40865ffd138ad8541217230bca9652fe7144bb75
[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 _0x9f78=['emit','hasOwnProperty','exports','WhatsappAccount','save','update','remove'];(function(_0x46389e,_0x5de50e){var _0xaa94b6=function(_0x187a9e){while(--_0x187a9e){_0x46389e['push'](_0x46389e['shift']());}};_0xaa94b6(++_0x5de50e);}(_0x9f78,0x17d));var _0x89f7=function(_0x224f30,_0x4483c7){_0x224f30=_0x224f30-0x0;var _0x2a67ad=_0x9f78[_0x224f30];return _0x2a67ad;};'use strict';var EventEmitter=require('events');var WhatsappAccount=require('../../mysqldb')['db'][_0x89f7('0x0')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x89f7('0x1'),'afterUpdate':_0x89f7('0x2'),'afterDestroy':_0x89f7('0x3')};function emitEvent(_0x22a717){return function(_0x1f141c,_0x152bbd,_0x3f39b9){WhatsappAccountEvents[_0x89f7('0x4')](_0x22a717+':'+_0x1f141c['id'],_0x1f141c);WhatsappAccountEvents[_0x89f7('0x4')](_0x22a717,_0x1f141c);_0x3f39b9(null);};}for(var e in events){if(events[_0x89f7('0x5')](e)){var event=events[e];WhatsappAccount['hook'](e,emitEvent(event));}}module[_0x89f7('0x6')]=WhatsappAccountEvents;