Built motion from commit (unavailable).|2.5.25
[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 _0xf873=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./userProfile.controller','isAuthenticated','index','get','describe','/:id','show','/:id/sections','getSections','/:id/resources','getResources','post','create','/:id/clone','clone','addResources','put','update','destroy','removeSections','delete','removeResources','util','path'];(function(_0x43f881,_0xd6e5a2){var _0x365c14=function(_0x50d386){while(--_0x50d386){_0x43f881['push'](_0x43f881['shift']());}};_0x365c14(++_0xd6e5a2);}(_0xf873,0xb2));var _0x3f87=function(_0x58311e,_0x5ce022){_0x58311e=_0x58311e-0x0;var _0x1dc54b=_0xf873[_0x58311e];return _0x1dc54b;};'use strict';var multer=require('multer');var util=require(_0x3f87('0x0'));var path=require(_0x3f87('0x1'));var timeout=require(_0x3f87('0x2'));var express=require(_0x3f87('0x3'));var router=express[_0x3f87('0x4')]();var auth=require(_0x3f87('0x5'));var interaction=require(_0x3f87('0x6'));var config=require(_0x3f87('0x7'));var controller=require(_0x3f87('0x8'));router['get']('/',auth[_0x3f87('0x9')](),controller[_0x3f87('0xa')]);router[_0x3f87('0xb')]('/describe',auth[_0x3f87('0x9')](),controller[_0x3f87('0xc')]);router[_0x3f87('0xb')](_0x3f87('0xd'),auth[_0x3f87('0x9')](),controller[_0x3f87('0xe')]);router['get'](_0x3f87('0xf'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x10')]);router[_0x3f87('0xb')](_0x3f87('0x11'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x12')]);router[_0x3f87('0x13')]('/',auth[_0x3f87('0x9')](),controller[_0x3f87('0x14')]);router[_0x3f87('0x13')](_0x3f87('0x15'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x16')]);router['post'](_0x3f87('0xf'),auth[_0x3f87('0x9')](),controller['addSections']);router[_0x3f87('0x13')](_0x3f87('0x11'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x17')]);router[_0x3f87('0x18')](_0x3f87('0xd'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x19')]);router['delete'](_0x3f87('0xd'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x1a')]);router['delete'](_0x3f87('0xf'),auth['isAuthenticated'](),controller[_0x3f87('0x1b')]);router[_0x3f87('0x1c')](_0x3f87('0x11'),auth[_0x3f87('0x9')](),controller[_0x3f87('0x1d')]);module['exports']=router;