Built motion from commit ffdca78c.|2.6.24
[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 _0x74e6=['exports','../../mysqldb','FaxQueue','remove','emit','hasOwnProperty','hook'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x74e6,0x13c));var _0x674e=function(_0x3cdaef,_0x2cd4ef){_0x3cdaef=_0x3cdaef-0x0;var _0x1d43f3=_0x74e6[_0x3cdaef];return _0x1d43f3;};'use strict';var EventEmitter=require('events');var FaxQueue=require(_0x674e('0x0'))['db'][_0x674e('0x1')];var FaxQueueEvents=new EventEmitter();FaxQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x674e('0x2')};function emitEvent(_0x90b797){return function(_0x1c3f76,_0x33850b,_0x499c09){FaxQueueEvents[_0x674e('0x3')](_0x90b797+':'+_0x1c3f76['id'],_0x1c3f76);FaxQueueEvents['emit'](_0x90b797,_0x1c3f76);_0x499c09(null);};}for(var e in events){if(events[_0x674e('0x4')](e)){var event=events[e];FaxQueue[_0x674e('0x5')](e,emitEvent(event));}}module[_0x674e('0x6')]=FaxQueueEvents;