ecefddbd20b061eea95c3c6bb4482c8388f061c4
[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 _0x4fc9=['hook','exports','setMaxListeners','update','remove','emit','hasOwnProperty'];(function(_0x1bba6c,_0x1f94cf){var _0x415735=function(_0x3ef30d){while(--_0x3ef30d){_0x1bba6c['push'](_0x1bba6c['shift']());}};_0x415735(++_0x1f94cf);}(_0x4fc9,0xbf));var _0x94fc=function(_0x3f91c7,_0x4b584d){_0x3f91c7=_0x3f91c7-0x0;var _0x5ed600=_0x4fc9[_0x3f91c7];return _0x5ed600;};'use strict';var EventEmitter=require('events');var MailQueue=require('../../mysqldb')['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x94fc('0x0')](0x0);var events={'afterCreate':'save','afterUpdate':_0x94fc('0x1'),'afterDestroy':_0x94fc('0x2')};function emitEvent(_0x321c31){return function(_0x4530c3,_0xf34be6,_0x20bb09){MailQueueEvents[_0x94fc('0x3')](_0x321c31+':'+_0x4530c3['id'],_0x4530c3);MailQueueEvents['emit'](_0x321c31,_0x4530c3);_0x20bb09(null);};}for(var e in events){if(events[_0x94fc('0x4')](e)){var event=events[e];MailQueue[_0x94fc('0x5')](e,emitEvent(event));}}module[_0x94fc('0x6')]=MailQueueEvents;