Built motion from commit 9d0783e6.|2.6.13
[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 _0x8f6b=['save','update','emit','hook','events','../../mysqldb','FaxMessage'];(function(_0x769407,_0x56665d){var _0x1a19c9=function(_0x27c8fc){while(--_0x27c8fc){_0x769407['push'](_0x769407['shift']());}};_0x1a19c9(++_0x56665d);}(_0x8f6b,0x146));var _0xb8f6=function(_0x40bffc,_0x3a45d7){_0x40bffc=_0x40bffc-0x0;var _0x3007e9=_0x8f6b[_0x40bffc];return _0x3007e9;};'use strict';var EventEmitter=require(_0xb8f6('0x0'));var FaxMessage=require(_0xb8f6('0x1'))['db'][_0xb8f6('0x2')];var FaxMessageEvents=new EventEmitter();FaxMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xb8f6('0x3'),'afterUpdate':_0xb8f6('0x4'),'afterDestroy':'remove'};function emitEvent(_0x36b78d){return function(_0x456df3,_0x49693f,_0x333054){FaxMessageEvents['emit'](_0x36b78d+':'+_0x456df3['id'],_0x456df3);FaxMessageEvents[_0xb8f6('0x5')](_0x36b78d,_0x456df3);_0x333054(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];FaxMessage[_0xb8f6('0x6')](e,emitEvent(event));}}module['exports']=FaxMessageEvents;