Built motion from commit (unavailable).|2.5.2
[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 _0xbcc0=['setMaxListeners','save','update','remove','emit','hook','events','../../mysqldb','UserProfile'];(function(_0xd6e388,_0x3495ab){var _0xef7093=function(_0x52110a){while(--_0x52110a){_0xd6e388['push'](_0xd6e388['shift']());}};_0xef7093(++_0x3495ab);}(_0xbcc0,0xe7));var _0x0bcc=function(_0x11880f,_0x5dca69){_0x11880f=_0x11880f-0x0;var _0xac602a=_0xbcc0[_0x11880f];return _0xac602a;};'use strict';var EventEmitter=require(_0x0bcc('0x0'));var UserProfile=require(_0x0bcc('0x1'))['db'][_0x0bcc('0x2')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x0bcc('0x3')](0x0);var events={'afterCreate':_0x0bcc('0x4'),'afterUpdate':_0x0bcc('0x5'),'afterDestroy':_0x0bcc('0x6')};function emitEvent(_0x965a67){return function(_0x5a1458,_0x3515bb,_0x33c047){UserProfileEvents[_0x0bcc('0x7')](_0x965a67+':'+_0x5a1458['id'],_0x5a1458);UserProfileEvents[_0x0bcc('0x7')](_0x965a67,_0x5a1458);_0x33c047(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];UserProfile[_0x0bcc('0x8')](e,emitEvent(event));}}module['exports']=UserProfileEvents;