e59cb794674042bd68c59729414c5a036d7d93c4
[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 _0x1f30=['WhatsappQueue','remove','emit','hasOwnProperty','exports','events','../../mysqldb'];(function(_0x339337,_0x31408c){var _0x462f5b=function(_0x3a2f3b){while(--_0x3a2f3b){_0x339337['push'](_0x339337['shift']());}};_0x462f5b(++_0x31408c);}(_0x1f30,0x178));var _0x01f3=function(_0x1ba2d3,_0x5dcd2f){_0x1ba2d3=_0x1ba2d3-0x0;var _0x29f49f=_0x1f30[_0x1ba2d3];return _0x29f49f;};'use strict';var EventEmitter=require(_0x01f3('0x0'));var WhatsappQueue=require(_0x01f3('0x1'))['db'][_0x01f3('0x2')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x01f3('0x3')};function emitEvent(_0x23134a){return function(_0x3c585d,_0x227af7,_0x23df45){WhatsappQueueEvents[_0x01f3('0x4')](_0x23134a+':'+_0x3c585d['id'],_0x3c585d);WhatsappQueueEvents[_0x01f3('0x4')](_0x23134a,_0x3c585d);_0x23df45(null);};}for(var e in events){if(events[_0x01f3('0x5')](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x01f3('0x6')]=WhatsappQueueEvents;