Built motion from commit (unavailable).|2.3.97
[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 _0xddf7=['./voiceTransferReport.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','exports','util','connect-timeout','express','Router','../../components/auth/service','../../config/environment'];(function(_0x31d5ac,_0x2c9a36){var _0x337aac=function(_0x3df66f){while(--_0x3df66f){_0x31d5ac['push'](_0x31d5ac['shift']());}};_0x337aac(++_0x2c9a36);}(_0xddf7,0x104));var _0x7ddf=function(_0x45c856,_0x5e6a1e){_0x45c856=_0x45c856-0x0;var _0x4961aa=_0xddf7[_0x45c856];return _0x4961aa;};'use strict';var multer=require('multer');var util=require(_0x7ddf('0x0'));var path=require('path');var timeout=require(_0x7ddf('0x1'));var express=require(_0x7ddf('0x2'));var router=express[_0x7ddf('0x3')]();var auth=require(_0x7ddf('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x7ddf('0x5'));var controller=require(_0x7ddf('0x6'));router[_0x7ddf('0x7')]('/',auth[_0x7ddf('0x8')](),controller[_0x7ddf('0x9')]);router[_0x7ddf('0x7')](_0x7ddf('0xa'),auth[_0x7ddf('0x8')](),controller[_0x7ddf('0xb')]);router[_0x7ddf('0xc')]('/',auth[_0x7ddf('0x8')](),controller[_0x7ddf('0xd')]);router[_0x7ddf('0xe')](_0x7ddf('0xa'),auth['isAuthenticated'](),controller[_0x7ddf('0xf')]);router[_0x7ddf('0x10')](_0x7ddf('0xa'),auth[_0x7ddf('0x8')](),controller[_0x7ddf('0x11')]);module[_0x7ddf('0x12')]=router;