c5362bede785ec39a30a2498300da95ce2083e05
[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 _0x81bd=['remove','emit','hasOwnProperty','hook','events','../../mysqldb','ChatWebsite','setMaxListeners','save','update'];(function(_0x2c9e54,_0x178247){var _0x25d074=function(_0x14e87e){while(--_0x14e87e){_0x2c9e54['push'](_0x2c9e54['shift']());}};_0x25d074(++_0x178247);}(_0x81bd,0x7c));var _0xd81b=function(_0x9861ff,_0x41fb17){_0x9861ff=_0x9861ff-0x0;var _0x48852b=_0x81bd[_0x9861ff];return _0x48852b;};'use strict';var EventEmitter=require(_0xd81b('0x0'));var ChatWebsite=require(_0xd81b('0x1'))['db'][_0xd81b('0x2')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xd81b('0x3')](0x0);var events={'afterCreate':_0xd81b('0x4'),'afterUpdate':_0xd81b('0x5'),'afterDestroy':_0xd81b('0x6')};function emitEvent(_0x54e096){return function(_0x16e8de,_0x2c3d9e,_0x1b6cfe){ChatWebsiteEvents['emit'](_0x54e096+':'+_0x16e8de['id'],_0x16e8de);ChatWebsiteEvents[_0xd81b('0x7')](_0x54e096,_0x16e8de);_0x1b6cfe(null);};}for(var e in events){if(events[_0xd81b('0x8')](e)){var event=events[e];ChatWebsite[_0xd81b('0x9')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;