@veeroute/lss-studio-angular 7.27.3079 → 7.29.3120
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 +3 -3
- package/api/backupsServiceInterface.d.ts +3 -3
- package/api/customFieldsServiceInterface.d.ts +1 -1
- package/api/customIconsServiceInterface.d.ts +1 -1
- package/api/experimentsServiceInterface.d.ts +22 -22
- package/api/explorerServiceInterface.d.ts +5 -5
- package/api/externalRoutingServiceInterface.d.ts +5 -5
- package/api/factsService.d.ts +28 -28
- package/api/factsServiceInterface.d.ts +31 -30
- package/api/hardlinksService.d.ts +45 -23
- package/api/hardlinksServiceInterface.d.ts +36 -25
- package/api/locationsService.d.ts +39 -17
- package/api/locationsServiceInterface.d.ts +35 -24
- package/api/ordersService.d.ts +34 -34
- package/api/ordersServiceInterface.d.ts +36 -35
- package/api/performersService.d.ts +49 -27
- package/api/performersServiceInterface.d.ts +41 -30
- package/api/systemServiceInterface.d.ts +1 -1
- package/api/transportsService.d.ts +49 -27
- package/api/transportsServiceInterface.d.ts +41 -30
- package/api/tripsService.d.ts +68 -24
- package/api/tripsServiceInterface.d.ts +56 -30
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/cfg/process_types.json +154 -118
- package/cfg/table_settings.json +662 -0
- package/esm2022/api/backupsService.mjs +10 -10
- package/esm2022/api/backupsServiceInterface.mjs +1 -1
- package/esm2022/api/customFieldsService.mjs +2 -2
- package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
- package/esm2022/api/customIconsService.mjs +2 -2
- package/esm2022/api/customIconsServiceInterface.mjs +1 -1
- package/esm2022/api/experimentsService.mjs +86 -86
- package/esm2022/api/experimentsServiceInterface.mjs +1 -1
- package/esm2022/api/explorerService.mjs +18 -18
- package/esm2022/api/explorerServiceInterface.mjs +1 -1
- package/esm2022/api/externalRoutingService.mjs +18 -18
- package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
- package/esm2022/api/factsService.mjs +73 -73
- package/esm2022/api/factsServiceInterface.mjs +1 -1
- package/esm2022/api/hardlinksService.mjs +120 -67
- package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
- package/esm2022/api/locationsService.mjs +113 -60
- package/esm2022/api/locationsServiceInterface.mjs +1 -1
- package/esm2022/api/ordersService.mjs +78 -78
- package/esm2022/api/ordersServiceInterface.mjs +1 -1
- package/esm2022/api/performersService.mjs +125 -72
- package/esm2022/api/performersServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +2 -2
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api/transportsService.mjs +125 -72
- package/esm2022/api/transportsServiceInterface.mjs +1 -1
- package/esm2022/api/tripsService.mjs +196 -81
- package/esm2022/api/tripsServiceInterface.mjs +1 -1
- package/esm2022/api/userService.mjs +2 -2
- package/esm2022/api/userServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +2 -2
- 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/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 +3 -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 +2 -2
- 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/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/fileNamePath.mjs +2 -2
- package/esm2022/model/fileSpecification.mjs +2 -2
- package/esm2022/model/filesystem.mjs +1 -1
- package/esm2022/model/filesystemColumnType.mjs +2 -2
- package/esm2022/model/filesystemCounters.mjs +1 -1
- package/esm2022/model/filesystemPath.mjs +1 -1
- package/esm2022/model/folder.mjs +1 -1
- package/esm2022/model/folderCounters.mjs +2 -2
- package/esm2022/model/folderSpecification.mjs +1 -1
- 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/track.mjs +1 -1
- package/esm2022/model/trackList.mjs +1 -1
- package/esm2022/model/trackListCustom.mjs +1 -1
- package/esm2022/model/trackType.mjs +2 -2
- 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/tripStatus.mjs +2 -2
- 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/workAndRestRules.mjs +1 -1
- package/fesm2022/veeroute-lss-studio-angular.mjs +1046 -718
- 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/box.d.ts +1 -1
- package/model/boxCompatibilities.d.ts +1 -1
- package/model/boxLimits.d.ts +1 -1
- package/model/break.d.ts +1 -1
- package/model/breakRules.d.ts +1 -1
- package/model/calculationHistoryElement.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/capacity.d.ts +1 -1
- package/model/capacityCost.d.ts +1 -1
- package/model/capacityLimit.d.ts +1 -1
- package/model/capacityMultiplier.d.ts +1 -1
- package/model/capacityStatisticsLoad.d.ts +1 -1
- package/model/capacityStatisticsRatio.d.ts +1 -1
- package/model/capacityStatisticsSum.d.ts +1 -1
- package/model/cargo.d.ts +1 -1
- package/model/cargoAction.d.ts +1 -1
- package/model/cargoActionType.d.ts +1 -1
- package/model/cargoCompatibilities.d.ts +1 -1
- package/model/cargoRotationType.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/compatibilityPenalty.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/customfieldConvertRule.d.ts +1 -1
- package/model/customfieldEntityType.d.ts +2 -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 +1 -1
- 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/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/fileNamePath.d.ts +1 -1
- package/model/fileSpecification.d.ts +1 -1
- package/model/filesystem.d.ts +1 -1
- package/model/filesystemColumnType.d.ts +1 -1
- package/model/filesystemCounters.d.ts +1 -1
- package/model/filesystemPath.d.ts +1 -1
- package/model/folder.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 +2 -2
- package/model/general402.d.ts +2 -2
- package/model/general403.d.ts +2 -2
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +3 -3
- package/model/general500.d.ts +2 -2
- package/model/generalStatistics.d.ts +1 -1
- package/model/geoSettings.d.ts +1 -1
- package/model/geopoint.d.ts +1 -1
- package/model/hardlink.d.ts +1 -1
- package/model/hardlinkElement.d.ts +1 -1
- package/model/hardlinkElementType.d.ts +1 -1
- package/model/importSample.d.ts +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 +1 -1
- package/model/routingMatrixWaypoint.d.ts +1 -1
- package/model/routingTransportMatrix.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/settingsKeyList.d.ts +1 -1
- package/model/stopDemand.d.ts +1 -1
- package/model/stopStatistics.d.ts +1 -1
- package/model/tableCustomfields.d.ts +1 -1
- package/model/tableCustomfieldsColumnType.d.ts +1 -1
- package/model/tableDataStats.d.ts +1 -1
- package/model/tableExperimentColumnType.d.ts +1 -1
- package/model/tableFact.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/model/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +3 -3
- 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/track.d.ts +1 -1
- package/model/trackList.d.ts +1 -1
- package/model/trackListCustom.d.ts +1 -1
- package/model/trackType.d.ts +1 -1
- package/model/trackpoint.d.ts +1 -1
- package/model/translations.d.ts +1 -1
- package/model/transport.d.ts +1 -1
- package/model/transportCapacityMultiplier.d.ts +1 -1
- package/model/transportCompatibilities.d.ts +1 -1
- package/model/transportLimits.d.ts +1 -1
- package/model/transportLoad.d.ts +1 -1
- package/model/transportShift.d.ts +1 -1
- package/model/transportSpeedMultiplier.d.ts +1 -1
- package/model/transportTariff.d.ts +1 -1
- package/model/transportTariffConstraint.d.ts +1 -1
- package/model/transportType.d.ts +1 -1
- package/model/trip.d.ts +1 -1
- package/model/tripAssumptions.d.ts +1 -1
- package/model/tripExpectations.d.ts +1 -1
- package/model/tripPenalties.d.ts +1 -1
- package/model/tripStartTimeStrategy.d.ts +1 -1
- package/model/tripState.d.ts +1 -1
- package/model/tripStateFlag.d.ts +1 -1
- package/model/tripStatistics.d.ts +1 -1
- package/model/tripStatus.d.ts +1 -1
- package/model/tripsSettings.d.ts +1 -1
- package/model/universalData.d.ts +1 -1
- package/model/unplannedItems.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/model/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/workAndRestRules.d.ts +1 -1
- package/package.json +1 -1
|
@@ -178,7 +178,7 @@ class Configuration {
|
|
|
178
178
|
/**
|
|
179
179
|
* VRt.Studio [ST]
|
|
180
180
|
*
|
|
181
|
-
* The version of the OpenAPI document: 7.
|
|
181
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
182
182
|
* Contact: servicedesk@veeroute.com
|
|
183
183
|
*
|
|
184
184
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -254,7 +254,7 @@ class BaseService {
|
|
|
254
254
|
/**
|
|
255
255
|
* VRt.Studio [ST]
|
|
256
256
|
*
|
|
257
|
-
* The version of the OpenAPI document: 7.
|
|
257
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
258
258
|
* Contact: servicedesk@veeroute.com
|
|
259
259
|
*
|
|
260
260
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -268,9 +268,9 @@ class BackupsService extends BaseService {
|
|
|
268
268
|
this.httpClient = httpClient;
|
|
269
269
|
}
|
|
270
270
|
createBackup(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
271
|
-
const
|
|
272
|
-
if (
|
|
273
|
-
throw new Error('Required parameter
|
|
271
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
272
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
273
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling createBackup.');
|
|
274
274
|
}
|
|
275
275
|
let localVarHeaders = this.defaultHeaders;
|
|
276
276
|
// authentication (ApiKeyAuth) required
|
|
@@ -296,7 +296,7 @@ class BackupsService extends BaseService {
|
|
|
296
296
|
responseType_ = 'blob';
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "
|
|
299
|
+
let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
300
300
|
const { basePath, withCredentials } = this.configuration;
|
|
301
301
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
302
302
|
context: localVarHttpContext,
|
|
@@ -309,9 +309,9 @@ class BackupsService extends BaseService {
|
|
|
309
309
|
});
|
|
310
310
|
}
|
|
311
311
|
restoreBackup(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
312
|
-
const
|
|
313
|
-
if (
|
|
314
|
-
throw new Error('Required parameter
|
|
312
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
313
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
314
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling restoreBackup.');
|
|
315
315
|
}
|
|
316
316
|
const body = requestParameters?.body;
|
|
317
317
|
if (body === null || body === undefined) {
|
|
@@ -348,7 +348,7 @@ class BackupsService extends BaseService {
|
|
|
348
348
|
responseType_ = 'blob';
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "
|
|
351
|
+
let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
352
352
|
const { basePath, withCredentials } = this.configuration;
|
|
353
353
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
354
354
|
context: localVarHttpContext,
|
|
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
381
381
|
/**
|
|
382
382
|
* VRt.Studio [ST]
|
|
383
383
|
*
|
|
384
|
-
* The version of the OpenAPI document: 7.
|
|
384
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
385
385
|
* Contact: servicedesk@veeroute.com
|
|
386
386
|
*
|
|
387
387
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
685
685
|
/**
|
|
686
686
|
* VRt.Studio [ST]
|
|
687
687
|
*
|
|
688
|
-
* The version of the OpenAPI document: 7.
|
|
688
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
689
689
|
* Contact: servicedesk@veeroute.com
|
|
690
690
|
*
|
|
691
691
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -990,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
990
990
|
/**
|
|
991
991
|
* VRt.Studio [ST]
|
|
992
992
|
*
|
|
993
|
-
* The version of the OpenAPI document: 7.
|
|
993
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
994
994
|
* Contact: servicedesk@veeroute.com
|
|
995
995
|
*
|
|
996
996
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1053,9 +1053,9 @@ class ExperimentsService extends BaseService {
|
|
|
1053
1053
|
});
|
|
1054
1054
|
}
|
|
1055
1055
|
deleteExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1056
|
-
const
|
|
1057
|
-
if (
|
|
1058
|
-
throw new Error('Required parameter
|
|
1056
|
+
const fileKey = requestParameters?.fileKey;
|
|
1057
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1058
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteExperiment.');
|
|
1059
1059
|
}
|
|
1060
1060
|
let localVarHeaders = this.defaultHeaders;
|
|
1061
1061
|
// authentication (ApiKeyAuth) required
|
|
@@ -1080,7 +1080,7 @@ class ExperimentsService extends BaseService {
|
|
|
1080
1080
|
responseType_ = 'blob';
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
1083
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1083
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1084
1084
|
const { basePath, withCredentials } = this.configuration;
|
|
1085
1085
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
1086
1086
|
context: localVarHttpContext,
|
|
@@ -1093,9 +1093,9 @@ class ExperimentsService extends BaseService {
|
|
|
1093
1093
|
});
|
|
1094
1094
|
}
|
|
1095
1095
|
duplicateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1096
|
-
const
|
|
1097
|
-
if (
|
|
1098
|
-
throw new Error('Required parameter
|
|
1096
|
+
const fileKey = requestParameters?.fileKey;
|
|
1097
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1098
|
+
throw new Error('Required parameter fileKey was null or undefined when calling duplicateExperiment.');
|
|
1099
1099
|
}
|
|
1100
1100
|
const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
|
|
1101
1101
|
if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
|
|
@@ -1132,7 +1132,7 @@ class ExperimentsService extends BaseService {
|
|
|
1132
1132
|
responseType_ = 'blob';
|
|
1133
1133
|
}
|
|
1134
1134
|
}
|
|
1135
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1135
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
|
|
1136
1136
|
const { basePath, withCredentials } = this.configuration;
|
|
1137
1137
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1138
1138
|
context: localVarHttpContext,
|
|
@@ -1146,9 +1146,9 @@ class ExperimentsService extends BaseService {
|
|
|
1146
1146
|
});
|
|
1147
1147
|
}
|
|
1148
1148
|
exportJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1149
|
-
const
|
|
1150
|
-
if (
|
|
1151
|
-
throw new Error('Required parameter
|
|
1149
|
+
const fileKey = requestParameters?.fileKey;
|
|
1150
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1151
|
+
throw new Error('Required parameter fileKey was null or undefined when calling exportJson.');
|
|
1152
1152
|
}
|
|
1153
1153
|
let localVarHeaders = this.defaultHeaders;
|
|
1154
1154
|
// authentication (ApiKeyAuth) required
|
|
@@ -1173,7 +1173,7 @@ class ExperimentsService extends BaseService {
|
|
|
1173
1173
|
responseType_ = 'blob';
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
1176
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1176
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
|
|
1177
1177
|
const { basePath, withCredentials } = this.configuration;
|
|
1178
1178
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1179
1179
|
context: localVarHttpContext,
|
|
@@ -1186,9 +1186,9 @@ class ExperimentsService extends BaseService {
|
|
|
1186
1186
|
});
|
|
1187
1187
|
}
|
|
1188
1188
|
exportXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1189
|
-
const
|
|
1190
|
-
if (
|
|
1191
|
-
throw new Error('Required parameter
|
|
1189
|
+
const fileKey = requestParameters?.fileKey;
|
|
1190
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1191
|
+
throw new Error('Required parameter fileKey was null or undefined when calling exportXlsx.');
|
|
1192
1192
|
}
|
|
1193
1193
|
const timezone = requestParameters?.timezone;
|
|
1194
1194
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -1217,7 +1217,7 @@ class ExperimentsService extends BaseService {
|
|
|
1217
1217
|
responseType_ = 'blob';
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
1220
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1220
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
|
|
1221
1221
|
const { basePath, withCredentials } = this.configuration;
|
|
1222
1222
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1223
1223
|
context: localVarHttpContext,
|
|
@@ -1282,9 +1282,9 @@ class ExperimentsService extends BaseService {
|
|
|
1282
1282
|
});
|
|
1283
1283
|
}
|
|
1284
1284
|
importJson(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1285
|
-
const
|
|
1286
|
-
if (
|
|
1287
|
-
throw new Error('Required parameter
|
|
1285
|
+
const fileKey = requestParameters?.fileKey;
|
|
1286
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1287
|
+
throw new Error('Required parameter fileKey was null or undefined when calling importJson.');
|
|
1288
1288
|
}
|
|
1289
1289
|
const universalDataStudio = requestParameters?.universalDataStudio;
|
|
1290
1290
|
if (universalDataStudio === null || universalDataStudio === undefined) {
|
|
@@ -1321,7 +1321,7 @@ class ExperimentsService extends BaseService {
|
|
|
1321
1321
|
responseType_ = 'blob';
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1324
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
|
|
1325
1325
|
const { basePath, withCredentials } = this.configuration;
|
|
1326
1326
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1327
1327
|
context: localVarHttpContext,
|
|
@@ -1335,9 +1335,9 @@ class ExperimentsService extends BaseService {
|
|
|
1335
1335
|
});
|
|
1336
1336
|
}
|
|
1337
1337
|
importJsonTracedata(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1338
|
-
const
|
|
1339
|
-
if (
|
|
1340
|
-
throw new Error('Required parameter
|
|
1338
|
+
const fileKey = requestParameters?.fileKey;
|
|
1339
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1340
|
+
throw new Error('Required parameter fileKey was null or undefined when calling importJsonTracedata.');
|
|
1341
1341
|
}
|
|
1342
1342
|
const source = requestParameters?.source;
|
|
1343
1343
|
if (source === null || source === undefined) {
|
|
@@ -1374,7 +1374,7 @@ class ExperimentsService extends BaseService {
|
|
|
1374
1374
|
responseType_ = 'blob';
|
|
1375
1375
|
}
|
|
1376
1376
|
}
|
|
1377
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1377
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-tracedata/${this.configuration.encodeParam({ name: "source", value: source, in: "path", style: "simple", explode: false, dataType: "ImportSourceStudio", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "processCode", value: processCode, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/${this.configuration.encodeParam({ name: "sample", value: sample, in: "path", style: "simple", explode: false, dataType: "ImportSampleStudio", dataFormat: undefined })}`;
|
|
1378
1378
|
const { basePath, withCredentials } = this.configuration;
|
|
1379
1379
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1380
1380
|
context: localVarHttpContext,
|
|
@@ -1387,9 +1387,9 @@ class ExperimentsService extends BaseService {
|
|
|
1387
1387
|
});
|
|
1388
1388
|
}
|
|
1389
1389
|
importJsonUrl(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1390
|
-
const
|
|
1391
|
-
if (
|
|
1392
|
-
throw new Error('Required parameter
|
|
1390
|
+
const fileKey = requestParameters?.fileKey;
|
|
1391
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1392
|
+
throw new Error('Required parameter fileKey was null or undefined when calling importJsonUrl.');
|
|
1393
1393
|
}
|
|
1394
1394
|
const url = requestParameters?.url;
|
|
1395
1395
|
if (url === null || url === undefined) {
|
|
@@ -1420,7 +1420,7 @@ class ExperimentsService extends BaseService {
|
|
|
1420
1420
|
responseType_ = 'blob';
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
1423
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1423
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-url`;
|
|
1424
1424
|
const { basePath, withCredentials } = this.configuration;
|
|
1425
1425
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1426
1426
|
context: localVarHttpContext,
|
|
@@ -1434,9 +1434,9 @@ class ExperimentsService extends BaseService {
|
|
|
1434
1434
|
});
|
|
1435
1435
|
}
|
|
1436
1436
|
importXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1437
|
-
const
|
|
1438
|
-
if (
|
|
1439
|
-
throw new Error('Required parameter
|
|
1437
|
+
const fileKey = requestParameters?.fileKey;
|
|
1438
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1439
|
+
throw new Error('Required parameter fileKey was null or undefined when calling importXlsx.');
|
|
1440
1440
|
}
|
|
1441
1441
|
const body = requestParameters?.body;
|
|
1442
1442
|
if (body === null || body === undefined) {
|
|
@@ -1473,7 +1473,7 @@ class ExperimentsService extends BaseService {
|
|
|
1473
1473
|
responseType_ = 'blob';
|
|
1474
1474
|
}
|
|
1475
1475
|
}
|
|
1476
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1476
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/xlsx`;
|
|
1477
1477
|
const { basePath, withCredentials } = this.configuration;
|
|
1478
1478
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1479
1479
|
context: localVarHttpContext,
|
|
@@ -1487,9 +1487,9 @@ class ExperimentsService extends BaseService {
|
|
|
1487
1487
|
});
|
|
1488
1488
|
}
|
|
1489
1489
|
readExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1490
|
-
const
|
|
1491
|
-
if (
|
|
1492
|
-
throw new Error('Required parameter
|
|
1490
|
+
const fileKey = requestParameters?.fileKey;
|
|
1491
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1492
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readExperiment.');
|
|
1493
1493
|
}
|
|
1494
1494
|
let localVarHeaders = this.defaultHeaders;
|
|
1495
1495
|
// authentication (ApiKeyAuth) required
|
|
@@ -1514,7 +1514,7 @@ class ExperimentsService extends BaseService {
|
|
|
1514
1514
|
responseType_ = 'blob';
|
|
1515
1515
|
}
|
|
1516
1516
|
}
|
|
1517
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1517
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
1518
1518
|
const { basePath, withCredentials } = this.configuration;
|
|
1519
1519
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
1520
1520
|
context: localVarHttpContext,
|
|
@@ -1527,9 +1527,9 @@ class ExperimentsService extends BaseService {
|
|
|
1527
1527
|
});
|
|
1528
1528
|
}
|
|
1529
1529
|
readExperimentCalculationHistory(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1530
|
-
const
|
|
1531
|
-
if (
|
|
1532
|
-
throw new Error('Required parameter
|
|
1530
|
+
const fileKey = requestParameters?.fileKey;
|
|
1531
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1532
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readExperimentCalculationHistory.');
|
|
1533
1533
|
}
|
|
1534
1534
|
let localVarHeaders = this.defaultHeaders;
|
|
1535
1535
|
// authentication (ApiKeyAuth) required
|
|
@@ -1554,7 +1554,7 @@ class ExperimentsService extends BaseService {
|
|
|
1554
1554
|
responseType_ = 'blob';
|
|
1555
1555
|
}
|
|
1556
1556
|
}
|
|
1557
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1557
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation-history`;
|
|
1558
1558
|
const { basePath, withCredentials } = this.configuration;
|
|
1559
1559
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
1560
1560
|
context: localVarHttpContext,
|
|
@@ -1567,9 +1567,9 @@ class ExperimentsService extends BaseService {
|
|
|
1567
1567
|
});
|
|
1568
1568
|
}
|
|
1569
1569
|
readExperimentNeighbors(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1570
|
-
const
|
|
1571
|
-
if (
|
|
1572
|
-
throw new Error('Required parameter
|
|
1570
|
+
const fileKey = requestParameters?.fileKey;
|
|
1571
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1572
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readExperimentNeighbors.');
|
|
1573
1573
|
}
|
|
1574
1574
|
const sortField = requestParameters?.sortField;
|
|
1575
1575
|
const sortDirection = requestParameters?.sortDirection;
|
|
@@ -1599,7 +1599,7 @@ class ExperimentsService extends BaseService {
|
|
|
1599
1599
|
responseType_ = 'blob';
|
|
1600
1600
|
}
|
|
1601
1601
|
}
|
|
1602
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1602
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/neighbors`;
|
|
1603
1603
|
const { basePath, withCredentials } = this.configuration;
|
|
1604
1604
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
1605
1605
|
context: localVarHttpContext,
|
|
@@ -1613,9 +1613,9 @@ class ExperimentsService extends BaseService {
|
|
|
1613
1613
|
});
|
|
1614
1614
|
}
|
|
1615
1615
|
readExperimentPath(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1616
|
-
const
|
|
1617
|
-
if (
|
|
1618
|
-
throw new Error('Required parameter
|
|
1616
|
+
const fileKey = requestParameters?.fileKey;
|
|
1617
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1618
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readExperimentPath.');
|
|
1619
1619
|
}
|
|
1620
1620
|
let localVarHeaders = this.defaultHeaders;
|
|
1621
1621
|
// authentication (ApiKeyAuth) required
|
|
@@ -1640,7 +1640,7 @@ class ExperimentsService extends BaseService {
|
|
|
1640
1640
|
responseType_ = 'blob';
|
|
1641
1641
|
}
|
|
1642
1642
|
}
|
|
1643
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1643
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
|
|
1644
1644
|
const { basePath, withCredentials } = this.configuration;
|
|
1645
1645
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
1646
1646
|
context: localVarHttpContext,
|
|
@@ -1703,9 +1703,9 @@ class ExperimentsService extends BaseService {
|
|
|
1703
1703
|
});
|
|
1704
1704
|
}
|
|
1705
1705
|
runExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1706
|
-
const
|
|
1707
|
-
if (
|
|
1708
|
-
throw new Error('Required parameter
|
|
1706
|
+
const fileKey = requestParameters?.fileKey;
|
|
1707
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1708
|
+
throw new Error('Required parameter fileKey was null or undefined when calling runExperimentCalculation.');
|
|
1709
1709
|
}
|
|
1710
1710
|
const processName = requestParameters?.processName;
|
|
1711
1711
|
if (processName === null || processName === undefined) {
|
|
@@ -1734,7 +1734,7 @@ class ExperimentsService extends BaseService {
|
|
|
1734
1734
|
responseType_ = 'blob';
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1737
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
1738
1738
|
const { basePath, withCredentials } = this.configuration;
|
|
1739
1739
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1740
1740
|
context: localVarHttpContext,
|
|
@@ -1747,9 +1747,9 @@ class ExperimentsService extends BaseService {
|
|
|
1747
1747
|
});
|
|
1748
1748
|
}
|
|
1749
1749
|
runExperimentRecalculateStats(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1750
|
-
const
|
|
1751
|
-
if (
|
|
1752
|
-
throw new Error('Required parameter
|
|
1750
|
+
const fileKey = requestParameters?.fileKey;
|
|
1751
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1752
|
+
throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRecalculateStats.');
|
|
1753
1753
|
}
|
|
1754
1754
|
let localVarHeaders = this.defaultHeaders;
|
|
1755
1755
|
// authentication (ApiKeyAuth) required
|
|
@@ -1774,7 +1774,7 @@ class ExperimentsService extends BaseService {
|
|
|
1774
1774
|
responseType_ = 'blob';
|
|
1775
1775
|
}
|
|
1776
1776
|
}
|
|
1777
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1777
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-stats`;
|
|
1778
1778
|
const { basePath, withCredentials } = this.configuration;
|
|
1779
1779
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1780
1780
|
context: localVarHttpContext,
|
|
@@ -1787,9 +1787,9 @@ class ExperimentsService extends BaseService {
|
|
|
1787
1787
|
});
|
|
1788
1788
|
}
|
|
1789
1789
|
runExperimentRecalculateTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1790
|
-
const
|
|
1791
|
-
if (
|
|
1792
|
-
throw new Error('Required parameter
|
|
1790
|
+
const fileKey = requestParameters?.fileKey;
|
|
1791
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1792
|
+
throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRecalculateTracks.');
|
|
1793
1793
|
}
|
|
1794
1794
|
const tracksFullSegments = requestParameters?.tracksFullSegments;
|
|
1795
1795
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
@@ -1817,7 +1817,7 @@ class ExperimentsService extends BaseService {
|
|
|
1817
1817
|
responseType_ = 'blob';
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
1820
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1820
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-tracks`;
|
|
1821
1821
|
const { basePath, withCredentials } = this.configuration;
|
|
1822
1822
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1823
1823
|
context: localVarHttpContext,
|
|
@@ -1831,9 +1831,9 @@ class ExperimentsService extends BaseService {
|
|
|
1831
1831
|
});
|
|
1832
1832
|
}
|
|
1833
1833
|
runExperimentRefine(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1834
|
-
const
|
|
1835
|
-
if (
|
|
1836
|
-
throw new Error('Required parameter
|
|
1834
|
+
const fileKey = requestParameters?.fileKey;
|
|
1835
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1836
|
+
throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRefine.');
|
|
1837
1837
|
}
|
|
1838
1838
|
const processName = requestParameters?.processName;
|
|
1839
1839
|
if (processName === null || processName === undefined) {
|
|
@@ -1865,7 +1865,7 @@ class ExperimentsService extends BaseService {
|
|
|
1865
1865
|
responseType_ = 'blob';
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1868
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/refine/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
1869
1869
|
const { basePath, withCredentials } = this.configuration;
|
|
1870
1870
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1871
1871
|
context: localVarHttpContext,
|
|
@@ -1879,9 +1879,9 @@ class ExperimentsService extends BaseService {
|
|
|
1879
1879
|
});
|
|
1880
1880
|
}
|
|
1881
1881
|
runExperimentValidation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1882
|
-
const
|
|
1883
|
-
if (
|
|
1884
|
-
throw new Error('Required parameter
|
|
1882
|
+
const fileKey = requestParameters?.fileKey;
|
|
1883
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1884
|
+
throw new Error('Required parameter fileKey was null or undefined when calling runExperimentValidation.');
|
|
1885
1885
|
}
|
|
1886
1886
|
const processName = requestParameters?.processName;
|
|
1887
1887
|
if (processName === null || processName === undefined) {
|
|
@@ -1910,7 +1910,7 @@ class ExperimentsService extends BaseService {
|
|
|
1910
1910
|
responseType_ = 'blob';
|
|
1911
1911
|
}
|
|
1912
1912
|
}
|
|
1913
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1913
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/validation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
1914
1914
|
const { basePath, withCredentials } = this.configuration;
|
|
1915
1915
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
1916
1916
|
context: localVarHttpContext,
|
|
@@ -1923,9 +1923,9 @@ class ExperimentsService extends BaseService {
|
|
|
1923
1923
|
});
|
|
1924
1924
|
}
|
|
1925
1925
|
stopExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1926
|
-
const
|
|
1927
|
-
if (
|
|
1928
|
-
throw new Error('Required parameter
|
|
1926
|
+
const fileKey = requestParameters?.fileKey;
|
|
1927
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1928
|
+
throw new Error('Required parameter fileKey was null or undefined when calling stopExperimentCalculation.');
|
|
1929
1929
|
}
|
|
1930
1930
|
const processName = requestParameters?.processName;
|
|
1931
1931
|
if (processName === null || processName === undefined) {
|
|
@@ -1954,7 +1954,7 @@ class ExperimentsService extends BaseService {
|
|
|
1954
1954
|
responseType_ = 'blob';
|
|
1955
1955
|
}
|
|
1956
1956
|
}
|
|
1957
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
1957
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
|
|
1958
1958
|
const { basePath, withCredentials } = this.configuration;
|
|
1959
1959
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
1960
1960
|
context: localVarHttpContext,
|
|
@@ -1967,9 +1967,9 @@ class ExperimentsService extends BaseService {
|
|
|
1967
1967
|
});
|
|
1968
1968
|
}
|
|
1969
1969
|
updateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
1970
|
-
const
|
|
1971
|
-
if (
|
|
1972
|
-
throw new Error('Required parameter
|
|
1970
|
+
const fileKey = requestParameters?.fileKey;
|
|
1971
|
+
if (fileKey === null || fileKey === undefined) {
|
|
1972
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateExperiment.');
|
|
1973
1973
|
}
|
|
1974
1974
|
const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
|
|
1975
1975
|
if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
|
|
@@ -2006,7 +2006,7 @@ class ExperimentsService extends BaseService {
|
|
|
2006
2006
|
responseType_ = 'blob';
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2009
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
2010
2010
|
const { basePath, withCredentials } = this.configuration;
|
|
2011
2011
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2012
2012
|
context: localVarHttpContext,
|
|
@@ -2020,9 +2020,9 @@ class ExperimentsService extends BaseService {
|
|
|
2020
2020
|
});
|
|
2021
2021
|
}
|
|
2022
2022
|
updateExperimentIndicators(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2023
|
-
const
|
|
2024
|
-
if (
|
|
2025
|
-
throw new Error('Required parameter
|
|
2023
|
+
const fileKey = requestParameters?.fileKey;
|
|
2024
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2025
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateExperimentIndicators.');
|
|
2026
2026
|
}
|
|
2027
2027
|
const requestBody = requestParameters?.requestBody;
|
|
2028
2028
|
if (requestBody === null || requestBody === undefined) {
|
|
@@ -2059,7 +2059,7 @@ class ExperimentsService extends BaseService {
|
|
|
2059
2059
|
responseType_ = 'blob';
|
|
2060
2060
|
}
|
|
2061
2061
|
}
|
|
2062
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2062
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/indicators`;
|
|
2063
2063
|
const { basePath, withCredentials } = this.configuration;
|
|
2064
2064
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2065
2065
|
context: localVarHttpContext,
|
|
@@ -2073,9 +2073,9 @@ class ExperimentsService extends BaseService {
|
|
|
2073
2073
|
});
|
|
2074
2074
|
}
|
|
2075
2075
|
updateExperimentSettings(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2076
|
-
const
|
|
2077
|
-
if (
|
|
2078
|
-
throw new Error('Required parameter
|
|
2076
|
+
const fileKey = requestParameters?.fileKey;
|
|
2077
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2078
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateExperimentSettings.');
|
|
2079
2079
|
}
|
|
2080
2080
|
const experimentSettingsStudio = requestParameters?.experimentSettingsStudio;
|
|
2081
2081
|
if (experimentSettingsStudio === null || experimentSettingsStudio === undefined) {
|
|
@@ -2112,7 +2112,7 @@ class ExperimentsService extends BaseService {
|
|
|
2112
2112
|
responseType_ = 'blob';
|
|
2113
2113
|
}
|
|
2114
2114
|
}
|
|
2115
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2115
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/settings`;
|
|
2116
2116
|
const { basePath, withCredentials } = this.configuration;
|
|
2117
2117
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2118
2118
|
context: localVarHttpContext,
|
|
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2145
2145
|
/**
|
|
2146
2146
|
* VRt.Studio [ST]
|
|
2147
2147
|
*
|
|
2148
|
-
* The version of the OpenAPI document: 7.
|
|
2148
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
2149
2149
|
* Contact: servicedesk@veeroute.com
|
|
2150
2150
|
*
|
|
2151
2151
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2306,9 +2306,9 @@ class ExplorerService extends BaseService {
|
|
|
2306
2306
|
});
|
|
2307
2307
|
}
|
|
2308
2308
|
deleteFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2309
|
-
const
|
|
2310
|
-
if (
|
|
2311
|
-
throw new Error('Required parameter
|
|
2309
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
2310
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
2311
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling deleteFolder.');
|
|
2312
2312
|
}
|
|
2313
2313
|
let localVarHeaders = this.defaultHeaders;
|
|
2314
2314
|
// authentication (ApiKeyAuth) required
|
|
@@ -2333,7 +2333,7 @@ class ExplorerService extends BaseService {
|
|
|
2333
2333
|
responseType_ = 'blob';
|
|
2334
2334
|
}
|
|
2335
2335
|
}
|
|
2336
|
-
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "
|
|
2336
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
2337
2337
|
const { basePath, withCredentials } = this.configuration;
|
|
2338
2338
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
2339
2339
|
context: localVarHttpContext,
|
|
@@ -2579,9 +2579,9 @@ class ExplorerService extends BaseService {
|
|
|
2579
2579
|
});
|
|
2580
2580
|
}
|
|
2581
2581
|
readFolderPath(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2582
|
-
const
|
|
2583
|
-
if (
|
|
2584
|
-
throw new Error('Required parameter
|
|
2582
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
2583
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
2584
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling readFolderPath.');
|
|
2585
2585
|
}
|
|
2586
2586
|
let localVarHeaders = this.defaultHeaders;
|
|
2587
2587
|
// authentication (ApiKeyAuth) required
|
|
@@ -2606,7 +2606,7 @@ class ExplorerService extends BaseService {
|
|
|
2606
2606
|
responseType_ = 'blob';
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
2609
|
-
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "
|
|
2609
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
|
|
2610
2610
|
const { basePath, withCredentials } = this.configuration;
|
|
2611
2611
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2612
2612
|
context: localVarHttpContext,
|
|
@@ -2619,9 +2619,9 @@ class ExplorerService extends BaseService {
|
|
|
2619
2619
|
});
|
|
2620
2620
|
}
|
|
2621
2621
|
readFolderSpecification(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2622
|
-
const
|
|
2623
|
-
if (
|
|
2624
|
-
throw new Error('Required parameter
|
|
2622
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
2623
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
2624
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling readFolderSpecification.');
|
|
2625
2625
|
}
|
|
2626
2626
|
let localVarHeaders = this.defaultHeaders;
|
|
2627
2627
|
// authentication (ApiKeyAuth) required
|
|
@@ -2646,7 +2646,7 @@ class ExplorerService extends BaseService {
|
|
|
2646
2646
|
responseType_ = 'blob';
|
|
2647
2647
|
}
|
|
2648
2648
|
}
|
|
2649
|
-
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "
|
|
2649
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/specification`;
|
|
2650
2650
|
const { basePath, withCredentials } = this.configuration;
|
|
2651
2651
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2652
2652
|
context: localVarHttpContext,
|
|
@@ -2659,9 +2659,9 @@ class ExplorerService extends BaseService {
|
|
|
2659
2659
|
});
|
|
2660
2660
|
}
|
|
2661
2661
|
updateFolder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2662
|
-
const
|
|
2663
|
-
if (
|
|
2664
|
-
throw new Error('Required parameter
|
|
2662
|
+
const targetFolderKey = requestParameters?.targetFolderKey;
|
|
2663
|
+
if (targetFolderKey === null || targetFolderKey === undefined) {
|
|
2664
|
+
throw new Error('Required parameter targetFolderKey was null or undefined when calling updateFolder.');
|
|
2665
2665
|
}
|
|
2666
2666
|
const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
|
|
2667
2667
|
if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
|
|
@@ -2698,7 +2698,7 @@ class ExplorerService extends BaseService {
|
|
|
2698
2698
|
responseType_ = 'blob';
|
|
2699
2699
|
}
|
|
2700
2700
|
}
|
|
2701
|
-
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "
|
|
2701
|
+
let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
|
|
2702
2702
|
const { basePath, withCredentials } = this.configuration;
|
|
2703
2703
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2704
2704
|
context: localVarHttpContext,
|
|
@@ -2731,7 +2731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2731
2731
|
/**
|
|
2732
2732
|
* VRt.Studio [ST]
|
|
2733
2733
|
*
|
|
2734
|
-
* The version of the OpenAPI document: 7.
|
|
2734
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
2735
2735
|
* Contact: servicedesk@veeroute.com
|
|
2736
2736
|
*
|
|
2737
2737
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2745,9 +2745,9 @@ class ExternalRoutingService extends BaseService {
|
|
|
2745
2745
|
this.httpClient = httpClient;
|
|
2746
2746
|
}
|
|
2747
2747
|
createExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2748
|
-
const
|
|
2749
|
-
if (
|
|
2750
|
-
throw new Error('Required parameter
|
|
2748
|
+
const fileKey = requestParameters?.fileKey;
|
|
2749
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2750
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createExternalrouting.');
|
|
2751
2751
|
}
|
|
2752
2752
|
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
2753
2753
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
@@ -2784,7 +2784,7 @@ class ExternalRoutingService extends BaseService {
|
|
|
2784
2784
|
responseType_ = 'blob';
|
|
2785
2785
|
}
|
|
2786
2786
|
}
|
|
2787
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2787
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
|
|
2788
2788
|
const { basePath, withCredentials } = this.configuration;
|
|
2789
2789
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
2790
2790
|
context: localVarHttpContext,
|
|
@@ -2798,9 +2798,9 @@ class ExternalRoutingService extends BaseService {
|
|
|
2798
2798
|
});
|
|
2799
2799
|
}
|
|
2800
2800
|
deleteExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2801
|
-
const
|
|
2802
|
-
if (
|
|
2803
|
-
throw new Error('Required parameter
|
|
2801
|
+
const fileKey = requestParameters?.fileKey;
|
|
2802
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2803
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteExternalrouting.');
|
|
2804
2804
|
}
|
|
2805
2805
|
let localVarHeaders = this.defaultHeaders;
|
|
2806
2806
|
// authentication (ApiKeyAuth) required
|
|
@@ -2825,7 +2825,7 @@ class ExternalRoutingService extends BaseService {
|
|
|
2825
2825
|
responseType_ = 'blob';
|
|
2826
2826
|
}
|
|
2827
2827
|
}
|
|
2828
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2828
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
|
|
2829
2829
|
const { basePath, withCredentials } = this.configuration;
|
|
2830
2830
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
2831
2831
|
context: localVarHttpContext,
|
|
@@ -2838,9 +2838,9 @@ class ExternalRoutingService extends BaseService {
|
|
|
2838
2838
|
});
|
|
2839
2839
|
}
|
|
2840
2840
|
readExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2841
|
-
const
|
|
2842
|
-
if (
|
|
2843
|
-
throw new Error('Required parameter
|
|
2841
|
+
const fileKey = requestParameters?.fileKey;
|
|
2842
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2843
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readExternalrouting.');
|
|
2844
2844
|
}
|
|
2845
2845
|
let localVarHeaders = this.defaultHeaders;
|
|
2846
2846
|
// authentication (ApiKeyAuth) required
|
|
@@ -2865,7 +2865,7 @@ class ExternalRoutingService extends BaseService {
|
|
|
2865
2865
|
responseType_ = 'blob';
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2868
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
|
|
2869
2869
|
const { basePath, withCredentials } = this.configuration;
|
|
2870
2870
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
2871
2871
|
context: localVarHttpContext,
|
|
@@ -2878,9 +2878,9 @@ class ExternalRoutingService extends BaseService {
|
|
|
2878
2878
|
});
|
|
2879
2879
|
}
|
|
2880
2880
|
updateExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2881
|
-
const
|
|
2882
|
-
if (
|
|
2883
|
-
throw new Error('Required parameter
|
|
2881
|
+
const fileKey = requestParameters?.fileKey;
|
|
2882
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2883
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateExternalrouting.');
|
|
2884
2884
|
}
|
|
2885
2885
|
const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
|
|
2886
2886
|
if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
|
|
@@ -2917,7 +2917,7 @@ class ExternalRoutingService extends BaseService {
|
|
|
2917
2917
|
responseType_ = 'blob';
|
|
2918
2918
|
}
|
|
2919
2919
|
}
|
|
2920
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
2920
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
|
|
2921
2921
|
const { basePath, withCredentials } = this.configuration;
|
|
2922
2922
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
2923
2923
|
context: localVarHttpContext,
|
|
@@ -2950,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2950
2950
|
/**
|
|
2951
2951
|
* VRt.Studio [ST]
|
|
2952
2952
|
*
|
|
2953
|
-
* The version of the OpenAPI document: 7.
|
|
2953
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
2954
2954
|
* Contact: servicedesk@veeroute.com
|
|
2955
2955
|
*
|
|
2956
2956
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -2964,13 +2964,13 @@ class FactsService extends BaseService {
|
|
|
2964
2964
|
this.httpClient = httpClient;
|
|
2965
2965
|
}
|
|
2966
2966
|
createFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
2967
|
-
const
|
|
2968
|
-
if (
|
|
2969
|
-
throw new Error('Required parameter
|
|
2967
|
+
const fileKey = requestParameters?.fileKey;
|
|
2968
|
+
if (fileKey === null || fileKey === undefined) {
|
|
2969
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createFact.');
|
|
2970
2970
|
}
|
|
2971
|
-
const
|
|
2972
|
-
if (
|
|
2973
|
-
throw new Error('Required parameter
|
|
2971
|
+
const factStudio = requestParameters?.factStudio;
|
|
2972
|
+
if (factStudio === null || factStudio === undefined) {
|
|
2973
|
+
throw new Error('Required parameter factStudio was null or undefined when calling createFact.');
|
|
2974
2974
|
}
|
|
2975
2975
|
let localVarHeaders = this.defaultHeaders;
|
|
2976
2976
|
// authentication (ApiKeyAuth) required
|
|
@@ -3003,11 +3003,11 @@ class FactsService extends BaseService {
|
|
|
3003
3003
|
responseType_ = 'blob';
|
|
3004
3004
|
}
|
|
3005
3005
|
}
|
|
3006
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3006
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
|
|
3007
3007
|
const { basePath, withCredentials } = this.configuration;
|
|
3008
3008
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3009
3009
|
context: localVarHttpContext,
|
|
3010
|
-
body:
|
|
3010
|
+
body: factStudio,
|
|
3011
3011
|
responseType: responseType_,
|
|
3012
3012
|
...(withCredentials ? { withCredentials } : {}),
|
|
3013
3013
|
headers: localVarHeaders,
|
|
@@ -3017,9 +3017,9 @@ class FactsService extends BaseService {
|
|
|
3017
3017
|
});
|
|
3018
3018
|
}
|
|
3019
3019
|
deleteFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3020
|
-
const
|
|
3021
|
-
if (
|
|
3022
|
-
throw new Error('Required parameter
|
|
3020
|
+
const fileKey = requestParameters?.fileKey;
|
|
3021
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3022
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteFact.');
|
|
3023
3023
|
}
|
|
3024
3024
|
const essenceKey = requestParameters?.essenceKey;
|
|
3025
3025
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -3048,7 +3048,7 @@ class FactsService extends BaseService {
|
|
|
3048
3048
|
responseType_ = 'blob';
|
|
3049
3049
|
}
|
|
3050
3050
|
}
|
|
3051
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3051
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3052
3052
|
const { basePath, withCredentials } = this.configuration;
|
|
3053
3053
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3054
3054
|
context: localVarHttpContext,
|
|
@@ -3060,14 +3060,14 @@ class FactsService extends BaseService {
|
|
|
3060
3060
|
reportProgress: reportProgress
|
|
3061
3061
|
});
|
|
3062
3062
|
}
|
|
3063
|
-
|
|
3064
|
-
const
|
|
3065
|
-
if (
|
|
3066
|
-
throw new Error('Required parameter
|
|
3063
|
+
deleteFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3064
|
+
const fileKey = requestParameters?.fileKey;
|
|
3065
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3066
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteFactsBatch.');
|
|
3067
3067
|
}
|
|
3068
3068
|
const requestBody = requestParameters?.requestBody;
|
|
3069
3069
|
if (requestBody === null || requestBody === undefined) {
|
|
3070
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3070
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteFactsBatch.');
|
|
3071
3071
|
}
|
|
3072
3072
|
let localVarHeaders = this.defaultHeaders;
|
|
3073
3073
|
// authentication (ApiKeyAuth) required
|
|
@@ -3100,7 +3100,7 @@ class FactsService extends BaseService {
|
|
|
3100
3100
|
responseType_ = 'blob';
|
|
3101
3101
|
}
|
|
3102
3102
|
}
|
|
3103
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3103
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/table`;
|
|
3104
3104
|
const { basePath, withCredentials } = this.configuration;
|
|
3105
3105
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3106
3106
|
context: localVarHttpContext,
|
|
@@ -3113,14 +3113,14 @@ class FactsService extends BaseService {
|
|
|
3113
3113
|
reportProgress: reportProgress
|
|
3114
3114
|
});
|
|
3115
3115
|
}
|
|
3116
|
-
|
|
3117
|
-
const
|
|
3118
|
-
if (
|
|
3119
|
-
throw new Error('Required parameter
|
|
3116
|
+
disableFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3117
|
+
const fileKey = requestParameters?.fileKey;
|
|
3118
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3119
|
+
throw new Error('Required parameter fileKey was null or undefined when calling disableFactsBatch.');
|
|
3120
3120
|
}
|
|
3121
3121
|
const requestBody = requestParameters?.requestBody;
|
|
3122
3122
|
if (requestBody === null || requestBody === undefined) {
|
|
3123
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3123
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableFactsBatch.');
|
|
3124
3124
|
}
|
|
3125
3125
|
let localVarHeaders = this.defaultHeaders;
|
|
3126
3126
|
// authentication (ApiKeyAuth) required
|
|
@@ -3153,7 +3153,7 @@ class FactsService extends BaseService {
|
|
|
3153
3153
|
responseType_ = 'blob';
|
|
3154
3154
|
}
|
|
3155
3155
|
}
|
|
3156
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3156
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
|
|
3157
3157
|
const { basePath, withCredentials } = this.configuration;
|
|
3158
3158
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3159
3159
|
context: localVarHttpContext,
|
|
@@ -3166,14 +3166,14 @@ class FactsService extends BaseService {
|
|
|
3166
3166
|
reportProgress: reportProgress
|
|
3167
3167
|
});
|
|
3168
3168
|
}
|
|
3169
|
-
|
|
3170
|
-
const
|
|
3171
|
-
if (
|
|
3172
|
-
throw new Error('Required parameter
|
|
3169
|
+
enableFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3170
|
+
const fileKey = requestParameters?.fileKey;
|
|
3171
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3172
|
+
throw new Error('Required parameter fileKey was null or undefined when calling enableFactsBatch.');
|
|
3173
3173
|
}
|
|
3174
3174
|
const requestBody = requestParameters?.requestBody;
|
|
3175
3175
|
if (requestBody === null || requestBody === undefined) {
|
|
3176
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3176
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableFactsBatch.');
|
|
3177
3177
|
}
|
|
3178
3178
|
let localVarHeaders = this.defaultHeaders;
|
|
3179
3179
|
// authentication (ApiKeyAuth) required
|
|
@@ -3206,7 +3206,7 @@ class FactsService extends BaseService {
|
|
|
3206
3206
|
responseType_ = 'blob';
|
|
3207
3207
|
}
|
|
3208
3208
|
}
|
|
3209
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3209
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
|
|
3210
3210
|
const { basePath, withCredentials } = this.configuration;
|
|
3211
3211
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
3212
3212
|
context: localVarHttpContext,
|
|
@@ -3220,9 +3220,9 @@ class FactsService extends BaseService {
|
|
|
3220
3220
|
});
|
|
3221
3221
|
}
|
|
3222
3222
|
readFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3223
|
-
const
|
|
3224
|
-
if (
|
|
3225
|
-
throw new Error('Required parameter
|
|
3223
|
+
const fileKey = requestParameters?.fileKey;
|
|
3224
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3225
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readFact.');
|
|
3226
3226
|
}
|
|
3227
3227
|
const essenceKey = requestParameters?.essenceKey;
|
|
3228
3228
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -3251,7 +3251,7 @@ class FactsService extends BaseService {
|
|
|
3251
3251
|
responseType_ = 'blob';
|
|
3252
3252
|
}
|
|
3253
3253
|
}
|
|
3254
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3254
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3255
3255
|
const { basePath, withCredentials } = this.configuration;
|
|
3256
3256
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
3257
3257
|
context: localVarHttpContext,
|
|
@@ -3263,23 +3263,15 @@ class FactsService extends BaseService {
|
|
|
3263
3263
|
reportProgress: reportProgress
|
|
3264
3264
|
});
|
|
3265
3265
|
}
|
|
3266
|
-
|
|
3267
|
-
const
|
|
3268
|
-
if (
|
|
3269
|
-
throw new Error('Required parameter
|
|
3266
|
+
readFactsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3267
|
+
const fileKey = requestParameters?.fileKey;
|
|
3268
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3269
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readFactsMetrics.');
|
|
3270
|
+
}
|
|
3271
|
+
const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
|
|
3272
|
+
if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
|
|
3273
|
+
throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
|
|
3270
3274
|
}
|
|
3271
|
-
const offset = requestParameters?.offset;
|
|
3272
|
-
const limit = requestParameters?.limit;
|
|
3273
|
-
const sortField = requestParameters?.sortField;
|
|
3274
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
3275
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
3276
|
-
const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
|
|
3277
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3278
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
3279
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3280
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3281
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
3282
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
3283
3275
|
let localVarHeaders = this.defaultHeaders;
|
|
3284
3276
|
// authentication (ApiKeyAuth) required
|
|
3285
3277
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -3311,12 +3303,11 @@ class FactsService extends BaseService {
|
|
|
3311
3303
|
responseType_ = 'blob';
|
|
3312
3304
|
}
|
|
3313
3305
|
}
|
|
3314
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3306
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/metrics`;
|
|
3315
3307
|
const { basePath, withCredentials } = this.configuration;
|
|
3316
3308
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3317
3309
|
context: localVarHttpContext,
|
|
3318
|
-
body:
|
|
3319
|
-
params: localVarQueryParameters,
|
|
3310
|
+
body: tableFactMetricsFilterListStudio,
|
|
3320
3311
|
responseType: responseType_,
|
|
3321
3312
|
...(withCredentials ? { withCredentials } : {}),
|
|
3322
3313
|
headers: localVarHeaders,
|
|
@@ -3325,15 +3316,23 @@ class FactsService extends BaseService {
|
|
|
3325
3316
|
reportProgress: reportProgress
|
|
3326
3317
|
});
|
|
3327
3318
|
}
|
|
3328
|
-
|
|
3329
|
-
const
|
|
3330
|
-
if (
|
|
3331
|
-
throw new Error('Required parameter
|
|
3332
|
-
}
|
|
3333
|
-
const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
|
|
3334
|
-
if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
|
|
3335
|
-
throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
|
|
3319
|
+
readFactsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3320
|
+
const fileKey = requestParameters?.fileKey;
|
|
3321
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3322
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readFactsTable.');
|
|
3336
3323
|
}
|
|
3324
|
+
const offset = requestParameters?.offset;
|
|
3325
|
+
const limit = requestParameters?.limit;
|
|
3326
|
+
const sortField = requestParameters?.sortField;
|
|
3327
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
3328
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
3329
|
+
const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
|
|
3330
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3331
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
3332
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3333
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3334
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
3335
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
3337
3336
|
let localVarHeaders = this.defaultHeaders;
|
|
3338
3337
|
// authentication (ApiKeyAuth) required
|
|
3339
3338
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -3365,11 +3364,12 @@ class FactsService extends BaseService {
|
|
|
3365
3364
|
responseType_ = 'blob';
|
|
3366
3365
|
}
|
|
3367
3366
|
}
|
|
3368
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3367
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/table`;
|
|
3369
3368
|
const { basePath, withCredentials } = this.configuration;
|
|
3370
3369
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3371
3370
|
context: localVarHttpContext,
|
|
3372
|
-
body:
|
|
3371
|
+
body: tableFactFilterListStudio,
|
|
3372
|
+
params: localVarQueryParameters,
|
|
3373
3373
|
responseType: responseType_,
|
|
3374
3374
|
...(withCredentials ? { withCredentials } : {}),
|
|
3375
3375
|
headers: localVarHeaders,
|
|
@@ -3379,13 +3379,13 @@ class FactsService extends BaseService {
|
|
|
3379
3379
|
});
|
|
3380
3380
|
}
|
|
3381
3381
|
updateFact(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3382
|
-
const
|
|
3383
|
-
if (
|
|
3384
|
-
throw new Error('Required parameter
|
|
3382
|
+
const fileKey = requestParameters?.fileKey;
|
|
3383
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3384
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateFact.');
|
|
3385
3385
|
}
|
|
3386
|
-
const
|
|
3387
|
-
if (
|
|
3388
|
-
throw new Error('Required parameter
|
|
3386
|
+
const factStudio = requestParameters?.factStudio;
|
|
3387
|
+
if (factStudio === null || factStudio === undefined) {
|
|
3388
|
+
throw new Error('Required parameter factStudio was null or undefined when calling updateFact.');
|
|
3389
3389
|
}
|
|
3390
3390
|
let localVarHeaders = this.defaultHeaders;
|
|
3391
3391
|
// authentication (ApiKeyAuth) required
|
|
@@ -3418,11 +3418,11 @@ class FactsService extends BaseService {
|
|
|
3418
3418
|
responseType_ = 'blob';
|
|
3419
3419
|
}
|
|
3420
3420
|
}
|
|
3421
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3421
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
|
|
3422
3422
|
const { basePath, withCredentials } = this.configuration;
|
|
3423
3423
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
3424
3424
|
context: localVarHttpContext,
|
|
3425
|
-
body:
|
|
3425
|
+
body: factStudio,
|
|
3426
3426
|
responseType: responseType_,
|
|
3427
3427
|
...(withCredentials ? { withCredentials } : {}),
|
|
3428
3428
|
headers: localVarHeaders,
|
|
@@ -3451,7 +3451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3451
3451
|
/**
|
|
3452
3452
|
* VRt.Studio [ST]
|
|
3453
3453
|
*
|
|
3454
|
-
* The version of the OpenAPI document: 7.
|
|
3454
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
3455
3455
|
* Contact: servicedesk@veeroute.com
|
|
3456
3456
|
*
|
|
3457
3457
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3465,13 +3465,13 @@ class HardlinksService extends BaseService {
|
|
|
3465
3465
|
this.httpClient = httpClient;
|
|
3466
3466
|
}
|
|
3467
3467
|
createHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3468
|
-
const
|
|
3469
|
-
if (
|
|
3470
|
-
throw new Error('Required parameter
|
|
3468
|
+
const fileKey = requestParameters?.fileKey;
|
|
3469
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3470
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createHardlink.');
|
|
3471
3471
|
}
|
|
3472
|
-
const
|
|
3473
|
-
if (
|
|
3474
|
-
throw new Error('Required parameter
|
|
3472
|
+
const hardlinkStudio = requestParameters?.hardlinkStudio;
|
|
3473
|
+
if (hardlinkStudio === null || hardlinkStudio === undefined) {
|
|
3474
|
+
throw new Error('Required parameter hardlinkStudio was null or undefined when calling createHardlink.');
|
|
3475
3475
|
}
|
|
3476
3476
|
let localVarHeaders = this.defaultHeaders;
|
|
3477
3477
|
// authentication (ApiKeyAuth) required
|
|
@@ -3504,11 +3504,11 @@ class HardlinksService extends BaseService {
|
|
|
3504
3504
|
responseType_ = 'blob';
|
|
3505
3505
|
}
|
|
3506
3506
|
}
|
|
3507
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3507
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
|
|
3508
3508
|
const { basePath, withCredentials } = this.configuration;
|
|
3509
3509
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3510
3510
|
context: localVarHttpContext,
|
|
3511
|
-
body:
|
|
3511
|
+
body: hardlinkStudio,
|
|
3512
3512
|
responseType: responseType_,
|
|
3513
3513
|
...(withCredentials ? { withCredentials } : {}),
|
|
3514
3514
|
headers: localVarHeaders,
|
|
@@ -3518,9 +3518,9 @@ class HardlinksService extends BaseService {
|
|
|
3518
3518
|
});
|
|
3519
3519
|
}
|
|
3520
3520
|
deleteHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3521
|
-
const
|
|
3522
|
-
if (
|
|
3523
|
-
throw new Error('Required parameter
|
|
3521
|
+
const fileKey = requestParameters?.fileKey;
|
|
3522
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3523
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteHardlink.');
|
|
3524
3524
|
}
|
|
3525
3525
|
const essenceKey = requestParameters?.essenceKey;
|
|
3526
3526
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -3549,10 +3549,63 @@ class HardlinksService extends BaseService {
|
|
|
3549
3549
|
responseType_ = 'blob';
|
|
3550
3550
|
}
|
|
3551
3551
|
}
|
|
3552
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3552
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3553
|
+
const { basePath, withCredentials } = this.configuration;
|
|
3554
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3555
|
+
context: localVarHttpContext,
|
|
3556
|
+
responseType: responseType_,
|
|
3557
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
3558
|
+
headers: localVarHeaders,
|
|
3559
|
+
observe: observe,
|
|
3560
|
+
transferCache: localVarTransferCache,
|
|
3561
|
+
reportProgress: reportProgress
|
|
3562
|
+
});
|
|
3563
|
+
}
|
|
3564
|
+
deleteHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3565
|
+
const fileKey = requestParameters?.fileKey;
|
|
3566
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3567
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteHardlinksBatch.');
|
|
3568
|
+
}
|
|
3569
|
+
const requestBody = requestParameters?.requestBody;
|
|
3570
|
+
if (requestBody === null || requestBody === undefined) {
|
|
3571
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteHardlinksBatch.');
|
|
3572
|
+
}
|
|
3573
|
+
let localVarHeaders = this.defaultHeaders;
|
|
3574
|
+
// authentication (ApiKeyAuth) required
|
|
3575
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
3576
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
3577
|
+
'application/json'
|
|
3578
|
+
]);
|
|
3579
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3580
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
3581
|
+
}
|
|
3582
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3583
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
3584
|
+
// to determine the Content-Type header
|
|
3585
|
+
const consumes = [
|
|
3586
|
+
'application/json'
|
|
3587
|
+
];
|
|
3588
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3589
|
+
if (httpContentTypeSelected !== undefined) {
|
|
3590
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
3591
|
+
}
|
|
3592
|
+
let responseType_ = 'json';
|
|
3593
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
3594
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
3595
|
+
responseType_ = 'text';
|
|
3596
|
+
}
|
|
3597
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
3598
|
+
responseType_ = 'json';
|
|
3599
|
+
}
|
|
3600
|
+
else {
|
|
3601
|
+
responseType_ = 'blob';
|
|
3602
|
+
}
|
|
3603
|
+
}
|
|
3604
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/table`;
|
|
3553
3605
|
const { basePath, withCredentials } = this.configuration;
|
|
3554
3606
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3555
3607
|
context: localVarHttpContext,
|
|
3608
|
+
body: requestBody,
|
|
3556
3609
|
responseType: responseType_,
|
|
3557
3610
|
...(withCredentials ? { withCredentials } : {}),
|
|
3558
3611
|
headers: localVarHeaders,
|
|
@@ -3561,14 +3614,14 @@ class HardlinksService extends BaseService {
|
|
|
3561
3614
|
reportProgress: reportProgress
|
|
3562
3615
|
});
|
|
3563
3616
|
}
|
|
3564
|
-
|
|
3565
|
-
const
|
|
3566
|
-
if (
|
|
3567
|
-
throw new Error('Required parameter
|
|
3617
|
+
disableHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3618
|
+
const fileKey = requestParameters?.fileKey;
|
|
3619
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3620
|
+
throw new Error('Required parameter fileKey was null or undefined when calling disableHardlinksBatch.');
|
|
3568
3621
|
}
|
|
3569
3622
|
const requestBody = requestParameters?.requestBody;
|
|
3570
3623
|
if (requestBody === null || requestBody === undefined) {
|
|
3571
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3624
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinksBatch.');
|
|
3572
3625
|
}
|
|
3573
3626
|
let localVarHeaders = this.defaultHeaders;
|
|
3574
3627
|
// authentication (ApiKeyAuth) required
|
|
@@ -3601,7 +3654,7 @@ class HardlinksService extends BaseService {
|
|
|
3601
3654
|
responseType_ = 'blob';
|
|
3602
3655
|
}
|
|
3603
3656
|
}
|
|
3604
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3657
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
|
|
3605
3658
|
const { basePath, withCredentials } = this.configuration;
|
|
3606
3659
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3607
3660
|
context: localVarHttpContext,
|
|
@@ -3614,14 +3667,14 @@ class HardlinksService extends BaseService {
|
|
|
3614
3667
|
reportProgress: reportProgress
|
|
3615
3668
|
});
|
|
3616
3669
|
}
|
|
3617
|
-
|
|
3618
|
-
const
|
|
3619
|
-
if (
|
|
3620
|
-
throw new Error('Required parameter
|
|
3670
|
+
enableHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3671
|
+
const fileKey = requestParameters?.fileKey;
|
|
3672
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3673
|
+
throw new Error('Required parameter fileKey was null or undefined when calling enableHardlinksBatch.');
|
|
3621
3674
|
}
|
|
3622
3675
|
const requestBody = requestParameters?.requestBody;
|
|
3623
3676
|
if (requestBody === null || requestBody === undefined) {
|
|
3624
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3677
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinksBatch.');
|
|
3625
3678
|
}
|
|
3626
3679
|
let localVarHeaders = this.defaultHeaders;
|
|
3627
3680
|
// authentication (ApiKeyAuth) required
|
|
@@ -3654,7 +3707,7 @@ class HardlinksService extends BaseService {
|
|
|
3654
3707
|
responseType_ = 'blob';
|
|
3655
3708
|
}
|
|
3656
3709
|
}
|
|
3657
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3710
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
|
|
3658
3711
|
const { basePath, withCredentials } = this.configuration;
|
|
3659
3712
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
3660
3713
|
context: localVarHttpContext,
|
|
@@ -3668,9 +3721,9 @@ class HardlinksService extends BaseService {
|
|
|
3668
3721
|
});
|
|
3669
3722
|
}
|
|
3670
3723
|
readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3671
|
-
const
|
|
3672
|
-
if (
|
|
3673
|
-
throw new Error('Required parameter
|
|
3724
|
+
const fileKey = requestParameters?.fileKey;
|
|
3725
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3726
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readHardlink.');
|
|
3674
3727
|
}
|
|
3675
3728
|
const essenceKey = requestParameters?.essenceKey;
|
|
3676
3729
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -3699,7 +3752,7 @@ class HardlinksService extends BaseService {
|
|
|
3699
3752
|
responseType_ = 'blob';
|
|
3700
3753
|
}
|
|
3701
3754
|
}
|
|
3702
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3755
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
3703
3756
|
const { basePath, withCredentials } = this.configuration;
|
|
3704
3757
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
3705
3758
|
context: localVarHttpContext,
|
|
@@ -3711,23 +3764,15 @@ class HardlinksService extends BaseService {
|
|
|
3711
3764
|
reportProgress: reportProgress
|
|
3712
3765
|
});
|
|
3713
3766
|
}
|
|
3714
|
-
|
|
3715
|
-
const
|
|
3716
|
-
if (
|
|
3717
|
-
throw new Error('Required parameter
|
|
3767
|
+
readHardlinksMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3768
|
+
const fileKey = requestParameters?.fileKey;
|
|
3769
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3770
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readHardlinksMetrics.');
|
|
3771
|
+
}
|
|
3772
|
+
const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
|
|
3773
|
+
if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
|
|
3774
|
+
throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
|
|
3718
3775
|
}
|
|
3719
|
-
const offset = requestParameters?.offset;
|
|
3720
|
-
const limit = requestParameters?.limit;
|
|
3721
|
-
const sortField = requestParameters?.sortField;
|
|
3722
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
3723
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
3724
|
-
const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
|
|
3725
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3726
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
3727
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3728
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3729
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
3730
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
3731
3776
|
let localVarHeaders = this.defaultHeaders;
|
|
3732
3777
|
// authentication (ApiKeyAuth) required
|
|
3733
3778
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -3759,12 +3804,11 @@ class HardlinksService extends BaseService {
|
|
|
3759
3804
|
responseType_ = 'blob';
|
|
3760
3805
|
}
|
|
3761
3806
|
}
|
|
3762
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3807
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/metrics`;
|
|
3763
3808
|
const { basePath, withCredentials } = this.configuration;
|
|
3764
3809
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3765
3810
|
context: localVarHttpContext,
|
|
3766
|
-
body:
|
|
3767
|
-
params: localVarQueryParameters,
|
|
3811
|
+
body: tableHardlinkMetricsFilterListStudio,
|
|
3768
3812
|
responseType: responseType_,
|
|
3769
3813
|
...(withCredentials ? { withCredentials } : {}),
|
|
3770
3814
|
headers: localVarHeaders,
|
|
@@ -3773,15 +3817,23 @@ class HardlinksService extends BaseService {
|
|
|
3773
3817
|
reportProgress: reportProgress
|
|
3774
3818
|
});
|
|
3775
3819
|
}
|
|
3776
|
-
|
|
3777
|
-
const
|
|
3778
|
-
if (
|
|
3779
|
-
throw new Error('Required parameter
|
|
3780
|
-
}
|
|
3781
|
-
const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
|
|
3782
|
-
if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
|
|
3783
|
-
throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
|
|
3820
|
+
readHardlinksTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3821
|
+
const fileKey = requestParameters?.fileKey;
|
|
3822
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3823
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readHardlinksTable.');
|
|
3784
3824
|
}
|
|
3825
|
+
const offset = requestParameters?.offset;
|
|
3826
|
+
const limit = requestParameters?.limit;
|
|
3827
|
+
const sortField = requestParameters?.sortField;
|
|
3828
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
3829
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
3830
|
+
const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
|
|
3831
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
3832
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
3833
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
3834
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
3835
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
3836
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
3785
3837
|
let localVarHeaders = this.defaultHeaders;
|
|
3786
3838
|
// authentication (ApiKeyAuth) required
|
|
3787
3839
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -3813,11 +3865,12 @@ class HardlinksService extends BaseService {
|
|
|
3813
3865
|
responseType_ = 'blob';
|
|
3814
3866
|
}
|
|
3815
3867
|
}
|
|
3816
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3868
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/table`;
|
|
3817
3869
|
const { basePath, withCredentials } = this.configuration;
|
|
3818
3870
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3819
3871
|
context: localVarHttpContext,
|
|
3820
|
-
body:
|
|
3872
|
+
body: tableHardlinkFilterListStudio,
|
|
3873
|
+
params: localVarQueryParameters,
|
|
3821
3874
|
responseType: responseType_,
|
|
3822
3875
|
...(withCredentials ? { withCredentials } : {}),
|
|
3823
3876
|
headers: localVarHeaders,
|
|
@@ -3827,13 +3880,13 @@ class HardlinksService extends BaseService {
|
|
|
3827
3880
|
});
|
|
3828
3881
|
}
|
|
3829
3882
|
updateHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3830
|
-
const
|
|
3831
|
-
if (
|
|
3832
|
-
throw new Error('Required parameter
|
|
3883
|
+
const fileKey = requestParameters?.fileKey;
|
|
3884
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3885
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateHardlink.');
|
|
3833
3886
|
}
|
|
3834
|
-
const
|
|
3835
|
-
if (
|
|
3836
|
-
throw new Error('Required parameter
|
|
3887
|
+
const hardlinkStudio = requestParameters?.hardlinkStudio;
|
|
3888
|
+
if (hardlinkStudio === null || hardlinkStudio === undefined) {
|
|
3889
|
+
throw new Error('Required parameter hardlinkStudio was null or undefined when calling updateHardlink.');
|
|
3837
3890
|
}
|
|
3838
3891
|
let localVarHeaders = this.defaultHeaders;
|
|
3839
3892
|
// authentication (ApiKeyAuth) required
|
|
@@ -3866,11 +3919,11 @@ class HardlinksService extends BaseService {
|
|
|
3866
3919
|
responseType_ = 'blob';
|
|
3867
3920
|
}
|
|
3868
3921
|
}
|
|
3869
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
3922
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
|
|
3870
3923
|
const { basePath, withCredentials } = this.configuration;
|
|
3871
3924
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
3872
3925
|
context: localVarHttpContext,
|
|
3873
|
-
body:
|
|
3926
|
+
body: hardlinkStudio,
|
|
3874
3927
|
responseType: responseType_,
|
|
3875
3928
|
...(withCredentials ? { withCredentials } : {}),
|
|
3876
3929
|
headers: localVarHeaders,
|
|
@@ -3899,7 +3952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3899
3952
|
/**
|
|
3900
3953
|
* VRt.Studio [ST]
|
|
3901
3954
|
*
|
|
3902
|
-
* The version of the OpenAPI document: 7.
|
|
3955
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
3903
3956
|
* Contact: servicedesk@veeroute.com
|
|
3904
3957
|
*
|
|
3905
3958
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -3913,13 +3966,13 @@ class LocationsService extends BaseService {
|
|
|
3913
3966
|
this.httpClient = httpClient;
|
|
3914
3967
|
}
|
|
3915
3968
|
createLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3916
|
-
const
|
|
3917
|
-
if (
|
|
3918
|
-
throw new Error('Required parameter
|
|
3969
|
+
const fileKey = requestParameters?.fileKey;
|
|
3970
|
+
if (fileKey === null || fileKey === undefined) {
|
|
3971
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createLocation.');
|
|
3919
3972
|
}
|
|
3920
|
-
const
|
|
3921
|
-
if (
|
|
3922
|
-
throw new Error('Required parameter
|
|
3973
|
+
const locationStudio = requestParameters?.locationStudio;
|
|
3974
|
+
if (locationStudio === null || locationStudio === undefined) {
|
|
3975
|
+
throw new Error('Required parameter locationStudio was null or undefined when calling createLocation.');
|
|
3923
3976
|
}
|
|
3924
3977
|
let localVarHeaders = this.defaultHeaders;
|
|
3925
3978
|
// authentication (ApiKeyAuth) required
|
|
@@ -3952,11 +4005,11 @@ class LocationsService extends BaseService {
|
|
|
3952
4005
|
responseType_ = 'blob';
|
|
3953
4006
|
}
|
|
3954
4007
|
}
|
|
3955
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4008
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
|
|
3956
4009
|
const { basePath, withCredentials } = this.configuration;
|
|
3957
4010
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
3958
4011
|
context: localVarHttpContext,
|
|
3959
|
-
body:
|
|
4012
|
+
body: locationStudio,
|
|
3960
4013
|
responseType: responseType_,
|
|
3961
4014
|
...(withCredentials ? { withCredentials } : {}),
|
|
3962
4015
|
headers: localVarHeaders,
|
|
@@ -3966,9 +4019,9 @@ class LocationsService extends BaseService {
|
|
|
3966
4019
|
});
|
|
3967
4020
|
}
|
|
3968
4021
|
deleteLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
3969
|
-
const
|
|
3970
|
-
if (
|
|
3971
|
-
throw new Error('Required parameter
|
|
4022
|
+
const fileKey = requestParameters?.fileKey;
|
|
4023
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4024
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteLocation.');
|
|
3972
4025
|
}
|
|
3973
4026
|
const essenceKey = requestParameters?.essenceKey;
|
|
3974
4027
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -3997,10 +4050,63 @@ class LocationsService extends BaseService {
|
|
|
3997
4050
|
responseType_ = 'blob';
|
|
3998
4051
|
}
|
|
3999
4052
|
}
|
|
4000
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4053
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4054
|
+
const { basePath, withCredentials } = this.configuration;
|
|
4055
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4056
|
+
context: localVarHttpContext,
|
|
4057
|
+
responseType: responseType_,
|
|
4058
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
4059
|
+
headers: localVarHeaders,
|
|
4060
|
+
observe: observe,
|
|
4061
|
+
transferCache: localVarTransferCache,
|
|
4062
|
+
reportProgress: reportProgress
|
|
4063
|
+
});
|
|
4064
|
+
}
|
|
4065
|
+
deleteLocationsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4066
|
+
const fileKey = requestParameters?.fileKey;
|
|
4067
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4068
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteLocationsBatch.');
|
|
4069
|
+
}
|
|
4070
|
+
const requestBody = requestParameters?.requestBody;
|
|
4071
|
+
if (requestBody === null || requestBody === undefined) {
|
|
4072
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteLocationsBatch.');
|
|
4073
|
+
}
|
|
4074
|
+
let localVarHeaders = this.defaultHeaders;
|
|
4075
|
+
// authentication (ApiKeyAuth) required
|
|
4076
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
4077
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
4078
|
+
'application/json'
|
|
4079
|
+
]);
|
|
4080
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
4081
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
4082
|
+
}
|
|
4083
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
4084
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
4085
|
+
// to determine the Content-Type header
|
|
4086
|
+
const consumes = [
|
|
4087
|
+
'application/json'
|
|
4088
|
+
];
|
|
4089
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4090
|
+
if (httpContentTypeSelected !== undefined) {
|
|
4091
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
4092
|
+
}
|
|
4093
|
+
let responseType_ = 'json';
|
|
4094
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
4095
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
4096
|
+
responseType_ = 'text';
|
|
4097
|
+
}
|
|
4098
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
4099
|
+
responseType_ = 'json';
|
|
4100
|
+
}
|
|
4101
|
+
else {
|
|
4102
|
+
responseType_ = 'blob';
|
|
4103
|
+
}
|
|
4104
|
+
}
|
|
4105
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/table`;
|
|
4001
4106
|
const { basePath, withCredentials } = this.configuration;
|
|
4002
4107
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4003
4108
|
context: localVarHttpContext,
|
|
4109
|
+
body: requestBody,
|
|
4004
4110
|
responseType: responseType_,
|
|
4005
4111
|
...(withCredentials ? { withCredentials } : {}),
|
|
4006
4112
|
headers: localVarHeaders,
|
|
@@ -4010,9 +4116,9 @@ class LocationsService extends BaseService {
|
|
|
4010
4116
|
});
|
|
4011
4117
|
}
|
|
4012
4118
|
readLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4013
|
-
const
|
|
4014
|
-
if (
|
|
4015
|
-
throw new Error('Required parameter
|
|
4119
|
+
const fileKey = requestParameters?.fileKey;
|
|
4120
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4121
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readLocation.');
|
|
4016
4122
|
}
|
|
4017
4123
|
const essenceKey = requestParameters?.essenceKey;
|
|
4018
4124
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -4041,7 +4147,7 @@ class LocationsService extends BaseService {
|
|
|
4041
4147
|
responseType_ = 'blob';
|
|
4042
4148
|
}
|
|
4043
4149
|
}
|
|
4044
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4150
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4045
4151
|
const { basePath, withCredentials } = this.configuration;
|
|
4046
4152
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
4047
4153
|
context: localVarHttpContext,
|
|
@@ -4053,23 +4159,17 @@ class LocationsService extends BaseService {
|
|
|
4053
4159
|
reportProgress: reportProgress
|
|
4054
4160
|
});
|
|
4055
4161
|
}
|
|
4056
|
-
|
|
4057
|
-
const
|
|
4058
|
-
if (
|
|
4059
|
-
throw new Error('Required parameter
|
|
4162
|
+
readLocationsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4163
|
+
const fileKey = requestParameters?.fileKey;
|
|
4164
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4165
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readLocationsGeopoints.');
|
|
4060
4166
|
}
|
|
4061
4167
|
const offset = requestParameters?.offset;
|
|
4062
4168
|
const limit = requestParameters?.limit;
|
|
4063
|
-
const sortField = requestParameters?.sortField;
|
|
4064
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4065
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
4066
4169
|
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4067
4170
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4068
4171
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4069
4172
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4070
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
4071
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
4072
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
4073
4173
|
let localVarHeaders = this.defaultHeaders;
|
|
4074
4174
|
// authentication (ApiKeyAuth) required
|
|
4075
4175
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -4101,7 +4201,7 @@ class LocationsService extends BaseService {
|
|
|
4101
4201
|
responseType_ = 'blob';
|
|
4102
4202
|
}
|
|
4103
4203
|
}
|
|
4104
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4204
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/geopoints`;
|
|
4105
4205
|
const { basePath, withCredentials } = this.configuration;
|
|
4106
4206
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4107
4207
|
context: localVarHttpContext,
|
|
@@ -4115,17 +4215,15 @@ class LocationsService extends BaseService {
|
|
|
4115
4215
|
reportProgress: reportProgress
|
|
4116
4216
|
});
|
|
4117
4217
|
}
|
|
4118
|
-
|
|
4119
|
-
const
|
|
4120
|
-
if (
|
|
4121
|
-
throw new Error('Required parameter
|
|
4218
|
+
readLocationsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4219
|
+
const fileKey = requestParameters?.fileKey;
|
|
4220
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4221
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readLocationsMetrics.');
|
|
4222
|
+
}
|
|
4223
|
+
const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
|
|
4224
|
+
if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
|
|
4225
|
+
throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
|
|
4122
4226
|
}
|
|
4123
|
-
const offset = requestParameters?.offset;
|
|
4124
|
-
const limit = requestParameters?.limit;
|
|
4125
|
-
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4126
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4127
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4128
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4129
4227
|
let localVarHeaders = this.defaultHeaders;
|
|
4130
4228
|
// authentication (ApiKeyAuth) required
|
|
4131
4229
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -4157,12 +4255,11 @@ class LocationsService extends BaseService {
|
|
|
4157
4255
|
responseType_ = 'blob';
|
|
4158
4256
|
}
|
|
4159
4257
|
}
|
|
4160
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4258
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/metrics`;
|
|
4161
4259
|
const { basePath, withCredentials } = this.configuration;
|
|
4162
4260
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4163
4261
|
context: localVarHttpContext,
|
|
4164
|
-
body:
|
|
4165
|
-
params: localVarQueryParameters,
|
|
4262
|
+
body: tableLocationMetricsFilterListStudio,
|
|
4166
4263
|
responseType: responseType_,
|
|
4167
4264
|
...(withCredentials ? { withCredentials } : {}),
|
|
4168
4265
|
headers: localVarHeaders,
|
|
@@ -4171,15 +4268,23 @@ class LocationsService extends BaseService {
|
|
|
4171
4268
|
reportProgress: reportProgress
|
|
4172
4269
|
});
|
|
4173
4270
|
}
|
|
4174
|
-
|
|
4175
|
-
const
|
|
4176
|
-
if (
|
|
4177
|
-
throw new Error('Required parameter
|
|
4178
|
-
}
|
|
4179
|
-
const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
|
|
4180
|
-
if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
|
|
4181
|
-
throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
|
|
4271
|
+
readLocationsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4272
|
+
const fileKey = requestParameters?.fileKey;
|
|
4273
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4274
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readLocationsTable.');
|
|
4182
4275
|
}
|
|
4276
|
+
const offset = requestParameters?.offset;
|
|
4277
|
+
const limit = requestParameters?.limit;
|
|
4278
|
+
const sortField = requestParameters?.sortField;
|
|
4279
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4280
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4281
|
+
const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
|
|
4282
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4283
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4284
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4285
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
4286
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
4287
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
4183
4288
|
let localVarHeaders = this.defaultHeaders;
|
|
4184
4289
|
// authentication (ApiKeyAuth) required
|
|
4185
4290
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -4211,11 +4316,12 @@ class LocationsService extends BaseService {
|
|
|
4211
4316
|
responseType_ = 'blob';
|
|
4212
4317
|
}
|
|
4213
4318
|
}
|
|
4214
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4319
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/table`;
|
|
4215
4320
|
const { basePath, withCredentials } = this.configuration;
|
|
4216
4321
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4217
4322
|
context: localVarHttpContext,
|
|
4218
|
-
body:
|
|
4323
|
+
body: tableLocationFilterListStudio,
|
|
4324
|
+
params: localVarQueryParameters,
|
|
4219
4325
|
responseType: responseType_,
|
|
4220
4326
|
...(withCredentials ? { withCredentials } : {}),
|
|
4221
4327
|
headers: localVarHeaders,
|
|
@@ -4225,13 +4331,13 @@ class LocationsService extends BaseService {
|
|
|
4225
4331
|
});
|
|
4226
4332
|
}
|
|
4227
4333
|
updateLocation(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4228
|
-
const
|
|
4229
|
-
if (
|
|
4230
|
-
throw new Error('Required parameter
|
|
4334
|
+
const fileKey = requestParameters?.fileKey;
|
|
4335
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4336
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateLocation.');
|
|
4231
4337
|
}
|
|
4232
|
-
const
|
|
4233
|
-
if (
|
|
4234
|
-
throw new Error('Required parameter
|
|
4338
|
+
const locationStudio = requestParameters?.locationStudio;
|
|
4339
|
+
if (locationStudio === null || locationStudio === undefined) {
|
|
4340
|
+
throw new Error('Required parameter locationStudio was null or undefined when calling updateLocation.');
|
|
4235
4341
|
}
|
|
4236
4342
|
let localVarHeaders = this.defaultHeaders;
|
|
4237
4343
|
// authentication (ApiKeyAuth) required
|
|
@@ -4264,11 +4370,11 @@ class LocationsService extends BaseService {
|
|
|
4264
4370
|
responseType_ = 'blob';
|
|
4265
4371
|
}
|
|
4266
4372
|
}
|
|
4267
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4373
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
|
|
4268
4374
|
const { basePath, withCredentials } = this.configuration;
|
|
4269
4375
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
4270
4376
|
context: localVarHttpContext,
|
|
4271
|
-
body:
|
|
4377
|
+
body: locationStudio,
|
|
4272
4378
|
responseType: responseType_,
|
|
4273
4379
|
...(withCredentials ? { withCredentials } : {}),
|
|
4274
4380
|
headers: localVarHeaders,
|
|
@@ -4297,7 +4403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4297
4403
|
/**
|
|
4298
4404
|
* VRt.Studio [ST]
|
|
4299
4405
|
*
|
|
4300
|
-
* The version of the OpenAPI document: 7.
|
|
4406
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
4301
4407
|
* Contact: servicedesk@veeroute.com
|
|
4302
4408
|
*
|
|
4303
4409
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4311,13 +4417,13 @@ class OrdersService extends BaseService {
|
|
|
4311
4417
|
this.httpClient = httpClient;
|
|
4312
4418
|
}
|
|
4313
4419
|
createOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4314
|
-
const
|
|
4315
|
-
if (
|
|
4316
|
-
throw new Error('Required parameter
|
|
4420
|
+
const fileKey = requestParameters?.fileKey;
|
|
4421
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4422
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createOrder.');
|
|
4317
4423
|
}
|
|
4318
|
-
const
|
|
4319
|
-
if (
|
|
4320
|
-
throw new Error('Required parameter
|
|
4424
|
+
const orderStudio = requestParameters?.orderStudio;
|
|
4425
|
+
if (orderStudio === null || orderStudio === undefined) {
|
|
4426
|
+
throw new Error('Required parameter orderStudio was null or undefined when calling createOrder.');
|
|
4321
4427
|
}
|
|
4322
4428
|
let localVarHeaders = this.defaultHeaders;
|
|
4323
4429
|
// authentication (ApiKeyAuth) required
|
|
@@ -4350,11 +4456,11 @@ class OrdersService extends BaseService {
|
|
|
4350
4456
|
responseType_ = 'blob';
|
|
4351
4457
|
}
|
|
4352
4458
|
}
|
|
4353
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4459
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
|
|
4354
4460
|
const { basePath, withCredentials } = this.configuration;
|
|
4355
4461
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4356
4462
|
context: localVarHttpContext,
|
|
4357
|
-
body:
|
|
4463
|
+
body: orderStudio,
|
|
4358
4464
|
responseType: responseType_,
|
|
4359
4465
|
...(withCredentials ? { withCredentials } : {}),
|
|
4360
4466
|
headers: localVarHeaders,
|
|
@@ -4364,9 +4470,9 @@ class OrdersService extends BaseService {
|
|
|
4364
4470
|
});
|
|
4365
4471
|
}
|
|
4366
4472
|
deleteOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4367
|
-
const
|
|
4368
|
-
if (
|
|
4369
|
-
throw new Error('Required parameter
|
|
4473
|
+
const fileKey = requestParameters?.fileKey;
|
|
4474
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4475
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteOrder.');
|
|
4370
4476
|
}
|
|
4371
4477
|
const essenceKey = requestParameters?.essenceKey;
|
|
4372
4478
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -4395,7 +4501,7 @@ class OrdersService extends BaseService {
|
|
|
4395
4501
|
responseType_ = 'blob';
|
|
4396
4502
|
}
|
|
4397
4503
|
}
|
|
4398
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4504
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4399
4505
|
const { basePath, withCredentials } = this.configuration;
|
|
4400
4506
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4401
4507
|
context: localVarHttpContext,
|
|
@@ -4407,14 +4513,14 @@ class OrdersService extends BaseService {
|
|
|
4407
4513
|
reportProgress: reportProgress
|
|
4408
4514
|
});
|
|
4409
4515
|
}
|
|
4410
|
-
|
|
4411
|
-
const
|
|
4412
|
-
if (
|
|
4413
|
-
throw new Error('Required parameter
|
|
4516
|
+
deleteOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4517
|
+
const fileKey = requestParameters?.fileKey;
|
|
4518
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4519
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteOrdersBatch.');
|
|
4414
4520
|
}
|
|
4415
4521
|
const requestBody = requestParameters?.requestBody;
|
|
4416
4522
|
if (requestBody === null || requestBody === undefined) {
|
|
4417
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
4523
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteOrdersBatch.');
|
|
4418
4524
|
}
|
|
4419
4525
|
let localVarHeaders = this.defaultHeaders;
|
|
4420
4526
|
// authentication (ApiKeyAuth) required
|
|
@@ -4447,7 +4553,7 @@ class OrdersService extends BaseService {
|
|
|
4447
4553
|
responseType_ = 'blob';
|
|
4448
4554
|
}
|
|
4449
4555
|
}
|
|
4450
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4556
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/table`;
|
|
4451
4557
|
const { basePath, withCredentials } = this.configuration;
|
|
4452
4558
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4453
4559
|
context: localVarHttpContext,
|
|
@@ -4460,14 +4566,14 @@ class OrdersService extends BaseService {
|
|
|
4460
4566
|
reportProgress: reportProgress
|
|
4461
4567
|
});
|
|
4462
4568
|
}
|
|
4463
|
-
|
|
4464
|
-
const
|
|
4465
|
-
if (
|
|
4466
|
-
throw new Error('Required parameter
|
|
4569
|
+
disableOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4570
|
+
const fileKey = requestParameters?.fileKey;
|
|
4571
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4572
|
+
throw new Error('Required parameter fileKey was null or undefined when calling disableOrdersBatch.');
|
|
4467
4573
|
}
|
|
4468
4574
|
const requestBody = requestParameters?.requestBody;
|
|
4469
4575
|
if (requestBody === null || requestBody === undefined) {
|
|
4470
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
4576
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableOrdersBatch.');
|
|
4471
4577
|
}
|
|
4472
4578
|
let localVarHeaders = this.defaultHeaders;
|
|
4473
4579
|
// authentication (ApiKeyAuth) required
|
|
@@ -4500,7 +4606,7 @@ class OrdersService extends BaseService {
|
|
|
4500
4606
|
responseType_ = 'blob';
|
|
4501
4607
|
}
|
|
4502
4608
|
}
|
|
4503
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4609
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
|
|
4504
4610
|
const { basePath, withCredentials } = this.configuration;
|
|
4505
4611
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4506
4612
|
context: localVarHttpContext,
|
|
@@ -4513,14 +4619,14 @@ class OrdersService extends BaseService {
|
|
|
4513
4619
|
reportProgress: reportProgress
|
|
4514
4620
|
});
|
|
4515
4621
|
}
|
|
4516
|
-
|
|
4517
|
-
const
|
|
4518
|
-
if (
|
|
4519
|
-
throw new Error('Required parameter
|
|
4622
|
+
enableOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4623
|
+
const fileKey = requestParameters?.fileKey;
|
|
4624
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4625
|
+
throw new Error('Required parameter fileKey was null or undefined when calling enableOrdersBatch.');
|
|
4520
4626
|
}
|
|
4521
4627
|
const requestBody = requestParameters?.requestBody;
|
|
4522
4628
|
if (requestBody === null || requestBody === undefined) {
|
|
4523
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
4629
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableOrdersBatch.');
|
|
4524
4630
|
}
|
|
4525
4631
|
let localVarHeaders = this.defaultHeaders;
|
|
4526
4632
|
// authentication (ApiKeyAuth) required
|
|
@@ -4553,7 +4659,7 @@ class OrdersService extends BaseService {
|
|
|
4553
4659
|
responseType_ = 'blob';
|
|
4554
4660
|
}
|
|
4555
4661
|
}
|
|
4556
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4662
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
|
|
4557
4663
|
const { basePath, withCredentials } = this.configuration;
|
|
4558
4664
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
4559
4665
|
context: localVarHttpContext,
|
|
@@ -4567,9 +4673,9 @@ class OrdersService extends BaseService {
|
|
|
4567
4673
|
});
|
|
4568
4674
|
}
|
|
4569
4675
|
readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4570
|
-
const
|
|
4571
|
-
if (
|
|
4572
|
-
throw new Error('Required parameter
|
|
4676
|
+
const fileKey = requestParameters?.fileKey;
|
|
4677
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4678
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readOrder.');
|
|
4573
4679
|
}
|
|
4574
4680
|
const essenceKey = requestParameters?.essenceKey;
|
|
4575
4681
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -4598,7 +4704,7 @@ class OrdersService extends BaseService {
|
|
|
4598
4704
|
responseType_ = 'blob';
|
|
4599
4705
|
}
|
|
4600
4706
|
}
|
|
4601
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4707
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4602
4708
|
const { basePath, withCredentials } = this.configuration;
|
|
4603
4709
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
4604
4710
|
context: localVarHttpContext,
|
|
@@ -4610,23 +4716,17 @@ class OrdersService extends BaseService {
|
|
|
4610
4716
|
reportProgress: reportProgress
|
|
4611
4717
|
});
|
|
4612
4718
|
}
|
|
4613
|
-
|
|
4614
|
-
const
|
|
4615
|
-
if (
|
|
4616
|
-
throw new Error('Required parameter
|
|
4719
|
+
readOrdersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4720
|
+
const fileKey = requestParameters?.fileKey;
|
|
4721
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4722
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readOrdersGeopoints.');
|
|
4617
4723
|
}
|
|
4618
4724
|
const offset = requestParameters?.offset;
|
|
4619
4725
|
const limit = requestParameters?.limit;
|
|
4620
|
-
const sortField = requestParameters?.sortField;
|
|
4621
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4622
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
4623
4726
|
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
4624
4727
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4625
4728
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4626
4729
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4627
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
4628
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
4629
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
4630
4730
|
let localVarHeaders = this.defaultHeaders;
|
|
4631
4731
|
// authentication (ApiKeyAuth) required
|
|
4632
4732
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -4658,7 +4758,7 @@ class OrdersService extends BaseService {
|
|
|
4658
4758
|
responseType_ = 'blob';
|
|
4659
4759
|
}
|
|
4660
4760
|
}
|
|
4661
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4761
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/geopoints`;
|
|
4662
4762
|
const { basePath, withCredentials } = this.configuration;
|
|
4663
4763
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4664
4764
|
context: localVarHttpContext,
|
|
@@ -4672,17 +4772,15 @@ class OrdersService extends BaseService {
|
|
|
4672
4772
|
reportProgress: reportProgress
|
|
4673
4773
|
});
|
|
4674
4774
|
}
|
|
4675
|
-
|
|
4676
|
-
const
|
|
4677
|
-
if (
|
|
4678
|
-
throw new Error('Required parameter
|
|
4775
|
+
readOrdersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4776
|
+
const fileKey = requestParameters?.fileKey;
|
|
4777
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4778
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readOrdersMetrics.');
|
|
4779
|
+
}
|
|
4780
|
+
const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
|
|
4781
|
+
if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
|
|
4782
|
+
throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
|
|
4679
4783
|
}
|
|
4680
|
-
const offset = requestParameters?.offset;
|
|
4681
|
-
const limit = requestParameters?.limit;
|
|
4682
|
-
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
4683
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4684
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4685
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4686
4784
|
let localVarHeaders = this.defaultHeaders;
|
|
4687
4785
|
// authentication (ApiKeyAuth) required
|
|
4688
4786
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -4714,12 +4812,11 @@ class OrdersService extends BaseService {
|
|
|
4714
4812
|
responseType_ = 'blob';
|
|
4715
4813
|
}
|
|
4716
4814
|
}
|
|
4717
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4815
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/metrics`;
|
|
4718
4816
|
const { basePath, withCredentials } = this.configuration;
|
|
4719
4817
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4720
4818
|
context: localVarHttpContext,
|
|
4721
|
-
body:
|
|
4722
|
-
params: localVarQueryParameters,
|
|
4819
|
+
body: tableOrderMetricsFilterListStudio,
|
|
4723
4820
|
responseType: responseType_,
|
|
4724
4821
|
...(withCredentials ? { withCredentials } : {}),
|
|
4725
4822
|
headers: localVarHeaders,
|
|
@@ -4728,22 +4825,30 @@ class OrdersService extends BaseService {
|
|
|
4728
4825
|
reportProgress: reportProgress
|
|
4729
4826
|
});
|
|
4730
4827
|
}
|
|
4731
|
-
|
|
4732
|
-
const
|
|
4733
|
-
if (
|
|
4734
|
-
throw new Error('Required parameter
|
|
4735
|
-
}
|
|
4736
|
-
const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
|
|
4737
|
-
if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
|
|
4738
|
-
throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
|
|
4828
|
+
readOrdersTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4829
|
+
const fileKey = requestParameters?.fileKey;
|
|
4830
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4831
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readOrdersTable.');
|
|
4739
4832
|
}
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
const
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4833
|
+
const offset = requestParameters?.offset;
|
|
4834
|
+
const limit = requestParameters?.limit;
|
|
4835
|
+
const sortField = requestParameters?.sortField;
|
|
4836
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
4837
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
4838
|
+
const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
|
|
4839
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
4840
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
4841
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
4842
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
4843
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
4844
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
4845
|
+
let localVarHeaders = this.defaultHeaders;
|
|
4846
|
+
// authentication (ApiKeyAuth) required
|
|
4847
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
4848
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
4849
|
+
'application/json'
|
|
4850
|
+
]);
|
|
4851
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
4747
4852
|
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
4748
4853
|
}
|
|
4749
4854
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
@@ -4768,11 +4873,12 @@ class OrdersService extends BaseService {
|
|
|
4768
4873
|
responseType_ = 'blob';
|
|
4769
4874
|
}
|
|
4770
4875
|
}
|
|
4771
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4876
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/table`;
|
|
4772
4877
|
const { basePath, withCredentials } = this.configuration;
|
|
4773
4878
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4774
4879
|
context: localVarHttpContext,
|
|
4775
|
-
body:
|
|
4880
|
+
body: tableOrderFilterListStudio,
|
|
4881
|
+
params: localVarQueryParameters,
|
|
4776
4882
|
responseType: responseType_,
|
|
4777
4883
|
...(withCredentials ? { withCredentials } : {}),
|
|
4778
4884
|
headers: localVarHeaders,
|
|
@@ -4782,13 +4888,13 @@ class OrdersService extends BaseService {
|
|
|
4782
4888
|
});
|
|
4783
4889
|
}
|
|
4784
4890
|
updateOrder(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4785
|
-
const
|
|
4786
|
-
if (
|
|
4787
|
-
throw new Error('Required parameter
|
|
4891
|
+
const fileKey = requestParameters?.fileKey;
|
|
4892
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4893
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateOrder.');
|
|
4788
4894
|
}
|
|
4789
|
-
const
|
|
4790
|
-
if (
|
|
4791
|
-
throw new Error('Required parameter
|
|
4895
|
+
const orderStudio = requestParameters?.orderStudio;
|
|
4896
|
+
if (orderStudio === null || orderStudio === undefined) {
|
|
4897
|
+
throw new Error('Required parameter orderStudio was null or undefined when calling updateOrder.');
|
|
4792
4898
|
}
|
|
4793
4899
|
let localVarHeaders = this.defaultHeaders;
|
|
4794
4900
|
// authentication (ApiKeyAuth) required
|
|
@@ -4821,11 +4927,11 @@ class OrdersService extends BaseService {
|
|
|
4821
4927
|
responseType_ = 'blob';
|
|
4822
4928
|
}
|
|
4823
4929
|
}
|
|
4824
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
4930
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
|
|
4825
4931
|
const { basePath, withCredentials } = this.configuration;
|
|
4826
4932
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
4827
4933
|
context: localVarHttpContext,
|
|
4828
|
-
body:
|
|
4934
|
+
body: orderStudio,
|
|
4829
4935
|
responseType: responseType_,
|
|
4830
4936
|
...(withCredentials ? { withCredentials } : {}),
|
|
4831
4937
|
headers: localVarHeaders,
|
|
@@ -4854,7 +4960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
4854
4960
|
/**
|
|
4855
4961
|
* VRt.Studio [ST]
|
|
4856
4962
|
*
|
|
4857
|
-
* The version of the OpenAPI document: 7.
|
|
4963
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
4858
4964
|
* Contact: servicedesk@veeroute.com
|
|
4859
4965
|
*
|
|
4860
4966
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -4868,13 +4974,13 @@ class PerformersService extends BaseService {
|
|
|
4868
4974
|
this.httpClient = httpClient;
|
|
4869
4975
|
}
|
|
4870
4976
|
createPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4871
|
-
const
|
|
4872
|
-
if (
|
|
4873
|
-
throw new Error('Required parameter
|
|
4977
|
+
const fileKey = requestParameters?.fileKey;
|
|
4978
|
+
if (fileKey === null || fileKey === undefined) {
|
|
4979
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createPerformer.');
|
|
4874
4980
|
}
|
|
4875
|
-
const
|
|
4876
|
-
if (
|
|
4877
|
-
throw new Error('Required parameter
|
|
4981
|
+
const performerStudio = requestParameters?.performerStudio;
|
|
4982
|
+
if (performerStudio === null || performerStudio === undefined) {
|
|
4983
|
+
throw new Error('Required parameter performerStudio was null or undefined when calling createPerformer.');
|
|
4878
4984
|
}
|
|
4879
4985
|
let localVarHeaders = this.defaultHeaders;
|
|
4880
4986
|
// authentication (ApiKeyAuth) required
|
|
@@ -4907,11 +5013,11 @@ class PerformersService extends BaseService {
|
|
|
4907
5013
|
responseType_ = 'blob';
|
|
4908
5014
|
}
|
|
4909
5015
|
}
|
|
4910
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5016
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
|
|
4911
5017
|
const { basePath, withCredentials } = this.configuration;
|
|
4912
5018
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
4913
5019
|
context: localVarHttpContext,
|
|
4914
|
-
body:
|
|
5020
|
+
body: performerStudio,
|
|
4915
5021
|
responseType: responseType_,
|
|
4916
5022
|
...(withCredentials ? { withCredentials } : {}),
|
|
4917
5023
|
headers: localVarHeaders,
|
|
@@ -4921,9 +5027,9 @@ class PerformersService extends BaseService {
|
|
|
4921
5027
|
});
|
|
4922
5028
|
}
|
|
4923
5029
|
deletePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
4924
|
-
const
|
|
4925
|
-
if (
|
|
4926
|
-
throw new Error('Required parameter
|
|
5030
|
+
const fileKey = requestParameters?.fileKey;
|
|
5031
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5032
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deletePerformer.');
|
|
4927
5033
|
}
|
|
4928
5034
|
const essenceKey = requestParameters?.essenceKey;
|
|
4929
5035
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -4952,7 +5058,7 @@ class PerformersService extends BaseService {
|
|
|
4952
5058
|
responseType_ = 'blob';
|
|
4953
5059
|
}
|
|
4954
5060
|
}
|
|
4955
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5061
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
4956
5062
|
const { basePath, withCredentials } = this.configuration;
|
|
4957
5063
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4958
5064
|
context: localVarHttpContext,
|
|
@@ -4964,14 +5070,14 @@ class PerformersService extends BaseService {
|
|
|
4964
5070
|
reportProgress: reportProgress
|
|
4965
5071
|
});
|
|
4966
5072
|
}
|
|
4967
|
-
|
|
4968
|
-
const
|
|
4969
|
-
if (
|
|
4970
|
-
throw new Error('Required parameter
|
|
5073
|
+
deletePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5074
|
+
const fileKey = requestParameters?.fileKey;
|
|
5075
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5076
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deletePerformersBatch.');
|
|
4971
5077
|
}
|
|
4972
5078
|
const requestBody = requestParameters?.requestBody;
|
|
4973
5079
|
if (requestBody === null || requestBody === undefined) {
|
|
4974
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
5080
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deletePerformersBatch.');
|
|
4975
5081
|
}
|
|
4976
5082
|
let localVarHeaders = this.defaultHeaders;
|
|
4977
5083
|
// authentication (ApiKeyAuth) required
|
|
@@ -5004,7 +5110,7 @@ class PerformersService extends BaseService {
|
|
|
5004
5110
|
responseType_ = 'blob';
|
|
5005
5111
|
}
|
|
5006
5112
|
}
|
|
5007
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5113
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/table`;
|
|
5008
5114
|
const { basePath, withCredentials } = this.configuration;
|
|
5009
5115
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5010
5116
|
context: localVarHttpContext,
|
|
@@ -5017,14 +5123,14 @@ class PerformersService extends BaseService {
|
|
|
5017
5123
|
reportProgress: reportProgress
|
|
5018
5124
|
});
|
|
5019
5125
|
}
|
|
5020
|
-
|
|
5021
|
-
const
|
|
5022
|
-
if (
|
|
5023
|
-
throw new Error('Required parameter
|
|
5126
|
+
disablePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5127
|
+
const fileKey = requestParameters?.fileKey;
|
|
5128
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5129
|
+
throw new Error('Required parameter fileKey was null or undefined when calling disablePerformersBatch.');
|
|
5024
5130
|
}
|
|
5025
5131
|
const requestBody = requestParameters?.requestBody;
|
|
5026
5132
|
if (requestBody === null || requestBody === undefined) {
|
|
5027
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
5133
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disablePerformersBatch.');
|
|
5028
5134
|
}
|
|
5029
5135
|
let localVarHeaders = this.defaultHeaders;
|
|
5030
5136
|
// authentication (ApiKeyAuth) required
|
|
@@ -5057,7 +5163,60 @@ class PerformersService extends BaseService {
|
|
|
5057
5163
|
responseType_ = 'blob';
|
|
5058
5164
|
}
|
|
5059
5165
|
}
|
|
5060
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5166
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
|
|
5167
|
+
const { basePath, withCredentials } = this.configuration;
|
|
5168
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5169
|
+
context: localVarHttpContext,
|
|
5170
|
+
body: requestBody,
|
|
5171
|
+
responseType: responseType_,
|
|
5172
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
5173
|
+
headers: localVarHeaders,
|
|
5174
|
+
observe: observe,
|
|
5175
|
+
transferCache: localVarTransferCache,
|
|
5176
|
+
reportProgress: reportProgress
|
|
5177
|
+
});
|
|
5178
|
+
}
|
|
5179
|
+
enablePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5180
|
+
const fileKey = requestParameters?.fileKey;
|
|
5181
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5182
|
+
throw new Error('Required parameter fileKey was null or undefined when calling enablePerformersBatch.');
|
|
5183
|
+
}
|
|
5184
|
+
const requestBody = requestParameters?.requestBody;
|
|
5185
|
+
if (requestBody === null || requestBody === undefined) {
|
|
5186
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enablePerformersBatch.');
|
|
5187
|
+
}
|
|
5188
|
+
let localVarHeaders = this.defaultHeaders;
|
|
5189
|
+
// authentication (ApiKeyAuth) required
|
|
5190
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
5191
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
5192
|
+
'application/json'
|
|
5193
|
+
]);
|
|
5194
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
5195
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
5196
|
+
}
|
|
5197
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5198
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
5199
|
+
// to determine the Content-Type header
|
|
5200
|
+
const consumes = [
|
|
5201
|
+
'application/json'
|
|
5202
|
+
];
|
|
5203
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5204
|
+
if (httpContentTypeSelected !== undefined) {
|
|
5205
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
5206
|
+
}
|
|
5207
|
+
let responseType_ = 'json';
|
|
5208
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
5209
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
5210
|
+
responseType_ = 'text';
|
|
5211
|
+
}
|
|
5212
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
5213
|
+
responseType_ = 'json';
|
|
5214
|
+
}
|
|
5215
|
+
else {
|
|
5216
|
+
responseType_ = 'blob';
|
|
5217
|
+
}
|
|
5218
|
+
}
|
|
5219
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
|
|
5061
5220
|
const { basePath, withCredentials } = this.configuration;
|
|
5062
5221
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
5063
5222
|
context: localVarHttpContext,
|
|
@@ -5071,9 +5230,9 @@ class PerformersService extends BaseService {
|
|
|
5071
5230
|
});
|
|
5072
5231
|
}
|
|
5073
5232
|
readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5074
|
-
const
|
|
5075
|
-
if (
|
|
5076
|
-
throw new Error('Required parameter
|
|
5233
|
+
const fileKey = requestParameters?.fileKey;
|
|
5234
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5235
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readPerformer.');
|
|
5077
5236
|
}
|
|
5078
5237
|
const essenceKey = requestParameters?.essenceKey;
|
|
5079
5238
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -5102,7 +5261,7 @@ class PerformersService extends BaseService {
|
|
|
5102
5261
|
responseType_ = 'blob';
|
|
5103
5262
|
}
|
|
5104
5263
|
}
|
|
5105
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5264
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
5106
5265
|
const { basePath, withCredentials } = this.configuration;
|
|
5107
5266
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
5108
5267
|
context: localVarHttpContext,
|
|
@@ -5114,23 +5273,17 @@ class PerformersService extends BaseService {
|
|
|
5114
5273
|
reportProgress: reportProgress
|
|
5115
5274
|
});
|
|
5116
5275
|
}
|
|
5117
|
-
|
|
5118
|
-
const
|
|
5119
|
-
if (
|
|
5120
|
-
throw new Error('Required parameter
|
|
5276
|
+
readPerformersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5277
|
+
const fileKey = requestParameters?.fileKey;
|
|
5278
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5279
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readPerformersGeopoints.');
|
|
5121
5280
|
}
|
|
5122
5281
|
const offset = requestParameters?.offset;
|
|
5123
5282
|
const limit = requestParameters?.limit;
|
|
5124
|
-
const sortField = requestParameters?.sortField;
|
|
5125
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5126
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
5127
5283
|
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
5128
5284
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5129
5285
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
5130
5286
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
5131
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
5132
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
5133
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
5134
5287
|
let localVarHeaders = this.defaultHeaders;
|
|
5135
5288
|
// authentication (ApiKeyAuth) required
|
|
5136
5289
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5162,7 +5315,7 @@ class PerformersService extends BaseService {
|
|
|
5162
5315
|
responseType_ = 'blob';
|
|
5163
5316
|
}
|
|
5164
5317
|
}
|
|
5165
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5318
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/geopoints`;
|
|
5166
5319
|
const { basePath, withCredentials } = this.configuration;
|
|
5167
5320
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5168
5321
|
context: localVarHttpContext,
|
|
@@ -5176,17 +5329,15 @@ class PerformersService extends BaseService {
|
|
|
5176
5329
|
reportProgress: reportProgress
|
|
5177
5330
|
});
|
|
5178
5331
|
}
|
|
5179
|
-
|
|
5180
|
-
const
|
|
5181
|
-
if (
|
|
5182
|
-
throw new Error('Required parameter
|
|
5332
|
+
readPerformersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5333
|
+
const fileKey = requestParameters?.fileKey;
|
|
5334
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5335
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readPerformersMetrics.');
|
|
5336
|
+
}
|
|
5337
|
+
const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
|
|
5338
|
+
if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
|
|
5339
|
+
throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
|
|
5183
5340
|
}
|
|
5184
|
-
const offset = requestParameters?.offset;
|
|
5185
|
-
const limit = requestParameters?.limit;
|
|
5186
|
-
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
5187
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5188
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
5189
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
5190
5341
|
let localVarHeaders = this.defaultHeaders;
|
|
5191
5342
|
// authentication (ApiKeyAuth) required
|
|
5192
5343
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5218,12 +5369,11 @@ class PerformersService extends BaseService {
|
|
|
5218
5369
|
responseType_ = 'blob';
|
|
5219
5370
|
}
|
|
5220
5371
|
}
|
|
5221
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5372
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/metrics`;
|
|
5222
5373
|
const { basePath, withCredentials } = this.configuration;
|
|
5223
5374
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5224
5375
|
context: localVarHttpContext,
|
|
5225
|
-
body:
|
|
5226
|
-
params: localVarQueryParameters,
|
|
5376
|
+
body: tablePerformerMetricsFilterListStudio,
|
|
5227
5377
|
responseType: responseType_,
|
|
5228
5378
|
...(withCredentials ? { withCredentials } : {}),
|
|
5229
5379
|
headers: localVarHeaders,
|
|
@@ -5232,15 +5382,23 @@ class PerformersService extends BaseService {
|
|
|
5232
5382
|
reportProgress: reportProgress
|
|
5233
5383
|
});
|
|
5234
5384
|
}
|
|
5235
|
-
|
|
5236
|
-
const
|
|
5237
|
-
if (
|
|
5238
|
-
throw new Error('Required parameter
|
|
5239
|
-
}
|
|
5240
|
-
const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
|
|
5241
|
-
if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
|
|
5242
|
-
throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
|
|
5385
|
+
readPerformersTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5386
|
+
const fileKey = requestParameters?.fileKey;
|
|
5387
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5388
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readPerformersTable.');
|
|
5243
5389
|
}
|
|
5390
|
+
const offset = requestParameters?.offset;
|
|
5391
|
+
const limit = requestParameters?.limit;
|
|
5392
|
+
const sortField = requestParameters?.sortField;
|
|
5393
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5394
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
5395
|
+
const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
|
|
5396
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5397
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
5398
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
5399
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
5400
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
5401
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
5244
5402
|
let localVarHeaders = this.defaultHeaders;
|
|
5245
5403
|
// authentication (ApiKeyAuth) required
|
|
5246
5404
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5272,11 +5430,12 @@ class PerformersService extends BaseService {
|
|
|
5272
5430
|
responseType_ = 'blob';
|
|
5273
5431
|
}
|
|
5274
5432
|
}
|
|
5275
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5433
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/table`;
|
|
5276
5434
|
const { basePath, withCredentials } = this.configuration;
|
|
5277
5435
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5278
5436
|
context: localVarHttpContext,
|
|
5279
|
-
body:
|
|
5437
|
+
body: tablePerformerFilterListStudio,
|
|
5438
|
+
params: localVarQueryParameters,
|
|
5280
5439
|
responseType: responseType_,
|
|
5281
5440
|
...(withCredentials ? { withCredentials } : {}),
|
|
5282
5441
|
headers: localVarHeaders,
|
|
@@ -5286,13 +5445,13 @@ class PerformersService extends BaseService {
|
|
|
5286
5445
|
});
|
|
5287
5446
|
}
|
|
5288
5447
|
updatePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5289
|
-
const
|
|
5290
|
-
if (
|
|
5291
|
-
throw new Error('Required parameter
|
|
5448
|
+
const fileKey = requestParameters?.fileKey;
|
|
5449
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5450
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updatePerformer.');
|
|
5292
5451
|
}
|
|
5293
|
-
const
|
|
5294
|
-
if (
|
|
5295
|
-
throw new Error('Required parameter
|
|
5452
|
+
const performerStudio = requestParameters?.performerStudio;
|
|
5453
|
+
if (performerStudio === null || performerStudio === undefined) {
|
|
5454
|
+
throw new Error('Required parameter performerStudio was null or undefined when calling updatePerformer.');
|
|
5296
5455
|
}
|
|
5297
5456
|
let localVarHeaders = this.defaultHeaders;
|
|
5298
5457
|
// authentication (ApiKeyAuth) required
|
|
@@ -5325,11 +5484,11 @@ class PerformersService extends BaseService {
|
|
|
5325
5484
|
responseType_ = 'blob';
|
|
5326
5485
|
}
|
|
5327
5486
|
}
|
|
5328
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5487
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
|
|
5329
5488
|
const { basePath, withCredentials } = this.configuration;
|
|
5330
5489
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
5331
5490
|
context: localVarHttpContext,
|
|
5332
|
-
body:
|
|
5491
|
+
body: performerStudio,
|
|
5333
5492
|
responseType: responseType_,
|
|
5334
5493
|
...(withCredentials ? { withCredentials } : {}),
|
|
5335
5494
|
headers: localVarHeaders,
|
|
@@ -5358,7 +5517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5358
5517
|
/**
|
|
5359
5518
|
* VRt.Studio [ST]
|
|
5360
5519
|
*
|
|
5361
|
-
* The version of the OpenAPI document: 7.
|
|
5520
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
5362
5521
|
* Contact: servicedesk@veeroute.com
|
|
5363
5522
|
*
|
|
5364
5523
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5499,7 +5658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
5499
5658
|
/**
|
|
5500
5659
|
* VRt.Studio [ST]
|
|
5501
5660
|
*
|
|
5502
|
-
* The version of the OpenAPI document: 7.
|
|
5661
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
5503
5662
|
* Contact: servicedesk@veeroute.com
|
|
5504
5663
|
*
|
|
5505
5664
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -5513,13 +5672,13 @@ class TransportsService extends BaseService {
|
|
|
5513
5672
|
this.httpClient = httpClient;
|
|
5514
5673
|
}
|
|
5515
5674
|
createTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5516
|
-
const
|
|
5517
|
-
if (
|
|
5518
|
-
throw new Error('Required parameter
|
|
5675
|
+
const fileKey = requestParameters?.fileKey;
|
|
5676
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5677
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createTransport.');
|
|
5519
5678
|
}
|
|
5520
|
-
const
|
|
5521
|
-
if (
|
|
5522
|
-
throw new Error('Required parameter
|
|
5679
|
+
const transportStudio = requestParameters?.transportStudio;
|
|
5680
|
+
if (transportStudio === null || transportStudio === undefined) {
|
|
5681
|
+
throw new Error('Required parameter transportStudio was null or undefined when calling createTransport.');
|
|
5523
5682
|
}
|
|
5524
5683
|
let localVarHeaders = this.defaultHeaders;
|
|
5525
5684
|
// authentication (ApiKeyAuth) required
|
|
@@ -5552,11 +5711,11 @@ class TransportsService extends BaseService {
|
|
|
5552
5711
|
responseType_ = 'blob';
|
|
5553
5712
|
}
|
|
5554
5713
|
}
|
|
5555
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5714
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
|
|
5556
5715
|
const { basePath, withCredentials } = this.configuration;
|
|
5557
5716
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5558
5717
|
context: localVarHttpContext,
|
|
5559
|
-
body:
|
|
5718
|
+
body: transportStudio,
|
|
5560
5719
|
responseType: responseType_,
|
|
5561
5720
|
...(withCredentials ? { withCredentials } : {}),
|
|
5562
5721
|
headers: localVarHeaders,
|
|
@@ -5566,9 +5725,9 @@ class TransportsService extends BaseService {
|
|
|
5566
5725
|
});
|
|
5567
5726
|
}
|
|
5568
5727
|
deleteTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5569
|
-
const
|
|
5570
|
-
if (
|
|
5571
|
-
throw new Error('Required parameter
|
|
5728
|
+
const fileKey = requestParameters?.fileKey;
|
|
5729
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5730
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteTransport.');
|
|
5572
5731
|
}
|
|
5573
5732
|
const essenceKey = requestParameters?.essenceKey;
|
|
5574
5733
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -5597,7 +5756,7 @@ class TransportsService extends BaseService {
|
|
|
5597
5756
|
responseType_ = 'blob';
|
|
5598
5757
|
}
|
|
5599
5758
|
}
|
|
5600
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5759
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
5601
5760
|
const { basePath, withCredentials } = this.configuration;
|
|
5602
5761
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5603
5762
|
context: localVarHttpContext,
|
|
@@ -5609,14 +5768,14 @@ class TransportsService extends BaseService {
|
|
|
5609
5768
|
reportProgress: reportProgress
|
|
5610
5769
|
});
|
|
5611
5770
|
}
|
|
5612
|
-
|
|
5613
|
-
const
|
|
5614
|
-
if (
|
|
5615
|
-
throw new Error('Required parameter
|
|
5771
|
+
deleteTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5772
|
+
const fileKey = requestParameters?.fileKey;
|
|
5773
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5774
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteTransportsBatch.');
|
|
5616
5775
|
}
|
|
5617
5776
|
const requestBody = requestParameters?.requestBody;
|
|
5618
5777
|
if (requestBody === null || requestBody === undefined) {
|
|
5619
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
5778
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteTransportsBatch.');
|
|
5620
5779
|
}
|
|
5621
5780
|
let localVarHeaders = this.defaultHeaders;
|
|
5622
5781
|
// authentication (ApiKeyAuth) required
|
|
@@ -5649,7 +5808,7 @@ class TransportsService extends BaseService {
|
|
|
5649
5808
|
responseType_ = 'blob';
|
|
5650
5809
|
}
|
|
5651
5810
|
}
|
|
5652
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5811
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/table`;
|
|
5653
5812
|
const { basePath, withCredentials } = this.configuration;
|
|
5654
5813
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5655
5814
|
context: localVarHttpContext,
|
|
@@ -5662,14 +5821,14 @@ class TransportsService extends BaseService {
|
|
|
5662
5821
|
reportProgress: reportProgress
|
|
5663
5822
|
});
|
|
5664
5823
|
}
|
|
5665
|
-
|
|
5666
|
-
const
|
|
5667
|
-
if (
|
|
5668
|
-
throw new Error('Required parameter
|
|
5824
|
+
disableTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5825
|
+
const fileKey = requestParameters?.fileKey;
|
|
5826
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5827
|
+
throw new Error('Required parameter fileKey was null or undefined when calling disableTransportsBatch.');
|
|
5669
5828
|
}
|
|
5670
5829
|
const requestBody = requestParameters?.requestBody;
|
|
5671
5830
|
if (requestBody === null || requestBody === undefined) {
|
|
5672
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
5831
|
+
throw new Error('Required parameter requestBody was null or undefined when calling disableTransportsBatch.');
|
|
5673
5832
|
}
|
|
5674
5833
|
let localVarHeaders = this.defaultHeaders;
|
|
5675
5834
|
// authentication (ApiKeyAuth) required
|
|
@@ -5702,7 +5861,60 @@ class TransportsService extends BaseService {
|
|
|
5702
5861
|
responseType_ = 'blob';
|
|
5703
5862
|
}
|
|
5704
5863
|
}
|
|
5705
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5864
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
|
|
5865
|
+
const { basePath, withCredentials } = this.configuration;
|
|
5866
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5867
|
+
context: localVarHttpContext,
|
|
5868
|
+
body: requestBody,
|
|
5869
|
+
responseType: responseType_,
|
|
5870
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
5871
|
+
headers: localVarHeaders,
|
|
5872
|
+
observe: observe,
|
|
5873
|
+
transferCache: localVarTransferCache,
|
|
5874
|
+
reportProgress: reportProgress
|
|
5875
|
+
});
|
|
5876
|
+
}
|
|
5877
|
+
enableTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5878
|
+
const fileKey = requestParameters?.fileKey;
|
|
5879
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5880
|
+
throw new Error('Required parameter fileKey was null or undefined when calling enableTransportsBatch.');
|
|
5881
|
+
}
|
|
5882
|
+
const requestBody = requestParameters?.requestBody;
|
|
5883
|
+
if (requestBody === null || requestBody === undefined) {
|
|
5884
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableTransportsBatch.');
|
|
5885
|
+
}
|
|
5886
|
+
let localVarHeaders = this.defaultHeaders;
|
|
5887
|
+
// authentication (ApiKeyAuth) required
|
|
5888
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
5889
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
5890
|
+
'application/json'
|
|
5891
|
+
]);
|
|
5892
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
5893
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
5894
|
+
}
|
|
5895
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5896
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
5897
|
+
// to determine the Content-Type header
|
|
5898
|
+
const consumes = [
|
|
5899
|
+
'application/json'
|
|
5900
|
+
];
|
|
5901
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5902
|
+
if (httpContentTypeSelected !== undefined) {
|
|
5903
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
5904
|
+
}
|
|
5905
|
+
let responseType_ = 'json';
|
|
5906
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
5907
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
5908
|
+
responseType_ = 'text';
|
|
5909
|
+
}
|
|
5910
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
5911
|
+
responseType_ = 'json';
|
|
5912
|
+
}
|
|
5913
|
+
else {
|
|
5914
|
+
responseType_ = 'blob';
|
|
5915
|
+
}
|
|
5916
|
+
}
|
|
5917
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
|
|
5706
5918
|
const { basePath, withCredentials } = this.configuration;
|
|
5707
5919
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
5708
5920
|
context: localVarHttpContext,
|
|
@@ -5716,9 +5928,9 @@ class TransportsService extends BaseService {
|
|
|
5716
5928
|
});
|
|
5717
5929
|
}
|
|
5718
5930
|
readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5719
|
-
const
|
|
5720
|
-
if (
|
|
5721
|
-
throw new Error('Required parameter
|
|
5931
|
+
const fileKey = requestParameters?.fileKey;
|
|
5932
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5933
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTransport.');
|
|
5722
5934
|
}
|
|
5723
5935
|
const essenceKey = requestParameters?.essenceKey;
|
|
5724
5936
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -5747,7 +5959,7 @@ class TransportsService extends BaseService {
|
|
|
5747
5959
|
responseType_ = 'blob';
|
|
5748
5960
|
}
|
|
5749
5961
|
}
|
|
5750
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
5962
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
5751
5963
|
const { basePath, withCredentials } = this.configuration;
|
|
5752
5964
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
5753
5965
|
context: localVarHttpContext,
|
|
@@ -5759,23 +5971,17 @@ class TransportsService extends BaseService {
|
|
|
5759
5971
|
reportProgress: reportProgress
|
|
5760
5972
|
});
|
|
5761
5973
|
}
|
|
5762
|
-
|
|
5763
|
-
const
|
|
5764
|
-
if (
|
|
5765
|
-
throw new Error('Required parameter
|
|
5974
|
+
readTransportsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5975
|
+
const fileKey = requestParameters?.fileKey;
|
|
5976
|
+
if (fileKey === null || fileKey === undefined) {
|
|
5977
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTransportsGeopoints.');
|
|
5766
5978
|
}
|
|
5767
5979
|
const offset = requestParameters?.offset;
|
|
5768
5980
|
const limit = requestParameters?.limit;
|
|
5769
|
-
const sortField = requestParameters?.sortField;
|
|
5770
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
5771
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
5772
5981
|
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
5773
5982
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5774
5983
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
5775
5984
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
5776
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
5777
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
5778
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
5779
5985
|
let localVarHeaders = this.defaultHeaders;
|
|
5780
5986
|
// authentication (ApiKeyAuth) required
|
|
5781
5987
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5807,7 +6013,7 @@ class TransportsService extends BaseService {
|
|
|
5807
6013
|
responseType_ = 'blob';
|
|
5808
6014
|
}
|
|
5809
6015
|
}
|
|
5810
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6016
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/geopoints`;
|
|
5811
6017
|
const { basePath, withCredentials } = this.configuration;
|
|
5812
6018
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5813
6019
|
context: localVarHttpContext,
|
|
@@ -5821,17 +6027,15 @@ class TransportsService extends BaseService {
|
|
|
5821
6027
|
reportProgress: reportProgress
|
|
5822
6028
|
});
|
|
5823
6029
|
}
|
|
5824
|
-
|
|
5825
|
-
const
|
|
5826
|
-
if (
|
|
5827
|
-
throw new Error('Required parameter
|
|
6030
|
+
readTransportsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6031
|
+
const fileKey = requestParameters?.fileKey;
|
|
6032
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6033
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTransportsMetrics.');
|
|
6034
|
+
}
|
|
6035
|
+
const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
|
|
6036
|
+
if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
|
|
6037
|
+
throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
|
|
5828
6038
|
}
|
|
5829
|
-
const offset = requestParameters?.offset;
|
|
5830
|
-
const limit = requestParameters?.limit;
|
|
5831
|
-
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
5832
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
5833
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
5834
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
5835
6039
|
let localVarHeaders = this.defaultHeaders;
|
|
5836
6040
|
// authentication (ApiKeyAuth) required
|
|
5837
6041
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5863,12 +6067,11 @@ class TransportsService extends BaseService {
|
|
|
5863
6067
|
responseType_ = 'blob';
|
|
5864
6068
|
}
|
|
5865
6069
|
}
|
|
5866
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6070
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/metrics`;
|
|
5867
6071
|
const { basePath, withCredentials } = this.configuration;
|
|
5868
6072
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5869
6073
|
context: localVarHttpContext,
|
|
5870
|
-
body:
|
|
5871
|
-
params: localVarQueryParameters,
|
|
6074
|
+
body: tableTransportMetricsFilterListStudio,
|
|
5872
6075
|
responseType: responseType_,
|
|
5873
6076
|
...(withCredentials ? { withCredentials } : {}),
|
|
5874
6077
|
headers: localVarHeaders,
|
|
@@ -5877,15 +6080,23 @@ class TransportsService extends BaseService {
|
|
|
5877
6080
|
reportProgress: reportProgress
|
|
5878
6081
|
});
|
|
5879
6082
|
}
|
|
5880
|
-
|
|
5881
|
-
const
|
|
5882
|
-
if (
|
|
5883
|
-
throw new Error('Required parameter
|
|
5884
|
-
}
|
|
5885
|
-
const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
|
|
5886
|
-
if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
|
|
5887
|
-
throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
|
|
6083
|
+
readTransportsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6084
|
+
const fileKey = requestParameters?.fileKey;
|
|
6085
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6086
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTransportsTable.');
|
|
5888
6087
|
}
|
|
6088
|
+
const offset = requestParameters?.offset;
|
|
6089
|
+
const limit = requestParameters?.limit;
|
|
6090
|
+
const sortField = requestParameters?.sortField;
|
|
6091
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6092
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6093
|
+
const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
|
|
6094
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6095
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6096
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6097
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6098
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
6099
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
5889
6100
|
let localVarHeaders = this.defaultHeaders;
|
|
5890
6101
|
// authentication (ApiKeyAuth) required
|
|
5891
6102
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -5917,11 +6128,12 @@ class TransportsService extends BaseService {
|
|
|
5917
6128
|
responseType_ = 'blob';
|
|
5918
6129
|
}
|
|
5919
6130
|
}
|
|
5920
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6131
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/table`;
|
|
5921
6132
|
const { basePath, withCredentials } = this.configuration;
|
|
5922
6133
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
5923
6134
|
context: localVarHttpContext,
|
|
5924
|
-
body:
|
|
6135
|
+
body: tableTransportFilterListStudio,
|
|
6136
|
+
params: localVarQueryParameters,
|
|
5925
6137
|
responseType: responseType_,
|
|
5926
6138
|
...(withCredentials ? { withCredentials } : {}),
|
|
5927
6139
|
headers: localVarHeaders,
|
|
@@ -5931,13 +6143,13 @@ class TransportsService extends BaseService {
|
|
|
5931
6143
|
});
|
|
5932
6144
|
}
|
|
5933
6145
|
updateTransport(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
5934
|
-
const
|
|
5935
|
-
if (
|
|
5936
|
-
throw new Error('Required parameter
|
|
6146
|
+
const fileKey = requestParameters?.fileKey;
|
|
6147
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6148
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateTransport.');
|
|
5937
6149
|
}
|
|
5938
|
-
const
|
|
5939
|
-
if (
|
|
5940
|
-
throw new Error('Required parameter
|
|
6150
|
+
const transportStudio = requestParameters?.transportStudio;
|
|
6151
|
+
if (transportStudio === null || transportStudio === undefined) {
|
|
6152
|
+
throw new Error('Required parameter transportStudio was null or undefined when calling updateTransport.');
|
|
5941
6153
|
}
|
|
5942
6154
|
let localVarHeaders = this.defaultHeaders;
|
|
5943
6155
|
// authentication (ApiKeyAuth) required
|
|
@@ -5970,11 +6182,11 @@ class TransportsService extends BaseService {
|
|
|
5970
6182
|
responseType_ = 'blob';
|
|
5971
6183
|
}
|
|
5972
6184
|
}
|
|
5973
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6185
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
|
|
5974
6186
|
const { basePath, withCredentials } = this.configuration;
|
|
5975
6187
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
5976
6188
|
context: localVarHttpContext,
|
|
5977
|
-
body:
|
|
6189
|
+
body: transportStudio,
|
|
5978
6190
|
responseType: responseType_,
|
|
5979
6191
|
...(withCredentials ? { withCredentials } : {}),
|
|
5980
6192
|
headers: localVarHeaders,
|
|
@@ -6003,7 +6215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6003
6215
|
/**
|
|
6004
6216
|
* VRt.Studio [ST]
|
|
6005
6217
|
*
|
|
6006
|
-
* The version of the OpenAPI document: 7.
|
|
6218
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
6007
6219
|
* Contact: servicedesk@veeroute.com
|
|
6008
6220
|
*
|
|
6009
6221
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -6017,9 +6229,9 @@ class TripsService extends BaseService {
|
|
|
6017
6229
|
this.httpClient = httpClient;
|
|
6018
6230
|
}
|
|
6019
6231
|
approveTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6020
|
-
const
|
|
6021
|
-
if (
|
|
6022
|
-
throw new Error('Required parameter
|
|
6232
|
+
const fileKey = requestParameters?.fileKey;
|
|
6233
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6234
|
+
throw new Error('Required parameter fileKey was null or undefined when calling approveTripsBatch.');
|
|
6023
6235
|
}
|
|
6024
6236
|
const requestBody = requestParameters?.requestBody;
|
|
6025
6237
|
if (requestBody === null || requestBody === undefined) {
|
|
@@ -6056,7 +6268,7 @@ class TripsService extends BaseService {
|
|
|
6056
6268
|
responseType_ = 'blob';
|
|
6057
6269
|
}
|
|
6058
6270
|
}
|
|
6059
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6271
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
|
|
6060
6272
|
const { basePath, withCredentials } = this.configuration;
|
|
6061
6273
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
6062
6274
|
context: localVarHttpContext,
|
|
@@ -6070,13 +6282,13 @@ class TripsService extends BaseService {
|
|
|
6070
6282
|
});
|
|
6071
6283
|
}
|
|
6072
6284
|
createTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6073
|
-
const
|
|
6074
|
-
if (
|
|
6075
|
-
throw new Error('Required parameter
|
|
6285
|
+
const fileKey = requestParameters?.fileKey;
|
|
6286
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6287
|
+
throw new Error('Required parameter fileKey was null or undefined when calling createTrip.');
|
|
6076
6288
|
}
|
|
6077
|
-
const
|
|
6078
|
-
if (
|
|
6079
|
-
throw new Error('Required parameter
|
|
6289
|
+
const tripStudio = requestParameters?.tripStudio;
|
|
6290
|
+
if (tripStudio === null || tripStudio === undefined) {
|
|
6291
|
+
throw new Error('Required parameter tripStudio was null or undefined when calling createTrip.');
|
|
6080
6292
|
}
|
|
6081
6293
|
let localVarHeaders = this.defaultHeaders;
|
|
6082
6294
|
// authentication (ApiKeyAuth) required
|
|
@@ -6109,11 +6321,11 @@ class TripsService extends BaseService {
|
|
|
6109
6321
|
responseType_ = 'blob';
|
|
6110
6322
|
}
|
|
6111
6323
|
}
|
|
6112
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6324
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
|
|
6113
6325
|
const { basePath, withCredentials } = this.configuration;
|
|
6114
6326
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6115
6327
|
context: localVarHttpContext,
|
|
6116
|
-
body:
|
|
6328
|
+
body: tripStudio,
|
|
6117
6329
|
responseType: responseType_,
|
|
6118
6330
|
...(withCredentials ? { withCredentials } : {}),
|
|
6119
6331
|
headers: localVarHeaders,
|
|
@@ -6123,9 +6335,9 @@ class TripsService extends BaseService {
|
|
|
6123
6335
|
});
|
|
6124
6336
|
}
|
|
6125
6337
|
deleteCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6126
|
-
const
|
|
6127
|
-
if (
|
|
6128
|
-
throw new Error('Required parameter
|
|
6338
|
+
const fileKey = requestParameters?.fileKey;
|
|
6339
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6340
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteCustomTracks.');
|
|
6129
6341
|
}
|
|
6130
6342
|
let localVarHeaders = this.defaultHeaders;
|
|
6131
6343
|
// authentication (ApiKeyAuth) required
|
|
@@ -6150,7 +6362,7 @@ class TripsService extends BaseService {
|
|
|
6150
6362
|
responseType_ = 'blob';
|
|
6151
6363
|
}
|
|
6152
6364
|
}
|
|
6153
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6365
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks-custom`;
|
|
6154
6366
|
const { basePath, withCredentials } = this.configuration;
|
|
6155
6367
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
6156
6368
|
context: localVarHttpContext,
|
|
@@ -6163,9 +6375,9 @@ class TripsService extends BaseService {
|
|
|
6163
6375
|
});
|
|
6164
6376
|
}
|
|
6165
6377
|
deleteTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6166
|
-
const
|
|
6167
|
-
if (
|
|
6168
|
-
throw new Error('Required parameter
|
|
6378
|
+
const fileKey = requestParameters?.fileKey;
|
|
6379
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6380
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteTrip.');
|
|
6169
6381
|
}
|
|
6170
6382
|
const essenceKey = requestParameters?.essenceKey;
|
|
6171
6383
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -6194,7 +6406,7 @@ class TripsService extends BaseService {
|
|
|
6194
6406
|
responseType_ = 'blob';
|
|
6195
6407
|
}
|
|
6196
6408
|
}
|
|
6197
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6409
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
6198
6410
|
const { basePath, withCredentials } = this.configuration;
|
|
6199
6411
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
6200
6412
|
context: localVarHttpContext,
|
|
@@ -6207,9 +6419,9 @@ class TripsService extends BaseService {
|
|
|
6207
6419
|
});
|
|
6208
6420
|
}
|
|
6209
6421
|
deleteTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6210
|
-
const
|
|
6211
|
-
if (
|
|
6212
|
-
throw new Error('Required parameter
|
|
6422
|
+
const fileKey = requestParameters?.fileKey;
|
|
6423
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6424
|
+
throw new Error('Required parameter fileKey was null or undefined when calling deleteTripsBatch.');
|
|
6213
6425
|
}
|
|
6214
6426
|
const requestBody = requestParameters?.requestBody;
|
|
6215
6427
|
if (requestBody === null || requestBody === undefined) {
|
|
@@ -6246,7 +6458,7 @@ class TripsService extends BaseService {
|
|
|
6246
6458
|
responseType_ = 'blob';
|
|
6247
6459
|
}
|
|
6248
6460
|
}
|
|
6249
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6461
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/table`;
|
|
6250
6462
|
const { basePath, withCredentials } = this.configuration;
|
|
6251
6463
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
6252
6464
|
context: localVarHttpContext,
|
|
@@ -6260,9 +6472,9 @@ class TripsService extends BaseService {
|
|
|
6260
6472
|
});
|
|
6261
6473
|
}
|
|
6262
6474
|
loadCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6263
|
-
const
|
|
6264
|
-
if (
|
|
6265
|
-
throw new Error('Required parameter
|
|
6475
|
+
const fileKey = requestParameters?.fileKey;
|
|
6476
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6477
|
+
throw new Error('Required parameter fileKey was null or undefined when calling loadCustomTracks.');
|
|
6266
6478
|
}
|
|
6267
6479
|
const trackListCustomStudio = requestParameters?.trackListCustomStudio;
|
|
6268
6480
|
let localVarHeaders = this.defaultHeaders;
|
|
@@ -6296,7 +6508,7 @@ class TripsService extends BaseService {
|
|
|
6296
6508
|
responseType_ = 'blob';
|
|
6297
6509
|
}
|
|
6298
6510
|
}
|
|
6299
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6511
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks-custom`;
|
|
6300
6512
|
const { basePath, withCredentials } = this.configuration;
|
|
6301
6513
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6302
6514
|
context: localVarHttpContext,
|
|
@@ -6309,14 +6521,14 @@ class TripsService extends BaseService {
|
|
|
6309
6521
|
reportProgress: reportProgress
|
|
6310
6522
|
});
|
|
6311
6523
|
}
|
|
6312
|
-
|
|
6313
|
-
const
|
|
6314
|
-
if (
|
|
6315
|
-
throw new Error('Required parameter
|
|
6524
|
+
readRoundtripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6525
|
+
const fileKey = requestParameters?.fileKey;
|
|
6526
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6527
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readRoundtripsMetrics.');
|
|
6316
6528
|
}
|
|
6317
|
-
const
|
|
6318
|
-
if (
|
|
6319
|
-
throw new Error('Required parameter
|
|
6529
|
+
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
6530
|
+
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
6531
|
+
throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readRoundtripsMetrics.');
|
|
6320
6532
|
}
|
|
6321
6533
|
let localVarHeaders = this.defaultHeaders;
|
|
6322
6534
|
// authentication (ApiKeyAuth) required
|
|
@@ -6329,6 +6541,14 @@ class TripsService extends BaseService {
|
|
|
6329
6541
|
}
|
|
6330
6542
|
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6331
6543
|
const localVarTransferCache = options?.transferCache ?? true;
|
|
6544
|
+
// to determine the Content-Type header
|
|
6545
|
+
const consumes = [
|
|
6546
|
+
'application/json'
|
|
6547
|
+
];
|
|
6548
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6549
|
+
if (httpContentTypeSelected !== undefined) {
|
|
6550
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
6551
|
+
}
|
|
6332
6552
|
let responseType_ = 'json';
|
|
6333
6553
|
if (localVarHttpHeaderAcceptSelected) {
|
|
6334
6554
|
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
@@ -6341,10 +6561,11 @@ class TripsService extends BaseService {
|
|
|
6341
6561
|
responseType_ = 'blob';
|
|
6342
6562
|
}
|
|
6343
6563
|
}
|
|
6344
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6564
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/roundtrips/batch/metrics`;
|
|
6345
6565
|
const { basePath, withCredentials } = this.configuration;
|
|
6346
|
-
return this.httpClient.request('
|
|
6566
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6347
6567
|
context: localVarHttpContext,
|
|
6568
|
+
body: tableTripMetricsFilterListStudio,
|
|
6348
6569
|
responseType: responseType_,
|
|
6349
6570
|
...(withCredentials ? { withCredentials } : {}),
|
|
6350
6571
|
headers: localVarHeaders,
|
|
@@ -6353,21 +6574,17 @@ class TripsService extends BaseService {
|
|
|
6353
6574
|
reportProgress: reportProgress
|
|
6354
6575
|
});
|
|
6355
6576
|
}
|
|
6356
|
-
|
|
6357
|
-
const
|
|
6358
|
-
if (
|
|
6359
|
-
throw new Error('Required parameter
|
|
6360
|
-
}
|
|
6361
|
-
const essenceKey = requestParameters?.essenceKey;
|
|
6362
|
-
if (essenceKey === null || essenceKey === undefined) {
|
|
6363
|
-
throw new Error('Required parameter essenceKey was null or undefined when calling readTripStops.');
|
|
6577
|
+
readRoundtripsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6578
|
+
const fileKey = requestParameters?.fileKey;
|
|
6579
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6580
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readRoundtripsTable.');
|
|
6364
6581
|
}
|
|
6365
6582
|
const offset = requestParameters?.offset;
|
|
6366
6583
|
const limit = requestParameters?.limit;
|
|
6367
6584
|
const sortField = requestParameters?.sortField;
|
|
6368
6585
|
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6369
6586
|
const sortDirection = requestParameters?.sortDirection;
|
|
6370
|
-
const
|
|
6587
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
6371
6588
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6372
6589
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6373
6590
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
@@ -6405,11 +6622,11 @@ class TripsService extends BaseService {
|
|
|
6405
6622
|
responseType_ = 'blob';
|
|
6406
6623
|
}
|
|
6407
6624
|
}
|
|
6408
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6625
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/roundtrips/batch/table`;
|
|
6409
6626
|
const { basePath, withCredentials } = this.configuration;
|
|
6410
6627
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6411
6628
|
context: localVarHttpContext,
|
|
6412
|
-
body:
|
|
6629
|
+
body: tableTripFilterListStudio,
|
|
6413
6630
|
params: localVarQueryParameters,
|
|
6414
6631
|
responseType: responseType_,
|
|
6415
6632
|
...(withCredentials ? { withCredentials } : {}),
|
|
@@ -6419,17 +6636,65 @@ class TripsService extends BaseService {
|
|
|
6419
6636
|
reportProgress: reportProgress
|
|
6420
6637
|
});
|
|
6421
6638
|
}
|
|
6422
|
-
|
|
6423
|
-
const
|
|
6424
|
-
if (
|
|
6425
|
-
throw new Error('Required parameter
|
|
6639
|
+
readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6640
|
+
const fileKey = requestParameters?.fileKey;
|
|
6641
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6642
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTrip.');
|
|
6643
|
+
}
|
|
6644
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6645
|
+
if (essenceKey === null || essenceKey === undefined) {
|
|
6646
|
+
throw new Error('Required parameter essenceKey was null or undefined when calling readTrip.');
|
|
6647
|
+
}
|
|
6648
|
+
let localVarHeaders = this.defaultHeaders;
|
|
6649
|
+
// authentication (ApiKeyAuth) required
|
|
6650
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
6651
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
6652
|
+
'application/json'
|
|
6653
|
+
]);
|
|
6654
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
6655
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
6656
|
+
}
|
|
6657
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6658
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
6659
|
+
let responseType_ = 'json';
|
|
6660
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
6661
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
6662
|
+
responseType_ = 'text';
|
|
6663
|
+
}
|
|
6664
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
6665
|
+
responseType_ = 'json';
|
|
6666
|
+
}
|
|
6667
|
+
else {
|
|
6668
|
+
responseType_ = 'blob';
|
|
6669
|
+
}
|
|
6670
|
+
}
|
|
6671
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
|
|
6672
|
+
const { basePath, withCredentials } = this.configuration;
|
|
6673
|
+
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
6674
|
+
context: localVarHttpContext,
|
|
6675
|
+
responseType: responseType_,
|
|
6676
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
6677
|
+
headers: localVarHeaders,
|
|
6678
|
+
observe: observe,
|
|
6679
|
+
transferCache: localVarTransferCache,
|
|
6680
|
+
reportProgress: reportProgress
|
|
6681
|
+
});
|
|
6682
|
+
}
|
|
6683
|
+
readTripStops(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6684
|
+
const fileKey = requestParameters?.fileKey;
|
|
6685
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6686
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripStops.');
|
|
6687
|
+
}
|
|
6688
|
+
const essenceKey = requestParameters?.essenceKey;
|
|
6689
|
+
if (essenceKey === null || essenceKey === undefined) {
|
|
6690
|
+
throw new Error('Required parameter essenceKey was null or undefined when calling readTripStops.');
|
|
6426
6691
|
}
|
|
6427
6692
|
const offset = requestParameters?.offset;
|
|
6428
6693
|
const limit = requestParameters?.limit;
|
|
6429
6694
|
const sortField = requestParameters?.sortField;
|
|
6430
6695
|
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6431
6696
|
const sortDirection = requestParameters?.sortDirection;
|
|
6432
|
-
const
|
|
6697
|
+
const tableTripStopFilterListStudio = requestParameters?.tableTripStopFilterListStudio;
|
|
6433
6698
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6434
6699
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6435
6700
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
@@ -6467,11 +6732,11 @@ class TripsService extends BaseService {
|
|
|
6467
6732
|
responseType_ = 'blob';
|
|
6468
6733
|
}
|
|
6469
6734
|
}
|
|
6470
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6735
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/stops/batch/table`;
|
|
6471
6736
|
const { basePath, withCredentials } = this.configuration;
|
|
6472
6737
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6473
6738
|
context: localVarHttpContext,
|
|
6474
|
-
body:
|
|
6739
|
+
body: tableTripStopFilterListStudio,
|
|
6475
6740
|
params: localVarQueryParameters,
|
|
6476
6741
|
responseType: responseType_,
|
|
6477
6742
|
...(withCredentials ? { withCredentials } : {}),
|
|
@@ -6482,9 +6747,9 @@ class TripsService extends BaseService {
|
|
|
6482
6747
|
});
|
|
6483
6748
|
}
|
|
6484
6749
|
readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6485
|
-
const
|
|
6486
|
-
if (
|
|
6487
|
-
throw new Error('Required parameter
|
|
6750
|
+
const fileKey = requestParameters?.fileKey;
|
|
6751
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6752
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsCharts.');
|
|
6488
6753
|
}
|
|
6489
6754
|
const offset = requestParameters?.offset;
|
|
6490
6755
|
const limit = requestParameters?.limit;
|
|
@@ -6527,7 +6792,7 @@ class TripsService extends BaseService {
|
|
|
6527
6792
|
responseType_ = 'blob';
|
|
6528
6793
|
}
|
|
6529
6794
|
}
|
|
6530
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6795
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/charts`;
|
|
6531
6796
|
const { basePath, withCredentials } = this.configuration;
|
|
6532
6797
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6533
6798
|
context: localVarHttpContext,
|
|
@@ -6542,9 +6807,9 @@ class TripsService extends BaseService {
|
|
|
6542
6807
|
});
|
|
6543
6808
|
}
|
|
6544
6809
|
readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6545
|
-
const
|
|
6546
|
-
if (
|
|
6547
|
-
throw new Error('Required parameter
|
|
6810
|
+
const fileKey = requestParameters?.fileKey;
|
|
6811
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6812
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsMetrics.');
|
|
6548
6813
|
}
|
|
6549
6814
|
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
6550
6815
|
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
@@ -6581,7 +6846,7 @@ class TripsService extends BaseService {
|
|
|
6581
6846
|
responseType_ = 'blob';
|
|
6582
6847
|
}
|
|
6583
6848
|
}
|
|
6584
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6849
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/metrics`;
|
|
6585
6850
|
const { basePath, withCredentials } = this.configuration;
|
|
6586
6851
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6587
6852
|
context: localVarHttpContext,
|
|
@@ -6594,10 +6859,72 @@ class TripsService extends BaseService {
|
|
|
6594
6859
|
reportProgress: reportProgress
|
|
6595
6860
|
});
|
|
6596
6861
|
}
|
|
6862
|
+
readTripsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6863
|
+
const fileKey = requestParameters?.fileKey;
|
|
6864
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6865
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsTable.');
|
|
6866
|
+
}
|
|
6867
|
+
const offset = requestParameters?.offset;
|
|
6868
|
+
const limit = requestParameters?.limit;
|
|
6869
|
+
const sortField = requestParameters?.sortField;
|
|
6870
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6871
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6872
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
6873
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6874
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6875
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6876
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6877
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
6878
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
6879
|
+
let localVarHeaders = this.defaultHeaders;
|
|
6880
|
+
// authentication (ApiKeyAuth) required
|
|
6881
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
6882
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
6883
|
+
'application/json'
|
|
6884
|
+
]);
|
|
6885
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
6886
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
6887
|
+
}
|
|
6888
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
6889
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
6890
|
+
// to determine the Content-Type header
|
|
6891
|
+
const consumes = [
|
|
6892
|
+
'application/json'
|
|
6893
|
+
];
|
|
6894
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6895
|
+
if (httpContentTypeSelected !== undefined) {
|
|
6896
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
6897
|
+
}
|
|
6898
|
+
let responseType_ = 'json';
|
|
6899
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
6900
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
6901
|
+
responseType_ = 'text';
|
|
6902
|
+
}
|
|
6903
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
6904
|
+
responseType_ = 'json';
|
|
6905
|
+
}
|
|
6906
|
+
else {
|
|
6907
|
+
responseType_ = 'blob';
|
|
6908
|
+
}
|
|
6909
|
+
}
|
|
6910
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/table`;
|
|
6911
|
+
const { basePath, withCredentials } = this.configuration;
|
|
6912
|
+
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6913
|
+
context: localVarHttpContext,
|
|
6914
|
+
body: tableTripFilterListStudio,
|
|
6915
|
+
params: localVarQueryParameters,
|
|
6916
|
+
responseType: responseType_,
|
|
6917
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
6918
|
+
headers: localVarHeaders,
|
|
6919
|
+
observe: observe,
|
|
6920
|
+
transferCache: localVarTransferCache,
|
|
6921
|
+
reportProgress: reportProgress
|
|
6922
|
+
});
|
|
6923
|
+
}
|
|
6597
6924
|
readTripsTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6598
|
-
const
|
|
6599
|
-
if (
|
|
6600
|
-
throw new Error('Required parameter
|
|
6925
|
+
const fileKey = requestParameters?.fileKey;
|
|
6926
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6927
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsTracks.');
|
|
6601
6928
|
}
|
|
6602
6929
|
const tracksType = requestParameters?.tracksType;
|
|
6603
6930
|
if (tracksType === null || tracksType === undefined) {
|
|
@@ -6640,7 +6967,7 @@ class TripsService extends BaseService {
|
|
|
6640
6967
|
responseType_ = 'blob';
|
|
6641
6968
|
}
|
|
6642
6969
|
}
|
|
6643
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6970
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "TrackTypeStudio", dataFormat: undefined })}`;
|
|
6644
6971
|
const { basePath, withCredentials } = this.configuration;
|
|
6645
6972
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6646
6973
|
context: localVarHttpContext,
|
|
@@ -6655,9 +6982,9 @@ class TripsService extends BaseService {
|
|
|
6655
6982
|
});
|
|
6656
6983
|
}
|
|
6657
6984
|
rejectTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6658
|
-
const
|
|
6659
|
-
if (
|
|
6660
|
-
throw new Error('Required parameter
|
|
6985
|
+
const fileKey = requestParameters?.fileKey;
|
|
6986
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6987
|
+
throw new Error('Required parameter fileKey was null or undefined when calling rejectTripsBatch.');
|
|
6661
6988
|
}
|
|
6662
6989
|
const requestBody = requestParameters?.requestBody;
|
|
6663
6990
|
if (requestBody === null || requestBody === undefined) {
|
|
@@ -6694,7 +7021,7 @@ class TripsService extends BaseService {
|
|
|
6694
7021
|
responseType_ = 'blob';
|
|
6695
7022
|
}
|
|
6696
7023
|
}
|
|
6697
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
7024
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
|
|
6698
7025
|
const { basePath, withCredentials } = this.configuration;
|
|
6699
7026
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
6700
7027
|
context: localVarHttpContext,
|
|
@@ -6708,13 +7035,13 @@ class TripsService extends BaseService {
|
|
|
6708
7035
|
});
|
|
6709
7036
|
}
|
|
6710
7037
|
updateTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6711
|
-
const
|
|
6712
|
-
if (
|
|
6713
|
-
throw new Error('Required parameter
|
|
7038
|
+
const fileKey = requestParameters?.fileKey;
|
|
7039
|
+
if (fileKey === null || fileKey === undefined) {
|
|
7040
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateTrip.');
|
|
6714
7041
|
}
|
|
6715
|
-
const
|
|
6716
|
-
if (
|
|
6717
|
-
throw new Error('Required parameter
|
|
7042
|
+
const tripStudio = requestParameters?.tripStudio;
|
|
7043
|
+
if (tripStudio === null || tripStudio === undefined) {
|
|
7044
|
+
throw new Error('Required parameter tripStudio was null or undefined when calling updateTrip.');
|
|
6718
7045
|
}
|
|
6719
7046
|
let localVarHeaders = this.defaultHeaders;
|
|
6720
7047
|
// authentication (ApiKeyAuth) required
|
|
@@ -6747,11 +7074,11 @@ class TripsService extends BaseService {
|
|
|
6747
7074
|
responseType_ = 'blob';
|
|
6748
7075
|
}
|
|
6749
7076
|
}
|
|
6750
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
7077
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
|
|
6751
7078
|
const { basePath, withCredentials } = this.configuration;
|
|
6752
7079
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
6753
7080
|
context: localVarHttpContext,
|
|
6754
|
-
body:
|
|
7081
|
+
body: tripStudio,
|
|
6755
7082
|
responseType: responseType_,
|
|
6756
7083
|
...(withCredentials ? { withCredentials } : {}),
|
|
6757
7084
|
headers: localVarHeaders,
|
|
@@ -6780,7 +7107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6780
7107
|
/**
|
|
6781
7108
|
* VRt.Studio [ST]
|
|
6782
7109
|
*
|
|
6783
|
-
* The version of the OpenAPI document: 7.
|
|
7110
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
6784
7111
|
* Contact: servicedesk@veeroute.com
|
|
6785
7112
|
*
|
|
6786
7113
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7086,7 +7413,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7086
7413
|
/**
|
|
7087
7414
|
* VRt.Studio [ST]
|
|
7088
7415
|
*
|
|
7089
|
-
* The version of the OpenAPI document: 7.
|
|
7416
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7090
7417
|
* Contact: servicedesk@veeroute.com
|
|
7091
7418
|
*
|
|
7092
7419
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7096,7 +7423,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7096
7423
|
/**
|
|
7097
7424
|
* VRt.Studio [ST]
|
|
7098
7425
|
*
|
|
7099
|
-
* The version of the OpenAPI document: 7.
|
|
7426
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7100
7427
|
* Contact: servicedesk@veeroute.com
|
|
7101
7428
|
*
|
|
7102
7429
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7106,7 +7433,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7106
7433
|
/**
|
|
7107
7434
|
* VRt.Studio [ST]
|
|
7108
7435
|
*
|
|
7109
|
-
* The version of the OpenAPI document: 7.
|
|
7436
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7110
7437
|
* Contact: servicedesk@veeroute.com
|
|
7111
7438
|
*
|
|
7112
7439
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7125,7 +7452,7 @@ var BasicProcessStudio;
|
|
|
7125
7452
|
/**
|
|
7126
7453
|
* VRt.Studio [ST]
|
|
7127
7454
|
*
|
|
7128
|
-
* The version of the OpenAPI document: 7.
|
|
7455
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7129
7456
|
* Contact: servicedesk@veeroute.com
|
|
7130
7457
|
*
|
|
7131
7458
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7145,7 +7472,7 @@ var BasicStateStudio;
|
|
|
7145
7472
|
/**
|
|
7146
7473
|
* VRt.Studio [ST]
|
|
7147
7474
|
*
|
|
7148
|
-
* The version of the OpenAPI document: 7.
|
|
7475
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7149
7476
|
* Contact: servicedesk@veeroute.com
|
|
7150
7477
|
*
|
|
7151
7478
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7162,7 +7489,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7162
7489
|
/**
|
|
7163
7490
|
* VRt.Studio [ST]
|
|
7164
7491
|
*
|
|
7165
|
-
* The version of the OpenAPI document: 7.
|
|
7492
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7166
7493
|
* Contact: servicedesk@veeroute.com
|
|
7167
7494
|
*
|
|
7168
7495
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7172,7 +7499,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7172
7499
|
/**
|
|
7173
7500
|
* VRt.Studio [ST]
|
|
7174
7501
|
*
|
|
7175
|
-
* The version of the OpenAPI document: 7.
|
|
7502
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7176
7503
|
* Contact: servicedesk@veeroute.com
|
|
7177
7504
|
*
|
|
7178
7505
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7182,7 +7509,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7182
7509
|
/**
|
|
7183
7510
|
* VRt.Studio [ST]
|
|
7184
7511
|
*
|
|
7185
|
-
* The version of the OpenAPI document: 7.
|
|
7512
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7186
7513
|
* Contact: servicedesk@veeroute.com
|
|
7187
7514
|
*
|
|
7188
7515
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7206,7 +7533,7 @@ var CalculationStatusStudio;
|
|
|
7206
7533
|
/**
|
|
7207
7534
|
* VRt.Studio [ST]
|
|
7208
7535
|
*
|
|
7209
|
-
* The version of the OpenAPI document: 7.
|
|
7536
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7210
7537
|
* Contact: servicedesk@veeroute.com
|
|
7211
7538
|
*
|
|
7212
7539
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7216,7 +7543,7 @@ var CalculationStatusStudio;
|
|
|
7216
7543
|
/**
|
|
7217
7544
|
* VRt.Studio [ST]
|
|
7218
7545
|
*
|
|
7219
|
-
* The version of the OpenAPI document: 7.
|
|
7546
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7220
7547
|
* Contact: servicedesk@veeroute.com
|
|
7221
7548
|
*
|
|
7222
7549
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7226,7 +7553,7 @@ var CalculationStatusStudio;
|
|
|
7226
7553
|
/**
|
|
7227
7554
|
* VRt.Studio [ST]
|
|
7228
7555
|
*
|
|
7229
|
-
* The version of the OpenAPI document: 7.
|
|
7556
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7230
7557
|
* Contact: servicedesk@veeroute.com
|
|
7231
7558
|
*
|
|
7232
7559
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7236,7 +7563,7 @@ var CalculationStatusStudio;
|
|
|
7236
7563
|
/**
|
|
7237
7564
|
* VRt.Studio [ST]
|
|
7238
7565
|
*
|
|
7239
|
-
* The version of the OpenAPI document: 7.
|
|
7566
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7240
7567
|
* Contact: servicedesk@veeroute.com
|
|
7241
7568
|
*
|
|
7242
7569
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7246,7 +7573,7 @@ var CalculationStatusStudio;
|
|
|
7246
7573
|
/**
|
|
7247
7574
|
* VRt.Studio [ST]
|
|
7248
7575
|
*
|
|
7249
|
-
* The version of the OpenAPI document: 7.
|
|
7576
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7250
7577
|
* Contact: servicedesk@veeroute.com
|
|
7251
7578
|
*
|
|
7252
7579
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7256,7 +7583,7 @@ var CalculationStatusStudio;
|
|
|
7256
7583
|
/**
|
|
7257
7584
|
* VRt.Studio [ST]
|
|
7258
7585
|
*
|
|
7259
|
-
* The version of the OpenAPI document: 7.
|
|
7586
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7260
7587
|
* Contact: servicedesk@veeroute.com
|
|
7261
7588
|
*
|
|
7262
7589
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7266,7 +7593,7 @@ var CalculationStatusStudio;
|
|
|
7266
7593
|
/**
|
|
7267
7594
|
* VRt.Studio [ST]
|
|
7268
7595
|
*
|
|
7269
|
-
* The version of the OpenAPI document: 7.
|
|
7596
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7270
7597
|
* Contact: servicedesk@veeroute.com
|
|
7271
7598
|
*
|
|
7272
7599
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7276,7 +7603,7 @@ var CalculationStatusStudio;
|
|
|
7276
7603
|
/**
|
|
7277
7604
|
* VRt.Studio [ST]
|
|
7278
7605
|
*
|
|
7279
|
-
* The version of the OpenAPI document: 7.
|
|
7606
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7280
7607
|
* Contact: servicedesk@veeroute.com
|
|
7281
7608
|
*
|
|
7282
7609
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7294,7 +7621,7 @@ var CargoActionTypeStudio;
|
|
|
7294
7621
|
/**
|
|
7295
7622
|
* VRt.Studio [ST]
|
|
7296
7623
|
*
|
|
7297
|
-
* The version of the OpenAPI document: 7.
|
|
7624
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7298
7625
|
* Contact: servicedesk@veeroute.com
|
|
7299
7626
|
*
|
|
7300
7627
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7314,7 +7641,7 @@ var CargoRotationTypeStudio;
|
|
|
7314
7641
|
/**
|
|
7315
7642
|
* VRt.Studio [ST]
|
|
7316
7643
|
*
|
|
7317
|
-
* The version of the OpenAPI document: 7.
|
|
7644
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7318
7645
|
* Contact: servicedesk@veeroute.com
|
|
7319
7646
|
*
|
|
7320
7647
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7324,7 +7651,7 @@ var CargoRotationTypeStudio;
|
|
|
7324
7651
|
/**
|
|
7325
7652
|
* VRt.Studio [ST]
|
|
7326
7653
|
*
|
|
7327
|
-
* The version of the OpenAPI document: 7.
|
|
7654
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7328
7655
|
* Contact: servicedesk@veeroute.com
|
|
7329
7656
|
*
|
|
7330
7657
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7334,7 +7661,7 @@ var CargoRotationTypeStudio;
|
|
|
7334
7661
|
/**
|
|
7335
7662
|
* VRt.Studio [ST]
|
|
7336
7663
|
*
|
|
7337
|
-
* The version of the OpenAPI document: 7.
|
|
7664
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7338
7665
|
* Contact: servicedesk@veeroute.com
|
|
7339
7666
|
*
|
|
7340
7667
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7354,6 +7681,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7354
7681
|
CustomfieldEntityTypeStudio["TRANSPORT_SHIFT"] = "TRANSPORT_SHIFT";
|
|
7355
7682
|
CustomfieldEntityTypeStudio["HARDLINK"] = "HARDLINK";
|
|
7356
7683
|
CustomfieldEntityTypeStudio["TRIP"] = "TRIP";
|
|
7684
|
+
CustomfieldEntityTypeStudio["ROUNDTRIP"] = "ROUNDTRIP";
|
|
7357
7685
|
CustomfieldEntityTypeStudio["FACT"] = "FACT";
|
|
7358
7686
|
CustomfieldEntityTypeStudio["TRIP_STOP"] = "TRIP_STOP";
|
|
7359
7687
|
})(CustomfieldEntityTypeStudio || (CustomfieldEntityTypeStudio = {}));
|
|
@@ -7361,7 +7689,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7361
7689
|
/**
|
|
7362
7690
|
* VRt.Studio [ST]
|
|
7363
7691
|
*
|
|
7364
|
-
* The version of the OpenAPI document: 7.
|
|
7692
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7365
7693
|
* Contact: servicedesk@veeroute.com
|
|
7366
7694
|
*
|
|
7367
7695
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7371,7 +7699,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7371
7699
|
/**
|
|
7372
7700
|
* VRt.Studio [ST]
|
|
7373
7701
|
*
|
|
7374
|
-
* The version of the OpenAPI document: 7.
|
|
7702
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7375
7703
|
* Contact: servicedesk@veeroute.com
|
|
7376
7704
|
*
|
|
7377
7705
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7392,7 +7720,7 @@ var DemandTypeStudio;
|
|
|
7392
7720
|
/**
|
|
7393
7721
|
* VRt.Studio [ST]
|
|
7394
7722
|
*
|
|
7395
|
-
* The version of the OpenAPI document: 7.
|
|
7723
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7396
7724
|
* Contact: servicedesk@veeroute.com
|
|
7397
7725
|
*
|
|
7398
7726
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7428,7 +7756,7 @@ var EntityErrorTypeStudio;
|
|
|
7428
7756
|
/**
|
|
7429
7757
|
* VRt.Studio [ST]
|
|
7430
7758
|
*
|
|
7431
|
-
* The version of the OpenAPI document: 7.
|
|
7759
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7432
7760
|
* Contact: servicedesk@veeroute.com
|
|
7433
7761
|
*
|
|
7434
7762
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7472,7 +7800,7 @@ var EntityTypeStudio;
|
|
|
7472
7800
|
/**
|
|
7473
7801
|
* VRt.Studio [ST]
|
|
7474
7802
|
*
|
|
7475
|
-
* The version of the OpenAPI document: 7.
|
|
7803
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7476
7804
|
* Contact: servicedesk@veeroute.com
|
|
7477
7805
|
*
|
|
7478
7806
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7529,7 +7857,7 @@ var EntityWarningTypeStudio;
|
|
|
7529
7857
|
/**
|
|
7530
7858
|
* VRt.Studio [ST]
|
|
7531
7859
|
*
|
|
7532
|
-
* The version of the OpenAPI document: 7.
|
|
7860
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7533
7861
|
* Contact: servicedesk@veeroute.com
|
|
7534
7862
|
*
|
|
7535
7863
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7539,7 +7867,7 @@ var EntityWarningTypeStudio;
|
|
|
7539
7867
|
/**
|
|
7540
7868
|
* VRt.Studio [ST]
|
|
7541
7869
|
*
|
|
7542
|
-
* The version of the OpenAPI document: 7.
|
|
7870
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7543
7871
|
* Contact: servicedesk@veeroute.com
|
|
7544
7872
|
*
|
|
7545
7873
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7549,7 +7877,7 @@ var EntityWarningTypeStudio;
|
|
|
7549
7877
|
/**
|
|
7550
7878
|
* VRt.Studio [ST]
|
|
7551
7879
|
*
|
|
7552
|
-
* The version of the OpenAPI document: 7.
|
|
7880
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7553
7881
|
* Contact: servicedesk@veeroute.com
|
|
7554
7882
|
*
|
|
7555
7883
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7573,7 +7901,7 @@ var FactTypeStudio;
|
|
|
7573
7901
|
/**
|
|
7574
7902
|
* VRt.Studio [ST]
|
|
7575
7903
|
*
|
|
7576
|
-
* The version of the OpenAPI document: 7.
|
|
7904
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7577
7905
|
* Contact: servicedesk@veeroute.com
|
|
7578
7906
|
*
|
|
7579
7907
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7583,7 +7911,7 @@ var FactTypeStudio;
|
|
|
7583
7911
|
/**
|
|
7584
7912
|
* VRt.Studio [ST]
|
|
7585
7913
|
*
|
|
7586
|
-
* The version of the OpenAPI document: 7.
|
|
7914
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7587
7915
|
* Contact: servicedesk@veeroute.com
|
|
7588
7916
|
*
|
|
7589
7917
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7593,7 +7921,7 @@ var FactTypeStudio;
|
|
|
7593
7921
|
/**
|
|
7594
7922
|
* VRt.Studio [ST]
|
|
7595
7923
|
*
|
|
7596
|
-
* The version of the OpenAPI document: 7.
|
|
7924
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7597
7925
|
* Contact: servicedesk@veeroute.com
|
|
7598
7926
|
*
|
|
7599
7927
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7616,7 +7944,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7616
7944
|
/**
|
|
7617
7945
|
* VRt.Studio [ST]
|
|
7618
7946
|
*
|
|
7619
|
-
* The version of the OpenAPI document: 7.
|
|
7947
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7620
7948
|
* Contact: servicedesk@veeroute.com
|
|
7621
7949
|
*
|
|
7622
7950
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7626,7 +7954,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7626
7954
|
/**
|
|
7627
7955
|
* VRt.Studio [ST]
|
|
7628
7956
|
*
|
|
7629
|
-
* The version of the OpenAPI document: 7.
|
|
7957
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7630
7958
|
* Contact: servicedesk@veeroute.com
|
|
7631
7959
|
*
|
|
7632
7960
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7644,7 +7972,7 @@ var FolderTypeStudio;
|
|
|
7644
7972
|
/**
|
|
7645
7973
|
* VRt.Studio [ST]
|
|
7646
7974
|
*
|
|
7647
|
-
* The version of the OpenAPI document: 7.
|
|
7975
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7648
7976
|
* Contact: servicedesk@veeroute.com
|
|
7649
7977
|
*
|
|
7650
7978
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7654,7 +7982,7 @@ var FolderTypeStudio;
|
|
|
7654
7982
|
/**
|
|
7655
7983
|
* VRt.Studio [ST]
|
|
7656
7984
|
*
|
|
7657
|
-
* The version of the OpenAPI document: 7.
|
|
7985
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7658
7986
|
* Contact: servicedesk@veeroute.com
|
|
7659
7987
|
*
|
|
7660
7988
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7673,7 +8001,7 @@ var HardlinkElementTypeStudio;
|
|
|
7673
8001
|
/**
|
|
7674
8002
|
* VRt.Studio [ST]
|
|
7675
8003
|
*
|
|
7676
|
-
* The version of the OpenAPI document: 7.
|
|
8004
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7677
8005
|
* Contact: servicedesk@veeroute.com
|
|
7678
8006
|
*
|
|
7679
8007
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7691,7 +8019,7 @@ var ImportSampleStudio;
|
|
|
7691
8019
|
/**
|
|
7692
8020
|
* VRt.Studio [ST]
|
|
7693
8021
|
*
|
|
7694
|
-
* The version of the OpenAPI document: 7.
|
|
8022
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7695
8023
|
* Contact: servicedesk@veeroute.com
|
|
7696
8024
|
*
|
|
7697
8025
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7709,7 +8037,7 @@ var ImportSourceStudio;
|
|
|
7709
8037
|
/**
|
|
7710
8038
|
* VRt.Studio [ST]
|
|
7711
8039
|
*
|
|
7712
|
-
* The version of the OpenAPI document: 7.
|
|
8040
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7713
8041
|
* Contact: servicedesk@veeroute.com
|
|
7714
8042
|
*
|
|
7715
8043
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7732,7 +8060,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7732
8060
|
/**
|
|
7733
8061
|
* VRt.Studio [ST]
|
|
7734
8062
|
*
|
|
7735
|
-
* The version of the OpenAPI document: 7.
|
|
8063
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7736
8064
|
* Contact: servicedesk@veeroute.com
|
|
7737
8065
|
*
|
|
7738
8066
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7742,7 +8070,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7742
8070
|
/**
|
|
7743
8071
|
* VRt.Studio [ST]
|
|
7744
8072
|
*
|
|
7745
|
-
* The version of the OpenAPI document: 7.
|
|
8073
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7746
8074
|
* Contact: servicedesk@veeroute.com
|
|
7747
8075
|
*
|
|
7748
8076
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7752,7 +8080,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7752
8080
|
/**
|
|
7753
8081
|
* VRt.Studio [ST]
|
|
7754
8082
|
*
|
|
7755
|
-
* The version of the OpenAPI document: 7.
|
|
8083
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7756
8084
|
* Contact: servicedesk@veeroute.com
|
|
7757
8085
|
*
|
|
7758
8086
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7762,7 +8090,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7762
8090
|
/**
|
|
7763
8091
|
* VRt.Studio [ST]
|
|
7764
8092
|
*
|
|
7765
|
-
* The version of the OpenAPI document: 7.
|
|
8093
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7766
8094
|
* Contact: servicedesk@veeroute.com
|
|
7767
8095
|
*
|
|
7768
8096
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7772,7 +8100,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7772
8100
|
/**
|
|
7773
8101
|
* VRt.Studio [ST]
|
|
7774
8102
|
*
|
|
7775
|
-
* The version of the OpenAPI document: 7.
|
|
8103
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7776
8104
|
* Contact: servicedesk@veeroute.com
|
|
7777
8105
|
*
|
|
7778
8106
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7782,7 +8110,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7782
8110
|
/**
|
|
7783
8111
|
* VRt.Studio [ST]
|
|
7784
8112
|
*
|
|
7785
|
-
* The version of the OpenAPI document: 7.
|
|
8113
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7786
8114
|
* Contact: servicedesk@veeroute.com
|
|
7787
8115
|
*
|
|
7788
8116
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7792,7 +8120,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7792
8120
|
/**
|
|
7793
8121
|
* VRt.Studio [ST]
|
|
7794
8122
|
*
|
|
7795
|
-
* The version of the OpenAPI document: 7.
|
|
8123
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7796
8124
|
* Contact: servicedesk@veeroute.com
|
|
7797
8125
|
*
|
|
7798
8126
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7802,7 +8130,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7802
8130
|
/**
|
|
7803
8131
|
* VRt.Studio [ST]
|
|
7804
8132
|
*
|
|
7805
|
-
* The version of the OpenAPI document: 7.
|
|
8133
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7806
8134
|
* Contact: servicedesk@veeroute.com
|
|
7807
8135
|
*
|
|
7808
8136
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7812,7 +8140,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7812
8140
|
/**
|
|
7813
8141
|
* VRt.Studio [ST]
|
|
7814
8142
|
*
|
|
7815
|
-
* The version of the OpenAPI document: 7.
|
|
8143
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7816
8144
|
* Contact: servicedesk@veeroute.com
|
|
7817
8145
|
*
|
|
7818
8146
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7838,7 +8166,7 @@ var ServiceStudio;
|
|
|
7838
8166
|
/**
|
|
7839
8167
|
* VRt.Studio [ST]
|
|
7840
8168
|
*
|
|
7841
|
-
* The version of the OpenAPI document: 7.
|
|
8169
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7842
8170
|
* Contact: servicedesk@veeroute.com
|
|
7843
8171
|
*
|
|
7844
8172
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7848,7 +8176,7 @@ var ServiceStudio;
|
|
|
7848
8176
|
/**
|
|
7849
8177
|
* VRt.Studio [ST]
|
|
7850
8178
|
*
|
|
7851
|
-
* The version of the OpenAPI document: 7.
|
|
8179
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7852
8180
|
* Contact: servicedesk@veeroute.com
|
|
7853
8181
|
*
|
|
7854
8182
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7924,7 +8252,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7924
8252
|
/**
|
|
7925
8253
|
* VRt.Studio [ST]
|
|
7926
8254
|
*
|
|
7927
|
-
* The version of the OpenAPI document: 7.
|
|
8255
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7928
8256
|
* Contact: servicedesk@veeroute.com
|
|
7929
8257
|
*
|
|
7930
8258
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7934,7 +8262,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7934
8262
|
/**
|
|
7935
8263
|
* VRt.Studio [ST]
|
|
7936
8264
|
*
|
|
7937
|
-
* The version of the OpenAPI document: 7.
|
|
8265
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7938
8266
|
* Contact: servicedesk@veeroute.com
|
|
7939
8267
|
*
|
|
7940
8268
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7944,7 +8272,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7944
8272
|
/**
|
|
7945
8273
|
* VRt.Studio [ST]
|
|
7946
8274
|
*
|
|
7947
|
-
* The version of the OpenAPI document: 7.
|
|
8275
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7948
8276
|
* Contact: servicedesk@veeroute.com
|
|
7949
8277
|
*
|
|
7950
8278
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7965,7 +8293,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
7965
8293
|
/**
|
|
7966
8294
|
* VRt.Studio [ST]
|
|
7967
8295
|
*
|
|
7968
|
-
* The version of the OpenAPI document: 7.
|
|
8296
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
7969
8297
|
* Contact: servicedesk@veeroute.com
|
|
7970
8298
|
*
|
|
7971
8299
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7998,7 +8326,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7998
8326
|
/**
|
|
7999
8327
|
* VRt.Studio [ST]
|
|
8000
8328
|
*
|
|
8001
|
-
* The version of the OpenAPI document: 7.
|
|
8329
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8002
8330
|
* Contact: servicedesk@veeroute.com
|
|
8003
8331
|
*
|
|
8004
8332
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8008,7 +8336,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8008
8336
|
/**
|
|
8009
8337
|
* VRt.Studio [ST]
|
|
8010
8338
|
*
|
|
8011
|
-
* The version of the OpenAPI document: 7.
|
|
8339
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8012
8340
|
* Contact: servicedesk@veeroute.com
|
|
8013
8341
|
*
|
|
8014
8342
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8018,7 +8346,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8018
8346
|
/**
|
|
8019
8347
|
* VRt.Studio [ST]
|
|
8020
8348
|
*
|
|
8021
|
-
* The version of the OpenAPI document: 7.
|
|
8349
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8022
8350
|
* Contact: servicedesk@veeroute.com
|
|
8023
8351
|
*
|
|
8024
8352
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8028,7 +8356,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8028
8356
|
/**
|
|
8029
8357
|
* VRt.Studio [ST]
|
|
8030
8358
|
*
|
|
8031
|
-
* The version of the OpenAPI document: 7.
|
|
8359
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8032
8360
|
* Contact: servicedesk@veeroute.com
|
|
8033
8361
|
*
|
|
8034
8362
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8038,7 +8366,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8038
8366
|
/**
|
|
8039
8367
|
* VRt.Studio [ST]
|
|
8040
8368
|
*
|
|
8041
|
-
* The version of the OpenAPI document: 7.
|
|
8369
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8042
8370
|
* Contact: servicedesk@veeroute.com
|
|
8043
8371
|
*
|
|
8044
8372
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8048,7 +8376,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8048
8376
|
/**
|
|
8049
8377
|
* VRt.Studio [ST]
|
|
8050
8378
|
*
|
|
8051
|
-
* The version of the OpenAPI document: 7.
|
|
8379
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8052
8380
|
* Contact: servicedesk@veeroute.com
|
|
8053
8381
|
*
|
|
8054
8382
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8058,7 +8386,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8058
8386
|
/**
|
|
8059
8387
|
* VRt.Studio [ST]
|
|
8060
8388
|
*
|
|
8061
|
-
* The version of the OpenAPI document: 7.
|
|
8389
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8062
8390
|
* Contact: servicedesk@veeroute.com
|
|
8063
8391
|
*
|
|
8064
8392
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8068,7 +8396,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8068
8396
|
/**
|
|
8069
8397
|
* VRt.Studio [ST]
|
|
8070
8398
|
*
|
|
8071
|
-
* The version of the OpenAPI document: 7.
|
|
8399
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8072
8400
|
* Contact: servicedesk@veeroute.com
|
|
8073
8401
|
*
|
|
8074
8402
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8078,7 +8406,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8078
8406
|
/**
|
|
8079
8407
|
* VRt.Studio [ST]
|
|
8080
8408
|
*
|
|
8081
|
-
* The version of the OpenAPI document: 7.
|
|
8409
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8082
8410
|
* Contact: servicedesk@veeroute.com
|
|
8083
8411
|
*
|
|
8084
8412
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8102,7 +8430,7 @@ var TableFilterTypeStudio;
|
|
|
8102
8430
|
/**
|
|
8103
8431
|
* VRt.Studio [ST]
|
|
8104
8432
|
*
|
|
8105
|
-
* The version of the OpenAPI document: 7.
|
|
8433
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8106
8434
|
* Contact: servicedesk@veeroute.com
|
|
8107
8435
|
*
|
|
8108
8436
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8133,7 +8461,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8133
8461
|
/**
|
|
8134
8462
|
* VRt.Studio [ST]
|
|
8135
8463
|
*
|
|
8136
|
-
* The version of the OpenAPI document: 7.
|
|
8464
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8137
8465
|
* Contact: servicedesk@veeroute.com
|
|
8138
8466
|
*
|
|
8139
8467
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8143,7 +8471,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8143
8471
|
/**
|
|
8144
8472
|
* VRt.Studio [ST]
|
|
8145
8473
|
*
|
|
8146
|
-
* The version of the OpenAPI document: 7.
|
|
8474
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8147
8475
|
* Contact: servicedesk@veeroute.com
|
|
8148
8476
|
*
|
|
8149
8477
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8173,7 +8501,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8173
8501
|
/**
|
|
8174
8502
|
* VRt.Studio [ST]
|
|
8175
8503
|
*
|
|
8176
|
-
* The version of the OpenAPI document: 7.
|
|
8504
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8177
8505
|
* Contact: servicedesk@veeroute.com
|
|
8178
8506
|
*
|
|
8179
8507
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8229,7 +8557,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8229
8557
|
/**
|
|
8230
8558
|
* VRt.Studio [ST]
|
|
8231
8559
|
*
|
|
8232
|
-
* The version of the OpenAPI document: 7.
|
|
8560
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8233
8561
|
* Contact: servicedesk@veeroute.com
|
|
8234
8562
|
*
|
|
8235
8563
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8267,7 +8595,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8267
8595
|
/**
|
|
8268
8596
|
* VRt.Studio [ST]
|
|
8269
8597
|
*
|
|
8270
|
-
* The version of the OpenAPI document: 7.
|
|
8598
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8271
8599
|
* Contact: servicedesk@veeroute.com
|
|
8272
8600
|
*
|
|
8273
8601
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8310,7 +8638,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8310
8638
|
/**
|
|
8311
8639
|
* VRt.Studio [ST]
|
|
8312
8640
|
*
|
|
8313
|
-
* The version of the OpenAPI document: 7.
|
|
8641
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8314
8642
|
* Contact: servicedesk@veeroute.com
|
|
8315
8643
|
*
|
|
8316
8644
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8370,7 +8698,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8370
8698
|
/**
|
|
8371
8699
|
* VRt.Studio [ST]
|
|
8372
8700
|
*
|
|
8373
|
-
* The version of the OpenAPI document: 7.
|
|
8701
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8374
8702
|
* Contact: servicedesk@veeroute.com
|
|
8375
8703
|
*
|
|
8376
8704
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8410,7 +8738,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8410
8738
|
/**
|
|
8411
8739
|
* VRt.Studio [ST]
|
|
8412
8740
|
*
|
|
8413
|
-
* The version of the OpenAPI document: 7.
|
|
8741
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8414
8742
|
* Contact: servicedesk@veeroute.com
|
|
8415
8743
|
*
|
|
8416
8744
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8420,7 +8748,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8420
8748
|
/**
|
|
8421
8749
|
* VRt.Studio [ST]
|
|
8422
8750
|
*
|
|
8423
|
-
* The version of the OpenAPI document: 7.
|
|
8751
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8424
8752
|
* Contact: servicedesk@veeroute.com
|
|
8425
8753
|
*
|
|
8426
8754
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8430,7 +8758,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8430
8758
|
/**
|
|
8431
8759
|
* VRt.Studio [ST]
|
|
8432
8760
|
*
|
|
8433
|
-
* The version of the OpenAPI document: 7.
|
|
8761
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8434
8762
|
* Contact: servicedesk@veeroute.com
|
|
8435
8763
|
*
|
|
8436
8764
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8449,7 +8777,7 @@ var TrackTypeStudio;
|
|
|
8449
8777
|
/**
|
|
8450
8778
|
* VRt.Studio [ST]
|
|
8451
8779
|
*
|
|
8452
|
-
* The version of the OpenAPI document: 7.
|
|
8780
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8453
8781
|
* Contact: servicedesk@veeroute.com
|
|
8454
8782
|
*
|
|
8455
8783
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8459,7 +8787,7 @@ var TrackTypeStudio;
|
|
|
8459
8787
|
/**
|
|
8460
8788
|
* VRt.Studio [ST]
|
|
8461
8789
|
*
|
|
8462
|
-
* The version of the OpenAPI document: 7.
|
|
8790
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8463
8791
|
* Contact: servicedesk@veeroute.com
|
|
8464
8792
|
*
|
|
8465
8793
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8469,7 +8797,7 @@ var TrackTypeStudio;
|
|
|
8469
8797
|
/**
|
|
8470
8798
|
* VRt.Studio [ST]
|
|
8471
8799
|
*
|
|
8472
|
-
* The version of the OpenAPI document: 7.
|
|
8800
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8473
8801
|
* Contact: servicedesk@veeroute.com
|
|
8474
8802
|
*
|
|
8475
8803
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8479,7 +8807,7 @@ var TrackTypeStudio;
|
|
|
8479
8807
|
/**
|
|
8480
8808
|
* VRt.Studio [ST]
|
|
8481
8809
|
*
|
|
8482
|
-
* The version of the OpenAPI document: 7.
|
|
8810
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8483
8811
|
* Contact: servicedesk@veeroute.com
|
|
8484
8812
|
*
|
|
8485
8813
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8511,7 +8839,7 @@ var TransportTypeStudio;
|
|
|
8511
8839
|
/**
|
|
8512
8840
|
* VRt.Studio [ST]
|
|
8513
8841
|
*
|
|
8514
|
-
* The version of the OpenAPI document: 7.
|
|
8842
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8515
8843
|
* Contact: servicedesk@veeroute.com
|
|
8516
8844
|
*
|
|
8517
8845
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8529,7 +8857,7 @@ var TripStartTimeStrategyStudio;
|
|
|
8529
8857
|
/**
|
|
8530
8858
|
* VRt.Studio [ST]
|
|
8531
8859
|
*
|
|
8532
|
-
* The version of the OpenAPI document: 7.
|
|
8860
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8533
8861
|
* Contact: servicedesk@veeroute.com
|
|
8534
8862
|
*
|
|
8535
8863
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8559,7 +8887,7 @@ var TripStateFlagStudio;
|
|
|
8559
8887
|
/**
|
|
8560
8888
|
* VRt.Studio [ST]
|
|
8561
8889
|
*
|
|
8562
|
-
* The version of the OpenAPI document: 7.
|
|
8890
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8563
8891
|
* Contact: servicedesk@veeroute.com
|
|
8564
8892
|
*
|
|
8565
8893
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8584,7 +8912,7 @@ var TripStatusStudio;
|
|
|
8584
8912
|
/**
|
|
8585
8913
|
* VRt.Studio [ST]
|
|
8586
8914
|
*
|
|
8587
|
-
* The version of the OpenAPI document: 7.
|
|
8915
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8588
8916
|
* Contact: servicedesk@veeroute.com
|
|
8589
8917
|
*
|
|
8590
8918
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8594,7 +8922,7 @@ var TripStatusStudio;
|
|
|
8594
8922
|
/**
|
|
8595
8923
|
* VRt.Studio [ST]
|
|
8596
8924
|
*
|
|
8597
|
-
* The version of the OpenAPI document: 7.
|
|
8925
|
+
* The version of the OpenAPI document: 7.29.3120
|
|
8598
8926
|
* Contact: servicedesk@veeroute.com
|
|
8599
8927
|
*
|
|
8600
8928
|
* NOTE: This class is auto generated by OpenAPI Generator.
|