Built motion from commit 0c5f406c.|2.6.29
[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 _0xa668=['/:id','post','create','put','update','delete','destroy','exports','multer','util','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','index','/describe','/index','getVoiceQueuesReport'];(function(_0x5acaaf,_0xbbf334){var _0x47b05c=function(_0xa669ba){while(--_0xa669ba){_0x5acaaf['push'](_0x5acaaf['shift']());}};_0x47b05c(++_0xbbf334);}(_0xa668,0x188));var _0x8a66=function(_0x2cec39,_0x1893aa){_0x2cec39=_0x2cec39-0x0;var _0x3a4ea6=_0xa668[_0x2cec39];return _0x3a4ea6;};'use strict';var multer=require(_0x8a66('0x0'));var util=require(_0x8a66('0x1'));var path=require(_0x8a66('0x2'));var timeout=require('connect-timeout');var express=require(_0x8a66('0x3'));var router=express[_0x8a66('0x4')]();var fs_extra=require(_0x8a66('0x5'));var auth=require(_0x8a66('0x6'));var interaction=require(_0x8a66('0x7'));var config=require(_0x8a66('0x8'));var controller=require(_0x8a66('0x9'));router[_0x8a66('0xa')]('/',auth[_0x8a66('0xb')](),controller[_0x8a66('0xc')]);router[_0x8a66('0xa')](_0x8a66('0xd'),auth[_0x8a66('0xb')](),controller['describe']);router[_0x8a66('0xa')](_0x8a66('0xe'),auth[_0x8a66('0xb')](),controller[_0x8a66('0xf')]);router[_0x8a66('0xa')](_0x8a66('0x10'),auth['isAuthenticated'](),controller['show']);router[_0x8a66('0x11')]('/',auth[_0x8a66('0xb')](),controller[_0x8a66('0x12')]);router[_0x8a66('0x13')](_0x8a66('0x10'),auth[_0x8a66('0xb')](),controller[_0x8a66('0x14')]);router[_0x8a66('0x15')](_0x8a66('0x10'),auth['isAuthenticated'](),controller[_0x8a66('0x16')]);module[_0x8a66('0x17')]=router;