Built motion from commit (unavailable).|2.5.31
[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 _0x978c=['save','update','remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','setMaxListeners'];(function(_0x171296,_0x24f607){var _0x277577=function(_0x3202b3){while(--_0x3202b3){_0x171296['push'](_0x171296['shift']());}};_0x277577(++_0x24f607);}(_0x978c,0x6b));var _0xc978=function(_0x502c7d,_0x2f1285){_0x502c7d=_0x502c7d-0x0;var _0x30b7ed=_0x978c[_0x502c7d];return _0x30b7ed;};'use strict';var EventEmitter=require(_0xc978('0x0'));var MailQueue=require(_0xc978('0x1'))['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0xc978('0x2')](0x0);var events={'afterCreate':_0xc978('0x3'),'afterUpdate':_0xc978('0x4'),'afterDestroy':_0xc978('0x5')};function emitEvent(_0x209b3f){return function(_0x3356e7,_0x2b40ee,_0x58ea89){MailQueueEvents['emit'](_0x209b3f+':'+_0x3356e7['id'],_0x3356e7);MailQueueEvents[_0xc978('0x6')](_0x209b3f,_0x3356e7);_0x58ea89(null);};}for(var e in events){if(events[_0xc978('0x7')](e)){var event=events[e];MailQueue[_0xc978('0x8')](e,emitEvent(event));}}module[_0xc978('0x9')]=MailQueueEvents;