dd258969da14df4b7743430cb433d7af489bf33c
[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 _0x2675=['update','emit','hasOwnProperty','hook','exports','events','save'];(function(_0x4a599b,_0x1d2125){var _0x2d53d3=function(_0x5e7982){while(--_0x5e7982){_0x4a599b['push'](_0x4a599b['shift']());}};_0x2d53d3(++_0x1d2125);}(_0x2675,0x75));var _0x5267=function(_0x3c21d4,_0x5de595){_0x3c21d4=_0x3c21d4-0x0;var _0x16c6ca=_0x2675[_0x3c21d4];return _0x16c6ca;};'use strict';var EventEmitter=require(_0x5267('0x0'));var WhatsappAccount=require('../../mysqldb')['db']['WhatsappAccount'];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x5267('0x1'),'afterUpdate':_0x5267('0x2'),'afterDestroy':'remove'};function emitEvent(_0x4600fa){return function(_0x36bdf0,_0x4e2548,_0x328776){WhatsappAccountEvents[_0x5267('0x3')](_0x4600fa+':'+_0x36bdf0['id'],_0x36bdf0);WhatsappAccountEvents[_0x5267('0x3')](_0x4600fa,_0x36bdf0);_0x328776(null);};}for(var e in events){if(events[_0x5267('0x4')](e)){var event=events[e];WhatsappAccount[_0x5267('0x5')](e,emitEvent(event));}}module[_0x5267('0x6')]=WhatsappAccountEvents;