09fa221999d6f0acd4b1d2c950c03aafec0a57d0
[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 _0x9de3=['events','ChatWebsite','setMaxListeners','save','remove','emit','hasOwnProperty','hook','exports'];(function(_0x296552,_0x19a077){var _0x415b90=function(_0x5211d5){while(--_0x5211d5){_0x296552['push'](_0x296552['shift']());}};_0x415b90(++_0x19a077);}(_0x9de3,0xea));var _0x39de=function(_0x24d3e8,_0x2d93b7){_0x24d3e8=_0x24d3e8-0x0;var _0x5c5e3c=_0x9de3[_0x24d3e8];return _0x5c5e3c;};'use strict';var EventEmitter=require(_0x39de('0x0'));var ChatWebsite=require('../../mysqldb')['db'][_0x39de('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x39de('0x2')](0x0);var events={'afterCreate':_0x39de('0x3'),'afterUpdate':'update','afterDestroy':_0x39de('0x4')};function emitEvent(_0x515fba){return function(_0x1010da,_0x433e79,_0xcea98c){ChatWebsiteEvents[_0x39de('0x5')](_0x515fba+':'+_0x1010da['id'],_0x1010da);ChatWebsiteEvents['emit'](_0x515fba,_0x1010da);_0xcea98c(null);};}for(var e in events){if(events[_0x39de('0x6')](e)){var event=events[e];ChatWebsite[_0x39de('0x7')](e,emitEvent(event));}}module[_0x39de('0x8')]=ChatWebsiteEvents;