32ec56c6f0cdc5e69133e2a1ebcfe4c0c5b74e1a
[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 _0xc906=['emit','../../mysqldb','setMaxListeners','save'];(function(_0x57cf51,_0x59e648){var _0x24d442=function(_0x16a4d3){while(--_0x16a4d3){_0x57cf51['push'](_0x57cf51['shift']());}};_0x24d442(++_0x59e648);}(_0xc906,0x13d));var _0x6c90=function(_0x4eb02b,_0x502ac2){_0x4eb02b=_0x4eb02b-0x0;var _0x545b18=_0xc906[_0x4eb02b];return _0x545b18;};'use strict';var EventEmitter=require('events');var WhatsappQueue=require(_0x6c90('0x0'))['db']['WhatsappQueue'];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0x6c90('0x1')](0x0);var events={'afterCreate':_0x6c90('0x2'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x1ed163){return function(_0x46088e,_0x12eaae,_0x286ffc){WhatsappQueueEvents[_0x6c90('0x3')](_0x1ed163+':'+_0x46088e['id'],_0x46088e);WhatsappQueueEvents['emit'](_0x1ed163,_0x46088e);_0x286ffc(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module['exports']=WhatsappQueueEvents;