Built motion from commit b0a9a629.|2.6.33
[motion2.git] / server / api / chatQueueReport / 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 _0x66db=['multer','util','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','post','create','put','delete','destroy','exports'];(function(_0x1d774d,_0x28a381){var _0x41314f=function(_0x292b24){while(--_0x292b24){_0x1d774d['push'](_0x1d774d['shift']());}};_0x41314f(++_0x28a381);}(_0x66db,0x165));var _0xb66d=function(_0x4ac9b9,_0x650805){_0x4ac9b9=_0x4ac9b9-0x0;var _0x26eb58=_0x66db[_0x4ac9b9];return _0x26eb58;};'use strict';var multer=require(_0xb66d('0x0'));var util=require(_0xb66d('0x1'));var path=require('path');var timeout=require(_0xb66d('0x2'));var express=require(_0xb66d('0x3'));var router=express['Router']();var fs_extra=require(_0xb66d('0x4'));var auth=require(_0xb66d('0x5'));var interaction=require(_0xb66d('0x6'));var config=require(_0xb66d('0x7'));var controller=require(_0xb66d('0x8'));router[_0xb66d('0x9')]('/',auth[_0xb66d('0xa')](),controller[_0xb66d('0xb')]);router['get'](_0xb66d('0xc'),auth[_0xb66d('0xa')](),controller[_0xb66d('0xd')]);router['get'](_0xb66d('0xe'),auth['isAuthenticated'](),controller['show']);router[_0xb66d('0xf')]('/',auth[_0xb66d('0xa')](),controller[_0xb66d('0x10')]);router[_0xb66d('0x11')](_0xb66d('0xe'),auth['isAuthenticated'](),controller['update']);router[_0xb66d('0x12')](_0xb66d('0xe'),auth[_0xb66d('0xa')](),controller[_0xb66d('0x13')]);module[_0xb66d('0x14')]=router;