Built motion from commit (unavailable).|2.5.4
[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 _0x9463=['destroy','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','update','delete'];(function(_0x444132,_0x248bb6){var _0x2831bf=function(_0x57bffc){while(--_0x57bffc){_0x444132['push'](_0x444132['shift']());}};_0x2831bf(++_0x248bb6);}(_0x9463,0xf3));var _0x3946=function(_0x321f09,_0x4ee35b){_0x321f09=_0x321f09-0x0;var _0x375700=_0x9463[_0x321f09];return _0x375700;};'use strict';var multer=require(_0x3946('0x0'));var util=require(_0x3946('0x1'));var path=require('path');var timeout=require(_0x3946('0x2'));var express=require(_0x3946('0x3'));var router=express[_0x3946('0x4')]();var auth=require(_0x3946('0x5'));var interaction=require(_0x3946('0x6'));var config=require(_0x3946('0x7'));var controller=require(_0x3946('0x8'));router[_0x3946('0x9')]('/',auth[_0x3946('0xa')](),controller[_0x3946('0xb')]);router[_0x3946('0x9')](_0x3946('0xc'),auth['isAuthenticated'](),controller[_0x3946('0xd')]);router[_0x3946('0x9')](_0x3946('0xe'),auth[_0x3946('0xa')](),controller[_0x3946('0xf')]);router[_0x3946('0x10')]('/',auth[_0x3946('0xa')](),controller[_0x3946('0x11')]);router[_0x3946('0x12')](_0x3946('0xe'),auth['isAuthenticated'](),controller[_0x3946('0x13')]);router[_0x3946('0x14')](_0x3946('0xe'),auth['isAuthenticated'](),controller[_0x3946('0x15')]);module['exports']=router;