Built motion from commit e02f907f.|2.6.14
[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 _0x771d=['update','remove','emit','hasOwnProperty','hook','exports','../../mysqldb','ChatQueue','setMaxListeners','save'];(function(_0x4c9cc4,_0x1b6528){var _0x4384fb=function(_0x512d47){while(--_0x512d47){_0x4c9cc4['push'](_0x4c9cc4['shift']());}};_0x4384fb(++_0x1b6528);}(_0x771d,0x132));var _0xd771=function(_0x474edb,_0x56eda4){_0x474edb=_0x474edb-0x0;var _0x4c640b=_0x771d[_0x474edb];return _0x4c640b;};'use strict';var EventEmitter=require('events');var ChatQueue=require(_0xd771('0x0'))['db'][_0xd771('0x1')];var ChatQueueEvents=new EventEmitter();ChatQueueEvents[_0xd771('0x2')](0x0);var events={'afterCreate':_0xd771('0x3'),'afterUpdate':_0xd771('0x4'),'afterDestroy':_0xd771('0x5')};function emitEvent(_0x11e70a){return function(_0x2f3d76,_0x4c95d5,_0x2bc492){ChatQueueEvents[_0xd771('0x6')](_0x11e70a+':'+_0x2f3d76['id'],_0x2f3d76);ChatQueueEvents['emit'](_0x11e70a,_0x2f3d76);_0x2bc492(null);};}for(var e in events){if(events[_0xd771('0x7')](e)){var event=events[e];ChatQueue[_0xd771('0x8')](e,emitEvent(event));}}module[_0xd771('0x9')]=ChatQueueEvents;