8488e7df4be0bb82aaa61b92538f796910ee5ced
[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 _0xcd57=['/:id/clone','clone','addSections','addResources','put','update','delete','removeSections','removeResources','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/sections','getSections','/:id/resources','post'];(function(_0x4d1eb5,_0x2a45b8){var _0x4a0e37=function(_0x5ca47d){while(--_0x5ca47d){_0x4d1eb5['push'](_0x4d1eb5['shift']());}};_0x4a0e37(++_0x2a45b8);}(_0xcd57,0x1ae));var _0x7cd5=function(_0x50fda9,_0x5ee44b){_0x50fda9=_0x50fda9-0x0;var _0x36b92b=_0xcd57[_0x50fda9];return _0x36b92b;};'use strict';var multer=require('multer');var util=require(_0x7cd5('0x0'));var path=require(_0x7cd5('0x1'));var timeout=require(_0x7cd5('0x2'));var express=require(_0x7cd5('0x3'));var router=express[_0x7cd5('0x4')]();var fs_extra=require(_0x7cd5('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x7cd5('0x6'));var config=require('../../config/environment');var controller=require('./userProfile.controller');router[_0x7cd5('0x7')]('/',auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x9')]);router[_0x7cd5('0x7')](_0x7cd5('0xa'),auth['isAuthenticated'](),controller[_0x7cd5('0xb')]);router[_0x7cd5('0x7')](_0x7cd5('0xc'),auth['isAuthenticated'](),controller[_0x7cd5('0xd')]);router[_0x7cd5('0x7')](_0x7cd5('0xe'),auth[_0x7cd5('0x8')](),controller[_0x7cd5('0xf')]);router['get'](_0x7cd5('0x10'),auth[_0x7cd5('0x8')](),controller['getResources']);router[_0x7cd5('0x11')]('/',auth[_0x7cd5('0x8')](),controller['create']);router[_0x7cd5('0x11')](_0x7cd5('0x12'),auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x13')]);router[_0x7cd5('0x11')](_0x7cd5('0xe'),auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x14')]);router[_0x7cd5('0x11')](_0x7cd5('0x10'),auth['isAuthenticated'](),controller[_0x7cd5('0x15')]);router[_0x7cd5('0x16')](_0x7cd5('0xc'),auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x17')]);router['delete'](_0x7cd5('0xc'),auth[_0x7cd5('0x8')](),controller['destroy']);router[_0x7cd5('0x18')](_0x7cd5('0xe'),auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x19')]);router['delete']('/:id/resources',auth[_0x7cd5('0x8')](),controller[_0x7cd5('0x1a')]);module[_0x7cd5('0x1b')]=router;