5c2b33186ddbcd20fa2dd789f11314eaecb6f1f3
[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 _0x7142=['exports','events','../../mysqldb','FaxQueue','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x1c101f,_0x52141d){var _0xe02ee4=function(_0x1d9034){while(--_0x1d9034){_0x1c101f['push'](_0x1c101f['shift']());}};_0xe02ee4(++_0x52141d);}(_0x7142,0x155));var _0x2714=function(_0x476f68,_0x59dcbd){_0x476f68=_0x476f68-0x0;var _0xdf1b61=_0x7142[_0x476f68];return _0xdf1b61;};'use strict';var EventEmitter=require(_0x2714('0x0'));var FaxQueue=require(_0x2714('0x1'))['db'][_0x2714('0x2')];var FaxQueueEvents=new EventEmitter();FaxQueueEvents[_0x2714('0x3')](0x0);var events={'afterCreate':_0x2714('0x4'),'afterUpdate':_0x2714('0x5'),'afterDestroy':_0x2714('0x6')};function emitEvent(_0x50c20d){return function(_0x54732c,_0x78955b,_0x5db577){FaxQueueEvents[_0x2714('0x7')](_0x50c20d+':'+_0x54732c['id'],_0x54732c);FaxQueueEvents['emit'](_0x50c20d,_0x54732c);_0x5db577(null);};}for(var e in events){if(events[_0x2714('0x8')](e)){var event=events[e];FaxQueue['hook'](e,emitEvent(event));}}module[_0x2714('0x9')]=FaxQueueEvents;