c6cd222e2aaacbc7a22dc93a97bd2b7f90bce7e2
[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 _0x93a1=['exports','events','setMaxListeners','update','remove','emit','hasOwnProperty'];(function(_0x31eea2,_0x6a61ff){var _0x2c21dc=function(_0xff4853){while(--_0xff4853){_0x31eea2['push'](_0x31eea2['shift']());}};_0x2c21dc(++_0x6a61ff);}(_0x93a1,0x1dd));var _0x193a=function(_0x3e4146,_0x29e64b){_0x3e4146=_0x3e4146-0x0;var _0x18bfe1=_0x93a1[_0x3e4146];return _0x18bfe1;};'use strict';var EventEmitter=require(_0x193a('0x0'));var WhatsappQueue=require('../../mysqldb')['db']['WhatsappQueue'];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0x193a('0x1')](0x0);var events={'afterCreate':'save','afterUpdate':_0x193a('0x2'),'afterDestroy':_0x193a('0x3')};function emitEvent(_0x2d958a){return function(_0x1d765c,_0x811edc,_0x563304){WhatsappQueueEvents[_0x193a('0x4')](_0x2d958a+':'+_0x1d765c['id'],_0x1d765c);WhatsappQueueEvents[_0x193a('0x4')](_0x2d958a,_0x1d765c);_0x563304(null);};}for(var e in events){if(events[_0x193a('0x5')](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x193a('0x6')]=WhatsappQueueEvents;