d46c4aefa84162cb2c97b26a331cf38348cf77c0
[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 _0x50a5=['getVoiceQueuesReport','/:id','show','post','create','update','delete','destroy','exports','multer','util','../../components/auth/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','index','/describe','describe','/index'];(function(_0x368fb9,_0x1a9895){var _0x4892fb=function(_0x28d735){while(--_0x28d735){_0x368fb9['push'](_0x368fb9['shift']());}};_0x4892fb(++_0x1a9895);}(_0x50a5,0xd1));var _0x550a=function(_0x347fee,_0x3d84c1){_0x347fee=_0x347fee-0x0;var _0x2ccd3e=_0x50a5[_0x347fee];return _0x2ccd3e;};'use strict';var multer=require(_0x550a('0x0'));var util=require(_0x550a('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0x550a('0x2'));var interaction=require('../../components/interaction/service');var config=require(_0x550a('0x3'));var controller=require(_0x550a('0x4'));router[_0x550a('0x5')]('/',auth[_0x550a('0x6')](),controller[_0x550a('0x7')]);router[_0x550a('0x5')](_0x550a('0x8'),auth[_0x550a('0x6')](),controller[_0x550a('0x9')]);router[_0x550a('0x5')](_0x550a('0xa'),auth[_0x550a('0x6')](),controller[_0x550a('0xb')]);router['get'](_0x550a('0xc'),auth[_0x550a('0x6')](),controller[_0x550a('0xd')]);router[_0x550a('0xe')]('/',auth[_0x550a('0x6')](),controller[_0x550a('0xf')]);router['put'](_0x550a('0xc'),auth[_0x550a('0x6')](),controller[_0x550a('0x10')]);router[_0x550a('0x11')](_0x550a('0xc'),auth[_0x550a('0x6')](),controller[_0x550a('0x12')]);module[_0x550a('0x13')]=router;