01fc3a1cf56b3d3449e835514608451fb082caa0
[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 _0x337f=['update','remove','emit','hasOwnProperty','exports','events','../../mysqldb','FaxAccount','save'];(function(_0x382e89,_0x4768c0){var _0x3a1318=function(_0x79e1ce){while(--_0x79e1ce){_0x382e89['push'](_0x382e89['shift']());}};_0x3a1318(++_0x4768c0);}(_0x337f,0x11c));var _0xf337=function(_0x54fe98,_0x1bad8c){_0x54fe98=_0x54fe98-0x0;var _0x4b51d0=_0x337f[_0x54fe98];return _0x4b51d0;};'use strict';var EventEmitter=require(_0xf337('0x0'));var FaxAccount=require(_0xf337('0x1'))['db'][_0xf337('0x2')];var FaxAccountEvents=new EventEmitter();FaxAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xf337('0x3'),'afterUpdate':_0xf337('0x4'),'afterDestroy':_0xf337('0x5')};function emitEvent(_0x57b986){return function(_0x3942f8,_0x4485af,_0x566399){FaxAccountEvents[_0xf337('0x6')](_0x57b986+':'+_0x3942f8['id'],_0x3942f8);FaxAccountEvents['emit'](_0x57b986,_0x3942f8);_0x566399(null);};}for(var e in events){if(events[_0xf337('0x7')](e)){var event=events[e];FaxAccount['hook'](e,emitEvent(event));}}module[_0xf337('0x8')]=FaxAccountEvents;