Built motion from commit f0b1811d.|2.6.6
[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 _0x24c6=['events','../../mysqldb','ChatGroup','setMaxListeners','save','update','emit','hasOwnProperty','exports'];(function(_0x57786b,_0x46240d){var _0x863a7b=function(_0x2ba00){while(--_0x2ba00){_0x57786b['push'](_0x57786b['shift']());}};_0x863a7b(++_0x46240d);}(_0x24c6,0x90));var _0x624c=function(_0x3b519e,_0x2e486d){_0x3b519e=_0x3b519e-0x0;var _0xe806c1=_0x24c6[_0x3b519e];return _0xe806c1;};'use strict';var EventEmitter=require(_0x624c('0x0'));var ChatGroup=require(_0x624c('0x1'))['db'][_0x624c('0x2')];var ChatGroupEvents=new EventEmitter();ChatGroupEvents[_0x624c('0x3')](0x0);var events={'afterCreate':_0x624c('0x4'),'afterUpdate':_0x624c('0x5'),'afterDestroy':'remove'};function emitEvent(_0x467320){return function(_0x2d186e,_0x551cad,_0x50c526){ChatGroupEvents[_0x624c('0x6')](_0x467320+':'+_0x2d186e['id'],_0x2d186e);ChatGroupEvents['emit'](_0x467320,_0x2d186e);_0x50c526(null);};}for(var e in events){if(events[_0x624c('0x7')](e)){var event=events[e];ChatGroup['hook'](e,emitEvent(event));}}module[_0x624c('0x8')]=ChatGroupEvents;