Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / chatGroup / chatGroup.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 _0x803d=['update','remove','emit','hasOwnProperty','hook','exports','events','ChatGroup','setMaxListeners','save'];(function(_0x24d61f,_0x38cebb){var _0x29ae79=function(_0x5ae6b7){while(--_0x5ae6b7){_0x24d61f['push'](_0x24d61f['shift']());}};_0x29ae79(++_0x38cebb);}(_0x803d,0x15a));var _0xd803=function(_0x30b5cc,_0x56fbfc){_0x30b5cc=_0x30b5cc-0x0;var _0x382eb4=_0x803d[_0x30b5cc];return _0x382eb4;};'use strict';var EventEmitter=require(_0xd803('0x0'));var ChatGroup=require('../../mysqldb')['db'][_0xd803('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xd803('0x2')](0x0);var events={'afterCreate':_0xd803('0x3'),'afterUpdate':_0xd803('0x4'),'afterDestroy':_0xd803('0x5')};function emitEvent(_0x11253c){return function(_0x57138a,_0xc67786,_0x55e3d2){ChatGroupEvents[_0xd803('0x6')](_0x11253c+':'+_0x57138a['id'],_0x57138a);ChatGroupEvents[_0xd803('0x6')](_0x11253c,_0x57138a);_0x55e3d2(null);};}for(var e in events){if(events[_0xd803('0x7')](e)){var event=events[e];ChatGroup[_0xd803('0x8')](e,emitEvent(event));}}module[_0xd803('0x9')]=ChatGroupEvents;