Built motion from commit 9d7072cc.|2.5.39
[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 _0x918c=['emit','hasOwnProperty','hook','exports','WhatsappAccount','save','remove'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x918c,0x90));var _0xc918=function(_0x1928c9,_0x13a6d1){_0x1928c9=_0x1928c9-0x0;var _0x51b5fb=_0x918c[_0x1928c9];return _0x51b5fb;};'use strict';var EventEmitter=require('events');var WhatsappAccount=require('../../mysqldb')['db'][_0xc918('0x0')];var WhatsappAccountEvents=new EventEmitter();WhatsappAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xc918('0x1'),'afterUpdate':'update','afterDestroy':_0xc918('0x2')};function emitEvent(_0x26c09f){return function(_0x1369a0,_0x94116d,_0x4f8f09){WhatsappAccountEvents[_0xc918('0x3')](_0x26c09f+':'+_0x1369a0['id'],_0x1369a0);WhatsappAccountEvents['emit'](_0x26c09f,_0x1369a0);_0x4f8f09(null);};}for(var e in events){if(events[_0xc918('0x4')](e)){var event=events[e];WhatsappAccount[_0xc918('0x5')](e,emitEvent(event));}}module[_0xc918('0x6')]=WhatsappAccountEvents;