Built motion from commit (unavailable).|2.5.0
[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 _0x0f89=['hasOwnProperty','hook','exports','../../mysqldb','UserProfile','setMaxListeners','save','update','emit'];(function(_0x3d37f0,_0x213bec){var _0x3d6791=function(_0x4e59bf){while(--_0x4e59bf){_0x3d37f0['push'](_0x3d37f0['shift']());}};_0x3d6791(++_0x213bec);}(_0x0f89,0x1a1));var _0x90f8=function(_0x487826,_0x53f224){_0x487826=_0x487826-0x0;var _0x4d13b5=_0x0f89[_0x487826];return _0x4d13b5;};'use strict';var EventEmitter=require('events');var UserProfile=require(_0x90f8('0x0'))['db'][_0x90f8('0x1')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x90f8('0x2')](0x0);var events={'afterCreate':_0x90f8('0x3'),'afterUpdate':_0x90f8('0x4'),'afterDestroy':'remove'};function emitEvent(_0x53e972){return function(_0x191012,_0x241aba,_0x3b2996){UserProfileEvents[_0x90f8('0x5')](_0x53e972+':'+_0x191012['id'],_0x191012);UserProfileEvents[_0x90f8('0x5')](_0x53e972,_0x191012);_0x3b2996(null);};}for(var e in events){if(events[_0x90f8('0x6')](e)){var event=events[e];UserProfile[_0x90f8('0x7')](e,emitEvent(event));}}module[_0x90f8('0x8')]=UserProfileEvents;