Built motion from commit (unavailable).|2.4.19
[motion2.git] / server / api / voiceDialReport / 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 _0x2f13=['describe','/:id','post','create','put','update','delete','exports','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceDialReport.controller','get','isAuthenticated','index','/describe'];(function(_0x324189,_0x202ac1){var _0x495eee=function(_0x4380b9){while(--_0x4380b9){_0x324189['push'](_0x324189['shift']());}};_0x495eee(++_0x202ac1);}(_0x2f13,0x71));var _0x32f1=function(_0x2655f2,_0xa3d3ff){_0x2655f2=_0x2655f2-0x0;var _0x931066=_0x2f13[_0x2655f2];return _0x931066;};'use strict';var multer=require(_0x32f1('0x0'));var util=require(_0x32f1('0x1'));var path=require(_0x32f1('0x2'));var timeout=require('connect-timeout');var express=require(_0x32f1('0x3'));var router=express[_0x32f1('0x4')]();var auth=require(_0x32f1('0x5'));var interaction=require(_0x32f1('0x6'));var config=require(_0x32f1('0x7'));var controller=require(_0x32f1('0x8'));router[_0x32f1('0x9')]('/',auth[_0x32f1('0xa')](),controller[_0x32f1('0xb')]);router[_0x32f1('0x9')](_0x32f1('0xc'),auth[_0x32f1('0xa')](),controller[_0x32f1('0xd')]);router[_0x32f1('0x9')](_0x32f1('0xe'),auth[_0x32f1('0xa')](),controller['show']);router[_0x32f1('0xf')]('/',auth[_0x32f1('0xa')](),controller[_0x32f1('0x10')]);router[_0x32f1('0x11')](_0x32f1('0xe'),auth[_0x32f1('0xa')](),controller[_0x32f1('0x12')]);router[_0x32f1('0x13')](_0x32f1('0xe'),auth['isAuthenticated'](),controller['destroy']);module[_0x32f1('0x14')]=router;