@veeroute/lss-studio-angular 6.16.2174 → 6.17.2224
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 +21 -40
- package/api/experimentsServiceInterface.d.ts +16 -20
- package/api/explorerService.d.ts +12 -13
- package/api/explorerServiceInterface.d.ts +10 -12
- package/api/hardlinksServiceInterface.d.ts +1 -1
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersServiceInterface.d.ts +1 -1
- package/api/performersServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsServiceInterface.d.ts +1 -1
- package/api/tripsServiceInterface.d.ts +1 -1
- package/cfg/method_groups.json +10 -16
- package/esm2022/api/experimentsService.mjs +61 -98
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +22 -27
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +2 -2
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +2 -2
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +2 -2
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +2 -2
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +2 -2
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +2 -2
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/model/actualizeSettings.mjs +1 -1
- package/esm2022/model/assignedPerformer.mjs +1 -1
- package/esm2022/model/assignedTransport.mjs +1 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/basicProcess.mjs +2 -2
- package/esm2022/model/basicState.mjs +2 -2
- package/esm2022/model/basicTimeWindow.mjs +2 -2
- package/esm2022/model/basicTracksType.mjs +3 -3
- package/esm2022/model/box.mjs +1 -1
- package/esm2022/model/boxCompatibilities.mjs +2 -2
- package/esm2022/model/boxLimits.mjs +1 -1
- package/esm2022/model/break.mjs +2 -2
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityFactor.mjs +1 -1
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- package/esm2022/model/cargoPlacement.mjs +2 -2
- package/esm2022/model/cargoRotationType.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/compatibilityPenalty.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +2 -2
- package/esm2022/model/demandType.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +5 -3
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCalculation.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentSpecification.mjs +2 -2
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/facts.mjs +1 -1
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/folderSpecification.mjs +2 -2
- package/esm2022/model/folderStats.mjs +2 -2
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general401.mjs +1 -1
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general403.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +2 -2
- package/esm2022/model/geopoint.mjs +2 -2
- package/esm2022/model/hardlink.mjs +1 -1
- package/esm2022/model/hardlinkElement.mjs +1 -1
- package/esm2022/model/hardlinkElementType.mjs +2 -2
- package/esm2022/model/importSample.mjs +18 -0
- package/esm2022/model/importSource.mjs +18 -0
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +3 -1
- package/esm2022/model/objectMetrics.mjs +2 -2
- package/esm2022/model/order.mjs +1 -1
- package/esm2022/model/orderCompatibilities.mjs +2 -2
- package/esm2022/model/orderFact.mjs +1 -1
- package/esm2022/model/orderFactType.mjs +2 -2
- package/esm2022/model/performer.mjs +1 -1
- package/esm2022/model/performerCompatibilities.mjs +1 -10
- package/esm2022/model/performerFact.mjs +2 -2
- package/esm2022/model/performerLimits.mjs +2 -2
- package/esm2022/model/performerShift.mjs +1 -1
- package/esm2022/model/performerTariff.mjs +1 -1
- package/esm2022/model/performerTariffConstraint.mjs +2 -2
- package/esm2022/model/planSettings.mjs +1 -1
- package/esm2022/model/planStatistics.mjs +1 -1
- package/esm2022/model/possibleEvent.mjs +1 -1
- package/esm2022/model/qualityStatistics.mjs +1 -1
- package/esm2022/model/replanSettings.mjs +1 -1
- package/esm2022/model/replanStrategy.mjs +2 -2
- package/esm2022/model/routingMatrix.mjs +1 -1
- package/esm2022/model/routingTransportMatrix.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/serviceName.mjs +3 -2
- package/esm2022/model/statistics.mjs +1 -1
- package/esm2022/model/stopStatistics.mjs +1 -1
- package/esm2022/model/tableDataStats.mjs +2 -2
- package/esm2022/model/tableFilterBoolList.mjs +2 -2
- package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
- package/esm2022/model/tableFilterDurationRange.mjs +2 -2
- package/esm2022/model/tableFilterEnumList.mjs +2 -2
- package/esm2022/model/tableFilterFloatRange.mjs +2 -2
- package/esm2022/model/tableFilterIntRange.mjs +2 -2
- package/esm2022/model/tableFilterStringList.mjs +2 -2
- package/esm2022/model/tableFilterStringSearch.mjs +2 -2
- package/esm2022/model/tableFilterType.mjs +2 -2
- package/esm2022/model/tableHardlink.mjs +1 -1
- package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
- package/esm2022/model/tableHardlinkFields.mjs +2 -2
- package/esm2022/model/tableHardlinkFilter.mjs +1 -1
- package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2022/model/tableHardlinkList.mjs +1 -1
- package/esm2022/model/tableListStats.mjs +1 -1
- package/esm2022/model/tableListStatsDetail.mjs +2 -2
- package/esm2022/model/tableLocation.mjs +1 -1
- package/esm2022/model/tableLocationColumnType.mjs +2 -2
- package/esm2022/model/tableLocationFields.mjs +1 -1
- package/esm2022/model/tableLocationFilter.mjs +1 -1
- package/esm2022/model/tableLocationFilterList.mjs +1 -1
- package/esm2022/model/tableLocationList.mjs +1 -1
- package/esm2022/model/tableOrder.mjs +1 -1
- package/esm2022/model/tableOrderColumnType.mjs +2 -2
- package/esm2022/model/tableOrderFields.mjs +1 -1
- package/esm2022/model/tableOrderFilter.mjs +1 -1
- package/esm2022/model/tableOrderFilterList.mjs +1 -1
- package/esm2022/model/tableOrderList.mjs +1 -1
- package/esm2022/model/tablePerformer.mjs +1 -1
- package/esm2022/model/tablePerformerColumnType.mjs +2 -2
- package/esm2022/model/tablePerformerFields.mjs +1 -1
- package/esm2022/model/tablePerformerFilter.mjs +1 -1
- package/esm2022/model/tablePerformerFilterList.mjs +1 -1
- package/esm2022/model/tablePerformerList.mjs +1 -1
- package/esm2022/model/tableTransport.mjs +1 -1
- package/esm2022/model/tableTransportColumnType.mjs +2 -2
- package/esm2022/model/tableTransportFields.mjs +1 -1
- package/esm2022/model/tableTransportFilter.mjs +1 -1
- package/esm2022/model/tableTransportFilterList.mjs +1 -1
- package/esm2022/model/tableTransportList.mjs +1 -1
- package/esm2022/model/tableTrip.mjs +1 -1
- package/esm2022/model/tableTripColumnType.mjs +2 -2
- package/esm2022/model/tableTripFields.mjs +1 -1
- package/esm2022/model/tableTripFilter.mjs +1 -1
- package/esm2022/model/tableTripFilterList.mjs +1 -1
- package/esm2022/model/tableTripList.mjs +1 -1
- package/esm2022/model/timeWindow.mjs +2 -2
- package/esm2022/model/timeWindowViolations.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/transport.mjs +1 -1
- package/esm2022/model/transportCompatibilities.mjs +1 -10
- package/esm2022/model/transportFactor.mjs +1 -1
- package/esm2022/model/transportLimits.mjs +1 -1
- package/esm2022/model/transportLoad.mjs +1 -1
- package/esm2022/model/transportShift.mjs +1 -1
- package/esm2022/model/transportTariff.mjs +1 -1
- package/esm2022/model/transportTariffConstraint.mjs +2 -2
- package/esm2022/model/transportType.mjs +2 -2
- package/esm2022/model/trip.mjs +1 -1
- package/esm2022/model/tripAssumptions.mjs +1 -1
- package/esm2022/model/tripPenalties.mjs +1 -1
- package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
- package/esm2022/model/tripState.mjs +1 -1
- package/esm2022/model/tripStateFlag.mjs +2 -2
- package/esm2022/model/tripStatistics.mjs +1 -1
- package/esm2022/model/tripsSettings.mjs +1 -1
- package/esm2022/model/universalData.mjs +1 -1
- package/esm2022/model/unplannedItems.mjs +2 -2
- package/esm2022/model/versionResult.mjs +2 -2
- package/esm2022/model/waypoint.mjs +1 -1
- package/esm2022/model/webHardlink.mjs +1 -1
- package/esm2022/model/webLocation.mjs +1 -1
- package/esm2022/model/webLocationGeopoint.mjs +1 -1
- package/esm2022/model/webLocationGeopointList.mjs +1 -1
- package/esm2022/model/webOrder.mjs +1 -1
- package/esm2022/model/webOrderGeopoint.mjs +1 -1
- package/esm2022/model/webOrderGeopointList.mjs +1 -1
- package/esm2022/model/webPerformer.mjs +1 -1
- package/esm2022/model/webPerformerGeopoint.mjs +1 -1
- package/esm2022/model/webPerformerGeopointList.mjs +1 -1
- package/esm2022/model/webTransport.mjs +1 -1
- package/esm2022/model/webTransportGeopoint.mjs +1 -1
- package/esm2022/model/webTransportGeopointList.mjs +1 -1
- package/esm2022/model/webTrip.mjs +1 -1
- package/esm2022/model/webTripChart.mjs +1 -1
- package/esm2022/model/webTripChartDemand.mjs +1 -1
- package/esm2022/model/webTripChartList.mjs +1 -1
- package/esm2022/model/webTripTrack.mjs +1 -1
- package/esm2022/model/webTripTrackList.mjs +1 -1
- package/esm2022/model/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +192 -215
- package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
- 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/basicTracksType.d.ts +2 -2
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +2 -2
- 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 +4 -4
- 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 +2 -2
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.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 +3 -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/featureLifetime.d.ts +4 -4
- 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/general401.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- 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/importSample.d.ts +16 -0
- package/model/importSource.d.ts +16 -0
- package/model/linkedEssence.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +2 -2
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +2 -0
- package/model/objectMetrics.d.ts +1 -1
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +5 -5
- package/model/orderFact.d.ts +1 -1
- package/model/orderFactType.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.d.ts +8 -3
- 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 +1 -1
- 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 +2 -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/tableFilterDurationRange.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 +1 -1
- 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 +1 -1
- 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 +8 -8
- 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 +1 -1
- 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 +1 -1
- package/model/tableTransportFields.d.ts +1 -1
- 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 +1 -1
- 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/transport.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +8 -3
- 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 +1 -1
- 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 +2 -2
- 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 +1 -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/webTripChart.d.ts +1 -1
- package/model/webTripChartDemand.d.ts +1 -1
- package/model/webTripChartList.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
|
@@ -162,7 +162,7 @@ class Configuration {
|
|
|
162
162
|
/**
|
|
163
163
|
* VRt.Studio [ST]
|
|
164
164
|
*
|
|
165
|
-
* The version of the OpenAPI document: 6.
|
|
165
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
166
166
|
* Contact: servicedesk@veeroute.com
|
|
167
167
|
*
|
|
168
168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -287,55 +287,6 @@ class ExperimentsService {
|
|
|
287
287
|
reportProgress: reportProgress
|
|
288
288
|
});
|
|
289
289
|
}
|
|
290
|
-
createExperimentShare(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
291
|
-
const experimentKey = requestParameters.experimentKey;
|
|
292
|
-
if (experimentKey === null || experimentKey === undefined) {
|
|
293
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling createExperimentShare.');
|
|
294
|
-
}
|
|
295
|
-
let localVarHeaders = this.defaultHeaders;
|
|
296
|
-
let localVarCredential;
|
|
297
|
-
// authentication (ApiKeyAuth) required
|
|
298
|
-
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
299
|
-
if (localVarCredential) {
|
|
300
|
-
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
301
|
-
}
|
|
302
|
-
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
303
|
-
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
304
|
-
// to determine the Accept header
|
|
305
|
-
const httpHeaderAccepts = [
|
|
306
|
-
'application/json'
|
|
307
|
-
];
|
|
308
|
-
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
309
|
-
}
|
|
310
|
-
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
311
|
-
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
312
|
-
}
|
|
313
|
-
let localVarHttpContext = options && options.context;
|
|
314
|
-
if (localVarHttpContext === undefined) {
|
|
315
|
-
localVarHttpContext = new HttpContext();
|
|
316
|
-
}
|
|
317
|
-
let responseType_ = 'json';
|
|
318
|
-
if (localVarHttpHeaderAcceptSelected) {
|
|
319
|
-
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
320
|
-
responseType_ = 'text';
|
|
321
|
-
}
|
|
322
|
-
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
323
|
-
responseType_ = 'json';
|
|
324
|
-
}
|
|
325
|
-
else {
|
|
326
|
-
responseType_ = 'blob';
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/share`;
|
|
330
|
-
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
331
|
-
context: localVarHttpContext,
|
|
332
|
-
responseType: responseType_,
|
|
333
|
-
withCredentials: this.configuration.withCredentials,
|
|
334
|
-
headers: localVarHeaders,
|
|
335
|
-
observe: observe,
|
|
336
|
-
reportProgress: reportProgress
|
|
337
|
-
});
|
|
338
|
-
}
|
|
339
290
|
deleteExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
340
291
|
const experimentKey = requestParameters.experimentKey;
|
|
341
292
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -385,10 +336,14 @@ class ExperimentsService {
|
|
|
385
336
|
reportProgress: reportProgress
|
|
386
337
|
});
|
|
387
338
|
}
|
|
388
|
-
|
|
339
|
+
duplicateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
389
340
|
const experimentKey = requestParameters.experimentKey;
|
|
390
341
|
if (experimentKey === null || experimentKey === undefined) {
|
|
391
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling
|
|
342
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling duplicateExperiment.');
|
|
343
|
+
}
|
|
344
|
+
const experimentSpecificationStudio = requestParameters.experimentSpecificationStudio;
|
|
345
|
+
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
346
|
+
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling duplicateExperiment.');
|
|
392
347
|
}
|
|
393
348
|
let localVarHeaders = this.defaultHeaders;
|
|
394
349
|
let localVarCredential;
|
|
@@ -412,6 +367,14 @@ class ExperimentsService {
|
|
|
412
367
|
if (localVarHttpContext === undefined) {
|
|
413
368
|
localVarHttpContext = new HttpContext();
|
|
414
369
|
}
|
|
370
|
+
// to determine the Content-Type header
|
|
371
|
+
const consumes = [
|
|
372
|
+
'application/json'
|
|
373
|
+
];
|
|
374
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
375
|
+
if (httpContentTypeSelected !== undefined) {
|
|
376
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
377
|
+
}
|
|
415
378
|
let responseType_ = 'json';
|
|
416
379
|
if (localVarHttpHeaderAcceptSelected) {
|
|
417
380
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -424,9 +387,10 @@ class ExperimentsService {
|
|
|
424
387
|
responseType_ = 'blob';
|
|
425
388
|
}
|
|
426
389
|
}
|
|
427
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/
|
|
428
|
-
return this.httpClient.request('
|
|
390
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
|
|
391
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
429
392
|
context: localVarHttpContext,
|
|
393
|
+
body: experimentSpecificationStudio,
|
|
430
394
|
responseType: responseType_,
|
|
431
395
|
withCredentials: this.configuration.withCredentials,
|
|
432
396
|
headers: localVarHeaders,
|
|
@@ -434,14 +398,10 @@ class ExperimentsService {
|
|
|
434
398
|
reportProgress: reportProgress
|
|
435
399
|
});
|
|
436
400
|
}
|
|
437
|
-
|
|
401
|
+
exportJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
438
402
|
const experimentKey = requestParameters.experimentKey;
|
|
439
403
|
if (experimentKey === null || experimentKey === undefined) {
|
|
440
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling
|
|
441
|
-
}
|
|
442
|
-
const experimentSpecificationStudio = requestParameters.experimentSpecificationStudio;
|
|
443
|
-
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
444
|
-
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling duplicateExperiment.');
|
|
404
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling exportJson.');
|
|
445
405
|
}
|
|
446
406
|
let localVarHeaders = this.defaultHeaders;
|
|
447
407
|
let localVarCredential;
|
|
@@ -465,14 +425,6 @@ class ExperimentsService {
|
|
|
465
425
|
if (localVarHttpContext === undefined) {
|
|
466
426
|
localVarHttpContext = new HttpContext();
|
|
467
427
|
}
|
|
468
|
-
// to determine the Content-Type header
|
|
469
|
-
const consumes = [
|
|
470
|
-
'application/json'
|
|
471
|
-
];
|
|
472
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
473
|
-
if (httpContentTypeSelected !== undefined) {
|
|
474
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
475
|
-
}
|
|
476
428
|
let responseType_ = 'json';
|
|
477
429
|
if (localVarHttpHeaderAcceptSelected) {
|
|
478
430
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -485,10 +437,9 @@ class ExperimentsService {
|
|
|
485
437
|
responseType_ = 'blob';
|
|
486
438
|
}
|
|
487
439
|
}
|
|
488
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/
|
|
440
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
|
|
489
441
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
490
442
|
context: localVarHttpContext,
|
|
491
|
-
body: experimentSpecificationStudio,
|
|
492
443
|
responseType: responseType_,
|
|
493
444
|
withCredentials: this.configuration.withCredentials,
|
|
494
445
|
headers: localVarHeaders,
|
|
@@ -496,10 +447,15 @@ class ExperimentsService {
|
|
|
496
447
|
reportProgress: reportProgress
|
|
497
448
|
});
|
|
498
449
|
}
|
|
499
|
-
|
|
450
|
+
exportXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
500
451
|
const experimentKey = requestParameters.experimentKey;
|
|
501
452
|
if (experimentKey === null || experimentKey === undefined) {
|
|
502
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling
|
|
453
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling exportXlsx.');
|
|
454
|
+
}
|
|
455
|
+
const timezone = requestParameters.timezone;
|
|
456
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
457
|
+
if (timezone !== undefined && timezone !== null) {
|
|
458
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
|
|
503
459
|
}
|
|
504
460
|
let localVarHeaders = this.defaultHeaders;
|
|
505
461
|
let localVarCredential;
|
|
@@ -512,6 +468,7 @@ class ExperimentsService {
|
|
|
512
468
|
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
513
469
|
// to determine the Accept header
|
|
514
470
|
const httpHeaderAccepts = [
|
|
471
|
+
'application/octet-stream',
|
|
515
472
|
'application/json'
|
|
516
473
|
];
|
|
517
474
|
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
@@ -535,9 +492,10 @@ class ExperimentsService {
|
|
|
535
492
|
responseType_ = 'blob';
|
|
536
493
|
}
|
|
537
494
|
}
|
|
538
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/
|
|
495
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
|
|
539
496
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
540
497
|
context: localVarHttpContext,
|
|
498
|
+
params: localVarQueryParameters,
|
|
541
499
|
responseType: responseType_,
|
|
542
500
|
withCredentials: this.configuration.withCredentials,
|
|
543
501
|
headers: localVarHeaders,
|
|
@@ -545,15 +503,14 @@ class ExperimentsService {
|
|
|
545
503
|
reportProgress: reportProgress
|
|
546
504
|
});
|
|
547
505
|
}
|
|
548
|
-
|
|
506
|
+
importJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
549
507
|
const experimentKey = requestParameters.experimentKey;
|
|
550
508
|
if (experimentKey === null || experimentKey === undefined) {
|
|
551
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling
|
|
509
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling importJson.');
|
|
552
510
|
}
|
|
553
|
-
const
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
|
|
511
|
+
const universalDataStudio = requestParameters.universalDataStudio;
|
|
512
|
+
if (universalDataStudio === null || universalDataStudio === undefined) {
|
|
513
|
+
throw new Error('Required parameter universalDataStudio was null or undefined when calling importJson.');
|
|
557
514
|
}
|
|
558
515
|
let localVarHeaders = this.defaultHeaders;
|
|
559
516
|
let localVarCredential;
|
|
@@ -566,7 +523,6 @@ class ExperimentsService {
|
|
|
566
523
|
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
567
524
|
// to determine the Accept header
|
|
568
525
|
const httpHeaderAccepts = [
|
|
569
|
-
'application/octet-stream',
|
|
570
526
|
'application/json'
|
|
571
527
|
];
|
|
572
528
|
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
@@ -578,6 +534,14 @@ class ExperimentsService {
|
|
|
578
534
|
if (localVarHttpContext === undefined) {
|
|
579
535
|
localVarHttpContext = new HttpContext();
|
|
580
536
|
}
|
|
537
|
+
// to determine the Content-Type header
|
|
538
|
+
const consumes = [
|
|
539
|
+
'application/json'
|
|
540
|
+
];
|
|
541
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
542
|
+
if (httpContentTypeSelected !== undefined) {
|
|
543
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
544
|
+
}
|
|
581
545
|
let responseType_ = 'json';
|
|
582
546
|
if (localVarHttpHeaderAcceptSelected) {
|
|
583
547
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -590,10 +554,10 @@ class ExperimentsService {
|
|
|
590
554
|
responseType_ = 'blob';
|
|
591
555
|
}
|
|
592
556
|
}
|
|
593
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/
|
|
557
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
|
|
594
558
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
595
559
|
context: localVarHttpContext,
|
|
596
|
-
|
|
560
|
+
body: universalDataStudio,
|
|
597
561
|
responseType: responseType_,
|
|
598
562
|
withCredentials: this.configuration.withCredentials,
|
|
599
563
|
headers: localVarHeaders,
|
|
@@ -601,14 +565,22 @@ class ExperimentsService {
|
|
|
601
565
|
reportProgress: reportProgress
|
|
602
566
|
});
|
|
603
567
|
}
|
|
604
|
-
|
|
568
|
+
importJsonTracecode(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
605
569
|
const experimentKey = requestParameters.experimentKey;
|
|
606
570
|
if (experimentKey === null || experimentKey === undefined) {
|
|
607
|
-
throw new Error('Required parameter experimentKey was null or undefined when calling
|
|
571
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling importJsonTracecode.');
|
|
608
572
|
}
|
|
609
|
-
const
|
|
610
|
-
if (
|
|
611
|
-
throw new Error('Required parameter
|
|
573
|
+
const source = requestParameters.source;
|
|
574
|
+
if (source === null || source === undefined) {
|
|
575
|
+
throw new Error('Required parameter source was null or undefined when calling importJsonTracecode.');
|
|
576
|
+
}
|
|
577
|
+
const tracecode = requestParameters.tracecode;
|
|
578
|
+
if (tracecode === null || tracecode === undefined) {
|
|
579
|
+
throw new Error('Required parameter tracecode was null or undefined when calling importJsonTracecode.');
|
|
580
|
+
}
|
|
581
|
+
const sample = requestParameters.sample;
|
|
582
|
+
if (sample === null || sample === undefined) {
|
|
583
|
+
throw new Error('Required parameter sample was null or undefined when calling importJsonTracecode.');
|
|
612
584
|
}
|
|
613
585
|
let localVarHeaders = this.defaultHeaders;
|
|
614
586
|
let localVarCredential;
|
|
@@ -632,14 +604,6 @@ class ExperimentsService {
|
|
|
632
604
|
if (localVarHttpContext === undefined) {
|
|
633
605
|
localVarHttpContext = new HttpContext();
|
|
634
606
|
}
|
|
635
|
-
// to determine the Content-Type header
|
|
636
|
-
const consumes = [
|
|
637
|
-
'application/json'
|
|
638
|
-
];
|
|
639
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
640
|
-
if (httpContentTypeSelected !== undefined) {
|
|
641
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
642
|
-
}
|
|
643
607
|
let responseType_ = 'json';
|
|
644
608
|
if (localVarHttpHeaderAcceptSelected) {
|
|
645
609
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -652,10 +616,9 @@ class ExperimentsService {
|
|
|
652
616
|
responseType_ = 'blob';
|
|
653
617
|
}
|
|
654
618
|
}
|
|
655
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/
|
|
619
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json_tracecode/${this.configuration.encodeParam({ name: "source", value: source, in: "path", style: "simple", explode: false, dataType: "ImportSourceStudio", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "tracecode", value: tracecode, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/${this.configuration.encodeParam({ name: "sample", value: sample, in: "path", style: "simple", explode: false, dataType: "ImportSampleStudio", dataFormat: undefined })}`;
|
|
656
620
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
657
621
|
context: localVarHttpContext,
|
|
658
|
-
body: universalDataStudio,
|
|
659
622
|
responseType: responseType_,
|
|
660
623
|
withCredentials: this.configuration.withCredentials,
|
|
661
624
|
headers: localVarHeaders,
|
|
@@ -1199,7 +1162,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1199
1162
|
/**
|
|
1200
1163
|
* VRt.Studio [ST]
|
|
1201
1164
|
*
|
|
1202
|
-
* The version of the OpenAPI document: 6.
|
|
1165
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
1203
1166
|
* Contact: servicedesk@veeroute.com
|
|
1204
1167
|
*
|
|
1205
1168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1373,14 +1336,23 @@ class ExplorerService {
|
|
|
1373
1336
|
reportProgress: reportProgress
|
|
1374
1337
|
});
|
|
1375
1338
|
}
|
|
1376
|
-
|
|
1377
|
-
const
|
|
1378
|
-
|
|
1379
|
-
|
|
1339
|
+
globalSearch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1340
|
+
const filter = requestParameters.filter;
|
|
1341
|
+
const offset = requestParameters.offset;
|
|
1342
|
+
const limit = requestParameters.limit;
|
|
1343
|
+
const sortDirection = requestParameters.sortDirection;
|
|
1344
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1345
|
+
if (filter !== undefined && filter !== null) {
|
|
1346
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
1380
1347
|
}
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1348
|
+
if (offset !== undefined && offset !== null) {
|
|
1349
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
1350
|
+
}
|
|
1351
|
+
if (limit !== undefined && limit !== null) {
|
|
1352
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
1353
|
+
}
|
|
1354
|
+
if (sortDirection !== undefined && sortDirection !== null) {
|
|
1355
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
1384
1356
|
}
|
|
1385
1357
|
let localVarHeaders = this.defaultHeaders;
|
|
1386
1358
|
let localVarCredential;
|
|
@@ -1404,14 +1376,6 @@ class ExplorerService {
|
|
|
1404
1376
|
if (localVarHttpContext === undefined) {
|
|
1405
1377
|
localVarHttpContext = new HttpContext();
|
|
1406
1378
|
}
|
|
1407
|
-
// to determine the Content-Type header
|
|
1408
|
-
const consumes = [
|
|
1409
|
-
'application/json'
|
|
1410
|
-
];
|
|
1411
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1412
|
-
if (httpContentTypeSelected !== undefined) {
|
|
1413
|
-
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
1414
|
-
}
|
|
1415
1379
|
let responseType_ = 'json';
|
|
1416
1380
|
if (localVarHttpHeaderAcceptSelected) {
|
|
1417
1381
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -1424,10 +1388,10 @@ class ExplorerService {
|
|
|
1424
1388
|
responseType_ = 'blob';
|
|
1425
1389
|
}
|
|
1426
1390
|
}
|
|
1427
|
-
let localVarPath = `/studio/explorer
|
|
1428
|
-
return this.httpClient.request('
|
|
1391
|
+
let localVarPath = `/studio/explorer/search/global`;
|
|
1392
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1429
1393
|
context: localVarHttpContext,
|
|
1430
|
-
|
|
1394
|
+
params: localVarQueryParameters,
|
|
1431
1395
|
responseType: responseType_,
|
|
1432
1396
|
withCredentials: this.configuration.withCredentials,
|
|
1433
1397
|
headers: localVarHeaders,
|
|
@@ -1435,12 +1399,7 @@ class ExplorerService {
|
|
|
1435
1399
|
reportProgress: reportProgress
|
|
1436
1400
|
});
|
|
1437
1401
|
}
|
|
1438
|
-
readFilesystem(
|
|
1439
|
-
const filter = requestParameters.filter;
|
|
1440
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1441
|
-
if (filter !== undefined && filter !== null) {
|
|
1442
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
1443
|
-
}
|
|
1402
|
+
readFilesystem(observe = 'body', reportProgress = false, options) {
|
|
1444
1403
|
let localVarHeaders = this.defaultHeaders;
|
|
1445
1404
|
let localVarCredential;
|
|
1446
1405
|
// authentication (ApiKeyAuth) required
|
|
@@ -1478,7 +1437,6 @@ class ExplorerService {
|
|
|
1478
1437
|
let localVarPath = `/studio/explorer`;
|
|
1479
1438
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1480
1439
|
context: localVarHttpContext,
|
|
1481
|
-
params: localVarQueryParameters,
|
|
1482
1440
|
responseType: responseType_,
|
|
1483
1441
|
withCredentials: this.configuration.withCredentials,
|
|
1484
1442
|
headers: localVarHeaders,
|
|
@@ -1623,7 +1581,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1623
1581
|
/**
|
|
1624
1582
|
* VRt.Studio [ST]
|
|
1625
1583
|
*
|
|
1626
|
-
* The version of the OpenAPI document: 6.
|
|
1584
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
1627
1585
|
* Contact: servicedesk@veeroute.com
|
|
1628
1586
|
*
|
|
1629
1587
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2141,7 +2099,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2141
2099
|
/**
|
|
2142
2100
|
* VRt.Studio [ST]
|
|
2143
2101
|
*
|
|
2144
|
-
* The version of the OpenAPI document: 6.
|
|
2102
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
2145
2103
|
* Contact: servicedesk@veeroute.com
|
|
2146
2104
|
*
|
|
2147
2105
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2604,7 +2562,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2604
2562
|
/**
|
|
2605
2563
|
* VRt.Studio [ST]
|
|
2606
2564
|
*
|
|
2607
|
-
* The version of the OpenAPI document: 6.
|
|
2565
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
2608
2566
|
* Contact: servicedesk@veeroute.com
|
|
2609
2567
|
*
|
|
2610
2568
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3191,7 +3149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3191
3149
|
/**
|
|
3192
3150
|
* VRt.Studio [ST]
|
|
3193
3151
|
*
|
|
3194
|
-
* The version of the OpenAPI document: 6.
|
|
3152
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
3195
3153
|
* Contact: servicedesk@veeroute.com
|
|
3196
3154
|
*
|
|
3197
3155
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3778,7 +3736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3778
3736
|
/**
|
|
3779
3737
|
* VRt.Studio [ST]
|
|
3780
3738
|
*
|
|
3781
|
-
* The version of the OpenAPI document: 6.
|
|
3739
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
3782
3740
|
* Contact: servicedesk@veeroute.com
|
|
3783
3741
|
*
|
|
3784
3742
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3988,7 +3946,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3988
3946
|
/**
|
|
3989
3947
|
* VRt.Studio [ST]
|
|
3990
3948
|
*
|
|
3991
|
-
* The version of the OpenAPI document: 6.
|
|
3949
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
3992
3950
|
* Contact: servicedesk@veeroute.com
|
|
3993
3951
|
*
|
|
3994
3952
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4575,7 +4533,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4575
4533
|
/**
|
|
4576
4534
|
* VRt.Studio [ST]
|
|
4577
4535
|
*
|
|
4578
|
-
* The version of the OpenAPI document: 6.
|
|
4536
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
4579
4537
|
* Contact: servicedesk@veeroute.com
|
|
4580
4538
|
*
|
|
4581
4539
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5121,7 +5079,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
5121
5079
|
/**
|
|
5122
5080
|
* VRt.Studio [ST]
|
|
5123
5081
|
*
|
|
5124
|
-
* The version of the OpenAPI document: 6.
|
|
5082
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5125
5083
|
* Contact: servicedesk@veeroute.com
|
|
5126
5084
|
*
|
|
5127
5085
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5131,7 +5089,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
5131
5089
|
/**
|
|
5132
5090
|
* VRt.Studio [ST]
|
|
5133
5091
|
*
|
|
5134
|
-
* The version of the OpenAPI document: 6.
|
|
5092
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5135
5093
|
* Contact: servicedesk@veeroute.com
|
|
5136
5094
|
*
|
|
5137
5095
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5150,7 +5108,7 @@ var BasicProcessStudio;
|
|
|
5150
5108
|
/**
|
|
5151
5109
|
* VRt.Studio [ST]
|
|
5152
5110
|
*
|
|
5153
|
-
* The version of the OpenAPI document: 6.
|
|
5111
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5154
5112
|
* Contact: servicedesk@veeroute.com
|
|
5155
5113
|
*
|
|
5156
5114
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5170,7 +5128,7 @@ var BasicStateStudio;
|
|
|
5170
5128
|
/**
|
|
5171
5129
|
* VRt.Studio [ST]
|
|
5172
5130
|
*
|
|
5173
|
-
* The version of the OpenAPI document: 6.
|
|
5131
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5174
5132
|
* Contact: servicedesk@veeroute.com
|
|
5175
5133
|
*
|
|
5176
5134
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5180,14 +5138,14 @@ var BasicStateStudio;
|
|
|
5180
5138
|
/**
|
|
5181
5139
|
* VRt.Studio [ST]
|
|
5182
5140
|
*
|
|
5183
|
-
* The version of the OpenAPI document: 6.
|
|
5141
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5184
5142
|
* Contact: servicedesk@veeroute.com
|
|
5185
5143
|
*
|
|
5186
5144
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5187
5145
|
* Do not edit the class manually.
|
|
5188
5146
|
*/
|
|
5189
5147
|
/**
|
|
5190
|
-
*
|
|
5148
|
+
* Track type: * `LINE` - connecting stop points in a straight line * `ROAD` - connecting stop points along roads
|
|
5191
5149
|
*/
|
|
5192
5150
|
var BasicTracksTypeStudio;
|
|
5193
5151
|
(function (BasicTracksTypeStudio) {
|
|
@@ -5198,7 +5156,7 @@ var BasicTracksTypeStudio;
|
|
|
5198
5156
|
/**
|
|
5199
5157
|
* VRt.Studio [ST]
|
|
5200
5158
|
*
|
|
5201
|
-
* The version of the OpenAPI document: 6.
|
|
5159
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5202
5160
|
* Contact: servicedesk@veeroute.com
|
|
5203
5161
|
*
|
|
5204
5162
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5208,7 +5166,7 @@ var BasicTracksTypeStudio;
|
|
|
5208
5166
|
/**
|
|
5209
5167
|
* VRt.Studio [ST]
|
|
5210
5168
|
*
|
|
5211
|
-
* The version of the OpenAPI document: 6.
|
|
5169
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5212
5170
|
* Contact: servicedesk@veeroute.com
|
|
5213
5171
|
*
|
|
5214
5172
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5218,7 +5176,7 @@ var BasicTracksTypeStudio;
|
|
|
5218
5176
|
/**
|
|
5219
5177
|
* VRt.Studio [ST]
|
|
5220
5178
|
*
|
|
5221
|
-
* The version of the OpenAPI document: 6.
|
|
5179
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5222
5180
|
* Contact: servicedesk@veeroute.com
|
|
5223
5181
|
*
|
|
5224
5182
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5228,7 +5186,7 @@ var BasicTracksTypeStudio;
|
|
|
5228
5186
|
/**
|
|
5229
5187
|
* VRt.Studio [ST]
|
|
5230
5188
|
*
|
|
5231
|
-
* The version of the OpenAPI document: 6.
|
|
5189
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5232
5190
|
* Contact: servicedesk@veeroute.com
|
|
5233
5191
|
*
|
|
5234
5192
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5251,7 +5209,7 @@ var CalculationStatusStudio;
|
|
|
5251
5209
|
/**
|
|
5252
5210
|
* VRt.Studio [ST]
|
|
5253
5211
|
*
|
|
5254
|
-
* The version of the OpenAPI document: 6.
|
|
5212
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5255
5213
|
* Contact: servicedesk@veeroute.com
|
|
5256
5214
|
*
|
|
5257
5215
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5261,7 +5219,7 @@ var CalculationStatusStudio;
|
|
|
5261
5219
|
/**
|
|
5262
5220
|
* VRt.Studio [ST]
|
|
5263
5221
|
*
|
|
5264
|
-
* The version of the OpenAPI document: 6.
|
|
5222
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5265
5223
|
* Contact: servicedesk@veeroute.com
|
|
5266
5224
|
*
|
|
5267
5225
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5271,7 +5229,7 @@ var CalculationStatusStudio;
|
|
|
5271
5229
|
/**
|
|
5272
5230
|
* VRt.Studio [ST]
|
|
5273
5231
|
*
|
|
5274
|
-
* The version of the OpenAPI document: 6.
|
|
5232
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5275
5233
|
* Contact: servicedesk@veeroute.com
|
|
5276
5234
|
*
|
|
5277
5235
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5291,7 +5249,7 @@ var CargoRotationTypeStudio;
|
|
|
5291
5249
|
/**
|
|
5292
5250
|
* VRt.Studio [ST]
|
|
5293
5251
|
*
|
|
5294
|
-
* The version of the OpenAPI document: 6.
|
|
5252
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5295
5253
|
* Contact: servicedesk@veeroute.com
|
|
5296
5254
|
*
|
|
5297
5255
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5301,7 +5259,7 @@ var CargoRotationTypeStudio;
|
|
|
5301
5259
|
/**
|
|
5302
5260
|
* VRt.Studio [ST]
|
|
5303
5261
|
*
|
|
5304
|
-
* The version of the OpenAPI document: 6.
|
|
5262
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5305
5263
|
* Contact: servicedesk@veeroute.com
|
|
5306
5264
|
*
|
|
5307
5265
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5311,7 +5269,7 @@ var CargoRotationTypeStudio;
|
|
|
5311
5269
|
/**
|
|
5312
5270
|
* VRt.Studio [ST]
|
|
5313
5271
|
*
|
|
5314
|
-
* The version of the OpenAPI document: 6.
|
|
5272
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5315
5273
|
* Contact: servicedesk@veeroute.com
|
|
5316
5274
|
*
|
|
5317
5275
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5321,7 +5279,7 @@ var CargoRotationTypeStudio;
|
|
|
5321
5279
|
/**
|
|
5322
5280
|
* VRt.Studio [ST]
|
|
5323
5281
|
*
|
|
5324
|
-
* The version of the OpenAPI document: 6.
|
|
5282
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5325
5283
|
* Contact: servicedesk@veeroute.com
|
|
5326
5284
|
*
|
|
5327
5285
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5342,7 +5300,7 @@ var DemandTypeStudio;
|
|
|
5342
5300
|
/**
|
|
5343
5301
|
* VRt.Studio [ST]
|
|
5344
5302
|
*
|
|
5345
|
-
* The version of the OpenAPI document: 6.
|
|
5303
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5346
5304
|
* Contact: servicedesk@veeroute.com
|
|
5347
5305
|
*
|
|
5348
5306
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5369,7 +5327,7 @@ var EntityErrorTypeStudio;
|
|
|
5369
5327
|
/**
|
|
5370
5328
|
* VRt.Studio [ST]
|
|
5371
5329
|
*
|
|
5372
|
-
* The version of the OpenAPI document: 6.
|
|
5330
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5373
5331
|
* Contact: servicedesk@veeroute.com
|
|
5374
5332
|
*
|
|
5375
5333
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5411,14 +5369,14 @@ var EntityTypeStudio;
|
|
|
5411
5369
|
/**
|
|
5412
5370
|
* VRt.Studio [ST]
|
|
5413
5371
|
*
|
|
5414
|
-
* The version of the OpenAPI document: 6.
|
|
5372
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5415
5373
|
* Contact: servicedesk@veeroute.com
|
|
5416
5374
|
*
|
|
5417
5375
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5418
5376
|
* Do not edit the class manually.
|
|
5419
5377
|
*/
|
|
5420
5378
|
/**
|
|
5421
|
-
* 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` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`
|
|
5379
|
+
* 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` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before 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 or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `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` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `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 * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution 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 * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the compartment where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in compartments of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the compartment in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window
|
|
5422
5380
|
*/
|
|
5423
5381
|
var EntityWarningTypeStudio;
|
|
5424
5382
|
(function (EntityWarningTypeStudio) {
|
|
@@ -5454,12 +5412,14 @@ var EntityWarningTypeStudio;
|
|
|
5454
5412
|
EntityWarningTypeStudio["CARGO_BOX_VIOLATION"] = "CARGO_BOX_VIOLATION";
|
|
5455
5413
|
EntityWarningTypeStudio["CARGO_MULTIBOX_VIOLATION"] = "CARGO_MULTIBOX_VIOLATION";
|
|
5456
5414
|
EntityWarningTypeStudio["CARGO_CAPACITY_VIOLATION"] = "CARGO_CAPACITY_VIOLATION";
|
|
5415
|
+
EntityWarningTypeStudio["CARGO_ORDER_VIOLATION"] = "CARGO_ORDER_VIOLATION";
|
|
5416
|
+
EntityWarningTypeStudio["FEATURE_LIFETIME_VIOLATION"] = "FEATURE_LIFETIME_VIOLATION";
|
|
5457
5417
|
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
5458
5418
|
|
|
5459
5419
|
/**
|
|
5460
5420
|
* VRt.Studio [ST]
|
|
5461
5421
|
*
|
|
5462
|
-
* The version of the OpenAPI document: 6.
|
|
5422
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5463
5423
|
* Contact: servicedesk@veeroute.com
|
|
5464
5424
|
*
|
|
5465
5425
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5469,7 +5429,7 @@ var EntityWarningTypeStudio;
|
|
|
5469
5429
|
/**
|
|
5470
5430
|
* VRt.Studio [ST]
|
|
5471
5431
|
*
|
|
5472
|
-
* The version of the OpenAPI document: 6.
|
|
5432
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5473
5433
|
* Contact: servicedesk@veeroute.com
|
|
5474
5434
|
*
|
|
5475
5435
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5479,7 +5439,7 @@ var EntityWarningTypeStudio;
|
|
|
5479
5439
|
/**
|
|
5480
5440
|
* VRt.Studio [ST]
|
|
5481
5441
|
*
|
|
5482
|
-
* The version of the OpenAPI document: 6.
|
|
5442
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5483
5443
|
* Contact: servicedesk@veeroute.com
|
|
5484
5444
|
*
|
|
5485
5445
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5489,7 +5449,7 @@ var EntityWarningTypeStudio;
|
|
|
5489
5449
|
/**
|
|
5490
5450
|
* VRt.Studio [ST]
|
|
5491
5451
|
*
|
|
5492
|
-
* The version of the OpenAPI document: 6.
|
|
5452
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5493
5453
|
* Contact: servicedesk@veeroute.com
|
|
5494
5454
|
*
|
|
5495
5455
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5507,7 +5467,7 @@ var FolderTypeStudio;
|
|
|
5507
5467
|
/**
|
|
5508
5468
|
* VRt.Studio [ST]
|
|
5509
5469
|
*
|
|
5510
|
-
* The version of the OpenAPI document: 6.
|
|
5470
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5511
5471
|
* Contact: servicedesk@veeroute.com
|
|
5512
5472
|
*
|
|
5513
5473
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5517,7 +5477,7 @@ var FolderTypeStudio;
|
|
|
5517
5477
|
/**
|
|
5518
5478
|
* VRt.Studio [ST]
|
|
5519
5479
|
*
|
|
5520
|
-
* The version of the OpenAPI document: 6.
|
|
5480
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5521
5481
|
* Contact: servicedesk@veeroute.com
|
|
5522
5482
|
*
|
|
5523
5483
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5527,7 +5487,7 @@ var FolderTypeStudio;
|
|
|
5527
5487
|
/**
|
|
5528
5488
|
* VRt.Studio [ST]
|
|
5529
5489
|
*
|
|
5530
|
-
* The version of the OpenAPI document: 6.
|
|
5490
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5531
5491
|
* Contact: servicedesk@veeroute.com
|
|
5532
5492
|
*
|
|
5533
5493
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5546,7 +5506,43 @@ var HardlinkElementTypeStudio;
|
|
|
5546
5506
|
/**
|
|
5547
5507
|
* VRt.Studio [ST]
|
|
5548
5508
|
*
|
|
5549
|
-
* The version of the OpenAPI document: 6.
|
|
5509
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5510
|
+
* Contact: servicedesk@veeroute.com
|
|
5511
|
+
*
|
|
5512
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5513
|
+
* Do not edit the class manually.
|
|
5514
|
+
*/
|
|
5515
|
+
/**
|
|
5516
|
+
* Sample of loaded data - input task or input task + calculation result.
|
|
5517
|
+
*/
|
|
5518
|
+
var ImportSampleStudio;
|
|
5519
|
+
(function (ImportSampleStudio) {
|
|
5520
|
+
ImportSampleStudio["TASK"] = "TASK";
|
|
5521
|
+
ImportSampleStudio["FULL"] = "FULL";
|
|
5522
|
+
})(ImportSampleStudio || (ImportSampleStudio = {}));
|
|
5523
|
+
|
|
5524
|
+
/**
|
|
5525
|
+
* VRt.Studio [ST]
|
|
5526
|
+
*
|
|
5527
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5528
|
+
* Contact: servicedesk@veeroute.com
|
|
5529
|
+
*
|
|
5530
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5531
|
+
* Do not edit the class manually.
|
|
5532
|
+
*/
|
|
5533
|
+
/**
|
|
5534
|
+
* Data import source.
|
|
5535
|
+
*/
|
|
5536
|
+
var ImportSourceStudio;
|
|
5537
|
+
(function (ImportSourceStudio) {
|
|
5538
|
+
ImportSourceStudio["ACCOUNT"] = "ACCOUNT";
|
|
5539
|
+
ImportSourceStudio["ADMIN"] = "ADMIN";
|
|
5540
|
+
})(ImportSourceStudio || (ImportSourceStudio = {}));
|
|
5541
|
+
|
|
5542
|
+
/**
|
|
5543
|
+
* VRt.Studio [ST]
|
|
5544
|
+
*
|
|
5545
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5550
5546
|
* Contact: servicedesk@veeroute.com
|
|
5551
5547
|
*
|
|
5552
5548
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5567,7 +5563,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5567
5563
|
/**
|
|
5568
5564
|
* VRt.Studio [ST]
|
|
5569
5565
|
*
|
|
5570
|
-
* The version of the OpenAPI document: 6.
|
|
5566
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5571
5567
|
* Contact: servicedesk@veeroute.com
|
|
5572
5568
|
*
|
|
5573
5569
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5577,7 +5573,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5577
5573
|
/**
|
|
5578
5574
|
* VRt.Studio [ST]
|
|
5579
5575
|
*
|
|
5580
|
-
* The version of the OpenAPI document: 6.
|
|
5576
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5581
5577
|
* Contact: servicedesk@veeroute.com
|
|
5582
5578
|
*
|
|
5583
5579
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5587,7 +5583,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5587
5583
|
/**
|
|
5588
5584
|
* VRt.Studio [ST]
|
|
5589
5585
|
*
|
|
5590
|
-
* The version of the OpenAPI document: 6.
|
|
5586
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5591
5587
|
* Contact: servicedesk@veeroute.com
|
|
5592
5588
|
*
|
|
5593
5589
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5597,7 +5593,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
5597
5593
|
/**
|
|
5598
5594
|
* VRt.Studio [ST]
|
|
5599
5595
|
*
|
|
5600
|
-
* The version of the OpenAPI document: 6.
|
|
5596
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5601
5597
|
* Contact: servicedesk@veeroute.com
|
|
5602
5598
|
*
|
|
5603
5599
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5617,17 +5613,7 @@ var OrderFactTypeStudio;
|
|
|
5617
5613
|
/**
|
|
5618
5614
|
* VRt.Studio [ST]
|
|
5619
5615
|
*
|
|
5620
|
-
* The version of the OpenAPI document: 6.
|
|
5621
|
-
* Contact: servicedesk@veeroute.com
|
|
5622
|
-
*
|
|
5623
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
5624
|
-
* Do not edit the class manually.
|
|
5625
|
-
*/
|
|
5626
|
-
|
|
5627
|
-
/**
|
|
5628
|
-
* VRt.Studio [ST]
|
|
5629
|
-
*
|
|
5630
|
-
* The version of the OpenAPI document: 6.16.2174
|
|
5616
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5631
5617
|
* Contact: servicedesk@veeroute.com
|
|
5632
5618
|
*
|
|
5633
5619
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5637,7 +5623,7 @@ var OrderFactTypeStudio;
|
|
|
5637
5623
|
/**
|
|
5638
5624
|
* VRt.Studio [ST]
|
|
5639
5625
|
*
|
|
5640
|
-
* The version of the OpenAPI document: 6.
|
|
5626
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5641
5627
|
* Contact: servicedesk@veeroute.com
|
|
5642
5628
|
*
|
|
5643
5629
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5647,7 +5633,7 @@ var OrderFactTypeStudio;
|
|
|
5647
5633
|
/**
|
|
5648
5634
|
* VRt.Studio [ST]
|
|
5649
5635
|
*
|
|
5650
|
-
* The version of the OpenAPI document: 6.
|
|
5636
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5651
5637
|
* Contact: servicedesk@veeroute.com
|
|
5652
5638
|
*
|
|
5653
5639
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5657,7 +5643,7 @@ var OrderFactTypeStudio;
|
|
|
5657
5643
|
/**
|
|
5658
5644
|
* VRt.Studio [ST]
|
|
5659
5645
|
*
|
|
5660
|
-
* The version of the OpenAPI document: 6.
|
|
5646
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5661
5647
|
* Contact: servicedesk@veeroute.com
|
|
5662
5648
|
*
|
|
5663
5649
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5667,7 +5653,7 @@ var OrderFactTypeStudio;
|
|
|
5667
5653
|
/**
|
|
5668
5654
|
* VRt.Studio [ST]
|
|
5669
5655
|
*
|
|
5670
|
-
* The version of the OpenAPI document: 6.
|
|
5656
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5671
5657
|
* Contact: servicedesk@veeroute.com
|
|
5672
5658
|
*
|
|
5673
5659
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5677,7 +5663,7 @@ var OrderFactTypeStudio;
|
|
|
5677
5663
|
/**
|
|
5678
5664
|
* VRt.Studio [ST]
|
|
5679
5665
|
*
|
|
5680
|
-
* The version of the OpenAPI document: 6.
|
|
5666
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5681
5667
|
* Contact: servicedesk@veeroute.com
|
|
5682
5668
|
*
|
|
5683
5669
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5693,6 +5679,7 @@ var ServiceNameStudio;
|
|
|
5693
5679
|
ServiceNameStudio["ACCOUNT"] = "ACCOUNT";
|
|
5694
5680
|
ServiceNameStudio["ADMIN"] = "ADMIN";
|
|
5695
5681
|
ServiceNameStudio["STUDIO"] = "STUDIO";
|
|
5682
|
+
ServiceNameStudio["MONITOR"] = "MONITOR";
|
|
5696
5683
|
ServiceNameStudio["PACKER"] = "PACKER";
|
|
5697
5684
|
ServiceNameStudio["AGRO"] = "AGRO";
|
|
5698
5685
|
ServiceNameStudio["STOCK"] = "STOCK";
|
|
@@ -5704,7 +5691,7 @@ var ServiceNameStudio;
|
|
|
5704
5691
|
/**
|
|
5705
5692
|
* VRt.Studio [ST]
|
|
5706
5693
|
*
|
|
5707
|
-
* The version of the OpenAPI document: 6.
|
|
5694
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5708
5695
|
* Contact: servicedesk@veeroute.com
|
|
5709
5696
|
*
|
|
5710
5697
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5714,7 +5701,7 @@ var ServiceNameStudio;
|
|
|
5714
5701
|
/**
|
|
5715
5702
|
* VRt.Studio [ST]
|
|
5716
5703
|
*
|
|
5717
|
-
* The version of the OpenAPI document: 6.
|
|
5704
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5718
5705
|
* Contact: servicedesk@veeroute.com
|
|
5719
5706
|
*
|
|
5720
5707
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5724,7 +5711,7 @@ var ServiceNameStudio;
|
|
|
5724
5711
|
/**
|
|
5725
5712
|
* VRt.Studio [ST]
|
|
5726
5713
|
*
|
|
5727
|
-
* The version of the OpenAPI document: 6.
|
|
5714
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5728
5715
|
* Contact: servicedesk@veeroute.com
|
|
5729
5716
|
*
|
|
5730
5717
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5734,7 +5721,7 @@ var ServiceNameStudio;
|
|
|
5734
5721
|
/**
|
|
5735
5722
|
* VRt.Studio [ST]
|
|
5736
5723
|
*
|
|
5737
|
-
* The version of the OpenAPI document: 6.
|
|
5724
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5738
5725
|
* Contact: servicedesk@veeroute.com
|
|
5739
5726
|
*
|
|
5740
5727
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5744,7 +5731,7 @@ var ServiceNameStudio;
|
|
|
5744
5731
|
/**
|
|
5745
5732
|
* VRt.Studio [ST]
|
|
5746
5733
|
*
|
|
5747
|
-
* The version of the OpenAPI document: 6.
|
|
5734
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5748
5735
|
* Contact: servicedesk@veeroute.com
|
|
5749
5736
|
*
|
|
5750
5737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5754,7 +5741,7 @@ var ServiceNameStudio;
|
|
|
5754
5741
|
/**
|
|
5755
5742
|
* VRt.Studio [ST]
|
|
5756
5743
|
*
|
|
5757
|
-
* The version of the OpenAPI document: 6.
|
|
5744
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5758
5745
|
* Contact: servicedesk@veeroute.com
|
|
5759
5746
|
*
|
|
5760
5747
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5764,7 +5751,7 @@ var ServiceNameStudio;
|
|
|
5764
5751
|
/**
|
|
5765
5752
|
* VRt.Studio [ST]
|
|
5766
5753
|
*
|
|
5767
|
-
* The version of the OpenAPI document: 6.
|
|
5754
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5768
5755
|
* Contact: servicedesk@veeroute.com
|
|
5769
5756
|
*
|
|
5770
5757
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5774,7 +5761,7 @@ var ServiceNameStudio;
|
|
|
5774
5761
|
/**
|
|
5775
5762
|
* VRt.Studio [ST]
|
|
5776
5763
|
*
|
|
5777
|
-
* The version of the OpenAPI document: 6.
|
|
5764
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5778
5765
|
* Contact: servicedesk@veeroute.com
|
|
5779
5766
|
*
|
|
5780
5767
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5784,7 +5771,7 @@ var ServiceNameStudio;
|
|
|
5784
5771
|
/**
|
|
5785
5772
|
* VRt.Studio [ST]
|
|
5786
5773
|
*
|
|
5787
|
-
* The version of the OpenAPI document: 6.
|
|
5774
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5788
5775
|
* Contact: servicedesk@veeroute.com
|
|
5789
5776
|
*
|
|
5790
5777
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5794,7 +5781,7 @@ var ServiceNameStudio;
|
|
|
5794
5781
|
/**
|
|
5795
5782
|
* VRt.Studio [ST]
|
|
5796
5783
|
*
|
|
5797
|
-
* The version of the OpenAPI document: 6.
|
|
5784
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5798
5785
|
* Contact: servicedesk@veeroute.com
|
|
5799
5786
|
*
|
|
5800
5787
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5818,7 +5805,7 @@ var TableFilterTypeStudio;
|
|
|
5818
5805
|
/**
|
|
5819
5806
|
* VRt.Studio [ST]
|
|
5820
5807
|
*
|
|
5821
|
-
* The version of the OpenAPI document: 6.
|
|
5808
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5822
5809
|
* Contact: servicedesk@veeroute.com
|
|
5823
5810
|
*
|
|
5824
5811
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5841,7 +5828,7 @@ var TableHardlinkColumnTypeStudio;
|
|
|
5841
5828
|
/**
|
|
5842
5829
|
* VRt.Studio [ST]
|
|
5843
5830
|
*
|
|
5844
|
-
* The version of the OpenAPI document: 6.
|
|
5831
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5845
5832
|
* Contact: servicedesk@veeroute.com
|
|
5846
5833
|
*
|
|
5847
5834
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5865,7 +5852,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5865
5852
|
/**
|
|
5866
5853
|
* VRt.Studio [ST]
|
|
5867
5854
|
*
|
|
5868
|
-
* The version of the OpenAPI document: 6.
|
|
5855
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5869
5856
|
* Contact: servicedesk@veeroute.com
|
|
5870
5857
|
*
|
|
5871
5858
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5875,7 +5862,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5875
5862
|
/**
|
|
5876
5863
|
* VRt.Studio [ST]
|
|
5877
5864
|
*
|
|
5878
|
-
* The version of the OpenAPI document: 6.
|
|
5865
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5879
5866
|
* Contact: servicedesk@veeroute.com
|
|
5880
5867
|
*
|
|
5881
5868
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5903,7 +5890,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
5903
5890
|
/**
|
|
5904
5891
|
* VRt.Studio [ST]
|
|
5905
5892
|
*
|
|
5906
|
-
* The version of the OpenAPI document: 6.
|
|
5893
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5907
5894
|
* Contact: servicedesk@veeroute.com
|
|
5908
5895
|
*
|
|
5909
5896
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5957,7 +5944,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
5957
5944
|
/**
|
|
5958
5945
|
* VRt.Studio [ST]
|
|
5959
5946
|
*
|
|
5960
|
-
* The version of the OpenAPI document: 6.
|
|
5947
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5961
5948
|
* Contact: servicedesk@veeroute.com
|
|
5962
5949
|
*
|
|
5963
5950
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5990,7 +5977,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
5990
5977
|
/**
|
|
5991
5978
|
* VRt.Studio [ST]
|
|
5992
5979
|
*
|
|
5993
|
-
* The version of the OpenAPI document: 6.
|
|
5980
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
5994
5981
|
* Contact: servicedesk@veeroute.com
|
|
5995
5982
|
*
|
|
5996
5983
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6024,7 +6011,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
6024
6011
|
/**
|
|
6025
6012
|
* VRt.Studio [ST]
|
|
6026
6013
|
*
|
|
6027
|
-
* The version of the OpenAPI document: 6.
|
|
6014
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6028
6015
|
* Contact: servicedesk@veeroute.com
|
|
6029
6016
|
*
|
|
6030
6017
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6078,17 +6065,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6078
6065
|
/**
|
|
6079
6066
|
* VRt.Studio [ST]
|
|
6080
6067
|
*
|
|
6081
|
-
* The version of the OpenAPI document: 6.
|
|
6082
|
-
* Contact: servicedesk@veeroute.com
|
|
6083
|
-
*
|
|
6084
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
6085
|
-
* Do not edit the class manually.
|
|
6086
|
-
*/
|
|
6087
|
-
|
|
6088
|
-
/**
|
|
6089
|
-
* VRt.Studio [ST]
|
|
6090
|
-
*
|
|
6091
|
-
* The version of the OpenAPI document: 6.16.2174
|
|
6068
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6092
6069
|
* Contact: servicedesk@veeroute.com
|
|
6093
6070
|
*
|
|
6094
6071
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6098,7 +6075,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6098
6075
|
/**
|
|
6099
6076
|
* VRt.Studio [ST]
|
|
6100
6077
|
*
|
|
6101
|
-
* The version of the OpenAPI document: 6.
|
|
6078
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6102
6079
|
* Contact: servicedesk@veeroute.com
|
|
6103
6080
|
*
|
|
6104
6081
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6108,7 +6085,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
6108
6085
|
/**
|
|
6109
6086
|
* VRt.Studio [ST]
|
|
6110
6087
|
*
|
|
6111
|
-
* The version of the OpenAPI document: 6.
|
|
6088
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6112
6089
|
* Contact: servicedesk@veeroute.com
|
|
6113
6090
|
*
|
|
6114
6091
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6136,7 +6113,7 @@ var TransportTypeStudio;
|
|
|
6136
6113
|
/**
|
|
6137
6114
|
* VRt.Studio [ST]
|
|
6138
6115
|
*
|
|
6139
|
-
* The version of the OpenAPI document: 6.
|
|
6116
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6140
6117
|
* Contact: servicedesk@veeroute.com
|
|
6141
6118
|
*
|
|
6142
6119
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6154,7 +6131,7 @@ var TripStartTimeStrategyStudio;
|
|
|
6154
6131
|
/**
|
|
6155
6132
|
* VRt.Studio [ST]
|
|
6156
6133
|
*
|
|
6157
|
-
* The version of the OpenAPI document: 6.
|
|
6134
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6158
6135
|
* Contact: servicedesk@veeroute.com
|
|
6159
6136
|
*
|
|
6160
6137
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6180,7 +6157,7 @@ var TripStateFlagStudio;
|
|
|
6180
6157
|
/**
|
|
6181
6158
|
* VRt.Studio [ST]
|
|
6182
6159
|
*
|
|
6183
|
-
* The version of the OpenAPI document: 6.
|
|
6160
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6184
6161
|
* Contact: servicedesk@veeroute.com
|
|
6185
6162
|
*
|
|
6186
6163
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6190,7 +6167,7 @@ var TripStateFlagStudio;
|
|
|
6190
6167
|
/**
|
|
6191
6168
|
* VRt.Studio [ST]
|
|
6192
6169
|
*
|
|
6193
|
-
* The version of the OpenAPI document: 6.
|
|
6170
|
+
* The version of the OpenAPI document: 6.17.2224
|
|
6194
6171
|
* Contact: servicedesk@veeroute.com
|
|
6195
6172
|
*
|
|
6196
6173
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6251,5 +6228,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6251
6228
|
* Generated bundle index. Do not edit.
|
|
6252
6229
|
*/
|
|
6253
6230
|
|
|
6254
|
-
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactTypeStudio, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
6231
|
+
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactTypeStudio, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
6255
6232
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|