Built motion from commit 9e1399f3.|2.5.37
[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 _0x8ff9=['update','remove','emit','hook','exports','events','../../mysqldb','ChatWebsite','save'];(function(_0x1ef510,_0x431218){var _0x18ed0e=function(_0x55c576){while(--_0x55c576){_0x1ef510['push'](_0x1ef510['shift']());}};_0x18ed0e(++_0x431218);}(_0x8ff9,0x188));var _0x98ff=function(_0x54eedb,_0x422ef6){_0x54eedb=_0x54eedb-0x0;var _0xd5611=_0x8ff9[_0x54eedb];return _0xd5611;};'use strict';var EventEmitter=require(_0x98ff('0x0'));var ChatWebsite=require(_0x98ff('0x1'))['db'][_0x98ff('0x2')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x98ff('0x3'),'afterUpdate':_0x98ff('0x4'),'afterDestroy':_0x98ff('0x5')};function emitEvent(_0x16e131){return function(_0x1619f1,_0x1448fc,_0x34845d){ChatWebsiteEvents['emit'](_0x16e131+':'+_0x1619f1['id'],_0x1619f1);ChatWebsiteEvents[_0x98ff('0x6')](_0x16e131,_0x1619f1);_0x34845d(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0x98ff('0x7')](e,emitEvent(event));}}module[_0x98ff('0x8')]=ChatWebsiteEvents;