Built motion from commit 43538d75.|2.5.35
[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 _0x2880=['WhatsappAccount','save','update','remove','emit','hasOwnProperty','exports'];(function(_0x2e2c4a,_0xa149b0){var _0x311a43=function(_0x4cf754){while(--_0x4cf754){_0x2e2c4a['push'](_0x2e2c4a['shift']());}};_0x311a43(++_0xa149b0);}(_0x2880,0x15e));var _0x0288=function(_0x14e671,_0x2611ac){_0x14e671=_0x14e671-0x0;var _0x50a22c=_0x2880[_0x14e671];return _0x50a22c;};'use strict';var EventEmitter=require('events');var WhatsappAccount=require('../../mysqldb')['db'][_0x0288('0x0')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x0288('0x1'),'afterUpdate':_0x0288('0x2'),'afterDestroy':_0x0288('0x3')};function emitEvent(_0x5d52c2){return function(_0x27ac9b,_0x3ebcdc,_0x486b94){WhatsappAccountEvents[_0x0288('0x4')](_0x5d52c2+':'+_0x27ac9b['id'],_0x27ac9b);WhatsappAccountEvents[_0x0288('0x4')](_0x5d52c2,_0x27ac9b);_0x486b94(null);};}for(var e in events){if(events[_0x0288('0x5')](e)){var event=events[e];WhatsappAccount['hook'](e,emitEvent(event));}}module[_0x0288('0x6')]=WhatsappAccountEvents;