Built motion from commit da617fac.|2.6.6
[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 _0x851c=['./user-setting.socket','register','defaults','redis','status','update','then','sendStatus','error','stack','name','send','user','role','admin','Unauthorized','params','Invalid\x20user\x20setting\x20id','find','body','catch','lodash','ioredis','../../config/logger','api','../../config/environment','../../mysqldb','socket.io-emitter'];(function(_0x59ee6f,_0x450239){var _0x4c0979=function(_0x565e92){while(--_0x565e92){_0x59ee6f['push'](_0x59ee6f['shift']());}};_0x4c0979(++_0x450239);}(_0x851c,0x19d));var _0xc851=function(_0x5b644e,_0x2e5e07){_0x5b644e=_0x5b644e-0x0;var _0x49c6bf=_0x851c[_0x5b644e];return _0x49c6bf;};'use strict';var _=require(_0xc851('0x0'));var Redis=require(_0xc851('0x1'));var logger=require(_0xc851('0x2'))(_0xc851('0x3'));var config=require(_0xc851('0x4'));var db=require(_0xc851('0x5'))['db'];var socket=require(_0xc851('0x6'))(new Redis(config['redis']));require(_0xc851('0x7'))[_0xc851('0x8')](socket);config['redis']=_[_0xc851('0x9')](config[_0xc851('0xa')],{'host':'localhost','port':0x18eb});function respondWithResult(_0x3067e5,_0x5c41e2){_0x5c41e2=_0x5c41e2||0xc8;return function(_0x4bc036){if(_0x4bc036){return _0x3067e5[_0xc851('0xb')](_0x5c41e2)['json'](_0x4bc036);}};}function saveUpdates(_0x509ac0){return function(_0x34b779){if(_0x34b779){return _0x34b779[_0xc851('0xc')](_0x509ac0)[_0xc851('0xd')](function(_0x177de0){return _0x177de0;});}return null;};}function handleEntityNotFound(_0x1f1524){return function(_0x1ee38d){if(!_0x1ee38d){_0x1f1524[_0xc851('0xe')](0x194);}return _0x1ee38d;};}function handleError(_0x69ce5a,_0x4cb360){_0x4cb360=_0x4cb360||0x1f4;return function(_0x3a1ce8){logger[_0xc851('0xf')](_0x3a1ce8[_0xc851('0x10')]);if(_0x3a1ce8[_0xc851('0x11')]){delete _0x3a1ce8[_0xc851('0x11')];}_0x69ce5a[_0xc851('0xb')](_0x4cb360)[_0xc851('0x12')](_0x3a1ce8);};}exports[_0xc851('0xc')]=function(_0x314e2c,_0x261b0f){if(_0x314e2c[_0xc851('0x13')][_0xc851('0x14')]!==_0xc851('0x15'))throw new Error(_0xc851('0x16'));if(isNaN(Number(_0x314e2c[_0xc851('0x17')]['id'])))throw new Error(_0xc851('0x18'));return db['UserSetting'][_0xc851('0x19')]({'where':{'id':_0x314e2c['params']['id']}})[_0xc851('0xd')](handleEntityNotFound(_0x261b0f,null))['then'](saveUpdates(_0x314e2c[_0xc851('0x1a')],null))[_0xc851('0xd')](respondWithResult(_0x261b0f,null))[_0xc851('0x1b')](handleError(_0x261b0f,null));};