3f41fea88cda46ab70e5b249a3d93310d3a9f729
[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 _0xd3a7=['emit','hook','exports','events','MailQueue','setMaxListeners','update'];(function(_0x770f7,_0x3af003){var _0xe797c6=function(_0x47d92a){while(--_0x47d92a){_0x770f7['push'](_0x770f7['shift']());}};_0xe797c6(++_0x3af003);}(_0xd3a7,0x1d8));var _0x7d3a=function(_0x22d135,_0x25df22){_0x22d135=_0x22d135-0x0;var _0x343ea5=_0xd3a7[_0x22d135];return _0x343ea5;};'use strict';var EventEmitter=require(_0x7d3a('0x0'));var MailQueue=require('../../mysqldb')['db'][_0x7d3a('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x7d3a('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x7d3a('0x3'),'afterDestroy':'remove'};function emitEvent(_0x7a29bc){return function(_0x410b91,_0x5e60e1,_0x4c97a2){MailQueueEvents[_0x7d3a('0x4')](_0x7a29bc+':'+_0x410b91['id'],_0x410b91);MailQueueEvents[_0x7d3a('0x4')](_0x7a29bc,_0x410b91);_0x4c97a2(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];MailQueue[_0x7d3a('0x5')](e,emitEvent(event));}}module[_0x7d3a('0x6')]=MailQueueEvents;