Built motion from commit a679711e.|2.6.15
[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 _0x01fe=['register','defaults','localhost','status','then','error','stack','name','send','update','user','role','admin','Unauthorized','params','Invalid\x20user\x20setting\x20id','body','catch','lodash','../../config/logger','api','socket.io-emitter','redis','./user-setting.socket'];(function(_0x168ed7,_0x3d460c){var _0x3d75a6=function(_0x1959b2){while(--_0x1959b2){_0x168ed7['push'](_0x168ed7['shift']());}};_0x3d75a6(++_0x3d460c);}(_0x01fe,0x102));var _0xe01f=function(_0xf4f407,_0x3636aa){_0xf4f407=_0xf4f407-0x0;var _0x209c24=_0x01fe[_0xf4f407];return _0x209c24;};'use strict';var _=require(_0xe01f('0x0'));var Redis=require('ioredis');var logger=require(_0xe01f('0x1'))(_0xe01f('0x2'));var config=require('../../config/environment');var db=require('../../mysqldb')['db'];var socket=require(_0xe01f('0x3'))(new Redis(config[_0xe01f('0x4')]));require(_0xe01f('0x5'))[_0xe01f('0x6')](socket);config['redis']=_[_0xe01f('0x7')](config['redis'],{'host':_0xe01f('0x8'),'port':0x18eb});function respondWithResult(_0x3b754f,_0x45431b){_0x45431b=_0x45431b||0xc8;return function(_0x40376f){if(_0x40376f){return _0x3b754f[_0xe01f('0x9')](_0x45431b)['json'](_0x40376f);}};}function saveUpdates(_0x3cccd7){return function(_0x129e5a){if(_0x129e5a){return _0x129e5a['update'](_0x3cccd7)[_0xe01f('0xa')](function(_0x54334d){return _0x54334d;});}return null;};}function handleEntityNotFound(_0x10759b){return function(_0xe54c05){if(!_0xe54c05){_0x10759b['sendStatus'](0x194);}return _0xe54c05;};}function handleError(_0x2525ae,_0x4f409c){_0x4f409c=_0x4f409c||0x1f4;return function(_0x4caedf){logger[_0xe01f('0xb')](_0x4caedf[_0xe01f('0xc')]);if(_0x4caedf[_0xe01f('0xd')]){delete _0x4caedf[_0xe01f('0xd')];}_0x2525ae[_0xe01f('0x9')](_0x4f409c)[_0xe01f('0xe')](_0x4caedf);};}exports[_0xe01f('0xf')]=function(_0x52c2f0,_0x313bb5){if(_0x52c2f0[_0xe01f('0x10')][_0xe01f('0x11')]!==_0xe01f('0x12'))throw new Error(_0xe01f('0x13'));if(isNaN(Number(_0x52c2f0[_0xe01f('0x14')]['id'])))throw new Error(_0xe01f('0x15'));return db['UserSetting']['find']({'where':{'id':_0x52c2f0['params']['id']}})[_0xe01f('0xa')](handleEntityNotFound(_0x313bb5,null))[_0xe01f('0xa')](saveUpdates(_0x52c2f0[_0xe01f('0x16')],null))[_0xe01f('0xa')](respondWithResult(_0x313bb5,null))[_0xe01f('0x17')](handleError(_0x313bb5,null));};