Built motion from commit ddca4d0d.|2.5.47
[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 _0x2a8e=['show','post','create','put','update','delete','destroy','multer','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceTransferReport.controller','get','isAuthenticated','index','/describe','/:id'];(function(_0x47c5c2,_0x39635c){var _0x4e9f96=function(_0x31a8c7){while(--_0x31a8c7){_0x47c5c2['push'](_0x47c5c2['shift']());}};_0x4e9f96(++_0x39635c);}(_0x2a8e,0x1c0));var _0xe2a8=function(_0x1f92fd,_0x39ef20){_0x1f92fd=_0x1f92fd-0x0;var _0x2fd769=_0x2a8e[_0x1f92fd];return _0x2fd769;};'use strict';var multer=require(_0xe2a8('0x0'));var util=require('util');var path=require(_0xe2a8('0x1'));var timeout=require(_0xe2a8('0x2'));var express=require(_0xe2a8('0x3'));var router=express['Router']();var fs_extra=require(_0xe2a8('0x4'));var auth=require(_0xe2a8('0x5'));var interaction=require(_0xe2a8('0x6'));var config=require(_0xe2a8('0x7'));var controller=require(_0xe2a8('0x8'));router[_0xe2a8('0x9')]('/',auth[_0xe2a8('0xa')](),controller[_0xe2a8('0xb')]);router[_0xe2a8('0x9')](_0xe2a8('0xc'),auth[_0xe2a8('0xa')](),controller['describe']);router['get'](_0xe2a8('0xd'),auth['isAuthenticated'](),controller[_0xe2a8('0xe')]);router[_0xe2a8('0xf')]('/',auth[_0xe2a8('0xa')](),controller[_0xe2a8('0x10')]);router[_0xe2a8('0x11')](_0xe2a8('0xd'),auth['isAuthenticated'](),controller[_0xe2a8('0x12')]);router[_0xe2a8('0x13')](_0xe2a8('0xd'),auth['isAuthenticated'](),controller[_0xe2a8('0x14')]);module['exports']=router;