Built motion from commit 449495f6.|2.6.27
[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 _0x111a=['remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','FaxQueue','setMaxListeners'];(function(_0x395f6c,_0x53a5e0){var _0x1ca604=function(_0x37ee9e){while(--_0x37ee9e){_0x395f6c['push'](_0x395f6c['shift']());}};_0x1ca604(++_0x53a5e0);}(_0x111a,0x101));var _0xa111=function(_0x138bae,_0xa44713){_0x138bae=_0x138bae-0x0;var _0x4a13e2=_0x111a[_0x138bae];return _0x4a13e2;};'use strict';var EventEmitter=require(_0xa111('0x0'));var FaxQueue=require(_0xa111('0x1'))['db'][_0xa111('0x2')];var FaxQueueEvents=new EventEmitter();FaxQueueEvents[_0xa111('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0xa111('0x4')};function emitEvent(_0x18e7ac){return function(_0x39d10e,_0xfed0b6,_0x4ce1de){FaxQueueEvents[_0xa111('0x5')](_0x18e7ac+':'+_0x39d10e['id'],_0x39d10e);FaxQueueEvents[_0xa111('0x5')](_0x18e7ac,_0x39d10e);_0x4ce1de(null);};}for(var e in events){if(events[_0xa111('0x6')](e)){var event=events[e];FaxQueue[_0xa111('0x7')](e,emitEvent(event));}}module[_0xa111('0x8')]=FaxQueueEvents;