24c4ec3ba63f2ea48fd6033789f098ce5012667e
[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 _0x1c23=['hook','events','../../mysqldb','FaxMessage','setMaxListeners','save','update','emit','hasOwnProperty'];(function(_0x38d719,_0x58bebf){var _0x26ba80=function(_0xfa9de4){while(--_0xfa9de4){_0x38d719['push'](_0x38d719['shift']());}};_0x26ba80(++_0x58bebf);}(_0x1c23,0x1d5));var _0x31c2=function(_0x4ab825,_0x3b6f8b){_0x4ab825=_0x4ab825-0x0;var _0x412670=_0x1c23[_0x4ab825];return _0x412670;};'use strict';var EventEmitter=require(_0x31c2('0x0'));var FaxMessage=require(_0x31c2('0x1'))['db'][_0x31c2('0x2')];var FaxMessageEvents=new EventEmitter();FaxMessageEvents[_0x31c2('0x3')](0x0);var events={'afterCreate':_0x31c2('0x4'),'afterUpdate':_0x31c2('0x5'),'afterDestroy':'remove'};function emitEvent(_0x30a2af){return function(_0x2da7ad,_0x55e8c3,_0x50b513){FaxMessageEvents[_0x31c2('0x6')](_0x30a2af+':'+_0x2da7ad['id'],_0x2da7ad);FaxMessageEvents[_0x31c2('0x6')](_0x30a2af,_0x2da7ad);_0x50b513(null);};}for(var e in events){if(events[_0x31c2('0x7')](e)){var event=events[e];FaxMessage[_0x31c2('0x8')](e,emitEvent(event));}}module['exports']=FaxMessageEvents;