Built motion from commit (unavailable).|2.5.16
[motion2.git] / server / api / chatWebsite / chatWebsite.events.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x47d6=['exports','events','../../mysqldb','ChatWebsite','update','remove','emit','hasOwnProperty','hook'];(function(_0x578900,_0xba48eb){var _0x126060=function(_0x389548){while(--_0x389548){_0x578900['push'](_0x578900['shift']());}};_0x126060(++_0xba48eb);}(_0x47d6,0x1de));var _0x647d=function(_0x640759,_0x538673){_0x640759=_0x640759-0x0;var _0x1dfdbd=_0x47d6[_0x640759];return _0x1dfdbd;};'use strict';var EventEmitter=require(_0x647d('0x0'));var ChatWebsite=require(_0x647d('0x1'))['db'][_0x647d('0x2')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0x647d('0x3'),'afterDestroy':_0x647d('0x4')};function emitEvent(_0x3c145f){return function(_0x583a19,_0x198584,_0x2e1363){ChatWebsiteEvents[_0x647d('0x5')](_0x3c145f+':'+_0x583a19['id'],_0x583a19);ChatWebsiteEvents['emit'](_0x3c145f,_0x583a19);_0x2e1363(null);};}for(var e in events){if(events[_0x647d('0x6')](e)){var event=events[e];ChatWebsite[_0x647d('0x7')](e,emitEvent(event));}}module[_0x647d('0x8')]=ChatWebsiteEvents;