Built motion from commit 5b761a7b.|2.5.36
[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 _0xaa64=['emit','hasOwnProperty','hook','exports','events','../../mysqldb','setMaxListeners','update','remove'];(function(_0x5f5a8a,_0x1cc763){var _0x59a3e0=function(_0x475386){while(--_0x475386){_0x5f5a8a['push'](_0x5f5a8a['shift']());}};_0x59a3e0(++_0x1cc763);}(_0xaa64,0xf7));var _0x4aa6=function(_0x3e52a3,_0x22c6b2){_0x3e52a3=_0x3e52a3-0x0;var _0x4b92e8=_0xaa64[_0x3e52a3];return _0x4b92e8;};'use strict';var EventEmitter=require(_0x4aa6('0x0'));var UserProfile=require(_0x4aa6('0x1'))['db']['UserProfile'];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x4aa6('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x4aa6('0x3'),'afterDestroy':_0x4aa6('0x4')};function emitEvent(_0x5277d1){return function(_0x5797c8,_0x17dfbb,_0x21fc36){UserProfileEvents[_0x4aa6('0x5')](_0x5277d1+':'+_0x5797c8['id'],_0x5797c8);UserProfileEvents[_0x4aa6('0x5')](_0x5277d1,_0x5797c8);_0x21fc36(null);};}for(var e in events){if(events[_0x4aa6('0x6')](e)){var event=events[e];UserProfile[_0x4aa6('0x7')](e,emitEvent(event));}}module[_0x4aa6('0x8')]=UserProfileEvents;