Built motion from commit 953226e6.|2.6.32
[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 _0x10dc=['events','../../mysqldb','ChatGroup','setMaxListeners','save','emit','hasOwnProperty','hook','exports'];(function(_0x58965a,_0x2e71db){var _0x254efc=function(_0xf14fb4){while(--_0xf14fb4){_0x58965a['push'](_0x58965a['shift']());}};_0x254efc(++_0x2e71db);}(_0x10dc,0x90));var _0xc10d=function(_0x50148e,_0x4c99c7){_0x50148e=_0x50148e-0x0;var _0x446e9d=_0x10dc[_0x50148e];return _0x446e9d;};'use strict';var EventEmitter=require(_0xc10d('0x0'));var ChatGroup=require(_0xc10d('0x1'))['db'][_0xc10d('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xc10d('0x3')](0x0);var events={'afterCreate':_0xc10d('0x4'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x503cbe){return function(_0x3687e3,_0x140715,_0x45911d){ChatGroupEvents[_0xc10d('0x5')](_0x503cbe+':'+_0x3687e3['id'],_0x3687e3);ChatGroupEvents['emit'](_0x503cbe,_0x3687e3);_0x45911d(null);};}for(var e in events){if(events[_0xc10d('0x6')](e)){var event=events[e];ChatGroup[_0xc10d('0x7')](e,emitEvent(event));}}module[_0xc10d('0x8')]=ChatGroupEvents;