a33dbd3c2f71d798083052d087720870c5ef579a
[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 _0x852e=['hasOwnProperty','hook','exports','events','../../mysqldb','FaxAccount','setMaxListeners','update','emit'];(function(_0x1b62d1,_0x32d1b9){var _0x554735=function(_0x5e3f7c){while(--_0x5e3f7c){_0x1b62d1['push'](_0x1b62d1['shift']());}};_0x554735(++_0x32d1b9);}(_0x852e,0x16b));var _0xe852=function(_0x1a1a5a,_0x431e00){_0x1a1a5a=_0x1a1a5a-0x0;var _0x9b078f=_0x852e[_0x1a1a5a];return _0x9b078f;};'use strict';var EventEmitter=require(_0xe852('0x0'));var FaxAccount=require(_0xe852('0x1'))['db'][_0xe852('0x2')];var FaxAccountEvents=new EventEmitter();FaxAccountEvents[_0xe852('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0xe852('0x4'),'afterDestroy':'remove'};function emitEvent(_0x2be142){return function(_0x572992,_0x16b458,_0x50da16){FaxAccountEvents[_0xe852('0x5')](_0x2be142+':'+_0x572992['id'],_0x572992);FaxAccountEvents[_0xe852('0x5')](_0x2be142,_0x572992);_0x50da16(null);};}for(var e in events){if(events[_0xe852('0x6')](e)){var event=events[e];FaxAccount[_0xe852('0x7')](e,emitEvent(event));}}module[_0xe852('0x8')]=FaxAccountEvents;