f39ea38c94de5376f8c78784d4cbb16dc43ede94
[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 _0x4fca=['emit','hasOwnProperty','hook','../../mysqldb','WhatsappQueue','save'];(function(_0x2fa4ee,_0x3e1dea){var _0x11b8aa=function(_0x47d194){while(--_0x47d194){_0x2fa4ee['push'](_0x2fa4ee['shift']());}};_0x11b8aa(++_0x3e1dea);}(_0x4fca,0x93));var _0xa4fc=function(_0x8e78af,_0x11f4cd){_0x8e78af=_0x8e78af-0x0;var _0x314435=_0x4fca[_0x8e78af];return _0x314435;};'use strict';var EventEmitter=require('events');var WhatsappQueue=require(_0xa4fc('0x0'))['db'][_0xa4fc('0x1')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xa4fc('0x2'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x24f8cb){return function(_0x223b64,_0x315ded,_0x104596){WhatsappQueueEvents[_0xa4fc('0x3')](_0x24f8cb+':'+_0x223b64['id'],_0x223b64);WhatsappQueueEvents['emit'](_0x24f8cb,_0x223b64);_0x104596(null);};}for(var e in events){if(events[_0xa4fc('0x4')](e)){var event=events[e];WhatsappQueue[_0xa4fc('0x5')](e,emitEvent(event));}}module['exports']=WhatsappQueueEvents;