@veeroute/lss-studio-angular 7.15.2652 → 7.17.2697
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/api.d.ts +4 -1
- package/api/backupsServiceInterface.d.ts +1 -1
- package/api/customFieldsService.d.ts +2 -2
- package/api/customFieldsServiceInterface.d.ts +3 -3
- package/api/customIconsService.d.ts +149 -0
- package/api/customIconsServiceInterface.d.ts +69 -0
- package/api/experimentsServiceInterface.d.ts +1 -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/userSettingsService.d.ts +2 -2
- package/api/userSettingsServiceInterface.d.ts +3 -3
- package/cfg/entity_error_type.yaml +63 -0
- package/cfg/entity_warning_type.yaml +190 -0
- package/cfg/process_types.json +36 -0
- package/cfg/table_settings.json +166 -166
- package/esm2022/api/api.mjs +5 -2
- 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/customIconsService.mjs +453 -0
- package/esm2022/api/customIconsServiceInterface.mjs +2 -0
- package/esm2022/api/experimentsService.mjs +45 -44
- 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 +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +4 -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/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 +2 -2
- 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 +848 -389
- 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 +5 -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 +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +4 -3
- package/model/experiment.d.ts +1 -1
- package/model/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 +1 -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/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 +1 -1
- 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 +3 -3
- 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 +6 -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 +5 -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 +2 -2
- 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
|
@@ -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.17.2697
|
|
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.17.2697
|
|
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,451 @@ 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.17.2697
|
|
819
|
+
* Contact: servicedesk@veeroute.com
|
|
820
|
+
*
|
|
821
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
822
|
+
* Do not edit the class manually.
|
|
823
|
+
*/
|
|
824
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
825
|
+
class CustomIconsService {
|
|
826
|
+
httpClient;
|
|
827
|
+
basePath = 'https://api.edge7.veeroute.cloud';
|
|
828
|
+
defaultHeaders = new HttpHeaders();
|
|
829
|
+
configuration = new Configuration();
|
|
830
|
+
encoder;
|
|
831
|
+
constructor(httpClient, basePath, configuration) {
|
|
832
|
+
this.httpClient = httpClient;
|
|
833
|
+
if (configuration) {
|
|
834
|
+
this.configuration = configuration;
|
|
835
|
+
}
|
|
836
|
+
if (typeof this.configuration.basePath !== 'string') {
|
|
837
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
838
|
+
if (firstBasePath != undefined) {
|
|
839
|
+
basePath = firstBasePath;
|
|
840
|
+
}
|
|
841
|
+
if (typeof basePath !== 'string') {
|
|
842
|
+
basePath = this.basePath;
|
|
843
|
+
}
|
|
844
|
+
this.configuration.basePath = basePath;
|
|
845
|
+
}
|
|
846
|
+
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
847
|
+
}
|
|
848
|
+
// @ts-ignore
|
|
849
|
+
addToHttpParams(httpParams, value, key) {
|
|
850
|
+
if (typeof value === "object" && value instanceof Date === false) {
|
|
851
|
+
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
852
|
+
}
|
|
853
|
+
else {
|
|
854
|
+
httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
|
|
855
|
+
}
|
|
856
|
+
return httpParams;
|
|
857
|
+
}
|
|
858
|
+
addToHttpParamsRecursive(httpParams, value, key) {
|
|
859
|
+
if (value == null) {
|
|
860
|
+
return httpParams;
|
|
861
|
+
}
|
|
862
|
+
if (typeof value === "object") {
|
|
863
|
+
if (Array.isArray(value)) {
|
|
864
|
+
value.forEach(elem => httpParams = this.addToHttpParamsRecursive(httpParams, elem, key));
|
|
865
|
+
}
|
|
866
|
+
else if (value instanceof Date) {
|
|
867
|
+
if (key != null) {
|
|
868
|
+
httpParams = httpParams.append(key, value.toISOString().substring(0, 10));
|
|
869
|
+
}
|
|
870
|
+
else {
|
|
871
|
+
throw Error("key may not be null if value is Date");
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
else {
|
|
875
|
+
Object.keys(value).forEach(k => httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k));
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
else if (key != null) {
|
|
879
|
+
httpParams = httpParams.append(key, value);
|
|
880
|
+
}
|
|
881
|
+
else {
|
|
882
|
+
throw Error("key may not be null if value is not object or array");
|
|
883
|
+
}
|
|
884
|
+
return httpParams;
|
|
885
|
+
}
|
|
886
|
+
createCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
887
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
888
|
+
if (settingsKey === null || settingsKey === undefined) {
|
|
889
|
+
throw new Error('Required parameter settingsKey was null or undefined when calling createCustomiconsSettings.');
|
|
890
|
+
}
|
|
891
|
+
const body = requestParameters?.body;
|
|
892
|
+
if (body === null || body === undefined) {
|
|
893
|
+
throw new Error('Required parameter body was null or undefined when calling createCustomiconsSettings.');
|
|
894
|
+
}
|
|
895
|
+
let localVarHeaders = this.defaultHeaders;
|
|
896
|
+
let localVarCredential;
|
|
897
|
+
// authentication (ApiKeyAuth) required
|
|
898
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
899
|
+
if (localVarCredential) {
|
|
900
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
901
|
+
}
|
|
902
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
903
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
904
|
+
// to determine the Accept header
|
|
905
|
+
const httpHeaderAccepts = [
|
|
906
|
+
'application/json'
|
|
907
|
+
];
|
|
908
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
909
|
+
}
|
|
910
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
911
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
912
|
+
}
|
|
913
|
+
let localVarHttpContext = options && options.context;
|
|
914
|
+
if (localVarHttpContext === undefined) {
|
|
915
|
+
localVarHttpContext = new HttpContext();
|
|
916
|
+
}
|
|
917
|
+
let localVarTransferCache = options && options.transferCache;
|
|
918
|
+
if (localVarTransferCache === undefined) {
|
|
919
|
+
localVarTransferCache = true;
|
|
920
|
+
}
|
|
921
|
+
// to determine the Content-Type header
|
|
922
|
+
const consumes = [
|
|
923
|
+
'application/octet-stream'
|
|
924
|
+
];
|
|
925
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
926
|
+
if (httpContentTypeSelected !== undefined) {
|
|
927
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
928
|
+
}
|
|
929
|
+
let responseType_ = 'json';
|
|
930
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
931
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
932
|
+
responseType_ = 'text';
|
|
933
|
+
}
|
|
934
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
935
|
+
responseType_ = 'json';
|
|
936
|
+
}
|
|
937
|
+
else {
|
|
938
|
+
responseType_ = 'blob';
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
942
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
943
|
+
context: localVarHttpContext,
|
|
944
|
+
body: body,
|
|
945
|
+
responseType: responseType_,
|
|
946
|
+
withCredentials: this.configuration.withCredentials,
|
|
947
|
+
headers: localVarHeaders,
|
|
948
|
+
observe: observe,
|
|
949
|
+
transferCache: localVarTransferCache,
|
|
950
|
+
reportProgress: reportProgress
|
|
951
|
+
});
|
|
952
|
+
}
|
|
953
|
+
deleteCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
954
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
955
|
+
if (settingsKey === null || settingsKey === undefined) {
|
|
956
|
+
throw new Error('Required parameter settingsKey was null or undefined when calling deleteCustomiconsSettings.');
|
|
957
|
+
}
|
|
958
|
+
let localVarHeaders = this.defaultHeaders;
|
|
959
|
+
let localVarCredential;
|
|
960
|
+
// authentication (ApiKeyAuth) required
|
|
961
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
962
|
+
if (localVarCredential) {
|
|
963
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
964
|
+
}
|
|
965
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
966
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
967
|
+
// to determine the Accept header
|
|
968
|
+
const httpHeaderAccepts = [
|
|
969
|
+
'application/json'
|
|
970
|
+
];
|
|
971
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
972
|
+
}
|
|
973
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
974
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
975
|
+
}
|
|
976
|
+
let localVarHttpContext = options && options.context;
|
|
977
|
+
if (localVarHttpContext === undefined) {
|
|
978
|
+
localVarHttpContext = new HttpContext();
|
|
979
|
+
}
|
|
980
|
+
let localVarTransferCache = options && options.transferCache;
|
|
981
|
+
if (localVarTransferCache === undefined) {
|
|
982
|
+
localVarTransferCache = true;
|
|
983
|
+
}
|
|
984
|
+
let responseType_ = 'json';
|
|
985
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
986
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
987
|
+
responseType_ = 'text';
|
|
988
|
+
}
|
|
989
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
990
|
+
responseType_ = 'json';
|
|
991
|
+
}
|
|
992
|
+
else {
|
|
993
|
+
responseType_ = 'blob';
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
997
|
+
return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
|
|
998
|
+
context: localVarHttpContext,
|
|
999
|
+
responseType: responseType_,
|
|
1000
|
+
withCredentials: this.configuration.withCredentials,
|
|
1001
|
+
headers: localVarHeaders,
|
|
1002
|
+
observe: observe,
|
|
1003
|
+
transferCache: localVarTransferCache,
|
|
1004
|
+
reportProgress: reportProgress
|
|
1005
|
+
});
|
|
1006
|
+
}
|
|
1007
|
+
listCustomiconsSettings(observe = 'body', reportProgress = false, options) {
|
|
1008
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1009
|
+
let localVarCredential;
|
|
1010
|
+
// authentication (ApiKeyAuth) required
|
|
1011
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1012
|
+
if (localVarCredential) {
|
|
1013
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1014
|
+
}
|
|
1015
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1016
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1017
|
+
// to determine the Accept header
|
|
1018
|
+
const httpHeaderAccepts = [
|
|
1019
|
+
'application/json'
|
|
1020
|
+
];
|
|
1021
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1022
|
+
}
|
|
1023
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1024
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1025
|
+
}
|
|
1026
|
+
let localVarHttpContext = options && options.context;
|
|
1027
|
+
if (localVarHttpContext === undefined) {
|
|
1028
|
+
localVarHttpContext = new HttpContext();
|
|
1029
|
+
}
|
|
1030
|
+
let localVarTransferCache = options && options.transferCache;
|
|
1031
|
+
if (localVarTransferCache === undefined) {
|
|
1032
|
+
localVarTransferCache = true;
|
|
1033
|
+
}
|
|
1034
|
+
let responseType_ = 'json';
|
|
1035
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1036
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1037
|
+
responseType_ = 'text';
|
|
1038
|
+
}
|
|
1039
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1040
|
+
responseType_ = 'json';
|
|
1041
|
+
}
|
|
1042
|
+
else {
|
|
1043
|
+
responseType_ = 'blob';
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
let localVarPath = `/studio/settings/customicons`;
|
|
1047
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1048
|
+
context: localVarHttpContext,
|
|
1049
|
+
responseType: responseType_,
|
|
1050
|
+
withCredentials: this.configuration.withCredentials,
|
|
1051
|
+
headers: localVarHeaders,
|
|
1052
|
+
observe: observe,
|
|
1053
|
+
transferCache: localVarTransferCache,
|
|
1054
|
+
reportProgress: reportProgress
|
|
1055
|
+
});
|
|
1056
|
+
}
|
|
1057
|
+
readCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1058
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
1059
|
+
if (settingsKey === null || settingsKey === undefined) {
|
|
1060
|
+
throw new Error('Required parameter settingsKey was null or undefined when calling readCustomiconsSettings.');
|
|
1061
|
+
}
|
|
1062
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1063
|
+
let localVarCredential;
|
|
1064
|
+
// authentication (ApiKeyAuth) required
|
|
1065
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1066
|
+
if (localVarCredential) {
|
|
1067
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1068
|
+
}
|
|
1069
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1070
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1071
|
+
// to determine the Accept header
|
|
1072
|
+
const httpHeaderAccepts = [
|
|
1073
|
+
'application/octet-stream',
|
|
1074
|
+
'application/json'
|
|
1075
|
+
];
|
|
1076
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1077
|
+
}
|
|
1078
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1079
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1080
|
+
}
|
|
1081
|
+
let localVarHttpContext = options && options.context;
|
|
1082
|
+
if (localVarHttpContext === undefined) {
|
|
1083
|
+
localVarHttpContext = new HttpContext();
|
|
1084
|
+
}
|
|
1085
|
+
let localVarTransferCache = options && options.transferCache;
|
|
1086
|
+
if (localVarTransferCache === undefined) {
|
|
1087
|
+
localVarTransferCache = true;
|
|
1088
|
+
}
|
|
1089
|
+
let responseType_ = 'json';
|
|
1090
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1091
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1092
|
+
responseType_ = 'text';
|
|
1093
|
+
}
|
|
1094
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1095
|
+
responseType_ = 'json';
|
|
1096
|
+
}
|
|
1097
|
+
else {
|
|
1098
|
+
responseType_ = 'blob';
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
1102
|
+
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
1103
|
+
context: localVarHttpContext,
|
|
1104
|
+
responseType: responseType_,
|
|
1105
|
+
withCredentials: this.configuration.withCredentials,
|
|
1106
|
+
headers: localVarHeaders,
|
|
1107
|
+
observe: observe,
|
|
1108
|
+
transferCache: localVarTransferCache,
|
|
1109
|
+
reportProgress: reportProgress
|
|
1110
|
+
});
|
|
1111
|
+
}
|
|
1112
|
+
setCustomiconsSettingsActiveKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1113
|
+
const body = requestParameters?.body;
|
|
1114
|
+
if (body === null || body === undefined) {
|
|
1115
|
+
throw new Error('Required parameter body was null or undefined when calling setCustomiconsSettingsActiveKey.');
|
|
1116
|
+
}
|
|
1117
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1118
|
+
let localVarCredential;
|
|
1119
|
+
// authentication (ApiKeyAuth) required
|
|
1120
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1121
|
+
if (localVarCredential) {
|
|
1122
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1123
|
+
}
|
|
1124
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1125
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1126
|
+
// to determine the Accept header
|
|
1127
|
+
const httpHeaderAccepts = [
|
|
1128
|
+
'application/json'
|
|
1129
|
+
];
|
|
1130
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1131
|
+
}
|
|
1132
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1133
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1134
|
+
}
|
|
1135
|
+
let localVarHttpContext = options && options.context;
|
|
1136
|
+
if (localVarHttpContext === undefined) {
|
|
1137
|
+
localVarHttpContext = new HttpContext();
|
|
1138
|
+
}
|
|
1139
|
+
let localVarTransferCache = options && options.transferCache;
|
|
1140
|
+
if (localVarTransferCache === undefined) {
|
|
1141
|
+
localVarTransferCache = true;
|
|
1142
|
+
}
|
|
1143
|
+
// to determine the Content-Type header
|
|
1144
|
+
const consumes = [
|
|
1145
|
+
'application/json'
|
|
1146
|
+
];
|
|
1147
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1148
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1149
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
1150
|
+
}
|
|
1151
|
+
let responseType_ = 'json';
|
|
1152
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1153
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1154
|
+
responseType_ = 'text';
|
|
1155
|
+
}
|
|
1156
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1157
|
+
responseType_ = 'json';
|
|
1158
|
+
}
|
|
1159
|
+
else {
|
|
1160
|
+
responseType_ = 'blob';
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
let localVarPath = `/studio/settings/customicons`;
|
|
1164
|
+
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1165
|
+
context: localVarHttpContext,
|
|
1166
|
+
body: body,
|
|
1167
|
+
responseType: responseType_,
|
|
1168
|
+
withCredentials: this.configuration.withCredentials,
|
|
1169
|
+
headers: localVarHeaders,
|
|
1170
|
+
observe: observe,
|
|
1171
|
+
transferCache: localVarTransferCache,
|
|
1172
|
+
reportProgress: reportProgress
|
|
1173
|
+
});
|
|
1174
|
+
}
|
|
1175
|
+
updateCustomiconsSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1176
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
1177
|
+
if (settingsKey === null || settingsKey === undefined) {
|
|
1178
|
+
throw new Error('Required parameter settingsKey was null or undefined when calling updateCustomiconsSettings.');
|
|
1179
|
+
}
|
|
1180
|
+
const body = requestParameters?.body;
|
|
1181
|
+
if (body === null || body === undefined) {
|
|
1182
|
+
throw new Error('Required parameter body was null or undefined when calling updateCustomiconsSettings.');
|
|
1183
|
+
}
|
|
1184
|
+
let localVarHeaders = this.defaultHeaders;
|
|
1185
|
+
let localVarCredential;
|
|
1186
|
+
// authentication (ApiKeyAuth) required
|
|
1187
|
+
localVarCredential = this.configuration.lookupCredential('ApiKeyAuth');
|
|
1188
|
+
if (localVarCredential) {
|
|
1189
|
+
localVarHeaders = localVarHeaders.set('Authorization', 'Bearer ' + localVarCredential);
|
|
1190
|
+
}
|
|
1191
|
+
let localVarHttpHeaderAcceptSelected = options && options.httpHeaderAccept;
|
|
1192
|
+
if (localVarHttpHeaderAcceptSelected === undefined) {
|
|
1193
|
+
// to determine the Accept header
|
|
1194
|
+
const httpHeaderAccepts = [
|
|
1195
|
+
'application/json'
|
|
1196
|
+
];
|
|
1197
|
+
localVarHttpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1198
|
+
}
|
|
1199
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
1200
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
1201
|
+
}
|
|
1202
|
+
let localVarHttpContext = options && options.context;
|
|
1203
|
+
if (localVarHttpContext === undefined) {
|
|
1204
|
+
localVarHttpContext = new HttpContext();
|
|
1205
|
+
}
|
|
1206
|
+
let localVarTransferCache = options && options.transferCache;
|
|
1207
|
+
if (localVarTransferCache === undefined) {
|
|
1208
|
+
localVarTransferCache = true;
|
|
1209
|
+
}
|
|
1210
|
+
// to determine the Content-Type header
|
|
1211
|
+
const consumes = [
|
|
1212
|
+
'application/octet-stream'
|
|
1213
|
+
];
|
|
1214
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1215
|
+
if (httpContentTypeSelected !== undefined) {
|
|
1216
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
1217
|
+
}
|
|
1218
|
+
let responseType_ = 'json';
|
|
1219
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
1220
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
1221
|
+
responseType_ = 'text';
|
|
1222
|
+
}
|
|
1223
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
1224
|
+
responseType_ = 'json';
|
|
1225
|
+
}
|
|
1226
|
+
else {
|
|
1227
|
+
responseType_ = 'blob';
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
let localVarPath = `/studio/settings/customicons/${this.configuration.encodeParam({ name: "settingsKey", value: settingsKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
1231
|
+
return this.httpClient.request('put', `${this.configuration.basePath}${localVarPath}`, {
|
|
1232
|
+
context: localVarHttpContext,
|
|
1233
|
+
body: body,
|
|
1234
|
+
responseType: responseType_,
|
|
1235
|
+
withCredentials: this.configuration.withCredentials,
|
|
1236
|
+
headers: localVarHeaders,
|
|
1237
|
+
observe: observe,
|
|
1238
|
+
transferCache: localVarTransferCache,
|
|
1239
|
+
reportProgress: reportProgress
|
|
1240
|
+
});
|
|
1241
|
+
}
|
|
1242
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1243
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, providedIn: 'root' });
|
|
1244
|
+
}
|
|
1245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CustomIconsService, decorators: [{
|
|
1246
|
+
type: Injectable,
|
|
1247
|
+
args: [{
|
|
1248
|
+
providedIn: 'root'
|
|
1249
|
+
}]
|
|
1250
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
|
|
1251
|
+
type: Optional
|
|
1252
|
+
}, {
|
|
1253
|
+
type: Inject,
|
|
1254
|
+
args: [BASE_PATH]
|
|
1255
|
+
}] }, { type: Configuration, decorators: [{
|
|
1256
|
+
type: Optional
|
|
1257
|
+
}] }] });
|
|
1258
|
+
|
|
1259
|
+
/**
|
|
1260
|
+
* VRt.Studio [ST]
|
|
1261
|
+
*
|
|
1262
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
817
1263
|
* Contact: servicedesk@veeroute.com
|
|
818
1264
|
*
|
|
819
1265
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -832,8 +1278,9 @@ class ExperimentsService {
|
|
|
832
1278
|
this.configuration = configuration;
|
|
833
1279
|
}
|
|
834
1280
|
if (typeof this.configuration.basePath !== 'string') {
|
|
835
|
-
|
|
836
|
-
|
|
1281
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
1282
|
+
if (firstBasePath != undefined) {
|
|
1283
|
+
basePath = firstBasePath;
|
|
837
1284
|
}
|
|
838
1285
|
if (typeof basePath !== 'string') {
|
|
839
1286
|
basePath = this.basePath;
|
|
@@ -881,7 +1328,7 @@ class ExperimentsService {
|
|
|
881
1328
|
return httpParams;
|
|
882
1329
|
}
|
|
883
1330
|
createExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
884
|
-
const experimentSpecificationStudio = requestParameters
|
|
1331
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
885
1332
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
886
1333
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling createExperiment.');
|
|
887
1334
|
}
|
|
@@ -944,7 +1391,7 @@ class ExperimentsService {
|
|
|
944
1391
|
});
|
|
945
1392
|
}
|
|
946
1393
|
deleteExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
947
|
-
const experimentKey = requestParameters
|
|
1394
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
948
1395
|
if (experimentKey === null || experimentKey === undefined) {
|
|
949
1396
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteExperiment.');
|
|
950
1397
|
}
|
|
@@ -998,11 +1445,11 @@ class ExperimentsService {
|
|
|
998
1445
|
});
|
|
999
1446
|
}
|
|
1000
1447
|
duplicateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1001
|
-
const experimentKey = requestParameters
|
|
1448
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1002
1449
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1003
1450
|
throw new Error('Required parameter experimentKey was null or undefined when calling duplicateExperiment.');
|
|
1004
1451
|
}
|
|
1005
|
-
const experimentSpecificationStudio = requestParameters
|
|
1452
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
1006
1453
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
1007
1454
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling duplicateExperiment.');
|
|
1008
1455
|
}
|
|
@@ -1065,7 +1512,7 @@ class ExperimentsService {
|
|
|
1065
1512
|
});
|
|
1066
1513
|
}
|
|
1067
1514
|
exportJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1068
|
-
const experimentKey = requestParameters
|
|
1515
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1069
1516
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1070
1517
|
throw new Error('Required parameter experimentKey was null or undefined when calling exportJson.');
|
|
1071
1518
|
}
|
|
@@ -1119,11 +1566,11 @@ class ExperimentsService {
|
|
|
1119
1566
|
});
|
|
1120
1567
|
}
|
|
1121
1568
|
exportXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1122
|
-
const experimentKey = requestParameters
|
|
1569
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1123
1570
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1124
1571
|
throw new Error('Required parameter experimentKey was null or undefined when calling exportXlsx.');
|
|
1125
1572
|
}
|
|
1126
|
-
const timezone = requestParameters
|
|
1573
|
+
const timezone = requestParameters?.timezone;
|
|
1127
1574
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1128
1575
|
if (timezone !== undefined && timezone !== null) {
|
|
1129
1576
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, timezone, 'timezone');
|
|
@@ -1180,11 +1627,11 @@ class ExperimentsService {
|
|
|
1180
1627
|
});
|
|
1181
1628
|
}
|
|
1182
1629
|
importJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1183
|
-
const experimentKey = requestParameters
|
|
1630
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1184
1631
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1185
1632
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJson.');
|
|
1186
1633
|
}
|
|
1187
|
-
const universalDataStudio = requestParameters
|
|
1634
|
+
const universalDataStudio = requestParameters?.universalDataStudio;
|
|
1188
1635
|
if (universalDataStudio === null || universalDataStudio === undefined) {
|
|
1189
1636
|
throw new Error('Required parameter universalDataStudio was null or undefined when calling importJson.');
|
|
1190
1637
|
}
|
|
@@ -1247,19 +1694,19 @@ class ExperimentsService {
|
|
|
1247
1694
|
});
|
|
1248
1695
|
}
|
|
1249
1696
|
importJsonTracedata(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1250
|
-
const experimentKey = requestParameters
|
|
1697
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1251
1698
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1252
1699
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJsonTracedata.');
|
|
1253
1700
|
}
|
|
1254
|
-
const source = requestParameters
|
|
1701
|
+
const source = requestParameters?.source;
|
|
1255
1702
|
if (source === null || source === undefined) {
|
|
1256
1703
|
throw new Error('Required parameter source was null or undefined when calling importJsonTracedata.');
|
|
1257
1704
|
}
|
|
1258
|
-
const processCode = requestParameters
|
|
1705
|
+
const processCode = requestParameters?.processCode;
|
|
1259
1706
|
if (processCode === null || processCode === undefined) {
|
|
1260
1707
|
throw new Error('Required parameter processCode was null or undefined when calling importJsonTracedata.');
|
|
1261
1708
|
}
|
|
1262
|
-
const sample = requestParameters
|
|
1709
|
+
const sample = requestParameters?.sample;
|
|
1263
1710
|
if (sample === null || sample === undefined) {
|
|
1264
1711
|
throw new Error('Required parameter sample was null or undefined when calling importJsonTracedata.');
|
|
1265
1712
|
}
|
|
@@ -1313,11 +1760,11 @@ class ExperimentsService {
|
|
|
1313
1760
|
});
|
|
1314
1761
|
}
|
|
1315
1762
|
importJsonUrl(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1316
|
-
const experimentKey = requestParameters
|
|
1763
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1317
1764
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1318
1765
|
throw new Error('Required parameter experimentKey was null or undefined when calling importJsonUrl.');
|
|
1319
1766
|
}
|
|
1320
|
-
const url = requestParameters
|
|
1767
|
+
const url = requestParameters?.url;
|
|
1321
1768
|
if (url === null || url === undefined) {
|
|
1322
1769
|
throw new Error('Required parameter url was null or undefined when calling importJsonUrl.');
|
|
1323
1770
|
}
|
|
@@ -1376,11 +1823,11 @@ class ExperimentsService {
|
|
|
1376
1823
|
});
|
|
1377
1824
|
}
|
|
1378
1825
|
importXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1379
|
-
const experimentKey = requestParameters
|
|
1826
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1380
1827
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1381
1828
|
throw new Error('Required parameter experimentKey was null or undefined when calling importXlsx.');
|
|
1382
1829
|
}
|
|
1383
|
-
const body = requestParameters
|
|
1830
|
+
const body = requestParameters?.body;
|
|
1384
1831
|
if (body === null || body === undefined) {
|
|
1385
1832
|
throw new Error('Required parameter body was null or undefined when calling importXlsx.');
|
|
1386
1833
|
}
|
|
@@ -1443,7 +1890,7 @@ class ExperimentsService {
|
|
|
1443
1890
|
});
|
|
1444
1891
|
}
|
|
1445
1892
|
readExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1446
|
-
const experimentKey = requestParameters
|
|
1893
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1447
1894
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1448
1895
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperiment.');
|
|
1449
1896
|
}
|
|
@@ -1497,7 +1944,7 @@ class ExperimentsService {
|
|
|
1497
1944
|
});
|
|
1498
1945
|
}
|
|
1499
1946
|
readExperimentCalculationHistory(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1500
|
-
const experimentKey = requestParameters
|
|
1947
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1501
1948
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1502
1949
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentCalculationHistory.');
|
|
1503
1950
|
}
|
|
@@ -1551,12 +1998,12 @@ class ExperimentsService {
|
|
|
1551
1998
|
});
|
|
1552
1999
|
}
|
|
1553
2000
|
readExperimentNeighbors(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1554
|
-
const experimentKey = requestParameters
|
|
2001
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1555
2002
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1556
2003
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentNeighbors.');
|
|
1557
2004
|
}
|
|
1558
|
-
const sortField = requestParameters
|
|
1559
|
-
const sortDirection = requestParameters
|
|
2005
|
+
const sortField = requestParameters?.sortField;
|
|
2006
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
1560
2007
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1561
2008
|
if (sortField !== undefined && sortField !== null) {
|
|
1562
2009
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
@@ -1615,7 +2062,7 @@ class ExperimentsService {
|
|
|
1615
2062
|
});
|
|
1616
2063
|
}
|
|
1617
2064
|
readExperimentPath(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1618
|
-
const experimentKey = requestParameters
|
|
2065
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1619
2066
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1620
2067
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentPath.');
|
|
1621
2068
|
}
|
|
@@ -1669,11 +2116,11 @@ class ExperimentsService {
|
|
|
1669
2116
|
});
|
|
1670
2117
|
}
|
|
1671
2118
|
runExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1672
|
-
const experimentKey = requestParameters
|
|
2119
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1673
2120
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1674
2121
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentCalculation.');
|
|
1675
2122
|
}
|
|
1676
|
-
const processName = requestParameters
|
|
2123
|
+
const processName = requestParameters?.processName;
|
|
1677
2124
|
if (processName === null || processName === undefined) {
|
|
1678
2125
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentCalculation.');
|
|
1679
2126
|
}
|
|
@@ -1727,11 +2174,11 @@ class ExperimentsService {
|
|
|
1727
2174
|
});
|
|
1728
2175
|
}
|
|
1729
2176
|
runExperimentRecalculateTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1730
|
-
const experimentKey = requestParameters
|
|
2177
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1731
2178
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1732
2179
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRecalculateTracks.');
|
|
1733
2180
|
}
|
|
1734
|
-
const tracksFullSegments = requestParameters
|
|
2181
|
+
const tracksFullSegments = requestParameters?.tracksFullSegments;
|
|
1735
2182
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1736
2183
|
if (tracksFullSegments !== undefined && tracksFullSegments !== null) {
|
|
1737
2184
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, tracksFullSegments, 'tracks_full_segments');
|
|
@@ -1787,15 +2234,15 @@ class ExperimentsService {
|
|
|
1787
2234
|
});
|
|
1788
2235
|
}
|
|
1789
2236
|
runExperimentRefine(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1790
|
-
const experimentKey = requestParameters
|
|
2237
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1791
2238
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1792
2239
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRefine.');
|
|
1793
2240
|
}
|
|
1794
|
-
const processName = requestParameters
|
|
2241
|
+
const processName = requestParameters?.processName;
|
|
1795
2242
|
if (processName === null || processName === undefined) {
|
|
1796
2243
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentRefine.');
|
|
1797
2244
|
}
|
|
1798
|
-
const removeLocations = requestParameters
|
|
2245
|
+
const removeLocations = requestParameters?.removeLocations;
|
|
1799
2246
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
1800
2247
|
if (removeLocations !== undefined && removeLocations !== null) {
|
|
1801
2248
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, removeLocations, 'remove_locations');
|
|
@@ -1851,11 +2298,11 @@ class ExperimentsService {
|
|
|
1851
2298
|
});
|
|
1852
2299
|
}
|
|
1853
2300
|
runExperimentValidation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1854
|
-
const experimentKey = requestParameters
|
|
2301
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1855
2302
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1856
2303
|
throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentValidation.');
|
|
1857
2304
|
}
|
|
1858
|
-
const processName = requestParameters
|
|
2305
|
+
const processName = requestParameters?.processName;
|
|
1859
2306
|
if (processName === null || processName === undefined) {
|
|
1860
2307
|
throw new Error('Required parameter processName was null or undefined when calling runExperimentValidation.');
|
|
1861
2308
|
}
|
|
@@ -1909,11 +2356,11 @@ class ExperimentsService {
|
|
|
1909
2356
|
});
|
|
1910
2357
|
}
|
|
1911
2358
|
stopExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1912
|
-
const experimentKey = requestParameters
|
|
2359
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1913
2360
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1914
2361
|
throw new Error('Required parameter experimentKey was null or undefined when calling stopExperimentCalculation.');
|
|
1915
2362
|
}
|
|
1916
|
-
const processName = requestParameters
|
|
2363
|
+
const processName = requestParameters?.processName;
|
|
1917
2364
|
if (processName === null || processName === undefined) {
|
|
1918
2365
|
throw new Error('Required parameter processName was null or undefined when calling stopExperimentCalculation.');
|
|
1919
2366
|
}
|
|
@@ -1967,11 +2414,11 @@ class ExperimentsService {
|
|
|
1967
2414
|
});
|
|
1968
2415
|
}
|
|
1969
2416
|
updateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1970
|
-
const experimentKey = requestParameters
|
|
2417
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
1971
2418
|
if (experimentKey === null || experimentKey === undefined) {
|
|
1972
2419
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperiment.');
|
|
1973
2420
|
}
|
|
1974
|
-
const experimentSpecificationStudio = requestParameters
|
|
2421
|
+
const experimentSpecificationStudio = requestParameters?.experimentSpecificationStudio;
|
|
1975
2422
|
if (experimentSpecificationStudio === null || experimentSpecificationStudio === undefined) {
|
|
1976
2423
|
throw new Error('Required parameter experimentSpecificationStudio was null or undefined when calling updateExperiment.');
|
|
1977
2424
|
}
|
|
@@ -2034,11 +2481,11 @@ class ExperimentsService {
|
|
|
2034
2481
|
});
|
|
2035
2482
|
}
|
|
2036
2483
|
updateExperimentIndicators(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2037
|
-
const experimentKey = requestParameters
|
|
2484
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2038
2485
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2039
2486
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentIndicators.');
|
|
2040
2487
|
}
|
|
2041
|
-
const requestBody = requestParameters
|
|
2488
|
+
const requestBody = requestParameters?.requestBody;
|
|
2042
2489
|
if (requestBody === null || requestBody === undefined) {
|
|
2043
2490
|
throw new Error('Required parameter requestBody was null or undefined when calling updateExperimentIndicators.');
|
|
2044
2491
|
}
|
|
@@ -2101,11 +2548,11 @@ class ExperimentsService {
|
|
|
2101
2548
|
});
|
|
2102
2549
|
}
|
|
2103
2550
|
updateExperimentSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2104
|
-
const experimentKey = requestParameters
|
|
2551
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2105
2552
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2106
2553
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentSettings.');
|
|
2107
2554
|
}
|
|
2108
|
-
const experimentSettingsStudio = requestParameters
|
|
2555
|
+
const experimentSettingsStudio = requestParameters?.experimentSettingsStudio;
|
|
2109
2556
|
if (experimentSettingsStudio === null || experimentSettingsStudio === undefined) {
|
|
2110
2557
|
throw new Error('Required parameter experimentSettingsStudio was null or undefined when calling updateExperimentSettings.');
|
|
2111
2558
|
}
|
|
@@ -2187,7 +2634,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2187
2634
|
/**
|
|
2188
2635
|
* VRt.Studio [ST]
|
|
2189
2636
|
*
|
|
2190
|
-
* The version of the OpenAPI document: 7.
|
|
2637
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
2191
2638
|
* Contact: servicedesk@veeroute.com
|
|
2192
2639
|
*
|
|
2193
2640
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2206,8 +2653,9 @@ class ExplorerService {
|
|
|
2206
2653
|
this.configuration = configuration;
|
|
2207
2654
|
}
|
|
2208
2655
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2209
|
-
|
|
2210
|
-
|
|
2656
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
2657
|
+
if (firstBasePath != undefined) {
|
|
2658
|
+
basePath = firstBasePath;
|
|
2211
2659
|
}
|
|
2212
2660
|
if (typeof basePath !== 'string') {
|
|
2213
2661
|
basePath = this.basePath;
|
|
@@ -2255,7 +2703,7 @@ class ExplorerService {
|
|
|
2255
2703
|
return httpParams;
|
|
2256
2704
|
}
|
|
2257
2705
|
createFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2258
|
-
const folderSpecificationStudio = requestParameters
|
|
2706
|
+
const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
|
|
2259
2707
|
if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
|
|
2260
2708
|
throw new Error('Required parameter folderSpecificationStudio was null or undefined when calling createFolder.');
|
|
2261
2709
|
}
|
|
@@ -2318,7 +2766,7 @@ class ExplorerService {
|
|
|
2318
2766
|
});
|
|
2319
2767
|
}
|
|
2320
2768
|
deleteExperimentsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2321
|
-
const requestBody = requestParameters
|
|
2769
|
+
const requestBody = requestParameters?.requestBody;
|
|
2322
2770
|
if (requestBody === null || requestBody === undefined) {
|
|
2323
2771
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteExperimentsBatch.');
|
|
2324
2772
|
}
|
|
@@ -2381,7 +2829,7 @@ class ExplorerService {
|
|
|
2381
2829
|
});
|
|
2382
2830
|
}
|
|
2383
2831
|
deleteFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2384
|
-
const folderKey = requestParameters
|
|
2832
|
+
const folderKey = requestParameters?.folderKey;
|
|
2385
2833
|
if (folderKey === null || folderKey === undefined) {
|
|
2386
2834
|
throw new Error('Required parameter folderKey was null or undefined when calling deleteFolder.');
|
|
2387
2835
|
}
|
|
@@ -2435,7 +2883,7 @@ class ExplorerService {
|
|
|
2435
2883
|
});
|
|
2436
2884
|
}
|
|
2437
2885
|
deleteFoldersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2438
|
-
const requestBody = requestParameters
|
|
2886
|
+
const requestBody = requestParameters?.requestBody;
|
|
2439
2887
|
if (requestBody === null || requestBody === undefined) {
|
|
2440
2888
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteFoldersBatch.');
|
|
2441
2889
|
}
|
|
@@ -2498,14 +2946,14 @@ class ExplorerService {
|
|
|
2498
2946
|
});
|
|
2499
2947
|
}
|
|
2500
2948
|
globalSearch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2501
|
-
const filter = requestParameters
|
|
2949
|
+
const filter = requestParameters?.filter;
|
|
2502
2950
|
if (filter === null || filter === undefined) {
|
|
2503
2951
|
throw new Error('Required parameter filter was null or undefined when calling globalSearch.');
|
|
2504
2952
|
}
|
|
2505
|
-
const offset = requestParameters
|
|
2506
|
-
const limit = requestParameters
|
|
2507
|
-
const sortField = requestParameters
|
|
2508
|
-
const sortDirection = requestParameters
|
|
2953
|
+
const offset = requestParameters?.offset;
|
|
2954
|
+
const limit = requestParameters?.limit;
|
|
2955
|
+
const sortField = requestParameters?.sortField;
|
|
2956
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
2509
2957
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2510
2958
|
if (filter !== undefined && filter !== null) {
|
|
2511
2959
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
@@ -2623,15 +3071,15 @@ class ExplorerService {
|
|
|
2623
3071
|
});
|
|
2624
3072
|
}
|
|
2625
3073
|
readFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2626
|
-
const folderKey = requestParameters
|
|
3074
|
+
const folderKey = requestParameters?.folderKey;
|
|
2627
3075
|
if (folderKey === null || folderKey === undefined) {
|
|
2628
3076
|
throw new Error('Required parameter folderKey was null or undefined when calling readFolder.');
|
|
2629
3077
|
}
|
|
2630
|
-
const filter = requestParameters
|
|
2631
|
-
const offset = requestParameters
|
|
2632
|
-
const limit = requestParameters
|
|
2633
|
-
const sortField = requestParameters
|
|
2634
|
-
const sortDirection = requestParameters
|
|
3078
|
+
const filter = requestParameters?.filter;
|
|
3079
|
+
const offset = requestParameters?.offset;
|
|
3080
|
+
const limit = requestParameters?.limit;
|
|
3081
|
+
const sortField = requestParameters?.sortField;
|
|
3082
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
2635
3083
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
2636
3084
|
if (filter !== undefined && filter !== null) {
|
|
2637
3085
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, filter, 'filter');
|
|
@@ -2699,7 +3147,7 @@ class ExplorerService {
|
|
|
2699
3147
|
});
|
|
2700
3148
|
}
|
|
2701
3149
|
readFolderSpecification(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2702
|
-
const folderKey = requestParameters
|
|
3150
|
+
const folderKey = requestParameters?.folderKey;
|
|
2703
3151
|
if (folderKey === null || folderKey === undefined) {
|
|
2704
3152
|
throw new Error('Required parameter folderKey was null or undefined when calling readFolderSpecification.');
|
|
2705
3153
|
}
|
|
@@ -2753,11 +3201,11 @@ class ExplorerService {
|
|
|
2753
3201
|
});
|
|
2754
3202
|
}
|
|
2755
3203
|
updateFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2756
|
-
const folderKey = requestParameters
|
|
3204
|
+
const folderKey = requestParameters?.folderKey;
|
|
2757
3205
|
if (folderKey === null || folderKey === undefined) {
|
|
2758
3206
|
throw new Error('Required parameter folderKey was null or undefined when calling updateFolder.');
|
|
2759
3207
|
}
|
|
2760
|
-
const folderSpecificationStudio = requestParameters
|
|
3208
|
+
const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
|
|
2761
3209
|
if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
|
|
2762
3210
|
throw new Error('Required parameter folderSpecificationStudio was null or undefined when calling updateFolder.');
|
|
2763
3211
|
}
|
|
@@ -2839,7 +3287,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2839
3287
|
/**
|
|
2840
3288
|
* VRt.Studio [ST]
|
|
2841
3289
|
*
|
|
2842
|
-
* The version of the OpenAPI document: 7.
|
|
3290
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
2843
3291
|
* Contact: servicedesk@veeroute.com
|
|
2844
3292
|
*
|
|
2845
3293
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2858,8 +3306,9 @@ class ExternalRoutingService {
|
|
|
2858
3306
|
this.configuration = configuration;
|
|
2859
3307
|
}
|
|
2860
3308
|
if (typeof this.configuration.basePath !== 'string') {
|
|
2861
|
-
|
|
2862
|
-
|
|
3309
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
3310
|
+
if (firstBasePath != undefined) {
|
|
3311
|
+
basePath = firstBasePath;
|
|
2863
3312
|
}
|
|
2864
3313
|
if (typeof basePath !== 'string') {
|
|
2865
3314
|
basePath = this.basePath;
|
|
@@ -2907,11 +3356,11 @@ class ExternalRoutingService {
|
|
|
2907
3356
|
return httpParams;
|
|
2908
3357
|
}
|
|
2909
3358
|
createExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2910
|
-
const experimentKey = requestParameters
|
|
3359
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2911
3360
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2912
3361
|
throw new Error('Required parameter experimentKey was null or undefined when calling createExternalrouting.');
|
|
2913
3362
|
}
|
|
2914
|
-
const routingTransportMatrixStudio = requestParameters
|
|
3363
|
+
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
2915
3364
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
2916
3365
|
throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling createExternalrouting.');
|
|
2917
3366
|
}
|
|
@@ -2974,7 +3423,7 @@ class ExternalRoutingService {
|
|
|
2974
3423
|
});
|
|
2975
3424
|
}
|
|
2976
3425
|
deleteExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2977
|
-
const experimentKey = requestParameters
|
|
3426
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
2978
3427
|
if (experimentKey === null || experimentKey === undefined) {
|
|
2979
3428
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteExternalrouting.');
|
|
2980
3429
|
}
|
|
@@ -3028,7 +3477,7 @@ class ExternalRoutingService {
|
|
|
3028
3477
|
});
|
|
3029
3478
|
}
|
|
3030
3479
|
readExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3031
|
-
const experimentKey = requestParameters
|
|
3480
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3032
3481
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3033
3482
|
throw new Error('Required parameter experimentKey was null or undefined when calling readExternalrouting.');
|
|
3034
3483
|
}
|
|
@@ -3082,11 +3531,11 @@ class ExternalRoutingService {
|
|
|
3082
3531
|
});
|
|
3083
3532
|
}
|
|
3084
3533
|
updateExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3085
|
-
const experimentKey = requestParameters
|
|
3534
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3086
3535
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3087
3536
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateExternalrouting.');
|
|
3088
3537
|
}
|
|
3089
|
-
const routingTransportMatrixStudio = requestParameters
|
|
3538
|
+
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
3090
3539
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
3091
3540
|
throw new Error('Required parameter routingTransportMatrixStudio was null or undefined when calling updateExternalrouting.');
|
|
3092
3541
|
}
|
|
@@ -3168,7 +3617,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3168
3617
|
/**
|
|
3169
3618
|
* VRt.Studio [ST]
|
|
3170
3619
|
*
|
|
3171
|
-
* The version of the OpenAPI document: 7.
|
|
3620
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
3172
3621
|
* Contact: servicedesk@veeroute.com
|
|
3173
3622
|
*
|
|
3174
3623
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3187,8 +3636,9 @@ class FactsService {
|
|
|
3187
3636
|
this.configuration = configuration;
|
|
3188
3637
|
}
|
|
3189
3638
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3190
|
-
|
|
3191
|
-
|
|
3639
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
3640
|
+
if (firstBasePath != undefined) {
|
|
3641
|
+
basePath = firstBasePath;
|
|
3192
3642
|
}
|
|
3193
3643
|
if (typeof basePath !== 'string') {
|
|
3194
3644
|
basePath = this.basePath;
|
|
@@ -3236,11 +3686,11 @@ class FactsService {
|
|
|
3236
3686
|
return httpParams;
|
|
3237
3687
|
}
|
|
3238
3688
|
createFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3239
|
-
const experimentKey = requestParameters
|
|
3689
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3240
3690
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3241
3691
|
throw new Error('Required parameter experimentKey was null or undefined when calling createFact.');
|
|
3242
3692
|
}
|
|
3243
|
-
const webFactStudio = requestParameters
|
|
3693
|
+
const webFactStudio = requestParameters?.webFactStudio;
|
|
3244
3694
|
if (webFactStudio === null || webFactStudio === undefined) {
|
|
3245
3695
|
throw new Error('Required parameter webFactStudio was null or undefined when calling createFact.');
|
|
3246
3696
|
}
|
|
@@ -3303,11 +3753,11 @@ class FactsService {
|
|
|
3303
3753
|
});
|
|
3304
3754
|
}
|
|
3305
3755
|
deleteFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3306
|
-
const experimentKey = requestParameters
|
|
3756
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3307
3757
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3308
3758
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteFact.');
|
|
3309
3759
|
}
|
|
3310
|
-
const essenceKey = requestParameters
|
|
3760
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
3311
3761
|
if (essenceKey === null || essenceKey === undefined) {
|
|
3312
3762
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteFact.');
|
|
3313
3763
|
}
|
|
@@ -3361,11 +3811,11 @@ class FactsService {
|
|
|
3361
3811
|
});
|
|
3362
3812
|
}
|
|
3363
3813
|
deleteFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3364
|
-
const experimentKey = requestParameters
|
|
3814
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3365
3815
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3366
3816
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteFacts.');
|
|
3367
3817
|
}
|
|
3368
|
-
const requestBody = requestParameters
|
|
3818
|
+
const requestBody = requestParameters?.requestBody;
|
|
3369
3819
|
if (requestBody === null || requestBody === undefined) {
|
|
3370
3820
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteFacts.');
|
|
3371
3821
|
}
|
|
@@ -3428,11 +3878,11 @@ class FactsService {
|
|
|
3428
3878
|
});
|
|
3429
3879
|
}
|
|
3430
3880
|
disableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3431
|
-
const experimentKey = requestParameters
|
|
3881
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3432
3882
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3433
3883
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableFacts.');
|
|
3434
3884
|
}
|
|
3435
|
-
const requestBody = requestParameters
|
|
3885
|
+
const requestBody = requestParameters?.requestBody;
|
|
3436
3886
|
if (requestBody === null || requestBody === undefined) {
|
|
3437
3887
|
throw new Error('Required parameter requestBody was null or undefined when calling disableFacts.');
|
|
3438
3888
|
}
|
|
@@ -3495,11 +3945,11 @@ class FactsService {
|
|
|
3495
3945
|
});
|
|
3496
3946
|
}
|
|
3497
3947
|
enableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3498
|
-
const experimentKey = requestParameters
|
|
3948
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3499
3949
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3500
3950
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableFacts.');
|
|
3501
3951
|
}
|
|
3502
|
-
const requestBody = requestParameters
|
|
3952
|
+
const requestBody = requestParameters?.requestBody;
|
|
3503
3953
|
if (requestBody === null || requestBody === undefined) {
|
|
3504
3954
|
throw new Error('Required parameter requestBody was null or undefined when calling enableFacts.');
|
|
3505
3955
|
}
|
|
@@ -3562,11 +4012,11 @@ class FactsService {
|
|
|
3562
4012
|
});
|
|
3563
4013
|
}
|
|
3564
4014
|
readFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3565
|
-
const experimentKey = requestParameters
|
|
4015
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3566
4016
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3567
4017
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFact.');
|
|
3568
4018
|
}
|
|
3569
|
-
const essenceKey = requestParameters
|
|
4019
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
3570
4020
|
if (essenceKey === null || essenceKey === undefined) {
|
|
3571
4021
|
throw new Error('Required parameter essenceKey was null or undefined when calling readFact.');
|
|
3572
4022
|
}
|
|
@@ -3620,16 +4070,16 @@ class FactsService {
|
|
|
3620
4070
|
});
|
|
3621
4071
|
}
|
|
3622
4072
|
readFacts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3623
|
-
const experimentKey = requestParameters
|
|
4073
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3624
4074
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3625
4075
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFacts.');
|
|
3626
4076
|
}
|
|
3627
|
-
const offset = requestParameters
|
|
3628
|
-
const limit = requestParameters
|
|
3629
|
-
const sortField = requestParameters
|
|
3630
|
-
const sortCustomfield = requestParameters
|
|
3631
|
-
const sortDirection = requestParameters
|
|
3632
|
-
const tableFactFilterListStudio = requestParameters
|
|
4077
|
+
const offset = requestParameters?.offset;
|
|
4078
|
+
const limit = requestParameters?.limit;
|
|
4079
|
+
const sortField = requestParameters?.sortField;
|
|
4080
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4081
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4082
|
+
const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
|
|
3633
4083
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3634
4084
|
if (offset !== undefined && offset !== null) {
|
|
3635
4085
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -3706,11 +4156,11 @@ class FactsService {
|
|
|
3706
4156
|
});
|
|
3707
4157
|
}
|
|
3708
4158
|
readFactsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3709
|
-
const experimentKey = requestParameters
|
|
4159
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3710
4160
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3711
4161
|
throw new Error('Required parameter experimentKey was null or undefined when calling readFactsMetrics.');
|
|
3712
4162
|
}
|
|
3713
|
-
const tableFactMetricsFilterListStudio = requestParameters
|
|
4163
|
+
const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
|
|
3714
4164
|
if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
|
|
3715
4165
|
throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
|
|
3716
4166
|
}
|
|
@@ -3773,11 +4223,11 @@ class FactsService {
|
|
|
3773
4223
|
});
|
|
3774
4224
|
}
|
|
3775
4225
|
updateFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3776
|
-
const experimentKey = requestParameters
|
|
4226
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3777
4227
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3778
4228
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateFact.');
|
|
3779
4229
|
}
|
|
3780
|
-
const webFactStudio = requestParameters
|
|
4230
|
+
const webFactStudio = requestParameters?.webFactStudio;
|
|
3781
4231
|
if (webFactStudio === null || webFactStudio === undefined) {
|
|
3782
4232
|
throw new Error('Required parameter webFactStudio was null or undefined when calling updateFact.');
|
|
3783
4233
|
}
|
|
@@ -3859,7 +4309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3859
4309
|
/**
|
|
3860
4310
|
* VRt.Studio [ST]
|
|
3861
4311
|
*
|
|
3862
|
-
* The version of the OpenAPI document: 7.
|
|
4312
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
3863
4313
|
* Contact: servicedesk@veeroute.com
|
|
3864
4314
|
*
|
|
3865
4315
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3878,8 +4328,9 @@ class HardlinksService {
|
|
|
3878
4328
|
this.configuration = configuration;
|
|
3879
4329
|
}
|
|
3880
4330
|
if (typeof this.configuration.basePath !== 'string') {
|
|
3881
|
-
|
|
3882
|
-
|
|
4331
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
4332
|
+
if (firstBasePath != undefined) {
|
|
4333
|
+
basePath = firstBasePath;
|
|
3883
4334
|
}
|
|
3884
4335
|
if (typeof basePath !== 'string') {
|
|
3885
4336
|
basePath = this.basePath;
|
|
@@ -3927,11 +4378,11 @@ class HardlinksService {
|
|
|
3927
4378
|
return httpParams;
|
|
3928
4379
|
}
|
|
3929
4380
|
createHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3930
|
-
const experimentKey = requestParameters
|
|
4381
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3931
4382
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3932
4383
|
throw new Error('Required parameter experimentKey was null or undefined when calling createHardlink.');
|
|
3933
4384
|
}
|
|
3934
|
-
const webHardlinkStudio = requestParameters
|
|
4385
|
+
const webHardlinkStudio = requestParameters?.webHardlinkStudio;
|
|
3935
4386
|
if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
|
|
3936
4387
|
throw new Error('Required parameter webHardlinkStudio was null or undefined when calling createHardlink.');
|
|
3937
4388
|
}
|
|
@@ -3994,11 +4445,11 @@ class HardlinksService {
|
|
|
3994
4445
|
});
|
|
3995
4446
|
}
|
|
3996
4447
|
deleteHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3997
|
-
const experimentKey = requestParameters
|
|
4448
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
3998
4449
|
if (experimentKey === null || experimentKey === undefined) {
|
|
3999
4450
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteHardlink.');
|
|
4000
4451
|
}
|
|
4001
|
-
const essenceKey = requestParameters
|
|
4452
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4002
4453
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4003
4454
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteHardlink.');
|
|
4004
4455
|
}
|
|
@@ -4052,11 +4503,11 @@ class HardlinksService {
|
|
|
4052
4503
|
});
|
|
4053
4504
|
}
|
|
4054
4505
|
disableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4055
|
-
const experimentKey = requestParameters
|
|
4506
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4056
4507
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4057
4508
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableHardlinks.');
|
|
4058
4509
|
}
|
|
4059
|
-
const requestBody = requestParameters
|
|
4510
|
+
const requestBody = requestParameters?.requestBody;
|
|
4060
4511
|
if (requestBody === null || requestBody === undefined) {
|
|
4061
4512
|
throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinks.');
|
|
4062
4513
|
}
|
|
@@ -4119,11 +4570,11 @@ class HardlinksService {
|
|
|
4119
4570
|
});
|
|
4120
4571
|
}
|
|
4121
4572
|
enableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4122
|
-
const experimentKey = requestParameters
|
|
4573
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4123
4574
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4124
4575
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableHardlinks.');
|
|
4125
4576
|
}
|
|
4126
|
-
const requestBody = requestParameters
|
|
4577
|
+
const requestBody = requestParameters?.requestBody;
|
|
4127
4578
|
if (requestBody === null || requestBody === undefined) {
|
|
4128
4579
|
throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinks.');
|
|
4129
4580
|
}
|
|
@@ -4186,11 +4637,11 @@ class HardlinksService {
|
|
|
4186
4637
|
});
|
|
4187
4638
|
}
|
|
4188
4639
|
readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4189
|
-
const experimentKey = requestParameters
|
|
4640
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4190
4641
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4191
4642
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlink.');
|
|
4192
4643
|
}
|
|
4193
|
-
const essenceKey = requestParameters
|
|
4644
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4194
4645
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4195
4646
|
throw new Error('Required parameter essenceKey was null or undefined when calling readHardlink.');
|
|
4196
4647
|
}
|
|
@@ -4244,16 +4695,16 @@ class HardlinksService {
|
|
|
4244
4695
|
});
|
|
4245
4696
|
}
|
|
4246
4697
|
readHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4247
|
-
const experimentKey = requestParameters
|
|
4698
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4248
4699
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4249
4700
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinks.');
|
|
4250
4701
|
}
|
|
4251
|
-
const offset = requestParameters
|
|
4252
|
-
const limit = requestParameters
|
|
4253
|
-
const sortField = requestParameters
|
|
4254
|
-
const sortCustomfield = requestParameters
|
|
4255
|
-
const sortDirection = requestParameters
|
|
4256
|
-
const tableHardlinkFilterListStudio = requestParameters
|
|
4702
|
+
const offset = requestParameters?.offset;
|
|
4703
|
+
const limit = requestParameters?.limit;
|
|
4704
|
+
const sortField = requestParameters?.sortField;
|
|
4705
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4706
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4707
|
+
const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
|
|
4257
4708
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4258
4709
|
if (offset !== undefined && offset !== null) {
|
|
4259
4710
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4330,11 +4781,11 @@ class HardlinksService {
|
|
|
4330
4781
|
});
|
|
4331
4782
|
}
|
|
4332
4783
|
readHardlinksMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4333
|
-
const experimentKey = requestParameters
|
|
4784
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4334
4785
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4335
4786
|
throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinksMetrics.');
|
|
4336
4787
|
}
|
|
4337
|
-
const tableHardlinkMetricsFilterListStudio = requestParameters
|
|
4788
|
+
const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
|
|
4338
4789
|
if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
|
|
4339
4790
|
throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
|
|
4340
4791
|
}
|
|
@@ -4397,11 +4848,11 @@ class HardlinksService {
|
|
|
4397
4848
|
});
|
|
4398
4849
|
}
|
|
4399
4850
|
updateHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4400
|
-
const experimentKey = requestParameters
|
|
4851
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4401
4852
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4402
4853
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateHardlink.');
|
|
4403
4854
|
}
|
|
4404
|
-
const webHardlinkStudio = requestParameters
|
|
4855
|
+
const webHardlinkStudio = requestParameters?.webHardlinkStudio;
|
|
4405
4856
|
if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
|
|
4406
4857
|
throw new Error('Required parameter webHardlinkStudio was null or undefined when calling updateHardlink.');
|
|
4407
4858
|
}
|
|
@@ -4483,7 +4934,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4483
4934
|
/**
|
|
4484
4935
|
* VRt.Studio [ST]
|
|
4485
4936
|
*
|
|
4486
|
-
* The version of the OpenAPI document: 7.
|
|
4937
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
4487
4938
|
* Contact: servicedesk@veeroute.com
|
|
4488
4939
|
*
|
|
4489
4940
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4502,8 +4953,9 @@ class LocationsService {
|
|
|
4502
4953
|
this.configuration = configuration;
|
|
4503
4954
|
}
|
|
4504
4955
|
if (typeof this.configuration.basePath !== 'string') {
|
|
4505
|
-
|
|
4506
|
-
|
|
4956
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
4957
|
+
if (firstBasePath != undefined) {
|
|
4958
|
+
basePath = firstBasePath;
|
|
4507
4959
|
}
|
|
4508
4960
|
if (typeof basePath !== 'string') {
|
|
4509
4961
|
basePath = this.basePath;
|
|
@@ -4551,11 +5003,11 @@ class LocationsService {
|
|
|
4551
5003
|
return httpParams;
|
|
4552
5004
|
}
|
|
4553
5005
|
createLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4554
|
-
const experimentKey = requestParameters
|
|
5006
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4555
5007
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4556
5008
|
throw new Error('Required parameter experimentKey was null or undefined when calling createLocation.');
|
|
4557
5009
|
}
|
|
4558
|
-
const webLocationStudio = requestParameters
|
|
5010
|
+
const webLocationStudio = requestParameters?.webLocationStudio;
|
|
4559
5011
|
if (webLocationStudio === null || webLocationStudio === undefined) {
|
|
4560
5012
|
throw new Error('Required parameter webLocationStudio was null or undefined when calling createLocation.');
|
|
4561
5013
|
}
|
|
@@ -4618,11 +5070,11 @@ class LocationsService {
|
|
|
4618
5070
|
});
|
|
4619
5071
|
}
|
|
4620
5072
|
deleteLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4621
|
-
const experimentKey = requestParameters
|
|
5073
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4622
5074
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4623
5075
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteLocation.');
|
|
4624
5076
|
}
|
|
4625
|
-
const essenceKey = requestParameters
|
|
5077
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4626
5078
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4627
5079
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteLocation.');
|
|
4628
5080
|
}
|
|
@@ -4676,11 +5128,11 @@ class LocationsService {
|
|
|
4676
5128
|
});
|
|
4677
5129
|
}
|
|
4678
5130
|
readLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4679
|
-
const experimentKey = requestParameters
|
|
5131
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4680
5132
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4681
5133
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocation.');
|
|
4682
5134
|
}
|
|
4683
|
-
const essenceKey = requestParameters
|
|
5135
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
4684
5136
|
if (essenceKey === null || essenceKey === undefined) {
|
|
4685
5137
|
throw new Error('Required parameter essenceKey was null or undefined when calling readLocation.');
|
|
4686
5138
|
}
|
|
@@ -4734,16 +5186,16 @@ class LocationsService {
|
|
|
4734
5186
|
});
|
|
4735
5187
|
}
|
|
4736
5188
|
readLocations(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4737
|
-
const experimentKey = requestParameters
|
|
5189
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4738
5190
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4739
5191
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocations.');
|
|
4740
5192
|
}
|
|
4741
|
-
const offset = requestParameters
|
|
4742
|
-
const limit = requestParameters
|
|
4743
|
-
const sortField = requestParameters
|
|
4744
|
-
const sortCustomfield = requestParameters
|
|
4745
|
-
const sortDirection = requestParameters
|
|
4746
|
-
const tableLocationFilterListStudio = requestParameters
|
|
5193
|
+
const offset = requestParameters?.offset;
|
|
5194
|
+
const limit = requestParameters?.limit;
|
|
5195
|
+
const sortField = requestParameters?.sortField;
|
|
5196
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5197
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
5198
|
+
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4747
5199
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4748
5200
|
if (offset !== undefined && offset !== null) {
|
|
4749
5201
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4820,13 +5272,13 @@ class LocationsService {
|
|
|
4820
5272
|
});
|
|
4821
5273
|
}
|
|
4822
5274
|
readLocationsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4823
|
-
const experimentKey = requestParameters
|
|
5275
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4824
5276
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4825
5277
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsGeopoints.');
|
|
4826
5278
|
}
|
|
4827
|
-
const offset = requestParameters
|
|
4828
|
-
const limit = requestParameters
|
|
4829
|
-
const tableLocationFilterListStudio = requestParameters
|
|
5279
|
+
const offset = requestParameters?.offset;
|
|
5280
|
+
const limit = requestParameters?.limit;
|
|
5281
|
+
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4830
5282
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4831
5283
|
if (offset !== undefined && offset !== null) {
|
|
4832
5284
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -4894,11 +5346,11 @@ class LocationsService {
|
|
|
4894
5346
|
});
|
|
4895
5347
|
}
|
|
4896
5348
|
readLocationsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4897
|
-
const experimentKey = requestParameters
|
|
5349
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4898
5350
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4899
5351
|
throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsMetrics.');
|
|
4900
5352
|
}
|
|
4901
|
-
const tableLocationMetricsFilterListStudio = requestParameters
|
|
5353
|
+
const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
|
|
4902
5354
|
if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
|
|
4903
5355
|
throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
|
|
4904
5356
|
}
|
|
@@ -4961,11 +5413,11 @@ class LocationsService {
|
|
|
4961
5413
|
});
|
|
4962
5414
|
}
|
|
4963
5415
|
updateLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4964
|
-
const experimentKey = requestParameters
|
|
5416
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
4965
5417
|
if (experimentKey === null || experimentKey === undefined) {
|
|
4966
5418
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateLocation.');
|
|
4967
5419
|
}
|
|
4968
|
-
const webLocationStudio = requestParameters
|
|
5420
|
+
const webLocationStudio = requestParameters?.webLocationStudio;
|
|
4969
5421
|
if (webLocationStudio === null || webLocationStudio === undefined) {
|
|
4970
5422
|
throw new Error('Required parameter webLocationStudio was null or undefined when calling updateLocation.');
|
|
4971
5423
|
}
|
|
@@ -5047,7 +5499,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5047
5499
|
/**
|
|
5048
5500
|
* VRt.Studio [ST]
|
|
5049
5501
|
*
|
|
5050
|
-
* The version of the OpenAPI document: 7.
|
|
5502
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
5051
5503
|
* Contact: servicedesk@veeroute.com
|
|
5052
5504
|
*
|
|
5053
5505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5066,8 +5518,9 @@ class OrdersService {
|
|
|
5066
5518
|
this.configuration = configuration;
|
|
5067
5519
|
}
|
|
5068
5520
|
if (typeof this.configuration.basePath !== 'string') {
|
|
5069
|
-
|
|
5070
|
-
|
|
5521
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
5522
|
+
if (firstBasePath != undefined) {
|
|
5523
|
+
basePath = firstBasePath;
|
|
5071
5524
|
}
|
|
5072
5525
|
if (typeof basePath !== 'string') {
|
|
5073
5526
|
basePath = this.basePath;
|
|
@@ -5115,11 +5568,11 @@ class OrdersService {
|
|
|
5115
5568
|
return httpParams;
|
|
5116
5569
|
}
|
|
5117
5570
|
createOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5118
|
-
const experimentKey = requestParameters
|
|
5571
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5119
5572
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5120
5573
|
throw new Error('Required parameter experimentKey was null or undefined when calling createOrder.');
|
|
5121
5574
|
}
|
|
5122
|
-
const webOrderStudio = requestParameters
|
|
5575
|
+
const webOrderStudio = requestParameters?.webOrderStudio;
|
|
5123
5576
|
if (webOrderStudio === null || webOrderStudio === undefined) {
|
|
5124
5577
|
throw new Error('Required parameter webOrderStudio was null or undefined when calling createOrder.');
|
|
5125
5578
|
}
|
|
@@ -5182,11 +5635,11 @@ class OrdersService {
|
|
|
5182
5635
|
});
|
|
5183
5636
|
}
|
|
5184
5637
|
deleteOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5185
|
-
const experimentKey = requestParameters
|
|
5638
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5186
5639
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5187
5640
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrder.');
|
|
5188
5641
|
}
|
|
5189
|
-
const essenceKey = requestParameters
|
|
5642
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5190
5643
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5191
5644
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteOrder.');
|
|
5192
5645
|
}
|
|
@@ -5240,11 +5693,11 @@ class OrdersService {
|
|
|
5240
5693
|
});
|
|
5241
5694
|
}
|
|
5242
5695
|
deleteOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5243
|
-
const experimentKey = requestParameters
|
|
5696
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5244
5697
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5245
5698
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrders.');
|
|
5246
5699
|
}
|
|
5247
|
-
const requestBody = requestParameters
|
|
5700
|
+
const requestBody = requestParameters?.requestBody;
|
|
5248
5701
|
if (requestBody === null || requestBody === undefined) {
|
|
5249
5702
|
throw new Error('Required parameter requestBody was null or undefined when calling deleteOrders.');
|
|
5250
5703
|
}
|
|
@@ -5307,11 +5760,11 @@ class OrdersService {
|
|
|
5307
5760
|
});
|
|
5308
5761
|
}
|
|
5309
5762
|
disableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5310
|
-
const experimentKey = requestParameters
|
|
5763
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5311
5764
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5312
5765
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableOrders.');
|
|
5313
5766
|
}
|
|
5314
|
-
const requestBody = requestParameters
|
|
5767
|
+
const requestBody = requestParameters?.requestBody;
|
|
5315
5768
|
if (requestBody === null || requestBody === undefined) {
|
|
5316
5769
|
throw new Error('Required parameter requestBody was null or undefined when calling disableOrders.');
|
|
5317
5770
|
}
|
|
@@ -5374,11 +5827,11 @@ class OrdersService {
|
|
|
5374
5827
|
});
|
|
5375
5828
|
}
|
|
5376
5829
|
enableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5377
|
-
const experimentKey = requestParameters
|
|
5830
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5378
5831
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5379
5832
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableOrders.');
|
|
5380
5833
|
}
|
|
5381
|
-
const requestBody = requestParameters
|
|
5834
|
+
const requestBody = requestParameters?.requestBody;
|
|
5382
5835
|
if (requestBody === null || requestBody === undefined) {
|
|
5383
5836
|
throw new Error('Required parameter requestBody was null or undefined when calling enableOrders.');
|
|
5384
5837
|
}
|
|
@@ -5441,11 +5894,11 @@ class OrdersService {
|
|
|
5441
5894
|
});
|
|
5442
5895
|
}
|
|
5443
5896
|
readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5444
|
-
const experimentKey = requestParameters
|
|
5897
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5445
5898
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5446
5899
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrder.');
|
|
5447
5900
|
}
|
|
5448
|
-
const essenceKey = requestParameters
|
|
5901
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5449
5902
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5450
5903
|
throw new Error('Required parameter essenceKey was null or undefined when calling readOrder.');
|
|
5451
5904
|
}
|
|
@@ -5499,16 +5952,16 @@ class OrdersService {
|
|
|
5499
5952
|
});
|
|
5500
5953
|
}
|
|
5501
5954
|
readOrders(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5502
|
-
const experimentKey = requestParameters
|
|
5955
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5503
5956
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5504
5957
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrders.');
|
|
5505
5958
|
}
|
|
5506
|
-
const offset = requestParameters
|
|
5507
|
-
const limit = requestParameters
|
|
5508
|
-
const sortField = requestParameters
|
|
5509
|
-
const sortCustomfield = requestParameters
|
|
5510
|
-
const sortDirection = requestParameters
|
|
5511
|
-
const tableOrderFilterListStudio = requestParameters
|
|
5959
|
+
const offset = requestParameters?.offset;
|
|
5960
|
+
const limit = requestParameters?.limit;
|
|
5961
|
+
const sortField = requestParameters?.sortField;
|
|
5962
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5963
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
5964
|
+
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
5512
5965
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5513
5966
|
if (offset !== undefined && offset !== null) {
|
|
5514
5967
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -5585,13 +6038,13 @@ class OrdersService {
|
|
|
5585
6038
|
});
|
|
5586
6039
|
}
|
|
5587
6040
|
readOrdersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5588
|
-
const experimentKey = requestParameters
|
|
6041
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5589
6042
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5590
6043
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersGeopoints.');
|
|
5591
6044
|
}
|
|
5592
|
-
const offset = requestParameters
|
|
5593
|
-
const limit = requestParameters
|
|
5594
|
-
const tableOrderFilterListStudio = requestParameters
|
|
6045
|
+
const offset = requestParameters?.offset;
|
|
6046
|
+
const limit = requestParameters?.limit;
|
|
6047
|
+
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
5595
6048
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5596
6049
|
if (offset !== undefined && offset !== null) {
|
|
5597
6050
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -5659,11 +6112,11 @@ class OrdersService {
|
|
|
5659
6112
|
});
|
|
5660
6113
|
}
|
|
5661
6114
|
readOrdersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5662
|
-
const experimentKey = requestParameters
|
|
6115
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5663
6116
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5664
6117
|
throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersMetrics.');
|
|
5665
6118
|
}
|
|
5666
|
-
const tableOrderMetricsFilterListStudio = requestParameters
|
|
6119
|
+
const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
|
|
5667
6120
|
if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
|
|
5668
6121
|
throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
|
|
5669
6122
|
}
|
|
@@ -5726,11 +6179,11 @@ class OrdersService {
|
|
|
5726
6179
|
});
|
|
5727
6180
|
}
|
|
5728
6181
|
updateOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5729
|
-
const experimentKey = requestParameters
|
|
6182
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5730
6183
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5731
6184
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateOrder.');
|
|
5732
6185
|
}
|
|
5733
|
-
const webOrderStudio = requestParameters
|
|
6186
|
+
const webOrderStudio = requestParameters?.webOrderStudio;
|
|
5734
6187
|
if (webOrderStudio === null || webOrderStudio === undefined) {
|
|
5735
6188
|
throw new Error('Required parameter webOrderStudio was null or undefined when calling updateOrder.');
|
|
5736
6189
|
}
|
|
@@ -5812,7 +6265,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5812
6265
|
/**
|
|
5813
6266
|
* VRt.Studio [ST]
|
|
5814
6267
|
*
|
|
5815
|
-
* The version of the OpenAPI document: 7.
|
|
6268
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
5816
6269
|
* Contact: servicedesk@veeroute.com
|
|
5817
6270
|
*
|
|
5818
6271
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5831,8 +6284,9 @@ class PerformersService {
|
|
|
5831
6284
|
this.configuration = configuration;
|
|
5832
6285
|
}
|
|
5833
6286
|
if (typeof this.configuration.basePath !== 'string') {
|
|
5834
|
-
|
|
5835
|
-
|
|
6287
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
6288
|
+
if (firstBasePath != undefined) {
|
|
6289
|
+
basePath = firstBasePath;
|
|
5836
6290
|
}
|
|
5837
6291
|
if (typeof basePath !== 'string') {
|
|
5838
6292
|
basePath = this.basePath;
|
|
@@ -5880,11 +6334,11 @@ class PerformersService {
|
|
|
5880
6334
|
return httpParams;
|
|
5881
6335
|
}
|
|
5882
6336
|
createPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5883
|
-
const experimentKey = requestParameters
|
|
6337
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5884
6338
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5885
6339
|
throw new Error('Required parameter experimentKey was null or undefined when calling createPerformer.');
|
|
5886
6340
|
}
|
|
5887
|
-
const webPerformerStudio = requestParameters
|
|
6341
|
+
const webPerformerStudio = requestParameters?.webPerformerStudio;
|
|
5888
6342
|
if (webPerformerStudio === null || webPerformerStudio === undefined) {
|
|
5889
6343
|
throw new Error('Required parameter webPerformerStudio was null or undefined when calling createPerformer.');
|
|
5890
6344
|
}
|
|
@@ -5947,11 +6401,11 @@ class PerformersService {
|
|
|
5947
6401
|
});
|
|
5948
6402
|
}
|
|
5949
6403
|
deletePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5950
|
-
const experimentKey = requestParameters
|
|
6404
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
5951
6405
|
if (experimentKey === null || experimentKey === undefined) {
|
|
5952
6406
|
throw new Error('Required parameter experimentKey was null or undefined when calling deletePerformer.');
|
|
5953
6407
|
}
|
|
5954
|
-
const essenceKey = requestParameters
|
|
6408
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
5955
6409
|
if (essenceKey === null || essenceKey === undefined) {
|
|
5956
6410
|
throw new Error('Required parameter essenceKey was null or undefined when calling deletePerformer.');
|
|
5957
6411
|
}
|
|
@@ -6005,11 +6459,11 @@ class PerformersService {
|
|
|
6005
6459
|
});
|
|
6006
6460
|
}
|
|
6007
6461
|
disablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6008
|
-
const experimentKey = requestParameters
|
|
6462
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6009
6463
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6010
6464
|
throw new Error('Required parameter experimentKey was null or undefined when calling disablePerformers.');
|
|
6011
6465
|
}
|
|
6012
|
-
const requestBody = requestParameters
|
|
6466
|
+
const requestBody = requestParameters?.requestBody;
|
|
6013
6467
|
if (requestBody === null || requestBody === undefined) {
|
|
6014
6468
|
throw new Error('Required parameter requestBody was null or undefined when calling disablePerformers.');
|
|
6015
6469
|
}
|
|
@@ -6072,11 +6526,11 @@ class PerformersService {
|
|
|
6072
6526
|
});
|
|
6073
6527
|
}
|
|
6074
6528
|
enablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6075
|
-
const experimentKey = requestParameters
|
|
6529
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6076
6530
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6077
6531
|
throw new Error('Required parameter experimentKey was null or undefined when calling enablePerformers.');
|
|
6078
6532
|
}
|
|
6079
|
-
const requestBody = requestParameters
|
|
6533
|
+
const requestBody = requestParameters?.requestBody;
|
|
6080
6534
|
if (requestBody === null || requestBody === undefined) {
|
|
6081
6535
|
throw new Error('Required parameter requestBody was null or undefined when calling enablePerformers.');
|
|
6082
6536
|
}
|
|
@@ -6139,11 +6593,11 @@ class PerformersService {
|
|
|
6139
6593
|
});
|
|
6140
6594
|
}
|
|
6141
6595
|
readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6142
|
-
const experimentKey = requestParameters
|
|
6596
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6143
6597
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6144
6598
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformer.');
|
|
6145
6599
|
}
|
|
6146
|
-
const essenceKey = requestParameters
|
|
6600
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6147
6601
|
if (essenceKey === null || essenceKey === undefined) {
|
|
6148
6602
|
throw new Error('Required parameter essenceKey was null or undefined when calling readPerformer.');
|
|
6149
6603
|
}
|
|
@@ -6197,16 +6651,16 @@ class PerformersService {
|
|
|
6197
6651
|
});
|
|
6198
6652
|
}
|
|
6199
6653
|
readPerformers(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6200
|
-
const experimentKey = requestParameters
|
|
6654
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6201
6655
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6202
6656
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformers.');
|
|
6203
6657
|
}
|
|
6204
|
-
const offset = requestParameters
|
|
6205
|
-
const limit = requestParameters
|
|
6206
|
-
const sortField = requestParameters
|
|
6207
|
-
const sortCustomfield = requestParameters
|
|
6208
|
-
const sortDirection = requestParameters
|
|
6209
|
-
const tablePerformerFilterListStudio = requestParameters
|
|
6658
|
+
const offset = requestParameters?.offset;
|
|
6659
|
+
const limit = requestParameters?.limit;
|
|
6660
|
+
const sortField = requestParameters?.sortField;
|
|
6661
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6662
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6663
|
+
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
6210
6664
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6211
6665
|
if (offset !== undefined && offset !== null) {
|
|
6212
6666
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -6283,13 +6737,13 @@ class PerformersService {
|
|
|
6283
6737
|
});
|
|
6284
6738
|
}
|
|
6285
6739
|
readPerformersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6286
|
-
const experimentKey = requestParameters
|
|
6740
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6287
6741
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6288
6742
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersGeopoints.');
|
|
6289
6743
|
}
|
|
6290
|
-
const offset = requestParameters
|
|
6291
|
-
const limit = requestParameters
|
|
6292
|
-
const tablePerformerFilterListStudio = requestParameters
|
|
6744
|
+
const offset = requestParameters?.offset;
|
|
6745
|
+
const limit = requestParameters?.limit;
|
|
6746
|
+
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
6293
6747
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6294
6748
|
if (offset !== undefined && offset !== null) {
|
|
6295
6749
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -6357,11 +6811,11 @@ class PerformersService {
|
|
|
6357
6811
|
});
|
|
6358
6812
|
}
|
|
6359
6813
|
readPerformersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6360
|
-
const experimentKey = requestParameters
|
|
6814
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6361
6815
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6362
6816
|
throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersMetrics.');
|
|
6363
6817
|
}
|
|
6364
|
-
const tablePerformerMetricsFilterListStudio = requestParameters
|
|
6818
|
+
const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
|
|
6365
6819
|
if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
|
|
6366
6820
|
throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
|
|
6367
6821
|
}
|
|
@@ -6424,11 +6878,11 @@ class PerformersService {
|
|
|
6424
6878
|
});
|
|
6425
6879
|
}
|
|
6426
6880
|
updatePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6427
|
-
const experimentKey = requestParameters
|
|
6881
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6428
6882
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6429
6883
|
throw new Error('Required parameter experimentKey was null or undefined when calling updatePerformer.');
|
|
6430
6884
|
}
|
|
6431
|
-
const webPerformerStudio = requestParameters
|
|
6885
|
+
const webPerformerStudio = requestParameters?.webPerformerStudio;
|
|
6432
6886
|
if (webPerformerStudio === null || webPerformerStudio === undefined) {
|
|
6433
6887
|
throw new Error('Required parameter webPerformerStudio was null or undefined when calling updatePerformer.');
|
|
6434
6888
|
}
|
|
@@ -6510,7 +6964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6510
6964
|
/**
|
|
6511
6965
|
* VRt.Studio [ST]
|
|
6512
6966
|
*
|
|
6513
|
-
* The version of the OpenAPI document: 7.
|
|
6967
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
6514
6968
|
* Contact: servicedesk@veeroute.com
|
|
6515
6969
|
*
|
|
6516
6970
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6529,8 +6983,9 @@ class SystemService {
|
|
|
6529
6983
|
this.configuration = configuration;
|
|
6530
6984
|
}
|
|
6531
6985
|
if (typeof this.configuration.basePath !== 'string') {
|
|
6532
|
-
|
|
6533
|
-
|
|
6986
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
6987
|
+
if (firstBasePath != undefined) {
|
|
6988
|
+
basePath = firstBasePath;
|
|
6534
6989
|
}
|
|
6535
6990
|
if (typeof basePath !== 'string') {
|
|
6536
6991
|
basePath = this.basePath;
|
|
@@ -6622,7 +7077,7 @@ class SystemService {
|
|
|
6622
7077
|
});
|
|
6623
7078
|
}
|
|
6624
7079
|
file(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6625
|
-
const filename = requestParameters
|
|
7080
|
+
const filename = requestParameters?.filename;
|
|
6626
7081
|
if (filename === null || filename === undefined) {
|
|
6627
7082
|
throw new Error('Required parameter filename was null or undefined when calling file.');
|
|
6628
7083
|
}
|
|
@@ -6735,7 +7190,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6735
7190
|
/**
|
|
6736
7191
|
* VRt.Studio [ST]
|
|
6737
7192
|
*
|
|
6738
|
-
* The version of the OpenAPI document: 7.
|
|
7193
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
6739
7194
|
* Contact: servicedesk@veeroute.com
|
|
6740
7195
|
*
|
|
6741
7196
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6754,8 +7209,9 @@ class TransportsService {
|
|
|
6754
7209
|
this.configuration = configuration;
|
|
6755
7210
|
}
|
|
6756
7211
|
if (typeof this.configuration.basePath !== 'string') {
|
|
6757
|
-
|
|
6758
|
-
|
|
7212
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
7213
|
+
if (firstBasePath != undefined) {
|
|
7214
|
+
basePath = firstBasePath;
|
|
6759
7215
|
}
|
|
6760
7216
|
if (typeof basePath !== 'string') {
|
|
6761
7217
|
basePath = this.basePath;
|
|
@@ -6803,11 +7259,11 @@ class TransportsService {
|
|
|
6803
7259
|
return httpParams;
|
|
6804
7260
|
}
|
|
6805
7261
|
createTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6806
|
-
const experimentKey = requestParameters
|
|
7262
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6807
7263
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6808
7264
|
throw new Error('Required parameter experimentKey was null or undefined when calling createTransport.');
|
|
6809
7265
|
}
|
|
6810
|
-
const webTransportStudio = requestParameters
|
|
7266
|
+
const webTransportStudio = requestParameters?.webTransportStudio;
|
|
6811
7267
|
if (webTransportStudio === null || webTransportStudio === undefined) {
|
|
6812
7268
|
throw new Error('Required parameter webTransportStudio was null or undefined when calling createTransport.');
|
|
6813
7269
|
}
|
|
@@ -6870,11 +7326,11 @@ class TransportsService {
|
|
|
6870
7326
|
});
|
|
6871
7327
|
}
|
|
6872
7328
|
deleteTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6873
|
-
const experimentKey = requestParameters
|
|
7329
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6874
7330
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6875
7331
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteTransport.');
|
|
6876
7332
|
}
|
|
6877
|
-
const essenceKey = requestParameters
|
|
7333
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6878
7334
|
if (essenceKey === null || essenceKey === undefined) {
|
|
6879
7335
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteTransport.');
|
|
6880
7336
|
}
|
|
@@ -6928,11 +7384,11 @@ class TransportsService {
|
|
|
6928
7384
|
});
|
|
6929
7385
|
}
|
|
6930
7386
|
disableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6931
|
-
const experimentKey = requestParameters
|
|
7387
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6932
7388
|
if (experimentKey === null || experimentKey === undefined) {
|
|
6933
7389
|
throw new Error('Required parameter experimentKey was null or undefined when calling disableTransports.');
|
|
6934
7390
|
}
|
|
6935
|
-
const requestBody = requestParameters
|
|
7391
|
+
const requestBody = requestParameters?.requestBody;
|
|
6936
7392
|
if (requestBody === null || requestBody === undefined) {
|
|
6937
7393
|
throw new Error('Required parameter requestBody was null or undefined when calling disableTransports.');
|
|
6938
7394
|
}
|
|
@@ -6995,11 +7451,11 @@ class TransportsService {
|
|
|
6995
7451
|
});
|
|
6996
7452
|
}
|
|
6997
7453
|
enableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6998
|
-
const experimentKey = requestParameters
|
|
7454
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
6999
7455
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7000
7456
|
throw new Error('Required parameter experimentKey was null or undefined when calling enableTransports.');
|
|
7001
7457
|
}
|
|
7002
|
-
const requestBody = requestParameters
|
|
7458
|
+
const requestBody = requestParameters?.requestBody;
|
|
7003
7459
|
if (requestBody === null || requestBody === undefined) {
|
|
7004
7460
|
throw new Error('Required parameter requestBody was null or undefined when calling enableTransports.');
|
|
7005
7461
|
}
|
|
@@ -7062,11 +7518,11 @@ class TransportsService {
|
|
|
7062
7518
|
});
|
|
7063
7519
|
}
|
|
7064
7520
|
readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7065
|
-
const experimentKey = requestParameters
|
|
7521
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7066
7522
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7067
7523
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransport.');
|
|
7068
7524
|
}
|
|
7069
|
-
const essenceKey = requestParameters
|
|
7525
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7070
7526
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7071
7527
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTransport.');
|
|
7072
7528
|
}
|
|
@@ -7120,16 +7576,16 @@ class TransportsService {
|
|
|
7120
7576
|
});
|
|
7121
7577
|
}
|
|
7122
7578
|
readTransports(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7123
|
-
const experimentKey = requestParameters
|
|
7579
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7124
7580
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7125
7581
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransports.');
|
|
7126
7582
|
}
|
|
7127
|
-
const offset = requestParameters
|
|
7128
|
-
const limit = requestParameters
|
|
7129
|
-
const sortField = requestParameters
|
|
7130
|
-
const sortCustomfield = requestParameters
|
|
7131
|
-
const sortDirection = requestParameters
|
|
7132
|
-
const tableTransportFilterListStudio = requestParameters
|
|
7583
|
+
const offset = requestParameters?.offset;
|
|
7584
|
+
const limit = requestParameters?.limit;
|
|
7585
|
+
const sortField = requestParameters?.sortField;
|
|
7586
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
7587
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
7588
|
+
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
7133
7589
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7134
7590
|
if (offset !== undefined && offset !== null) {
|
|
7135
7591
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7206,13 +7662,13 @@ class TransportsService {
|
|
|
7206
7662
|
});
|
|
7207
7663
|
}
|
|
7208
7664
|
readTransportsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7209
|
-
const experimentKey = requestParameters
|
|
7665
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7210
7666
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7211
7667
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsGeopoints.');
|
|
7212
7668
|
}
|
|
7213
|
-
const offset = requestParameters
|
|
7214
|
-
const limit = requestParameters
|
|
7215
|
-
const tableTransportFilterListStudio = requestParameters
|
|
7669
|
+
const offset = requestParameters?.offset;
|
|
7670
|
+
const limit = requestParameters?.limit;
|
|
7671
|
+
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
7216
7672
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7217
7673
|
if (offset !== undefined && offset !== null) {
|
|
7218
7674
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7280,11 +7736,11 @@ class TransportsService {
|
|
|
7280
7736
|
});
|
|
7281
7737
|
}
|
|
7282
7738
|
readTransportsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7283
|
-
const experimentKey = requestParameters
|
|
7739
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7284
7740
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7285
7741
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsMetrics.');
|
|
7286
7742
|
}
|
|
7287
|
-
const tableTransportMetricsFilterListStudio = requestParameters
|
|
7743
|
+
const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
|
|
7288
7744
|
if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
|
|
7289
7745
|
throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
|
|
7290
7746
|
}
|
|
@@ -7347,11 +7803,11 @@ class TransportsService {
|
|
|
7347
7803
|
});
|
|
7348
7804
|
}
|
|
7349
7805
|
updateTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7350
|
-
const experimentKey = requestParameters
|
|
7806
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7351
7807
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7352
7808
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateTransport.');
|
|
7353
7809
|
}
|
|
7354
|
-
const webTransportStudio = requestParameters
|
|
7810
|
+
const webTransportStudio = requestParameters?.webTransportStudio;
|
|
7355
7811
|
if (webTransportStudio === null || webTransportStudio === undefined) {
|
|
7356
7812
|
throw new Error('Required parameter webTransportStudio was null or undefined when calling updateTransport.');
|
|
7357
7813
|
}
|
|
@@ -7433,7 +7889,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7433
7889
|
/**
|
|
7434
7890
|
* VRt.Studio [ST]
|
|
7435
7891
|
*
|
|
7436
|
-
* The version of the OpenAPI document: 7.
|
|
7892
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
7437
7893
|
* Contact: servicedesk@veeroute.com
|
|
7438
7894
|
*
|
|
7439
7895
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7452,8 +7908,9 @@ class TripsService {
|
|
|
7452
7908
|
this.configuration = configuration;
|
|
7453
7909
|
}
|
|
7454
7910
|
if (typeof this.configuration.basePath !== 'string') {
|
|
7455
|
-
|
|
7456
|
-
|
|
7911
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
7912
|
+
if (firstBasePath != undefined) {
|
|
7913
|
+
basePath = firstBasePath;
|
|
7457
7914
|
}
|
|
7458
7915
|
if (typeof basePath !== 'string') {
|
|
7459
7916
|
basePath = this.basePath;
|
|
@@ -7501,11 +7958,11 @@ class TripsService {
|
|
|
7501
7958
|
return httpParams;
|
|
7502
7959
|
}
|
|
7503
7960
|
createTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7504
|
-
const experimentKey = requestParameters
|
|
7961
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7505
7962
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7506
7963
|
throw new Error('Required parameter experimentKey was null or undefined when calling createTrip.');
|
|
7507
7964
|
}
|
|
7508
|
-
const webTripStudio = requestParameters
|
|
7965
|
+
const webTripStudio = requestParameters?.webTripStudio;
|
|
7509
7966
|
if (webTripStudio === null || webTripStudio === undefined) {
|
|
7510
7967
|
throw new Error('Required parameter webTripStudio was null or undefined when calling createTrip.');
|
|
7511
7968
|
}
|
|
@@ -7568,7 +8025,7 @@ class TripsService {
|
|
|
7568
8025
|
});
|
|
7569
8026
|
}
|
|
7570
8027
|
deleteCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7571
|
-
const experimentKey = requestParameters
|
|
8028
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7572
8029
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7573
8030
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteCustomTracks.');
|
|
7574
8031
|
}
|
|
@@ -7622,11 +8079,11 @@ class TripsService {
|
|
|
7622
8079
|
});
|
|
7623
8080
|
}
|
|
7624
8081
|
deleteTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7625
|
-
const experimentKey = requestParameters
|
|
8082
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7626
8083
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7627
8084
|
throw new Error('Required parameter experimentKey was null or undefined when calling deleteTrip.');
|
|
7628
8085
|
}
|
|
7629
|
-
const essenceKey = requestParameters
|
|
8086
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7630
8087
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7631
8088
|
throw new Error('Required parameter essenceKey was null or undefined when calling deleteTrip.');
|
|
7632
8089
|
}
|
|
@@ -7680,11 +8137,11 @@ class TripsService {
|
|
|
7680
8137
|
});
|
|
7681
8138
|
}
|
|
7682
8139
|
loadCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7683
|
-
const experimentKey = requestParameters
|
|
8140
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7684
8141
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7685
8142
|
throw new Error('Required parameter experimentKey was null or undefined when calling loadCustomTracks.');
|
|
7686
8143
|
}
|
|
7687
|
-
const webTripTrackListCustomStudio = requestParameters
|
|
8144
|
+
const webTripTrackListCustomStudio = requestParameters?.webTripTrackListCustomStudio;
|
|
7688
8145
|
let localVarHeaders = this.defaultHeaders;
|
|
7689
8146
|
let localVarCredential;
|
|
7690
8147
|
// authentication (ApiKeyAuth) required
|
|
@@ -7744,11 +8201,11 @@ class TripsService {
|
|
|
7744
8201
|
});
|
|
7745
8202
|
}
|
|
7746
8203
|
readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7747
|
-
const experimentKey = requestParameters
|
|
8204
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7748
8205
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7749
8206
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTrip.');
|
|
7750
8207
|
}
|
|
7751
|
-
const essenceKey = requestParameters
|
|
8208
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7752
8209
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7753
8210
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTrip.');
|
|
7754
8211
|
}
|
|
@@ -7802,20 +8259,20 @@ class TripsService {
|
|
|
7802
8259
|
});
|
|
7803
8260
|
}
|
|
7804
8261
|
readTripStops(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7805
|
-
const experimentKey = requestParameters
|
|
8262
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7806
8263
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7807
8264
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripStops.');
|
|
7808
8265
|
}
|
|
7809
|
-
const essenceKey = requestParameters
|
|
8266
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
7810
8267
|
if (essenceKey === null || essenceKey === undefined) {
|
|
7811
8268
|
throw new Error('Required parameter essenceKey was null or undefined when calling readTripStops.');
|
|
7812
8269
|
}
|
|
7813
|
-
const offset = requestParameters
|
|
7814
|
-
const limit = requestParameters
|
|
7815
|
-
const sortField = requestParameters
|
|
7816
|
-
const sortCustomfield = requestParameters
|
|
7817
|
-
const sortDirection = requestParameters
|
|
7818
|
-
const tableTripStopFilterListStudio = requestParameters
|
|
8270
|
+
const offset = requestParameters?.offset;
|
|
8271
|
+
const limit = requestParameters?.limit;
|
|
8272
|
+
const sortField = requestParameters?.sortField;
|
|
8273
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
8274
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
8275
|
+
const tableTripStopFilterListStudio = requestParameters?.tableTripStopFilterListStudio;
|
|
7819
8276
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7820
8277
|
if (offset !== undefined && offset !== null) {
|
|
7821
8278
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7892,16 +8349,16 @@ class TripsService {
|
|
|
7892
8349
|
});
|
|
7893
8350
|
}
|
|
7894
8351
|
readTrips(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7895
|
-
const experimentKey = requestParameters
|
|
8352
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7896
8353
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7897
8354
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTrips.');
|
|
7898
8355
|
}
|
|
7899
|
-
const offset = requestParameters
|
|
7900
|
-
const limit = requestParameters
|
|
7901
|
-
const sortField = requestParameters
|
|
7902
|
-
const sortCustomfield = requestParameters
|
|
7903
|
-
const sortDirection = requestParameters
|
|
7904
|
-
const tableTripFilterListStudio = requestParameters
|
|
8356
|
+
const offset = requestParameters?.offset;
|
|
8357
|
+
const limit = requestParameters?.limit;
|
|
8358
|
+
const sortField = requestParameters?.sortField;
|
|
8359
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
8360
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
8361
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
7905
8362
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7906
8363
|
if (offset !== undefined && offset !== null) {
|
|
7907
8364
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -7978,15 +8435,15 @@ class TripsService {
|
|
|
7978
8435
|
});
|
|
7979
8436
|
}
|
|
7980
8437
|
readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
7981
|
-
const experimentKey = requestParameters
|
|
8438
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
7982
8439
|
if (experimentKey === null || experimentKey === undefined) {
|
|
7983
8440
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsCharts.');
|
|
7984
8441
|
}
|
|
7985
|
-
const offset = requestParameters
|
|
7986
|
-
const limit = requestParameters
|
|
7987
|
-
const sortField = requestParameters
|
|
7988
|
-
const sortDirection = requestParameters
|
|
7989
|
-
const tableTripFilterListStudio = requestParameters
|
|
8442
|
+
const offset = requestParameters?.offset;
|
|
8443
|
+
const limit = requestParameters?.limit;
|
|
8444
|
+
const sortField = requestParameters?.sortField;
|
|
8445
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
8446
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
7990
8447
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
7991
8448
|
if (offset !== undefined && offset !== null) {
|
|
7992
8449
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -8060,11 +8517,11 @@ class TripsService {
|
|
|
8060
8517
|
});
|
|
8061
8518
|
}
|
|
8062
8519
|
readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8063
|
-
const experimentKey = requestParameters
|
|
8520
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8064
8521
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8065
8522
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsMetrics.');
|
|
8066
8523
|
}
|
|
8067
|
-
const tableTripMetricsFilterListStudio = requestParameters
|
|
8524
|
+
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
8068
8525
|
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
8069
8526
|
throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
|
|
8070
8527
|
}
|
|
@@ -8127,17 +8584,17 @@ class TripsService {
|
|
|
8127
8584
|
});
|
|
8128
8585
|
}
|
|
8129
8586
|
readTripsTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8130
|
-
const experimentKey = requestParameters
|
|
8587
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8131
8588
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8132
8589
|
throw new Error('Required parameter experimentKey was null or undefined when calling readTripsTracks.');
|
|
8133
8590
|
}
|
|
8134
|
-
const tracksType = requestParameters
|
|
8591
|
+
const tracksType = requestParameters?.tracksType;
|
|
8135
8592
|
if (tracksType === null || tracksType === undefined) {
|
|
8136
8593
|
throw new Error('Required parameter tracksType was null or undefined when calling readTripsTracks.');
|
|
8137
8594
|
}
|
|
8138
|
-
const offset = requestParameters
|
|
8139
|
-
const limit = requestParameters
|
|
8140
|
-
const tableTripFilterListStudio = requestParameters
|
|
8595
|
+
const offset = requestParameters?.offset;
|
|
8596
|
+
const limit = requestParameters?.limit;
|
|
8597
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
8141
8598
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
8142
8599
|
if (offset !== undefined && offset !== null) {
|
|
8143
8600
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
@@ -8205,11 +8662,11 @@ class TripsService {
|
|
|
8205
8662
|
});
|
|
8206
8663
|
}
|
|
8207
8664
|
updateTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8208
|
-
const experimentKey = requestParameters
|
|
8665
|
+
const experimentKey = requestParameters?.experimentKey;
|
|
8209
8666
|
if (experimentKey === null || experimentKey === undefined) {
|
|
8210
8667
|
throw new Error('Required parameter experimentKey was null or undefined when calling updateTrip.');
|
|
8211
8668
|
}
|
|
8212
|
-
const webTripStudio = requestParameters
|
|
8669
|
+
const webTripStudio = requestParameters?.webTripStudio;
|
|
8213
8670
|
if (webTripStudio === null || webTripStudio === undefined) {
|
|
8214
8671
|
throw new Error('Required parameter webTripStudio was null or undefined when calling updateTrip.');
|
|
8215
8672
|
}
|
|
@@ -8291,7 +8748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
8291
8748
|
/**
|
|
8292
8749
|
* VRt.Studio [ST]
|
|
8293
8750
|
*
|
|
8294
|
-
* The version of the OpenAPI document: 7.
|
|
8751
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8295
8752
|
* Contact: servicedesk@veeroute.com
|
|
8296
8753
|
*
|
|
8297
8754
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8310,8 +8767,9 @@ class UserSettingsService {
|
|
|
8310
8767
|
this.configuration = configuration;
|
|
8311
8768
|
}
|
|
8312
8769
|
if (typeof this.configuration.basePath !== 'string') {
|
|
8313
|
-
|
|
8314
|
-
|
|
8770
|
+
const firstBasePath = Array.isArray(basePath) ? basePath[0] : undefined;
|
|
8771
|
+
if (firstBasePath != undefined) {
|
|
8772
|
+
basePath = firstBasePath;
|
|
8315
8773
|
}
|
|
8316
8774
|
if (typeof basePath !== 'string') {
|
|
8317
8775
|
basePath = this.basePath;
|
|
@@ -8359,11 +8817,11 @@ class UserSettingsService {
|
|
|
8359
8817
|
return httpParams;
|
|
8360
8818
|
}
|
|
8361
8819
|
createUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8362
|
-
const settingsKey = requestParameters
|
|
8820
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8363
8821
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8364
8822
|
throw new Error('Required parameter settingsKey was null or undefined when calling createUserSettings.');
|
|
8365
8823
|
}
|
|
8366
|
-
const requestBody = requestParameters
|
|
8824
|
+
const requestBody = requestParameters?.requestBody;
|
|
8367
8825
|
if (requestBody === null || requestBody === undefined) {
|
|
8368
8826
|
throw new Error('Required parameter requestBody was null or undefined when calling createUserSettings.');
|
|
8369
8827
|
}
|
|
@@ -8426,7 +8884,7 @@ class UserSettingsService {
|
|
|
8426
8884
|
});
|
|
8427
8885
|
}
|
|
8428
8886
|
deleteUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8429
|
-
const settingsKey = requestParameters
|
|
8887
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8430
8888
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8431
8889
|
throw new Error('Required parameter settingsKey was null or undefined when calling deleteUserSettings.');
|
|
8432
8890
|
}
|
|
@@ -8530,7 +8988,7 @@ class UserSettingsService {
|
|
|
8530
8988
|
});
|
|
8531
8989
|
}
|
|
8532
8990
|
readUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8533
|
-
const settingsKey = requestParameters
|
|
8991
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8534
8992
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8535
8993
|
throw new Error('Required parameter settingsKey was null or undefined when calling readUserSettings.');
|
|
8536
8994
|
}
|
|
@@ -8584,7 +9042,7 @@ class UserSettingsService {
|
|
|
8584
9042
|
});
|
|
8585
9043
|
}
|
|
8586
9044
|
setUserSettingsActiveKey(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8587
|
-
const body = requestParameters
|
|
9045
|
+
const body = requestParameters?.body;
|
|
8588
9046
|
if (body === null || body === undefined) {
|
|
8589
9047
|
throw new Error('Required parameter body was null or undefined when calling setUserSettingsActiveKey.');
|
|
8590
9048
|
}
|
|
@@ -8647,11 +9105,11 @@ class UserSettingsService {
|
|
|
8647
9105
|
});
|
|
8648
9106
|
}
|
|
8649
9107
|
updateUserSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
8650
|
-
const settingsKey = requestParameters
|
|
9108
|
+
const settingsKey = requestParameters?.settingsKey;
|
|
8651
9109
|
if (settingsKey === null || settingsKey === undefined) {
|
|
8652
9110
|
throw new Error('Required parameter settingsKey was null or undefined when calling updateUserSettings.');
|
|
8653
9111
|
}
|
|
8654
|
-
const requestBody = requestParameters
|
|
9112
|
+
const requestBody = requestParameters?.requestBody;
|
|
8655
9113
|
if (requestBody === null || requestBody === undefined) {
|
|
8656
9114
|
throw new Error('Required parameter requestBody was null or undefined when calling updateUserSettings.');
|
|
8657
9115
|
}
|
|
@@ -8730,12 +9188,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
8730
9188
|
type: Optional
|
|
8731
9189
|
}] }] });
|
|
8732
9190
|
|
|
8733
|
-
const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService, UserSettingsService];
|
|
9191
|
+
const APIS = [BackupsService, CustomFieldsService, CustomIconsService, ExperimentsService, ExplorerService, ExternalRoutingService, FactsService, HardlinksService, LocationsService, OrdersService, PerformersService, SystemService, TransportsService, TripsService, UserSettingsService];
|
|
8734
9192
|
|
|
8735
9193
|
/**
|
|
8736
9194
|
* VRt.Studio [ST]
|
|
8737
9195
|
*
|
|
8738
|
-
* The version of the OpenAPI document: 7.
|
|
9196
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8739
9197
|
* Contact: servicedesk@veeroute.com
|
|
8740
9198
|
*
|
|
8741
9199
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8745,7 +9203,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
|
|
|
8745
9203
|
/**
|
|
8746
9204
|
* VRt.Studio [ST]
|
|
8747
9205
|
*
|
|
8748
|
-
* The version of the OpenAPI document: 7.
|
|
9206
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8749
9207
|
* Contact: servicedesk@veeroute.com
|
|
8750
9208
|
*
|
|
8751
9209
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8755,7 +9213,7 @@ const APIS = [BackupsService, CustomFieldsService, ExperimentsService, ExplorerS
|
|
|
8755
9213
|
/**
|
|
8756
9214
|
* VRt.Studio [ST]
|
|
8757
9215
|
*
|
|
8758
|
-
* The version of the OpenAPI document: 7.
|
|
9216
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8759
9217
|
* Contact: servicedesk@veeroute.com
|
|
8760
9218
|
*
|
|
8761
9219
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8774,7 +9232,7 @@ var BasicProcessStudio;
|
|
|
8774
9232
|
/**
|
|
8775
9233
|
* VRt.Studio [ST]
|
|
8776
9234
|
*
|
|
8777
|
-
* The version of the OpenAPI document: 7.
|
|
9235
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8778
9236
|
* Contact: servicedesk@veeroute.com
|
|
8779
9237
|
*
|
|
8780
9238
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8794,7 +9252,7 @@ var BasicStateStudio;
|
|
|
8794
9252
|
/**
|
|
8795
9253
|
* VRt.Studio [ST]
|
|
8796
9254
|
*
|
|
8797
|
-
* The version of the OpenAPI document: 7.
|
|
9255
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8798
9256
|
* Contact: servicedesk@veeroute.com
|
|
8799
9257
|
*
|
|
8800
9258
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8804,7 +9262,7 @@ var BasicStateStudio;
|
|
|
8804
9262
|
/**
|
|
8805
9263
|
* VRt.Studio [ST]
|
|
8806
9264
|
*
|
|
8807
|
-
* The version of the OpenAPI document: 7.
|
|
9265
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8808
9266
|
* Contact: servicedesk@veeroute.com
|
|
8809
9267
|
*
|
|
8810
9268
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8823,7 +9281,7 @@ var BasicTracksTypeStudio;
|
|
|
8823
9281
|
/**
|
|
8824
9282
|
* VRt.Studio [ST]
|
|
8825
9283
|
*
|
|
8826
|
-
* The version of the OpenAPI document: 7.
|
|
9284
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8827
9285
|
* Contact: servicedesk@veeroute.com
|
|
8828
9286
|
*
|
|
8829
9287
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8840,7 +9298,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8840
9298
|
/**
|
|
8841
9299
|
* VRt.Studio [ST]
|
|
8842
9300
|
*
|
|
8843
|
-
* The version of the OpenAPI document: 7.
|
|
9301
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8844
9302
|
* Contact: servicedesk@veeroute.com
|
|
8845
9303
|
*
|
|
8846
9304
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8850,7 +9308,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8850
9308
|
/**
|
|
8851
9309
|
* VRt.Studio [ST]
|
|
8852
9310
|
*
|
|
8853
|
-
* The version of the OpenAPI document: 7.
|
|
9311
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8854
9312
|
* Contact: servicedesk@veeroute.com
|
|
8855
9313
|
*
|
|
8856
9314
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8860,7 +9318,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
8860
9318
|
/**
|
|
8861
9319
|
* VRt.Studio [ST]
|
|
8862
9320
|
*
|
|
8863
|
-
* The version of the OpenAPI document: 7.
|
|
9321
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8864
9322
|
* Contact: servicedesk@veeroute.com
|
|
8865
9323
|
*
|
|
8866
9324
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8884,7 +9342,7 @@ var CalculationStatusStudio;
|
|
|
8884
9342
|
/**
|
|
8885
9343
|
* VRt.Studio [ST]
|
|
8886
9344
|
*
|
|
8887
|
-
* The version of the OpenAPI document: 7.
|
|
9345
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8888
9346
|
* Contact: servicedesk@veeroute.com
|
|
8889
9347
|
*
|
|
8890
9348
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8894,7 +9352,7 @@ var CalculationStatusStudio;
|
|
|
8894
9352
|
/**
|
|
8895
9353
|
* VRt.Studio [ST]
|
|
8896
9354
|
*
|
|
8897
|
-
* The version of the OpenAPI document: 7.
|
|
9355
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8898
9356
|
* Contact: servicedesk@veeroute.com
|
|
8899
9357
|
*
|
|
8900
9358
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8904,7 +9362,7 @@ var CalculationStatusStudio;
|
|
|
8904
9362
|
/**
|
|
8905
9363
|
* VRt.Studio [ST]
|
|
8906
9364
|
*
|
|
8907
|
-
* The version of the OpenAPI document: 7.
|
|
9365
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8908
9366
|
* Contact: servicedesk@veeroute.com
|
|
8909
9367
|
*
|
|
8910
9368
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8914,7 +9372,7 @@ var CalculationStatusStudio;
|
|
|
8914
9372
|
/**
|
|
8915
9373
|
* VRt.Studio [ST]
|
|
8916
9374
|
*
|
|
8917
|
-
* The version of the OpenAPI document: 7.
|
|
9375
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8918
9376
|
* Contact: servicedesk@veeroute.com
|
|
8919
9377
|
*
|
|
8920
9378
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8924,7 +9382,7 @@ var CalculationStatusStudio;
|
|
|
8924
9382
|
/**
|
|
8925
9383
|
* VRt.Studio [ST]
|
|
8926
9384
|
*
|
|
8927
|
-
* The version of the OpenAPI document: 7.
|
|
9385
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8928
9386
|
* Contact: servicedesk@veeroute.com
|
|
8929
9387
|
*
|
|
8930
9388
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8934,7 +9392,7 @@ var CalculationStatusStudio;
|
|
|
8934
9392
|
/**
|
|
8935
9393
|
* VRt.Studio [ST]
|
|
8936
9394
|
*
|
|
8937
|
-
* The version of the OpenAPI document: 7.
|
|
9395
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8938
9396
|
* Contact: servicedesk@veeroute.com
|
|
8939
9397
|
*
|
|
8940
9398
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8944,7 +9402,7 @@ var CalculationStatusStudio;
|
|
|
8944
9402
|
/**
|
|
8945
9403
|
* VRt.Studio [ST]
|
|
8946
9404
|
*
|
|
8947
|
-
* The version of the OpenAPI document: 7.
|
|
9405
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8948
9406
|
* Contact: servicedesk@veeroute.com
|
|
8949
9407
|
*
|
|
8950
9408
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8954,7 +9412,7 @@ var CalculationStatusStudio;
|
|
|
8954
9412
|
/**
|
|
8955
9413
|
* VRt.Studio [ST]
|
|
8956
9414
|
*
|
|
8957
|
-
* The version of the OpenAPI document: 7.
|
|
9415
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8958
9416
|
* Contact: servicedesk@veeroute.com
|
|
8959
9417
|
*
|
|
8960
9418
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8972,7 +9430,7 @@ var CargoActionTypeStudio;
|
|
|
8972
9430
|
/**
|
|
8973
9431
|
* VRt.Studio [ST]
|
|
8974
9432
|
*
|
|
8975
|
-
* The version of the OpenAPI document: 7.
|
|
9433
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8976
9434
|
* Contact: servicedesk@veeroute.com
|
|
8977
9435
|
*
|
|
8978
9436
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8992,7 +9450,7 @@ var CargoRotationTypeStudio;
|
|
|
8992
9450
|
/**
|
|
8993
9451
|
* VRt.Studio [ST]
|
|
8994
9452
|
*
|
|
8995
|
-
* The version of the OpenAPI document: 7.
|
|
9453
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
8996
9454
|
* Contact: servicedesk@veeroute.com
|
|
8997
9455
|
*
|
|
8998
9456
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9002,7 +9460,7 @@ var CargoRotationTypeStudio;
|
|
|
9002
9460
|
/**
|
|
9003
9461
|
* VRt.Studio [ST]
|
|
9004
9462
|
*
|
|
9005
|
-
* The version of the OpenAPI document: 7.
|
|
9463
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9006
9464
|
* Contact: servicedesk@veeroute.com
|
|
9007
9465
|
*
|
|
9008
9466
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9012,7 +9470,7 @@ var CargoRotationTypeStudio;
|
|
|
9012
9470
|
/**
|
|
9013
9471
|
* VRt.Studio [ST]
|
|
9014
9472
|
*
|
|
9015
|
-
* The version of the OpenAPI document: 7.
|
|
9473
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9016
9474
|
* Contact: servicedesk@veeroute.com
|
|
9017
9475
|
*
|
|
9018
9476
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9039,7 +9497,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9039
9497
|
/**
|
|
9040
9498
|
* VRt.Studio [ST]
|
|
9041
9499
|
*
|
|
9042
|
-
* The version of the OpenAPI document: 7.
|
|
9500
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9043
9501
|
* Contact: servicedesk@veeroute.com
|
|
9044
9502
|
*
|
|
9045
9503
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9049,7 +9507,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
9049
9507
|
/**
|
|
9050
9508
|
* VRt.Studio [ST]
|
|
9051
9509
|
*
|
|
9052
|
-
* The version of the OpenAPI document: 7.
|
|
9510
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9053
9511
|
* Contact: servicedesk@veeroute.com
|
|
9054
9512
|
*
|
|
9055
9513
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9070,7 +9528,7 @@ var DemandTypeStudio;
|
|
|
9070
9528
|
/**
|
|
9071
9529
|
* VRt.Studio [ST]
|
|
9072
9530
|
*
|
|
9073
|
-
* The version of the OpenAPI document: 7.
|
|
9531
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9074
9532
|
* Contact: servicedesk@veeroute.com
|
|
9075
9533
|
*
|
|
9076
9534
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9099,7 +9557,7 @@ var EntityErrorTypeStudio;
|
|
|
9099
9557
|
/**
|
|
9100
9558
|
* VRt.Studio [ST]
|
|
9101
9559
|
*
|
|
9102
|
-
* The version of the OpenAPI document: 7.
|
|
9560
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9103
9561
|
* Contact: servicedesk@veeroute.com
|
|
9104
9562
|
*
|
|
9105
9563
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9143,14 +9601,14 @@ var EntityTypeStudio;
|
|
|
9143
9601
|
/**
|
|
9144
9602
|
* VRt.Studio [ST]
|
|
9145
9603
|
*
|
|
9146
|
-
* The version of the OpenAPI document: 7.
|
|
9604
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9147
9605
|
* Contact: servicedesk@veeroute.com
|
|
9148
9606
|
*
|
|
9149
9607
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
9150
9608
|
* Do not edit the class manually.
|
|
9151
9609
|
*/
|
|
9152
9610
|
/**
|
|
9153
|
-
* 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
|
|
9611
|
+
* 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 * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization.
|
|
9154
9612
|
*/
|
|
9155
9613
|
var EntityWarningTypeStudio;
|
|
9156
9614
|
(function (EntityWarningTypeStudio) {
|
|
@@ -9195,12 +9653,13 @@ var EntityWarningTypeStudio;
|
|
|
9195
9653
|
EntityWarningTypeStudio["QUOTA_EXCEEDED"] = "QUOTA_EXCEEDED";
|
|
9196
9654
|
EntityWarningTypeStudio["MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED"] = "MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED";
|
|
9197
9655
|
EntityWarningTypeStudio["REMOVED_ITEMS_NOT_EMPTY"] = "REMOVED_ITEMS_NOT_EMPTY";
|
|
9656
|
+
EntityWarningTypeStudio["INCOMPATIBLE_REQUIREMENTS"] = "INCOMPATIBLE_REQUIREMENTS";
|
|
9198
9657
|
})(EntityWarningTypeStudio || (EntityWarningTypeStudio = {}));
|
|
9199
9658
|
|
|
9200
9659
|
/**
|
|
9201
9660
|
* VRt.Studio [ST]
|
|
9202
9661
|
*
|
|
9203
|
-
* The version of the OpenAPI document: 7.
|
|
9662
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9204
9663
|
* Contact: servicedesk@veeroute.com
|
|
9205
9664
|
*
|
|
9206
9665
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9210,7 +9669,7 @@ var EntityWarningTypeStudio;
|
|
|
9210
9669
|
/**
|
|
9211
9670
|
* VRt.Studio [ST]
|
|
9212
9671
|
*
|
|
9213
|
-
* The version of the OpenAPI document: 7.
|
|
9672
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9214
9673
|
* Contact: servicedesk@veeroute.com
|
|
9215
9674
|
*
|
|
9216
9675
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9220,7 +9679,7 @@ var EntityWarningTypeStudio;
|
|
|
9220
9679
|
/**
|
|
9221
9680
|
* VRt.Studio [ST]
|
|
9222
9681
|
*
|
|
9223
|
-
* The version of the OpenAPI document: 7.
|
|
9682
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9224
9683
|
* Contact: servicedesk@veeroute.com
|
|
9225
9684
|
*
|
|
9226
9685
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9230,7 +9689,7 @@ var EntityWarningTypeStudio;
|
|
|
9230
9689
|
/**
|
|
9231
9690
|
* VRt.Studio [ST]
|
|
9232
9691
|
*
|
|
9233
|
-
* The version of the OpenAPI document: 7.
|
|
9692
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9234
9693
|
* Contact: servicedesk@veeroute.com
|
|
9235
9694
|
*
|
|
9236
9695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9250,7 +9709,7 @@ var FactTypeStudio;
|
|
|
9250
9709
|
/**
|
|
9251
9710
|
* VRt.Studio [ST]
|
|
9252
9711
|
*
|
|
9253
|
-
* The version of the OpenAPI document: 7.
|
|
9712
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9254
9713
|
* Contact: servicedesk@veeroute.com
|
|
9255
9714
|
*
|
|
9256
9715
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9260,7 +9719,7 @@ var FactTypeStudio;
|
|
|
9260
9719
|
/**
|
|
9261
9720
|
* VRt.Studio [ST]
|
|
9262
9721
|
*
|
|
9263
|
-
* The version of the OpenAPI document: 7.
|
|
9722
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9264
9723
|
* Contact: servicedesk@veeroute.com
|
|
9265
9724
|
*
|
|
9266
9725
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9270,7 +9729,7 @@ var FactTypeStudio;
|
|
|
9270
9729
|
/**
|
|
9271
9730
|
* VRt.Studio [ST]
|
|
9272
9731
|
*
|
|
9273
|
-
* The version of the OpenAPI document: 7.
|
|
9732
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9274
9733
|
* Contact: servicedesk@veeroute.com
|
|
9275
9734
|
*
|
|
9276
9735
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9288,7 +9747,7 @@ var FolderTypeStudio;
|
|
|
9288
9747
|
/**
|
|
9289
9748
|
* VRt.Studio [ST]
|
|
9290
9749
|
*
|
|
9291
|
-
* The version of the OpenAPI document: 7.
|
|
9750
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9292
9751
|
* Contact: servicedesk@veeroute.com
|
|
9293
9752
|
*
|
|
9294
9753
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9298,7 +9757,7 @@ var FolderTypeStudio;
|
|
|
9298
9757
|
/**
|
|
9299
9758
|
* VRt.Studio [ST]
|
|
9300
9759
|
*
|
|
9301
|
-
* The version of the OpenAPI document: 7.
|
|
9760
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9302
9761
|
* Contact: servicedesk@veeroute.com
|
|
9303
9762
|
*
|
|
9304
9763
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9317,7 +9776,7 @@ var HardlinkElementTypeStudio;
|
|
|
9317
9776
|
/**
|
|
9318
9777
|
* VRt.Studio [ST]
|
|
9319
9778
|
*
|
|
9320
|
-
* The version of the OpenAPI document: 7.
|
|
9779
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9321
9780
|
* Contact: servicedesk@veeroute.com
|
|
9322
9781
|
*
|
|
9323
9782
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9335,7 +9794,7 @@ var ImportSampleStudio;
|
|
|
9335
9794
|
/**
|
|
9336
9795
|
* VRt.Studio [ST]
|
|
9337
9796
|
*
|
|
9338
|
-
* The version of the OpenAPI document: 7.
|
|
9797
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9339
9798
|
* Contact: servicedesk@veeroute.com
|
|
9340
9799
|
*
|
|
9341
9800
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9353,7 +9812,7 @@ var ImportSourceStudio;
|
|
|
9353
9812
|
/**
|
|
9354
9813
|
* VRt.Studio [ST]
|
|
9355
9814
|
*
|
|
9356
|
-
* The version of the OpenAPI document: 7.
|
|
9815
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9357
9816
|
* Contact: servicedesk@veeroute.com
|
|
9358
9817
|
*
|
|
9359
9818
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9375,7 +9834,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9375
9834
|
/**
|
|
9376
9835
|
* VRt.Studio [ST]
|
|
9377
9836
|
*
|
|
9378
|
-
* The version of the OpenAPI document: 7.
|
|
9837
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9379
9838
|
* Contact: servicedesk@veeroute.com
|
|
9380
9839
|
*
|
|
9381
9840
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9385,7 +9844,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9385
9844
|
/**
|
|
9386
9845
|
* VRt.Studio [ST]
|
|
9387
9846
|
*
|
|
9388
|
-
* The version of the OpenAPI document: 7.
|
|
9847
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9389
9848
|
* Contact: servicedesk@veeroute.com
|
|
9390
9849
|
*
|
|
9391
9850
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9395,7 +9854,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9395
9854
|
/**
|
|
9396
9855
|
* VRt.Studio [ST]
|
|
9397
9856
|
*
|
|
9398
|
-
* The version of the OpenAPI document: 7.
|
|
9857
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9399
9858
|
* Contact: servicedesk@veeroute.com
|
|
9400
9859
|
*
|
|
9401
9860
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9405,7 +9864,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9405
9864
|
/**
|
|
9406
9865
|
* VRt.Studio [ST]
|
|
9407
9866
|
*
|
|
9408
|
-
* The version of the OpenAPI document: 7.
|
|
9867
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9409
9868
|
* Contact: servicedesk@veeroute.com
|
|
9410
9869
|
*
|
|
9411
9870
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9415,7 +9874,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9415
9874
|
/**
|
|
9416
9875
|
* VRt.Studio [ST]
|
|
9417
9876
|
*
|
|
9418
|
-
* The version of the OpenAPI document: 7.
|
|
9877
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9419
9878
|
* Contact: servicedesk@veeroute.com
|
|
9420
9879
|
*
|
|
9421
9880
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9425,7 +9884,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9425
9884
|
/**
|
|
9426
9885
|
* VRt.Studio [ST]
|
|
9427
9886
|
*
|
|
9428
|
-
* The version of the OpenAPI document: 7.
|
|
9887
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9429
9888
|
* Contact: servicedesk@veeroute.com
|
|
9430
9889
|
*
|
|
9431
9890
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9435,7 +9894,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9435
9894
|
/**
|
|
9436
9895
|
* VRt.Studio [ST]
|
|
9437
9896
|
*
|
|
9438
|
-
* The version of the OpenAPI document: 7.
|
|
9897
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9439
9898
|
* Contact: servicedesk@veeroute.com
|
|
9440
9899
|
*
|
|
9441
9900
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9445,7 +9904,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9445
9904
|
/**
|
|
9446
9905
|
* VRt.Studio [ST]
|
|
9447
9906
|
*
|
|
9448
|
-
* The version of the OpenAPI document: 7.
|
|
9907
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9449
9908
|
* Contact: servicedesk@veeroute.com
|
|
9450
9909
|
*
|
|
9451
9910
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9455,7 +9914,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
9455
9914
|
/**
|
|
9456
9915
|
* VRt.Studio [ST]
|
|
9457
9916
|
*
|
|
9458
|
-
* The version of the OpenAPI document: 7.
|
|
9917
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9459
9918
|
* Contact: servicedesk@veeroute.com
|
|
9460
9919
|
*
|
|
9461
9920
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9479,7 +9938,7 @@ var ServiceStudio;
|
|
|
9479
9938
|
/**
|
|
9480
9939
|
* VRt.Studio [ST]
|
|
9481
9940
|
*
|
|
9482
|
-
* The version of the OpenAPI document: 7.
|
|
9941
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9483
9942
|
* Contact: servicedesk@veeroute.com
|
|
9484
9943
|
*
|
|
9485
9944
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9489,7 +9948,7 @@ var ServiceStudio;
|
|
|
9489
9948
|
/**
|
|
9490
9949
|
* VRt.Studio [ST]
|
|
9491
9950
|
*
|
|
9492
|
-
* The version of the OpenAPI document: 7.
|
|
9951
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9493
9952
|
* Contact: servicedesk@veeroute.com
|
|
9494
9953
|
*
|
|
9495
9954
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9535,7 +9994,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9535
9994
|
/**
|
|
9536
9995
|
* VRt.Studio [ST]
|
|
9537
9996
|
*
|
|
9538
|
-
* The version of the OpenAPI document: 7.
|
|
9997
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9539
9998
|
* Contact: servicedesk@veeroute.com
|
|
9540
9999
|
*
|
|
9541
10000
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9545,7 +10004,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9545
10004
|
/**
|
|
9546
10005
|
* VRt.Studio [ST]
|
|
9547
10006
|
*
|
|
9548
|
-
* The version of the OpenAPI document: 7.
|
|
10007
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9549
10008
|
* Contact: servicedesk@veeroute.com
|
|
9550
10009
|
*
|
|
9551
10010
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9555,7 +10014,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
9555
10014
|
/**
|
|
9556
10015
|
* VRt.Studio [ST]
|
|
9557
10016
|
*
|
|
9558
|
-
* The version of the OpenAPI document: 7.
|
|
10017
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9559
10018
|
* Contact: servicedesk@veeroute.com
|
|
9560
10019
|
*
|
|
9561
10020
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9576,7 +10035,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
9576
10035
|
/**
|
|
9577
10036
|
* VRt.Studio [ST]
|
|
9578
10037
|
*
|
|
9579
|
-
* The version of the OpenAPI document: 7.
|
|
10038
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9580
10039
|
* Contact: servicedesk@veeroute.com
|
|
9581
10040
|
*
|
|
9582
10041
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9609,7 +10068,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9609
10068
|
/**
|
|
9610
10069
|
* VRt.Studio [ST]
|
|
9611
10070
|
*
|
|
9612
|
-
* The version of the OpenAPI document: 7.
|
|
10071
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9613
10072
|
* Contact: servicedesk@veeroute.com
|
|
9614
10073
|
*
|
|
9615
10074
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9619,7 +10078,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9619
10078
|
/**
|
|
9620
10079
|
* VRt.Studio [ST]
|
|
9621
10080
|
*
|
|
9622
|
-
* The version of the OpenAPI document: 7.
|
|
10081
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9623
10082
|
* Contact: servicedesk@veeroute.com
|
|
9624
10083
|
*
|
|
9625
10084
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9629,7 +10088,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9629
10088
|
/**
|
|
9630
10089
|
* VRt.Studio [ST]
|
|
9631
10090
|
*
|
|
9632
|
-
* The version of the OpenAPI document: 7.
|
|
10091
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9633
10092
|
* Contact: servicedesk@veeroute.com
|
|
9634
10093
|
*
|
|
9635
10094
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9639,7 +10098,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9639
10098
|
/**
|
|
9640
10099
|
* VRt.Studio [ST]
|
|
9641
10100
|
*
|
|
9642
|
-
* The version of the OpenAPI document: 7.
|
|
10101
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9643
10102
|
* Contact: servicedesk@veeroute.com
|
|
9644
10103
|
*
|
|
9645
10104
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9649,7 +10108,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9649
10108
|
/**
|
|
9650
10109
|
* VRt.Studio [ST]
|
|
9651
10110
|
*
|
|
9652
|
-
* The version of the OpenAPI document: 7.
|
|
10111
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9653
10112
|
* Contact: servicedesk@veeroute.com
|
|
9654
10113
|
*
|
|
9655
10114
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9659,7 +10118,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9659
10118
|
/**
|
|
9660
10119
|
* VRt.Studio [ST]
|
|
9661
10120
|
*
|
|
9662
|
-
* The version of the OpenAPI document: 7.
|
|
10121
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9663
10122
|
* Contact: servicedesk@veeroute.com
|
|
9664
10123
|
*
|
|
9665
10124
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9669,7 +10128,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9669
10128
|
/**
|
|
9670
10129
|
* VRt.Studio [ST]
|
|
9671
10130
|
*
|
|
9672
|
-
* The version of the OpenAPI document: 7.
|
|
10131
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9673
10132
|
* Contact: servicedesk@veeroute.com
|
|
9674
10133
|
*
|
|
9675
10134
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9679,7 +10138,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9679
10138
|
/**
|
|
9680
10139
|
* VRt.Studio [ST]
|
|
9681
10140
|
*
|
|
9682
|
-
* The version of the OpenAPI document: 7.
|
|
10141
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9683
10142
|
* Contact: servicedesk@veeroute.com
|
|
9684
10143
|
*
|
|
9685
10144
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9689,7 +10148,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
9689
10148
|
/**
|
|
9690
10149
|
* VRt.Studio [ST]
|
|
9691
10150
|
*
|
|
9692
|
-
* The version of the OpenAPI document: 7.
|
|
10151
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9693
10152
|
* Contact: servicedesk@veeroute.com
|
|
9694
10153
|
*
|
|
9695
10154
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9713,7 +10172,7 @@ var TableFilterTypeStudio;
|
|
|
9713
10172
|
/**
|
|
9714
10173
|
* VRt.Studio [ST]
|
|
9715
10174
|
*
|
|
9716
|
-
* The version of the OpenAPI document: 7.
|
|
10175
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9717
10176
|
* Contact: servicedesk@veeroute.com
|
|
9718
10177
|
*
|
|
9719
10178
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9744,7 +10203,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
9744
10203
|
/**
|
|
9745
10204
|
* VRt.Studio [ST]
|
|
9746
10205
|
*
|
|
9747
|
-
* The version of the OpenAPI document: 7.
|
|
10206
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9748
10207
|
* Contact: servicedesk@veeroute.com
|
|
9749
10208
|
*
|
|
9750
10209
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9754,7 +10213,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
9754
10213
|
/**
|
|
9755
10214
|
* VRt.Studio [ST]
|
|
9756
10215
|
*
|
|
9757
|
-
* The version of the OpenAPI document: 7.
|
|
10216
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9758
10217
|
* Contact: servicedesk@veeroute.com
|
|
9759
10218
|
*
|
|
9760
10219
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9784,7 +10243,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
9784
10243
|
/**
|
|
9785
10244
|
* VRt.Studio [ST]
|
|
9786
10245
|
*
|
|
9787
|
-
* The version of the OpenAPI document: 7.
|
|
10246
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9788
10247
|
* Contact: servicedesk@veeroute.com
|
|
9789
10248
|
*
|
|
9790
10249
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9840,7 +10299,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
9840
10299
|
/**
|
|
9841
10300
|
* VRt.Studio [ST]
|
|
9842
10301
|
*
|
|
9843
|
-
* The version of the OpenAPI document: 7.
|
|
10302
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9844
10303
|
* Contact: servicedesk@veeroute.com
|
|
9845
10304
|
*
|
|
9846
10305
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9877,7 +10336,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
9877
10336
|
/**
|
|
9878
10337
|
* VRt.Studio [ST]
|
|
9879
10338
|
*
|
|
9880
|
-
* The version of the OpenAPI document: 7.
|
|
10339
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9881
10340
|
* Contact: servicedesk@veeroute.com
|
|
9882
10341
|
*
|
|
9883
10342
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9914,7 +10373,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
9914
10373
|
/**
|
|
9915
10374
|
* VRt.Studio [ST]
|
|
9916
10375
|
*
|
|
9917
|
-
* The version of the OpenAPI document: 7.
|
|
10376
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9918
10377
|
* Contact: servicedesk@veeroute.com
|
|
9919
10378
|
*
|
|
9920
10379
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -9971,7 +10430,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
9971
10430
|
/**
|
|
9972
10431
|
* VRt.Studio [ST]
|
|
9973
10432
|
*
|
|
9974
|
-
* The version of the OpenAPI document: 7.
|
|
10433
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
9975
10434
|
* Contact: servicedesk@veeroute.com
|
|
9976
10435
|
*
|
|
9977
10436
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10011,7 +10470,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10011
10470
|
/**
|
|
10012
10471
|
* VRt.Studio [ST]
|
|
10013
10472
|
*
|
|
10014
|
-
* The version of the OpenAPI document: 7.
|
|
10473
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10015
10474
|
* Contact: servicedesk@veeroute.com
|
|
10016
10475
|
*
|
|
10017
10476
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10021,7 +10480,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10021
10480
|
/**
|
|
10022
10481
|
* VRt.Studio [ST]
|
|
10023
10482
|
*
|
|
10024
|
-
* The version of the OpenAPI document: 7.
|
|
10483
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10025
10484
|
* Contact: servicedesk@veeroute.com
|
|
10026
10485
|
*
|
|
10027
10486
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10031,7 +10490,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10031
10490
|
/**
|
|
10032
10491
|
* VRt.Studio [ST]
|
|
10033
10492
|
*
|
|
10034
|
-
* The version of the OpenAPI document: 7.
|
|
10493
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10035
10494
|
* Contact: servicedesk@veeroute.com
|
|
10036
10495
|
*
|
|
10037
10496
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10041,7 +10500,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10041
10500
|
/**
|
|
10042
10501
|
* VRt.Studio [ST]
|
|
10043
10502
|
*
|
|
10044
|
-
* The version of the OpenAPI document: 7.
|
|
10503
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10045
10504
|
* Contact: servicedesk@veeroute.com
|
|
10046
10505
|
*
|
|
10047
10506
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10051,7 +10510,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10051
10510
|
/**
|
|
10052
10511
|
* VRt.Studio [ST]
|
|
10053
10512
|
*
|
|
10054
|
-
* The version of the OpenAPI document: 7.
|
|
10513
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10055
10514
|
* Contact: servicedesk@veeroute.com
|
|
10056
10515
|
*
|
|
10057
10516
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10061,7 +10520,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
10061
10520
|
/**
|
|
10062
10521
|
* VRt.Studio [ST]
|
|
10063
10522
|
*
|
|
10064
|
-
* The version of the OpenAPI document: 7.
|
|
10523
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10065
10524
|
* Contact: servicedesk@veeroute.com
|
|
10066
10525
|
*
|
|
10067
10526
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10093,7 +10552,7 @@ var TransportTypeStudio;
|
|
|
10093
10552
|
/**
|
|
10094
10553
|
* VRt.Studio [ST]
|
|
10095
10554
|
*
|
|
10096
|
-
* The version of the OpenAPI document: 7.
|
|
10555
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10097
10556
|
* Contact: servicedesk@veeroute.com
|
|
10098
10557
|
*
|
|
10099
10558
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10111,7 +10570,7 @@ var TripStartTimeStrategyStudio;
|
|
|
10111
10570
|
/**
|
|
10112
10571
|
* VRt.Studio [ST]
|
|
10113
10572
|
*
|
|
10114
|
-
* The version of the OpenAPI document: 7.
|
|
10573
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10115
10574
|
* Contact: servicedesk@veeroute.com
|
|
10116
10575
|
*
|
|
10117
10576
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10141,7 +10600,7 @@ var TripStateFlagStudio;
|
|
|
10141
10600
|
/**
|
|
10142
10601
|
* VRt.Studio [ST]
|
|
10143
10602
|
*
|
|
10144
|
-
* The version of the OpenAPI document: 7.
|
|
10603
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10145
10604
|
* Contact: servicedesk@veeroute.com
|
|
10146
10605
|
*
|
|
10147
10606
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10151,7 +10610,7 @@ var TripStateFlagStudio;
|
|
|
10151
10610
|
/**
|
|
10152
10611
|
* VRt.Studio [ST]
|
|
10153
10612
|
*
|
|
10154
|
-
* The version of the OpenAPI document: 7.
|
|
10613
|
+
* The version of the OpenAPI document: 7.17.2697
|
|
10155
10614
|
* Contact: servicedesk@veeroute.com
|
|
10156
10615
|
*
|
|
10157
10616
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -10212,5 +10671,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
10212
10671
|
* Generated bundle index. Do not edit.
|
|
10213
10672
|
*/
|
|
10214
10673
|
|
|
10215
|
-
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, UserSettingsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
10674
|
+
export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BasicTracksTypeStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, UserSettingsService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum };
|
|
10216
10675
|
//# sourceMappingURL=veeroute-lss-studio-angular.mjs.map
|