Built motion from commit 753c950e.|2.5.42
[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 _0x1f31=['events','WhatsappQueue','save','emit','hasOwnProperty','hook','exports'];(function(_0x4c080b,_0x103c6f){var _0x5331be=function(_0x3a2b42){while(--_0x3a2b42){_0x4c080b['push'](_0x4c080b['shift']());}};_0x5331be(++_0x103c6f);}(_0x1f31,0x93));var _0x11f3=function(_0x275caa,_0x166d5e){_0x275caa=_0x275caa-0x0;var _0x28d670=_0x1f31[_0x275caa];return _0x28d670;};'use strict';var EventEmitter=require(_0x11f3('0x0'));var WhatsappQueue=require('../../mysqldb')['db'][_0x11f3('0x1')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x11f3('0x2'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x15d57d){return function(_0x3f4670,_0x5547d4,_0x10c66a){WhatsappQueueEvents[_0x11f3('0x3')](_0x15d57d+':'+_0x3f4670['id'],_0x3f4670);WhatsappQueueEvents['emit'](_0x15d57d,_0x3f4670);_0x10c66a(null);};}for(var e in events){if(events[_0x11f3('0x4')](e)){var event=events[e];WhatsappQueue[_0x11f3('0x5')](e,emitEvent(event));}}module[_0x11f3('0x6')]=WhatsappQueueEvents;