@veeroute/lss-studio-angular 7.27.3079 → 7.28.3096
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 +24 -24
- package/api/tripsServiceInterface.d.ts +31 -30
- package/api/userServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +1 -1
- package/cfg/process_types.json +142 -118
- 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 +88 -88
- 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 +2 -2
- package/esm2022/model/customfieldsSettings.mjs +1 -1
- package/esm2022/model/demand.mjs +1 -1
- package/esm2022/model/demandExtraDuration.mjs +2 -2
- package/esm2022/model/demandType.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +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 +930 -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 +1 -1
- package/model/customfieldsSettings.d.ts +1 -1
- package/model/demand.d.ts +1 -1
- package/model/demandExtraDuration.d.ts +1 -1
- package/model/demandType.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +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 +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general403.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/generalStatistics.d.ts +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 +1 -1
- package/model/tableFactColumnType.d.ts +1 -1
- package/model/tableFactFields.d.ts +1 -1
- package/model/tableFactFilter.d.ts +1 -1
- package/model/tableFactFilterList.d.ts +1 -1
- package/model/tableFactList.d.ts +1 -1
- package/model/tableFactMetrics.d.ts +1 -1
- package/model/tableFactMetricsFilterList.d.ts +1 -1
- package/model/tableFilterBoolList.d.ts +1 -1
- package/model/tableFilterDatetimeRange.d.ts +1 -1
- package/model/tableFilterDurationRange.d.ts +1 -1
- package/model/tableFilterEnumList.d.ts +1 -1
- package/model/tableFilterFloatRange.d.ts +1 -1
- package/model/tableFilterIntRange.d.ts +1 -1
- package/model/tableFilterStringList.d.ts +1 -1
- package/model/tableFilterStringSearch.d.ts +1 -1
- package/model/tableFilterType.d.ts +1 -1
- package/model/tableHardlink.d.ts +1 -1
- package/model/tableHardlinkColumnType.d.ts +1 -1
- package/model/tableHardlinkFields.d.ts +1 -1
- package/model/tableHardlinkFilter.d.ts +1 -1
- package/model/tableHardlinkFilterList.d.ts +1 -1
- package/model/tableHardlinkList.d.ts +1 -1
- package/model/tableHardlinkMetrics.d.ts +1 -1
- package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
- package/model/tableListCounters.d.ts +1 -1
- package/model/tableListCountersDetail.d.ts +1 -1
- package/model/tableLocation.d.ts +1 -1
- package/model/tableLocationColumnType.d.ts +1 -1
- package/model/tableLocationFields.d.ts +1 -1
- package/model/tableLocationFilter.d.ts +1 -1
- package/model/tableLocationFilterList.d.ts +1 -1
- package/model/tableLocationList.d.ts +1 -1
- package/model/tableLocationMetrics.d.ts +1 -1
- package/model/tableLocationMetricsFilterList.d.ts +1 -1
- package/model/tableOrder.d.ts +1 -1
- package/model/tableOrderColumnType.d.ts +1 -1
- package/model/tableOrderFields.d.ts +1 -1
- package/model/tableOrderFilter.d.ts +1 -1
- package/model/tableOrderFilterList.d.ts +1 -1
- package/model/tableOrderList.d.ts +1 -1
- package/model/tableOrderMetrics.d.ts +1 -1
- package/model/tableOrderMetricsFilterList.d.ts +1 -1
- package/model/tablePerformer.d.ts +1 -1
- package/model/tablePerformerColumnType.d.ts +1 -1
- package/model/tablePerformerFields.d.ts +1 -1
- package/model/tablePerformerFilter.d.ts +1 -1
- package/model/tablePerformerFilterList.d.ts +1 -1
- package/model/tablePerformerList.d.ts +1 -1
- package/model/tablePerformerMetrics.d.ts +1 -1
- package/model/tablePerformerMetricsFilterList.d.ts +1 -1
- package/model/tableTransport.d.ts +1 -1
- package/model/tableTransportColumnType.d.ts +1 -1
- package/model/tableTransportFields.d.ts +1 -1
- package/model/tableTransportFilter.d.ts +1 -1
- package/model/tableTransportFilterList.d.ts +1 -1
- package/model/tableTransportList.d.ts +1 -1
- package/model/tableTransportMetrics.d.ts +1 -1
- package/model/tableTransportMetricsFilterList.d.ts +1 -1
- package/model/tableTrip.d.ts +1 -1
- package/model/tableTripColumnType.d.ts +1 -1
- package/model/tableTripFields.d.ts +1 -1
- package/model/tableTripFilter.d.ts +1 -1
- package/model/tableTripFilterList.d.ts +1 -1
- package/model/tableTripList.d.ts +3 -3
- package/model/tableTripMetrics.d.ts +1 -1
- package/model/tableTripMetricsFilterList.d.ts +1 -1
- package/model/tableTripStop.d.ts +1 -1
- package/model/tableTripStopColumnType.d.ts +1 -1
- package/model/tableTripStopFields.d.ts +1 -1
- package/model/tableTripStopFilter.d.ts +1 -1
- package/model/tableTripStopFilterList.d.ts +1 -1
- package/model/tableTripStopList.d.ts +1 -1
- package/model/taskStatistics.d.ts +1 -1
- package/model/timeWindow.d.ts +1 -1
- package/model/timeWindowViolationDetail.d.ts +1 -1
- package/model/timeWindowViolations.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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,7 +3549,7 @@ 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
3553
|
const { basePath, withCredentials } = this.configuration;
|
|
3554
3554
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3555
3555
|
context: localVarHttpContext,
|
|
@@ -3561,14 +3561,14 @@ class HardlinksService extends BaseService {
|
|
|
3561
3561
|
reportProgress: reportProgress
|
|
3562
3562
|
});
|
|
3563
3563
|
}
|
|
3564
|
-
|
|
3565
|
-
const
|
|
3566
|
-
if (
|
|
3567
|
-
throw new Error('Required parameter
|
|
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
3568
|
}
|
|
3569
3569
|
const requestBody = requestParameters?.requestBody;
|
|
3570
3570
|
if (requestBody === null || requestBody === undefined) {
|
|
3571
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
3571
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteHardlinksBatch.');
|
|
3572
3572
|
}
|
|
3573
3573
|
let localVarHeaders = this.defaultHeaders;
|
|
3574
3574
|
// authentication (ApiKeyAuth) required
|
|
@@ -3601,7 +3601,7 @@ class HardlinksService extends BaseService {
|
|
|
3601
3601
|
responseType_ = 'blob';
|
|
3602
3602
|
}
|
|
3603
3603
|
}
|
|
3604
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
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`;
|
|
3605
3605
|
const { basePath, withCredentials } = this.configuration;
|
|
3606
3606
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3607
3607
|
context: localVarHttpContext,
|
|
@@ -3614,14 +3614,14 @@ class HardlinksService extends BaseService {
|
|
|
3614
3614
|
reportProgress: reportProgress
|
|
3615
3615
|
});
|
|
3616
3616
|
}
|
|
3617
|
-
|
|
3618
|
-
const
|
|
3619
|
-
if (
|
|
3620
|
-
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.');
|
|
3621
3621
|
}
|
|
3622
3622
|
const requestBody = requestParameters?.requestBody;
|
|
3623
3623
|
if (requestBody === null || requestBody === undefined) {
|
|
3624
|
-
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.');
|
|
3625
3625
|
}
|
|
3626
3626
|
let localVarHeaders = this.defaultHeaders;
|
|
3627
3627
|
// authentication (ApiKeyAuth) required
|
|
@@ -3654,7 +3654,60 @@ class HardlinksService extends BaseService {
|
|
|
3654
3654
|
responseType_ = 'blob';
|
|
3655
3655
|
}
|
|
3656
3656
|
}
|
|
3657
|
-
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`;
|
|
3658
|
+
const { basePath, withCredentials } = this.configuration;
|
|
3659
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
3660
|
+
context: localVarHttpContext,
|
|
3661
|
+
body: requestBody,
|
|
3662
|
+
responseType: responseType_,
|
|
3663
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
3664
|
+
headers: localVarHeaders,
|
|
3665
|
+
observe: observe,
|
|
3666
|
+
transferCache: localVarTransferCache,
|
|
3667
|
+
reportProgress: reportProgress
|
|
3668
|
+
});
|
|
3669
|
+
}
|
|
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.');
|
|
3674
|
+
}
|
|
3675
|
+
const requestBody = requestParameters?.requestBody;
|
|
3676
|
+
if (requestBody === null || requestBody === undefined) {
|
|
3677
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinksBatch.');
|
|
3678
|
+
}
|
|
3679
|
+
let localVarHeaders = this.defaultHeaders;
|
|
3680
|
+
// authentication (ApiKeyAuth) required
|
|
3681
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
3682
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
3683
|
+
'application/json'
|
|
3684
|
+
]);
|
|
3685
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
3686
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
3687
|
+
}
|
|
3688
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
3689
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
3690
|
+
// to determine the Content-Type header
|
|
3691
|
+
const consumes = [
|
|
3692
|
+
'application/json'
|
|
3693
|
+
];
|
|
3694
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3695
|
+
if (httpContentTypeSelected !== undefined) {
|
|
3696
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
3697
|
+
}
|
|
3698
|
+
let responseType_ = 'json';
|
|
3699
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
3700
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
3701
|
+
responseType_ = 'text';
|
|
3702
|
+
}
|
|
3703
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
3704
|
+
responseType_ = 'json';
|
|
3705
|
+
}
|
|
3706
|
+
else {
|
|
3707
|
+
responseType_ = 'blob';
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
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.28.3096
|
|
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,7 +4050,7 @@ 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 })}`;
|
|
4001
4054
|
const { basePath, withCredentials } = this.configuration;
|
|
4002
4055
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4003
4056
|
context: localVarHttpContext,
|
|
@@ -4009,10 +4062,63 @@ class LocationsService extends BaseService {
|
|
|
4009
4062
|
reportProgress: reportProgress
|
|
4010
4063
|
});
|
|
4011
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`;
|
|
4106
|
+
const { basePath, withCredentials } = this.configuration;
|
|
4107
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
4108
|
+
context: localVarHttpContext,
|
|
4109
|
+
body: requestBody,
|
|
4110
|
+
responseType: responseType_,
|
|
4111
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
4112
|
+
headers: localVarHeaders,
|
|
4113
|
+
observe: observe,
|
|
4114
|
+
transferCache: localVarTransferCache,
|
|
4115
|
+
reportProgress: reportProgress
|
|
4116
|
+
});
|
|
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.28.3096
|
|
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,15 +4825,23 @@ 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
|
}
|
|
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');
|
|
4740
4845
|
let localVarHeaders = this.defaultHeaders;
|
|
4741
4846
|
// authentication (ApiKeyAuth) required
|
|
4742
4847
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -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.28.3096
|
|
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.28.3096
|
|
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.28.3096
|
|
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,10 +5756,63 @@ 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 })}`;
|
|
5760
|
+
const { basePath, withCredentials } = this.configuration;
|
|
5761
|
+
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5762
|
+
context: localVarHttpContext,
|
|
5763
|
+
responseType: responseType_,
|
|
5764
|
+
...(withCredentials ? { withCredentials } : {}),
|
|
5765
|
+
headers: localVarHeaders,
|
|
5766
|
+
observe: observe,
|
|
5767
|
+
transferCache: localVarTransferCache,
|
|
5768
|
+
reportProgress: reportProgress
|
|
5769
|
+
});
|
|
5770
|
+
}
|
|
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.');
|
|
5775
|
+
}
|
|
5776
|
+
const requestBody = requestParameters?.requestBody;
|
|
5777
|
+
if (requestBody === null || requestBody === undefined) {
|
|
5778
|
+
throw new Error('Required parameter requestBody was null or undefined when calling deleteTransportsBatch.');
|
|
5779
|
+
}
|
|
5780
|
+
let localVarHeaders = this.defaultHeaders;
|
|
5781
|
+
// authentication (ApiKeyAuth) required
|
|
5782
|
+
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
5783
|
+
const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
|
|
5784
|
+
'application/json'
|
|
5785
|
+
]);
|
|
5786
|
+
if (localVarHttpHeaderAcceptSelected !== undefined) {
|
|
5787
|
+
localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
|
|
5788
|
+
}
|
|
5789
|
+
const localVarHttpContext = options?.context ?? new HttpContext();
|
|
5790
|
+
const localVarTransferCache = options?.transferCache ?? true;
|
|
5791
|
+
// to determine the Content-Type header
|
|
5792
|
+
const consumes = [
|
|
5793
|
+
'application/json'
|
|
5794
|
+
];
|
|
5795
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5796
|
+
if (httpContentTypeSelected !== undefined) {
|
|
5797
|
+
localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
|
|
5798
|
+
}
|
|
5799
|
+
let responseType_ = 'json';
|
|
5800
|
+
if (localVarHttpHeaderAcceptSelected) {
|
|
5801
|
+
if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
|
|
5802
|
+
responseType_ = 'text';
|
|
5803
|
+
}
|
|
5804
|
+
else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
|
|
5805
|
+
responseType_ = 'json';
|
|
5806
|
+
}
|
|
5807
|
+
else {
|
|
5808
|
+
responseType_ = 'blob';
|
|
5809
|
+
}
|
|
5810
|
+
}
|
|
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`;
|
|
5601
5812
|
const { basePath, withCredentials } = this.configuration;
|
|
5602
5813
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5603
5814
|
context: localVarHttpContext,
|
|
5815
|
+
body: requestBody,
|
|
5604
5816
|
responseType: responseType_,
|
|
5605
5817
|
...(withCredentials ? { withCredentials } : {}),
|
|
5606
5818
|
headers: localVarHeaders,
|
|
@@ -5609,14 +5821,14 @@ class TransportsService extends BaseService {
|
|
|
5609
5821
|
reportProgress: reportProgress
|
|
5610
5822
|
});
|
|
5611
5823
|
}
|
|
5612
|
-
|
|
5613
|
-
const
|
|
5614
|
-
if (
|
|
5615
|
-
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.');
|
|
5616
5828
|
}
|
|
5617
5829
|
const requestBody = requestParameters?.requestBody;
|
|
5618
5830
|
if (requestBody === null || requestBody === undefined) {
|
|
5619
|
-
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.');
|
|
5620
5832
|
}
|
|
5621
5833
|
let localVarHeaders = this.defaultHeaders;
|
|
5622
5834
|
// authentication (ApiKeyAuth) required
|
|
@@ -5649,7 +5861,7 @@ class TransportsService extends BaseService {
|
|
|
5649
5861
|
responseType_ = 'blob';
|
|
5650
5862
|
}
|
|
5651
5863
|
}
|
|
5652
|
-
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`;
|
|
5653
5865
|
const { basePath, withCredentials } = this.configuration;
|
|
5654
5866
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
5655
5867
|
context: localVarHttpContext,
|
|
@@ -5662,14 +5874,14 @@ class TransportsService extends BaseService {
|
|
|
5662
5874
|
reportProgress: reportProgress
|
|
5663
5875
|
});
|
|
5664
5876
|
}
|
|
5665
|
-
|
|
5666
|
-
const
|
|
5667
|
-
if (
|
|
5668
|
-
throw new Error('Required parameter
|
|
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.');
|
|
5669
5881
|
}
|
|
5670
5882
|
const requestBody = requestParameters?.requestBody;
|
|
5671
5883
|
if (requestBody === null || requestBody === undefined) {
|
|
5672
|
-
throw new Error('Required parameter requestBody was null or undefined when calling
|
|
5884
|
+
throw new Error('Required parameter requestBody was null or undefined when calling enableTransportsBatch.');
|
|
5673
5885
|
}
|
|
5674
5886
|
let localVarHeaders = this.defaultHeaders;
|
|
5675
5887
|
// authentication (ApiKeyAuth) required
|
|
@@ -5702,7 +5914,7 @@ class TransportsService extends BaseService {
|
|
|
5702
5914
|
responseType_ = 'blob';
|
|
5703
5915
|
}
|
|
5704
5916
|
}
|
|
5705
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
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.28.3096
|
|
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,
|
|
@@ -6310,9 +6522,9 @@ class TripsService extends BaseService {
|
|
|
6310
6522
|
});
|
|
6311
6523
|
}
|
|
6312
6524
|
readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6313
|
-
const
|
|
6314
|
-
if (
|
|
6315
|
-
throw new Error('Required parameter
|
|
6525
|
+
const fileKey = requestParameters?.fileKey;
|
|
6526
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6527
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTrip.');
|
|
6316
6528
|
}
|
|
6317
6529
|
const essenceKey = requestParameters?.essenceKey;
|
|
6318
6530
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -6341,7 +6553,7 @@ class TripsService extends BaseService {
|
|
|
6341
6553
|
responseType_ = 'blob';
|
|
6342
6554
|
}
|
|
6343
6555
|
}
|
|
6344
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6556
|
+
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 })}`;
|
|
6345
6557
|
const { basePath, withCredentials } = this.configuration;
|
|
6346
6558
|
return this.httpClient.request('get', `${basePath}${localVarPath}`, {
|
|
6347
6559
|
context: localVarHttpContext,
|
|
@@ -6354,9 +6566,9 @@ class TripsService extends BaseService {
|
|
|
6354
6566
|
});
|
|
6355
6567
|
}
|
|
6356
6568
|
readTripStops(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6357
|
-
const
|
|
6358
|
-
if (
|
|
6359
|
-
throw new Error('Required parameter
|
|
6569
|
+
const fileKey = requestParameters?.fileKey;
|
|
6570
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6571
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripStops.');
|
|
6360
6572
|
}
|
|
6361
6573
|
const essenceKey = requestParameters?.essenceKey;
|
|
6362
6574
|
if (essenceKey === null || essenceKey === undefined) {
|
|
@@ -6405,7 +6617,7 @@ class TripsService extends BaseService {
|
|
|
6405
6617
|
responseType_ = 'blob';
|
|
6406
6618
|
}
|
|
6407
6619
|
}
|
|
6408
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6620
|
+
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`;
|
|
6409
6621
|
const { basePath, withCredentials } = this.configuration;
|
|
6410
6622
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6411
6623
|
context: localVarHttpContext,
|
|
@@ -6419,22 +6631,20 @@ class TripsService extends BaseService {
|
|
|
6419
6631
|
reportProgress: reportProgress
|
|
6420
6632
|
});
|
|
6421
6633
|
}
|
|
6422
|
-
|
|
6423
|
-
const
|
|
6424
|
-
if (
|
|
6425
|
-
throw new Error('Required parameter
|
|
6634
|
+
readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6635
|
+
const fileKey = requestParameters?.fileKey;
|
|
6636
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6637
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsCharts.');
|
|
6426
6638
|
}
|
|
6427
6639
|
const offset = requestParameters?.offset;
|
|
6428
6640
|
const limit = requestParameters?.limit;
|
|
6429
6641
|
const sortField = requestParameters?.sortField;
|
|
6430
|
-
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6431
6642
|
const sortDirection = requestParameters?.sortDirection;
|
|
6432
6643
|
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
6433
6644
|
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6434
6645
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6435
6646
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6436
6647
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6437
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
6438
6648
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
6439
6649
|
let localVarHeaders = this.defaultHeaders;
|
|
6440
6650
|
// authentication (ApiKeyAuth) required
|
|
@@ -6467,7 +6677,7 @@ class TripsService extends BaseService {
|
|
|
6467
6677
|
responseType_ = 'blob';
|
|
6468
6678
|
}
|
|
6469
6679
|
}
|
|
6470
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6680
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/charts`;
|
|
6471
6681
|
const { basePath, withCredentials } = this.configuration;
|
|
6472
6682
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6473
6683
|
context: localVarHttpContext,
|
|
@@ -6481,21 +6691,15 @@ class TripsService extends BaseService {
|
|
|
6481
6691
|
reportProgress: reportProgress
|
|
6482
6692
|
});
|
|
6483
6693
|
}
|
|
6484
|
-
|
|
6485
|
-
const
|
|
6486
|
-
if (
|
|
6487
|
-
throw new Error('Required parameter
|
|
6694
|
+
readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6695
|
+
const fileKey = requestParameters?.fileKey;
|
|
6696
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6697
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsMetrics.');
|
|
6698
|
+
}
|
|
6699
|
+
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
6700
|
+
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
6701
|
+
throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
|
|
6488
6702
|
}
|
|
6489
|
-
const offset = requestParameters?.offset;
|
|
6490
|
-
const limit = requestParameters?.limit;
|
|
6491
|
-
const sortField = requestParameters?.sortField;
|
|
6492
|
-
const sortDirection = requestParameters?.sortDirection;
|
|
6493
|
-
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
6494
|
-
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6495
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6496
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6497
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6498
|
-
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
6499
6703
|
let localVarHeaders = this.defaultHeaders;
|
|
6500
6704
|
// authentication (ApiKeyAuth) required
|
|
6501
6705
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -6527,12 +6731,11 @@ class TripsService extends BaseService {
|
|
|
6527
6731
|
responseType_ = 'blob';
|
|
6528
6732
|
}
|
|
6529
6733
|
}
|
|
6530
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6734
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/metrics`;
|
|
6531
6735
|
const { basePath, withCredentials } = this.configuration;
|
|
6532
6736
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6533
6737
|
context: localVarHttpContext,
|
|
6534
|
-
body:
|
|
6535
|
-
params: localVarQueryParameters,
|
|
6738
|
+
body: tableTripMetricsFilterListStudio,
|
|
6536
6739
|
responseType: responseType_,
|
|
6537
6740
|
...(withCredentials ? { withCredentials } : {}),
|
|
6538
6741
|
headers: localVarHeaders,
|
|
@@ -6541,15 +6744,23 @@ class TripsService extends BaseService {
|
|
|
6541
6744
|
reportProgress: reportProgress
|
|
6542
6745
|
});
|
|
6543
6746
|
}
|
|
6544
|
-
|
|
6545
|
-
const
|
|
6546
|
-
if (
|
|
6547
|
-
throw new Error('Required parameter
|
|
6548
|
-
}
|
|
6549
|
-
const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
|
|
6550
|
-
if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
|
|
6551
|
-
throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
|
|
6747
|
+
readTripsTable(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6748
|
+
const fileKey = requestParameters?.fileKey;
|
|
6749
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6750
|
+
throw new Error('Required parameter fileKey was null or undefined when calling readTripsTable.');
|
|
6552
6751
|
}
|
|
6752
|
+
const offset = requestParameters?.offset;
|
|
6753
|
+
const limit = requestParameters?.limit;
|
|
6754
|
+
const sortField = requestParameters?.sortField;
|
|
6755
|
+
const sortCustomfield = requestParameters?.sortCustomfield;
|
|
6756
|
+
const sortDirection = requestParameters?.sortDirection;
|
|
6757
|
+
const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
|
|
6758
|
+
let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
|
|
6759
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
|
|
6760
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
|
|
6761
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
|
|
6762
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
|
|
6763
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
|
|
6553
6764
|
let localVarHeaders = this.defaultHeaders;
|
|
6554
6765
|
// authentication (ApiKeyAuth) required
|
|
6555
6766
|
localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
|
|
@@ -6581,11 +6792,12 @@ class TripsService extends BaseService {
|
|
|
6581
6792
|
responseType_ = 'blob';
|
|
6582
6793
|
}
|
|
6583
6794
|
}
|
|
6584
|
-
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/table`;
|
|
6585
6796
|
const { basePath, withCredentials } = this.configuration;
|
|
6586
6797
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6587
6798
|
context: localVarHttpContext,
|
|
6588
|
-
body:
|
|
6799
|
+
body: tableTripFilterListStudio,
|
|
6800
|
+
params: localVarQueryParameters,
|
|
6589
6801
|
responseType: responseType_,
|
|
6590
6802
|
...(withCredentials ? { withCredentials } : {}),
|
|
6591
6803
|
headers: localVarHeaders,
|
|
@@ -6595,9 +6807,9 @@ class TripsService extends BaseService {
|
|
|
6595
6807
|
});
|
|
6596
6808
|
}
|
|
6597
6809
|
readTripsTracks(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6598
|
-
const
|
|
6599
|
-
if (
|
|
6600
|
-
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 readTripsTracks.');
|
|
6601
6813
|
}
|
|
6602
6814
|
const tracksType = requestParameters?.tracksType;
|
|
6603
6815
|
if (tracksType === null || tracksType === undefined) {
|
|
@@ -6640,7 +6852,7 @@ class TripsService extends BaseService {
|
|
|
6640
6852
|
responseType_ = 'blob';
|
|
6641
6853
|
}
|
|
6642
6854
|
}
|
|
6643
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6855
|
+
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
6856
|
const { basePath, withCredentials } = this.configuration;
|
|
6645
6857
|
return this.httpClient.request('post', `${basePath}${localVarPath}`, {
|
|
6646
6858
|
context: localVarHttpContext,
|
|
@@ -6655,9 +6867,9 @@ class TripsService extends BaseService {
|
|
|
6655
6867
|
});
|
|
6656
6868
|
}
|
|
6657
6869
|
rejectTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6658
|
-
const
|
|
6659
|
-
if (
|
|
6660
|
-
throw new Error('Required parameter
|
|
6870
|
+
const fileKey = requestParameters?.fileKey;
|
|
6871
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6872
|
+
throw new Error('Required parameter fileKey was null or undefined when calling rejectTripsBatch.');
|
|
6661
6873
|
}
|
|
6662
6874
|
const requestBody = requestParameters?.requestBody;
|
|
6663
6875
|
if (requestBody === null || requestBody === undefined) {
|
|
@@ -6694,7 +6906,7 @@ class TripsService extends BaseService {
|
|
|
6694
6906
|
responseType_ = 'blob';
|
|
6695
6907
|
}
|
|
6696
6908
|
}
|
|
6697
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6909
|
+
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
6910
|
const { basePath, withCredentials } = this.configuration;
|
|
6699
6911
|
return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
|
|
6700
6912
|
context: localVarHttpContext,
|
|
@@ -6708,13 +6920,13 @@ class TripsService extends BaseService {
|
|
|
6708
6920
|
});
|
|
6709
6921
|
}
|
|
6710
6922
|
updateTrip(requestParameters, observe = 'body', reportProgress = false, options) {
|
|
6711
|
-
const
|
|
6712
|
-
if (
|
|
6713
|
-
throw new Error('Required parameter
|
|
6923
|
+
const fileKey = requestParameters?.fileKey;
|
|
6924
|
+
if (fileKey === null || fileKey === undefined) {
|
|
6925
|
+
throw new Error('Required parameter fileKey was null or undefined when calling updateTrip.');
|
|
6714
6926
|
}
|
|
6715
|
-
const
|
|
6716
|
-
if (
|
|
6717
|
-
throw new Error('Required parameter
|
|
6927
|
+
const tripStudio = requestParameters?.tripStudio;
|
|
6928
|
+
if (tripStudio === null || tripStudio === undefined) {
|
|
6929
|
+
throw new Error('Required parameter tripStudio was null or undefined when calling updateTrip.');
|
|
6718
6930
|
}
|
|
6719
6931
|
let localVarHeaders = this.defaultHeaders;
|
|
6720
6932
|
// authentication (ApiKeyAuth) required
|
|
@@ -6747,11 +6959,11 @@ class TripsService extends BaseService {
|
|
|
6747
6959
|
responseType_ = 'blob';
|
|
6748
6960
|
}
|
|
6749
6961
|
}
|
|
6750
|
-
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "
|
|
6962
|
+
let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
|
|
6751
6963
|
const { basePath, withCredentials } = this.configuration;
|
|
6752
6964
|
return this.httpClient.request('put', `${basePath}${localVarPath}`, {
|
|
6753
6965
|
context: localVarHttpContext,
|
|
6754
|
-
body:
|
|
6966
|
+
body: tripStudio,
|
|
6755
6967
|
responseType: responseType_,
|
|
6756
6968
|
...(withCredentials ? { withCredentials } : {}),
|
|
6757
6969
|
headers: localVarHeaders,
|
|
@@ -6780,7 +6992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6780
6992
|
/**
|
|
6781
6993
|
* VRt.Studio [ST]
|
|
6782
6994
|
*
|
|
6783
|
-
* The version of the OpenAPI document: 7.
|
|
6995
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
6784
6996
|
* Contact: servicedesk@veeroute.com
|
|
6785
6997
|
*
|
|
6786
6998
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7086,7 +7298,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7086
7298
|
/**
|
|
7087
7299
|
* VRt.Studio [ST]
|
|
7088
7300
|
*
|
|
7089
|
-
* The version of the OpenAPI document: 7.
|
|
7301
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7090
7302
|
* Contact: servicedesk@veeroute.com
|
|
7091
7303
|
*
|
|
7092
7304
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7096,7 +7308,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7096
7308
|
/**
|
|
7097
7309
|
* VRt.Studio [ST]
|
|
7098
7310
|
*
|
|
7099
|
-
* The version of the OpenAPI document: 7.
|
|
7311
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7100
7312
|
* Contact: servicedesk@veeroute.com
|
|
7101
7313
|
*
|
|
7102
7314
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7106,7 +7318,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
|
|
|
7106
7318
|
/**
|
|
7107
7319
|
* VRt.Studio [ST]
|
|
7108
7320
|
*
|
|
7109
|
-
* The version of the OpenAPI document: 7.
|
|
7321
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7110
7322
|
* Contact: servicedesk@veeroute.com
|
|
7111
7323
|
*
|
|
7112
7324
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7125,7 +7337,7 @@ var BasicProcessStudio;
|
|
|
7125
7337
|
/**
|
|
7126
7338
|
* VRt.Studio [ST]
|
|
7127
7339
|
*
|
|
7128
|
-
* The version of the OpenAPI document: 7.
|
|
7340
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7129
7341
|
* Contact: servicedesk@veeroute.com
|
|
7130
7342
|
*
|
|
7131
7343
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7145,7 +7357,7 @@ var BasicStateStudio;
|
|
|
7145
7357
|
/**
|
|
7146
7358
|
* VRt.Studio [ST]
|
|
7147
7359
|
*
|
|
7148
|
-
* The version of the OpenAPI document: 7.
|
|
7360
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7149
7361
|
* Contact: servicedesk@veeroute.com
|
|
7150
7362
|
*
|
|
7151
7363
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7162,7 +7374,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7162
7374
|
/**
|
|
7163
7375
|
* VRt.Studio [ST]
|
|
7164
7376
|
*
|
|
7165
|
-
* The version of the OpenAPI document: 7.
|
|
7377
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7166
7378
|
* Contact: servicedesk@veeroute.com
|
|
7167
7379
|
*
|
|
7168
7380
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7172,7 +7384,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7172
7384
|
/**
|
|
7173
7385
|
* VRt.Studio [ST]
|
|
7174
7386
|
*
|
|
7175
|
-
* The version of the OpenAPI document: 7.
|
|
7387
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7176
7388
|
* Contact: servicedesk@veeroute.com
|
|
7177
7389
|
*
|
|
7178
7390
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7182,7 +7394,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
|
|
|
7182
7394
|
/**
|
|
7183
7395
|
* VRt.Studio [ST]
|
|
7184
7396
|
*
|
|
7185
|
-
* The version of the OpenAPI document: 7.
|
|
7397
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7186
7398
|
* Contact: servicedesk@veeroute.com
|
|
7187
7399
|
*
|
|
7188
7400
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7206,7 +7418,7 @@ var CalculationStatusStudio;
|
|
|
7206
7418
|
/**
|
|
7207
7419
|
* VRt.Studio [ST]
|
|
7208
7420
|
*
|
|
7209
|
-
* The version of the OpenAPI document: 7.
|
|
7421
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7210
7422
|
* Contact: servicedesk@veeroute.com
|
|
7211
7423
|
*
|
|
7212
7424
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7216,7 +7428,7 @@ var CalculationStatusStudio;
|
|
|
7216
7428
|
/**
|
|
7217
7429
|
* VRt.Studio [ST]
|
|
7218
7430
|
*
|
|
7219
|
-
* The version of the OpenAPI document: 7.
|
|
7431
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7220
7432
|
* Contact: servicedesk@veeroute.com
|
|
7221
7433
|
*
|
|
7222
7434
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7226,7 +7438,7 @@ var CalculationStatusStudio;
|
|
|
7226
7438
|
/**
|
|
7227
7439
|
* VRt.Studio [ST]
|
|
7228
7440
|
*
|
|
7229
|
-
* The version of the OpenAPI document: 7.
|
|
7441
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7230
7442
|
* Contact: servicedesk@veeroute.com
|
|
7231
7443
|
*
|
|
7232
7444
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7236,7 +7448,7 @@ var CalculationStatusStudio;
|
|
|
7236
7448
|
/**
|
|
7237
7449
|
* VRt.Studio [ST]
|
|
7238
7450
|
*
|
|
7239
|
-
* The version of the OpenAPI document: 7.
|
|
7451
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7240
7452
|
* Contact: servicedesk@veeroute.com
|
|
7241
7453
|
*
|
|
7242
7454
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7246,7 +7458,7 @@ var CalculationStatusStudio;
|
|
|
7246
7458
|
/**
|
|
7247
7459
|
* VRt.Studio [ST]
|
|
7248
7460
|
*
|
|
7249
|
-
* The version of the OpenAPI document: 7.
|
|
7461
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7250
7462
|
* Contact: servicedesk@veeroute.com
|
|
7251
7463
|
*
|
|
7252
7464
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7256,7 +7468,7 @@ var CalculationStatusStudio;
|
|
|
7256
7468
|
/**
|
|
7257
7469
|
* VRt.Studio [ST]
|
|
7258
7470
|
*
|
|
7259
|
-
* The version of the OpenAPI document: 7.
|
|
7471
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7260
7472
|
* Contact: servicedesk@veeroute.com
|
|
7261
7473
|
*
|
|
7262
7474
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7266,7 +7478,7 @@ var CalculationStatusStudio;
|
|
|
7266
7478
|
/**
|
|
7267
7479
|
* VRt.Studio [ST]
|
|
7268
7480
|
*
|
|
7269
|
-
* The version of the OpenAPI document: 7.
|
|
7481
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7270
7482
|
* Contact: servicedesk@veeroute.com
|
|
7271
7483
|
*
|
|
7272
7484
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7276,7 +7488,7 @@ var CalculationStatusStudio;
|
|
|
7276
7488
|
/**
|
|
7277
7489
|
* VRt.Studio [ST]
|
|
7278
7490
|
*
|
|
7279
|
-
* The version of the OpenAPI document: 7.
|
|
7491
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7280
7492
|
* Contact: servicedesk@veeroute.com
|
|
7281
7493
|
*
|
|
7282
7494
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7294,7 +7506,7 @@ var CargoActionTypeStudio;
|
|
|
7294
7506
|
/**
|
|
7295
7507
|
* VRt.Studio [ST]
|
|
7296
7508
|
*
|
|
7297
|
-
* The version of the OpenAPI document: 7.
|
|
7509
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7298
7510
|
* Contact: servicedesk@veeroute.com
|
|
7299
7511
|
*
|
|
7300
7512
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7314,7 +7526,7 @@ var CargoRotationTypeStudio;
|
|
|
7314
7526
|
/**
|
|
7315
7527
|
* VRt.Studio [ST]
|
|
7316
7528
|
*
|
|
7317
|
-
* The version of the OpenAPI document: 7.
|
|
7529
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7318
7530
|
* Contact: servicedesk@veeroute.com
|
|
7319
7531
|
*
|
|
7320
7532
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7324,7 +7536,7 @@ var CargoRotationTypeStudio;
|
|
|
7324
7536
|
/**
|
|
7325
7537
|
* VRt.Studio [ST]
|
|
7326
7538
|
*
|
|
7327
|
-
* The version of the OpenAPI document: 7.
|
|
7539
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7328
7540
|
* Contact: servicedesk@veeroute.com
|
|
7329
7541
|
*
|
|
7330
7542
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7334,7 +7546,7 @@ var CargoRotationTypeStudio;
|
|
|
7334
7546
|
/**
|
|
7335
7547
|
* VRt.Studio [ST]
|
|
7336
7548
|
*
|
|
7337
|
-
* The version of the OpenAPI document: 7.
|
|
7549
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7338
7550
|
* Contact: servicedesk@veeroute.com
|
|
7339
7551
|
*
|
|
7340
7552
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7361,7 +7573,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7361
7573
|
/**
|
|
7362
7574
|
* VRt.Studio [ST]
|
|
7363
7575
|
*
|
|
7364
|
-
* The version of the OpenAPI document: 7.
|
|
7576
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7365
7577
|
* Contact: servicedesk@veeroute.com
|
|
7366
7578
|
*
|
|
7367
7579
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7371,7 +7583,7 @@ var CustomfieldEntityTypeStudio;
|
|
|
7371
7583
|
/**
|
|
7372
7584
|
* VRt.Studio [ST]
|
|
7373
7585
|
*
|
|
7374
|
-
* The version of the OpenAPI document: 7.
|
|
7586
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7375
7587
|
* Contact: servicedesk@veeroute.com
|
|
7376
7588
|
*
|
|
7377
7589
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7392,7 +7604,7 @@ var DemandTypeStudio;
|
|
|
7392
7604
|
/**
|
|
7393
7605
|
* VRt.Studio [ST]
|
|
7394
7606
|
*
|
|
7395
|
-
* The version of the OpenAPI document: 7.
|
|
7607
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7396
7608
|
* Contact: servicedesk@veeroute.com
|
|
7397
7609
|
*
|
|
7398
7610
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7428,7 +7640,7 @@ var EntityErrorTypeStudio;
|
|
|
7428
7640
|
/**
|
|
7429
7641
|
* VRt.Studio [ST]
|
|
7430
7642
|
*
|
|
7431
|
-
* The version of the OpenAPI document: 7.
|
|
7643
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7432
7644
|
* Contact: servicedesk@veeroute.com
|
|
7433
7645
|
*
|
|
7434
7646
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7472,7 +7684,7 @@ var EntityTypeStudio;
|
|
|
7472
7684
|
/**
|
|
7473
7685
|
* VRt.Studio [ST]
|
|
7474
7686
|
*
|
|
7475
|
-
* The version of the OpenAPI document: 7.
|
|
7687
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7476
7688
|
* Contact: servicedesk@veeroute.com
|
|
7477
7689
|
*
|
|
7478
7690
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7529,7 +7741,7 @@ var EntityWarningTypeStudio;
|
|
|
7529
7741
|
/**
|
|
7530
7742
|
* VRt.Studio [ST]
|
|
7531
7743
|
*
|
|
7532
|
-
* The version of the OpenAPI document: 7.
|
|
7744
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7533
7745
|
* Contact: servicedesk@veeroute.com
|
|
7534
7746
|
*
|
|
7535
7747
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7539,7 +7751,7 @@ var EntityWarningTypeStudio;
|
|
|
7539
7751
|
/**
|
|
7540
7752
|
* VRt.Studio [ST]
|
|
7541
7753
|
*
|
|
7542
|
-
* The version of the OpenAPI document: 7.
|
|
7754
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7543
7755
|
* Contact: servicedesk@veeroute.com
|
|
7544
7756
|
*
|
|
7545
7757
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7549,7 +7761,7 @@ var EntityWarningTypeStudio;
|
|
|
7549
7761
|
/**
|
|
7550
7762
|
* VRt.Studio [ST]
|
|
7551
7763
|
*
|
|
7552
|
-
* The version of the OpenAPI document: 7.
|
|
7764
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7553
7765
|
* Contact: servicedesk@veeroute.com
|
|
7554
7766
|
*
|
|
7555
7767
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7573,7 +7785,7 @@ var FactTypeStudio;
|
|
|
7573
7785
|
/**
|
|
7574
7786
|
* VRt.Studio [ST]
|
|
7575
7787
|
*
|
|
7576
|
-
* The version of the OpenAPI document: 7.
|
|
7788
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7577
7789
|
* Contact: servicedesk@veeroute.com
|
|
7578
7790
|
*
|
|
7579
7791
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7583,7 +7795,7 @@ var FactTypeStudio;
|
|
|
7583
7795
|
/**
|
|
7584
7796
|
* VRt.Studio [ST]
|
|
7585
7797
|
*
|
|
7586
|
-
* The version of the OpenAPI document: 7.
|
|
7798
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7587
7799
|
* Contact: servicedesk@veeroute.com
|
|
7588
7800
|
*
|
|
7589
7801
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7593,7 +7805,7 @@ var FactTypeStudio;
|
|
|
7593
7805
|
/**
|
|
7594
7806
|
* VRt.Studio [ST]
|
|
7595
7807
|
*
|
|
7596
|
-
* The version of the OpenAPI document: 7.
|
|
7808
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7597
7809
|
* Contact: servicedesk@veeroute.com
|
|
7598
7810
|
*
|
|
7599
7811
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7616,7 +7828,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7616
7828
|
/**
|
|
7617
7829
|
* VRt.Studio [ST]
|
|
7618
7830
|
*
|
|
7619
|
-
* The version of the OpenAPI document: 7.
|
|
7831
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7620
7832
|
* Contact: servicedesk@veeroute.com
|
|
7621
7833
|
*
|
|
7622
7834
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7626,7 +7838,7 @@ var FilesystemColumnTypeStudio;
|
|
|
7626
7838
|
/**
|
|
7627
7839
|
* VRt.Studio [ST]
|
|
7628
7840
|
*
|
|
7629
|
-
* The version of the OpenAPI document: 7.
|
|
7841
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7630
7842
|
* Contact: servicedesk@veeroute.com
|
|
7631
7843
|
*
|
|
7632
7844
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7644,7 +7856,7 @@ var FolderTypeStudio;
|
|
|
7644
7856
|
/**
|
|
7645
7857
|
* VRt.Studio [ST]
|
|
7646
7858
|
*
|
|
7647
|
-
* The version of the OpenAPI document: 7.
|
|
7859
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7648
7860
|
* Contact: servicedesk@veeroute.com
|
|
7649
7861
|
*
|
|
7650
7862
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7654,7 +7866,7 @@ var FolderTypeStudio;
|
|
|
7654
7866
|
/**
|
|
7655
7867
|
* VRt.Studio [ST]
|
|
7656
7868
|
*
|
|
7657
|
-
* The version of the OpenAPI document: 7.
|
|
7869
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7658
7870
|
* Contact: servicedesk@veeroute.com
|
|
7659
7871
|
*
|
|
7660
7872
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7673,7 +7885,7 @@ var HardlinkElementTypeStudio;
|
|
|
7673
7885
|
/**
|
|
7674
7886
|
* VRt.Studio [ST]
|
|
7675
7887
|
*
|
|
7676
|
-
* The version of the OpenAPI document: 7.
|
|
7888
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7677
7889
|
* Contact: servicedesk@veeroute.com
|
|
7678
7890
|
*
|
|
7679
7891
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7691,7 +7903,7 @@ var ImportSampleStudio;
|
|
|
7691
7903
|
/**
|
|
7692
7904
|
* VRt.Studio [ST]
|
|
7693
7905
|
*
|
|
7694
|
-
* The version of the OpenAPI document: 7.
|
|
7906
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7695
7907
|
* Contact: servicedesk@veeroute.com
|
|
7696
7908
|
*
|
|
7697
7909
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7709,7 +7921,7 @@ var ImportSourceStudio;
|
|
|
7709
7921
|
/**
|
|
7710
7922
|
* VRt.Studio [ST]
|
|
7711
7923
|
*
|
|
7712
|
-
* The version of the OpenAPI document: 7.
|
|
7924
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7713
7925
|
* Contact: servicedesk@veeroute.com
|
|
7714
7926
|
*
|
|
7715
7927
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7732,7 +7944,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7732
7944
|
/**
|
|
7733
7945
|
* VRt.Studio [ST]
|
|
7734
7946
|
*
|
|
7735
|
-
* The version of the OpenAPI document: 7.
|
|
7947
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7736
7948
|
* Contact: servicedesk@veeroute.com
|
|
7737
7949
|
*
|
|
7738
7950
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7742,7 +7954,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7742
7954
|
/**
|
|
7743
7955
|
* VRt.Studio [ST]
|
|
7744
7956
|
*
|
|
7745
|
-
* The version of the OpenAPI document: 7.
|
|
7957
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7746
7958
|
* Contact: servicedesk@veeroute.com
|
|
7747
7959
|
*
|
|
7748
7960
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7752,7 +7964,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7752
7964
|
/**
|
|
7753
7965
|
* VRt.Studio [ST]
|
|
7754
7966
|
*
|
|
7755
|
-
* The version of the OpenAPI document: 7.
|
|
7967
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7756
7968
|
* Contact: servicedesk@veeroute.com
|
|
7757
7969
|
*
|
|
7758
7970
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7762,7 +7974,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7762
7974
|
/**
|
|
7763
7975
|
* VRt.Studio [ST]
|
|
7764
7976
|
*
|
|
7765
|
-
* The version of the OpenAPI document: 7.
|
|
7977
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7766
7978
|
* Contact: servicedesk@veeroute.com
|
|
7767
7979
|
*
|
|
7768
7980
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7772,7 +7984,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7772
7984
|
/**
|
|
7773
7985
|
* VRt.Studio [ST]
|
|
7774
7986
|
*
|
|
7775
|
-
* The version of the OpenAPI document: 7.
|
|
7987
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7776
7988
|
* Contact: servicedesk@veeroute.com
|
|
7777
7989
|
*
|
|
7778
7990
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7782,7 +7994,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7782
7994
|
/**
|
|
7783
7995
|
* VRt.Studio [ST]
|
|
7784
7996
|
*
|
|
7785
|
-
* The version of the OpenAPI document: 7.
|
|
7997
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7786
7998
|
* Contact: servicedesk@veeroute.com
|
|
7787
7999
|
*
|
|
7788
8000
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7792,7 +8004,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7792
8004
|
/**
|
|
7793
8005
|
* VRt.Studio [ST]
|
|
7794
8006
|
*
|
|
7795
|
-
* The version of the OpenAPI document: 7.
|
|
8007
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7796
8008
|
* Contact: servicedesk@veeroute.com
|
|
7797
8009
|
*
|
|
7798
8010
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7802,7 +8014,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7802
8014
|
/**
|
|
7803
8015
|
* VRt.Studio [ST]
|
|
7804
8016
|
*
|
|
7805
|
-
* The version of the OpenAPI document: 7.
|
|
8017
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7806
8018
|
* Contact: servicedesk@veeroute.com
|
|
7807
8019
|
*
|
|
7808
8020
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7812,7 +8024,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
|
|
|
7812
8024
|
/**
|
|
7813
8025
|
* VRt.Studio [ST]
|
|
7814
8026
|
*
|
|
7815
|
-
* The version of the OpenAPI document: 7.
|
|
8027
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7816
8028
|
* Contact: servicedesk@veeroute.com
|
|
7817
8029
|
*
|
|
7818
8030
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7838,7 +8050,7 @@ var ServiceStudio;
|
|
|
7838
8050
|
/**
|
|
7839
8051
|
* VRt.Studio [ST]
|
|
7840
8052
|
*
|
|
7841
|
-
* The version of the OpenAPI document: 7.
|
|
8053
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7842
8054
|
* Contact: servicedesk@veeroute.com
|
|
7843
8055
|
*
|
|
7844
8056
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7848,7 +8060,7 @@ var ServiceStudio;
|
|
|
7848
8060
|
/**
|
|
7849
8061
|
* VRt.Studio [ST]
|
|
7850
8062
|
*
|
|
7851
|
-
* The version of the OpenAPI document: 7.
|
|
8063
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7852
8064
|
* Contact: servicedesk@veeroute.com
|
|
7853
8065
|
*
|
|
7854
8066
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7924,7 +8136,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7924
8136
|
/**
|
|
7925
8137
|
* VRt.Studio [ST]
|
|
7926
8138
|
*
|
|
7927
|
-
* The version of the OpenAPI document: 7.
|
|
8139
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7928
8140
|
* Contact: servicedesk@veeroute.com
|
|
7929
8141
|
*
|
|
7930
8142
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7934,7 +8146,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7934
8146
|
/**
|
|
7935
8147
|
* VRt.Studio [ST]
|
|
7936
8148
|
*
|
|
7937
|
-
* The version of the OpenAPI document: 7.
|
|
8149
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7938
8150
|
* Contact: servicedesk@veeroute.com
|
|
7939
8151
|
*
|
|
7940
8152
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7944,7 +8156,7 @@ var TableCustomfieldsColumnTypeStudio;
|
|
|
7944
8156
|
/**
|
|
7945
8157
|
* VRt.Studio [ST]
|
|
7946
8158
|
*
|
|
7947
|
-
* The version of the OpenAPI document: 7.
|
|
8159
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7948
8160
|
* Contact: servicedesk@veeroute.com
|
|
7949
8161
|
*
|
|
7950
8162
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7965,7 +8177,7 @@ var TableExperimentColumnTypeStudio;
|
|
|
7965
8177
|
/**
|
|
7966
8178
|
* VRt.Studio [ST]
|
|
7967
8179
|
*
|
|
7968
|
-
* The version of the OpenAPI document: 7.
|
|
8180
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
7969
8181
|
* Contact: servicedesk@veeroute.com
|
|
7970
8182
|
*
|
|
7971
8183
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -7998,7 +8210,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
7998
8210
|
/**
|
|
7999
8211
|
* VRt.Studio [ST]
|
|
8000
8212
|
*
|
|
8001
|
-
* The version of the OpenAPI document: 7.
|
|
8213
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8002
8214
|
* Contact: servicedesk@veeroute.com
|
|
8003
8215
|
*
|
|
8004
8216
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8008,7 +8220,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8008
8220
|
/**
|
|
8009
8221
|
* VRt.Studio [ST]
|
|
8010
8222
|
*
|
|
8011
|
-
* The version of the OpenAPI document: 7.
|
|
8223
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8012
8224
|
* Contact: servicedesk@veeroute.com
|
|
8013
8225
|
*
|
|
8014
8226
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8018,7 +8230,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8018
8230
|
/**
|
|
8019
8231
|
* VRt.Studio [ST]
|
|
8020
8232
|
*
|
|
8021
|
-
* The version of the OpenAPI document: 7.
|
|
8233
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8022
8234
|
* Contact: servicedesk@veeroute.com
|
|
8023
8235
|
*
|
|
8024
8236
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8028,7 +8240,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8028
8240
|
/**
|
|
8029
8241
|
* VRt.Studio [ST]
|
|
8030
8242
|
*
|
|
8031
|
-
* The version of the OpenAPI document: 7.
|
|
8243
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8032
8244
|
* Contact: servicedesk@veeroute.com
|
|
8033
8245
|
*
|
|
8034
8246
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8038,7 +8250,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8038
8250
|
/**
|
|
8039
8251
|
* VRt.Studio [ST]
|
|
8040
8252
|
*
|
|
8041
|
-
* The version of the OpenAPI document: 7.
|
|
8253
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8042
8254
|
* Contact: servicedesk@veeroute.com
|
|
8043
8255
|
*
|
|
8044
8256
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8048,7 +8260,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8048
8260
|
/**
|
|
8049
8261
|
* VRt.Studio [ST]
|
|
8050
8262
|
*
|
|
8051
|
-
* The version of the OpenAPI document: 7.
|
|
8263
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8052
8264
|
* Contact: servicedesk@veeroute.com
|
|
8053
8265
|
*
|
|
8054
8266
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8058,7 +8270,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8058
8270
|
/**
|
|
8059
8271
|
* VRt.Studio [ST]
|
|
8060
8272
|
*
|
|
8061
|
-
* The version of the OpenAPI document: 7.
|
|
8273
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8062
8274
|
* Contact: servicedesk@veeroute.com
|
|
8063
8275
|
*
|
|
8064
8276
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8068,7 +8280,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8068
8280
|
/**
|
|
8069
8281
|
* VRt.Studio [ST]
|
|
8070
8282
|
*
|
|
8071
|
-
* The version of the OpenAPI document: 7.
|
|
8283
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8072
8284
|
* Contact: servicedesk@veeroute.com
|
|
8073
8285
|
*
|
|
8074
8286
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8078,7 +8290,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
|
|
|
8078
8290
|
/**
|
|
8079
8291
|
* VRt.Studio [ST]
|
|
8080
8292
|
*
|
|
8081
|
-
* The version of the OpenAPI document: 7.
|
|
8293
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8082
8294
|
* Contact: servicedesk@veeroute.com
|
|
8083
8295
|
*
|
|
8084
8296
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8102,7 +8314,7 @@ var TableFilterTypeStudio;
|
|
|
8102
8314
|
/**
|
|
8103
8315
|
* VRt.Studio [ST]
|
|
8104
8316
|
*
|
|
8105
|
-
* The version of the OpenAPI document: 7.
|
|
8317
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8106
8318
|
* Contact: servicedesk@veeroute.com
|
|
8107
8319
|
*
|
|
8108
8320
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8133,7 +8345,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8133
8345
|
/**
|
|
8134
8346
|
* VRt.Studio [ST]
|
|
8135
8347
|
*
|
|
8136
|
-
* The version of the OpenAPI document: 7.
|
|
8348
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8137
8349
|
* Contact: servicedesk@veeroute.com
|
|
8138
8350
|
*
|
|
8139
8351
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8143,7 +8355,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
|
|
|
8143
8355
|
/**
|
|
8144
8356
|
* VRt.Studio [ST]
|
|
8145
8357
|
*
|
|
8146
|
-
* The version of the OpenAPI document: 7.
|
|
8358
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8147
8359
|
* Contact: servicedesk@veeroute.com
|
|
8148
8360
|
*
|
|
8149
8361
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8173,7 +8385,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
|
|
|
8173
8385
|
/**
|
|
8174
8386
|
* VRt.Studio [ST]
|
|
8175
8387
|
*
|
|
8176
|
-
* The version of the OpenAPI document: 7.
|
|
8388
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8177
8389
|
* Contact: servicedesk@veeroute.com
|
|
8178
8390
|
*
|
|
8179
8391
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8229,7 +8441,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
|
|
|
8229
8441
|
/**
|
|
8230
8442
|
* VRt.Studio [ST]
|
|
8231
8443
|
*
|
|
8232
|
-
* The version of the OpenAPI document: 7.
|
|
8444
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8233
8445
|
* Contact: servicedesk@veeroute.com
|
|
8234
8446
|
*
|
|
8235
8447
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8267,7 +8479,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
|
|
|
8267
8479
|
/**
|
|
8268
8480
|
* VRt.Studio [ST]
|
|
8269
8481
|
*
|
|
8270
|
-
* The version of the OpenAPI document: 7.
|
|
8482
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8271
8483
|
* Contact: servicedesk@veeroute.com
|
|
8272
8484
|
*
|
|
8273
8485
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8310,7 +8522,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
|
|
|
8310
8522
|
/**
|
|
8311
8523
|
* VRt.Studio [ST]
|
|
8312
8524
|
*
|
|
8313
|
-
* The version of the OpenAPI document: 7.
|
|
8525
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8314
8526
|
* Contact: servicedesk@veeroute.com
|
|
8315
8527
|
*
|
|
8316
8528
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8370,7 +8582,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
|
|
|
8370
8582
|
/**
|
|
8371
8583
|
* VRt.Studio [ST]
|
|
8372
8584
|
*
|
|
8373
|
-
* The version of the OpenAPI document: 7.
|
|
8585
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8374
8586
|
* Contact: servicedesk@veeroute.com
|
|
8375
8587
|
*
|
|
8376
8588
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8410,7 +8622,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8410
8622
|
/**
|
|
8411
8623
|
* VRt.Studio [ST]
|
|
8412
8624
|
*
|
|
8413
|
-
* The version of the OpenAPI document: 7.
|
|
8625
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8414
8626
|
* Contact: servicedesk@veeroute.com
|
|
8415
8627
|
*
|
|
8416
8628
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8420,7 +8632,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8420
8632
|
/**
|
|
8421
8633
|
* VRt.Studio [ST]
|
|
8422
8634
|
*
|
|
8423
|
-
* The version of the OpenAPI document: 7.
|
|
8635
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8424
8636
|
* Contact: servicedesk@veeroute.com
|
|
8425
8637
|
*
|
|
8426
8638
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8430,7 +8642,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
|
|
|
8430
8642
|
/**
|
|
8431
8643
|
* VRt.Studio [ST]
|
|
8432
8644
|
*
|
|
8433
|
-
* The version of the OpenAPI document: 7.
|
|
8645
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8434
8646
|
* Contact: servicedesk@veeroute.com
|
|
8435
8647
|
*
|
|
8436
8648
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8449,7 +8661,7 @@ var TrackTypeStudio;
|
|
|
8449
8661
|
/**
|
|
8450
8662
|
* VRt.Studio [ST]
|
|
8451
8663
|
*
|
|
8452
|
-
* The version of the OpenAPI document: 7.
|
|
8664
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8453
8665
|
* Contact: servicedesk@veeroute.com
|
|
8454
8666
|
*
|
|
8455
8667
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8459,7 +8671,7 @@ var TrackTypeStudio;
|
|
|
8459
8671
|
/**
|
|
8460
8672
|
* VRt.Studio [ST]
|
|
8461
8673
|
*
|
|
8462
|
-
* The version of the OpenAPI document: 7.
|
|
8674
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8463
8675
|
* Contact: servicedesk@veeroute.com
|
|
8464
8676
|
*
|
|
8465
8677
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8469,7 +8681,7 @@ var TrackTypeStudio;
|
|
|
8469
8681
|
/**
|
|
8470
8682
|
* VRt.Studio [ST]
|
|
8471
8683
|
*
|
|
8472
|
-
* The version of the OpenAPI document: 7.
|
|
8684
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8473
8685
|
* Contact: servicedesk@veeroute.com
|
|
8474
8686
|
*
|
|
8475
8687
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8479,7 +8691,7 @@ var TrackTypeStudio;
|
|
|
8479
8691
|
/**
|
|
8480
8692
|
* VRt.Studio [ST]
|
|
8481
8693
|
*
|
|
8482
|
-
* The version of the OpenAPI document: 7.
|
|
8694
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8483
8695
|
* Contact: servicedesk@veeroute.com
|
|
8484
8696
|
*
|
|
8485
8697
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8511,7 +8723,7 @@ var TransportTypeStudio;
|
|
|
8511
8723
|
/**
|
|
8512
8724
|
* VRt.Studio [ST]
|
|
8513
8725
|
*
|
|
8514
|
-
* The version of the OpenAPI document: 7.
|
|
8726
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8515
8727
|
* Contact: servicedesk@veeroute.com
|
|
8516
8728
|
*
|
|
8517
8729
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8529,7 +8741,7 @@ var TripStartTimeStrategyStudio;
|
|
|
8529
8741
|
/**
|
|
8530
8742
|
* VRt.Studio [ST]
|
|
8531
8743
|
*
|
|
8532
|
-
* The version of the OpenAPI document: 7.
|
|
8744
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8533
8745
|
* Contact: servicedesk@veeroute.com
|
|
8534
8746
|
*
|
|
8535
8747
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8559,7 +8771,7 @@ var TripStateFlagStudio;
|
|
|
8559
8771
|
/**
|
|
8560
8772
|
* VRt.Studio [ST]
|
|
8561
8773
|
*
|
|
8562
|
-
* The version of the OpenAPI document: 7.
|
|
8774
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8563
8775
|
* Contact: servicedesk@veeroute.com
|
|
8564
8776
|
*
|
|
8565
8777
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8584,7 +8796,7 @@ var TripStatusStudio;
|
|
|
8584
8796
|
/**
|
|
8585
8797
|
* VRt.Studio [ST]
|
|
8586
8798
|
*
|
|
8587
|
-
* The version of the OpenAPI document: 7.
|
|
8799
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8588
8800
|
* Contact: servicedesk@veeroute.com
|
|
8589
8801
|
*
|
|
8590
8802
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -8594,7 +8806,7 @@ var TripStatusStudio;
|
|
|
8594
8806
|
/**
|
|
8595
8807
|
* VRt.Studio [ST]
|
|
8596
8808
|
*
|
|
8597
|
-
* The version of the OpenAPI document: 7.
|
|
8809
|
+
* The version of the OpenAPI document: 7.28.3096
|
|
8598
8810
|
* Contact: servicedesk@veeroute.com
|
|
8599
8811
|
*
|
|
8600
8812
|
* NOTE: This class is auto generated by OpenAPI Generator.
|