99e6b40b9ed4d0b9ae8c4b2ec918326f5d30568c
[motion2.git] / server / api / whatsappQueue / whatsappQueue.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 _0x57b2=['hasOwnProperty','exports','events','../../mysqldb','setMaxListeners','update','remove','emit'];(function(_0x52c276,_0x387e40){var _0x2e1811=function(_0x19370d){while(--_0x19370d){_0x52c276['push'](_0x52c276['shift']());}};_0x2e1811(++_0x387e40);}(_0x57b2,0x1b2));var _0x257b=function(_0x989dce,_0x288733){_0x989dce=_0x989dce-0x0;var _0x32046d=_0x57b2[_0x989dce];return _0x32046d;};'use strict';var EventEmitter=require(_0x257b('0x0'));var WhatsappQueue=require(_0x257b('0x1'))['db']['WhatsappQueue'];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0x257b('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x257b('0x3'),'afterDestroy':_0x257b('0x4')};function emitEvent(_0x3212ec){return function(_0x449be0,_0xa32292,_0x14971c){WhatsappQueueEvents[_0x257b('0x5')](_0x3212ec+':'+_0x449be0['id'],_0x449be0);WhatsappQueueEvents[_0x257b('0x5')](_0x3212ec,_0x449be0);_0x14971c(null);};}for(var e in events){if(events[_0x257b('0x6')](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x257b('0x7')]=WhatsappQueueEvents;