Built motion from commit (unavailable).|2.3.4
[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 _0x0c87=['update','remove','emit','hasOwnProperty','hook','events','MailQueue','save'];(function(_0x271cbe,_0x45fb38){var _0x1ee427=function(_0x5f18b0){while(--_0x5f18b0){_0x271cbe['push'](_0x271cbe['shift']());}};_0x1ee427(++_0x45fb38);}(_0x0c87,0x115));var _0x70c8=function(_0x1fd0d6,_0x1be60f){_0x1fd0d6=_0x1fd0d6-0x0;var _0x28afa7=_0x0c87[_0x1fd0d6];return _0x28afa7;};'use strict';var EventEmitter=require(_0x70c8('0x0'));var MailQueue=require('../../mysqldb')['db'][_0x70c8('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x70c8('0x2'),'afterUpdate':_0x70c8('0x3'),'afterDestroy':_0x70c8('0x4')};function emitEvent(_0xe8e52e){return function(_0x4aec09,_0x4ae5d3,_0x36f336){MailQueueEvents[_0x70c8('0x5')](_0xe8e52e+':'+_0x4aec09['id'],_0x4aec09);MailQueueEvents[_0x70c8('0x5')](_0xe8e52e,_0x4aec09);_0x36f336(null);};}for(var e in events){if(events[_0x70c8('0x6')](e)){var event=events[e];MailQueue[_0x70c8('0x7')](e,emitEvent(event));}}module['exports']=MailQueueEvents;