Built motion from commit 9d5c653a.|2.5.44
[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 _0xea21=['hook','exports','events','ChatGroup','setMaxListeners','save','remove','emit','hasOwnProperty'];(function(_0x33facd,_0x1bff45){var _0x365229=function(_0xb1b3c0){while(--_0xb1b3c0){_0x33facd['push'](_0x33facd['shift']());}};_0x365229(++_0x1bff45);}(_0xea21,0x80));var _0x1ea2=function(_0x28617c,_0x2dbb84){_0x28617c=_0x28617c-0x0;var _0x27ff6a=_0xea21[_0x28617c];return _0x27ff6a;};'use strict';var EventEmitter=require(_0x1ea2('0x0'));var ChatGroup=require('../../mysqldb')['db'][_0x1ea2('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x1ea2('0x2')](0x0);var events={'afterCreate':_0x1ea2('0x3'),'afterUpdate':'update','afterDestroy':_0x1ea2('0x4')};function emitEvent(_0x5e1519){return function(_0xd183cc,_0x1d1d87,_0x324637){ChatGroupEvents[_0x1ea2('0x5')](_0x5e1519+':'+_0xd183cc['id'],_0xd183cc);ChatGroupEvents['emit'](_0x5e1519,_0xd183cc);_0x324637(null);};}for(var e in events){if(events[_0x1ea2('0x6')](e)){var event=events[e];ChatGroup[_0x1ea2('0x7')](e,emitEvent(event));}}module[_0x1ea2('0x8')]=ChatGroupEvents;