Built motion from commit e0fa946e.|2.6.5
[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 _0xefbf=['name','user','role','admin','Unauthorized','params','find','body','catch','lodash','ioredis','../../mysqldb','socket.io-emitter','redis','./user-setting.socket','register','status','json','update','then','error','stack'];(function(_0x2b10c6,_0x185590){var _0x3789d2=function(_0x272987){while(--_0x272987){_0x2b10c6['push'](_0x2b10c6['shift']());}};_0x3789d2(++_0x185590);}(_0xefbf,0xa3));var _0xfefb=function(_0x595e61,_0x191801){_0x595e61=_0x595e61-0x0;var _0xc92cb9=_0xefbf[_0x595e61];return _0xc92cb9;};'use strict';var _=require(_0xfefb('0x0'));var Redis=require(_0xfefb('0x1'));var logger=require('../../config/logger')('api');var config=require('../../config/environment');var db=require(_0xfefb('0x2'))['db'];var socket=require(_0xfefb('0x3'))(new Redis(config[_0xfefb('0x4')]));require(_0xfefb('0x5'))[_0xfefb('0x6')](socket);config[_0xfefb('0x4')]=_['defaults'](config[_0xfefb('0x4')],{'host':'localhost','port':0x18eb});function respondWithResult(_0x7851d4,_0x424135){_0x424135=_0x424135||0xc8;return function(_0x5706f5){if(_0x5706f5){return _0x7851d4[_0xfefb('0x7')](_0x424135)[_0xfefb('0x8')](_0x5706f5);}};}function saveUpdates(_0x4773e8){return function(_0x4f9154){if(_0x4f9154){return _0x4f9154[_0xfefb('0x9')](_0x4773e8)[_0xfefb('0xa')](function(_0x470bf8){return _0x470bf8;});}return null;};}function handleEntityNotFound(_0x4d878d){return function(_0x5d68d7){if(!_0x5d68d7){_0x4d878d['sendStatus'](0x194);}return _0x5d68d7;};}function handleError(_0x1023f7,_0x1a1214){_0x1a1214=_0x1a1214||0x1f4;return function(_0x354c91){logger[_0xfefb('0xb')](_0x354c91[_0xfefb('0xc')]);if(_0x354c91[_0xfefb('0xd')]){delete _0x354c91[_0xfefb('0xd')];}_0x1023f7[_0xfefb('0x7')](_0x1a1214)['send'](_0x354c91);};}exports[_0xfefb('0x9')]=function(_0xd965e8,_0x1e1b65){if(_0xd965e8[_0xfefb('0xe')][_0xfefb('0xf')]!==_0xfefb('0x10'))throw new Error(_0xfefb('0x11'));if(isNaN(Number(_0xd965e8[_0xfefb('0x12')]['id'])))throw new Error('Invalid\x20user\x20setting\x20id');return db['UserSetting'][_0xfefb('0x13')]({'where':{'id':_0xd965e8['params']['id']}})[_0xfefb('0xa')](handleEntityNotFound(_0x1e1b65,null))[_0xfefb('0xa')](saveUpdates(_0xd965e8[_0xfefb('0x14')],null))[_0xfefb('0xa')](respondWithResult(_0x1e1b65,null))[_0xfefb('0x15')](handleError(_0x1e1b65,null));};