Built motion from commit 10af8726.|2.6.34
[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 _0x534b=['save','update','emit','hasOwnProperty','exports','events','../../mysqldb','setMaxListeners'];(function(_0x972914,_0x1382ff){var _0x21cfde=function(_0x305763){while(--_0x305763){_0x972914['push'](_0x972914['shift']());}};_0x21cfde(++_0x1382ff);}(_0x534b,0xbd));var _0xb534=function(_0x1e8662,_0x17fa88){_0x1e8662=_0x1e8662-0x0;var _0x5df22f=_0x534b[_0x1e8662];return _0x5df22f;};'use strict';var EventEmitter=require(_0xb534('0x0'));var ChatGroup=require(_0xb534('0x1'))['db']['ChatGroup'];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xb534('0x2')](0x0);var events={'afterCreate':_0xb534('0x3'),'afterUpdate':_0xb534('0x4'),'afterDestroy':'remove'};function emitEvent(_0x3e0ab3){return function(_0x4c2a64,_0x188ac5,_0x2a60bc){ChatGroupEvents[_0xb534('0x5')](_0x3e0ab3+':'+_0x4c2a64['id'],_0x4c2a64);ChatGroupEvents[_0xb534('0x5')](_0x3e0ab3,_0x4c2a64);_0x2a60bc(null);};}for(var e in events){if(events[_0xb534('0x6')](e)){var event=events[e];ChatGroup['hook'](e,emitEvent(event));}}module[_0xb534('0x7')]=ChatGroupEvents;