671867324eebd505e8c64357c02c4b6121872cc7
[motion2.git] / server / api / user-setting / user-setting.controller.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 _0x394e=['sendStatus','error','stack','name','role','admin','Unauthorized','params','Invalid\x20user\x20setting\x20id','UserSetting','body','lodash','ioredis','api','../../config/environment','../../mysqldb','socket.io-emitter','./user-setting.socket','register','redis','defaults','localhost','status','json','then'];(function(_0x3afb1e,_0x43fcd9){var _0x408028=function(_0x49ed62){while(--_0x49ed62){_0x3afb1e['push'](_0x3afb1e['shift']());}};_0x408028(++_0x43fcd9);}(_0x394e,0x88));var _0xe394=function(_0x16aa10,_0xc22da3){_0x16aa10=_0x16aa10-0x0;var _0x3bc706=_0x394e[_0x16aa10];return _0x3bc706;};'use strict';var _=require(_0xe394('0x0'));var Redis=require(_0xe394('0x1'));var logger=require('../../config/logger')(_0xe394('0x2'));var config=require(_0xe394('0x3'));var db=require(_0xe394('0x4'))['db'];var socket=require(_0xe394('0x5'))(new Redis(config['redis']));require(_0xe394('0x6'))[_0xe394('0x7')](socket);config[_0xe394('0x8')]=_[_0xe394('0x9')](config[_0xe394('0x8')],{'host':_0xe394('0xa'),'port':0x18eb});function respondWithResult(_0x337bff,_0x169910){_0x169910=_0x169910||0xc8;return function(_0xad826e){if(_0xad826e){return _0x337bff[_0xe394('0xb')](_0x169910)[_0xe394('0xc')](_0xad826e);}};}function saveUpdates(_0x4c31d9){return function(_0x50c6c1){if(_0x50c6c1){return _0x50c6c1['update'](_0x4c31d9)[_0xe394('0xd')](function(_0x365100){return _0x365100;});}return null;};}function handleEntityNotFound(_0x1f61fe){return function(_0x22db8b){if(!_0x22db8b){_0x1f61fe[_0xe394('0xe')](0x194);}return _0x22db8b;};}function handleError(_0x24b778,_0x15e771){_0x15e771=_0x15e771||0x1f4;return function(_0x4706bb){logger[_0xe394('0xf')](_0x4706bb[_0xe394('0x10')]);if(_0x4706bb[_0xe394('0x11')]){delete _0x4706bb[_0xe394('0x11')];}_0x24b778['status'](_0x15e771)['send'](_0x4706bb);};}exports['update']=function(_0x227017,_0x40b7e1){if(_0x227017['user'][_0xe394('0x12')]!==_0xe394('0x13'))throw new Error(_0xe394('0x14'));if(isNaN(Number(_0x227017[_0xe394('0x15')]['id'])))throw new Error(_0xe394('0x16'));return db[_0xe394('0x17')]['find']({'where':{'id':_0x227017['params']['id']}})[_0xe394('0xd')](handleEntityNotFound(_0x40b7e1,null))[_0xe394('0xd')](saveUpdates(_0x227017[_0xe394('0x18')],null))[_0xe394('0xd')](respondWithResult(_0x40b7e1,null))['catch'](handleError(_0x40b7e1,null));};