Built motion from commit 0900f080.|2.5.45
[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 _0x90ec=['events','../../mysqldb','setMaxListeners','save','update','remove','emit','hasOwnProperty','exports'];(function(_0x962f55,_0x47e9a0){var _0x56bf9a=function(_0x5e727d){while(--_0x5e727d){_0x962f55['push'](_0x962f55['shift']());}};_0x56bf9a(++_0x47e9a0);}(_0x90ec,0x1d4));var _0xc90e=function(_0x29b4cc,_0x5b9996){_0x29b4cc=_0x29b4cc-0x0;var _0x595f88=_0x90ec[_0x29b4cc];return _0x595f88;};'use strict';var EventEmitter=require(_0xc90e('0x0'));var UserProfile=require(_0xc90e('0x1'))['db']['UserProfile'];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0xc90e('0x2')](0x0);var events={'afterCreate':_0xc90e('0x3'),'afterUpdate':_0xc90e('0x4'),'afterDestroy':_0xc90e('0x5')};function emitEvent(_0x35f706){return function(_0x57acfe,_0x1c13c4,_0x207b98){UserProfileEvents[_0xc90e('0x6')](_0x35f706+':'+_0x57acfe['id'],_0x57acfe);UserProfileEvents['emit'](_0x35f706,_0x57acfe);_0x207b98(null);};}for(var e in events){if(events[_0xc90e('0x7')](e)){var event=events[e];UserProfile['hook'](e,emitEvent(event));}}module[_0xc90e('0x8')]=UserProfileEvents;