Built motion from commit 9e1399f3.|2.5.37
[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 _0xada4=['emit','hasOwnProperty','hook','../../mysqldb','ChatGroup','setMaxListeners','save','update','remove'];(function(_0x134e09,_0x4dc91c){var _0x5165da=function(_0x3dc71c){while(--_0x3dc71c){_0x134e09['push'](_0x134e09['shift']());}};_0x5165da(++_0x4dc91c);}(_0xada4,0x1bc));var _0x4ada=function(_0x248494,_0x4f4b75){_0x248494=_0x248494-0x0;var _0x14b4fe=_0xada4[_0x248494];return _0x14b4fe;};'use strict';var EventEmitter=require('events');var ChatGroup=require(_0x4ada('0x0'))['db'][_0x4ada('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x4ada('0x2')](0x0);var events={'afterCreate':_0x4ada('0x3'),'afterUpdate':_0x4ada('0x4'),'afterDestroy':_0x4ada('0x5')};function emitEvent(_0x1b350c){return function(_0x59fe6c,_0x279cd7,_0x19cc89){ChatGroupEvents[_0x4ada('0x6')](_0x1b350c+':'+_0x59fe6c['id'],_0x59fe6c);ChatGroupEvents['emit'](_0x1b350c,_0x59fe6c);_0x19cc89(null);};}for(var e in events){if(events[_0x4ada('0x7')](e)){var event=events[e];ChatGroup[_0x4ada('0x8')](e,emitEvent(event));}}module['exports']=ChatGroupEvents;