e7cc42fb3ce8aede1eb8c9cfaa1527d8068f05ed
[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 _0x43a6=['save','update','remove','exports','events','setMaxListeners'];(function(_0x457945,_0xde11f5){var _0x3b2adc=function(_0x21319b){while(--_0x21319b){_0x457945['push'](_0x457945['shift']());}};_0x3b2adc(++_0xde11f5);}(_0x43a6,0xe2));var _0x643a=function(_0x1305e3,_0x43a724){_0x1305e3=_0x1305e3-0x0;var _0x1068e9=_0x43a6[_0x1305e3];return _0x1068e9;};'use strict';var EventEmitter=require(_0x643a('0x0'));var WhatsappQueue=require('../../mysqldb')['db']['WhatsappQueue'];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0x643a('0x1')](0x0);var events={'afterCreate':_0x643a('0x2'),'afterUpdate':_0x643a('0x3'),'afterDestroy':_0x643a('0x4')};function emitEvent(_0x34a229){return function(_0xed20f7,_0x2d9a67,_0x220ae8){WhatsappQueueEvents['emit'](_0x34a229+':'+_0xed20f7['id'],_0xed20f7);WhatsappQueueEvents['emit'](_0x34a229,_0xed20f7);_0x220ae8(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x643a('0x5')]=WhatsappQueueEvents;