Built motion from commit (unavailable).|2.5.14
[motion2.git] / server / api / intDeskConfiguration / 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 _0xd301=['show','/:id/fields','getFields','/:id/subjects','getSubjects','/:id/descriptions','getDescriptions','/:id/tags','getTags','post','create','setTags','put','update','delete','destroy','exports','multer','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./intDeskConfiguration.controller','get','isAuthenticated','index','/:id'];(function(_0x374ea4,_0x4acee0){var _0x45887c=function(_0x1fafcf){while(--_0x1fafcf){_0x374ea4['push'](_0x374ea4['shift']());}};_0x45887c(++_0x4acee0);}(_0xd301,0x145));var _0x1d30=function(_0x141b55,_0x957882){_0x141b55=_0x141b55-0x0;var _0x375591=_0xd301[_0x141b55];return _0x375591;};'use strict';var multer=require(_0x1d30('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x1d30('0x1'));var router=express[_0x1d30('0x2')]();var auth=require(_0x1d30('0x3'));var interaction=require(_0x1d30('0x4'));var config=require(_0x1d30('0x5'));var controller=require(_0x1d30('0x6'));router[_0x1d30('0x7')]('/',auth[_0x1d30('0x8')](),controller[_0x1d30('0x9')]);router['get'](_0x1d30('0xa'),auth[_0x1d30('0x8')](),controller[_0x1d30('0xb')]);router['get'](_0x1d30('0xc'),auth[_0x1d30('0x8')](),controller[_0x1d30('0xd')]);router[_0x1d30('0x7')](_0x1d30('0xe'),auth[_0x1d30('0x8')](),controller[_0x1d30('0xf')]);router['get'](_0x1d30('0x10'),auth[_0x1d30('0x8')](),controller[_0x1d30('0x11')]);router['get'](_0x1d30('0x12'),auth[_0x1d30('0x8')](),controller[_0x1d30('0x13')]);router[_0x1d30('0x14')]('/',auth[_0x1d30('0x8')](),controller[_0x1d30('0x15')]);router[_0x1d30('0x14')](_0x1d30('0x12'),auth[_0x1d30('0x8')](),controller[_0x1d30('0x16')]);router[_0x1d30('0x17')](_0x1d30('0xa'),auth[_0x1d30('0x8')](),controller[_0x1d30('0x18')]);router[_0x1d30('0x19')]('/:id',auth[_0x1d30('0x8')](),controller[_0x1d30('0x1a')]);module[_0x1d30('0x1b')]=router;