@veeroute/lss-studio-angular 6.5.1990 → 6.7.2022
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/experimentsServiceInterface.d.ts +1 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/hardlinksService.d.ts +39 -1
- package/api/hardlinksServiceInterface.d.ts +21 -1
- package/api/locationsServiceInterface.d.ts +1 -1
- package/api/ordersService.d.ts +39 -1
- package/api/ordersServiceInterface.d.ts +21 -1
- package/api/performersService.d.ts +39 -1
- package/api/performersServiceInterface.d.ts +21 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsService.d.ts +39 -1
- package/api/transportsServiceInterface.d.ts +21 -1
- package/api/tripsServiceInterface.d.ts +3 -1
- package/cfg/experiment_statistics.json +9 -2
- package/cfg/method_groups.json +49 -1
- package/cfg/table_settings.json +17 -1
- package/esm2020/api/experimentsService.mjs +2 -2
- package/esm2020/api/experimentsServiceInterface.mjs +1 -1
- package/esm2020/api/explorerService.mjs +2 -2
- package/esm2020/api/explorerServiceInterface.mjs +1 -1
- package/esm2020/api/hardlinksService.mjs +126 -2
- package/esm2020/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2020/api/locationsService.mjs +2 -2
- package/esm2020/api/locationsServiceInterface.mjs +1 -1
- package/esm2020/api/ordersService.mjs +126 -2
- package/esm2020/api/ordersServiceInterface.mjs +1 -1
- package/esm2020/api/performersService.mjs +126 -2
- package/esm2020/api/performersServiceInterface.mjs +1 -1
- package/esm2020/api/systemService.mjs +2 -2
- package/esm2020/api/systemServiceInterface.mjs +1 -1
- package/esm2020/api/transportsService.mjs +126 -2
- package/esm2020/api/transportsServiceInterface.mjs +1 -1
- package/esm2020/api/tripsService.mjs +7 -3
- package/esm2020/api/tripsServiceInterface.mjs +1 -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 -2
- package/esm2020/model/basicState.mjs +2 -2
- package/esm2020/model/basicTimeWindow.mjs +2 -2
- package/esm2020/model/basicTracksType.mjs +18 -0
- 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 -2
- 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 -2
- package/esm2020/model/checkResult.mjs +2 -2
- package/esm2020/model/compatibilityPenalty.mjs +2 -2
- package/esm2020/model/custom400WithErrorsAndWarnings.mjs +1 -1
- 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 -2
- package/esm2020/model/entityPath.mjs +1 -1
- package/esm2020/model/entityType.mjs +2 -2
- package/esm2020/model/entityWarning.mjs +1 -1
- package/esm2020/model/entityWarningType.mjs +4 -3
- 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 -2
- package/esm2020/model/general401.mjs +1 -1
- package/esm2020/model/general402.mjs +1 -1
- package/esm2020/model/general403.mjs +1 -1
- package/esm2020/model/general404.mjs +1 -1
- package/esm2020/model/general404Detail.mjs +1 -1
- package/esm2020/model/general429.mjs +1 -1
- package/esm2020/model/general500.mjs +1 -1
- 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 -2
- 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 +2 -1
- 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 -2
- 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 -2
- package/esm2020/model/tableHardlink.mjs +1 -1
- package/esm2020/model/tableHardlinkColumnType.mjs +3 -2
- package/esm2020/model/tableHardlinkFields.mjs +3 -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 -2
- 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 +3 -2
- 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 +3 -2
- 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 -2
- 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 +3 -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 -2
- 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 -2
- package/esm2020/model/tripState.mjs +1 -1
- package/esm2020/model/tripStateFlag.mjs +2 -2
- 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/fesm2015/veeroute-lss-studio-angular.mjs +561 -37
- package/fesm2015/veeroute-lss-studio-angular.mjs.map +1 -1
- package/fesm2020/veeroute-lss-studio-angular.mjs +597 -73
- package/fesm2020/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 +16 -0
- 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 +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- 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 +4 -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/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/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 +1 -0
- package/model/objectMetrics.d.ts +3 -3
- 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 +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 +3 -3
- 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 +6 -2
- 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 +3 -2
- package/model/tableHardlinkFields.d.ts +7 -2
- 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 +2 -1
- package/model/tableOrderFields.d.ts +5 -1
- 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 +2 -1
- package/model/tablePerformerFields.d.ts +6 -2
- 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 +6 -2
- 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 +2 -2
- package/model/tableTripFields.d.ts +2 -2
- 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 +3 -3
- 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 +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 +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 +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 +6 -2
- package/model/webOrderGeopointList.d.ts +1 -1
- package/model/webPerformer.d.ts +1 -1
- package/model/webPerformerGeopoint.d.ts +6 -2
- package/model/webPerformerGeopointList.d.ts +1 -1
- package/model/webTransport.d.ts +1 -1
- package/model/webTransportGeopoint.d.ts +6 -2
- package/model/webTransportGeopointList.d.ts +1 -1
- package/model/webTrip.d.ts +1 -1
- package/model/webTripTrack.d.ts +7 -3
- package/model/webTripTrackList.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
|
@@ -132,7 +132,7 @@ class Configuration {
|
|
|
132
132
|
/**
|
|
133
133
|
* VRt.Studio [ST]
|
|
134
134
|
*
|
|
135
|
-
* The version of the OpenAPI document: 6.
|
|
135
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
136
136
|
* Contact: servicedesk@veeroute.com
|
|
137
137
|
*
|
|
138
138
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1166,7 +1166,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1166
1166
|
/**
|
|
1167
1167
|
* VRt.Studio [ST]
|
|
1168
1168
|
*
|
|
1169
|
-
* The version of the OpenAPI document: 6.
|
|
1169
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
1170
1170
|
* Contact: servicedesk@veeroute.com
|
|
1171
1171
|
*
|
|
1172
1172
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1587,7 +1587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1587
1587
|
/**
|
|
1588
1588
|
* VRt.Studio [ST]
|
|
1589
1589
|
*
|
|
1590
|
-
* The version of the OpenAPI document: 6.
|
|
1590
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
1591
1591
|
* Contact: servicedesk@veeroute.com
|
|
1592
1592
|
*
|
|
1593
1593
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1766,6 +1766,130 @@ class HardlinksService {
|
|
|
1766
1766
|
reportProgress: reportProgress
|
|
1767
1767
|
});
|
|
1768
1768
|
}
|
|
1769
|
+
disableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1770
|
+
const experimentKey = requestParameters.experimentKey;
|
|
1771
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
1772
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling disableHardlinks.');
|
|
1773
|
+
}
|
|
1774
|
+
const requestBody = requestParameters.requestBody;
|
|
1775
|
+
if (requestBody === null || requestBody === undefined) {
|
|
1776
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinks.');
|
|
1777
|
+
}
|
|
1778
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1779
|
+
let localVarCredential;
|
|
1780
|
+
// authentication (ApiKeyAuth) required
|
|
1781
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1782
|
+
if (localVarCredential) {
|
|
1783
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1784
|
+
}
|
|
1785
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1786
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1787
|
+
// to determine the Accept header
|
|
1788
|
+
const httpHeaderAccepts = [
|
|
1789
|
+
'application/json'
|
|
1790
|
+
];
|
|
1791
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1792
|
+
}
|
|
1793
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1794
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1795
|
+
}
|
|
1796
|
+
let localVarHttpContext = options && options.context;
|
|
1797
|
+
if (localVarHttpContext === undefined) {
|
|
1798
|
+
localVarHttpContext = new HttpContext();
|
|
1799
|
+
}
|
|
1800
|
+
// to determine the Content-Type header
|
|
1801
|
+
const consumes = [
|
|
1802
|
+
'application/json'
|
|
1803
|
+
];
|
|
1804
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1805
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1806
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
1807
|
+
}
|
|
1808
|
+
let responseType_ = 'json';
|
|
1809
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1810
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1811
|
+
responseType_ = 'text';
|
|
1812
|
+
}
|
|
1813
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1814
|
+
responseType_ = 'json';
|
|
1815
|
+
}
|
|
1816
|
+
else {
|
|
1817
|
+
responseType_ = 'blob';
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
|
|
1821
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
1822
|
+
context: localVarHttpContext,
|
|
1823
|
+
body: requestBody,
|
|
1824
|
+
responseType: responseType_,
|
|
1825
|
+
withCredentials: this.configuration.withCredentials,
|
|
1826
|
+
headers: localVarHeaders,
|
|
1827
|
+
observe: observe,
|
|
1828
|
+
reportProgress: reportProgress
|
|
1829
|
+
});
|
|
1830
|
+
}
|
|
1831
|
+
enableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1832
|
+
const experimentKey = requestParameters.experimentKey;
|
|
1833
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
1834
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling enableHardlinks.');
|
|
1835
|
+
}
|
|
1836
|
+
const requestBody = requestParameters.requestBody;
|
|
1837
|
+
if (requestBody === null || requestBody === undefined) {
|
|
1838
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinks.');
|
|
1839
|
+
}
|
|
1840
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1841
|
+
let localVarCredential;
|
|
1842
|
+
// authentication (ApiKeyAuth) required
|
|
1843
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1844
|
+
if (localVarCredential) {
|
|
1845
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1846
|
+
}
|
|
1847
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1848
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1849
|
+
// to determine the Accept header
|
|
1850
|
+
const httpHeaderAccepts = [
|
|
1851
|
+
'application/json'
|
|
1852
|
+
];
|
|
1853
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1854
|
+
}
|
|
1855
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1856
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1857
|
+
}
|
|
1858
|
+
let localVarHttpContext = options && options.context;
|
|
1859
|
+
if (localVarHttpContext === undefined) {
|
|
1860
|
+
localVarHttpContext = new HttpContext();
|
|
1861
|
+
}
|
|
1862
|
+
// to determine the Content-Type header
|
|
1863
|
+
const consumes = [
|
|
1864
|
+
'application/json'
|
|
1865
|
+
];
|
|
1866
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1867
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1868
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
1869
|
+
}
|
|
1870
|
+
let responseType_ = 'json';
|
|
1871
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1872
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1873
|
+
responseType_ = 'text';
|
|
1874
|
+
}
|
|
1875
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1876
|
+
responseType_ = 'json';
|
|
1877
|
+
}
|
|
1878
|
+
else {
|
|
1879
|
+
responseType_ = 'blob';
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
|
|
1883
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1884
|
+
context: localVarHttpContext,
|
|
1885
|
+
body: requestBody,
|
|
1886
|
+
responseType: responseType_,
|
|
1887
|
+
withCredentials: this.configuration.withCredentials,
|
|
1888
|
+
headers: localVarHeaders,
|
|
1889
|
+
observe: observe,
|
|
1890
|
+
reportProgress: reportProgress
|
|
1891
|
+
});
|
|
1892
|
+
}
|
|
1769
1893
|
readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1770
1894
|
const experimentKey = requestParameters.experimentKey;
|
|
1771
1895
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -1978,7 +2102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
1978
2102
|
/**
|
|
1979
2103
|
* VRt.Studio [ST]
|
|
1980
2104
|
*
|
|
1981
|
-
* The version of the OpenAPI document: 6.
|
|
2105
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
1982
2106
|
* Contact: servicedesk@veeroute.com
|
|
1983
2107
|
*
|
|
1984
2108
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2428,7 +2552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
2428
2552
|
/**
|
|
2429
2553
|
* VRt.Studio [ST]
|
|
2430
2554
|
*
|
|
2431
|
-
* The version of the OpenAPI document: 6.
|
|
2555
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
2432
2556
|
* Contact: servicedesk@veeroute.com
|
|
2433
2557
|
*
|
|
2434
2558
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2607,6 +2731,130 @@ class OrdersService {
|
|
|
2607
2731
|
reportProgress: reportProgress
|
|
2608
2732
|
});
|
|
2609
2733
|
}
|
|
2734
|
+
disableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2735
|
+
const experimentKey = requestParameters.experimentKey;
|
|
2736
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
2737
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling disableOrders.');
|
|
2738
|
+
}
|
|
2739
|
+
const requestBody = requestParameters.requestBody;
|
|
2740
|
+
if (requestBody === null || requestBody === undefined) {
|
|
2741
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableOrders.');
|
|
2742
|
+
}
|
|
2743
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2744
|
+
let localVarCredential;
|
|
2745
|
+
// authentication (ApiKeyAuth) required
|
|
2746
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
2747
|
+
if (localVarCredential) {
|
|
2748
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
2749
|
+
}
|
|
2750
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
2751
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
2752
|
+
// to determine the Accept header
|
|
2753
|
+
const httpHeaderAccepts = [
|
|
2754
|
+
'application/json'
|
|
2755
|
+
];
|
|
2756
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2757
|
+
}
|
|
2758
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2759
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2760
|
+
}
|
|
2761
|
+
let localVarHttpContext = options && options.context;
|
|
2762
|
+
if (localVarHttpContext === undefined) {
|
|
2763
|
+
localVarHttpContext = new HttpContext();
|
|
2764
|
+
}
|
|
2765
|
+
// to determine the Content-Type header
|
|
2766
|
+
const consumes = [
|
|
2767
|
+
'application/json'
|
|
2768
|
+
];
|
|
2769
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2770
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2771
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2772
|
+
}
|
|
2773
|
+
let responseType_ = 'json';
|
|
2774
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2775
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2776
|
+
responseType_ = 'text';
|
|
2777
|
+
}
|
|
2778
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2779
|
+
responseType_ = 'json';
|
|
2780
|
+
}
|
|
2781
|
+
else {
|
|
2782
|
+
responseType_ = 'blob';
|
|
2783
|
+
}
|
|
2784
|
+
}
|
|
2785
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
|
|
2786
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
2787
|
+
context: localVarHttpContext,
|
|
2788
|
+
body: requestBody,
|
|
2789
|
+
responseType: responseType_,
|
|
2790
|
+
withCredentials: this.configuration.withCredentials,
|
|
2791
|
+
headers: localVarHeaders,
|
|
2792
|
+
observe: observe,
|
|
2793
|
+
reportProgress: reportProgress
|
|
2794
|
+
});
|
|
2795
|
+
}
|
|
2796
|
+
enableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2797
|
+
const experimentKey = requestParameters.experimentKey;
|
|
2798
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
2799
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling enableOrders.');
|
|
2800
|
+
}
|
|
2801
|
+
const requestBody = requestParameters.requestBody;
|
|
2802
|
+
if (requestBody === null || requestBody === undefined) {
|
|
2803
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableOrders.');
|
|
2804
|
+
}
|
|
2805
|
+
let localVarHeaders = this.defaultHeaders;
|
|
2806
|
+
let localVarCredential;
|
|
2807
|
+
// authentication (ApiKeyAuth) required
|
|
2808
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
2809
|
+
if (localVarCredential) {
|
|
2810
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
2811
|
+
}
|
|
2812
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
2813
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
2814
|
+
// to determine the Accept header
|
|
2815
|
+
const httpHeaderAccepts = [
|
|
2816
|
+
'application/json'
|
|
2817
|
+
];
|
|
2818
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2819
|
+
}
|
|
2820
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
2821
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
2822
|
+
}
|
|
2823
|
+
let localVarHttpContext = options && options.context;
|
|
2824
|
+
if (localVarHttpContext === undefined) {
|
|
2825
|
+
localVarHttpContext = new HttpContext();
|
|
2826
|
+
}
|
|
2827
|
+
// to determine the Content-Type header
|
|
2828
|
+
const consumes = [
|
|
2829
|
+
'application/json'
|
|
2830
|
+
];
|
|
2831
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2832
|
+
if (httpContentTypeSelected !== undefined) {
|
|
2833
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
2834
|
+
}
|
|
2835
|
+
let responseType_ = 'json';
|
|
2836
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
2837
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
2838
|
+
responseType_ = 'text';
|
|
2839
|
+
}
|
|
2840
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
2841
|
+
responseType_ = 'json';
|
|
2842
|
+
}
|
|
2843
|
+
else {
|
|
2844
|
+
responseType_ = 'blob';
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2847
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
|
|
2848
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
2849
|
+
context: localVarHttpContext,
|
|
2850
|
+
body: requestBody,
|
|
2851
|
+
responseType: responseType_,
|
|
2852
|
+
withCredentials: this.configuration.withCredentials,
|
|
2853
|
+
headers: localVarHeaders,
|
|
2854
|
+
observe: observe,
|
|
2855
|
+
reportProgress: reportProgress
|
|
2856
|
+
});
|
|
2857
|
+
}
|
|
2610
2858
|
readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2611
2859
|
const experimentKey = requestParameters.experimentKey;
|
|
2612
2860
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -2878,7 +3126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
2878
3126
|
/**
|
|
2879
3127
|
* VRt.Studio [ST]
|
|
2880
3128
|
*
|
|
2881
|
-
* The version of the OpenAPI document: 6.
|
|
3129
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
2882
3130
|
* Contact: servicedesk@veeroute.com
|
|
2883
3131
|
*
|
|
2884
3132
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3057,6 +3305,130 @@ class PerformersService {
|
|
|
3057
3305
|
reportProgress: reportProgress
|
|
3058
3306
|
});
|
|
3059
3307
|
}
|
|
3308
|
+
disablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3309
|
+
const experimentKey = requestParameters.experimentKey;
|
|
3310
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
3311
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling disablePerformers.');
|
|
3312
|
+
}
|
|
3313
|
+
const requestBody = requestParameters.requestBody;
|
|
3314
|
+
if (requestBody === null || requestBody === undefined) {
|
|
3315
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disablePerformers.');
|
|
3316
|
+
}
|
|
3317
|
+
let localVarHeaders = this.defaultHeaders;
|
|
3318
|
+
let localVarCredential;
|
|
3319
|
+
// authentication (ApiKeyAuth) required
|
|
3320
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
3321
|
+
if (localVarCredential) {
|
|
3322
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
3323
|
+
}
|
|
3324
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
3325
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
3326
|
+
// to determine the Accept header
|
|
3327
|
+
const httpHeaderAccepts = [
|
|
3328
|
+
'application/json'
|
|
3329
|
+
];
|
|
3330
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3331
|
+
}
|
|
3332
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3333
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
3334
|
+
}
|
|
3335
|
+
let localVarHttpContext = options && options.context;
|
|
3336
|
+
if (localVarHttpContext === undefined) {
|
|
3337
|
+
localVarHttpContext = new HttpContext();
|
|
3338
|
+
}
|
|
3339
|
+
// to determine the Content-Type header
|
|
3340
|
+
const consumes = [
|
|
3341
|
+
'application/json'
|
|
3342
|
+
];
|
|
3343
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3344
|
+
if (httpContentTypeSelected !== undefined) {
|
|
3345
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
3346
|
+
}
|
|
3347
|
+
let responseType_ = 'json';
|
|
3348
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
3349
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
3350
|
+
responseType_ = 'text';
|
|
3351
|
+
}
|
|
3352
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
3353
|
+
responseType_ = 'json';
|
|
3354
|
+
}
|
|
3355
|
+
else {
|
|
3356
|
+
responseType_ = 'blob';
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
|
|
3360
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
3361
|
+
context: localVarHttpContext,
|
|
3362
|
+
body: requestBody,
|
|
3363
|
+
responseType: responseType_,
|
|
3364
|
+
withCredentials: this.configuration.withCredentials,
|
|
3365
|
+
headers: localVarHeaders,
|
|
3366
|
+
observe: observe,
|
|
3367
|
+
reportProgress: reportProgress
|
|
3368
|
+
});
|
|
3369
|
+
}
|
|
3370
|
+
enablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3371
|
+
const experimentKey = requestParameters.experimentKey;
|
|
3372
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
3373
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling enablePerformers.');
|
|
3374
|
+
}
|
|
3375
|
+
const requestBody = requestParameters.requestBody;
|
|
3376
|
+
if (requestBody === null || requestBody === undefined) {
|
|
3377
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enablePerformers.');
|
|
3378
|
+
}
|
|
3379
|
+
let localVarHeaders = this.defaultHeaders;
|
|
3380
|
+
let localVarCredential;
|
|
3381
|
+
// authentication (ApiKeyAuth) required
|
|
3382
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
3383
|
+
if (localVarCredential) {
|
|
3384
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
3385
|
+
}
|
|
3386
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
3387
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
3388
|
+
// to determine the Accept header
|
|
3389
|
+
const httpHeaderAccepts = [
|
|
3390
|
+
'application/json'
|
|
3391
|
+
];
|
|
3392
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3393
|
+
}
|
|
3394
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3395
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
3396
|
+
}
|
|
3397
|
+
let localVarHttpContext = options && options.context;
|
|
3398
|
+
if (localVarHttpContext === undefined) {
|
|
3399
|
+
localVarHttpContext = new HttpContext();
|
|
3400
|
+
}
|
|
3401
|
+
// to determine the Content-Type header
|
|
3402
|
+
const consumes = [
|
|
3403
|
+
'application/json'
|
|
3404
|
+
];
|
|
3405
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3406
|
+
if (httpContentTypeSelected !== undefined) {
|
|
3407
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
3408
|
+
}
|
|
3409
|
+
let responseType_ = 'json';
|
|
3410
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
3411
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
3412
|
+
responseType_ = 'text';
|
|
3413
|
+
}
|
|
3414
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
3415
|
+
responseType_ = 'json';
|
|
3416
|
+
}
|
|
3417
|
+
else {
|
|
3418
|
+
responseType_ = 'blob';
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
|
|
3422
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
3423
|
+
context: localVarHttpContext,
|
|
3424
|
+
body: requestBody,
|
|
3425
|
+
responseType: responseType_,
|
|
3426
|
+
withCredentials: this.configuration.withCredentials,
|
|
3427
|
+
headers: localVarHeaders,
|
|
3428
|
+
observe: observe,
|
|
3429
|
+
reportProgress: reportProgress
|
|
3430
|
+
});
|
|
3431
|
+
}
|
|
3060
3432
|
readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3061
3433
|
const experimentKey = requestParameters.experimentKey;
|
|
3062
3434
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -3328,7 +3700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3328
3700
|
/**
|
|
3329
3701
|
* VRt.Studio [ST]
|
|
3330
3702
|
*
|
|
3331
|
-
* The version of the OpenAPI document: 6.
|
|
3703
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
3332
3704
|
* Contact: servicedesk@veeroute.com
|
|
3333
3705
|
*
|
|
3334
3706
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3535,7 +3907,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3535
3907
|
/**
|
|
3536
3908
|
* VRt.Studio [ST]
|
|
3537
3909
|
*
|
|
3538
|
-
* The version of the OpenAPI document: 6.
|
|
3910
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
3539
3911
|
* Contact: servicedesk@veeroute.com
|
|
3540
3912
|
*
|
|
3541
3913
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3714,6 +4086,130 @@ class TransportsService {
|
|
|
3714
4086
|
reportProgress: reportProgress
|
|
3715
4087
|
});
|
|
3716
4088
|
}
|
|
4089
|
+
disableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4090
|
+
const experimentKey = requestParameters.experimentKey;
|
|
4091
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
4092
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling disableTransports.');
|
|
4093
|
+
}
|
|
4094
|
+
const requestBody = requestParameters.requestBody;
|
|
4095
|
+
if (requestBody === null || requestBody === undefined) {
|
|
4096
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableTransports.');
|
|
4097
|
+
}
|
|
4098
|
+
let localVarHeaders = this.defaultHeaders;
|
|
4099
|
+
let localVarCredential;
|
|
4100
|
+
// authentication (ApiKeyAuth) required
|
|
4101
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
4102
|
+
if (localVarCredential) {
|
|
4103
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
4104
|
+
}
|
|
4105
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
4106
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
4107
|
+
// to determine the Accept header
|
|
4108
|
+
const httpHeaderAccepts = [
|
|
4109
|
+
'application/json'
|
|
4110
|
+
];
|
|
4111
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4112
|
+
}
|
|
4113
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
4114
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
4115
|
+
}
|
|
4116
|
+
let localVarHttpContext = options && options.context;
|
|
4117
|
+
if (localVarHttpContext === undefined) {
|
|
4118
|
+
localVarHttpContext = new HttpContext();
|
|
4119
|
+
}
|
|
4120
|
+
// to determine the Content-Type header
|
|
4121
|
+
const consumes = [
|
|
4122
|
+
'application/json'
|
|
4123
|
+
];
|
|
4124
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4125
|
+
if (httpContentTypeSelected !== undefined) {
|
|
4126
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
4127
|
+
}
|
|
4128
|
+
let responseType_ = 'json';
|
|
4129
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
4130
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
4131
|
+
responseType_ = 'text';
|
|
4132
|
+
}
|
|
4133
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
4134
|
+
responseType_ = 'json';
|
|
4135
|
+
}
|
|
4136
|
+
else {
|
|
4137
|
+
responseType_ = 'blob';
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
|
|
4141
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
4142
|
+
context: localVarHttpContext,
|
|
4143
|
+
body: requestBody,
|
|
4144
|
+
responseType: responseType_,
|
|
4145
|
+
withCredentials: this.configuration.withCredentials,
|
|
4146
|
+
headers: localVarHeaders,
|
|
4147
|
+
observe: observe,
|
|
4148
|
+
reportProgress: reportProgress
|
|
4149
|
+
});
|
|
4150
|
+
}
|
|
4151
|
+
enableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4152
|
+
const experimentKey = requestParameters.experimentKey;
|
|
4153
|
+
if (experimentKey === null || experimentKey === undefined) {
|
|
4154
|
+
throw new Error('Required parameter experimentKey was null or undefined when calling enableTransports.');
|
|
4155
|
+
}
|
|
4156
|
+
const requestBody = requestParameters.requestBody;
|
|
4157
|
+
if (requestBody === null || requestBody === undefined) {
|
|
4158
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableTransports.');
|
|
4159
|
+
}
|
|
4160
|
+
let localVarHeaders = this.defaultHeaders;
|
|
4161
|
+
let localVarCredential;
|
|
4162
|
+
// authentication (ApiKeyAuth) required
|
|
4163
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
4164
|
+
if (localVarCredential) {
|
|
4165
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
4166
|
+
}
|
|
4167
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
4168
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
4169
|
+
// to determine the Accept header
|
|
4170
|
+
const httpHeaderAccepts = [
|
|
4171
|
+
'application/json'
|
|
4172
|
+
];
|
|
4173
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4174
|
+
}
|
|
4175
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
4176
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
4177
|
+
}
|
|
4178
|
+
let localVarHttpContext = options && options.context;
|
|
4179
|
+
if (localVarHttpContext === undefined) {
|
|
4180
|
+
localVarHttpContext = new HttpContext();
|
|
4181
|
+
}
|
|
4182
|
+
// to determine the Content-Type header
|
|
4183
|
+
const consumes = [
|
|
4184
|
+
'application/json'
|
|
4185
|
+
];
|
|
4186
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4187
|
+
if (httpContentTypeSelected !== undefined) {
|
|
4188
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
4189
|
+
}
|
|
4190
|
+
let responseType_ = 'json';
|
|
4191
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
4192
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
4193
|
+
responseType_ = 'text';
|
|
4194
|
+
}
|
|
4195
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
4196
|
+
responseType_ = 'json';
|
|
4197
|
+
}
|
|
4198
|
+
else {
|
|
4199
|
+
responseType_ = 'blob';
|
|
4200
|
+
}
|
|
4201
|
+
}
|
|
4202
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
|
|
4203
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
4204
|
+
context: localVarHttpContext,
|
|
4205
|
+
body: requestBody,
|
|
4206
|
+
responseType: responseType_,
|
|
4207
|
+
withCredentials: this.configuration.withCredentials,
|
|
4208
|
+
headers: localVarHeaders,
|
|
4209
|
+
observe: observe,
|
|
4210
|
+
reportProgress: reportProgress
|
|
4211
|
+
});
|
|
4212
|
+
}
|
|
3717
4213
|
readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3718
4214
|
const experimentKey = requestParameters.experimentKey;
|
|
3719
4215
|
if (experimentKey === null || experimentKey === undefined) {
|
|
@@ -3985,7 +4481,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
3985
4481
|
/**
|
|
3986
4482
|
* VRt.Studio [ST]
|
|
3987
4483
|
*
|
|
3988
|
-
* The version of the OpenAPI document: 6.
|
|
4484
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
3989
4485
|
* Contact: servicedesk@veeroute.com
|
|
3990
4486
|
*
|
|
3991
4487
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4299,6 +4795,10 @@ class TripsService {
|
|
|
4299
4795
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4300
4796
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsTracks.');
|
|
4301
4797
|
}
|
|
4798
|
+
const tracksType = requestParameters.tracksType;
|
|
4799
|
+
if (tracksType === null || tracksType === undefined) {
|
|
4800
|
+
throw new Error('Required parameter tracksType was null or undefined when calling readTripsTracks.');
|
|
4801
|
+
}
|
|
4302
4802
|
const tableTripFilterListStudio = requestParameters.tableTripFilterListStudio;
|
|
4303
4803
|
let localVarHeaders = this.defaultHeaders;
|
|
4304
4804
|
let localVarCredential;
|
|
@@ -4342,7 +4842,7 @@ class TripsService {
|
|
|
4342
4842
|
responseType_ = 'blob';
|
|
4343
4843
|
}
|
|
4344
4844
|
}
|
|
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`;
|
|
4845
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "BasicTracksTypeStudio", dataFormat: undefined })}`;
|
|
4346
4846
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
4347
4847
|
context: localVarHttpContext,
|
|
4348
4848
|
body: tableTripFilterListStudio,
|
|
@@ -4437,7 +4937,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
4437
4937
|
/**
|
|
4438
4938
|
* VRt.Studio [ST]
|
|
4439
4939
|
*
|
|
4440
|
-
* The version of the OpenAPI document: 6.
|
|
4940
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4441
4941
|
* Contact: servicedesk@veeroute.com
|
|
4442
4942
|
*
|
|
4443
4943
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4447,7 +4947,7 @@ const APIS = [ExperimentsService, ExplorerService, HardlinksService, LocationsSe
|
|
|
4447
4947
|
/**
|
|
4448
4948
|
* VRt.Studio [ST]
|
|
4449
4949
|
*
|
|
4450
|
-
* The version of the OpenAPI document: 6.
|
|
4950
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4451
4951
|
* Contact: servicedesk@veeroute.com
|
|
4452
4952
|
*
|
|
4453
4953
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4466,7 +4966,7 @@ var BasicProcessStudio;
|
|
|
4466
4966
|
/**
|
|
4467
4967
|
* VRt.Studio [ST]
|
|
4468
4968
|
*
|
|
4469
|
-
* The version of the OpenAPI document: 6.
|
|
4969
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4470
4970
|
* Contact: servicedesk@veeroute.com
|
|
4471
4971
|
*
|
|
4472
4972
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4486,17 +4986,35 @@ var BasicStateStudio;
|
|
|
4486
4986
|
/**
|
|
4487
4987
|
* VRt.Studio [ST]
|
|
4488
4988
|
*
|
|
4489
|
-
* The version of the OpenAPI document: 6.
|
|
4989
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4990
|
+
* Contact: servicedesk@veeroute.com
|
|
4991
|
+
*
|
|
4992
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4993
|
+
* Do not edit the class manually.
|
|
4994
|
+
*/
|
|
4995
|
+
|
|
4996
|
+
/**
|
|
4997
|
+
* VRt.Studio [ST]
|
|
4998
|
+
*
|
|
4999
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4490
5000
|
* Contact: servicedesk@veeroute.com
|
|
4491
5001
|
*
|
|
4492
5002
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4493
5003
|
* Do not edit the class manually.
|
|
4494
5004
|
*/
|
|
5005
|
+
/**
|
|
5006
|
+
* Tracks type.
|
|
5007
|
+
*/
|
|
5008
|
+
var BasicTracksTypeStudio;
|
|
5009
|
+
(function (BasicTracksTypeStudio) {
|
|
5010
|
+
BasicTracksTypeStudio["LINE"] = "LINE";
|
|
5011
|
+
BasicTracksTypeStudio["ROAD"] = "ROAD";
|
|
5012
|
+
})(BasicTracksTypeStudio || (BasicTracksTypeStudio = {}));
|
|
4495
5013
|
|
|
4496
5014
|
/**
|
|
4497
5015
|
* VRt.Studio [ST]
|
|
4498
5016
|
*
|
|
4499
|
-
* The version of the OpenAPI document: 6.
|
|
5017
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4500
5018
|
* Contact: servicedesk@veeroute.com
|
|
4501
5019
|
*
|
|
4502
5020
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4506,7 +5024,7 @@ var BasicStateStudio;
|
|
|
4506
5024
|
/**
|
|
4507
5025
|
* VRt.Studio [ST]
|
|
4508
5026
|
*
|
|
4509
|
-
* The version of the OpenAPI document: 6.
|
|
5027
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4510
5028
|
* Contact: servicedesk@veeroute.com
|
|
4511
5029
|
*
|
|
4512
5030
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4516,7 +5034,7 @@ var BasicStateStudio;
|
|
|
4516
5034
|
/**
|
|
4517
5035
|
* VRt.Studio [ST]
|
|
4518
5036
|
*
|
|
4519
|
-
* The version of the OpenAPI document: 6.
|
|
5037
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4520
5038
|
* Contact: servicedesk@veeroute.com
|
|
4521
5039
|
*
|
|
4522
5040
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4526,7 +5044,7 @@ var BasicStateStudio;
|
|
|
4526
5044
|
/**
|
|
4527
5045
|
* VRt.Studio [ST]
|
|
4528
5046
|
*
|
|
4529
|
-
* The version of the OpenAPI document: 6.
|
|
5047
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4530
5048
|
* Contact: servicedesk@veeroute.com
|
|
4531
5049
|
*
|
|
4532
5050
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4549,7 +5067,7 @@ var CalculationStatusStudio;
|
|
|
4549
5067
|
/**
|
|
4550
5068
|
* VRt.Studio [ST]
|
|
4551
5069
|
*
|
|
4552
|
-
* The version of the OpenAPI document: 6.
|
|
5070
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4553
5071
|
* Contact: servicedesk@veeroute.com
|
|
4554
5072
|
*
|
|
4555
5073
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4559,7 +5077,7 @@ var CalculationStatusStudio;
|
|
|
4559
5077
|
/**
|
|
4560
5078
|
* VRt.Studio [ST]
|
|
4561
5079
|
*
|
|
4562
|
-
* The version of the OpenAPI document: 6.
|
|
5080
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4563
5081
|
* Contact: servicedesk@veeroute.com
|
|
4564
5082
|
*
|
|
4565
5083
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4569,7 +5087,7 @@ var CalculationStatusStudio;
|
|
|
4569
5087
|
/**
|
|
4570
5088
|
* VRt.Studio [ST]
|
|
4571
5089
|
*
|
|
4572
|
-
* The version of the OpenAPI document: 6.
|
|
5090
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4573
5091
|
* Contact: servicedesk@veeroute.com
|
|
4574
5092
|
*
|
|
4575
5093
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4589,7 +5107,7 @@ var CargoRotationTypeStudio;
|
|
|
4589
5107
|
/**
|
|
4590
5108
|
* VRt.Studio [ST]
|
|
4591
5109
|
*
|
|
4592
|
-
* The version of the OpenAPI document: 6.
|
|
5110
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4593
5111
|
* Contact: servicedesk@veeroute.com
|
|
4594
5112
|
*
|
|
4595
5113
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4599,7 +5117,7 @@ var CargoRotationTypeStudio;
|
|
|
4599
5117
|
/**
|
|
4600
5118
|
* VRt.Studio [ST]
|
|
4601
5119
|
*
|
|
4602
|
-
* The version of the OpenAPI document: 6.
|
|
5120
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4603
5121
|
* Contact: servicedesk@veeroute.com
|
|
4604
5122
|
*
|
|
4605
5123
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4609,7 +5127,7 @@ var CargoRotationTypeStudio;
|
|
|
4609
5127
|
/**
|
|
4610
5128
|
* VRt.Studio [ST]
|
|
4611
5129
|
*
|
|
4612
|
-
* The version of the OpenAPI document: 6.
|
|
5130
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4613
5131
|
* Contact: servicedesk@veeroute.com
|
|
4614
5132
|
*
|
|
4615
5133
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4634,7 +5152,7 @@ var DemandStudioDemandTypeEnum;
|
|
|
4634
5152
|
/**
|
|
4635
5153
|
* VRt.Studio [ST]
|
|
4636
5154
|
*
|
|
4637
|
-
* The version of the OpenAPI document: 6.
|
|
5155
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4638
5156
|
* Contact: servicedesk@veeroute.com
|
|
4639
5157
|
*
|
|
4640
5158
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4658,7 +5176,7 @@ var EntityErrorTypeStudio;
|
|
|
4658
5176
|
/**
|
|
4659
5177
|
* VRt.Studio [ST]
|
|
4660
5178
|
*
|
|
4661
|
-
* The version of the OpenAPI document: 6.
|
|
5179
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4662
5180
|
* Contact: servicedesk@veeroute.com
|
|
4663
5181
|
*
|
|
4664
5182
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4700,14 +5218,14 @@ var EntityTypeStudio;
|
|
|
4700
5218
|
/**
|
|
4701
5219
|
* VRt.Studio [ST]
|
|
4702
5220
|
*
|
|
4703
|
-
* The version of the OpenAPI document: 6.
|
|
5221
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4704
5222
|
* Contact: servicedesk@veeroute.com
|
|
4705
5223
|
*
|
|
4706
5224
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
4707
5225
|
* Do not edit the class manually.
|
|
4708
5226
|
*/
|
|
4709
5227
|
/**
|
|
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
|
|
5228
|
+
* 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
|
|
4711
5229
|
*/
|
|
4712
5230
|
var EntityWarningTypeStudio;
|
|
4713
5231
|
(function (EntityWarningTypeStudio) {
|
|
@@ -4734,12 +5252,13 @@ var EntityWarningTypeStudio;
|
|
|
4734
5252
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW";
|
|
4735
5253
|
EntityWarningTypeStudio["DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW"] = "DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW";
|
|
4736
5254
|
EntityWarningTypeStudio["MAX_CALCULATION_TIME_VIOLATION"] = "MAX_CALCULATION_TIME_VIOLATION";
|
|
5255
|
+
EntityWarningTypeStudio["MAX_WAITING_TIME_VIOLATION"] = "MAX_WAITING_TIME_VIOLATION";
|
|
4737
5256
|
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
4738
5257
|
|
|
4739
5258
|
/**
|
|
4740
5259
|
* VRt.Studio [ST]
|
|
4741
5260
|
*
|
|
4742
|
-
* The version of the OpenAPI document: 6.
|
|
5261
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4743
5262
|
* Contact: servicedesk@veeroute.com
|
|
4744
5263
|
*
|
|
4745
5264
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4749,7 +5268,7 @@ var EntityWarningTypeStudio;
|
|
|
4749
5268
|
/**
|
|
4750
5269
|
* VRt.Studio [ST]
|
|
4751
5270
|
*
|
|
4752
|
-
* The version of the OpenAPI document: 6.
|
|
5271
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4753
5272
|
* Contact: servicedesk@veeroute.com
|
|
4754
5273
|
*
|
|
4755
5274
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4759,7 +5278,7 @@ var EntityWarningTypeStudio;
|
|
|
4759
5278
|
/**
|
|
4760
5279
|
* VRt.Studio [ST]
|
|
4761
5280
|
*
|
|
4762
|
-
* The version of the OpenAPI document: 6.
|
|
5281
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4763
5282
|
* Contact: servicedesk@veeroute.com
|
|
4764
5283
|
*
|
|
4765
5284
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4769,7 +5288,7 @@ var EntityWarningTypeStudio;
|
|
|
4769
5288
|
/**
|
|
4770
5289
|
* VRt.Studio [ST]
|
|
4771
5290
|
*
|
|
4772
|
-
* The version of the OpenAPI document: 6.
|
|
5291
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4773
5292
|
* Contact: servicedesk@veeroute.com
|
|
4774
5293
|
*
|
|
4775
5294
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4787,7 +5306,7 @@ var FolderTypeStudio;
|
|
|
4787
5306
|
/**
|
|
4788
5307
|
* VRt.Studio [ST]
|
|
4789
5308
|
*
|
|
4790
|
-
* The version of the OpenAPI document: 6.
|
|
5309
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4791
5310
|
* Contact: servicedesk@veeroute.com
|
|
4792
5311
|
*
|
|
4793
5312
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4797,7 +5316,7 @@ var FolderTypeStudio;
|
|
|
4797
5316
|
/**
|
|
4798
5317
|
* VRt.Studio [ST]
|
|
4799
5318
|
*
|
|
4800
|
-
* The version of the OpenAPI document: 6.
|
|
5319
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4801
5320
|
* Contact: servicedesk@veeroute.com
|
|
4802
5321
|
*
|
|
4803
5322
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4807,7 +5326,7 @@ var FolderTypeStudio;
|
|
|
4807
5326
|
/**
|
|
4808
5327
|
* VRt.Studio [ST]
|
|
4809
5328
|
*
|
|
4810
|
-
* The version of the OpenAPI document: 6.
|
|
5329
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4811
5330
|
* Contact: servicedesk@veeroute.com
|
|
4812
5331
|
*
|
|
4813
5332
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4826,7 +5345,7 @@ var HardlinkElementTypeStudio;
|
|
|
4826
5345
|
/**
|
|
4827
5346
|
* VRt.Studio [ST]
|
|
4828
5347
|
*
|
|
4829
|
-
* The version of the OpenAPI document: 6.
|
|
5348
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4830
5349
|
* Contact: servicedesk@veeroute.com
|
|
4831
5350
|
*
|
|
4832
5351
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4847,7 +5366,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4847
5366
|
/**
|
|
4848
5367
|
* VRt.Studio [ST]
|
|
4849
5368
|
*
|
|
4850
|
-
* The version of the OpenAPI document: 6.
|
|
5369
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4851
5370
|
* Contact: servicedesk@veeroute.com
|
|
4852
5371
|
*
|
|
4853
5372
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4857,7 +5376,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4857
5376
|
/**
|
|
4858
5377
|
* VRt.Studio [ST]
|
|
4859
5378
|
*
|
|
4860
|
-
* The version of the OpenAPI document: 6.
|
|
5379
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4861
5380
|
* Contact: servicedesk@veeroute.com
|
|
4862
5381
|
*
|
|
4863
5382
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4867,7 +5386,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4867
5386
|
/**
|
|
4868
5387
|
* VRt.Studio [ST]
|
|
4869
5388
|
*
|
|
4870
|
-
* The version of the OpenAPI document: 6.
|
|
5389
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4871
5390
|
* Contact: servicedesk@veeroute.com
|
|
4872
5391
|
*
|
|
4873
5392
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4877,7 +5396,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
4877
5396
|
/**
|
|
4878
5397
|
* VRt.Studio [ST]
|
|
4879
5398
|
*
|
|
4880
|
-
* The version of the OpenAPI document: 6.
|
|
5399
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4881
5400
|
* Contact: servicedesk@veeroute.com
|
|
4882
5401
|
*
|
|
4883
5402
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4893,7 +5412,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4893
5412
|
/**
|
|
4894
5413
|
* VRt.Studio [ST]
|
|
4895
5414
|
*
|
|
4896
|
-
* The version of the OpenAPI document: 6.
|
|
5415
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4897
5416
|
* Contact: servicedesk@veeroute.com
|
|
4898
5417
|
*
|
|
4899
5418
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4903,7 +5422,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4903
5422
|
/**
|
|
4904
5423
|
* VRt.Studio [ST]
|
|
4905
5424
|
*
|
|
4906
|
-
* The version of the OpenAPI document: 6.
|
|
5425
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4907
5426
|
* Contact: servicedesk@veeroute.com
|
|
4908
5427
|
*
|
|
4909
5428
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4913,7 +5432,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4913
5432
|
/**
|
|
4914
5433
|
* VRt.Studio [ST]
|
|
4915
5434
|
*
|
|
4916
|
-
* The version of the OpenAPI document: 6.
|
|
5435
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4917
5436
|
* Contact: servicedesk@veeroute.com
|
|
4918
5437
|
*
|
|
4919
5438
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4923,7 +5442,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4923
5442
|
/**
|
|
4924
5443
|
* VRt.Studio [ST]
|
|
4925
5444
|
*
|
|
4926
|
-
* The version of the OpenAPI document: 6.
|
|
5445
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4927
5446
|
* Contact: servicedesk@veeroute.com
|
|
4928
5447
|
*
|
|
4929
5448
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4933,7 +5452,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4933
5452
|
/**
|
|
4934
5453
|
* VRt.Studio [ST]
|
|
4935
5454
|
*
|
|
4936
|
-
* The version of the OpenAPI document: 6.
|
|
5455
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4937
5456
|
* Contact: servicedesk@veeroute.com
|
|
4938
5457
|
*
|
|
4939
5458
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4943,7 +5462,7 @@ var OrderFactStudioTypeEnum;
|
|
|
4943
5462
|
/**
|
|
4944
5463
|
* VRt.Studio [ST]
|
|
4945
5464
|
*
|
|
4946
|
-
* The version of the OpenAPI document: 6.
|
|
5465
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4947
5466
|
* Contact: servicedesk@veeroute.com
|
|
4948
5467
|
*
|
|
4949
5468
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4970,7 +5489,7 @@ var ServiceNameStudio;
|
|
|
4970
5489
|
/**
|
|
4971
5490
|
* VRt.Studio [ST]
|
|
4972
5491
|
*
|
|
4973
|
-
* The version of the OpenAPI document: 6.
|
|
5492
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4974
5493
|
* Contact: servicedesk@veeroute.com
|
|
4975
5494
|
*
|
|
4976
5495
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4980,7 +5499,7 @@ var ServiceNameStudio;
|
|
|
4980
5499
|
/**
|
|
4981
5500
|
* VRt.Studio [ST]
|
|
4982
5501
|
*
|
|
4983
|
-
* The version of the OpenAPI document: 6.
|
|
5502
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4984
5503
|
* Contact: servicedesk@veeroute.com
|
|
4985
5504
|
*
|
|
4986
5505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4990,7 +5509,7 @@ var ServiceNameStudio;
|
|
|
4990
5509
|
/**
|
|
4991
5510
|
* VRt.Studio [ST]
|
|
4992
5511
|
*
|
|
4993
|
-
* The version of the OpenAPI document: 6.
|
|
5512
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
4994
5513
|
* Contact: servicedesk@veeroute.com
|
|
4995
5514
|
*
|
|
4996
5515
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5000,7 +5519,7 @@ var ServiceNameStudio;
|
|
|
5000
5519
|
/**
|
|
5001
5520
|
* VRt.Studio [ST]
|
|
5002
5521
|
*
|
|
5003
|
-
* The version of the OpenAPI document: 6.
|
|
5522
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5004
5523
|
* Contact: servicedesk@veeroute.com
|
|
5005
5524
|
*
|
|
5006
5525
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5010,7 +5529,7 @@ var ServiceNameStudio;
|
|
|
5010
5529
|
/**
|
|
5011
5530
|
* VRt.Studio [ST]
|
|
5012
5531
|
*
|
|
5013
|
-
* The version of the OpenAPI document: 6.
|
|
5532
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5014
5533
|
* Contact: servicedesk@veeroute.com
|
|
5015
5534
|
*
|
|
5016
5535
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5020,7 +5539,7 @@ var ServiceNameStudio;
|
|
|
5020
5539
|
/**
|
|
5021
5540
|
* VRt.Studio [ST]
|
|
5022
5541
|
*
|
|
5023
|
-
* The version of the OpenAPI document: 6.
|
|
5542
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5024
5543
|
* Contact: servicedesk@veeroute.com
|
|
5025
5544
|
*
|
|
5026
5545
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5030,7 +5549,7 @@ var ServiceNameStudio;
|
|
|
5030
5549
|
/**
|
|
5031
5550
|
* VRt.Studio [ST]
|
|
5032
5551
|
*
|
|
5033
|
-
* The version of the OpenAPI document: 6.
|
|
5552
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5034
5553
|
* Contact: servicedesk@veeroute.com
|
|
5035
5554
|
*
|
|
5036
5555
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5040,7 +5559,7 @@ var ServiceNameStudio;
|
|
|
5040
5559
|
/**
|
|
5041
5560
|
* VRt.Studio [ST]
|
|
5042
5561
|
*
|
|
5043
|
-
* The version of the OpenAPI document: 6.
|
|
5562
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5044
5563
|
* Contact: servicedesk@veeroute.com
|
|
5045
5564
|
*
|
|
5046
5565
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5050,7 +5569,7 @@ var ServiceNameStudio;
|
|
|
5050
5569
|
/**
|
|
5051
5570
|
* VRt.Studio [ST]
|
|
5052
5571
|
*
|
|
5053
|
-
* The version of the OpenAPI document: 6.
|
|
5572
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5054
5573
|
* Contact: servicedesk@veeroute.com
|
|
5055
5574
|
*
|
|
5056
5575
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5073,7 +5592,7 @@ var TableFilterTypeStudio;
|
|
|
5073
5592
|
/**
|
|
5074
5593
|
* VRt.Studio [ST]
|
|
5075
5594
|
*
|
|
5076
|
-
* The version of the OpenAPI document: 6.
|
|
5595
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5077
5596
|
* Contact: servicedesk@veeroute.com
|
|
5078
5597
|
*
|
|
5079
5598
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5090,12 +5609,13 @@ var TableHardlinkColumnTypeStudio;
|
|
|
5090
5609
|
TableHardlinkColumnTypeStudio["ELEMENT_TYPE"] = "ELEMENT_TYPE";
|
|
5091
5610
|
TableHardlinkColumnTypeStudio["ELEMENTS_COUNT"] = "ELEMENTS_COUNT";
|
|
5092
5611
|
TableHardlinkColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5612
|
+
TableHardlinkColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
5093
5613
|
})(TableHardlinkColumnTypeStudio || (TableHardlinkColumnTypeStudio = {}));
|
|
5094
5614
|
|
|
5095
5615
|
/**
|
|
5096
5616
|
* VRt.Studio [ST]
|
|
5097
5617
|
*
|
|
5098
|
-
* The version of the OpenAPI document: 6.
|
|
5618
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5099
5619
|
* Contact: servicedesk@veeroute.com
|
|
5100
5620
|
*
|
|
5101
5621
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5109,6 +5629,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
5109
5629
|
;
|
|
5110
5630
|
var TableHardlinkFieldsStudioElementTypeEnum;
|
|
5111
5631
|
(function (TableHardlinkFieldsStudioElementTypeEnum) {
|
|
5632
|
+
TableHardlinkFieldsStudioElementTypeEnum["HARDLINK"] = "HARDLINK";
|
|
5112
5633
|
TableHardlinkFieldsStudioElementTypeEnum["ORDER"] = "ORDER";
|
|
5113
5634
|
TableHardlinkFieldsStudioElementTypeEnum["PERFORMER_SHIFT"] = "PERFORMER_SHIFT";
|
|
5114
5635
|
TableHardlinkFieldsStudioElementTypeEnum["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
|
|
@@ -5118,7 +5639,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5118
5639
|
/**
|
|
5119
5640
|
* VRt.Studio [ST]
|
|
5120
5641
|
*
|
|
5121
|
-
* The version of the OpenAPI document: 6.
|
|
5642
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5122
5643
|
* Contact: servicedesk@veeroute.com
|
|
5123
5644
|
*
|
|
5124
5645
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5128,7 +5649,7 @@ var TableHardlinkFieldsStudioElementTypeEnum;
|
|
|
5128
5649
|
/**
|
|
5129
5650
|
* VRt.Studio [ST]
|
|
5130
5651
|
*
|
|
5131
|
-
* The version of the OpenAPI document: 6.
|
|
5652
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5132
5653
|
* Contact: servicedesk@veeroute.com
|
|
5133
5654
|
*
|
|
5134
5655
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5156,7 +5677,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
5156
5677
|
/**
|
|
5157
5678
|
* VRt.Studio [ST]
|
|
5158
5679
|
*
|
|
5159
|
-
* The version of the OpenAPI document: 6.
|
|
5680
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5160
5681
|
* Contact: servicedesk@veeroute.com
|
|
5161
5682
|
*
|
|
5162
5683
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5193,6 +5714,7 @@ var TableOrderColumnTypeStudio;
|
|
|
5193
5714
|
TableOrderColumnTypeStudio["CARGO_RESTRICTIONS"] = "CARGO_RESTRICTIONS";
|
|
5194
5715
|
TableOrderColumnTypeStudio["DEMANDS_COUNT"] = "DEMANDS_COUNT";
|
|
5195
5716
|
TableOrderColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5717
|
+
TableOrderColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
5196
5718
|
TableOrderColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5197
5719
|
})(TableOrderColumnTypeStudio || (TableOrderColumnTypeStudio = {}));
|
|
5198
5720
|
|
|
@@ -5206,7 +5728,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
5206
5728
|
/**
|
|
5207
5729
|
* VRt.Studio [ST]
|
|
5208
5730
|
*
|
|
5209
|
-
* The version of the OpenAPI document: 6.
|
|
5731
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5210
5732
|
* Contact: servicedesk@veeroute.com
|
|
5211
5733
|
*
|
|
5212
5734
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5223,6 +5745,7 @@ var TablePerformerColumnTypeStudio;
|
|
|
5223
5745
|
TablePerformerColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
5224
5746
|
TablePerformerColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
|
|
5225
5747
|
TablePerformerColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5748
|
+
TablePerformerColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
5226
5749
|
TablePerformerColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
|
|
5227
5750
|
TablePerformerColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
5228
5751
|
TablePerformerColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
@@ -5238,7 +5761,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
5238
5761
|
/**
|
|
5239
5762
|
* VRt.Studio [ST]
|
|
5240
5763
|
*
|
|
5241
|
-
* The version of the OpenAPI document: 6.
|
|
5764
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5242
5765
|
* Contact: servicedesk@veeroute.com
|
|
5243
5766
|
*
|
|
5244
5767
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5256,6 +5779,7 @@ var TableTransportColumnTypeStudio;
|
|
|
5256
5779
|
TableTransportColumnTypeStudio["AVAILABILITY_TIME"] = "AVAILABILITY_TIME";
|
|
5257
5780
|
TableTransportColumnTypeStudio["TRANSPORT_TYPE"] = "TRANSPORT_TYPE";
|
|
5258
5781
|
TableTransportColumnTypeStudio["TRIP_KEY"] = "TRIP_KEY";
|
|
5782
|
+
TableTransportColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
5259
5783
|
TableTransportColumnTypeStudio["LOCATION_KEYS"] = "LOCATION_KEYS";
|
|
5260
5784
|
TableTransportColumnTypeStudio["TRIPS_COUNT"] = "TRIPS_COUNT";
|
|
5261
5785
|
TableTransportColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
@@ -5271,7 +5795,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
5271
5795
|
/**
|
|
5272
5796
|
* VRt.Studio [ST]
|
|
5273
5797
|
*
|
|
5274
|
-
* The version of the OpenAPI document: 6.
|
|
5798
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5275
5799
|
* Contact: servicedesk@veeroute.com
|
|
5276
5800
|
*
|
|
5277
5801
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5287,7 +5811,7 @@ var TableTripColumnTypeStudio;
|
|
|
5287
5811
|
TableTripColumnTypeStudio["PRISTINE"] = "PRISTINE";
|
|
5288
5812
|
TableTripColumnTypeStudio["WORKING_TIME"] = "WORKING_TIME";
|
|
5289
5813
|
TableTripColumnTypeStudio["ORDERS_COUNT"] = "ORDERS_COUNT";
|
|
5290
|
-
TableTripColumnTypeStudio["
|
|
5814
|
+
TableTripColumnTypeStudio["TRIP_NAME"] = "TRIP_NAME";
|
|
5291
5815
|
TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
|
|
5292
5816
|
})(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
|
|
5293
5817
|
|
|
@@ -5301,7 +5825,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5301
5825
|
/**
|
|
5302
5826
|
* VRt.Studio [ST]
|
|
5303
5827
|
*
|
|
5304
|
-
* The version of the OpenAPI document: 6.
|
|
5828
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5305
5829
|
* Contact: servicedesk@veeroute.com
|
|
5306
5830
|
*
|
|
5307
5831
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5311,7 +5835,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5311
5835
|
/**
|
|
5312
5836
|
* VRt.Studio [ST]
|
|
5313
5837
|
*
|
|
5314
|
-
* The version of the OpenAPI document: 6.
|
|
5838
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5315
5839
|
* Contact: servicedesk@veeroute.com
|
|
5316
5840
|
*
|
|
5317
5841
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5321,7 +5845,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5321
5845
|
/**
|
|
5322
5846
|
* VRt.Studio [ST]
|
|
5323
5847
|
*
|
|
5324
|
-
* The version of the OpenAPI document: 6.
|
|
5848
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5325
5849
|
* Contact: servicedesk@veeroute.com
|
|
5326
5850
|
*
|
|
5327
5851
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5331,7 +5855,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
5331
5855
|
/**
|
|
5332
5856
|
* VRt.Studio [ST]
|
|
5333
5857
|
*
|
|
5334
|
-
* The version of the OpenAPI document: 6.
|
|
5858
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5335
5859
|
* Contact: servicedesk@veeroute.com
|
|
5336
5860
|
*
|
|
5337
5861
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5357,7 +5881,7 @@ var TransportTypeStudio;
|
|
|
5357
5881
|
/**
|
|
5358
5882
|
* VRt.Studio [ST]
|
|
5359
5883
|
*
|
|
5360
|
-
* The version of the OpenAPI document: 6.
|
|
5884
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5361
5885
|
* Contact: servicedesk@veeroute.com
|
|
5362
5886
|
*
|
|
5363
5887
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5375,7 +5899,7 @@ var TripStartTimeStrategyStudio;
|
|
|
5375
5899
|
/**
|
|
5376
5900
|
* VRt.Studio [ST]
|
|
5377
5901
|
*
|
|
5378
|
-
* The version of the OpenAPI document: 6.
|
|
5902
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5379
5903
|
* Contact: servicedesk@veeroute.com
|
|
5380
5904
|
*
|
|
5381
5905
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5401,7 +5925,7 @@ var TripStateFlagStudio;
|
|
|
5401
5925
|
/**
|
|
5402
5926
|
* VRt.Studio [ST]
|
|
5403
5927
|
*
|
|
5404
|
-
* The version of the OpenAPI document: 6.
|
|
5928
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5405
5929
|
* Contact: servicedesk@veeroute.com
|
|
5406
5930
|
*
|
|
5407
5931
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5411,7 +5935,7 @@ var TripStateFlagStudio;
|
|
|
5411
5935
|
/**
|
|
5412
5936
|
* VRt.Studio [ST]
|
|
5413
5937
|
*
|
|
5414
|
-
* The version of the OpenAPI document: 6.
|
|
5938
|
+
* The version of the OpenAPI document: 6.7.2022
|
|
5415
5939
|
* Contact: servicedesk@veeroute.com
|
|
5416
5940
|
*
|
|
5417
5941
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5480,5 +6004,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
5480
6004
|
* Generated bundle index. Do not edit.
|
|
5481
6005
|
*/
|
|
5482
6006
|
|
|
5483
|
-
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandStudioDemandTypeEnum, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactStudioTypeEnum, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebOrderGeopointStudioDemandTypeEnum, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
6007
|
+
export { APIS, BASE_PATH, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, COLLECTION_FORMATS, CalculationStatusStudio, CargoRotationTypeStudio, Configuration, DemandFactStudioTypeEnum, DemandStudioDemandTypeEnum, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrderFactStudioTypeEnum, OrdersService, PerformersService, ServiceNameStudio, SystemService, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioElementTypeEnum, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, WebOrderGeopointStudioDemandTypeEnum, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
5484
6008
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|