Built motion from commit (unavailable).|2.5.14
[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 _0xf8e8=['get','isAuthenticated','index','/describe','/:id','show','post','create','put','destroy','exports','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./voiceDialReport.controller'];(function(_0x1e7f8f,_0x444a8f){var _0x418765=function(_0x1d765a){while(--_0x1d765a){_0x1e7f8f['push'](_0x1e7f8f['shift']());}};_0x418765(++_0x444a8f);}(_0xf8e8,0xef));var _0x8f8e=function(_0x7031a4,_0x50886a){_0x7031a4=_0x7031a4-0x0;var _0x5358f0=_0xf8e8[_0x7031a4];return _0x5358f0;};'use strict';var multer=require('multer');var util=require(_0x8f8e('0x0'));var path=require(_0x8f8e('0x1'));var timeout=require(_0x8f8e('0x2'));var express=require(_0x8f8e('0x3'));var router=express[_0x8f8e('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x8f8e('0x5'));var config=require(_0x8f8e('0x6'));var controller=require(_0x8f8e('0x7'));router[_0x8f8e('0x8')]('/',auth[_0x8f8e('0x9')](),controller[_0x8f8e('0xa')]);router[_0x8f8e('0x8')](_0x8f8e('0xb'),auth[_0x8f8e('0x9')](),controller['describe']);router[_0x8f8e('0x8')](_0x8f8e('0xc'),auth[_0x8f8e('0x9')](),controller[_0x8f8e('0xd')]);router[_0x8f8e('0xe')]('/',auth[_0x8f8e('0x9')](),controller[_0x8f8e('0xf')]);router[_0x8f8e('0x10')](_0x8f8e('0xc'),auth[_0x8f8e('0x9')](),controller['update']);router['delete'](_0x8f8e('0xc'),auth[_0x8f8e('0x9')](),controller[_0x8f8e('0x11')]);module[_0x8f8e('0x12')]=router;