b575fba6a360c09be9ecd3859017d6af00d13542
[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 _0xf660=['hasOwnProperty','hook','exports','MailQueue','setMaxListeners','save','update','emit'];(function(_0x2fb422,_0x6b2a6f){var _0x1cd45c=function(_0x5ce683){while(--_0x5ce683){_0x2fb422['push'](_0x2fb422['shift']());}};_0x1cd45c(++_0x6b2a6f);}(_0xf660,0xbb));var _0x0f66=function(_0xd4636c,_0x34dbf6){_0xd4636c=_0xd4636c-0x0;var _0x5ee17d=_0xf660[_0xd4636c];return _0x5ee17d;};'use strict';var EventEmitter=require('events');var MailQueue=require('../../mysqldb')['db'][_0x0f66('0x0')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x0f66('0x1')](0x0);var events={'afterCreate':_0x0f66('0x2'),'afterUpdate':_0x0f66('0x3'),'afterDestroy':'remove'};function emitEvent(_0x2617f3){return function(_0x588457,_0x1120d7,_0x270790){MailQueueEvents['emit'](_0x2617f3+':'+_0x588457['id'],_0x588457);MailQueueEvents[_0x0f66('0x4')](_0x2617f3,_0x588457);_0x270790(null);};}for(var e in events){if(events[_0x0f66('0x5')](e)){var event=events[e];MailQueue[_0x0f66('0x6')](e,emitEvent(event));}}module[_0x0f66('0x7')]=MailQueueEvents;