Built motion from commit 0555bc41.|2.5.41
[motion2.git] / server / api / openchannelTransferReport / 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 _0x47df=['exports','multer','util','path','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./openchannelTransferReport.controller','isAuthenticated','get','describe','/:id','post','create','put','update','delete','destroy'];(function(_0x4c4ca2,_0x30d812){var _0x17dac3=function(_0x4f07e6){while(--_0x4f07e6){_0x4c4ca2['push'](_0x4c4ca2['shift']());}};_0x17dac3(++_0x30d812);}(_0x47df,0xb5));var _0xf47d=function(_0x42d1ab,_0x399f70){_0x42d1ab=_0x42d1ab-0x0;var _0x3dee45=_0x47df[_0x42d1ab];return _0x3dee45;};'use strict';var multer=require(_0xf47d('0x0'));var util=require(_0xf47d('0x1'));var path=require(_0xf47d('0x2'));var timeout=require('connect-timeout');var express=require(_0xf47d('0x3'));var router=express[_0xf47d('0x4')]();var fs_extra=require(_0xf47d('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xf47d('0x6'));var config=require(_0xf47d('0x7'));var controller=require(_0xf47d('0x8'));router['get']('/',auth[_0xf47d('0x9')](),controller['index']);router[_0xf47d('0xa')]('/describe',auth[_0xf47d('0x9')](),controller[_0xf47d('0xb')]);router[_0xf47d('0xa')](_0xf47d('0xc'),auth[_0xf47d('0x9')](),controller['show']);router[_0xf47d('0xd')]('/',auth[_0xf47d('0x9')](),controller[_0xf47d('0xe')]);router[_0xf47d('0xf')](_0xf47d('0xc'),auth[_0xf47d('0x9')](),controller[_0xf47d('0x10')]);router[_0xf47d('0x11')](_0xf47d('0xc'),auth[_0xf47d('0x9')](),controller[_0xf47d('0x12')]);module[_0xf47d('0x13')]=router;