Built motion from commit da617fac.|2.6.6
[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 _0x8a73=['update','remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','setMaxListeners','save'];(function(_0x1455d7,_0x1b1778){var _0x14ee34=function(_0x1f4ab3){while(--_0x1f4ab3){_0x1455d7['push'](_0x1455d7['shift']());}};_0x14ee34(++_0x1b1778);}(_0x8a73,0x18c));var _0x38a7=function(_0x1d89c9,_0x575a40){_0x1d89c9=_0x1d89c9-0x0;var _0x1ee0e4=_0x8a73[_0x1d89c9];return _0x1ee0e4;};'use strict';var EventEmitter=require(_0x38a7('0x0'));var MailQueue=require(_0x38a7('0x1'))['db']['MailQueue'];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x38a7('0x2')](0x0);var events={'afterCreate':_0x38a7('0x3'),'afterUpdate':_0x38a7('0x4'),'afterDestroy':_0x38a7('0x5')};function emitEvent(_0x26b47c){return function(_0x3df588,_0x56ddb1,_0x5829e1){MailQueueEvents[_0x38a7('0x6')](_0x26b47c+':'+_0x3df588['id'],_0x3df588);MailQueueEvents[_0x38a7('0x6')](_0x26b47c,_0x3df588);_0x5829e1(null);};}for(var e in events){if(events[_0x38a7('0x7')](e)){var event=events[e];MailQueue[_0x38a7('0x8')](e,emitEvent(event));}}module[_0x38a7('0x9')]=MailQueueEvents;