8c8aa7a705ce92475640789d0beea0b0392e4c74
[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 _0x5d94=['emit','hasOwnProperty','hook','events','../../mysqldb','MailQueue','setMaxListeners','save','update'];(function(_0x364f4d,_0x44cd03){var _0x1cb66c=function(_0x5259ef){while(--_0x5259ef){_0x364f4d['push'](_0x364f4d['shift']());}};_0x1cb66c(++_0x44cd03);}(_0x5d94,0x186));var _0x45d9=function(_0x1f3d30,_0x37282e){_0x1f3d30=_0x1f3d30-0x0;var _0x58a7fa=_0x5d94[_0x1f3d30];return _0x58a7fa;};'use strict';var EventEmitter=require(_0x45d9('0x0'));var MailQueue=require(_0x45d9('0x1'))['db'][_0x45d9('0x2')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x45d9('0x3')](0x0);var events={'afterCreate':_0x45d9('0x4'),'afterUpdate':_0x45d9('0x5'),'afterDestroy':'remove'};function emitEvent(_0x516641){return function(_0x114d43,_0x160e1a,_0x249109){MailQueueEvents[_0x45d9('0x6')](_0x516641+':'+_0x114d43['id'],_0x114d43);MailQueueEvents[_0x45d9('0x6')](_0x516641,_0x114d43);_0x249109(null);};}for(var e in events){if(events[_0x45d9('0x7')](e)){var event=events[e];MailQueue[_0x45d9('0x8')](e,emitEvent(event));}}module['exports']=MailQueueEvents;