afdf382f5c588b9efdc85f027cd05ecd7c690b0d
[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 _0xc175=['hook','exports','events','../../mysqldb','MailQueue','update','remove','emit','hasOwnProperty'];(function(_0x35bd6c,_0x585087){var _0x2f421d=function(_0x42ae70){while(--_0x42ae70){_0x35bd6c['push'](_0x35bd6c['shift']());}};_0x2f421d(++_0x585087);}(_0xc175,0x14f));var _0x5c17=function(_0xf267b0,_0x51f07a){_0xf267b0=_0xf267b0-0x0;var _0x4081b2=_0xc175[_0xf267b0];return _0x4081b2;};'use strict';var EventEmitter=require(_0x5c17('0x0'));var MailQueue=require(_0x5c17('0x1'))['db'][_0x5c17('0x2')];var MailQueueEvents=new EventEmitter();MailQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0x5c17('0x3'),'afterDestroy':_0x5c17('0x4')};function emitEvent(_0x15e065){return function(_0x18da24,_0x3d0dbd,_0x5c3791){MailQueueEvents[_0x5c17('0x5')](_0x15e065+':'+_0x18da24['id'],_0x18da24);MailQueueEvents[_0x5c17('0x5')](_0x15e065,_0x18da24);_0x5c3791(null);};}for(var e in events){if(events[_0x5c17('0x6')](e)){var event=events[e];MailQueue[_0x5c17('0x7')](e,emitEvent(event));}}module[_0x5c17('0x8')]=MailQueueEvents;