Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / dashboardItem / 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 _0xad23=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','/:id','isAuthenticated','show','post','create','update','delete','exports'];(function(_0x36de10,_0xfe25e8){var _0x58100f=function(_0x1fee3f){while(--_0x1fee3f){_0x36de10['push'](_0x36de10['shift']());}};_0x58100f(++_0xfe25e8);}(_0xad23,0x1b5));var _0x3ad2=function(_0x523348,_0x4129ea){_0x523348=_0x523348-0x0;var _0x442bca=_0xad23[_0x523348];return _0x442bca;};'use strict';var multer=require(_0x3ad2('0x0'));var util=require(_0x3ad2('0x1'));var path=require(_0x3ad2('0x2'));var timeout=require(_0x3ad2('0x3'));var express=require(_0x3ad2('0x4'));var router=express[_0x3ad2('0x5')]();var fs_extra=require(_0x3ad2('0x6'));var auth=require(_0x3ad2('0x7'));var interaction=require(_0x3ad2('0x8'));var config=require(_0x3ad2('0x9'));var controller=require('./dashboardItem.controller');router[_0x3ad2('0xa')](_0x3ad2('0xb'),auth[_0x3ad2('0xc')](),controller[_0x3ad2('0xd')]);router[_0x3ad2('0xe')]('/',auth['isAuthenticated'](),controller[_0x3ad2('0xf')]);router['put'](_0x3ad2('0xb'),auth[_0x3ad2('0xc')](),controller[_0x3ad2('0x10')]);router[_0x3ad2('0x11')](_0x3ad2('0xb'),auth[_0x3ad2('0xc')](),controller['destroy']);module[_0x3ad2('0x12')]=router;