Built motion from commit (unavailable).|2.5.14
[motion2.git] / server / api / userProfile / userProfile.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 _0x3d3e=['UserProfile','setMaxListeners','save','update','emit','hook','../../mysqldb'];(function(_0x2aca5e,_0x2ef58a){var _0x5e35ce=function(_0x249a71){while(--_0x249a71){_0x2aca5e['push'](_0x2aca5e['shift']());}};_0x5e35ce(++_0x2ef58a);}(_0x3d3e,0xbc));var _0xe3d3=function(_0x3c9ec0,_0x42f0d3){_0x3c9ec0=_0x3c9ec0-0x0;var _0x5d4926=_0x3d3e[_0x3c9ec0];return _0x5d4926;};'use strict';var EventEmitter=require('events');var UserProfile=require(_0xe3d3('0x0'))['db'][_0xe3d3('0x1')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0xe3d3('0x2')](0x0);var events={'afterCreate':_0xe3d3('0x3'),'afterUpdate':_0xe3d3('0x4'),'afterDestroy':'remove'};function emitEvent(_0xdaf729){return function(_0x3662d4,_0x3052dd,_0x2d52c8){UserProfileEvents[_0xe3d3('0x5')](_0xdaf729+':'+_0x3662d4['id'],_0x3662d4);UserProfileEvents[_0xe3d3('0x5')](_0xdaf729,_0x3662d4);_0x2d52c8(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];UserProfile[_0xe3d3('0x6')](e,emitEvent(event));}}module['exports']=UserProfileEvents;