Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / api / voiceTransferReport / 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 _0x08e7=['./voiceTransferReport.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','exports','multer','express','Router','fs-extra','../../components/interaction/service'];(function(_0xef8146,_0x459c34){var _0x5a6cb0=function(_0x2f84ec){while(--_0x2f84ec){_0xef8146['push'](_0xef8146['shift']());}};_0x5a6cb0(++_0x459c34);}(_0x08e7,0xc1));var _0x708e=function(_0x45b81a,_0x592211){_0x45b81a=_0x45b81a-0x0;var _0x5ce8f2=_0x08e7[_0x45b81a];return _0x5ce8f2;};'use strict';var multer=require(_0x708e('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x708e('0x1'));var router=express[_0x708e('0x2')]();var fs_extra=require(_0x708e('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0x708e('0x4'));var config=require('../../config/environment');var controller=require(_0x708e('0x5'));router[_0x708e('0x6')]('/',auth[_0x708e('0x7')](),controller[_0x708e('0x8')]);router['get']('/describe',auth[_0x708e('0x7')](),controller['describe']);router[_0x708e('0x6')](_0x708e('0x9'),auth[_0x708e('0x7')](),controller[_0x708e('0xa')]);router[_0x708e('0xb')]('/',auth[_0x708e('0x7')](),controller[_0x708e('0xc')]);router[_0x708e('0xd')](_0x708e('0x9'),auth[_0x708e('0x7')](),controller[_0x708e('0xe')]);router[_0x708e('0xf')](_0x708e('0x9'),auth[_0x708e('0x7')](),controller[_0x708e('0x10')]);module[_0x708e('0x11')]=router;