@veeroute/lss-studio-angular 6.4.1962 → 6.6.2006
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/experimentsService.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +1 -1
- package/api/explorerService.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/hardlinksService.d.ts +1 -1
- package/api/hardlinksServiceInterface.d.ts +1 -1
- package/api/locationsService.d.ts +1 -1
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersService.d.ts +1 -1
- package/api/ordersServiceInterface.d.ts +1 -1
- package/api/performersService.d.ts +1 -1
- package/api/performersServiceInterface.d.ts +1 -1
- package/api/systemService.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsService.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +1 -1
- package/api/tripsService.d.ts +1 -1
- package/api/tripsServiceInterface.d.ts +1 -1
- package/configuration.d.ts +24 -0
- package/esm2020/api/experimentsService.mjs +47 -19
- package/esm2020/api/experimentsServiceInterface.mjs +1 -1
- package/esm2020/api/explorerService.mjs +21 -8
- package/esm2020/api/explorerServiceInterface.mjs +1 -1
- package/esm2020/api/hardlinksService.mjs +19 -7
- package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2020/api/locationsService.mjs +22 -8
- package/esm2020/api/locationsServiceInterface.mjs +1 -1
- package/esm2020/api/ordersService.mjs +22 -8
- package/esm2020/api/ordersServiceInterface.mjs +1 -1
- package/esm2020/api/performersService.mjs +22 -8
- package/esm2020/api/performersServiceInterface.mjs +1 -1
- package/esm2020/api/systemService.mjs +12 -5
- package/esm2020/api/systemServiceInterface.mjs +1 -1
- package/esm2020/api/transportsService.mjs +22 -8
- package/esm2020/api/transportsServiceInterface.mjs +1 -1
- package/esm2020/api/tripsService.mjs +22 -8
- package/esm2020/api/tripsServiceInterface.mjs +1 -1
- package/esm2020/api.module.mjs +1 -1
- package/esm2020/configuration.mjs +20 -1
- package/esm2020/index.mjs +2 -1
- package/esm2020/model/actualizeSettings.mjs +1 -1
- package/esm2020/model/assignedPerformer.mjs +1 -1
- package/esm2020/model/assignedTransport.mjs +1 -1
- package/esm2020/model/attribute.mjs +2 -2
- package/esm2020/model/basicProcess.mjs +2 -3
- package/esm2020/model/basicState.mjs +2 -3
- package/esm2020/model/basicTimeWindow.mjs +2 -2
- package/esm2020/model/box.mjs +1 -1
- package/esm2020/model/boxCompatibilities.mjs +2 -2
- package/esm2020/model/boxLimits.mjs +1 -1
- package/esm2020/model/break.mjs +2 -2
- package/esm2020/model/calculationInfo.mjs +1 -1
- package/esm2020/model/calculationSettings.mjs +2 -2
- package/esm2020/model/calculationStatus.mjs +2 -3
- package/esm2020/model/capacity.mjs +2 -2
- package/esm2020/model/capacityFactor.mjs +1 -1
- package/esm2020/model/cargo.mjs +1 -1
- package/esm2020/model/cargoCompatibilities.mjs +1 -1
- package/esm2020/model/cargoPlacement.mjs +2 -2
- package/esm2020/model/cargoRotationType.mjs +2 -3
- package/esm2020/model/checkResult.mjs +2 -2
- package/esm2020/model/compatibilityPenalty.mjs +2 -2
- package/esm2020/model/custom400WithErrorsAndWarnings.mjs +2 -0
- package/esm2020/model/demand.mjs +1 -1
- package/esm2020/model/demandFact.mjs +2 -2
- package/esm2020/model/entityError.mjs +1 -1
- package/esm2020/model/entityErrorType.mjs +2 -3
- package/esm2020/model/entityPath.mjs +1 -1
- package/esm2020/model/entityType.mjs +2 -3
- package/esm2020/model/entityWarning.mjs +1 -1
- package/esm2020/model/entityWarningType.mjs +5 -4
- package/esm2020/model/experiment.mjs +1 -1
- package/esm2020/model/experimentCalculation.mjs +1 -1
- package/esm2020/model/experimentCheck.mjs +1 -1
- package/esm2020/model/experimentList.mjs +1 -1
- package/esm2020/model/experimentSettings.mjs +1 -1
- package/esm2020/model/experimentSpecification.mjs +2 -2
- package/esm2020/model/experimentStatistics.mjs +1 -1
- package/esm2020/model/facts.mjs +1 -1
- package/esm2020/model/filesystem.mjs +1 -1
- package/esm2020/model/folderSpecification.mjs +2 -2
- package/esm2020/model/folderStats.mjs +2 -2
- package/esm2020/model/folderType.mjs +2 -3
- package/esm2020/model/general401.mjs +2 -0
- package/esm2020/model/general402.mjs +2 -0
- package/esm2020/model/general403.mjs +2 -0
- package/esm2020/model/general404.mjs +2 -0
- package/esm2020/model/general404Detail.mjs +2 -0
- package/esm2020/model/general429.mjs +2 -0
- package/esm2020/model/general500.mjs +2 -0
- package/esm2020/model/geoSettings.mjs +2 -2
- package/esm2020/model/geopoint.mjs +2 -2
- package/esm2020/model/hardlink.mjs +1 -1
- package/esm2020/model/hardlinkElement.mjs +1 -1
- package/esm2020/model/hardlinkElementType.mjs +2 -3
- package/esm2020/model/linkedEssence.mjs +2 -2
- package/esm2020/model/location.mjs +1 -1
- package/esm2020/model/locationCompatibilities.mjs +2 -2
- package/esm2020/model/measurements.mjs +1 -1
- package/esm2020/model/models.mjs +9 -9
- package/esm2020/model/objectMetrics.mjs +2 -2
- package/esm2020/model/order.mjs +1 -1
- package/esm2020/model/orderCompatibilities.mjs +2 -2
- package/esm2020/model/orderFact.mjs +2 -2
- package/esm2020/model/performer.mjs +1 -1
- package/esm2020/model/performerCompatibilities.mjs +2 -2
- package/esm2020/model/performerFact.mjs +1 -1
- package/esm2020/model/performerLimits.mjs +2 -2
- package/esm2020/model/performerShift.mjs +1 -1
- package/esm2020/model/performerTariff.mjs +1 -1
- package/esm2020/model/performerTariffConstraint.mjs +2 -2
- package/esm2020/model/planSettings.mjs +1 -1
- package/esm2020/model/planStatistics.mjs +1 -1
- package/esm2020/model/possibleEvent.mjs +1 -1
- package/esm2020/model/qualityStatistics.mjs +1 -1
- package/esm2020/model/replanSettings.mjs +1 -1
- package/esm2020/model/replanStrategy.mjs +2 -2
- package/esm2020/model/routingMatrix.mjs +1 -1
- package/esm2020/model/routingTransportMatrix.mjs +1 -1
- package/esm2020/model/schemaError.mjs +2 -2
- package/esm2020/model/serviceName.mjs +2 -3
- package/esm2020/model/statistics.mjs +1 -1
- package/esm2020/model/stopStatistics.mjs +1 -1
- package/esm2020/model/tableDataStats.mjs +2 -2
- package/esm2020/model/tableFilterBoolList.mjs +2 -2
- package/esm2020/model/tableFilterDatetimeRange.mjs +2 -2
- package/esm2020/model/tableFilterEnumList.mjs +2 -2
- package/esm2020/model/tableFilterFloatRange.mjs +2 -2
- package/esm2020/model/tableFilterIntRange.mjs +2 -2
- package/esm2020/model/tableFilterStringList.mjs +2 -2
- package/esm2020/model/tableFilterStringSearch.mjs +2 -2
- package/esm2020/model/tableFilterType.mjs +2 -3
- package/esm2020/model/tableHardlink.mjs +1 -1
- package/esm2020/model/tableHardlinkColumnType.mjs +2 -3
- package/esm2020/model/tableHardlinkFields.mjs +2 -2
- package/esm2020/model/tableHardlinkFilter.mjs +1 -1
- package/esm2020/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2020/model/tableHardlinkList.mjs +1 -1
- package/esm2020/model/tableListStats.mjs +1 -1
- package/esm2020/model/tableListStatsDetail.mjs +2 -2
- package/esm2020/model/tableLocation.mjs +1 -1
- package/esm2020/model/tableLocationColumnType.mjs +2 -3
- package/esm2020/model/tableLocationFields.mjs +1 -1
- package/esm2020/model/tableLocationFilter.mjs +1 -1
- package/esm2020/model/tableLocationFilterList.mjs +1 -1
- package/esm2020/model/tableLocationList.mjs +1 -1
- package/esm2020/model/tableOrder.mjs +1 -1
- package/esm2020/model/tableOrderColumnType.mjs +2 -3
- package/esm2020/model/tableOrderFields.mjs +1 -1
- package/esm2020/model/tableOrderFilter.mjs +1 -1
- package/esm2020/model/tableOrderFilterList.mjs +1 -1
- package/esm2020/model/tableOrderList.mjs +1 -1
- package/esm2020/model/tablePerformer.mjs +1 -1
- package/esm2020/model/tablePerformerColumnType.mjs +2 -3
- package/esm2020/model/tablePerformerFields.mjs +1 -1
- package/esm2020/model/tablePerformerFilter.mjs +1 -1
- package/esm2020/model/tablePerformerFilterList.mjs +1 -1
- package/esm2020/model/tablePerformerList.mjs +1 -1
- package/esm2020/model/tableTransport.mjs +1 -1
- package/esm2020/model/tableTransportColumnType.mjs +3 -3
- package/esm2020/model/tableTransportFields.mjs +1 -1
- package/esm2020/model/tableTransportFilter.mjs +1 -1
- package/esm2020/model/tableTransportFilterList.mjs +1 -1
- package/esm2020/model/tableTransportList.mjs +1 -1
- package/esm2020/model/tableTrip.mjs +1 -1
- package/esm2020/model/tableTripColumnType.mjs +2 -3
- package/esm2020/model/tableTripFields.mjs +1 -1
- package/esm2020/model/tableTripFilter.mjs +1 -1
- package/esm2020/model/tableTripFilterList.mjs +1 -1
- package/esm2020/model/tableTripList.mjs +1 -1
- package/esm2020/model/timeWindow.mjs +2 -2
- package/esm2020/model/timeWindowViolations.mjs +1 -1
- package/esm2020/model/tracedata.mjs +1 -1
- package/esm2020/model/trackPoint.mjs +1 -1
- package/esm2020/model/transport.mjs +1 -1
- package/esm2020/model/transportCompatibilities.mjs +2 -2
- package/esm2020/model/transportFact.mjs +1 -1
- package/esm2020/model/transportFactor.mjs +1 -1
- package/esm2020/model/transportLimits.mjs +1 -1
- package/esm2020/model/transportLoad.mjs +1 -1
- package/esm2020/model/transportShift.mjs +1 -1
- package/esm2020/model/transportTariff.mjs +1 -1
- package/esm2020/model/transportTariffConstraint.mjs +2 -2
- package/esm2020/model/transportType.mjs +2 -3
- package/esm2020/model/trip.mjs +1 -1
- package/esm2020/model/tripAssumptions.mjs +1 -1
- package/esm2020/model/tripPenalties.mjs +1 -1
- package/esm2020/model/tripStartTimeStrategy.mjs +2 -3
- package/esm2020/model/tripState.mjs +1 -1
- package/esm2020/model/tripStateFlag.mjs +2 -3
- package/esm2020/model/tripStatistics.mjs +1 -1
- package/esm2020/model/tripsSettings.mjs +1 -1
- package/esm2020/model/universalData.mjs +1 -1
- package/esm2020/model/unplannedItems.mjs +2 -2
- package/esm2020/model/versionResult.mjs +2 -2
- package/esm2020/model/waypoint.mjs +1 -1
- package/esm2020/model/webHardlink.mjs +1 -1
- package/esm2020/model/webLocation.mjs +1 -1
- package/esm2020/model/webLocationGeopoint.mjs +1 -1
- package/esm2020/model/webLocationGeopointList.mjs +1 -1
- package/esm2020/model/webOrder.mjs +1 -1
- package/esm2020/model/webOrderGeopoint.mjs +1 -1
- package/esm2020/model/webOrderGeopointList.mjs +1 -1
- package/esm2020/model/webPerformer.mjs +1 -1
- package/esm2020/model/webPerformerGeopoint.mjs +1 -1
- package/esm2020/model/webPerformerGeopointList.mjs +1 -1
- package/esm2020/model/webTransport.mjs +1 -1
- package/esm2020/model/webTransportGeopoint.mjs +1 -1
- package/esm2020/model/webTransportGeopointList.mjs +1 -1
- package/esm2020/model/webTrip.mjs +1 -1
- package/esm2020/model/webTripTrack.mjs +1 -1
- package/esm2020/model/webTripTrackList.mjs +1 -1
- package/esm2020/model/workAndRestRules.mjs +1 -1
- package/esm2020/param.mjs +2 -0
- package/fesm2015/veeroute-lss-studio-angular.mjs +247 -115
- package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
- package/fesm2020/veeroute-lss-studio-angular.mjs +283 -151
- package/fesm2020/veeroute-lss-studio-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/model/actualizeSettings.d.ts +1 -1
- package/model/assignedPerformer.d.ts +1 -1
- package/model/assignedTransport.d.ts +1 -1
- package/model/attribute.d.ts +1 -1
- package/model/basicProcess.d.ts +1 -1
- package/model/basicState.d.ts +1 -1
- package/model/basicTimeWindow.d.ts +1 -1
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityFactor.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoPlacement.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +3 -3
- package/model/{inlineResponse400.d.ts → custom400WithErrorsAndWarnings.d.ts} +3 -3
- package/model/demand.d.ts +1 -1
- package/model/demandFact.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +5 -3
- package/model/experiment.d.ts +1 -1
- package/model/experimentCalculation.d.ts +1 -1
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +1 -1
- package/model/facts.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderStats.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/{inlineResponse500.d.ts → general401.d.ts} +3 -3
- package/model/{inlineResponse401.d.ts → general402.d.ts} +3 -3
- package/model/{inlineResponse402.d.ts → general403.d.ts} +3 -3
- package/model/{inlineResponse404.d.ts → general404.d.ts} +5 -5
- package/model/{inlineResponse404Detail.d.ts → general404Detail.d.ts} +2 -2
- package/model/{inlineResponse429.d.ts → general429.d.ts} +3 -3
- package/model/{inlineResponse403.d.ts → general500.d.ts} +3 -3
- package/model/geoSettings.d.ts +1 -1
- package/model/geopoint.d.ts +1 -1
- package/model/hardlink.d.ts +1 -1
- package/model/hardlinkElement.d.ts +1 -1
- package/model/hardlinkElementType.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +8 -8
- package/model/objectMetrics.d.ts +1 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/orderFact.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +1 -1
- package/model/performerFact.d.ts +1 -1
- package/model/performerLimits.d.ts +1 -1
- package/model/performerShift.d.ts +1 -1
- package/model/performerTariff.d.ts +3 -3
- package/model/performerTariffConstraint.d.ts +1 -1
- package/model/planSettings.d.ts +1 -1
- package/model/planStatistics.d.ts +1 -1
- package/model/possibleEvent.d.ts +1 -1
- package/model/qualityStatistics.d.ts +1 -1
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/serviceName.d.ts +1 -1
- package/model/statistics.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterEnumList.d.ts +1 -1
- package/model/tableFilterFloatRange.d.ts +1 -1
- package/model/tableFilterIntRange.d.ts +1 -1
- package/model/tableFilterStringList.d.ts +1 -1
- package/model/tableFilterStringSearch.d.ts +1 -1
- package/model/tableFilterType.d.ts +1 -1
- package/model/tableHardlink.d.ts +1 -1
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +3 -3
- package/model/tableHardlinkFilter.d.ts +1 -1
- package/model/tableHardlinkFilterList.d.ts +1 -1
- package/model/tableHardlinkList.d.ts +1 -1
- package/model/tableListStats.d.ts +1 -1
- package/model/tableListStatsDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +3 -3
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +3 -3
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +3 -3
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +2 -1
- package/model/tableTransportFields.d.ts +4 -3
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +3 -3
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/trackPoint.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportFact.d.ts +1 -1
- package/model/transportFactor.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportTariff.d.ts +2 -2
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +1 -1
- package/model/tripAssumptions.d.ts +1 -1
- package/model/tripPenalties.d.ts +1 -1
- package/model/tripStartTimeStrategy.d.ts +1 -1
- package/model/tripState.d.ts +1 -1
- package/model/tripStateFlag.d.ts +1 -1
- package/model/tripStatistics.d.ts +1 -1
- package/model/tripsSettings.d.ts +1 -1
- package/model/universalData.d.ts +5 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/waypoint.d.ts +1 -1
- package/model/webHardlink.d.ts +1 -1
- package/model/webLocation.d.ts +1 -1
- package/model/webLocationGeopoint.d.ts +1 -1
- package/model/webLocationGeopointList.d.ts +1 -1
- package/model/webOrder.d.ts +1 -1
- package/model/webOrderGeopoint.d.ts +1 -1
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +1 -1
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +1 -1
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripTrack.d.ts +1 -1
- package/model/webTripTrackList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
- package/param.d.ts +37 -0
- package/esm2020/model/inlineResponse400.mjs +0 -2
- package/esm2020/model/inlineResponse401.mjs +0 -2
- package/esm2020/model/inlineResponse402.mjs +0 -2
- package/esm2020/model/inlineResponse403.mjs +0 -2
- package/esm2020/model/inlineResponse404.mjs +0 -2
- package/esm2020/model/inlineResponse404Detail.mjs +0 -2
- package/esm2020/model/inlineResponse429.mjs +0 -2
- package/esm2020/model/inlineResponse500.mjs +0 -2
|
@@ -39,6 +39,12 @@ class Configuration {
|
|
|
39
39
|
this.basePath = configurationParameters.basePath;
|
|
40
40
|
this.withCredentials = configurationParameters.withCredentials;
|
|
41
41
|
this.encoder = configurationParameters.encoder;
|
|
42
|
+
if (configurationParameters.encodeParam) {
|
|
43
|
+
this.encodeParam = configurationParameters.encodeParam;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
this.encodeParam = param => this.defaultEncodeParam(param);
|
|
47
|
+
}
|
|
42
48
|
if (configurationParameters.credentials) {
|
|
43
49
|
this.credentials = configurationParameters.credentials;
|
|
44
50
|
}
|
|
@@ -108,12 +114,25 @@ class Configuration {
|
|
|
108
114
|
? value()
|
|
109
115
|
: value;
|
|
110
116
|
}
|
|
117
|
+
defaultEncodeParam(param) {
|
|
118
|
+
// This implementation exists as fallback for missing configuration
|
|
119
|
+
// and for backwards compatibility to older typescript-angular generator versions.
|
|
120
|
+
// It only works for the 'simple' parameter style.
|
|
121
|
+
// Date-handling only works for the 'date-time' format.
|
|
122
|
+
// All other styles and Date-formats are probably handled incorrectly.
|
|
123
|
+
//
|
|
124
|
+
// But: if that's all you need (i.e.: the most common use-case): no need for customization!
|
|
125
|
+
const value = param.dataFormat === 'date-time' && param.value instanceof Date
|
|
126
|
+
? param.value.toISOString()
|
|
127
|
+
: param.value;
|
|
128
|
+
return encodeURIComponent(String(value));
|
|
129
|
+
}
|
|
111
130
|
}
|
|
112
131
|
|
|
113
132
|
/**
|
|
114
133
|
* VRt.Studio [ST]
|
|
115
134
|
*
|
|
116
|
-
* The version of the OpenAPI document: 6.
|
|
135
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
117
136
|
* Contact: servicedesk@veeroute.com
|
|
118
137
|
*
|
|
119
138
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -129,6 +148,9 @@ class ExperimentsService {
|
|
|
129
148
|
this.configuration = configuration;
|
|
130
149
|
}
|
|
131
150
|
if (typeof this.configuration.basePath !== 'string') {
|
|
151
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
152
|
+
basePath = basePath[0];
|
|
153
|
+
}
|
|
132
154
|
if (typeof basePath !== 'string') {
|
|
133
155
|
basePath = this.basePath;
|
|
134
156
|
}
|
|
@@ -136,6 +158,7 @@ class ExperimentsService {
|
|
|
136
158
|
}
|
|
137
159
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
138
160
|
}
|
|
161
|
+
// @ts-ignore
|
|
139
162
|
addToHttpParams(httpParams, value, key) {
|
|
140
163
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
141
164
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -220,8 +243,10 @@ class ExperimentsService {
|
|
|
220
243
|
responseType_ = 'blob';
|
|
221
244
|
}
|
|
222
245
|
}
|
|
223
|
-
|
|
246
|
+
let localVarPath = `/studio/experiments`;
|
|
247
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
224
248
|
context: localVarHttpContext,
|
|
249
|
+
body: experimentSpecificationStudio,
|
|
225
250
|
responseType: responseType_,
|
|
226
251
|
withCredentials: this.configuration.withCredentials,
|
|
227
252
|
headers: localVarHeaders,
|
|
@@ -268,7 +293,8 @@ class ExperimentsService {
|
|
|
268
293
|
responseType_ = 'blob';
|
|
269
294
|
}
|
|
270
295
|
}
|
|
271
|
-
|
|
296
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/share`;
|
|
297
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
272
298
|
context: localVarHttpContext,
|
|
273
299
|
responseType: responseType_,
|
|
274
300
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -316,7 +342,8 @@ class ExperimentsService {
|
|
|
316
342
|
responseType_ = 'blob';
|
|
317
343
|
}
|
|
318
344
|
}
|
|
319
|
-
|
|
345
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
346
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
320
347
|
context: localVarHttpContext,
|
|
321
348
|
responseType: responseType_,
|
|
322
349
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -364,7 +391,8 @@ class ExperimentsService {
|
|
|
364
391
|
responseType_ = 'blob';
|
|
365
392
|
}
|
|
366
393
|
}
|
|
367
|
-
|
|
394
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/share`;
|
|
395
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
368
396
|
context: localVarHttpContext,
|
|
369
397
|
responseType: responseType_,
|
|
370
398
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -424,8 +452,10 @@ class ExperimentsService {
|
|
|
424
452
|
responseType_ = 'blob';
|
|
425
453
|
}
|
|
426
454
|
}
|
|
427
|
-
|
|
455
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
|
|
456
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
428
457
|
context: localVarHttpContext,
|
|
458
|
+
body: experimentSpecificationStudio,
|
|
429
459
|
responseType: responseType_,
|
|
430
460
|
withCredentials: this.configuration.withCredentials,
|
|
431
461
|
headers: localVarHeaders,
|
|
@@ -472,7 +502,8 @@ class ExperimentsService {
|
|
|
472
502
|
responseType_ = 'blob';
|
|
473
503
|
}
|
|
474
504
|
}
|
|
475
|
-
|
|
505
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
|
|
506
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
476
507
|
context: localVarHttpContext,
|
|
477
508
|
responseType: responseType_,
|
|
478
509
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -526,7 +557,8 @@ class ExperimentsService {
|
|
|
526
557
|
responseType_ = 'blob';
|
|
527
558
|
}
|
|
528
559
|
}
|
|
529
|
-
|
|
560
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
|
|
561
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
530
562
|
context: localVarHttpContext,
|
|
531
563
|
params: localVarQueryParameters,
|
|
532
564
|
responseType: responseType_,
|
|
@@ -587,8 +619,10 @@ class ExperimentsService {
|
|
|
587
619
|
responseType_ = 'blob';
|
|
588
620
|
}
|
|
589
621
|
}
|
|
590
|
-
|
|
622
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
|
|
623
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
591
624
|
context: localVarHttpContext,
|
|
625
|
+
body: universalDataStudio,
|
|
592
626
|
responseType: responseType_,
|
|
593
627
|
withCredentials: this.configuration.withCredentials,
|
|
594
628
|
headers: localVarHeaders,
|
|
@@ -643,7 +677,8 @@ class ExperimentsService {
|
|
|
643
677
|
responseType_ = 'blob';
|
|
644
678
|
}
|
|
645
679
|
}
|
|
646
|
-
|
|
680
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json_url`;
|
|
681
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
647
682
|
context: localVarHttpContext,
|
|
648
683
|
params: localVarQueryParameters,
|
|
649
684
|
responseType: responseType_,
|
|
@@ -709,8 +744,10 @@ class ExperimentsService {
|
|
|
709
744
|
responseType_ = 'blob';
|
|
710
745
|
}
|
|
711
746
|
}
|
|
712
|
-
|
|
747
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/xlsx`;
|
|
748
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
713
749
|
context: localVarHttpContext,
|
|
750
|
+
body: body,
|
|
714
751
|
params: localVarQueryParameters,
|
|
715
752
|
responseType: responseType_,
|
|
716
753
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -758,7 +795,8 @@ class ExperimentsService {
|
|
|
758
795
|
responseType_ = 'blob';
|
|
759
796
|
}
|
|
760
797
|
}
|
|
761
|
-
|
|
798
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
799
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
762
800
|
context: localVarHttpContext,
|
|
763
801
|
responseType: responseType_,
|
|
764
802
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -810,7 +848,8 @@ class ExperimentsService {
|
|
|
810
848
|
responseType_ = 'blob';
|
|
811
849
|
}
|
|
812
850
|
}
|
|
813
|
-
|
|
851
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
852
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
814
853
|
context: localVarHttpContext,
|
|
815
854
|
responseType: responseType_,
|
|
816
855
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -862,7 +901,8 @@ class ExperimentsService {
|
|
|
862
901
|
responseType_ = 'blob';
|
|
863
902
|
}
|
|
864
903
|
}
|
|
865
|
-
|
|
904
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/validation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
905
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
866
906
|
context: localVarHttpContext,
|
|
867
907
|
responseType: responseType_,
|
|
868
908
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -910,7 +950,8 @@ class ExperimentsService {
|
|
|
910
950
|
responseType_ = 'blob';
|
|
911
951
|
}
|
|
912
952
|
}
|
|
913
|
-
|
|
953
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation`;
|
|
954
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
914
955
|
context: localVarHttpContext,
|
|
915
956
|
responseType: responseType_,
|
|
916
957
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -970,8 +1011,10 @@ class ExperimentsService {
|
|
|
970
1011
|
responseType_ = 'blob';
|
|
971
1012
|
}
|
|
972
1013
|
}
|
|
973
|
-
|
|
1014
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1015
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
974
1016
|
context: localVarHttpContext,
|
|
1017
|
+
body: experimentSpecificationStudio,
|
|
975
1018
|
responseType: responseType_,
|
|
976
1019
|
withCredentials: this.configuration.withCredentials,
|
|
977
1020
|
headers: localVarHeaders,
|
|
@@ -1030,8 +1073,10 @@ class ExperimentsService {
|
|
|
1030
1073
|
responseType_ = 'blob';
|
|
1031
1074
|
}
|
|
1032
1075
|
}
|
|
1033
|
-
|
|
1076
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/indicators`;
|
|
1077
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1034
1078
|
context: localVarHttpContext,
|
|
1079
|
+
body: requestBody,
|
|
1035
1080
|
responseType: responseType_,
|
|
1036
1081
|
withCredentials: this.configuration.withCredentials,
|
|
1037
1082
|
headers: localVarHeaders,
|
|
@@ -1090,8 +1135,10 @@ class ExperimentsService {
|
|
|
1090
1135
|
responseType_ = 'blob';
|
|
1091
1136
|
}
|
|
1092
1137
|
}
|
|
1093
|
-
|
|
1138
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/settings`;
|
|
1139
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1094
1140
|
context: localVarHttpContext,
|
|
1141
|
+
body: experimentSettingsStudio,
|
|
1095
1142
|
responseType: responseType_,
|
|
1096
1143
|
withCredentials: this.configuration.withCredentials,
|
|
1097
1144
|
headers: localVarHeaders,
|
|
@@ -1119,7 +1166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1119
1166
|
/**
|
|
1120
1167
|
* VRt.Studio [ST]
|
|
1121
1168
|
*
|
|
1122
|
-
* The version of the OpenAPI document: 6.
|
|
1169
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
1123
1170
|
* Contact: servicedesk@veeroute.com
|
|
1124
1171
|
*
|
|
1125
1172
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1135,6 +1182,9 @@ class ExplorerService {
|
|
|
1135
1182
|
this.configuration = configuration;
|
|
1136
1183
|
}
|
|
1137
1184
|
if (typeof this.configuration.basePath !== 'string') {
|
|
1185
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
1186
|
+
basePath = basePath[0];
|
|
1187
|
+
}
|
|
1138
1188
|
if (typeof basePath !== 'string') {
|
|
1139
1189
|
basePath = this.basePath;
|
|
1140
1190
|
}
|
|
@@ -1142,6 +1192,7 @@ class ExplorerService {
|
|
|
1142
1192
|
}
|
|
1143
1193
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
1144
1194
|
}
|
|
1195
|
+
// @ts-ignore
|
|
1145
1196
|
addToHttpParams(httpParams, value, key) {
|
|
1146
1197
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
1147
1198
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -1226,8 +1277,10 @@ class ExplorerService {
|
|
|
1226
1277
|
responseType_ = 'blob';
|
|
1227
1278
|
}
|
|
1228
1279
|
}
|
|
1229
|
-
|
|
1280
|
+
let localVarPath = `/studio/explorer`;
|
|
1281
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1230
1282
|
context: localVarHttpContext,
|
|
1283
|
+
body: folderSpecificationStudio,
|
|
1231
1284
|
responseType: responseType_,
|
|
1232
1285
|
withCredentials: this.configuration.withCredentials,
|
|
1233
1286
|
headers: localVarHeaders,
|
|
@@ -1274,7 +1327,8 @@ class ExplorerService {
|
|
|
1274
1327
|
responseType_ = 'blob';
|
|
1275
1328
|
}
|
|
1276
1329
|
}
|
|
1277
|
-
|
|
1330
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1331
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
1278
1332
|
context: localVarHttpContext,
|
|
1279
1333
|
responseType: responseType_,
|
|
1280
1334
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -1334,8 +1388,10 @@ class ExplorerService {
|
|
|
1334
1388
|
responseType_ = 'blob';
|
|
1335
1389
|
}
|
|
1336
1390
|
}
|
|
1337
|
-
|
|
1391
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
|
|
1392
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1338
1393
|
context: localVarHttpContext,
|
|
1394
|
+
body: folderSpecificationStudio,
|
|
1339
1395
|
responseType: responseType_,
|
|
1340
1396
|
withCredentials: this.configuration.withCredentials,
|
|
1341
1397
|
headers: localVarHeaders,
|
|
@@ -1383,7 +1439,8 @@ class ExplorerService {
|
|
|
1383
1439
|
responseType_ = 'blob';
|
|
1384
1440
|
}
|
|
1385
1441
|
}
|
|
1386
|
-
|
|
1442
|
+
let localVarPath = `/studio/explorer`;
|
|
1443
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1387
1444
|
context: localVarHttpContext,
|
|
1388
1445
|
params: localVarQueryParameters,
|
|
1389
1446
|
responseType: responseType_,
|
|
@@ -1437,7 +1494,8 @@ class ExplorerService {
|
|
|
1437
1494
|
responseType_ = 'blob';
|
|
1438
1495
|
}
|
|
1439
1496
|
}
|
|
1440
|
-
|
|
1497
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1498
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1441
1499
|
context: localVarHttpContext,
|
|
1442
1500
|
params: localVarQueryParameters,
|
|
1443
1501
|
responseType: responseType_,
|
|
@@ -1498,8 +1556,10 @@ class ExplorerService {
|
|
|
1498
1556
|
responseType_ = 'blob';
|
|
1499
1557
|
}
|
|
1500
1558
|
}
|
|
1501
|
-
|
|
1559
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1560
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1502
1561
|
context: localVarHttpContext,
|
|
1562
|
+
body: folderSpecificationStudio,
|
|
1503
1563
|
responseType: responseType_,
|
|
1504
1564
|
withCredentials: this.configuration.withCredentials,
|
|
1505
1565
|
headers: localVarHeaders,
|
|
@@ -1527,7 +1587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1527
1587
|
/**
|
|
1528
1588
|
* VRt.Studio [ST]
|
|
1529
1589
|
*
|
|
1530
|
-
* The version of the OpenAPI document: 6.
|
|
1590
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
1531
1591
|
* Contact: servicedesk@veeroute.com
|
|
1532
1592
|
*
|
|
1533
1593
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1543,6 +1603,9 @@ class HardlinksService {
|
|
|
1543
1603
|
this.configuration = configuration;
|
|
1544
1604
|
}
|
|
1545
1605
|
if (typeof this.configuration.basePath !== 'string') {
|
|
1606
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
1607
|
+
basePath = basePath[0];
|
|
1608
|
+
}
|
|
1546
1609
|
if (typeof basePath !== 'string') {
|
|
1547
1610
|
basePath = this.basePath;
|
|
1548
1611
|
}
|
|
@@ -1550,6 +1613,7 @@ class HardlinksService {
|
|
|
1550
1613
|
}
|
|
1551
1614
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
1552
1615
|
}
|
|
1616
|
+
// @ts-ignore
|
|
1553
1617
|
addToHttpParams(httpParams, value, key) {
|
|
1554
1618
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
1555
1619
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -1638,8 +1702,10 @@ class HardlinksService {
|
|
|
1638
1702
|
responseType_ = 'blob';
|
|
1639
1703
|
}
|
|
1640
1704
|
}
|
|
1641
|
-
|
|
1705
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
|
|
1706
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1642
1707
|
context: localVarHttpContext,
|
|
1708
|
+
body: webHardlinkStudio,
|
|
1643
1709
|
responseType: responseType_,
|
|
1644
1710
|
withCredentials: this.configuration.withCredentials,
|
|
1645
1711
|
headers: localVarHeaders,
|
|
@@ -1690,7 +1756,8 @@ class HardlinksService {
|
|
|
1690
1756
|
responseType_ = 'blob';
|
|
1691
1757
|
}
|
|
1692
1758
|
}
|
|
1693
|
-
|
|
1759
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
1760
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
1694
1761
|
context: localVarHttpContext,
|
|
1695
1762
|
responseType: responseType_,
|
|
1696
1763
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -1742,7 +1809,8 @@ class HardlinksService {
|
|
|
1742
1809
|
responseType_ = 'blob';
|
|
1743
1810
|
}
|
|
1744
1811
|
}
|
|
1745
|
-
|
|
1812
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
1813
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1746
1814
|
context: localVarHttpContext,
|
|
1747
1815
|
responseType: responseType_,
|
|
1748
1816
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -1816,8 +1884,10 @@ class HardlinksService {
|
|
|
1816
1884
|
responseType_ = 'blob';
|
|
1817
1885
|
}
|
|
1818
1886
|
}
|
|
1819
|
-
|
|
1887
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/list`;
|
|
1888
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1820
1889
|
context: localVarHttpContext,
|
|
1890
|
+
body: tableHardlinkFilterListStudio,
|
|
1821
1891
|
params: localVarQueryParameters,
|
|
1822
1892
|
responseType: responseType_,
|
|
1823
1893
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -1877,8 +1947,10 @@ class HardlinksService {
|
|
|
1877
1947
|
responseType_ = 'blob';
|
|
1878
1948
|
}
|
|
1879
1949
|
}
|
|
1880
|
-
|
|
1950
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
|
|
1951
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1881
1952
|
context: localVarHttpContext,
|
|
1953
|
+
body: webHardlinkStudio,
|
|
1882
1954
|
responseType: responseType_,
|
|
1883
1955
|
withCredentials: this.configuration.withCredentials,
|
|
1884
1956
|
headers: localVarHeaders,
|
|
@@ -1906,7 +1978,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1906
1978
|
/**
|
|
1907
1979
|
* VRt.Studio [ST]
|
|
1908
1980
|
*
|
|
1909
|
-
* The version of the OpenAPI document: 6.
|
|
1981
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
1910
1982
|
* Contact: servicedesk@veeroute.com
|
|
1911
1983
|
*
|
|
1912
1984
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1922,6 +1994,9 @@ class LocationsService {
|
|
|
1922
1994
|
this.configuration = configuration;
|
|
1923
1995
|
}
|
|
1924
1996
|
if (typeof this.configuration.basePath !== 'string') {
|
|
1997
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
1998
|
+
basePath = basePath[0];
|
|
1999
|
+
}
|
|
1925
2000
|
if (typeof basePath !== 'string') {
|
|
1926
2001
|
basePath = this.basePath;
|
|
1927
2002
|
}
|
|
@@ -1929,6 +2004,7 @@ class LocationsService {
|
|
|
1929
2004
|
}
|
|
1930
2005
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
1931
2006
|
}
|
|
2007
|
+
// @ts-ignore
|
|
1932
2008
|
addToHttpParams(httpParams, value, key) {
|
|
1933
2009
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
1934
2010
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -2017,8 +2093,10 @@ class LocationsService {
|
|
|
2017
2093
|
responseType_ = 'blob';
|
|
2018
2094
|
}
|
|
2019
2095
|
}
|
|
2020
|
-
|
|
2096
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
|
|
2097
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2021
2098
|
context: localVarHttpContext,
|
|
2099
|
+
body: webLocationStudio,
|
|
2022
2100
|
responseType: responseType_,
|
|
2023
2101
|
withCredentials: this.configuration.withCredentials,
|
|
2024
2102
|
headers: localVarHeaders,
|
|
@@ -2069,7 +2147,8 @@ class LocationsService {
|
|
|
2069
2147
|
responseType_ = 'blob';
|
|
2070
2148
|
}
|
|
2071
2149
|
}
|
|
2072
|
-
|
|
2150
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
2151
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
2073
2152
|
context: localVarHttpContext,
|
|
2074
2153
|
responseType: responseType_,
|
|
2075
2154
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2121,7 +2200,8 @@ class LocationsService {
|
|
|
2121
2200
|
responseType_ = 'blob';
|
|
2122
2201
|
}
|
|
2123
2202
|
}
|
|
2124
|
-
|
|
2203
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
2204
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
2125
2205
|
context: localVarHttpContext,
|
|
2126
2206
|
responseType: responseType_,
|
|
2127
2207
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2195,8 +2275,10 @@ class LocationsService {
|
|
|
2195
2275
|
responseType_ = 'blob';
|
|
2196
2276
|
}
|
|
2197
2277
|
}
|
|
2198
|
-
|
|
2278
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/list`;
|
|
2279
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2199
2280
|
context: localVarHttpContext,
|
|
2281
|
+
body: tableLocationFilterListStudio,
|
|
2200
2282
|
params: localVarQueryParameters,
|
|
2201
2283
|
responseType: responseType_,
|
|
2202
2284
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2253,8 +2335,10 @@ class LocationsService {
|
|
|
2253
2335
|
responseType_ = 'blob';
|
|
2254
2336
|
}
|
|
2255
2337
|
}
|
|
2256
|
-
|
|
2338
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/geopoints`;
|
|
2339
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2257
2340
|
context: localVarHttpContext,
|
|
2341
|
+
body: tableLocationFilterListStudio,
|
|
2258
2342
|
responseType: responseType_,
|
|
2259
2343
|
withCredentials: this.configuration.withCredentials,
|
|
2260
2344
|
headers: localVarHeaders,
|
|
@@ -2313,8 +2397,10 @@ class LocationsService {
|
|
|
2313
2397
|
responseType_ = 'blob';
|
|
2314
2398
|
}
|
|
2315
2399
|
}
|
|
2316
|
-
|
|
2400
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
|
|
2401
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
2317
2402
|
context: localVarHttpContext,
|
|
2403
|
+
body: webLocationStudio,
|
|
2318
2404
|
responseType: responseType_,
|
|
2319
2405
|
withCredentials: this.configuration.withCredentials,
|
|
2320
2406
|
headers: localVarHeaders,
|
|
@@ -2342,7 +2428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
2342
2428
|
/**
|
|
2343
2429
|
* VRt.Studio [ST]
|
|
2344
2430
|
*
|
|
2345
|
-
* The version of the OpenAPI document: 6.
|
|
2431
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
2346
2432
|
* Contact: servicedesk@veeroute.com
|
|
2347
2433
|
*
|
|
2348
2434
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2358,6 +2444,9 @@ class OrdersService {
|
|
|
2358
2444
|
this.configuration = configuration;
|
|
2359
2445
|
}
|
|
2360
2446
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2447
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
2448
|
+
basePath = basePath[0];
|
|
2449
|
+
}
|
|
2361
2450
|
if (typeof basePath !== 'string') {
|
|
2362
2451
|
basePath = this.basePath;
|
|
2363
2452
|
}
|
|
@@ -2365,6 +2454,7 @@ class OrdersService {
|
|
|
2365
2454
|
}
|
|
2366
2455
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
2367
2456
|
}
|
|
2457
|
+
// @ts-ignore
|
|
2368
2458
|
addToHttpParams(httpParams, value, key) {
|
|
2369
2459
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
2370
2460
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -2453,8 +2543,10 @@ class OrdersService {
|
|
|
2453
2543
|
responseType_ = 'blob';
|
|
2454
2544
|
}
|
|
2455
2545
|
}
|
|
2456
|
-
|
|
2546
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
|
|
2547
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2457
2548
|
context: localVarHttpContext,
|
|
2549
|
+
body: webOrderStudio,
|
|
2458
2550
|
responseType: responseType_,
|
|
2459
2551
|
withCredentials: this.configuration.withCredentials,
|
|
2460
2552
|
headers: localVarHeaders,
|
|
@@ -2505,7 +2597,8 @@ class OrdersService {
|
|
|
2505
2597
|
responseType_ = 'blob';
|
|
2506
2598
|
}
|
|
2507
2599
|
}
|
|
2508
|
-
|
|
2600
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
2601
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
2509
2602
|
context: localVarHttpContext,
|
|
2510
2603
|
responseType: responseType_,
|
|
2511
2604
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2557,7 +2650,8 @@ class OrdersService {
|
|
|
2557
2650
|
responseType_ = 'blob';
|
|
2558
2651
|
}
|
|
2559
2652
|
}
|
|
2560
|
-
|
|
2653
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
2654
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
2561
2655
|
context: localVarHttpContext,
|
|
2562
2656
|
responseType: responseType_,
|
|
2563
2657
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2631,8 +2725,10 @@ class OrdersService {
|
|
|
2631
2725
|
responseType_ = 'blob';
|
|
2632
2726
|
}
|
|
2633
2727
|
}
|
|
2634
|
-
|
|
2728
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/list`;
|
|
2729
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2635
2730
|
context: localVarHttpContext,
|
|
2731
|
+
body: tableOrderFilterListStudio,
|
|
2636
2732
|
params: localVarQueryParameters,
|
|
2637
2733
|
responseType: responseType_,
|
|
2638
2734
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2689,8 +2785,10 @@ class OrdersService {
|
|
|
2689
2785
|
responseType_ = 'blob';
|
|
2690
2786
|
}
|
|
2691
2787
|
}
|
|
2692
|
-
|
|
2788
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/geopoints`;
|
|
2789
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2693
2790
|
context: localVarHttpContext,
|
|
2791
|
+
body: tableOrderFilterListStudio,
|
|
2694
2792
|
responseType: responseType_,
|
|
2695
2793
|
withCredentials: this.configuration.withCredentials,
|
|
2696
2794
|
headers: localVarHeaders,
|
|
@@ -2749,8 +2847,10 @@ class OrdersService {
|
|
|
2749
2847
|
responseType_ = 'blob';
|
|
2750
2848
|
}
|
|
2751
2849
|
}
|
|
2752
|
-
|
|
2850
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
|
|
2851
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
2753
2852
|
context: localVarHttpContext,
|
|
2853
|
+
body: webOrderStudio,
|
|
2754
2854
|
responseType: responseType_,
|
|
2755
2855
|
withCredentials: this.configuration.withCredentials,
|
|
2756
2856
|
headers: localVarHeaders,
|
|
@@ -2778,7 +2878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
2778
2878
|
/**
|
|
2779
2879
|
* VRt.Studio [ST]
|
|
2780
2880
|
*
|
|
2781
|
-
* The version of the OpenAPI document: 6.
|
|
2881
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
2782
2882
|
* Contact: servicedesk@veeroute.com
|
|
2783
2883
|
*
|
|
2784
2884
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2794,6 +2894,9 @@ class PerformersService {
|
|
|
2794
2894
|
this.configuration = configuration;
|
|
2795
2895
|
}
|
|
2796
2896
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2897
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
2898
|
+
basePath = basePath[0];
|
|
2899
|
+
}
|
|
2797
2900
|
if (typeof basePath !== 'string') {
|
|
2798
2901
|
basePath = this.basePath;
|
|
2799
2902
|
}
|
|
@@ -2801,6 +2904,7 @@ class PerformersService {
|
|
|
2801
2904
|
}
|
|
2802
2905
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
2803
2906
|
}
|
|
2907
|
+
// @ts-ignore
|
|
2804
2908
|
addToHttpParams(httpParams, value, key) {
|
|
2805
2909
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
2806
2910
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -2889,8 +2993,10 @@ class PerformersService {
|
|
|
2889
2993
|
responseType_ = 'blob';
|
|
2890
2994
|
}
|
|
2891
2995
|
}
|
|
2892
|
-
|
|
2996
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
|
|
2997
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
2893
2998
|
context: localVarHttpContext,
|
|
2999
|
+
body: webPerformerStudio,
|
|
2894
3000
|
responseType: responseType_,
|
|
2895
3001
|
withCredentials: this.configuration.withCredentials,
|
|
2896
3002
|
headers: localVarHeaders,
|
|
@@ -2941,7 +3047,8 @@ class PerformersService {
|
|
|
2941
3047
|
responseType_ = 'blob';
|
|
2942
3048
|
}
|
|
2943
3049
|
}
|
|
2944
|
-
|
|
3050
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3051
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
2945
3052
|
context: localVarHttpContext,
|
|
2946
3053
|
responseType: responseType_,
|
|
2947
3054
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -2993,7 +3100,8 @@ class PerformersService {
|
|
|
2993
3100
|
responseType_ = 'blob';
|
|
2994
3101
|
}
|
|
2995
3102
|
}
|
|
2996
|
-
|
|
3103
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3104
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
2997
3105
|
context: localVarHttpContext,
|
|
2998
3106
|
responseType: responseType_,
|
|
2999
3107
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3067,8 +3175,10 @@ class PerformersService {
|
|
|
3067
3175
|
responseType_ = 'blob';
|
|
3068
3176
|
}
|
|
3069
3177
|
}
|
|
3070
|
-
|
|
3178
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/list`;
|
|
3179
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3071
3180
|
context: localVarHttpContext,
|
|
3181
|
+
body: tablePerformerFilterListStudio,
|
|
3072
3182
|
params: localVarQueryParameters,
|
|
3073
3183
|
responseType: responseType_,
|
|
3074
3184
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3125,8 +3235,10 @@ class PerformersService {
|
|
|
3125
3235
|
responseType_ = 'blob';
|
|
3126
3236
|
}
|
|
3127
3237
|
}
|
|
3128
|
-
|
|
3238
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/geopoints`;
|
|
3239
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3129
3240
|
context: localVarHttpContext,
|
|
3241
|
+
body: tablePerformerFilterListStudio,
|
|
3130
3242
|
responseType: responseType_,
|
|
3131
3243
|
withCredentials: this.configuration.withCredentials,
|
|
3132
3244
|
headers: localVarHeaders,
|
|
@@ -3185,8 +3297,10 @@ class PerformersService {
|
|
|
3185
3297
|
responseType_ = 'blob';
|
|
3186
3298
|
}
|
|
3187
3299
|
}
|
|
3188
|
-
|
|
3300
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
|
|
3301
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
3189
3302
|
context: localVarHttpContext,
|
|
3303
|
+
body: webPerformerStudio,
|
|
3190
3304
|
responseType: responseType_,
|
|
3191
3305
|
withCredentials: this.configuration.withCredentials,
|
|
3192
3306
|
headers: localVarHeaders,
|
|
@@ -3214,7 +3328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3214
3328
|
/**
|
|
3215
3329
|
* VRt.Studio [ST]
|
|
3216
3330
|
*
|
|
3217
|
-
* The version of the OpenAPI document: 6.
|
|
3331
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
3218
3332
|
* Contact: servicedesk@veeroute.com
|
|
3219
3333
|
*
|
|
3220
3334
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3230,6 +3344,9 @@ class SystemService {
|
|
|
3230
3344
|
this.configuration = configuration;
|
|
3231
3345
|
}
|
|
3232
3346
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3347
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
3348
|
+
basePath = basePath[0];
|
|
3349
|
+
}
|
|
3233
3350
|
if (typeof basePath !== 'string') {
|
|
3234
3351
|
basePath = this.basePath;
|
|
3235
3352
|
}
|
|
@@ -3237,6 +3354,7 @@ class SystemService {
|
|
|
3237
3354
|
}
|
|
3238
3355
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
3239
3356
|
}
|
|
3357
|
+
// @ts-ignore
|
|
3240
3358
|
addToHttpParams(httpParams, value, key) {
|
|
3241
3359
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
3242
3360
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -3303,7 +3421,8 @@ class SystemService {
|
|
|
3303
3421
|
responseType_ = 'blob';
|
|
3304
3422
|
}
|
|
3305
3423
|
}
|
|
3306
|
-
|
|
3424
|
+
let localVarPath = `/studio/system/check`;
|
|
3425
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3307
3426
|
context: localVarHttpContext,
|
|
3308
3427
|
responseType: responseType_,
|
|
3309
3428
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3347,7 +3466,8 @@ class SystemService {
|
|
|
3347
3466
|
responseType_ = 'blob';
|
|
3348
3467
|
}
|
|
3349
3468
|
}
|
|
3350
|
-
|
|
3469
|
+
let localVarPath = `/studio/file/${this.configuration.encodeParam({ name: "filename", value: filename, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3470
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3351
3471
|
context: localVarHttpContext,
|
|
3352
3472
|
responseType: responseType_,
|
|
3353
3473
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3385,7 +3505,8 @@ class SystemService {
|
|
|
3385
3505
|
responseType_ = 'blob';
|
|
3386
3506
|
}
|
|
3387
3507
|
}
|
|
3388
|
-
|
|
3508
|
+
let localVarPath = `/studio/system/version`;
|
|
3509
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3389
3510
|
context: localVarHttpContext,
|
|
3390
3511
|
responseType: responseType_,
|
|
3391
3512
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3414,7 +3535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3414
3535
|
/**
|
|
3415
3536
|
* VRt.Studio [ST]
|
|
3416
3537
|
*
|
|
3417
|
-
* The version of the OpenAPI document: 6.
|
|
3538
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
3418
3539
|
* Contact: servicedesk@veeroute.com
|
|
3419
3540
|
*
|
|
3420
3541
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3430,6 +3551,9 @@ class TransportsService {
|
|
|
3430
3551
|
this.configuration = configuration;
|
|
3431
3552
|
}
|
|
3432
3553
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3554
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
3555
|
+
basePath = basePath[0];
|
|
3556
|
+
}
|
|
3433
3557
|
if (typeof basePath !== 'string') {
|
|
3434
3558
|
basePath = this.basePath;
|
|
3435
3559
|
}
|
|
@@ -3437,6 +3561,7 @@ class TransportsService {
|
|
|
3437
3561
|
}
|
|
3438
3562
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
3439
3563
|
}
|
|
3564
|
+
// @ts-ignore
|
|
3440
3565
|
addToHttpParams(httpParams, value, key) {
|
|
3441
3566
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
3442
3567
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -3525,8 +3650,10 @@ class TransportsService {
|
|
|
3525
3650
|
responseType_ = 'blob';
|
|
3526
3651
|
}
|
|
3527
3652
|
}
|
|
3528
|
-
|
|
3653
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
|
|
3654
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3529
3655
|
context: localVarHttpContext,
|
|
3656
|
+
body: webTransportStudio,
|
|
3530
3657
|
responseType: responseType_,
|
|
3531
3658
|
withCredentials: this.configuration.withCredentials,
|
|
3532
3659
|
headers: localVarHeaders,
|
|
@@ -3577,7 +3704,8 @@ class TransportsService {
|
|
|
3577
3704
|
responseType_ = 'blob';
|
|
3578
3705
|
}
|
|
3579
3706
|
}
|
|
3580
|
-
|
|
3707
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3708
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
3581
3709
|
context: localVarHttpContext,
|
|
3582
3710
|
responseType: responseType_,
|
|
3583
3711
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3629,7 +3757,8 @@ class TransportsService {
|
|
|
3629
3757
|
responseType_ = 'blob';
|
|
3630
3758
|
}
|
|
3631
3759
|
}
|
|
3632
|
-
|
|
3760
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3761
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
3633
3762
|
context: localVarHttpContext,
|
|
3634
3763
|
responseType: responseType_,
|
|
3635
3764
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3703,8 +3832,10 @@ class TransportsService {
|
|
|
3703
3832
|
responseType_ = 'blob';
|
|
3704
3833
|
}
|
|
3705
3834
|
}
|
|
3706
|
-
|
|
3835
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/list`;
|
|
3836
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3707
3837
|
context: localVarHttpContext,
|
|
3838
|
+
body: tableTransportFilterListStudio,
|
|
3708
3839
|
params: localVarQueryParameters,
|
|
3709
3840
|
responseType: responseType_,
|
|
3710
3841
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -3761,8 +3892,10 @@ class TransportsService {
|
|
|
3761
3892
|
responseType_ = 'blob';
|
|
3762
3893
|
}
|
|
3763
3894
|
}
|
|
3764
|
-
|
|
3895
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/geopoints`;
|
|
3896
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3765
3897
|
context: localVarHttpContext,
|
|
3898
|
+
body: tableTransportFilterListStudio,
|
|
3766
3899
|
responseType: responseType_,
|
|
3767
3900
|
withCredentials: this.configuration.withCredentials,
|
|
3768
3901
|
headers: localVarHeaders,
|
|
@@ -3821,8 +3954,10 @@ class TransportsService {
|
|
|
3821
3954
|
responseType_ = 'blob';
|
|
3822
3955
|
}
|
|
3823
3956
|
}
|
|
3824
|
-
|
|
3957
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
|
|
3958
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
3825
3959
|
context: localVarHttpContext,
|
|
3960
|
+
body: webTransportStudio,
|
|
3826
3961
|
responseType: responseType_,
|
|
3827
3962
|
withCredentials: this.configuration.withCredentials,
|
|
3828
3963
|
headers: localVarHeaders,
|
|
@@ -3850,7 +3985,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3850
3985
|
/**
|
|
3851
3986
|
* VRt.Studio [ST]
|
|
3852
3987
|
*
|
|
3853
|
-
* The version of the OpenAPI document: 6.
|
|
3988
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
3854
3989
|
* Contact: servicedesk@veeroute.com
|
|
3855
3990
|
*
|
|
3856
3991
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3866,6 +4001,9 @@ class TripsService {
|
|
|
3866
4001
|
this.configuration = configuration;
|
|
3867
4002
|
}
|
|
3868
4003
|
if (typeof this.configuration.basePath !== 'string') {
|
|
4004
|
+
if (Array.isArray(basePath) && basePath.length > 0) {
|
|
4005
|
+
basePath = basePath[0];
|
|
4006
|
+
}
|
|
3869
4007
|
if (typeof basePath !== 'string') {
|
|
3870
4008
|
basePath = this.basePath;
|
|
3871
4009
|
}
|
|
@@ -3873,6 +4011,7 @@ class TripsService {
|
|
|
3873
4011
|
}
|
|
3874
4012
|
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
3875
4013
|
}
|
|
4014
|
+
// @ts-ignore
|
|
3876
4015
|
addToHttpParams(httpParams, value, key) {
|
|
3877
4016
|
if (typeof value === "object" && value instanceof Date === false) {
|
|
3878
4017
|
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
@@ -3961,8 +4100,10 @@ class TripsService {
|
|
|
3961
4100
|
responseType_ = 'blob';
|
|
3962
4101
|
}
|
|
3963
4102
|
}
|
|
3964
|
-
|
|
4103
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
|
|
4104
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
3965
4105
|
context: localVarHttpContext,
|
|
4106
|
+
body: webTripStudio,
|
|
3966
4107
|
responseType: responseType_,
|
|
3967
4108
|
withCredentials: this.configuration.withCredentials,
|
|
3968
4109
|
headers: localVarHeaders,
|
|
@@ -4013,7 +4154,8 @@ class TripsService {
|
|
|
4013
4154
|
responseType_ = 'blob';
|
|
4014
4155
|
}
|
|
4015
4156
|
}
|
|
4016
|
-
|
|
4157
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4158
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
4017
4159
|
context: localVarHttpContext,
|
|
4018
4160
|
responseType: responseType_,
|
|
4019
4161
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -4065,7 +4207,8 @@ class TripsService {
|
|
|
4065
4207
|
responseType_ = 'blob';
|
|
4066
4208
|
}
|
|
4067
4209
|
}
|
|
4068
|
-
|
|
4210
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4211
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
4069
4212
|
context: localVarHttpContext,
|
|
4070
4213
|
responseType: responseType_,
|
|
4071
4214
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -4139,8 +4282,10 @@ class TripsService {
|
|
|
4139
4282
|
responseType_ = 'blob';
|
|
4140
4283
|
}
|
|
4141
4284
|
}
|
|
4142
|
-
|
|
4285
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/list`;
|
|
4286
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
4143
4287
|
context: localVarHttpContext,
|
|
4288
|
+
body: tableTripFilterListStudio,
|
|
4144
4289
|
params: localVarQueryParameters,
|
|
4145
4290
|
responseType: responseType_,
|
|
4146
4291
|
withCredentials: this.configuration.withCredentials,
|
|
@@ -4197,8 +4342,10 @@ class TripsService {
|
|
|
4197
4342
|
responseType_ = 'blob';
|
|
4198
4343
|
}
|
|
4199
4344
|
}
|
|
4200
|
-
|
|
4345
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks`;
|
|
4346
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
4201
4347
|
context: localVarHttpContext,
|
|
4348
|
+
body: tableTripFilterListStudio,
|
|
4202
4349
|
responseType: responseType_,
|
|
4203
4350
|
withCredentials: this.configuration.withCredentials,
|
|
4204
4351
|
headers: localVarHeaders,
|
|
@@ -4257,8 +4404,10 @@ class TripsService {
|
|
|
4257
4404
|
responseType_ = 'blob';
|
|
4258
4405
|
}
|
|
4259
4406
|
}
|
|
4260
|
-
|
|
4407
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
|
|
4408
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
4261
4409
|
context: localVarHttpContext,
|
|
4410
|
+
body: webTripStudio,
|
|
4262
4411
|
responseType: responseType_,
|
|
4263
4412
|
withCredentials: this.configuration.withCredentials,
|
|
4264
4413
|
headers: localVarHeaders,
|
|
@@ -4288,7 +4437,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
4288
4437
|
/**
|
|
4289
4438
|
* VRt.Studio [ST]
|
|
4290
4439
|
*
|
|
4291
|
-
* The version of the OpenAPI document: 6.
|
|
4440
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4292
4441
|
* Contact: servicedesk@veeroute.com
|
|
4293
4442
|
*
|
|
4294
4443
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4298,7 +4447,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
4298
4447
|
/**
|
|
4299
4448
|
* VRt.Studio [ST]
|
|
4300
4449
|
*
|
|
4301
|
-
* The version of the OpenAPI document: 6.
|
|
4450
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4302
4451
|
* Contact: servicedesk@veeroute.com
|
|
4303
4452
|
*
|
|
4304
4453
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4313,12 +4462,11 @@ var BasicProcessStudio;
|
|
|
4313
4462
|
BasicProcessStudio["REPLAN"] = "REPLAN";
|
|
4314
4463
|
BasicProcessStudio["ACTUALIZE"] = "ACTUALIZE";
|
|
4315
4464
|
})(BasicProcessStudio || (BasicProcessStudio = {}));
|
|
4316
|
-
;
|
|
4317
4465
|
|
|
4318
4466
|
/**
|
|
4319
4467
|
* VRt.Studio [ST]
|
|
4320
4468
|
*
|
|
4321
|
-
* The version of the OpenAPI document: 6.
|
|
4469
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4322
4470
|
* Contact: servicedesk@veeroute.com
|
|
4323
4471
|
*
|
|
4324
4472
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4334,12 +4482,11 @@ var BasicStateStudio;
|
|
|
4334
4482
|
BasicStateStudio["UNPLANNED"] = "UNPLANNED";
|
|
4335
4483
|
BasicStateStudio["ERROR"] = "ERROR";
|
|
4336
4484
|
})(BasicStateStudio || (BasicStateStudio = {}));
|
|
4337
|
-
;
|
|
4338
4485
|
|
|
4339
4486
|
/**
|
|
4340
4487
|
* VRt.Studio [ST]
|
|
4341
4488
|
*
|
|
4342
|
-
* The version of the OpenAPI document: 6.
|
|
4489
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4343
4490
|
* Contact: servicedesk@veeroute.com
|
|
4344
4491
|
*
|
|
4345
4492
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4349,7 +4496,7 @@ var BasicStateStudio;
|
|
|
4349
4496
|
/**
|
|
4350
4497
|
* VRt.Studio [ST]
|
|
4351
4498
|
*
|
|
4352
|
-
* The version of the OpenAPI document: 6.
|
|
4499
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4353
4500
|
* Contact: servicedesk@veeroute.com
|
|
4354
4501
|
*
|
|
4355
4502
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4359,7 +4506,7 @@ var BasicStateStudio;
|
|
|
4359
4506
|
/**
|
|
4360
4507
|
* VRt.Studio [ST]
|
|
4361
4508
|
*
|
|
4362
|
-
* The version of the OpenAPI document: 6.
|
|
4509
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4363
4510
|
* Contact: servicedesk@veeroute.com
|
|
4364
4511
|
*
|
|
4365
4512
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4369,7 +4516,7 @@ var BasicStateStudio;
|
|
|
4369
4516
|
/**
|
|
4370
4517
|
* VRt.Studio [ST]
|
|
4371
4518
|
*
|
|
4372
|
-
* The version of the OpenAPI document: 6.
|
|
4519
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4373
4520
|
* Contact: servicedesk@veeroute.com
|
|
4374
4521
|
*
|
|
4375
4522
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4379,7 +4526,7 @@ var BasicStateStudio;
|
|
|
4379
4526
|
/**
|
|
4380
4527
|
* VRt.Studio [ST]
|
|
4381
4528
|
*
|
|
4382
|
-
* The version of the OpenAPI document: 6.
|
|
4529
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4383
4530
|
* Contact: servicedesk@veeroute.com
|
|
4384
4531
|
*
|
|
4385
4532
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4398,12 +4545,11 @@ var CalculationStatusStudio;
|
|
|
4398
4545
|
CalculationStatusStudio["CANCELED_BY_TIMEOUT"] = "CANCELED_BY_TIMEOUT";
|
|
4399
4546
|
CalculationStatusStudio["FAILED"] = "FAILED";
|
|
4400
4547
|
})(CalculationStatusStudio || (CalculationStatusStudio = {}));
|
|
4401
|
-
;
|
|
4402
4548
|
|
|
4403
4549
|
/**
|
|
4404
4550
|
* VRt.Studio [ST]
|
|
4405
4551
|
*
|
|
4406
|
-
* The version of the OpenAPI document: 6.
|
|
4552
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4407
4553
|
* Contact: servicedesk@veeroute.com
|
|
4408
4554
|
*
|
|
4409
4555
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4413,7 +4559,7 @@ var CalculationStatusStudio;
|
|
|
4413
4559
|
/**
|
|
4414
4560
|
* VRt.Studio [ST]
|
|
4415
4561
|
*
|
|
4416
|
-
* The version of the OpenAPI document: 6.
|
|
4562
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4417
4563
|
* Contact: servicedesk@veeroute.com
|
|
4418
4564
|
*
|
|
4419
4565
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4423,7 +4569,7 @@ var CalculationStatusStudio;
|
|
|
4423
4569
|
/**
|
|
4424
4570
|
* VRt.Studio [ST]
|
|
4425
4571
|
*
|
|
4426
|
-
* The version of the OpenAPI document: 6.
|
|
4572
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4427
4573
|
* Contact: servicedesk@veeroute.com
|
|
4428
4574
|
*
|
|
4429
4575
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4439,12 +4585,11 @@ var CargoRotationTypeStudio;
|
|
|
4439
4585
|
CargoRotationTypeStudio["PITCH"] = "PITCH";
|
|
4440
4586
|
CargoRotationTypeStudio["ROLL"] = "ROLL";
|
|
4441
4587
|
})(CargoRotationTypeStudio || (CargoRotationTypeStudio = {}));
|
|
4442
|
-
;
|
|
4443
4588
|
|
|
4444
4589
|
/**
|
|
4445
4590
|
* VRt.Studio [ST]
|
|
4446
4591
|
*
|
|
4447
|
-
* The version of the OpenAPI document: 6.
|
|
4592
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4448
4593
|
* Contact: servicedesk@veeroute.com
|
|
4449
4594
|
*
|
|
4450
4595
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4454,7 +4599,7 @@ var CargoRotationTypeStudio;
|
|
|
4454
4599
|
/**
|
|
4455
4600
|
* VRt.Studio [ST]
|
|
4456
4601
|
*
|
|
4457
|
-
* The version of the OpenAPI document: 6.
|
|
4602
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4458
4603
|
* Contact: servicedesk@veeroute.com
|
|
4459
4604
|
*
|
|
4460
4605
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4464,7 +4609,7 @@ var CargoRotationTypeStudio;
|
|
|
4464
4609
|
/**
|
|
4465
4610
|
* VRt.Studio [ST]
|
|
4466
4611
|
*
|
|
4467
|
-
* The version of the OpenAPI document: 6.
|
|
4612
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4468
4613
|
* Contact: servicedesk@veeroute.com
|
|
4469
4614
|
*
|
|
4470
4615
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4489,7 +4634,7 @@ var DemandStudioDemandTypeEnum;
|
|
|
4489
4634
|
/**
|
|
4490
4635
|
* VRt.Studio [ST]
|
|
4491
4636
|
*
|
|
4492
|
-
* The version of the OpenAPI document: 6.
|
|
4637
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4493
4638
|
* Contact: servicedesk@veeroute.com
|
|
4494
4639
|
*
|
|
4495
4640
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4509,12 +4654,11 @@ var EntityErrorTypeStudio;
|
|
|
4509
4654
|
EntityErrorTypeStudio["COMPATIBILITY_TRANSPORT_LOCATION"] = "COMPATIBILITY_TRANSPORT_LOCATION";
|
|
4510
4655
|
EntityErrorTypeStudio["COMPATIBILITY_ORDER_PERFORMER"] = "COMPATIBILITY_ORDER_PERFORMER";
|
|
4511
4656
|
})(EntityErrorTypeStudio || (EntityErrorTypeStudio = {}));
|
|
4512
|
-
;
|
|
4513
4657
|
|
|
4514
4658
|
/**
|
|
4515
4659
|
* VRt.Studio [ST]
|
|
4516
4660
|
*
|
|
4517
|
-
* The version of the OpenAPI document: 6.
|
|
4661
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4518
4662
|
* Contact: servicedesk@veeroute.com
|
|
4519
4663
|
*
|
|
4520
4664
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4552,19 +4696,18 @@ var EntityTypeStudio;
|
|
|
4552
4696
|
EntityTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
|
|
4553
4697
|
EntityTypeStudio["TRANSPORT_SHIFT_LINK"] = "TRANSPORT_SHIFT_LINK";
|
|
4554
4698
|
})(EntityTypeStudio || (EntityTypeStudio = {}));
|
|
4555
|
-
;
|
|
4556
4699
|
|
|
4557
4700
|
/**
|
|
4558
4701
|
* VRt.Studio [ST]
|
|
4559
4702
|
*
|
|
4560
|
-
* The version of the OpenAPI document: 6.
|
|
4703
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4561
4704
|
* Contact: servicedesk@veeroute.com
|
|
4562
4705
|
*
|
|
4563
4706
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4564
4707
|
* Do not edit the class manually.
|
|
4565
4708
|
*/
|
|
4566
4709
|
/**
|
|
4567
|
-
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order there must be exactly one loading and exactly one unloading (` precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type` DROP` / `PICKUP` * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window
|
|
4710
|
+
* Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order there must be exactly one loading and exactly one unloading (` precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (` precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - performer\'s work shifts should not intersect * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - transport\'s work shifts should not intersect * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of locations should not intersect * `INVALID_LOCATION_DURATIONS` - location has a working window that is less than the sum of the times `arrival + departure` * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type` DROP` / `PICKUP` * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time has been exceeded
|
|
4568
4711
|
*/
|
|
4569
4712
|
var EntityWarningTypeStudio;
|
|
4570
4713
|
(function (EntityWarningTypeStudio) {
|
|
@@ -4590,13 +4733,14 @@ var EntityWarningTypeStudio;
|
|
|
4590
4733
|
EntityWarningTypeStudio["SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE"] = "SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE";
|
|
4591
4734
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
|
|
4592
4735
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
|
|
4736
|
+
EntityWarningTypeStudio["MAX_CALCULATION_TIME_VIOLATION"] = "MAX_CALCULATION_TIME_VIOLATION";
|
|
4737
|
+
EntityWarningTypeStudio["MAX_WAITING_TIME_VIOLATION"] = "MAX_WAITING_TIME_VIOLATION";
|
|
4593
4738
|
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
4594
|
-
;
|
|
4595
4739
|
|
|
4596
4740
|
/**
|
|
4597
4741
|
* VRt.Studio [ST]
|
|
4598
4742
|
*
|
|
4599
|
-
* The version of the OpenAPI document: 6.
|
|
4743
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4600
4744
|
* Contact: servicedesk@veeroute.com
|
|
4601
4745
|
*
|
|
4602
4746
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4606,7 +4750,7 @@ var EntityWarningTypeStudio;
|
|
|
4606
4750
|
/**
|
|
4607
4751
|
* VRt.Studio [ST]
|
|
4608
4752
|
*
|
|
4609
|
-
* The version of the OpenAPI document: 6.
|
|
4753
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4610
4754
|
* Contact: servicedesk@veeroute.com
|
|
4611
4755
|
*
|
|
4612
4756
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4616,7 +4760,7 @@ var EntityWarningTypeStudio;
|
|
|
4616
4760
|
/**
|
|
4617
4761
|
* VRt.Studio [ST]
|
|
4618
4762
|
*
|
|
4619
|
-
* The version of the OpenAPI document: 6.
|
|
4763
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4620
4764
|
* Contact: servicedesk@veeroute.com
|
|
4621
4765
|
*
|
|
4622
4766
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4626,7 +4770,7 @@ var EntityWarningTypeStudio;
|
|
|
4626
4770
|
/**
|
|
4627
4771
|
* VRt.Studio [ST]
|
|
4628
4772
|
*
|
|
4629
|
-
* The version of the OpenAPI document: 6.
|
|
4773
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4630
4774
|
* Contact: servicedesk@veeroute.com
|
|
4631
4775
|
*
|
|
4632
4776
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4640,12 +4784,11 @@ var FolderTypeStudio;
|
|
|
4640
4784
|
FolderTypeStudio["ROOT"] = "ROOT";
|
|
4641
4785
|
FolderTypeStudio["FOLDER"] = "FOLDER";
|
|
4642
4786
|
})(FolderTypeStudio || (FolderTypeStudio = {}));
|
|
4643
|
-
;
|
|
4644
4787
|
|
|
4645
4788
|
/**
|
|
4646
4789
|
* VRt.Studio [ST]
|
|
4647
4790
|
*
|
|
4648
|
-
* The version of the OpenAPI document: 6.
|
|
4791
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4649
4792
|
* Contact: servicedesk@veeroute.com
|
|
4650
4793
|
*
|
|
4651
4794
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4655,7 +4798,7 @@ var FolderTypeStudio;
|
|
|
4655
4798
|
/**
|
|
4656
4799
|
* VRt.Studio [ST]
|
|
4657
4800
|
*
|
|
4658
|
-
* The version of the OpenAPI document: 6.
|
|
4801
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4659
4802
|
* Contact: servicedesk@veeroute.com
|
|
4660
4803
|
*
|
|
4661
4804
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4665,7 +4808,7 @@ var FolderTypeStudio;
|
|
|
4665
4808
|
/**
|
|
4666
4809
|
* VRt.Studio [ST]
|
|
4667
4810
|
*
|
|
4668
|
-
* The version of the OpenAPI document: 6.
|
|
4811
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4669
4812
|
* Contact: servicedesk@veeroute.com
|
|
4670
4813
|
*
|
|
4671
4814
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4680,12 +4823,11 @@ var HardlinkElementTypeStudio;
|
|
|
4680
4823
|
HardlinkElementTypeStudio["PERFORMER_SHIFT"] = "PERFORMER_SHIFT";
|
|
4681
4824
|
HardlinkElementTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
|
|
4682
4825
|
})(HardlinkElementTypeStudio || (HardlinkElementTypeStudio = {}));
|
|
4683
|
-
;
|
|
4684
4826
|
|
|
4685
4827
|
/**
|
|
4686
4828
|
* VRt.Studio [ST]
|
|
4687
4829
|
*
|
|
4688
|
-
* The version of the OpenAPI document: 6.
|
|
4830
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4689
4831
|
* Contact: servicedesk@veeroute.com
|
|
4690
4832
|
*
|
|
4691
4833
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4706,7 +4848,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4706
4848
|
/**
|
|
4707
4849
|
* VRt.Studio [ST]
|
|
4708
4850
|
*
|
|
4709
|
-
* The version of the OpenAPI document: 6.
|
|
4851
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4710
4852
|
* Contact: servicedesk@veeroute.com
|
|
4711
4853
|
*
|
|
4712
4854
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4716,7 +4858,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4716
4858
|
/**
|
|
4717
4859
|
* VRt.Studio [ST]
|
|
4718
4860
|
*
|
|
4719
|
-
* The version of the OpenAPI document: 6.
|
|
4861
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4720
4862
|
* Contact: servicedesk@veeroute.com
|
|
4721
4863
|
*
|
|
4722
4864
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4726,7 +4868,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4726
4868
|
/**
|
|
4727
4869
|
* VRt.Studio [ST]
|
|
4728
4870
|
*
|
|
4729
|
-
* The version of the OpenAPI document: 6.
|
|
4871
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4730
4872
|
* Contact: servicedesk@veeroute.com
|
|
4731
4873
|
*
|
|
4732
4874
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4736,7 +4878,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4736
4878
|
/**
|
|
4737
4879
|
* VRt.Studio [ST]
|
|
4738
4880
|
*
|
|
4739
|
-
* The version of the OpenAPI document: 6.
|
|
4881
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4740
4882
|
* Contact: servicedesk@veeroute.com
|
|
4741
4883
|
*
|
|
4742
4884
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4752,7 +4894,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4752
4894
|
/**
|
|
4753
4895
|
* VRt.Studio [ST]
|
|
4754
4896
|
*
|
|
4755
|
-
* The version of the OpenAPI document: 6.
|
|
4897
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4756
4898
|
* Contact: servicedesk@veeroute.com
|
|
4757
4899
|
*
|
|
4758
4900
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4762,7 +4904,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4762
4904
|
/**
|
|
4763
4905
|
* VRt.Studio [ST]
|
|
4764
4906
|
*
|
|
4765
|
-
* The version of the OpenAPI document: 6.
|
|
4907
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4766
4908
|
* Contact: servicedesk@veeroute.com
|
|
4767
4909
|
*
|
|
4768
4910
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4772,7 +4914,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4772
4914
|
/**
|
|
4773
4915
|
* VRt.Studio [ST]
|
|
4774
4916
|
*
|
|
4775
|
-
* The version of the OpenAPI document: 6.
|
|
4917
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4776
4918
|
* Contact: servicedesk@veeroute.com
|
|
4777
4919
|
*
|
|
4778
4920
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4782,7 +4924,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4782
4924
|
/**
|
|
4783
4925
|
* VRt.Studio [ST]
|
|
4784
4926
|
*
|
|
4785
|
-
* The version of the OpenAPI document: 6.
|
|
4927
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4786
4928
|
* Contact: servicedesk@veeroute.com
|
|
4787
4929
|
*
|
|
4788
4930
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4792,7 +4934,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4792
4934
|
/**
|
|
4793
4935
|
* VRt.Studio [ST]
|
|
4794
4936
|
*
|
|
4795
|
-
* The version of the OpenAPI document: 6.
|
|
4937
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4796
4938
|
* Contact: servicedesk@veeroute.com
|
|
4797
4939
|
*
|
|
4798
4940
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4802,7 +4944,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4802
4944
|
/**
|
|
4803
4945
|
* VRt.Studio [ST]
|
|
4804
4946
|
*
|
|
4805
|
-
* The version of the OpenAPI document: 6.
|
|
4947
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4806
4948
|
* Contact: servicedesk@veeroute.com
|
|
4807
4949
|
*
|
|
4808
4950
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4825,12 +4967,11 @@ var ServiceNameStudio;
|
|
|
4825
4967
|
ServiceNameStudio["CLUSTER"] = "CLUSTER";
|
|
4826
4968
|
ServiceNameStudio["CARGOTIMETABLE"] = "CARGOTIMETABLE";
|
|
4827
4969
|
})(ServiceNameStudio || (ServiceNameStudio = {}));
|
|
4828
|
-
;
|
|
4829
4970
|
|
|
4830
4971
|
/**
|
|
4831
4972
|
* VRt.Studio [ST]
|
|
4832
4973
|
*
|
|
4833
|
-
* The version of the OpenAPI document: 6.
|
|
4974
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4834
4975
|
* Contact: servicedesk@veeroute.com
|
|
4835
4976
|
*
|
|
4836
4977
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4840,7 +4981,7 @@ var ServiceNameStudio;
|
|
|
4840
4981
|
/**
|
|
4841
4982
|
* VRt.Studio [ST]
|
|
4842
4983
|
*
|
|
4843
|
-
* The version of the OpenAPI document: 6.
|
|
4984
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4844
4985
|
* Contact: servicedesk@veeroute.com
|
|
4845
4986
|
*
|
|
4846
4987
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4850,7 +4991,7 @@ var ServiceNameStudio;
|
|
|
4850
4991
|
/**
|
|
4851
4992
|
* VRt.Studio [ST]
|
|
4852
4993
|
*
|
|
4853
|
-
* The version of the OpenAPI document: 6.
|
|
4994
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4854
4995
|
* Contact: servicedesk@veeroute.com
|
|
4855
4996
|
*
|
|
4856
4997
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4860,7 +5001,7 @@ var ServiceNameStudio;
|
|
|
4860
5001
|
/**
|
|
4861
5002
|
* VRt.Studio [ST]
|
|
4862
5003
|
*
|
|
4863
|
-
* The version of the OpenAPI document: 6.
|
|
5004
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4864
5005
|
* Contact: servicedesk@veeroute.com
|
|
4865
5006
|
*
|
|
4866
5007
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4870,7 +5011,7 @@ var ServiceNameStudio;
|
|
|
4870
5011
|
/**
|
|
4871
5012
|
* VRt.Studio [ST]
|
|
4872
5013
|
*
|
|
4873
|
-
* The version of the OpenAPI document: 6.
|
|
5014
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4874
5015
|
* Contact: servicedesk@veeroute.com
|
|
4875
5016
|
*
|
|
4876
5017
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4880,7 +5021,7 @@ var ServiceNameStudio;
|
|
|
4880
5021
|
/**
|
|
4881
5022
|
* VRt.Studio [ST]
|
|
4882
5023
|
*
|
|
4883
|
-
* The version of the OpenAPI document: 6.
|
|
5024
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4884
5025
|
* Contact: servicedesk@veeroute.com
|
|
4885
5026
|
*
|
|
4886
5027
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4890,7 +5031,7 @@ var ServiceNameStudio;
|
|
|
4890
5031
|
/**
|
|
4891
5032
|
* VRt.Studio [ST]
|
|
4892
5033
|
*
|
|
4893
|
-
* The version of the OpenAPI document: 6.
|
|
5034
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4894
5035
|
* Contact: servicedesk@veeroute.com
|
|
4895
5036
|
*
|
|
4896
5037
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4900,7 +5041,7 @@ var ServiceNameStudio;
|
|
|
4900
5041
|
/**
|
|
4901
5042
|
* VRt.Studio [ST]
|
|
4902
5043
|
*
|
|
4903
|
-
* The version of the OpenAPI document: 6.
|
|
5044
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4904
5045
|
* Contact: servicedesk@veeroute.com
|
|
4905
5046
|
*
|
|
4906
5047
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4910,7 +5051,7 @@ var ServiceNameStudio;
|
|
|
4910
5051
|
/**
|
|
4911
5052
|
* VRt.Studio [ST]
|
|
4912
5053
|
*
|
|
4913
|
-
* The version of the OpenAPI document: 6.
|
|
5054
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4914
5055
|
* Contact: servicedesk@veeroute.com
|
|
4915
5056
|
*
|
|
4916
5057
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4929,12 +5070,11 @@ var TableFilterTypeStudio;
|
|
|
4929
5070
|
TableFilterTypeStudio["STRING_LIST"] = "STRING_LIST";
|
|
4930
5071
|
TableFilterTypeStudio["STRING_SEARCH"] = "STRING_SEARCH";
|
|
4931
5072
|
})(TableFilterTypeStudio || (TableFilterTypeStudio = {}));
|
|
4932
|
-
;
|
|
4933
5073
|
|
|
4934
5074
|
/**
|
|
4935
5075
|
* VRt.Studio [ST]
|
|
4936
5076
|
*
|
|
4937
|
-
* The version of the OpenAPI document: 6.
|
|
5077
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4938
5078
|
* Contact: servicedesk@veeroute.com
|
|
4939
5079
|
*
|
|
4940
5080
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4952,12 +5092,11 @@ var TableHardlinkColumnTypeStudio;
|
|
|
4952
5092
|
TableHardlinkColumnTypeStudio["ELEMENTS_COUNT"] = "ELEMENTS_COUNT";
|
|
4953
5093
|
TableHardlinkColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
4954
5094
|
})(TableHardlinkColumnTypeStudio || (TableHardlinkColumnTypeStudio = {}));
|
|
4955
|
-
;
|
|
4956
5095
|
|
|
4957
5096
|
/**
|
|
4958
5097
|
* VRt.Studio [ST]
|
|
4959
5098
|
*
|
|
4960
|
-
* The version of the OpenAPI document: 6.
|
|
5099
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4961
5100
|
* Contact: servicedesk@veeroute.com
|
|
4962
5101
|
*
|
|
4963
5102
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4980,7 +5119,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
4980
5119
|
/**
|
|
4981
5120
|
* VRt.Studio [ST]
|
|
4982
5121
|
*
|
|
4983
|
-
* The version of the OpenAPI document: 6.
|
|
5122
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4984
5123
|
* Contact: servicedesk@veeroute.com
|
|
4985
5124
|
*
|
|
4986
5125
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4990,7 +5129,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
4990
5129
|
/**
|
|
4991
5130
|
* VRt.Studio [ST]
|
|
4992
5131
|
*
|
|
4993
|
-
* The version of the OpenAPI document: 6.
|
|
5132
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
4994
5133
|
* Contact: servicedesk@veeroute.com
|
|
4995
5134
|
*
|
|
4996
5135
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5007,7 +5146,6 @@ var TableLocationColumnTypeStudio;
|
|
|
5007
5146
|
TableLocationColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
5008
5147
|
TableLocationColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5009
5148
|
})(TableLocationColumnTypeStudio || (TableLocationColumnTypeStudio = {}));
|
|
5010
|
-
;
|
|
5011
5149
|
|
|
5012
5150
|
var TableLocationFieldsStudioEssenceTypeEnum;
|
|
5013
5151
|
(function (TableLocationFieldsStudioEssenceTypeEnum) {
|
|
@@ -5019,7 +5157,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
5019
5157
|
/**
|
|
5020
5158
|
* VRt.Studio [ST]
|
|
5021
5159
|
*
|
|
5022
|
-
* The version of the OpenAPI document: 6.
|
|
5160
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5023
5161
|
* Contact: servicedesk@veeroute.com
|
|
5024
5162
|
*
|
|
5025
5163
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5058,7 +5196,6 @@ var TableOrderColumnTypeStudio;
|
|
|
5058
5196
|
TableOrderColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5059
5197
|
TableOrderColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5060
5198
|
})(TableOrderColumnTypeStudio || (TableOrderColumnTypeStudio = {}));
|
|
5061
|
-
;
|
|
5062
5199
|
|
|
5063
5200
|
var TableOrderFieldsStudioEssenceTypeEnum;
|
|
5064
5201
|
(function (TableOrderFieldsStudioEssenceTypeEnum) {
|
|
@@ -5070,7 +5207,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
5070
5207
|
/**
|
|
5071
5208
|
* VRt.Studio [ST]
|
|
5072
5209
|
*
|
|
5073
|
-
* The version of the OpenAPI document: 6.
|
|
5210
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5074
5211
|
* Contact: servicedesk@veeroute.com
|
|
5075
5212
|
*
|
|
5076
5213
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5091,7 +5228,6 @@ var TablePerformerColumnTypeStudio;
|
|
|
5091
5228
|
TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
5092
5229
|
TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5093
5230
|
})(TablePerformerColumnTypeStudio || (TablePerformerColumnTypeStudio = {}));
|
|
5094
|
-
;
|
|
5095
5231
|
|
|
5096
5232
|
var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
5097
5233
|
(function (TablePerformerFieldsStudioEssenceTypeEnum) {
|
|
@@ -5103,7 +5239,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
5103
5239
|
/**
|
|
5104
5240
|
* VRt.Studio [ST]
|
|
5105
5241
|
*
|
|
5106
|
-
* The version of the OpenAPI document: 6.
|
|
5242
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5107
5243
|
* Contact: servicedesk@veeroute.com
|
|
5108
5244
|
*
|
|
5109
5245
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5118,13 +5254,13 @@ var TableTransportColumnTypeStudio;
|
|
|
5118
5254
|
TableTransportColumnTypeStudio["ENABLED"] = "ENABLED";
|
|
5119
5255
|
TableTransportColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
5120
5256
|
TableTransportColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
5257
|
+
TableTransportColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
|
|
5121
5258
|
TableTransportColumnTypeStudio["TRANSPORT_TYPE"] = "TRANSPORT_TYPE";
|
|
5122
5259
|
TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5123
5260
|
TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
|
|
5124
5261
|
TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
5125
5262
|
TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5126
5263
|
})(TableTransportColumnTypeStudio || (TableTransportColumnTypeStudio = {}));
|
|
5127
|
-
;
|
|
5128
5264
|
|
|
5129
5265
|
var TableTransportFieldsStudioEssenceTypeEnum;
|
|
5130
5266
|
(function (TableTransportFieldsStudioEssenceTypeEnum) {
|
|
@@ -5136,7 +5272,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
5136
5272
|
/**
|
|
5137
5273
|
* VRt.Studio [ST]
|
|
5138
5274
|
*
|
|
5139
|
-
* The version of the OpenAPI document: 6.
|
|
5275
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5140
5276
|
* Contact: servicedesk@veeroute.com
|
|
5141
5277
|
*
|
|
5142
5278
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5155,7 +5291,6 @@ var TableTripColumnTypeStudio;
|
|
|
5155
5291
|
TableTripColumnTypeStudio["NAME"] = "NAME";
|
|
5156
5292
|
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5157
5293
|
})(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
|
|
5158
|
-
;
|
|
5159
5294
|
|
|
5160
5295
|
var TableTripFieldsStudioEssenceTypeEnum;
|
|
5161
5296
|
(function (TableTripFieldsStudioEssenceTypeEnum) {
|
|
@@ -5167,7 +5302,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5167
5302
|
/**
|
|
5168
5303
|
* VRt.Studio [ST]
|
|
5169
5304
|
*
|
|
5170
|
-
* The version of the OpenAPI document: 6.
|
|
5305
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5171
5306
|
* Contact: servicedesk@veeroute.com
|
|
5172
5307
|
*
|
|
5173
5308
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5177,7 +5312,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5177
5312
|
/**
|
|
5178
5313
|
* VRt.Studio [ST]
|
|
5179
5314
|
*
|
|
5180
|
-
* The version of the OpenAPI document: 6.
|
|
5315
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5181
5316
|
* Contact: servicedesk@veeroute.com
|
|
5182
5317
|
*
|
|
5183
5318
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5187,7 +5322,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5187
5322
|
/**
|
|
5188
5323
|
* VRt.Studio [ST]
|
|
5189
5324
|
*
|
|
5190
|
-
* The version of the OpenAPI document: 6.
|
|
5325
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5191
5326
|
* Contact: servicedesk@veeroute.com
|
|
5192
5327
|
*
|
|
5193
5328
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5197,7 +5332,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5197
5332
|
/**
|
|
5198
5333
|
* VRt.Studio [ST]
|
|
5199
5334
|
*
|
|
5200
|
-
* The version of the OpenAPI document: 6.
|
|
5335
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5201
5336
|
* Contact: servicedesk@veeroute.com
|
|
5202
5337
|
*
|
|
5203
5338
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5219,12 +5354,11 @@ var TransportTypeStudio;
|
|
|
5219
5354
|
TransportTypeStudio["PEDESTRIAN"] = "PEDESTRIAN";
|
|
5220
5355
|
TransportTypeStudio["PUBLIC_TRANSPORT"] = "PUBLIC_TRANSPORT";
|
|
5221
5356
|
})(TransportTypeStudio || (TransportTypeStudio = {}));
|
|
5222
|
-
;
|
|
5223
5357
|
|
|
5224
5358
|
/**
|
|
5225
5359
|
* VRt.Studio [ST]
|
|
5226
5360
|
*
|
|
5227
|
-
* The version of the OpenAPI document: 6.
|
|
5361
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5228
5362
|
* Contact: servicedesk@veeroute.com
|
|
5229
5363
|
*
|
|
5230
5364
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5238,12 +5372,11 @@ var TripStartTimeStrategyStudio;
|
|
|
5238
5372
|
TripStartTimeStrategyStudio["EARLIEST_FINISH"] = "EARLIEST_FINISH";
|
|
5239
5373
|
TripStartTimeStrategyStudio["LOWEST_COST"] = "LOWEST_COST";
|
|
5240
5374
|
})(TripStartTimeStrategyStudio || (TripStartTimeStrategyStudio = {}));
|
|
5241
|
-
;
|
|
5242
5375
|
|
|
5243
5376
|
/**
|
|
5244
5377
|
* VRt.Studio [ST]
|
|
5245
5378
|
*
|
|
5246
|
-
* The version of the OpenAPI document: 6.
|
|
5379
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5247
5380
|
* Contact: servicedesk@veeroute.com
|
|
5248
5381
|
*
|
|
5249
5382
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5265,12 +5398,11 @@ var TripStateFlagStudio;
|
|
|
5265
5398
|
TripStateFlagStudio["RELOCATING"] = "RELOCATING";
|
|
5266
5399
|
TripStateFlagStudio["BREAK"] = "BREAK";
|
|
5267
5400
|
})(TripStateFlagStudio || (TripStateFlagStudio = {}));
|
|
5268
|
-
;
|
|
5269
5401
|
|
|
5270
5402
|
/**
|
|
5271
5403
|
* VRt.Studio [ST]
|
|
5272
5404
|
*
|
|
5273
|
-
* The version of the OpenAPI document: 6.
|
|
5405
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5274
5406
|
* Contact: servicedesk@veeroute.com
|
|
5275
5407
|
*
|
|
5276
5408
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5280,7 +5412,7 @@ var TripStateFlagStudio;
|
|
|
5280
5412
|
/**
|
|
5281
5413
|
* VRt.Studio [ST]
|
|
5282
5414
|
*
|
|
5283
|
-
* The version of the OpenAPI document: 6.
|
|
5415
|
+
* The version of the OpenAPI document: 6.6.2006
|
|
5284
5416
|
* Contact: servicedesk@veeroute.com
|
|
5285
5417
|
*
|
|
5286
5418
|
* NOTE: This class is auto generated by OpenAPI Generator.
|