Built motion from commit 5ad77b03.|2.6.3
[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 _0x02df=['FaxAccount','setMaxListeners','update','remove','emit','hasOwnProperty','hook','events'];(function(_0xefd519,_0xc62635){var _0x4bb882=function(_0x37e0a1){while(--_0x37e0a1){_0xefd519['push'](_0xefd519['shift']());}};_0x4bb882(++_0xc62635);}(_0x02df,0x137));var _0xf02d=function(_0x28eed8,_0x3dafe8){_0x28eed8=_0x28eed8-0x0;var _0x439d5c=_0x02df[_0x28eed8];return _0x439d5c;};'use strict';var EventEmitter=require(_0xf02d('0x0'));var FaxAccount=require('../../mysqldb')['db'][_0xf02d('0x1')];var FaxAccountEvents=new EventEmitter();FaxAccountEvents[_0xf02d('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xf02d('0x3'),'afterDestroy':_0xf02d('0x4')};function emitEvent(_0x223bd1){return function(_0x7581dd,_0x34c6d6,_0x4913fd){FaxAccountEvents[_0xf02d('0x5')](_0x223bd1+':'+_0x7581dd['id'],_0x7581dd);FaxAccountEvents[_0xf02d('0x5')](_0x223bd1,_0x7581dd);_0x4913fd(null);};}for(var e in events){if(events[_0xf02d('0x6')](e)){var event=events[e];FaxAccount[_0xf02d('0x7')](e,emitEvent(event));}}module['exports']=FaxAccountEvents;