302a34a8980d2712c33f96c9727e78a7ca496188
[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 _0x0b64=['update','emit','hasOwnProperty','hook','exports','../../mysqldb','ChatQueue','save'];(function(_0x433a86,_0x175b5c){var _0x23000c=function(_0x4b1fa0){while(--_0x4b1fa0){_0x433a86['push'](_0x433a86['shift']());}};_0x23000c(++_0x175b5c);}(_0x0b64,0x9d));var _0x40b6=function(_0xf30b7e,_0x5c0e32){_0xf30b7e=_0xf30b7e-0x0;var _0x4d8fc6=_0x0b64[_0xf30b7e];return _0x4d8fc6;};'use strict';var EventEmitter=require('events');var ChatQueue=require(_0x40b6('0x0'))['db'][_0x40b6('0x1')];var ChatQueueEvents=new EventEmitter();ChatQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x40b6('0x2'),'afterUpdate':_0x40b6('0x3'),'afterDestroy':'remove'};function emitEvent(_0x950296){return function(_0xc1068a,_0x274cd4,_0xa7098a){ChatQueueEvents[_0x40b6('0x4')](_0x950296+':'+_0xc1068a['id'],_0xc1068a);ChatQueueEvents[_0x40b6('0x4')](_0x950296,_0xc1068a);_0xa7098a(null);};}for(var e in events){if(events[_0x40b6('0x5')](e)){var event=events[e];ChatQueue[_0x40b6('0x6')](e,emitEvent(event));}}module[_0x40b6('0x7')]=ChatQueueEvents;