7601954e684784729edcc12b3912755420ff3c47
[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 _0xf032=['events','MailQueue','setMaxListeners','save','update','emit','hasOwnProperty','hook'];(function(_0x5a446e,_0x1f2886){var _0x2aec65=function(_0x37ad8b){while(--_0x37ad8b){_0x5a446e['push'](_0x5a446e['shift']());}};_0x2aec65(++_0x1f2886);}(_0xf032,0x170));var _0x2f03=function(_0x279a91,_0x2c6dbf){_0x279a91=_0x279a91-0x0;var _0x5c7d99=_0xf032[_0x279a91];return _0x5c7d99;};'use strict';var EventEmitter=require(_0x2f03('0x0'));var MailQueue=require('../../mysqldb')['db'][_0x2f03('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x2f03('0x2')](0x0);var events={'afterCreate':_0x2f03('0x3'),'afterUpdate':_0x2f03('0x4'),'afterDestroy':'remove'};function emitEvent(_0x5eadfd){return function(_0x7b686,_0x59a2c3,_0x1dd434){MailQueueEvents['emit'](_0x5eadfd+':'+_0x7b686['id'],_0x7b686);MailQueueEvents[_0x2f03('0x5')](_0x5eadfd,_0x7b686);_0x1dd434(null);};}for(var e in events){if(events[_0x2f03('0x6')](e)){var event=events[e];MailQueue[_0x2f03('0x7')](e,emitEvent(event));}}module['exports']=MailQueueEvents;