Built motion from commit 67e5df37.|2.0.66
[motion2.git] / server / api / userVoiceQueueRt / userVoiceQueueRt.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 _0x352f=['save','remove','hasOwnProperty','exports','events','setMaxListeners'];(function(_0x13b84f,_0x5052a1){var _0x1f88d0=function(_0x49fe84){while(--_0x49fe84){_0x13b84f['push'](_0x13b84f['shift']());}};_0x1f88d0(++_0x5052a1);}(_0x352f,0x12a));var _0xf352=function(_0x20a584,_0xe384a5){_0x20a584=_0x20a584-0x0;var _0x4b41a8=_0x352f[_0x20a584];return _0x4b41a8;};'use strict';var EventEmitter=require(_0xf352('0x0'));var UserVoiceQueueRt=require('../../mysqldb')['db']['UserVoiceQueueRt'];var UserVoiceQueueRtEvents=new EventEmitter();UserVoiceQueueRtEvents[_0xf352('0x1')](0x0);var events={'afterCreate':_0xf352('0x2'),'afterUpdate':'update','afterDestroy':_0xf352('0x3')};function emitEvent(_0x3f0d0b){return function(_0x41adac,_0x1a80d6,_0x53eb38){UserVoiceQueueRtEvents['emit'](_0x3f0d0b+':'+_0x41adac['id'],_0x41adac);UserVoiceQueueRtEvents['emit'](_0x3f0d0b,_0x41adac);_0x53eb38(null);};}for(var e in events){if(events[_0xf352('0x4')](e)){var event=events[e];UserVoiceQueueRt['hook'](e,emitEvent(event));}}module[_0xf352('0x5')]=UserVoiceQueueRtEvents;