Built motion from commit (unavailable).|2.3.1
[motion2.git] / server / api / analyticExtractedReport / 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 _0xc549=['isAuthenticated','index','show','/:id/download','download','post','put','/:id','update','destroy','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./analyticExtractedReport.controller','get'];(function(_0x235482,_0x14b833){var _0x5f5bea=function(_0x17a254){while(--_0x17a254){_0x235482['push'](_0x235482['shift']());}};_0x5f5bea(++_0x14b833);}(_0xc549,0x82));var _0x9c54=function(_0x28d6cd,_0x31841e){_0x28d6cd=_0x28d6cd-0x0;var _0xb8b5a6=_0xc549[_0x28d6cd];return _0xb8b5a6;};'use strict';var multer=require(_0x9c54('0x0'));var util=require('util');var path=require(_0x9c54('0x1'));var timeout=require(_0x9c54('0x2'));var express=require(_0x9c54('0x3'));var router=express[_0x9c54('0x4')]();var auth=require(_0x9c54('0x5'));var interaction=require(_0x9c54('0x6'));var config=require(_0x9c54('0x7'));var controller=require(_0x9c54('0x8'));router[_0x9c54('0x9')]('/',auth[_0x9c54('0xa')](),controller[_0x9c54('0xb')]);router[_0x9c54('0x9')]('/:id',auth['isAuthenticated'](),controller[_0x9c54('0xc')]);router[_0x9c54('0x9')](_0x9c54('0xd'),auth[_0x9c54('0xa')](),controller[_0x9c54('0xe')]);router[_0x9c54('0xf')]('/',auth[_0x9c54('0xa')](),controller['create']);router[_0x9c54('0x10')](_0x9c54('0x11'),auth[_0x9c54('0xa')](),controller[_0x9c54('0x12')]);router['delete']('/:id',auth[_0x9c54('0xa')](),controller[_0x9c54('0x13')]);module['exports']=router;