Built motion from commit 43538d75.|2.5.35
[motion2.git] / server / api / faxMessage / faxMessage.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 _0xd206=['save','update','emit','exports','events','../../mysqldb','setMaxListeners'];(function(_0x3e2fb5,_0x252c88){var _0x361913=function(_0xdfe0e9){while(--_0xdfe0e9){_0x3e2fb5['push'](_0x3e2fb5['shift']());}};_0x361913(++_0x252c88);}(_0xd206,0x107));var _0x6d20=function(_0x263a74,_0xc31414){_0x263a74=_0x263a74-0x0;var _0x2aa86c=_0xd206[_0x263a74];return _0x2aa86c;};'use strict';var EventEmitter=require(_0x6d20('0x0'));var FaxMessage=require(_0x6d20('0x1'))['db']['FaxMessage'];var FaxMessageEvents=new EventEmitter();FaxMessageEvents[_0x6d20('0x2')](0x0);var events={'afterCreate':_0x6d20('0x3'),'afterUpdate':_0x6d20('0x4'),'afterDestroy':'remove'};function emitEvent(_0x5c6c6a){return function(_0x28bc49,_0x243da3,_0x3acacb){FaxMessageEvents['emit'](_0x5c6c6a+':'+_0x28bc49['id'],_0x28bc49);FaxMessageEvents[_0x6d20('0x5')](_0x5c6c6a,_0x28bc49);_0x3acacb(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];FaxMessage['hook'](e,emitEvent(event));}}module[_0x6d20('0x6')]=FaxMessageEvents;