Built motion from commit 1fa89557.|2.6.10
[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 _0x9e52=['update','remove','emit','hasOwnProperty','hook','exports','events','MailQueue','setMaxListeners','save'];(function(_0x5244ef,_0x2e8d94){var _0x1fc32a=function(_0x47cb02){while(--_0x47cb02){_0x5244ef['push'](_0x5244ef['shift']());}};_0x1fc32a(++_0x2e8d94);}(_0x9e52,0xce));var _0x29e5=function(_0x2ef593,_0x4719f4){_0x2ef593=_0x2ef593-0x0;var _0x494095=_0x9e52[_0x2ef593];return _0x494095;};'use strict';var EventEmitter=require(_0x29e5('0x0'));var MailQueue=require('../../mysqldb')['db'][_0x29e5('0x1')];var MailQueueEvents=new EventEmitter();MailQueueEvents[_0x29e5('0x2')](0x0);var events={'afterCreate':_0x29e5('0x3'),'afterUpdate':_0x29e5('0x4'),'afterDestroy':_0x29e5('0x5')};function emitEvent(_0x3b3970){return function(_0x4fda54,_0x25a80a,_0x3256a3){MailQueueEvents['emit'](_0x3b3970+':'+_0x4fda54['id'],_0x4fda54);MailQueueEvents[_0x29e5('0x6')](_0x3b3970,_0x4fda54);_0x3256a3(null);};}for(var e in events){if(events[_0x29e5('0x7')](e)){var event=events[e];MailQueue[_0x29e5('0x8')](e,emitEvent(event));}}module[_0x29e5('0x9')]=MailQueueEvents;