9102c8c798686641f154c533c512446923f19f8a
[motion2.git] / server / api / voiceQueue / voiceQueue.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 _0x5c1f=['events','../../mysqldb','VoiceQueue','setMaxListeners','save','update','hasOwnProperty','hook'];(function(_0x166329,_0x369a29){var _0x32e887=function(_0x3e5db1){while(--_0x3e5db1){_0x166329['push'](_0x166329['shift']());}};_0x32e887(++_0x369a29);}(_0x5c1f,0x128));var _0xf5c1=function(_0x48961c,_0x280e9d){_0x48961c=_0x48961c-0x0;var _0x1d895d=_0x5c1f[_0x48961c];return _0x1d895d;};'use strict';var EventEmitter=require(_0xf5c1('0x0'));var VoiceQueue=require(_0xf5c1('0x1'))['db'][_0xf5c1('0x2')];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0xf5c1('0x3')](0x0);var events={'afterCreate':_0xf5c1('0x4'),'afterUpdate':_0xf5c1('0x5'),'afterDestroy':'remove'};function emitEvent(_0x44ef87){return function(_0x4edb13,_0x14a4d6,_0x963250){VoiceQueueEvents['emit'](_0x44ef87+':'+_0x4edb13['id'],_0x4edb13);VoiceQueueEvents['emit'](_0x44ef87,_0x4edb13);_0x963250(null);};}for(var e in events){if(events[_0xf5c1('0x6')](e)){var event=events[e];VoiceQueue[_0xf5c1('0x7')](e,emitEvent(event));}}module['exports']=VoiceQueueEvents;