9f70ad27d9ddc23e47de6a1a2497aa2bce4ab940
[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 _0x1331=['save','update','remove','emit','hook','events','VoiceQueue','setMaxListeners'];(function(_0x5b644e,_0x2e5e07){var _0x49c6bf=function(_0x3032d9){while(--_0x3032d9){_0x5b644e['push'](_0x5b644e['shift']());}};_0x49c6bf(++_0x2e5e07);}(_0x1331,0x6d));var _0x1133=function(_0x4b7742,_0x2b33d8){_0x4b7742=_0x4b7742-0x0;var _0x115299=_0x1331[_0x4b7742];return _0x115299;};'use strict';var EventEmitter=require(_0x1133('0x0'));var VoiceQueue=require('../../mysqldb')['db'][_0x1133('0x1')];var VoiceQueueEvents=new EventEmitter();VoiceQueueEvents[_0x1133('0x2')](0x0);var events={'afterCreate':_0x1133('0x3'),'afterUpdate':_0x1133('0x4'),'afterDestroy':_0x1133('0x5')};function emitEvent(_0x480d6d){return function(_0x2abf00,_0x31e10f,_0x22a024){VoiceQueueEvents[_0x1133('0x6')](_0x480d6d+':'+_0x2abf00['id'],_0x2abf00);VoiceQueueEvents[_0x1133('0x6')](_0x480d6d,_0x2abf00);_0x22a024(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];VoiceQueue[_0x1133('0x7')](e,emitEvent(event));}}module['exports']=VoiceQueueEvents;