Built motion from commit a61a4a20.|2.5.46
[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 _0x84fb=['create','put','update','destroy','exports','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueueReport.controller','get','isAuthenticated','index','/describe','describe','/index','getVoiceQueuesReport','/:id','show','post'];(function(_0x38ced4,_0x24263f){var _0x547c07=function(_0x279fc4){while(--_0x279fc4){_0x38ced4['push'](_0x38ced4['shift']());}};_0x547c07(++_0x24263f);}(_0x84fb,0x185));var _0xb84f=function(_0x4c84cf,_0x861eff){_0x4c84cf=_0x4c84cf-0x0;var _0x2b1250=_0x84fb[_0x4c84cf];return _0x2b1250;};'use strict';var multer=require('multer');var util=require(_0xb84f('0x0'));var path=require('path');var timeout=require(_0xb84f('0x1'));var express=require(_0xb84f('0x2'));var router=express[_0xb84f('0x3')]();var fs_extra=require(_0xb84f('0x4'));var auth=require(_0xb84f('0x5'));var interaction=require(_0xb84f('0x6'));var config=require(_0xb84f('0x7'));var controller=require(_0xb84f('0x8'));router[_0xb84f('0x9')]('/',auth[_0xb84f('0xa')](),controller[_0xb84f('0xb')]);router[_0xb84f('0x9')](_0xb84f('0xc'),auth['isAuthenticated'](),controller[_0xb84f('0xd')]);router[_0xb84f('0x9')](_0xb84f('0xe'),auth[_0xb84f('0xa')](),controller[_0xb84f('0xf')]);router[_0xb84f('0x9')](_0xb84f('0x10'),auth[_0xb84f('0xa')](),controller[_0xb84f('0x11')]);router[_0xb84f('0x12')]('/',auth[_0xb84f('0xa')](),controller[_0xb84f('0x13')]);router[_0xb84f('0x14')](_0xb84f('0x10'),auth[_0xb84f('0xa')](),controller[_0xb84f('0x15')]);router['delete'](_0xb84f('0x10'),auth[_0xb84f('0xa')](),controller[_0xb84f('0x16')]);module[_0xb84f('0x17')]=router;