Built motion from commit 3c2ce842.|2.6.31
[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 _0x9832=['emit','hook','exports','events','../../mysqldb','WhatsappAccount','setMaxListeners','save','update','remove'];(function(_0x19502e,_0x2b33a4){var _0x596a4a=function(_0x56ee5c){while(--_0x56ee5c){_0x19502e['push'](_0x19502e['shift']());}};_0x596a4a(++_0x2b33a4);}(_0x9832,0xb7));var _0x2983=function(_0x4b672d,_0x9d00cf){_0x4b672d=_0x4b672d-0x0;var _0x35e14c=_0x9832[_0x4b672d];return _0x35e14c;};'use strict';var EventEmitter=require(_0x2983('0x0'));var WhatsappAccount=require(_0x2983('0x1'))['db'][_0x2983('0x2')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents[_0x2983('0x3')](0x0);var events={'afterCreate':_0x2983('0x4'),'afterUpdate':_0x2983('0x5'),'afterDestroy':_0x2983('0x6')};function emitEvent(_0x58c7ff){return function(_0x103cd3,_0x3e0100,_0x36ea61){WhatsappAccountEvents[_0x2983('0x7')](_0x58c7ff+':'+_0x103cd3['id'],_0x103cd3);WhatsappAccountEvents[_0x2983('0x7')](_0x58c7ff,_0x103cd3);_0x36ea61(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappAccount[_0x2983('0x8')](e,emitEvent(event));}}module[_0x2983('0x9')]=WhatsappAccountEvents;