Built motion from commit a61a4a20.|2.5.46
[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 _0x6b4d=['./userProfile.controller','get','isAuthenticated','/describe','describe','/:id','show','/:id/sections','getSections','/:id/resources','post','create','/:id/clone','addResources','update','delete','destroy','removeResources','exports','multer','connect-timeout','express','Router','fs-extra','../../components/interaction/service'];(function(_0x579133,_0x256982){var _0x3f7a4f=function(_0x40c498){while(--_0x40c498){_0x579133['push'](_0x579133['shift']());}};_0x3f7a4f(++_0x256982);}(_0x6b4d,0x1bc));var _0xd6b4=function(_0x18586f,_0x17cf10){_0x18586f=_0x18586f-0x0;var _0x43872d=_0x6b4d[_0x18586f];return _0x43872d;};'use strict';var multer=require(_0xd6b4('0x0'));var util=require('util');var path=require('path');var timeout=require(_0xd6b4('0x1'));var express=require(_0xd6b4('0x2'));var router=express[_0xd6b4('0x3')]();var fs_extra=require(_0xd6b4('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xd6b4('0x5'));var config=require('../../config/environment');var controller=require(_0xd6b4('0x6'));router[_0xd6b4('0x7')]('/',auth[_0xd6b4('0x8')](),controller['index']);router[_0xd6b4('0x7')](_0xd6b4('0x9'),auth[_0xd6b4('0x8')](),controller[_0xd6b4('0xa')]);router[_0xd6b4('0x7')](_0xd6b4('0xb'),auth[_0xd6b4('0x8')](),controller[_0xd6b4('0xc')]);router['get'](_0xd6b4('0xd'),auth[_0xd6b4('0x8')](),controller[_0xd6b4('0xe')]);router[_0xd6b4('0x7')](_0xd6b4('0xf'),auth[_0xd6b4('0x8')](),controller['getResources']);router[_0xd6b4('0x10')]('/',auth[_0xd6b4('0x8')](),controller[_0xd6b4('0x11')]);router[_0xd6b4('0x10')](_0xd6b4('0x12'),auth[_0xd6b4('0x8')](),controller['clone']);router['post'](_0xd6b4('0xd'),auth[_0xd6b4('0x8')](),controller['addSections']);router['post'](_0xd6b4('0xf'),auth[_0xd6b4('0x8')](),controller[_0xd6b4('0x13')]);router['put']('/:id',auth['isAuthenticated'](),controller[_0xd6b4('0x14')]);router[_0xd6b4('0x15')](_0xd6b4('0xb'),auth['isAuthenticated'](),controller[_0xd6b4('0x16')]);router[_0xd6b4('0x15')]('/:id/sections',auth[_0xd6b4('0x8')](),controller['removeSections']);router[_0xd6b4('0x15')](_0xd6b4('0xf'),auth[_0xd6b4('0x8')](),controller[_0xd6b4('0x17')]);module[_0xd6b4('0x18')]=router;