4648b83fd1835680ec387b96d936c9d7b3116f50
[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 _0x8002=['hasOwnProperty','exports','events','../../mysqldb','save','update','remove','emit'];(function(_0x409065,_0xd832fa){var _0x57d7da=function(_0x34ca53){while(--_0x34ca53){_0x409065['push'](_0x409065['shift']());}};_0x57d7da(++_0xd832fa);}(_0x8002,0x132));var _0x2800=function(_0x3f7b12,_0x5801cd){_0x3f7b12=_0x3f7b12-0x0;var _0x514913=_0x8002[_0x3f7b12];return _0x514913;};'use strict';var EventEmitter=require(_0x2800('0x0'));var WhatsappQueue=require(_0x2800('0x1'))['db']['WhatsappQueue'];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x2800('0x2'),'afterUpdate':_0x2800('0x3'),'afterDestroy':_0x2800('0x4')};function emitEvent(_0x3a699a){return function(_0x4c5267,_0x272fed,_0x28310d){WhatsappQueueEvents[_0x2800('0x5')](_0x3a699a+':'+_0x4c5267['id'],_0x4c5267);WhatsappQueueEvents[_0x2800('0x5')](_0x3a699a,_0x4c5267);_0x28310d(null);};}for(var e in events){if(events[_0x2800('0x6')](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x2800('0x7')]=WhatsappQueueEvents;