0c22b9b8df25a25b371f1bff8915d19951fa19cd
[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 _0x30e4=['ChatGroup','setMaxListeners','update','emit','hasOwnProperty','hook','exports','../../mysqldb'];(function(_0x3f79c5,_0xde0759){var _0x4a3979=function(_0x15db4b){while(--_0x15db4b){_0x3f79c5['push'](_0x3f79c5['shift']());}};_0x4a3979(++_0xde0759);}(_0x30e4,0xa7));var _0x430e=function(_0x165b56,_0x2f7dfa){_0x165b56=_0x165b56-0x0;var _0x5d3a8e=_0x30e4[_0x165b56];return _0x5d3a8e;};'use strict';var EventEmitter=require('events');var ChatGroup=require(_0x430e('0x0'))['db'][_0x430e('0x1')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x430e('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x430e('0x3'),'afterDestroy':'remove'};function emitEvent(_0xa2aa9b){return function(_0x1fc6f3,_0x2a818c,_0x36ee71){ChatGroupEvents[_0x430e('0x4')](_0xa2aa9b+':'+_0x1fc6f3['id'],_0x1fc6f3);ChatGroupEvents[_0x430e('0x4')](_0xa2aa9b,_0x1fc6f3);_0x36ee71(null);};}for(var e in events){if(events[_0x430e('0x5')](e)){var event=events[e];ChatGroup[_0x430e('0x6')](e,emitEvent(event));}}module[_0x430e('0x7')]=ChatGroupEvents;