Built motion from commit 47436d59.|2.6.7
[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 _0x4f29=['UserSetting','find','catch','ioredis','../../config/logger','api','../../config/environment','../../mysqldb','socket.io-emitter','redis','./user-setting.socket','register','defaults','status','json','then','sendStatus','error','stack','name','send','user','role','admin','Invalid\x20user\x20setting\x20id'];(function(_0x3070dc,_0x40cf11){var _0x431489=function(_0x49bc2a){while(--_0x49bc2a){_0x3070dc['push'](_0x3070dc['shift']());}};_0x431489(++_0x40cf11);}(_0x4f29,0xfd));var _0x94f2=function(_0x238df2,_0x32a6ef){_0x238df2=_0x238df2-0x0;var _0x53cb4e=_0x4f29[_0x238df2];return _0x53cb4e;};'use strict';var _=require('lodash');var Redis=require(_0x94f2('0x0'));var logger=require(_0x94f2('0x1'))(_0x94f2('0x2'));var config=require(_0x94f2('0x3'));var db=require(_0x94f2('0x4'))['db'];var socket=require(_0x94f2('0x5'))(new Redis(config[_0x94f2('0x6')]));require(_0x94f2('0x7'))[_0x94f2('0x8')](socket);config[_0x94f2('0x6')]=_[_0x94f2('0x9')](config['redis'],{'host':'localhost','port':0x18eb});function respondWithResult(_0xe14ba5,_0x4042b1){_0x4042b1=_0x4042b1||0xc8;return function(_0x1d1910){if(_0x1d1910){return _0xe14ba5[_0x94f2('0xa')](_0x4042b1)[_0x94f2('0xb')](_0x1d1910);}};}function saveUpdates(_0x49bf3b){return function(_0x58af75){if(_0x58af75){return _0x58af75['update'](_0x49bf3b)[_0x94f2('0xc')](function(_0x511952){return _0x511952;});}return null;};}function handleEntityNotFound(_0x2cfae4){return function(_0x1013f3){if(!_0x1013f3){_0x2cfae4[_0x94f2('0xd')](0x194);}return _0x1013f3;};}function handleError(_0x117396,_0x4f647c){_0x4f647c=_0x4f647c||0x1f4;return function(_0x25fe1e){logger[_0x94f2('0xe')](_0x25fe1e[_0x94f2('0xf')]);if(_0x25fe1e[_0x94f2('0x10')]){delete _0x25fe1e[_0x94f2('0x10')];}_0x117396[_0x94f2('0xa')](_0x4f647c)[_0x94f2('0x11')](_0x25fe1e);};}exports['update']=function(_0x3b67db,_0x54ee65){if(_0x3b67db[_0x94f2('0x12')][_0x94f2('0x13')]!==_0x94f2('0x14'))throw new Error('Unauthorized');if(isNaN(Number(_0x3b67db['params']['id'])))throw new Error(_0x94f2('0x15'));return db[_0x94f2('0x16')][_0x94f2('0x17')]({'where':{'id':_0x3b67db['params']['id']}})[_0x94f2('0xc')](handleEntityNotFound(_0x54ee65,null))[_0x94f2('0xc')](saveUpdates(_0x3b67db['body'],null))['then'](respondWithResult(_0x54ee65,null))[_0x94f2('0x18')](handleError(_0x54ee65,null));};