Built motion from commit 3c2ce842.|2.6.31
[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 _0x5533=['multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','index','/describe','isAuthenticated','describe','getVoiceQueuesReport','/:id','show','post','update','delete','destroy'];(function(_0x5b298,_0x4f81b8){var _0x2ff76d=function(_0x452dc2){while(--_0x452dc2){_0x5b298['push'](_0x5b298['shift']());}};_0x2ff76d(++_0x4f81b8);}(_0x5533,0x108));var _0x3553=function(_0x24a4cf,_0x34bd9e){_0x24a4cf=_0x24a4cf-0x0;var _0x2fbf1c=_0x5533[_0x24a4cf];return _0x2fbf1c;};'use strict';var multer=require(_0x3553('0x0'));var util=require(_0x3553('0x1'));var path=require(_0x3553('0x2'));var timeout=require(_0x3553('0x3'));var express=require(_0x3553('0x4'));var router=express['Router']();var fs_extra=require(_0x3553('0x5'));var auth=require(_0x3553('0x6'));var interaction=require(_0x3553('0x7'));var config=require(_0x3553('0x8'));var controller=require(_0x3553('0x9'));router[_0x3553('0xa')]('/',auth['isAuthenticated'](),controller[_0x3553('0xb')]);router[_0x3553('0xa')](_0x3553('0xc'),auth[_0x3553('0xd')](),controller[_0x3553('0xe')]);router[_0x3553('0xa')]('/index',auth['isAuthenticated'](),controller[_0x3553('0xf')]);router[_0x3553('0xa')](_0x3553('0x10'),auth[_0x3553('0xd')](),controller[_0x3553('0x11')]);router[_0x3553('0x12')]('/',auth[_0x3553('0xd')](),controller['create']);router['put'](_0x3553('0x10'),auth[_0x3553('0xd')](),controller[_0x3553('0x13')]);router[_0x3553('0x14')](_0x3553('0x10'),auth[_0x3553('0xd')](),controller[_0x3553('0x15')]);module['exports']=router;