3aea0696ee9785ba73fe3f95252405336ca6735f
[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 _0xc75f=['hasOwnProperty','exports','events','ChatGroup','setMaxListeners','update','emit'];(function(_0x29d94e,_0xf386d6){var _0x106237=function(_0x327501){while(--_0x327501){_0x29d94e['push'](_0x29d94e['shift']());}};_0x106237(++_0xf386d6);}(_0xc75f,0xb8));var _0xfc75=function(_0x29c7f2,_0x3e8c7f){_0x29c7f2=_0x29c7f2-0x0;var _0x5a7d18=_0xc75f[_0x29c7f2];return _0x5a7d18;};'use strict';var EventEmitter=require(_0xfc75('0x0'));var ChatGroup=require('../../mysqldb')['db'][_0xfc75('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0xfc75('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xfc75('0x3'),'afterDestroy':'remove'};function emitEvent(_0x3563c9){return function(_0x1e07af,_0x282ef8,_0x533f20){ChatGroupEvents['emit'](_0x3563c9+':'+_0x1e07af['id'],_0x1e07af);ChatGroupEvents[_0xfc75('0x4')](_0x3563c9,_0x1e07af);_0x533f20(null);};}for(var e in events){if(events[_0xfc75('0x5')](e)){var event=events[e];ChatGroup['hook'](e,emitEvent(event));}}module[_0xfc75('0x6')]=ChatGroupEvents;