cb4245dcbbf033639432773b735330e35d0c766f
[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 _0x5eaa=['hook','events','WhatsappAccount','setMaxListeners','save','remove','emit','hasOwnProperty'];(function(_0x2c7618,_0x26be9c){var _0x5ce3f0=function(_0x1837b3){while(--_0x1837b3){_0x2c7618['push'](_0x2c7618['shift']());}};_0x5ce3f0(++_0x26be9c);}(_0x5eaa,0x1b1));var _0xa5ea=function(_0x2e38f3,_0x2d5564){_0x2e38f3=_0x2e38f3-0x0;var _0x3c20bf=_0x5eaa[_0x2e38f3];return _0x3c20bf;};'use strict';var EventEmitter=require(_0xa5ea('0x0'));var WhatsappAccount=require('../../mysqldb')['db'][_0xa5ea('0x1')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents[_0xa5ea('0x2')](0x0);var events={'afterCreate':_0xa5ea('0x3'),'afterUpdate':'update','afterDestroy':_0xa5ea('0x4')};function emitEvent(_0x45ef29){return function(_0x1423e3,_0x3ae508,_0x1d7248){WhatsappAccountEvents['emit'](_0x45ef29+':'+_0x1423e3['id'],_0x1423e3);WhatsappAccountEvents[_0xa5ea('0x5')](_0x45ef29,_0x1423e3);_0x1d7248(null);};}for(var e in events){if(events[_0xa5ea('0x6')](e)){var event=events[e];WhatsappAccount[_0xa5ea('0x7')](e,emitEvent(event));}}module['exports']=WhatsappAccountEvents;