29961029d793b1c881ee9e1356fb793559f8f41d
[motion2.git] / server / api / openchannelQueueReport / 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 _0x6893=['isAuthenticated','index','/describe','/:id','show','post','create','put','delete','destroy','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','./openchannelQueueReport.controller','get'];(function(_0x3355b9,_0x99035c){var _0xd867ed=function(_0x323356){while(--_0x323356){_0x3355b9['push'](_0x3355b9['shift']());}};_0xd867ed(++_0x99035c);}(_0x6893,0x15b));var _0x3689=function(_0x467488,_0x38c7ae){_0x467488=_0x467488-0x0;var _0x56107f=_0x6893[_0x467488];return _0x56107f;};'use strict';var multer=require(_0x3689('0x0'));var util=require(_0x3689('0x1'));var path=require(_0x3689('0x2'));var timeout=require(_0x3689('0x3'));var express=require(_0x3689('0x4'));var router=express['Router']();var fs_extra=require(_0x3689('0x5'));var auth=require(_0x3689('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x3689('0x7'));var controller=require(_0x3689('0x8'));router[_0x3689('0x9')]('/',auth[_0x3689('0xa')](),controller[_0x3689('0xb')]);router[_0x3689('0x9')](_0x3689('0xc'),auth[_0x3689('0xa')](),controller['describe']);router['get'](_0x3689('0xd'),auth[_0x3689('0xa')](),controller[_0x3689('0xe')]);router[_0x3689('0xf')]('/',auth[_0x3689('0xa')](),controller[_0x3689('0x10')]);router[_0x3689('0x11')](_0x3689('0xd'),auth[_0x3689('0xa')](),controller['update']);router[_0x3689('0x12')](_0x3689('0xd'),auth[_0x3689('0xa')](),controller[_0x3689('0x13')]);module[_0x3689('0x14')]=router;