Built motion from commit (unavailable).|2.5.25
[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 _0x1759=['events','../../mysqldb','WhatsappQueue','setMaxListeners','update','emit','hook'];(function(_0x319f3d,_0x8aa10a){var _0x3dc28d=function(_0x102261){while(--_0x102261){_0x319f3d['push'](_0x319f3d['shift']());}};_0x3dc28d(++_0x8aa10a);}(_0x1759,0xa1));var _0x9175=function(_0x2b5b44,_0x17189c){_0x2b5b44=_0x2b5b44-0x0;var _0x32cb66=_0x1759[_0x2b5b44];return _0x32cb66;};'use strict';var EventEmitter=require(_0x9175('0x0'));var WhatsappQueue=require(_0x9175('0x1'))['db'][_0x9175('0x2')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0x9175('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0x9175('0x4'),'afterDestroy':'remove'};function emitEvent(_0x1e516d){return function(_0x3c3932,_0x21abc5,_0x34cfcb){WhatsappQueueEvents[_0x9175('0x5')](_0x1e516d+':'+_0x3c3932['id'],_0x3c3932);WhatsappQueueEvents[_0x9175('0x5')](_0x1e516d,_0x3c3932);_0x34cfcb(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappQueue[_0x9175('0x6')](e,emitEvent(event));}}module['exports']=WhatsappQueueEvents;