Built motion from commit (unavailable).|2.5.18
[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 _0xb3f3=['./openchannelQueueReport.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','multer','connect-timeout','Router','../../components/auth/service','../../config/environment'];(function(_0x1fb336,_0x15c557){var _0x261c51=function(_0x1b3a71){while(--_0x1b3a71){_0x1fb336['push'](_0x1fb336['shift']());}};_0x261c51(++_0x15c557);}(_0xb3f3,0x1b5));var _0x3b3f=function(_0x3f993e,_0x2d5757){_0x3f993e=_0x3f993e-0x0;var _0x39c135=_0xb3f3[_0x3f993e];return _0x39c135;};'use strict';var multer=require(_0x3b3f('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x3b3f('0x1'));var express=require('express');var router=express[_0x3b3f('0x2')]();var auth=require(_0x3b3f('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x3b3f('0x4'));var controller=require(_0x3b3f('0x5'));router[_0x3b3f('0x6')]('/',auth[_0x3b3f('0x7')](),controller[_0x3b3f('0x8')]);router['get']('/describe',auth[_0x3b3f('0x7')](),controller['describe']);router[_0x3b3f('0x6')](_0x3b3f('0x9'),auth[_0x3b3f('0x7')](),controller[_0x3b3f('0xa')]);router[_0x3b3f('0xb')]('/',auth['isAuthenticated'](),controller[_0x3b3f('0xc')]);router[_0x3b3f('0xd')](_0x3b3f('0x9'),auth[_0x3b3f('0x7')](),controller[_0x3b3f('0xe')]);router[_0x3b3f('0xf')](_0x3b3f('0x9'),auth[_0x3b3f('0x7')](),controller[_0x3b3f('0x10')]);module['exports']=router;