Built motion from commit e6806ed6.|2.6.0
[motion2.git] / server / api / whatsappAccount / whatsappAccount.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 _0xc72f=['exports','events','WhatsappAccount','save','update','emit','hook'];(function(_0x5440db,_0x466c9b){var _0x58b6d3=function(_0x39b381){while(--_0x39b381){_0x5440db['push'](_0x5440db['shift']());}};_0x58b6d3(++_0x466c9b);}(_0xc72f,0x9b));var _0xfc72=function(_0xb24a3e,_0x4a3594){_0xb24a3e=_0xb24a3e-0x0;var _0x4038d7=_0xc72f[_0xb24a3e];return _0x4038d7;};'use strict';var EventEmitter=require(_0xfc72('0x0'));var WhatsappAccount=require('../../mysqldb')['db'][_0xfc72('0x1')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xfc72('0x2'),'afterUpdate':_0xfc72('0x3'),'afterDestroy':'remove'};function emitEvent(_0x158484){return function(_0x52a2f7,_0x32b6da,_0x29719e){WhatsappAccountEvents[_0xfc72('0x4')](_0x158484+':'+_0x52a2f7['id'],_0x52a2f7);WhatsappAccountEvents['emit'](_0x158484,_0x52a2f7);_0x29719e(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappAccount[_0xfc72('0x5')](e,emitEvent(event));}}module[_0xfc72('0x6')]=WhatsappAccountEvents;