a626f6f201527f8a6c2749fe5c8b38b76b947809
[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 _0x0b88=['emit','hasOwnProperty','exports','events','../../mysqldb','MailQueue','setMaxListeners','save','update','remove'];(function(_0x406d93,_0x25ccfb){var _0x1654e3=function(_0x5b7b4b){while(--_0x5b7b4b){_0x406d93['push'](_0x406d93['shift']());}};_0x1654e3(++_0x25ccfb);}(_0x0b88,0x1e3));var _0x80b8=function(_0x3eb314,_0xf71211){_0x3eb314=_0x3eb314-0x0;var _0x398881=_0x0b88[_0x3eb314];return _0x398881;};'use strict';var EventEmitter=require(_0x80b8('0x0'));var MailQueue=require(_0x80b8('0x1'))['db'][_0x80b8('0x2')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x80b8('0x3')](0x0);var events={'afterCreate':_0x80b8('0x4'),'afterUpdate':_0x80b8('0x5'),'afterDestroy':_0x80b8('0x6')};function emitEvent(_0x3d947a){return function(_0x223b4b,_0x4d61cb,_0x556bf8){MailQueueEvents[_0x80b8('0x7')](_0x3d947a+':'+_0x223b4b['id'],_0x223b4b);MailQueueEvents[_0x80b8('0x7')](_0x3d947a,_0x223b4b);_0x556bf8(null);};}for(var e in events){if(events[_0x80b8('0x8')](e)){var event=events[e];MailQueue['hook'](e,emitEvent(event));}}module[_0x80b8('0x9')]=MailQueueEvents;