Built motion from commit b5996064.|2.6.21
[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 _0x444e=['exports','events','FaxMessage','save','remove','emit','hasOwnProperty'];(function(_0x1cce1c,_0x2efd83){var _0x505520=function(_0x53cb4f){while(--_0x53cb4f){_0x1cce1c['push'](_0x1cce1c['shift']());}};_0x505520(++_0x2efd83);}(_0x444e,0xe8));var _0xe444=function(_0x242aff,_0x881199){_0x242aff=_0x242aff-0x0;var _0x1defe4=_0x444e[_0x242aff];return _0x1defe4;};'use strict';var EventEmitter=require(_0xe444('0x0'));var FaxMessage=require('../../mysqldb')['db'][_0xe444('0x1')];var FaxMessageEvents=new EventEmitter();FaxMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xe444('0x2'),'afterUpdate':'update','afterDestroy':_0xe444('0x3')};function emitEvent(_0x4e248d){return function(_0xd7b634,_0x389c5b,_0x91763c){FaxMessageEvents[_0xe444('0x4')](_0x4e248d+':'+_0xd7b634['id'],_0xd7b634);FaxMessageEvents[_0xe444('0x4')](_0x4e248d,_0xd7b634);_0x91763c(null);};}for(var e in events){if(events[_0xe444('0x5')](e)){var event=events[e];FaxMessage['hook'](e,emitEvent(event));}}module[_0xe444('0x6')]=FaxMessageEvents;