1accd457c4601847a13984c63e2276d09fa97e7c
[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 _0x6ed3=['events','../../mysqldb','FaxMessage','save','update','remove','hasOwnProperty','hook','exports'];(function(_0x17d9e3,_0x1f969c){var _0x14192d=function(_0x159745){while(--_0x159745){_0x17d9e3['push'](_0x17d9e3['shift']());}};_0x14192d(++_0x1f969c);}(_0x6ed3,0x183));var _0x36ed=function(_0x108902,_0x7b318c){_0x108902=_0x108902-0x0;var _0x28271e=_0x6ed3[_0x108902];return _0x28271e;};'use strict';var EventEmitter=require(_0x36ed('0x0'));var FaxMessage=require(_0x36ed('0x1'))['db'][_0x36ed('0x2')];var FaxMessageEvents=new EventEmitter();FaxMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x36ed('0x3'),'afterUpdate':_0x36ed('0x4'),'afterDestroy':_0x36ed('0x5')};function emitEvent(_0x261b72){return function(_0x5f4ef5,_0x28c38b,_0xa1dfe3){FaxMessageEvents['emit'](_0x261b72+':'+_0x5f4ef5['id'],_0x5f4ef5);FaxMessageEvents['emit'](_0x261b72,_0x5f4ef5);_0xa1dfe3(null);};}for(var e in events){if(events[_0x36ed('0x6')](e)){var event=events[e];FaxMessage[_0x36ed('0x7')](e,emitEvent(event));}}module[_0x36ed('0x8')]=FaxMessageEvents;