35480fb4c66d932be0eabcebb76379726608a57c
[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 _0x2bef=['hook','exports','events','../../mysqldb','MailQueue','setMaxListeners','update','remove','emit','hasOwnProperty'];(function(_0x5ee66f,_0x5db180){var _0x2c4b79=function(_0x1319de){while(--_0x1319de){_0x5ee66f['push'](_0x5ee66f['shift']());}};_0x2c4b79(++_0x5db180);}(_0x2bef,0x188));var _0xf2be=function(_0x59c683,_0x209444){_0x59c683=_0x59c683-0x0;var _0x47251b=_0x2bef[_0x59c683];return _0x47251b;};'use strict';var EventEmitter=require(_0xf2be('0x0'));var MailQueue=require(_0xf2be('0x1'))['db'][_0xf2be('0x2')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0xf2be('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0xf2be('0x4'),'afterDestroy':_0xf2be('0x5')};function emitEvent(_0x53fa21){return function(_0x5dd68f,_0x4d3602,_0x411a62){MailQueueEvents[_0xf2be('0x6')](_0x53fa21+':'+_0x5dd68f['id'],_0x5dd68f);MailQueueEvents[_0xf2be('0x6')](_0x53fa21,_0x5dd68f);_0x411a62(null);};}for(var e in events){if(events[_0xf2be('0x7')](e)){var event=events[e];MailQueue[_0xf2be('0x8')](e,emitEvent(event));}}module[_0xf2be('0x9')]=MailQueueEvents;