724ed61c4e2d9d8e28b0feec6aacad9b360d9712
[motion2.git] / server / api / userProfile / 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 _0xb3bd=['isAuthenticated','index','get','/describe','describe','show','/:id/sections','getSections','/:id/resources','getResources','post','create','/:id/clone','clone','addSections','/:id','update','delete','destroy','removeSections','removeResources','exports','multer','util','path','express','Router','../../components/interaction/service','../../config/environment'];(function(_0x725b8e,_0xc22b48){var _0x43ac45=function(_0x46bb4a){while(--_0x46bb4a){_0x725b8e['push'](_0x725b8e['shift']());}};_0x43ac45(++_0xc22b48);}(_0xb3bd,0x138));var _0xdb3b=function(_0xa6cc5c,_0x239c99){_0xa6cc5c=_0xa6cc5c-0x0;var _0x44803d=_0xb3bd[_0xa6cc5c];return _0x44803d;};'use strict';var multer=require(_0xdb3b('0x0'));var util=require(_0xdb3b('0x1'));var path=require(_0xdb3b('0x2'));var timeout=require('connect-timeout');var express=require(_0xdb3b('0x3'));var router=express[_0xdb3b('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xdb3b('0x5'));var config=require(_0xdb3b('0x6'));var controller=require('./userProfile.controller');router['get']('/',auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x8')]);router[_0xdb3b('0x9')](_0xdb3b('0xa'),auth['isAuthenticated'](),controller[_0xdb3b('0xb')]);router[_0xdb3b('0x9')]('/:id',auth['isAuthenticated'](),controller[_0xdb3b('0xc')]);router['get'](_0xdb3b('0xd'),auth['isAuthenticated'](),controller[_0xdb3b('0xe')]);router[_0xdb3b('0x9')](_0xdb3b('0xf'),auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x10')]);router[_0xdb3b('0x11')]('/',auth['isAuthenticated'](),controller[_0xdb3b('0x12')]);router[_0xdb3b('0x11')](_0xdb3b('0x13'),auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x14')]);router[_0xdb3b('0x11')](_0xdb3b('0xd'),auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x15')]);router[_0xdb3b('0x11')](_0xdb3b('0xf'),auth[_0xdb3b('0x7')](),controller['addResources']);router['put'](_0xdb3b('0x16'),auth['isAuthenticated'](),controller[_0xdb3b('0x17')]);router[_0xdb3b('0x18')]('/:id',auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x19')]);router['delete'](_0xdb3b('0xd'),auth[_0xdb3b('0x7')](),controller[_0xdb3b('0x1a')]);router[_0xdb3b('0x18')](_0xdb3b('0xf'),auth['isAuthenticated'](),controller[_0xdb3b('0x1b')]);module[_0xdb3b('0x1c')]=router;