Built motion from commit (unavailable).|2.5.12
[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 _0x20f8=['../../mysqldb','UserProfile','setMaxListeners','save','update','emit','hasOwnProperty','events'];(function(_0x2b4a9b,_0x192db0){var _0x34fd4d=function(_0x23983e){while(--_0x23983e){_0x2b4a9b['push'](_0x2b4a9b['shift']());}};_0x34fd4d(++_0x192db0);}(_0x20f8,0x1bf));var _0x820f=function(_0x429a48,_0x170fb7){_0x429a48=_0x429a48-0x0;var _0x301f89=_0x20f8[_0x429a48];return _0x301f89;};'use strict';var EventEmitter=require(_0x820f('0x0'));var UserProfile=require(_0x820f('0x1'))['db'][_0x820f('0x2')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x820f('0x3')](0x0);var events={'afterCreate':_0x820f('0x4'),'afterUpdate':_0x820f('0x5'),'afterDestroy':'remove'};function emitEvent(_0x1e10ec){return function(_0x53bb40,_0x2bc004,_0x314d67){UserProfileEvents[_0x820f('0x6')](_0x1e10ec+':'+_0x53bb40['id'],_0x53bb40);UserProfileEvents['emit'](_0x1e10ec,_0x53bb40);_0x314d67(null);};}for(var e in events){if(events[_0x820f('0x7')](e)){var event=events[e];UserProfile['hook'](e,emitEvent(event));}}module['exports']=UserProfileEvents;