Built motion from commit ab870f9e.|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 _0x9bb3=['hook','exports','events','../../mysqldb','ChatGroup','setMaxListeners','save','emit','hasOwnProperty'];(function(_0xae67cd,_0x3eaaa4){var _0x4da710=function(_0x4dae88){while(--_0x4dae88){_0xae67cd['push'](_0xae67cd['shift']());}};_0x4da710(++_0x3eaaa4);}(_0x9bb3,0x134));var _0x39bb=function(_0x3e2606,_0x17438b){_0x3e2606=_0x3e2606-0x0;var _0x185a42=_0x9bb3[_0x3e2606];return _0x185a42;};'use strict';var EventEmitter=require(_0x39bb('0x0'));var ChatGroup=require(_0x39bb('0x1'))['db'][_0x39bb('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x39bb('0x3')](0x0);var events={'afterCreate':_0x39bb('0x4'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x40566c){return function(_0xc3b9fd,_0x3cd3b9,_0x2e238f){ChatGroupEvents[_0x39bb('0x5')](_0x40566c+':'+_0xc3b9fd['id'],_0xc3b9fd);ChatGroupEvents[_0x39bb('0x5')](_0x40566c,_0xc3b9fd);_0x2e238f(null);};}for(var e in events){if(events[_0x39bb('0x6')](e)){var event=events[e];ChatGroup[_0x39bb('0x7')](e,emitEvent(event));}}module[_0x39bb('0x8')]=ChatGroupEvents;