0f860bf831a914872927b7431a56a8629160e61c
[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 _0x3b85=['hook','exports','../../mysqldb','MailQueue','save','update','remove','emit','hasOwnProperty'];(function(_0x42b2ee,_0x4082b7){var _0x212a37=function(_0x3db9e4){while(--_0x3db9e4){_0x42b2ee['push'](_0x42b2ee['shift']());}};_0x212a37(++_0x4082b7);}(_0x3b85,0x14f));var _0x53b8=function(_0x7af123,_0x30373e){_0x7af123=_0x7af123-0x0;var _0x109935=_0x3b85[_0x7af123];return _0x109935;};'use strict';var EventEmitter=require('events');var MailQueue=require(_0x53b8('0x0'))['db'][_0x53b8('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x53b8('0x2'),'afterUpdate':_0x53b8('0x3'),'afterDestroy':_0x53b8('0x4')};function emitEvent(_0x5da99f){return function(_0x5c3f2e,_0x434e00,_0x2aee51){MailQueueEvents[_0x53b8('0x5')](_0x5da99f+':'+_0x5c3f2e['id'],_0x5c3f2e);MailQueueEvents[_0x53b8('0x5')](_0x5da99f,_0x5c3f2e);_0x2aee51(null);};}for(var e in events){if(events[_0x53b8('0x6')](e)){var event=events[e];MailQueue[_0x53b8('0x7')](e,emitEvent(event));}}module[_0x53b8('0x8')]=MailQueueEvents;