732fd72a1c9a7b18e6a2608bc0cec13ceed51fd2
[motion2.git] / server / api / setting / index.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 _0x30fa=['get','isAuthenticated','index','/now','getDate','/:id','show','/:id/logo','getLogo','gdpr','/:id/preferred','getPreferred','/:id/favicon','diskStorage','join','root','server/files/images/logos/','format','%s%s','logo','originalname','post','addLogo','logologin','/:id/logo_login','single','file','addLogoLogin','extname','addPreferred','favicon','addFavicon','put','update','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./setting.controller'];(function(_0x264b87,_0x805e4b){var _0x3eafc9=function(_0x4d6a43){while(--_0x4d6a43){_0x264b87['push'](_0x264b87['shift']());}};_0x3eafc9(++_0x805e4b);}(_0x30fa,0xa3));var _0xa30f=function(_0xa464c9,_0x7c86d8){_0xa464c9=_0xa464c9-0x0;var _0x3d73c4=_0x30fa[_0xa464c9];return _0x3d73c4;};'use strict';var multer=require(_0xa30f('0x0'));var util=require(_0xa30f('0x1'));var path=require(_0xa30f('0x2'));var timeout=require(_0xa30f('0x3'));var express=require(_0xa30f('0x4'));var router=express[_0xa30f('0x5')]();var auth=require(_0xa30f('0x6'));var interaction=require(_0xa30f('0x7'));var config=require('../../config/environment');var controller=require(_0xa30f('0x8'));router[_0xa30f('0x9')]('/',auth[_0xa30f('0xa')](),controller[_0xa30f('0xb')]);router[_0xa30f('0x9')](_0xa30f('0xc'),controller[_0xa30f('0xd')]);router['get'](_0xa30f('0xe'),controller[_0xa30f('0xf')]);router[_0xa30f('0x9')](_0xa30f('0x10'),controller[_0xa30f('0x11')]);router[_0xa30f('0x9')]('/:id/logo_login',controller['getLogoLogin']);router[_0xa30f('0x9')]('/:id/gdpr',controller[_0xa30f('0x12')]);router[_0xa30f('0x9')](_0xa30f('0x13'),controller[_0xa30f('0x14')]);router['get'](_0xa30f('0x15'),controller['getFavicon']);var upload=multer({'storage':multer[_0xa30f('0x16')]({'destination':function(_0x1cea90,_0x18f3be,_0x4eb8fc){_0x4eb8fc(null,path[_0xa30f('0x17')](config[_0xa30f('0x18')],_0xa30f('0x19')));},'filename':function(_0x3beb43,_0x3e8e3b,_0x20db41){_0x20db41(null,util[_0xa30f('0x1a')](_0xa30f('0x1b'),_0xa30f('0x1c'),path['extname'](_0x3e8e3b[_0xa30f('0x1d')])));}})});router[_0xa30f('0x1e')]('/:id/logo',upload['single']('file'),controller[_0xa30f('0x1f')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x40ff44,_0x56e268,_0x5037c3){_0x5037c3(null,path[_0xa30f('0x17')](config[_0xa30f('0x18')],_0xa30f('0x19')));},'filename':function(_0x65cc9b,_0x37d5d3,_0x20759d){_0x20759d(null,util[_0xa30f('0x1a')](_0xa30f('0x1b'),_0xa30f('0x20'),path['extname'](_0x37d5d3[_0xa30f('0x1d')])));}})});router[_0xa30f('0x1e')](_0xa30f('0x21'),upload[_0xa30f('0x22')](_0xa30f('0x23')),controller[_0xa30f('0x24')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x45ba7a,_0x44192c,_0x3d8f10){_0x3d8f10(null,path[_0xa30f('0x17')](config['root'],_0xa30f('0x19')));},'filename':function(_0x231f31,_0x2b89e9,_0x282cde){_0x282cde(null,util[_0xa30f('0x1a')](_0xa30f('0x1b'),'preferred',path[_0xa30f('0x25')](_0x2b89e9[_0xa30f('0x1d')])));}})});router[_0xa30f('0x1e')](_0xa30f('0x13'),upload['single'](_0xa30f('0x23')),controller[_0xa30f('0x26')]);var upload=multer({'storage':multer[_0xa30f('0x16')]({'destination':function(_0x14bc0d,_0x42c2e0,_0x1ee53b){_0x1ee53b(null,path[_0xa30f('0x17')](config[_0xa30f('0x18')],_0xa30f('0x19')));},'filename':function(_0x338ba5,_0x1d47ff,_0x5e112f){_0x5e112f(null,util[_0xa30f('0x1a')](_0xa30f('0x1b'),_0xa30f('0x27'),path[_0xa30f('0x25')](_0x1d47ff[_0xa30f('0x1d')])));}})});router[_0xa30f('0x1e')]('/:id/favicon',upload[_0xa30f('0x22')](_0xa30f('0x23')),controller[_0xa30f('0x28')]);router[_0xa30f('0x29')](_0xa30f('0xe'),auth[_0xa30f('0xa')](),controller[_0xa30f('0x2a')]);module['exports']=router;