Built motion from commit (unavailable).|2.6.0
[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 _0x0150=['fs-extra','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','/describe','describe','/index','getVoiceQueuesReport','/:id','show','post','create','put','update','destroy','exports','multer','util','path','express','Router'];(function(_0x1e040e,_0x48c4c4){var _0x43ab59=function(_0x2fa4f1){while(--_0x2fa4f1){_0x1e040e['push'](_0x1e040e['shift']());}};_0x43ab59(++_0x48c4c4);}(_0x0150,0x10f));var _0x0015=function(_0x3e549c,_0x5de883){_0x3e549c=_0x3e549c-0x0;var _0x84ca64=_0x0150[_0x3e549c];return _0x84ca64;};'use strict';var multer=require(_0x0015('0x0'));var util=require(_0x0015('0x1'));var path=require(_0x0015('0x2'));var timeout=require('connect-timeout');var express=require(_0x0015('0x3'));var router=express[_0x0015('0x4')]();var fs_extra=require(_0x0015('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x0015('0x6'));var config=require(_0x0015('0x7'));var controller=require(_0x0015('0x8'));router[_0x0015('0x9')]('/',auth[_0x0015('0xa')](),controller['index']);router[_0x0015('0x9')](_0x0015('0xb'),auth[_0x0015('0xa')](),controller[_0x0015('0xc')]);router['get'](_0x0015('0xd'),auth['isAuthenticated'](),controller[_0x0015('0xe')]);router[_0x0015('0x9')](_0x0015('0xf'),auth[_0x0015('0xa')](),controller[_0x0015('0x10')]);router[_0x0015('0x11')]('/',auth['isAuthenticated'](),controller[_0x0015('0x12')]);router[_0x0015('0x13')](_0x0015('0xf'),auth[_0x0015('0xa')](),controller[_0x0015('0x14')]);router['delete'](_0x0015('0xf'),auth[_0x0015('0xa')](),controller[_0x0015('0x15')]);module[_0x0015('0x16')]=router;