Built motion from commit 1fa89557.|2.6.10
[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 _0x090a=['hook','exports','events','WhatsappQueue','save','update','remove','emit','hasOwnProperty'];(function(_0x5a401e,_0x2de782){var _0x2aa2cc=function(_0x1150e7){while(--_0x1150e7){_0x5a401e['push'](_0x5a401e['shift']());}};_0x2aa2cc(++_0x2de782);}(_0x090a,0x1a9));var _0xa090=function(_0x372fc7,_0x5442f9){_0x372fc7=_0x372fc7-0x0;var _0x57c418=_0x090a[_0x372fc7];return _0x57c418;};'use strict';var EventEmitter=require(_0xa090('0x0'));var WhatsappQueue=require('../../mysqldb')['db'][_0xa090('0x1')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xa090('0x2'),'afterUpdate':_0xa090('0x3'),'afterDestroy':_0xa090('0x4')};function emitEvent(_0xda853e){return function(_0x280e7b,_0x598c25,_0x550560){WhatsappQueueEvents[_0xa090('0x5')](_0xda853e+':'+_0x280e7b['id'],_0x280e7b);WhatsappQueueEvents[_0xa090('0x5')](_0xda853e,_0x280e7b);_0x550560(null);};}for(var e in events){if(events[_0xa090('0x6')](e)){var event=events[e];WhatsappQueue[_0xa090('0x7')](e,emitEvent(event));}}module[_0xa090('0x8')]=WhatsappQueueEvents;