c26e0f760cc98fb67c84fab7dcbaf0a2aff6e1ff
[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 _0xa3a4=['ChatGroup','setMaxListeners','update','remove','emit','hook','events','../../mysqldb'];(function(_0x222472,_0x33ea87){var _0x5d601f=function(_0x53fc6f){while(--_0x53fc6f){_0x222472['push'](_0x222472['shift']());}};_0x5d601f(++_0x33ea87);}(_0xa3a4,0x6e));var _0x4a3a=function(_0x4e2e88,_0x4e0be3){_0x4e2e88=_0x4e2e88-0x0;var _0x5bc238=_0xa3a4[_0x4e2e88];return _0x5bc238;};'use strict';var EventEmitter=require(_0x4a3a('0x0'));var ChatGroup=require(_0x4a3a('0x1'))['db'][_0x4a3a('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x4a3a('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0x4a3a('0x4'),'afterDestroy':_0x4a3a('0x5')};function emitEvent(_0x465d18){return function(_0x27b07f,_0x5446e7,_0xcce8e0){ChatGroupEvents[_0x4a3a('0x6')](_0x465d18+':'+_0x27b07f['id'],_0x27b07f);ChatGroupEvents['emit'](_0x465d18,_0x27b07f);_0xcce8e0(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatGroup[_0x4a3a('0x7')](e,emitEvent(event));}}module['exports']=ChatGroupEvents;