Built motion from commit (unavailable).|2.5.8
[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 _0x8024=['hasOwnProperty','hook','exports','events','UserProfile','setMaxListeners','save','remove','emit'];(function(_0x2da1e5,_0x54301a){var _0x521a48=function(_0x173e76){while(--_0x173e76){_0x2da1e5['push'](_0x2da1e5['shift']());}};_0x521a48(++_0x54301a);}(_0x8024,0x159));var _0x4802=function(_0x18c3d1,_0x45bd31){_0x18c3d1=_0x18c3d1-0x0;var _0x1f8111=_0x8024[_0x18c3d1];return _0x1f8111;};'use strict';var EventEmitter=require(_0x4802('0x0'));var UserProfile=require('../../mysqldb')['db'][_0x4802('0x1')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x4802('0x2')](0x0);var events={'afterCreate':_0x4802('0x3'),'afterUpdate':'update','afterDestroy':_0x4802('0x4')};function emitEvent(_0x20d46c){return function(_0x319d6a,_0xfd0a78,_0x185175){UserProfileEvents[_0x4802('0x5')](_0x20d46c+':'+_0x319d6a['id'],_0x319d6a);UserProfileEvents[_0x4802('0x5')](_0x20d46c,_0x319d6a);_0x185175(null);};}for(var e in events){if(events[_0x4802('0x6')](e)){var event=events[e];UserProfile[_0x4802('0x7')](e,emitEvent(event));}}module[_0x4802('0x8')]=UserProfileEvents;