Built motion from commit eddce310.|2.6.12
[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 _0x1dfb=['hasOwnProperty','hook','events','../../mysqldb','WhatsappAccount','save','update','emit'];(function(_0xa4928c,_0x16b89c){var _0x27cc29=function(_0x14b819){while(--_0x14b819){_0xa4928c['push'](_0xa4928c['shift']());}};_0x27cc29(++_0x16b89c);}(_0x1dfb,0xb2));var _0xb1df=function(_0x570f7b,_0x2c090d){_0x570f7b=_0x570f7b-0x0;var _0x381766=_0x1dfb[_0x570f7b];return _0x381766;};'use strict';var EventEmitter=require(_0xb1df('0x0'));var WhatsappAccount=require(_0xb1df('0x1'))['db'][_0xb1df('0x2')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xb1df('0x3'),'afterUpdate':_0xb1df('0x4'),'afterDestroy':'remove'};function emitEvent(_0x324624){return function(_0x42b996,_0x40dd75,_0x438e16){WhatsappAccountEvents[_0xb1df('0x5')](_0x324624+':'+_0x42b996['id'],_0x42b996);WhatsappAccountEvents[_0xb1df('0x5')](_0x324624,_0x42b996);_0x438e16(null);};}for(var e in events){if(events[_0xb1df('0x6')](e)){var event=events[e];WhatsappAccount[_0xb1df('0x7')](e,emitEvent(event));}}module['exports']=WhatsappAccountEvents;