Built motion from commit (unavailable).|2.5.3
[motion2.git] / server / api / mailQueue / mailQueue.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 _0xf95a=['MailQueue','setMaxListeners','save','remove','emit','hasOwnProperty','events','../../mysqldb'];(function(_0x2dac30,_0x49d729){var _0x497cba=function(_0x15b74a){while(--_0x15b74a){_0x2dac30['push'](_0x2dac30['shift']());}};_0x497cba(++_0x49d729);}(_0xf95a,0x1ce));var _0xaf95=function(_0x2b7022,_0x4094fe){_0x2b7022=_0x2b7022-0x0;var _0x5514cf=_0xf95a[_0x2b7022];return _0x5514cf;};'use strict';var EventEmitter=require(_0xaf95('0x0'));var MailQueue=require(_0xaf95('0x1'))['db'][_0xaf95('0x2')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0xaf95('0x3')](0x0);var events={'afterCreate':_0xaf95('0x4'),'afterUpdate':'update','afterDestroy':_0xaf95('0x5')};function emitEvent(_0x10adf7){return function(_0x156f45,_0x3ad44f,_0x3485e8){MailQueueEvents[_0xaf95('0x6')](_0x10adf7+':'+_0x156f45['id'],_0x156f45);MailQueueEvents[_0xaf95('0x6')](_0x10adf7,_0x156f45);_0x3485e8(null);};}for(var e in events){if(events[_0xaf95('0x7')](e)){var event=events[e];MailQueue['hook'](e,emitEvent(event));}}module['exports']=MailQueueEvents;