Built motion from commit 25580385.|2.6.2
[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 _0xe938=['FaxAccount','setMaxListeners','save','emit','hasOwnProperty','hook'];(function(_0x36fb1f,_0x408163){var _0xb52f26=function(_0x311239){while(--_0x311239){_0x36fb1f['push'](_0x36fb1f['shift']());}};_0xb52f26(++_0x408163);}(_0xe938,0xd2));var _0x8e93=function(_0x1e4c37,_0xdf253e){_0x1e4c37=_0x1e4c37-0x0;var _0xec3469=_0xe938[_0x1e4c37];return _0xec3469;};'use strict';var EventEmitter=require('events');var FaxAccount=require('../../mysqldb')['db'][_0x8e93('0x0')];var FaxAccountEvents=new EventEmitter();FaxAccountEvents[_0x8e93('0x1')](0x0);var events={'afterCreate':_0x8e93('0x2'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x14cbd7){return function(_0x2b5815,_0x54f646,_0x52e1f5){FaxAccountEvents[_0x8e93('0x3')](_0x14cbd7+':'+_0x2b5815['id'],_0x2b5815);FaxAccountEvents[_0x8e93('0x3')](_0x14cbd7,_0x2b5815);_0x52e1f5(null);};}for(var e in events){if(events[_0x8e93('0x4')](e)){var event=events[e];FaxAccount[_0x8e93('0x5')](e,emitEvent(event));}}module['exports']=FaxAccountEvents;