26aaef628d0c78443350438d949c69ad838cab84
[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 _0xa8d7=['remove','emit','hasOwnProperty','hook','exports','../../mysqldb','MailQueue','update'];(function(_0x3bd8a7,_0x2a915f){var _0x3b9fac=function(_0x4310a6){while(--_0x4310a6){_0x3bd8a7['push'](_0x3bd8a7['shift']());}};_0x3b9fac(++_0x2a915f);}(_0xa8d7,0x1e5));var _0x7a8d=function(_0x31c19c,_0xbe4b70){_0x31c19c=_0x31c19c-0x0;var _0x1a87f7=_0xa8d7[_0x31c19c];return _0x1a87f7;};'use strict';var EventEmitter=require('events');var MailQueue=require(_0x7a8d('0x0'))['db'][_0x7a8d('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0x7a8d('0x2'),'afterDestroy':_0x7a8d('0x3')};function emitEvent(_0x29eb04){return function(_0x457acc,_0x4a16c5,_0x342da8){MailQueueEvents[_0x7a8d('0x4')](_0x29eb04+':'+_0x457acc['id'],_0x457acc);MailQueueEvents[_0x7a8d('0x4')](_0x29eb04,_0x457acc);_0x342da8(null);};}for(var e in events){if(events[_0x7a8d('0x5')](e)){var event=events[e];MailQueue[_0x7a8d('0x6')](e,emitEvent(event));}}module[_0x7a8d('0x7')]=MailQueueEvents;