@osdk/client.unstable 2.2.1 → 2.3.0-beta.10
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/CHANGELOG.md +41 -17
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +1965 -1200
- package/build/esm/index.js.map +1 -1
- package/build/types/generated/module-group/DeployedAppsService/createDeployedApp.d.ts +7 -0
- package/build/types/generated/module-group/DeployedAppsService/createDeployedApp.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getAllowedAuthModes.d.ts +6 -0
- package/build/types/generated/module-group/DeployedAppsService/getAllowedAuthModes.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getComputeModuleDiagnostics.d.ts +6 -0
- package/build/types/generated/module-group/DeployedAppsService/getComputeModuleDiagnostics.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getComputeModuleStatus.d.ts +7 -0
- package/build/types/generated/module-group/DeployedAppsService/getComputeModuleStatus.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedApp.d.ts +8 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedApp.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppFunctionSchemas.d.ts +6 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppFunctionSchemas.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppRunStatus.d.ts +7 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppRunStatus.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppV2.d.ts +10 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedAppV2.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedApps.d.ts +8 -0
- package/build/types/generated/module-group/DeployedAppsService/getDeployedApps.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getResourceProfiles.d.ts +8 -0
- package/build/types/generated/module-group/DeployedAppsService/getResourceProfiles.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getRunningDeployedAppsPaginated.d.ts +8 -0
- package/build/types/generated/module-group/DeployedAppsService/getRunningDeployedAppsPaginated.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientId.d.ts +2 -0
- package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientId.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientIdV2.d.ts +3 -0
- package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientIdV2.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/notifySourceChange.d.ts +10 -0
- package/build/types/generated/module-group/DeployedAppsService/notifySourceChange.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/registerApiSpec.d.ts +6 -0
- package/build/types/generated/module-group/DeployedAppsService/registerApiSpec.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/setApplicationPermissionCredentials.d.ts +9 -0
- package/build/types/generated/module-group/DeployedAppsService/setApplicationPermissionCredentials.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService/updateDeployedApp.d.ts +6 -0
- package/build/types/generated/module-group/DeployedAppsService/updateDeployedApp.d.ts.map +1 -0
- package/build/types/generated/module-group/DeployedAppsService.d.ts +17 -0
- package/build/types/generated/module-group/DeployedAppsService.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancel.d.ts +3 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancel.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancelV2.d.ts +3 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancelV2.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnComputeModule.d.ts +7 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnComputeModule.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnDeployedApp.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnDeployedApp.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getComputeModuleSchemas.d.ts +9 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getComputeModuleSchemas.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResult.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResult.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResultV2.d.ts +3 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResultV2.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatus.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatus.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatusV2.d.ts +3 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatusV2.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/softCancel.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/softCancel.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/submit.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/submit.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/submitToDeployedApp.d.ts +3 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService/submitToDeployedApp.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService.d.ts +12 -0
- package/build/types/generated/module-group/ModuleGroupMultiplexingService.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/createOrUpdateModuleGroup.d.ts +11 -0
- package/build/types/generated/module-group/ModuleGroupService/createOrUpdateModuleGroup.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/createOrUpdateSparkModuleGroupDeprecated.d.ts +11 -0
- package/build/types/generated/module-group/ModuleGroupService/createOrUpdateSparkModuleGroupDeprecated.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/deleteModuleGroup.d.ts +10 -0
- package/build/types/generated/module-group/ModuleGroupService/deleteModuleGroup.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getAllModuleGroupNames.d.ts +6 -0
- package/build/types/generated/module-group/ModuleGroupService/getAllModuleGroupNames.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getAvailableSparkModules.d.ts +11 -0
- package/build/types/generated/module-group/ModuleGroupService/getAvailableSparkModules.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getContainerModuleGroupStatus.d.ts +8 -0
- package/build/types/generated/module-group/ModuleGroupService/getContainerModuleGroupStatus.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getContainerModuleStatus.d.ts +6 -0
- package/build/types/generated/module-group/ModuleGroupService/getContainerModuleStatus.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getMinimumRunningModuleVersion.d.ts +9 -0
- package/build/types/generated/module-group/ModuleGroupService/getMinimumRunningModuleVersion.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService/getSupportedModuleTypes.d.ts +7 -0
- package/build/types/generated/module-group/ModuleGroupService/getSupportedModuleTypes.d.ts.map +1 -0
- package/build/types/generated/module-group/ModuleGroupService.d.ts +9 -0
- package/build/types/generated/module-group/ModuleGroupService.d.ts.map +1 -0
- package/build/types/generated/module-group/__components.d.ts +1084 -0
- package/build/types/generated/module-group/__components.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/deleteResourceConstraintsConfig.d.ts +6 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/deleteResourceConstraintsConfig.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/getAllConfiguredConstraints.d.ts +6 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/getAllConfiguredConstraints.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/setResourceConstraintsConfig.d.ts +7 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/setResourceConstraintsConfig.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService.d.ts +3 -0
- package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/__components.d.ts +23 -0
- package/build/types/generated/module-group/constraints/__components.d.ts.map +1 -0
- package/build/types/generated/module-group/constraints/index.d.ts +2 -0
- package/build/types/generated/module-group/constraints/index.d.ts.map +1 -0
- package/build/types/generated/module-group/error/__components.d.ts +9 -0
- package/build/types/generated/module-group/error/__components.d.ts.map +1 -0
- package/build/types/generated/module-group/error/index.d.ts +1 -0
- package/build/types/generated/module-group/error/index.d.ts.map +1 -0
- package/build/types/generated/module-group/index.d.ts +6 -0
- package/build/types/generated/module-group/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/__components.d.ts +4174 -0
- package/build/types/generated/object-sentinel/api/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/batchExecuteMonitor.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/batchExecuteMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/cancelBatchExecution.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/cancelBatchExecution.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/executeMonitor.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/executeMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionEvents.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatus.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatus.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatusByEventId.d.ts +4 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatusByEventId.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionSummary.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionSummary.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getExecutionEffectSummary.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getExecutionEffectSummary.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/retryEvents.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/retryEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateBatchExecution.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateBatchExecution.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateRetryEvents.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateRetryEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor.d.ts +11 -0
- package/build/types/generated/object-sentinel/api/executor/MonitorExecutor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/__components.d.ts +174 -0
- package/build/types/generated/object-sentinel/api/executor/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/executor/index.d.ts +2 -0
- package/build/types/generated/object-sentinel/api/executor/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/index.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/acceptStagedActions.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/acceptStagedActions.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/getStagedActions.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/getStagedActions.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/rejectStagedActions.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService/rejectStagedActions.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/logic/StagedActionService.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAggregateBucketedData.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAggregateBucketedData.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAutomationTriggerDependencies.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAutomationTriggerDependencies.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getDownstreamAutomationEventTriggers.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getDownstreamAutomationEventTriggers.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getEvaluationInformation.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getEvaluationInformation.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorMetrics.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorMetrics.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorUsageData.d.ts +9 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorUsageData.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getRunningMonitorsForObjectType.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getRunningMonitorsForObjectType.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getUpstreamAutomationEventTriggers.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getUpstreamAutomationEventTriggers.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/__components.d.ts +133 -0
- package/build/types/generated/object-sentinel/api/metrics/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/metrics/index.d.ts +2 -0
- package/build/types/generated/object-sentinel/api/metrics/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/notifications/__components.d.ts +54 -0
- package/build/types/generated/object-sentinel/api/notifications/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/notifications/index.d.ts +1 -0
- package/build/types/generated/object-sentinel/api/notifications/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getAllMonitorEvents.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getAllMonitorEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorEvents.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorMetadataEvents.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorMetadataEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvent.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvent.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvents.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/resetMonitorEventSetView.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/resetMonitorEventSetView.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateMonitorEventsForTimeseriesJob.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateMonitorEventsForTimeseriesJob.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateSeenMonitorEvents.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateSeenMonitorEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorEvents.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetBranchesForMonitor.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetBranchesForMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitorVersions.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitorVersions.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitors.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitors.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/createMonitor.d.ts +13 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/createMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/disableAutomation.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/disableAutomation.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getBranchesForMonitor.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getBranchesForMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getLiveEvaluationInformation.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getLiveEvaluationInformation.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorPublishedVersion.d.ts +9 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorPublishedVersion.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorStatus.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorStatus.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorVersion.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorVersion.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecution.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecution.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecutionAffectedObjects.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecutionAffectedObjects.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getStreamingTimeseriesMonitorGroup.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getStreamingTimeseriesMonitorGroup.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/muteMonitorForSelf.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/muteMonitorForSelf.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/publishMonitorVersion.d.ts +10 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/publishMonitorVersion.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/searchMonitors.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/searchMonitors.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/takeAutomationOwnership.d.ts +6 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/takeAutomationOwnership.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/unmuteMonitorForSelf.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/unmuteMonitorForSelf.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateMonitor.d.ts +13 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfiguration.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfiguration.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfigurationV2.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfigurationV2.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry.d.ts +21 -0
- package/build/types/generated/object-sentinel/api/registry/MonitorRegistry.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/__components.d.ts +446 -0
- package/build/types/generated/object-sentinel/api/registry/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/registry/index.d.ts +3 -0
- package/build/types/generated/object-sentinel/api/registry/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/getStreamingTimeseriesTemplateInstances.d.ts +9 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/getStreamingTimeseriesTemplateInstances.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/patchTimeseriesMonitor.d.ts +7 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/patchTimeseriesMonitor.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/replayStreamingAlert.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/replayStreamingAlert.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/updateStreamingTimeseriesTemplateInstances.d.ts +9 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/updateStreamingTimeseriesTemplateInstances.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService.d.ts +4 -0
- package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/__components.d.ts +78 -0
- package/build/types/generated/object-sentinel/api/timeseries/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/timeseries/index.d.ts +2 -0
- package/build/types/generated/object-sentinel/api/timeseries/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/types/__components.d.ts +309 -0
- package/build/types/generated/object-sentinel/api/types/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/types/index.d.ts +1 -0
- package/build/types/generated/object-sentinel/api/types/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorCreate.d.ts +8 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorCreate.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorUpdate.d.ts +9 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorUpdate.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService.d.ts +2 -0
- package/build/types/generated/object-sentinel/api/validation/MonitorValidationService.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/validation/__components.d.ts +13 -0
- package/build/types/generated/object-sentinel/api/validation/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/api/validation/index.d.ts +2 -0
- package/build/types/generated/object-sentinel/api/validation/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/index.d.ts +2 -0
- package/build/types/generated/object-sentinel/index.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/safetolog/__components.d.ts +655 -0
- package/build/types/generated/object-sentinel/safetolog/__components.d.ts.map +1 -0
- package/build/types/generated/object-sentinel/safetolog/index.d.ts +1 -0
- package/build/types/generated/object-sentinel/safetolog/index.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/ObjectSetAggregationService/aggregate.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetAggregationService/aggregate.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetAggregationServiceDeprecated/aggregate.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetAggregationServiceDeprecated/aggregate.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsInitialScroll.d.ts +4 -3
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsInitialScroll.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsNextScroll.d.ts +4 -3
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsNextScroll.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsInitialScroll.d.ts +4 -3
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsInitialScroll.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsNextScroll.d.ts +4 -3
- package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsNextScroll.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/createObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/createObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.d.ts +8 -6
- package/build/types/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/deleteObjectSet.d.ts +2 -2
- package/build/types/generated/object-set-service/api/ObjectSetService/deleteObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/getBulkObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/getBulkObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectTypes.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectTypes.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectsPage.d.ts +3 -4
- package/build/types/generated/object-set-service/api/ObjectSetService/getObjectsPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/getReferencedEntities.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/getReferencedEntities.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetService/materializeObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetService/materializeObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getBulkObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getBulkObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectTypes.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectTypes.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectsPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectsPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/materializeObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/materializeObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsInitialPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsInitialPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsNextPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsNextPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.d.ts +5 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getLinks.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getLinks.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsInitialPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsInitialPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsNextPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsNextPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/loadObjects.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2/loadObjects.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getLinks.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getLinks.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsInitialPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsInitialPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsNextPage.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsNextPage.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/loadObjects.d.ts +2 -3
- package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/loadObjects.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetSuggestService/suggest.d.ts +4 -4
- package/build/types/generated/object-set-service/api/ObjectSetSuggestService/suggest.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/ObjectSetSuggestServiceDeprecated/suggest.d.ts +2 -4
- package/build/types/generated/object-set-service/api/ObjectSetSuggestServiceDeprecated/suggest.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/checkBulkOperationPermissions.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/checkBulkOperationPermissions.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSetWithParent.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSetWithParent.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/getBulkLatestVersion.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/getBulkLatestVersion.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/getLatestVersion.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/getLatestVersion.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/putLatestVersion.d.ts +2 -4
- package/build/types/generated/object-set-service/api/VersionedObjectSetService/putLatestVersion.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetServiceDeprecated/getBulkLatestVersion.d.ts +2 -3
- package/build/types/generated/object-set-service/api/VersionedObjectSetServiceDeprecated/getBulkLatestVersion.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/__components.d.ts +4567 -0
- package/build/types/generated/object-set-service/api/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService/getTopRows.d.ts +11 -0
- package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService/getTopRows.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService.d.ts +1 -0
- package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/dataframe/__components.d.ts +115 -0
- package/build/types/generated/object-set-service/api/dataframe/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/dataframe/index.d.ts +2 -0
- package/build/types/generated/object-set-service/api/dataframe/index.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/external/planning/PlanningObjectSetService/getLogicalObjectSet.d.ts +2 -3
- package/build/types/generated/object-set-service/api/external/planning/PlanningObjectSetService/getLogicalObjectSet.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/external/planning/__components.d.ts +422 -0
- package/build/types/generated/object-set-service/api/external/planning/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/external/planning/index.d.ts +1 -41
- package/build/types/generated/object-set-service/api/external/planning/index.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/index.d.ts +3 -337
- package/build/types/generated/object-set-service/api/index.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/deleteObjectSetsBySecurityRid.d.ts +7 -0
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/deleteObjectSetsBySecurityRid.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/loadPatchableEntities.d.ts +4 -5
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/loadPatchableEntities.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService.d.ts +1 -0
- package/build/types/generated/object-set-service/api/internal/InternalObjectSetService.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/internal/__components.d.ts +162 -0
- package/build/types/generated/object-set-service/api/internal/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/internal/index.d.ts +1 -9
- package/build/types/generated/object-set-service/api/internal/index.d.ts.map +1 -1
- package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService/naturalLanguageToObjectSet.d.ts +6 -0
- package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService/naturalLanguageToObjectSet.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService.d.ts +1 -0
- package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/query/__components.d.ts +49 -0
- package/build/types/generated/object-set-service/api/query/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/api/query/index.d.ts +2 -0
- package/build/types/generated/object-set-service/api/query/index.d.ts.map +1 -0
- package/build/types/generated/object-set-service/audit/v2/__components.d.ts +250 -0
- package/build/types/generated/object-set-service/audit/v2/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/audit/v2/index.d.ts +1 -63
- package/build/types/generated/object-set-service/audit/v2/index.d.ts.map +1 -1
- package/build/types/generated/object-set-service/errors/__components.d.ts +55 -0
- package/build/types/generated/object-set-service/errors/__components.d.ts.map +1 -0
- package/build/types/generated/object-set-service/errors/index.d.ts +1 -1
- package/build/types/generated/object-set-service/errors/index.d.ts.map +1 -1
- package/build/types/generated/object-set-service/index.d.ts +0 -1
- package/build/types/generated/object-set-service/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/getObjectTypeSemanticSearchStatus.d.ts +7 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/getObjectTypeSemanticSearchStatus.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts +6 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/__components.d.ts +395 -15
- package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +13 -3
- package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/formatting/__components.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/formatting/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +31 -2
- package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts +10 -0
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService.d.ts +1 -0
- package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +139 -1
- package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/permissions/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/provenance/__components.d.ts +2 -0
- package/build/types/generated/ontology-metadata/api/provenance/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts +12 -0
- package/build/types/generated/ontology-metadata/api/search/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts +9 -1
- package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/usage/__components.d.ts +2 -1
- package/build/types/generated/ontology-metadata/api/usage/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +109 -14
- package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranch.d.ts +12 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranch.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranchV2.d.ts +12 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranchV2.d.ts.map +1 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts +2 -0
- package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +104 -3
- package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
- package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
- package/build/types/index.d.ts +1 -6
- package/build/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/build/types/generated/object-set-service/api/AccurateAggregateResultAccuracy.d.ts +0 -4
- package/build/types/generated/object-set-service/api/AccurateAggregateResultAccuracy.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregateRequest.d.ts +0 -12
- package/build/types/generated/object-set-service/api/AggregateRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregateResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/AggregateResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregateResult.d.ts +0 -11
- package/build/types/generated/object-set-service/api/AggregateResult.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregateResultAccuracy.d.ts +0 -14
- package/build/types/generated/object-set-service/api/AggregateResultAccuracy.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Aggregation.d.ts +0 -14
- package/build/types/generated/object-set-service/api/Aggregation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregationExecutionMode.d.ts +0 -4
- package/build/types/generated/object-set-service/api/AggregationExecutionMode.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregationFilter.d.ts +0 -34
- package/build/types/generated/object-set-service/api/AggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregationFilterValue.d.ts +0 -44
- package/build/types/generated/object-set-service/api/AggregationFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AggregationName.d.ts +0 -4
- package/build/types/generated/object-set-service/api/AggregationName.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AllPropertiesPropertySet.d.ts +0 -4
- package/build/types/generated/object-set-service/api/AllPropertiesPropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AllPropertiesPropertySetV2.d.ts +0 -6
- package/build/types/generated/object-set-service/api/AllPropertiesPropertySetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AndAggregationFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/AndAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AndFilter.d.ts +0 -8
- package/build/types/generated/object-set-service/api/AndFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ApproximateAggregateResultAccuracy.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ApproximateAggregateResultAccuracy.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ApproximateLinkPresenceFilter.d.ts +0 -19
- package/build/types/generated/object-set-service/api/ApproximateLinkPresenceFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ArrayPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/ArrayPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/AttachmentPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/AttachmentPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Backend.d.ts +0 -4
- package/build/types/generated/object-set-service/api/Backend.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/BaseObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/BaseObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/BooleanFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/BooleanFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/BooleanPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/BooleanPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Bucket.d.ts +0 -12
- package/build/types/generated/object-set-service/api/Bucket.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/BucketCountLimit.d.ts +0 -6
- package/build/types/generated/object-set-service/api/BucketCountLimit.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/BucketRange.d.ts +0 -7
- package/build/types/generated/object-set-service/api/BucketRange.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Bucketing.d.ts +0 -28
- package/build/types/generated/object-set-service/api/Bucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CalculatedPropertyDefinition.d.ts +0 -10
- package/build/types/generated/object-set-service/api/CalculatedPropertyDefinition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CatalogFileReference.d.ts +0 -10
- package/build/types/generated/object-set-service/api/CatalogFileReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsRequest.d.ts +0 -9
- package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsResponse.d.ts +0 -7
- package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CipherTextPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/CipherTextPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CountMetric.d.ts +0 -7
- package/build/types/generated/object-set-service/api/CountMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateObjectSetRequest.d.ts +0 -5
- package/build/types/generated/object-set-service/api/CreateObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateObjectSetResponse.d.ts +0 -4
- package/build/types/generated/object-set-service/api/CreateObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetRequest.d.ts +0 -8
- package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetResponse.d.ts +0 -4
- package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetRequest.d.ts +0 -5
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetWithParentRequest.d.ts +0 -5
- package/build/types/generated/object-set-service/api/CreateVersionedObjectSetWithParentRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CustomProvenance.d.ts +0 -8
- package/build/types/generated/object-set-service/api/CustomProvenance.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/CustomProvenanceIdentifier.d.ts +0 -4
- package/build/types/generated/object-set-service/api/CustomProvenanceIdentifier.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DatasetFileReference.d.ts +0 -8
- package/build/types/generated/object-set-service/api/DatasetFileReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DatasetRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DatasetRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DatasourceRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DatasourceRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DateBucketing.d.ts +0 -10
- package/build/types/generated/object-set-service/api/DateBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DateFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DateFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DatePropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DatePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DecimalFilterValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/DecimalFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DecimalPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/DecimalPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DerivedProperties.d.ts +0 -7
- package/build/types/generated/object-set-service/api/DerivedProperties.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DerivedPropertyDefinition.d.ts +0 -20
- package/build/types/generated/object-set-service/api/DerivedPropertyDefinition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Dimension.d.ts +0 -14
- package/build/types/generated/object-set-service/api/Dimension.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DirectedFoundryLink.d.ts +0 -9
- package/build/types/generated/object-set-service/api/DirectedFoundryLink.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DirectedLinkTypeRid.d.ts +0 -9
- package/build/types/generated/object-set-service/api/DirectedLinkTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DirectedRelation.d.ts +0 -9
- package/build/types/generated/object-set-service/api/DirectedRelation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DispersionMetric.d.ts +0 -11
- package/build/types/generated/object-set-service/api/DispersionMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DispersionMetricMethod.d.ts +0 -7
- package/build/types/generated/object-set-service/api/DispersionMetricMethod.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Distance.d.ts +0 -8
- package/build/types/generated/object-set-service/api/Distance.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DistanceUnit.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DistanceUnit.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DoubleFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DoubleFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DoubleLiteral.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DoubleLiteral.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/DoublePropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/DoublePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/EntityLocator.d.ts +0 -9
- package/build/types/generated/object-set-service/api/EntityLocator.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/EntityPrimaryKey.d.ts +0 -6
- package/build/types/generated/object-set-service/api/EntityPrimaryKey.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/EntityTypeRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/EntityTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/EntityVersion.d.ts +0 -10
- package/build/types/generated/object-set-service/api/EntityVersion.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/EntityVersionV1.d.ts +0 -4
- package/build/types/generated/object-set-service/api/EntityVersionV1.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ExactMatchAggregationFilter.d.ts +0 -13
- package/build/types/generated/object-set-service/api/ExactMatchAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ExactMatchFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/ExactMatchFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ExcludeByRegexStringBucketingValueFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/ExcludeByRegexStringBucketingValueFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ExcludeValuesStringBucketingValueFilter.d.ts +0 -6
- package/build/types/generated/object-set-service/api/ExcludeValuesStringBucketingValueFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FilterParameter.d.ts +0 -14
- package/build/types/generated/object-set-service/api/FilterParameter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/FilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FilteredObjectSet.d.ts +0 -11
- package/build/types/generated/object-set-service/api/FilteredObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FixedBucketCountBucketing.d.ts +0 -7
- package/build/types/generated/object-set-service/api/FixedBucketCountBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FixedWidthBucketing.d.ts +0 -9
- package/build/types/generated/object-set-service/api/FixedWidthBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ForkRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ForkRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FoundryLink.d.ts +0 -14
- package/build/types/generated/object-set-service/api/FoundryLink.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FoundryObject.d.ts +0 -20
- package/build/types/generated/object-set-service/api/FoundryObject.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/FoundryObjectReference.d.ts +0 -9
- package/build/types/generated/object-set-service/api/FoundryObjectReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Fuzziness.d.ts +0 -7
- package/build/types/generated/object-set-service/api/Fuzziness.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoBoundingBoxFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/GeoBoundingBoxFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoDistanceFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GeoDistanceFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoHashBucketing.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GeoHashBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoHashPrecision.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GeoHashPrecision.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoPointFilterValue.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GeoPointFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoPointPropertyValue.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GeoPointPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoPolygonFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GeoPolygonFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoShapeFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GeoShapeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoShapeFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GeoShapeFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoShapePropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GeoShapePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoShapeQuery.d.ts +0 -14
- package/build/types/generated/object-set-service/api/GeoShapeQuery.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeoShapeSpatialFilterMode.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GeoShapeSpatialFilterMode.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeotimeSeriesId.d.ts +0 -5
- package/build/types/generated/object-set-service/api/GeotimeSeriesId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeotimeSeriesIntegrationRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GeotimeSeriesIntegrationRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeotimeSeriesReference.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GeotimeSeriesReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GeotimeSeriesReferencePropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/GeotimeSeriesReferencePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageRequest.d.ts +0 -13
- package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageResponse.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetAllObjectsNextPageRequest.d.ts +0 -15
- package/build/types/generated/object-set-service/api/GetAllObjectsNextPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetAllObjectsNextPageResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/GetAllObjectsNextPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionRequest.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponseEntry.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponseEntry.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLinksPageRequest.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetBulkLinksPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLinksPageRequestEntry.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GetBulkLinksPageRequestEntry.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLinksPageResponse.d.ts +0 -12
- package/build/types/generated/object-set-service/api/GetBulkLinksPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkLinksPageToken.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GetBulkLinksPageToken.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkObjectSetRequest.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GetBulkObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetBulkObjectSetResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/GetBulkObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetLinksRequest.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetLinksRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetLinksResponse.d.ts +0 -7
- package/build/types/generated/object-set-service/api/GetLinksResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectLocatorsInitialScrollRequest.d.ts +0 -14
- package/build/types/generated/object-set-service/api/GetObjectLocatorsInitialScrollRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectLocatorsNextScrollRequest.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GetObjectLocatorsNextScrollRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectLocatorsScrollResponse.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetObjectLocatorsScrollResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectSetResponse.d.ts +0 -4
- package/build/types/generated/object-set-service/api/GetObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectTypesRequest.d.ts +0 -6
- package/build/types/generated/object-set-service/api/GetObjectTypesRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectTypesResponse.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GetObjectTypesResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectsInitialScrollRequest.d.ts +0 -14
- package/build/types/generated/object-set-service/api/GetObjectsInitialScrollRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectsNextScrollRequest.d.ts +0 -9
- package/build/types/generated/object-set-service/api/GetObjectsNextScrollRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectsPageRequest.d.ts +0 -13
- package/build/types/generated/object-set-service/api/GetObjectsPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectsPageResponse.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetObjectsPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetObjectsScrollResponse.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetObjectsScrollResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetReferencedEntitiesRequest.d.ts +0 -6
- package/build/types/generated/object-set-service/api/GetReferencedEntitiesRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetReferencedEntitiesResponse.d.ts +0 -6
- package/build/types/generated/object-set-service/api/GetReferencedEntitiesResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageRequest.d.ts +0 -20
- package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageResponse.d.ts +0 -11
- package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetTopObjectsNextPageRequest.d.ts +0 -22
- package/build/types/generated/object-set-service/api/GetTopObjectsNextPageRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/GetTopObjectsNextPageResponse.d.ts +0 -8
- package/build/types/generated/object-set-service/api/GetTopObjectsNextPageResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/HasPropertyAggregationFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/HasPropertyAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/HasPropertyFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/HasPropertyFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/IncludeByRegexStringBucketingValueFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/IncludeByRegexStringBucketingValueFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/IncludeValuesStringBucketingValueFilter.d.ts +0 -6
- package/build/types/generated/object-set-service/api/IncludeValuesStringBucketingValueFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/IntegerFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/IntegerFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/IntegerPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/IntegerPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/IntersectedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/IntersectedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Interval.d.ts +0 -8
- package/build/types/generated/object-set-service/api/Interval.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/KeyOrdering.d.ts +0 -7
- package/build/types/generated/object-set-service/api/KeyOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/KnnObjectSet.d.ts +0 -14
- package/build/types/generated/object-set-service/api/KnnObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/KnnObjectSetV2.d.ts +0 -12
- package/build/types/generated/object-set-service/api/KnnObjectSetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/KnnQuery.d.ts +0 -14
- package/build/types/generated/object-set-service/api/KnnQuery.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LatestVersionResponse.d.ts +0 -6
- package/build/types/generated/object-set-service/api/LatestVersionResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkSide.d.ts +0 -4
- package/build/types/generated/object-set-service/api/LinkSide.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkTypeRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/LinkTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedCountMetric.d.ts +0 -4
- package/build/types/generated/object-set-service/api/LinkedCountMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedDispersionMetric.d.ts +0 -9
- package/build/types/generated/object-set-service/api/LinkedDispersionMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedDispersionMetricMethod.d.ts +0 -7
- package/build/types/generated/object-set-service/api/LinkedDispersionMetricMethod.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedMetric.d.ts +0 -48
- package/build/types/generated/object-set-service/api/LinkedMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedObjectPropertyDefinition.d.ts +0 -21
- package/build/types/generated/object-set-service/api/LinkedObjectPropertyDefinition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedObjectsAggregationPropertyDefinition.d.ts +0 -14
- package/build/types/generated/object-set-service/api/LinkedObjectsAggregationPropertyDefinition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedPercentileMetric.d.ts +0 -8
- package/build/types/generated/object-set-service/api/LinkedPercentileMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedPropertyMetric.d.ts +0 -7
- package/build/types/generated/object-set-service/api/LinkedPropertyMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LinkedPropertyRelationSide.d.ts +0 -4
- package/build/types/generated/object-set-service/api/LinkedPropertyRelationSide.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LoadObjectsRequest.d.ts +0 -14
- package/build/types/generated/object-set-service/api/LoadObjectsRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LoadObjectsResponse.d.ts +0 -6
- package/build/types/generated/object-set-service/api/LoadObjectsResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LoadedObjectLinksResult.d.ts +0 -9
- package/build/types/generated/object-set-service/api/LoadedObjectLinksResult.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LoadedObjectLinksResultV2.d.ts +0 -9
- package/build/types/generated/object-set-service/api/LoadedObjectLinksResultV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LongFilterValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/LongFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/LongPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/LongPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MarkingPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MarkingPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MaterializationProvenance.d.ts +0 -8
- package/build/types/generated/object-set-service/api/MaterializationProvenance.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MaterializeObjectSetRequest.d.ts +0 -7
- package/build/types/generated/object-set-service/api/MaterializeObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MaterializeObjectSetResponse.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MaterializeObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MaxBucketsBucketing.d.ts +0 -7
- package/build/types/generated/object-set-service/api/MaxBucketsBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MaxEditDistance.d.ts +0 -14
- package/build/types/generated/object-set-service/api/MaxEditDistance.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaItemReadToken.d.ts +0 -8
- package/build/types/generated/object-set-service/api/MediaItemReadToken.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaItemReference.d.ts +0 -9
- package/build/types/generated/object-set-service/api/MediaItemReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaItemRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MediaItemRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaReference.d.ts +0 -9
- package/build/types/generated/object-set-service/api/MediaReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaReferencePropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/MediaReferencePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaSetRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MediaSetRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaSetViewRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MediaSetViewRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaValueReference.d.ts +0 -19
- package/build/types/generated/object-set-service/api/MediaValueReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MediaViewItemReference.d.ts +0 -13
- package/build/types/generated/object-set-service/api/MediaViewItemReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Metric.d.ts +0 -48
- package/build/types/generated/object-set-service/api/Metric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MetricName.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MetricName.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MetricResult.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MetricResult.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MetricsAggregation.d.ts +0 -17
- package/build/types/generated/object-set-service/api/MetricsAggregation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MimeType.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MimeType.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultiMatchFilter.d.ts +0 -42
- package/build/types/generated/object-set-service/api/MultiMatchFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultiMatchFilterOperator.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MultiMatchFilterOperator.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultiObjectTypePropertyOrdering.d.ts +0 -15
- package/build/types/generated/object-set-service/api/MultiObjectTypePropertyOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultipassAttribute.d.ts +0 -7
- package/build/types/generated/object-set-service/api/MultipassAttribute.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultipassAttributeKey.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MultipassAttributeKey.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/MultipassUserId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/MultipassUserId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NestedAggregation.d.ts +0 -14
- package/build/types/generated/object-set-service/api/NestedAggregation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NotAggregationFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/NotAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NotFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/NotFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NotSupported.d.ts +0 -1
- package/build/types/generated/object-set-service/api/NotSupported.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NullPropertyValue.d.ts +0 -6
- package/build/types/generated/object-set-service/api/NullPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericBinaryOperation.d.ts +0 -8
- package/build/types/generated/object-set-service/api/NumericBinaryOperation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericBucketing.d.ts +0 -19
- package/build/types/generated/object-set-service/api/NumericBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericCalculation.d.ts +0 -19
- package/build/types/generated/object-set-service/api/NumericCalculation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericLiteral.d.ts +0 -9
- package/build/types/generated/object-set-service/api/NumericLiteral.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericOperation.d.ts +0 -30
- package/build/types/generated/object-set-service/api/NumericOperation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/NumericUnaryOperation.d.ts +0 -7
- package/build/types/generated/object-set-service/api/NumericUnaryOperation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectIdentifier.d.ts +0 -14
- package/build/types/generated/object-set-service/api/ObjectIdentifier.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectLinksResult.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ObjectLinksResult.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectLoadingResponseOptions.d.ts +0 -6
- package/build/types/generated/object-set-service/api/ObjectLoadingResponseOptions.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectLocator.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ObjectLocator.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectLocatorV2.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ObjectLocatorV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectPrimaryKey.d.ts +0 -5
- package/build/types/generated/object-set-service/api/ObjectPrimaryKey.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectPrimaryKeyV2.d.ts +0 -6
- package/build/types/generated/object-set-service/api/ObjectPrimaryKeyV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSet.d.ts +0 -59
- package/build/types/generated/object-set-service/api/ObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationError.d.ts +0 -26
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationError.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported.d.ts +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorNotFound.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorNotFound.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorReferencedObjectSetNotFound.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorReferencedObjectSetNotFound.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported.d.ts +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorStaticObjectSetsNotSupported.d.ts +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorStaticObjectSetsNotSupported.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockData.d.ts +0 -6
- package/build/types/generated/object-set-service/api/ObjectSetBlockData.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetBlockDataV1.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ObjectSetBlockDataV1.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetCompassType.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectSetCompassType.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetContext.d.ts +0 -16
- package/build/types/generated/object-set-service/api/ObjectSetContext.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetEntities.d.ts +0 -12
- package/build/types/generated/object-set-service/api/ObjectSetEntities.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetFilter.d.ts +0 -129
- package/build/types/generated/object-set-service/api/ObjectSetFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetFilterContext.d.ts +0 -8
- package/build/types/generated/object-set-service/api/ObjectSetFilterContext.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetLinkFilter.d.ts +0 -12
- package/build/types/generated/object-set-service/api/ObjectSetLinkFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectSetRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetTemplateId.d.ts +0 -2
- package/build/types/generated/object-set-service/api/ObjectSetTemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectSetVersion.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectSetVersion.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectTypeDimension.d.ts +0 -7
- package/build/types/generated/object-set-service/api/ObjectTypeDimension.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectTypeFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/ObjectTypeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectTypeId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectTypeId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectTypeRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectTypeTemplateId.d.ts +0 -2
- package/build/types/generated/object-set-service/api/ObjectTypeTemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectVersion.d.ts +0 -10
- package/build/types/generated/object-set-service/api/ObjectVersion.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectVersionV1.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ObjectVersionV1.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ObjectsSelection.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ObjectsSelection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OntologyBranchRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/OntologyBranchRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OntologyTypeSelection.d.ts +0 -4
- package/build/types/generated/object-set-service/api/OntologyTypeSelection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OntologyVersion.d.ts +0 -4
- package/build/types/generated/object-set-service/api/OntologyVersion.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OrAggregationFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/OrAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OrFilter.d.ts +0 -8
- package/build/types/generated/object-set-service/api/OrFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Ordering.d.ts +0 -14
- package/build/types/generated/object-set-service/api/Ordering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OrderingDirection.d.ts +0 -4
- package/build/types/generated/object-set-service/api/OrderingDirection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/OwningRid.d.ts +0 -10
- package/build/types/generated/object-set-service/api/OwningRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PageToken.d.ts +0 -4
- package/build/types/generated/object-set-service/api/PageToken.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ParameterizedExactMatchFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/ParameterizedExactMatchFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ParameterizedRangeFilter.d.ts +0 -12
- package/build/types/generated/object-set-service/api/ParameterizedRangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ParameterizedTermsFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/ParameterizedTermsFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ParameterizedWildcardFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/ParameterizedWildcardFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PercentileMetric.d.ts +0 -10
- package/build/types/generated/object-set-service/api/PercentileMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PhraseFilter.d.ts +0 -57
- package/build/types/generated/object-set-service/api/PhraseFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PhraseMatchMode.d.ts +0 -4
- package/build/types/generated/object-set-service/api/PhraseMatchMode.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PrefixOnLastTokenFilter.d.ts +0 -40
- package/build/types/generated/object-set-service/api/PrefixOnLastTokenFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PrefixOnLastTokenSuggestInput.d.ts +0 -7
- package/build/types/generated/object-set-service/api/PrefixOnLastTokenSuggestInput.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/PropertyId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyIdPropertySelection.d.ts +0 -7
- package/build/types/generated/object-set-service/api/PropertyIdPropertySelection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyMapping.d.ts +0 -9
- package/build/types/generated/object-set-service/api/PropertyMapping.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyMetric.d.ts +0 -9
- package/build/types/generated/object-set-service/api/PropertyMetric.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyOrdering.d.ts +0 -14
- package/build/types/generated/object-set-service/api/PropertyOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertySelection.d.ts +0 -14
- package/build/types/generated/object-set-service/api/PropertySelection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertySet.d.ts +0 -14
- package/build/types/generated/object-set-service/api/PropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertySetV2.d.ts +0 -19
- package/build/types/generated/object-set-service/api/PropertySetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertySort.d.ts +0 -11
- package/build/types/generated/object-set-service/api/PropertySort.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyTemplateId.d.ts +0 -2
- package/build/types/generated/object-set-service/api/PropertyTemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyTypeIdentifier.d.ts +0 -9
- package/build/types/generated/object-set-service/api/PropertyTypeIdentifier.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyTypeRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/PropertyTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyTypeRidPropertySelection.d.ts +0 -7
- package/build/types/generated/object-set-service/api/PropertyTypeRidPropertySelection.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyValue.d.ts +0 -104
- package/build/types/generated/object-set-service/api/PropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyValueDimension.d.ts +0 -9
- package/build/types/generated/object-set-service/api/PropertyValueDimension.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyValueResultOrdering.d.ts +0 -8
- package/build/types/generated/object-set-service/api/PropertyValueResultOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/PropertyWhitelistPropertySet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/PropertyWhitelistPropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/QualifiedSeriesIdPropertyValue.d.ts +0 -9
- package/build/types/generated/object-set-service/api/QualifiedSeriesIdPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RangeAggregationFilter.d.ts +0 -12
- package/build/types/generated/object-set-service/api/RangeAggregationFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RangeAggregationFilterValue.d.ts +0 -34
- package/build/types/generated/object-set-service/api/RangeAggregationFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RangeBucketing.d.ts +0 -7
- package/build/types/generated/object-set-service/api/RangeBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RangeFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/RangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ReferenceSigningOptions.d.ts +0 -6
- package/build/types/generated/object-set-service/api/ReferenceSigningOptions.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ReferencedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/ReferencedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RegexPattern.d.ts +0 -4
- package/build/types/generated/object-set-service/api/RegexPattern.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelationId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/RelationId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelationSide.d.ts +0 -4
- package/build/types/generated/object-set-service/api/RelationSide.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelationTemplateId.d.ts +0 -2
- package/build/types/generated/object-set-service/api/RelationTemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelativeDateRangeFilter.d.ts +0 -12
- package/build/types/generated/object-set-service/api/RelativeDateRangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelativePointInTime.d.ts +0 -8
- package/build/types/generated/object-set-service/api/RelativePointInTime.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelativeTimeRangeFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/RelativeTimeRangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelativeTimeUnit.d.ts +0 -4
- package/build/types/generated/object-set-service/api/RelativeTimeUnit.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RelevancyResultOrdering.d.ts +0 -6
- package/build/types/generated/object-set-service/api/RelevancyResultOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ResolvedFilterParameter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/ResolvedFilterParameter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ResponseOptions.d.ts +0 -7
- package/build/types/generated/object-set-service/api/ResponseOptions.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ResultOrdering.d.ts +0 -19
- package/build/types/generated/object-set-service/api/ResultOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/RootAggregation.d.ts +0 -11
- package/build/types/generated/object-set-service/api/RootAggregation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SavedObjectSet.d.ts +0 -8
- package/build/types/generated/object-set-service/api/SavedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ScrollId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/ScrollId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SearchAroundObjectSet.d.ts +0 -12
- package/build/types/generated/object-set-service/api/SearchAroundObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SecurityRidTemplateId.d.ts +0 -2
- package/build/types/generated/object-set-service/api/SecurityRidTemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SelectedPropertiesPropertySetV2.d.ts +0 -7
- package/build/types/generated/object-set-service/api/SelectedPropertiesPropertySetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SelectedTypesPropertySetV2.d.ts +0 -7
- package/build/types/generated/object-set-service/api/SelectedTypesPropertySetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SeriesIdPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/SeriesIdPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SharedPropertyTypeRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/SharedPropertyTypeRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SingleObjectSetBlockData.d.ts +0 -10
- package/build/types/generated/object-set-service/api/SingleObjectSetBlockData.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SingleObjectTypePropertyOrdering.d.ts +0 -14
- package/build/types/generated/object-set-service/api/SingleObjectTypePropertyOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SoftLinkSearchAroundObjectSet.d.ts +0 -10
- package/build/types/generated/object-set-service/api/SoftLinkSearchAroundObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SortOrder.d.ts +0 -4
- package/build/types/generated/object-set-service/api/SortOrder.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StaticObjectSet.d.ts +0 -9
- package/build/types/generated/object-set-service/api/StaticObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StaticObjectSetProvenance.d.ts +0 -14
- package/build/types/generated/object-set-service/api/StaticObjectSetProvenance.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StringBucketing.d.ts +0 -10
- package/build/types/generated/object-set-service/api/StringBucketing.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StringBucketingValueFilter.d.ts +0 -25
- package/build/types/generated/object-set-service/api/StringBucketingValueFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StringFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/StringFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StringPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/StringPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Struct.d.ts +0 -7
- package/build/types/generated/object-set-service/api/Struct.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StructElement.d.ts +0 -9
- package/build/types/generated/object-set-service/api/StructElement.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/StructPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/StructPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SubAggregateResult.d.ts +0 -10
- package/build/types/generated/object-set-service/api/SubAggregateResult.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SubtractedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/SubtractedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SuggestInput.d.ts +0 -9
- package/build/types/generated/object-set-service/api/SuggestInput.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SuggestRequest.d.ts +0 -13
- package/build/types/generated/object-set-service/api/SuggestRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/SuggestResponse.d.ts +0 -5
- package/build/types/generated/object-set-service/api/SuggestResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TemplateId.d.ts +0 -1
- package/build/types/generated/object-set-service/api/TemplateId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TemplateRidPropertyValue.d.ts +0 -6
- package/build/types/generated/object-set-service/api/TemplateRidPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TermsFilter.d.ts +0 -18
- package/build/types/generated/object-set-service/api/TermsFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimeDependentPropertyValue.d.ts +0 -21
- package/build/types/generated/object-set-service/api/TimeDependentPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimeSeriesSyncRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimeSeriesSyncRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimeToLive.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimeToLive.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimeUnit.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimeUnit.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimeZoneId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimeZoneId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimestampFilterValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimestampFilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TimestampPropertyValue.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TimestampPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/TransactionRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/TransactionRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UnionedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/UnionedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UnresolvedFilterParameter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/UnresolvedFilterParameter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UnresolvedFilterParameterId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/UnresolvedFilterParameterId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UnspecifiedResultOrdering.d.ts +0 -7
- package/build/types/generated/object-set-service/api/UnspecifiedResultOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UpdateLatestVersionRequest.d.ts +0 -6
- package/build/types/generated/object-set-service/api/UpdateLatestVersionRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UsageCost.d.ts +0 -15
- package/build/types/generated/object-set-service/api/UsageCost.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UserContextFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/UserContextFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/UserContextValue.d.ts +0 -14
- package/build/types/generated/object-set-service/api/UserContextValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/ValueOrdering.d.ts +0 -9
- package/build/types/generated/object-set-service/api/ValueOrdering.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/Vector.d.ts +0 -8
- package/build/types/generated/object-set-service/api/Vector.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/VectorPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/VectorPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetOperation.d.ts +0 -4
- package/build/types/generated/object-set-service/api/VersionedObjectSetOperation.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/VersionedObjectSetRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/VersionedObjectSetRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/WildcardFilter.d.ts +0 -18
- package/build/types/generated/object-set-service/api/WildcardFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/WorkstateRid.d.ts +0 -4
- package/build/types/generated/object-set-service/api/WorkstateRid.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/AllPropertiesPropertySet.d.ts +0 -4
- package/build/types/generated/object-set-service/api/external/planning/AllPropertiesPropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/AndFilter.d.ts +0 -5
- package/build/types/generated/object-set-service/api/external/planning/AndFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/Bound.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/Bound.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/BoundType.d.ts +0 -4
- package/build/types/generated/object-set-service/api/external/planning/BoundType.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/DateRangeFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/external/planning/DateRangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/ExactMatchFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/ExactMatchFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/FilterValue.d.ts +0 -54
- package/build/types/generated/object-set-service/api/external/planning/FilterValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/FilteredObjectSet.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/FilteredObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/GeoBoundingBoxFilter.d.ts +0 -12
- package/build/types/generated/object-set-service/api/external/planning/GeoBoundingBoxFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/GeoDistanceFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/external/planning/GeoDistanceFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/GeoPolygonFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/external/planning/GeoPolygonFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/IntersectedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/IntersectedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/JoinCondition.d.ts +0 -14
- package/build/types/generated/object-set-service/api/external/planning/JoinCondition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/JoinedObjectSet.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/JoinedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/KnnObjectSet.d.ts +0 -14
- package/build/types/generated/object-set-service/api/external/planning/KnnObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/KnnObjectSetV2.d.ts +0 -13
- package/build/types/generated/object-set-service/api/external/planning/KnnObjectSetV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSet.d.ts +0 -44
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetFilter.d.ts +0 -89
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetId.d.ts +0 -4
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetId.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetRequest.d.ts +0 -6
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetResponse.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/ManyToManyJoinCondition.d.ts +0 -15
- package/build/types/generated/object-set-service/api/external/planning/ManyToManyJoinCondition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/MatchAllFilter.d.ts +0 -4
- package/build/types/generated/object-set-service/api/external/planning/MatchAllFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/MultiMatchFilter.d.ts +0 -14
- package/build/types/generated/object-set-service/api/external/planning/MultiMatchFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/NamedLogicalObjectSet.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/NamedLogicalObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/NonNullFilter.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/NonNullFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/NotFilter.d.ts +0 -5
- package/build/types/generated/object-set-service/api/external/planning/NotFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/ObjectTypeJoinCondition.d.ts +0 -11
- package/build/types/generated/object-set-service/api/external/planning/ObjectTypeJoinCondition.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/OrFilter.d.ts +0 -5
- package/build/types/generated/object-set-service/api/external/planning/OrFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/PhraseFilter.d.ts +0 -11
- package/build/types/generated/object-set-service/api/external/planning/PhraseFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/PrefixOnLastTokenFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/PrefixOnLastTokenFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/PropertyAllowlistPropertySet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/PropertyAllowlistPropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/PropertySet.d.ts +0 -14
- package/build/types/generated/object-set-service/api/external/planning/PropertySet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/RangeFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/external/planning/RangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/ReferenceObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/ReferenceObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/SelectExpression.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/SelectExpression.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/SubtractedObjectSet.d.ts +0 -8
- package/build/types/generated/object-set-service/api/external/planning/SubtractedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/TermsFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/TermsFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/TimeRangeFilter.d.ts +0 -10
- package/build/types/generated/object-set-service/api/external/planning/TimeRangeFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/UnionedObjectSet.d.ts +0 -7
- package/build/types/generated/object-set-service/api/external/planning/UnionedObjectSet.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/external/planning/WildcardFilter.d.ts +0 -9
- package/build/types/generated/object-set-service/api/external/planning/WildcardFilter.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponents.d.ts +0 -6
- package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponents.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponentsV1.d.ts +0 -3
- package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponentsV1.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/InternalArrayPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/api/internal/InternalArrayPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/InternalFloatPropertyValue.d.ts +0 -6
- package/build/types/generated/object-set-service/api/internal/InternalFloatPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/InternalGeohashPropertyValue.d.ts +0 -6
- package/build/types/generated/object-set-service/api/internal/InternalGeohashPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/InternalPropertyValue.d.ts +0 -110
- package/build/types/generated/object-set-service/api/internal/InternalPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesRequest.d.ts +0 -9
- package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesResponse.d.ts +0 -7
- package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesResponse.d.ts.map +0 -1
- package/build/types/generated/object-set-service/api/internal/PatchableFoundryEntity.d.ts +0 -23
- package/build/types/generated/object-set-service/api/internal/PatchableFoundryEntity.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryLink.d.ts +0 -11
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryLink.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObject.d.ts +0 -11
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObject.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectList.d.ts +0 -9
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectList.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectVersionList.d.ts +0 -9
- package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectVersionList.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/AuditPatchableFoundryEntity.d.ts +0 -15
- package/build/types/generated/object-set-service/audit/v2/AuditPatchableFoundryEntity.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesResultParams.d.ts +0 -8
- package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceAuditEvent.d.ts +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceAuditEvent.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceDeleteObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceDeleteObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageResultParams.d.ts +0 -5
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksResultParams.d.ts +0 -5
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageResultParams.d.ts +0 -5
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionRequestParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionRequestParams.d.ts +0 -6
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionRequestParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionResultParams.d.ts +0 -4
- package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionResultParams.d.ts.map +0 -1
- package/build/types/generated/object-set-service/errors/AggregationEntityName.d.ts +0 -4
- package/build/types/generated/object-set-service/errors/AggregationEntityName.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableArrayPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/loggable/LoggableArrayPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableEntityLocator.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableEntityLocator.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableEntityPrimaryKey.d.ts +0 -6
- package/build/types/generated/object-set-service/loggable/LoggableEntityPrimaryKey.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableFoundryObjectReference.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableFoundryObjectReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableGetLinksRequest.d.ts +0 -12
- package/build/types/generated/object-set-service/loggable/LoggableGetLinksRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableLoadObjectsRequest.d.ts +0 -15
- package/build/types/generated/object-set-service/loggable/LoggableLoadObjectsRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableLoadPatchableEntitiesRequest.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableLoadPatchableEntitiesRequest.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableMediaReference.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableMediaReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableMediaReferencePropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/loggable/LoggableMediaReferencePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableMediaValueReference.d.ts +0 -19
- package/build/types/generated/object-set-service/loggable/LoggableMediaValueReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableMediaViewItemReference.d.ts +0 -12
- package/build/types/generated/object-set-service/loggable/LoggableMediaViewItemReference.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableObjectIdentifier.d.ts +0 -14
- package/build/types/generated/object-set-service/loggable/LoggableObjectIdentifier.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableObjectLocatorV2.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableObjectLocatorV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableObjectPrimaryKeyV2.d.ts +0 -6
- package/build/types/generated/object-set-service/loggable/LoggableObjectPrimaryKeyV2.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggablePropertyValue.d.ts +0 -104
- package/build/types/generated/object-set-service/loggable/LoggablePropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableStruct.d.ts +0 -7
- package/build/types/generated/object-set-service/loggable/LoggableStruct.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableStructElement.d.ts +0 -9
- package/build/types/generated/object-set-service/loggable/LoggableStructElement.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/LoggableStructPropertyValue.d.ts +0 -5
- package/build/types/generated/object-set-service/loggable/LoggableStructPropertyValue.d.ts.map +0 -1
- package/build/types/generated/object-set-service/loggable/index.d.ts +0 -18
- package/build/types/generated/object-set-service/loggable/index.d.ts.map +0 -1
package/build/cjs/index.d.cts
CHANGED
|
@@ -1,127 +1,96 @@
|
|
|
1
1
|
import { ConjureContext } from 'conjure-lite';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* A derived property that references an aggregation on a set of linked objects.
|
|
5
|
+
* The linked object is specified by a LinkDefinition.
|
|
5
6
|
*/
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
interface AggregatedPropertyDefinition {
|
|
8
|
+
aggregation: DerivedPropertyAggregation$1;
|
|
9
|
+
linkDefinition: LinkDefinition$2;
|
|
10
|
+
}
|
|
8
11
|
/**
|
|
9
|
-
*
|
|
12
|
+
* Use all properties.
|
|
10
13
|
*/
|
|
11
|
-
|
|
12
|
-
|
|
14
|
+
interface AllPropertiesPropertySet$1 {
|
|
15
|
+
}
|
|
13
16
|
/**
|
|
14
|
-
*
|
|
17
|
+
* An ObjectSetFilter used to combine multiple ObjectSetFilters.
|
|
18
|
+
* An object matches an AndFilter iff it matches all of the filters.
|
|
15
19
|
*/
|
|
16
|
-
interface
|
|
17
|
-
|
|
18
|
-
linkSide: LinkSide;
|
|
20
|
+
interface AndFilter$1 {
|
|
21
|
+
filters: Array<ObjectSetFilter$1>;
|
|
19
22
|
}
|
|
20
|
-
|
|
21
23
|
/**
|
|
22
|
-
*
|
|
24
|
+
* An object matches an ApproximateLinkPresenceFilter iff it contains a link to any object along the provided RelationId
|
|
25
|
+
* and if the starting object is on the provided RelationSide of the relation.
|
|
26
|
+
*
|
|
27
|
+
* WARNING: Due to the performance constraints, this filter does not always check if the linked object actually exists.
|
|
28
|
+
* As a consequence it is possible that ApproximateLinkPresenceFilter will yield more objects, including those which are
|
|
29
|
+
* linked to non-existent ones. Hence, whenever this filter is used, result set should be treated as approximate.
|
|
30
|
+
*
|
|
31
|
+
* It is guaranteed that no links will be missed during filtering, so in order to make results accurate, it is enough for
|
|
32
|
+
* clients to filter out results linked to non-existing objects.
|
|
33
|
+
*
|
|
34
|
+
* If use case relies on linked objects existence and requires accurate results, clients are encouraged to use ObjectSetLinkFilter instead.
|
|
23
35
|
*/
|
|
24
|
-
|
|
25
|
-
|
|
36
|
+
interface ApproximateLinkPresenceFilter {
|
|
37
|
+
relationId: RelationId$1;
|
|
38
|
+
relationSide: RelationSide$1;
|
|
39
|
+
}
|
|
26
40
|
/**
|
|
27
41
|
* An object property value whose type is array.
|
|
28
42
|
*/
|
|
29
43
|
type ArrayPropertyValue = Array<PropertyValue>;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* The rid of an Attachment.
|
|
33
|
-
*/
|
|
34
|
-
type AttachmentPropertyValue = string;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* An object property value whose type is boolean (true-false).
|
|
38
|
-
*/
|
|
39
|
-
type BooleanPropertyValue = boolean;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* This property type represents an encrypted or plain text value used by the Cipher Service.
|
|
43
|
-
*/
|
|
44
|
-
type CipherTextPropertyValue = string;
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
|
|
48
|
-
*/
|
|
49
|
-
type DatePropertyValue = string;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* String representation of a decimal value. This value can be returned in a scientific notation with the exponent
|
|
53
|
-
* proceeded by a letter 'E' followed by a '+'/'-' sign (for example 4.321E+8 or 0.332E-5).
|
|
54
|
-
*/
|
|
55
|
-
type DecimalPropertyValue = string;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* An object property value whose type is double-precision floating point.
|
|
59
|
-
*/
|
|
60
|
-
type DoublePropertyValue = number;
|
|
61
|
-
|
|
62
44
|
/**
|
|
63
|
-
*
|
|
45
|
+
* Cast the provided object set to the raw object types. This drops interface views on interface-based
|
|
46
|
+
* object sets and convert them into unions of the underlying object types. This also disallows referring
|
|
47
|
+
* to interface property API names and forces property selection to use object type property API names.
|
|
64
48
|
*/
|
|
65
|
-
interface
|
|
66
|
-
|
|
67
|
-
longitude: number;
|
|
49
|
+
interface AsBaseObjectTypesObjectSet {
|
|
50
|
+
objectSet: ObjectSet;
|
|
68
51
|
}
|
|
69
|
-
|
|
70
|
-
/**
|
|
71
|
-
* An object property value that represents a geoshape. This value is guaranteed to be a valid GeoJSON.
|
|
72
|
-
*/
|
|
73
|
-
type GeoShapePropertyValue = any;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* The ID for a Geotime series within an integration; this can be written into Geotime by an end user
|
|
77
|
-
* and is therefore unsafe.
|
|
78
|
-
*/
|
|
79
|
-
type GeotimeSeriesId = string;
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* A reference to a Geotime integration; this is randomly generated and is therefore safe to log.
|
|
83
|
-
*/
|
|
84
|
-
type GeotimeSeriesIntegrationRid$1 = string;
|
|
85
|
-
|
|
86
52
|
/**
|
|
87
|
-
*
|
|
53
|
+
* Cast the provided object set to the provided object type or interface type which results in a new scope of the
|
|
54
|
+
* object set, controlling what properties you can reference in sorts or filters. Objects which cannot be cast as
|
|
55
|
+
* the provided type are dropped. Objects can be cast to an object type if they are of that type or to an
|
|
56
|
+
* interface if their object type implements said interface or a child interface of it.
|
|
57
|
+
*
|
|
58
|
+
* For example, suppose "Vehicle" is an interface and "Car" implements it. "Vehicle" declares a property
|
|
59
|
+
* "capacity", and on Cars, the local property "seats" fulfills the interface property. It is not possible to
|
|
60
|
+
* select "capacity" when the object set is "Base(Car)". However it is possible to query "capacity" if the object
|
|
61
|
+
* set is cast to "Car" via "AsType(Base(Car), type="Vehicle")".
|
|
88
62
|
*/
|
|
89
|
-
interface
|
|
90
|
-
|
|
91
|
-
|
|
63
|
+
interface AsTypeObjectSet {
|
|
64
|
+
objectSet: ObjectSet;
|
|
65
|
+
type: ObjectTypeOrInterfaceTypeIdentifier;
|
|
92
66
|
}
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* An object property value that represents a GeotimeSeriesReference.
|
|
96
|
-
*/
|
|
97
|
-
type GeotimeSeriesReferencePropertyValue = GeotimeSeriesReference;
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* An object property value whose type is integer.
|
|
101
|
-
*/
|
|
102
|
-
type IntegerPropertyValue = number;
|
|
103
|
-
|
|
104
67
|
/**
|
|
105
|
-
*
|
|
106
|
-
* digits (with an optional leading '-' sign for negative numbers).
|
|
68
|
+
* The rid of an Attachment.
|
|
107
69
|
*/
|
|
108
|
-
type
|
|
109
|
-
|
|
70
|
+
type AttachmentPropertyValue = string;
|
|
110
71
|
/**
|
|
111
|
-
*
|
|
72
|
+
* Object Set containing all objects with a given ObjectTypeId.
|
|
112
73
|
*/
|
|
113
|
-
|
|
114
|
-
|
|
74
|
+
interface BaseObjectSet {
|
|
75
|
+
objectTypeId: ObjectTypeId$1;
|
|
76
|
+
}
|
|
115
77
|
/**
|
|
116
|
-
*
|
|
78
|
+
* An object property value whose type is boolean (true-false).
|
|
117
79
|
*/
|
|
118
|
-
type
|
|
119
|
-
|
|
80
|
+
type BooleanPropertyValue = boolean;
|
|
81
|
+
interface CalculatedPropertyDefinition_numeric {
|
|
82
|
+
type: "numeric";
|
|
83
|
+
numeric: NumericOutputCalculation;
|
|
84
|
+
}
|
|
85
|
+
interface CalculatedPropertyDefinition_datetime {
|
|
86
|
+
type: "datetime";
|
|
87
|
+
datetime: DateTimeOutputCalculation;
|
|
88
|
+
}
|
|
120
89
|
/**
|
|
121
|
-
*
|
|
90
|
+
* A derived property that is calculated from other properties.
|
|
91
|
+
* It can be a literal, a reference to another property or an operation.
|
|
122
92
|
*/
|
|
123
|
-
type
|
|
124
|
-
|
|
93
|
+
type CalculatedPropertyDefinition = CalculatedPropertyDefinition_numeric | CalculatedPropertyDefinition_datetime;
|
|
125
94
|
/**
|
|
126
95
|
* Reference to a specific catalog file
|
|
127
96
|
*/
|
|
@@ -130,782 +99,706 @@ interface CatalogFileReference {
|
|
|
130
99
|
endTransactionRid: TransactionRid;
|
|
131
100
|
logicalFilePath: string;
|
|
132
101
|
}
|
|
133
|
-
|
|
134
102
|
/**
|
|
135
|
-
*
|
|
103
|
+
* This property type represents an encrypted or plain text value used by the Cipher Service.
|
|
136
104
|
*/
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
105
|
+
type CipherTextPropertyValue = string;
|
|
106
|
+
interface CreateTemporaryObjectSetRequest {
|
|
107
|
+
objectSet: ObjectSet;
|
|
108
|
+
objectSetFilterContext?: ObjectSetFilterContext | null | undefined;
|
|
109
|
+
timeToLive: TimeToLive;
|
|
110
|
+
}
|
|
111
|
+
interface CreateTemporaryObjectSetResponse {
|
|
112
|
+
objectSetRid: ObjectSetRid;
|
|
140
113
|
}
|
|
141
|
-
|
|
142
114
|
/**
|
|
143
|
-
*
|
|
115
|
+
* Used to record custom provenance information.
|
|
144
116
|
*/
|
|
145
|
-
|
|
146
|
-
|
|
117
|
+
interface CustomProvenance {
|
|
118
|
+
identifier: CustomProvenanceIdentifier;
|
|
119
|
+
parameters: Record<string, any>;
|
|
120
|
+
}
|
|
147
121
|
/**
|
|
148
|
-
*
|
|
122
|
+
* Identifies a custom provenance record.
|
|
149
123
|
*/
|
|
150
|
-
type
|
|
151
|
-
|
|
124
|
+
type CustomProvenanceIdentifier = string;
|
|
152
125
|
/**
|
|
153
|
-
* Reference to a media
|
|
126
|
+
* Reference to a dataset containing the media with an optional thumbnail reference.
|
|
154
127
|
*/
|
|
155
|
-
interface
|
|
156
|
-
|
|
157
|
-
|
|
128
|
+
interface DatasetFileReference {
|
|
129
|
+
fileReference: CatalogFileReference;
|
|
130
|
+
thumbnailReference?: CatalogFileReference | null | undefined;
|
|
158
131
|
}
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* A token that can be used to access the media item. This token is only valid for a limited time and can be used to access the media item without authentication repeatedly during the lifetime of the token.
|
|
162
|
-
* This token will only be present if explicitly requested by the client by setting `referenceSigningOptions.signMediaReferences` to true in the endpoints that support it.
|
|
163
|
-
* This token can only be generated for media items that are backed by a media set view datasource.
|
|
164
|
-
* This token will not be generated for media items in arrays.
|
|
165
|
-
* NOTE: This token is generated for the calling user and should not be shared.
|
|
166
|
-
*/
|
|
167
|
-
type MediaItemReadToken = string;
|
|
168
|
-
|
|
169
132
|
/**
|
|
170
|
-
* The identifier of
|
|
133
|
+
* The identifier of a foundry dataset
|
|
171
134
|
*/
|
|
172
|
-
type
|
|
173
|
-
|
|
135
|
+
type DatasetRid$1 = string;
|
|
174
136
|
/**
|
|
175
|
-
*
|
|
137
|
+
* String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
|
|
176
138
|
*/
|
|
177
|
-
|
|
178
|
-
mediaSetRid: MediaSetRid$1;
|
|
179
|
-
mediaSetViewRid: MediaSetViewRid$1;
|
|
180
|
-
mediaItemRid: MediaItemRid$1;
|
|
181
|
-
token: MediaItemReadToken | undefined;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
interface MediaValueReference_mediaItem {
|
|
185
|
-
type: "mediaItem";
|
|
186
|
-
mediaItem: MediaItemReference;
|
|
187
|
-
}
|
|
188
|
-
interface MediaValueReference_mediaViewItem {
|
|
189
|
-
type: "mediaViewItem";
|
|
190
|
-
mediaViewItem: MediaViewItemReference$1;
|
|
191
|
-
}
|
|
192
|
-
interface MediaValueReference_datasetFile {
|
|
193
|
-
type: "datasetFile";
|
|
194
|
-
datasetFile: DatasetFileReference;
|
|
195
|
-
}
|
|
139
|
+
type DateLiteral = string;
|
|
196
140
|
/**
|
|
197
|
-
* A
|
|
141
|
+
* A specific part of a date (such as day, month, or year)
|
|
198
142
|
*/
|
|
199
|
-
type
|
|
200
|
-
|
|
143
|
+
type DatePart = "DAY" | "MONTH" | "QUARTER" | "YEAR";
|
|
201
144
|
/**
|
|
202
|
-
*
|
|
145
|
+
* String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
|
|
203
146
|
*/
|
|
204
|
-
type
|
|
205
|
-
|
|
147
|
+
type DatePropertyValue = string;
|
|
206
148
|
/**
|
|
207
|
-
*
|
|
149
|
+
* An operation on two property nodes of type datetime for the purposes of defining a derived property.
|
|
208
150
|
*/
|
|
209
|
-
interface
|
|
210
|
-
|
|
211
|
-
|
|
151
|
+
interface DateTimeBinaryOperation {
|
|
152
|
+
leftOperand: DateTimeOutputCalculation;
|
|
153
|
+
rightOperand: DateTimeOutputCalculation;
|
|
154
|
+
}
|
|
155
|
+
interface DateTimeLiteral_date {
|
|
156
|
+
type: "date";
|
|
157
|
+
date: DateLiteral;
|
|
158
|
+
}
|
|
159
|
+
interface DateTimeLiteral_timestamp {
|
|
160
|
+
type: "timestamp";
|
|
161
|
+
timestamp: TimestampLiteral;
|
|
212
162
|
}
|
|
213
|
-
|
|
214
163
|
/**
|
|
215
|
-
*
|
|
164
|
+
* A literal value for the purposes of defining a derived property via a date operation.
|
|
216
165
|
*/
|
|
217
|
-
type
|
|
218
|
-
|
|
166
|
+
type DateTimeLiteral = DateTimeLiteral_date | DateTimeLiteral_timestamp;
|
|
167
|
+
interface DateTimeOperation_max {
|
|
168
|
+
type: "max";
|
|
169
|
+
max: DateTimeBinaryOperation;
|
|
170
|
+
}
|
|
171
|
+
interface DateTimeOperation_min {
|
|
172
|
+
type: "min";
|
|
173
|
+
min: DateTimeBinaryOperation;
|
|
174
|
+
}
|
|
219
175
|
/**
|
|
220
|
-
*
|
|
221
|
-
* property values - no property value will be otherwise returned for properties that do not have a value, or
|
|
222
|
-
* where that value is null.
|
|
176
|
+
* An operation on one or two property nodes of type datetime for the purposes of defining a derived property.
|
|
223
177
|
*/
|
|
224
|
-
|
|
178
|
+
type DateTimeOperation = DateTimeOperation_max | DateTimeOperation_min;
|
|
179
|
+
interface DateTimeOutputCalculation_literal {
|
|
180
|
+
type: "literal";
|
|
181
|
+
literal: DateTimeLiteral;
|
|
182
|
+
}
|
|
183
|
+
interface DateTimeOutputCalculation_propertyIdentifier {
|
|
184
|
+
type: "propertyIdentifier";
|
|
185
|
+
propertyIdentifier: PropertyIdentifier;
|
|
186
|
+
}
|
|
187
|
+
interface DateTimeOutputCalculation_operation {
|
|
188
|
+
type: "operation";
|
|
189
|
+
operation: DateTimeOperation;
|
|
225
190
|
}
|
|
226
|
-
|
|
227
191
|
/**
|
|
228
|
-
*
|
|
192
|
+
* A calculation node that is used to define a derived property via an operation which returns a date output.
|
|
229
193
|
*/
|
|
230
|
-
type
|
|
231
|
-
|
|
194
|
+
type DateTimeOutputCalculation = DateTimeOutputCalculation_literal | DateTimeOutputCalculation_propertyIdentifier | DateTimeOutputCalculation_operation;
|
|
195
|
+
interface DateTimeToNumericCalculation_extractDatePart {
|
|
196
|
+
type: "extractDatePart";
|
|
197
|
+
extractDatePart: ExtractDatePartCalculation;
|
|
198
|
+
}
|
|
232
199
|
/**
|
|
233
|
-
*
|
|
200
|
+
* A calculation node that is used to define a derived property via an operation which takes a date input and
|
|
201
|
+
* returns a numeric output.
|
|
234
202
|
*/
|
|
235
|
-
|
|
236
|
-
structElementRid: PropertyTypeRid$1;
|
|
237
|
-
structElementValue: PropertyValue;
|
|
238
|
-
}
|
|
239
|
-
|
|
203
|
+
type DateTimeToNumericCalculation = DateTimeToNumericCalculation_extractDatePart;
|
|
240
204
|
/**
|
|
241
|
-
*
|
|
205
|
+
* String representation of a decimal value. This value can be returned in a scientific notation with the exponent
|
|
206
|
+
* preceded by a letter 'E' followed by a '+'/'-' sign (for example 4.321E+8 or 0.332E-5).
|
|
242
207
|
*/
|
|
243
|
-
|
|
244
|
-
structElements: Array<StructElement$1>;
|
|
245
|
-
}
|
|
246
|
-
|
|
208
|
+
type DecimalPropertyValue = string;
|
|
247
209
|
/**
|
|
248
|
-
*
|
|
210
|
+
* A collection of derived properties that can be referenced inside a FilteredObjectSet.
|
|
211
|
+
* They are ephemeral and only exist for the lifetime of a request.
|
|
212
|
+
*
|
|
213
|
+
* Note: There may only be a single entry for a given property identifier. An exception will be thrown
|
|
214
|
+
* otherwise.
|
|
215
|
+
*
|
|
216
|
+
* A derived property id may not overlap with any existing PropertyIdentifier that is already defined in the
|
|
217
|
+
* Ontology for a given object type. An exception will be thrown at runtime if this limitation is not
|
|
218
|
+
* respected. NB: This may lead to sudden breaks if the Ontology is updated to include a property that shares
|
|
219
|
+
* a propertyIdentifier already contained in a user defined property definition.
|
|
249
220
|
*/
|
|
250
|
-
type
|
|
251
|
-
|
|
221
|
+
type DerivedProperties = Array<DerivedPropertiesEntry>;
|
|
252
222
|
/**
|
|
253
|
-
*
|
|
223
|
+
* A derived property that can be referenced in an object set or aggregation.
|
|
224
|
+
* It is ephemeral and only exists for the lifetime of a request.
|
|
254
225
|
*/
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
* A rid identifying a time series sync.
|
|
259
|
-
*/
|
|
260
|
-
type TimeSeriesSyncRid$1 = string;
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* Codex seriesId qualified with a time series syncRid
|
|
264
|
-
*/
|
|
265
|
-
interface QualifiedSeriesIdPropertyValue$1 {
|
|
266
|
-
seriesId: SeriesIdPropertyValue$1;
|
|
267
|
-
syncRid: TimeSeriesSyncRid$1;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* A unique identifier of a codex template which resolves to a derived series.
|
|
272
|
-
*/
|
|
273
|
-
interface TemplateRidPropertyValue$1 {
|
|
274
|
-
templateRid: string;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
interface TimeDependentPropertyValue_seriesId$1 {
|
|
278
|
-
type: "seriesId";
|
|
279
|
-
seriesId: SeriesIdPropertyValue$1;
|
|
280
|
-
}
|
|
281
|
-
interface TimeDependentPropertyValue_templateRid$1 {
|
|
282
|
-
type: "templateRid";
|
|
283
|
-
templateRid: TemplateRidPropertyValue$1;
|
|
284
|
-
}
|
|
285
|
-
interface TimeDependentPropertyValue_qualifiedSeriesId$1 {
|
|
286
|
-
type: "qualifiedSeriesId";
|
|
287
|
-
qualifiedSeriesId: QualifiedSeriesIdPropertyValue$1;
|
|
288
|
-
}
|
|
289
|
-
/**
|
|
290
|
-
* Identifies a time series in codex.
|
|
291
|
-
* The qualifiedSeriesId variant should be used when there are multiple time series datasources backing this
|
|
292
|
-
* property value (and therefore we need to specify which one to qualify with).
|
|
293
|
-
*/
|
|
294
|
-
type TimeDependentPropertyValue$1 = TimeDependentPropertyValue_seriesId$1 | TimeDependentPropertyValue_templateRid$1 | TimeDependentPropertyValue_qualifiedSeriesId$1;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* Number of milliseconds since Unix epoch.
|
|
298
|
-
*/
|
|
299
|
-
type TimestampPropertyValue = number;
|
|
300
|
-
|
|
301
|
-
interface Vector_doubleVector {
|
|
302
|
-
type: "doubleVector";
|
|
303
|
-
doubleVector: Array<number>;
|
|
304
|
-
}
|
|
305
|
-
/**
|
|
306
|
-
* A vector of values.
|
|
307
|
-
*/
|
|
308
|
-
type Vector = Vector_doubleVector;
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* An object property value whose type is vector.
|
|
312
|
-
*/
|
|
313
|
-
type VectorPropertyValue = Vector;
|
|
314
|
-
|
|
315
|
-
interface PropertyValue_array {
|
|
316
|
-
type: "array";
|
|
317
|
-
array: ArrayPropertyValue;
|
|
318
|
-
}
|
|
319
|
-
interface PropertyValue_attachment {
|
|
320
|
-
type: "attachment";
|
|
321
|
-
attachment: AttachmentPropertyValue;
|
|
226
|
+
interface DerivedPropertiesEntry {
|
|
227
|
+
definition: DerivedPropertyDefinition;
|
|
228
|
+
propertyIdentifier: PropertyIdentifier;
|
|
322
229
|
}
|
|
323
|
-
interface
|
|
324
|
-
type: "
|
|
325
|
-
|
|
230
|
+
interface DerivedPropertyAggregation_count$1 {
|
|
231
|
+
type: "count";
|
|
232
|
+
count: LinkedCountMetric$1;
|
|
326
233
|
}
|
|
327
|
-
interface
|
|
328
|
-
type: "
|
|
329
|
-
|
|
234
|
+
interface DerivedPropertyAggregation_avg$1 {
|
|
235
|
+
type: "avg";
|
|
236
|
+
avg: LinkedPropertyMetric;
|
|
330
237
|
}
|
|
331
|
-
interface
|
|
332
|
-
type: "
|
|
333
|
-
|
|
238
|
+
interface DerivedPropertyAggregation_max$1 {
|
|
239
|
+
type: "max";
|
|
240
|
+
max: LinkedPropertyMetric;
|
|
334
241
|
}
|
|
335
|
-
interface
|
|
336
|
-
type: "
|
|
337
|
-
|
|
242
|
+
interface DerivedPropertyAggregation_min$1 {
|
|
243
|
+
type: "min";
|
|
244
|
+
min: LinkedPropertyMetric;
|
|
338
245
|
}
|
|
339
|
-
interface
|
|
340
|
-
type: "
|
|
341
|
-
|
|
246
|
+
interface DerivedPropertyAggregation_sum$1 {
|
|
247
|
+
type: "sum";
|
|
248
|
+
sum: LinkedPropertyMetric;
|
|
342
249
|
}
|
|
343
|
-
interface
|
|
344
|
-
type: "
|
|
345
|
-
|
|
250
|
+
interface DerivedPropertyAggregation_percentile {
|
|
251
|
+
type: "percentile";
|
|
252
|
+
percentile: LinkedPercentileMetric;
|
|
346
253
|
}
|
|
347
|
-
interface
|
|
348
|
-
type: "
|
|
349
|
-
|
|
254
|
+
interface DerivedPropertyAggregation_cardinality {
|
|
255
|
+
type: "cardinality";
|
|
256
|
+
cardinality: LinkedPropertyMetric;
|
|
350
257
|
}
|
|
351
|
-
interface
|
|
352
|
-
type: "
|
|
353
|
-
|
|
258
|
+
interface DerivedPropertyAggregation_exactCardinality$1 {
|
|
259
|
+
type: "exactCardinality";
|
|
260
|
+
exactCardinality: LinkedPropertyMetric;
|
|
354
261
|
}
|
|
355
|
-
interface
|
|
356
|
-
type: "
|
|
357
|
-
|
|
262
|
+
interface DerivedPropertyAggregation_standardDeviation {
|
|
263
|
+
type: "standardDeviation";
|
|
264
|
+
standardDeviation: LinkedDispersionMetric;
|
|
358
265
|
}
|
|
359
|
-
interface
|
|
360
|
-
type: "
|
|
361
|
-
|
|
266
|
+
interface DerivedPropertyAggregation_variance {
|
|
267
|
+
type: "variance";
|
|
268
|
+
variance: LinkedDispersionMetric;
|
|
362
269
|
}
|
|
363
|
-
interface
|
|
364
|
-
type: "
|
|
365
|
-
|
|
270
|
+
interface DerivedPropertyAggregation_collectList$1 {
|
|
271
|
+
type: "collectList";
|
|
272
|
+
collectList: LinkedCollection$1;
|
|
366
273
|
}
|
|
367
|
-
interface
|
|
368
|
-
type: "
|
|
369
|
-
|
|
274
|
+
interface DerivedPropertyAggregation_collectSet$1 {
|
|
275
|
+
type: "collectSet";
|
|
276
|
+
collectSet: LinkedCollection$1;
|
|
370
277
|
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
278
|
+
/**
|
|
279
|
+
* An aggregation function and what it should be computed on (e.g. a property).
|
|
280
|
+
*/
|
|
281
|
+
type DerivedPropertyAggregation$1 = DerivedPropertyAggregation_count$1 | DerivedPropertyAggregation_avg$1 | DerivedPropertyAggregation_max$1 | DerivedPropertyAggregation_min$1 | DerivedPropertyAggregation_sum$1 | DerivedPropertyAggregation_percentile | DerivedPropertyAggregation_cardinality | DerivedPropertyAggregation_exactCardinality$1 | DerivedPropertyAggregation_standardDeviation | DerivedPropertyAggregation_variance | DerivedPropertyAggregation_collectList$1 | DerivedPropertyAggregation_collectSet$1;
|
|
282
|
+
interface DerivedPropertyDefinition_nativeProperty {
|
|
283
|
+
type: "nativeProperty";
|
|
284
|
+
nativeProperty: PropertyIdentifier;
|
|
374
285
|
}
|
|
375
|
-
interface
|
|
376
|
-
type: "
|
|
377
|
-
|
|
286
|
+
interface DerivedPropertyDefinition_linkedObjectProperty {
|
|
287
|
+
type: "linkedObjectProperty";
|
|
288
|
+
linkedObjectProperty: LinkedObjectPropertyDefinition;
|
|
378
289
|
}
|
|
379
|
-
interface
|
|
380
|
-
type: "
|
|
381
|
-
|
|
290
|
+
interface DerivedPropertyDefinition_linkedObjectsAggregationProperty {
|
|
291
|
+
type: "linkedObjectsAggregationProperty";
|
|
292
|
+
linkedObjectsAggregationProperty: LinkedObjectsAggregationPropertyDefinition;
|
|
382
293
|
}
|
|
383
|
-
interface
|
|
384
|
-
type: "
|
|
385
|
-
|
|
294
|
+
interface DerivedPropertyDefinition_calculatedProperty {
|
|
295
|
+
type: "calculatedProperty";
|
|
296
|
+
calculatedProperty: CalculatedPropertyDefinition;
|
|
386
297
|
}
|
|
387
|
-
interface
|
|
388
|
-
type: "
|
|
389
|
-
|
|
298
|
+
interface DerivedPropertyDefinition_linkedProperty {
|
|
299
|
+
type: "linkedProperty";
|
|
300
|
+
linkedProperty: LinkedPropertyDefinition;
|
|
390
301
|
}
|
|
391
|
-
interface
|
|
392
|
-
type: "
|
|
393
|
-
|
|
302
|
+
interface DerivedPropertyDefinition_aggregatedProperty {
|
|
303
|
+
type: "aggregatedProperty";
|
|
304
|
+
aggregatedProperty: AggregatedPropertyDefinition;
|
|
394
305
|
}
|
|
395
306
|
/**
|
|
396
|
-
* The
|
|
307
|
+
* The definition of a derived property. It can be a native property, linked object property,
|
|
308
|
+
* linked objects aggregation property or a calculated property.
|
|
397
309
|
*/
|
|
398
|
-
type
|
|
399
|
-
|
|
310
|
+
type DerivedPropertyDefinition = DerivedPropertyDefinition_nativeProperty | DerivedPropertyDefinition_linkedObjectProperty | DerivedPropertyDefinition_linkedObjectsAggregationProperty | DerivedPropertyDefinition_calculatedProperty | DerivedPropertyDefinition_linkedProperty | DerivedPropertyDefinition_aggregatedProperty;
|
|
400
311
|
/**
|
|
401
|
-
*
|
|
312
|
+
* A Foundry link with link side specified.
|
|
313
|
+
*
|
|
314
|
+
* Returned in the context of a GetBulkLinksPageRequest, where the direction of the links to objects is
|
|
315
|
+
* specified. Meaning the object specified in the request will appear on the specified LinkSide of the response's
|
|
316
|
+
* DirectedFoundryLink.
|
|
402
317
|
*/
|
|
403
|
-
|
|
404
|
-
|
|
318
|
+
interface DirectedFoundryLink {
|
|
319
|
+
link: FoundryLink;
|
|
320
|
+
linkSide: LinkSide;
|
|
321
|
+
}
|
|
405
322
|
/**
|
|
406
|
-
*
|
|
323
|
+
* Information that specifies side of the given link type rid. Used in the context of a GetBulkLinksPageRequest,
|
|
324
|
+
* where a set of links is loaded for a given set of objects and link types.
|
|
407
325
|
*/
|
|
408
|
-
|
|
409
|
-
|
|
326
|
+
interface DirectedLinkTypeRid {
|
|
327
|
+
linkSide: LinkSide;
|
|
328
|
+
linkTypeRid: LinkTypeRid$1;
|
|
329
|
+
}
|
|
410
330
|
/**
|
|
411
|
-
*
|
|
331
|
+
* Geospatial distance.
|
|
412
332
|
*/
|
|
413
|
-
interface
|
|
414
|
-
|
|
415
|
-
|
|
333
|
+
interface Distance$1 {
|
|
334
|
+
unit: DistanceUnit$1;
|
|
335
|
+
value: number | "NaN" | "Infinity" | "-Infinity";
|
|
416
336
|
}
|
|
417
|
-
|
|
418
337
|
/**
|
|
419
|
-
*
|
|
338
|
+
* A unit of geospatial distance.
|
|
420
339
|
*/
|
|
421
|
-
type
|
|
422
|
-
|
|
340
|
+
type DistanceUnit$1 = "MILLIMETER" | "CENTIMETER" | "METER" | "KILOMETER" | "INCH" | "FOOT" | "YARD" | "MILE" | "NAUTICAL_MILE";
|
|
423
341
|
/**
|
|
424
|
-
*
|
|
342
|
+
* A literal double value for the purposes of defining a derived property via a numeric operation.
|
|
425
343
|
*/
|
|
426
|
-
|
|
427
|
-
objectRid: ObjectRid$1;
|
|
428
|
-
objectLocatorV2: ObjectLocatorV2;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
interface ObjectIdentifier_objectRid {
|
|
432
|
-
type: "objectRid";
|
|
433
|
-
objectRid: ObjectRid$1;
|
|
434
|
-
}
|
|
435
|
-
interface ObjectIdentifier_objectLocatorV2 {
|
|
436
|
-
type: "objectLocatorV2";
|
|
437
|
-
objectLocatorV2: ObjectLocatorV2;
|
|
438
|
-
}
|
|
344
|
+
type DoubleLiteral = number | "NaN" | "Infinity" | "-Infinity";
|
|
439
345
|
/**
|
|
440
|
-
*
|
|
346
|
+
* An object property value whose type is double-precision floating point.
|
|
441
347
|
*/
|
|
442
|
-
type
|
|
443
|
-
|
|
444
|
-
interface ObjectsSelection_objects {
|
|
445
|
-
type: "objects";
|
|
446
|
-
objects: Array<ObjectIdentifier>;
|
|
447
|
-
}
|
|
348
|
+
type DoublePropertyValue = number | "NaN" | "Infinity" | "-Infinity";
|
|
448
349
|
/**
|
|
449
|
-
*
|
|
350
|
+
* The primary key of an object or a link.
|
|
450
351
|
*/
|
|
451
|
-
type
|
|
452
|
-
|
|
352
|
+
type EntityPrimaryKey = Record<PropertyTypeRid$1, PropertyValue>;
|
|
453
353
|
/**
|
|
454
|
-
* A
|
|
354
|
+
* A unique identifier of an object type or a link type.
|
|
455
355
|
*/
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
356
|
+
type EntityTypeRid = string;
|
|
357
|
+
interface EntityVersion_v1 {
|
|
358
|
+
type: "v1";
|
|
359
|
+
v1: EntityVersionV1;
|
|
459
360
|
}
|
|
460
|
-
|
|
461
361
|
/**
|
|
462
|
-
*
|
|
362
|
+
* Version of the returned object or many-to-many link.
|
|
363
|
+
* It is guaranteed that the entity has not changed as long as the returned value is the same.
|
|
463
364
|
*/
|
|
464
|
-
type
|
|
465
|
-
|
|
466
|
-
interface GetBulkLinksPageToken_pageToken {
|
|
467
|
-
type: "pageToken";
|
|
468
|
-
pageToken: PageToken;
|
|
469
|
-
}
|
|
365
|
+
type EntityVersion = EntityVersion_v1;
|
|
470
366
|
/**
|
|
471
|
-
*
|
|
367
|
+
* Token representing a version of the returned object or many-to-many link.
|
|
472
368
|
*/
|
|
473
|
-
type
|
|
474
|
-
|
|
369
|
+
type EntityVersionV1 = string;
|
|
475
370
|
/**
|
|
476
|
-
*
|
|
371
|
+
* An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
|
|
372
|
+
* If the property is of string type, it should have `supportsExactMatching` set to true on the object type definition in OMS.
|
|
373
|
+
* If no terms are provided, this filter will match ALL objects.
|
|
477
374
|
*/
|
|
478
|
-
|
|
479
|
-
|
|
375
|
+
interface ExactMatchFilter$1 {
|
|
376
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
377
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
378
|
+
terms: Array<any>;
|
|
379
|
+
}
|
|
480
380
|
/**
|
|
481
|
-
* A
|
|
381
|
+
* A calculation node that is used to define a derived property via a date part extraction operation.
|
|
482
382
|
*/
|
|
483
|
-
|
|
484
|
-
|
|
383
|
+
interface ExtractDatePartCalculation {
|
|
384
|
+
dateOperand: DateTimeOutputCalculation;
|
|
385
|
+
datePart: DatePart;
|
|
386
|
+
}
|
|
485
387
|
/**
|
|
486
|
-
*
|
|
388
|
+
* Object Set containing objects in provided Object Set that match the provided filter.
|
|
487
389
|
*/
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
390
|
+
interface FilteredObjectSet {
|
|
391
|
+
derivedProperties?: TypedDerivedProperties | null | undefined;
|
|
392
|
+
filter: ObjectSetFilter$1;
|
|
393
|
+
objectSet: ObjectSet;
|
|
394
|
+
runtimeDerivedProperties?: LegacyDerivedProperties | null | undefined;
|
|
395
|
+
}
|
|
396
|
+
interface FilterParameter_unresolved$1 {
|
|
397
|
+
type: "unresolved";
|
|
398
|
+
unresolved: UnresolvedFilterParameter$1;
|
|
399
|
+
}
|
|
400
|
+
interface FilterParameter_resolved$1 {
|
|
401
|
+
type: "resolved";
|
|
402
|
+
resolved: ResolvedFilterParameter$1;
|
|
495
403
|
}
|
|
496
|
-
|
|
497
404
|
/**
|
|
498
|
-
* A
|
|
405
|
+
* A filter parameter.
|
|
499
406
|
*/
|
|
500
|
-
type
|
|
501
|
-
|
|
407
|
+
type FilterParameter$1 = FilterParameter_unresolved$1 | FilterParameter_resolved$1;
|
|
502
408
|
/**
|
|
503
|
-
*
|
|
504
|
-
* the execution of requests.
|
|
505
|
-
* For requests that run with Backend.HIGHBURY, this owning rid will be used as Spark Reporter's
|
|
506
|
-
* "owning rid" and therefore anyone who has the "foundry:read-data" operation on this rid as well as the
|
|
507
|
-
* data involved in the queried object set will be able to see associated metadata, for example spark query
|
|
508
|
-
* plans and rdd graphs.
|
|
509
|
-
* NOTE: This rid has to be safe for logging purposes.
|
|
409
|
+
* A value to match on in a filter.
|
|
510
410
|
*/
|
|
511
|
-
type
|
|
512
|
-
|
|
411
|
+
type FilterValue$1 = any;
|
|
513
412
|
/**
|
|
514
|
-
*
|
|
413
|
+
* A unique identifier for a Trident fork.
|
|
515
414
|
*/
|
|
516
|
-
type
|
|
517
|
-
|
|
415
|
+
type ForkRid = string;
|
|
518
416
|
/**
|
|
519
|
-
*
|
|
417
|
+
* A Foundry link.
|
|
520
418
|
*/
|
|
521
|
-
interface
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
ontologyBranchRid: OntologyBranchRid$1 | undefined;
|
|
419
|
+
interface FoundryLink {
|
|
420
|
+
linkTypeRid: EntityTypeRid;
|
|
421
|
+
objectSideA: FoundryObjectReference;
|
|
422
|
+
objectSideB: FoundryObjectReference;
|
|
423
|
+
primaryKey: EntityPrimaryKey;
|
|
424
|
+
version: EntityVersion;
|
|
528
425
|
}
|
|
529
|
-
|
|
530
426
|
/**
|
|
531
|
-
*
|
|
427
|
+
* Identifiers that reference a single `FoundryObject`.
|
|
428
|
+
*
|
|
429
|
+
* The ObjectRid will be returned based on the setting of the ObjectLoadingResponseOptions#shouldLoadObjectRids
|
|
430
|
+
* flag in the request. It will always be returned by default unless specifically opted out and clients
|
|
431
|
+
* can upgrade by throwing in the empty case.
|
|
532
432
|
*/
|
|
533
|
-
interface
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
interface GetBulkLinksPageRequest {
|
|
539
|
-
linksRequests: Array<GetBulkLinksPageRequestEntry>;
|
|
540
|
-
objectSetContext: ObjectSetContext;
|
|
541
|
-
pageSize: number;
|
|
542
|
-
pageToken: GetBulkLinksPageToken | undefined;
|
|
543
|
-
responseOptions: ResponseOptions | undefined;
|
|
433
|
+
interface FoundryObjectReference {
|
|
434
|
+
objectLocatorV2: ObjectLocatorV2;
|
|
435
|
+
objectRid?: ObjectRid$1 | null | undefined;
|
|
544
436
|
}
|
|
545
|
-
|
|
546
437
|
/**
|
|
547
|
-
*
|
|
438
|
+
* Parameters used to control fuzzy searching.
|
|
548
439
|
*/
|
|
549
|
-
|
|
550
|
-
|
|
440
|
+
interface Fuzziness {
|
|
441
|
+
maxEditDistance: MaxEditDistance;
|
|
442
|
+
}
|
|
551
443
|
/**
|
|
552
|
-
*
|
|
444
|
+
* An object matches a GeoBoundingBoxFilter iff the value of the provided property is within the provided bounds.
|
|
445
|
+
* This filter is only supported on geo_point property types.
|
|
553
446
|
*/
|
|
554
|
-
interface
|
|
555
|
-
|
|
447
|
+
interface GeoBoundingBoxFilter$1 {
|
|
448
|
+
bottomRight: string;
|
|
449
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
450
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
451
|
+
topLeft: string;
|
|
556
452
|
}
|
|
557
|
-
|
|
558
453
|
/**
|
|
559
|
-
*
|
|
454
|
+
* An object matches a GeoDistanceFilter iff the value of the provided property is within the provided distance
|
|
455
|
+
* of the provided location i.e. sits within a circle centered at the provided location.
|
|
560
456
|
*/
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
457
|
+
interface GeoDistanceFilter$1 {
|
|
458
|
+
distance: Distance$1;
|
|
459
|
+
location: string;
|
|
460
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
461
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
566
462
|
}
|
|
567
463
|
/**
|
|
568
|
-
*
|
|
464
|
+
* An object property value that represents a latitude-longitude pair.
|
|
569
465
|
*/
|
|
570
|
-
|
|
571
|
-
|
|
466
|
+
interface GeoPointPropertyValue {
|
|
467
|
+
latitude: number | "NaN" | "Infinity" | "-Infinity";
|
|
468
|
+
longitude: number | "NaN" | "Infinity" | "-Infinity";
|
|
469
|
+
}
|
|
572
470
|
/**
|
|
573
|
-
* An
|
|
471
|
+
* An object matches a GeoPolygonFilter iff the value of the provided property is within bounds of the provided
|
|
472
|
+
* polygon. This filter is only supported on geo_point property types.
|
|
574
473
|
*/
|
|
575
|
-
interface
|
|
576
|
-
|
|
577
|
-
|
|
474
|
+
interface GeoPolygonFilter$1 {
|
|
475
|
+
polygon: Array<string>;
|
|
476
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
477
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
578
478
|
}
|
|
579
|
-
|
|
580
479
|
/**
|
|
581
|
-
*
|
|
480
|
+
* Filter properties of type geo_shape or geo_point.
|
|
582
481
|
*/
|
|
583
|
-
interface
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
interface NumericOperation_add {
|
|
588
|
-
type: "add";
|
|
589
|
-
add: NumericBinaryOperation;
|
|
590
|
-
}
|
|
591
|
-
interface NumericOperation_subtract {
|
|
592
|
-
type: "subtract";
|
|
593
|
-
subtract: NumericBinaryOperation;
|
|
594
|
-
}
|
|
595
|
-
interface NumericOperation_divide {
|
|
596
|
-
type: "divide";
|
|
597
|
-
divide: NumericBinaryOperation;
|
|
598
|
-
}
|
|
599
|
-
interface NumericOperation_multiply {
|
|
600
|
-
type: "multiply";
|
|
601
|
-
multiply: NumericBinaryOperation;
|
|
482
|
+
interface GeoShapeFilter$1 {
|
|
483
|
+
geoShapeQuery: GeoShapeQuery$1;
|
|
484
|
+
spatialFilterMode: GeoShapeSpatialFilterMode$1;
|
|
602
485
|
}
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
486
|
+
/**
|
|
487
|
+
* An object property value that represents a geoshape. This value is guaranteed to be a valid GeoJSON.
|
|
488
|
+
*/
|
|
489
|
+
type GeoShapePropertyValue = any;
|
|
490
|
+
interface GeoShapeQuery_geoBoundingBoxFilter$1 {
|
|
491
|
+
type: "geoBoundingBoxFilter";
|
|
492
|
+
geoBoundingBoxFilter: GeoBoundingBoxFilter$1;
|
|
606
493
|
}
|
|
607
|
-
interface
|
|
608
|
-
type: "
|
|
609
|
-
|
|
494
|
+
interface GeoShapeQuery_geoPolygonFilter$1 {
|
|
495
|
+
type: "geoPolygonFilter";
|
|
496
|
+
geoPolygonFilter: GeoPolygonFilter$1;
|
|
610
497
|
}
|
|
611
498
|
/**
|
|
612
|
-
*
|
|
499
|
+
* Union type for valid queries over geo shape properties.
|
|
613
500
|
*/
|
|
614
|
-
type
|
|
615
|
-
|
|
501
|
+
type GeoShapeQuery$1 = GeoShapeQuery_geoBoundingBoxFilter$1 | GeoShapeQuery_geoPolygonFilter$1;
|
|
616
502
|
/**
|
|
617
|
-
*
|
|
503
|
+
* Geometry operation under which to evaluate the geo shape query.
|
|
618
504
|
*/
|
|
619
|
-
type
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
505
|
+
type GeoShapeSpatialFilterMode$1 = "INTERSECTS" | "DISJOINT" | "WITHIN";
|
|
506
|
+
/**
|
|
507
|
+
* The ID for a Geotime series within an integration; this can be written into Geotime by an end user
|
|
508
|
+
* and is therefore unsafe.
|
|
509
|
+
*/
|
|
510
|
+
type GeotimeSeriesId = string;
|
|
511
|
+
/**
|
|
512
|
+
* A reference to a Geotime integration; this is randomly generated and is therefore safe to log.
|
|
513
|
+
*/
|
|
514
|
+
type GeotimeSeriesIntegrationRid$1 = string;
|
|
515
|
+
/**
|
|
516
|
+
* The property value for a Geotime series reference
|
|
517
|
+
*/
|
|
518
|
+
interface GeotimeSeriesReference {
|
|
519
|
+
geotimeSeriesId: GeotimeSeriesId;
|
|
520
|
+
geotimeSeriesIntegrationRid: GeotimeSeriesIntegrationRid$1;
|
|
624
521
|
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
522
|
+
/**
|
|
523
|
+
* An object property value that represents a GeotimeSeriesReference.
|
|
524
|
+
*/
|
|
525
|
+
type GeotimeSeriesReferencePropertyValue = GeotimeSeriesReference;
|
|
526
|
+
interface GetBulkLinksPageRequest {
|
|
527
|
+
linksRequests: Array<GetBulkLinksPageRequestEntry>;
|
|
528
|
+
objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
|
|
529
|
+
objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
|
|
530
|
+
objectSetContext: ObjectSetContext;
|
|
531
|
+
pageSize: number;
|
|
532
|
+
pageToken?: GetBulkLinksPageToken | null | undefined;
|
|
533
|
+
responseOptions?: ResponseOptions | null | undefined;
|
|
628
534
|
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
535
|
+
/**
|
|
536
|
+
* A single query entry for paging links. Query specifies the link types with link side and object selection,
|
|
537
|
+
* where the objects in the object selection are expected to appear on the link side of the corresponding link
|
|
538
|
+
* types.
|
|
539
|
+
*/
|
|
540
|
+
interface GetBulkLinksPageRequestEntry {
|
|
541
|
+
directedLinkTypes: Array<DirectedLinkTypeRid>;
|
|
542
|
+
objects: ObjectsSelection;
|
|
632
543
|
}
|
|
633
544
|
/**
|
|
634
|
-
*
|
|
545
|
+
* Results contains a list of LoadedObjectLinksResultV2 that includes requested ObjectIdentifier and a list of
|
|
546
|
+
* found DirectedFoundryLinks. The sum of all links will not exceed 100_000 in a single page.
|
|
635
547
|
*/
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
548
|
+
interface GetBulkLinksPageResponse {
|
|
549
|
+
pageToken?: GetBulkLinksPageToken | null | undefined;
|
|
550
|
+
results: Array<LoadedObjectLinksResultV2>;
|
|
551
|
+
usageCost?: UsageCost | null | undefined;
|
|
552
|
+
}
|
|
553
|
+
interface GetBulkLinksPageToken_pageToken {
|
|
554
|
+
type: "pageToken";
|
|
555
|
+
pageToken: PageToken;
|
|
641
556
|
}
|
|
642
557
|
/**
|
|
643
|
-
* A
|
|
644
|
-
* It can be a literal, a reference to another property or an operation.
|
|
558
|
+
* A token for paging links.
|
|
645
559
|
*/
|
|
646
|
-
type
|
|
647
|
-
|
|
560
|
+
type GetBulkLinksPageToken = GetBulkLinksPageToken_pageToken;
|
|
648
561
|
/**
|
|
649
|
-
*
|
|
562
|
+
* An object matches a HasPropertyFilter iff it has the provided property and its value is non-null.
|
|
650
563
|
*/
|
|
651
|
-
|
|
652
|
-
|
|
564
|
+
interface HasPropertyFilter$1 {
|
|
565
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
566
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
567
|
+
}
|
|
653
568
|
/**
|
|
654
|
-
*
|
|
569
|
+
* An object property value whose type is integer.
|
|
655
570
|
*/
|
|
656
|
-
type
|
|
657
|
-
|
|
571
|
+
type IntegerPropertyValue = number;
|
|
658
572
|
/**
|
|
659
|
-
*
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
* NB: The contract for this derived property is that it may not change the cardinality of the source object set.
|
|
663
|
-
* This means that only one-to-one and one-to-many link types are supported. Additionally, the target property
|
|
664
|
-
* must be on the 'one' side of the link in the latter case.
|
|
665
|
-
*
|
|
666
|
-
* If the desired target property is on the 'many' side of a link, then either a linked objects aggregation
|
|
667
|
-
* should be considered, or the link direction should be reversed (one-to-many case only).
|
|
573
|
+
* Object Set containing all objects of object types which implement the supplied interface or a child interface
|
|
574
|
+
* of it.
|
|
668
575
|
*/
|
|
669
|
-
interface
|
|
670
|
-
|
|
671
|
-
targetPropertyId: PropertyId$1;
|
|
672
|
-
targetObjectSet: ObjectSet;
|
|
673
|
-
relationSide: LinkedPropertyRelationSide | undefined;
|
|
576
|
+
interface InterfaceBaseObjectSet {
|
|
577
|
+
interfaceTypeRid: InterfaceTypeRid$1;
|
|
674
578
|
}
|
|
675
|
-
|
|
676
579
|
/**
|
|
677
|
-
*
|
|
580
|
+
* ObjectSet containing all objects that are linked to the Interface objects in provided object set via
|
|
581
|
+
* an Interface Link Type, and are on the opposite side of the Interface objects in the object set. The provided
|
|
582
|
+
* object set's scope must contain the Interface that is being searched around. If performed on Object Types
|
|
583
|
+
* implementing the Interface, the object set must be first cast to the Interface with AsTypeObjectSet.
|
|
678
584
|
*/
|
|
679
|
-
interface
|
|
585
|
+
interface InterfaceLinkSearchAroundObjectSet {
|
|
586
|
+
interfaceLinkTypeRid: InterfaceLinkTypeRid$1;
|
|
587
|
+
objectSet: ObjectSet;
|
|
680
588
|
}
|
|
681
|
-
|
|
682
589
|
/**
|
|
683
|
-
*
|
|
684
|
-
* Use POPULATION when you have the entire set of data to work with OR
|
|
685
|
-
* Use SAMPLE when you have an incomplete set of data (with at least 2 values) to work with.
|
|
686
|
-
* An in depth explanation here: https://en.wikipedia.org/wiki/Bessel%27s_correction
|
|
590
|
+
* Resource Identifier of an interface link type.
|
|
687
591
|
*/
|
|
688
|
-
type
|
|
689
|
-
|
|
592
|
+
type InterfaceLinkTypeRid$1 = string;
|
|
690
593
|
/**
|
|
691
|
-
*
|
|
594
|
+
* An object matches an InterfaceTypeFilter iff the set of interfaces it implements contains the provided
|
|
595
|
+
* interface.
|
|
692
596
|
*/
|
|
693
|
-
interface
|
|
694
|
-
|
|
695
|
-
method: LinkedDispersionMetricMethod;
|
|
597
|
+
interface InterfaceTypeFilter {
|
|
598
|
+
interfaceTypeRid: InterfaceTypeRid$1;
|
|
696
599
|
}
|
|
697
|
-
|
|
698
600
|
/**
|
|
699
|
-
*
|
|
601
|
+
* Resource Identifier of an interface type.
|
|
700
602
|
*/
|
|
701
|
-
|
|
702
|
-
propertyId: PropertyId$1;
|
|
703
|
-
percentile: number;
|
|
704
|
-
}
|
|
705
|
-
|
|
603
|
+
type InterfaceTypeRid$1 = string;
|
|
706
604
|
/**
|
|
707
|
-
*
|
|
605
|
+
* Object Set containing objects present in all provided Object Sets. When the provided Object Sets have
|
|
606
|
+
* different types, the objects along with the interface views of all interfaces involved in the
|
|
607
|
+
* intersection are returned.
|
|
608
|
+
*
|
|
609
|
+
* For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
|
|
610
|
+
* provided in the response will contain the views for each object type that implements both the Drivable and
|
|
611
|
+
* Flyable interfaces.
|
|
708
612
|
*/
|
|
709
|
-
interface
|
|
710
|
-
|
|
613
|
+
interface IntersectedObjectSet {
|
|
614
|
+
objectSets: Array<ObjectSet>;
|
|
711
615
|
}
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
616
|
+
/**
|
|
617
|
+
* WARNING: this feature is supported only for object types stored in Object Storage V2
|
|
618
|
+
*
|
|
619
|
+
* ObjectSet containing the top k objects with propertyId nearest to the given vector.
|
|
620
|
+
*/
|
|
621
|
+
interface KnnObjectSet {
|
|
622
|
+
kValue: number;
|
|
623
|
+
objectSet: ObjectSet;
|
|
624
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
625
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
626
|
+
vector: Vector;
|
|
716
627
|
}
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
type: "min";
|
|
727
|
-
min: LinkedPropertyMetric;
|
|
728
|
-
}
|
|
729
|
-
interface LinkedMetric_sum {
|
|
730
|
-
type: "sum";
|
|
731
|
-
sum: LinkedPropertyMetric;
|
|
732
|
-
}
|
|
733
|
-
interface LinkedMetric_percentile {
|
|
734
|
-
type: "percentile";
|
|
735
|
-
percentile: LinkedPercentileMetric;
|
|
736
|
-
}
|
|
737
|
-
interface LinkedMetric_cardinality {
|
|
738
|
-
type: "cardinality";
|
|
739
|
-
cardinality: LinkedPropertyMetric;
|
|
740
|
-
}
|
|
741
|
-
interface LinkedMetric_exactCardinality {
|
|
742
|
-
type: "exactCardinality";
|
|
743
|
-
exactCardinality: LinkedPropertyMetric;
|
|
628
|
+
/**
|
|
629
|
+
* ObjectSet containing the top k objects with propertyId nearest to the given vector.
|
|
630
|
+
*/
|
|
631
|
+
interface KnnObjectSetV2 {
|
|
632
|
+
kValue: number;
|
|
633
|
+
objectSet: ObjectSet;
|
|
634
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
635
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
636
|
+
query: KnnQuery;
|
|
744
637
|
}
|
|
745
|
-
interface
|
|
746
|
-
type: "
|
|
747
|
-
|
|
638
|
+
interface KnnQuery_vector {
|
|
639
|
+
type: "vector";
|
|
640
|
+
vector: Vector;
|
|
748
641
|
}
|
|
749
|
-
interface
|
|
750
|
-
type: "
|
|
751
|
-
|
|
642
|
+
interface KnnQuery_text {
|
|
643
|
+
type: "text";
|
|
644
|
+
text: string;
|
|
752
645
|
}
|
|
753
646
|
/**
|
|
754
|
-
*
|
|
647
|
+
* Supported ways to query using knn. Can either use a vector directly, or use text which will get embedding using
|
|
648
|
+
* the model specified in the Ontology.
|
|
755
649
|
*/
|
|
756
|
-
type
|
|
757
|
-
|
|
650
|
+
type KnnQuery = KnnQuery_vector | KnnQuery_text;
|
|
758
651
|
/**
|
|
759
|
-
* A derived
|
|
760
|
-
*
|
|
652
|
+
* A collection of derived properties that can be referenced in an object set or aggregation.
|
|
653
|
+
* They are ephemeral and only exist for the lifetime of a request.
|
|
761
654
|
*/
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
targetObjectSet: ObjectSet;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
interface DerivedPropertyDefinition_linkedObjectProperty {
|
|
770
|
-
type: "linkedObjectProperty";
|
|
771
|
-
linkedObjectProperty: LinkedObjectPropertyDefinition;
|
|
772
|
-
}
|
|
773
|
-
interface DerivedPropertyDefinition_linkedObjectsAggregationProperty {
|
|
774
|
-
type: "linkedObjectsAggregationProperty";
|
|
775
|
-
linkedObjectsAggregationProperty: LinkedObjectsAggregationPropertyDefinition;
|
|
655
|
+
type LegacyDerivedProperties = Record<PropertyId$1, DerivedPropertyDefinition>;
|
|
656
|
+
interface LinkDefinition_nativeLink {
|
|
657
|
+
type: "nativeLink";
|
|
658
|
+
nativeLink: NativeLinkDefinition;
|
|
776
659
|
}
|
|
777
|
-
interface
|
|
778
|
-
type: "
|
|
779
|
-
|
|
660
|
+
interface LinkDefinition_methodLink {
|
|
661
|
+
type: "methodLink";
|
|
662
|
+
methodLink: MethodLinkDefinition;
|
|
780
663
|
}
|
|
781
664
|
/**
|
|
782
|
-
*
|
|
783
|
-
*
|
|
665
|
+
* Describes which objects are linked together.
|
|
666
|
+
* Formally, link can be modelled as a function `f: object -> ObjectSet`
|
|
667
|
+
* Links can be defined statically at write-time or dynamically as a result of a computation.
|
|
784
668
|
*/
|
|
785
|
-
type
|
|
786
|
-
|
|
669
|
+
type LinkDefinition$2 = LinkDefinition_nativeLink | LinkDefinition_methodLink;
|
|
787
670
|
/**
|
|
788
|
-
* A collection of
|
|
789
|
-
* They are ephemeral and only exist for the lifetime of a request.
|
|
671
|
+
* A collection of values of a property.
|
|
790
672
|
*/
|
|
791
|
-
|
|
792
|
-
|
|
673
|
+
interface LinkedCollection$1 {
|
|
674
|
+
limit: number;
|
|
675
|
+
property: PropertyIdentifier;
|
|
676
|
+
}
|
|
793
677
|
/**
|
|
794
|
-
*
|
|
795
|
-
* An object matches an AndFilter iff it matches all of the filters.
|
|
678
|
+
* Total count of objects
|
|
796
679
|
*/
|
|
797
|
-
interface
|
|
798
|
-
filters: Array<ObjectSetFilter$1>;
|
|
680
|
+
interface LinkedCountMetric$1 {
|
|
799
681
|
}
|
|
800
|
-
|
|
801
682
|
/**
|
|
802
|
-
*
|
|
683
|
+
* A property to compute a dispersion metric for.
|
|
803
684
|
*/
|
|
804
|
-
|
|
805
|
-
|
|
685
|
+
interface LinkedDispersionMetric {
|
|
686
|
+
method: LinkedDispersionMetricMethod;
|
|
687
|
+
property?: DerivedPropertyDefinition | null | undefined;
|
|
688
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
689
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
690
|
+
}
|
|
806
691
|
/**
|
|
807
|
-
*
|
|
808
|
-
*
|
|
809
|
-
*
|
|
810
|
-
*
|
|
811
|
-
|
|
812
|
-
|
|
692
|
+
* Method to be used to provide final value for standard deviation or variance.
|
|
693
|
+
* Use POPULATION when you have the entire set of data to work with OR
|
|
694
|
+
* Use SAMPLE when you have an incomplete set of data (with at least 2 values) to work with.
|
|
695
|
+
* An in depth explanation here: https://en.wikipedia.org/wiki/Bessel%27s_correction
|
|
696
|
+
*/
|
|
697
|
+
type LinkedDispersionMetricMethod = "POPULATION" | "SAMPLE";
|
|
698
|
+
/**
|
|
699
|
+
* A derived property that references a property on a linked object.
|
|
700
|
+
* The linked object is specified by a link type and direction.
|
|
813
701
|
*
|
|
814
|
-
*
|
|
815
|
-
*
|
|
702
|
+
* NB: The contract for this derived property is that it may not change the cardinality of the source object set.
|
|
703
|
+
* This means that only one-to-one and one-to-many link types are supported. Additionally, the target property
|
|
704
|
+
* must be on the 'one' side of the link in the latter case.
|
|
816
705
|
*
|
|
817
|
-
* If
|
|
706
|
+
* If the desired target property is on the 'many' side of a link, then either a linked objects aggregation
|
|
707
|
+
* should be considered, or the link direction should be reversed (one-to-many case only).
|
|
818
708
|
*/
|
|
819
|
-
interface
|
|
820
|
-
relationId
|
|
821
|
-
|
|
709
|
+
interface LinkedObjectPropertyDefinition {
|
|
710
|
+
relationId?: RelationId$1 | null | undefined;
|
|
711
|
+
relationIdentifier?: RelationIdentifier | null | undefined;
|
|
712
|
+
relationSide?: LinkedPropertyRelationSide | null | undefined;
|
|
713
|
+
targetObjectSet: ObjectSet;
|
|
714
|
+
targetProperty?: DerivedPropertyDefinition | null | undefined;
|
|
715
|
+
targetPropertyId?: PropertyId$1 | null | undefined;
|
|
822
716
|
}
|
|
823
|
-
|
|
824
717
|
/**
|
|
825
|
-
*
|
|
826
|
-
*
|
|
827
|
-
* If no terms are provided, this filter will match ALL objects.
|
|
718
|
+
* A derived property that references an aggregation on a set of linked objects.
|
|
719
|
+
* The linked objects are specified by a link type and direction.
|
|
828
720
|
*/
|
|
829
|
-
interface
|
|
830
|
-
|
|
831
|
-
|
|
721
|
+
interface LinkedObjectsAggregationPropertyDefinition {
|
|
722
|
+
metric: DerivedPropertyAggregation$1;
|
|
723
|
+
relationId?: RelationId$1 | null | undefined;
|
|
724
|
+
relationIdentifier?: RelationIdentifier | null | undefined;
|
|
725
|
+
relationSide: LinkedPropertyRelationSide;
|
|
726
|
+
targetObjectSet: ObjectSet;
|
|
832
727
|
}
|
|
833
|
-
|
|
834
728
|
/**
|
|
835
|
-
*
|
|
836
|
-
* This filter is only supported on geo_point property types.
|
|
729
|
+
* A property to compute a percentile metric for.
|
|
837
730
|
*/
|
|
838
|
-
interface
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
731
|
+
interface LinkedPercentileMetric {
|
|
732
|
+
percentile: number | "NaN" | "Infinity" | "-Infinity";
|
|
733
|
+
property?: DerivedPropertyDefinition | null | undefined;
|
|
734
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
735
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
842
736
|
}
|
|
843
|
-
|
|
844
|
-
/**
|
|
845
|
-
* A unit of geospatial distance.
|
|
846
|
-
*/
|
|
847
|
-
type DistanceUnit$1 = "MILLIMETER" | "CENTIMETER" | "METER" | "KILOMETER" | "INCH" | "FOOT" | "YARD" | "MILE" | "NAUTICAL_MILE";
|
|
848
|
-
|
|
849
737
|
/**
|
|
850
|
-
*
|
|
738
|
+
* A derived property that references a property on a linked object.
|
|
739
|
+
* The linked object is specified by a LinkDefinition.
|
|
851
740
|
*/
|
|
852
|
-
interface
|
|
853
|
-
|
|
854
|
-
|
|
741
|
+
interface LinkedPropertyDefinition {
|
|
742
|
+
linkDefinition: LinkDefinition$2;
|
|
743
|
+
linkedPropertyIdentifier: PropertyIdentifier;
|
|
855
744
|
}
|
|
856
|
-
|
|
857
745
|
/**
|
|
858
|
-
*
|
|
859
|
-
* of the provided location i.e. sits within a circle centered at the provided location.
|
|
746
|
+
* A property to compute a metric for.
|
|
860
747
|
*/
|
|
861
|
-
interface
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
748
|
+
interface LinkedPropertyMetric {
|
|
749
|
+
property?: DerivedPropertyDefinition | null | undefined;
|
|
750
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
751
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
865
752
|
}
|
|
866
|
-
|
|
867
753
|
/**
|
|
868
|
-
*
|
|
869
|
-
*
|
|
754
|
+
* Side of a relation linking to a linked derived property.
|
|
755
|
+
*
|
|
756
|
+
* For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
|
|
757
|
+
* TARGET corresponds to object type B.
|
|
758
|
+
*
|
|
759
|
+
* For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
|
|
760
|
+
* many link definition, and TARGET corresponds to the MANY (or foreign key) side.
|
|
761
|
+
* WARNING: In the self-referential one-to-many join case, this is inverted.
|
|
870
762
|
*/
|
|
871
|
-
|
|
872
|
-
propertyId: PropertyId$1;
|
|
873
|
-
polygon: Array<string>;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
interface GeoShapeQuery_geoBoundingBoxFilter$1 {
|
|
877
|
-
type: "geoBoundingBoxFilter";
|
|
878
|
-
geoBoundingBoxFilter: GeoBoundingBoxFilter$1;
|
|
879
|
-
}
|
|
880
|
-
interface GeoShapeQuery_geoPolygonFilter$1 {
|
|
881
|
-
type: "geoPolygonFilter";
|
|
882
|
-
geoPolygonFilter: GeoPolygonFilter$1;
|
|
883
|
-
}
|
|
763
|
+
type LinkedPropertyRelationSide = "SOURCE" | "TARGET";
|
|
884
764
|
/**
|
|
885
|
-
*
|
|
765
|
+
* Side of a link.
|
|
766
|
+
*
|
|
767
|
+
* For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
|
|
768
|
+
* TARGET corresponds to object type B.
|
|
769
|
+
*
|
|
770
|
+
* For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
|
|
771
|
+
* many link definition, and TARGET corresponds to the MANY (or foreign key) side.
|
|
772
|
+
* WARNING: In the self-referential one-to-many join case, this is inverted.
|
|
886
773
|
*/
|
|
887
|
-
type
|
|
888
|
-
|
|
774
|
+
type LinkSide = "SOURCE" | "TARGET";
|
|
889
775
|
/**
|
|
890
|
-
*
|
|
776
|
+
* A unique identifier of a link type.
|
|
891
777
|
*/
|
|
892
|
-
type
|
|
893
|
-
|
|
778
|
+
type LinkTypeRid$1 = string;
|
|
894
779
|
/**
|
|
895
|
-
*
|
|
780
|
+
* Successful links retrieval result for a requested object.
|
|
896
781
|
*/
|
|
897
|
-
interface
|
|
898
|
-
|
|
899
|
-
|
|
782
|
+
interface LoadedObjectLinksResultV2 {
|
|
783
|
+
links: Array<DirectedFoundryLink>;
|
|
784
|
+
objectIdentifier: ObjectIdentifier;
|
|
900
785
|
}
|
|
901
|
-
|
|
902
786
|
/**
|
|
903
|
-
*
|
|
787
|
+
* String representation of a 64-bit long value. This value has no formatting of any kind, and contains only
|
|
788
|
+
* digits (with an optional leading '-' sign for negative numbers).
|
|
904
789
|
*/
|
|
905
|
-
|
|
906
|
-
|
|
790
|
+
type LongPropertyValue = string;
|
|
791
|
+
/**
|
|
792
|
+
* An object property value representing a marking. This value cannot be used as a primary key.
|
|
793
|
+
*/
|
|
794
|
+
type MarkingPropertyValue = string;
|
|
795
|
+
/**
|
|
796
|
+
* This static object set was created via materializing some other object set.
|
|
797
|
+
*/
|
|
798
|
+
interface MaterializationProvenance {
|
|
799
|
+
materializationTime: string;
|
|
800
|
+
objectSetRid: ObjectSetRid;
|
|
907
801
|
}
|
|
908
|
-
|
|
909
802
|
/**
|
|
910
803
|
* The maximum distance between words to consider them to be a match.
|
|
911
804
|
*
|
|
@@ -920,45 +813,88 @@ interface HasPropertyFilter$1 {
|
|
|
920
813
|
* AUTO should generally be the preferred value for the edit distance.
|
|
921
814
|
*/
|
|
922
815
|
type MaxEditDistance = "AUTO" | "LEVENSHTEIN_ZERO" | "LEVENSHTEIN_ONE" | "LEVENSHTEIN_TWO";
|
|
923
|
-
|
|
924
816
|
/**
|
|
925
|
-
*
|
|
817
|
+
* A token that can be used to access the media item. This token is only valid for a limited time and can be used to access the media item without authentication repeatedly during the lifetime of the token.
|
|
818
|
+
* This token will only be present if explicitly requested by the client by setting `referenceSigningOptions.signMediaReferences` to true in the endpoints that support it.
|
|
819
|
+
* This token can only be generated for media items that are backed by a media set view datasource.
|
|
820
|
+
* This token will not be generated for media items in arrays.
|
|
821
|
+
* NOTE: This token is generated for the calling user and should not be shared.
|
|
926
822
|
*/
|
|
927
|
-
|
|
928
|
-
|
|
823
|
+
type MediaItemReadToken = string;
|
|
824
|
+
/**
|
|
825
|
+
* Reference to a media set item containing the media
|
|
826
|
+
*/
|
|
827
|
+
interface MediaItemReference {
|
|
828
|
+
mediaItemRid: MediaItemRid$1;
|
|
829
|
+
mediaSetRid: MediaSetRid$1;
|
|
929
830
|
}
|
|
930
|
-
|
|
931
831
|
/**
|
|
932
|
-
*
|
|
832
|
+
* The identifier of the media item in the media set backing the media
|
|
933
833
|
*/
|
|
934
|
-
type
|
|
935
|
-
|
|
834
|
+
type MediaItemRid$1 = string;
|
|
936
835
|
/**
|
|
937
|
-
*
|
|
836
|
+
* A reference to an immutable piece of media.
|
|
938
837
|
*/
|
|
939
|
-
interface
|
|
838
|
+
interface MediaReference$1 {
|
|
839
|
+
mimeType: MimeType$1;
|
|
840
|
+
reference: MediaValueReference;
|
|
940
841
|
}
|
|
941
|
-
|
|
942
842
|
/**
|
|
943
|
-
*
|
|
843
|
+
* An object property value that represents a MediaReference.
|
|
944
844
|
*/
|
|
945
|
-
|
|
946
|
-
properties: Array<PropertyId$1>;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
interface PropertySet_propertyWhitelist$1 {
|
|
950
|
-
type: "propertyWhitelist";
|
|
951
|
-
propertyWhitelist: PropertyWhitelistPropertySet$1;
|
|
952
|
-
}
|
|
953
|
-
interface PropertySet_allProperties$1 {
|
|
954
|
-
type: "allProperties";
|
|
955
|
-
allProperties: AllPropertiesPropertySet$1;
|
|
956
|
-
}
|
|
845
|
+
type MediaReferencePropertyValue = MediaReference$1;
|
|
957
846
|
/**
|
|
958
|
-
*
|
|
847
|
+
* The identifier of the media set backing the media
|
|
959
848
|
*/
|
|
960
|
-
type
|
|
961
|
-
|
|
849
|
+
type MediaSetRid$1 = string;
|
|
850
|
+
/**
|
|
851
|
+
* The identifier of the media set view backing the media
|
|
852
|
+
*/
|
|
853
|
+
type MediaSetViewRid$1 = string;
|
|
854
|
+
interface MediaValueReference_mediaItem {
|
|
855
|
+
type: "mediaItem";
|
|
856
|
+
mediaItem: MediaItemReference;
|
|
857
|
+
}
|
|
858
|
+
interface MediaValueReference_mediaViewItem {
|
|
859
|
+
type: "mediaViewItem";
|
|
860
|
+
mediaViewItem: MediaViewItemReference$1;
|
|
861
|
+
}
|
|
862
|
+
interface MediaValueReference_datasetFile {
|
|
863
|
+
type: "datasetFile";
|
|
864
|
+
datasetFile: DatasetFileReference;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* A reference to media contained in either a media set or a dataset.
|
|
868
|
+
*/
|
|
869
|
+
type MediaValueReference = MediaValueReference_mediaItem | MediaValueReference_mediaViewItem | MediaValueReference_datasetFile;
|
|
870
|
+
/**
|
|
871
|
+
* Reference to a media set view item containing the media
|
|
872
|
+
*/
|
|
873
|
+
interface MediaViewItemReference$1 {
|
|
874
|
+
mediaItemRid: MediaItemRid$1;
|
|
875
|
+
mediaSetRid: MediaSetRid$1;
|
|
876
|
+
mediaSetViewRid: MediaSetViewRid$1;
|
|
877
|
+
token?: MediaItemReadToken | null | undefined;
|
|
878
|
+
}
|
|
879
|
+
/**
|
|
880
|
+
* Object Set which has not yet been resolved into a concrete definition and acts as a method input parameter.
|
|
881
|
+
*
|
|
882
|
+
* Allows for constructing object-sets which can act as methods.
|
|
883
|
+
*
|
|
884
|
+
* An attempt to compute such object-set in object loading or aggregation endpoints will end up with an error.
|
|
885
|
+
*/
|
|
886
|
+
interface MethodInputObjectSet {
|
|
887
|
+
}
|
|
888
|
+
/**
|
|
889
|
+
* Defines links computed at runtime based on the supplied object set method.
|
|
890
|
+
*/
|
|
891
|
+
interface MethodLinkDefinition {
|
|
892
|
+
method: ObjectSet;
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* Expected to match mime format from https://www.iana.org/assignments/media-types/media-types.xhtml
|
|
896
|
+
*/
|
|
897
|
+
type MimeType$1 = string;
|
|
962
898
|
/**
|
|
963
899
|
* This filter analyzes the query string.
|
|
964
900
|
* The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
|
|
@@ -972,40 +908,411 @@ type PropertySet$1 = PropertySet_propertyWhitelist$1 | PropertySet_allProperties
|
|
|
972
908
|
*
|
|
973
909
|
* Additional Japanese query behavior:
|
|
974
910
|
*
|
|
975
|
-
* Custom tokenization gets applied
|
|
976
|
-
*
|
|
911
|
+
* Custom tokenization gets applied against properties that use the standard analyzer
|
|
912
|
+
* if the query includes at least one Han or hiragana character
|
|
913
|
+
* and contains no characters that are not Han, hiragana, katakana, alphanumerics, or punctuation.
|
|
977
914
|
*
|
|
978
|
-
* In the custom tokenization, a sequence of the following characters is considered
|
|
979
|
-
*
|
|
980
|
-
* tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231"
|
|
915
|
+
* In the custom tokenization, a sequence of the following characters is considered one token: Han and
|
|
916
|
+
* hiragana, katakana, alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
|
|
917
|
+
* tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231."
|
|
981
918
|
*
|
|
982
|
-
* Each
|
|
983
|
-
* AndFilter
|
|
984
|
-
* PhraseFilter
|
|
919
|
+
* Each token is treated as a PhraseFilter, so any multi-token Japanese query string results in
|
|
920
|
+
* AndFilter or OrFilter of PhraseFilters, depending upon the MultiMatch operator used.
|
|
921
|
+
* The PhraseFilter's PhraseMatch mode is determined by the following rules:
|
|
985
922
|
*
|
|
986
923
|
* - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
|
|
987
|
-
* - If the last token is Han
|
|
988
|
-
* - If the last token is
|
|
924
|
+
* - If the last token is a Han/hiragana sequence, PhraseMatchMode.PHRASE gets applied to the token.
|
|
925
|
+
* - If the last token is katakana or alphanumeric, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
|
|
989
926
|
*
|
|
990
|
-
* If
|
|
991
|
-
*
|
|
992
|
-
*
|
|
927
|
+
* If all properties uses the standard analyzer, the And/Or of PhraseFilters is applied across all properties,
|
|
928
|
+
* which means that if multiple properties are included in the PropertySet, the operator is AND, and the full set
|
|
929
|
+
* of tokens in the query exists across the PropertySet properties, the Japanese behavior will return a match,
|
|
930
|
+
* even if the full set of tokens are not present within the value of any one property,
|
|
931
|
+
*/
|
|
932
|
+
interface MultiMatchFilter$1 {
|
|
933
|
+
fuzziness?: Fuzziness | null | undefined;
|
|
934
|
+
fuzzy?: boolean | null | undefined;
|
|
935
|
+
operator?: MultiMatchFilterOperator$1 | null | undefined;
|
|
936
|
+
propertySet: PropertySet$1;
|
|
937
|
+
query: string;
|
|
938
|
+
}
|
|
939
|
+
/**
|
|
940
|
+
* AND or OR.
|
|
941
|
+
*/
|
|
942
|
+
type MultiMatchFilterOperator$1 = "AND" | "OR";
|
|
943
|
+
/**
|
|
944
|
+
* The current user's attributes under the given key. This resolves to a list of values.
|
|
945
|
+
*/
|
|
946
|
+
interface MultipassAttribute$1 {
|
|
947
|
+
key: MultipassAttributeKey;
|
|
948
|
+
}
|
|
949
|
+
/**
|
|
950
|
+
* The key of the Multipass attribute.
|
|
951
|
+
*/
|
|
952
|
+
type MultipassAttributeKey = string;
|
|
953
|
+
/**
|
|
954
|
+
* The current user's Multipass user id.
|
|
955
|
+
*/
|
|
956
|
+
interface MultipassUserId$1 {
|
|
957
|
+
}
|
|
958
|
+
/**
|
|
959
|
+
* Defines links based on the supplied relation identifier.
|
|
960
|
+
*/
|
|
961
|
+
interface NativeLinkDefinition {
|
|
962
|
+
linkedRelationSide?: LinkedPropertyRelationSide | null | undefined;
|
|
963
|
+
relationIdentifier: RelationIdentifier;
|
|
964
|
+
}
|
|
965
|
+
/**
|
|
966
|
+
* An object matches a NotFilter iff it does not match the provided filter.
|
|
967
|
+
*/
|
|
968
|
+
interface NotFilter$1 {
|
|
969
|
+
filter: ObjectSetFilter$1;
|
|
970
|
+
}
|
|
971
|
+
/**
|
|
972
|
+
* Variant representing a null value. Null values are currently expected to only be returned inside array
|
|
973
|
+
* property values - no property value will be otherwise returned for properties that do not have a value, or
|
|
974
|
+
* where that value is null.
|
|
975
|
+
*/
|
|
976
|
+
interface NullPropertyValue {
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* An operation on two property nodes for the purposes of defining a derived property.
|
|
980
|
+
*/
|
|
981
|
+
interface NumericBinaryOperation {
|
|
982
|
+
leftOperand: NumericOutputCalculation;
|
|
983
|
+
rightOperand: NumericOutputCalculation;
|
|
984
|
+
}
|
|
985
|
+
interface NumericLiteral_double {
|
|
986
|
+
type: "double";
|
|
987
|
+
double: DoubleLiteral;
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* A literal value for the purposes of defining a derived property via a numeric operation.
|
|
991
|
+
*/
|
|
992
|
+
type NumericLiteral = NumericLiteral_double;
|
|
993
|
+
interface NumericOperation_add {
|
|
994
|
+
type: "add";
|
|
995
|
+
add: NumericBinaryOperation;
|
|
996
|
+
}
|
|
997
|
+
interface NumericOperation_subtract {
|
|
998
|
+
type: "subtract";
|
|
999
|
+
subtract: NumericBinaryOperation;
|
|
1000
|
+
}
|
|
1001
|
+
interface NumericOperation_divide {
|
|
1002
|
+
type: "divide";
|
|
1003
|
+
divide: NumericBinaryOperation;
|
|
1004
|
+
}
|
|
1005
|
+
interface NumericOperation_multiply {
|
|
1006
|
+
type: "multiply";
|
|
1007
|
+
multiply: NumericBinaryOperation;
|
|
1008
|
+
}
|
|
1009
|
+
interface NumericOperation_negate {
|
|
1010
|
+
type: "negate";
|
|
1011
|
+
negate: NumericUnaryOperation;
|
|
1012
|
+
}
|
|
1013
|
+
interface NumericOperation_absolute {
|
|
1014
|
+
type: "absolute";
|
|
1015
|
+
absolute: NumericUnaryOperation;
|
|
1016
|
+
}
|
|
1017
|
+
interface NumericOperation_max {
|
|
1018
|
+
type: "max";
|
|
1019
|
+
max: NumericBinaryOperation;
|
|
1020
|
+
}
|
|
1021
|
+
interface NumericOperation_min {
|
|
1022
|
+
type: "min";
|
|
1023
|
+
min: NumericBinaryOperation;
|
|
1024
|
+
}
|
|
1025
|
+
/**
|
|
1026
|
+
* An operation on one or two property nodes for the purposes of defining a derived property.
|
|
1027
|
+
*/
|
|
1028
|
+
type NumericOperation = NumericOperation_add | NumericOperation_subtract | NumericOperation_divide | NumericOperation_multiply | NumericOperation_negate | NumericOperation_absolute | NumericOperation_max | NumericOperation_min;
|
|
1029
|
+
interface NumericOutputCalculation_operation {
|
|
1030
|
+
type: "operation";
|
|
1031
|
+
operation: NumericOperation;
|
|
1032
|
+
}
|
|
1033
|
+
interface NumericOutputCalculation_literal {
|
|
1034
|
+
type: "literal";
|
|
1035
|
+
literal: NumericLiteral;
|
|
1036
|
+
}
|
|
1037
|
+
interface NumericOutputCalculation_propertyId {
|
|
1038
|
+
type: "propertyId";
|
|
1039
|
+
propertyId: PropertyId$1;
|
|
1040
|
+
}
|
|
1041
|
+
interface NumericOutputCalculation_property {
|
|
1042
|
+
type: "property";
|
|
1043
|
+
property: DerivedPropertyDefinition;
|
|
1044
|
+
}
|
|
1045
|
+
interface NumericOutputCalculation_fromDateTimeCalculation {
|
|
1046
|
+
type: "fromDateTimeCalculation";
|
|
1047
|
+
fromDateTimeCalculation: DateTimeToNumericCalculation;
|
|
1048
|
+
}
|
|
1049
|
+
/**
|
|
1050
|
+
* A calculation node that is used to define a derived property via a numeric operation.
|
|
1051
|
+
*/
|
|
1052
|
+
type NumericOutputCalculation = NumericOutputCalculation_operation | NumericOutputCalculation_literal | NumericOutputCalculation_propertyId | NumericOutputCalculation_property | NumericOutputCalculation_fromDateTimeCalculation;
|
|
1053
|
+
/**
|
|
1054
|
+
* An operation on one property node for the purposes of defining a derived property.
|
|
1055
|
+
*/
|
|
1056
|
+
interface NumericUnaryOperation {
|
|
1057
|
+
operand: NumericOutputCalculation;
|
|
1058
|
+
}
|
|
1059
|
+
interface ObjectIdentifier_objectRid {
|
|
1060
|
+
type: "objectRid";
|
|
1061
|
+
objectRid: ObjectRid$1;
|
|
1062
|
+
}
|
|
1063
|
+
interface ObjectIdentifier_objectLocatorV2 {
|
|
1064
|
+
type: "objectLocatorV2";
|
|
1065
|
+
objectLocatorV2: ObjectLocatorV2;
|
|
1066
|
+
}
|
|
1067
|
+
/**
|
|
1068
|
+
* Information necessary to uniquely identify an object.
|
|
1069
|
+
*/
|
|
1070
|
+
type ObjectIdentifier = ObjectIdentifier_objectRid | ObjectIdentifier_objectLocatorV2;
|
|
1071
|
+
/**
|
|
1072
|
+
* Optional features to toggle when generating the object loading response.
|
|
1073
|
+
*/
|
|
1074
|
+
interface ObjectLoadingResponseOptions {
|
|
1075
|
+
shouldLoadObjectRids?: boolean | null | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* Information necessary to uniquely identify an object.
|
|
1079
|
+
*/
|
|
1080
|
+
interface ObjectLocatorV2 {
|
|
1081
|
+
objectPrimaryKey: ObjectPrimaryKeyV2;
|
|
1082
|
+
objectTypeRid: ObjectTypeRid$1;
|
|
1083
|
+
}
|
|
1084
|
+
/**
|
|
1085
|
+
* Optional features to toggle when generating paging responses.
|
|
1086
|
+
*/
|
|
1087
|
+
interface ObjectPagingResponseOptions {
|
|
1088
|
+
enableMemoryBasedPaging: boolean;
|
|
1089
|
+
requireConsistentPaging?: boolean | null | undefined;
|
|
1090
|
+
}
|
|
1091
|
+
/**
|
|
1092
|
+
* The primary key of an object.
|
|
1093
|
+
*/
|
|
1094
|
+
type ObjectPrimaryKeyV2 = Record<PropertyTypeRid$1, PropertyValue>;
|
|
1095
|
+
/**
|
|
1096
|
+
* Resource identifier of an object.
|
|
1097
|
+
*/
|
|
1098
|
+
type ObjectRid$1 = string;
|
|
1099
|
+
interface ObjectSet_base {
|
|
1100
|
+
type: "base";
|
|
1101
|
+
base: BaseObjectSet;
|
|
1102
|
+
}
|
|
1103
|
+
interface ObjectSet_interfaceBase {
|
|
1104
|
+
type: "interfaceBase";
|
|
1105
|
+
interfaceBase: InterfaceBaseObjectSet;
|
|
1106
|
+
}
|
|
1107
|
+
interface ObjectSet_static {
|
|
1108
|
+
type: "static";
|
|
1109
|
+
static: StaticObjectSet;
|
|
1110
|
+
}
|
|
1111
|
+
interface ObjectSet_referenced {
|
|
1112
|
+
type: "referenced";
|
|
1113
|
+
referenced: ReferencedObjectSet;
|
|
1114
|
+
}
|
|
1115
|
+
interface ObjectSet_filtered {
|
|
1116
|
+
type: "filtered";
|
|
1117
|
+
filtered: FilteredObjectSet;
|
|
1118
|
+
}
|
|
1119
|
+
interface ObjectSet_intersected {
|
|
1120
|
+
type: "intersected";
|
|
1121
|
+
intersected: IntersectedObjectSet;
|
|
1122
|
+
}
|
|
1123
|
+
interface ObjectSet_subtracted {
|
|
1124
|
+
type: "subtracted";
|
|
1125
|
+
subtracted: SubtractedObjectSet;
|
|
1126
|
+
}
|
|
1127
|
+
interface ObjectSet_unioned {
|
|
1128
|
+
type: "unioned";
|
|
1129
|
+
unioned: UnionedObjectSet;
|
|
1130
|
+
}
|
|
1131
|
+
interface ObjectSet_searchAround {
|
|
1132
|
+
type: "searchAround";
|
|
1133
|
+
searchAround: SearchAroundObjectSet;
|
|
1134
|
+
}
|
|
1135
|
+
interface ObjectSet_softLinkSearchAround {
|
|
1136
|
+
type: "softLinkSearchAround";
|
|
1137
|
+
softLinkSearchAround: SoftLinkSearchAroundObjectSet;
|
|
1138
|
+
}
|
|
1139
|
+
interface ObjectSet_interfaceLinkSearchAround {
|
|
1140
|
+
type: "interfaceLinkSearchAround";
|
|
1141
|
+
interfaceLinkSearchAround: InterfaceLinkSearchAroundObjectSet;
|
|
1142
|
+
}
|
|
1143
|
+
interface ObjectSet_asType {
|
|
1144
|
+
type: "asType";
|
|
1145
|
+
asType: AsTypeObjectSet;
|
|
1146
|
+
}
|
|
1147
|
+
interface ObjectSet_asBaseObjectTypes {
|
|
1148
|
+
type: "asBaseObjectTypes";
|
|
1149
|
+
asBaseObjectTypes: AsBaseObjectTypesObjectSet;
|
|
1150
|
+
}
|
|
1151
|
+
interface ObjectSet_knn {
|
|
1152
|
+
type: "knn";
|
|
1153
|
+
knn: KnnObjectSet;
|
|
1154
|
+
}
|
|
1155
|
+
interface ObjectSet_knnV2 {
|
|
1156
|
+
type: "knnV2";
|
|
1157
|
+
knnV2: KnnObjectSetV2;
|
|
1158
|
+
}
|
|
1159
|
+
interface ObjectSet_methodInput {
|
|
1160
|
+
type: "methodInput";
|
|
1161
|
+
methodInput: MethodInputObjectSet;
|
|
1162
|
+
}
|
|
1163
|
+
interface ObjectSet_withProperties {
|
|
1164
|
+
type: "withProperties";
|
|
1165
|
+
withProperties: WithPropertiesObjectSet;
|
|
1166
|
+
}
|
|
1167
|
+
/**
|
|
1168
|
+
* Supported Object Sets and Object Set operations. Refer to documentation of a particular Object Set for details.
|
|
1169
|
+
*/
|
|
1170
|
+
type ObjectSet = ObjectSet_base | ObjectSet_interfaceBase | ObjectSet_static | ObjectSet_referenced | ObjectSet_filtered | ObjectSet_intersected | ObjectSet_subtracted | ObjectSet_unioned | ObjectSet_searchAround | ObjectSet_softLinkSearchAround | ObjectSet_interfaceLinkSearchAround | ObjectSet_asType | ObjectSet_asBaseObjectTypes | ObjectSet_knn | ObjectSet_knnV2 | ObjectSet_methodInput | ObjectSet_withProperties;
|
|
1171
|
+
/**
|
|
1172
|
+
* Additional context used to execute object set request queries.
|
|
1173
|
+
*/
|
|
1174
|
+
interface ObjectSetContext {
|
|
1175
|
+
forkRid?: ForkRid | null | undefined;
|
|
1176
|
+
objectSetFilterContext?: ObjectSetFilterContext | null | undefined;
|
|
1177
|
+
ontologyBranchRid?: OntologyBranchRid$1 | null | undefined;
|
|
1178
|
+
owningRid?: OwningRid | null | undefined;
|
|
1179
|
+
reportUsage?: boolean | null | undefined;
|
|
1180
|
+
snapshotId?: SnapshotId | null | undefined;
|
|
1181
|
+
workstateRid?: WorkstateRid | null | undefined;
|
|
1182
|
+
}
|
|
1183
|
+
interface ObjectSetFilter_or$1 {
|
|
1184
|
+
type: "or";
|
|
1185
|
+
or: OrFilter$1;
|
|
1186
|
+
}
|
|
1187
|
+
interface ObjectSetFilter_and$1 {
|
|
1188
|
+
type: "and";
|
|
1189
|
+
and: AndFilter$1;
|
|
1190
|
+
}
|
|
1191
|
+
interface ObjectSetFilter_not$1 {
|
|
1192
|
+
type: "not";
|
|
1193
|
+
not: NotFilter$1;
|
|
1194
|
+
}
|
|
1195
|
+
interface ObjectSetFilter_range$1 {
|
|
1196
|
+
type: "range";
|
|
1197
|
+
range: RangeFilter$1;
|
|
1198
|
+
}
|
|
1199
|
+
interface ObjectSetFilter_wildcard$1 {
|
|
1200
|
+
type: "wildcard";
|
|
1201
|
+
wildcard: WildcardFilter$1;
|
|
1202
|
+
}
|
|
1203
|
+
interface ObjectSetFilter_terms$1 {
|
|
1204
|
+
type: "terms";
|
|
1205
|
+
terms: TermsFilter$1;
|
|
1206
|
+
}
|
|
1207
|
+
interface ObjectSetFilter_exactMatch$1 {
|
|
1208
|
+
type: "exactMatch";
|
|
1209
|
+
exactMatch: ExactMatchFilter$1;
|
|
1210
|
+
}
|
|
1211
|
+
interface ObjectSetFilter_phrase$1 {
|
|
1212
|
+
type: "phrase";
|
|
1213
|
+
phrase: PhraseFilter$1;
|
|
1214
|
+
}
|
|
1215
|
+
interface ObjectSetFilter_prefixOnLastToken$1 {
|
|
1216
|
+
type: "prefixOnLastToken";
|
|
1217
|
+
prefixOnLastToken: PrefixOnLastTokenFilter$1;
|
|
1218
|
+
}
|
|
1219
|
+
interface ObjectSetFilter_geoBoundingBox$1 {
|
|
1220
|
+
type: "geoBoundingBox";
|
|
1221
|
+
geoBoundingBox: GeoBoundingBoxFilter$1;
|
|
1222
|
+
}
|
|
1223
|
+
interface ObjectSetFilter_geoDistance$1 {
|
|
1224
|
+
type: "geoDistance";
|
|
1225
|
+
geoDistance: GeoDistanceFilter$1;
|
|
1226
|
+
}
|
|
1227
|
+
interface ObjectSetFilter_geoPolygon$1 {
|
|
1228
|
+
type: "geoPolygon";
|
|
1229
|
+
geoPolygon: GeoPolygonFilter$1;
|
|
1230
|
+
}
|
|
1231
|
+
interface ObjectSetFilter_geoShape$1 {
|
|
1232
|
+
type: "geoShape";
|
|
1233
|
+
geoShape: GeoShapeFilter$1;
|
|
1234
|
+
}
|
|
1235
|
+
interface ObjectSetFilter_objectType$1 {
|
|
1236
|
+
type: "objectType";
|
|
1237
|
+
objectType: ObjectTypeFilter$1;
|
|
1238
|
+
}
|
|
1239
|
+
interface ObjectSetFilter_interfaceType {
|
|
1240
|
+
type: "interfaceType";
|
|
1241
|
+
interfaceType: InterfaceTypeFilter;
|
|
1242
|
+
}
|
|
1243
|
+
interface ObjectSetFilter_hasProperty$1 {
|
|
1244
|
+
type: "hasProperty";
|
|
1245
|
+
hasProperty: HasPropertyFilter$1;
|
|
1246
|
+
}
|
|
1247
|
+
interface ObjectSetFilter_linkPresence$1 {
|
|
1248
|
+
type: "linkPresence";
|
|
1249
|
+
linkPresence: ApproximateLinkPresenceFilter;
|
|
1250
|
+
}
|
|
1251
|
+
interface ObjectSetFilter_objectSetLink {
|
|
1252
|
+
type: "objectSetLink";
|
|
1253
|
+
objectSetLink: ObjectSetLinkFilter;
|
|
1254
|
+
}
|
|
1255
|
+
interface ObjectSetFilter_objectSetInterfaceLink {
|
|
1256
|
+
type: "objectSetInterfaceLink";
|
|
1257
|
+
objectSetInterfaceLink: ObjectSetInterfaceLinkFilter;
|
|
1258
|
+
}
|
|
1259
|
+
interface ObjectSetFilter_multiMatch$1 {
|
|
1260
|
+
type: "multiMatch";
|
|
1261
|
+
multiMatch: MultiMatchFilter$1;
|
|
1262
|
+
}
|
|
1263
|
+
interface ObjectSetFilter_relativeDateRange$1 {
|
|
1264
|
+
type: "relativeDateRange";
|
|
1265
|
+
relativeDateRange: RelativeDateRangeFilter$1;
|
|
1266
|
+
}
|
|
1267
|
+
interface ObjectSetFilter_relativeTimeRange$1 {
|
|
1268
|
+
type: "relativeTimeRange";
|
|
1269
|
+
relativeTimeRange: RelativeTimeRangeFilter$1;
|
|
1270
|
+
}
|
|
1271
|
+
interface ObjectSetFilter_parameterizedRange$1 {
|
|
1272
|
+
type: "parameterizedRange";
|
|
1273
|
+
parameterizedRange: ParameterizedRangeFilter$1;
|
|
1274
|
+
}
|
|
1275
|
+
interface ObjectSetFilter_parameterizedWildcard$1 {
|
|
1276
|
+
type: "parameterizedWildcard";
|
|
1277
|
+
parameterizedWildcard: ParameterizedWildcardFilter$1;
|
|
1278
|
+
}
|
|
1279
|
+
interface ObjectSetFilter_parameterizedTerms$1 {
|
|
1280
|
+
type: "parameterizedTerms";
|
|
1281
|
+
parameterizedTerms: ParameterizedTermsFilter$1;
|
|
1282
|
+
}
|
|
1283
|
+
interface ObjectSetFilter_parameterizedExactMatch$1 {
|
|
1284
|
+
type: "parameterizedExactMatch";
|
|
1285
|
+
parameterizedExactMatch: ParameterizedExactMatchFilter$1;
|
|
1286
|
+
}
|
|
1287
|
+
interface ObjectSetFilter_parameterizedPrefixOnLastToken {
|
|
1288
|
+
type: "parameterizedPrefixOnLastToken";
|
|
1289
|
+
parameterizedPrefixOnLastToken: ParameterizedPrefixOnLastTokenFilter;
|
|
1290
|
+
}
|
|
1291
|
+
interface ObjectSetFilter_userContext$1 {
|
|
1292
|
+
type: "userContext";
|
|
1293
|
+
userContext: UserContextFilter$1;
|
|
1294
|
+
}
|
|
1295
|
+
/**
|
|
1296
|
+
* Filter to be applied to an Object Set. Refer to documentation of a particular ObjectSetFilter for details.
|
|
993
1297
|
*/
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1298
|
+
type ObjectSetFilter$1 = ObjectSetFilter_or$1 | ObjectSetFilter_and$1 | ObjectSetFilter_not$1 | ObjectSetFilter_range$1 | ObjectSetFilter_wildcard$1 | ObjectSetFilter_terms$1 | ObjectSetFilter_exactMatch$1 | ObjectSetFilter_phrase$1 | ObjectSetFilter_prefixOnLastToken$1 | ObjectSetFilter_geoBoundingBox$1 | ObjectSetFilter_geoDistance$1 | ObjectSetFilter_geoPolygon$1 | ObjectSetFilter_geoShape$1 | ObjectSetFilter_objectType$1 | ObjectSetFilter_interfaceType | ObjectSetFilter_hasProperty$1 | ObjectSetFilter_linkPresence$1 | ObjectSetFilter_objectSetLink | ObjectSetFilter_objectSetInterfaceLink | ObjectSetFilter_multiMatch$1 | ObjectSetFilter_relativeDateRange$1 | ObjectSetFilter_relativeTimeRange$1 | ObjectSetFilter_parameterizedRange$1 | ObjectSetFilter_parameterizedWildcard$1 | ObjectSetFilter_parameterizedTerms$1 | ObjectSetFilter_parameterizedExactMatch$1 | ObjectSetFilter_parameterizedPrefixOnLastToken | ObjectSetFilter_userContext$1;
|
|
1299
|
+
/**
|
|
1300
|
+
* Overrides for unresolved filter parameters in used parameterized object set filters.
|
|
1301
|
+
*/
|
|
1302
|
+
interface ObjectSetFilterContext {
|
|
1303
|
+
parameterOverrides: Record<UnresolvedFilterParameterId, FilterValue$1>;
|
|
1000
1304
|
}
|
|
1001
|
-
|
|
1002
1305
|
/**
|
|
1003
|
-
*
|
|
1306
|
+
* Matches iff it contains a link to any object in the provided objectSet, along the provided Interface Link
|
|
1307
|
+
* Type specified by the InterfaceLinkTypeRid, and if the starting object is on the SOURCE side of the
|
|
1308
|
+
* Interface Link Type.
|
|
1309
|
+
*
|
|
1310
|
+
* The SOURCE side is the Interface Type that the Interface Link Type belongs to.
|
|
1004
1311
|
*/
|
|
1005
|
-
interface
|
|
1006
|
-
|
|
1312
|
+
interface ObjectSetInterfaceLinkFilter {
|
|
1313
|
+
interfaceLinkTypeRid: InterfaceLinkTypeRid$1;
|
|
1314
|
+
objectSet: ObjectSet;
|
|
1007
1315
|
}
|
|
1008
|
-
|
|
1009
1316
|
/**
|
|
1010
1317
|
* Matches iff it contains a link to any object in the provided objectSet, along the provided RelationId, and if
|
|
1011
1318
|
* the starting object is on the provided RelationSide of the relation.
|
|
@@ -1015,14 +1322,48 @@ interface ObjectSetLinkFilter {
|
|
|
1015
1322
|
relationId: RelationId$1;
|
|
1016
1323
|
relationSide: RelationSide$1;
|
|
1017
1324
|
}
|
|
1018
|
-
|
|
1325
|
+
/**
|
|
1326
|
+
* Resource identifier of an Object Set.
|
|
1327
|
+
*/
|
|
1328
|
+
type ObjectSetRid = string;
|
|
1329
|
+
interface ObjectsSelection_objects {
|
|
1330
|
+
type: "objects";
|
|
1331
|
+
objects: Array<ObjectIdentifier>;
|
|
1332
|
+
}
|
|
1333
|
+
/**
|
|
1334
|
+
* Union type for selecting objects to be queried along links.
|
|
1335
|
+
*/
|
|
1336
|
+
type ObjectsSelection = ObjectsSelection_objects;
|
|
1019
1337
|
/**
|
|
1020
1338
|
* An object matches an ObjectTypeFilter iff its ObjectTypeId matches the provided ObjectTypeId.
|
|
1021
1339
|
*/
|
|
1022
1340
|
interface ObjectTypeFilter$1 {
|
|
1023
1341
|
objectTypeId: ObjectTypeId$1;
|
|
1024
1342
|
}
|
|
1025
|
-
|
|
1343
|
+
/**
|
|
1344
|
+
* Id of an object type.
|
|
1345
|
+
*/
|
|
1346
|
+
type ObjectTypeId$1 = string;
|
|
1347
|
+
interface ObjectTypeOrInterfaceTypeIdentifier_objectTypeRid {
|
|
1348
|
+
type: "objectTypeRid";
|
|
1349
|
+
objectTypeRid: ObjectTypeRid$1;
|
|
1350
|
+
}
|
|
1351
|
+
interface ObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid {
|
|
1352
|
+
type: "interfaceTypeRid";
|
|
1353
|
+
interfaceTypeRid: InterfaceTypeRid$1;
|
|
1354
|
+
}
|
|
1355
|
+
/**
|
|
1356
|
+
* Identifier of an object type or interface type.
|
|
1357
|
+
*/
|
|
1358
|
+
type ObjectTypeOrInterfaceTypeIdentifier = ObjectTypeOrInterfaceTypeIdentifier_objectTypeRid | ObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid;
|
|
1359
|
+
/**
|
|
1360
|
+
* A unique identifier of an object type.
|
|
1361
|
+
*/
|
|
1362
|
+
type ObjectTypeRid$1 = string;
|
|
1363
|
+
/**
|
|
1364
|
+
* A unique identifier for an ontology branch.
|
|
1365
|
+
*/
|
|
1366
|
+
type OntologyBranchRid$1 = string;
|
|
1026
1367
|
/**
|
|
1027
1368
|
* An ObjectSetFilter used to combine multiple ObjectSetFilters.
|
|
1028
1369
|
* An object matches an OrFilter iff it matches at least one of the filters.
|
|
@@ -1030,84 +1371,78 @@ interface ObjectTypeFilter$1 {
|
|
|
1030
1371
|
interface OrFilter$1 {
|
|
1031
1372
|
filters: Array<ObjectSetFilter$1>;
|
|
1032
1373
|
}
|
|
1033
|
-
|
|
1034
|
-
/**
|
|
1035
|
-
* A resolved filter parameter.
|
|
1036
|
-
*/
|
|
1037
|
-
interface ResolvedFilterParameter$1 {
|
|
1038
|
-
value: FilterValue$1;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
1374
|
/**
|
|
1042
|
-
*
|
|
1375
|
+
* Resource identifier of a gatekeeper resource which OSS can use to permission additional metadata about
|
|
1376
|
+
* the execution of requests.
|
|
1377
|
+
* For requests that run with Backend.HIGHBURY, this owning rid will be used as Spark Reporter's
|
|
1378
|
+
* "owning rid" and therefore anyone who has the "foundry:read-data" operation on this rid as well as the
|
|
1379
|
+
* data involved in the queried object set will be able to see associated metadata, for example spark query
|
|
1380
|
+
* plans and rdd graphs.
|
|
1381
|
+
* For requests which require embeddings generation through LMS, this owning rid will be used as the attribution
|
|
1382
|
+
* rid for the request to LMS. If no owning rid is provided, user attribution is used instead for the LMS request.
|
|
1043
1383
|
*/
|
|
1044
|
-
|
|
1045
|
-
parameterId: UnresolvedFilterParameterId;
|
|
1046
|
-
name: string;
|
|
1047
|
-
description: string | undefined;
|
|
1048
|
-
defaultValue: FilterValue$1 | undefined;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
interface FilterParameter_unresolved$1 {
|
|
1052
|
-
type: "unresolved";
|
|
1053
|
-
unresolved: UnresolvedFilterParameter$1;
|
|
1054
|
-
}
|
|
1055
|
-
interface FilterParameter_resolved$1 {
|
|
1056
|
-
type: "resolved";
|
|
1057
|
-
resolved: ResolvedFilterParameter$1;
|
|
1058
|
-
}
|
|
1384
|
+
type OwningRid = string;
|
|
1059
1385
|
/**
|
|
1060
|
-
* A
|
|
1386
|
+
* A reference to the next page of results.
|
|
1061
1387
|
*/
|
|
1062
|
-
type
|
|
1063
|
-
|
|
1388
|
+
type PageToken = string;
|
|
1064
1389
|
/**
|
|
1065
1390
|
* An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
|
|
1066
1391
|
* If the property is of string type, the index for that property must define a .raw multifield of type keyword.
|
|
1067
1392
|
* If no terms are provided, this filter will match ALL objects.
|
|
1068
1393
|
*/
|
|
1069
1394
|
interface ParameterizedExactMatchFilter$1 {
|
|
1070
|
-
propertyId
|
|
1395
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1396
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1071
1397
|
terms: Array<FilterParameter$1>;
|
|
1072
1398
|
}
|
|
1073
|
-
|
|
1399
|
+
/**
|
|
1400
|
+
* Behaves the same as PrefixOnLastTokenFilter, except the query is parameterized.
|
|
1401
|
+
*
|
|
1402
|
+
* Consult PrefixOnLastTokenFilter docs for more details.
|
|
1403
|
+
*/
|
|
1404
|
+
interface ParameterizedPrefixOnLastTokenFilter {
|
|
1405
|
+
propertyIdentifier: PropertyIdentifier;
|
|
1406
|
+
query: FilterParameter$1;
|
|
1407
|
+
}
|
|
1074
1408
|
/**
|
|
1075
1409
|
* An object matches a RangeFilter iff the value of the provided property is within provided bounds.
|
|
1076
1410
|
*/
|
|
1077
1411
|
interface ParameterizedRangeFilter$1 {
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1412
|
+
gt?: FilterParameter$1 | null | undefined;
|
|
1413
|
+
gte?: FilterParameter$1 | null | undefined;
|
|
1414
|
+
lt?: FilterParameter$1 | null | undefined;
|
|
1415
|
+
lte?: FilterParameter$1 | null | undefined;
|
|
1416
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1417
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1083
1418
|
}
|
|
1084
|
-
|
|
1085
1419
|
/**
|
|
1086
|
-
* An object matches a TermsFilter iff the analyzed value of the provided property matches any of the provided
|
|
1087
|
-
* no property is provided - iff analyzed value of any of the properties matches
|
|
1420
|
+
* An object matches a TermsFilter iff the analyzed value of the provided property matches any of the provided
|
|
1421
|
+
* terms, or in case when no property is provided - iff analyzed value of any of the native properties matches
|
|
1422
|
+
* any of the provided terms; runtime derived properties will be ignored.
|
|
1423
|
+
*
|
|
1088
1424
|
* If no terms are provided, this filter will match ALL objects.
|
|
1089
1425
|
*/
|
|
1090
1426
|
interface ParameterizedTermsFilter$1 {
|
|
1091
|
-
propertyId
|
|
1427
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1428
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1092
1429
|
terms: Array<FilterParameter$1>;
|
|
1093
1430
|
}
|
|
1094
|
-
|
|
1095
1431
|
/**
|
|
1096
|
-
* An object matches a WildcardFilter iff the value of the provided property matches the provided term, or in
|
|
1097
|
-
* no property is provided - iff any of the properties match the provided term
|
|
1432
|
+
* An object matches a WildcardFilter iff the value of the provided property matches the provided term, or in
|
|
1433
|
+
* case when no property is provided - iff any of the native properties match the provided term; runtime derived
|
|
1434
|
+
* properties will be ignored.
|
|
1098
1435
|
*/
|
|
1099
1436
|
interface ParameterizedWildcardFilter$1 {
|
|
1100
|
-
propertyId
|
|
1437
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1438
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1101
1439
|
term: FilterParameter$1;
|
|
1102
1440
|
}
|
|
1103
|
-
|
|
1104
|
-
/**
|
|
1105
|
-
* Defines how phrase search matches results.
|
|
1106
|
-
*/
|
|
1107
|
-
type PhraseMatchMode$1 = "PHRASE" | "PHRASE_PREFIX";
|
|
1108
|
-
|
|
1109
1441
|
/**
|
|
1110
|
-
* This filter analyzes the query string.
|
|
1442
|
+
* This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter is
|
|
1443
|
+
* effectively an ExactMatch filter in PhraseMatchMode.PHRASE mode and a WildcardFilter in
|
|
1444
|
+
* PhraseMatchMode.PHRASE_PREFIX mode.
|
|
1445
|
+
*
|
|
1111
1446
|
* The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
|
|
1112
1447
|
* produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
|
|
1113
1448
|
*
|
|
@@ -1135,35 +1470,22 @@ type PhraseMatchMode$1 = "PHRASE" | "PHRASE_PREFIX";
|
|
|
1135
1470
|
* We recommend using the `PrefixOnLastTokenFilter` instead, which does not have the same token order guarantees
|
|
1136
1471
|
* as the phrase filter, but does allow for a wildcard matches on the last term.
|
|
1137
1472
|
*
|
|
1138
|
-
*
|
|
1139
|
-
*
|
|
1140
|
-
* Custom tokenization gets applied iff a filter has Japanese query string and uses standard analyzer. If it uses
|
|
1141
|
-
* non-standard analyzer, it does not tokenize the string, assuming the given analyzer can handle Japanese query.
|
|
1142
|
-
*
|
|
1143
|
-
* In the custom tokenization, a sequence of the following characters is considered as one token: Han and
|
|
1144
|
-
* Hiragana, Katakana, Alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
|
|
1145
|
-
* tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231" using JapaneseTokenization.
|
|
1146
|
-
*
|
|
1147
|
-
* Each tokenized string are treated as PhraseFilter, so any multi-token Japanese query string results in
|
|
1148
|
-
* AndFilter of PhraseFilters of each token. Also, in tokenized AndFilter, phrase mode for each token
|
|
1149
|
-
* PhraseFilter depends on its character type it sets the phrase mode is set following the rules below:
|
|
1150
|
-
*
|
|
1151
|
-
* - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
|
|
1152
|
-
* - If the last token is Han and Hiragana, PhraseMatchMode.PHRASE gets applied to the token.
|
|
1153
|
-
* - If the last token is Katakana or Alphanumerics, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
|
|
1154
|
-
*
|
|
1155
|
-
* If the original PhraseFilter uses both standard analyzer and non-standard analyzer for different properties,
|
|
1156
|
-
* it creates a mix of tokenized filters or PhraseFilters using provided analyzer for corresponding properties,
|
|
1157
|
-
* and it combines them into one filter in Or condition.
|
|
1473
|
+
* Unless MultiMatchFilter and PrefixOnLastTokenFilter, PhraseFilter has no special behavior for Japanese
|
|
1474
|
+
* text queries, because results match user expectations without the need for extra logic.
|
|
1158
1475
|
*/
|
|
1159
1476
|
interface PhraseFilter$1 {
|
|
1477
|
+
matchMode?: PhraseMatchMode$1 | null | undefined;
|
|
1160
1478
|
phrase: string;
|
|
1161
|
-
propertySet
|
|
1162
|
-
matchMode: PhraseMatchMode$1 | undefined;
|
|
1479
|
+
propertySet?: PropertySet$1 | null | undefined;
|
|
1163
1480
|
}
|
|
1164
|
-
|
|
1165
1481
|
/**
|
|
1166
|
-
*
|
|
1482
|
+
* Defines how phrase search matches results.
|
|
1483
|
+
*/
|
|
1484
|
+
type PhraseMatchMode$1 = "PHRASE" | "PHRASE_PREFIX";
|
|
1485
|
+
/**
|
|
1486
|
+
* This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter
|
|
1487
|
+
* effectively works like a simple prefix query and the query string isn't tokenized.
|
|
1488
|
+
*
|
|
1167
1489
|
* The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
|
|
1168
1490
|
* produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
|
|
1169
1491
|
*
|
|
@@ -1198,302 +1520,267 @@ interface PhraseFilter$1 {
|
|
|
1198
1520
|
* - If the last token is Katakana or Alphanumerics, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
|
|
1199
1521
|
*/
|
|
1200
1522
|
interface PrefixOnLastTokenFilter$1 {
|
|
1201
|
-
propertyId
|
|
1523
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1524
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1202
1525
|
query: string;
|
|
1203
1526
|
}
|
|
1204
|
-
|
|
1205
|
-
/**
|
|
1206
|
-
* An object matches a RangeFilter iff the value of the provided property is within provided bounds.
|
|
1207
|
-
*/
|
|
1208
|
-
interface RangeFilter$1 {
|
|
1209
|
-
propertyId: PropertyId$1;
|
|
1210
|
-
lt: any | undefined;
|
|
1211
|
-
lte: any | undefined;
|
|
1212
|
-
gt: any | undefined;
|
|
1213
|
-
gte: any | undefined;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
/**
|
|
1217
|
-
* A relative time unit
|
|
1218
|
-
*/
|
|
1219
|
-
type RelativeTimeUnit$2 = "DAY" | "WEEK" | "MONTH" | "YEAR";
|
|
1220
|
-
|
|
1221
1527
|
/**
|
|
1222
|
-
*
|
|
1528
|
+
* Specifies the primary key property of an object type which is present on all object types.
|
|
1223
1529
|
*/
|
|
1224
|
-
interface
|
|
1225
|
-
value: number;
|
|
1226
|
-
timeUnit: RelativeTimeUnit$2;
|
|
1530
|
+
interface PrimaryKeyProperty {
|
|
1227
1531
|
}
|
|
1228
|
-
|
|
1229
|
-
/**
|
|
1230
|
-
* An identifier of a time zone, e.g. "Europe/London" as defined by the Time Zone Database.
|
|
1231
|
-
*/
|
|
1232
|
-
type TimeZoneId$2 = string;
|
|
1233
|
-
|
|
1234
1532
|
/**
|
|
1235
|
-
*
|
|
1533
|
+
* API name of a property type or shared property type.
|
|
1236
1534
|
*/
|
|
1237
|
-
|
|
1238
|
-
propertyId: PropertyId$1;
|
|
1239
|
-
sinceRelativePointInTime: RelativePointInTime$2 | undefined;
|
|
1240
|
-
untilRelativePointInTime: RelativePointInTime$2 | undefined;
|
|
1241
|
-
timeZoneId: TimeZoneId$2;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1535
|
+
type PropertyApiName = string;
|
|
1244
1536
|
/**
|
|
1245
|
-
*
|
|
1537
|
+
* Id of a property.
|
|
1246
1538
|
*/
|
|
1247
|
-
|
|
1539
|
+
type PropertyId$1 = string;
|
|
1540
|
+
interface PropertyIdentifier_propertyId {
|
|
1541
|
+
type: "propertyId";
|
|
1248
1542
|
propertyId: PropertyId$1;
|
|
1249
|
-
sinceRelativeMillis: number | undefined;
|
|
1250
|
-
untilRelativeMillis: number | undefined;
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* This filter does not analyze the query string.
|
|
1255
|
-
*
|
|
1256
|
-
* An object matches a TermsFilter iff the tokens of the provided property match any of the provided terms.
|
|
1257
|
-
*
|
|
1258
|
-
* For example, a property with value "The Quick Brown Fox", using the default analyzer, would produce the tokens
|
|
1259
|
-
* ["the", "quick", "brown", "fox"], and would therefore match a terms filter with "brown" as a term,
|
|
1260
|
-
* but not one with "Brown" or "Brown Fox" as a term.
|
|
1261
|
-
* It is recommended to use filter only against properties which support exact matches.
|
|
1262
|
-
*
|
|
1263
|
-
* If no property is provided, this filter will consider the tokens for all properties.
|
|
1264
|
-
* If no terms are provided, this filter will match all objects.
|
|
1265
|
-
*/
|
|
1266
|
-
interface TermsFilter$1 {
|
|
1267
|
-
propertyId: PropertyId$1 | undefined;
|
|
1268
|
-
terms: Array<any>;
|
|
1269
1543
|
}
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
*/
|
|
1274
|
-
type MultipassAttributeKey = string;
|
|
1275
|
-
|
|
1276
|
-
/**
|
|
1277
|
-
* The current user's attributes under the given key. This resolves to a list of values.
|
|
1278
|
-
*/
|
|
1279
|
-
interface MultipassAttribute$1 {
|
|
1280
|
-
key: MultipassAttributeKey;
|
|
1544
|
+
interface PropertyIdentifier_propertyApiName {
|
|
1545
|
+
type: "propertyApiName";
|
|
1546
|
+
propertyApiName: PropertyApiName;
|
|
1281
1547
|
}
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
*/
|
|
1286
|
-
interface MultipassUserId$1 {
|
|
1548
|
+
interface PropertyIdentifier_structFieldSelector {
|
|
1549
|
+
type: "structFieldSelector";
|
|
1550
|
+
structFieldSelector: StructFieldSelector;
|
|
1287
1551
|
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
multipassUserId: MultipassUserId$1;
|
|
1552
|
+
interface PropertyIdentifier_titleProperty {
|
|
1553
|
+
type: "titleProperty";
|
|
1554
|
+
titleProperty: TitleProperty;
|
|
1292
1555
|
}
|
|
1293
|
-
interface
|
|
1294
|
-
type: "
|
|
1295
|
-
|
|
1556
|
+
interface PropertyIdentifier_primaryKeyProperty {
|
|
1557
|
+
type: "primaryKeyProperty";
|
|
1558
|
+
primaryKeyProperty: PrimaryKeyProperty;
|
|
1296
1559
|
}
|
|
1297
1560
|
/**
|
|
1298
|
-
*
|
|
1299
|
-
*/
|
|
1300
|
-
type UserContextValue$1 = UserContextValue_multipassUserId$1 | UserContextValue_multipassAttribute$1;
|
|
1301
|
-
|
|
1302
|
-
/**
|
|
1303
|
-
* An object matches an UserContextFilter iff the value of the provided property is exactly equal to the provided user context.
|
|
1561
|
+
* Identifier of a property.
|
|
1304
1562
|
*/
|
|
1305
|
-
|
|
1306
|
-
propertyId: PropertyId$1;
|
|
1307
|
-
userContext: UserContextValue$1;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1563
|
+
type PropertyIdentifier = PropertyIdentifier_propertyId | PropertyIdentifier_propertyApiName | PropertyIdentifier_structFieldSelector | PropertyIdentifier_titleProperty | PropertyIdentifier_primaryKeyProperty;
|
|
1310
1564
|
/**
|
|
1311
|
-
*
|
|
1312
|
-
*
|
|
1313
|
-
* An object matches a WildcardFilter iff the tokens of the provided property matches the term with a wildcard
|
|
1314
|
-
* suffix.
|
|
1315
|
-
*
|
|
1316
|
-
* For example, a query with value "The Quick Brown F" will search for tokens which match "The Quick Brown F*".
|
|
1317
|
-
* If searched on a property with the default analyzer with value "The Quick Brown Fox", it will not match
|
|
1318
|
-
* as the value tokens are ["the", "quick", "brown", "fox"].
|
|
1319
|
-
* It is recommended to use filter only against properties which support exact matches.
|
|
1320
|
-
*
|
|
1321
|
-
* If no property is provided, this filter will consider the tokens for all properties.
|
|
1565
|
+
* A mapping from the property of one ObjectType to the property of another. The two properties must share
|
|
1566
|
+
* the same Shared Property Type. One of the properties must be a primary key.
|
|
1322
1567
|
*/
|
|
1323
|
-
interface
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
interface ObjectSetFilter_or$1 {
|
|
1329
|
-
type: "or";
|
|
1330
|
-
or: OrFilter$1;
|
|
1568
|
+
interface PropertyMapping {
|
|
1569
|
+
fromProperty: PropertyTypeIdentifier$2;
|
|
1570
|
+
toProperty: PropertyTypeIdentifier$2;
|
|
1331
1571
|
}
|
|
1332
|
-
interface
|
|
1333
|
-
type: "
|
|
1334
|
-
|
|
1572
|
+
interface PropertySet_propertyWhitelist$1 {
|
|
1573
|
+
type: "propertyWhitelist";
|
|
1574
|
+
propertyWhitelist: PropertyWhitelistPropertySet$1;
|
|
1335
1575
|
}
|
|
1336
|
-
interface
|
|
1337
|
-
type: "
|
|
1338
|
-
|
|
1576
|
+
interface PropertySet_allProperties$1 {
|
|
1577
|
+
type: "allProperties";
|
|
1578
|
+
allProperties: AllPropertiesPropertySet$1;
|
|
1339
1579
|
}
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1580
|
+
/**
|
|
1581
|
+
* Specification of a subset of properties to use.
|
|
1582
|
+
*/
|
|
1583
|
+
type PropertySet$1 = PropertySet_propertyWhitelist$1 | PropertySet_allProperties$1;
|
|
1584
|
+
/**
|
|
1585
|
+
* An identifier of a PropertyType including the ObjectTypeRid it belongs to.
|
|
1586
|
+
*/
|
|
1587
|
+
interface PropertyTypeIdentifier$2 {
|
|
1588
|
+
objectTypeRid: ObjectTypeRid$1;
|
|
1589
|
+
propertyTypeRid: PropertyTypeRid$1;
|
|
1343
1590
|
}
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1591
|
+
/**
|
|
1592
|
+
* A unique identifier of a property type.
|
|
1593
|
+
*/
|
|
1594
|
+
type PropertyTypeRid$1 = string;
|
|
1595
|
+
interface PropertyValue_array {
|
|
1596
|
+
type: "array";
|
|
1597
|
+
array: ArrayPropertyValue;
|
|
1347
1598
|
}
|
|
1348
|
-
interface
|
|
1349
|
-
type: "
|
|
1350
|
-
|
|
1599
|
+
interface PropertyValue_attachment {
|
|
1600
|
+
type: "attachment";
|
|
1601
|
+
attachment: AttachmentPropertyValue;
|
|
1351
1602
|
}
|
|
1352
|
-
interface
|
|
1353
|
-
type: "
|
|
1354
|
-
|
|
1603
|
+
interface PropertyValue_boolean {
|
|
1604
|
+
type: "boolean";
|
|
1605
|
+
boolean: BooleanPropertyValue;
|
|
1355
1606
|
}
|
|
1356
|
-
interface
|
|
1357
|
-
type: "
|
|
1358
|
-
|
|
1607
|
+
interface PropertyValue_cipherText {
|
|
1608
|
+
type: "cipherText";
|
|
1609
|
+
cipherText: CipherTextPropertyValue;
|
|
1359
1610
|
}
|
|
1360
|
-
interface
|
|
1361
|
-
type: "
|
|
1362
|
-
|
|
1611
|
+
interface PropertyValue_date {
|
|
1612
|
+
type: "date";
|
|
1613
|
+
date: DatePropertyValue;
|
|
1363
1614
|
}
|
|
1364
|
-
interface
|
|
1365
|
-
type: "
|
|
1366
|
-
|
|
1615
|
+
interface PropertyValue_decimal {
|
|
1616
|
+
type: "decimal";
|
|
1617
|
+
decimal: DecimalPropertyValue;
|
|
1367
1618
|
}
|
|
1368
|
-
interface
|
|
1369
|
-
type: "
|
|
1370
|
-
|
|
1619
|
+
interface PropertyValue_double {
|
|
1620
|
+
type: "double";
|
|
1621
|
+
double: DoublePropertyValue;
|
|
1371
1622
|
}
|
|
1372
|
-
interface
|
|
1373
|
-
type: "
|
|
1374
|
-
|
|
1623
|
+
interface PropertyValue_geoPoint {
|
|
1624
|
+
type: "geoPoint";
|
|
1625
|
+
geoPoint: GeoPointPropertyValue;
|
|
1375
1626
|
}
|
|
1376
|
-
interface
|
|
1627
|
+
interface PropertyValue_geoShape {
|
|
1377
1628
|
type: "geoShape";
|
|
1378
|
-
geoShape:
|
|
1629
|
+
geoShape: GeoShapePropertyValue;
|
|
1379
1630
|
}
|
|
1380
|
-
interface
|
|
1381
|
-
type: "
|
|
1382
|
-
|
|
1631
|
+
interface PropertyValue_geotimeSeriesReference {
|
|
1632
|
+
type: "geotimeSeriesReference";
|
|
1633
|
+
geotimeSeriesReference: GeotimeSeriesReferencePropertyValue;
|
|
1383
1634
|
}
|
|
1384
|
-
interface
|
|
1385
|
-
type: "
|
|
1386
|
-
|
|
1635
|
+
interface PropertyValue_integer {
|
|
1636
|
+
type: "integer";
|
|
1637
|
+
integer: IntegerPropertyValue;
|
|
1387
1638
|
}
|
|
1388
|
-
interface
|
|
1389
|
-
type: "
|
|
1390
|
-
|
|
1639
|
+
interface PropertyValue_long {
|
|
1640
|
+
type: "long";
|
|
1641
|
+
long: LongPropertyValue;
|
|
1391
1642
|
}
|
|
1392
|
-
interface
|
|
1393
|
-
type: "
|
|
1394
|
-
|
|
1643
|
+
interface PropertyValue_marking {
|
|
1644
|
+
type: "marking";
|
|
1645
|
+
marking: MarkingPropertyValue;
|
|
1395
1646
|
}
|
|
1396
|
-
interface
|
|
1397
|
-
type: "
|
|
1398
|
-
|
|
1647
|
+
interface PropertyValue_mediaReference {
|
|
1648
|
+
type: "mediaReference";
|
|
1649
|
+
mediaReference: MediaReferencePropertyValue;
|
|
1399
1650
|
}
|
|
1400
|
-
interface
|
|
1401
|
-
type: "
|
|
1402
|
-
|
|
1651
|
+
interface PropertyValue_null {
|
|
1652
|
+
type: "null";
|
|
1653
|
+
null: NullPropertyValue;
|
|
1403
1654
|
}
|
|
1404
|
-
interface
|
|
1405
|
-
type: "
|
|
1406
|
-
|
|
1655
|
+
interface PropertyValue_string {
|
|
1656
|
+
type: "string";
|
|
1657
|
+
string: StringPropertyValue;
|
|
1407
1658
|
}
|
|
1408
|
-
interface
|
|
1409
|
-
type: "
|
|
1410
|
-
|
|
1659
|
+
interface PropertyValue_struct {
|
|
1660
|
+
type: "struct";
|
|
1661
|
+
struct: StructPropertyValue;
|
|
1411
1662
|
}
|
|
1412
|
-
interface
|
|
1413
|
-
type: "
|
|
1414
|
-
|
|
1663
|
+
interface PropertyValue_timeDependent {
|
|
1664
|
+
type: "timeDependent";
|
|
1665
|
+
timeDependent: TimeDependentPropertyValue$1;
|
|
1415
1666
|
}
|
|
1416
|
-
interface
|
|
1417
|
-
type: "
|
|
1418
|
-
|
|
1667
|
+
interface PropertyValue_timestamp {
|
|
1668
|
+
type: "timestamp";
|
|
1669
|
+
timestamp: TimestampPropertyValue;
|
|
1419
1670
|
}
|
|
1420
|
-
interface
|
|
1421
|
-
type: "
|
|
1422
|
-
|
|
1671
|
+
interface PropertyValue_vector {
|
|
1672
|
+
type: "vector";
|
|
1673
|
+
vector: VectorPropertyValue;
|
|
1423
1674
|
}
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1675
|
+
/**
|
|
1676
|
+
* The value of an object property.
|
|
1677
|
+
*/
|
|
1678
|
+
type PropertyValue = PropertyValue_array | PropertyValue_attachment | PropertyValue_boolean | PropertyValue_cipherText | PropertyValue_date | PropertyValue_decimal | PropertyValue_double | PropertyValue_geoPoint | PropertyValue_geoShape | PropertyValue_geotimeSeriesReference | PropertyValue_integer | PropertyValue_long | PropertyValue_marking | PropertyValue_mediaReference | PropertyValue_null | PropertyValue_string | PropertyValue_struct | PropertyValue_timeDependent | PropertyValue_timestamp | PropertyValue_vector;
|
|
1679
|
+
/**
|
|
1680
|
+
* Use a specified subset of properties.
|
|
1681
|
+
*/
|
|
1682
|
+
interface PropertyWhitelistPropertySet$1 {
|
|
1683
|
+
properties: Array<PropertyId$1>;
|
|
1684
|
+
propertyIdentifiers?: Array<PropertyIdentifier> | null | undefined;
|
|
1427
1685
|
}
|
|
1428
1686
|
/**
|
|
1429
|
-
*
|
|
1687
|
+
* Codex seriesId qualified with a time series syncRid
|
|
1430
1688
|
*/
|
|
1431
|
-
|
|
1432
|
-
|
|
1689
|
+
interface QualifiedSeriesIdPropertyValue$1 {
|
|
1690
|
+
seriesId: SeriesIdPropertyValue$1;
|
|
1691
|
+
syncRid: TimeSeriesSyncRid$1;
|
|
1692
|
+
}
|
|
1433
1693
|
/**
|
|
1434
|
-
*
|
|
1694
|
+
* An object matches a RangeFilter iff the value of the provided property is within provided bounds.
|
|
1435
1695
|
*/
|
|
1436
|
-
interface
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1696
|
+
interface RangeFilter$1 {
|
|
1697
|
+
gt?: any | null | undefined;
|
|
1698
|
+
gte?: any | null | undefined;
|
|
1699
|
+
lt?: any | null | undefined;
|
|
1700
|
+
lte?: any | null | undefined;
|
|
1701
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1702
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1440
1703
|
}
|
|
1441
|
-
|
|
1442
1704
|
/**
|
|
1443
|
-
* Object Set
|
|
1705
|
+
* Object Set referencing a saved Object Set with a given ObjectSetRid.
|
|
1444
1706
|
*/
|
|
1445
|
-
interface
|
|
1446
|
-
|
|
1707
|
+
interface ReferencedObjectSet {
|
|
1708
|
+
objectSetRid: ObjectSetRid;
|
|
1447
1709
|
}
|
|
1448
|
-
|
|
1449
1710
|
/**
|
|
1450
|
-
*
|
|
1451
|
-
*
|
|
1452
|
-
* ObjectSet containing the top k objects with propertyId nearest to the given vector.
|
|
1711
|
+
* Id of a relation.
|
|
1453
1712
|
*/
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
vector: Vector;
|
|
1713
|
+
type RelationId$1 = string;
|
|
1714
|
+
interface RelationIdentifier_relationId {
|
|
1715
|
+
type: "relationId";
|
|
1716
|
+
relationId: RelationId$1;
|
|
1459
1717
|
}
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
vector: Vector;
|
|
1718
|
+
interface RelationIdentifier_interfaceLinkType {
|
|
1719
|
+
type: "interfaceLinkType";
|
|
1720
|
+
interfaceLinkType: InterfaceLinkTypeRid$1;
|
|
1464
1721
|
}
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1722
|
+
/**
|
|
1723
|
+
* Identifier of a relation.
|
|
1724
|
+
*
|
|
1725
|
+
* Note: this is currently under development and is not supported!
|
|
1726
|
+
*/
|
|
1727
|
+
type RelationIdentifier = RelationIdentifier_relationId | RelationIdentifier_interfaceLinkType;
|
|
1728
|
+
/**
|
|
1729
|
+
* Side of a relation.
|
|
1730
|
+
*
|
|
1731
|
+
* For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
|
|
1732
|
+
* TARGET corresponds to object type B.
|
|
1733
|
+
*
|
|
1734
|
+
* For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
|
|
1735
|
+
* many link definition, and TARGET corresponds to the MANY (or foreign key) side.
|
|
1736
|
+
* WARNING: In the self-referential one-to-many join case, this is inverted.
|
|
1737
|
+
*/
|
|
1738
|
+
type RelationSide$1 = "SOURCE" | "TARGET" | "EITHER";
|
|
1739
|
+
/**
|
|
1740
|
+
* An object matches a RelativeDateRangeFilter iff the value of the provided date property is within the provided
|
|
1741
|
+
* time range.
|
|
1742
|
+
*/
|
|
1743
|
+
interface RelativeDateRangeFilter$1 {
|
|
1744
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1745
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1746
|
+
sinceRelativePointInTime?: RelativePointInTime$2 | null | undefined;
|
|
1747
|
+
timeZoneId: TimeZoneId$2;
|
|
1748
|
+
untilRelativePointInTime?: RelativePointInTime$2 | null | undefined;
|
|
1468
1749
|
}
|
|
1469
1750
|
/**
|
|
1470
|
-
*
|
|
1471
|
-
* the model specified in the Ontology.
|
|
1751
|
+
* A point in time specified in terms of distance from the time of query.
|
|
1472
1752
|
*/
|
|
1473
|
-
|
|
1474
|
-
|
|
1753
|
+
interface RelativePointInTime$2 {
|
|
1754
|
+
timeUnit: RelativeTimeUnit$2;
|
|
1755
|
+
value: number;
|
|
1756
|
+
}
|
|
1475
1757
|
/**
|
|
1476
|
-
*
|
|
1758
|
+
* An object matches a RelativeTimeRangeFilter iff the value of the provided timestamp property is within the
|
|
1759
|
+
* provided time range.
|
|
1477
1760
|
*/
|
|
1478
|
-
interface
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1761
|
+
interface RelativeTimeRangeFilter$1 {
|
|
1762
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1763
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1764
|
+
sinceRelativeMillis?: number | null | undefined;
|
|
1765
|
+
untilRelativeMillis?: number | null | undefined;
|
|
1483
1766
|
}
|
|
1484
|
-
|
|
1485
1767
|
/**
|
|
1486
|
-
*
|
|
1768
|
+
* A relative time unit
|
|
1487
1769
|
*/
|
|
1488
|
-
type
|
|
1489
|
-
|
|
1770
|
+
type RelativeTimeUnit$2 = "DAY" | "WEEK" | "MONTH" | "YEAR";
|
|
1490
1771
|
/**
|
|
1491
|
-
*
|
|
1772
|
+
* A resolved filter parameter.
|
|
1492
1773
|
*/
|
|
1493
|
-
interface
|
|
1494
|
-
|
|
1774
|
+
interface ResolvedFilterParameter$1 {
|
|
1775
|
+
value: FilterValue$1;
|
|
1776
|
+
}
|
|
1777
|
+
/**
|
|
1778
|
+
* Optional features to enable when generating the response.
|
|
1779
|
+
*/
|
|
1780
|
+
interface ResponseOptions {
|
|
1781
|
+
includeObjectSetEntities: boolean;
|
|
1782
|
+
includeUsageCost?: boolean | null | undefined;
|
|
1495
1783
|
}
|
|
1496
|
-
|
|
1497
1784
|
/**
|
|
1498
1785
|
* ObjectSet containing all objects that are linked to objects in provided object set, and are
|
|
1499
1786
|
* on the opposite side of the provided relation side (or in case of either, any of the sides).
|
|
@@ -1501,26 +1788,18 @@ interface ReferencedObjectSet {
|
|
|
1501
1788
|
interface SearchAroundObjectSet {
|
|
1502
1789
|
objectSet: ObjectSet;
|
|
1503
1790
|
relationId: RelationId$1;
|
|
1504
|
-
relationSide: RelationSide$1;
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
/**
|
|
1508
|
-
* An identifier of a PropertyType including the ObjectTypeRid it belongs to.
|
|
1509
|
-
*/
|
|
1510
|
-
interface PropertyTypeIdentifier$2 {
|
|
1511
|
-
objectTypeRid: ObjectTypeRid$1;
|
|
1512
|
-
propertyTypeRid: PropertyTypeRid$1;
|
|
1791
|
+
relationSide: RelationSide$1;
|
|
1513
1792
|
}
|
|
1514
|
-
|
|
1515
1793
|
/**
|
|
1516
|
-
*
|
|
1517
|
-
* the same Shared Property Type. One of the properties must be a primary key.
|
|
1794
|
+
* Codex seriesId.
|
|
1518
1795
|
*/
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1796
|
+
type SeriesIdPropertyValue$1 = string;
|
|
1797
|
+
/**
|
|
1798
|
+
* A snapshot id uniquely identifies a Funnel snapshot, which represents object types versions at a specific
|
|
1799
|
+
* point in time. Snapshot ids should be used for scrolls, or point-in-time searches in order to guarantee
|
|
1800
|
+
* consistent results across view requests.
|
|
1801
|
+
*/
|
|
1802
|
+
type SnapshotId = string;
|
|
1524
1803
|
/**
|
|
1525
1804
|
* ObjectSet containing all objects that are linked to objects in the provided object set, using property
|
|
1526
1805
|
* mappings provided at runtime as opposed to providing a predefined relation.
|
|
@@ -1529,28 +1808,16 @@ interface SoftLinkSearchAroundObjectSet {
|
|
|
1529
1808
|
objectSet: ObjectSet;
|
|
1530
1809
|
propertyMapping: PropertyMapping;
|
|
1531
1810
|
}
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
* Identifies a custom provenance record.
|
|
1535
|
-
*/
|
|
1536
|
-
type CustomProvenanceIdentifier = string;
|
|
1537
|
-
|
|
1538
|
-
/**
|
|
1539
|
-
* Used to record custom provenance information.
|
|
1540
|
-
*/
|
|
1541
|
-
interface CustomProvenance {
|
|
1542
|
-
identifier: CustomProvenanceIdentifier;
|
|
1543
|
-
parameters: Record<string, any>;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
1811
|
/**
|
|
1547
|
-
*
|
|
1812
|
+
* Object Set containing objects with given ObjectRids.
|
|
1813
|
+
*
|
|
1814
|
+
* Note: It's more performant to use FilteredObjectSet with ExactMatchFilter on primary keys, as it saves on
|
|
1815
|
+
* resolving the ObjectRids to ObjectLocators which can add 100s of milliseconds to the request runtime.
|
|
1548
1816
|
*/
|
|
1549
|
-
interface
|
|
1550
|
-
|
|
1551
|
-
|
|
1817
|
+
interface StaticObjectSet {
|
|
1818
|
+
objectRids: Array<ObjectRid$1>;
|
|
1819
|
+
provenance?: StaticObjectSetProvenance | null | undefined;
|
|
1552
1820
|
}
|
|
1553
|
-
|
|
1554
1821
|
interface StaticObjectSetProvenance_materialization {
|
|
1555
1822
|
type: "materialization";
|
|
1556
1823
|
materialization: MaterializationProvenance;
|
|
@@ -1563,110 +1830,194 @@ interface StaticObjectSetProvenance_custom {
|
|
|
1563
1830
|
* Describes the origin of the particular set of objects in a static object set.
|
|
1564
1831
|
*/
|
|
1565
1832
|
type StaticObjectSetProvenance = StaticObjectSetProvenance_materialization | StaticObjectSetProvenance_custom;
|
|
1566
|
-
|
|
1567
1833
|
/**
|
|
1568
|
-
*
|
|
1834
|
+
* An object property value whose type is string.
|
|
1569
1835
|
*/
|
|
1570
|
-
|
|
1571
|
-
objectRids: Array<ObjectRid$1>;
|
|
1572
|
-
provenance: StaticObjectSetProvenance | undefined;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1836
|
+
type StringPropertyValue = string;
|
|
1575
1837
|
/**
|
|
1576
|
-
*
|
|
1838
|
+
* A list of StructElements
|
|
1577
1839
|
*/
|
|
1578
|
-
interface
|
|
1579
|
-
|
|
1840
|
+
interface Struct {
|
|
1841
|
+
structElements: Array<StructElement$1>;
|
|
1580
1842
|
}
|
|
1581
|
-
|
|
1582
1843
|
/**
|
|
1583
|
-
*
|
|
1844
|
+
* Represents an entry in a struct.
|
|
1584
1845
|
*/
|
|
1585
|
-
interface
|
|
1586
|
-
|
|
1846
|
+
interface StructElement$1 {
|
|
1847
|
+
structElementRid: StructFieldRid$1;
|
|
1848
|
+
structElementValue: PropertyValue;
|
|
1587
1849
|
}
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1850
|
+
/**
|
|
1851
|
+
* API name of a struct field.
|
|
1852
|
+
*/
|
|
1853
|
+
type StructFieldApiName = string;
|
|
1854
|
+
/**
|
|
1855
|
+
* A unique identifier for a field of a struct property type or struct shared property type
|
|
1856
|
+
*/
|
|
1857
|
+
type StructFieldRid$1 = string;
|
|
1858
|
+
/**
|
|
1859
|
+
* Used to specify a specific struct field to submit a query against.
|
|
1860
|
+
* This feature is not supported in OSv1 (Phonograph) and will throw.
|
|
1861
|
+
*/
|
|
1862
|
+
interface StructFieldSelector {
|
|
1863
|
+
structPropertyField: StructPropertyField;
|
|
1864
|
+
structPropertyIdentifier: StructPropertyIdentifier;
|
|
1592
1865
|
}
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1866
|
+
/**
|
|
1867
|
+
* Provides means of specifying a struct field.
|
|
1868
|
+
*/
|
|
1869
|
+
interface StructPropertyField {
|
|
1870
|
+
structPropertyFieldIdentifier: StructPropertyFieldIdentifier;
|
|
1596
1871
|
}
|
|
1597
|
-
interface
|
|
1598
|
-
type: "
|
|
1599
|
-
|
|
1872
|
+
interface StructPropertyFieldIdentifier_apiName {
|
|
1873
|
+
type: "apiName";
|
|
1874
|
+
apiName: StructFieldApiName;
|
|
1600
1875
|
}
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1876
|
+
/**
|
|
1877
|
+
* Struct fields can be specified by the rid or API name.
|
|
1878
|
+
*/
|
|
1879
|
+
type StructPropertyFieldIdentifier = StructPropertyFieldIdentifier_apiName;
|
|
1880
|
+
interface StructPropertyIdentifier_apiName {
|
|
1881
|
+
type: "apiName";
|
|
1882
|
+
apiName: PropertyApiName;
|
|
1604
1883
|
}
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1884
|
+
/**
|
|
1885
|
+
* Structs can only be specified by API name for now.
|
|
1886
|
+
*/
|
|
1887
|
+
type StructPropertyIdentifier = StructPropertyIdentifier_apiName;
|
|
1888
|
+
/**
|
|
1889
|
+
* An object property value whose type is struct.
|
|
1890
|
+
*/
|
|
1891
|
+
type StructPropertyValue = Struct;
|
|
1892
|
+
/**
|
|
1893
|
+
* Object Set containing objects present in first provided Object Set and no other Object Sets. The return type
|
|
1894
|
+
* is the same as the type of the first provided Object Set.
|
|
1895
|
+
*/
|
|
1896
|
+
interface SubtractedObjectSet {
|
|
1897
|
+
objectSets: Array<ObjectSet>;
|
|
1608
1898
|
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1899
|
+
/**
|
|
1900
|
+
* A unique identifier of a codex template and optionally a codex template version which resolves to a derived
|
|
1901
|
+
* series. If no version is provided, the latest version is used.
|
|
1902
|
+
*/
|
|
1903
|
+
interface TemplateRidPropertyValue$1 {
|
|
1904
|
+
templateRid: string;
|
|
1905
|
+
templateVersion?: string | null | undefined;
|
|
1612
1906
|
}
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1907
|
+
/**
|
|
1908
|
+
* This filter does not analyze the query string.
|
|
1909
|
+
*
|
|
1910
|
+
* An object matches a TermsFilter iff the tokens of the provided property match any of the provided terms.
|
|
1911
|
+
*
|
|
1912
|
+
* For example, a property with value "The Quick Brown Fox", using the default analyzer, would produce the tokens
|
|
1913
|
+
* ["the", "quick", "brown", "fox"], and would therefore match a terms filter with "brown" as a term,
|
|
1914
|
+
* but not one with "Brown" or "Brown Fox" as a term.
|
|
1915
|
+
* It is recommended to use filter only against properties which support exact matches.
|
|
1916
|
+
*
|
|
1917
|
+
* If no property is provided, this filter will consider the tokens for all native properties; runtime derived
|
|
1918
|
+
* properties will be ignored.
|
|
1919
|
+
* If no terms are provided, this filter will match all objects.
|
|
1920
|
+
*/
|
|
1921
|
+
interface TermsFilter$1 {
|
|
1922
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
1923
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
1924
|
+
terms: Array<any>;
|
|
1616
1925
|
}
|
|
1617
|
-
interface
|
|
1618
|
-
type: "
|
|
1619
|
-
|
|
1926
|
+
interface TimeDependentPropertyValue_seriesId$1 {
|
|
1927
|
+
type: "seriesId";
|
|
1928
|
+
seriesId: SeriesIdPropertyValue$1;
|
|
1620
1929
|
}
|
|
1621
|
-
interface
|
|
1622
|
-
type: "
|
|
1623
|
-
|
|
1930
|
+
interface TimeDependentPropertyValue_templateRid$1 {
|
|
1931
|
+
type: "templateRid";
|
|
1932
|
+
templateRid: TemplateRidPropertyValue$1;
|
|
1624
1933
|
}
|
|
1625
|
-
interface
|
|
1626
|
-
type: "
|
|
1627
|
-
|
|
1934
|
+
interface TimeDependentPropertyValue_qualifiedSeriesId$1 {
|
|
1935
|
+
type: "qualifiedSeriesId";
|
|
1936
|
+
qualifiedSeriesId: QualifiedSeriesIdPropertyValue$1;
|
|
1628
1937
|
}
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1938
|
+
/**
|
|
1939
|
+
* Identifies a time series in codex.
|
|
1940
|
+
* The qualifiedSeriesId variant should be used when there are multiple time series datasources backing this
|
|
1941
|
+
* property value (and therefore we need to specify which one to qualify with).
|
|
1942
|
+
*/
|
|
1943
|
+
type TimeDependentPropertyValue$1 = TimeDependentPropertyValue_seriesId$1 | TimeDependentPropertyValue_templateRid$1 | TimeDependentPropertyValue_qualifiedSeriesId$1;
|
|
1944
|
+
/**
|
|
1945
|
+
* A rid identifying a time series sync.
|
|
1946
|
+
*/
|
|
1947
|
+
type TimeSeriesSyncRid$1 = string;
|
|
1948
|
+
/**
|
|
1949
|
+
* Number of milliseconds since Unix epoch.
|
|
1950
|
+
*/
|
|
1951
|
+
interface TimestampLiteral {
|
|
1952
|
+
timestamp: number;
|
|
1632
1953
|
}
|
|
1633
1954
|
/**
|
|
1634
|
-
*
|
|
1955
|
+
* Number of milliseconds since Unix epoch.
|
|
1635
1956
|
*/
|
|
1636
|
-
type
|
|
1637
|
-
|
|
1957
|
+
type TimestampPropertyValue = number;
|
|
1638
1958
|
/**
|
|
1639
1959
|
* Time to live for a temporary object set.
|
|
1640
1960
|
*/
|
|
1641
1961
|
type TimeToLive = "ONE_HOUR" | "ONE_DAY";
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
interface
|
|
1650
|
-
objectSetRid: ObjectSetRid;
|
|
1962
|
+
/**
|
|
1963
|
+
* An identifier of a time zone, e.g. "Europe/London" as defined by the Time Zone Database.
|
|
1964
|
+
*/
|
|
1965
|
+
type TimeZoneId$2 = string;
|
|
1966
|
+
/**
|
|
1967
|
+
* Specifies the title property of an object type which is present on all object types.
|
|
1968
|
+
*/
|
|
1969
|
+
interface TitleProperty {
|
|
1651
1970
|
}
|
|
1652
|
-
|
|
1653
1971
|
/**
|
|
1654
|
-
*
|
|
1655
|
-
|
|
1972
|
+
* The identifier of a transaction in a foundry dataset
|
|
1973
|
+
*/
|
|
1974
|
+
type TransactionRid = string;
|
|
1975
|
+
/**
|
|
1976
|
+
* A collection of derived properties that can be referenced in an object set or aggregation.
|
|
1977
|
+
* They are ephemeral and only exist for the lifetime of a request.
|
|
1656
1978
|
*
|
|
1657
|
-
*
|
|
1658
|
-
*
|
|
1659
|
-
* different createTemporaryObjectSet requests.
|
|
1979
|
+
* Note: There may only be a single entry for a given object type or interface type. An exception will be thrown
|
|
1980
|
+
* otherwise
|
|
1660
1981
|
*
|
|
1661
|
-
*
|
|
1662
|
-
*
|
|
1663
|
-
*
|
|
1982
|
+
* However, just as with properties defined in the Ontology, it is valid to add derived properties that share
|
|
1983
|
+
* the same PropertyIdentifier to multiple object types. We do not enforce that these derived properties should
|
|
1984
|
+
* share the same definition or indeed the same data type.
|
|
1985
|
+
*/
|
|
1986
|
+
type TypedDerivedProperties = Array<TypedDerivedPropertiesEntry>;
|
|
1987
|
+
/**
|
|
1988
|
+
* A collection of derived properties acting on a single interface or object type.
|
|
1989
|
+
* They are ephemeral and only exist for the lifetime of a request.
|
|
1990
|
+
*/
|
|
1991
|
+
interface TypedDerivedPropertiesEntry {
|
|
1992
|
+
derivedProperties: DerivedProperties;
|
|
1993
|
+
objectTypeOrInterfaceIdentifier: ObjectTypeOrInterfaceTypeIdentifier;
|
|
1994
|
+
}
|
|
1995
|
+
/**
|
|
1996
|
+
* Object Set containing objects present in at least one of the provided Object Sets. When the provided Object
|
|
1997
|
+
* Sets have different types, the objects along with the interface views of all interfaces involved in the
|
|
1998
|
+
* intersection are returned.
|
|
1664
1999
|
*
|
|
1665
|
-
*
|
|
1666
|
-
*
|
|
2000
|
+
* For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
|
|
2001
|
+
* provided in the response will contain the views for each object type that implements at least one of the
|
|
2002
|
+
* Drivable and Flyable interfaces. The views for an object type will contain both the Driable view and the
|
|
2003
|
+
* Flyable view if the object type implements both.
|
|
1667
2004
|
*/
|
|
1668
|
-
|
|
1669
|
-
|
|
2005
|
+
interface UnionedObjectSet {
|
|
2006
|
+
objectSets: Array<ObjectSet>;
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* An unresolved filter parameter.
|
|
2010
|
+
*/
|
|
2011
|
+
interface UnresolvedFilterParameter$1 {
|
|
2012
|
+
defaultValue?: FilterValue$1 | null | undefined;
|
|
2013
|
+
description?: string | null | undefined;
|
|
2014
|
+
name: string;
|
|
2015
|
+
parameterId: UnresolvedFilterParameterId;
|
|
2016
|
+
}
|
|
2017
|
+
/**
|
|
2018
|
+
* Id of an unresolved filter parameter.
|
|
2019
|
+
*/
|
|
2020
|
+
type UnresolvedFilterParameterId = string;
|
|
1670
2021
|
/**
|
|
1671
2022
|
* WARNING: this feature is not yet supported
|
|
1672
2023
|
*
|
|
@@ -1680,73 +2031,95 @@ declare function createTemporaryObjectSet(ctx: ConjureContext, request: CreateTe
|
|
|
1680
2031
|
* Please refer to resource management documentation for more details.
|
|
1681
2032
|
*/
|
|
1682
2033
|
interface UsageCost {
|
|
1683
|
-
computeUsage
|
|
2034
|
+
computeUsage?: number | "NaN" | "Infinity" | "-Infinity" | null | undefined;
|
|
1684
2035
|
}
|
|
1685
|
-
|
|
1686
2036
|
/**
|
|
1687
|
-
*
|
|
2037
|
+
* An object matches an UserContextFilter iff the value of the provided property is exactly equal to the provided user context.
|
|
1688
2038
|
*/
|
|
1689
|
-
|
|
1690
|
-
|
|
2039
|
+
interface UserContextFilter$1 {
|
|
2040
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
2041
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
2042
|
+
userContext: UserContextValue$1;
|
|
2043
|
+
}
|
|
2044
|
+
interface UserContextValue_multipassUserId$1 {
|
|
2045
|
+
type: "multipassUserId";
|
|
2046
|
+
multipassUserId: MultipassUserId$1;
|
|
2047
|
+
}
|
|
2048
|
+
interface UserContextValue_multipassAttribute$1 {
|
|
2049
|
+
type: "multipassAttribute";
|
|
2050
|
+
multipassAttribute: MultipassAttribute$1;
|
|
2051
|
+
}
|
|
1691
2052
|
/**
|
|
1692
|
-
*
|
|
2053
|
+
* Represents a value that is resolved at runtime via the context of who is querying the object set.
|
|
1693
2054
|
*/
|
|
1694
|
-
type
|
|
1695
|
-
|
|
2055
|
+
type UserContextValue$1 = UserContextValue_multipassUserId$1 | UserContextValue_multipassAttribute$1;
|
|
2056
|
+
interface Vector_doubleVector {
|
|
2057
|
+
type: "doubleVector";
|
|
2058
|
+
doubleVector: Array<number | "NaN" | "Infinity" | "-Infinity">;
|
|
2059
|
+
}
|
|
1696
2060
|
/**
|
|
1697
|
-
*
|
|
2061
|
+
* A vector of values.
|
|
1698
2062
|
*/
|
|
1699
|
-
type
|
|
1700
|
-
|
|
1701
|
-
interface EntityVersion_v1 {
|
|
1702
|
-
type: "v1";
|
|
1703
|
-
v1: EntityVersionV1;
|
|
1704
|
-
}
|
|
2063
|
+
type Vector = Vector_doubleVector;
|
|
1705
2064
|
/**
|
|
1706
|
-
*
|
|
1707
|
-
* It is guaranteed that the entity has not changed as long as the returned value is the same.
|
|
2065
|
+
* An object property value whose type is vector.
|
|
1708
2066
|
*/
|
|
1709
|
-
type
|
|
1710
|
-
|
|
2067
|
+
type VectorPropertyValue = Vector;
|
|
1711
2068
|
/**
|
|
1712
|
-
*
|
|
2069
|
+
* This filter does not analyze the query string.
|
|
2070
|
+
*
|
|
2071
|
+
* An object matches a WildcardFilter iff the tokens of the provided property matches the term with a wildcard
|
|
2072
|
+
* suffix.
|
|
2073
|
+
*
|
|
2074
|
+
* For example, a query with value "The Quick Brown F" will search for tokens which match "The Quick Brown F*".
|
|
2075
|
+
* If searched on a property with the default analyzer with value "The Quick Brown Fox", it will not match
|
|
2076
|
+
* as the value tokens are ["the", "quick", "brown", "fox"].
|
|
2077
|
+
* It is recommended to use filter only against properties which support exact matches.
|
|
2078
|
+
*
|
|
2079
|
+
* If no property is provided, this filter will consider the tokens for all native properties; runtime derived
|
|
2080
|
+
* properties will be ignored.
|
|
1713
2081
|
*/
|
|
1714
|
-
interface
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
objectSideB: FoundryObjectReference;
|
|
1719
|
-
version: EntityVersion;
|
|
2082
|
+
interface WildcardFilter$1 {
|
|
2083
|
+
propertyId?: PropertyId$1 | null | undefined;
|
|
2084
|
+
propertyIdentifier?: PropertyIdentifier | null | undefined;
|
|
2085
|
+
term: string;
|
|
1720
2086
|
}
|
|
1721
|
-
|
|
1722
2087
|
/**
|
|
1723
|
-
*
|
|
2088
|
+
* Object set with extra derived properties defined in the query.
|
|
1724
2089
|
*/
|
|
1725
|
-
interface
|
|
1726
|
-
|
|
1727
|
-
|
|
2090
|
+
interface WithPropertiesObjectSet {
|
|
2091
|
+
derivedProperties: TypedDerivedProperties;
|
|
2092
|
+
objectSet: ObjectSet;
|
|
1728
2093
|
}
|
|
1729
|
-
|
|
1730
2094
|
/**
|
|
1731
|
-
*
|
|
2095
|
+
* Resource identifier of a Phonograph2 workstate.
|
|
1732
2096
|
*/
|
|
1733
|
-
|
|
1734
|
-
objectIdentifier: ObjectIdentifier;
|
|
1735
|
-
links: Array<DirectedFoundryLink>;
|
|
1736
|
-
}
|
|
2097
|
+
type WorkstateRid = string;
|
|
1737
2098
|
|
|
1738
2099
|
/**
|
|
1739
|
-
*
|
|
1740
|
-
*
|
|
2100
|
+
* Creates a temporary object set that will live for at least as long as the provided TTL, and will get deleted
|
|
2101
|
+
* at some point after that.
|
|
2102
|
+
*
|
|
2103
|
+
* Temporary object sets created by unscoped user tokens can only be accessed by the user that created them; a
|
|
2104
|
+
* gatekeeper resource is registered for every such temporary object set. NOTE: The same gatekeeper resource may
|
|
2105
|
+
* be reused for the same userId across different createTemporaryObjectSet requests.
|
|
2106
|
+
*
|
|
2107
|
+
* If the temporary object set is created from a build that uses a 'security-rid' output then the temp object
|
|
2108
|
+
* set will be secured using the relevant OutputSecurityRid for the build.
|
|
2109
|
+
*
|
|
2110
|
+
* Whenever an object set (temporary, or otherwise) referencing a temporary object set gets saved or used in
|
|
2111
|
+
* versioned object sets, the reference gets replaced with a full definition of the previously saved temporary
|
|
2112
|
+
* object. This is to ensure that they do not inherit the TTL of temporary object sets they reference.
|
|
2113
|
+
*
|
|
2114
|
+
* Please consider using temporary object sets whenever there is a need to save an object set just to be able to
|
|
2115
|
+
* pass it to another service without a need to persist it indefinitely.
|
|
1741
2116
|
*/
|
|
1742
|
-
|
|
1743
|
-
results: Array<LoadedObjectLinksResultV2>;
|
|
1744
|
-
pageToken: GetBulkLinksPageToken | undefined;
|
|
1745
|
-
usageCost: UsageCost | undefined;
|
|
1746
|
-
}
|
|
2117
|
+
declare function createTemporaryObjectSet(ctx: ConjureContext, request: CreateTemporaryObjectSetRequest): Promise<CreateTemporaryObjectSetResponse>;
|
|
1747
2118
|
|
|
1748
2119
|
/**
|
|
1749
|
-
* Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers.
|
|
2120
|
+
* Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers. Response will
|
|
2121
|
+
* contain entries for every requested object regardless of links found.
|
|
2122
|
+
*
|
|
1750
2123
|
* The API supports fetching links for maximum 5_000 ObjectIdentifiers in a single request.
|
|
1751
2124
|
* Results are always limited to the maximum of 100_000 links, without applying any particular order. Specifically,
|
|
1752
2125
|
* this means that if total links count is above 100_000 then the whole result set should be considered partial,
|
|
@@ -2329,6 +2702,8 @@ interface DefaultTimezone_setTimezone {
|
|
|
2329
2702
|
setTimezone: SpecifiedTimezone;
|
|
2330
2703
|
}
|
|
2331
2704
|
type DefaultTimezone = DefaultTimezone_localTimezone | DefaultTimezone_setTimezone;
|
|
2705
|
+
interface DelegateToValueTypeRenderHint {
|
|
2706
|
+
}
|
|
2332
2707
|
/**
|
|
2333
2708
|
* DoubleListType specifies that this parameter must be a list of Doubles.
|
|
2334
2709
|
*/
|
|
@@ -3034,7 +3409,14 @@ interface ParameterRenderHint_mandatoryMarkingPicker {
|
|
|
3034
3409
|
type: "mandatoryMarkingPicker";
|
|
3035
3410
|
mandatoryMarkingPicker: MandatoryMarkingPicker;
|
|
3036
3411
|
}
|
|
3037
|
-
|
|
3412
|
+
interface ParameterRenderHint_valueTypeRenderHint {
|
|
3413
|
+
type: "valueTypeRenderHint";
|
|
3414
|
+
valueTypeRenderHint: DelegateToValueTypeRenderHint;
|
|
3415
|
+
}
|
|
3416
|
+
/**
|
|
3417
|
+
* When the parameter is tied to a value type, we will enforce the type of render hint on the front end
|
|
3418
|
+
*/
|
|
3419
|
+
type ParameterRenderHint = ParameterRenderHint_dropdown | ParameterRenderHint_userDropdown | ParameterRenderHint_radio | ParameterRenderHint_checkbox | ParameterRenderHint_numericInput | ParameterRenderHint_textInput | ParameterRenderHint_textArea | ParameterRenderHint_dateTimePicker | ParameterRenderHint_filePicker | ParameterRenderHint_resourcePicker | ParameterRenderHint_cbacMarkingPicker | ParameterRenderHint_mandatoryMarkingPicker | ParameterRenderHint_valueTypeRenderHint;
|
|
3038
3420
|
interface ParameterRequired {
|
|
3039
3421
|
}
|
|
3040
3422
|
interface ParameterRequiredConfiguration_required {
|
|
@@ -3871,6 +4253,7 @@ interface RgbColor {
|
|
|
3871
4253
|
*/
|
|
3872
4254
|
interface Rule {
|
|
3873
4255
|
condition: Condition$1;
|
|
4256
|
+
name?: string | null | undefined;
|
|
3874
4257
|
style: FormatStyle;
|
|
3875
4258
|
}
|
|
3876
4259
|
/**
|
|
@@ -4510,7 +4893,7 @@ interface PropertyTypeGothamMapping {
|
|
|
4510
4893
|
structApiNameToComponentUriMapping: Record<ObjectTypeFieldApiName, GothamPropertyComponentUri>;
|
|
4511
4894
|
uri: GothamPropertyTypeUri;
|
|
4512
4895
|
}
|
|
4513
|
-
type RevDbIntegrationState = "ENABLED" | "PAUSED" | "DISABLED";
|
|
4896
|
+
type RevDbIntegrationState = "ENABLED" | "PAUSED" | "DISABLED" | "DISABLED_ALLOW_WRITES";
|
|
4514
4897
|
interface SharedPropertyTypeGothamMapping {
|
|
4515
4898
|
structApiNameToComponentUriMapping: Record<ObjectTypeFieldApiName, GothamPropertyComponentUri>;
|
|
4516
4899
|
uri: GothamPropertyTypeUri;
|
|
@@ -6581,6 +6964,13 @@ interface ActionTypeLogic {
|
|
|
6581
6964
|
validation: ActionValidation;
|
|
6582
6965
|
webhooks?: ActionWebhooks | null | undefined;
|
|
6583
6966
|
}
|
|
6967
|
+
interface ActionTypeLogicRequest {
|
|
6968
|
+
logic: ActionLogic;
|
|
6969
|
+
notifications: Array<ActionNotification>;
|
|
6970
|
+
revert?: ActionRevert | null | undefined;
|
|
6971
|
+
validation: ActionValidationRequest;
|
|
6972
|
+
webhooks?: ActionWebhooks | null | undefined;
|
|
6973
|
+
}
|
|
6584
6974
|
/**
|
|
6585
6975
|
* An ActionType defines the schema of the edits that can be made to Phonograph.
|
|
6586
6976
|
*/
|
|
@@ -6597,6 +6987,7 @@ interface ActionTypeMetadata {
|
|
|
6597
6987
|
provenance?: ActionTypeProvenance | null | undefined;
|
|
6598
6988
|
rid: ActionTypeRid;
|
|
6599
6989
|
sections: Record<SectionId, Section>;
|
|
6990
|
+
stagingMediaSetRid?: MediaSetRid | null | undefined;
|
|
6600
6991
|
status: ActionTypeStatus;
|
|
6601
6992
|
submissionConfiguration?: ActionSubmissionConfiguration | null | undefined;
|
|
6602
6993
|
version: ActionTypeVersion;
|
|
@@ -6617,6 +7008,7 @@ interface ActionTypeMetadataModification {
|
|
|
6617
7008
|
provenance?: ActionTypeProvenance | null | undefined;
|
|
6618
7009
|
rid: ActionTypeRid;
|
|
6619
7010
|
sections: Record<SectionId, Section>;
|
|
7011
|
+
stagingMediaSetRid?: MediaSetRid | null | undefined;
|
|
6620
7012
|
status: ActionTypeStatus;
|
|
6621
7013
|
submissionConfiguration?: ActionSubmissionConfiguration | null | undefined;
|
|
6622
7014
|
version: ActionTypeVersion;
|
|
@@ -6625,7 +7017,7 @@ interface ActionTypeMetadataModification {
|
|
|
6625
7017
|
* Action type shape for requests. Ensures backend compatibility with the usePlugin LLM endpoint.
|
|
6626
7018
|
*/
|
|
6627
7019
|
interface ActionTypeModificationRequest {
|
|
6628
|
-
actionTypeLogic:
|
|
7020
|
+
actionTypeLogic: ActionTypeLogicRequest;
|
|
6629
7021
|
metadata: ActionTypeMetadataModification;
|
|
6630
7022
|
}
|
|
6631
7023
|
/**
|
|
@@ -6795,6 +7187,11 @@ interface ActionValidation {
|
|
|
6795
7187
|
parameterValidations: Record<ParameterId, ConditionalValidationBlock>;
|
|
6796
7188
|
sectionValidations: Record<SectionId, SectionDisplayBlock>;
|
|
6797
7189
|
}
|
|
7190
|
+
interface ActionValidationRequest {
|
|
7191
|
+
actionTypeLevelValidation: ActionTypeLevelValidation;
|
|
7192
|
+
parameterValidations: Record<ParameterId, ConditionalValidationBlockRequest>;
|
|
7193
|
+
sectionValidations: Record<SectionId, SectionDisplayBlock>;
|
|
7194
|
+
}
|
|
6798
7195
|
/**
|
|
6799
7196
|
* ActionWebhooks contains the definition for webhooks that are executed as part of running an Action.
|
|
6800
7197
|
*/
|
|
@@ -7021,7 +7418,11 @@ interface AllowedParameterValues_struct {
|
|
|
7021
7418
|
type: "struct";
|
|
7022
7419
|
struct: ParameterStructOrEmpty;
|
|
7023
7420
|
}
|
|
7024
|
-
|
|
7421
|
+
interface AllowedParameterValues_valueType {
|
|
7422
|
+
type: "valueType";
|
|
7423
|
+
valueType: ParameterValueTypeOrEmpty;
|
|
7424
|
+
}
|
|
7425
|
+
type AllowedParameterValues = AllowedParameterValues_oneOf | AllowedParameterValues_range | AllowedParameterValues_objectQuery | AllowedParameterValues_interfaceObjectQuery | AllowedParameterValues_objectPropertyValue | AllowedParameterValues_interfacePropertyValue | AllowedParameterValues_objectList | AllowedParameterValues_user | AllowedParameterValues_multipassGroup | AllowedParameterValues_text | AllowedParameterValues_datetime | AllowedParameterValues_boolean | AllowedParameterValues_objectSetRid | AllowedParameterValues_attachment | AllowedParameterValues_cbacMarking | AllowedParameterValues_mandatoryMarking | AllowedParameterValues_mediaReference | AllowedParameterValues_objectTypeReference | AllowedParameterValues_timeSeriesReference | AllowedParameterValues_geohash | AllowedParameterValues_geoshape | AllowedParameterValues_geotimeSeriesReference | AllowedParameterValues_redacted | AllowedParameterValues_struct | AllowedParameterValues_valueType;
|
|
7025
7426
|
interface AllowedParameterValuesModification_oneOf {
|
|
7026
7427
|
type: "oneOf";
|
|
7027
7428
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -7118,7 +7519,116 @@ interface AllowedParameterValuesModification_struct {
|
|
|
7118
7519
|
type: "struct";
|
|
7119
7520
|
struct: ParameterStructOrEmpty;
|
|
7120
7521
|
}
|
|
7121
|
-
|
|
7522
|
+
interface AllowedParameterValuesModification_valueType {
|
|
7523
|
+
type: "valueType";
|
|
7524
|
+
valueType: ParameterValueTypeOrEmpty;
|
|
7525
|
+
}
|
|
7526
|
+
type AllowedParameterValuesModification = AllowedParameterValuesModification_oneOf | AllowedParameterValuesModification_range | AllowedParameterValuesModification_objectQuery | AllowedParameterValuesModification_interfaceObjectQuery | AllowedParameterValuesModification_objectPropertyValue | AllowedParameterValuesModification_interfacePropertyValue | AllowedParameterValuesModification_objectList | AllowedParameterValuesModification_user | AllowedParameterValuesModification_multipassGroup | AllowedParameterValuesModification_text | AllowedParameterValuesModification_datetime | AllowedParameterValuesModification_boolean | AllowedParameterValuesModification_objectSetRid | AllowedParameterValuesModification_attachment | AllowedParameterValuesModification_cbacMarking | AllowedParameterValuesModification_mandatoryMarking | AllowedParameterValuesModification_mediaReference | AllowedParameterValuesModification_objectTypeReference | AllowedParameterValuesModification_timeSeriesReference | AllowedParameterValuesModification_geohash | AllowedParameterValuesModification_geoshape | AllowedParameterValuesModification_geotimeSeriesReference | AllowedParameterValuesModification_redacted | AllowedParameterValuesModification_struct | AllowedParameterValuesModification_valueType;
|
|
7527
|
+
interface AllowedParameterValuesRequest_oneOf {
|
|
7528
|
+
type: "oneOf";
|
|
7529
|
+
oneOf: ParameterValueOneOfOrEmpty;
|
|
7530
|
+
}
|
|
7531
|
+
interface AllowedParameterValuesRequest_range {
|
|
7532
|
+
type: "range";
|
|
7533
|
+
range: ParameterRangeOrEmpty;
|
|
7534
|
+
}
|
|
7535
|
+
interface AllowedParameterValuesRequest_objectQuery {
|
|
7536
|
+
type: "objectQuery";
|
|
7537
|
+
objectQuery: ParameterObjectQueryOrEmpty;
|
|
7538
|
+
}
|
|
7539
|
+
interface AllowedParameterValuesRequest_interfaceObjectQuery {
|
|
7540
|
+
type: "interfaceObjectQuery";
|
|
7541
|
+
interfaceObjectQuery: ParameterInterfaceObjectQueryOrEmpty;
|
|
7542
|
+
}
|
|
7543
|
+
interface AllowedParameterValuesRequest_objectPropertyValue {
|
|
7544
|
+
type: "objectPropertyValue";
|
|
7545
|
+
objectPropertyValue: ParameterObjectPropertyValueOrEmpty;
|
|
7546
|
+
}
|
|
7547
|
+
interface AllowedParameterValuesRequest_interfacePropertyValue {
|
|
7548
|
+
type: "interfacePropertyValue";
|
|
7549
|
+
interfacePropertyValue: ParameterInterfacePropertyValueOrEmpty;
|
|
7550
|
+
}
|
|
7551
|
+
interface AllowedParameterValuesRequest_objectList {
|
|
7552
|
+
type: "objectList";
|
|
7553
|
+
objectList: ParameterObjectListOrEmpty;
|
|
7554
|
+
}
|
|
7555
|
+
interface AllowedParameterValuesRequest_user {
|
|
7556
|
+
type: "user";
|
|
7557
|
+
user: ParameterMultipassUserOrEmpty;
|
|
7558
|
+
}
|
|
7559
|
+
interface AllowedParameterValuesRequest_multipassGroup {
|
|
7560
|
+
type: "multipassGroup";
|
|
7561
|
+
multipassGroup: ParameterMultipassGroupOrEmpty;
|
|
7562
|
+
}
|
|
7563
|
+
interface AllowedParameterValuesRequest_text {
|
|
7564
|
+
type: "text";
|
|
7565
|
+
text: ParameterFreeTextOrEmpty;
|
|
7566
|
+
}
|
|
7567
|
+
interface AllowedParameterValuesRequest_datetime {
|
|
7568
|
+
type: "datetime";
|
|
7569
|
+
datetime: ParameterDateTimeRangeOrEmpty;
|
|
7570
|
+
}
|
|
7571
|
+
interface AllowedParameterValuesRequest_boolean {
|
|
7572
|
+
type: "boolean";
|
|
7573
|
+
boolean: ParameterBooleanOrEmpty;
|
|
7574
|
+
}
|
|
7575
|
+
interface AllowedParameterValuesRequest_objectSetRid {
|
|
7576
|
+
type: "objectSetRid";
|
|
7577
|
+
objectSetRid: ParameterObjectSetRidOrEmpty;
|
|
7578
|
+
}
|
|
7579
|
+
interface AllowedParameterValuesRequest_attachment {
|
|
7580
|
+
type: "attachment";
|
|
7581
|
+
attachment: ParameterAttachmentOrEmpty;
|
|
7582
|
+
}
|
|
7583
|
+
interface AllowedParameterValuesRequest_cbacMarking {
|
|
7584
|
+
type: "cbacMarking";
|
|
7585
|
+
cbacMarking: ParameterCbacMarkingOrEmpty;
|
|
7586
|
+
}
|
|
7587
|
+
interface AllowedParameterValuesRequest_mandatoryMarking {
|
|
7588
|
+
type: "mandatoryMarking";
|
|
7589
|
+
mandatoryMarking: ParameterMandatoryMarkingOrEmpty;
|
|
7590
|
+
}
|
|
7591
|
+
interface AllowedParameterValuesRequest_mediaReference {
|
|
7592
|
+
type: "mediaReference";
|
|
7593
|
+
mediaReference: ParameterMediaReferenceOrEmpty;
|
|
7594
|
+
}
|
|
7595
|
+
interface AllowedParameterValuesRequest_objectTypeReference {
|
|
7596
|
+
type: "objectTypeReference";
|
|
7597
|
+
objectTypeReference: ParameterObjectTypeReferenceOrEmpty;
|
|
7598
|
+
}
|
|
7599
|
+
interface AllowedParameterValuesRequest_timeSeriesReference {
|
|
7600
|
+
type: "timeSeriesReference";
|
|
7601
|
+
timeSeriesReference: ParameterTimeSeriesReferenceOrEmpty;
|
|
7602
|
+
}
|
|
7603
|
+
interface AllowedParameterValuesRequest_geohash {
|
|
7604
|
+
type: "geohash";
|
|
7605
|
+
geohash: ParameterGeohashOrEmpty;
|
|
7606
|
+
}
|
|
7607
|
+
interface AllowedParameterValuesRequest_geoshape {
|
|
7608
|
+
type: "geoshape";
|
|
7609
|
+
geoshape: ParameterGeoshapeOrEmpty;
|
|
7610
|
+
}
|
|
7611
|
+
interface AllowedParameterValuesRequest_geotimeSeriesReference {
|
|
7612
|
+
type: "geotimeSeriesReference";
|
|
7613
|
+
geotimeSeriesReference: ParameterGeotimeSeriesReferenceOrEmpty;
|
|
7614
|
+
}
|
|
7615
|
+
interface AllowedParameterValuesRequest_redacted {
|
|
7616
|
+
type: "redacted";
|
|
7617
|
+
redacted: Redacted;
|
|
7618
|
+
}
|
|
7619
|
+
interface AllowedParameterValuesRequest_struct {
|
|
7620
|
+
type: "struct";
|
|
7621
|
+
struct: ParameterStructOrEmpty;
|
|
7622
|
+
}
|
|
7623
|
+
interface AllowedParameterValuesRequest_valueType {
|
|
7624
|
+
type: "valueType";
|
|
7625
|
+
valueType: ParameterValueTypeOrEmpty;
|
|
7626
|
+
}
|
|
7627
|
+
/**
|
|
7628
|
+
* This type is used to decouple AllowParameterValues from the request type, should only be used within
|
|
7629
|
+
* ActionTypeModificationRequest, PutParameterRequest, and EditParameterRequest object.
|
|
7630
|
+
*/
|
|
7631
|
+
type AllowedParameterValuesRequest = AllowedParameterValuesRequest_oneOf | AllowedParameterValuesRequest_range | AllowedParameterValuesRequest_objectQuery | AllowedParameterValuesRequest_interfaceObjectQuery | AllowedParameterValuesRequest_objectPropertyValue | AllowedParameterValuesRequest_interfacePropertyValue | AllowedParameterValuesRequest_objectList | AllowedParameterValuesRequest_user | AllowedParameterValuesRequest_multipassGroup | AllowedParameterValuesRequest_text | AllowedParameterValuesRequest_datetime | AllowedParameterValuesRequest_boolean | AllowedParameterValuesRequest_objectSetRid | AllowedParameterValuesRequest_attachment | AllowedParameterValuesRequest_cbacMarking | AllowedParameterValuesRequest_mandatoryMarking | AllowedParameterValuesRequest_mediaReference | AllowedParameterValuesRequest_objectTypeReference | AllowedParameterValuesRequest_timeSeriesReference | AllowedParameterValuesRequest_geohash | AllowedParameterValuesRequest_geoshape | AllowedParameterValuesRequest_geotimeSeriesReference | AllowedParameterValuesRequest_redacted | AllowedParameterValuesRequest_struct | AllowedParameterValuesRequest_valueType;
|
|
7122
7632
|
interface AllowedStructFieldValues_oneOf {
|
|
7123
7633
|
type: "oneOf";
|
|
7124
7634
|
oneOf: ParameterValueOneOfOrEmpty;
|
|
@@ -7181,6 +7691,9 @@ interface AllowedValuesOverride {
|
|
|
7181
7691
|
interface AllowedValuesOverrideModification {
|
|
7182
7692
|
allowedValues: AllowedParameterValuesModification;
|
|
7183
7693
|
}
|
|
7694
|
+
interface AllowedValuesOverrideRequest {
|
|
7695
|
+
allowedValues: AllowedParameterValuesRequest;
|
|
7696
|
+
}
|
|
7184
7697
|
interface Analyzer_notAnalyzed {
|
|
7185
7698
|
type: "notAnalyzed";
|
|
7186
7699
|
notAnalyzed: NotAnalyzedAnalyzer;
|
|
@@ -7230,6 +7743,12 @@ interface ArrayTypeDataConstraints$1 {
|
|
|
7230
7743
|
type ArrayTypeDataValue$1 = Array<PropertyTypeDataValue>;
|
|
7231
7744
|
type ArrayTypeElementsUniqueConstraint$1 = boolean;
|
|
7232
7745
|
type ArrayTypeSizeConstraint$1 = RangeSizeConstraint$1;
|
|
7746
|
+
/**
|
|
7747
|
+
* Convert Artifact GIDs into human-readable format. Displays the artifact icon and
|
|
7748
|
+
* title as opposed to its GID.
|
|
7749
|
+
*/
|
|
7750
|
+
interface ArtifactGidFormatter {
|
|
7751
|
+
}
|
|
7233
7752
|
interface AsynchronousPostWritebackWebhook_staticDirectInput {
|
|
7234
7753
|
type: "staticDirectInput";
|
|
7235
7754
|
staticDirectInput: StaticWebhookWithDirectInput;
|
|
@@ -7544,6 +8063,10 @@ interface ConditionalOverrideModification {
|
|
|
7544
8063
|
condition: ConditionModification;
|
|
7545
8064
|
parameterBlockOverrides: Array<ParameterValidationBlockOverrideModification>;
|
|
7546
8065
|
}
|
|
8066
|
+
interface ConditionalOverrideRequest {
|
|
8067
|
+
condition: Condition;
|
|
8068
|
+
parameterBlockOverrides: Array<ParameterValidationBlockOverrideRequest>;
|
|
8069
|
+
}
|
|
7547
8070
|
interface ConditionalValidationBlock {
|
|
7548
8071
|
conditionalOverrides: Array<ConditionalOverride>;
|
|
7549
8072
|
defaultValidation: ParameterValidationBlock;
|
|
@@ -7554,6 +8077,11 @@ interface ConditionalValidationBlockModification {
|
|
|
7554
8077
|
defaultValidation: ParameterValidationBlockModification;
|
|
7555
8078
|
structFieldValidations: Record<StructParameterFieldApiName, StructFieldConditionalValidationBlockModification>;
|
|
7556
8079
|
}
|
|
8080
|
+
interface ConditionalValidationBlockRequest {
|
|
8081
|
+
conditionalOverrides: Array<ConditionalOverrideRequest>;
|
|
8082
|
+
defaultValidation: ParameterValidationBlockRequest;
|
|
8083
|
+
structFieldValidations: Record<StructParameterFieldApiName, StructFieldConditionalValidationBlock>;
|
|
8084
|
+
}
|
|
7557
8085
|
/**
|
|
7558
8086
|
* Condititon Display Metadata. This is used in rendering the conditions in display.
|
|
7559
8087
|
*/
|
|
@@ -7799,7 +8327,7 @@ type DatasourceIdentifier = DatasourceIdentifier_datasetRidAndBranchId | Datasou
|
|
|
7799
8327
|
* and is safe to log.
|
|
7800
8328
|
*/
|
|
7801
8329
|
type DatasourceRid = string;
|
|
7802
|
-
type DatasourceType = "DATASET" | "RESTRICTED_VIEW" | "TIME_SERIES" | "STREAM" | "STREAM_V2" | "DATASET_V2" | "RESTRICTED_VIEW_V2" | "RESTRICTED_STREAM" | "MEDIA" | "MEDIA_SET_VIEW" | "GEOTIME_SERIES" | "TABLE" | "EDITS_ONLY" | "DIRECT" | "DERIVED" | "DATASET_V3";
|
|
8330
|
+
type DatasourceType = "DATASET" | "RESTRICTED_VIEW" | "TIME_SERIES" | "STREAM" | "STREAM_V2" | "STREAM_V3" | "DATASET_V2" | "RESTRICTED_VIEW_V2" | "RESTRICTED_STREAM" | "MEDIA" | "MEDIA_SET_VIEW" | "GEOTIME_SERIES" | "TABLE" | "EDITS_ONLY" | "DIRECT" | "DERIVED" | "DATASET_V3";
|
|
7803
8331
|
interface DataType_baseType {
|
|
7804
8332
|
type: "baseType";
|
|
7805
8333
|
baseType: BasePropertyType;
|
|
@@ -8167,7 +8695,7 @@ interface EditParameterRequest {
|
|
|
8167
8695
|
displayMetadata: ParameterDisplayMetadata;
|
|
8168
8696
|
id: ParameterId;
|
|
8169
8697
|
type: BaseParameterType;
|
|
8170
|
-
validation:
|
|
8698
|
+
validation: ConditionalValidationBlockRequest;
|
|
8171
8699
|
}
|
|
8172
8700
|
/**
|
|
8173
8701
|
* Request to edit an existing parameter
|
|
@@ -8553,6 +9081,7 @@ interface GetActionTypesForInterfaceTypeRequest {
|
|
|
8553
9081
|
ontologyVersion?: OntologyVersion | null | undefined;
|
|
8554
9082
|
pageSize?: number | null | undefined;
|
|
8555
9083
|
pageToken?: GetActionTypesForInterfaceTypePageToken | null | undefined;
|
|
9084
|
+
versionReference?: VersionReference | null | undefined;
|
|
8556
9085
|
}
|
|
8557
9086
|
/**
|
|
8558
9087
|
* Response to GetActionTypesForInterfaceTypeRequest.
|
|
@@ -8574,6 +9103,7 @@ interface GetActionTypesForObjectTypeRequest {
|
|
|
8574
9103
|
ontologyVersion?: OntologyVersion | null | undefined;
|
|
8575
9104
|
pageSize?: number | null | undefined;
|
|
8576
9105
|
pageToken?: GetActionTypesForObjectTypePageToken | null | undefined;
|
|
9106
|
+
versionReference?: VersionReference | null | undefined;
|
|
8577
9107
|
}
|
|
8578
9108
|
/**
|
|
8579
9109
|
* Response to GetActionTypesForObjectTypeRequest.
|
|
@@ -8582,6 +9112,12 @@ interface GetActionTypesForObjectTypeResponse {
|
|
|
8582
9112
|
actionTypes: Array<ActionType>;
|
|
8583
9113
|
nextPageToken?: GetActionTypesForObjectTypePageToken | null | undefined;
|
|
8584
9114
|
}
|
|
9115
|
+
interface GetEntityDelegateDatasetRequest {
|
|
9116
|
+
ontologyEntityRid: ObjectOrLinkTypeRid;
|
|
9117
|
+
}
|
|
9118
|
+
interface GetEntityDelegateDatasetResponse {
|
|
9119
|
+
delegateDataset: OntologySparkDelegateDataset;
|
|
9120
|
+
}
|
|
8585
9121
|
/**
|
|
8586
9122
|
* Current configuration of some OMS features. Note that these configurations are stack-wide, which means they do not have granularity on org/enrollment/group level.
|
|
8587
9123
|
*/
|
|
@@ -8609,6 +9145,7 @@ interface GetLinkMetadataForObjectTypesResponse {
|
|
|
8609
9145
|
* Request to batch get LinkType(s) for ObjectType(s).
|
|
8610
9146
|
*/
|
|
8611
9147
|
interface GetLinkTypesForObjectTypesRequest {
|
|
9148
|
+
includeLinkTypesForDerivedPropertyLinkDefinitions?: boolean | null | undefined;
|
|
8612
9149
|
includeObjectTypesWithoutSearchableDatasources?: boolean | null | undefined;
|
|
8613
9150
|
loadRedacted?: boolean | null | undefined;
|
|
8614
9151
|
objectTypeBranches: Record<ObjectTypeRid, OntologyBranchRid | null | undefined>;
|
|
@@ -8627,6 +9164,7 @@ interface GetLinkTypesForObjectTypesResponse {
|
|
|
8627
9164
|
interface GetObjectTypesForInterfaceTypesRequest {
|
|
8628
9165
|
interfaceTypeRids: Array<InterfaceTypeRid>;
|
|
8629
9166
|
ontologyVersion?: OntologyVersion | null | undefined;
|
|
9167
|
+
versionReference?: VersionReference | null | undefined;
|
|
8630
9168
|
}
|
|
8631
9169
|
/**
|
|
8632
9170
|
* Response to GetObjectTypesForInterfaceTypesRequest.
|
|
@@ -8640,6 +9178,7 @@ interface GetObjectTypesForInterfaceTypesResponse {
|
|
|
8640
9178
|
interface GetObjectTypesForSharedPropertyTypesRequest {
|
|
8641
9179
|
ontologyVersion?: OntologyVersion | null | undefined;
|
|
8642
9180
|
sharedPropertyTypeRids: Array<SharedPropertyTypeRid>;
|
|
9181
|
+
versionReference?: VersionReference | null | undefined;
|
|
8643
9182
|
}
|
|
8644
9183
|
/**
|
|
8645
9184
|
* Response to GetObjectTypesForSharedPropertyTypesRequest.
|
|
@@ -8809,6 +9348,36 @@ interface InterfaceParameterPropertyValueModification {
|
|
|
8809
9348
|
interface InterfacePropertyImplementation {
|
|
8810
9349
|
propertyTypeRid: PropertyTypeRid;
|
|
8811
9350
|
}
|
|
9351
|
+
interface InterfacePropertyType_sharedPropertyBasedPropertyType {
|
|
9352
|
+
type: "sharedPropertyBasedPropertyType";
|
|
9353
|
+
sharedPropertyBasedPropertyType: SharedPropertyBasedPropertyType;
|
|
9354
|
+
}
|
|
9355
|
+
type InterfacePropertyType = InterfacePropertyType_sharedPropertyBasedPropertyType;
|
|
9356
|
+
type InterfacePropertyTypeApiName = string;
|
|
9357
|
+
interface InterfacePropertyTypeDisplayMetadata {
|
|
9358
|
+
description?: string | null | undefined;
|
|
9359
|
+
displayName: string;
|
|
9360
|
+
visibility: Visibility;
|
|
9361
|
+
}
|
|
9362
|
+
/**
|
|
9363
|
+
* Reference to a InterfacePropertyType. Used when referencing an InterfacePropertyType in the same request it is
|
|
9364
|
+
* created in.
|
|
9365
|
+
*/
|
|
9366
|
+
type InterfacePropertyTypeIdInRequest = string;
|
|
9367
|
+
/**
|
|
9368
|
+
* A rid identifying an InterfacePropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
9369
|
+
* The InterfacePropertyTypeRid for an InterfacePropertyType is immutable.
|
|
9370
|
+
*/
|
|
9371
|
+
type InterfacePropertyTypeRid = string;
|
|
9372
|
+
interface InterfacePropertyTypeRidOrIdInRequest_rid {
|
|
9373
|
+
type: "rid";
|
|
9374
|
+
rid: InterfacePropertyTypeRid;
|
|
9375
|
+
}
|
|
9376
|
+
interface InterfacePropertyTypeRidOrIdInRequest_idInRequest {
|
|
9377
|
+
type: "idInRequest";
|
|
9378
|
+
idInRequest: InterfacePropertyTypeIdInRequest;
|
|
9379
|
+
}
|
|
9380
|
+
type InterfacePropertyTypeRidOrIdInRequest = InterfacePropertyTypeRidOrIdInRequest_rid | InterfacePropertyTypeRidOrIdInRequest_idInRequest;
|
|
8812
9381
|
interface InterfaceSharedPropertyType {
|
|
8813
9382
|
required: boolean;
|
|
8814
9383
|
sharedPropertyType: SharedPropertyType;
|
|
@@ -8825,13 +9394,16 @@ interface InterfaceType {
|
|
|
8825
9394
|
allLinks: Array<InterfaceLinkType>;
|
|
8826
9395
|
allProperties: Array<SharedPropertyType>;
|
|
8827
9396
|
allPropertiesV2: Record<SharedPropertyTypeRid, InterfaceSharedPropertyType>;
|
|
9397
|
+
allPropertiesV3: Record<InterfacePropertyTypeRid, ResolvedInterfacePropertyType>;
|
|
8828
9398
|
apiName: InterfaceTypeApiName;
|
|
8829
9399
|
displayMetadata: InterfaceTypeDisplayMetadata;
|
|
8830
9400
|
extendsInterfaces: Array<InterfaceTypeRid>;
|
|
8831
9401
|
links: Array<InterfaceLinkType>;
|
|
8832
9402
|
properties: Array<SharedPropertyType>;
|
|
8833
9403
|
propertiesV2: Record<SharedPropertyTypeRid, InterfaceSharedPropertyType>;
|
|
9404
|
+
propertiesV3: Record<InterfacePropertyTypeRid, InterfacePropertyType>;
|
|
8834
9405
|
rid: InterfaceTypeRid;
|
|
9406
|
+
searchable?: boolean | null | undefined;
|
|
8835
9407
|
status: InterfaceTypeStatus;
|
|
8836
9408
|
}
|
|
8837
9409
|
/**
|
|
@@ -8961,6 +9533,10 @@ interface JoinDefinition_joinTable {
|
|
|
8961
9533
|
* There are two types of JoinDefinitions - singleKey and joinTable. The singleKey definition should be used when defining a relationship that is ONE_TO_ONE or ONE_TO_MANY. MANY_TO_MANY relationships should be defined with a joinTable definition.
|
|
8962
9534
|
*/
|
|
8963
9535
|
type JoinDefinition = JoinDefinition_singleKey | JoinDefinition_joinTable;
|
|
9536
|
+
interface KnownFormatter_artifactGidFormatter {
|
|
9537
|
+
type: "artifactGidFormatter";
|
|
9538
|
+
artifactGidFormatter: ArtifactGidFormatter;
|
|
9539
|
+
}
|
|
8964
9540
|
interface KnownFormatter_userId {
|
|
8965
9541
|
type: "userId";
|
|
8966
9542
|
userId: FormatterUserId;
|
|
@@ -8972,7 +9548,7 @@ interface KnownFormatter_ridFormatter {
|
|
|
8972
9548
|
/**
|
|
8973
9549
|
* Contains a known format that informs the Front-End consumer to use a specific formatter.
|
|
8974
9550
|
*/
|
|
8975
|
-
type KnownFormatter = KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
9551
|
+
type KnownFormatter = KnownFormatter_artifactGidFormatter | KnownFormatter_userId | KnownFormatter_ridFormatter;
|
|
8976
9552
|
interface LabelledValue {
|
|
8977
9553
|
label: string;
|
|
8978
9554
|
value: StaticValue;
|
|
@@ -8981,7 +9557,7 @@ interface LabelledValue {
|
|
|
8981
9557
|
* A language-specific analyzer. Since some aren't provided natively with Elasticsearch, ontology-metadata cannot
|
|
8982
9558
|
* guarantee that a given language-specific analyzer will be available for use.
|
|
8983
9559
|
*/
|
|
8984
|
-
type LanguageAnalyzer = "FRENCH" | "JAPANESE" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
9560
|
+
type LanguageAnalyzer = "FRENCH" | "JAPANESE" | "KOREAN" | "ARABIC" | "COMBINED_ARABIC_ENGLISH";
|
|
8985
9561
|
/**
|
|
8986
9562
|
* ResourceIdentifier for lime indexes.
|
|
8987
9563
|
*/
|
|
@@ -9037,6 +9613,7 @@ type LinkMetadata = LinkMetadata_linkType | LinkMetadata_softLink;
|
|
|
9037
9613
|
*/
|
|
9038
9614
|
interface LinkType {
|
|
9039
9615
|
definition: LinkDefinition;
|
|
9616
|
+
description?: string | null | undefined;
|
|
9040
9617
|
id: LinkTypeId;
|
|
9041
9618
|
redacted?: boolean | null | undefined;
|
|
9042
9619
|
rid: LinkTypeRid;
|
|
@@ -9331,6 +9908,7 @@ type LoadAllObjectTypesPageToken = string;
|
|
|
9331
9908
|
* Request to load all visible Ontologies.
|
|
9332
9909
|
*/
|
|
9333
9910
|
interface LoadAllOntologiesRequest {
|
|
9911
|
+
includeEmptyDefaultOntology?: boolean | null | undefined;
|
|
9334
9912
|
}
|
|
9335
9913
|
/**
|
|
9336
9914
|
* Response to LoadAllOntologiesRequest. This includes information
|
|
@@ -9585,9 +10163,10 @@ interface LongTypeRangeConstraint$1 {
|
|
|
9585
10163
|
min?: LongTypeDataValue$1 | null | undefined;
|
|
9586
10164
|
}
|
|
9587
10165
|
/**
|
|
9588
|
-
*
|
|
10166
|
+
* Contains a set of markings that represent the mandatory security of this datasource.
|
|
9589
10167
|
*/
|
|
9590
10168
|
interface MandatoryMarkingConstraint {
|
|
10169
|
+
allowEmptyMarkings?: boolean | null | undefined;
|
|
9591
10170
|
markingIds: Array<MarkingId>;
|
|
9592
10171
|
}
|
|
9593
10172
|
interface ManyToManyJoinDefinition {
|
|
@@ -9743,6 +10322,8 @@ interface MissingAffectedObjectTypesForFunctionRule {
|
|
|
9743
10322
|
functionVersion: SemanticFunctionVersion;
|
|
9744
10323
|
missingAffectedObjectTypes: Array<ObjectTypeRid>;
|
|
9745
10324
|
}
|
|
10325
|
+
interface MissingParameterValueType {
|
|
10326
|
+
}
|
|
9746
10327
|
interface ModifyInterfaceRule {
|
|
9747
10328
|
interfaceObjectToModify: ParameterId;
|
|
9748
10329
|
sharedPropertyValues: Record<SharedPropertyTypeRid, LogicRuleValue>;
|
|
@@ -10129,6 +10710,10 @@ interface ObjectDisplayMetadata {
|
|
|
10129
10710
|
}
|
|
10130
10711
|
interface ObjectMonitoringFrontendConsumer {
|
|
10131
10712
|
}
|
|
10713
|
+
/**
|
|
10714
|
+
* A rid that is either an ObjectType rid or LinkType rid.
|
|
10715
|
+
*/
|
|
10716
|
+
type ObjectOrLinkTypeRid = string;
|
|
10132
10717
|
interface ObjectParameterPropertyValue {
|
|
10133
10718
|
parameterId: ParameterId;
|
|
10134
10719
|
propertyTypeId: PropertyTypeId;
|
|
@@ -10318,6 +10903,10 @@ interface ObjectTypeDatasourceDefinition_streamV2 {
|
|
|
10318
10903
|
type: "streamV2";
|
|
10319
10904
|
streamV2: ObjectTypeStreamDatasourceV2;
|
|
10320
10905
|
}
|
|
10906
|
+
interface ObjectTypeDatasourceDefinition_streamV3 {
|
|
10907
|
+
type: "streamV3";
|
|
10908
|
+
streamV3: ObjectTypeStreamDatasourceV3;
|
|
10909
|
+
}
|
|
10321
10910
|
interface ObjectTypeDatasourceDefinition_restrictedView {
|
|
10322
10911
|
type: "restrictedView";
|
|
10323
10912
|
restrictedView: ObjectTypeRestrictedViewDatasource;
|
|
@@ -10373,7 +10962,7 @@ interface ObjectTypeDatasourceDefinition_derived {
|
|
|
10373
10962
|
/**
|
|
10374
10963
|
* Wrapper type for all supported object type datasource types.
|
|
10375
10964
|
*/
|
|
10376
|
-
type ObjectTypeDatasourceDefinition = ObjectTypeDatasourceDefinition_dataset | ObjectTypeDatasourceDefinition_stream | ObjectTypeDatasourceDefinition_streamV2 | ObjectTypeDatasourceDefinition_restrictedView | ObjectTypeDatasourceDefinition_timeSeries | ObjectTypeDatasourceDefinition_datasetV2 | ObjectTypeDatasourceDefinition_datasetV3 | ObjectTypeDatasourceDefinition_restrictedViewV2 | ObjectTypeDatasourceDefinition_restrictedStream | ObjectTypeDatasourceDefinition_media | ObjectTypeDatasourceDefinition_mediaSetView | ObjectTypeDatasourceDefinition_geotimeSeries | ObjectTypeDatasourceDefinition_table | ObjectTypeDatasourceDefinition_editsOnly | ObjectTypeDatasourceDefinition_direct | ObjectTypeDatasourceDefinition_derived;
|
|
10965
|
+
type ObjectTypeDatasourceDefinition = ObjectTypeDatasourceDefinition_dataset | ObjectTypeDatasourceDefinition_stream | ObjectTypeDatasourceDefinition_streamV2 | ObjectTypeDatasourceDefinition_streamV3 | ObjectTypeDatasourceDefinition_restrictedView | ObjectTypeDatasourceDefinition_timeSeries | ObjectTypeDatasourceDefinition_datasetV2 | ObjectTypeDatasourceDefinition_datasetV3 | ObjectTypeDatasourceDefinition_restrictedViewV2 | ObjectTypeDatasourceDefinition_restrictedStream | ObjectTypeDatasourceDefinition_media | ObjectTypeDatasourceDefinition_mediaSetView | ObjectTypeDatasourceDefinition_geotimeSeries | ObjectTypeDatasourceDefinition_table | ObjectTypeDatasourceDefinition_editsOnly | ObjectTypeDatasourceDefinition_direct | ObjectTypeDatasourceDefinition_derived;
|
|
10377
10966
|
interface ObjectTypeDeletedEvent {
|
|
10378
10967
|
deletionMetadata?: DeletionMetadata | null | undefined;
|
|
10379
10968
|
objectTypeRid: ObjectTypeRid;
|
|
@@ -10687,6 +11276,17 @@ interface ObjectTypeStreamDatasourceV2 {
|
|
|
10687
11276
|
retentionPolicy: RetentionPolicy;
|
|
10688
11277
|
streamLocator: StreamLocator;
|
|
10689
11278
|
}
|
|
11279
|
+
/**
|
|
11280
|
+
* Object type datasource that is backed by a stream in foundry, uniquely identified by its locator.
|
|
11281
|
+
* Supports property security groups and struct property mappings, and should be used instead of
|
|
11282
|
+
* ObjectTypeRestrictedStreamDatasourceV2, as that will be deprecated in the near future.
|
|
11283
|
+
*/
|
|
11284
|
+
interface ObjectTypeStreamDatasourceV3 {
|
|
11285
|
+
propertyMapping: Record<PropertyTypeRid, PropertyTypeMappingInfo>;
|
|
11286
|
+
propertySecurityGroups?: PropertySecurityGroups | null | undefined;
|
|
11287
|
+
retentionPolicy: RetentionPolicy;
|
|
11288
|
+
streamLocator: StreamLocator;
|
|
11289
|
+
}
|
|
10690
11290
|
/**
|
|
10691
11291
|
* Object type datasource that is backed by a table in foundry, uniquely identified by its locator.
|
|
10692
11292
|
* Supports edit only property types through PropertyTypeMappingInfo.
|
|
@@ -11052,6 +11652,7 @@ interface OntologyIrActionTypeMetadata {
|
|
|
11052
11652
|
parameterOrdering: Array<ParameterId>;
|
|
11053
11653
|
parameters: Record<ParameterId, OntologyIrParameter>;
|
|
11054
11654
|
sections: Record<SectionId, OntologyIrSection>;
|
|
11655
|
+
stagingMediaSetRid?: MediaSetRid | null | undefined;
|
|
11055
11656
|
status: OntologyIrActionTypeStatus;
|
|
11056
11657
|
}
|
|
11057
11658
|
interface OntologyIrActionTypeRichTextComponent_message {
|
|
@@ -11233,7 +11834,11 @@ interface OntologyIrAllowedParameterValues_redacted {
|
|
|
11233
11834
|
type: "redacted";
|
|
11234
11835
|
redacted: Redacted;
|
|
11235
11836
|
}
|
|
11236
|
-
|
|
11837
|
+
interface OntologyIrAllowedParameterValues_valueType {
|
|
11838
|
+
type: "valueType";
|
|
11839
|
+
valueType: ParameterValueTypeOrEmpty;
|
|
11840
|
+
}
|
|
11841
|
+
type OntologyIrAllowedParameterValues = OntologyIrAllowedParameterValues_oneOf | OntologyIrAllowedParameterValues_range | OntologyIrAllowedParameterValues_objectQuery | OntologyIrAllowedParameterValues_interfaceObjectQuery | OntologyIrAllowedParameterValues_objectPropertyValue | OntologyIrAllowedParameterValues_interfacePropertyValue | OntologyIrAllowedParameterValues_objectList | OntologyIrAllowedParameterValues_user | OntologyIrAllowedParameterValues_multipassGroup | OntologyIrAllowedParameterValues_text | OntologyIrAllowedParameterValues_datetime | OntologyIrAllowedParameterValues_boolean | OntologyIrAllowedParameterValues_objectSetRid | OntologyIrAllowedParameterValues_attachment | OntologyIrAllowedParameterValues_cbacMarking | OntologyIrAllowedParameterValues_mandatoryMarking | OntologyIrAllowedParameterValues_mediaReference | OntologyIrAllowedParameterValues_objectTypeReference | OntologyIrAllowedParameterValues_timeSeriesReference | OntologyIrAllowedParameterValues_geohash | OntologyIrAllowedParameterValues_geoshape | OntologyIrAllowedParameterValues_geotimeSeriesReference | OntologyIrAllowedParameterValues_redacted | OntologyIrAllowedParameterValues_valueType;
|
|
11237
11842
|
interface OntologyIrAllowedStructFieldValues_oneOf {
|
|
11238
11843
|
type: "oneOf";
|
|
11239
11844
|
oneOf: OntologyIrParameterValueOneOfOrEmpty;
|
|
@@ -11618,6 +12223,11 @@ interface OntologyIrInterfaceParameterPropertyValue {
|
|
|
11618
12223
|
interface OntologyIrInterfacePropertyImplementation {
|
|
11619
12224
|
propertyTypeRid: ObjectTypeFieldApiName;
|
|
11620
12225
|
}
|
|
12226
|
+
interface OntologyIrInterfacePropertyType_sharedPropertyBasedPropertyType {
|
|
12227
|
+
type: "sharedPropertyBasedPropertyType";
|
|
12228
|
+
sharedPropertyBasedPropertyType: OntologyIrSharedPropertyBasedPropertyType;
|
|
12229
|
+
}
|
|
12230
|
+
type OntologyIrInterfacePropertyType = OntologyIrInterfacePropertyType_sharedPropertyBasedPropertyType;
|
|
11621
12231
|
interface OntologyIrInterfaceSharedPropertyType {
|
|
11622
12232
|
required: boolean;
|
|
11623
12233
|
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
@@ -11631,12 +12241,15 @@ interface OntologyIrInterfaceType {
|
|
|
11631
12241
|
allLinks: Array<OntologyIrInterfaceLinkType>;
|
|
11632
12242
|
allProperties: Array<OntologyIrSharedPropertyType>;
|
|
11633
12243
|
allPropertiesV2: Record<ObjectTypeFieldApiName, OntologyIrInterfaceSharedPropertyType>;
|
|
12244
|
+
allPropertiesV3: Record<InterfacePropertyTypeApiName, OntologyIrResolvedInterfacePropertyType>;
|
|
11634
12245
|
apiName: InterfaceTypeApiName;
|
|
11635
12246
|
displayMetadata: InterfaceTypeDisplayMetadata;
|
|
11636
12247
|
extendsInterfaces: Array<InterfaceTypeApiName>;
|
|
11637
12248
|
links: Array<OntologyIrInterfaceLinkType>;
|
|
11638
12249
|
properties: Array<OntologyIrSharedPropertyType>;
|
|
11639
12250
|
propertiesV2: Record<ObjectTypeFieldApiName, OntologyIrInterfaceSharedPropertyType>;
|
|
12251
|
+
propertiesV3: Record<InterfacePropertyTypeApiName, OntologyIrInterfacePropertyType>;
|
|
12252
|
+
searchable?: boolean | null | undefined;
|
|
11640
12253
|
status: OntologyIrInterfaceTypeStatus;
|
|
11641
12254
|
}
|
|
11642
12255
|
interface OntologyIrInterfaceTypeStatus_experimental {
|
|
@@ -11704,6 +12317,7 @@ type OntologyIrLinkedEntityTypeId = OntologyIrLinkedEntityTypeId_objectType | On
|
|
|
11704
12317
|
*/
|
|
11705
12318
|
interface OntologyIrLinkType {
|
|
11706
12319
|
definition: OntologyIrLinkDefinition;
|
|
12320
|
+
description?: string | null | undefined;
|
|
11707
12321
|
id: LinkTypeId;
|
|
11708
12322
|
redacted?: boolean | null | undefined;
|
|
11709
12323
|
status: OntologyIrLinkTypeStatus;
|
|
@@ -11752,7 +12366,15 @@ interface OntologyIrLogicRule_modifyInterfaceRule {
|
|
|
11752
12366
|
type: "modifyInterfaceRule";
|
|
11753
12367
|
modifyInterfaceRule: OntologyIrModifyInterfaceRule;
|
|
11754
12368
|
}
|
|
11755
|
-
|
|
12369
|
+
interface OntologyIrLogicRule_addLinkRule {
|
|
12370
|
+
type: "addLinkRule";
|
|
12371
|
+
addLinkRule: AddLinkRule;
|
|
12372
|
+
}
|
|
12373
|
+
interface OntologyIrLogicRule_deleteLinkRule {
|
|
12374
|
+
type: "deleteLinkRule";
|
|
12375
|
+
deleteLinkRule: DeleteLinkRule;
|
|
12376
|
+
}
|
|
12377
|
+
type OntologyIrLogicRule = OntologyIrLogicRule_addObjectRule | OntologyIrLogicRule_addOrModifyObjectRuleV2 | OntologyIrLogicRule_modifyObjectRule | OntologyIrLogicRule_deleteObjectRule | OntologyIrLogicRule_addInterfaceRule | OntologyIrLogicRule_modifyInterfaceRule | OntologyIrLogicRule_addLinkRule | OntologyIrLogicRule_deleteLinkRule;
|
|
11756
12378
|
interface OntologyIrLogicRuleValue_parameterId {
|
|
11757
12379
|
type: "parameterId";
|
|
11758
12380
|
parameterId: ParameterId;
|
|
@@ -12145,6 +12767,10 @@ interface OntologyIrObjectTypeDatasourceDefinition_streamV2 {
|
|
|
12145
12767
|
type: "streamV2";
|
|
12146
12768
|
streamV2: OntologyIrObjectTypeStreamDatasourceV2;
|
|
12147
12769
|
}
|
|
12770
|
+
interface OntologyIrObjectTypeDatasourceDefinition_streamV3 {
|
|
12771
|
+
type: "streamV3";
|
|
12772
|
+
streamV3: OntologyIrObjectTypeStreamDatasourceV3;
|
|
12773
|
+
}
|
|
12148
12774
|
interface OntologyIrObjectTypeDatasourceDefinition_timeSeries {
|
|
12149
12775
|
type: "timeSeries";
|
|
12150
12776
|
timeSeries: OntologyIrObjectTypeTimeSeriesDatasource;
|
|
@@ -12192,7 +12818,7 @@ interface OntologyIrObjectTypeDatasourceDefinition_derived {
|
|
|
12192
12818
|
/**
|
|
12193
12819
|
* Wrapper type for all supported object type datasource types.
|
|
12194
12820
|
*/
|
|
12195
|
-
type OntologyIrObjectTypeDatasourceDefinition = OntologyIrObjectTypeDatasourceDefinition_streamV2 | OntologyIrObjectTypeDatasourceDefinition_timeSeries | OntologyIrObjectTypeDatasourceDefinition_datasetV2 | OntologyIrObjectTypeDatasourceDefinition_datasetV3 | OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2 | OntologyIrObjectTypeDatasourceDefinition_restrictedStream | OntologyIrObjectTypeDatasourceDefinition_mediaSetView | OntologyIrObjectTypeDatasourceDefinition_geotimeSeries | OntologyIrObjectTypeDatasourceDefinition_table | OntologyIrObjectTypeDatasourceDefinition_editsOnly | OntologyIrObjectTypeDatasourceDefinition_direct | OntologyIrObjectTypeDatasourceDefinition_derived;
|
|
12821
|
+
type OntologyIrObjectTypeDatasourceDefinition = OntologyIrObjectTypeDatasourceDefinition_streamV2 | OntologyIrObjectTypeDatasourceDefinition_streamV3 | OntologyIrObjectTypeDatasourceDefinition_timeSeries | OntologyIrObjectTypeDatasourceDefinition_datasetV2 | OntologyIrObjectTypeDatasourceDefinition_datasetV3 | OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2 | OntologyIrObjectTypeDatasourceDefinition_restrictedStream | OntologyIrObjectTypeDatasourceDefinition_mediaSetView | OntologyIrObjectTypeDatasourceDefinition_geotimeSeries | OntologyIrObjectTypeDatasourceDefinition_table | OntologyIrObjectTypeDatasourceDefinition_editsOnly | OntologyIrObjectTypeDatasourceDefinition_direct | OntologyIrObjectTypeDatasourceDefinition_derived;
|
|
12196
12822
|
/**
|
|
12197
12823
|
* Object type datasource which is backed by derived properties definition.
|
|
12198
12824
|
*
|
|
@@ -12331,6 +12957,17 @@ interface OntologyIrObjectTypeStreamDatasourceV2 {
|
|
|
12331
12957
|
retentionPolicy: RetentionPolicy;
|
|
12332
12958
|
streamLocator: StreamName;
|
|
12333
12959
|
}
|
|
12960
|
+
/**
|
|
12961
|
+
* Object type datasource that is backed by a stream in foundry, uniquely identified by its locator.
|
|
12962
|
+
* Supports property security groups and struct property mappings, and should be used instead of
|
|
12963
|
+
* ObjectTypeRestrictedStreamDatasourceV2, as that will be deprecated in the near future.
|
|
12964
|
+
*/
|
|
12965
|
+
interface OntologyIrObjectTypeStreamDatasourceV3 {
|
|
12966
|
+
propertyMapping: Record<ObjectTypeFieldApiName, PropertyTypeMappingInfo>;
|
|
12967
|
+
propertySecurityGroups?: OntologyIrPropertySecurityGroups | null | undefined;
|
|
12968
|
+
retentionPolicy: RetentionPolicy;
|
|
12969
|
+
streamLocator: StreamName;
|
|
12970
|
+
}
|
|
12334
12971
|
/**
|
|
12335
12972
|
* Object type datasource that is backed by a table in foundry, uniquely identified by its locator.
|
|
12336
12973
|
* Supports edit only property types through PropertyTypeMappingInfo.
|
|
@@ -12610,6 +13247,7 @@ interface OntologyIrPropertySecurityGroup {
|
|
|
12610
13247
|
properties: Array<ObjectTypeFieldApiName>;
|
|
12611
13248
|
rid: PropertySecurityGroupRid;
|
|
12612
13249
|
security: OntologyIrSecurityGroupSecurityDefinition;
|
|
13250
|
+
type?: PropertySecurityGroupType | null | undefined;
|
|
12613
13251
|
}
|
|
12614
13252
|
/**
|
|
12615
13253
|
* Groupings of properties into different security "buckets." Every property of the entity type must belong
|
|
@@ -12695,6 +13333,16 @@ interface OntologyIrRegexCondition {
|
|
|
12695
13333
|
regex: string;
|
|
12696
13334
|
value: OntologyIrConditionValue;
|
|
12697
13335
|
}
|
|
13336
|
+
/**
|
|
13337
|
+
* All information about the shape of the interface property. For now this all comes from shared properties, but
|
|
13338
|
+
* in the future it can also come from property constraints defined on the interface.
|
|
13339
|
+
*/
|
|
13340
|
+
interface OntologyIrResolvedInterfacePropertyType {
|
|
13341
|
+
apiName: InterfacePropertyTypeApiName;
|
|
13342
|
+
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
13343
|
+
rid: InterfacePropertyTypeApiName;
|
|
13344
|
+
type: OntologyIrType;
|
|
13345
|
+
}
|
|
12698
13346
|
/**
|
|
12699
13347
|
* A URL target for a Foundry rid with query params.
|
|
12700
13348
|
*/
|
|
@@ -12851,6 +13499,10 @@ interface OntologyIrSeriesValueMetadata_numericOrNonNumericV2 {
|
|
|
12851
13499
|
numericOrNonNumericV2: OntologyIrNumericOrNonNumericSeriesValueMetadataV2;
|
|
12852
13500
|
}
|
|
12853
13501
|
type OntologyIrSeriesValueMetadata = OntologyIrSeriesValueMetadata_numeric | OntologyIrSeriesValueMetadata_enum | OntologyIrSeriesValueMetadata_numericOrNonNumeric | OntologyIrSeriesValueMetadata_numericOrNonNumericV2;
|
|
13502
|
+
interface OntologyIrSharedPropertyBasedPropertyType {
|
|
13503
|
+
requireImplementation: boolean;
|
|
13504
|
+
sharedPropertyType: OntologyIrSharedPropertyType;
|
|
13505
|
+
}
|
|
12854
13506
|
/**
|
|
12855
13507
|
* A property type that can be shared across object types.
|
|
12856
13508
|
*/
|
|
@@ -13435,6 +14087,15 @@ interface OntologyRidsForEntitiesRequest {
|
|
|
13435
14087
|
interface OntologyRidsForEntitiesResponse {
|
|
13436
14088
|
ontologyRids: Record<string, OntologyRid>;
|
|
13437
14089
|
}
|
|
14090
|
+
/**
|
|
14091
|
+
* Delegate dataset for an ontology entity, including dataset, branch, type, and ontology version.
|
|
14092
|
+
*/
|
|
14093
|
+
interface OntologySparkDelegateDataset {
|
|
14094
|
+
branchId: BranchId;
|
|
14095
|
+
datasetRid: DatasetRid;
|
|
14096
|
+
ontologyDatasetType: OntologyDatasetType;
|
|
14097
|
+
ontologyVersion: OntologyVersion;
|
|
14098
|
+
}
|
|
13438
14099
|
/**
|
|
13439
14100
|
* ResourceIdentifier for the ontology spark input manager.
|
|
13440
14101
|
*/
|
|
@@ -14146,6 +14807,27 @@ interface ParameterValidationBlockOverrideModification_prefill {
|
|
|
14146
14807
|
prefill: ParameterPrefillOverrideModification;
|
|
14147
14808
|
}
|
|
14148
14809
|
type ParameterValidationBlockOverrideModification = ParameterValidationBlockOverrideModification_parameterRequired | ParameterValidationBlockOverrideModification_visibility | ParameterValidationBlockOverrideModification_allowedValues | ParameterValidationBlockOverrideModification_prefill;
|
|
14810
|
+
interface ParameterValidationBlockOverrideRequest_parameterRequired {
|
|
14811
|
+
type: "parameterRequired";
|
|
14812
|
+
parameterRequired: ParameterRequiredOverride;
|
|
14813
|
+
}
|
|
14814
|
+
interface ParameterValidationBlockOverrideRequest_visibility {
|
|
14815
|
+
type: "visibility";
|
|
14816
|
+
visibility: VisibilityOverride;
|
|
14817
|
+
}
|
|
14818
|
+
interface ParameterValidationBlockOverrideRequest_allowedValues {
|
|
14819
|
+
type: "allowedValues";
|
|
14820
|
+
allowedValues: AllowedValuesOverrideRequest;
|
|
14821
|
+
}
|
|
14822
|
+
interface ParameterValidationBlockOverrideRequest_prefill {
|
|
14823
|
+
type: "prefill";
|
|
14824
|
+
prefill: ParameterPrefillOverride;
|
|
14825
|
+
}
|
|
14826
|
+
type ParameterValidationBlockOverrideRequest = ParameterValidationBlockOverrideRequest_parameterRequired | ParameterValidationBlockOverrideRequest_visibility | ParameterValidationBlockOverrideRequest_allowedValues | ParameterValidationBlockOverrideRequest_prefill;
|
|
14827
|
+
interface ParameterValidationBlockRequest {
|
|
14828
|
+
display: ParameterValidationDisplayMetadata;
|
|
14829
|
+
validation: ParameterValidationRequest;
|
|
14830
|
+
}
|
|
14149
14831
|
/**
|
|
14150
14832
|
* These values provide details about how parameter fields should be displayed in the form. They are not used to
|
|
14151
14833
|
* evaluate correctness of submitted parameters.
|
|
@@ -14179,6 +14861,10 @@ interface ParameterValidationReferencesLaterParametersError {
|
|
|
14179
14861
|
actionTypeIdentifier: ActionTypeIdentifier;
|
|
14180
14862
|
idsToIdsReferencedTooEarly: Record<ParameterId, Array<ParameterId>>;
|
|
14181
14863
|
}
|
|
14864
|
+
interface ParameterValidationRequest {
|
|
14865
|
+
allowedValues: AllowedParameterValuesRequest;
|
|
14866
|
+
required: ParameterRequiredConfiguration;
|
|
14867
|
+
}
|
|
14182
14868
|
interface ParameterValueOneOf {
|
|
14183
14869
|
labelledValues: Array<LabelledValue>;
|
|
14184
14870
|
otherValueAllowed: OtherValueAllowed;
|
|
@@ -14192,6 +14878,23 @@ interface ParameterValueOneOfOrEmpty_oneOf {
|
|
|
14192
14878
|
oneOf: ParameterValueOneOf;
|
|
14193
14879
|
}
|
|
14194
14880
|
type ParameterValueOneOfOrEmpty = ParameterValueOneOfOrEmpty_empty | ParameterValueOneOfOrEmpty_oneOf;
|
|
14881
|
+
interface ParameterValueType {
|
|
14882
|
+
valueType: ValueType;
|
|
14883
|
+
}
|
|
14884
|
+
interface ParameterValueTypeOrEmpty_valueType {
|
|
14885
|
+
type: "valueType";
|
|
14886
|
+
valueType: ParameterValueType;
|
|
14887
|
+
}
|
|
14888
|
+
interface ParameterValueTypeOrEmpty_missingParameterValueType {
|
|
14889
|
+
type: "missingParameterValueType";
|
|
14890
|
+
missingParameterValueType: MissingParameterValueType;
|
|
14891
|
+
}
|
|
14892
|
+
/**
|
|
14893
|
+
* When a value type is deleted, and it is present on an action type's parameter, the parameter's allowed values
|
|
14894
|
+
* will become MissingParameterValueType. When users try to run an action with MissingParameterValueType, Actions
|
|
14895
|
+
* will throw an error.
|
|
14896
|
+
*/
|
|
14897
|
+
type ParameterValueTypeOrEmpty = ParameterValueTypeOrEmpty_valueType | ParameterValueTypeOrEmpty_missingParameterValueType;
|
|
14195
14898
|
interface PartialObjectType {
|
|
14196
14899
|
authorizationRidColumnLocator?: ColumnLocator | null | undefined;
|
|
14197
14900
|
description?: string | null | undefined;
|
|
@@ -14250,10 +14953,37 @@ interface PrePostFix {
|
|
|
14250
14953
|
postfix?: PropertyTypeReferenceOrStringConstant | null | undefined;
|
|
14251
14954
|
prefix?: PropertyTypeReferenceOrStringConstant | null | undefined;
|
|
14252
14955
|
}
|
|
14956
|
+
interface PrimaryKeyPropertySecurityGroupType {
|
|
14957
|
+
}
|
|
14253
14958
|
/**
|
|
14254
14959
|
* The id of a Multipass Principal(Everyone/User/Group)
|
|
14255
14960
|
*/
|
|
14256
14961
|
type PrincipalId = string;
|
|
14962
|
+
interface ProjectEntityRid_objectTypeRid {
|
|
14963
|
+
type: "objectTypeRid";
|
|
14964
|
+
objectTypeRid: ObjectTypeRid;
|
|
14965
|
+
}
|
|
14966
|
+
interface ProjectEntityRid_linkTypeRid {
|
|
14967
|
+
type: "linkTypeRid";
|
|
14968
|
+
linkTypeRid: LinkTypeRid;
|
|
14969
|
+
}
|
|
14970
|
+
interface ProjectEntityRid_actionTypeRid {
|
|
14971
|
+
type: "actionTypeRid";
|
|
14972
|
+
actionTypeRid: ActionTypeRid;
|
|
14973
|
+
}
|
|
14974
|
+
interface ProjectEntityRid_sharedPropertyTypeRid {
|
|
14975
|
+
type: "sharedPropertyTypeRid";
|
|
14976
|
+
sharedPropertyTypeRid: SharedPropertyTypeRid;
|
|
14977
|
+
}
|
|
14978
|
+
interface ProjectEntityRid_interfaceTypeRid {
|
|
14979
|
+
type: "interfaceTypeRid";
|
|
14980
|
+
interfaceTypeRid: InterfaceTypeRid;
|
|
14981
|
+
}
|
|
14982
|
+
interface ProjectEntityRid_typeGroupRid {
|
|
14983
|
+
type: "typeGroupRid";
|
|
14984
|
+
typeGroupRid: TypeGroupRid;
|
|
14985
|
+
}
|
|
14986
|
+
type ProjectEntityRid = ProjectEntityRid_objectTypeRid | ProjectEntityRid_linkTypeRid | ProjectEntityRid_actionTypeRid | ProjectEntityRid_sharedPropertyTypeRid | ProjectEntityRid_interfaceTypeRid | ProjectEntityRid_typeGroupRid;
|
|
14257
14987
|
interface PropertiesReferenceDuplicateColumnNameWrapper {
|
|
14258
14988
|
columnName: string;
|
|
14259
14989
|
datasourceAuthorizationRid: Array<string>;
|
|
@@ -14274,6 +15004,9 @@ interface Property {
|
|
|
14274
15004
|
* The id for a Property.
|
|
14275
15005
|
*/
|
|
14276
15006
|
type PropertyId = string;
|
|
15007
|
+
interface PropertyPropertySecurityGroupType {
|
|
15008
|
+
name: PropertySecurityGroupName;
|
|
15009
|
+
}
|
|
14277
15010
|
/**
|
|
14278
15011
|
* Render hints provide additional information about the shape of the data to improve the default way the object is presented
|
|
14279
15012
|
*/
|
|
@@ -14291,6 +15024,7 @@ interface PropertySecurityGroup {
|
|
|
14291
15024
|
properties: Array<PropertyTypeRid>;
|
|
14292
15025
|
rid: PropertySecurityGroupRid;
|
|
14293
15026
|
security: SecurityGroupSecurityDefinition;
|
|
15027
|
+
type?: PropertySecurityGroupType | null | undefined;
|
|
14294
15028
|
}
|
|
14295
15029
|
/**
|
|
14296
15030
|
* Modification of PropertySecurityGroup. A globally unique identifier will be generated for each unique
|
|
@@ -14305,7 +15039,12 @@ interface PropertySecurityGroup {
|
|
|
14305
15039
|
interface PropertySecurityGroupModification {
|
|
14306
15040
|
properties: Array<PropertyTypeId>;
|
|
14307
15041
|
security: SecurityGroupSecurityDefinitionModification;
|
|
15042
|
+
type?: PropertySecurityGroupType | null | undefined;
|
|
14308
15043
|
}
|
|
15044
|
+
/**
|
|
15045
|
+
* A user-defined name that labels a PropertySecurityGroup.
|
|
15046
|
+
*/
|
|
15047
|
+
type PropertySecurityGroupName = string;
|
|
14309
15048
|
/**
|
|
14310
15049
|
* A randomly generated rid that identifies a unique PropertySecurityGroup.
|
|
14311
15050
|
*/
|
|
@@ -14320,6 +15059,15 @@ interface PropertySecurityGroups {
|
|
|
14320
15059
|
interface PropertySecurityGroupsModification {
|
|
14321
15060
|
groups: Array<PropertySecurityGroupModification>;
|
|
14322
15061
|
}
|
|
15062
|
+
interface PropertySecurityGroupType_primaryKey {
|
|
15063
|
+
type: "primaryKey";
|
|
15064
|
+
primaryKey: PrimaryKeyPropertySecurityGroupType;
|
|
15065
|
+
}
|
|
15066
|
+
interface PropertySecurityGroupType_property {
|
|
15067
|
+
type: "property";
|
|
15068
|
+
property: PropertyPropertySecurityGroupType;
|
|
15069
|
+
}
|
|
15070
|
+
type PropertySecurityGroupType = PropertySecurityGroupType_primaryKey | PropertySecurityGroupType_property;
|
|
14323
15071
|
/**
|
|
14324
15072
|
* A PropertyType is a typed attribute of an ObjectType.
|
|
14325
15073
|
*/
|
|
@@ -14590,7 +15338,7 @@ interface PutActionTypeRequest {
|
|
|
14590
15338
|
interface PutParameterRequest {
|
|
14591
15339
|
displayMetadata: ParameterDisplayMetadata;
|
|
14592
15340
|
type: BaseParameterType;
|
|
14593
|
-
validation:
|
|
15341
|
+
validation: ConditionalValidationBlockRequest;
|
|
14594
15342
|
}
|
|
14595
15343
|
/**
|
|
14596
15344
|
* A PutParameterRequestModification is used to create or modify Parameters.
|
|
@@ -14733,6 +15481,16 @@ interface RenderingSettings_anyNotificationRenderingCanFail {
|
|
|
14733
15481
|
* Settings that determine the rendering behaviour for notifications in current ActionType
|
|
14734
15482
|
*/
|
|
14735
15483
|
type RenderingSettings = RenderingSettings_allNotificationRenderingMustSucceed | RenderingSettings_anyNotificationRenderingCanFail;
|
|
15484
|
+
/**
|
|
15485
|
+
* All information about the shape of the interface property. For now this all comes from shared properties, but
|
|
15486
|
+
* in the future it can also come from property constraints defined on the interface.
|
|
15487
|
+
*/
|
|
15488
|
+
interface ResolvedInterfacePropertyType {
|
|
15489
|
+
apiName: InterfacePropertyTypeApiName;
|
|
15490
|
+
displayMetadata: InterfacePropertyTypeDisplayMetadata;
|
|
15491
|
+
rid: InterfacePropertyTypeRid;
|
|
15492
|
+
type: Type;
|
|
15493
|
+
}
|
|
14736
15494
|
/**
|
|
14737
15495
|
* An rid identifying a Foundry restricted view. This rid is a randomly generated identifier and is safe to log.
|
|
14738
15496
|
*/
|
|
@@ -15276,6 +16034,10 @@ type SeriesValueMetadata = SeriesValueMetadata_numeric | SeriesValueMetadata_enu
|
|
|
15276
16034
|
interface SharedPropertiesSummary {
|
|
15277
16035
|
visibleEntities: number;
|
|
15278
16036
|
}
|
|
16037
|
+
interface SharedPropertyBasedPropertyType {
|
|
16038
|
+
requireImplementation: boolean;
|
|
16039
|
+
sharedPropertyType: SharedPropertyType;
|
|
16040
|
+
}
|
|
15279
16041
|
/**
|
|
15280
16042
|
* A property type that can be shared across object types.
|
|
15281
16043
|
*/
|
|
@@ -15351,7 +16113,7 @@ interface SharedPropertyTypeLogicRuleValueModification {
|
|
|
15351
16113
|
sharedPropertyTypeRidOrIdInRequest: SharedPropertyTypeRidOrIdInRequest;
|
|
15352
16114
|
}
|
|
15353
16115
|
/**
|
|
15354
|
-
*
|
|
16116
|
+
* A rid identifying the SharedPropertyType. This rid is generated randomly and is safe for logging purposes.
|
|
15355
16117
|
* The SharedPropertyTypeRid for a SharedPropertyType is immutable.
|
|
15356
16118
|
*/
|
|
15357
16119
|
type SharedPropertyTypeRid = string;
|
|
@@ -16421,6 +17183,9 @@ interface ValueReferenceSource_propertyTypeRid {
|
|
|
16421
17183
|
propertyTypeRid: PropertyTypeRid;
|
|
16422
17184
|
}
|
|
16423
17185
|
type ValueReferenceSource = ValueReferenceSource_propertyTypeRid;
|
|
17186
|
+
interface ValueType {
|
|
17187
|
+
valueTypeRid: ValueTypeRid$1;
|
|
17188
|
+
}
|
|
16424
17189
|
interface ValueTypeApiNameReference {
|
|
16425
17190
|
apiName: string;
|
|
16426
17191
|
version: string;
|
|
@@ -17403,4 +18168,4 @@ type OntologyIrValueTypeBlockData = {
|
|
|
17403
18168
|
valueTypes: OntologyIrValueTypeBlockDataEntry[];
|
|
17404
18169
|
};
|
|
17405
18170
|
|
|
17406
|
-
export { type AccessRequestRid, type AccessRequestVersion, type AccessSubRequestRid, type AccessSubRequestVersion, type ActionApplierRevertConfig, type ActionApplyClientPreferences, type ActionApplyClientPreferences_disallowedClients, type ActionApplyDisallowedClients, type ActionLogConfiguration, type ActionLogMessage, type ActionLogMetadata, type ActionLogParameterReference, type ActionLogRule, type ActionLogRuleModification, type ActionLogSummaryPart, type ActionLogSummaryPart_message, type ActionLogSummaryPart_parameter, type ActionLogValue, type ActionLogValueModification, type ActionLogValueModification_actionRid, type ActionLogValueModification_actionTimestamp, type ActionLogValueModification_actionTypeRid, type ActionLogValueModification_actionTypeVersion, type ActionLogValueModification_actionUser, type ActionLogValueModification_allEditedObjects, type ActionLogValueModification_asynchronousWebhookInstanceIds, type ActionLogValueModification_editedObjects, type ActionLogValueModification_interfaceParameterPropertyValue, type ActionLogValueModification_isReverted, type ActionLogValueModification_notificationIds, type ActionLogValueModification_notifiedUsers, type ActionLogValueModification_objectParameterPropertyValue, type ActionLogValueModification_parameterValue, type ActionLogValueModification_revertTimestamp, type ActionLogValueModification_revertUser, type ActionLogValueModification_scenarioRid, type ActionLogValueModification_summary, type ActionLogValueModification_synchronousWebhookInstanceId, type ActionLogValue_actionRid, type ActionLogValue_actionTimestamp, type ActionLogValue_actionTypeRid, type ActionLogValue_actionTypeVersion, type ActionLogValue_actionUser, type ActionLogValue_allEditedObjects, type ActionLogValue_asynchronousWebhookInstanceIds, type ActionLogValue_editedObjects, type ActionLogValue_interfaceParameterPropertyValue, type ActionLogValue_isReverted, type ActionLogValue_notificationIds, type ActionLogValue_notifiedUsers, type ActionLogValue_objectParameterPropertyValue, type ActionLogValue_parameterValue, type ActionLogValue_revertTimestamp, type ActionLogValue_revertUser, type ActionLogValue_scenarioRid, type ActionLogValue_summary, type ActionLogValue_synchronousWebhookInstanceId, type ActionLogic, type ActionLogicModification, type ActionNotification, type ActionNotificationBody, type ActionNotificationBodyFunctionExecution, type ActionNotificationBodyFunctionExecutionModification, type ActionNotificationBodyModification, type ActionNotificationBodyModification_functionGenerated, type ActionNotificationBodyModification_templateNotification, type ActionNotificationBody_functionGenerated, type ActionNotificationBody_templateNotification, type ActionNotificationModification, type ActionNotificationRecipients, type ActionNotificationRecipientsModification, type ActionNotificationRecipientsModification_functionGenerated, type ActionNotificationRecipientsModification_parameter, type ActionNotificationRecipients_functionGenerated, type ActionNotificationRecipients_parameter, type ActionNotificationSettings, type ActionParameterShapeId, type ActionRevert, type ActionRevertEnabledFor, type ActionRevertEnabledFor_actionApplier, type ActionSubmissionConfiguration, type ActionTableSubmissionMode, type ActionTableSubmissionModeConfiguration, type ActionTableSubmissionMode_submitAllValidOrNothingThrowing, type ActionTableSubmissionMode_submitValidEntriesInOrderUntilFirstFailure, type ActionType, type ActionTypeApiName, type ActionTypeBlockDataV2, type ActionTypeCreate, type ActionTypeCreatedEvent, type ActionTypeDeletedEvent, type ActionTypeDisplayMetadata, type ActionTypeDisplayMetadataConfiguration, type ActionTypeDisplayMetadataModification, type ActionTypeDoesNotHaveActionTypeLevelValidationError, type ActionTypeEditingNonEditablePropertyTypeError, type ActionTypeEntities, type ActionTypeError, type ActionTypeError_actionTypeDoesNotHaveActionTypeLevelValidation, type ActionTypeError_actionTypeEditingNonEditablePropertyType, type ActionTypeError_actionTypesAlreadyExist, type ActionTypeError_actionTypesNotFound, type ActionTypeError_deletingAndEditingTheSameActionType, type ActionTypeError_inlineActionTypeCannotBeReferencedByMultipleObjectTypes, type ActionTypeError_nonExistentParametersUsedInParameterPrefill, type ActionTypeError_parameterValidationNotFound, type ActionTypeError_parameterValidationReferencesLaterParameters, type ActionTypeError_parametersDoNotMatchParameterOrdering, type ActionTypeError_versionedActionTypesNotFound, type ActionTypeFrontendConsumer, type ActionTypeFrontendConsumer_objectMonitoring, type ActionTypeGetOrganizationsRequest, type ActionTypeGetOrganizationsResponse, type ActionTypeIdInRequest, type ActionTypeIdentifier, type ActionTypeIdentifier_actionTypeIdInRequest, type ActionTypeIdentifier_rid, type ActionTypeInputManagerRid, type ActionTypeLevelValidation, type ActionTypeLoadAllRequest, type ActionTypeLoadRequest, type ActionTypeLoadRequestV2, type ActionTypeLoadResponse, type ActionTypeLoadResponseV2, type ActionTypeLoadVersionedRequest, type ActionTypeLoadVersionedResponse, type ActionTypeLogic, type ActionTypeMetadata, type ActionTypeMetadataModification, type ActionTypeModificationRequest, type ActionTypeModifyRequest, type ActionTypeModifyResponse, type ActionTypeParameterIdentifier, type ActionTypeParameterIdentifier_id, type ActionTypeParameterIdentifier_rid, type ActionTypePermissionInformation, type ActionTypeProvenanceModification, type ActionTypeProvenanceSourceModification, type ActionTypeProvenanceSourceModification_marketplace, type ActionTypeProvenanceSourceModification_none, type ActionTypeRestrictionStatus, type ActionTypeRichTextComponent, type ActionTypeRichTextComponent_message, type ActionTypeRichTextComponent_parameter, type ActionTypeRichTextComponent_parameterProperty, type ActionTypeRichTextMessage, type ActionTypeRichTextParameterPropertyReference, type ActionTypeRichTextParameterReference, type ActionTypeRid, type ActionTypeSetOrganizationsRequest, type ActionTypeStatus, type ActionTypeStatus_active, type ActionTypeStatus_deprecated, type ActionTypeStatus_example, type ActionTypeStatus_experimental, type ActionTypeUpdate, type ActionTypeUpdatedEvent, type ActionTypeVersion, type ActionTypesAlreadyExistError, type ActionTypesNotFoundError, type ActionTypesSummary, type ActionValidation, type ActionWebhooks, type ActionWebhooksModification, type ActionsObjectSet, type ActionsObjectSetModification, type ActionsVersion, type ActiveActionTypeStatus, type ActiveInterfaceTypeStatus, type ActiveLinkTypeStatus, type ActiveObjectTypeStatus, type ActivePropertyTypeStatus, type AddInterfaceLinkRule, type AddInterfaceLinkRuleModification, type AddInterfaceRule, type AddInterfaceRuleModification, type AddLinkRule, type AddObjectRule, type AddObjectRuleModification, type AddOrModifyObjectRule, type AddOrModifyObjectRuleModification, type AddOrModifyObjectRuleModificationV2, type AddOrModifyObjectRuleV2, type AliasEntityIdentifier, type AliasEntityIdentifier_objectTypeRid, type AliasEntityIdentifier_sharedPropertyTypeRid, type AllEditedObjectsFieldMapping, type AllFoundryRids, type AllNotificationRenderingMustSucceed, type AllowedParameterValues, type AllowedParameterValuesModification, type AllowedParameterValuesModification_attachment, type AllowedParameterValuesModification_boolean, type AllowedParameterValuesModification_cbacMarking, type AllowedParameterValuesModification_datetime, type AllowedParameterValuesModification_geohash, type AllowedParameterValuesModification_geoshape, type AllowedParameterValuesModification_geotimeSeriesReference, type AllowedParameterValuesModification_interfaceObjectQuery, type AllowedParameterValuesModification_interfacePropertyValue, type AllowedParameterValuesModification_mandatoryMarking, type AllowedParameterValuesModification_mediaReference, type AllowedParameterValuesModification_multipassGroup, type AllowedParameterValuesModification_objectList, type AllowedParameterValuesModification_objectPropertyValue, type AllowedParameterValuesModification_objectQuery, type AllowedParameterValuesModification_objectSetRid, type AllowedParameterValuesModification_objectTypeReference, type AllowedParameterValuesModification_oneOf, type AllowedParameterValuesModification_range, type AllowedParameterValuesModification_redacted, type AllowedParameterValuesModification_struct, type AllowedParameterValuesModification_text, type AllowedParameterValuesModification_timeSeriesReference, type AllowedParameterValuesModification_user, type AllowedParameterValues_attachment, type AllowedParameterValues_boolean, type AllowedParameterValues_cbacMarking, type AllowedParameterValues_datetime, type AllowedParameterValues_geohash, type AllowedParameterValues_geoshape, type AllowedParameterValues_geotimeSeriesReference, type AllowedParameterValues_interfaceObjectQuery, type AllowedParameterValues_interfacePropertyValue, type AllowedParameterValues_mandatoryMarking, type AllowedParameterValues_mediaReference, type AllowedParameterValues_multipassGroup, type AllowedParameterValues_objectList, type AllowedParameterValues_objectPropertyValue, type AllowedParameterValues_objectQuery, type AllowedParameterValues_objectSetRid, type AllowedParameterValues_objectTypeReference, type AllowedParameterValues_oneOf, type AllowedParameterValues_range, type AllowedParameterValues_redacted, type AllowedParameterValues_struct, type AllowedParameterValues_text, type AllowedParameterValues_timeSeriesReference, type AllowedParameterValues_user, type AllowedStructFieldValues, type AllowedStructFieldValuesModification, type AllowedStructFieldValuesModification_boolean, type AllowedStructFieldValuesModification_datetime, type AllowedStructFieldValuesModification_geohash, type AllowedStructFieldValuesModification_oneOf, type AllowedStructFieldValuesModification_range, type AllowedStructFieldValuesModification_text, type AllowedStructFieldValuesOverride, type AllowedStructFieldValuesOverrideModification, type AllowedStructFieldValues_boolean, type AllowedStructFieldValues_datetime, type AllowedStructFieldValues_geohash, type AllowedStructFieldValues_oneOf, type AllowedStructFieldValues_range, type AllowedStructFieldValues_text, type AllowedValuesOverride, type AllowedValuesOverrideModification, type Analyzer, type Analyzer_languageAnalyzer, type Analyzer_notAnalyzed, type Analyzer_simpleAnalyzer, type Analyzer_standardAnalyzer, type Analyzer_whitespaceAnalyzer, type AndCondition, type AndConditionModification, type AnyNotificationRenderingCanFail, type ApiNameValueTypeReference, type ArrayPropertyType, type ArrayTypeDataConstraints$1 as ArrayTypeDataConstraints, type ArrayTypeDataValue$1 as ArrayTypeDataValue, type ArrayTypeElementsUniqueConstraint$1 as ArrayTypeElementsUniqueConstraint, type ArrayTypeSizeConstraint$1 as ArrayTypeSizeConstraint, type AsynchronousPostWritebackWebhook, type AsynchronousPostWritebackWebhookModification, type AsynchronousPostWritebackWebhookModification_staticDirectInput, type AsynchronousPostWritebackWebhookModification_staticFunctionInput, type AsynchronousPostWritebackWebhook_staticDirectInput, type AsynchronousPostWritebackWebhook_staticFunctionInput, type AttachmentPropertyType, type Attribution, type BaseFormatter, type BaseFormatter_boolean, type BaseFormatter_date, type BaseFormatter_knownFormatter, type BaseFormatter_number, type BaseFormatter_string, type BaseFormatter_timeDependent, type BaseFormatter_timestamp, type BaseParameterSubtype, type BaseParameterSubtype_marking, type BasePropertyType, type BaseType, type BasicEmailBody, type BasicEmailBodyModification, type BatchedFunctionRule, type BatchedFunctionRuleModification, type BidirectionalRelation, type BidirectionalRelationCreateRequest, type BidirectionalRelationDeleteRequest, type BidirectionalRelationModifyRequest, type BidirectionalRelationModifyRequest_create, type BidirectionalRelationModifyRequest_delete, type BidirectionalRelationModifyRequest_update, type BidirectionalRelationUpdateRequest, type BidirectionalRelationWithoutRid, type BlockInternalId, type BlockPermissionInformation, type BlockShapeId, type BlueprintIcon, type BooleanFormatter, type BooleanPropertyType, type BooleanTypeDataConstraintValue$1 as BooleanTypeDataConstraintValue, type BooleanTypeDataConstraints$1 as BooleanTypeDataConstraints, type BooleanTypeDataValue$1 as BooleanTypeDataValue, type BranchClosedEvent, type BranchDeletedEvent, type BranchId, type BranchMergedEvent, type BuilderPipelineRid, type BulkExecutionModeConfig, type ButtonDisplayMetadata, type BytePropertyType, type ByteTypeDataValue$1 as ByteTypeDataValue, type CarbonWorkspaceComponentUrlTarget, type CarbonWorkspaceComponentUrlTargetModification, type CarbonWorkspaceComponentUrlTargetModification_rid, type CarbonWorkspaceComponentUrlTarget_rid, type CarbonWorkspaceUrlTarget, type CarbonWorkspaceUrlTargetModification, type CategoryId, type CipherTextPropertyType, type ClassificationConstraint, type ColumnLocator, type ColumnName, type ColumnNameType, type ComparisonCondition, type ComparisonConditionModification, type ComparisonOperator, type CompassProjectRid, type Condition, type ConditionDisplayMetadata, type ConditionIndex, type ConditionModification, type ConditionModification_and, type ConditionModification_comparison, type ConditionModification_markings, type ConditionModification_not, type ConditionModification_or, type ConditionModification_redacted, type ConditionModification_regex, type ConditionModification_true, type ConditionValue, type ConditionValueModification, type ConditionValueModification_interfaceParameterPropertyValue, type ConditionValueModification_objectParameterPropertyValue, type ConditionValueModification_parameterId, type ConditionValueModification_parameterLength, type ConditionValueModification_staticValue, type ConditionValueModification_userProperty, type ConditionValue_interfaceParameterPropertyValue, type ConditionValue_objectParameterPropertyValue, type ConditionValue_parameterId, type ConditionValue_parameterLength, type ConditionValue_staticValue, type ConditionValue_userProperty, type Condition_and, type Condition_comparison, type Condition_markings, type Condition_not, type Condition_or, type Condition_redacted, type Condition_regex, type Condition_true, type ConditionalOverride, type ConditionalOverrideModification, type ConditionalValidationBlock, type ConditionalValidationBlockModification, type CurrentTime, type CurrentUser, type DataConstraint, type DataConstraintWrapper, type DataConstraints, type DataFilter, type DataNullability, type DataNullabilityV2, type DataSecurity, type DataSetName, type DataType, type DataType_baseType, type DatasetRid, type DatasetRidAndBranchId, type DatasetTransactionRid, type DatasourceBackingRid, type DatasourceBackingRid_datasetRid, type DatasourceBackingRid_derivedPropertiesSourceRid, type DatasourceBackingRid_directSourceRid, type DatasourceBackingRid_editsOnlyRid, type DatasourceBackingRid_geotimeSeriesIntegrationRid, type DatasourceBackingRid_mediaSetRid, type DatasourceBackingRid_mediaSetViewRid, type DatasourceBackingRid_restrictedStreamRid, type DatasourceBackingRid_restrictedViewRid, type DatasourceBackingRid_streamLocatorRid, type DatasourceBackingRid_tableRid, type DatasourceBackingRid_timeSeriesSyncRid, type DatasourceIdentifier, type DatasourceIdentifier_datasetRidAndBranchId, type DatasourceIdentifier_derivedPropertiesSourceRid, type DatasourceIdentifier_directSourceRid, type DatasourceIdentifier_editsOnly, type DatasourceIdentifier_geotimeSeriesIntegrationRid, type DatasourceIdentifier_mediaSetView, type DatasourceIdentifier_mediaSourceRids, type DatasourceIdentifier_restrictedStream, type DatasourceIdentifier_restrictedViewRid, type DatasourceIdentifier_streamLocator, type DatasourceIdentifier_table, type DatasourceIdentifier_timeSeriesSyncRid, type DatasourcePredicate, type DatasourcePredicate_hasRid, type DatasourcePredicate_isOnlyDatasource, type DatasourcePredicate_or, type DatasourceRid, type DatasourceType, type DateFormatter, type DatePropertyType, type DateRangeValue, type DateRangeValueModification, type DateRangeValueModification_fixed, type DateRangeValueModification_now, type DateRangeValueModification_relative, type DateRangeValue_fixed, type DateRangeValue_now, type DateRangeValue_relative, type DateTypeDataConstraints$1 as DateTypeDataConstraints, type DateTypeDataValue$1 as DateTypeDataValue, type DateTypeRangeConstraint$1 as DateTypeRangeConstraint, type DatetimeFormat, type DatetimeFormat_localizedFormat, type DatetimeFormat_stringFormat, type DatetimeLocalizedFormat, type DatetimeStringFormat, type DatetimeTimezone, type DatetimeTimezoneDefinition, type DatetimeTimezoneDefinition_zoneId, type DatetimeTimezone_static, type DatetimeTimezone_user, type DecimalPropertyType, type DecimalTypeDataConstraints$1 as DecimalTypeDataConstraints, type DecimalTypeDataConstraints_oneOf$1 as DecimalTypeDataConstraints_oneOf, type DecimalTypeDataConstraints_range$1 as DecimalTypeDataConstraints_range, type DecimalTypeDataValue$1 as DecimalTypeDataValue, type DecimalTypeRangeConstraint$1 as DecimalTypeRangeConstraint, type DelegateToAllowedStructFieldValues, type DeleteInterfaceLinkRule, type DeleteInterfaceLinkRuleModification, type DeleteLinkRule, type DeleteObjectRule, type DeletedLinkTypesStillInUseError, type DeletedLinkTypesStillInUseInWorkflowError, type DeletedObjectTypesStillInUseError, type DeletedObjectTypesStillInUseInWorkflowError, type DeletingAndEditingTheSameActionTypeError, type DeletionMetadata, type DeprecatedActionTypeGetOrganizationsResponse, type DeprecatedActionTypeSetOrganizationsRequest, type DeprecatedActionTypeStatus, type DeprecatedInterfaceTypeStatus, type DeprecatedLinkTypeStatus, type DeprecatedObjectTypeStatus, type DeprecatedPropertyTypeStatus, type DerivedPropertiesSourceRid, type DirectSourceRid, type DirectedLinkTypeRid, type DisplayMetadataConfigurationDefaultLayout, type DisplayMetadataConfigurationDisplayAndFormat, type DoublePropertyType, type DoubleTypeDataConstraints$1 as DoubleTypeDataConstraints, type DoubleTypeDataConstraints_oneOf$1 as DoubleTypeDataConstraints_oneOf, type DoubleTypeDataConstraints_range$1 as DoubleTypeDataConstraints_range, type DoubleTypeDataValue$1 as DoubleTypeDataValue, type DoubleTypeRangeConstraint$1 as DoubleTypeRangeConstraint, type Duration, type DurationBaseValue, type DurationFormatStyle, type DurationFormatStyle_humanReadable, type DurationFormatStyle_timecode, type DurationPrecision, type DynamicObjectSet, type DynamicObjectSetInput, type DynamicObjectSetInputBase, type DynamicObjectSetInputParameter, type DynamicObjectSetInputUnioned, type DynamicObjectSetInput_base, type DynamicObjectSetInput_parameter, type DynamicObjectSetInput_unioned, type EditActionTypeRequest, type EditOnlyPropertyType, type EditParameterRequest, type EditParameterRequestModification, type EditSectionRequest, type EditSectionRequestModification, type EditValidationRuleRequest, type EditsConfiguration, type EditsHistoryObjectTypeRid, type EditsOnlyRid, type EmailBody, type EmailBodyModification, type EmailBodyModification_basic, type EmailBody_basic, type EmbeddingModel, type EmbeddingModel_text, type Empty, type EndorsedObjectTypeStatus, type EnrollmentRid, type EntityLoadByDatasourceResponse, type EntityLoadByDatasourceResponse_linkType, type EntityLoadByDatasourceResponse_objectType, type EntityMetadataLoadRequest, type EntityStatus, type EventMetadata, type EventsTopicRid, type EveryoneTrustedRedactionOverride, type ExampleActionTypeStatus, type ExampleInterfaceTypeStatus, type ExampleLinkTypeStatus, type ExampleObjectTypeStatus, type ExamplePropertyTypeStatus, type ExampleValue, type ExperimentalActionTypeStatus, type ExperimentalDeclarativeEditInformation, type ExperimentalInterfaceTypeStatus, type ExperimentalLinkTypeStatus, type ExperimentalObjectTypeStatus, type ExperimentalPropertyTypeStatus, type ExperimentalTimeDependentPropertyTypeV1, type FailureMessage, type FieldDisplayMetadata, type FieldMetadata, type FloatPropertyType, type FloatTypeDataConstraints$1 as FloatTypeDataConstraints, type FloatTypeDataConstraints_oneOf$1 as FloatTypeDataConstraints_oneOf, type FloatTypeDataConstraints_range$1 as FloatTypeDataConstraints_range, type FloatTypeDataValue$1 as FloatTypeDataValue, type FloatTypeRangeConstraint$1 as FloatTypeRangeConstraint, type FormContent, type FormContent_parameterId, type FormContent_sectionId, type FormatterUserId, type FoundryFieldType, type FoundryLiveDeployment, type FoundryObjectReference, type FunctionApiName, type FunctionAtVersion, type FunctionExecutionWithRecipientInput, type FunctionExecutionWithRecipientInputModification, type FunctionExecutionWithRecipientInputModification_logicRuleValue, type FunctionExecutionWithRecipientInputModification_recipient, type FunctionExecutionWithRecipientInput_logicRuleValue, type FunctionExecutionWithRecipientInput_recipient, type FunctionGeneratedActionNotificationRecipients, type FunctionGeneratedActionNotificationRecipientsModification, type FunctionGeneratedNotificationBody, type FunctionGeneratedNotificationBodyModification, type FunctionInputName, type FunctionReference, type FunctionRid, type FunctionRule, type FunctionRuleCustomExecutionMode, type FunctionRuleCustomExecutionMode_bulkExecutionModeConfig, type FunctionRuleModification, type FunctionVersion, type GenericOntologyMetadataError, type GeohashPropertyType, type GeoshapePropertyType, type GeotimeSeriesIntegrationName, type GeotimeSeriesIntegrationRid, type GeotimeSeriesReferencePropertyType, type GetActionTypesForInterfaceTypePageToken, type GetActionTypesForInterfaceTypeRequest, type GetActionTypesForInterfaceTypeResponse, type GetActionTypesForObjectTypePageToken, type GetActionTypesForObjectTypeRequest, type GetActionTypesForObjectTypeResponse, type GetBulkLinksPageRequest, type GetFeatureConfigurationsResponse, type GetLinkMetadataForObjectTypesRequest, type GetLinkMetadataForObjectTypesResponse, type GetLinkTypesForObjectTypesRequest, type GetLinkTypesForObjectTypesResponse, type GetObjectTypesForInterfaceTypesRequest, type GetObjectTypesForInterfaceTypesResponse, type GetObjectTypesForSharedPropertyTypesRequest, type GetObjectTypesForSharedPropertyTypesResponse, type GetObjectTypesForTypeGroupsRequest, type GetObjectTypesForTypeGroupsResponse, type GetOntologyEntitiesForTypeGroupsRequest, type GetOntologyEntitiesForTypeGroupsResponse, type GetOntologySummaryRequest, type GetOntologySummaryResponse, type GetRelationsForObjectTypesRequest, type GetRelationsForObjectTypesResponse, type GlobalBranchRid, type GroupId, type HandlebarsInputName, type HumanReadableFormat, type Icon, type IconReference, type Icon_blueprint, type ImportedActionType, type ImportedInterfaceLinkType, type ImportedInterfaceType, type ImportedLinkDefinition, type ImportedLinkDefinition_manyToMany, type ImportedLinkDefinition_oneToMany, type ImportedLinkType, type ImportedManyToManyLinkDefinition, type ImportedObjectType, type ImportedOneToManyLinkDefinition, type ImportedOntologyEntitiesForProjectSpanOntologies, type ImportedParameter, type ImportedPropertyType, type ImportedSharedPropertyType, type ImportedTypes, type InlineActionDisplayOptions, type InlineActionType, type InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, type InstallLocationBlockShapeId, type IntegerPropertyType, type IntegerTypeDataConstraints$1 as IntegerTypeDataConstraints, type IntegerTypeDataConstraints_oneOf$1 as IntegerTypeDataConstraints_oneOf, type IntegerTypeDataConstraints_range$1 as IntegerTypeDataConstraints_range, type IntegerTypeDataValue$1 as IntegerTypeDataValue, type IntegerTypeRangeConstraint$1 as IntegerTypeRangeConstraint, type InterfaceLinkType, type InterfaceLinkTypeApiName, type InterfaceLinkTypeCardinality, type InterfaceLinkTypeIdInRequest, type InterfaceLinkTypeMetadata, type InterfaceLinkTypeRid, type InterfaceLinkTypeRidOrIdInRequest, type InterfaceLinkTypeRidOrIdInRequest_idInRequest, type InterfaceLinkTypeRidOrIdInRequest_rid, type InterfaceParameterPropertyValue, type InterfaceParameterPropertyValueModification, type InterfacePropertyImplementation, type InterfaceSharedPropertyType, type InterfaceType, type InterfaceTypeApiName, type InterfaceTypeBlockDataV2, type InterfaceTypeCreatedEvent, type InterfaceTypeDeletedEvent, type InterfaceTypeDisplayMetadata, type InterfaceTypeError, type InterfaceTypeError_interfaceTypesAlreadyExist, type InterfaceTypeError_interfaceTypesNotFound, type InterfaceTypeIdInRequest, type InterfaceTypeLoadRequest, type InterfaceTypeLoadResponse, type InterfaceTypeRid, type InterfaceTypeRidOrIdInRequest, type InterfaceTypeRidOrIdInRequest_idInRequest, type InterfaceTypeRidOrIdInRequest_rid, type InterfaceTypeStatus, type InterfaceTypeStatus_active, type InterfaceTypeStatus_deprecated, type InterfaceTypeStatus_example, type InterfaceTypeStatus_experimental, type InterfaceTypeUpdatedEvent, type InterfaceTypesAlreadyExistError, type InterfaceTypesNotFoundError, type InterfacesSummary, type IntermediaryLinkDefinition, type IsOnlyDatasource, type JoinDefinition, type JoinDefinition_joinTable, type JoinDefinition_singleKey, type KnownFormatter, type KnownFormatter_ridFormatter, type KnownFormatter_userId, type KnownMarketplaceIdentifiers, type LabelledValue, type LanguageAnalyzer, type LimeIndexRid, type LinkDefinition, type LinkDefinition_intermediary, type LinkDefinition_manyToMany, type LinkDefinition_oneToMany, type LinkMetadata, type LinkMetadata_linkType, type LinkMetadata_softLink, type LinkType, type LinkTypeBlockDataV2, type LinkTypeCreatedEvent, type LinkTypeDeletedEvent, type LinkTypeDisplayMetadata, type LinkTypeError, type LinkTypeError_deletedLinkTypesStillInUse, type LinkTypeError_deletedObjectsStillInUse, type LinkTypeError_linkTypeRidsNotFound, type LinkTypeError_linkTypesAlreadyExist, type LinkTypeError_linkTypesNotFound, type LinkTypeError_referencedLinkTypesNotFound, type LinkTypeError_referencedObjectTypesNotFound, type LinkTypeId, type LinkTypeIdentifier, type LinkTypeIdentifier_linkTypeId, type LinkTypeIdentifier_linkTypeRid, type LinkTypeInputManagerRid, type LinkTypeInputSpec, type LinkTypeLoadRequest, type LinkTypeLoadResponse, type LinkTypeMetadata, type LinkTypeMetadataInputManagerRid, type LinkTypePeeringMetadata, type LinkTypePeeringMetadataV1, type LinkTypePeeringMetadata_v1, type LinkTypePeeringRid, type LinkTypePermissionInformation, type LinkTypeRestrictionStatus, type LinkTypeRid, type LinkTypeRidsNotFoundError, type LinkTypeStatus, type LinkTypeStatus_active, type LinkTypeStatus_deprecated, type LinkTypeStatus_example, type LinkTypeStatus_experimental, type LinkTypeUpdatedEvent, type LinkTypesAlreadyExistError, type LinkTypesNotFoundError, type LinkTypesSummary, type LinkedEntityTypeId, type LinkedEntityTypeId_interfaceType, type LinkedEntityTypeId_objectType, type LinkedEntityTypeRidOrIdInRequest, type LinkedEntityTypeRidOrIdInRequest_interfaceType, type LinkedEntityTypeRidOrIdInRequest_objectType, type LiveDeploymentRid, type LmsEmbeddingModel, type LoadActionTypesFromOntologyRequest, type LoadActionTypesFromOntologyResponse, type LoadAllActionTypesFromOntologyRequest, type LoadAllActionTypesPageItem, type LoadAllActionTypesPageRequest, type LoadAllActionTypesPageResponse, type LoadAllActionTypesPageToken, type LoadAllInterfaceTypesPageItem, type LoadAllInterfaceTypesPageRequest, type LoadAllInterfaceTypesPageResponse, type LoadAllInterfaceTypesPageToken, type LoadAllObjectTypesFromOntologyPageRequest, type LoadAllObjectTypesFromOntologyPageResponse, type LoadAllObjectTypesPageItem, type LoadAllObjectTypesPageRequest, type LoadAllObjectTypesPageResponse, type LoadAllObjectTypesPageToken, type LoadAllOntologiesRequest, type LoadAllOntologiesResponse, type LoadAllSharedPropertyTypesPageItem, type LoadAllSharedPropertyTypesPageRequest, type LoadAllSharedPropertyTypesPageResponse, type LoadAllSharedPropertyTypesPageToken, type LoadAllTypeGroupsPageItem, type LoadAllTypeGroupsPageRequest, type LoadAllTypeGroupsPageResponse, type LoadAllTypeGroupsPageToken, type LogicRule, type LogicRuleModification, type LogicRuleModification_addInterfaceLinkRule, type LogicRuleModification_addInterfaceRule, type LogicRuleModification_addLinkRule, type LogicRuleModification_addObjectRule, type LogicRuleModification_addOrModifyObjectRule, type LogicRuleModification_addOrModifyObjectRuleV2, type LogicRuleModification_batchedFunctionRule, type LogicRuleModification_deleteInterfaceLinkRule, type LogicRuleModification_deleteLinkRule, type LogicRuleModification_deleteObjectRule, type LogicRuleModification_functionRule, type LogicRuleModification_modifyInterfaceRule, type LogicRuleModification_modifyObjectRule, type LogicRuleValue, type LogicRuleValueModification, type LogicRuleValueModification_currentTime, type LogicRuleValueModification_currentUser, type LogicRuleValueModification_interfaceParameterPropertyValue, type LogicRuleValueModification_objectParameterPropertyValue, type LogicRuleValueModification_parameterId, type LogicRuleValueModification_staticValue, type LogicRuleValueModification_synchronousWebhookOutput, type LogicRuleValueModification_uniqueIdentifier, type LogicRuleValue_currentTime, type LogicRuleValue_currentUser, type LogicRuleValue_interfaceParameterPropertyValue, type LogicRuleValue_objectParameterPropertyValue, type LogicRuleValue_parameterId, type LogicRuleValue_staticValue, type LogicRuleValue_synchronousWebhookOutput, type LogicRuleValue_uniqueIdentifier, type LogicRule_addInterfaceLinkRule, type LogicRule_addInterfaceRule, type LogicRule_addLinkRule, type LogicRule_addObjectRule, type LogicRule_addOrModifyObjectRule, type LogicRule_addOrModifyObjectRuleV2, type LogicRule_batchedFunctionRule, type LogicRule_deleteInterfaceLinkRule, type LogicRule_deleteLinkRule, type LogicRule_deleteObjectRule, type LogicRule_functionRule, type LogicRule_modifyInterfaceRule, type LogicRule_modifyObjectRule, type LongPropertyType, type LongTypeDataConstraints$1 as LongTypeDataConstraints, type LongTypeDataConstraints_oneOf$1 as LongTypeDataConstraints_oneOf, type LongTypeDataConstraints_range$1 as LongTypeDataConstraints_range, type LongTypeDataValue$1 as LongTypeDataValue, type LongTypeRangeConstraint$1 as LongTypeRangeConstraint, type MandatoryMarkingConstraint, type ManyToManyJoinDefinition, type ManyToManyLinkDefinition, type ManyToManyLinkTypeDatasetDatasource, type ManyToManyLinkTypeDatasource, type ManyToManyLinkTypeDatasourceDefinition, type ManyToManyLinkTypeDatasourceDefinition_dataset, type ManyToManyLinkTypeDatasourceDefinition_stream, type ManyToManyLinkTypeStreamDatasource, type MarketplaceObjectTypeEntityMetadata, type MarkingFilter, type MarkingFilter_markingTypes, type MarkingId, type MarkingPropertyType, type MarkingSubtype, type MarkingType, type MarkingTypesFilter, type MarkingsCondition, type MarkingsConditionModification, type MediaItemRid, type MediaReferencePropertyType, type MediaSetBranchRid, type MediaSetRid, type MediaSetViewLocator, type MediaSetViewName, type MediaSetViewRid, type MediaSourceRid, type MediaSourceRid_datasetRid, type MediaSourceRid_mediaSetRid, type MissingAffectedObjectTypesForFunctionRule, type ModifyInterfaceRule, type ModifyInterfaceRuleModification, type ModifyObjectRule, type ModifyObjectRuleModification, type ModuleRid, type MultipassUserFilter, type MultipassUserFilterModification, type MultipassUserFilterModification_groupFilter, type MultipassUserFilter_groupFilter, type MultipassUserInGroupFilter, type MultipassUserInGroupFilterModification, type MustBeEmpty, type NestedStructFieldApiNameMapping, type NewObjectUrlTarget, type NewObjectUrlTargetModification, type NoRetentionPolicy, type NonExistentParametersUsedInParameterPrefillError, type NonNumericInternalInterpolation, type NonNumericSeriesValueMetadata, type NonNumericSeriesValueUnit, type NoneEntityProvenance, type NotAnalyzedAnalyzer, type NotCondition, type NotConditionModification, type NotepadReference, type NotepadRid, type NotificationRecipient, type NotificationResultTypeLink, type NotificationResultTypeLinkModification, type NotificationTemplateInputValue, type NotificationTemplateInputValueModification, type NotificationTemplateInputValueModification_actionTriggererValue, type NotificationTemplateInputValueModification_logicRuleValue, type NotificationTemplateInputValueModification_recipientValue, type NotificationTemplateInputValue_actionTriggererValue, type NotificationTemplateInputValue_logicRuleValue, type NotificationTemplateInputValue_recipientValue, type NumberFormatBase, type NumberFormatBasisPoint, type NumberFormatBillions, type NumberFormatCurrency, type NumberFormatCurrencyStyle, type NumberFormatCustomUnit, type NumberFormatDuration, type NumberFormatMillions, type NumberFormatNotation, type NumberFormatOrdinal, type NumberFormatPerMille, type NumberFormatPercentage, type NumberFormatPrePostFix, type NumberFormatThousands, type NumberFormatUnit, type NumberFormatter, type NumberFormatter_base, type NumberFormatter_basisPoint, type NumberFormatter_billions, type NumberFormatter_currency, type NumberFormatter_customUnit, type NumberFormatter_duration, type NumberFormatter_millions, type NumberFormatter_ordinal, type NumberFormatter_perMille, type NumberFormatter_percentage, type NumberFormatter_prePost, type NumberFormatter_thousands, type NumberFormatter_unit, type NumberRoundingMode, type NumericInternalInterpolation, type NumericOrNonNumericSeriesValueMetadata, type NumericOrNonNumericSeriesValueMetadataV2, type NumericSeriesValueMetadata, type NumericSeriesValueUnit, type NumericSeriesValueUnit_customUnit, type NumericSeriesValueUnit_standardUnit, type ObjectDbRid, type ObjectDbSyncRid, type ObjectDisplayMetadata, type ObjectIdentifier, type ObjectMonitoringFrontendConsumer, type ObjectParameterPropertyValue, type ObjectParameterStructFieldValue, type ObjectParameterStructFieldValueModification, type ObjectParameterStructListFieldValue, type ObjectParameterStructListFieldValueModification, type ObjectQueryPrefill, type ObjectQueryPrefillModification, type ObjectQueryPropertyValue, type ObjectQueryPropertyValueModification, type ObjectRid, type ObjectSet, type ObjectSetFilter$1 as ObjectSetFilter, type ObjectSetRidPrefill, type ObjectSetRidPrefillModification, type ObjectSetSearchAround, type ObjectSetTransform, type ObjectSetTransform_propertyFilter, type ObjectSetTransform_searchAround, type ObjectType, type ObjectTypeApiName, type ObjectTypeBlockDataV2, type ObjectTypeCreatedEvent, type ObjectTypeDatasetDatasource, type ObjectTypeDatasetDatasourceV2, type ObjectTypeDatasetDatasourceV3, type ObjectTypeDatasource, type ObjectTypeDatasourceDefinition, type ObjectTypeDatasourceDefinition_dataset, type ObjectTypeDatasourceDefinition_datasetV2, type ObjectTypeDatasourceDefinition_datasetV3, type ObjectTypeDatasourceDefinition_derived, type ObjectTypeDatasourceDefinition_direct, type ObjectTypeDatasourceDefinition_editsOnly, type ObjectTypeDatasourceDefinition_geotimeSeries, type ObjectTypeDatasourceDefinition_media, type ObjectTypeDatasourceDefinition_mediaSetView, type ObjectTypeDatasourceDefinition_restrictedStream, type ObjectTypeDatasourceDefinition_restrictedView, type ObjectTypeDatasourceDefinition_restrictedViewV2, type ObjectTypeDatasourceDefinition_stream, type ObjectTypeDatasourceDefinition_streamV2, type ObjectTypeDatasourceDefinition_table, type ObjectTypeDatasourceDefinition_timeSeries, type ObjectTypeDeletedEvent, type ObjectTypeDerivedPropertiesDatasource, type ObjectTypeDirectDatasource, type ObjectTypeDisplayMetadata, type ObjectTypeEditsOnlyDatasource, type ObjectTypeEmbeddingInput, type ObjectTypeError, type ObjectTypeError_objectTypeRidsNotFound, type ObjectTypeError_objectTypesAlreadyExist, type ObjectTypeError_objectTypesNotFound, type ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist, type ObjectTypeFieldApiName, type ObjectTypeGeotimeSeriesDatasource, type ObjectTypeId, type ObjectTypeIdentifier, type ObjectTypeIdentifier_objectTypeId, type ObjectTypeIdentifier_objectTypeRid, type ObjectTypeIdsAndInterfaceTypeRids, type ObjectTypeInputManagerProperties, type ObjectTypeInputManagerRid, type ObjectTypeInputSpec, type ObjectTypeInterfaceImplementation, type ObjectTypeLoadRequest, type ObjectTypeLoadResponse, type ObjectTypeMediaDatasource, type ObjectTypeMediaSetViewDatasource, type ObjectTypeMetadataInputManagerRid, type ObjectTypePeeringMetadata, type ObjectTypePeeringMetadataV1, type ObjectTypePeeringMetadata_v1, type ObjectTypePeeringRid, type ObjectTypePermissionInformation, type ObjectTypeRestrictedStreamDatasource, type ObjectTypeRestrictedViewDatasource, type ObjectTypeRestrictedViewDatasourceV2, type ObjectTypeRestrictionStatus, type ObjectTypeRid, type ObjectTypeRidsAndInterfaceTypeRids, type ObjectTypeRidsNotFoundError, type ObjectTypeStatus, type ObjectTypeStatus_active, type ObjectTypeStatus_deprecated, type ObjectTypeStatus_endorsed, type ObjectTypeStatus_example, type ObjectTypeStatus_experimental, type ObjectTypeStreamDatasource, type ObjectTypeStreamDatasourceV2, type ObjectTypeTableDatasource, type ObjectTypeTimeSeriesDatasource, type ObjectTypeTraitPropertySpecification, type ObjectTypeTraits, type ObjectTypeUpdatedEvent, type ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, type ObjectTypesAlreadyExistError, type ObjectTypesNotFoundError, type ObjectTypesSummary, type ObjectsPlatformRids, type ObjectsWritebackDataset, type OneOfDecimalTypeConstraint$1 as OneOfDecimalTypeConstraint, type OneOfDoubleTypeConstraint$1 as OneOfDoubleTypeConstraint, type OneOfFloatTypeConstraint$1 as OneOfFloatTypeConstraint, type OneOfIntegerTypeConstraint$1 as OneOfIntegerTypeConstraint, type OneOfLongTypeConstraint$1 as OneOfLongTypeConstraint, type OneOfShortTypeConstraint$1 as OneOfShortTypeConstraint, type OneOfStringTypeConstraint$1 as OneOfStringTypeConstraint, type OneToManyLinkCardinalityHint, type OneToManyLinkDefinition, type OntologyActionTypeLoadRequest, type OntologyApiName, type OntologyBlockDataV2, type OntologyBranch, type OntologyBranchRid, type OntologyBulkLoadEntitiesByDatasourcesRequest, type OntologyBulkLoadEntitiesByDatasourcesResponse, type OntologyBulkLoadEntitiesRequest, type OntologyBulkLoadEntitiesResponse, type OntologyDatasetType, type OntologyEntitiesUsedInTypeGroup, type OntologyInformation, type OntologyIr, type OntologyIrActionLogMetadata, type OntologyIrActionLogRule, type OntologyIrActionLogValue, type OntologyIrActionLogValue_actionRid, type OntologyIrActionLogValue_actionTimestamp, type OntologyIrActionLogValue_actionTypeRid, type OntologyIrActionLogValue_actionTypeVersion, type OntologyIrActionLogValue_actionUser, type OntologyIrActionLogValue_allEditedObjects, type OntologyIrActionLogValue_asynchronousWebhookInstanceIds, type OntologyIrActionLogValue_editedObjects, type OntologyIrActionLogValue_interfaceParameterPropertyValue, type OntologyIrActionLogValue_isReverted, type OntologyIrActionLogValue_notificationIds, type OntologyIrActionLogValue_notifiedUsers, type OntologyIrActionLogValue_objectParameterPropertyValue, type OntologyIrActionLogValue_parameterValue, type OntologyIrActionLogValue_revertTimestamp, type OntologyIrActionLogValue_revertUser, type OntologyIrActionLogValue_scenarioRid, type OntologyIrActionLogValue_summary, type OntologyIrActionLogValue_synchronousWebhookInstanceId, type OntologyIrActionLogic, type OntologyIrActionNotification, type OntologyIrActionNotificationBody, type OntologyIrActionNotificationBodyFunctionExecution, type OntologyIrActionNotificationBody_functionGenerated, type OntologyIrActionNotificationBody_templateNotification, type OntologyIrActionNotificationRecipients, type OntologyIrActionNotificationRecipients_functionGenerated, type OntologyIrActionNotificationRecipients_parameter, type OntologyIrActionType, type OntologyIrActionTypeBlockDataV2, type OntologyIrActionTypeDisplayMetadata, type OntologyIrActionTypeEntities, type OntologyIrActionTypeLevelValidation, type OntologyIrActionTypeLogic, type OntologyIrActionTypeMetadata, type OntologyIrActionTypeRichTextComponent, type OntologyIrActionTypeRichTextComponent_message, type OntologyIrActionTypeRichTextComponent_parameter, type OntologyIrActionTypeRichTextComponent_parameterProperty, type OntologyIrActionTypeRichTextParameterPropertyReference, type OntologyIrActionTypeStatus, type OntologyIrActionTypeStatus_active, type OntologyIrActionTypeStatus_deprecated, type OntologyIrActionTypeStatus_example, type OntologyIrActionTypeStatus_experimental, type OntologyIrActionValidation, type OntologyIrActionWebhooks, type OntologyIrActionsObjectSet, type OntologyIrAddInterfaceLinkRule, type OntologyIrAddInterfaceRule, type OntologyIrAddObjectRule, type OntologyIrAddOrModifyObjectRule, type OntologyIrAddOrModifyObjectRuleV2, type OntologyIrAllEditedObjectsFieldMapping, type OntologyIrAllowedParameterValues, type OntologyIrAllowedParameterValues_attachment, type OntologyIrAllowedParameterValues_boolean, type OntologyIrAllowedParameterValues_cbacMarking, type OntologyIrAllowedParameterValues_datetime, type OntologyIrAllowedParameterValues_geohash, type OntologyIrAllowedParameterValues_geoshape, type OntologyIrAllowedParameterValues_geotimeSeriesReference, type OntologyIrAllowedParameterValues_interfaceObjectQuery, type OntologyIrAllowedParameterValues_interfacePropertyValue, type OntologyIrAllowedParameterValues_mandatoryMarking, type OntologyIrAllowedParameterValues_mediaReference, type OntologyIrAllowedParameterValues_multipassGroup, type OntologyIrAllowedParameterValues_objectList, type OntologyIrAllowedParameterValues_objectPropertyValue, type OntologyIrAllowedParameterValues_objectQuery, type OntologyIrAllowedParameterValues_objectSetRid, type OntologyIrAllowedParameterValues_objectTypeReference, type OntologyIrAllowedParameterValues_oneOf, type OntologyIrAllowedParameterValues_range, type OntologyIrAllowedParameterValues_redacted, type OntologyIrAllowedParameterValues_text, type OntologyIrAllowedParameterValues_timeSeriesReference, type OntologyIrAllowedParameterValues_user, type OntologyIrAllowedStructFieldValues, type OntologyIrAllowedStructFieldValuesOverride, type OntologyIrAllowedStructFieldValues_boolean, type OntologyIrAllowedStructFieldValues_datetime, type OntologyIrAllowedStructFieldValues_geohash, type OntologyIrAllowedStructFieldValues_oneOf, type OntologyIrAllowedStructFieldValues_range, type OntologyIrAllowedStructFieldValues_text, type OntologyIrAllowedValuesOverride, type OntologyIrAndCondition, type OntologyIrArrayPropertyType, type OntologyIrAsynchronousPostWritebackWebhook, type OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput, type OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput, type OntologyIrBaseFormatter, type OntologyIrBaseFormatter_boolean, type OntologyIrBaseFormatter_date, type OntologyIrBaseFormatter_knownFormatter, type OntologyIrBaseFormatter_number, type OntologyIrBaseFormatter_string, type OntologyIrBaseFormatter_timeDependent, type OntologyIrBaseFormatter_timestamp, type OntologyIrBaseParameterType, type OntologyIrBaseParameterType_decimal, type OntologyIrBaseParameterType_decimalList, type OntologyIrBaseParameterType_interfaceReference, type OntologyIrBaseParameterType_interfaceReferenceList, type OntologyIrBaseParameterType_objectReference, type OntologyIrBaseParameterType_objectReferenceList, type OntologyIrBaseParameterType_objectSetRid, type OntologyIrBaseParameterType_objectTypeReference, type OntologyIrBaseParameterType_struct, type OntologyIrBaseParameterType_structList, type OntologyIrBaseParameterType_timestamp, type OntologyIrBaseParameterType_timestampList, type OntologyIrBasicEmailBody, type OntologyIrBatchedFunctionRule, type OntologyIrBlockPermissionInformation, type OntologyIrCarbonWorkspaceComponentUrlTarget, type OntologyIrCarbonWorkspaceComponentUrlTarget_rid, type OntologyIrCarbonWorkspaceUrlTarget, type OntologyIrCipherTextPropertyType, type OntologyIrComparisonCondition, type OntologyIrCondition, type OntologyIrConditionValue, type OntologyIrConditionValue_interfaceParameterPropertyValue, type OntologyIrConditionValue_objectParameterPropertyValue, type OntologyIrConditionValue_parameterId, type OntologyIrConditionValue_parameterLength, type OntologyIrConditionValue_staticValue, type OntologyIrConditionValue_userProperty, type OntologyIrCondition_and, type OntologyIrCondition_comparison, type OntologyIrCondition_markings, type OntologyIrCondition_not, type OntologyIrCondition_or, type OntologyIrCondition_redacted, type OntologyIrCondition_regex, type OntologyIrCondition_true, type OntologyIrConditionalOverride, type OntologyIrConditionalValidationBlock, type OntologyIrDateRangeValue, type OntologyIrDateRangeValue_fixed, type OntologyIrDateRangeValue_now, type OntologyIrDateRangeValue_relative, type OntologyIrDatetimeTimezone, type OntologyIrDatetimeTimezoneDefinition, type OntologyIrDatetimeTimezoneDefinition_zoneId, type OntologyIrDatetimeTimezone_static, type OntologyIrDatetimeTimezone_user, type OntologyIrDeleteInterfaceLinkRule, type OntologyIrDeprecatedActionTypeStatus, type OntologyIrDeprecatedInterfaceTypeStatus, type OntologyIrDeprecatedLinkTypeStatus, type OntologyIrDeprecatedObjectTypeStatus, type OntologyIrDeprecatedPropertyTypeStatus, type OntologyIrDynamicObjectSet, type OntologyIrDynamicObjectSetInput, type OntologyIrDynamicObjectSetInputBase, type OntologyIrDynamicObjectSetInputUnioned, type OntologyIrDynamicObjectSetInput_base, type OntologyIrDynamicObjectSetInput_parameter, type OntologyIrDynamicObjectSetInput_unioned, type OntologyIrEmailBody, type OntologyIrEmailBody_basic, type OntologyIrEventMetadata, type OntologyIrExperimentalTimeDependentPropertyTypeV1, type OntologyIrFormContent, type OntologyIrFormContent_parameterId, type OntologyIrFormContent_sectionId, type OntologyIrFunctionExecutionWithRecipientInput, type OntologyIrFunctionExecutionWithRecipientInput_logicRuleValue, type OntologyIrFunctionExecutionWithRecipientInput_recipient, type OntologyIrFunctionGeneratedActionNotificationRecipients, type OntologyIrFunctionGeneratedNotificationBody, type OntologyIrFunctionRule, type OntologyIrImportedActionType, type OntologyIrImportedInterfaceType, type OntologyIrImportedObjectType, type OntologyIrImportedParameter, type OntologyIrImportedPropertyType, type OntologyIrImportedSharedPropertyType, type OntologyIrImportedTypes, type OntologyIrInlineActionType, type OntologyIrInterfaceLinkType, type OntologyIrInterfaceParameterPropertyValue, type OntologyIrInterfacePropertyImplementation, type OntologyIrInterfaceSharedPropertyType, type OntologyIrInterfaceType, type OntologyIrInterfaceTypeBlockDataV2, type OntologyIrInterfaceTypeStatus, type OntologyIrInterfaceTypeStatus_active, type OntologyIrInterfaceTypeStatus_deprecated, type OntologyIrInterfaceTypeStatus_example, type OntologyIrInterfaceTypeStatus_experimental, type OntologyIrIntermediaryLinkDefinition, type OntologyIrKnownMarketplaceIdentifiers, type OntologyIrLabelledValue, type OntologyIrLinkDefinition, type OntologyIrLinkDefinition_manyToMany, type OntologyIrLinkDefinition_oneToMany, type OntologyIrLinkType, type OntologyIrLinkTypeBlockDataV2, type OntologyIrLinkTypeStatus, type OntologyIrLinkTypeStatus_active, type OntologyIrLinkTypeStatus_deprecated, type OntologyIrLinkTypeStatus_example, type OntologyIrLinkTypeStatus_experimental, type OntologyIrLinkedEntityTypeId, type OntologyIrLinkedEntityTypeId_interfaceType, type OntologyIrLinkedEntityTypeId_objectType, type OntologyIrLogicRule, type OntologyIrLogicRuleValue, type OntologyIrLogicRuleValue_currentTime, type OntologyIrLogicRuleValue_currentUser, type OntologyIrLogicRuleValue_interfaceParameterPropertyValue, type OntologyIrLogicRuleValue_objectParameterPropertyValue, type OntologyIrLogicRuleValue_parameterId, type OntologyIrLogicRuleValue_staticValue, type OntologyIrLogicRuleValue_synchronousWebhookOutput, type OntologyIrLogicRuleValue_uniqueIdentifier, type OntologyIrLogicRule_addInterfaceRule, type OntologyIrLogicRule_addObjectRule, type OntologyIrLogicRule_addOrModifyObjectRuleV2, type OntologyIrLogicRule_deleteObjectRule, type OntologyIrLogicRule_modifyInterfaceRule, type OntologyIrLogicRule_modifyObjectRule, type OntologyIrManyToManyLinkDefinition, type OntologyIrManyToManyLinkTypeDatasetDatasource, type OntologyIrManyToManyLinkTypeDatasource, type OntologyIrManyToManyLinkTypeDatasourceDefinition, type OntologyIrManyToManyLinkTypeDatasourceDefinition_dataset, type OntologyIrManyToManyLinkTypeStreamDatasource, type OntologyIrMarketplaceObjectTypeEntityMetadata, type OntologyIrMarkingsCondition, type OntologyIrMediaSourceRid, type OntologyIrMediaSourceRid_datasetRid, type OntologyIrMediaSourceRid_mediaSetRid, type OntologyIrModifyInterfaceRule, type OntologyIrModifyObjectRule, type OntologyIrMultipassUserFilter, type OntologyIrMultipassUserFilter_groupFilter, type OntologyIrMultipassUserInGroupFilter, type OntologyIrNewObjectUrlTarget, type OntologyIrNonNumericSeriesValueMetadata, type OntologyIrNonNumericSeriesValueUnit, type OntologyIrNotCondition, type OntologyIrNotificationResultTypeLink, type OntologyIrNotificationTemplateInputValue, type OntologyIrNotificationTemplateInputValue_actionTriggererValue, type OntologyIrNotificationTemplateInputValue_logicRuleValue, type OntologyIrNotificationTemplateInputValue_recipientValue, type OntologyIrNumberFormatCurrency, type OntologyIrNumberFormatCustomUnit, type OntologyIrNumberFormatPrePostFix, type OntologyIrNumberFormatUnit, type OntologyIrNumberFormatter, type OntologyIrNumberFormatter_base, type OntologyIrNumberFormatter_basisPoint, type OntologyIrNumberFormatter_billions, type OntologyIrNumberFormatter_currency, type OntologyIrNumberFormatter_customUnit, type OntologyIrNumberFormatter_duration, type OntologyIrNumberFormatter_millions, type OntologyIrNumberFormatter_ordinal, type OntologyIrNumberFormatter_perMille, type OntologyIrNumberFormatter_percentage, type OntologyIrNumberFormatter_prePost, type OntologyIrNumberFormatter_thousands, type OntologyIrNumberFormatter_unit, type OntologyIrNumericOrNonNumericSeriesValueMetadataV2, type OntologyIrNumericSeriesValueMetadata, type OntologyIrNumericSeriesValueUnit, type OntologyIrNumericSeriesValueUnit_customUnit, type OntologyIrNumericSeriesValueUnit_standardUnit, type OntologyIrObjectParameterPropertyValue, type OntologyIrObjectParameterStructFieldValue, type OntologyIrObjectParameterStructListFieldValue, type OntologyIrObjectPropertyReference, type OntologyIrObjectQueryPrefill, type OntologyIrObjectQueryPropertyValue, type OntologyIrObjectSetRidPrefill, type OntologyIrObjectSetSearchAround, type OntologyIrObjectSetTransform, type OntologyIrObjectSetTransform_propertyFilter, type OntologyIrObjectSetTransform_searchAround, type OntologyIrObjectType, type OntologyIrObjectTypeBlockDataV2, type OntologyIrObjectTypeDatasetDatasource, type OntologyIrObjectTypeDatasetDatasourceV2, type OntologyIrObjectTypeDatasetDatasourceV3, type OntologyIrObjectTypeDatasource, type OntologyIrObjectTypeDatasourceDefinition, type OntologyIrObjectTypeDatasourceDefinition_datasetV2, type OntologyIrObjectTypeDatasourceDefinition_datasetV3, type OntologyIrObjectTypeDatasourceDefinition_derived, type OntologyIrObjectTypeDatasourceDefinition_direct, type OntologyIrObjectTypeDatasourceDefinition_editsOnly, type OntologyIrObjectTypeDatasourceDefinition_geotimeSeries, type OntologyIrObjectTypeDatasourceDefinition_mediaSetView, type OntologyIrObjectTypeDatasourceDefinition_restrictedStream, type OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2, type OntologyIrObjectTypeDatasourceDefinition_streamV2, type OntologyIrObjectTypeDatasourceDefinition_table, type OntologyIrObjectTypeDatasourceDefinition_timeSeries, type OntologyIrObjectTypeDerivedPropertiesDatasource, type OntologyIrObjectTypeDirectDatasource, type OntologyIrObjectTypeEditsOnlyDatasource, type OntologyIrObjectTypeGeotimeSeriesDatasource, type OntologyIrObjectTypeInterfaceImplementation, type OntologyIrObjectTypeMediaDatasource, type OntologyIrObjectTypeMediaSetViewDatasource, type OntologyIrObjectTypeRestrictedStreamDatasource, type OntologyIrObjectTypeRestrictedViewDatasource, type OntologyIrObjectTypeRestrictedViewDatasourceV2, type OntologyIrObjectTypeStatus, type OntologyIrObjectTypeStatus_active, type OntologyIrObjectTypeStatus_deprecated, type OntologyIrObjectTypeStatus_endorsed, type OntologyIrObjectTypeStatus_example, type OntologyIrObjectTypeStatus_experimental, type OntologyIrObjectTypeStreamDatasource, type OntologyIrObjectTypeStreamDatasourceV2, type OntologyIrObjectTypeTableDatasource, type OntologyIrObjectTypeTimeSeriesDatasource, type OntologyIrObjectTypeTraits, type OntologyIrObjectsWritebackDataset, type OntologyIrOneToManyLinkDefinition, type OntologyIrOntologyBlockDataV2, type OntologyIrOrCondition, type OntologyIrParameter, type OntologyIrParameterActionNotificationRecipients, type OntologyIrParameterCbacConstraint, type OntologyIrParameterCbacMarking, type OntologyIrParameterCbacMarkingOrEmpty, type OntologyIrParameterCbacMarkingOrEmpty_cbacMarking, type OntologyIrParameterCbacMarkingOrEmpty_empty, type OntologyIrParameterDateRangeValue, type OntologyIrParameterDateTimeRange, type OntologyIrParameterDateTimeRangeOrEmpty, type OntologyIrParameterDateTimeRangeOrEmpty_datetime, type OntologyIrParameterDateTimeRangeOrEmpty_empty, type OntologyIrParameterDisplayMetadata, type OntologyIrParameterMultipassUser, type OntologyIrParameterMultipassUserOrEmpty, type OntologyIrParameterMultipassUserOrEmpty_empty, type OntologyIrParameterMultipassUserOrEmpty_user, type OntologyIrParameterObjectPropertyValue, type OntologyIrParameterObjectPropertyValueOrEmpty, type OntologyIrParameterObjectPropertyValueOrEmpty_empty, type OntologyIrParameterObjectPropertyValueOrEmpty_objectPropertyValue, type OntologyIrParameterObjectQuery, type OntologyIrParameterObjectQueryOrEmpty, type OntologyIrParameterObjectQueryOrEmpty_empty, type OntologyIrParameterObjectQueryOrEmpty_objectQuery, type OntologyIrParameterObjectTypeReference, type OntologyIrParameterObjectTypeReferenceOrEmpty, type OntologyIrParameterObjectTypeReferenceOrEmpty_empty, type OntologyIrParameterObjectTypeReferenceOrEmpty_objectTypeReference, type OntologyIrParameterPrefill, type OntologyIrParameterPrefillOverride, type OntologyIrParameterPrefill_interfaceParameterPropertyValue, type OntologyIrParameterPrefill_objectParameterPropertyValue, type OntologyIrParameterPrefill_objectQueryPrefill, type OntologyIrParameterPrefill_objectQueryPropertyValue, type OntologyIrParameterPrefill_objectSetRidPrefill, type OntologyIrParameterPrefill_redacted, type OntologyIrParameterPrefill_staticObject, type OntologyIrParameterPrefill_staticValue, type OntologyIrParameterRange, type OntologyIrParameterRangeOrEmpty, type OntologyIrParameterRangeOrEmpty_empty, type OntologyIrParameterRangeOrEmpty_range, type OntologyIrParameterRangeValue, type OntologyIrParameterValidation, type OntologyIrParameterValidationBlock, type OntologyIrParameterValidationBlockOverride, type OntologyIrParameterValidationBlockOverride_allowedValues, type OntologyIrParameterValidationBlockOverride_parameterRequired, type OntologyIrParameterValidationBlockOverride_prefill, type OntologyIrParameterValidationBlockOverride_visibility, type OntologyIrParameterValidationDisplayMetadata, type OntologyIrParameterValueOneOf, type OntologyIrParameterValueOneOfOrEmpty, type OntologyIrParameterValueOneOfOrEmpty_empty, type OntologyIrParameterValueOneOfOrEmpty_oneOf, type OntologyIrPrePostFix, type OntologyIrPropertySecurityGroup, type OntologyIrPropertySecurityGroups, type OntologyIrPropertyToColumnMapping, type OntologyIrPropertyToPropertyMapping, type OntologyIrPropertyType, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrStringConstant, type OntologyIrPropertyTypeReferenceOrStringConstant_constant, type OntologyIrPropertyTypeReferenceOrStringConstant_propertyType, type OntologyIrPropertyTypeStatus, type OntologyIrPropertyTypeStatus_active, type OntologyIrPropertyTypeStatus_deprecated, type OntologyIrPropertyTypeStatus_example, type OntologyIrPropertyTypeStatus_experimental, type OntologyIrQualifiedSeriesIdPropertyValue, type OntologyIrRegexCondition, type OntologyIrRidUrlTarget, type OntologyIrRuleSetBinding, type OntologyIrSchemaMigrationBlockData, type OntologyIrSchemaTransitionsWithSchemaVersion, type OntologyIrSection, type OntologyIrSectionConditionalOverride, type OntologyIrSectionDisplayBlock, type OntologyIrSecurityGroupAndCondition, type OntologyIrSecurityGroupComparisonCondition, type OntologyIrSecurityGroupComparisonValue, type OntologyIrSecurityGroupComparisonValue_constant, type OntologyIrSecurityGroupComparisonValue_property, type OntologyIrSecurityGroupComparisonValue_userProperty, type OntologyIrSecurityGroupGranularCondition, type OntologyIrSecurityGroupGranularCondition_and, type OntologyIrSecurityGroupGranularCondition_comparison, type OntologyIrSecurityGroupGranularCondition_markings, type OntologyIrSecurityGroupGranularCondition_not, type OntologyIrSecurityGroupGranularCondition_or, type OntologyIrSecurityGroupGranularCondition_true, type OntologyIrSecurityGroupGranularPolicy, type OntologyIrSecurityGroupGranularSecurityDefinition, type OntologyIrSecurityGroupMarkingsCondition, type OntologyIrSecurityGroupNotCondition, type OntologyIrSecurityGroupOrCondition, type OntologyIrSecurityGroupSecurityDefinition, type OntologyIrSecurityGroupSecurityDefinition_granular, type OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly, type OntologyIrSensorTrait, type OntologyIrSeriesValueMetadata, type OntologyIrSeriesValueMetadata_enum, type OntologyIrSeriesValueMetadata_numeric, type OntologyIrSeriesValueMetadata_numericOrNonNumeric, type OntologyIrSeriesValueMetadata_numericOrNonNumericV2, type OntologyIrSharedPropertyType, type OntologyIrSharedPropertyTypeBlockDataV2, type OntologyIrShortBody, type OntologyIrShortBody_basic, type OntologyIrStaticValue, type OntologyIrStaticWebhookWithDirectInput, type OntologyIrStaticWebhookWithFunctionResultInput, type OntologyIrStructFieldConditionalOverride, type OntologyIrStructFieldConditionalValidationBlock, type OntologyIrStructFieldPrefill, type OntologyIrStructFieldPrefillOverride, type OntologyIrStructFieldPrefill_objectParameterStructFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructListFieldValue, type OntologyIrStructFieldType, type OntologyIrStructFieldValidation, type OntologyIrStructFieldValidationBlock, type OntologyIrStructFieldValidationBlockOverride, type OntologyIrStructFieldValidationBlockOverride_allowedValues, type OntologyIrStructFieldValidationBlockOverride_parameterRequired, type OntologyIrStructFieldValidationBlockOverride_prefill, type OntologyIrStructFieldValidationBlockOverride_visibility, type OntologyIrStructFieldValidationDisplayMetadata, type OntologyIrStructPropertyType, type OntologyIrStructuredShortBody, type OntologyIrSynchronousPreWritebackWebhook, type OntologyIrSynchronousPreWritebackWebhook_staticDirectInput, type OntologyIrSynchronousPreWritebackWebhook_staticFunctionInput, type OntologyIrTemplateNotificationBody, type OntologyIrTimeDependentFormatter, type OntologyIrTimeDependentNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, type OntologyIrTimeDependentNumericSeriesFormat, type OntologyIrTimeDependentSeriesFormat, type OntologyIrTimeDependentSeriesFormat_nonNumeric, type OntologyIrTimeDependentSeriesFormat_numeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2, type OntologyIrTimeSeriesMetadata, type OntologyIrTimestampFormatter, type OntologyIrType, type OntologyIrType_array, type OntologyIrType_attachment, type OntologyIrType_boolean, type OntologyIrType_byte, type OntologyIrType_cipherText, type OntologyIrType_date, type OntologyIrType_decimal, type OntologyIrType_double, type OntologyIrType_experimentalTimeDependentV1, type OntologyIrType_float, type OntologyIrType_geohash, type OntologyIrType_geoshape, type OntologyIrType_geotimeSeriesReference, type OntologyIrType_integer, type OntologyIrType_long, type OntologyIrType_marking, type OntologyIrType_mediaReference, type OntologyIrType_short, type OntologyIrType_string, type OntologyIrType_struct, type OntologyIrType_timestamp, type OntologyIrType_vector, type OntologyIrUrlTarget, type OntologyIrUrlTarget_carbonWorkspace, type OntologyIrUrlTarget_logicRuleValue, type OntologyIrUrlTarget_newObject, type OntologyIrUrlTarget_relativeUrlString, type OntologyIrUrlTarget_rid, type OntologyIrValidationRule, type OntologyIrValueReferenceSource, type OntologyIrValueReferenceSource_propertyTypeRid, type OntologyIrValueTypeBlockData, type OntologyIrValueTypeBlockDataEntry, type OntologyIrWorkflowObjectTypeTraitImpl, type OntologyLoadAllEntitiesRequest, type OntologyLoadAllRequest, type OntologyLoadDatasourcesRequest, type OntologyLoadDatasourcesResponse, type OntologyLoadEntitiesRequest, type OntologyLoadEntitiesResponse, type OntologyLoadRequest, type OntologyLoadResponse, type OntologyMetadataValidationError, type OntologyMetadataValidationError_actionType, type OntologyMetadataValidationError_interfaceType, type OntologyMetadataValidationError_linkType, type OntologyMetadataValidationError_objectType, type OntologyMetadataValidationError_ruleSet, type OntologyMetadataValidationError_sharedPropertyType, type OntologyMetadataValidationError_typeGroup, type OntologyMetadataValidationError_workflow, type OntologyModificationEvent, type OntologyModificationEvent_actionTypeCreated, type OntologyModificationEvent_actionTypeDeleted, type OntologyModificationEvent_actionTypeUpdated, type OntologyModificationEvent_branchClosed, type OntologyModificationEvent_branchDeleted, type OntologyModificationEvent_branchMerged, type OntologyModificationEvent_interfaceTypeCreated, type OntologyModificationEvent_interfaceTypeDeleted, type OntologyModificationEvent_interfaceTypeUpdated, type OntologyModificationEvent_linkTypeCreated, type OntologyModificationEvent_linkTypeDeleted, type OntologyModificationEvent_linkTypeUpdated, type OntologyModificationEvent_objectTypeCreated, type OntologyModificationEvent_objectTypeDeleted, type OntologyModificationEvent_objectTypeUpdated, type OntologyModificationEvent_sharedPropertyTypeCreated, type OntologyModificationEvent_sharedPropertyTypeDeleted, type OntologyModificationEvent_sharedPropertyTypeUpdated, type OntologyModifyRequest, type OntologyModifyResponse, type OntologyPackageRid, type OntologyProposalIdentifier, type OntologyProposalIdentifier_ontologyVersion, type OntologyProposalRid, type OntologyRid, type OntologyRidAndBranch, type OntologyRidsForEntitiesRequest, type OntologyRidsForEntitiesResponse, type OntologySparkInputManagerRid, type OntologySparkInputProperties, type OntologyVersion, type OrCondition, type OrConditionModification, type OrganizationMarkingId, type OrganizationRid, type OrganizationRidsAndEntityResourceIdentifiers, type OrganizationRidsForOntologyResponse, type OtherValueAllowed, type OutputMode, type PackagedEntityRid, type PackagedEntityRid_actionTypeRid, type PackagedEntityRid_interfaceTypeRid, type PackagedEntityRid_linkTypeRid, type PackagedEntityRid_objectTypeRid, type PackagedEntityRid_sharedPropertyTypeRid, type Parameter, type ParameterActionNotificationRecipients, type ParameterActionNotificationRecipientsModification, type ParameterAttachment, type ParameterAttachmentOrEmpty, type ParameterAttachmentOrEmpty_attachment, type ParameterAttachmentOrEmpty_empty, type ParameterBoolean, type ParameterBooleanOrEmpty, type ParameterBooleanOrEmpty_boolean, type ParameterBooleanOrEmpty_empty, type ParameterCbacConstraint, type ParameterCbacConstraintModification, type ParameterCbacMarking, type ParameterCbacMarkingModification, type ParameterCbacMarkingOrEmpty, type ParameterCbacMarkingOrEmptyModification, type ParameterCbacMarkingOrEmptyModification_cbacMarking, type ParameterCbacMarkingOrEmptyModification_empty, type ParameterCbacMarkingOrEmpty_cbacMarking, type ParameterCbacMarkingOrEmpty_empty, type ParameterDateRangeValue, type ParameterDateRangeValueModification, type ParameterDateTimeRange, type ParameterDateTimeRangeModification, type ParameterDateTimeRangeOrEmpty, type ParameterDateTimeRangeOrEmptyModification, type ParameterDateTimeRangeOrEmptyModification_datetime, type ParameterDateTimeRangeOrEmptyModification_empty, type ParameterDateTimeRangeOrEmpty_datetime, type ParameterDateTimeRangeOrEmpty_empty, type ParameterDisplayMetadata, type ParameterFreeText, type ParameterFreeTextOrEmpty, type ParameterFreeTextOrEmpty_empty, type ParameterFreeTextOrEmpty_text, type ParameterGeohash, type ParameterGeohashOrEmpty, type ParameterGeohashOrEmpty_empty, type ParameterGeohashOrEmpty_geohash, type ParameterGeoshape, type ParameterGeoshapeOrEmpty, type ParameterGeoshapeOrEmpty_empty, type ParameterGeoshapeOrEmpty_geoshape, type ParameterGeotimeSeriesReference, type ParameterGeotimeSeriesReferenceOrEmpty, type ParameterGeotimeSeriesReferenceOrEmpty_empty, type ParameterGeotimeSeriesReferenceOrEmpty_geotimeSeries, type ParameterId, type ParameterInterfaceObjectQuery, type ParameterInterfaceObjectQueryModification, type ParameterInterfaceObjectQueryOrEmpty, type ParameterInterfaceObjectQueryOrEmptyModification, type ParameterInterfaceObjectQueryOrEmptyModification_empty, type ParameterInterfaceObjectQueryOrEmptyModification_interfaceObjectQuery, type ParameterInterfaceObjectQueryOrEmpty_empty, type ParameterInterfaceObjectQueryOrEmpty_interfaceObjectQuery, type ParameterInterfacePropertyValueOrEmpty, type ParameterInterfacePropertyValueOrEmptyModification, type ParameterInterfacePropertyValueOrEmptyModification_empty, type ParameterInterfacePropertyValueOrEmptyModification_unrestricted, type ParameterInterfacePropertyValueOrEmpty_empty, type ParameterInterfacePropertyValueOrEmpty_unrestricted, type ParameterLength, type ParameterLength_parameterId, type ParameterMandatoryMarking, type ParameterMandatoryMarkingOrEmpty, type ParameterMandatoryMarkingOrEmpty_empty, type ParameterMandatoryMarkingOrEmpty_mandatoryMarking, type ParameterMediaReference, type ParameterMediaReferenceOrEmpty, type ParameterMediaReferenceOrEmpty_empty, type ParameterMediaReferenceOrEmpty_mediaReference, type ParameterMultipassGroup, type ParameterMultipassGroupOrEmpty, type ParameterMultipassGroupOrEmpty_empty, type ParameterMultipassGroupOrEmpty_group, type ParameterMultipassUser, type ParameterMultipassUserModification, type ParameterMultipassUserOrEmpty, type ParameterMultipassUserOrEmptyModification, type ParameterMultipassUserOrEmptyModification_empty, type ParameterMultipassUserOrEmptyModification_user, type ParameterMultipassUserOrEmpty_empty, type ParameterMultipassUserOrEmpty_user, type ParameterObjectList, type ParameterObjectListOrEmpty, type ParameterObjectListOrEmpty_empty, type ParameterObjectListOrEmpty_objectList, type ParameterObjectPropertyValue, type ParameterObjectPropertyValueModification, type ParameterObjectPropertyValueOrEmpty, type ParameterObjectPropertyValueOrEmptyModification, type ParameterObjectPropertyValueOrEmptyModification_empty, type ParameterObjectPropertyValueOrEmptyModification_objectPropertyValue, type ParameterObjectPropertyValueOrEmpty_empty, type ParameterObjectPropertyValueOrEmpty_objectPropertyValue, type ParameterObjectQuery, type ParameterObjectQueryModification, type ParameterObjectQueryOrEmpty, type ParameterObjectQueryOrEmptyModification, type ParameterObjectQueryOrEmptyModification_empty, type ParameterObjectQueryOrEmptyModification_objectQuery, type ParameterObjectQueryOrEmpty_empty, type ParameterObjectQueryOrEmpty_objectQuery, type ParameterObjectSetRid, type ParameterObjectSetRidOrEmpty, type ParameterObjectSetRidOrEmpty_empty, type ParameterObjectSetRidOrEmpty_objectSetRid, type ParameterObjectTypeReference, type ParameterObjectTypeReferenceModification, type ParameterObjectTypeReferenceOrEmpty, type ParameterObjectTypeReferenceOrEmptyModification, type ParameterObjectTypeReferenceOrEmptyModification_empty, type ParameterObjectTypeReferenceOrEmptyModification_objectTypeReference, type ParameterObjectTypeReferenceOrEmpty_empty, type ParameterObjectTypeReferenceOrEmpty_objectTypeReference, type ParameterPrefill, type ParameterPrefillModification, type ParameterPrefillModification_interfaceParameterPropertyValue, type ParameterPrefillModification_objectParameterPropertyValue, type ParameterPrefillModification_objectQueryPrefill, type ParameterPrefillModification_objectQueryPropertyValue, type ParameterPrefillModification_objectSetRidPrefill, type ParameterPrefillModification_redacted, type ParameterPrefillModification_staticObject, type ParameterPrefillModification_staticValue, type ParameterPrefillOverride, type ParameterPrefillOverrideModification, type ParameterPrefill_interfaceParameterPropertyValue, type ParameterPrefill_objectParameterPropertyValue, type ParameterPrefill_objectQueryPrefill, type ParameterPrefill_objectQueryPropertyValue, type ParameterPrefill_objectSetRidPrefill, type ParameterPrefill_redacted, type ParameterPrefill_staticObject, type ParameterPrefill_staticValue, type ParameterRange, type ParameterRangeModification, type ParameterRangeOrEmpty, type ParameterRangeOrEmptyModification, type ParameterRangeOrEmptyModification_empty, type ParameterRangeOrEmptyModification_range, type ParameterRangeOrEmpty_empty, type ParameterRangeOrEmpty_range, type ParameterRangeValue, type ParameterRangeValueModification, type ParameterRenderHint, type ParameterRequiredConfiguration, type ParameterRequiredOverride, type ParameterRid, type ParameterStructOrEmpty, type ParameterStructOrEmpty_delegateToAllowedStructFieldValues, type ParameterStructOrEmpty_empty, type ParameterTextRegex, type ParameterTimeSeriesReference, type ParameterTimeSeriesReferenceOrEmpty, type ParameterTimeSeriesReferenceOrEmpty_empty, type ParameterTimeSeriesReferenceOrEmpty_timeSeriesReference, type ParameterValidation, type ParameterValidationBlock, type ParameterValidationBlockModification, type ParameterValidationBlockOverride, type ParameterValidationBlockOverrideModification, type ParameterValidationBlockOverrideModification_allowedValues, type ParameterValidationBlockOverrideModification_parameterRequired, type ParameterValidationBlockOverrideModification_prefill, type ParameterValidationBlockOverrideModification_visibility, type ParameterValidationBlockOverride_allowedValues, type ParameterValidationBlockOverride_parameterRequired, type ParameterValidationBlockOverride_prefill, type ParameterValidationBlockOverride_visibility, type ParameterValidationDisplayMetadata, type ParameterValidationDisplayMetadataModification, type ParameterValidationModification, type ParameterValidationNotFoundError, type ParameterValidationReferencesLaterParametersError, type ParameterValueOneOf, type ParameterValueOneOfOrEmpty, type ParameterValueOneOfOrEmpty_empty, type ParameterValueOneOfOrEmpty_oneOf, type ParametersDoNotMatchParameterOrderingError, type PartialObjectType, type PartialObjectTypeCreateRequest, type PartialObjectTypeDeleteRequest, type PartialObjectTypeModifyRequest, type PartialObjectTypeModifyRequest_create, type PartialObjectTypeModifyRequest_delete, type PartialObjectTypeModifyRequest_update, type PartialObjectTypeUpdateRequest, type PartialObjectTypeWithoutRids, type PatchBackupInitializationConfigurationSourceDoesNotExistError, type PatchesConfiguration, type PolicyVersion, type PrePostFix, type PrincipalId, type PropertiesReferenceDuplicateColumnNameWrapper, type Property, type PropertyId, type PropertyPredicate, type PropertyPredicate_and, type PropertyPredicate_hasId, type PropertyPredicate_hasRid, type PropertyPredicate_not, type PropertyPredicate_or, type PropertyRenderHint, type PropertyRid, type PropertySecurityGroup, type PropertySecurityGroupModification, type PropertySecurityGroupRid, type PropertySecurityGroups, type PropertySecurityGroupsModification, type PropertyType, type PropertyTypeDataConstraints, type PropertyTypeDataConstraintsWrapper, type PropertyTypeDataConstraints_array, type PropertyTypeDataConstraints_boolean, type PropertyTypeDataConstraints_date, type PropertyTypeDataConstraints_decimal, type PropertyTypeDataConstraints_double, type PropertyTypeDataConstraints_float, type PropertyTypeDataConstraints_integer, type PropertyTypeDataConstraints_long, type PropertyTypeDataConstraints_short, type PropertyTypeDataConstraints_string, type PropertyTypeDataConstraints_struct, type PropertyTypeDataConstraints_timestamp, type PropertyTypeDataValue, type PropertyTypeDataValue_array, type PropertyTypeDataValue_boolean, type PropertyTypeDataValue_byte, type PropertyTypeDataValue_date, type PropertyTypeDataValue_decimal, type PropertyTypeDataValue_double, type PropertyTypeDataValue_float, type PropertyTypeDataValue_integer, type PropertyTypeDataValue_long, type PropertyTypeDataValue_short, type PropertyTypeDataValue_string, type PropertyTypeDataValue_timestamp, type PropertyTypeDisplayMetadata, type PropertyTypeId, type PropertyTypeIdentifier, type PropertyTypeIdentifier_id, type PropertyTypeIdentifier_rid, type PropertyTypeLocator, type PropertyTypeMappingInfo, type PropertyTypeMappingInfo_column, type PropertyTypeMappingInfo_editOnly, type PropertyTypeMappingInfo_struct, type PropertyTypeReference, type PropertyTypeReferenceOrNonNumericInternalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrNumericInternalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrStringConstant, type PropertyTypeReferenceOrStringConstant_constant, type PropertyTypeReferenceOrStringConstant_propertyType, type PropertyTypeReference_baseType, type PropertyTypeRid, type PropertyTypeStatus, type PropertyTypeStatus_active, type PropertyTypeStatus_deprecated, type PropertyTypeStatus_example, type PropertyTypeStatus_experimental, type PropertyWithoutRid, type PutActionTypeRequest, type PutParameterRequest, type PutParameterRequestModification, type PutSectionRequest, type PutSectionRequestModification, type QualifiedSeriesIdPropertyValue, type QuiverDashboardReference, type QuiverDashboardRid, type QuiverDashboardVersion, type RangeSizeConstraint$1 as RangeSizeConstraint, type Redacted, type RedactionOverrideOptions, type RedactionOverrideOptions_everyoneTrusted, type ReferencedLinkTypesInWorkflowNotFoundError, type ReferencedLinkTypesNotFoundError, type ReferencedObjectTypesChange, type ReferencedObjectTypesInWorkflowNotFoundError, type ReferencedObjectTypesNotFoundError, type RegexCondition, type RegexConditionModification, type RegexConstraint$1 as RegexConstraint, type RelationCardinality, type RelationDisplayMetadata, type RelationId, type RelationRid, type RelativeDateRangeTense, type RelativeDateRangeValue, type RenderingSettings, type RenderingSettings_allNotificationRenderingMustSucceed, type RenderingSettings_anyNotificationRenderingCanFail, type RestrictedViewName, type RestrictedViewRid, type RestrictedViewTransactionRid, type RetentionPolicy, type RetentionPolicy_none, type RetentionPolicy_time, type RidFormatter, type RidFormatter_allFoundryRids, type RidFormatter_objectsPlatformRids, type RidUrlTarget, type RidUrlTargetModification, type RoleId, type RoleSetId, type RuleSetBinding, type RuleSetError, type RuleSetError_ruleSetsAlreadyExist, type RuleSetError_ruleSetsNotFound, type RuleSetRid, type RuleSetsAlreadyExistError, type RuleSetsNotFoundError, type SafeArg, type SafeDatasourceIdentifier, type SafeDatasourceIdentifier_datasetRid, type SafeDatasourceIdentifier_derivedPropertiesSourceRid, type SafeDatasourceIdentifier_directSourceRid, type SafeDatasourceIdentifier_editsOnly, type SafeDatasourceIdentifier_geotimeSeriesIntegrationRid, type SafeDatasourceIdentifier_mediaSetView, type SafeDatasourceIdentifier_mediaSourceRids, type SafeDatasourceIdentifier_restrictedStream, type SafeDatasourceIdentifier_restrictedViewRid, type SafeDatasourceIdentifier_streamLocatorRid, type SafeDatasourceIdentifier_tableRid, type SafeDatasourceIdentifier_timeSeriesSyncRid, type SchemaConfiguration, type SchemaMigrationBlockData, type SchemaMigrationRid, type SchemaTransitionsWithSchemaVersion, type SchemaVersion, type Section, type SectionConditionalOverride, type SectionConditionalOverrideModification, type SectionContent, type SectionContent_parameterId, type SectionDisplayBlock, type SectionDisplayBlockModification, type SectionDisplayBlockOverride, type SectionDisplayBlockOverride_visibility, type SectionDisplayMetadata, type SectionId, type SectionRid, type SectionStyle, type SectionStyle_box, type SectionStyle_minimal, type SectionValidationDisplayMetadata, type SectionVisibilityOverride, type SecurityGroupAndCondition, type SecurityGroupAndConditionModification, type SecurityGroupComparisonCondition, type SecurityGroupComparisonConditionModification, type SecurityGroupComparisonConstant, type SecurityGroupComparisonConstant_boolean, type SecurityGroupComparisonConstant_string, type SecurityGroupComparisonConstant_strings, type SecurityGroupComparisonOperator, type SecurityGroupComparisonUserProperty, type SecurityGroupComparisonUserProperty_groupIds, type SecurityGroupComparisonUserProperty_groupNames, type SecurityGroupComparisonUserProperty_userAttributes, type SecurityGroupComparisonUserProperty_userId, type SecurityGroupComparisonUserProperty_username, type SecurityGroupComparisonValue, type SecurityGroupComparisonValueModification, type SecurityGroupComparisonValueModification_constant, type SecurityGroupComparisonValueModification_property, type SecurityGroupComparisonValueModification_userProperty, type SecurityGroupComparisonValue_constant, type SecurityGroupComparisonValue_property, type SecurityGroupComparisonValue_userProperty, type SecurityGroupGranularCondition, type SecurityGroupGranularConditionModification, type SecurityGroupGranularConditionModification_and, type SecurityGroupGranularConditionModification_comparison, type SecurityGroupGranularConditionModification_markings, type SecurityGroupGranularConditionModification_not, type SecurityGroupGranularConditionModification_or, type SecurityGroupGranularConditionModification_true, type SecurityGroupGranularCondition_and, type SecurityGroupGranularCondition_comparison, type SecurityGroupGranularCondition_markings, type SecurityGroupGranularCondition_not, type SecurityGroupGranularCondition_or, type SecurityGroupGranularCondition_true, type SecurityGroupGranularPolicy, type SecurityGroupGranularPolicyModification, type SecurityGroupGranularSecurityDefinition, type SecurityGroupGranularSecurityDefinitionModification, type SecurityGroupGroupIdsUserProperty, type SecurityGroupGroupNamesUserProperty, type SecurityGroupMandatoryOnlySecurityDefinition, type SecurityGroupMandatoryOnlySecurityDefinitionModification, type SecurityGroupMandatoryPolicy, type SecurityGroupMarkingsCondition, type SecurityGroupMarkingsConditionModification, type SecurityGroupNotCondition, type SecurityGroupNotConditionModification, type SecurityGroupOrCondition, type SecurityGroupOrConditionModification, type SecurityGroupSecurityDefinition, type SecurityGroupSecurityDefinitionModification, type SecurityGroupSecurityDefinitionModification_granular, type SecurityGroupSecurityDefinitionModification_mandatoryOnly, type SecurityGroupSecurityDefinition_granular, type SecurityGroupSecurityDefinition_mandatoryOnly, type SecurityGroupTrueCondition, type SecurityGroupTrueConditionModification, type SecurityGroupUserAttributesUserProperty, type SecurityGroupUserIdUserProperty, type SecurityGroupUsernameUserProperty, type SemanticFunctionVersion, type SensorTrait, type SeriesIdPropertyValue, type SeriesValueMetadata, type SeriesValueMetadata_enum, type SeriesValueMetadata_numeric, type SeriesValueMetadata_numericOrNonNumeric, type SeriesValueMetadata_numericOrNonNumericV2, type SharedPropertiesSummary, type SharedPropertyType, type SharedPropertyTypeBlockDataV2, type SharedPropertyTypeCreatedEvent, type SharedPropertyTypeDeletedEvent, type SharedPropertyTypeDisplayMetadata, type SharedPropertyTypeError, type SharedPropertyTypeError_sharedPropertyTypesAlreadyExist, type SharedPropertyTypeError_sharedPropertyTypesNotFound, type SharedPropertyTypeGothamMapping, type SharedPropertyTypeIdInRequest, type SharedPropertyTypeLoadRequest, type SharedPropertyTypeLoadResponse, type SharedPropertyTypeLogicRuleValueModification, type SharedPropertyTypeRid, type SharedPropertyTypeRidOrIdInRequest, type SharedPropertyTypeRidOrIdInRequest_idInRequest, type SharedPropertyTypeRidOrIdInRequest_rid, type SharedPropertyTypeSoftLinkType, type SharedPropertyTypeStructFieldLogicRuleValueModification, type SharedPropertyTypeUpdatedEvent, type SharedPropertyTypesAlreadyExistError, type SharedPropertyTypesNotFoundError, type ShortBody, type ShortBodyModification, type ShortBodyModification_basic, type ShortBody_basic, type ShortPropertyType, type ShortTypeDataConstraints$1 as ShortTypeDataConstraints, type ShortTypeDataConstraints_oneOf$1 as ShortTypeDataConstraints_oneOf, type ShortTypeDataConstraints_range$1 as ShortTypeDataConstraints_range, type ShortTypeDataValue$1 as ShortTypeDataValue, type ShortTypeRangeConstraint$1 as ShortTypeRangeConstraint, type SimpleAnalyzer, type SingleKeyJoinDefinition, type SoftLink, type SoftLinkType, type SoftLinkType_sharedPropertyType, type StandardAnalyzer, type StaticObjectPrefill, type StaticValue, type StaticWebhookWithDirectInput, type StaticWebhookWithDirectInputModification, type StaticWebhookWithFunctionResultInput, type StaticWebhookWithFunctionResultInputModification, type StreamLocator, type StreamLocatorRid, type StreamName, type StreamViewRid, type StringFormatter, type StringPropertyType, type StringTypeDataConstraints$1 as StringTypeDataConstraints, type StringTypeDataConstraints_isRid$1 as StringTypeDataConstraints_isRid, type StringTypeDataConstraints_isUuid$1 as StringTypeDataConstraints_isUuid, type StringTypeDataConstraints_length$1 as StringTypeDataConstraints_length, type StringTypeDataConstraints_oneOf$1 as StringTypeDataConstraints_oneOf, type StringTypeDataConstraints_regex$1 as StringTypeDataConstraints_regex, type StringTypeDataValue$1 as StringTypeDataValue, type StringTypeIsRidConstraint$1 as StringTypeIsRidConstraint, type StringTypeIsUuidConstraint$1 as StringTypeIsUuidConstraint, type StringTypeLengthConstraint$1 as StringTypeLengthConstraint, type StructFieldAlias, type StructFieldApiNameMapping, type StructFieldApiNameOrRid, type StructFieldApiNameOrRid_apiName, type StructFieldApiNameOrRid_rid, type StructFieldConditionalOverride, type StructFieldConditionalOverrideModification, type StructFieldConditionalValidationBlock, type StructFieldConditionalValidationBlockModification, type StructFieldDisplayMetadata, type StructFieldLogicRuleValue, type StructFieldLogicRuleValueMappingModification, type StructFieldLogicRuleValueModification, type StructFieldLogicRuleValueModification_structListParameterFieldValue, type StructFieldLogicRuleValueModification_structParameterFieldValue, type StructFieldLogicRuleValue_structListParameterFieldValue, type StructFieldLogicRuleValue_structParameterFieldValue, type StructFieldName, type StructFieldPrefill, type StructFieldPrefillModification, type StructFieldPrefillModification_objectParameterStructFieldValue, type StructFieldPrefillModification_objectParameterStructListFieldValue, type StructFieldPrefillOverride, type StructFieldPrefillOverrideModification, type StructFieldPrefill_objectParameterStructFieldValue, type StructFieldPrefill_objectParameterStructListFieldValue, type StructFieldRid, type StructFieldType, type StructFieldValidation, type StructFieldValidationBlock, type StructFieldValidationBlockModification, type StructFieldValidationBlockOverride, type StructFieldValidationBlockOverrideModification, type StructFieldValidationBlockOverrideModification_allowedValues, type StructFieldValidationBlockOverrideModification_parameterRequired, type StructFieldValidationBlockOverrideModification_prefill, type StructFieldValidationBlockOverrideModification_visibility, type StructFieldValidationBlockOverride_allowedValues, type StructFieldValidationBlockOverride_parameterRequired, type StructFieldValidationBlockOverride_prefill, type StructFieldValidationBlockOverride_visibility, type StructFieldValidationDisplayMetadata, type StructFieldValidationDisplayMetadataModification, type StructFieldValidationModification, type StructListParameterFieldValue, type StructParameterFieldDisplayMetadata, type StructParameterFieldDisplayMetadataV2, type StructParameterFieldValue, type StructPropertyFieldType, type StructPropertyFieldType_boolean, type StructPropertyFieldType_date, type StructPropertyFieldType_double, type StructPropertyFieldType_geohash, type StructPropertyFieldType_integer, type StructPropertyFieldType_long, type StructPropertyFieldType_string, type StructPropertyFieldType_timestamp, type StructPropertyType, type StructTypeDataConstraints$1 as StructTypeDataConstraints, type StructTypeElementsConstraint$1 as StructTypeElementsConstraint, type StructuredShortBody, type StructuredShortBodyModification, type SubmitAllValidOrNothingThrowingMode, type SubmitValidEntriesInOrderUntilFirstFailureMode, type SynchronousPreWritebackWebhook, type SynchronousPreWritebackWebhookModification, type SynchronousPreWritebackWebhookModification_staticDirectInput, type SynchronousPreWritebackWebhookModification_staticFunctionInput, type SynchronousPreWritebackWebhook_staticDirectInput, type SynchronousPreWritebackWebhook_staticFunctionInput, type TableDisplayAndFormat, type TableLocator, type TableRid, type TemplateNotificationBody, type TemplateNotificationBodyModification, type TemplateRidPropertyValue, type TextEmbeddingModel, type TextEmbeddingModel_foundryLiveDeployment, type TextEmbeddingModel_lms, type TimeBasedRetentionPolicy, type TimeCodeFormat, type TimeDependentFormatter, type TimeDependentNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormatV2, type TimeDependentNumericSeriesFormat, type TimeDependentSeriesFormat, type TimeDependentSeriesFormat_nonNumeric, type TimeDependentSeriesFormat_numeric, type TimeDependentSeriesFormat_numericOrNonNumeric, type TimeDependentSeriesFormat_numericOrNonNumericV2, type TimeSeriesMetadata, type TimeSeriesSyncName, type TimeSeriesSyncRid, type TimeSeriesSyncViewRid, type TimestampFormatter, type TimestampPropertyType, type TimestampTypeDataConstraints$1 as TimestampTypeDataConstraints, type TimestampTypeDataValue$1 as TimestampTypeDataValue, type TimestampTypeRangeConstraint$1 as TimestampTypeRangeConstraint, type TrueCondition, type Type, type TypeClass, type TypeClassEntityIdentifier, type TypeClassEntityIdentifier_actionTypeRid, type TypeClassEntityIdentifier_linkTypeRid, type TypeClassEntityIdentifier_objectTypeRid, type TypeClassEntityIdentifier_sharedPropertyTypeRid, type TypeGroup, type TypeGroupDisplayMetadata, type TypeGroupError, type TypeGroupError_typeGroupsAlreadyExist, type TypeGroupError_typeGroupsNotFound, type TypeGroupGetOrganizationsRequest, type TypeGroupGetOrganizationsResponse, type TypeGroupIconColors, type TypeGroupIdInRequest, type TypeGroupLoadRequest, type TypeGroupLoadResponse, type TypeGroupRid, type TypeGroupRidOrIdInRequest, type TypeGroupRidOrIdInRequest_idInRequest, type TypeGroupRidOrIdInRequest_rid, type TypeGroupSetOrganizationsRequest, type TypeGroupsAlreadyExistError, type TypeGroupsNotFoundError, type TypeGroupsSummary, type Type_array, type Type_attachment, type Type_boolean, type Type_byte, type Type_cipherText, type Type_date, type Type_decimal, type Type_double, type Type_experimentalTimeDependentV1, type Type_float, type Type_geohash, type Type_geoshape, type Type_geotimeSeriesReference, type Type_integer, type Type_long, type Type_marking, type Type_mediaReference, type Type_short, type Type_string, type Type_struct, type Type_timestamp, type Type_vector, type UniqueIdentifier, type UnresolvedOntologySparkInputProperties, type UnrestrictedParameterInterfacePropertyValue, type UnsafeArg, type UrlTarget, type UrlTargetModification, type UrlTargetModification_carbonWorkspace, type UrlTargetModification_logicRuleValue, type UrlTargetModification_newObject, type UrlTargetModification_relativeUrlString, type UrlTargetModification_rid, type UrlTarget_carbonWorkspace, type UrlTarget_logicRuleValue, type UrlTarget_newObject, type UrlTarget_relativeUrlString, type UrlTarget_rid, type UseCaseRid, type UserAttributes, type UserId, type UserOrGroupId, type UserOrGroupId_groupId, type UserOrGroupId_userId, type UserProperty, type UserPropertyId, type UserPropertyId_currentUser, type UserPropertyValue, type UserPropertyValue_groupIds, type UserPropertyValue_groupNames, type UserPropertyValue_organizationMarkingIds, type UserPropertyValue_userAttributes, type UserPropertyValue_userId, type UserPropertyValue_userName, type UserTimezone, type UserValue, type ValidationRule, type ValidationRuleDisplayMetadata, type ValidationRuleIdInRequest, type ValidationRuleIdentifier, type ValidationRuleIdentifier_rid, type ValidationRuleIdentifier_validationRuleIdInRequest, type ValidationRuleIndex, type ValidationRuleModification, type ValidationRuleRid, type ValueReferenceId, type ValueReferenceSource, type ValueReferenceSource_propertyTypeRid, type ValueTypeApiName, type ValueTypeApiNameReference, type ValueTypeDataConstraint, type ValueTypeDisplayMetadata, type ValueTypeIdInRequest, type ValueTypeInputManagerRid, type ValueTypeLabel, type ValueTypeReference$1 as ValueTypeReference, type ValueTypeRid$1 as ValueTypeRid, type ValueTypeStatus, type ValueTypeVersion, type ValueTypeVersionId$1 as ValueTypeVersionId, type VectorPropertyType, type VectorSimilarityFunction, type VersionReference, type VersionReference_ontologyBranch, type VersionReference_ontologyVersion, type VersionedActionTypeRid, type VersionedActionTypesNotFoundError, type VersionedLinkTypeRid, type VersionedObjectTypeRid, type Visibility, type VisibilityOverride, type WebhookInputParamName, type WebhookOutputParamName, type WebhookRid, type WebhookVersion, type WhitespaceAnalyzer, type WorkflowError, type WorkflowError_deletedLinkTypesStillInUseInWorkflow, type WorkflowError_deletedObjectTypesStillInUseInWorkflow, type WorkflowError_referencedLinkTypesInWorkflowNotFound, type WorkflowError_referencedObjectTypesInWorkflowNotFound, type WorkflowError_workflowsAlreadyExist, type WorkflowError_workflowsNotFound, type WorkflowObjectTypeTrait, type WorkflowObjectTypeTraitDescription, type WorkflowObjectTypeTraitDisplayName, type WorkflowObjectTypeTraitId, type WorkflowObjectTypeTraitImpl, type WorkflowObjectTypeTraitProperty, type WorkflowObjectTypeTraitPropertyDescription, type WorkflowObjectTypeTraitPropertyDisplayName, type WorkflowObjectTypeTraitPropertyId, type WorkflowObjectTypeTraitReference, type WorkflowObjectTypeTraitVersion, type WorkflowsAlreadyExistError, type WorkflowsNotFoundError, type WorkshopModuleRid, type WorkshopReference, type WritebackDatasetRid, type WritebackDatasetSpec, bulkLoadOntologyEntities, createTemporaryObjectSet, getBulkLinksPage, getLinkTypesForObjectTypes, loadAllOntologies };
|
|
18171
|
+
export { type AccessRequestRid, type AccessRequestVersion, type AccessSubRequestRid, type AccessSubRequestVersion, type ActionApplierRevertConfig, type ActionApplyClientPreferences, type ActionApplyClientPreferences_disallowedClients, type ActionApplyDisallowedClients, type ActionLogConfiguration, type ActionLogMessage, type ActionLogMetadata, type ActionLogParameterReference, type ActionLogRule, type ActionLogRuleModification, type ActionLogSummaryPart, type ActionLogSummaryPart_message, type ActionLogSummaryPart_parameter, type ActionLogValue, type ActionLogValueModification, type ActionLogValueModification_actionRid, type ActionLogValueModification_actionTimestamp, type ActionLogValueModification_actionTypeRid, type ActionLogValueModification_actionTypeVersion, type ActionLogValueModification_actionUser, type ActionLogValueModification_allEditedObjects, type ActionLogValueModification_asynchronousWebhookInstanceIds, type ActionLogValueModification_editedObjects, type ActionLogValueModification_interfaceParameterPropertyValue, type ActionLogValueModification_isReverted, type ActionLogValueModification_notificationIds, type ActionLogValueModification_notifiedUsers, type ActionLogValueModification_objectParameterPropertyValue, type ActionLogValueModification_parameterValue, type ActionLogValueModification_revertTimestamp, type ActionLogValueModification_revertUser, type ActionLogValueModification_scenarioRid, type ActionLogValueModification_summary, type ActionLogValueModification_synchronousWebhookInstanceId, type ActionLogValue_actionRid, type ActionLogValue_actionTimestamp, type ActionLogValue_actionTypeRid, type ActionLogValue_actionTypeVersion, type ActionLogValue_actionUser, type ActionLogValue_allEditedObjects, type ActionLogValue_asynchronousWebhookInstanceIds, type ActionLogValue_editedObjects, type ActionLogValue_interfaceParameterPropertyValue, type ActionLogValue_isReverted, type ActionLogValue_notificationIds, type ActionLogValue_notifiedUsers, type ActionLogValue_objectParameterPropertyValue, type ActionLogValue_parameterValue, type ActionLogValue_revertTimestamp, type ActionLogValue_revertUser, type ActionLogValue_scenarioRid, type ActionLogValue_summary, type ActionLogValue_synchronousWebhookInstanceId, type ActionLogic, type ActionLogicModification, type ActionNotification, type ActionNotificationBody, type ActionNotificationBodyFunctionExecution, type ActionNotificationBodyFunctionExecutionModification, type ActionNotificationBodyModification, type ActionNotificationBodyModification_functionGenerated, type ActionNotificationBodyModification_templateNotification, type ActionNotificationBody_functionGenerated, type ActionNotificationBody_templateNotification, type ActionNotificationModification, type ActionNotificationRecipients, type ActionNotificationRecipientsModification, type ActionNotificationRecipientsModification_functionGenerated, type ActionNotificationRecipientsModification_parameter, type ActionNotificationRecipients_functionGenerated, type ActionNotificationRecipients_parameter, type ActionNotificationSettings, type ActionParameterShapeId, type ActionRevert, type ActionRevertEnabledFor, type ActionRevertEnabledFor_actionApplier, type ActionSubmissionConfiguration, type ActionTableSubmissionMode, type ActionTableSubmissionModeConfiguration, type ActionTableSubmissionMode_submitAllValidOrNothingThrowing, type ActionTableSubmissionMode_submitValidEntriesInOrderUntilFirstFailure, type ActionType, type ActionTypeApiName, type ActionTypeBlockDataV2, type ActionTypeCreate, type ActionTypeCreatedEvent, type ActionTypeDeletedEvent, type ActionTypeDisplayMetadata, type ActionTypeDisplayMetadataConfiguration, type ActionTypeDisplayMetadataModification, type ActionTypeDoesNotHaveActionTypeLevelValidationError, type ActionTypeEditingNonEditablePropertyTypeError, type ActionTypeEntities, type ActionTypeError, type ActionTypeError_actionTypeDoesNotHaveActionTypeLevelValidation, type ActionTypeError_actionTypeEditingNonEditablePropertyType, type ActionTypeError_actionTypesAlreadyExist, type ActionTypeError_actionTypesNotFound, type ActionTypeError_deletingAndEditingTheSameActionType, type ActionTypeError_inlineActionTypeCannotBeReferencedByMultipleObjectTypes, type ActionTypeError_nonExistentParametersUsedInParameterPrefill, type ActionTypeError_parameterValidationNotFound, type ActionTypeError_parameterValidationReferencesLaterParameters, type ActionTypeError_parametersDoNotMatchParameterOrdering, type ActionTypeError_versionedActionTypesNotFound, type ActionTypeFrontendConsumer, type ActionTypeFrontendConsumer_objectMonitoring, type ActionTypeGetOrganizationsRequest, type ActionTypeGetOrganizationsResponse, type ActionTypeIdInRequest, type ActionTypeIdentifier, type ActionTypeIdentifier_actionTypeIdInRequest, type ActionTypeIdentifier_rid, type ActionTypeInputManagerRid, type ActionTypeLevelValidation, type ActionTypeLoadAllRequest, type ActionTypeLoadRequest, type ActionTypeLoadRequestV2, type ActionTypeLoadResponse, type ActionTypeLoadResponseV2, type ActionTypeLoadVersionedRequest, type ActionTypeLoadVersionedResponse, type ActionTypeLogic, type ActionTypeLogicRequest, type ActionTypeMetadata, type ActionTypeMetadataModification, type ActionTypeModificationRequest, type ActionTypeModifyRequest, type ActionTypeModifyResponse, type ActionTypeParameterIdentifier, type ActionTypeParameterIdentifier_id, type ActionTypeParameterIdentifier_rid, type ActionTypePermissionInformation, type ActionTypeProvenanceModification, type ActionTypeProvenanceSourceModification, type ActionTypeProvenanceSourceModification_marketplace, type ActionTypeProvenanceSourceModification_none, type ActionTypeRestrictionStatus, type ActionTypeRichTextComponent, type ActionTypeRichTextComponent_message, type ActionTypeRichTextComponent_parameter, type ActionTypeRichTextComponent_parameterProperty, type ActionTypeRichTextMessage, type ActionTypeRichTextParameterPropertyReference, type ActionTypeRichTextParameterReference, type ActionTypeRid, type ActionTypeSetOrganizationsRequest, type ActionTypeStatus, type ActionTypeStatus_active, type ActionTypeStatus_deprecated, type ActionTypeStatus_example, type ActionTypeStatus_experimental, type ActionTypeUpdate, type ActionTypeUpdatedEvent, type ActionTypeVersion, type ActionTypesAlreadyExistError, type ActionTypesNotFoundError, type ActionTypesSummary, type ActionValidation, type ActionValidationRequest, type ActionWebhooks, type ActionWebhooksModification, type ActionsObjectSet, type ActionsObjectSetModification, type ActionsVersion, type ActiveActionTypeStatus, type ActiveInterfaceTypeStatus, type ActiveLinkTypeStatus, type ActiveObjectTypeStatus, type ActivePropertyTypeStatus, type AddInterfaceLinkRule, type AddInterfaceLinkRuleModification, type AddInterfaceRule, type AddInterfaceRuleModification, type AddLinkRule, type AddObjectRule, type AddObjectRuleModification, type AddOrModifyObjectRule, type AddOrModifyObjectRuleModification, type AddOrModifyObjectRuleModificationV2, type AddOrModifyObjectRuleV2, type AliasEntityIdentifier, type AliasEntityIdentifier_objectTypeRid, type AliasEntityIdentifier_sharedPropertyTypeRid, type AllEditedObjectsFieldMapping, type AllFoundryRids, type AllNotificationRenderingMustSucceed, type AllowedParameterValues, type AllowedParameterValuesModification, type AllowedParameterValuesModification_attachment, type AllowedParameterValuesModification_boolean, type AllowedParameterValuesModification_cbacMarking, type AllowedParameterValuesModification_datetime, type AllowedParameterValuesModification_geohash, type AllowedParameterValuesModification_geoshape, type AllowedParameterValuesModification_geotimeSeriesReference, type AllowedParameterValuesModification_interfaceObjectQuery, type AllowedParameterValuesModification_interfacePropertyValue, type AllowedParameterValuesModification_mandatoryMarking, type AllowedParameterValuesModification_mediaReference, type AllowedParameterValuesModification_multipassGroup, type AllowedParameterValuesModification_objectList, type AllowedParameterValuesModification_objectPropertyValue, type AllowedParameterValuesModification_objectQuery, type AllowedParameterValuesModification_objectSetRid, type AllowedParameterValuesModification_objectTypeReference, type AllowedParameterValuesModification_oneOf, type AllowedParameterValuesModification_range, type AllowedParameterValuesModification_redacted, type AllowedParameterValuesModification_struct, type AllowedParameterValuesModification_text, type AllowedParameterValuesModification_timeSeriesReference, type AllowedParameterValuesModification_user, type AllowedParameterValuesModification_valueType, type AllowedParameterValuesRequest, type AllowedParameterValuesRequest_attachment, type AllowedParameterValuesRequest_boolean, type AllowedParameterValuesRequest_cbacMarking, type AllowedParameterValuesRequest_datetime, type AllowedParameterValuesRequest_geohash, type AllowedParameterValuesRequest_geoshape, type AllowedParameterValuesRequest_geotimeSeriesReference, type AllowedParameterValuesRequest_interfaceObjectQuery, type AllowedParameterValuesRequest_interfacePropertyValue, type AllowedParameterValuesRequest_mandatoryMarking, type AllowedParameterValuesRequest_mediaReference, type AllowedParameterValuesRequest_multipassGroup, type AllowedParameterValuesRequest_objectList, type AllowedParameterValuesRequest_objectPropertyValue, type AllowedParameterValuesRequest_objectQuery, type AllowedParameterValuesRequest_objectSetRid, type AllowedParameterValuesRequest_objectTypeReference, type AllowedParameterValuesRequest_oneOf, type AllowedParameterValuesRequest_range, type AllowedParameterValuesRequest_redacted, type AllowedParameterValuesRequest_struct, type AllowedParameterValuesRequest_text, type AllowedParameterValuesRequest_timeSeriesReference, type AllowedParameterValuesRequest_user, type AllowedParameterValuesRequest_valueType, type AllowedParameterValues_attachment, type AllowedParameterValues_boolean, type AllowedParameterValues_cbacMarking, type AllowedParameterValues_datetime, type AllowedParameterValues_geohash, type AllowedParameterValues_geoshape, type AllowedParameterValues_geotimeSeriesReference, type AllowedParameterValues_interfaceObjectQuery, type AllowedParameterValues_interfacePropertyValue, type AllowedParameterValues_mandatoryMarking, type AllowedParameterValues_mediaReference, type AllowedParameterValues_multipassGroup, type AllowedParameterValues_objectList, type AllowedParameterValues_objectPropertyValue, type AllowedParameterValues_objectQuery, type AllowedParameterValues_objectSetRid, type AllowedParameterValues_objectTypeReference, type AllowedParameterValues_oneOf, type AllowedParameterValues_range, type AllowedParameterValues_redacted, type AllowedParameterValues_struct, type AllowedParameterValues_text, type AllowedParameterValues_timeSeriesReference, type AllowedParameterValues_user, type AllowedParameterValues_valueType, type AllowedStructFieldValues, type AllowedStructFieldValuesModification, type AllowedStructFieldValuesModification_boolean, type AllowedStructFieldValuesModification_datetime, type AllowedStructFieldValuesModification_geohash, type AllowedStructFieldValuesModification_oneOf, type AllowedStructFieldValuesModification_range, type AllowedStructFieldValuesModification_text, type AllowedStructFieldValuesOverride, type AllowedStructFieldValuesOverrideModification, type AllowedStructFieldValues_boolean, type AllowedStructFieldValues_datetime, type AllowedStructFieldValues_geohash, type AllowedStructFieldValues_oneOf, type AllowedStructFieldValues_range, type AllowedStructFieldValues_text, type AllowedValuesOverride, type AllowedValuesOverrideModification, type AllowedValuesOverrideRequest, type Analyzer, type Analyzer_languageAnalyzer, type Analyzer_notAnalyzed, type Analyzer_simpleAnalyzer, type Analyzer_standardAnalyzer, type Analyzer_whitespaceAnalyzer, type AndCondition, type AndConditionModification, type AnyNotificationRenderingCanFail, type ApiNameValueTypeReference, type ArrayPropertyType, type ArrayTypeDataConstraints$1 as ArrayTypeDataConstraints, type ArrayTypeDataValue$1 as ArrayTypeDataValue, type ArrayTypeElementsUniqueConstraint$1 as ArrayTypeElementsUniqueConstraint, type ArrayTypeSizeConstraint$1 as ArrayTypeSizeConstraint, type ArtifactGidFormatter, type AsynchronousPostWritebackWebhook, type AsynchronousPostWritebackWebhookModification, type AsynchronousPostWritebackWebhookModification_staticDirectInput, type AsynchronousPostWritebackWebhookModification_staticFunctionInput, type AsynchronousPostWritebackWebhook_staticDirectInput, type AsynchronousPostWritebackWebhook_staticFunctionInput, type AttachmentPropertyType, type Attribution, type BaseFormatter, type BaseFormatter_boolean, type BaseFormatter_date, type BaseFormatter_knownFormatter, type BaseFormatter_number, type BaseFormatter_string, type BaseFormatter_timeDependent, type BaseFormatter_timestamp, type BaseParameterSubtype, type BaseParameterSubtype_marking, type BasePropertyType, type BaseType, type BasicEmailBody, type BasicEmailBodyModification, type BatchedFunctionRule, type BatchedFunctionRuleModification, type BidirectionalRelation, type BidirectionalRelationCreateRequest, type BidirectionalRelationDeleteRequest, type BidirectionalRelationModifyRequest, type BidirectionalRelationModifyRequest_create, type BidirectionalRelationModifyRequest_delete, type BidirectionalRelationModifyRequest_update, type BidirectionalRelationUpdateRequest, type BidirectionalRelationWithoutRid, type BlockInternalId, type BlockPermissionInformation, type BlockShapeId, type BlueprintIcon, type BooleanFormatter, type BooleanPropertyType, type BooleanTypeDataConstraintValue$1 as BooleanTypeDataConstraintValue, type BooleanTypeDataConstraints$1 as BooleanTypeDataConstraints, type BooleanTypeDataValue$1 as BooleanTypeDataValue, type BranchClosedEvent, type BranchDeletedEvent, type BranchId, type BranchMergedEvent, type BuilderPipelineRid, type BulkExecutionModeConfig, type ButtonDisplayMetadata, type BytePropertyType, type ByteTypeDataValue$1 as ByteTypeDataValue, type CarbonWorkspaceComponentUrlTarget, type CarbonWorkspaceComponentUrlTargetModification, type CarbonWorkspaceComponentUrlTargetModification_rid, type CarbonWorkspaceComponentUrlTarget_rid, type CarbonWorkspaceUrlTarget, type CarbonWorkspaceUrlTargetModification, type CategoryId, type CipherTextPropertyType, type ClassificationConstraint, type ColumnLocator, type ColumnName, type ColumnNameType, type ComparisonCondition, type ComparisonConditionModification, type ComparisonOperator, type CompassProjectRid, type Condition, type ConditionDisplayMetadata, type ConditionIndex, type ConditionModification, type ConditionModification_and, type ConditionModification_comparison, type ConditionModification_markings, type ConditionModification_not, type ConditionModification_or, type ConditionModification_redacted, type ConditionModification_regex, type ConditionModification_true, type ConditionValue, type ConditionValueModification, type ConditionValueModification_interfaceParameterPropertyValue, type ConditionValueModification_objectParameterPropertyValue, type ConditionValueModification_parameterId, type ConditionValueModification_parameterLength, type ConditionValueModification_staticValue, type ConditionValueModification_userProperty, type ConditionValue_interfaceParameterPropertyValue, type ConditionValue_objectParameterPropertyValue, type ConditionValue_parameterId, type ConditionValue_parameterLength, type ConditionValue_staticValue, type ConditionValue_userProperty, type Condition_and, type Condition_comparison, type Condition_markings, type Condition_not, type Condition_or, type Condition_redacted, type Condition_regex, type Condition_true, type ConditionalOverride, type ConditionalOverrideModification, type ConditionalOverrideRequest, type ConditionalValidationBlock, type ConditionalValidationBlockModification, type ConditionalValidationBlockRequest, type CurrentTime, type CurrentUser, type DataConstraint, type DataConstraintWrapper, type DataConstraints, type DataFilter, type DataNullability, type DataNullabilityV2, type DataSecurity, type DataSetName, type DataType, type DataType_baseType, type DatasetRid, type DatasetRidAndBranchId, type DatasetTransactionRid, type DatasourceBackingRid, type DatasourceBackingRid_datasetRid, type DatasourceBackingRid_derivedPropertiesSourceRid, type DatasourceBackingRid_directSourceRid, type DatasourceBackingRid_editsOnlyRid, type DatasourceBackingRid_geotimeSeriesIntegrationRid, type DatasourceBackingRid_mediaSetRid, type DatasourceBackingRid_mediaSetViewRid, type DatasourceBackingRid_restrictedStreamRid, type DatasourceBackingRid_restrictedViewRid, type DatasourceBackingRid_streamLocatorRid, type DatasourceBackingRid_tableRid, type DatasourceBackingRid_timeSeriesSyncRid, type DatasourceIdentifier, type DatasourceIdentifier_datasetRidAndBranchId, type DatasourceIdentifier_derivedPropertiesSourceRid, type DatasourceIdentifier_directSourceRid, type DatasourceIdentifier_editsOnly, type DatasourceIdentifier_geotimeSeriesIntegrationRid, type DatasourceIdentifier_mediaSetView, type DatasourceIdentifier_mediaSourceRids, type DatasourceIdentifier_restrictedStream, type DatasourceIdentifier_restrictedViewRid, type DatasourceIdentifier_streamLocator, type DatasourceIdentifier_table, type DatasourceIdentifier_timeSeriesSyncRid, type DatasourcePredicate, type DatasourcePredicate_hasRid, type DatasourcePredicate_isOnlyDatasource, type DatasourcePredicate_or, type DatasourceRid, type DatasourceType, type DateFormatter, type DatePropertyType, type DateRangeValue, type DateRangeValueModification, type DateRangeValueModification_fixed, type DateRangeValueModification_now, type DateRangeValueModification_relative, type DateRangeValue_fixed, type DateRangeValue_now, type DateRangeValue_relative, type DateTypeDataConstraints$1 as DateTypeDataConstraints, type DateTypeDataValue$1 as DateTypeDataValue, type DateTypeRangeConstraint$1 as DateTypeRangeConstraint, type DatetimeFormat, type DatetimeFormat_localizedFormat, type DatetimeFormat_stringFormat, type DatetimeLocalizedFormat, type DatetimeStringFormat, type DatetimeTimezone, type DatetimeTimezoneDefinition, type DatetimeTimezoneDefinition_zoneId, type DatetimeTimezone_static, type DatetimeTimezone_user, type DecimalPropertyType, type DecimalTypeDataConstraints$1 as DecimalTypeDataConstraints, type DecimalTypeDataConstraints_oneOf$1 as DecimalTypeDataConstraints_oneOf, type DecimalTypeDataConstraints_range$1 as DecimalTypeDataConstraints_range, type DecimalTypeDataValue$1 as DecimalTypeDataValue, type DecimalTypeRangeConstraint$1 as DecimalTypeRangeConstraint, type DelegateToAllowedStructFieldValues, type DeleteInterfaceLinkRule, type DeleteInterfaceLinkRuleModification, type DeleteLinkRule, type DeleteObjectRule, type DeletedLinkTypesStillInUseError, type DeletedLinkTypesStillInUseInWorkflowError, type DeletedObjectTypesStillInUseError, type DeletedObjectTypesStillInUseInWorkflowError, type DeletingAndEditingTheSameActionTypeError, type DeletionMetadata, type DeprecatedActionTypeGetOrganizationsResponse, type DeprecatedActionTypeSetOrganizationsRequest, type DeprecatedActionTypeStatus, type DeprecatedInterfaceTypeStatus, type DeprecatedLinkTypeStatus, type DeprecatedObjectTypeStatus, type DeprecatedPropertyTypeStatus, type DerivedPropertiesSourceRid, type DirectSourceRid, type DirectedLinkTypeRid, type DisplayMetadataConfigurationDefaultLayout, type DisplayMetadataConfigurationDisplayAndFormat, type DoublePropertyType, type DoubleTypeDataConstraints$1 as DoubleTypeDataConstraints, type DoubleTypeDataConstraints_oneOf$1 as DoubleTypeDataConstraints_oneOf, type DoubleTypeDataConstraints_range$1 as DoubleTypeDataConstraints_range, type DoubleTypeDataValue$1 as DoubleTypeDataValue, type DoubleTypeRangeConstraint$1 as DoubleTypeRangeConstraint, type Duration, type DurationBaseValue, type DurationFormatStyle, type DurationFormatStyle_humanReadable, type DurationFormatStyle_timecode, type DurationPrecision, type DynamicObjectSet, type DynamicObjectSetInput, type DynamicObjectSetInputBase, type DynamicObjectSetInputParameter, type DynamicObjectSetInputUnioned, type DynamicObjectSetInput_base, type DynamicObjectSetInput_parameter, type DynamicObjectSetInput_unioned, type EditActionTypeRequest, type EditOnlyPropertyType, type EditParameterRequest, type EditParameterRequestModification, type EditSectionRequest, type EditSectionRequestModification, type EditValidationRuleRequest, type EditsConfiguration, type EditsHistoryObjectTypeRid, type EditsOnlyRid, type EmailBody, type EmailBodyModification, type EmailBodyModification_basic, type EmailBody_basic, type EmbeddingModel, type EmbeddingModel_text, type Empty, type EndorsedObjectTypeStatus, type EnrollmentRid, type EntityLoadByDatasourceResponse, type EntityLoadByDatasourceResponse_linkType, type EntityLoadByDatasourceResponse_objectType, type EntityMetadataLoadRequest, type EntityStatus, type EventMetadata, type EventsTopicRid, type EveryoneTrustedRedactionOverride, type ExampleActionTypeStatus, type ExampleInterfaceTypeStatus, type ExampleLinkTypeStatus, type ExampleObjectTypeStatus, type ExamplePropertyTypeStatus, type ExampleValue, type ExperimentalActionTypeStatus, type ExperimentalDeclarativeEditInformation, type ExperimentalInterfaceTypeStatus, type ExperimentalLinkTypeStatus, type ExperimentalObjectTypeStatus, type ExperimentalPropertyTypeStatus, type ExperimentalTimeDependentPropertyTypeV1, type FailureMessage, type FieldDisplayMetadata, type FieldMetadata, type FloatPropertyType, type FloatTypeDataConstraints$1 as FloatTypeDataConstraints, type FloatTypeDataConstraints_oneOf$1 as FloatTypeDataConstraints_oneOf, type FloatTypeDataConstraints_range$1 as FloatTypeDataConstraints_range, type FloatTypeDataValue$1 as FloatTypeDataValue, type FloatTypeRangeConstraint$1 as FloatTypeRangeConstraint, type FormContent, type FormContent_parameterId, type FormContent_sectionId, type FormatterUserId, type FoundryFieldType, type FoundryLiveDeployment, type FoundryObjectReference, type FunctionApiName, type FunctionAtVersion, type FunctionExecutionWithRecipientInput, type FunctionExecutionWithRecipientInputModification, type FunctionExecutionWithRecipientInputModification_logicRuleValue, type FunctionExecutionWithRecipientInputModification_recipient, type FunctionExecutionWithRecipientInput_logicRuleValue, type FunctionExecutionWithRecipientInput_recipient, type FunctionGeneratedActionNotificationRecipients, type FunctionGeneratedActionNotificationRecipientsModification, type FunctionGeneratedNotificationBody, type FunctionGeneratedNotificationBodyModification, type FunctionInputName, type FunctionReference, type FunctionRid, type FunctionRule, type FunctionRuleCustomExecutionMode, type FunctionRuleCustomExecutionMode_bulkExecutionModeConfig, type FunctionRuleModification, type FunctionVersion, type GenericOntologyMetadataError, type GeohashPropertyType, type GeoshapePropertyType, type GeotimeSeriesIntegrationName, type GeotimeSeriesIntegrationRid, type GeotimeSeriesReferencePropertyType, type GetActionTypesForInterfaceTypePageToken, type GetActionTypesForInterfaceTypeRequest, type GetActionTypesForInterfaceTypeResponse, type GetActionTypesForObjectTypePageToken, type GetActionTypesForObjectTypeRequest, type GetActionTypesForObjectTypeResponse, type GetBulkLinksPageRequest, type GetEntityDelegateDatasetRequest, type GetEntityDelegateDatasetResponse, type GetFeatureConfigurationsResponse, type GetLinkMetadataForObjectTypesRequest, type GetLinkMetadataForObjectTypesResponse, type GetLinkTypesForObjectTypesRequest, type GetLinkTypesForObjectTypesResponse, type GetObjectTypesForInterfaceTypesRequest, type GetObjectTypesForInterfaceTypesResponse, type GetObjectTypesForSharedPropertyTypesRequest, type GetObjectTypesForSharedPropertyTypesResponse, type GetObjectTypesForTypeGroupsRequest, type GetObjectTypesForTypeGroupsResponse, type GetOntologyEntitiesForTypeGroupsRequest, type GetOntologyEntitiesForTypeGroupsResponse, type GetOntologySummaryRequest, type GetOntologySummaryResponse, type GetRelationsForObjectTypesRequest, type GetRelationsForObjectTypesResponse, type GlobalBranchRid, type GroupId, type HandlebarsInputName, type HumanReadableFormat, type Icon, type IconReference, type Icon_blueprint, type ImportedActionType, type ImportedInterfaceLinkType, type ImportedInterfaceType, type ImportedLinkDefinition, type ImportedLinkDefinition_manyToMany, type ImportedLinkDefinition_oneToMany, type ImportedLinkType, type ImportedManyToManyLinkDefinition, type ImportedObjectType, type ImportedOneToManyLinkDefinition, type ImportedOntologyEntitiesForProjectSpanOntologies, type ImportedParameter, type ImportedPropertyType, type ImportedSharedPropertyType, type ImportedTypes, type InlineActionDisplayOptions, type InlineActionType, type InlineActionTypeCannotBeReferencedByMultipleObjectTypesError, type InstallLocationBlockShapeId, type IntegerPropertyType, type IntegerTypeDataConstraints$1 as IntegerTypeDataConstraints, type IntegerTypeDataConstraints_oneOf$1 as IntegerTypeDataConstraints_oneOf, type IntegerTypeDataConstraints_range$1 as IntegerTypeDataConstraints_range, type IntegerTypeDataValue$1 as IntegerTypeDataValue, type IntegerTypeRangeConstraint$1 as IntegerTypeRangeConstraint, type InterfaceLinkType, type InterfaceLinkTypeApiName, type InterfaceLinkTypeCardinality, type InterfaceLinkTypeIdInRequest, type InterfaceLinkTypeMetadata, type InterfaceLinkTypeRid, type InterfaceLinkTypeRidOrIdInRequest, type InterfaceLinkTypeRidOrIdInRequest_idInRequest, type InterfaceLinkTypeRidOrIdInRequest_rid, type InterfaceParameterPropertyValue, type InterfaceParameterPropertyValueModification, type InterfacePropertyImplementation, type InterfacePropertyType, type InterfacePropertyTypeApiName, type InterfacePropertyTypeDisplayMetadata, type InterfacePropertyTypeIdInRequest, type InterfacePropertyTypeRid, type InterfacePropertyTypeRidOrIdInRequest, type InterfacePropertyTypeRidOrIdInRequest_idInRequest, type InterfacePropertyTypeRidOrIdInRequest_rid, type InterfacePropertyType_sharedPropertyBasedPropertyType, type InterfaceSharedPropertyType, type InterfaceType, type InterfaceTypeApiName, type InterfaceTypeBlockDataV2, type InterfaceTypeCreatedEvent, type InterfaceTypeDeletedEvent, type InterfaceTypeDisplayMetadata, type InterfaceTypeError, type InterfaceTypeError_interfaceTypesAlreadyExist, type InterfaceTypeError_interfaceTypesNotFound, type InterfaceTypeIdInRequest, type InterfaceTypeLoadRequest, type InterfaceTypeLoadResponse, type InterfaceTypeRid, type InterfaceTypeRidOrIdInRequest, type InterfaceTypeRidOrIdInRequest_idInRequest, type InterfaceTypeRidOrIdInRequest_rid, type InterfaceTypeStatus, type InterfaceTypeStatus_active, type InterfaceTypeStatus_deprecated, type InterfaceTypeStatus_example, type InterfaceTypeStatus_experimental, type InterfaceTypeUpdatedEvent, type InterfaceTypesAlreadyExistError, type InterfaceTypesNotFoundError, type InterfacesSummary, type IntermediaryLinkDefinition, type IsOnlyDatasource, type JoinDefinition, type JoinDefinition_joinTable, type JoinDefinition_singleKey, type KnownFormatter, type KnownFormatter_artifactGidFormatter, type KnownFormatter_ridFormatter, type KnownFormatter_userId, type KnownMarketplaceIdentifiers, type LabelledValue, type LanguageAnalyzer, type LimeIndexRid, type LinkDefinition, type LinkDefinition_intermediary, type LinkDefinition_manyToMany, type LinkDefinition_oneToMany, type LinkMetadata, type LinkMetadata_linkType, type LinkMetadata_softLink, type LinkType, type LinkTypeBlockDataV2, type LinkTypeCreatedEvent, type LinkTypeDeletedEvent, type LinkTypeDisplayMetadata, type LinkTypeError, type LinkTypeError_deletedLinkTypesStillInUse, type LinkTypeError_deletedObjectsStillInUse, type LinkTypeError_linkTypeRidsNotFound, type LinkTypeError_linkTypesAlreadyExist, type LinkTypeError_linkTypesNotFound, type LinkTypeError_referencedLinkTypesNotFound, type LinkTypeError_referencedObjectTypesNotFound, type LinkTypeId, type LinkTypeIdentifier, type LinkTypeIdentifier_linkTypeId, type LinkTypeIdentifier_linkTypeRid, type LinkTypeInputManagerRid, type LinkTypeInputSpec, type LinkTypeLoadRequest, type LinkTypeLoadResponse, type LinkTypeMetadata, type LinkTypeMetadataInputManagerRid, type LinkTypePeeringMetadata, type LinkTypePeeringMetadataV1, type LinkTypePeeringMetadata_v1, type LinkTypePeeringRid, type LinkTypePermissionInformation, type LinkTypeRestrictionStatus, type LinkTypeRid, type LinkTypeRidsNotFoundError, type LinkTypeStatus, type LinkTypeStatus_active, type LinkTypeStatus_deprecated, type LinkTypeStatus_example, type LinkTypeStatus_experimental, type LinkTypeUpdatedEvent, type LinkTypesAlreadyExistError, type LinkTypesNotFoundError, type LinkTypesSummary, type LinkedEntityTypeId, type LinkedEntityTypeId_interfaceType, type LinkedEntityTypeId_objectType, type LinkedEntityTypeRidOrIdInRequest, type LinkedEntityTypeRidOrIdInRequest_interfaceType, type LinkedEntityTypeRidOrIdInRequest_objectType, type LiveDeploymentRid, type LmsEmbeddingModel, type LoadActionTypesFromOntologyRequest, type LoadActionTypesFromOntologyResponse, type LoadAllActionTypesFromOntologyRequest, type LoadAllActionTypesPageItem, type LoadAllActionTypesPageRequest, type LoadAllActionTypesPageResponse, type LoadAllActionTypesPageToken, type LoadAllInterfaceTypesPageItem, type LoadAllInterfaceTypesPageRequest, type LoadAllInterfaceTypesPageResponse, type LoadAllInterfaceTypesPageToken, type LoadAllObjectTypesFromOntologyPageRequest, type LoadAllObjectTypesFromOntologyPageResponse, type LoadAllObjectTypesPageItem, type LoadAllObjectTypesPageRequest, type LoadAllObjectTypesPageResponse, type LoadAllObjectTypesPageToken, type LoadAllOntologiesRequest, type LoadAllOntologiesResponse, type LoadAllSharedPropertyTypesPageItem, type LoadAllSharedPropertyTypesPageRequest, type LoadAllSharedPropertyTypesPageResponse, type LoadAllSharedPropertyTypesPageToken, type LoadAllTypeGroupsPageItem, type LoadAllTypeGroupsPageRequest, type LoadAllTypeGroupsPageResponse, type LoadAllTypeGroupsPageToken, type LogicRule, type LogicRuleModification, type LogicRuleModification_addInterfaceLinkRule, type LogicRuleModification_addInterfaceRule, type LogicRuleModification_addLinkRule, type LogicRuleModification_addObjectRule, type LogicRuleModification_addOrModifyObjectRule, type LogicRuleModification_addOrModifyObjectRuleV2, type LogicRuleModification_batchedFunctionRule, type LogicRuleModification_deleteInterfaceLinkRule, type LogicRuleModification_deleteLinkRule, type LogicRuleModification_deleteObjectRule, type LogicRuleModification_functionRule, type LogicRuleModification_modifyInterfaceRule, type LogicRuleModification_modifyObjectRule, type LogicRuleValue, type LogicRuleValueModification, type LogicRuleValueModification_currentTime, type LogicRuleValueModification_currentUser, type LogicRuleValueModification_interfaceParameterPropertyValue, type LogicRuleValueModification_objectParameterPropertyValue, type LogicRuleValueModification_parameterId, type LogicRuleValueModification_staticValue, type LogicRuleValueModification_synchronousWebhookOutput, type LogicRuleValueModification_uniqueIdentifier, type LogicRuleValue_currentTime, type LogicRuleValue_currentUser, type LogicRuleValue_interfaceParameterPropertyValue, type LogicRuleValue_objectParameterPropertyValue, type LogicRuleValue_parameterId, type LogicRuleValue_staticValue, type LogicRuleValue_synchronousWebhookOutput, type LogicRuleValue_uniqueIdentifier, type LogicRule_addInterfaceLinkRule, type LogicRule_addInterfaceRule, type LogicRule_addLinkRule, type LogicRule_addObjectRule, type LogicRule_addOrModifyObjectRule, type LogicRule_addOrModifyObjectRuleV2, type LogicRule_batchedFunctionRule, type LogicRule_deleteInterfaceLinkRule, type LogicRule_deleteLinkRule, type LogicRule_deleteObjectRule, type LogicRule_functionRule, type LogicRule_modifyInterfaceRule, type LogicRule_modifyObjectRule, type LongPropertyType, type LongTypeDataConstraints$1 as LongTypeDataConstraints, type LongTypeDataConstraints_oneOf$1 as LongTypeDataConstraints_oneOf, type LongTypeDataConstraints_range$1 as LongTypeDataConstraints_range, type LongTypeDataValue$1 as LongTypeDataValue, type LongTypeRangeConstraint$1 as LongTypeRangeConstraint, type MandatoryMarkingConstraint, type ManyToManyJoinDefinition, type ManyToManyLinkDefinition, type ManyToManyLinkTypeDatasetDatasource, type ManyToManyLinkTypeDatasource, type ManyToManyLinkTypeDatasourceDefinition, type ManyToManyLinkTypeDatasourceDefinition_dataset, type ManyToManyLinkTypeDatasourceDefinition_stream, type ManyToManyLinkTypeStreamDatasource, type MarketplaceObjectTypeEntityMetadata, type MarkingFilter, type MarkingFilter_markingTypes, type MarkingId, type MarkingPropertyType, type MarkingSubtype, type MarkingType, type MarkingTypesFilter, type MarkingsCondition, type MarkingsConditionModification, type MediaItemRid, type MediaReferencePropertyType, type MediaSetBranchRid, type MediaSetRid, type MediaSetViewLocator, type MediaSetViewName, type MediaSetViewRid, type MediaSourceRid, type MediaSourceRid_datasetRid, type MediaSourceRid_mediaSetRid, type MissingAffectedObjectTypesForFunctionRule, type MissingParameterValueType, type ModifyInterfaceRule, type ModifyInterfaceRuleModification, type ModifyObjectRule, type ModifyObjectRuleModification, type ModuleRid, type MultipassUserFilter, type MultipassUserFilterModification, type MultipassUserFilterModification_groupFilter, type MultipassUserFilter_groupFilter, type MultipassUserInGroupFilter, type MultipassUserInGroupFilterModification, type MustBeEmpty, type NestedStructFieldApiNameMapping, type NewObjectUrlTarget, type NewObjectUrlTargetModification, type NoRetentionPolicy, type NonExistentParametersUsedInParameterPrefillError, type NonNumericInternalInterpolation, type NonNumericSeriesValueMetadata, type NonNumericSeriesValueUnit, type NoneEntityProvenance, type NotAnalyzedAnalyzer, type NotCondition, type NotConditionModification, type NotepadReference, type NotepadRid, type NotificationRecipient, type NotificationResultTypeLink, type NotificationResultTypeLinkModification, type NotificationTemplateInputValue, type NotificationTemplateInputValueModification, type NotificationTemplateInputValueModification_actionTriggererValue, type NotificationTemplateInputValueModification_logicRuleValue, type NotificationTemplateInputValueModification_recipientValue, type NotificationTemplateInputValue_actionTriggererValue, type NotificationTemplateInputValue_logicRuleValue, type NotificationTemplateInputValue_recipientValue, type NumberFormatBase, type NumberFormatBasisPoint, type NumberFormatBillions, type NumberFormatCurrency, type NumberFormatCurrencyStyle, type NumberFormatCustomUnit, type NumberFormatDuration, type NumberFormatMillions, type NumberFormatNotation, type NumberFormatOrdinal, type NumberFormatPerMille, type NumberFormatPercentage, type NumberFormatPrePostFix, type NumberFormatThousands, type NumberFormatUnit, type NumberFormatter, type NumberFormatter_base, type NumberFormatter_basisPoint, type NumberFormatter_billions, type NumberFormatter_currency, type NumberFormatter_customUnit, type NumberFormatter_duration, type NumberFormatter_millions, type NumberFormatter_ordinal, type NumberFormatter_perMille, type NumberFormatter_percentage, type NumberFormatter_prePost, type NumberFormatter_thousands, type NumberFormatter_unit, type NumberRoundingMode, type NumericInternalInterpolation, type NumericOrNonNumericSeriesValueMetadata, type NumericOrNonNumericSeriesValueMetadataV2, type NumericSeriesValueMetadata, type NumericSeriesValueUnit, type NumericSeriesValueUnit_customUnit, type NumericSeriesValueUnit_standardUnit, type ObjectDbRid, type ObjectDbSyncRid, type ObjectDisplayMetadata, type ObjectIdentifier, type ObjectMonitoringFrontendConsumer, type ObjectOrLinkTypeRid, type ObjectParameterPropertyValue, type ObjectParameterStructFieldValue, type ObjectParameterStructFieldValueModification, type ObjectParameterStructListFieldValue, type ObjectParameterStructListFieldValueModification, type ObjectQueryPrefill, type ObjectQueryPrefillModification, type ObjectQueryPropertyValue, type ObjectQueryPropertyValueModification, type ObjectRid, type ObjectSet, type ObjectSetFilter$1 as ObjectSetFilter, type ObjectSetRidPrefill, type ObjectSetRidPrefillModification, type ObjectSetSearchAround, type ObjectSetTransform, type ObjectSetTransform_propertyFilter, type ObjectSetTransform_searchAround, type ObjectType, type ObjectTypeApiName, type ObjectTypeBlockDataV2, type ObjectTypeCreatedEvent, type ObjectTypeDatasetDatasource, type ObjectTypeDatasetDatasourceV2, type ObjectTypeDatasetDatasourceV3, type ObjectTypeDatasource, type ObjectTypeDatasourceDefinition, type ObjectTypeDatasourceDefinition_dataset, type ObjectTypeDatasourceDefinition_datasetV2, type ObjectTypeDatasourceDefinition_datasetV3, type ObjectTypeDatasourceDefinition_derived, type ObjectTypeDatasourceDefinition_direct, type ObjectTypeDatasourceDefinition_editsOnly, type ObjectTypeDatasourceDefinition_geotimeSeries, type ObjectTypeDatasourceDefinition_media, type ObjectTypeDatasourceDefinition_mediaSetView, type ObjectTypeDatasourceDefinition_restrictedStream, type ObjectTypeDatasourceDefinition_restrictedView, type ObjectTypeDatasourceDefinition_restrictedViewV2, type ObjectTypeDatasourceDefinition_stream, type ObjectTypeDatasourceDefinition_streamV2, type ObjectTypeDatasourceDefinition_streamV3, type ObjectTypeDatasourceDefinition_table, type ObjectTypeDatasourceDefinition_timeSeries, type ObjectTypeDeletedEvent, type ObjectTypeDerivedPropertiesDatasource, type ObjectTypeDirectDatasource, type ObjectTypeDisplayMetadata, type ObjectTypeEditsOnlyDatasource, type ObjectTypeEmbeddingInput, type ObjectTypeError, type ObjectTypeError_objectTypeRidsNotFound, type ObjectTypeError_objectTypesAlreadyExist, type ObjectTypeError_objectTypesNotFound, type ObjectTypeError_patchBackupInitializationConfigurationSourceDoesNotExist, type ObjectTypeFieldApiName, type ObjectTypeGeotimeSeriesDatasource, type ObjectTypeId, type ObjectTypeIdentifier, type ObjectTypeIdentifier_objectTypeId, type ObjectTypeIdentifier_objectTypeRid, type ObjectTypeIdsAndInterfaceTypeRids, type ObjectTypeInputManagerProperties, type ObjectTypeInputManagerRid, type ObjectTypeInputSpec, type ObjectTypeInterfaceImplementation, type ObjectTypeLoadRequest, type ObjectTypeLoadResponse, type ObjectTypeMediaDatasource, type ObjectTypeMediaSetViewDatasource, type ObjectTypeMetadataInputManagerRid, type ObjectTypePeeringMetadata, type ObjectTypePeeringMetadataV1, type ObjectTypePeeringMetadata_v1, type ObjectTypePeeringRid, type ObjectTypePermissionInformation, type ObjectTypeRestrictedStreamDatasource, type ObjectTypeRestrictedViewDatasource, type ObjectTypeRestrictedViewDatasourceV2, type ObjectTypeRestrictionStatus, type ObjectTypeRid, type ObjectTypeRidsAndInterfaceTypeRids, type ObjectTypeRidsNotFoundError, type ObjectTypeStatus, type ObjectTypeStatus_active, type ObjectTypeStatus_deprecated, type ObjectTypeStatus_endorsed, type ObjectTypeStatus_example, type ObjectTypeStatus_experimental, type ObjectTypeStreamDatasource, type ObjectTypeStreamDatasourceV2, type ObjectTypeStreamDatasourceV3, type ObjectTypeTableDatasource, type ObjectTypeTimeSeriesDatasource, type ObjectTypeTraitPropertySpecification, type ObjectTypeTraits, type ObjectTypeUpdatedEvent, type ObjectTypeWithRestrictedViewWithGpsPolicyColumnsNotMappedAsPropertyTypes, type ObjectTypesAlreadyExistError, type ObjectTypesNotFoundError, type ObjectTypesSummary, type ObjectsPlatformRids, type ObjectsWritebackDataset, type OneOfDecimalTypeConstraint$1 as OneOfDecimalTypeConstraint, type OneOfDoubleTypeConstraint$1 as OneOfDoubleTypeConstraint, type OneOfFloatTypeConstraint$1 as OneOfFloatTypeConstraint, type OneOfIntegerTypeConstraint$1 as OneOfIntegerTypeConstraint, type OneOfLongTypeConstraint$1 as OneOfLongTypeConstraint, type OneOfShortTypeConstraint$1 as OneOfShortTypeConstraint, type OneOfStringTypeConstraint$1 as OneOfStringTypeConstraint, type OneToManyLinkCardinalityHint, type OneToManyLinkDefinition, type OntologyActionTypeLoadRequest, type OntologyApiName, type OntologyBlockDataV2, type OntologyBranch, type OntologyBranchRid, type OntologyBulkLoadEntitiesByDatasourcesRequest, type OntologyBulkLoadEntitiesByDatasourcesResponse, type OntologyBulkLoadEntitiesRequest, type OntologyBulkLoadEntitiesResponse, type OntologyDatasetType, type OntologyEntitiesUsedInTypeGroup, type OntologyInformation, type OntologyIr, type OntologyIrActionLogMetadata, type OntologyIrActionLogRule, type OntologyIrActionLogValue, type OntologyIrActionLogValue_actionRid, type OntologyIrActionLogValue_actionTimestamp, type OntologyIrActionLogValue_actionTypeRid, type OntologyIrActionLogValue_actionTypeVersion, type OntologyIrActionLogValue_actionUser, type OntologyIrActionLogValue_allEditedObjects, type OntologyIrActionLogValue_asynchronousWebhookInstanceIds, type OntologyIrActionLogValue_editedObjects, type OntologyIrActionLogValue_interfaceParameterPropertyValue, type OntologyIrActionLogValue_isReverted, type OntologyIrActionLogValue_notificationIds, type OntologyIrActionLogValue_notifiedUsers, type OntologyIrActionLogValue_objectParameterPropertyValue, type OntologyIrActionLogValue_parameterValue, type OntologyIrActionLogValue_revertTimestamp, type OntologyIrActionLogValue_revertUser, type OntologyIrActionLogValue_scenarioRid, type OntologyIrActionLogValue_summary, type OntologyIrActionLogValue_synchronousWebhookInstanceId, type OntologyIrActionLogic, type OntologyIrActionNotification, type OntologyIrActionNotificationBody, type OntologyIrActionNotificationBodyFunctionExecution, type OntologyIrActionNotificationBody_functionGenerated, type OntologyIrActionNotificationBody_templateNotification, type OntologyIrActionNotificationRecipients, type OntologyIrActionNotificationRecipients_functionGenerated, type OntologyIrActionNotificationRecipients_parameter, type OntologyIrActionType, type OntologyIrActionTypeBlockDataV2, type OntologyIrActionTypeDisplayMetadata, type OntologyIrActionTypeEntities, type OntologyIrActionTypeLevelValidation, type OntologyIrActionTypeLogic, type OntologyIrActionTypeMetadata, type OntologyIrActionTypeRichTextComponent, type OntologyIrActionTypeRichTextComponent_message, type OntologyIrActionTypeRichTextComponent_parameter, type OntologyIrActionTypeRichTextComponent_parameterProperty, type OntologyIrActionTypeRichTextParameterPropertyReference, type OntologyIrActionTypeStatus, type OntologyIrActionTypeStatus_active, type OntologyIrActionTypeStatus_deprecated, type OntologyIrActionTypeStatus_example, type OntologyIrActionTypeStatus_experimental, type OntologyIrActionValidation, type OntologyIrActionWebhooks, type OntologyIrActionsObjectSet, type OntologyIrAddInterfaceLinkRule, type OntologyIrAddInterfaceRule, type OntologyIrAddObjectRule, type OntologyIrAddOrModifyObjectRule, type OntologyIrAddOrModifyObjectRuleV2, type OntologyIrAllEditedObjectsFieldMapping, type OntologyIrAllowedParameterValues, type OntologyIrAllowedParameterValues_attachment, type OntologyIrAllowedParameterValues_boolean, type OntologyIrAllowedParameterValues_cbacMarking, type OntologyIrAllowedParameterValues_datetime, type OntologyIrAllowedParameterValues_geohash, type OntologyIrAllowedParameterValues_geoshape, type OntologyIrAllowedParameterValues_geotimeSeriesReference, type OntologyIrAllowedParameterValues_interfaceObjectQuery, type OntologyIrAllowedParameterValues_interfacePropertyValue, type OntologyIrAllowedParameterValues_mandatoryMarking, type OntologyIrAllowedParameterValues_mediaReference, type OntologyIrAllowedParameterValues_multipassGroup, type OntologyIrAllowedParameterValues_objectList, type OntologyIrAllowedParameterValues_objectPropertyValue, type OntologyIrAllowedParameterValues_objectQuery, type OntologyIrAllowedParameterValues_objectSetRid, type OntologyIrAllowedParameterValues_objectTypeReference, type OntologyIrAllowedParameterValues_oneOf, type OntologyIrAllowedParameterValues_range, type OntologyIrAllowedParameterValues_redacted, type OntologyIrAllowedParameterValues_text, type OntologyIrAllowedParameterValues_timeSeriesReference, type OntologyIrAllowedParameterValues_user, type OntologyIrAllowedParameterValues_valueType, type OntologyIrAllowedStructFieldValues, type OntologyIrAllowedStructFieldValuesOverride, type OntologyIrAllowedStructFieldValues_boolean, type OntologyIrAllowedStructFieldValues_datetime, type OntologyIrAllowedStructFieldValues_geohash, type OntologyIrAllowedStructFieldValues_oneOf, type OntologyIrAllowedStructFieldValues_range, type OntologyIrAllowedStructFieldValues_text, type OntologyIrAllowedValuesOverride, type OntologyIrAndCondition, type OntologyIrArrayPropertyType, type OntologyIrAsynchronousPostWritebackWebhook, type OntologyIrAsynchronousPostWritebackWebhook_staticDirectInput, type OntologyIrAsynchronousPostWritebackWebhook_staticFunctionInput, type OntologyIrBaseFormatter, type OntologyIrBaseFormatter_boolean, type OntologyIrBaseFormatter_date, type OntologyIrBaseFormatter_knownFormatter, type OntologyIrBaseFormatter_number, type OntologyIrBaseFormatter_string, type OntologyIrBaseFormatter_timeDependent, type OntologyIrBaseFormatter_timestamp, type OntologyIrBaseParameterType, type OntologyIrBaseParameterType_decimal, type OntologyIrBaseParameterType_decimalList, type OntologyIrBaseParameterType_interfaceReference, type OntologyIrBaseParameterType_interfaceReferenceList, type OntologyIrBaseParameterType_objectReference, type OntologyIrBaseParameterType_objectReferenceList, type OntologyIrBaseParameterType_objectSetRid, type OntologyIrBaseParameterType_objectTypeReference, type OntologyIrBaseParameterType_struct, type OntologyIrBaseParameterType_structList, type OntologyIrBaseParameterType_timestamp, type OntologyIrBaseParameterType_timestampList, type OntologyIrBasicEmailBody, type OntologyIrBatchedFunctionRule, type OntologyIrBlockPermissionInformation, type OntologyIrCarbonWorkspaceComponentUrlTarget, type OntologyIrCarbonWorkspaceComponentUrlTarget_rid, type OntologyIrCarbonWorkspaceUrlTarget, type OntologyIrCipherTextPropertyType, type OntologyIrComparisonCondition, type OntologyIrCondition, type OntologyIrConditionValue, type OntologyIrConditionValue_interfaceParameterPropertyValue, type OntologyIrConditionValue_objectParameterPropertyValue, type OntologyIrConditionValue_parameterId, type OntologyIrConditionValue_parameterLength, type OntologyIrConditionValue_staticValue, type OntologyIrConditionValue_userProperty, type OntologyIrCondition_and, type OntologyIrCondition_comparison, type OntologyIrCondition_markings, type OntologyIrCondition_not, type OntologyIrCondition_or, type OntologyIrCondition_redacted, type OntologyIrCondition_regex, type OntologyIrCondition_true, type OntologyIrConditionalOverride, type OntologyIrConditionalValidationBlock, type OntologyIrDateRangeValue, type OntologyIrDateRangeValue_fixed, type OntologyIrDateRangeValue_now, type OntologyIrDateRangeValue_relative, type OntologyIrDatetimeTimezone, type OntologyIrDatetimeTimezoneDefinition, type OntologyIrDatetimeTimezoneDefinition_zoneId, type OntologyIrDatetimeTimezone_static, type OntologyIrDatetimeTimezone_user, type OntologyIrDeleteInterfaceLinkRule, type OntologyIrDeprecatedActionTypeStatus, type OntologyIrDeprecatedInterfaceTypeStatus, type OntologyIrDeprecatedLinkTypeStatus, type OntologyIrDeprecatedObjectTypeStatus, type OntologyIrDeprecatedPropertyTypeStatus, type OntologyIrDynamicObjectSet, type OntologyIrDynamicObjectSetInput, type OntologyIrDynamicObjectSetInputBase, type OntologyIrDynamicObjectSetInputUnioned, type OntologyIrDynamicObjectSetInput_base, type OntologyIrDynamicObjectSetInput_parameter, type OntologyIrDynamicObjectSetInput_unioned, type OntologyIrEmailBody, type OntologyIrEmailBody_basic, type OntologyIrEventMetadata, type OntologyIrExperimentalTimeDependentPropertyTypeV1, type OntologyIrFormContent, type OntologyIrFormContent_parameterId, type OntologyIrFormContent_sectionId, type OntologyIrFunctionExecutionWithRecipientInput, type OntologyIrFunctionExecutionWithRecipientInput_logicRuleValue, type OntologyIrFunctionExecutionWithRecipientInput_recipient, type OntologyIrFunctionGeneratedActionNotificationRecipients, type OntologyIrFunctionGeneratedNotificationBody, type OntologyIrFunctionRule, type OntologyIrImportedActionType, type OntologyIrImportedInterfaceType, type OntologyIrImportedObjectType, type OntologyIrImportedParameter, type OntologyIrImportedPropertyType, type OntologyIrImportedSharedPropertyType, type OntologyIrImportedTypes, type OntologyIrInlineActionType, type OntologyIrInterfaceLinkType, type OntologyIrInterfaceParameterPropertyValue, type OntologyIrInterfacePropertyImplementation, type OntologyIrInterfacePropertyType, type OntologyIrInterfacePropertyType_sharedPropertyBasedPropertyType, type OntologyIrInterfaceSharedPropertyType, type OntologyIrInterfaceType, type OntologyIrInterfaceTypeBlockDataV2, type OntologyIrInterfaceTypeStatus, type OntologyIrInterfaceTypeStatus_active, type OntologyIrInterfaceTypeStatus_deprecated, type OntologyIrInterfaceTypeStatus_example, type OntologyIrInterfaceTypeStatus_experimental, type OntologyIrIntermediaryLinkDefinition, type OntologyIrKnownMarketplaceIdentifiers, type OntologyIrLabelledValue, type OntologyIrLinkDefinition, type OntologyIrLinkDefinition_manyToMany, type OntologyIrLinkDefinition_oneToMany, type OntologyIrLinkType, type OntologyIrLinkTypeBlockDataV2, type OntologyIrLinkTypeStatus, type OntologyIrLinkTypeStatus_active, type OntologyIrLinkTypeStatus_deprecated, type OntologyIrLinkTypeStatus_example, type OntologyIrLinkTypeStatus_experimental, type OntologyIrLinkedEntityTypeId, type OntologyIrLinkedEntityTypeId_interfaceType, type OntologyIrLinkedEntityTypeId_objectType, type OntologyIrLogicRule, type OntologyIrLogicRuleValue, type OntologyIrLogicRuleValue_currentTime, type OntologyIrLogicRuleValue_currentUser, type OntologyIrLogicRuleValue_interfaceParameterPropertyValue, type OntologyIrLogicRuleValue_objectParameterPropertyValue, type OntologyIrLogicRuleValue_parameterId, type OntologyIrLogicRuleValue_staticValue, type OntologyIrLogicRuleValue_synchronousWebhookOutput, type OntologyIrLogicRuleValue_uniqueIdentifier, type OntologyIrLogicRule_addInterfaceRule, type OntologyIrLogicRule_addLinkRule, type OntologyIrLogicRule_addObjectRule, type OntologyIrLogicRule_addOrModifyObjectRuleV2, type OntologyIrLogicRule_deleteLinkRule, type OntologyIrLogicRule_deleteObjectRule, type OntologyIrLogicRule_modifyInterfaceRule, type OntologyIrLogicRule_modifyObjectRule, type OntologyIrManyToManyLinkDefinition, type OntologyIrManyToManyLinkTypeDatasetDatasource, type OntologyIrManyToManyLinkTypeDatasource, type OntologyIrManyToManyLinkTypeDatasourceDefinition, type OntologyIrManyToManyLinkTypeDatasourceDefinition_dataset, type OntologyIrManyToManyLinkTypeStreamDatasource, type OntologyIrMarketplaceObjectTypeEntityMetadata, type OntologyIrMarkingsCondition, type OntologyIrMediaSourceRid, type OntologyIrMediaSourceRid_datasetRid, type OntologyIrMediaSourceRid_mediaSetRid, type OntologyIrModifyInterfaceRule, type OntologyIrModifyObjectRule, type OntologyIrMultipassUserFilter, type OntologyIrMultipassUserFilter_groupFilter, type OntologyIrMultipassUserInGroupFilter, type OntologyIrNewObjectUrlTarget, type OntologyIrNonNumericSeriesValueMetadata, type OntologyIrNonNumericSeriesValueUnit, type OntologyIrNotCondition, type OntologyIrNotificationResultTypeLink, type OntologyIrNotificationTemplateInputValue, type OntologyIrNotificationTemplateInputValue_actionTriggererValue, type OntologyIrNotificationTemplateInputValue_logicRuleValue, type OntologyIrNotificationTemplateInputValue_recipientValue, type OntologyIrNumberFormatCurrency, type OntologyIrNumberFormatCustomUnit, type OntologyIrNumberFormatPrePostFix, type OntologyIrNumberFormatUnit, type OntologyIrNumberFormatter, type OntologyIrNumberFormatter_base, type OntologyIrNumberFormatter_basisPoint, type OntologyIrNumberFormatter_billions, type OntologyIrNumberFormatter_currency, type OntologyIrNumberFormatter_customUnit, type OntologyIrNumberFormatter_duration, type OntologyIrNumberFormatter_millions, type OntologyIrNumberFormatter_ordinal, type OntologyIrNumberFormatter_perMille, type OntologyIrNumberFormatter_percentage, type OntologyIrNumberFormatter_prePost, type OntologyIrNumberFormatter_thousands, type OntologyIrNumberFormatter_unit, type OntologyIrNumericOrNonNumericSeriesValueMetadataV2, type OntologyIrNumericSeriesValueMetadata, type OntologyIrNumericSeriesValueUnit, type OntologyIrNumericSeriesValueUnit_customUnit, type OntologyIrNumericSeriesValueUnit_standardUnit, type OntologyIrObjectParameterPropertyValue, type OntologyIrObjectParameterStructFieldValue, type OntologyIrObjectParameterStructListFieldValue, type OntologyIrObjectPropertyReference, type OntologyIrObjectQueryPrefill, type OntologyIrObjectQueryPropertyValue, type OntologyIrObjectSetRidPrefill, type OntologyIrObjectSetSearchAround, type OntologyIrObjectSetTransform, type OntologyIrObjectSetTransform_propertyFilter, type OntologyIrObjectSetTransform_searchAround, type OntologyIrObjectType, type OntologyIrObjectTypeBlockDataV2, type OntologyIrObjectTypeDatasetDatasource, type OntologyIrObjectTypeDatasetDatasourceV2, type OntologyIrObjectTypeDatasetDatasourceV3, type OntologyIrObjectTypeDatasource, type OntologyIrObjectTypeDatasourceDefinition, type OntologyIrObjectTypeDatasourceDefinition_datasetV2, type OntologyIrObjectTypeDatasourceDefinition_datasetV3, type OntologyIrObjectTypeDatasourceDefinition_derived, type OntologyIrObjectTypeDatasourceDefinition_direct, type OntologyIrObjectTypeDatasourceDefinition_editsOnly, type OntologyIrObjectTypeDatasourceDefinition_geotimeSeries, type OntologyIrObjectTypeDatasourceDefinition_mediaSetView, type OntologyIrObjectTypeDatasourceDefinition_restrictedStream, type OntologyIrObjectTypeDatasourceDefinition_restrictedViewV2, type OntologyIrObjectTypeDatasourceDefinition_streamV2, type OntologyIrObjectTypeDatasourceDefinition_streamV3, type OntologyIrObjectTypeDatasourceDefinition_table, type OntologyIrObjectTypeDatasourceDefinition_timeSeries, type OntologyIrObjectTypeDerivedPropertiesDatasource, type OntologyIrObjectTypeDirectDatasource, type OntologyIrObjectTypeEditsOnlyDatasource, type OntologyIrObjectTypeGeotimeSeriesDatasource, type OntologyIrObjectTypeInterfaceImplementation, type OntologyIrObjectTypeMediaDatasource, type OntologyIrObjectTypeMediaSetViewDatasource, type OntologyIrObjectTypeRestrictedStreamDatasource, type OntologyIrObjectTypeRestrictedViewDatasource, type OntologyIrObjectTypeRestrictedViewDatasourceV2, type OntologyIrObjectTypeStatus, type OntologyIrObjectTypeStatus_active, type OntologyIrObjectTypeStatus_deprecated, type OntologyIrObjectTypeStatus_endorsed, type OntologyIrObjectTypeStatus_example, type OntologyIrObjectTypeStatus_experimental, type OntologyIrObjectTypeStreamDatasource, type OntologyIrObjectTypeStreamDatasourceV2, type OntologyIrObjectTypeStreamDatasourceV3, type OntologyIrObjectTypeTableDatasource, type OntologyIrObjectTypeTimeSeriesDatasource, type OntologyIrObjectTypeTraits, type OntologyIrObjectsWritebackDataset, type OntologyIrOneToManyLinkDefinition, type OntologyIrOntologyBlockDataV2, type OntologyIrOrCondition, type OntologyIrParameter, type OntologyIrParameterActionNotificationRecipients, type OntologyIrParameterCbacConstraint, type OntologyIrParameterCbacMarking, type OntologyIrParameterCbacMarkingOrEmpty, type OntologyIrParameterCbacMarkingOrEmpty_cbacMarking, type OntologyIrParameterCbacMarkingOrEmpty_empty, type OntologyIrParameterDateRangeValue, type OntologyIrParameterDateTimeRange, type OntologyIrParameterDateTimeRangeOrEmpty, type OntologyIrParameterDateTimeRangeOrEmpty_datetime, type OntologyIrParameterDateTimeRangeOrEmpty_empty, type OntologyIrParameterDisplayMetadata, type OntologyIrParameterMultipassUser, type OntologyIrParameterMultipassUserOrEmpty, type OntologyIrParameterMultipassUserOrEmpty_empty, type OntologyIrParameterMultipassUserOrEmpty_user, type OntologyIrParameterObjectPropertyValue, type OntologyIrParameterObjectPropertyValueOrEmpty, type OntologyIrParameterObjectPropertyValueOrEmpty_empty, type OntologyIrParameterObjectPropertyValueOrEmpty_objectPropertyValue, type OntologyIrParameterObjectQuery, type OntologyIrParameterObjectQueryOrEmpty, type OntologyIrParameterObjectQueryOrEmpty_empty, type OntologyIrParameterObjectQueryOrEmpty_objectQuery, type OntologyIrParameterObjectTypeReference, type OntologyIrParameterObjectTypeReferenceOrEmpty, type OntologyIrParameterObjectTypeReferenceOrEmpty_empty, type OntologyIrParameterObjectTypeReferenceOrEmpty_objectTypeReference, type OntologyIrParameterPrefill, type OntologyIrParameterPrefillOverride, type OntologyIrParameterPrefill_interfaceParameterPropertyValue, type OntologyIrParameterPrefill_objectParameterPropertyValue, type OntologyIrParameterPrefill_objectQueryPrefill, type OntologyIrParameterPrefill_objectQueryPropertyValue, type OntologyIrParameterPrefill_objectSetRidPrefill, type OntologyIrParameterPrefill_redacted, type OntologyIrParameterPrefill_staticObject, type OntologyIrParameterPrefill_staticValue, type OntologyIrParameterRange, type OntologyIrParameterRangeOrEmpty, type OntologyIrParameterRangeOrEmpty_empty, type OntologyIrParameterRangeOrEmpty_range, type OntologyIrParameterRangeValue, type OntologyIrParameterValidation, type OntologyIrParameterValidationBlock, type OntologyIrParameterValidationBlockOverride, type OntologyIrParameterValidationBlockOverride_allowedValues, type OntologyIrParameterValidationBlockOverride_parameterRequired, type OntologyIrParameterValidationBlockOverride_prefill, type OntologyIrParameterValidationBlockOverride_visibility, type OntologyIrParameterValidationDisplayMetadata, type OntologyIrParameterValueOneOf, type OntologyIrParameterValueOneOfOrEmpty, type OntologyIrParameterValueOneOfOrEmpty_empty, type OntologyIrParameterValueOneOfOrEmpty_oneOf, type OntologyIrPrePostFix, type OntologyIrPropertySecurityGroup, type OntologyIrPropertySecurityGroups, type OntologyIrPropertyToColumnMapping, type OntologyIrPropertyToPropertyMapping, type OntologyIrPropertyType, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type OntologyIrPropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type OntologyIrPropertyTypeReferenceOrStringConstant, type OntologyIrPropertyTypeReferenceOrStringConstant_constant, type OntologyIrPropertyTypeReferenceOrStringConstant_propertyType, type OntologyIrPropertyTypeStatus, type OntologyIrPropertyTypeStatus_active, type OntologyIrPropertyTypeStatus_deprecated, type OntologyIrPropertyTypeStatus_example, type OntologyIrPropertyTypeStatus_experimental, type OntologyIrQualifiedSeriesIdPropertyValue, type OntologyIrRegexCondition, type OntologyIrResolvedInterfacePropertyType, type OntologyIrRidUrlTarget, type OntologyIrRuleSetBinding, type OntologyIrSchemaMigrationBlockData, type OntologyIrSchemaTransitionsWithSchemaVersion, type OntologyIrSection, type OntologyIrSectionConditionalOverride, type OntologyIrSectionDisplayBlock, type OntologyIrSecurityGroupAndCondition, type OntologyIrSecurityGroupComparisonCondition, type OntologyIrSecurityGroupComparisonValue, type OntologyIrSecurityGroupComparisonValue_constant, type OntologyIrSecurityGroupComparisonValue_property, type OntologyIrSecurityGroupComparisonValue_userProperty, type OntologyIrSecurityGroupGranularCondition, type OntologyIrSecurityGroupGranularCondition_and, type OntologyIrSecurityGroupGranularCondition_comparison, type OntologyIrSecurityGroupGranularCondition_markings, type OntologyIrSecurityGroupGranularCondition_not, type OntologyIrSecurityGroupGranularCondition_or, type OntologyIrSecurityGroupGranularCondition_true, type OntologyIrSecurityGroupGranularPolicy, type OntologyIrSecurityGroupGranularSecurityDefinition, type OntologyIrSecurityGroupMarkingsCondition, type OntologyIrSecurityGroupNotCondition, type OntologyIrSecurityGroupOrCondition, type OntologyIrSecurityGroupSecurityDefinition, type OntologyIrSecurityGroupSecurityDefinition_granular, type OntologyIrSecurityGroupSecurityDefinition_mandatoryOnly, type OntologyIrSensorTrait, type OntologyIrSeriesValueMetadata, type OntologyIrSeriesValueMetadata_enum, type OntologyIrSeriesValueMetadata_numeric, type OntologyIrSeriesValueMetadata_numericOrNonNumeric, type OntologyIrSeriesValueMetadata_numericOrNonNumericV2, type OntologyIrSharedPropertyBasedPropertyType, type OntologyIrSharedPropertyType, type OntologyIrSharedPropertyTypeBlockDataV2, type OntologyIrShortBody, type OntologyIrShortBody_basic, type OntologyIrStaticValue, type OntologyIrStaticWebhookWithDirectInput, type OntologyIrStaticWebhookWithFunctionResultInput, type OntologyIrStructFieldConditionalOverride, type OntologyIrStructFieldConditionalValidationBlock, type OntologyIrStructFieldPrefill, type OntologyIrStructFieldPrefillOverride, type OntologyIrStructFieldPrefill_objectParameterStructFieldValue, type OntologyIrStructFieldPrefill_objectParameterStructListFieldValue, type OntologyIrStructFieldType, type OntologyIrStructFieldValidation, type OntologyIrStructFieldValidationBlock, type OntologyIrStructFieldValidationBlockOverride, type OntologyIrStructFieldValidationBlockOverride_allowedValues, type OntologyIrStructFieldValidationBlockOverride_parameterRequired, type OntologyIrStructFieldValidationBlockOverride_prefill, type OntologyIrStructFieldValidationBlockOverride_visibility, type OntologyIrStructFieldValidationDisplayMetadata, type OntologyIrStructPropertyType, type OntologyIrStructuredShortBody, type OntologyIrSynchronousPreWritebackWebhook, type OntologyIrSynchronousPreWritebackWebhook_staticDirectInput, type OntologyIrSynchronousPreWritebackWebhook_staticFunctionInput, type OntologyIrTemplateNotificationBody, type OntologyIrTimeDependentFormatter, type OntologyIrTimeDependentNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormat, type OntologyIrTimeDependentNumericOrNonNumericSeriesFormatV2, type OntologyIrTimeDependentNumericSeriesFormat, type OntologyIrTimeDependentSeriesFormat, type OntologyIrTimeDependentSeriesFormat_nonNumeric, type OntologyIrTimeDependentSeriesFormat_numeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumeric, type OntologyIrTimeDependentSeriesFormat_numericOrNonNumericV2, type OntologyIrTimeSeriesMetadata, type OntologyIrTimestampFormatter, type OntologyIrType, type OntologyIrType_array, type OntologyIrType_attachment, type OntologyIrType_boolean, type OntologyIrType_byte, type OntologyIrType_cipherText, type OntologyIrType_date, type OntologyIrType_decimal, type OntologyIrType_double, type OntologyIrType_experimentalTimeDependentV1, type OntologyIrType_float, type OntologyIrType_geohash, type OntologyIrType_geoshape, type OntologyIrType_geotimeSeriesReference, type OntologyIrType_integer, type OntologyIrType_long, type OntologyIrType_marking, type OntologyIrType_mediaReference, type OntologyIrType_short, type OntologyIrType_string, type OntologyIrType_struct, type OntologyIrType_timestamp, type OntologyIrType_vector, type OntologyIrUrlTarget, type OntologyIrUrlTarget_carbonWorkspace, type OntologyIrUrlTarget_logicRuleValue, type OntologyIrUrlTarget_newObject, type OntologyIrUrlTarget_relativeUrlString, type OntologyIrUrlTarget_rid, type OntologyIrValidationRule, type OntologyIrValueReferenceSource, type OntologyIrValueReferenceSource_propertyTypeRid, type OntologyIrValueTypeBlockData, type OntologyIrValueTypeBlockDataEntry, type OntologyIrWorkflowObjectTypeTraitImpl, type OntologyLoadAllEntitiesRequest, type OntologyLoadAllRequest, type OntologyLoadDatasourcesRequest, type OntologyLoadDatasourcesResponse, type OntologyLoadEntitiesRequest, type OntologyLoadEntitiesResponse, type OntologyLoadRequest, type OntologyLoadResponse, type OntologyMetadataValidationError, type OntologyMetadataValidationError_actionType, type OntologyMetadataValidationError_interfaceType, type OntologyMetadataValidationError_linkType, type OntologyMetadataValidationError_objectType, type OntologyMetadataValidationError_ruleSet, type OntologyMetadataValidationError_sharedPropertyType, type OntologyMetadataValidationError_typeGroup, type OntologyMetadataValidationError_workflow, type OntologyModificationEvent, type OntologyModificationEvent_actionTypeCreated, type OntologyModificationEvent_actionTypeDeleted, type OntologyModificationEvent_actionTypeUpdated, type OntologyModificationEvent_branchClosed, type OntologyModificationEvent_branchDeleted, type OntologyModificationEvent_branchMerged, type OntologyModificationEvent_interfaceTypeCreated, type OntologyModificationEvent_interfaceTypeDeleted, type OntologyModificationEvent_interfaceTypeUpdated, type OntologyModificationEvent_linkTypeCreated, type OntologyModificationEvent_linkTypeDeleted, type OntologyModificationEvent_linkTypeUpdated, type OntologyModificationEvent_objectTypeCreated, type OntologyModificationEvent_objectTypeDeleted, type OntologyModificationEvent_objectTypeUpdated, type OntologyModificationEvent_sharedPropertyTypeCreated, type OntologyModificationEvent_sharedPropertyTypeDeleted, type OntologyModificationEvent_sharedPropertyTypeUpdated, type OntologyModifyRequest, type OntologyModifyResponse, type OntologyPackageRid, type OntologyProposalIdentifier, type OntologyProposalIdentifier_ontologyVersion, type OntologyProposalRid, type OntologyRid, type OntologyRidAndBranch, type OntologyRidsForEntitiesRequest, type OntologyRidsForEntitiesResponse, type OntologySparkDelegateDataset, type OntologySparkInputManagerRid, type OntologySparkInputProperties, type OntologyVersion, type OrCondition, type OrConditionModification, type OrganizationMarkingId, type OrganizationRid, type OrganizationRidsAndEntityResourceIdentifiers, type OrganizationRidsForOntologyResponse, type OtherValueAllowed, type OutputMode, type PackagedEntityRid, type PackagedEntityRid_actionTypeRid, type PackagedEntityRid_interfaceTypeRid, type PackagedEntityRid_linkTypeRid, type PackagedEntityRid_objectTypeRid, type PackagedEntityRid_sharedPropertyTypeRid, type Parameter, type ParameterActionNotificationRecipients, type ParameterActionNotificationRecipientsModification, type ParameterAttachment, type ParameterAttachmentOrEmpty, type ParameterAttachmentOrEmpty_attachment, type ParameterAttachmentOrEmpty_empty, type ParameterBoolean, type ParameterBooleanOrEmpty, type ParameterBooleanOrEmpty_boolean, type ParameterBooleanOrEmpty_empty, type ParameterCbacConstraint, type ParameterCbacConstraintModification, type ParameterCbacMarking, type ParameterCbacMarkingModification, type ParameterCbacMarkingOrEmpty, type ParameterCbacMarkingOrEmptyModification, type ParameterCbacMarkingOrEmptyModification_cbacMarking, type ParameterCbacMarkingOrEmptyModification_empty, type ParameterCbacMarkingOrEmpty_cbacMarking, type ParameterCbacMarkingOrEmpty_empty, type ParameterDateRangeValue, type ParameterDateRangeValueModification, type ParameterDateTimeRange, type ParameterDateTimeRangeModification, type ParameterDateTimeRangeOrEmpty, type ParameterDateTimeRangeOrEmptyModification, type ParameterDateTimeRangeOrEmptyModification_datetime, type ParameterDateTimeRangeOrEmptyModification_empty, type ParameterDateTimeRangeOrEmpty_datetime, type ParameterDateTimeRangeOrEmpty_empty, type ParameterDisplayMetadata, type ParameterFreeText, type ParameterFreeTextOrEmpty, type ParameterFreeTextOrEmpty_empty, type ParameterFreeTextOrEmpty_text, type ParameterGeohash, type ParameterGeohashOrEmpty, type ParameterGeohashOrEmpty_empty, type ParameterGeohashOrEmpty_geohash, type ParameterGeoshape, type ParameterGeoshapeOrEmpty, type ParameterGeoshapeOrEmpty_empty, type ParameterGeoshapeOrEmpty_geoshape, type ParameterGeotimeSeriesReference, type ParameterGeotimeSeriesReferenceOrEmpty, type ParameterGeotimeSeriesReferenceOrEmpty_empty, type ParameterGeotimeSeriesReferenceOrEmpty_geotimeSeries, type ParameterId, type ParameterInterfaceObjectQuery, type ParameterInterfaceObjectQueryModification, type ParameterInterfaceObjectQueryOrEmpty, type ParameterInterfaceObjectQueryOrEmptyModification, type ParameterInterfaceObjectQueryOrEmptyModification_empty, type ParameterInterfaceObjectQueryOrEmptyModification_interfaceObjectQuery, type ParameterInterfaceObjectQueryOrEmpty_empty, type ParameterInterfaceObjectQueryOrEmpty_interfaceObjectQuery, type ParameterInterfacePropertyValueOrEmpty, type ParameterInterfacePropertyValueOrEmptyModification, type ParameterInterfacePropertyValueOrEmptyModification_empty, type ParameterInterfacePropertyValueOrEmptyModification_unrestricted, type ParameterInterfacePropertyValueOrEmpty_empty, type ParameterInterfacePropertyValueOrEmpty_unrestricted, type ParameterLength, type ParameterLength_parameterId, type ParameterMandatoryMarking, type ParameterMandatoryMarkingOrEmpty, type ParameterMandatoryMarkingOrEmpty_empty, type ParameterMandatoryMarkingOrEmpty_mandatoryMarking, type ParameterMediaReference, type ParameterMediaReferenceOrEmpty, type ParameterMediaReferenceOrEmpty_empty, type ParameterMediaReferenceOrEmpty_mediaReference, type ParameterMultipassGroup, type ParameterMultipassGroupOrEmpty, type ParameterMultipassGroupOrEmpty_empty, type ParameterMultipassGroupOrEmpty_group, type ParameterMultipassUser, type ParameterMultipassUserModification, type ParameterMultipassUserOrEmpty, type ParameterMultipassUserOrEmptyModification, type ParameterMultipassUserOrEmptyModification_empty, type ParameterMultipassUserOrEmptyModification_user, type ParameterMultipassUserOrEmpty_empty, type ParameterMultipassUserOrEmpty_user, type ParameterObjectList, type ParameterObjectListOrEmpty, type ParameterObjectListOrEmpty_empty, type ParameterObjectListOrEmpty_objectList, type ParameterObjectPropertyValue, type ParameterObjectPropertyValueModification, type ParameterObjectPropertyValueOrEmpty, type ParameterObjectPropertyValueOrEmptyModification, type ParameterObjectPropertyValueOrEmptyModification_empty, type ParameterObjectPropertyValueOrEmptyModification_objectPropertyValue, type ParameterObjectPropertyValueOrEmpty_empty, type ParameterObjectPropertyValueOrEmpty_objectPropertyValue, type ParameterObjectQuery, type ParameterObjectQueryModification, type ParameterObjectQueryOrEmpty, type ParameterObjectQueryOrEmptyModification, type ParameterObjectQueryOrEmptyModification_empty, type ParameterObjectQueryOrEmptyModification_objectQuery, type ParameterObjectQueryOrEmpty_empty, type ParameterObjectQueryOrEmpty_objectQuery, type ParameterObjectSetRid, type ParameterObjectSetRidOrEmpty, type ParameterObjectSetRidOrEmpty_empty, type ParameterObjectSetRidOrEmpty_objectSetRid, type ParameterObjectTypeReference, type ParameterObjectTypeReferenceModification, type ParameterObjectTypeReferenceOrEmpty, type ParameterObjectTypeReferenceOrEmptyModification, type ParameterObjectTypeReferenceOrEmptyModification_empty, type ParameterObjectTypeReferenceOrEmptyModification_objectTypeReference, type ParameterObjectTypeReferenceOrEmpty_empty, type ParameterObjectTypeReferenceOrEmpty_objectTypeReference, type ParameterPrefill, type ParameterPrefillModification, type ParameterPrefillModification_interfaceParameterPropertyValue, type ParameterPrefillModification_objectParameterPropertyValue, type ParameterPrefillModification_objectQueryPrefill, type ParameterPrefillModification_objectQueryPropertyValue, type ParameterPrefillModification_objectSetRidPrefill, type ParameterPrefillModification_redacted, type ParameterPrefillModification_staticObject, type ParameterPrefillModification_staticValue, type ParameterPrefillOverride, type ParameterPrefillOverrideModification, type ParameterPrefill_interfaceParameterPropertyValue, type ParameterPrefill_objectParameterPropertyValue, type ParameterPrefill_objectQueryPrefill, type ParameterPrefill_objectQueryPropertyValue, type ParameterPrefill_objectSetRidPrefill, type ParameterPrefill_redacted, type ParameterPrefill_staticObject, type ParameterPrefill_staticValue, type ParameterRange, type ParameterRangeModification, type ParameterRangeOrEmpty, type ParameterRangeOrEmptyModification, type ParameterRangeOrEmptyModification_empty, type ParameterRangeOrEmptyModification_range, type ParameterRangeOrEmpty_empty, type ParameterRangeOrEmpty_range, type ParameterRangeValue, type ParameterRangeValueModification, type ParameterRenderHint, type ParameterRequiredConfiguration, type ParameterRequiredOverride, type ParameterRid, type ParameterStructOrEmpty, type ParameterStructOrEmpty_delegateToAllowedStructFieldValues, type ParameterStructOrEmpty_empty, type ParameterTextRegex, type ParameterTimeSeriesReference, type ParameterTimeSeriesReferenceOrEmpty, type ParameterTimeSeriesReferenceOrEmpty_empty, type ParameterTimeSeriesReferenceOrEmpty_timeSeriesReference, type ParameterValidation, type ParameterValidationBlock, type ParameterValidationBlockModification, type ParameterValidationBlockOverride, type ParameterValidationBlockOverrideModification, type ParameterValidationBlockOverrideModification_allowedValues, type ParameterValidationBlockOverrideModification_parameterRequired, type ParameterValidationBlockOverrideModification_prefill, type ParameterValidationBlockOverrideModification_visibility, type ParameterValidationBlockOverrideRequest, type ParameterValidationBlockOverrideRequest_allowedValues, type ParameterValidationBlockOverrideRequest_parameterRequired, type ParameterValidationBlockOverrideRequest_prefill, type ParameterValidationBlockOverrideRequest_visibility, type ParameterValidationBlockOverride_allowedValues, type ParameterValidationBlockOverride_parameterRequired, type ParameterValidationBlockOverride_prefill, type ParameterValidationBlockOverride_visibility, type ParameterValidationBlockRequest, type ParameterValidationDisplayMetadata, type ParameterValidationDisplayMetadataModification, type ParameterValidationModification, type ParameterValidationNotFoundError, type ParameterValidationReferencesLaterParametersError, type ParameterValidationRequest, type ParameterValueOneOf, type ParameterValueOneOfOrEmpty, type ParameterValueOneOfOrEmpty_empty, type ParameterValueOneOfOrEmpty_oneOf, type ParameterValueType, type ParameterValueTypeOrEmpty, type ParameterValueTypeOrEmpty_missingParameterValueType, type ParameterValueTypeOrEmpty_valueType, type ParametersDoNotMatchParameterOrderingError, type PartialObjectType, type PartialObjectTypeCreateRequest, type PartialObjectTypeDeleteRequest, type PartialObjectTypeModifyRequest, type PartialObjectTypeModifyRequest_create, type PartialObjectTypeModifyRequest_delete, type PartialObjectTypeModifyRequest_update, type PartialObjectTypeUpdateRequest, type PartialObjectTypeWithoutRids, type PatchBackupInitializationConfigurationSourceDoesNotExistError, type PatchesConfiguration, type PolicyVersion, type PrePostFix, type PrimaryKeyPropertySecurityGroupType, type PrincipalId, type ProjectEntityRid, type ProjectEntityRid_actionTypeRid, type ProjectEntityRid_interfaceTypeRid, type ProjectEntityRid_linkTypeRid, type ProjectEntityRid_objectTypeRid, type ProjectEntityRid_sharedPropertyTypeRid, type ProjectEntityRid_typeGroupRid, type PropertiesReferenceDuplicateColumnNameWrapper, type Property, type PropertyId, type PropertyPredicate, type PropertyPredicate_and, type PropertyPredicate_hasId, type PropertyPredicate_hasRid, type PropertyPredicate_not, type PropertyPredicate_or, type PropertyPropertySecurityGroupType, type PropertyRenderHint, type PropertyRid, type PropertySecurityGroup, type PropertySecurityGroupModification, type PropertySecurityGroupName, type PropertySecurityGroupRid, type PropertySecurityGroupType, type PropertySecurityGroupType_primaryKey, type PropertySecurityGroupType_property, type PropertySecurityGroups, type PropertySecurityGroupsModification, type PropertyType, type PropertyTypeDataConstraints, type PropertyTypeDataConstraintsWrapper, type PropertyTypeDataConstraints_array, type PropertyTypeDataConstraints_boolean, type PropertyTypeDataConstraints_date, type PropertyTypeDataConstraints_decimal, type PropertyTypeDataConstraints_double, type PropertyTypeDataConstraints_float, type PropertyTypeDataConstraints_integer, type PropertyTypeDataConstraints_long, type PropertyTypeDataConstraints_short, type PropertyTypeDataConstraints_string, type PropertyTypeDataConstraints_struct, type PropertyTypeDataConstraints_timestamp, type PropertyTypeDataValue, type PropertyTypeDataValue_array, type PropertyTypeDataValue_boolean, type PropertyTypeDataValue_byte, type PropertyTypeDataValue_date, type PropertyTypeDataValue_decimal, type PropertyTypeDataValue_double, type PropertyTypeDataValue_float, type PropertyTypeDataValue_integer, type PropertyTypeDataValue_long, type PropertyTypeDataValue_short, type PropertyTypeDataValue_string, type PropertyTypeDataValue_timestamp, type PropertyTypeDisplayMetadata, type PropertyTypeId, type PropertyTypeIdentifier, type PropertyTypeIdentifier_id, type PropertyTypeIdentifier_rid, type PropertyTypeLocator, type PropertyTypeMappingInfo, type PropertyTypeMappingInfo_column, type PropertyTypeMappingInfo_editOnly, type PropertyTypeMappingInfo_struct, type PropertyTypeReference, type PropertyTypeReferenceOrNonNumericInternalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNonNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrNumericInternalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_internalInterpolation, type PropertyTypeReferenceOrNumericInternalInterpolation_propertyType, type PropertyTypeReferenceOrStringConstant, type PropertyTypeReferenceOrStringConstant_constant, type PropertyTypeReferenceOrStringConstant_propertyType, type PropertyTypeReference_baseType, type PropertyTypeRid, type PropertyTypeStatus, type PropertyTypeStatus_active, type PropertyTypeStatus_deprecated, type PropertyTypeStatus_example, type PropertyTypeStatus_experimental, type PropertyWithoutRid, type PutActionTypeRequest, type PutParameterRequest, type PutParameterRequestModification, type PutSectionRequest, type PutSectionRequestModification, type QualifiedSeriesIdPropertyValue, type QuiverDashboardReference, type QuiverDashboardRid, type QuiverDashboardVersion, type RangeSizeConstraint$1 as RangeSizeConstraint, type Redacted, type RedactionOverrideOptions, type RedactionOverrideOptions_everyoneTrusted, type ReferencedLinkTypesInWorkflowNotFoundError, type ReferencedLinkTypesNotFoundError, type ReferencedObjectTypesChange, type ReferencedObjectTypesInWorkflowNotFoundError, type ReferencedObjectTypesNotFoundError, type RegexCondition, type RegexConditionModification, type RegexConstraint$1 as RegexConstraint, type RelationCardinality, type RelationDisplayMetadata, type RelationId, type RelationRid, type RelativeDateRangeTense, type RelativeDateRangeValue, type RenderingSettings, type RenderingSettings_allNotificationRenderingMustSucceed, type RenderingSettings_anyNotificationRenderingCanFail, type ResolvedInterfacePropertyType, type RestrictedViewName, type RestrictedViewRid, type RestrictedViewTransactionRid, type RetentionPolicy, type RetentionPolicy_none, type RetentionPolicy_time, type RidFormatter, type RidFormatter_allFoundryRids, type RidFormatter_objectsPlatformRids, type RidUrlTarget, type RidUrlTargetModification, type RoleId, type RoleSetId, type RuleSetBinding, type RuleSetError, type RuleSetError_ruleSetsAlreadyExist, type RuleSetError_ruleSetsNotFound, type RuleSetRid, type RuleSetsAlreadyExistError, type RuleSetsNotFoundError, type SafeArg, type SafeDatasourceIdentifier, type SafeDatasourceIdentifier_datasetRid, type SafeDatasourceIdentifier_derivedPropertiesSourceRid, type SafeDatasourceIdentifier_directSourceRid, type SafeDatasourceIdentifier_editsOnly, type SafeDatasourceIdentifier_geotimeSeriesIntegrationRid, type SafeDatasourceIdentifier_mediaSetView, type SafeDatasourceIdentifier_mediaSourceRids, type SafeDatasourceIdentifier_restrictedStream, type SafeDatasourceIdentifier_restrictedViewRid, type SafeDatasourceIdentifier_streamLocatorRid, type SafeDatasourceIdentifier_tableRid, type SafeDatasourceIdentifier_timeSeriesSyncRid, type SchemaConfiguration, type SchemaMigrationBlockData, type SchemaMigrationRid, type SchemaTransitionsWithSchemaVersion, type SchemaVersion, type Section, type SectionConditionalOverride, type SectionConditionalOverrideModification, type SectionContent, type SectionContent_parameterId, type SectionDisplayBlock, type SectionDisplayBlockModification, type SectionDisplayBlockOverride, type SectionDisplayBlockOverride_visibility, type SectionDisplayMetadata, type SectionId, type SectionRid, type SectionStyle, type SectionStyle_box, type SectionStyle_minimal, type SectionValidationDisplayMetadata, type SectionVisibilityOverride, type SecurityGroupAndCondition, type SecurityGroupAndConditionModification, type SecurityGroupComparisonCondition, type SecurityGroupComparisonConditionModification, type SecurityGroupComparisonConstant, type SecurityGroupComparisonConstant_boolean, type SecurityGroupComparisonConstant_string, type SecurityGroupComparisonConstant_strings, type SecurityGroupComparisonOperator, type SecurityGroupComparisonUserProperty, type SecurityGroupComparisonUserProperty_groupIds, type SecurityGroupComparisonUserProperty_groupNames, type SecurityGroupComparisonUserProperty_userAttributes, type SecurityGroupComparisonUserProperty_userId, type SecurityGroupComparisonUserProperty_username, type SecurityGroupComparisonValue, type SecurityGroupComparisonValueModification, type SecurityGroupComparisonValueModification_constant, type SecurityGroupComparisonValueModification_property, type SecurityGroupComparisonValueModification_userProperty, type SecurityGroupComparisonValue_constant, type SecurityGroupComparisonValue_property, type SecurityGroupComparisonValue_userProperty, type SecurityGroupGranularCondition, type SecurityGroupGranularConditionModification, type SecurityGroupGranularConditionModification_and, type SecurityGroupGranularConditionModification_comparison, type SecurityGroupGranularConditionModification_markings, type SecurityGroupGranularConditionModification_not, type SecurityGroupGranularConditionModification_or, type SecurityGroupGranularConditionModification_true, type SecurityGroupGranularCondition_and, type SecurityGroupGranularCondition_comparison, type SecurityGroupGranularCondition_markings, type SecurityGroupGranularCondition_not, type SecurityGroupGranularCondition_or, type SecurityGroupGranularCondition_true, type SecurityGroupGranularPolicy, type SecurityGroupGranularPolicyModification, type SecurityGroupGranularSecurityDefinition, type SecurityGroupGranularSecurityDefinitionModification, type SecurityGroupGroupIdsUserProperty, type SecurityGroupGroupNamesUserProperty, type SecurityGroupMandatoryOnlySecurityDefinition, type SecurityGroupMandatoryOnlySecurityDefinitionModification, type SecurityGroupMandatoryPolicy, type SecurityGroupMarkingsCondition, type SecurityGroupMarkingsConditionModification, type SecurityGroupNotCondition, type SecurityGroupNotConditionModification, type SecurityGroupOrCondition, type SecurityGroupOrConditionModification, type SecurityGroupSecurityDefinition, type SecurityGroupSecurityDefinitionModification, type SecurityGroupSecurityDefinitionModification_granular, type SecurityGroupSecurityDefinitionModification_mandatoryOnly, type SecurityGroupSecurityDefinition_granular, type SecurityGroupSecurityDefinition_mandatoryOnly, type SecurityGroupTrueCondition, type SecurityGroupTrueConditionModification, type SecurityGroupUserAttributesUserProperty, type SecurityGroupUserIdUserProperty, type SecurityGroupUsernameUserProperty, type SemanticFunctionVersion, type SensorTrait, type SeriesIdPropertyValue, type SeriesValueMetadata, type SeriesValueMetadata_enum, type SeriesValueMetadata_numeric, type SeriesValueMetadata_numericOrNonNumeric, type SeriesValueMetadata_numericOrNonNumericV2, type SharedPropertiesSummary, type SharedPropertyBasedPropertyType, type SharedPropertyType, type SharedPropertyTypeBlockDataV2, type SharedPropertyTypeCreatedEvent, type SharedPropertyTypeDeletedEvent, type SharedPropertyTypeDisplayMetadata, type SharedPropertyTypeError, type SharedPropertyTypeError_sharedPropertyTypesAlreadyExist, type SharedPropertyTypeError_sharedPropertyTypesNotFound, type SharedPropertyTypeGothamMapping, type SharedPropertyTypeIdInRequest, type SharedPropertyTypeLoadRequest, type SharedPropertyTypeLoadResponse, type SharedPropertyTypeLogicRuleValueModification, type SharedPropertyTypeRid, type SharedPropertyTypeRidOrIdInRequest, type SharedPropertyTypeRidOrIdInRequest_idInRequest, type SharedPropertyTypeRidOrIdInRequest_rid, type SharedPropertyTypeSoftLinkType, type SharedPropertyTypeStructFieldLogicRuleValueModification, type SharedPropertyTypeUpdatedEvent, type SharedPropertyTypesAlreadyExistError, type SharedPropertyTypesNotFoundError, type ShortBody, type ShortBodyModification, type ShortBodyModification_basic, type ShortBody_basic, type ShortPropertyType, type ShortTypeDataConstraints$1 as ShortTypeDataConstraints, type ShortTypeDataConstraints_oneOf$1 as ShortTypeDataConstraints_oneOf, type ShortTypeDataConstraints_range$1 as ShortTypeDataConstraints_range, type ShortTypeDataValue$1 as ShortTypeDataValue, type ShortTypeRangeConstraint$1 as ShortTypeRangeConstraint, type SimpleAnalyzer, type SingleKeyJoinDefinition, type SoftLink, type SoftLinkType, type SoftLinkType_sharedPropertyType, type StandardAnalyzer, type StaticObjectPrefill, type StaticValue, type StaticWebhookWithDirectInput, type StaticWebhookWithDirectInputModification, type StaticWebhookWithFunctionResultInput, type StaticWebhookWithFunctionResultInputModification, type StreamLocator, type StreamLocatorRid, type StreamName, type StreamViewRid, type StringFormatter, type StringPropertyType, type StringTypeDataConstraints$1 as StringTypeDataConstraints, type StringTypeDataConstraints_isRid$1 as StringTypeDataConstraints_isRid, type StringTypeDataConstraints_isUuid$1 as StringTypeDataConstraints_isUuid, type StringTypeDataConstraints_length$1 as StringTypeDataConstraints_length, type StringTypeDataConstraints_oneOf$1 as StringTypeDataConstraints_oneOf, type StringTypeDataConstraints_regex$1 as StringTypeDataConstraints_regex, type StringTypeDataValue$1 as StringTypeDataValue, type StringTypeIsRidConstraint$1 as StringTypeIsRidConstraint, type StringTypeIsUuidConstraint$1 as StringTypeIsUuidConstraint, type StringTypeLengthConstraint$1 as StringTypeLengthConstraint, type StructFieldAlias, type StructFieldApiNameMapping, type StructFieldApiNameOrRid, type StructFieldApiNameOrRid_apiName, type StructFieldApiNameOrRid_rid, type StructFieldConditionalOverride, type StructFieldConditionalOverrideModification, type StructFieldConditionalValidationBlock, type StructFieldConditionalValidationBlockModification, type StructFieldDisplayMetadata, type StructFieldLogicRuleValue, type StructFieldLogicRuleValueMappingModification, type StructFieldLogicRuleValueModification, type StructFieldLogicRuleValueModification_structListParameterFieldValue, type StructFieldLogicRuleValueModification_structParameterFieldValue, type StructFieldLogicRuleValue_structListParameterFieldValue, type StructFieldLogicRuleValue_structParameterFieldValue, type StructFieldName, type StructFieldPrefill, type StructFieldPrefillModification, type StructFieldPrefillModification_objectParameterStructFieldValue, type StructFieldPrefillModification_objectParameterStructListFieldValue, type StructFieldPrefillOverride, type StructFieldPrefillOverrideModification, type StructFieldPrefill_objectParameterStructFieldValue, type StructFieldPrefill_objectParameterStructListFieldValue, type StructFieldRid, type StructFieldType, type StructFieldValidation, type StructFieldValidationBlock, type StructFieldValidationBlockModification, type StructFieldValidationBlockOverride, type StructFieldValidationBlockOverrideModification, type StructFieldValidationBlockOverrideModification_allowedValues, type StructFieldValidationBlockOverrideModification_parameterRequired, type StructFieldValidationBlockOverrideModification_prefill, type StructFieldValidationBlockOverrideModification_visibility, type StructFieldValidationBlockOverride_allowedValues, type StructFieldValidationBlockOverride_parameterRequired, type StructFieldValidationBlockOverride_prefill, type StructFieldValidationBlockOverride_visibility, type StructFieldValidationDisplayMetadata, type StructFieldValidationDisplayMetadataModification, type StructFieldValidationModification, type StructListParameterFieldValue, type StructParameterFieldDisplayMetadata, type StructParameterFieldDisplayMetadataV2, type StructParameterFieldValue, type StructPropertyFieldType, type StructPropertyFieldType_boolean, type StructPropertyFieldType_date, type StructPropertyFieldType_double, type StructPropertyFieldType_geohash, type StructPropertyFieldType_integer, type StructPropertyFieldType_long, type StructPropertyFieldType_string, type StructPropertyFieldType_timestamp, type StructPropertyType, type StructTypeDataConstraints$1 as StructTypeDataConstraints, type StructTypeElementsConstraint$1 as StructTypeElementsConstraint, type StructuredShortBody, type StructuredShortBodyModification, type SubmitAllValidOrNothingThrowingMode, type SubmitValidEntriesInOrderUntilFirstFailureMode, type SynchronousPreWritebackWebhook, type SynchronousPreWritebackWebhookModification, type SynchronousPreWritebackWebhookModification_staticDirectInput, type SynchronousPreWritebackWebhookModification_staticFunctionInput, type SynchronousPreWritebackWebhook_staticDirectInput, type SynchronousPreWritebackWebhook_staticFunctionInput, type TableDisplayAndFormat, type TableLocator, type TableRid, type TemplateNotificationBody, type TemplateNotificationBodyModification, type TemplateRidPropertyValue, type TextEmbeddingModel, type TextEmbeddingModel_foundryLiveDeployment, type TextEmbeddingModel_lms, type TimeBasedRetentionPolicy, type TimeCodeFormat, type TimeDependentFormatter, type TimeDependentNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormat, type TimeDependentNumericOrNonNumericSeriesFormatV2, type TimeDependentNumericSeriesFormat, type TimeDependentSeriesFormat, type TimeDependentSeriesFormat_nonNumeric, type TimeDependentSeriesFormat_numeric, type TimeDependentSeriesFormat_numericOrNonNumeric, type TimeDependentSeriesFormat_numericOrNonNumericV2, type TimeSeriesMetadata, type TimeSeriesSyncName, type TimeSeriesSyncRid, type TimeSeriesSyncViewRid, type TimestampFormatter, type TimestampPropertyType, type TimestampTypeDataConstraints$1 as TimestampTypeDataConstraints, type TimestampTypeDataValue$1 as TimestampTypeDataValue, type TimestampTypeRangeConstraint$1 as TimestampTypeRangeConstraint, type TrueCondition, type Type, type TypeClass, type TypeClassEntityIdentifier, type TypeClassEntityIdentifier_actionTypeRid, type TypeClassEntityIdentifier_linkTypeRid, type TypeClassEntityIdentifier_objectTypeRid, type TypeClassEntityIdentifier_sharedPropertyTypeRid, type TypeGroup, type TypeGroupDisplayMetadata, type TypeGroupError, type TypeGroupError_typeGroupsAlreadyExist, type TypeGroupError_typeGroupsNotFound, type TypeGroupGetOrganizationsRequest, type TypeGroupGetOrganizationsResponse, type TypeGroupIconColors, type TypeGroupIdInRequest, type TypeGroupLoadRequest, type TypeGroupLoadResponse, type TypeGroupRid, type TypeGroupRidOrIdInRequest, type TypeGroupRidOrIdInRequest_idInRequest, type TypeGroupRidOrIdInRequest_rid, type TypeGroupSetOrganizationsRequest, type TypeGroupsAlreadyExistError, type TypeGroupsNotFoundError, type TypeGroupsSummary, type Type_array, type Type_attachment, type Type_boolean, type Type_byte, type Type_cipherText, type Type_date, type Type_decimal, type Type_double, type Type_experimentalTimeDependentV1, type Type_float, type Type_geohash, type Type_geoshape, type Type_geotimeSeriesReference, type Type_integer, type Type_long, type Type_marking, type Type_mediaReference, type Type_short, type Type_string, type Type_struct, type Type_timestamp, type Type_vector, type UniqueIdentifier, type UnresolvedOntologySparkInputProperties, type UnrestrictedParameterInterfacePropertyValue, type UnsafeArg, type UrlTarget, type UrlTargetModification, type UrlTargetModification_carbonWorkspace, type UrlTargetModification_logicRuleValue, type UrlTargetModification_newObject, type UrlTargetModification_relativeUrlString, type UrlTargetModification_rid, type UrlTarget_carbonWorkspace, type UrlTarget_logicRuleValue, type UrlTarget_newObject, type UrlTarget_relativeUrlString, type UrlTarget_rid, type UseCaseRid, type UserAttributes, type UserId, type UserOrGroupId, type UserOrGroupId_groupId, type UserOrGroupId_userId, type UserProperty, type UserPropertyId, type UserPropertyId_currentUser, type UserPropertyValue, type UserPropertyValue_groupIds, type UserPropertyValue_groupNames, type UserPropertyValue_organizationMarkingIds, type UserPropertyValue_userAttributes, type UserPropertyValue_userId, type UserPropertyValue_userName, type UserTimezone, type UserValue, type ValidationRule, type ValidationRuleDisplayMetadata, type ValidationRuleIdInRequest, type ValidationRuleIdentifier, type ValidationRuleIdentifier_rid, type ValidationRuleIdentifier_validationRuleIdInRequest, type ValidationRuleIndex, type ValidationRuleModification, type ValidationRuleRid, type ValueReferenceId, type ValueReferenceSource, type ValueReferenceSource_propertyTypeRid, type ValueType, type ValueTypeApiName, type ValueTypeApiNameReference, type ValueTypeDataConstraint, type ValueTypeDisplayMetadata, type ValueTypeIdInRequest, type ValueTypeInputManagerRid, type ValueTypeLabel, type ValueTypeReference$1 as ValueTypeReference, type ValueTypeRid$1 as ValueTypeRid, type ValueTypeStatus, type ValueTypeVersion, type ValueTypeVersionId$1 as ValueTypeVersionId, type VectorPropertyType, type VectorSimilarityFunction, type VersionReference, type VersionReference_ontologyBranch, type VersionReference_ontologyVersion, type VersionedActionTypeRid, type VersionedActionTypesNotFoundError, type VersionedLinkTypeRid, type VersionedObjectTypeRid, type Visibility, type VisibilityOverride, type WebhookInputParamName, type WebhookOutputParamName, type WebhookRid, type WebhookVersion, type WhitespaceAnalyzer, type WorkflowError, type WorkflowError_deletedLinkTypesStillInUseInWorkflow, type WorkflowError_deletedObjectTypesStillInUseInWorkflow, type WorkflowError_referencedLinkTypesInWorkflowNotFound, type WorkflowError_referencedObjectTypesInWorkflowNotFound, type WorkflowError_workflowsAlreadyExist, type WorkflowError_workflowsNotFound, type WorkflowObjectTypeTrait, type WorkflowObjectTypeTraitDescription, type WorkflowObjectTypeTraitDisplayName, type WorkflowObjectTypeTraitId, type WorkflowObjectTypeTraitImpl, type WorkflowObjectTypeTraitProperty, type WorkflowObjectTypeTraitPropertyDescription, type WorkflowObjectTypeTraitPropertyDisplayName, type WorkflowObjectTypeTraitPropertyId, type WorkflowObjectTypeTraitReference, type WorkflowObjectTypeTraitVersion, type WorkflowsAlreadyExistError, type WorkflowsNotFoundError, type WorkshopModuleRid, type WorkshopReference, type WritebackDatasetRid, type WritebackDatasetSpec, bulkLoadOntologyEntities, createTemporaryObjectSet, getBulkLinksPage, getLinkTypesForObjectTypes, loadAllOntologies };
|