1fec6617825f6a0b8f73ecd15af133dc0fdd939e
[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 _0x0c96=['../../mysqldb','setMaxListeners','save','update','remove','hasOwnProperty','hook','exports','events'];(function(_0x1034ee,_0x12998c){var _0x2922af=function(_0x13715a){while(--_0x13715a){_0x1034ee['push'](_0x1034ee['shift']());}};_0x2922af(++_0x12998c);}(_0x0c96,0x1af));var _0x60c9=function(_0x3a6930,_0x3fc846){_0x3a6930=_0x3a6930-0x0;var _0x2238f7=_0x0c96[_0x3a6930];return _0x2238f7;};'use strict';var EventEmitter=require(_0x60c9('0x0'));var MailQueue=require(_0x60c9('0x1'))['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x60c9('0x2')](0x0);var events={'afterCreate':_0x60c9('0x3'),'afterUpdate':_0x60c9('0x4'),'afterDestroy':_0x60c9('0x5')};function emitEvent(_0x5ac19e){return function(_0x19992d,_0x59f3a0,_0x34f0be){MailQueueEvents['emit'](_0x5ac19e+':'+_0x19992d['id'],_0x19992d);MailQueueEvents['emit'](_0x5ac19e,_0x19992d);_0x34f0be(null);};}for(var e in events){if(events[_0x60c9('0x6')](e)){var event=events[e];MailQueue[_0x60c9('0x7')](e,emitEvent(event));}}module[_0x60c9('0x8')]=MailQueueEvents;