Built motion from commit fade34fd.|2.5.41
[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 _0xbbb3=['remove','emit','hasOwnProperty','hook','exports','setMaxListeners','save','update'];(function(_0x21a9d9,_0x4d5ac8){var _0x46adce=function(_0xfdd336){while(--_0xfdd336){_0x21a9d9['push'](_0x21a9d9['shift']());}};_0x46adce(++_0x4d5ac8);}(_0xbbb3,0x10d));var _0x3bbb=function(_0x5a0e67,_0x1eca87){_0x5a0e67=_0x5a0e67-0x0;var _0x40c1b1=_0xbbb3[_0x5a0e67];return _0x40c1b1;};'use strict';var EventEmitter=require('events');var MailQueue=require('../../mysqldb')['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x3bbb('0x0')](0x0);var events={'afterCreate':_0x3bbb('0x1'),'afterUpdate':_0x3bbb('0x2'),'afterDestroy':_0x3bbb('0x3')};function emitEvent(_0x12604b){return function(_0x487a3e,_0x5add78,_0xdfd60e){MailQueueEvents[_0x3bbb('0x4')](_0x12604b+':'+_0x487a3e['id'],_0x487a3e);MailQueueEvents['emit'](_0x12604b,_0x487a3e);_0xdfd60e(null);};}for(var e in events){if(events[_0x3bbb('0x5')](e)){var event=events[e];MailQueue[_0x3bbb('0x6')](e,emitEvent(event));}}module[_0x3bbb('0x7')]=MailQueueEvents;