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