Built motion from commit fe909640.|2.6.8
[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 _0xca7d=['../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceDialReport.controller','index','get','/describe','isAuthenticated','describe','/:id','show','post','create','put','update','delete','destroy','exports','path','connect-timeout','express','Router','fs-extra'];(function(_0x2641f9,_0x26715f){var _0x585741=function(_0x2d1462){while(--_0x2d1462){_0x2641f9['push'](_0x2641f9['shift']());}};_0x585741(++_0x26715f);}(_0xca7d,0x182));var _0xdca7=function(_0x2c859d,_0x4975a1){_0x2c859d=_0x2c859d-0x0;var _0x3bf18f=_0xca7d[_0x2c859d];return _0x3bf18f;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xdca7('0x0'));var timeout=require(_0xdca7('0x1'));var express=require(_0xdca7('0x2'));var router=express[_0xdca7('0x3')]();var fs_extra=require(_0xdca7('0x4'));var auth=require(_0xdca7('0x5'));var interaction=require(_0xdca7('0x6'));var config=require(_0xdca7('0x7'));var controller=require(_0xdca7('0x8'));router['get']('/',auth['isAuthenticated'](),controller[_0xdca7('0x9')]);router[_0xdca7('0xa')](_0xdca7('0xb'),auth[_0xdca7('0xc')](),controller[_0xdca7('0xd')]);router['get'](_0xdca7('0xe'),auth['isAuthenticated'](),controller[_0xdca7('0xf')]);router[_0xdca7('0x10')]('/',auth['isAuthenticated'](),controller[_0xdca7('0x11')]);router[_0xdca7('0x12')](_0xdca7('0xe'),auth[_0xdca7('0xc')](),controller[_0xdca7('0x13')]);router[_0xdca7('0x14')](_0xdca7('0xe'),auth['isAuthenticated'](),controller[_0xdca7('0x15')]);module[_0xdca7('0x16')]=router;