Built motion from commit 9d7072cc.|2.5.39
[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 _0xd6bb=['events','ChatWebsite','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook','exports'];(function(_0x383402,_0x547451){var _0x3effd0=function(_0x20834c){while(--_0x20834c){_0x383402['push'](_0x383402['shift']());}};_0x3effd0(++_0x547451);}(_0xd6bb,0x1cc));var _0xbd6b=function(_0x38fb0d,_0x52b5db){_0x38fb0d=_0x38fb0d-0x0;var _0x30a5d6=_0xd6bb[_0x38fb0d];return _0x30a5d6;};'use strict';var EventEmitter=require(_0xbd6b('0x0'));var ChatWebsite=require('../../mysqldb')['db'][_0xbd6b('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xbd6b('0x2')](0x0);var events={'afterCreate':_0xbd6b('0x3'),'afterUpdate':_0xbd6b('0x4'),'afterDestroy':_0xbd6b('0x5')};function emitEvent(_0x48ff17){return function(_0x43b80d,_0x1785c7,_0x14d012){ChatWebsiteEvents['emit'](_0x48ff17+':'+_0x43b80d['id'],_0x43b80d);ChatWebsiteEvents[_0xbd6b('0x6')](_0x48ff17,_0x43b80d);_0x14d012(null);};}for(var e in events){if(events[_0xbd6b('0x7')](e)){var event=events[e];ChatWebsite[_0xbd6b('0x8')](e,emitEvent(event));}}module[_0xbd6b('0x9')]=ChatWebsiteEvents;