Built motion from commit (unavailable).|2.5.22
[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 _0xd217=['exports','WhatsappQueue','save','update','emit'];(function(_0x121c6a,_0x58b434){var _0x4e3702=function(_0x18e030){while(--_0x18e030){_0x121c6a['push'](_0x121c6a['shift']());}};_0x4e3702(++_0x58b434);}(_0xd217,0x146));var _0x7d21=function(_0x1f4eff,_0x3de99c){_0x1f4eff=_0x1f4eff-0x0;var _0x2334e8=_0xd217[_0x1f4eff];return _0x2334e8;};'use strict';var EventEmitter=require('events');var WhatsappQueue=require('../../mysqldb')['db'][_0x7d21('0x0')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x7d21('0x1'),'afterUpdate':_0x7d21('0x2'),'afterDestroy':'remove'};function emitEvent(_0x1c7231){return function(_0x9a4420,_0x11c394,_0x532047){WhatsappQueueEvents[_0x7d21('0x3')](_0x1c7231+':'+_0x9a4420['id'],_0x9a4420);WhatsappQueueEvents[_0x7d21('0x3')](_0x1c7231,_0x9a4420);_0x532047(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappQueue['hook'](e,emitEvent(event));}}module[_0x7d21('0x4')]=WhatsappQueueEvents;