Built motion from commit d1eab355.|2.6.28
[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 _0xf9ac=['hasOwnProperty','hook','events','setMaxListeners','save','remove','emit'];(function(_0x1f6293,_0x4accd0){var _0x43ab73=function(_0xbcd133){while(--_0xbcd133){_0x1f6293['push'](_0x1f6293['shift']());}};_0x43ab73(++_0x4accd0);}(_0xf9ac,0x87));var _0xcf9a=function(_0x411f3b,_0x87a543){_0x411f3b=_0x411f3b-0x0;var _0x4bc446=_0xf9ac[_0x411f3b];return _0x4bc446;};'use strict';var EventEmitter=require(_0xcf9a('0x0'));var FaxMessage=require('../../mysqldb')['db']['FaxMessage'];var FaxMessageEvents=new EventEmitter();FaxMessageEvents[_0xcf9a('0x1')](0x0);var events={'afterCreate':_0xcf9a('0x2'),'afterUpdate':'update','afterDestroy':_0xcf9a('0x3')};function emitEvent(_0x56fd56){return function(_0x2f232f,_0x518dc3,_0x48da91){FaxMessageEvents[_0xcf9a('0x4')](_0x56fd56+':'+_0x2f232f['id'],_0x2f232f);FaxMessageEvents[_0xcf9a('0x4')](_0x56fd56,_0x2f232f);_0x48da91(null);};}for(var e in events){if(events[_0xcf9a('0x5')](e)){var event=events[e];FaxMessage[_0xcf9a('0x6')](e,emitEvent(event));}}module['exports']=FaxMessageEvents;