Built motion from commit 1fa89557.|2.6.10
[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 _0x0a9a=['emit','hasOwnProperty','hook','../../mysqldb','setMaxListeners','save','update','remove'];(function(_0x3f4368,_0x24db2a){var _0x5ab1d7=function(_0xf791b1){while(--_0xf791b1){_0x3f4368['push'](_0x3f4368['shift']());}};_0x5ab1d7(++_0x24db2a);}(_0x0a9a,0x183));var _0xa0a9=function(_0x3a8d4e,_0x2034ee){_0x3a8d4e=_0x3a8d4e-0x0;var _0x502253=_0x0a9a[_0x3a8d4e];return _0x502253;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0xa0a9('0x0'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xa0a9('0x1')](0x0);var events={'afterCreate':_0xa0a9('0x2'),'afterUpdate':_0xa0a9('0x3'),'afterDestroy':_0xa0a9('0x4')};function emitEvent(_0x4ba993){return function(_0x317a94,_0x360be5,_0x50ea50){ChatWebsiteEvents[_0xa0a9('0x5')](_0x4ba993+':'+_0x317a94['id'],_0x317a94);ChatWebsiteEvents[_0xa0a9('0x5')](_0x4ba993,_0x317a94);_0x50ea50(null);};}for(var e in events){if(events[_0xa0a9('0x6')](e)){var event=events[e];ChatWebsite[_0xa0a9('0x7')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;