96186ed1bd937cb73f25359acc3a39fec2e3ab39
[motion2.git] / server / api / chatQueue / chatQueue.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 _0x05c2=['update','emit','hook','exports','events','../../mysqldb','setMaxListeners','save'];(function(_0x34843e,_0x4c4224){var _0x598f7f=function(_0x12a44c){while(--_0x12a44c){_0x34843e['push'](_0x34843e['shift']());}};_0x598f7f(++_0x4c4224);}(_0x05c2,0x174));var _0x205c=function(_0xaf3b1a,_0x8a3a33){_0xaf3b1a=_0xaf3b1a-0x0;var _0x1aeaae=_0x05c2[_0xaf3b1a];return _0x1aeaae;};'use strict';var EventEmitter=require(_0x205c('0x0'));var ChatQueue=require(_0x205c('0x1'))['db']['ChatQueue'];var ChatQueueEvents=new EventEmitter();ChatQueueEvents[_0x205c('0x2')](0x0);var events={'afterCreate':_0x205c('0x3'),'afterUpdate':_0x205c('0x4'),'afterDestroy':'remove'};function emitEvent(_0x200cb3){return function(_0x3ac35e,_0x1a34fc,_0xa6a803){ChatQueueEvents[_0x205c('0x5')](_0x200cb3+':'+_0x3ac35e['id'],_0x3ac35e);ChatQueueEvents[_0x205c('0x5')](_0x200cb3,_0x3ac35e);_0xa6a803(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatQueue[_0x205c('0x6')](e,emitEvent(event));}}module[_0x205c('0x7')]=ChatQueueEvents;