Built motion from commit 6a92c2cd.|2.6.29
[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 _0xee42=['exports','../../mysqldb','save','emit','hook'];(function(_0xeb8297,_0x14bf39){var _0x2de179=function(_0x1a5d09){while(--_0x1a5d09){_0xeb8297['push'](_0xeb8297['shift']());}};_0x2de179(++_0x14bf39);}(_0xee42,0xe2));var _0x2ee4=function(_0x243b2f,_0x30aa15){_0x243b2f=_0x243b2f-0x0;var _0xcb3c2d=_0xee42[_0x243b2f];return _0xcb3c2d;};'use strict';var EventEmitter=require('events');var FaxAccount=require(_0x2ee4('0x0'))['db']['FaxAccount'];var FaxAccountEvents=new EventEmitter();FaxAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x2ee4('0x1'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x1bffae){return function(_0x5d7b57,_0x572054,_0x326245){FaxAccountEvents[_0x2ee4('0x2')](_0x1bffae+':'+_0x5d7b57['id'],_0x5d7b57);FaxAccountEvents[_0x2ee4('0x2')](_0x1bffae,_0x5d7b57);_0x326245(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];FaxAccount[_0x2ee4('0x3')](e,emitEvent(event));}}module[_0x2ee4('0x4')]=FaxAccountEvents;