Built motion from commit (unavailable).|2.4.18
[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 _0x8c2f=['hook','events','../../mysqldb','UserProfile','setMaxListeners','update','remove','emit'];(function(_0x21a9d9,_0x4d5ac8){var _0x46adce=function(_0xfdd336){while(--_0xfdd336){_0x21a9d9['push'](_0x21a9d9['shift']());}};_0x46adce(++_0x4d5ac8);}(_0x8c2f,0x1c9));var _0xf8c2=function(_0x39665a,_0xc729df){_0x39665a=_0x39665a-0x0;var _0x173185=_0x8c2f[_0x39665a];return _0x173185;};'use strict';var EventEmitter=require(_0xf8c2('0x0'));var UserProfile=require(_0xf8c2('0x1'))['db'][_0xf8c2('0x2')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0xf8c2('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0xf8c2('0x4'),'afterDestroy':_0xf8c2('0x5')};function emitEvent(_0x8e6ca3){return function(_0x60f247,_0x5e7439,_0x2d9ac1){UserProfileEvents[_0xf8c2('0x6')](_0x8e6ca3+':'+_0x60f247['id'],_0x60f247);UserProfileEvents[_0xf8c2('0x6')](_0x8e6ca3,_0x60f247);_0x2d9ac1(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];UserProfile[_0xf8c2('0x7')](e,emitEvent(event));}}module['exports']=UserProfileEvents;