Built motion from commit (unavailable).|2.4.4
[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 _0xb74e=['events','../../mysqldb','ChatGroup','save','remove','emit','hasOwnProperty','hook'];(function(_0x50ca2e,_0x3294ee){var _0x8a58c5=function(_0x6f29aa){while(--_0x6f29aa){_0x50ca2e['push'](_0x50ca2e['shift']());}};_0x8a58c5(++_0x3294ee);}(_0xb74e,0x1c0));var _0xeb74=function(_0x558d42,_0x2d1436){_0x558d42=_0x558d42-0x0;var _0x3f6aa1=_0xb74e[_0x558d42];return _0x3f6aa1;};'use strict';var EventEmitter=require(_0xeb74('0x0'));var ChatGroup=require(_0xeb74('0x1'))['db'][_0xeb74('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xeb74('0x3'),'afterUpdate':'update','afterDestroy':_0xeb74('0x4')};function emitEvent(_0x8a80c7){return function(_0x5e8f68,_0x7a7e5f,_0x483b3d){ChatGroupEvents[_0xeb74('0x5')](_0x8a80c7+':'+_0x5e8f68['id'],_0x5e8f68);ChatGroupEvents[_0xeb74('0x5')](_0x8a80c7,_0x5e8f68);_0x483b3d(null);};}for(var e in events){if(events[_0xeb74('0x6')](e)){var event=events[e];ChatGroup[_0xeb74('0x7')](e,emitEvent(event));}}module['exports']=ChatGroupEvents;