Built motion from commit b0a9a629.|2.6.33
[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 _0xd3da=['isAuthenticated','show','post','create','update','delete','destroy','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./openchannelQueueReport.controller','get','index','/describe','describe','/:id'];(function(_0x1d0e5e,_0x596f00){var _0x3ba445=function(_0x2c153f){while(--_0x2c153f){_0x1d0e5e['push'](_0x1d0e5e['shift']());}};_0x3ba445(++_0x596f00);}(_0xd3da,0x194));var _0xad3d=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xd3da[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0xad3d('0x0'));var util=require('util');var path=require(_0xad3d('0x1'));var timeout=require(_0xad3d('0x2'));var express=require(_0xad3d('0x3'));var router=express[_0xad3d('0x4')]();var fs_extra=require(_0xad3d('0x5'));var auth=require(_0xad3d('0x6'));var interaction=require(_0xad3d('0x7'));var config=require('../../config/environment');var controller=require(_0xad3d('0x8'));router[_0xad3d('0x9')]('/',auth['isAuthenticated'](),controller[_0xad3d('0xa')]);router[_0xad3d('0x9')](_0xad3d('0xb'),auth['isAuthenticated'](),controller[_0xad3d('0xc')]);router['get'](_0xad3d('0xd'),auth[_0xad3d('0xe')](),controller[_0xad3d('0xf')]);router[_0xad3d('0x10')]('/',auth[_0xad3d('0xe')](),controller[_0xad3d('0x11')]);router['put'](_0xad3d('0xd'),auth[_0xad3d('0xe')](),controller[_0xad3d('0x12')]);router[_0xad3d('0x13')](_0xad3d('0xd'),auth[_0xad3d('0xe')](),controller[_0xad3d('0x14')]);module[_0xad3d('0x15')]=router;