74dc811b4ee3086891e335bae03fe39f1986dac1
[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 _0xc53a=['remove','emit','hasOwnProperty','exports','events','../../mysqldb','setMaxListeners','save'];(function(_0x565f31,_0x18cc83){var _0x502cfa=function(_0x278921){while(--_0x278921){_0x565f31['push'](_0x565f31['shift']());}};_0x502cfa(++_0x18cc83);}(_0xc53a,0xfc));var _0xac53=function(_0x3ab51d,_0x2fa01d){_0x3ab51d=_0x3ab51d-0x0;var _0x29a04e=_0xc53a[_0x3ab51d];return _0x29a04e;};'use strict';var EventEmitter=require(_0xac53('0x0'));var FaxQueue=require(_0xac53('0x1'))['db']['FaxQueue'];var FaxQueueEvents=new EventEmitter();FaxQueueEvents[_0xac53('0x2')](0x0);var events={'afterCreate':_0xac53('0x3'),'afterUpdate':'update','afterDestroy':_0xac53('0x4')};function emitEvent(_0x37a66c){return function(_0x294570,_0x4ba940,_0x1a8462){FaxQueueEvents[_0xac53('0x5')](_0x37a66c+':'+_0x294570['id'],_0x294570);FaxQueueEvents['emit'](_0x37a66c,_0x294570);_0x1a8462(null);};}for(var e in events){if(events[_0xac53('0x6')](e)){var event=events[e];FaxQueue['hook'](e,emitEvent(event));}}module[_0xac53('0x7')]=FaxQueueEvents;