a5b8791dde9938bda153c00e2e337963f2e12fd8
[motion2.git] / server / api / faxAccount / faxAccount.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 _0x562c=['save','update','remove','emit','hook','exports','events','../../mysqldb','setMaxListeners'];(function(_0x88cf1c,_0x2fb663){var _0x202467=function(_0x3a0c27){while(--_0x3a0c27){_0x88cf1c['push'](_0x88cf1c['shift']());}};_0x202467(++_0x2fb663);}(_0x562c,0x15c));var _0xc562=function(_0x570de8,_0x9e6280){_0x570de8=_0x570de8-0x0;var _0x3947da=_0x562c[_0x570de8];return _0x3947da;};'use strict';var EventEmitter=require(_0xc562('0x0'));var FaxAccount=require(_0xc562('0x1'))['db']['FaxAccount'];var FaxAccountEvents=new EventEmitter();FaxAccountEvents[_0xc562('0x2')](0x0);var events={'afterCreate':_0xc562('0x3'),'afterUpdate':_0xc562('0x4'),'afterDestroy':_0xc562('0x5')};function emitEvent(_0x2d26ef){return function(_0x2c604e,_0x511fa2,_0x14a7e9){FaxAccountEvents[_0xc562('0x6')](_0x2d26ef+':'+_0x2c604e['id'],_0x2c604e);FaxAccountEvents['emit'](_0x2d26ef,_0x2c604e);_0x14a7e9(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];FaxAccount[_0xc562('0x7')](e,emitEvent(event));}}module[_0xc562('0x8')]=FaxAccountEvents;