bf650e8ef7d7737d5f572232f3658da594c0dede
[motion2.git] / server / api / voiceQueueReport / 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 _0xa8d1=['../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','index','/describe','describe','/index','getVoiceQueuesReport','/:id','create','put','update','delete','destroy','exports','multer','connect-timeout','express','Router'];(function(_0x257806,_0xedbd1c){var _0x56401a=function(_0x5cdfda){while(--_0x5cdfda){_0x257806['push'](_0x257806['shift']());}};_0x56401a(++_0xedbd1c);}(_0xa8d1,0xd8));var _0x1a8d=function(_0x5e6ea3,_0x9addd2){_0x5e6ea3=_0x5e6ea3-0x0;var _0x4048b5=_0xa8d1[_0x5e6ea3];return _0x4048b5;};'use strict';var multer=require(_0x1a8d('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x1a8d('0x1'));var express=require(_0x1a8d('0x2'));var router=express[_0x1a8d('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x1a8d('0x4'));var interaction=require(_0x1a8d('0x5'));var config=require(_0x1a8d('0x6'));var controller=require(_0x1a8d('0x7'));router[_0x1a8d('0x8')]('/',auth[_0x1a8d('0x9')](),controller[_0x1a8d('0xa')]);router[_0x1a8d('0x8')](_0x1a8d('0xb'),auth[_0x1a8d('0x9')](),controller[_0x1a8d('0xc')]);router[_0x1a8d('0x8')](_0x1a8d('0xd'),auth[_0x1a8d('0x9')](),controller[_0x1a8d('0xe')]);router['get'](_0x1a8d('0xf'),auth[_0x1a8d('0x9')](),controller['show']);router['post']('/',auth[_0x1a8d('0x9')](),controller[_0x1a8d('0x10')]);router[_0x1a8d('0x11')](_0x1a8d('0xf'),auth[_0x1a8d('0x9')](),controller[_0x1a8d('0x12')]);router[_0x1a8d('0x13')](_0x1a8d('0xf'),auth[_0x1a8d('0x9')](),controller[_0x1a8d('0x14')]);module[_0x1a8d('0x15')]=router;