@veeroute/lss-studio-angular 7.14.2618 → 7.16.2673
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 +40 -12
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +2 -1
- package/api/explorerServiceInterface.d.ts +1 -1
- package/api/externalRoutingServiceInterface.d.ts +1 -1
- package/api/factsServiceInterface.d.ts +1 -1
- 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/api/userSettingsServiceInterface.d.ts +1 -1
- package/cfg/experiment_statistics.json +29 -1
- package/esm2022/api/backupsService.mjs +8 -7
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +12 -11
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +50 -43
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +23 -22
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +11 -10
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +28 -27
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +26 -25
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +26 -25
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +32 -31
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +30 -29
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +6 -5
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +30 -29
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +44 -43
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userSettingsService.mjs +12 -11
- package/esm2022/api/userSettingsServiceInterface.mjs +1 -1
- package/esm2022/model/actualizeSettings.mjs +2 -2
- 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 +2 -2
- 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/breakRules.mjs +1 -1
- package/esm2022/model/calculationHistoryElement.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/capacity.mjs +2 -2
- package/esm2022/model/capacityCost.mjs +2 -2
- package/esm2022/model/capacityLimit.mjs +2 -2
- package/esm2022/model/capacityMultiplier.mjs +2 -2
- package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
- package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
- package/esm2022/model/capacityStatisticsSum.mjs +2 -2
- package/esm2022/model/cargo.mjs +1 -1
- package/esm2022/model/cargoAction.mjs +1 -1
- package/esm2022/model/cargoActionType.mjs +2 -2
- package/esm2022/model/cargoCompatibilities.mjs +1 -1
- 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/customfieldConvertRule.mjs +1 -1
- package/esm2022/model/customfieldEntityType.mjs +2 -2
- package/esm2022/model/customfieldsSettings.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 +4 -3
- 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 +7 -3
- package/esm2022/model/experiment.mjs +1 -1
- package/esm2022/model/experimentCheck.mjs +1 -1
- package/esm2022/model/experimentList.mjs +1 -1
- package/esm2022/model/experimentNeighbors.mjs +2 -2
- package/esm2022/model/experimentSettings.mjs +1 -1
- package/esm2022/model/experimentSpecification.mjs +2 -2
- package/esm2022/model/experimentStatistics.mjs +1 -1
- package/esm2022/model/extensionSettings.mjs +2 -2
- package/esm2022/model/fact.mjs +1 -1
- package/esm2022/model/factType.mjs +2 -2
- package/esm2022/model/featureLifetime.mjs +1 -1
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +2 -2
- package/esm2022/model/folderType.mjs +2 -2
- package/esm2022/model/general400.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/generalStatistics.mjs +1 -1
- package/esm2022/model/geoSettings.mjs +1 -1
- 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 +2 -2
- package/esm2022/model/importSource.mjs +2 -2
- package/esm2022/model/linkedEssence.mjs +2 -2
- package/esm2022/model/loadStatistics.mjs +1 -1
- package/esm2022/model/location.mjs +1 -1
- package/esm2022/model/locationCargosLimit.mjs +1 -1
- package/esm2022/model/locationCompatibilities.mjs +2 -2
- package/esm2022/model/locationLimit.mjs +1 -1
- package/esm2022/model/locationLimitStatistics.mjs +1 -1
- package/esm2022/model/locationStatistics.mjs +1 -1
- package/esm2022/model/locationTimetableElement.mjs +1 -1
- package/esm2022/model/locationTransportsLimit.mjs +2 -2
- package/esm2022/model/measurements.mjs +1 -1
- package/esm2022/model/models.mjs +2 -1
- package/esm2022/model/order.mjs +1 -1
- package/esm2022/model/orderCompatibilities.mjs +2 -2
- package/esm2022/model/performer.mjs +1 -1
- package/esm2022/model/performerCompatibilities.mjs +1 -1
- package/esm2022/model/performerLimits.mjs +1 -1
- 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/quality.mjs +1 -1
- package/esm2022/model/removedItems.mjs +11 -0
- package/esm2022/model/replanSettings.mjs +1 -1
- package/esm2022/model/replanStrategy.mjs +2 -2
- package/esm2022/model/rest.mjs +2 -2
- package/esm2022/model/restRules.mjs +1 -1
- package/esm2022/model/roundtripStatistics.mjs +1 -1
- package/esm2022/model/routingMatrix.mjs +1 -1
- package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
- package/esm2022/model/routingTransportMatrix.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/settingsKeyList.mjs +2 -2
- package/esm2022/model/stopDemand.mjs +1 -1
- package/esm2022/model/stopStatistics.mjs +1 -1
- package/esm2022/model/tableCustomfields.mjs +2 -2
- package/esm2022/model/tableCustomfieldsColumnType.mjs +2 -2
- package/esm2022/model/tableDataStats.mjs +2 -2
- package/esm2022/model/tableExperimentColumnType.mjs +2 -2
- package/esm2022/model/tableFact.mjs +1 -1
- package/esm2022/model/tableFactColumnType.mjs +2 -2
- package/esm2022/model/tableFactFields.mjs +1 -1
- package/esm2022/model/tableFactFilter.mjs +1 -1
- package/esm2022/model/tableFactFilterList.mjs +1 -1
- package/esm2022/model/tableFactList.mjs +1 -1
- package/esm2022/model/tableFactMetrics.mjs +1 -1
- package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
- 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 +1 -1
- package/esm2022/model/tableHardlinkFilter.mjs +1 -1
- package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
- package/esm2022/model/tableHardlinkList.mjs +1 -1
- package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
- package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableListCounters.mjs +1 -1
- package/esm2022/model/tableListCountersDetail.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/tableLocationMetrics.mjs +1 -1
- package/esm2022/model/tableLocationMetricsFilterList.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/tableOrderMetrics.mjs +1 -1
- package/esm2022/model/tableOrderMetricsFilterList.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/tablePerformerMetrics.mjs +1 -1
- package/esm2022/model/tablePerformerMetricsFilterList.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/tableTransportMetrics.mjs +1 -1
- package/esm2022/model/tableTransportMetricsFilterList.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/tableTripMetrics.mjs +1 -1
- package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
- package/esm2022/model/tableTripStop.mjs +1 -1
- package/esm2022/model/tableTripStopColumnType.mjs +2 -2
- package/esm2022/model/tableTripStopFields.mjs +1 -1
- package/esm2022/model/tableTripStopFilter.mjs +1 -1
- package/esm2022/model/tableTripStopFilterList.mjs +1 -1
- package/esm2022/model/tableTripStopList.mjs +1 -1
- package/esm2022/model/taskStatistics.mjs +1 -1
- package/esm2022/model/timeWindow.mjs +2 -2
- package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
- package/esm2022/model/timeWindowViolations.mjs +1 -1
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/trackpoint.mjs +2 -2
- package/esm2022/model/translations.mjs +2 -2
- package/esm2022/model/transport.mjs +1 -1
- package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
- package/esm2022/model/transportCompatibilities.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/transportSpeedMultiplier.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/tripExpectations.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/webFact.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/webTripTrackListCustom.mjs +1 -1
- package/esm2022/model/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +422 -387
- 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 +1 -1
- package/model/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/breakRules.d.ts +1 -1
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.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/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +1 -1
- package/model/customfieldsSettings.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 +3 -2
- 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 +6 -2
- package/model/experiment.d.ts +1 -1
- package/model/experimentCheck.d.ts +1 -1
- package/model/experimentList.d.ts +1 -1
- package/model/experimentNeighbors.d.ts +1 -1
- package/model/experimentSettings.d.ts +1 -1
- package/model/experimentSpecification.d.ts +1 -1
- package/model/experimentStatistics.d.ts +3 -1
- package/model/extensionSettings.d.ts +1 -1
- package/model/fact.d.ts +1 -1
- package/model/factType.d.ts +1 -1
- package/model/featureLifetime.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/folderCounters.d.ts +1 -1
- package/model/folderSpecification.d.ts +1 -1
- package/model/folderType.d.ts +1 -1
- package/model/general400.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/generalStatistics.d.ts +2 -2
- 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 +1 -1
- package/model/importSource.d.ts +1 -1
- package/model/linkedEssence.d.ts +1 -1
- package/model/loadStatistics.d.ts +1 -1
- package/model/location.d.ts +1 -1
- package/model/locationCargosLimit.d.ts +1 -1
- package/model/locationCompatibilities.d.ts +1 -1
- package/model/locationLimit.d.ts +1 -1
- package/model/locationLimitStatistics.d.ts +1 -1
- package/model/locationStatistics.d.ts +1 -1
- package/model/locationTimetableElement.d.ts +1 -1
- package/model/locationTransportsLimit.d.ts +1 -1
- package/model/measurements.d.ts +1 -1
- package/model/models.d.ts +1 -0
- package/model/order.d.ts +1 -1
- package/model/orderCompatibilities.d.ts +1 -1
- package/model/performer.d.ts +1 -1
- package/model/performerCompatibilities.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/quality.d.ts +1 -1
- package/model/removedItems.d.ts +63 -0
- package/model/replanSettings.d.ts +1 -1
- package/model/replanStrategy.d.ts +1 -1
- package/model/rest.d.ts +1 -1
- package/model/restRules.d.ts +1 -1
- package/model/roundtripStatistics.d.ts +1 -1
- package/model/routingMatrix.d.ts +1 -1
- package/model/routingMatrixWaypoint.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/settingsKeyList.d.ts +1 -1
- package/model/stopDemand.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableCustomfields.d.ts +1 -1
- package/model/tableCustomfieldsColumnType.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableExperimentColumnType.d.ts +1 -1
- package/model/tableFact.d.ts +1 -1
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +1 -1
- package/model/tableFactFilter.d.ts +1 -1
- package/model/tableFactFilterList.d.ts +1 -1
- package/model/tableFactList.d.ts +1 -1
- package/model/tableFactMetrics.d.ts +1 -1
- package/model/tableFactMetricsFilterList.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/tableHardlinkMetrics.d.ts +1 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.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/tableLocationMetrics.d.ts +1 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +1 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tableOrderMetrics.d.ts +1 -1
- package/model/tableOrderMetricsFilterList.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/tablePerformerMetrics.d.ts +1 -1
- package/model/tablePerformerMetricsFilterList.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/tableTransportMetrics.d.ts +1 -1
- package/model/tableTransportMetricsFilterList.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/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +1 -1
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +1 -1
- package/model/tableTripStopFilter.d.ts +1 -1
- package/model/tableTripStopFilterList.d.ts +1 -1
- package/model/tableTripStopList.d.ts +1 -1
- package/model/taskStatistics.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/trackpoint.d.ts +1 -1
- package/model/translations.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCapacityMultiplier.d.ts +1 -1
- package/model/transportCompatibilities.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/transportSpeedMultiplier.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/tripExpectations.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 +2 -2
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/webFact.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/webTripTrackListCustom.d.ts +1 -1
- package/model/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken,
|
|
2
|
+
import { InjectionToken, Optional, Inject, Injectable, SkipSelf, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common/http';
|
|
4
4
|
import { HttpHeaders, HttpContext, HttpParams } from '@angular/common/http';
|
|
5
5
|
|
|
@@ -162,7 +162,7 @@ class Configuration {
|
|
|
162
162
|
/**
|
|
163
163
|
* VRt.Studio [ST]
|
|
164
164
|
*
|
|
165
|
-
* The version of the OpenAPI document: 7.
|
|
165
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
166
166
|
* Contact: servicedesk@veeroute.com
|
|
167
167
|
*
|
|
168
168
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -181,8 +181,9 @@ class BackupsService {
|
|
|
181
181
|
this.configuration = configuration;
|
|
182
182
|
}
|
|
183
183
|
if (typeof this.configuration.basePath !== 'string') {
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
185
|
+
if (firstBasePath != undefined) {
|
|
186
|
+
basePath = firstBasePath;
|
|
186
187
|
}
|
|
187
188
|
if (typeof basePath !== 'string') {
|
|
188
189
|
basePath = this.basePath;
|
|
@@ -230,7 +231,7 @@ class BackupsService {
|
|
|
230
231
|
return httpParams;
|
|
231
232
|
}
|
|
232
233
|
createBackup(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
233
|
-
const folderKey = requestParameters
|
|
234
|
+
const folderKey = requestParameters?.folderKey;
|
|
234
235
|
if (folderKey === null || folderKey === undefined) {
|
|
235
236
|
throw new Error('Required parameter folderKey was null or undefined when calling createBackup.');
|
|
236
237
|
}
|
|
@@ -285,11 +286,11 @@ class BackupsService {
|
|
|
285
286
|
});
|
|
286
287
|
}
|
|
287
288
|
restoreBackup(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
288
|
-
const folderKey = requestParameters
|
|
289
|
+
const folderKey = requestParameters?.folderKey;
|
|
289
290
|
if (folderKey === null || folderKey === undefined) {
|
|
290
291
|
throw new Error('Required parameter folderKey was null or undefined when calling restoreBackup.');
|
|
291
292
|
}
|
|
292
|
-
const body = requestParameters
|
|
293
|
+
const body = requestParameters?.body;
|
|
293
294
|
if (body === null || body === undefined) {
|
|
294
295
|
throw new Error('Required parameter body was null or undefined when calling restoreBackup.');
|
|
295
296
|
}
|
|
@@ -371,7 +372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
371
372
|
/**
|
|
372
373
|
* VRt.Studio [ST]
|
|
373
374
|
*
|
|
374
|
-
* The version of the OpenAPI document: 7.
|
|
375
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
375
376
|
* Contact: servicedesk@veeroute.com
|
|
376
377
|
*
|
|
377
378
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -390,8 +391,9 @@ class CustomFieldsService {
|
|
|
390
391
|
this.configuration = configuration;
|
|
391
392
|
}
|
|
392
393
|
if (typeof this.configuration.basePath !== 'string') {
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
395
|
+
if (firstBasePath != undefined) {
|
|
396
|
+
basePath = firstBasePath;
|
|
395
397
|
}
|
|
396
398
|
if (typeof basePath !== 'string') {
|
|
397
399
|
basePath = this.basePath;
|
|
@@ -439,11 +441,11 @@ class CustomFieldsService {
|
|
|
439
441
|
return httpParams;
|
|
440
442
|
}
|
|
441
443
|
createCustomfieldsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
442
|
-
const settingsKey = requestParameters
|
|
444
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
443
445
|
if (settingsKey === null || settingsKey === undefined) {
|
|
444
446
|
throw new Error('Required parameter settingsKey was null or undefined when calling createCustomfieldsSettings.');
|
|
445
447
|
}
|
|
446
|
-
const customfieldsSettingsStudio = requestParameters
|
|
448
|
+
const customfieldsSettingsStudio = requestParameters?.customfieldsSettingsStudio;
|
|
447
449
|
if (customfieldsSettingsStudio === null || customfieldsSettingsStudio === undefined) {
|
|
448
450
|
throw new Error('Required parameter customfieldsSettingsStudio was null or undefined when calling createCustomfieldsSettings.');
|
|
449
451
|
}
|
|
@@ -506,7 +508,7 @@ class CustomFieldsService {
|
|
|
506
508
|
});
|
|
507
509
|
}
|
|
508
510
|
deleteCustomfieldsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
509
|
-
const settingsKey = requestParameters
|
|
511
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
510
512
|
if (settingsKey === null || settingsKey === undefined) {
|
|
511
513
|
throw new Error('Required parameter settingsKey was null or undefined when calling deleteCustomfieldsSettings.');
|
|
512
514
|
}
|
|
@@ -610,7 +612,7 @@ class CustomFieldsService {
|
|
|
610
612
|
});
|
|
611
613
|
}
|
|
612
614
|
readCustomfieldsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
613
|
-
const settingsKey = requestParameters
|
|
615
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
614
616
|
if (settingsKey === null || settingsKey === undefined) {
|
|
615
617
|
throw new Error('Required parameter settingsKey was null or undefined when calling readCustomfieldsSettings.');
|
|
616
618
|
}
|
|
@@ -664,7 +666,7 @@ class CustomFieldsService {
|
|
|
664
666
|
});
|
|
665
667
|
}
|
|
666
668
|
setCustomfieldsSettingsActiveKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
667
|
-
const body = requestParameters
|
|
669
|
+
const body = requestParameters?.body;
|
|
668
670
|
if (body === null || body === undefined) {
|
|
669
671
|
throw new Error('Required parameter body was null or undefined when calling setCustomfieldsSettingsActiveKey.');
|
|
670
672
|
}
|
|
@@ -727,11 +729,11 @@ class CustomFieldsService {
|
|
|
727
729
|
});
|
|
728
730
|
}
|
|
729
731
|
updateCustomfieldsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
730
|
-
const settingsKey = requestParameters
|
|
732
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
731
733
|
if (settingsKey === null || settingsKey === undefined) {
|
|
732
734
|
throw new Error('Required parameter settingsKey was null or undefined when calling updateCustomfieldsSettings.');
|
|
733
735
|
}
|
|
734
|
-
const customfieldsSettingsStudio = requestParameters
|
|
736
|
+
const customfieldsSettingsStudio = requestParameters?.customfieldsSettingsStudio;
|
|
735
737
|
if (customfieldsSettingsStudio === null || customfieldsSettingsStudio === undefined) {
|
|
736
738
|
throw new Error('Required parameter customfieldsSettingsStudio was null or undefined when calling updateCustomfieldsSettings.');
|
|
737
739
|
}
|
|
@@ -813,7 +815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
813
815
|
/**
|
|
814
816
|
* VRt.Studio [ST]
|
|
815
817
|
*
|
|
816
|
-
* The version of the OpenAPI document: 7.
|
|
818
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
817
819
|
* Contact: servicedesk@veeroute.com
|
|
818
820
|
*
|
|
819
821
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -832,8 +834,9 @@ class ExperimentsService {
|
|
|
832
834
|
this.configuration = configuration;
|
|
833
835
|
}
|
|
834
836
|
if (typeof this.configuration.basePath !== 'string') {
|
|
835
|
-
|
|
836
|
-
|
|
837
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
838
|
+
if (firstBasePath != undefined) {
|
|
839
|
+
basePath = firstBasePath;
|
|
837
840
|
}
|
|
838
841
|
if (typeof basePath !== 'string') {
|
|
839
842
|
basePath = this.basePath;
|
|
@@ -881,7 +884,7 @@ class ExperimentsService {
|
|
|
881
884
|
return httpParams;
|
|
882
885
|
}
|
|
883
886
|
createExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
884
|
-
const experimentSpecificationStudio = requestParameters
|
|
887
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
885
888
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
886
889
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling createExperiment.');
|
|
887
890
|
}
|
|
@@ -944,7 +947,7 @@ class ExperimentsService {
|
|
|
944
947
|
});
|
|
945
948
|
}
|
|
946
949
|
deleteExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
947
|
-
const experimentKey = requestParameters
|
|
950
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
948
951
|
if (experimentKey === null || experimentKey === undefined) {
|
|
949
952
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteExperiment.');
|
|
950
953
|
}
|
|
@@ -998,11 +1001,11 @@ class ExperimentsService {
|
|
|
998
1001
|
});
|
|
999
1002
|
}
|
|
1000
1003
|
duplicateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1001
|
-
const experimentKey = requestParameters
|
|
1004
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1002
1005
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1003
1006
|
throw new Error('Required parameter experimentKey was null or undefined when calling duplicateExperiment.');
|
|
1004
1007
|
}
|
|
1005
|
-
const experimentSpecificationStudio = requestParameters
|
|
1008
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
1006
1009
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
1007
1010
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling duplicateExperiment.');
|
|
1008
1011
|
}
|
|
@@ -1065,7 +1068,7 @@ class ExperimentsService {
|
|
|
1065
1068
|
});
|
|
1066
1069
|
}
|
|
1067
1070
|
exportJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1068
|
-
const experimentKey = requestParameters
|
|
1071
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1069
1072
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1070
1073
|
throw new Error('Required parameter experimentKey was null or undefined when calling exportJson.');
|
|
1071
1074
|
}
|
|
@@ -1119,11 +1122,11 @@ class ExperimentsService {
|
|
|
1119
1122
|
});
|
|
1120
1123
|
}
|
|
1121
1124
|
exportXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1122
|
-
const experimentKey = requestParameters
|
|
1125
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1123
1126
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1124
1127
|
throw new Error('Required parameter experimentKey was null or undefined when calling exportXlsx.');
|
|
1125
1128
|
}
|
|
1126
|
-
const timezone = requestParameters
|
|
1129
|
+
const timezone = requestParameters?.timezone;
|
|
1127
1130
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1128
1131
|
if (timezone !== undefined && timezone !== null) {
|
|
1129
1132
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
|
|
@@ -1180,11 +1183,11 @@ class ExperimentsService {
|
|
|
1180
1183
|
});
|
|
1181
1184
|
}
|
|
1182
1185
|
importJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1183
|
-
const experimentKey = requestParameters
|
|
1186
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1184
1187
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1185
1188
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJson.');
|
|
1186
1189
|
}
|
|
1187
|
-
const universalDataStudio = requestParameters
|
|
1190
|
+
const universalDataStudio = requestParameters?.universalDataStudio;
|
|
1188
1191
|
if (universalDataStudio === null || universalDataStudio === undefined) {
|
|
1189
1192
|
throw new Error('Required parameter universalDataStudio was null or undefined when calling importJson.');
|
|
1190
1193
|
}
|
|
@@ -1247,19 +1250,19 @@ class ExperimentsService {
|
|
|
1247
1250
|
});
|
|
1248
1251
|
}
|
|
1249
1252
|
importJsonTracedata(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1250
|
-
const experimentKey = requestParameters
|
|
1253
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1251
1254
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1252
1255
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJsonTracedata.');
|
|
1253
1256
|
}
|
|
1254
|
-
const source = requestParameters
|
|
1257
|
+
const source = requestParameters?.source;
|
|
1255
1258
|
if (source === null || source === undefined) {
|
|
1256
1259
|
throw new Error('Required parameter source was null or undefined when calling importJsonTracedata.');
|
|
1257
1260
|
}
|
|
1258
|
-
const processCode = requestParameters
|
|
1261
|
+
const processCode = requestParameters?.processCode;
|
|
1259
1262
|
if (processCode === null || processCode === undefined) {
|
|
1260
1263
|
throw new Error('Required parameter processCode was null or undefined when calling importJsonTracedata.');
|
|
1261
1264
|
}
|
|
1262
|
-
const sample = requestParameters
|
|
1265
|
+
const sample = requestParameters?.sample;
|
|
1263
1266
|
if (sample === null || sample === undefined) {
|
|
1264
1267
|
throw new Error('Required parameter sample was null or undefined when calling importJsonTracedata.');
|
|
1265
1268
|
}
|
|
@@ -1313,11 +1316,11 @@ class ExperimentsService {
|
|
|
1313
1316
|
});
|
|
1314
1317
|
}
|
|
1315
1318
|
importJsonUrl(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1316
|
-
const experimentKey = requestParameters
|
|
1319
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1317
1320
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1318
1321
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJsonUrl.');
|
|
1319
1322
|
}
|
|
1320
|
-
const url = requestParameters
|
|
1323
|
+
const url = requestParameters?.url;
|
|
1321
1324
|
if (url === null || url === undefined) {
|
|
1322
1325
|
throw new Error('Required parameter url was null or undefined when calling importJsonUrl.');
|
|
1323
1326
|
}
|
|
@@ -1376,11 +1379,11 @@ class ExperimentsService {
|
|
|
1376
1379
|
});
|
|
1377
1380
|
}
|
|
1378
1381
|
importXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1379
|
-
const experimentKey = requestParameters
|
|
1382
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1380
1383
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1381
1384
|
throw new Error('Required parameter experimentKey was null or undefined when calling importXlsx.');
|
|
1382
1385
|
}
|
|
1383
|
-
const body = requestParameters
|
|
1386
|
+
const body = requestParameters?.body;
|
|
1384
1387
|
if (body === null || body === undefined) {
|
|
1385
1388
|
throw new Error('Required parameter body was null or undefined when calling importXlsx.');
|
|
1386
1389
|
}
|
|
@@ -1443,7 +1446,7 @@ class ExperimentsService {
|
|
|
1443
1446
|
});
|
|
1444
1447
|
}
|
|
1445
1448
|
readExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1446
|
-
const experimentKey = requestParameters
|
|
1449
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1447
1450
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1448
1451
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperiment.');
|
|
1449
1452
|
}
|
|
@@ -1497,7 +1500,7 @@ class ExperimentsService {
|
|
|
1497
1500
|
});
|
|
1498
1501
|
}
|
|
1499
1502
|
readExperimentCalculationHistory(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1500
|
-
const experimentKey = requestParameters
|
|
1503
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1501
1504
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1502
1505
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentCalculationHistory.');
|
|
1503
1506
|
}
|
|
@@ -1551,12 +1554,12 @@ class ExperimentsService {
|
|
|
1551
1554
|
});
|
|
1552
1555
|
}
|
|
1553
1556
|
readExperimentNeighbors(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1554
|
-
const experimentKey = requestParameters
|
|
1557
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1555
1558
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1556
1559
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentNeighbors.');
|
|
1557
1560
|
}
|
|
1558
|
-
const sortField = requestParameters
|
|
1559
|
-
const sortDirection = requestParameters
|
|
1561
|
+
const sortField = requestParameters?.sortField;
|
|
1562
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
1560
1563
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1561
1564
|
if (sortField !== undefined && sortField !== null) {
|
|
1562
1565
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
@@ -1615,7 +1618,7 @@ class ExperimentsService {
|
|
|
1615
1618
|
});
|
|
1616
1619
|
}
|
|
1617
1620
|
readExperimentPath(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1618
|
-
const experimentKey = requestParameters
|
|
1621
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1619
1622
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1620
1623
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentPath.');
|
|
1621
1624
|
}
|
|
@@ -1669,11 +1672,11 @@ class ExperimentsService {
|
|
|
1669
1672
|
});
|
|
1670
1673
|
}
|
|
1671
1674
|
runExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1672
|
-
const experimentKey = requestParameters
|
|
1675
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1673
1676
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1674
1677
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentCalculation.');
|
|
1675
1678
|
}
|
|
1676
|
-
const processName = requestParameters
|
|
1679
|
+
const processName = requestParameters?.processName;
|
|
1677
1680
|
if (processName === null || processName === undefined) {
|
|
1678
1681
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentCalculation.');
|
|
1679
1682
|
}
|
|
@@ -1727,11 +1730,11 @@ class ExperimentsService {
|
|
|
1727
1730
|
});
|
|
1728
1731
|
}
|
|
1729
1732
|
runExperimentRecalculateTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1730
|
-
const experimentKey = requestParameters
|
|
1733
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1731
1734
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1732
1735
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRecalculateTracks.');
|
|
1733
1736
|
}
|
|
1734
|
-
const tracksFullSegments = requestParameters
|
|
1737
|
+
const tracksFullSegments = requestParameters?.tracksFullSegments;
|
|
1735
1738
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1736
1739
|
if (tracksFullSegments !== undefined && tracksFullSegments !== null) {
|
|
1737
1740
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, tracksFullSegments, 'tracks_full_segments');
|
|
@@ -1787,14 +1790,19 @@ class ExperimentsService {
|
|
|
1787
1790
|
});
|
|
1788
1791
|
}
|
|
1789
1792
|
runExperimentRefine(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1790
|
-
const experimentKey = requestParameters
|
|
1793
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1791
1794
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1792
1795
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRefine.');
|
|
1793
1796
|
}
|
|
1794
|
-
const processName = requestParameters
|
|
1797
|
+
const processName = requestParameters?.processName;
|
|
1795
1798
|
if (processName === null || processName === undefined) {
|
|
1796
1799
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentRefine.');
|
|
1797
1800
|
}
|
|
1801
|
+
const removeLocations = requestParameters?.removeLocations;
|
|
1802
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1803
|
+
if (removeLocations !== undefined && removeLocations !== null) {
|
|
1804
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, removeLocations, 'remove_locations');
|
|
1805
|
+
}
|
|
1798
1806
|
let localVarHeaders = this.defaultHeaders;
|
|
1799
1807
|
let localVarCredential;
|
|
1800
1808
|
// authentication (ApiKeyAuth) required
|
|
@@ -1836,6 +1844,7 @@ class ExperimentsService {
|
|
|
1836
1844
|
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/refine/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
1837
1845
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1838
1846
|
context: localVarHttpContext,
|
|
1847
|
+
params: localVarQueryParameters,
|
|
1839
1848
|
responseType: responseType_,
|
|
1840
1849
|
withCredentials: this.configuration.withCredentials,
|
|
1841
1850
|
headers: localVarHeaders,
|
|
@@ -1845,11 +1854,11 @@ class ExperimentsService {
|
|
|
1845
1854
|
});
|
|
1846
1855
|
}
|
|
1847
1856
|
runExperimentValidation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1848
|
-
const experimentKey = requestParameters
|
|
1857
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1849
1858
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1850
1859
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentValidation.');
|
|
1851
1860
|
}
|
|
1852
|
-
const processName = requestParameters
|
|
1861
|
+
const processName = requestParameters?.processName;
|
|
1853
1862
|
if (processName === null || processName === undefined) {
|
|
1854
1863
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentValidation.');
|
|
1855
1864
|
}
|
|
@@ -1903,11 +1912,11 @@ class ExperimentsService {
|
|
|
1903
1912
|
});
|
|
1904
1913
|
}
|
|
1905
1914
|
stopExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1906
|
-
const experimentKey = requestParameters
|
|
1915
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1907
1916
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1908
1917
|
throw new Error('Required parameter experimentKey was null or undefined when calling stopExperimentCalculation.');
|
|
1909
1918
|
}
|
|
1910
|
-
const processName = requestParameters
|
|
1919
|
+
const processName = requestParameters?.processName;
|
|
1911
1920
|
if (processName === null || processName === undefined) {
|
|
1912
1921
|
throw new Error('Required parameter processName was null or undefined when calling stopExperimentCalculation.');
|
|
1913
1922
|
}
|
|
@@ -1961,11 +1970,11 @@ class ExperimentsService {
|
|
|
1961
1970
|
});
|
|
1962
1971
|
}
|
|
1963
1972
|
updateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1964
|
-
const experimentKey = requestParameters
|
|
1973
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1965
1974
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1966
1975
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperiment.');
|
|
1967
1976
|
}
|
|
1968
|
-
const experimentSpecificationStudio = requestParameters
|
|
1977
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
1969
1978
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
1970
1979
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling updateExperiment.');
|
|
1971
1980
|
}
|
|
@@ -2028,11 +2037,11 @@ class ExperimentsService {
|
|
|
2028
2037
|
});
|
|
2029
2038
|
}
|
|
2030
2039
|
updateExperimentIndicators(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2031
|
-
const experimentKey = requestParameters
|
|
2040
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2032
2041
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2033
2042
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentIndicators.');
|
|
2034
2043
|
}
|
|
2035
|
-
const requestBody = requestParameters
|
|
2044
|
+
const requestBody = requestParameters?.requestBody;
|
|
2036
2045
|
if (requestBody === null || requestBody === undefined) {
|
|
2037
2046
|
throw new Error('Required parameter requestBody was null or undefined when calling updateExperimentIndicators.');
|
|
2038
2047
|
}
|
|
@@ -2095,11 +2104,11 @@ class ExperimentsService {
|
|
|
2095
2104
|
});
|
|
2096
2105
|
}
|
|
2097
2106
|
updateExperimentSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2098
|
-
const experimentKey = requestParameters
|
|
2107
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2099
2108
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2100
2109
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentSettings.');
|
|
2101
2110
|
}
|
|
2102
|
-
const experimentSettingsStudio = requestParameters
|
|
2111
|
+
const experimentSettingsStudio = requestParameters?.experimentSettingsStudio;
|
|
2103
2112
|
if (experimentSettingsStudio === null || experimentSettingsStudio === undefined) {
|
|
2104
2113
|
throw new Error('Required parameter experimentSettingsStudio was null or undefined when calling updateExperimentSettings.');
|
|
2105
2114
|
}
|
|
@@ -2181,7 +2190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2181
2190
|
/**
|
|
2182
2191
|
* VRt.Studio [ST]
|
|
2183
2192
|
*
|
|
2184
|
-
* The version of the OpenAPI document: 7.
|
|
2193
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
2185
2194
|
* Contact: servicedesk@veeroute.com
|
|
2186
2195
|
*
|
|
2187
2196
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2200,8 +2209,9 @@ class ExplorerService {
|
|
|
2200
2209
|
this.configuration = configuration;
|
|
2201
2210
|
}
|
|
2202
2211
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2203
|
-
|
|
2204
|
-
|
|
2212
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
2213
|
+
if (firstBasePath != undefined) {
|
|
2214
|
+
basePath = firstBasePath;
|
|
2205
2215
|
}
|
|
2206
2216
|
if (typeof basePath !== 'string') {
|
|
2207
2217
|
basePath = this.basePath;
|
|
@@ -2249,7 +2259,7 @@ class ExplorerService {
|
|
|
2249
2259
|
return httpParams;
|
|
2250
2260
|
}
|
|
2251
2261
|
createFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2252
|
-
const folderSpecificationStudio = requestParameters
|
|
2262
|
+
const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
|
|
2253
2263
|
if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
|
|
2254
2264
|
throw new Error('Required parameter folderSpecificationStudio was null or undefined when calling createFolder.');
|
|
2255
2265
|
}
|
|
@@ -2312,7 +2322,7 @@ class ExplorerService {
|
|
|
2312
2322
|
});
|
|
2313
2323
|
}
|
|
2314
2324
|
deleteExperimentsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2315
|
-
const requestBody = requestParameters
|
|
2325
|
+
const requestBody = requestParameters?.requestBody;
|
|
2316
2326
|
if (requestBody === null || requestBody === undefined) {
|
|
2317
2327
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteExperimentsBatch.');
|
|
2318
2328
|
}
|
|
@@ -2375,7 +2385,7 @@ class ExplorerService {
|
|
|
2375
2385
|
});
|
|
2376
2386
|
}
|
|
2377
2387
|
deleteFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2378
|
-
const folderKey = requestParameters
|
|
2388
|
+
const folderKey = requestParameters?.folderKey;
|
|
2379
2389
|
if (folderKey === null || folderKey === undefined) {
|
|
2380
2390
|
throw new Error('Required parameter folderKey was null or undefined when calling deleteFolder.');
|
|
2381
2391
|
}
|
|
@@ -2429,7 +2439,7 @@ class ExplorerService {
|
|
|
2429
2439
|
});
|
|
2430
2440
|
}
|
|
2431
2441
|
deleteFoldersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2432
|
-
const requestBody = requestParameters
|
|
2442
|
+
const requestBody = requestParameters?.requestBody;
|
|
2433
2443
|
if (requestBody === null || requestBody === undefined) {
|
|
2434
2444
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteFoldersBatch.');
|
|
2435
2445
|
}
|
|
@@ -2492,14 +2502,14 @@ class ExplorerService {
|
|
|
2492
2502
|
});
|
|
2493
2503
|
}
|
|
2494
2504
|
globalSearch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2495
|
-
const filter = requestParameters
|
|
2505
|
+
const filter = requestParameters?.filter;
|
|
2496
2506
|
if (filter === null || filter === undefined) {
|
|
2497
2507
|
throw new Error('Required parameter filter was null or undefined when calling globalSearch.');
|
|
2498
2508
|
}
|
|
2499
|
-
const offset = requestParameters
|
|
2500
|
-
const limit = requestParameters
|
|
2501
|
-
const sortField = requestParameters
|
|
2502
|
-
const sortDirection = requestParameters
|
|
2509
|
+
const offset = requestParameters?.offset;
|
|
2510
|
+
const limit = requestParameters?.limit;
|
|
2511
|
+
const sortField = requestParameters?.sortField;
|
|
2512
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
2503
2513
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2504
2514
|
if (filter !== undefined && filter !== null) {
|
|
2505
2515
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
@@ -2617,15 +2627,15 @@ class ExplorerService {
|
|
|
2617
2627
|
});
|
|
2618
2628
|
}
|
|
2619
2629
|
readFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2620
|
-
const folderKey = requestParameters
|
|
2630
|
+
const folderKey = requestParameters?.folderKey;
|
|
2621
2631
|
if (folderKey === null || folderKey === undefined) {
|
|
2622
2632
|
throw new Error('Required parameter folderKey was null or undefined when calling readFolder.');
|
|
2623
2633
|
}
|
|
2624
|
-
const filter = requestParameters
|
|
2625
|
-
const offset = requestParameters
|
|
2626
|
-
const limit = requestParameters
|
|
2627
|
-
const sortField = requestParameters
|
|
2628
|
-
const sortDirection = requestParameters
|
|
2634
|
+
const filter = requestParameters?.filter;
|
|
2635
|
+
const offset = requestParameters?.offset;
|
|
2636
|
+
const limit = requestParameters?.limit;
|
|
2637
|
+
const sortField = requestParameters?.sortField;
|
|
2638
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
2629
2639
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2630
2640
|
if (filter !== undefined && filter !== null) {
|
|
2631
2641
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
@@ -2693,7 +2703,7 @@ class ExplorerService {
|
|
|
2693
2703
|
});
|
|
2694
2704
|
}
|
|
2695
2705
|
readFolderSpecification(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2696
|
-
const folderKey = requestParameters
|
|
2706
|
+
const folderKey = requestParameters?.folderKey;
|
|
2697
2707
|
if (folderKey === null || folderKey === undefined) {
|
|
2698
2708
|
throw new Error('Required parameter folderKey was null or undefined when calling readFolderSpecification.');
|
|
2699
2709
|
}
|
|
@@ -2747,11 +2757,11 @@ class ExplorerService {
|
|
|
2747
2757
|
});
|
|
2748
2758
|
}
|
|
2749
2759
|
updateFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2750
|
-
const folderKey = requestParameters
|
|
2760
|
+
const folderKey = requestParameters?.folderKey;
|
|
2751
2761
|
if (folderKey === null || folderKey === undefined) {
|
|
2752
2762
|
throw new Error('Required parameter folderKey was null or undefined when calling updateFolder.');
|
|
2753
2763
|
}
|
|
2754
|
-
const folderSpecificationStudio = requestParameters
|
|
2764
|
+
const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
|
|
2755
2765
|
if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
|
|
2756
2766
|
throw new Error('Required parameter folderSpecificationStudio was null or undefined when calling updateFolder.');
|
|
2757
2767
|
}
|
|
@@ -2833,7 +2843,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2833
2843
|
/**
|
|
2834
2844
|
* VRt.Studio [ST]
|
|
2835
2845
|
*
|
|
2836
|
-
* The version of the OpenAPI document: 7.
|
|
2846
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
2837
2847
|
* Contact: servicedesk@veeroute.com
|
|
2838
2848
|
*
|
|
2839
2849
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2852,8 +2862,9 @@ class ExternalRoutingService {
|
|
|
2852
2862
|
this.configuration = configuration;
|
|
2853
2863
|
}
|
|
2854
2864
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2855
|
-
|
|
2856
|
-
|
|
2865
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
2866
|
+
if (firstBasePath != undefined) {
|
|
2867
|
+
basePath = firstBasePath;
|
|
2857
2868
|
}
|
|
2858
2869
|
if (typeof basePath !== 'string') {
|
|
2859
2870
|
basePath = this.basePath;
|
|
@@ -2901,11 +2912,11 @@ class ExternalRoutingService {
|
|
|
2901
2912
|
return httpParams;
|
|
2902
2913
|
}
|
|
2903
2914
|
createExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2904
|
-
const experimentKey = requestParameters
|
|
2915
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2905
2916
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2906
2917
|
throw new Error('Required parameter experimentKey was null or undefined when calling createExternalrouting.');
|
|
2907
2918
|
}
|
|
2908
|
-
const routingTransportMatrixStudio = requestParameters
|
|
2919
|
+
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
2909
2920
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
2910
2921
|
throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling createExternalrouting.');
|
|
2911
2922
|
}
|
|
@@ -2968,7 +2979,7 @@ class ExternalRoutingService {
|
|
|
2968
2979
|
});
|
|
2969
2980
|
}
|
|
2970
2981
|
deleteExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2971
|
-
const experimentKey = requestParameters
|
|
2982
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2972
2983
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2973
2984
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteExternalrouting.');
|
|
2974
2985
|
}
|
|
@@ -3022,7 +3033,7 @@ class ExternalRoutingService {
|
|
|
3022
3033
|
});
|
|
3023
3034
|
}
|
|
3024
3035
|
readExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3025
|
-
const experimentKey = requestParameters
|
|
3036
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3026
3037
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3027
3038
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExternalrouting.');
|
|
3028
3039
|
}
|
|
@@ -3076,11 +3087,11 @@ class ExternalRoutingService {
|
|
|
3076
3087
|
});
|
|
3077
3088
|
}
|
|
3078
3089
|
updateExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3079
|
-
const experimentKey = requestParameters
|
|
3090
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3080
3091
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3081
3092
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExternalrouting.');
|
|
3082
3093
|
}
|
|
3083
|
-
const routingTransportMatrixStudio = requestParameters
|
|
3094
|
+
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
3084
3095
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
3085
3096
|
throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling updateExternalrouting.');
|
|
3086
3097
|
}
|
|
@@ -3162,7 +3173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3162
3173
|
/**
|
|
3163
3174
|
* VRt.Studio [ST]
|
|
3164
3175
|
*
|
|
3165
|
-
* The version of the OpenAPI document: 7.
|
|
3176
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
3166
3177
|
* Contact: servicedesk@veeroute.com
|
|
3167
3178
|
*
|
|
3168
3179
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3181,8 +3192,9 @@ class FactsService {
|
|
|
3181
3192
|
this.configuration = configuration;
|
|
3182
3193
|
}
|
|
3183
3194
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3184
|
-
|
|
3185
|
-
|
|
3195
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
3196
|
+
if (firstBasePath != undefined) {
|
|
3197
|
+
basePath = firstBasePath;
|
|
3186
3198
|
}
|
|
3187
3199
|
if (typeof basePath !== 'string') {
|
|
3188
3200
|
basePath = this.basePath;
|
|
@@ -3230,11 +3242,11 @@ class FactsService {
|
|
|
3230
3242
|
return httpParams;
|
|
3231
3243
|
}
|
|
3232
3244
|
createFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3233
|
-
const experimentKey = requestParameters
|
|
3245
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3234
3246
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3235
3247
|
throw new Error('Required parameter experimentKey was null or undefined when calling createFact.');
|
|
3236
3248
|
}
|
|
3237
|
-
const webFactStudio = requestParameters
|
|
3249
|
+
const webFactStudio = requestParameters?.webFactStudio;
|
|
3238
3250
|
if (webFactStudio === null || webFactStudio === undefined) {
|
|
3239
3251
|
throw new Error('Required parameter webFactStudio was null or undefined when calling createFact.');
|
|
3240
3252
|
}
|
|
@@ -3297,11 +3309,11 @@ class FactsService {
|
|
|
3297
3309
|
});
|
|
3298
3310
|
}
|
|
3299
3311
|
deleteFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3300
|
-
const experimentKey = requestParameters
|
|
3312
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3301
3313
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3302
3314
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteFact.');
|
|
3303
3315
|
}
|
|
3304
|
-
const essenceKey = requestParameters
|
|
3316
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
3305
3317
|
if (essenceKey === null || essenceKey === undefined) {
|
|
3306
3318
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteFact.');
|
|
3307
3319
|
}
|
|
@@ -3355,11 +3367,11 @@ class FactsService {
|
|
|
3355
3367
|
});
|
|
3356
3368
|
}
|
|
3357
3369
|
deleteFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3358
|
-
const experimentKey = requestParameters
|
|
3370
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3359
3371
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3360
3372
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteFacts.');
|
|
3361
3373
|
}
|
|
3362
|
-
const requestBody = requestParameters
|
|
3374
|
+
const requestBody = requestParameters?.requestBody;
|
|
3363
3375
|
if (requestBody === null || requestBody === undefined) {
|
|
3364
3376
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteFacts.');
|
|
3365
3377
|
}
|
|
@@ -3422,11 +3434,11 @@ class FactsService {
|
|
|
3422
3434
|
});
|
|
3423
3435
|
}
|
|
3424
3436
|
disableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3425
|
-
const experimentKey = requestParameters
|
|
3437
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3426
3438
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3427
3439
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableFacts.');
|
|
3428
3440
|
}
|
|
3429
|
-
const requestBody = requestParameters
|
|
3441
|
+
const requestBody = requestParameters?.requestBody;
|
|
3430
3442
|
if (requestBody === null || requestBody === undefined) {
|
|
3431
3443
|
throw new Error('Required parameter requestBody was null or undefined when calling disableFacts.');
|
|
3432
3444
|
}
|
|
@@ -3489,11 +3501,11 @@ class FactsService {
|
|
|
3489
3501
|
});
|
|
3490
3502
|
}
|
|
3491
3503
|
enableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3492
|
-
const experimentKey = requestParameters
|
|
3504
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3493
3505
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3494
3506
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableFacts.');
|
|
3495
3507
|
}
|
|
3496
|
-
const requestBody = requestParameters
|
|
3508
|
+
const requestBody = requestParameters?.requestBody;
|
|
3497
3509
|
if (requestBody === null || requestBody === undefined) {
|
|
3498
3510
|
throw new Error('Required parameter requestBody was null or undefined when calling enableFacts.');
|
|
3499
3511
|
}
|
|
@@ -3556,11 +3568,11 @@ class FactsService {
|
|
|
3556
3568
|
});
|
|
3557
3569
|
}
|
|
3558
3570
|
readFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3559
|
-
const experimentKey = requestParameters
|
|
3571
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3560
3572
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3561
3573
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFact.');
|
|
3562
3574
|
}
|
|
3563
|
-
const essenceKey = requestParameters
|
|
3575
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
3564
3576
|
if (essenceKey === null || essenceKey === undefined) {
|
|
3565
3577
|
throw new Error('Required parameter essenceKey was null or undefined when calling readFact.');
|
|
3566
3578
|
}
|
|
@@ -3614,16 +3626,16 @@ class FactsService {
|
|
|
3614
3626
|
});
|
|
3615
3627
|
}
|
|
3616
3628
|
readFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3617
|
-
const experimentKey = requestParameters
|
|
3629
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3618
3630
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3619
3631
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFacts.');
|
|
3620
3632
|
}
|
|
3621
|
-
const offset = requestParameters
|
|
3622
|
-
const limit = requestParameters
|
|
3623
|
-
const sortField = requestParameters
|
|
3624
|
-
const sortCustomfield = requestParameters
|
|
3625
|
-
const sortDirection = requestParameters
|
|
3626
|
-
const tableFactFilterListStudio = requestParameters
|
|
3633
|
+
const offset = requestParameters?.offset;
|
|
3634
|
+
const limit = requestParameters?.limit;
|
|
3635
|
+
const sortField = requestParameters?.sortField;
|
|
3636
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
3637
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
3638
|
+
const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
|
|
3627
3639
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3628
3640
|
if (offset !== undefined && offset !== null) {
|
|
3629
3641
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -3700,11 +3712,11 @@ class FactsService {
|
|
|
3700
3712
|
});
|
|
3701
3713
|
}
|
|
3702
3714
|
readFactsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3703
|
-
const experimentKey = requestParameters
|
|
3715
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3704
3716
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3705
3717
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFactsMetrics.');
|
|
3706
3718
|
}
|
|
3707
|
-
const tableFactMetricsFilterListStudio = requestParameters
|
|
3719
|
+
const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
|
|
3708
3720
|
if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
|
|
3709
3721
|
throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
|
|
3710
3722
|
}
|
|
@@ -3767,11 +3779,11 @@ class FactsService {
|
|
|
3767
3779
|
});
|
|
3768
3780
|
}
|
|
3769
3781
|
updateFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3770
|
-
const experimentKey = requestParameters
|
|
3782
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3771
3783
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3772
3784
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateFact.');
|
|
3773
3785
|
}
|
|
3774
|
-
const webFactStudio = requestParameters
|
|
3786
|
+
const webFactStudio = requestParameters?.webFactStudio;
|
|
3775
3787
|
if (webFactStudio === null || webFactStudio === undefined) {
|
|
3776
3788
|
throw new Error('Required parameter webFactStudio was null or undefined when calling updateFact.');
|
|
3777
3789
|
}
|
|
@@ -3853,7 +3865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3853
3865
|
/**
|
|
3854
3866
|
* VRt.Studio [ST]
|
|
3855
3867
|
*
|
|
3856
|
-
* The version of the OpenAPI document: 7.
|
|
3868
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
3857
3869
|
* Contact: servicedesk@veeroute.com
|
|
3858
3870
|
*
|
|
3859
3871
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3872,8 +3884,9 @@ class HardlinksService {
|
|
|
3872
3884
|
this.configuration = configuration;
|
|
3873
3885
|
}
|
|
3874
3886
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3875
|
-
|
|
3876
|
-
|
|
3887
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
3888
|
+
if (firstBasePath != undefined) {
|
|
3889
|
+
basePath = firstBasePath;
|
|
3877
3890
|
}
|
|
3878
3891
|
if (typeof basePath !== 'string') {
|
|
3879
3892
|
basePath = this.basePath;
|
|
@@ -3921,11 +3934,11 @@ class HardlinksService {
|
|
|
3921
3934
|
return httpParams;
|
|
3922
3935
|
}
|
|
3923
3936
|
createHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3924
|
-
const experimentKey = requestParameters
|
|
3937
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3925
3938
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3926
3939
|
throw new Error('Required parameter experimentKey was null or undefined when calling createHardlink.');
|
|
3927
3940
|
}
|
|
3928
|
-
const webHardlinkStudio = requestParameters
|
|
3941
|
+
const webHardlinkStudio = requestParameters?.webHardlinkStudio;
|
|
3929
3942
|
if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
|
|
3930
3943
|
throw new Error('Required parameter webHardlinkStudio was null or undefined when calling createHardlink.');
|
|
3931
3944
|
}
|
|
@@ -3988,11 +4001,11 @@ class HardlinksService {
|
|
|
3988
4001
|
});
|
|
3989
4002
|
}
|
|
3990
4003
|
deleteHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3991
|
-
const experimentKey = requestParameters
|
|
4004
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3992
4005
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3993
4006
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteHardlink.');
|
|
3994
4007
|
}
|
|
3995
|
-
const essenceKey = requestParameters
|
|
4008
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
3996
4009
|
if (essenceKey === null || essenceKey === undefined) {
|
|
3997
4010
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteHardlink.');
|
|
3998
4011
|
}
|
|
@@ -4046,11 +4059,11 @@ class HardlinksService {
|
|
|
4046
4059
|
});
|
|
4047
4060
|
}
|
|
4048
4061
|
disableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4049
|
-
const experimentKey = requestParameters
|
|
4062
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4050
4063
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4051
4064
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableHardlinks.');
|
|
4052
4065
|
}
|
|
4053
|
-
const requestBody = requestParameters
|
|
4066
|
+
const requestBody = requestParameters?.requestBody;
|
|
4054
4067
|
if (requestBody === null || requestBody === undefined) {
|
|
4055
4068
|
throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinks.');
|
|
4056
4069
|
}
|
|
@@ -4113,11 +4126,11 @@ class HardlinksService {
|
|
|
4113
4126
|
});
|
|
4114
4127
|
}
|
|
4115
4128
|
enableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4116
|
-
const experimentKey = requestParameters
|
|
4129
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4117
4130
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4118
4131
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableHardlinks.');
|
|
4119
4132
|
}
|
|
4120
|
-
const requestBody = requestParameters
|
|
4133
|
+
const requestBody = requestParameters?.requestBody;
|
|
4121
4134
|
if (requestBody === null || requestBody === undefined) {
|
|
4122
4135
|
throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinks.');
|
|
4123
4136
|
}
|
|
@@ -4180,11 +4193,11 @@ class HardlinksService {
|
|
|
4180
4193
|
});
|
|
4181
4194
|
}
|
|
4182
4195
|
readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4183
|
-
const experimentKey = requestParameters
|
|
4196
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4184
4197
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4185
4198
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlink.');
|
|
4186
4199
|
}
|
|
4187
|
-
const essenceKey = requestParameters
|
|
4200
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4188
4201
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4189
4202
|
throw new Error('Required parameter essenceKey was null or undefined when calling readHardlink.');
|
|
4190
4203
|
}
|
|
@@ -4238,16 +4251,16 @@ class HardlinksService {
|
|
|
4238
4251
|
});
|
|
4239
4252
|
}
|
|
4240
4253
|
readHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4241
|
-
const experimentKey = requestParameters
|
|
4254
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4242
4255
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4243
4256
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinks.');
|
|
4244
4257
|
}
|
|
4245
|
-
const offset = requestParameters
|
|
4246
|
-
const limit = requestParameters
|
|
4247
|
-
const sortField = requestParameters
|
|
4248
|
-
const sortCustomfield = requestParameters
|
|
4249
|
-
const sortDirection = requestParameters
|
|
4250
|
-
const tableHardlinkFilterListStudio = requestParameters
|
|
4258
|
+
const offset = requestParameters?.offset;
|
|
4259
|
+
const limit = requestParameters?.limit;
|
|
4260
|
+
const sortField = requestParameters?.sortField;
|
|
4261
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4262
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4263
|
+
const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
|
|
4251
4264
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4252
4265
|
if (offset !== undefined && offset !== null) {
|
|
4253
4266
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4324,11 +4337,11 @@ class HardlinksService {
|
|
|
4324
4337
|
});
|
|
4325
4338
|
}
|
|
4326
4339
|
readHardlinksMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4327
|
-
const experimentKey = requestParameters
|
|
4340
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4328
4341
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4329
4342
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinksMetrics.');
|
|
4330
4343
|
}
|
|
4331
|
-
const tableHardlinkMetricsFilterListStudio = requestParameters
|
|
4344
|
+
const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
|
|
4332
4345
|
if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
|
|
4333
4346
|
throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
|
|
4334
4347
|
}
|
|
@@ -4391,11 +4404,11 @@ class HardlinksService {
|
|
|
4391
4404
|
});
|
|
4392
4405
|
}
|
|
4393
4406
|
updateHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4394
|
-
const experimentKey = requestParameters
|
|
4407
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4395
4408
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4396
4409
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateHardlink.');
|
|
4397
4410
|
}
|
|
4398
|
-
const webHardlinkStudio = requestParameters
|
|
4411
|
+
const webHardlinkStudio = requestParameters?.webHardlinkStudio;
|
|
4399
4412
|
if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
|
|
4400
4413
|
throw new Error('Required parameter webHardlinkStudio was null or undefined when calling updateHardlink.');
|
|
4401
4414
|
}
|
|
@@ -4477,7 +4490,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4477
4490
|
/**
|
|
4478
4491
|
* VRt.Studio [ST]
|
|
4479
4492
|
*
|
|
4480
|
-
* The version of the OpenAPI document: 7.
|
|
4493
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
4481
4494
|
* Contact: servicedesk@veeroute.com
|
|
4482
4495
|
*
|
|
4483
4496
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4496,8 +4509,9 @@ class LocationsService {
|
|
|
4496
4509
|
this.configuration = configuration;
|
|
4497
4510
|
}
|
|
4498
4511
|
if (typeof this.configuration.basePath !== 'string') {
|
|
4499
|
-
|
|
4500
|
-
|
|
4512
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
4513
|
+
if (firstBasePath != undefined) {
|
|
4514
|
+
basePath = firstBasePath;
|
|
4501
4515
|
}
|
|
4502
4516
|
if (typeof basePath !== 'string') {
|
|
4503
4517
|
basePath = this.basePath;
|
|
@@ -4545,11 +4559,11 @@ class LocationsService {
|
|
|
4545
4559
|
return httpParams;
|
|
4546
4560
|
}
|
|
4547
4561
|
createLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4548
|
-
const experimentKey = requestParameters
|
|
4562
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4549
4563
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4550
4564
|
throw new Error('Required parameter experimentKey was null or undefined when calling createLocation.');
|
|
4551
4565
|
}
|
|
4552
|
-
const webLocationStudio = requestParameters
|
|
4566
|
+
const webLocationStudio = requestParameters?.webLocationStudio;
|
|
4553
4567
|
if (webLocationStudio === null || webLocationStudio === undefined) {
|
|
4554
4568
|
throw new Error('Required parameter webLocationStudio was null or undefined when calling createLocation.');
|
|
4555
4569
|
}
|
|
@@ -4612,11 +4626,11 @@ class LocationsService {
|
|
|
4612
4626
|
});
|
|
4613
4627
|
}
|
|
4614
4628
|
deleteLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4615
|
-
const experimentKey = requestParameters
|
|
4629
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4616
4630
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4617
4631
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteLocation.');
|
|
4618
4632
|
}
|
|
4619
|
-
const essenceKey = requestParameters
|
|
4633
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4620
4634
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4621
4635
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteLocation.');
|
|
4622
4636
|
}
|
|
@@ -4670,11 +4684,11 @@ class LocationsService {
|
|
|
4670
4684
|
});
|
|
4671
4685
|
}
|
|
4672
4686
|
readLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4673
|
-
const experimentKey = requestParameters
|
|
4687
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4674
4688
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4675
4689
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocation.');
|
|
4676
4690
|
}
|
|
4677
|
-
const essenceKey = requestParameters
|
|
4691
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4678
4692
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4679
4693
|
throw new Error('Required parameter essenceKey was null or undefined when calling readLocation.');
|
|
4680
4694
|
}
|
|
@@ -4728,16 +4742,16 @@ class LocationsService {
|
|
|
4728
4742
|
});
|
|
4729
4743
|
}
|
|
4730
4744
|
readLocations(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4731
|
-
const experimentKey = requestParameters
|
|
4745
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4732
4746
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4733
4747
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocations.');
|
|
4734
4748
|
}
|
|
4735
|
-
const offset = requestParameters
|
|
4736
|
-
const limit = requestParameters
|
|
4737
|
-
const sortField = requestParameters
|
|
4738
|
-
const sortCustomfield = requestParameters
|
|
4739
|
-
const sortDirection = requestParameters
|
|
4740
|
-
const tableLocationFilterListStudio = requestParameters
|
|
4749
|
+
const offset = requestParameters?.offset;
|
|
4750
|
+
const limit = requestParameters?.limit;
|
|
4751
|
+
const sortField = requestParameters?.sortField;
|
|
4752
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4753
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4754
|
+
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4741
4755
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4742
4756
|
if (offset !== undefined && offset !== null) {
|
|
4743
4757
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4814,13 +4828,13 @@ class LocationsService {
|
|
|
4814
4828
|
});
|
|
4815
4829
|
}
|
|
4816
4830
|
readLocationsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4817
|
-
const experimentKey = requestParameters
|
|
4831
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4818
4832
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4819
4833
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsGeopoints.');
|
|
4820
4834
|
}
|
|
4821
|
-
const offset = requestParameters
|
|
4822
|
-
const limit = requestParameters
|
|
4823
|
-
const tableLocationFilterListStudio = requestParameters
|
|
4835
|
+
const offset = requestParameters?.offset;
|
|
4836
|
+
const limit = requestParameters?.limit;
|
|
4837
|
+
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4824
4838
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4825
4839
|
if (offset !== undefined && offset !== null) {
|
|
4826
4840
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4888,11 +4902,11 @@ class LocationsService {
|
|
|
4888
4902
|
});
|
|
4889
4903
|
}
|
|
4890
4904
|
readLocationsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4891
|
-
const experimentKey = requestParameters
|
|
4905
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4892
4906
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4893
4907
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsMetrics.');
|
|
4894
4908
|
}
|
|
4895
|
-
const tableLocationMetricsFilterListStudio = requestParameters
|
|
4909
|
+
const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
|
|
4896
4910
|
if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
|
|
4897
4911
|
throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
|
|
4898
4912
|
}
|
|
@@ -4955,11 +4969,11 @@ class LocationsService {
|
|
|
4955
4969
|
});
|
|
4956
4970
|
}
|
|
4957
4971
|
updateLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4958
|
-
const experimentKey = requestParameters
|
|
4972
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4959
4973
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4960
4974
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateLocation.');
|
|
4961
4975
|
}
|
|
4962
|
-
const webLocationStudio = requestParameters
|
|
4976
|
+
const webLocationStudio = requestParameters?.webLocationStudio;
|
|
4963
4977
|
if (webLocationStudio === null || webLocationStudio === undefined) {
|
|
4964
4978
|
throw new Error('Required parameter webLocationStudio was null or undefined when calling updateLocation.');
|
|
4965
4979
|
}
|
|
@@ -5041,7 +5055,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5041
5055
|
/**
|
|
5042
5056
|
* VRt.Studio [ST]
|
|
5043
5057
|
*
|
|
5044
|
-
* The version of the OpenAPI document: 7.
|
|
5058
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
5045
5059
|
* Contact: servicedesk@veeroute.com
|
|
5046
5060
|
*
|
|
5047
5061
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5060,8 +5074,9 @@ class OrdersService {
|
|
|
5060
5074
|
this.configuration = configuration;
|
|
5061
5075
|
}
|
|
5062
5076
|
if (typeof this.configuration.basePath !== 'string') {
|
|
5063
|
-
|
|
5064
|
-
|
|
5077
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
5078
|
+
if (firstBasePath != undefined) {
|
|
5079
|
+
basePath = firstBasePath;
|
|
5065
5080
|
}
|
|
5066
5081
|
if (typeof basePath !== 'string') {
|
|
5067
5082
|
basePath = this.basePath;
|
|
@@ -5109,11 +5124,11 @@ class OrdersService {
|
|
|
5109
5124
|
return httpParams;
|
|
5110
5125
|
}
|
|
5111
5126
|
createOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5112
|
-
const experimentKey = requestParameters
|
|
5127
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5113
5128
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5114
5129
|
throw new Error('Required parameter experimentKey was null or undefined when calling createOrder.');
|
|
5115
5130
|
}
|
|
5116
|
-
const webOrderStudio = requestParameters
|
|
5131
|
+
const webOrderStudio = requestParameters?.webOrderStudio;
|
|
5117
5132
|
if (webOrderStudio === null || webOrderStudio === undefined) {
|
|
5118
5133
|
throw new Error('Required parameter webOrderStudio was null or undefined when calling createOrder.');
|
|
5119
5134
|
}
|
|
@@ -5176,11 +5191,11 @@ class OrdersService {
|
|
|
5176
5191
|
});
|
|
5177
5192
|
}
|
|
5178
5193
|
deleteOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5179
|
-
const experimentKey = requestParameters
|
|
5194
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5180
5195
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5181
5196
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrder.');
|
|
5182
5197
|
}
|
|
5183
|
-
const essenceKey = requestParameters
|
|
5198
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5184
5199
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5185
5200
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteOrder.');
|
|
5186
5201
|
}
|
|
@@ -5234,11 +5249,11 @@ class OrdersService {
|
|
|
5234
5249
|
});
|
|
5235
5250
|
}
|
|
5236
5251
|
deleteOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5237
|
-
const experimentKey = requestParameters
|
|
5252
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5238
5253
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5239
5254
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrders.');
|
|
5240
5255
|
}
|
|
5241
|
-
const requestBody = requestParameters
|
|
5256
|
+
const requestBody = requestParameters?.requestBody;
|
|
5242
5257
|
if (requestBody === null || requestBody === undefined) {
|
|
5243
5258
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteOrders.');
|
|
5244
5259
|
}
|
|
@@ -5301,11 +5316,11 @@ class OrdersService {
|
|
|
5301
5316
|
});
|
|
5302
5317
|
}
|
|
5303
5318
|
disableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5304
|
-
const experimentKey = requestParameters
|
|
5319
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5305
5320
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5306
5321
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableOrders.');
|
|
5307
5322
|
}
|
|
5308
|
-
const requestBody = requestParameters
|
|
5323
|
+
const requestBody = requestParameters?.requestBody;
|
|
5309
5324
|
if (requestBody === null || requestBody === undefined) {
|
|
5310
5325
|
throw new Error('Required parameter requestBody was null or undefined when calling disableOrders.');
|
|
5311
5326
|
}
|
|
@@ -5368,11 +5383,11 @@ class OrdersService {
|
|
|
5368
5383
|
});
|
|
5369
5384
|
}
|
|
5370
5385
|
enableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5371
|
-
const experimentKey = requestParameters
|
|
5386
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5372
5387
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5373
5388
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableOrders.');
|
|
5374
5389
|
}
|
|
5375
|
-
const requestBody = requestParameters
|
|
5390
|
+
const requestBody = requestParameters?.requestBody;
|
|
5376
5391
|
if (requestBody === null || requestBody === undefined) {
|
|
5377
5392
|
throw new Error('Required parameter requestBody was null or undefined when calling enableOrders.');
|
|
5378
5393
|
}
|
|
@@ -5435,11 +5450,11 @@ class OrdersService {
|
|
|
5435
5450
|
});
|
|
5436
5451
|
}
|
|
5437
5452
|
readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5438
|
-
const experimentKey = requestParameters
|
|
5453
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5439
5454
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5440
5455
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrder.');
|
|
5441
5456
|
}
|
|
5442
|
-
const essenceKey = requestParameters
|
|
5457
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5443
5458
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5444
5459
|
throw new Error('Required parameter essenceKey was null or undefined when calling readOrder.');
|
|
5445
5460
|
}
|
|
@@ -5493,16 +5508,16 @@ class OrdersService {
|
|
|
5493
5508
|
});
|
|
5494
5509
|
}
|
|
5495
5510
|
readOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5496
|
-
const experimentKey = requestParameters
|
|
5511
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5497
5512
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5498
5513
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrders.');
|
|
5499
5514
|
}
|
|
5500
|
-
const offset = requestParameters
|
|
5501
|
-
const limit = requestParameters
|
|
5502
|
-
const sortField = requestParameters
|
|
5503
|
-
const sortCustomfield = requestParameters
|
|
5504
|
-
const sortDirection = requestParameters
|
|
5505
|
-
const tableOrderFilterListStudio = requestParameters
|
|
5515
|
+
const offset = requestParameters?.offset;
|
|
5516
|
+
const limit = requestParameters?.limit;
|
|
5517
|
+
const sortField = requestParameters?.sortField;
|
|
5518
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5519
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
5520
|
+
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
5506
5521
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5507
5522
|
if (offset !== undefined && offset !== null) {
|
|
5508
5523
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -5579,13 +5594,13 @@ class OrdersService {
|
|
|
5579
5594
|
});
|
|
5580
5595
|
}
|
|
5581
5596
|
readOrdersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5582
|
-
const experimentKey = requestParameters
|
|
5597
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5583
5598
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5584
5599
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersGeopoints.');
|
|
5585
5600
|
}
|
|
5586
|
-
const offset = requestParameters
|
|
5587
|
-
const limit = requestParameters
|
|
5588
|
-
const tableOrderFilterListStudio = requestParameters
|
|
5601
|
+
const offset = requestParameters?.offset;
|
|
5602
|
+
const limit = requestParameters?.limit;
|
|
5603
|
+
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
5589
5604
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5590
5605
|
if (offset !== undefined && offset !== null) {
|
|
5591
5606
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -5653,11 +5668,11 @@ class OrdersService {
|
|
|
5653
5668
|
});
|
|
5654
5669
|
}
|
|
5655
5670
|
readOrdersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5656
|
-
const experimentKey = requestParameters
|
|
5671
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5657
5672
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5658
5673
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersMetrics.');
|
|
5659
5674
|
}
|
|
5660
|
-
const tableOrderMetricsFilterListStudio = requestParameters
|
|
5675
|
+
const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
|
|
5661
5676
|
if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
|
|
5662
5677
|
throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
|
|
5663
5678
|
}
|
|
@@ -5720,11 +5735,11 @@ class OrdersService {
|
|
|
5720
5735
|
});
|
|
5721
5736
|
}
|
|
5722
5737
|
updateOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5723
|
-
const experimentKey = requestParameters
|
|
5738
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5724
5739
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5725
5740
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateOrder.');
|
|
5726
5741
|
}
|
|
5727
|
-
const webOrderStudio = requestParameters
|
|
5742
|
+
const webOrderStudio = requestParameters?.webOrderStudio;
|
|
5728
5743
|
if (webOrderStudio === null || webOrderStudio === undefined) {
|
|
5729
5744
|
throw new Error('Required parameter webOrderStudio was null or undefined when calling updateOrder.');
|
|
5730
5745
|
}
|
|
@@ -5806,7 +5821,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5806
5821
|
/**
|
|
5807
5822
|
* VRt.Studio [ST]
|
|
5808
5823
|
*
|
|
5809
|
-
* The version of the OpenAPI document: 7.
|
|
5824
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
5810
5825
|
* Contact: servicedesk@veeroute.com
|
|
5811
5826
|
*
|
|
5812
5827
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5825,8 +5840,9 @@ class PerformersService {
|
|
|
5825
5840
|
this.configuration = configuration;
|
|
5826
5841
|
}
|
|
5827
5842
|
if (typeof this.configuration.basePath !== 'string') {
|
|
5828
|
-
|
|
5829
|
-
|
|
5843
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
5844
|
+
if (firstBasePath != undefined) {
|
|
5845
|
+
basePath = firstBasePath;
|
|
5830
5846
|
}
|
|
5831
5847
|
if (typeof basePath !== 'string') {
|
|
5832
5848
|
basePath = this.basePath;
|
|
@@ -5874,11 +5890,11 @@ class PerformersService {
|
|
|
5874
5890
|
return httpParams;
|
|
5875
5891
|
}
|
|
5876
5892
|
createPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5877
|
-
const experimentKey = requestParameters
|
|
5893
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5878
5894
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5879
5895
|
throw new Error('Required parameter experimentKey was null or undefined when calling createPerformer.');
|
|
5880
5896
|
}
|
|
5881
|
-
const webPerformerStudio = requestParameters
|
|
5897
|
+
const webPerformerStudio = requestParameters?.webPerformerStudio;
|
|
5882
5898
|
if (webPerformerStudio === null || webPerformerStudio === undefined) {
|
|
5883
5899
|
throw new Error('Required parameter webPerformerStudio was null or undefined when calling createPerformer.');
|
|
5884
5900
|
}
|
|
@@ -5941,11 +5957,11 @@ class PerformersService {
|
|
|
5941
5957
|
});
|
|
5942
5958
|
}
|
|
5943
5959
|
deletePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5944
|
-
const experimentKey = requestParameters
|
|
5960
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5945
5961
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5946
5962
|
throw new Error('Required parameter experimentKey was null or undefined when calling deletePerformer.');
|
|
5947
5963
|
}
|
|
5948
|
-
const essenceKey = requestParameters
|
|
5964
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5949
5965
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5950
5966
|
throw new Error('Required parameter essenceKey was null or undefined when calling deletePerformer.');
|
|
5951
5967
|
}
|
|
@@ -5999,11 +6015,11 @@ class PerformersService {
|
|
|
5999
6015
|
});
|
|
6000
6016
|
}
|
|
6001
6017
|
disablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6002
|
-
const experimentKey = requestParameters
|
|
6018
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6003
6019
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6004
6020
|
throw new Error('Required parameter experimentKey was null or undefined when calling disablePerformers.');
|
|
6005
6021
|
}
|
|
6006
|
-
const requestBody = requestParameters
|
|
6022
|
+
const requestBody = requestParameters?.requestBody;
|
|
6007
6023
|
if (requestBody === null || requestBody === undefined) {
|
|
6008
6024
|
throw new Error('Required parameter requestBody was null or undefined when calling disablePerformers.');
|
|
6009
6025
|
}
|
|
@@ -6066,11 +6082,11 @@ class PerformersService {
|
|
|
6066
6082
|
});
|
|
6067
6083
|
}
|
|
6068
6084
|
enablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6069
|
-
const experimentKey = requestParameters
|
|
6085
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6070
6086
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6071
6087
|
throw new Error('Required parameter experimentKey was null or undefined when calling enablePerformers.');
|
|
6072
6088
|
}
|
|
6073
|
-
const requestBody = requestParameters
|
|
6089
|
+
const requestBody = requestParameters?.requestBody;
|
|
6074
6090
|
if (requestBody === null || requestBody === undefined) {
|
|
6075
6091
|
throw new Error('Required parameter requestBody was null or undefined when calling enablePerformers.');
|
|
6076
6092
|
}
|
|
@@ -6133,11 +6149,11 @@ class PerformersService {
|
|
|
6133
6149
|
});
|
|
6134
6150
|
}
|
|
6135
6151
|
readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6136
|
-
const experimentKey = requestParameters
|
|
6152
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6137
6153
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6138
6154
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformer.');
|
|
6139
6155
|
}
|
|
6140
|
-
const essenceKey = requestParameters
|
|
6156
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6141
6157
|
if (essenceKey === null || essenceKey === undefined) {
|
|
6142
6158
|
throw new Error('Required parameter essenceKey was null or undefined when calling readPerformer.');
|
|
6143
6159
|
}
|
|
@@ -6191,16 +6207,16 @@ class PerformersService {
|
|
|
6191
6207
|
});
|
|
6192
6208
|
}
|
|
6193
6209
|
readPerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6194
|
-
const experimentKey = requestParameters
|
|
6210
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6195
6211
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6196
6212
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformers.');
|
|
6197
6213
|
}
|
|
6198
|
-
const offset = requestParameters
|
|
6199
|
-
const limit = requestParameters
|
|
6200
|
-
const sortField = requestParameters
|
|
6201
|
-
const sortCustomfield = requestParameters
|
|
6202
|
-
const sortDirection = requestParameters
|
|
6203
|
-
const tablePerformerFilterListStudio = requestParameters
|
|
6214
|
+
const offset = requestParameters?.offset;
|
|
6215
|
+
const limit = requestParameters?.limit;
|
|
6216
|
+
const sortField = requestParameters?.sortField;
|
|
6217
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6218
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6219
|
+
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
6204
6220
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6205
6221
|
if (offset !== undefined && offset !== null) {
|
|
6206
6222
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -6277,13 +6293,13 @@ class PerformersService {
|
|
|
6277
6293
|
});
|
|
6278
6294
|
}
|
|
6279
6295
|
readPerformersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6280
|
-
const experimentKey = requestParameters
|
|
6296
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6281
6297
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6282
6298
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersGeopoints.');
|
|
6283
6299
|
}
|
|
6284
|
-
const offset = requestParameters
|
|
6285
|
-
const limit = requestParameters
|
|
6286
|
-
const tablePerformerFilterListStudio = requestParameters
|
|
6300
|
+
const offset = requestParameters?.offset;
|
|
6301
|
+
const limit = requestParameters?.limit;
|
|
6302
|
+
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
6287
6303
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6288
6304
|
if (offset !== undefined && offset !== null) {
|
|
6289
6305
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -6351,11 +6367,11 @@ class PerformersService {
|
|
|
6351
6367
|
});
|
|
6352
6368
|
}
|
|
6353
6369
|
readPerformersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6354
|
-
const experimentKey = requestParameters
|
|
6370
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6355
6371
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6356
6372
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersMetrics.');
|
|
6357
6373
|
}
|
|
6358
|
-
const tablePerformerMetricsFilterListStudio = requestParameters
|
|
6374
|
+
const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
|
|
6359
6375
|
if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
|
|
6360
6376
|
throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
|
|
6361
6377
|
}
|
|
@@ -6418,11 +6434,11 @@ class PerformersService {
|
|
|
6418
6434
|
});
|
|
6419
6435
|
}
|
|
6420
6436
|
updatePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6421
|
-
const experimentKey = requestParameters
|
|
6437
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6422
6438
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6423
6439
|
throw new Error('Required parameter experimentKey was null or undefined when calling updatePerformer.');
|
|
6424
6440
|
}
|
|
6425
|
-
const webPerformerStudio = requestParameters
|
|
6441
|
+
const webPerformerStudio = requestParameters?.webPerformerStudio;
|
|
6426
6442
|
if (webPerformerStudio === null || webPerformerStudio === undefined) {
|
|
6427
6443
|
throw new Error('Required parameter webPerformerStudio was null or undefined when calling updatePerformer.');
|
|
6428
6444
|
}
|
|
@@ -6504,7 +6520,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6504
6520
|
/**
|
|
6505
6521
|
* VRt.Studio [ST]
|
|
6506
6522
|
*
|
|
6507
|
-
* The version of the OpenAPI document: 7.
|
|
6523
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
6508
6524
|
* Contact: servicedesk@veeroute.com
|
|
6509
6525
|
*
|
|
6510
6526
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6523,8 +6539,9 @@ class SystemService {
|
|
|
6523
6539
|
this.configuration = configuration;
|
|
6524
6540
|
}
|
|
6525
6541
|
if (typeof this.configuration.basePath !== 'string') {
|
|
6526
|
-
|
|
6527
|
-
|
|
6542
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
6543
|
+
if (firstBasePath != undefined) {
|
|
6544
|
+
basePath = firstBasePath;
|
|
6528
6545
|
}
|
|
6529
6546
|
if (typeof basePath !== 'string') {
|
|
6530
6547
|
basePath = this.basePath;
|
|
@@ -6616,7 +6633,7 @@ class SystemService {
|
|
|
6616
6633
|
});
|
|
6617
6634
|
}
|
|
6618
6635
|
file(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6619
|
-
const filename = requestParameters
|
|
6636
|
+
const filename = requestParameters?.filename;
|
|
6620
6637
|
if (filename === null || filename === undefined) {
|
|
6621
6638
|
throw new Error('Required parameter filename was null or undefined when calling file.');
|
|
6622
6639
|
}
|
|
@@ -6729,7 +6746,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6729
6746
|
/**
|
|
6730
6747
|
* VRt.Studio [ST]
|
|
6731
6748
|
*
|
|
6732
|
-
* The version of the OpenAPI document: 7.
|
|
6749
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
6733
6750
|
* Contact: servicedesk@veeroute.com
|
|
6734
6751
|
*
|
|
6735
6752
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6748,8 +6765,9 @@ class TransportsService {
|
|
|
6748
6765
|
this.configuration = configuration;
|
|
6749
6766
|
}
|
|
6750
6767
|
if (typeof this.configuration.basePath !== 'string') {
|
|
6751
|
-
|
|
6752
|
-
|
|
6768
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
6769
|
+
if (firstBasePath != undefined) {
|
|
6770
|
+
basePath = firstBasePath;
|
|
6753
6771
|
}
|
|
6754
6772
|
if (typeof basePath !== 'string') {
|
|
6755
6773
|
basePath = this.basePath;
|
|
@@ -6797,11 +6815,11 @@ class TransportsService {
|
|
|
6797
6815
|
return httpParams;
|
|
6798
6816
|
}
|
|
6799
6817
|
createTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6800
|
-
const experimentKey = requestParameters
|
|
6818
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6801
6819
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6802
6820
|
throw new Error('Required parameter experimentKey was null or undefined when calling createTransport.');
|
|
6803
6821
|
}
|
|
6804
|
-
const webTransportStudio = requestParameters
|
|
6822
|
+
const webTransportStudio = requestParameters?.webTransportStudio;
|
|
6805
6823
|
if (webTransportStudio === null || webTransportStudio === undefined) {
|
|
6806
6824
|
throw new Error('Required parameter webTransportStudio was null or undefined when calling createTransport.');
|
|
6807
6825
|
}
|
|
@@ -6864,11 +6882,11 @@ class TransportsService {
|
|
|
6864
6882
|
});
|
|
6865
6883
|
}
|
|
6866
6884
|
deleteTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6867
|
-
const experimentKey = requestParameters
|
|
6885
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6868
6886
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6869
6887
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteTransport.');
|
|
6870
6888
|
}
|
|
6871
|
-
const essenceKey = requestParameters
|
|
6889
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6872
6890
|
if (essenceKey === null || essenceKey === undefined) {
|
|
6873
6891
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteTransport.');
|
|
6874
6892
|
}
|
|
@@ -6922,11 +6940,11 @@ class TransportsService {
|
|
|
6922
6940
|
});
|
|
6923
6941
|
}
|
|
6924
6942
|
disableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6925
|
-
const experimentKey = requestParameters
|
|
6943
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6926
6944
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6927
6945
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableTransports.');
|
|
6928
6946
|
}
|
|
6929
|
-
const requestBody = requestParameters
|
|
6947
|
+
const requestBody = requestParameters?.requestBody;
|
|
6930
6948
|
if (requestBody === null || requestBody === undefined) {
|
|
6931
6949
|
throw new Error('Required parameter requestBody was null or undefined when calling disableTransports.');
|
|
6932
6950
|
}
|
|
@@ -6989,11 +7007,11 @@ class TransportsService {
|
|
|
6989
7007
|
});
|
|
6990
7008
|
}
|
|
6991
7009
|
enableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6992
|
-
const experimentKey = requestParameters
|
|
7010
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6993
7011
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6994
7012
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableTransports.');
|
|
6995
7013
|
}
|
|
6996
|
-
const requestBody = requestParameters
|
|
7014
|
+
const requestBody = requestParameters?.requestBody;
|
|
6997
7015
|
if (requestBody === null || requestBody === undefined) {
|
|
6998
7016
|
throw new Error('Required parameter requestBody was null or undefined when calling enableTransports.');
|
|
6999
7017
|
}
|
|
@@ -7056,11 +7074,11 @@ class TransportsService {
|
|
|
7056
7074
|
});
|
|
7057
7075
|
}
|
|
7058
7076
|
readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7059
|
-
const experimentKey = requestParameters
|
|
7077
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7060
7078
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7061
7079
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransport.');
|
|
7062
7080
|
}
|
|
7063
|
-
const essenceKey = requestParameters
|
|
7081
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7064
7082
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7065
7083
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTransport.');
|
|
7066
7084
|
}
|
|
@@ -7114,16 +7132,16 @@ class TransportsService {
|
|
|
7114
7132
|
});
|
|
7115
7133
|
}
|
|
7116
7134
|
readTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7117
|
-
const experimentKey = requestParameters
|
|
7135
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7118
7136
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7119
7137
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransports.');
|
|
7120
7138
|
}
|
|
7121
|
-
const offset = requestParameters
|
|
7122
|
-
const limit = requestParameters
|
|
7123
|
-
const sortField = requestParameters
|
|
7124
|
-
const sortCustomfield = requestParameters
|
|
7125
|
-
const sortDirection = requestParameters
|
|
7126
|
-
const tableTransportFilterListStudio = requestParameters
|
|
7139
|
+
const offset = requestParameters?.offset;
|
|
7140
|
+
const limit = requestParameters?.limit;
|
|
7141
|
+
const sortField = requestParameters?.sortField;
|
|
7142
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
7143
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
7144
|
+
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
7127
7145
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7128
7146
|
if (offset !== undefined && offset !== null) {
|
|
7129
7147
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7200,13 +7218,13 @@ class TransportsService {
|
|
|
7200
7218
|
});
|
|
7201
7219
|
}
|
|
7202
7220
|
readTransportsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7203
|
-
const experimentKey = requestParameters
|
|
7221
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7204
7222
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7205
7223
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsGeopoints.');
|
|
7206
7224
|
}
|
|
7207
|
-
const offset = requestParameters
|
|
7208
|
-
const limit = requestParameters
|
|
7209
|
-
const tableTransportFilterListStudio = requestParameters
|
|
7225
|
+
const offset = requestParameters?.offset;
|
|
7226
|
+
const limit = requestParameters?.limit;
|
|
7227
|
+
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
7210
7228
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7211
7229
|
if (offset !== undefined && offset !== null) {
|
|
7212
7230
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7274,11 +7292,11 @@ class TransportsService {
|
|
|
7274
7292
|
});
|
|
7275
7293
|
}
|
|
7276
7294
|
readTransportsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7277
|
-
const experimentKey = requestParameters
|
|
7295
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7278
7296
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7279
7297
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsMetrics.');
|
|
7280
7298
|
}
|
|
7281
|
-
const tableTransportMetricsFilterListStudio = requestParameters
|
|
7299
|
+
const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
|
|
7282
7300
|
if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
|
|
7283
7301
|
throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
|
|
7284
7302
|
}
|
|
@@ -7341,11 +7359,11 @@ class TransportsService {
|
|
|
7341
7359
|
});
|
|
7342
7360
|
}
|
|
7343
7361
|
updateTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7344
|
-
const experimentKey = requestParameters
|
|
7362
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7345
7363
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7346
7364
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateTransport.');
|
|
7347
7365
|
}
|
|
7348
|
-
const webTransportStudio = requestParameters
|
|
7366
|
+
const webTransportStudio = requestParameters?.webTransportStudio;
|
|
7349
7367
|
if (webTransportStudio === null || webTransportStudio === undefined) {
|
|
7350
7368
|
throw new Error('Required parameter webTransportStudio was null or undefined when calling updateTransport.');
|
|
7351
7369
|
}
|
|
@@ -7427,7 +7445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7427
7445
|
/**
|
|
7428
7446
|
* VRt.Studio [ST]
|
|
7429
7447
|
*
|
|
7430
|
-
* The version of the OpenAPI document: 7.
|
|
7448
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
7431
7449
|
* Contact: servicedesk@veeroute.com
|
|
7432
7450
|
*
|
|
7433
7451
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7446,8 +7464,9 @@ class TripsService {
|
|
|
7446
7464
|
this.configuration = configuration;
|
|
7447
7465
|
}
|
|
7448
7466
|
if (typeof this.configuration.basePath !== 'string') {
|
|
7449
|
-
|
|
7450
|
-
|
|
7467
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
7468
|
+
if (firstBasePath != undefined) {
|
|
7469
|
+
basePath = firstBasePath;
|
|
7451
7470
|
}
|
|
7452
7471
|
if (typeof basePath !== 'string') {
|
|
7453
7472
|
basePath = this.basePath;
|
|
@@ -7495,11 +7514,11 @@ class TripsService {
|
|
|
7495
7514
|
return httpParams;
|
|
7496
7515
|
}
|
|
7497
7516
|
createTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7498
|
-
const experimentKey = requestParameters
|
|
7517
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7499
7518
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7500
7519
|
throw new Error('Required parameter experimentKey was null or undefined when calling createTrip.');
|
|
7501
7520
|
}
|
|
7502
|
-
const webTripStudio = requestParameters
|
|
7521
|
+
const webTripStudio = requestParameters?.webTripStudio;
|
|
7503
7522
|
if (webTripStudio === null || webTripStudio === undefined) {
|
|
7504
7523
|
throw new Error('Required parameter webTripStudio was null or undefined when calling createTrip.');
|
|
7505
7524
|
}
|
|
@@ -7562,7 +7581,7 @@ class TripsService {
|
|
|
7562
7581
|
});
|
|
7563
7582
|
}
|
|
7564
7583
|
deleteCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7565
|
-
const experimentKey = requestParameters
|
|
7584
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7566
7585
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7567
7586
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteCustomTracks.');
|
|
7568
7587
|
}
|
|
@@ -7616,11 +7635,11 @@ class TripsService {
|
|
|
7616
7635
|
});
|
|
7617
7636
|
}
|
|
7618
7637
|
deleteTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7619
|
-
const experimentKey = requestParameters
|
|
7638
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7620
7639
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7621
7640
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteTrip.');
|
|
7622
7641
|
}
|
|
7623
|
-
const essenceKey = requestParameters
|
|
7642
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7624
7643
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7625
7644
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteTrip.');
|
|
7626
7645
|
}
|
|
@@ -7674,11 +7693,11 @@ class TripsService {
|
|
|
7674
7693
|
});
|
|
7675
7694
|
}
|
|
7676
7695
|
loadCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7677
|
-
const experimentKey = requestParameters
|
|
7696
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7678
7697
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7679
7698
|
throw new Error('Required parameter experimentKey was null or undefined when calling loadCustomTracks.');
|
|
7680
7699
|
}
|
|
7681
|
-
const webTripTrackListCustomStudio = requestParameters
|
|
7700
|
+
const webTripTrackListCustomStudio = requestParameters?.webTripTrackListCustomStudio;
|
|
7682
7701
|
let localVarHeaders = this.defaultHeaders;
|
|
7683
7702
|
let localVarCredential;
|
|
7684
7703
|
// authentication (ApiKeyAuth) required
|
|
@@ -7738,11 +7757,11 @@ class TripsService {
|
|
|
7738
7757
|
});
|
|
7739
7758
|
}
|
|
7740
7759
|
readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7741
|
-
const experimentKey = requestParameters
|
|
7760
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7742
7761
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7743
7762
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTrip.');
|
|
7744
7763
|
}
|
|
7745
|
-
const essenceKey = requestParameters
|
|
7764
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7746
7765
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7747
7766
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTrip.');
|
|
7748
7767
|
}
|
|
@@ -7796,20 +7815,20 @@ class TripsService {
|
|
|
7796
7815
|
});
|
|
7797
7816
|
}
|
|
7798
7817
|
readTripStops(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7799
|
-
const experimentKey = requestParameters
|
|
7818
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7800
7819
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7801
7820
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripStops.');
|
|
7802
7821
|
}
|
|
7803
|
-
const essenceKey = requestParameters
|
|
7822
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7804
7823
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7805
7824
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTripStops.');
|
|
7806
7825
|
}
|
|
7807
|
-
const offset = requestParameters
|
|
7808
|
-
const limit = requestParameters
|
|
7809
|
-
const sortField = requestParameters
|
|
7810
|
-
const sortCustomfield = requestParameters
|
|
7811
|
-
const sortDirection = requestParameters
|
|
7812
|
-
const tableTripStopFilterListStudio = requestParameters
|
|
7826
|
+
const offset = requestParameters?.offset;
|
|
7827
|
+
const limit = requestParameters?.limit;
|
|
7828
|
+
const sortField = requestParameters?.sortField;
|
|
7829
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
7830
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
7831
|
+
const tableTripStopFilterListStudio = requestParameters?.tableTripStopFilterListStudio;
|
|
7813
7832
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7814
7833
|
if (offset !== undefined && offset !== null) {
|
|
7815
7834
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7886,16 +7905,16 @@ class TripsService {
|
|
|
7886
7905
|
});
|
|
7887
7906
|
}
|
|
7888
7907
|
readTrips(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7889
|
-
const experimentKey = requestParameters
|
|
7908
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7890
7909
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7891
7910
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTrips.');
|
|
7892
7911
|
}
|
|
7893
|
-
const offset = requestParameters
|
|
7894
|
-
const limit = requestParameters
|
|
7895
|
-
const sortField = requestParameters
|
|
7896
|
-
const sortCustomfield = requestParameters
|
|
7897
|
-
const sortDirection = requestParameters
|
|
7898
|
-
const tableTripFilterListStudio = requestParameters
|
|
7912
|
+
const offset = requestParameters?.offset;
|
|
7913
|
+
const limit = requestParameters?.limit;
|
|
7914
|
+
const sortField = requestParameters?.sortField;
|
|
7915
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
7916
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
7917
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
7899
7918
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7900
7919
|
if (offset !== undefined && offset !== null) {
|
|
7901
7920
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7972,15 +7991,15 @@ class TripsService {
|
|
|
7972
7991
|
});
|
|
7973
7992
|
}
|
|
7974
7993
|
readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7975
|
-
const experimentKey = requestParameters
|
|
7994
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7976
7995
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7977
7996
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsCharts.');
|
|
7978
7997
|
}
|
|
7979
|
-
const offset = requestParameters
|
|
7980
|
-
const limit = requestParameters
|
|
7981
|
-
const sortField = requestParameters
|
|
7982
|
-
const sortDirection = requestParameters
|
|
7983
|
-
const tableTripFilterListStudio = requestParameters
|
|
7998
|
+
const offset = requestParameters?.offset;
|
|
7999
|
+
const limit = requestParameters?.limit;
|
|
8000
|
+
const sortField = requestParameters?.sortField;
|
|
8001
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
8002
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
7984
8003
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7985
8004
|
if (offset !== undefined && offset !== null) {
|
|
7986
8005
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -8054,11 +8073,11 @@ class TripsService {
|
|
|
8054
8073
|
});
|
|
8055
8074
|
}
|
|
8056
8075
|
readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8057
|
-
const experimentKey = requestParameters
|
|
8076
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8058
8077
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8059
8078
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsMetrics.');
|
|
8060
8079
|
}
|
|
8061
|
-
const tableTripMetricsFilterListStudio = requestParameters
|
|
8080
|
+
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
8062
8081
|
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
8063
8082
|
throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
|
|
8064
8083
|
}
|
|
@@ -8121,17 +8140,17 @@ class TripsService {
|
|
|
8121
8140
|
});
|
|
8122
8141
|
}
|
|
8123
8142
|
readTripsTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8124
|
-
const experimentKey = requestParameters
|
|
8143
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8125
8144
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8126
8145
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsTracks.');
|
|
8127
8146
|
}
|
|
8128
|
-
const tracksType = requestParameters
|
|
8147
|
+
const tracksType = requestParameters?.tracksType;
|
|
8129
8148
|
if (tracksType === null || tracksType === undefined) {
|
|
8130
8149
|
throw new Error('Required parameter tracksType was null or undefined when calling readTripsTracks.');
|
|
8131
8150
|
}
|
|
8132
|
-
const offset = requestParameters
|
|
8133
|
-
const limit = requestParameters
|
|
8134
|
-
const tableTripFilterListStudio = requestParameters
|
|
8151
|
+
const offset = requestParameters?.offset;
|
|
8152
|
+
const limit = requestParameters?.limit;
|
|
8153
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
8135
8154
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
8136
8155
|
if (offset !== undefined && offset !== null) {
|
|
8137
8156
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -8199,11 +8218,11 @@ class TripsService {
|
|
|
8199
8218
|
});
|
|
8200
8219
|
}
|
|
8201
8220
|
updateTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8202
|
-
const experimentKey = requestParameters
|
|
8221
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8203
8222
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8204
8223
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateTrip.');
|
|
8205
8224
|
}
|
|
8206
|
-
const webTripStudio = requestParameters
|
|
8225
|
+
const webTripStudio = requestParameters?.webTripStudio;
|
|
8207
8226
|
if (webTripStudio === null || webTripStudio === undefined) {
|
|
8208
8227
|
throw new Error('Required parameter webTripStudio was null or undefined when calling updateTrip.');
|
|
8209
8228
|
}
|
|
@@ -8285,7 +8304,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
8285
8304
|
/**
|
|
8286
8305
|
* VRt.Studio [ST]
|
|
8287
8306
|
*
|
|
8288
|
-
* The version of the OpenAPI document: 7.
|
|
8307
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8289
8308
|
* Contact: servicedesk@veeroute.com
|
|
8290
8309
|
*
|
|
8291
8310
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8304,8 +8323,9 @@ class UserSettingsService {
|
|
|
8304
8323
|
this.configuration = configuration;
|
|
8305
8324
|
}
|
|
8306
8325
|
if (typeof this.configuration.basePath !== 'string') {
|
|
8307
|
-
|
|
8308
|
-
|
|
8326
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
8327
|
+
if (firstBasePath != undefined) {
|
|
8328
|
+
basePath = firstBasePath;
|
|
8309
8329
|
}
|
|
8310
8330
|
if (typeof basePath !== 'string') {
|
|
8311
8331
|
basePath = this.basePath;
|
|
@@ -8353,11 +8373,11 @@ class UserSettingsService {
|
|
|
8353
8373
|
return httpParams;
|
|
8354
8374
|
}
|
|
8355
8375
|
createUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8356
|
-
const settingsKey = requestParameters
|
|
8376
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8357
8377
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8358
8378
|
throw new Error('Required parameter settingsKey was null or undefined when calling createUserSettings.');
|
|
8359
8379
|
}
|
|
8360
|
-
const requestBody = requestParameters
|
|
8380
|
+
const requestBody = requestParameters?.requestBody;
|
|
8361
8381
|
if (requestBody === null || requestBody === undefined) {
|
|
8362
8382
|
throw new Error('Required parameter requestBody was null or undefined when calling createUserSettings.');
|
|
8363
8383
|
}
|
|
@@ -8420,7 +8440,7 @@ class UserSettingsService {
|
|
|
8420
8440
|
});
|
|
8421
8441
|
}
|
|
8422
8442
|
deleteUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8423
|
-
const settingsKey = requestParameters
|
|
8443
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8424
8444
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8425
8445
|
throw new Error('Required parameter settingsKey was null or undefined when calling deleteUserSettings.');
|
|
8426
8446
|
}
|
|
@@ -8524,7 +8544,7 @@ class UserSettingsService {
|
|
|
8524
8544
|
});
|
|
8525
8545
|
}
|
|
8526
8546
|
readUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8527
|
-
const settingsKey = requestParameters
|
|
8547
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8528
8548
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8529
8549
|
throw new Error('Required parameter settingsKey was null or undefined when calling readUserSettings.');
|
|
8530
8550
|
}
|
|
@@ -8578,7 +8598,7 @@ class UserSettingsService {
|
|
|
8578
8598
|
});
|
|
8579
8599
|
}
|
|
8580
8600
|
setUserSettingsActiveKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8581
|
-
const body = requestParameters
|
|
8601
|
+
const body = requestParameters?.body;
|
|
8582
8602
|
if (body === null || body === undefined) {
|
|
8583
8603
|
throw new Error('Required parameter body was null or undefined when calling setUserSettingsActiveKey.');
|
|
8584
8604
|
}
|
|
@@ -8641,11 +8661,11 @@ class UserSettingsService {
|
|
|
8641
8661
|
});
|
|
8642
8662
|
}
|
|
8643
8663
|
updateUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8644
|
-
const settingsKey = requestParameters
|
|
8664
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8645
8665
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8646
8666
|
throw new Error('Required parameter settingsKey was null or undefined when calling updateUserSettings.');
|
|
8647
8667
|
}
|
|
8648
|
-
const requestBody = requestParameters
|
|
8668
|
+
const requestBody = requestParameters?.requestBody;
|
|
8649
8669
|
if (requestBody === null || requestBody === undefined) {
|
|
8650
8670
|
throw new Error('Required parameter requestBody was null or undefined when calling updateUserSettings.');
|
|
8651
8671
|
}
|
|
@@ -8729,7 +8749,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
|
|
|
8729
8749
|
/**
|
|
8730
8750
|
* VRt.Studio [ST]
|
|
8731
8751
|
*
|
|
8732
|
-
* The version of the OpenAPI document: 7.
|
|
8752
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8733
8753
|
* Contact: servicedesk@veeroute.com
|
|
8734
8754
|
*
|
|
8735
8755
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8739,7 +8759,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
|
|
|
8739
8759
|
/**
|
|
8740
8760
|
* VRt.Studio [ST]
|
|
8741
8761
|
*
|
|
8742
|
-
* The version of the OpenAPI document: 7.
|
|
8762
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8743
8763
|
* Contact: servicedesk@veeroute.com
|
|
8744
8764
|
*
|
|
8745
8765
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8749,7 +8769,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
|
|
|
8749
8769
|
/**
|
|
8750
8770
|
* VRt.Studio [ST]
|
|
8751
8771
|
*
|
|
8752
|
-
* The version of the OpenAPI document: 7.
|
|
8772
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8753
8773
|
* Contact: servicedesk@veeroute.com
|
|
8754
8774
|
*
|
|
8755
8775
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8768,7 +8788,7 @@ var BasicProcessStudio;
|
|
|
8768
8788
|
/**
|
|
8769
8789
|
* VRt.Studio [ST]
|
|
8770
8790
|
*
|
|
8771
|
-
* The version of the OpenAPI document: 7.
|
|
8791
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8772
8792
|
* Contact: servicedesk@veeroute.com
|
|
8773
8793
|
*
|
|
8774
8794
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8788,7 +8808,7 @@ var BasicStateStudio;
|
|
|
8788
8808
|
/**
|
|
8789
8809
|
* VRt.Studio [ST]
|
|
8790
8810
|
*
|
|
8791
|
-
* The version of the OpenAPI document: 7.
|
|
8811
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8792
8812
|
* Contact: servicedesk@veeroute.com
|
|
8793
8813
|
*
|
|
8794
8814
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8798,7 +8818,7 @@ var BasicStateStudio;
|
|
|
8798
8818
|
/**
|
|
8799
8819
|
* VRt.Studio [ST]
|
|
8800
8820
|
*
|
|
8801
|
-
* The version of the OpenAPI document: 7.
|
|
8821
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8802
8822
|
* Contact: servicedesk@veeroute.com
|
|
8803
8823
|
*
|
|
8804
8824
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8817,7 +8837,7 @@ var BasicTracksTypeStudio;
|
|
|
8817
8837
|
/**
|
|
8818
8838
|
* VRt.Studio [ST]
|
|
8819
8839
|
*
|
|
8820
|
-
* The version of the OpenAPI document: 7.
|
|
8840
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8821
8841
|
* Contact: servicedesk@veeroute.com
|
|
8822
8842
|
*
|
|
8823
8843
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8834,7 +8854,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8834
8854
|
/**
|
|
8835
8855
|
* VRt.Studio [ST]
|
|
8836
8856
|
*
|
|
8837
|
-
* The version of the OpenAPI document: 7.
|
|
8857
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8838
8858
|
* Contact: servicedesk@veeroute.com
|
|
8839
8859
|
*
|
|
8840
8860
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8844,7 +8864,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8844
8864
|
/**
|
|
8845
8865
|
* VRt.Studio [ST]
|
|
8846
8866
|
*
|
|
8847
|
-
* The version of the OpenAPI document: 7.
|
|
8867
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8848
8868
|
* Contact: servicedesk@veeroute.com
|
|
8849
8869
|
*
|
|
8850
8870
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8854,7 +8874,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8854
8874
|
/**
|
|
8855
8875
|
* VRt.Studio [ST]
|
|
8856
8876
|
*
|
|
8857
|
-
* The version of the OpenAPI document: 7.
|
|
8877
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8858
8878
|
* Contact: servicedesk@veeroute.com
|
|
8859
8879
|
*
|
|
8860
8880
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8878,7 +8898,7 @@ var CalculationStatusStudio;
|
|
|
8878
8898
|
/**
|
|
8879
8899
|
* VRt.Studio [ST]
|
|
8880
8900
|
*
|
|
8881
|
-
* The version of the OpenAPI document: 7.
|
|
8901
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8882
8902
|
* Contact: servicedesk@veeroute.com
|
|
8883
8903
|
*
|
|
8884
8904
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8888,7 +8908,7 @@ var CalculationStatusStudio;
|
|
|
8888
8908
|
/**
|
|
8889
8909
|
* VRt.Studio [ST]
|
|
8890
8910
|
*
|
|
8891
|
-
* The version of the OpenAPI document: 7.
|
|
8911
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8892
8912
|
* Contact: servicedesk@veeroute.com
|
|
8893
8913
|
*
|
|
8894
8914
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8898,7 +8918,7 @@ var CalculationStatusStudio;
|
|
|
8898
8918
|
/**
|
|
8899
8919
|
* VRt.Studio [ST]
|
|
8900
8920
|
*
|
|
8901
|
-
* The version of the OpenAPI document: 7.
|
|
8921
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8902
8922
|
* Contact: servicedesk@veeroute.com
|
|
8903
8923
|
*
|
|
8904
8924
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8908,7 +8928,7 @@ var CalculationStatusStudio;
|
|
|
8908
8928
|
/**
|
|
8909
8929
|
* VRt.Studio [ST]
|
|
8910
8930
|
*
|
|
8911
|
-
* The version of the OpenAPI document: 7.
|
|
8931
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8912
8932
|
* Contact: servicedesk@veeroute.com
|
|
8913
8933
|
*
|
|
8914
8934
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8918,7 +8938,7 @@ var CalculationStatusStudio;
|
|
|
8918
8938
|
/**
|
|
8919
8939
|
* VRt.Studio [ST]
|
|
8920
8940
|
*
|
|
8921
|
-
* The version of the OpenAPI document: 7.
|
|
8941
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8922
8942
|
* Contact: servicedesk@veeroute.com
|
|
8923
8943
|
*
|
|
8924
8944
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8928,7 +8948,7 @@ var CalculationStatusStudio;
|
|
|
8928
8948
|
/**
|
|
8929
8949
|
* VRt.Studio [ST]
|
|
8930
8950
|
*
|
|
8931
|
-
* The version of the OpenAPI document: 7.
|
|
8951
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8932
8952
|
* Contact: servicedesk@veeroute.com
|
|
8933
8953
|
*
|
|
8934
8954
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8938,7 +8958,7 @@ var CalculationStatusStudio;
|
|
|
8938
8958
|
/**
|
|
8939
8959
|
* VRt.Studio [ST]
|
|
8940
8960
|
*
|
|
8941
|
-
* The version of the OpenAPI document: 7.
|
|
8961
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8942
8962
|
* Contact: servicedesk@veeroute.com
|
|
8943
8963
|
*
|
|
8944
8964
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8948,7 +8968,7 @@ var CalculationStatusStudio;
|
|
|
8948
8968
|
/**
|
|
8949
8969
|
* VRt.Studio [ST]
|
|
8950
8970
|
*
|
|
8951
|
-
* The version of the OpenAPI document: 7.
|
|
8971
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8952
8972
|
* Contact: servicedesk@veeroute.com
|
|
8953
8973
|
*
|
|
8954
8974
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8966,7 +8986,7 @@ var CargoActionTypeStudio;
|
|
|
8966
8986
|
/**
|
|
8967
8987
|
* VRt.Studio [ST]
|
|
8968
8988
|
*
|
|
8969
|
-
* The version of the OpenAPI document: 7.
|
|
8989
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8970
8990
|
* Contact: servicedesk@veeroute.com
|
|
8971
8991
|
*
|
|
8972
8992
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8986,7 +9006,7 @@ var CargoRotationTypeStudio;
|
|
|
8986
9006
|
/**
|
|
8987
9007
|
* VRt.Studio [ST]
|
|
8988
9008
|
*
|
|
8989
|
-
* The version of the OpenAPI document: 7.
|
|
9009
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
8990
9010
|
* Contact: servicedesk@veeroute.com
|
|
8991
9011
|
*
|
|
8992
9012
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8996,7 +9016,7 @@ var CargoRotationTypeStudio;
|
|
|
8996
9016
|
/**
|
|
8997
9017
|
* VRt.Studio [ST]
|
|
8998
9018
|
*
|
|
8999
|
-
* The version of the OpenAPI document: 7.
|
|
9019
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9000
9020
|
* Contact: servicedesk@veeroute.com
|
|
9001
9021
|
*
|
|
9002
9022
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9006,7 +9026,7 @@ var CargoRotationTypeStudio;
|
|
|
9006
9026
|
/**
|
|
9007
9027
|
* VRt.Studio [ST]
|
|
9008
9028
|
*
|
|
9009
|
-
* The version of the OpenAPI document: 7.
|
|
9029
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9010
9030
|
* Contact: servicedesk@veeroute.com
|
|
9011
9031
|
*
|
|
9012
9032
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9033,7 +9053,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9033
9053
|
/**
|
|
9034
9054
|
* VRt.Studio [ST]
|
|
9035
9055
|
*
|
|
9036
|
-
* The version of the OpenAPI document: 7.
|
|
9056
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9037
9057
|
* Contact: servicedesk@veeroute.com
|
|
9038
9058
|
*
|
|
9039
9059
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9043,7 +9063,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9043
9063
|
/**
|
|
9044
9064
|
* VRt.Studio [ST]
|
|
9045
9065
|
*
|
|
9046
|
-
* The version of the OpenAPI document: 7.
|
|
9066
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9047
9067
|
* Contact: servicedesk@veeroute.com
|
|
9048
9068
|
*
|
|
9049
9069
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9064,14 +9084,14 @@ var DemandTypeStudio;
|
|
|
9064
9084
|
/**
|
|
9065
9085
|
* VRt.Studio [ST]
|
|
9066
9086
|
*
|
|
9067
|
-
* The version of the OpenAPI document: 7.
|
|
9087
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9068
9088
|
* Contact: servicedesk@veeroute.com
|
|
9069
9089
|
*
|
|
9070
9090
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9071
9091
|
* Do not edit the class manually.
|
|
9072
9092
|
*/
|
|
9073
9093
|
/**
|
|
9074
|
-
* Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `MEANINGLESS_RESTRICTIONS` - the specified restrictions do not make sense * `TOO_MANY_WARNINGS` - the number of warnings is greater than 15001
|
|
9094
|
+
* Error type: * `INCONSISTENT_REFERENCE` - bad reference key * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INVALID_ROUTING_MATRIX` - bad routing matrix dimension * `INVALID_GEO_PROVIDER` - bad geo provider * `COMPATIBILITY_CARGO_BOX` - no cargo is compatible with any box * `COMPATIBILITY_TRANSPORT_PERFORMER` - no transport is compatible with any performer * `COMPATIBILITY_TRANSPORT_LOCATION` - no transport is compatible with any location * `COMPATIBILITY_ORDER_PERFORMER` - no order is compatible with any performer * `INCONSISTENT_HARDLINK` - essence key must be only in one hardlink * `PLANNING_HORIZON_EXCEEDED` - planning horizon exceeded (difference between earliest and latest timestamp in dataset) * `MEANINGLESS_RESTRICTIONS` - the specified restrictions do not make sense * `LOCATION_LIMITS_VIOLATION` - the time windows of the limitation must not overlap and their union must match the location availability window `work_window`; if the `min_cargos`/`min_transports` limitation is set, then the `max_cargos`/`max_transports` limitation must be set; the `min_cargos`/`min_transports` limits must be less than all the `max_cargos`/`max_transports` limits * `TOO_MANY_WARNINGS` - the number of warnings is greater than 15001
|
|
9075
9095
|
*/
|
|
9076
9096
|
var EntityErrorTypeStudio;
|
|
9077
9097
|
(function (EntityErrorTypeStudio) {
|
|
@@ -9086,13 +9106,14 @@ var EntityErrorTypeStudio;
|
|
|
9086
9106
|
EntityErrorTypeStudio["INCONSISTENT_HARDLINK"] = "INCONSISTENT_HARDLINK";
|
|
9087
9107
|
EntityErrorTypeStudio["PLANNING_HORIZON_EXCEEDED"] = "PLANNING_HORIZON_EXCEEDED";
|
|
9088
9108
|
EntityErrorTypeStudio["MEANINGLESS_RESTRICTIONS"] = "MEANINGLESS_RESTRICTIONS";
|
|
9109
|
+
EntityErrorTypeStudio["LOCATION_LIMITS_VIOLATION"] = "LOCATION_LIMITS_VIOLATION";
|
|
9089
9110
|
EntityErrorTypeStudio["TOO_MANY_WARNINGS"] = "TOO_MANY_WARNINGS";
|
|
9090
9111
|
})(EntityErrorTypeStudio || (EntityErrorTypeStudio = {}));
|
|
9091
9112
|
|
|
9092
9113
|
/**
|
|
9093
9114
|
* VRt.Studio [ST]
|
|
9094
9115
|
*
|
|
9095
|
-
* The version of the OpenAPI document: 7.
|
|
9116
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9096
9117
|
* Contact: servicedesk@veeroute.com
|
|
9097
9118
|
*
|
|
9098
9119
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9136,14 +9157,14 @@ var EntityTypeStudio;
|
|
|
9136
9157
|
/**
|
|
9137
9158
|
* VRt.Studio [ST]
|
|
9138
9159
|
*
|
|
9139
|
-
* The version of the OpenAPI document: 7.
|
|
9160
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9140
9161
|
* Contact: servicedesk@veeroute.com
|
|
9141
9162
|
*
|
|
9142
9163
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9143
9164
|
* Do not edit the class manually.
|
|
9144
9165
|
*/
|
|
9145
9166
|
/**
|
|
9146
|
-
* 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` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `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 box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box 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 * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object
|
|
9167
|
+
* 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 * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `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` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `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 in queue 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 box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box 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 * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object
|
|
9147
9168
|
*/
|
|
9148
9169
|
var EntityWarningTypeStudio;
|
|
9149
9170
|
(function (EntityWarningTypeStudio) {
|
|
@@ -9151,6 +9172,10 @@ var EntityWarningTypeStudio;
|
|
|
9151
9172
|
EntityWarningTypeStudio["NO_AVAILABLE_PERFORMER"] = "NO_AVAILABLE_PERFORMER";
|
|
9152
9173
|
EntityWarningTypeStudio["NO_COMPATIBLE_TRANSPORT"] = "NO_COMPATIBLE_TRANSPORT";
|
|
9153
9174
|
EntityWarningTypeStudio["NO_COMPATIBLE_PERFORMER"] = "NO_COMPATIBLE_PERFORMER";
|
|
9175
|
+
EntityWarningTypeStudio["NO_AVAILABLE_ORDER_FOR_TRANSPORT"] = "NO_AVAILABLE_ORDER_FOR_TRANSPORT";
|
|
9176
|
+
EntityWarningTypeStudio["NO_AVAILABLE_ORDER_FOR_PERFORMER"] = "NO_AVAILABLE_ORDER_FOR_PERFORMER";
|
|
9177
|
+
EntityWarningTypeStudio["NO_COMPATIBLE_ORDER_FOR_TRANSPORT"] = "NO_COMPATIBLE_ORDER_FOR_TRANSPORT";
|
|
9178
|
+
EntityWarningTypeStudio["NO_COMPATIBLE_ORDER_FOR_PERFORMER"] = "NO_COMPATIBLE_ORDER_FOR_PERFORMER";
|
|
9154
9179
|
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION"] = "PICKUP_AND_DROP_VIOLATION";
|
|
9155
9180
|
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER";
|
|
9156
9181
|
EntityWarningTypeStudio["PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP"] = "PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP";
|
|
@@ -9189,7 +9214,7 @@ var EntityWarningTypeStudio;
|
|
|
9189
9214
|
/**
|
|
9190
9215
|
* VRt.Studio [ST]
|
|
9191
9216
|
*
|
|
9192
|
-
* The version of the OpenAPI document: 7.
|
|
9217
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9193
9218
|
* Contact: servicedesk@veeroute.com
|
|
9194
9219
|
*
|
|
9195
9220
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9199,7 +9224,7 @@ var EntityWarningTypeStudio;
|
|
|
9199
9224
|
/**
|
|
9200
9225
|
* VRt.Studio [ST]
|
|
9201
9226
|
*
|
|
9202
|
-
* The version of the OpenAPI document: 7.
|
|
9227
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9203
9228
|
* Contact: servicedesk@veeroute.com
|
|
9204
9229
|
*
|
|
9205
9230
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9209,7 +9234,7 @@ var EntityWarningTypeStudio;
|
|
|
9209
9234
|
/**
|
|
9210
9235
|
* VRt.Studio [ST]
|
|
9211
9236
|
*
|
|
9212
|
-
* The version of the OpenAPI document: 7.
|
|
9237
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9213
9238
|
* Contact: servicedesk@veeroute.com
|
|
9214
9239
|
*
|
|
9215
9240
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9219,7 +9244,7 @@ var EntityWarningTypeStudio;
|
|
|
9219
9244
|
/**
|
|
9220
9245
|
* VRt.Studio [ST]
|
|
9221
9246
|
*
|
|
9222
|
-
* The version of the OpenAPI document: 7.
|
|
9247
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9223
9248
|
* Contact: servicedesk@veeroute.com
|
|
9224
9249
|
*
|
|
9225
9250
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9239,7 +9264,7 @@ var FactTypeStudio;
|
|
|
9239
9264
|
/**
|
|
9240
9265
|
* VRt.Studio [ST]
|
|
9241
9266
|
*
|
|
9242
|
-
* The version of the OpenAPI document: 7.
|
|
9267
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9243
9268
|
* Contact: servicedesk@veeroute.com
|
|
9244
9269
|
*
|
|
9245
9270
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9249,7 +9274,7 @@ var FactTypeStudio;
|
|
|
9249
9274
|
/**
|
|
9250
9275
|
* VRt.Studio [ST]
|
|
9251
9276
|
*
|
|
9252
|
-
* The version of the OpenAPI document: 7.
|
|
9277
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9253
9278
|
* Contact: servicedesk@veeroute.com
|
|
9254
9279
|
*
|
|
9255
9280
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9259,7 +9284,7 @@ var FactTypeStudio;
|
|
|
9259
9284
|
/**
|
|
9260
9285
|
* VRt.Studio [ST]
|
|
9261
9286
|
*
|
|
9262
|
-
* The version of the OpenAPI document: 7.
|
|
9287
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9263
9288
|
* Contact: servicedesk@veeroute.com
|
|
9264
9289
|
*
|
|
9265
9290
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9277,7 +9302,7 @@ var FolderTypeStudio;
|
|
|
9277
9302
|
/**
|
|
9278
9303
|
* VRt.Studio [ST]
|
|
9279
9304
|
*
|
|
9280
|
-
* The version of the OpenAPI document: 7.
|
|
9305
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9281
9306
|
* Contact: servicedesk@veeroute.com
|
|
9282
9307
|
*
|
|
9283
9308
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9287,7 +9312,7 @@ var FolderTypeStudio;
|
|
|
9287
9312
|
/**
|
|
9288
9313
|
* VRt.Studio [ST]
|
|
9289
9314
|
*
|
|
9290
|
-
* The version of the OpenAPI document: 7.
|
|
9315
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9291
9316
|
* Contact: servicedesk@veeroute.com
|
|
9292
9317
|
*
|
|
9293
9318
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9306,7 +9331,7 @@ var HardlinkElementTypeStudio;
|
|
|
9306
9331
|
/**
|
|
9307
9332
|
* VRt.Studio [ST]
|
|
9308
9333
|
*
|
|
9309
|
-
* The version of the OpenAPI document: 7.
|
|
9334
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9310
9335
|
* Contact: servicedesk@veeroute.com
|
|
9311
9336
|
*
|
|
9312
9337
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9324,7 +9349,7 @@ var ImportSampleStudio;
|
|
|
9324
9349
|
/**
|
|
9325
9350
|
* VRt.Studio [ST]
|
|
9326
9351
|
*
|
|
9327
|
-
* The version of the OpenAPI document: 7.
|
|
9352
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9328
9353
|
* Contact: servicedesk@veeroute.com
|
|
9329
9354
|
*
|
|
9330
9355
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9342,7 +9367,7 @@ var ImportSourceStudio;
|
|
|
9342
9367
|
/**
|
|
9343
9368
|
* VRt.Studio [ST]
|
|
9344
9369
|
*
|
|
9345
|
-
* The version of the OpenAPI document: 7.
|
|
9370
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9346
9371
|
* Contact: servicedesk@veeroute.com
|
|
9347
9372
|
*
|
|
9348
9373
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9364,7 +9389,17 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9364
9389
|
/**
|
|
9365
9390
|
* VRt.Studio [ST]
|
|
9366
9391
|
*
|
|
9367
|
-
* The version of the OpenAPI document: 7.
|
|
9392
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9393
|
+
* Contact: servicedesk@veeroute.com
|
|
9394
|
+
*
|
|
9395
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9396
|
+
* Do not edit the class manually.
|
|
9397
|
+
*/
|
|
9398
|
+
|
|
9399
|
+
/**
|
|
9400
|
+
* VRt.Studio [ST]
|
|
9401
|
+
*
|
|
9402
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9368
9403
|
* Contact: servicedesk@veeroute.com
|
|
9369
9404
|
*
|
|
9370
9405
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9374,7 +9409,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9374
9409
|
/**
|
|
9375
9410
|
* VRt.Studio [ST]
|
|
9376
9411
|
*
|
|
9377
|
-
* The version of the OpenAPI document: 7.
|
|
9412
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9378
9413
|
* Contact: servicedesk@veeroute.com
|
|
9379
9414
|
*
|
|
9380
9415
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9384,7 +9419,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9384
9419
|
/**
|
|
9385
9420
|
* VRt.Studio [ST]
|
|
9386
9421
|
*
|
|
9387
|
-
* The version of the OpenAPI document: 7.
|
|
9422
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9388
9423
|
* Contact: servicedesk@veeroute.com
|
|
9389
9424
|
*
|
|
9390
9425
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9394,7 +9429,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9394
9429
|
/**
|
|
9395
9430
|
* VRt.Studio [ST]
|
|
9396
9431
|
*
|
|
9397
|
-
* The version of the OpenAPI document: 7.
|
|
9432
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9398
9433
|
* Contact: servicedesk@veeroute.com
|
|
9399
9434
|
*
|
|
9400
9435
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9404,7 +9439,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9404
9439
|
/**
|
|
9405
9440
|
* VRt.Studio [ST]
|
|
9406
9441
|
*
|
|
9407
|
-
* The version of the OpenAPI document: 7.
|
|
9442
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9408
9443
|
* Contact: servicedesk@veeroute.com
|
|
9409
9444
|
*
|
|
9410
9445
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9414,7 +9449,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9414
9449
|
/**
|
|
9415
9450
|
* VRt.Studio [ST]
|
|
9416
9451
|
*
|
|
9417
|
-
* The version of the OpenAPI document: 7.
|
|
9452
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9418
9453
|
* Contact: servicedesk@veeroute.com
|
|
9419
9454
|
*
|
|
9420
9455
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9424,7 +9459,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9424
9459
|
/**
|
|
9425
9460
|
* VRt.Studio [ST]
|
|
9426
9461
|
*
|
|
9427
|
-
* The version of the OpenAPI document: 7.
|
|
9462
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9428
9463
|
* Contact: servicedesk@veeroute.com
|
|
9429
9464
|
*
|
|
9430
9465
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9434,7 +9469,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9434
9469
|
/**
|
|
9435
9470
|
* VRt.Studio [ST]
|
|
9436
9471
|
*
|
|
9437
|
-
* The version of the OpenAPI document: 7.
|
|
9472
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9438
9473
|
* Contact: servicedesk@veeroute.com
|
|
9439
9474
|
*
|
|
9440
9475
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9458,7 +9493,7 @@ var ServiceStudio;
|
|
|
9458
9493
|
/**
|
|
9459
9494
|
* VRt.Studio [ST]
|
|
9460
9495
|
*
|
|
9461
|
-
* The version of the OpenAPI document: 7.
|
|
9496
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9462
9497
|
* Contact: servicedesk@veeroute.com
|
|
9463
9498
|
*
|
|
9464
9499
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9468,7 +9503,7 @@ var ServiceStudio;
|
|
|
9468
9503
|
/**
|
|
9469
9504
|
* VRt.Studio [ST]
|
|
9470
9505
|
*
|
|
9471
|
-
* The version of the OpenAPI document: 7.
|
|
9506
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9472
9507
|
* Contact: servicedesk@veeroute.com
|
|
9473
9508
|
*
|
|
9474
9509
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9514,7 +9549,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9514
9549
|
/**
|
|
9515
9550
|
* VRt.Studio [ST]
|
|
9516
9551
|
*
|
|
9517
|
-
* The version of the OpenAPI document: 7.
|
|
9552
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9518
9553
|
* Contact: servicedesk@veeroute.com
|
|
9519
9554
|
*
|
|
9520
9555
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9524,7 +9559,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9524
9559
|
/**
|
|
9525
9560
|
* VRt.Studio [ST]
|
|
9526
9561
|
*
|
|
9527
|
-
* The version of the OpenAPI document: 7.
|
|
9562
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9528
9563
|
* Contact: servicedesk@veeroute.com
|
|
9529
9564
|
*
|
|
9530
9565
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9534,7 +9569,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9534
9569
|
/**
|
|
9535
9570
|
* VRt.Studio [ST]
|
|
9536
9571
|
*
|
|
9537
|
-
* The version of the OpenAPI document: 7.
|
|
9572
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9538
9573
|
* Contact: servicedesk@veeroute.com
|
|
9539
9574
|
*
|
|
9540
9575
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9555,7 +9590,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
9555
9590
|
/**
|
|
9556
9591
|
* VRt.Studio [ST]
|
|
9557
9592
|
*
|
|
9558
|
-
* The version of the OpenAPI document: 7.
|
|
9593
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9559
9594
|
* Contact: servicedesk@veeroute.com
|
|
9560
9595
|
*
|
|
9561
9596
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9588,7 +9623,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9588
9623
|
/**
|
|
9589
9624
|
* VRt.Studio [ST]
|
|
9590
9625
|
*
|
|
9591
|
-
* The version of the OpenAPI document: 7.
|
|
9626
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9592
9627
|
* Contact: servicedesk@veeroute.com
|
|
9593
9628
|
*
|
|
9594
9629
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9598,7 +9633,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9598
9633
|
/**
|
|
9599
9634
|
* VRt.Studio [ST]
|
|
9600
9635
|
*
|
|
9601
|
-
* The version of the OpenAPI document: 7.
|
|
9636
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9602
9637
|
* Contact: servicedesk@veeroute.com
|
|
9603
9638
|
*
|
|
9604
9639
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9608,7 +9643,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9608
9643
|
/**
|
|
9609
9644
|
* VRt.Studio [ST]
|
|
9610
9645
|
*
|
|
9611
|
-
* The version of the OpenAPI document: 7.
|
|
9646
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9612
9647
|
* Contact: servicedesk@veeroute.com
|
|
9613
9648
|
*
|
|
9614
9649
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9618,7 +9653,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9618
9653
|
/**
|
|
9619
9654
|
* VRt.Studio [ST]
|
|
9620
9655
|
*
|
|
9621
|
-
* The version of the OpenAPI document: 7.
|
|
9656
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9622
9657
|
* Contact: servicedesk@veeroute.com
|
|
9623
9658
|
*
|
|
9624
9659
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9628,7 +9663,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9628
9663
|
/**
|
|
9629
9664
|
* VRt.Studio [ST]
|
|
9630
9665
|
*
|
|
9631
|
-
* The version of the OpenAPI document: 7.
|
|
9666
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9632
9667
|
* Contact: servicedesk@veeroute.com
|
|
9633
9668
|
*
|
|
9634
9669
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9638,7 +9673,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9638
9673
|
/**
|
|
9639
9674
|
* VRt.Studio [ST]
|
|
9640
9675
|
*
|
|
9641
|
-
* The version of the OpenAPI document: 7.
|
|
9676
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9642
9677
|
* Contact: servicedesk@veeroute.com
|
|
9643
9678
|
*
|
|
9644
9679
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9648,7 +9683,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9648
9683
|
/**
|
|
9649
9684
|
* VRt.Studio [ST]
|
|
9650
9685
|
*
|
|
9651
|
-
* The version of the OpenAPI document: 7.
|
|
9686
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9652
9687
|
* Contact: servicedesk@veeroute.com
|
|
9653
9688
|
*
|
|
9654
9689
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9658,7 +9693,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9658
9693
|
/**
|
|
9659
9694
|
* VRt.Studio [ST]
|
|
9660
9695
|
*
|
|
9661
|
-
* The version of the OpenAPI document: 7.
|
|
9696
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9662
9697
|
* Contact: servicedesk@veeroute.com
|
|
9663
9698
|
*
|
|
9664
9699
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9668,7 +9703,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9668
9703
|
/**
|
|
9669
9704
|
* VRt.Studio [ST]
|
|
9670
9705
|
*
|
|
9671
|
-
* The version of the OpenAPI document: 7.
|
|
9706
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9672
9707
|
* Contact: servicedesk@veeroute.com
|
|
9673
9708
|
*
|
|
9674
9709
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9692,7 +9727,7 @@ var TableFilterTypeStudio;
|
|
|
9692
9727
|
/**
|
|
9693
9728
|
* VRt.Studio [ST]
|
|
9694
9729
|
*
|
|
9695
|
-
* The version of the OpenAPI document: 7.
|
|
9730
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9696
9731
|
* Contact: servicedesk@veeroute.com
|
|
9697
9732
|
*
|
|
9698
9733
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9723,7 +9758,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
9723
9758
|
/**
|
|
9724
9759
|
* VRt.Studio [ST]
|
|
9725
9760
|
*
|
|
9726
|
-
* The version of the OpenAPI document: 7.
|
|
9761
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9727
9762
|
* Contact: servicedesk@veeroute.com
|
|
9728
9763
|
*
|
|
9729
9764
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9733,7 +9768,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
9733
9768
|
/**
|
|
9734
9769
|
* VRt.Studio [ST]
|
|
9735
9770
|
*
|
|
9736
|
-
* The version of the OpenAPI document: 7.
|
|
9771
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9737
9772
|
* Contact: servicedesk@veeroute.com
|
|
9738
9773
|
*
|
|
9739
9774
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9763,7 +9798,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
9763
9798
|
/**
|
|
9764
9799
|
* VRt.Studio [ST]
|
|
9765
9800
|
*
|
|
9766
|
-
* The version of the OpenAPI document: 7.
|
|
9801
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9767
9802
|
* Contact: servicedesk@veeroute.com
|
|
9768
9803
|
*
|
|
9769
9804
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9819,7 +9854,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
9819
9854
|
/**
|
|
9820
9855
|
* VRt.Studio [ST]
|
|
9821
9856
|
*
|
|
9822
|
-
* The version of the OpenAPI document: 7.
|
|
9857
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9823
9858
|
* Contact: servicedesk@veeroute.com
|
|
9824
9859
|
*
|
|
9825
9860
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9856,7 +9891,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
9856
9891
|
/**
|
|
9857
9892
|
* VRt.Studio [ST]
|
|
9858
9893
|
*
|
|
9859
|
-
* The version of the OpenAPI document: 7.
|
|
9894
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9860
9895
|
* Contact: servicedesk@veeroute.com
|
|
9861
9896
|
*
|
|
9862
9897
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9893,7 +9928,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
9893
9928
|
/**
|
|
9894
9929
|
* VRt.Studio [ST]
|
|
9895
9930
|
*
|
|
9896
|
-
* The version of the OpenAPI document: 7.
|
|
9931
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9897
9932
|
* Contact: servicedesk@veeroute.com
|
|
9898
9933
|
*
|
|
9899
9934
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9950,7 +9985,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
9950
9985
|
/**
|
|
9951
9986
|
* VRt.Studio [ST]
|
|
9952
9987
|
*
|
|
9953
|
-
* The version of the OpenAPI document: 7.
|
|
9988
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9954
9989
|
* Contact: servicedesk@veeroute.com
|
|
9955
9990
|
*
|
|
9956
9991
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9990,7 +10025,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
9990
10025
|
/**
|
|
9991
10026
|
* VRt.Studio [ST]
|
|
9992
10027
|
*
|
|
9993
|
-
* The version of the OpenAPI document: 7.
|
|
10028
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
9994
10029
|
* Contact: servicedesk@veeroute.com
|
|
9995
10030
|
*
|
|
9996
10031
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10000,7 +10035,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10000
10035
|
/**
|
|
10001
10036
|
* VRt.Studio [ST]
|
|
10002
10037
|
*
|
|
10003
|
-
* The version of the OpenAPI document: 7.
|
|
10038
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10004
10039
|
* Contact: servicedesk@veeroute.com
|
|
10005
10040
|
*
|
|
10006
10041
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10010,7 +10045,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10010
10045
|
/**
|
|
10011
10046
|
* VRt.Studio [ST]
|
|
10012
10047
|
*
|
|
10013
|
-
* The version of the OpenAPI document: 7.
|
|
10048
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10014
10049
|
* Contact: servicedesk@veeroute.com
|
|
10015
10050
|
*
|
|
10016
10051
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10020,7 +10055,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10020
10055
|
/**
|
|
10021
10056
|
* VRt.Studio [ST]
|
|
10022
10057
|
*
|
|
10023
|
-
* The version of the OpenAPI document: 7.
|
|
10058
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10024
10059
|
* Contact: servicedesk@veeroute.com
|
|
10025
10060
|
*
|
|
10026
10061
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10030,7 +10065,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10030
10065
|
/**
|
|
10031
10066
|
* VRt.Studio [ST]
|
|
10032
10067
|
*
|
|
10033
|
-
* The version of the OpenAPI document: 7.
|
|
10068
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10034
10069
|
* Contact: servicedesk@veeroute.com
|
|
10035
10070
|
*
|
|
10036
10071
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10040,7 +10075,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10040
10075
|
/**
|
|
10041
10076
|
* VRt.Studio [ST]
|
|
10042
10077
|
*
|
|
10043
|
-
* The version of the OpenAPI document: 7.
|
|
10078
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10044
10079
|
* Contact: servicedesk@veeroute.com
|
|
10045
10080
|
*
|
|
10046
10081
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10072,7 +10107,7 @@ var TransportTypeStudio;
|
|
|
10072
10107
|
/**
|
|
10073
10108
|
* VRt.Studio [ST]
|
|
10074
10109
|
*
|
|
10075
|
-
* The version of the OpenAPI document: 7.
|
|
10110
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10076
10111
|
* Contact: servicedesk@veeroute.com
|
|
10077
10112
|
*
|
|
10078
10113
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10090,7 +10125,7 @@ var TripStartTimeStrategyStudio;
|
|
|
10090
10125
|
/**
|
|
10091
10126
|
* VRt.Studio [ST]
|
|
10092
10127
|
*
|
|
10093
|
-
* The version of the OpenAPI document: 7.
|
|
10128
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10094
10129
|
* Contact: servicedesk@veeroute.com
|
|
10095
10130
|
*
|
|
10096
10131
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10120,7 +10155,7 @@ var TripStateFlagStudio;
|
|
|
10120
10155
|
/**
|
|
10121
10156
|
* VRt.Studio [ST]
|
|
10122
10157
|
*
|
|
10123
|
-
* The version of the OpenAPI document: 7.
|
|
10158
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10124
10159
|
* Contact: servicedesk@veeroute.com
|
|
10125
10160
|
*
|
|
10126
10161
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10130,7 +10165,7 @@ var TripStateFlagStudio;
|
|
|
10130
10165
|
/**
|
|
10131
10166
|
* VRt.Studio [ST]
|
|
10132
10167
|
*
|
|
10133
|
-
* The version of the OpenAPI document: 7.
|
|
10168
|
+
* The version of the OpenAPI document: 7.16.2673
|
|
10134
10169
|
* Contact: servicedesk@veeroute.com
|
|
10135
10170
|
*
|
|
10136
10171
|
* NOTE: This class is auto generated by OpenAPI Generator.
|