Built motion from commit (unavailable).|2.5.23
[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 _0x8c53=['isAuthenticated','describe','/:id','show','post','create','put','destroy','util','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceTransferReport.controller','get','index','/describe'];(function(_0x4ebdf4,_0x57d47f){var _0x18d1c1=function(_0x83f2a0){while(--_0x83f2a0){_0x4ebdf4['push'](_0x4ebdf4['shift']());}};_0x18d1c1(++_0x57d47f);}(_0x8c53,0x98));var _0x38c5=function(_0x4d89fe,_0x458af3){_0x4d89fe=_0x4d89fe-0x0;var _0x4a6944=_0x8c53[_0x4d89fe];return _0x4a6944;};'use strict';var multer=require('multer');var util=require(_0x38c5('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x38c5('0x1'));var router=express[_0x38c5('0x2')]();var auth=require(_0x38c5('0x3'));var interaction=require(_0x38c5('0x4'));var config=require(_0x38c5('0x5'));var controller=require(_0x38c5('0x6'));router[_0x38c5('0x7')]('/',auth['isAuthenticated'](),controller[_0x38c5('0x8')]);router[_0x38c5('0x7')](_0x38c5('0x9'),auth[_0x38c5('0xa')](),controller[_0x38c5('0xb')]);router['get'](_0x38c5('0xc'),auth['isAuthenticated'](),controller[_0x38c5('0xd')]);router[_0x38c5('0xe')]('/',auth[_0x38c5('0xa')](),controller[_0x38c5('0xf')]);router[_0x38c5('0x10')](_0x38c5('0xc'),auth['isAuthenticated'](),controller['update']);router['delete'](_0x38c5('0xc'),auth[_0x38c5('0xa')](),controller[_0x38c5('0x11')]);module['exports']=router;