Built motion from commit (unavailable).|2.5.14
[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 _0x06eb=['hook','events','MailQueue','setMaxListeners','update','remove','emit','hasOwnProperty'];(function(_0x558eb1,_0x502908){var _0x2f0b9e=function(_0x1e01f1){while(--_0x1e01f1){_0x558eb1['push'](_0x558eb1['shift']());}};_0x2f0b9e(++_0x502908);}(_0x06eb,0x101));var _0xb06e=function(_0x142568,_0x26c5e8){_0x142568=_0x142568-0x0;var _0x342129=_0x06eb[_0x142568];return _0x342129;};'use strict';var EventEmitter=require(_0xb06e('0x0'));var MailQueue=require('../../mysqldb')['db'][_0xb06e('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0xb06e('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xb06e('0x3'),'afterDestroy':_0xb06e('0x4')};function emitEvent(_0x9da98b){return function(_0x4803f2,_0x3d98cb,_0x70560f){MailQueueEvents['emit'](_0x9da98b+':'+_0x4803f2['id'],_0x4803f2);MailQueueEvents[_0xb06e('0x5')](_0x9da98b,_0x4803f2);_0x70560f(null);};}for(var e in events){if(events[_0xb06e('0x6')](e)){var event=events[e];MailQueue[_0xb06e('0x7')](e,emitEvent(event));}}module['exports']=MailQueueEvents;