Built motion from commit e1760111.|2.6.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 _0xed54=['../../mysqldb','UserProfile','setMaxListeners','save','remove','emit','hasOwnProperty','hook','exports'];(function(_0x35fe3d,_0x2fab00){var _0x50661f=function(_0x157fbe){while(--_0x157fbe){_0x35fe3d['push'](_0x35fe3d['shift']());}};_0x50661f(++_0x2fab00);}(_0xed54,0xfc));var _0x4ed5=function(_0x41e692,_0x1544f1){_0x41e692=_0x41e692-0x0;var _0xb059fb=_0xed54[_0x41e692];return _0xb059fb;};'use strict';var EventEmitter=require('events');var UserProfile=require(_0x4ed5('0x0'))['db'][_0x4ed5('0x1')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x4ed5('0x2')](0x0);var events={'afterCreate':_0x4ed5('0x3'),'afterUpdate':'update','afterDestroy':_0x4ed5('0x4')};function emitEvent(_0x39d4d7){return function(_0x5f4777,_0x5c6d8b,_0xf1fb13){UserProfileEvents[_0x4ed5('0x5')](_0x39d4d7+':'+_0x5f4777['id'],_0x5f4777);UserProfileEvents[_0x4ed5('0x5')](_0x39d4d7,_0x5f4777);_0xf1fb13(null);};}for(var e in events){if(events[_0x4ed5('0x6')](e)){var event=events[e];UserProfile[_0x4ed5('0x7')](e,emitEvent(event));}}module[_0x4ed5('0x8')]=UserProfileEvents;