3eec80f9048f5b451203f5ddca700a20d8a07a16
[motion2.git] / server / api / faxQueue / faxQueue.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 _0x0a8f=['setMaxListeners','save','update','remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb'];(function(_0x22bbfc,_0x4672c8){var _0x70bb2a=function(_0x4f7a7f){while(--_0x4f7a7f){_0x22bbfc['push'](_0x22bbfc['shift']());}};_0x70bb2a(++_0x4672c8);}(_0x0a8f,0xa8));var _0xf0a8=function(_0x38c886,_0x7c8d68){_0x38c886=_0x38c886-0x0;var _0xadb5f6=_0x0a8f[_0x38c886];return _0xadb5f6;};'use strict';var EventEmitter=require(_0xf0a8('0x0'));var FaxQueue=require(_0xf0a8('0x1'))['db']['FaxQueue'];var FaxQueueEvents=new EventEmitter();FaxQueueEvents[_0xf0a8('0x2')](0x0);var events={'afterCreate':_0xf0a8('0x3'),'afterUpdate':_0xf0a8('0x4'),'afterDestroy':_0xf0a8('0x5')};function emitEvent(_0x1689ec){return function(_0x58ea30,_0x4c6a27,_0x14229b){FaxQueueEvents['emit'](_0x1689ec+':'+_0x58ea30['id'],_0x58ea30);FaxQueueEvents[_0xf0a8('0x6')](_0x1689ec,_0x58ea30);_0x14229b(null);};}for(var e in events){if(events[_0xf0a8('0x7')](e)){var event=events[e];FaxQueue[_0xf0a8('0x8')](e,emitEvent(event));}}module[_0xf0a8('0x9')]=FaxQueueEvents;