Built motion from commit 497d3d92.|2.5.43
[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 _0x58c1=['exports','events','../../mysqldb','FaxQueue','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x3abd8b,_0x5e7761){var _0x504e2a=function(_0x7a761e){while(--_0x7a761e){_0x3abd8b['push'](_0x3abd8b['shift']());}};_0x504e2a(++_0x5e7761);}(_0x58c1,0x1eb));var _0x158c=function(_0x4ed61b,_0x32beb6){_0x4ed61b=_0x4ed61b-0x0;var _0x3141b7=_0x58c1[_0x4ed61b];return _0x3141b7;};'use strict';var EventEmitter=require(_0x158c('0x0'));var FaxQueue=require(_0x158c('0x1'))['db'][_0x158c('0x2')];var FaxQueueEvents=new EventEmitter();FaxQueueEvents[_0x158c('0x3')](0x0);var events={'afterCreate':_0x158c('0x4'),'afterUpdate':_0x158c('0x5'),'afterDestroy':_0x158c('0x6')};function emitEvent(_0x27d53f){return function(_0x315b29,_0x46dcd,_0x308eb7){FaxQueueEvents[_0x158c('0x7')](_0x27d53f+':'+_0x315b29['id'],_0x315b29);FaxQueueEvents['emit'](_0x27d53f,_0x315b29);_0x308eb7(null);};}for(var e in events){if(events[_0x158c('0x8')](e)){var event=events[e];FaxQueue['hook'](e,emitEvent(event));}}module[_0x158c('0x9')]=FaxQueueEvents;