Built motion from commit (unavailable).|2.5.30
[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 _0x1b2d=['save','update','remove','emit','hasOwnProperty','hook','exports','events','MailQueue','setMaxListeners'];(function(_0x2fb17a,_0x2bd7aa){var _0x4761df=function(_0x476b4a){while(--_0x476b4a){_0x2fb17a['push'](_0x2fb17a['shift']());}};_0x4761df(++_0x2bd7aa);}(_0x1b2d,0x165));var _0xd1b2=function(_0x5c6fd4,_0x2fbe62){_0x5c6fd4=_0x5c6fd4-0x0;var _0x56899e=_0x1b2d[_0x5c6fd4];return _0x56899e;};'use strict';var EventEmitter=require(_0xd1b2('0x0'));var MailQueue=require('../../mysqldb')['db'][_0xd1b2('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0xd1b2('0x2')](0x0);var events={'afterCreate':_0xd1b2('0x3'),'afterUpdate':_0xd1b2('0x4'),'afterDestroy':_0xd1b2('0x5')};function emitEvent(_0xdfe949){return function(_0x1cd0f0,_0x479508,_0xcc3e5){MailQueueEvents[_0xd1b2('0x6')](_0xdfe949+':'+_0x1cd0f0['id'],_0x1cd0f0);MailQueueEvents[_0xd1b2('0x6')](_0xdfe949,_0x1cd0f0);_0xcc3e5(null);};}for(var e in events){if(events[_0xd1b2('0x7')](e)){var event=events[e];MailQueue[_0xd1b2('0x8')](e,emitEvent(event));}}module[_0xd1b2('0x9')]=MailQueueEvents;