Built motion from commit e6806ed6.|2.6.0
[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 _0x5022=['connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceTransferReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','update','delete','destroy','util','path'];(function(_0xd0b415,_0x149675){var _0x2bdf2c=function(_0x59fbfa){while(--_0x59fbfa){_0xd0b415['push'](_0xd0b415['shift']());}};_0x2bdf2c(++_0x149675);}(_0x5022,0x112));var _0x2502=function(_0x43d11d,_0xccff91){_0x43d11d=_0x43d11d-0x0;var _0x38cd08=_0x5022[_0x43d11d];return _0x38cd08;};'use strict';var multer=require('multer');var util=require(_0x2502('0x0'));var path=require(_0x2502('0x1'));var timeout=require(_0x2502('0x2'));var express=require(_0x2502('0x3'));var router=express[_0x2502('0x4')]();var fs_extra=require(_0x2502('0x5'));var auth=require(_0x2502('0x6'));var interaction=require(_0x2502('0x7'));var config=require(_0x2502('0x8'));var controller=require(_0x2502('0x9'));router[_0x2502('0xa')]('/',auth[_0x2502('0xb')](),controller[_0x2502('0xc')]);router[_0x2502('0xa')](_0x2502('0xd'),auth['isAuthenticated'](),controller[_0x2502('0xe')]);router[_0x2502('0xa')](_0x2502('0xf'),auth['isAuthenticated'](),controller[_0x2502('0x10')]);router[_0x2502('0x11')]('/',auth[_0x2502('0xb')](),controller[_0x2502('0x12')]);router[_0x2502('0x13')](_0x2502('0xf'),auth[_0x2502('0xb')](),controller[_0x2502('0x14')]);router[_0x2502('0x15')](_0x2502('0xf'),auth[_0x2502('0xb')](),controller[_0x2502('0x16')]);module['exports']=router;