Built motion from commit (unavailable).|2.5.14
[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 _0x6c45=['delete','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','index','/describe','describe','/index','getVoiceQueuesReport','/:id','show','post','create','update'];(function(_0x4bfac3,_0x58324d){var _0x15f0f2=function(_0xf0c511){while(--_0xf0c511){_0x4bfac3['push'](_0x4bfac3['shift']());}};_0x15f0f2(++_0x58324d);}(_0x6c45,0xb1));var _0x56c4=function(_0x11228a,_0xbca713){_0x11228a=_0x11228a-0x0;var _0x434083=_0x6c45[_0x11228a];return _0x434083;};'use strict';var multer=require(_0x56c4('0x0'));var util=require(_0x56c4('0x1'));var path=require('path');var timeout=require(_0x56c4('0x2'));var express=require(_0x56c4('0x3'));var router=express[_0x56c4('0x4')]();var auth=require(_0x56c4('0x5'));var interaction=require(_0x56c4('0x6'));var config=require(_0x56c4('0x7'));var controller=require(_0x56c4('0x8'));router[_0x56c4('0x9')]('/',auth[_0x56c4('0xa')](),controller[_0x56c4('0xb')]);router[_0x56c4('0x9')](_0x56c4('0xc'),auth[_0x56c4('0xa')](),controller[_0x56c4('0xd')]);router[_0x56c4('0x9')](_0x56c4('0xe'),auth[_0x56c4('0xa')](),controller[_0x56c4('0xf')]);router[_0x56c4('0x9')](_0x56c4('0x10'),auth['isAuthenticated'](),controller[_0x56c4('0x11')]);router[_0x56c4('0x12')]('/',auth[_0x56c4('0xa')](),controller[_0x56c4('0x13')]);router['put'](_0x56c4('0x10'),auth[_0x56c4('0xa')](),controller[_0x56c4('0x14')]);router[_0x56c4('0x15')]('/:id',auth[_0x56c4('0xa')](),controller['destroy']);module['exports']=router;