Built motion from commit 06eb8eb0.|2.6.31
[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 _0xa30f=['/describe','/:id','show','post','put','update','delete','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./openchannelQueueReport.controller','get','isAuthenticated','index'];(function(_0x2900bf,_0x396900){var _0x4ff896=function(_0x4366c7){while(--_0x4366c7){_0x2900bf['push'](_0x2900bf['shift']());}};_0x4ff896(++_0x396900);}(_0xa30f,0x1c0));var _0xfa30=function(_0x441b5c,_0x252121){_0x441b5c=_0x441b5c-0x0;var _0x2163f5=_0xa30f[_0x441b5c];return _0x2163f5;};'use strict';var multer=require(_0xfa30('0x0'));var util=require('util');var path=require(_0xfa30('0x1'));var timeout=require(_0xfa30('0x2'));var express=require(_0xfa30('0x3'));var router=express[_0xfa30('0x4')]();var fs_extra=require(_0xfa30('0x5'));var auth=require(_0xfa30('0x6'));var interaction=require(_0xfa30('0x7'));var config=require('../../config/environment');var controller=require(_0xfa30('0x8'));router[_0xfa30('0x9')]('/',auth[_0xfa30('0xa')](),controller[_0xfa30('0xb')]);router[_0xfa30('0x9')](_0xfa30('0xc'),auth[_0xfa30('0xa')](),controller['describe']);router[_0xfa30('0x9')](_0xfa30('0xd'),auth[_0xfa30('0xa')](),controller[_0xfa30('0xe')]);router[_0xfa30('0xf')]('/',auth[_0xfa30('0xa')](),controller['create']);router[_0xfa30('0x10')](_0xfa30('0xd'),auth[_0xfa30('0xa')](),controller[_0xfa30('0x11')]);router[_0xfa30('0x12')](_0xfa30('0xd'),auth['isAuthenticated'](),controller['destroy']);module[_0xfa30('0x13')]=router;