Built motion from commit 25580385.|2.6.2
[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 _0x2baf=['../../mysqldb','ChatGroup','setMaxListeners','save','update','emit','hasOwnProperty','hook'];(function(_0x243f1e,_0x214b6f){var _0x51d657=function(_0x2831b1){while(--_0x2831b1){_0x243f1e['push'](_0x243f1e['shift']());}};_0x51d657(++_0x214b6f);}(_0x2baf,0xc8));var _0xf2ba=function(_0x45313f,_0x46caf4){_0x45313f=_0x45313f-0x0;var _0x402910=_0x2baf[_0x45313f];return _0x402910;};'use strict';var EventEmitter=require('events');var ChatGroup=require(_0xf2ba('0x0'))['db'][_0xf2ba('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xf2ba('0x2')](0x0);var events={'afterCreate':_0xf2ba('0x3'),'afterUpdate':_0xf2ba('0x4'),'afterDestroy':'remove'};function emitEvent(_0x3616ad){return function(_0x52953b,_0x5d6dae,_0x24b770){ChatGroupEvents[_0xf2ba('0x5')](_0x3616ad+':'+_0x52953b['id'],_0x52953b);ChatGroupEvents[_0xf2ba('0x5')](_0x3616ad,_0x52953b);_0x24b770(null);};}for(var e in events){if(events[_0xf2ba('0x6')](e)){var event=events[e];ChatGroup[_0xf2ba('0x7')](e,emitEvent(event));}}module['exports']=ChatGroupEvents;