5d19deb510e893dc709ad8029463663c6d677fe2
[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 _0x4fce=['events','../../mysqldb','ChatGroup','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook'];(function(_0x2d81ae,_0x5ec596){var _0x6ffb3d=function(_0x3f02b6){while(--_0x3f02b6){_0x2d81ae['push'](_0x2d81ae['shift']());}};_0x6ffb3d(++_0x5ec596);}(_0x4fce,0xfa));var _0xe4fc=function(_0x779d4d,_0x5c0aa0){_0x779d4d=_0x779d4d-0x0;var _0x1194ec=_0x4fce[_0x779d4d];return _0x1194ec;};'use strict';var EventEmitter=require(_0xe4fc('0x0'));var ChatGroup=require(_0xe4fc('0x1'))['db'][_0xe4fc('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xe4fc('0x3')](0x0);var events={'afterCreate':_0xe4fc('0x4'),'afterUpdate':_0xe4fc('0x5'),'afterDestroy':_0xe4fc('0x6')};function emitEvent(_0x3d0536){return function(_0x37529b,_0x50f614,_0x59050b){ChatGroupEvents[_0xe4fc('0x7')](_0x3d0536+':'+_0x37529b['id'],_0x37529b);ChatGroupEvents[_0xe4fc('0x7')](_0x3d0536,_0x37529b);_0x59050b(null);};}for(var e in events){if(events[_0xe4fc('0x8')](e)){var event=events[e];ChatGroup[_0xe4fc('0x9')](e,emitEvent(event));}}module['exports']=ChatGroupEvents;