Built motion from commit d5e4af8c.|2.6.23
[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 _0x37a4=['error','stack','name','send','user','role','admin','Unauthorized','params','Invalid\x20user\x20setting\x20id','UserSetting','find','body','catch','lodash','../../config/logger','../../config/environment','../../mysqldb','socket.io-emitter','register','redis','defaults','status','json','update','then','sendStatus'];(function(_0x42c18a,_0x2c2713){var _0x37b1a0=function(_0xf2af58){while(--_0xf2af58){_0x42c18a['push'](_0x42c18a['shift']());}};_0x37b1a0(++_0x2c2713);}(_0x37a4,0xcb));var _0x437a=function(_0x22ef70,_0x442377){_0x22ef70=_0x22ef70-0x0;var _0x43da47=_0x37a4[_0x22ef70];return _0x43da47;};'use strict';var _=require(_0x437a('0x0'));var Redis=require('ioredis');var logger=require(_0x437a('0x1'))('api');var config=require(_0x437a('0x2'));var db=require(_0x437a('0x3'))['db'];var socket=require(_0x437a('0x4'))(new Redis(config['redis']));require('./user-setting.socket')[_0x437a('0x5')](socket);config[_0x437a('0x6')]=_[_0x437a('0x7')](config[_0x437a('0x6')],{'host':'localhost','port':0x18eb});function respondWithResult(_0x1c567f,_0x3a4961){_0x3a4961=_0x3a4961||0xc8;return function(_0x5017ce){if(_0x5017ce){return _0x1c567f[_0x437a('0x8')](_0x3a4961)[_0x437a('0x9')](_0x5017ce);}};}function saveUpdates(_0x2fe1a5){return function(_0x24a2f4){if(_0x24a2f4){return _0x24a2f4[_0x437a('0xa')](_0x2fe1a5)[_0x437a('0xb')](function(_0x294d71){return _0x294d71;});}return null;};}function handleEntityNotFound(_0x38b90e){return function(_0x26832b){if(!_0x26832b){_0x38b90e[_0x437a('0xc')](0x194);}return _0x26832b;};}function handleError(_0xfdcfdc,_0x581d9a){_0x581d9a=_0x581d9a||0x1f4;return function(_0x23f321){logger[_0x437a('0xd')](_0x23f321[_0x437a('0xe')]);if(_0x23f321[_0x437a('0xf')]){delete _0x23f321[_0x437a('0xf')];}_0xfdcfdc['status'](_0x581d9a)[_0x437a('0x10')](_0x23f321);};}exports['update']=function(_0x9e115f,_0x1e902a){if(_0x9e115f[_0x437a('0x11')][_0x437a('0x12')]!==_0x437a('0x13'))throw new Error(_0x437a('0x14'));if(isNaN(Number(_0x9e115f[_0x437a('0x15')]['id'])))throw new Error(_0x437a('0x16'));return db[_0x437a('0x17')][_0x437a('0x18')]({'where':{'id':_0x9e115f[_0x437a('0x15')]['id']}})[_0x437a('0xb')](handleEntityNotFound(_0x1e902a,null))['then'](saveUpdates(_0x9e115f[_0x437a('0x19')],null))['then'](respondWithResult(_0x1e902a,null))[_0x437a('0x1a')](handleError(_0x1e902a,null));};