Built motion from commit (unavailable).|2.5.9
[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 _0x7f57=['save','update','remove','emit','hook','exports','events','../../mysqldb','UserProfile','setMaxListeners'];(function(_0x12a240,_0x40d371){var _0x166538=function(_0x345edf){while(--_0x345edf){_0x12a240['push'](_0x12a240['shift']());}};_0x166538(++_0x40d371);}(_0x7f57,0x1b4));var _0x77f5=function(_0x172747,_0x1732bd){_0x172747=_0x172747-0x0;var _0x509692=_0x7f57[_0x172747];return _0x509692;};'use strict';var EventEmitter=require(_0x77f5('0x0'));var UserProfile=require(_0x77f5('0x1'))['db'][_0x77f5('0x2')];var UserProfileEvents=new EventEmitter();UserProfileEvents[_0x77f5('0x3')](0x0);var events={'afterCreate':_0x77f5('0x4'),'afterUpdate':_0x77f5('0x5'),'afterDestroy':_0x77f5('0x6')};function emitEvent(_0x246e31){return function(_0x15afad,_0x442194,_0x32ee8d){UserProfileEvents[_0x77f5('0x7')](_0x246e31+':'+_0x15afad['id'],_0x15afad);UserProfileEvents[_0x77f5('0x7')](_0x246e31,_0x15afad);_0x32ee8d(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];UserProfile[_0x77f5('0x8')](e,emitEvent(event));}}module[_0x77f5('0x9')]=UserProfileEvents;