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 _0xbf8b=['../../components/interaction/service','../../config/environment','./openchannelQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','update','delete','destroy','exports','multer','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x2cb7fc,_0xa6dfde){var _0x1e24b9=function(_0x56215c){while(--_0x56215c){_0x2cb7fc['push'](_0x2cb7fc['shift']());}};_0x1e24b9(++_0xa6dfde);}(_0xbf8b,0xec));var _0xbbf8=function(_0x561820,_0x2379c8){_0x561820=_0x561820-0x0;var _0x20d88f=_0xbf8b[_0x561820];return _0x20d88f;};'use strict';var multer=require(_0xbbf8('0x0'));var util=require('util');var path=require(_0xbbf8('0x1'));var timeout=require(_0xbbf8('0x2'));var express=require(_0xbbf8('0x3'));var router=express[_0xbbf8('0x4')]();var auth=require(_0xbbf8('0x5'));var interaction=require(_0xbbf8('0x6'));var config=require(_0xbbf8('0x7'));var controller=require(_0xbbf8('0x8'));router[_0xbbf8('0x9')]('/',auth[_0xbbf8('0xa')](),controller[_0xbbf8('0xb')]);router[_0xbbf8('0x9')](_0xbbf8('0xc'),auth[_0xbbf8('0xa')](),controller[_0xbbf8('0xd')]);router[_0xbbf8('0x9')](_0xbbf8('0xe'),auth[_0xbbf8('0xa')](),controller[_0xbbf8('0xf')]);router[_0xbbf8('0x10')]('/',auth['isAuthenticated'](),controller[_0xbbf8('0x11')]);router['put'](_0xbbf8('0xe'),auth[_0xbbf8('0xa')](),controller[_0xbbf8('0x12')]);router[_0xbbf8('0x13')](_0xbbf8('0xe'),auth[_0xbbf8('0xa')](),controller[_0xbbf8('0x14')]);module[_0xbbf8('0x15')]=router;