045701b77100da6b2c211e5cfa458f60fb42b199
[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 _0xfbe1=['emit','hasOwnProperty','exports','setMaxListeners','save','update'];(function(_0x1e04b0,_0x999b86){var _0x5c0136=function(_0x4600b0){while(--_0x4600b0){_0x1e04b0['push'](_0x1e04b0['shift']());}};_0x5c0136(++_0x999b86);}(_0xfbe1,0x7b));var _0x1fbe=function(_0x131ad9,_0x46f5d8){_0x131ad9=_0x131ad9-0x0;var _0x37c28a=_0xfbe1[_0x131ad9];return _0x37c28a;};'use strict';var EventEmitter=require('events');var MailQueue=require('../../mysqldb')['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x1fbe('0x0')](0x0);var events={'afterCreate':_0x1fbe('0x1'),'afterUpdate':_0x1fbe('0x2'),'afterDestroy':'remove'};function emitEvent(_0x30f5c2){return function(_0x15af21,_0x3506bf,_0x3ca0eb){MailQueueEvents[_0x1fbe('0x3')](_0x30f5c2+':'+_0x15af21['id'],_0x15af21);MailQueueEvents['emit'](_0x30f5c2,_0x15af21);_0x3ca0eb(null);};}for(var e in events){if(events[_0x1fbe('0x4')](e)){var event=events[e];MailQueue['hook'](e,emitEvent(event));}}module[_0x1fbe('0x5')]=MailQueueEvents;