@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.
Files changed (1398) hide show
  1. package/CHANGELOG.md +41 -17
  2. package/build/browser/index.js.map +1 -1
  3. package/build/cjs/index.cjs.map +1 -1
  4. package/build/cjs/index.d.cts +1965 -1200
  5. package/build/esm/index.js.map +1 -1
  6. package/build/types/generated/module-group/DeployedAppsService/createDeployedApp.d.ts +7 -0
  7. package/build/types/generated/module-group/DeployedAppsService/createDeployedApp.d.ts.map +1 -0
  8. package/build/types/generated/module-group/DeployedAppsService/getAllowedAuthModes.d.ts +6 -0
  9. package/build/types/generated/module-group/DeployedAppsService/getAllowedAuthModes.d.ts.map +1 -0
  10. package/build/types/generated/module-group/DeployedAppsService/getComputeModuleDiagnostics.d.ts +6 -0
  11. package/build/types/generated/module-group/DeployedAppsService/getComputeModuleDiagnostics.d.ts.map +1 -0
  12. package/build/types/generated/module-group/DeployedAppsService/getComputeModuleStatus.d.ts +7 -0
  13. package/build/types/generated/module-group/DeployedAppsService/getComputeModuleStatus.d.ts.map +1 -0
  14. package/build/types/generated/module-group/DeployedAppsService/getDeployedApp.d.ts +8 -0
  15. package/build/types/generated/module-group/DeployedAppsService/getDeployedApp.d.ts.map +1 -0
  16. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppFunctionSchemas.d.ts +6 -0
  17. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppFunctionSchemas.d.ts.map +1 -0
  18. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppRunStatus.d.ts +7 -0
  19. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppRunStatus.d.ts.map +1 -0
  20. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppV2.d.ts +10 -0
  21. package/build/types/generated/module-group/DeployedAppsService/getDeployedAppV2.d.ts.map +1 -0
  22. package/build/types/generated/module-group/DeployedAppsService/getDeployedApps.d.ts +8 -0
  23. package/build/types/generated/module-group/DeployedAppsService/getDeployedApps.d.ts.map +1 -0
  24. package/build/types/generated/module-group/DeployedAppsService/getResourceProfiles.d.ts +8 -0
  25. package/build/types/generated/module-group/DeployedAppsService/getResourceProfiles.d.ts.map +1 -0
  26. package/build/types/generated/module-group/DeployedAppsService/getRunningDeployedAppsPaginated.d.ts +8 -0
  27. package/build/types/generated/module-group/DeployedAppsService/getRunningDeployedAppsPaginated.d.ts.map +1 -0
  28. package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientId.d.ts +2 -0
  29. package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientId.d.ts.map +1 -0
  30. package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientIdV2.d.ts +3 -0
  31. package/build/types/generated/module-group/DeployedAppsService/getThirdPartyClientIdV2.d.ts.map +1 -0
  32. package/build/types/generated/module-group/DeployedAppsService/notifySourceChange.d.ts +10 -0
  33. package/build/types/generated/module-group/DeployedAppsService/notifySourceChange.d.ts.map +1 -0
  34. package/build/types/generated/module-group/DeployedAppsService/registerApiSpec.d.ts +6 -0
  35. package/build/types/generated/module-group/DeployedAppsService/registerApiSpec.d.ts.map +1 -0
  36. package/build/types/generated/module-group/DeployedAppsService/setApplicationPermissionCredentials.d.ts +9 -0
  37. package/build/types/generated/module-group/DeployedAppsService/setApplicationPermissionCredentials.d.ts.map +1 -0
  38. package/build/types/generated/module-group/DeployedAppsService/updateDeployedApp.d.ts +6 -0
  39. package/build/types/generated/module-group/DeployedAppsService/updateDeployedApp.d.ts.map +1 -0
  40. package/build/types/generated/module-group/DeployedAppsService.d.ts +17 -0
  41. package/build/types/generated/module-group/DeployedAppsService.d.ts.map +1 -0
  42. package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancel.d.ts +3 -0
  43. package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancel.d.ts.map +1 -0
  44. package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancelV2.d.ts +3 -0
  45. package/build/types/generated/module-group/ModuleGroupMultiplexingService/cancelV2.d.ts.map +1 -0
  46. package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnComputeModule.d.ts +7 -0
  47. package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnComputeModule.d.ts.map +1 -0
  48. package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnDeployedApp.d.ts +8 -0
  49. package/build/types/generated/module-group/ModuleGroupMultiplexingService/executeOnDeployedApp.d.ts.map +1 -0
  50. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getComputeModuleSchemas.d.ts +9 -0
  51. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getComputeModuleSchemas.d.ts.map +1 -0
  52. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResult.d.ts +8 -0
  53. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResult.d.ts.map +1 -0
  54. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResultV2.d.ts +3 -0
  55. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobResultV2.d.ts.map +1 -0
  56. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatus.d.ts +8 -0
  57. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatus.d.ts.map +1 -0
  58. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatusV2.d.ts +3 -0
  59. package/build/types/generated/module-group/ModuleGroupMultiplexingService/getJobStatusV2.d.ts.map +1 -0
  60. package/build/types/generated/module-group/ModuleGroupMultiplexingService/softCancel.d.ts +8 -0
  61. package/build/types/generated/module-group/ModuleGroupMultiplexingService/softCancel.d.ts.map +1 -0
  62. package/build/types/generated/module-group/ModuleGroupMultiplexingService/submit.d.ts +8 -0
  63. package/build/types/generated/module-group/ModuleGroupMultiplexingService/submit.d.ts.map +1 -0
  64. package/build/types/generated/module-group/ModuleGroupMultiplexingService/submitToDeployedApp.d.ts +3 -0
  65. package/build/types/generated/module-group/ModuleGroupMultiplexingService/submitToDeployedApp.d.ts.map +1 -0
  66. package/build/types/generated/module-group/ModuleGroupMultiplexingService.d.ts +12 -0
  67. package/build/types/generated/module-group/ModuleGroupMultiplexingService.d.ts.map +1 -0
  68. package/build/types/generated/module-group/ModuleGroupService/createOrUpdateModuleGroup.d.ts +11 -0
  69. package/build/types/generated/module-group/ModuleGroupService/createOrUpdateModuleGroup.d.ts.map +1 -0
  70. package/build/types/generated/module-group/ModuleGroupService/createOrUpdateSparkModuleGroupDeprecated.d.ts +11 -0
  71. package/build/types/generated/module-group/ModuleGroupService/createOrUpdateSparkModuleGroupDeprecated.d.ts.map +1 -0
  72. package/build/types/generated/module-group/ModuleGroupService/deleteModuleGroup.d.ts +10 -0
  73. package/build/types/generated/module-group/ModuleGroupService/deleteModuleGroup.d.ts.map +1 -0
  74. package/build/types/generated/module-group/ModuleGroupService/getAllModuleGroupNames.d.ts +6 -0
  75. package/build/types/generated/module-group/ModuleGroupService/getAllModuleGroupNames.d.ts.map +1 -0
  76. package/build/types/generated/module-group/ModuleGroupService/getAvailableSparkModules.d.ts +11 -0
  77. package/build/types/generated/module-group/ModuleGroupService/getAvailableSparkModules.d.ts.map +1 -0
  78. package/build/types/generated/module-group/ModuleGroupService/getContainerModuleGroupStatus.d.ts +8 -0
  79. package/build/types/generated/module-group/ModuleGroupService/getContainerModuleGroupStatus.d.ts.map +1 -0
  80. package/build/types/generated/module-group/ModuleGroupService/getContainerModuleStatus.d.ts +6 -0
  81. package/build/types/generated/module-group/ModuleGroupService/getContainerModuleStatus.d.ts.map +1 -0
  82. package/build/types/generated/module-group/ModuleGroupService/getMinimumRunningModuleVersion.d.ts +9 -0
  83. package/build/types/generated/module-group/ModuleGroupService/getMinimumRunningModuleVersion.d.ts.map +1 -0
  84. package/build/types/generated/module-group/ModuleGroupService/getSupportedModuleTypes.d.ts +7 -0
  85. package/build/types/generated/module-group/ModuleGroupService/getSupportedModuleTypes.d.ts.map +1 -0
  86. package/build/types/generated/module-group/ModuleGroupService.d.ts +9 -0
  87. package/build/types/generated/module-group/ModuleGroupService.d.ts.map +1 -0
  88. package/build/types/generated/module-group/__components.d.ts +1084 -0
  89. package/build/types/generated/module-group/__components.d.ts.map +1 -0
  90. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/deleteResourceConstraintsConfig.d.ts +6 -0
  91. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/deleteResourceConstraintsConfig.d.ts.map +1 -0
  92. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/getAllConfiguredConstraints.d.ts +6 -0
  93. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/getAllConfiguredConstraints.d.ts.map +1 -0
  94. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/setResourceConstraintsConfig.d.ts +7 -0
  95. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService/setResourceConstraintsConfig.d.ts.map +1 -0
  96. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService.d.ts +3 -0
  97. package/build/types/generated/module-group/constraints/ResourceConstraintsConfigService.d.ts.map +1 -0
  98. package/build/types/generated/module-group/constraints/__components.d.ts +23 -0
  99. package/build/types/generated/module-group/constraints/__components.d.ts.map +1 -0
  100. package/build/types/generated/module-group/constraints/index.d.ts +2 -0
  101. package/build/types/generated/module-group/constraints/index.d.ts.map +1 -0
  102. package/build/types/generated/module-group/error/__components.d.ts +9 -0
  103. package/build/types/generated/module-group/error/__components.d.ts.map +1 -0
  104. package/build/types/generated/module-group/error/index.d.ts +1 -0
  105. package/build/types/generated/module-group/error/index.d.ts.map +1 -0
  106. package/build/types/generated/module-group/index.d.ts +6 -0
  107. package/build/types/generated/module-group/index.d.ts.map +1 -0
  108. package/build/types/generated/object-sentinel/api/__components.d.ts +4174 -0
  109. package/build/types/generated/object-sentinel/api/__components.d.ts.map +1 -0
  110. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/batchExecuteMonitor.d.ts +3 -0
  111. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/batchExecuteMonitor.d.ts.map +1 -0
  112. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/cancelBatchExecution.d.ts +3 -0
  113. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/cancelBatchExecution.d.ts.map +1 -0
  114. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/executeMonitor.d.ts +10 -0
  115. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/executeMonitor.d.ts.map +1 -0
  116. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionEvents.d.ts +3 -0
  117. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionEvents.d.ts.map +1 -0
  118. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatus.d.ts +3 -0
  119. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatus.d.ts.map +1 -0
  120. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatusByEventId.d.ts +4 -0
  121. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionStatusByEventId.d.ts.map +1 -0
  122. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionSummary.d.ts +3 -0
  123. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getBatchExecutionSummary.d.ts.map +1 -0
  124. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getExecutionEffectSummary.d.ts +7 -0
  125. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/getExecutionEffectSummary.d.ts.map +1 -0
  126. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/retryEvents.d.ts +6 -0
  127. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/retryEvents.d.ts.map +1 -0
  128. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateBatchExecution.d.ts +6 -0
  129. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateBatchExecution.d.ts.map +1 -0
  130. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateRetryEvents.d.ts +6 -0
  131. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor/validateRetryEvents.d.ts.map +1 -0
  132. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor.d.ts +11 -0
  133. package/build/types/generated/object-sentinel/api/executor/MonitorExecutor.d.ts.map +1 -0
  134. package/build/types/generated/object-sentinel/api/executor/__components.d.ts +174 -0
  135. package/build/types/generated/object-sentinel/api/executor/__components.d.ts.map +1 -0
  136. package/build/types/generated/object-sentinel/api/executor/index.d.ts +2 -0
  137. package/build/types/generated/object-sentinel/api/executor/index.d.ts.map +1 -0
  138. package/build/types/generated/object-sentinel/api/index.d.ts +8 -0
  139. package/build/types/generated/object-sentinel/api/index.d.ts.map +1 -0
  140. package/build/types/generated/object-sentinel/api/logic/StagedActionService/acceptStagedActions.d.ts +7 -0
  141. package/build/types/generated/object-sentinel/api/logic/StagedActionService/acceptStagedActions.d.ts.map +1 -0
  142. package/build/types/generated/object-sentinel/api/logic/StagedActionService/getStagedActions.d.ts +6 -0
  143. package/build/types/generated/object-sentinel/api/logic/StagedActionService/getStagedActions.d.ts.map +1 -0
  144. package/build/types/generated/object-sentinel/api/logic/StagedActionService/rejectStagedActions.d.ts +7 -0
  145. package/build/types/generated/object-sentinel/api/logic/StagedActionService/rejectStagedActions.d.ts.map +1 -0
  146. package/build/types/generated/object-sentinel/api/logic/StagedActionService.d.ts +3 -0
  147. package/build/types/generated/object-sentinel/api/logic/StagedActionService.d.ts.map +1 -0
  148. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAggregateBucketedData.d.ts +6 -0
  149. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAggregateBucketedData.d.ts.map +1 -0
  150. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAutomationTriggerDependencies.d.ts +8 -0
  151. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getAutomationTriggerDependencies.d.ts.map +1 -0
  152. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getDownstreamAutomationEventTriggers.d.ts +6 -0
  153. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getDownstreamAutomationEventTriggers.d.ts.map +1 -0
  154. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getEvaluationInformation.d.ts +8 -0
  155. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getEvaluationInformation.d.ts.map +1 -0
  156. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorMetrics.d.ts +7 -0
  157. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorMetrics.d.ts.map +1 -0
  158. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorUsageData.d.ts +9 -0
  159. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getMonitorUsageData.d.ts.map +1 -0
  160. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getRunningMonitorsForObjectType.d.ts +6 -0
  161. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getRunningMonitorsForObjectType.d.ts.map +1 -0
  162. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getUpstreamAutomationEventTriggers.d.ts +6 -0
  163. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics/getUpstreamAutomationEventTriggers.d.ts.map +1 -0
  164. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics.d.ts +8 -0
  165. package/build/types/generated/object-sentinel/api/metrics/MonitorMetrics.d.ts.map +1 -0
  166. package/build/types/generated/object-sentinel/api/metrics/__components.d.ts +133 -0
  167. package/build/types/generated/object-sentinel/api/metrics/__components.d.ts.map +1 -0
  168. package/build/types/generated/object-sentinel/api/metrics/index.d.ts +2 -0
  169. package/build/types/generated/object-sentinel/api/metrics/index.d.ts.map +1 -0
  170. package/build/types/generated/object-sentinel/api/notifications/__components.d.ts +54 -0
  171. package/build/types/generated/object-sentinel/api/notifications/__components.d.ts.map +1 -0
  172. package/build/types/generated/object-sentinel/api/notifications/index.d.ts +1 -0
  173. package/build/types/generated/object-sentinel/api/notifications/index.d.ts.map +1 -0
  174. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getAllMonitorEvents.d.ts +8 -0
  175. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getAllMonitorEvents.d.ts.map +1 -0
  176. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorEvents.d.ts +10 -0
  177. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorEvents.d.ts.map +1 -0
  178. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorMetadataEvents.d.ts +10 -0
  179. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getGloballyScopedMonitorMetadataEvents.d.ts.map +1 -0
  180. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvent.d.ts +10 -0
  181. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvent.d.ts.map +1 -0
  182. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvents.d.ts +10 -0
  183. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/getMonitorEvents.d.ts.map +1 -0
  184. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/resetMonitorEventSetView.d.ts +7 -0
  185. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/resetMonitorEventSetView.d.ts.map +1 -0
  186. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateMonitorEventsForTimeseriesJob.d.ts +8 -0
  187. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateMonitorEventsForTimeseriesJob.d.ts.map +1 -0
  188. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateSeenMonitorEvents.d.ts +6 -0
  189. package/build/types/generated/object-sentinel/api/registry/MonitorEvents/updateSeenMonitorEvents.d.ts.map +1 -0
  190. package/build/types/generated/object-sentinel/api/registry/MonitorEvents.d.ts +8 -0
  191. package/build/types/generated/object-sentinel/api/registry/MonitorEvents.d.ts.map +1 -0
  192. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetBranchesForMonitor.d.ts +6 -0
  193. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetBranchesForMonitor.d.ts.map +1 -0
  194. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitorVersions.d.ts +10 -0
  195. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitorVersions.d.ts.map +1 -0
  196. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitors.d.ts +8 -0
  197. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/bulkGetMonitors.d.ts.map +1 -0
  198. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/createMonitor.d.ts +13 -0
  199. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/createMonitor.d.ts.map +1 -0
  200. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/disableAutomation.d.ts +7 -0
  201. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/disableAutomation.d.ts.map +1 -0
  202. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getBranchesForMonitor.d.ts +7 -0
  203. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getBranchesForMonitor.d.ts.map +1 -0
  204. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getLiveEvaluationInformation.d.ts +7 -0
  205. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getLiveEvaluationInformation.d.ts.map +1 -0
  206. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorPublishedVersion.d.ts +9 -0
  207. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorPublishedVersion.d.ts.map +1 -0
  208. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorStatus.d.ts +7 -0
  209. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorStatus.d.ts.map +1 -0
  210. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorVersion.d.ts +10 -0
  211. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getMonitorVersion.d.ts.map +1 -0
  212. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecution.d.ts +7 -0
  213. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecution.d.ts.map +1 -0
  214. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecutionAffectedObjects.d.ts +8 -0
  215. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getNextExecutionAffectedObjects.d.ts.map +1 -0
  216. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getStreamingTimeseriesMonitorGroup.d.ts +7 -0
  217. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/getStreamingTimeseriesMonitorGroup.d.ts.map +1 -0
  218. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/muteMonitorForSelf.d.ts +7 -0
  219. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/muteMonitorForSelf.d.ts.map +1 -0
  220. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/publishMonitorVersion.d.ts +10 -0
  221. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/publishMonitorVersion.d.ts.map +1 -0
  222. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/searchMonitors.d.ts +6 -0
  223. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/searchMonitors.d.ts.map +1 -0
  224. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/takeAutomationOwnership.d.ts +6 -0
  225. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/takeAutomationOwnership.d.ts.map +1 -0
  226. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/unmuteMonitorForSelf.d.ts +7 -0
  227. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/unmuteMonitorForSelf.d.ts.map +1 -0
  228. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateMonitor.d.ts +13 -0
  229. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateMonitor.d.ts.map +1 -0
  230. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfiguration.d.ts +7 -0
  231. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfiguration.d.ts.map +1 -0
  232. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfigurationV2.d.ts +7 -0
  233. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry/updateTimeseriesJobConfigurationV2.d.ts.map +1 -0
  234. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry.d.ts +21 -0
  235. package/build/types/generated/object-sentinel/api/registry/MonitorRegistry.d.ts.map +1 -0
  236. package/build/types/generated/object-sentinel/api/registry/__components.d.ts +446 -0
  237. package/build/types/generated/object-sentinel/api/registry/__components.d.ts.map +1 -0
  238. package/build/types/generated/object-sentinel/api/registry/index.d.ts +3 -0
  239. package/build/types/generated/object-sentinel/api/registry/index.d.ts.map +1 -0
  240. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/getStreamingTimeseriesTemplateInstances.d.ts +9 -0
  241. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/getStreamingTimeseriesTemplateInstances.d.ts.map +1 -0
  242. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/patchTimeseriesMonitor.d.ts +7 -0
  243. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/patchTimeseriesMonitor.d.ts.map +1 -0
  244. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/replayStreamingAlert.d.ts +8 -0
  245. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/replayStreamingAlert.d.ts.map +1 -0
  246. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/updateStreamingTimeseriesTemplateInstances.d.ts +9 -0
  247. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService/updateStreamingTimeseriesTemplateInstances.d.ts.map +1 -0
  248. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService.d.ts +4 -0
  249. package/build/types/generated/object-sentinel/api/timeseries/TimeSeriesAlertManagementService.d.ts.map +1 -0
  250. package/build/types/generated/object-sentinel/api/timeseries/__components.d.ts +78 -0
  251. package/build/types/generated/object-sentinel/api/timeseries/__components.d.ts.map +1 -0
  252. package/build/types/generated/object-sentinel/api/timeseries/index.d.ts +2 -0
  253. package/build/types/generated/object-sentinel/api/timeseries/index.d.ts.map +1 -0
  254. package/build/types/generated/object-sentinel/api/types/__components.d.ts +309 -0
  255. package/build/types/generated/object-sentinel/api/types/__components.d.ts.map +1 -0
  256. package/build/types/generated/object-sentinel/api/types/index.d.ts +1 -0
  257. package/build/types/generated/object-sentinel/api/types/index.d.ts.map +1 -0
  258. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorCreate.d.ts +8 -0
  259. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorCreate.d.ts.map +1 -0
  260. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorUpdate.d.ts +9 -0
  261. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService/validateMonitorUpdate.d.ts.map +1 -0
  262. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService.d.ts +2 -0
  263. package/build/types/generated/object-sentinel/api/validation/MonitorValidationService.d.ts.map +1 -0
  264. package/build/types/generated/object-sentinel/api/validation/__components.d.ts +13 -0
  265. package/build/types/generated/object-sentinel/api/validation/__components.d.ts.map +1 -0
  266. package/build/types/generated/object-sentinel/api/validation/index.d.ts +2 -0
  267. package/build/types/generated/object-sentinel/api/validation/index.d.ts.map +1 -0
  268. package/build/types/generated/object-sentinel/index.d.ts +2 -0
  269. package/build/types/generated/object-sentinel/index.d.ts.map +1 -0
  270. package/build/types/generated/object-sentinel/safetolog/__components.d.ts +655 -0
  271. package/build/types/generated/object-sentinel/safetolog/__components.d.ts.map +1 -0
  272. package/build/types/generated/object-sentinel/safetolog/index.d.ts +1 -0
  273. package/build/types/generated/object-sentinel/safetolog/index.d.ts.map +1 -0
  274. package/build/types/generated/object-set-service/api/ObjectSetAggregationService/aggregate.d.ts +2 -4
  275. package/build/types/generated/object-set-service/api/ObjectSetAggregationService/aggregate.d.ts.map +1 -1
  276. package/build/types/generated/object-set-service/api/ObjectSetAggregationServiceDeprecated/aggregate.d.ts +2 -4
  277. package/build/types/generated/object-set-service/api/ObjectSetAggregationServiceDeprecated/aggregate.d.ts.map +1 -1
  278. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsInitialScroll.d.ts +4 -3
  279. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsInitialScroll.d.ts.map +1 -1
  280. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsNextScroll.d.ts +4 -3
  281. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectLocatorsNextScroll.d.ts.map +1 -1
  282. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsInitialScroll.d.ts +4 -3
  283. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsInitialScroll.d.ts.map +1 -1
  284. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsNextScroll.d.ts +4 -3
  285. package/build/types/generated/object-set-service/api/ObjectSetScrollService/getObjectsNextScroll.d.ts.map +1 -1
  286. package/build/types/generated/object-set-service/api/ObjectSetService/createObjectSet.d.ts +2 -3
  287. package/build/types/generated/object-set-service/api/ObjectSetService/createObjectSet.d.ts.map +1 -1
  288. package/build/types/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.d.ts +8 -6
  289. package/build/types/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.d.ts.map +1 -1
  290. package/build/types/generated/object-set-service/api/ObjectSetService/deleteObjectSet.d.ts +2 -2
  291. package/build/types/generated/object-set-service/api/ObjectSetService/deleteObjectSet.d.ts.map +1 -1
  292. package/build/types/generated/object-set-service/api/ObjectSetService/getBulkObjectSet.d.ts +2 -3
  293. package/build/types/generated/object-set-service/api/ObjectSetService/getBulkObjectSet.d.ts.map +1 -1
  294. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectSet.d.ts +2 -3
  295. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectSet.d.ts.map +1 -1
  296. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectTypes.d.ts +2 -3
  297. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectTypes.d.ts.map +1 -1
  298. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectsPage.d.ts +3 -4
  299. package/build/types/generated/object-set-service/api/ObjectSetService/getObjectsPage.d.ts.map +1 -1
  300. package/build/types/generated/object-set-service/api/ObjectSetService/getReferencedEntities.d.ts +2 -3
  301. package/build/types/generated/object-set-service/api/ObjectSetService/getReferencedEntities.d.ts.map +1 -1
  302. package/build/types/generated/object-set-service/api/ObjectSetService/materializeObjectSet.d.ts +2 -3
  303. package/build/types/generated/object-set-service/api/ObjectSetService/materializeObjectSet.d.ts.map +1 -1
  304. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getBulkObjectSet.d.ts +2 -3
  305. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getBulkObjectSet.d.ts.map +1 -1
  306. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectTypes.d.ts +2 -3
  307. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectTypes.d.ts.map +1 -1
  308. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectsPage.d.ts +2 -4
  309. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/getObjectsPage.d.ts.map +1 -1
  310. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/materializeObjectSet.d.ts +2 -3
  311. package/build/types/generated/object-set-service/api/ObjectSetServiceDeprecated/materializeObjectSet.d.ts.map +1 -1
  312. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsInitialPage.d.ts +2 -4
  313. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsInitialPage.d.ts.map +1 -1
  314. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsNextPage.d.ts +2 -4
  315. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getAllObjectsNextPage.d.ts.map +1 -1
  316. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.d.ts +5 -4
  317. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.d.ts.map +1 -1
  318. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getLinks.d.ts +2 -3
  319. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getLinks.d.ts.map +1 -1
  320. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsInitialPage.d.ts +2 -4
  321. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsInitialPage.d.ts.map +1 -1
  322. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsNextPage.d.ts +2 -4
  323. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getTopObjectsNextPage.d.ts.map +1 -1
  324. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/loadObjects.d.ts +2 -3
  325. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/loadObjects.d.ts.map +1 -1
  326. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getLinks.d.ts +2 -3
  327. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getLinks.d.ts.map +1 -1
  328. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsInitialPage.d.ts +2 -4
  329. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsInitialPage.d.ts.map +1 -1
  330. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsNextPage.d.ts +2 -4
  331. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/getTopObjectsNextPage.d.ts.map +1 -1
  332. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/loadObjects.d.ts +2 -3
  333. package/build/types/generated/object-set-service/api/ObjectSetServiceV2Deprecated/loadObjects.d.ts.map +1 -1
  334. package/build/types/generated/object-set-service/api/ObjectSetSuggestService/suggest.d.ts +4 -4
  335. package/build/types/generated/object-set-service/api/ObjectSetSuggestService/suggest.d.ts.map +1 -1
  336. package/build/types/generated/object-set-service/api/ObjectSetSuggestServiceDeprecated/suggest.d.ts +2 -4
  337. package/build/types/generated/object-set-service/api/ObjectSetSuggestServiceDeprecated/suggest.d.ts.map +1 -1
  338. package/build/types/generated/object-set-service/api/VersionedObjectSetService/checkBulkOperationPermissions.d.ts +2 -3
  339. package/build/types/generated/object-set-service/api/VersionedObjectSetService/checkBulkOperationPermissions.d.ts.map +1 -1
  340. package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSet.d.ts +2 -3
  341. package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSet.d.ts.map +1 -1
  342. package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSetWithParent.d.ts +2 -3
  343. package/build/types/generated/object-set-service/api/VersionedObjectSetService/createVersionedObjectSetWithParent.d.ts.map +1 -1
  344. package/build/types/generated/object-set-service/api/VersionedObjectSetService/getBulkLatestVersion.d.ts +2 -3
  345. package/build/types/generated/object-set-service/api/VersionedObjectSetService/getBulkLatestVersion.d.ts.map +1 -1
  346. package/build/types/generated/object-set-service/api/VersionedObjectSetService/getLatestVersion.d.ts +2 -3
  347. package/build/types/generated/object-set-service/api/VersionedObjectSetService/getLatestVersion.d.ts.map +1 -1
  348. package/build/types/generated/object-set-service/api/VersionedObjectSetService/putLatestVersion.d.ts +2 -4
  349. package/build/types/generated/object-set-service/api/VersionedObjectSetService/putLatestVersion.d.ts.map +1 -1
  350. package/build/types/generated/object-set-service/api/VersionedObjectSetServiceDeprecated/getBulkLatestVersion.d.ts +2 -3
  351. package/build/types/generated/object-set-service/api/VersionedObjectSetServiceDeprecated/getBulkLatestVersion.d.ts.map +1 -1
  352. package/build/types/generated/object-set-service/api/__components.d.ts +4567 -0
  353. package/build/types/generated/object-set-service/api/__components.d.ts.map +1 -0
  354. package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService/getTopRows.d.ts +11 -0
  355. package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService/getTopRows.d.ts.map +1 -0
  356. package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService.d.ts +1 -0
  357. package/build/types/generated/object-set-service/api/dataframe/ObjectSetDataframeService.d.ts.map +1 -0
  358. package/build/types/generated/object-set-service/api/dataframe/__components.d.ts +115 -0
  359. package/build/types/generated/object-set-service/api/dataframe/__components.d.ts.map +1 -0
  360. package/build/types/generated/object-set-service/api/dataframe/index.d.ts +2 -0
  361. package/build/types/generated/object-set-service/api/dataframe/index.d.ts.map +1 -0
  362. package/build/types/generated/object-set-service/api/external/planning/PlanningObjectSetService/getLogicalObjectSet.d.ts +2 -3
  363. package/build/types/generated/object-set-service/api/external/planning/PlanningObjectSetService/getLogicalObjectSet.d.ts.map +1 -1
  364. package/build/types/generated/object-set-service/api/external/planning/__components.d.ts +422 -0
  365. package/build/types/generated/object-set-service/api/external/planning/__components.d.ts.map +1 -0
  366. package/build/types/generated/object-set-service/api/external/planning/index.d.ts +1 -41
  367. package/build/types/generated/object-set-service/api/external/planning/index.d.ts.map +1 -1
  368. package/build/types/generated/object-set-service/api/index.d.ts +3 -337
  369. package/build/types/generated/object-set-service/api/index.d.ts.map +1 -1
  370. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/deleteObjectSetsBySecurityRid.d.ts +7 -0
  371. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/deleteObjectSetsBySecurityRid.d.ts.map +1 -0
  372. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/loadPatchableEntities.d.ts +4 -5
  373. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService/loadPatchableEntities.d.ts.map +1 -1
  374. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService.d.ts +1 -0
  375. package/build/types/generated/object-set-service/api/internal/InternalObjectSetService.d.ts.map +1 -1
  376. package/build/types/generated/object-set-service/api/internal/__components.d.ts +162 -0
  377. package/build/types/generated/object-set-service/api/internal/__components.d.ts.map +1 -0
  378. package/build/types/generated/object-set-service/api/internal/index.d.ts +1 -9
  379. package/build/types/generated/object-set-service/api/internal/index.d.ts.map +1 -1
  380. package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService/naturalLanguageToObjectSet.d.ts +6 -0
  381. package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService/naturalLanguageToObjectSet.d.ts.map +1 -0
  382. package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService.d.ts +1 -0
  383. package/build/types/generated/object-set-service/api/query/NaturalLanguageQueryService.d.ts.map +1 -0
  384. package/build/types/generated/object-set-service/api/query/__components.d.ts +49 -0
  385. package/build/types/generated/object-set-service/api/query/__components.d.ts.map +1 -0
  386. package/build/types/generated/object-set-service/api/query/index.d.ts +2 -0
  387. package/build/types/generated/object-set-service/api/query/index.d.ts.map +1 -0
  388. package/build/types/generated/object-set-service/audit/v2/__components.d.ts +250 -0
  389. package/build/types/generated/object-set-service/audit/v2/__components.d.ts.map +1 -0
  390. package/build/types/generated/object-set-service/audit/v2/index.d.ts +1 -63
  391. package/build/types/generated/object-set-service/audit/v2/index.d.ts.map +1 -1
  392. package/build/types/generated/object-set-service/errors/__components.d.ts +55 -0
  393. package/build/types/generated/object-set-service/errors/__components.d.ts.map +1 -0
  394. package/build/types/generated/object-set-service/errors/index.d.ts +1 -1
  395. package/build/types/generated/object-set-service/errors/index.d.ts.map +1 -1
  396. package/build/types/generated/object-set-service/index.d.ts +0 -1
  397. package/build/types/generated/object-set-service/index.d.ts.map +1 -1
  398. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/getObjectTypeSemanticSearchStatus.d.ts +7 -0
  399. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/getObjectTypeSemanticSearchStatus.d.ts.map +1 -0
  400. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts +1 -0
  401. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts.map +1 -1
  402. package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts +6 -0
  403. package/build/types/generated/ontology-metadata/api/OntologyMetadataService/getEntityDelegateDataset.d.ts.map +1 -0
  404. package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts +1 -0
  405. package/build/types/generated/ontology-metadata/api/OntologyMetadataService.d.ts.map +1 -1
  406. package/build/types/generated/ontology-metadata/api/__components.d.ts +395 -15
  407. package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
  408. package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +13 -3
  409. package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
  410. package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
  411. package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
  412. package/build/types/generated/ontology-metadata/api/formatting/__components.d.ts +1 -0
  413. package/build/types/generated/ontology-metadata/api/formatting/__components.d.ts.map +1 -1
  414. package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
  415. package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
  416. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +31 -2
  417. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
  418. package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
  419. package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
  420. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts +10 -0
  421. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -0
  422. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService.d.ts +1 -0
  423. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService.d.ts.map +1 -1
  424. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +139 -1
  425. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
  426. package/build/types/generated/ontology-metadata/api/permissions/index.d.ts +1 -1
  427. package/build/types/generated/ontology-metadata/api/permissions/index.d.ts.map +1 -1
  428. package/build/types/generated/ontology-metadata/api/provenance/__components.d.ts +2 -0
  429. package/build/types/generated/ontology-metadata/api/provenance/__components.d.ts.map +1 -1
  430. package/build/types/generated/ontology-metadata/api/search/__components.d.ts +12 -0
  431. package/build/types/generated/ontology-metadata/api/search/__components.d.ts.map +1 -1
  432. package/build/types/generated/ontology-metadata/api/search/index.d.ts +1 -1
  433. package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
  434. package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts +1 -1
  435. package/build/types/generated/ontology-metadata/api/typemapping/__components.d.ts.map +1 -1
  436. package/build/types/generated/ontology-metadata/api/types/__components.d.ts +9 -1
  437. package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
  438. package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
  439. package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
  440. package/build/types/generated/ontology-metadata/api/usage/__components.d.ts +2 -1
  441. package/build/types/generated/ontology-metadata/api/usage/__components.d.ts.map +1 -1
  442. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +109 -14
  443. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
  444. package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
  445. package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
  446. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranch.d.ts +12 -0
  447. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranch.d.ts.map +1 -0
  448. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranchV2.d.ts +12 -0
  449. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/discardChangesOnBranchV2.d.ts.map +1 -0
  450. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts +2 -0
  451. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts.map +1 -1
  452. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +104 -3
  453. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
  454. package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
  455. package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
  456. package/build/types/index.d.ts +1 -6
  457. package/build/types/index.d.ts.map +1 -1
  458. package/package.json +3 -3
  459. package/build/types/generated/object-set-service/api/AccurateAggregateResultAccuracy.d.ts +0 -4
  460. package/build/types/generated/object-set-service/api/AccurateAggregateResultAccuracy.d.ts.map +0 -1
  461. package/build/types/generated/object-set-service/api/AggregateRequest.d.ts +0 -12
  462. package/build/types/generated/object-set-service/api/AggregateRequest.d.ts.map +0 -1
  463. package/build/types/generated/object-set-service/api/AggregateResponse.d.ts +0 -8
  464. package/build/types/generated/object-set-service/api/AggregateResponse.d.ts.map +0 -1
  465. package/build/types/generated/object-set-service/api/AggregateResult.d.ts +0 -11
  466. package/build/types/generated/object-set-service/api/AggregateResult.d.ts.map +0 -1
  467. package/build/types/generated/object-set-service/api/AggregateResultAccuracy.d.ts +0 -14
  468. package/build/types/generated/object-set-service/api/AggregateResultAccuracy.d.ts.map +0 -1
  469. package/build/types/generated/object-set-service/api/Aggregation.d.ts +0 -14
  470. package/build/types/generated/object-set-service/api/Aggregation.d.ts.map +0 -1
  471. package/build/types/generated/object-set-service/api/AggregationExecutionMode.d.ts +0 -4
  472. package/build/types/generated/object-set-service/api/AggregationExecutionMode.d.ts.map +0 -1
  473. package/build/types/generated/object-set-service/api/AggregationFilter.d.ts +0 -34
  474. package/build/types/generated/object-set-service/api/AggregationFilter.d.ts.map +0 -1
  475. package/build/types/generated/object-set-service/api/AggregationFilterValue.d.ts +0 -44
  476. package/build/types/generated/object-set-service/api/AggregationFilterValue.d.ts.map +0 -1
  477. package/build/types/generated/object-set-service/api/AggregationName.d.ts +0 -4
  478. package/build/types/generated/object-set-service/api/AggregationName.d.ts.map +0 -1
  479. package/build/types/generated/object-set-service/api/AllPropertiesPropertySet.d.ts +0 -4
  480. package/build/types/generated/object-set-service/api/AllPropertiesPropertySet.d.ts.map +0 -1
  481. package/build/types/generated/object-set-service/api/AllPropertiesPropertySetV2.d.ts +0 -6
  482. package/build/types/generated/object-set-service/api/AllPropertiesPropertySetV2.d.ts.map +0 -1
  483. package/build/types/generated/object-set-service/api/AndAggregationFilter.d.ts +0 -7
  484. package/build/types/generated/object-set-service/api/AndAggregationFilter.d.ts.map +0 -1
  485. package/build/types/generated/object-set-service/api/AndFilter.d.ts +0 -8
  486. package/build/types/generated/object-set-service/api/AndFilter.d.ts.map +0 -1
  487. package/build/types/generated/object-set-service/api/ApproximateAggregateResultAccuracy.d.ts +0 -4
  488. package/build/types/generated/object-set-service/api/ApproximateAggregateResultAccuracy.d.ts.map +0 -1
  489. package/build/types/generated/object-set-service/api/ApproximateLinkPresenceFilter.d.ts +0 -19
  490. package/build/types/generated/object-set-service/api/ApproximateLinkPresenceFilter.d.ts.map +0 -1
  491. package/build/types/generated/object-set-service/api/ArrayPropertyValue.d.ts +0 -5
  492. package/build/types/generated/object-set-service/api/ArrayPropertyValue.d.ts.map +0 -1
  493. package/build/types/generated/object-set-service/api/AttachmentPropertyValue.d.ts +0 -4
  494. package/build/types/generated/object-set-service/api/AttachmentPropertyValue.d.ts.map +0 -1
  495. package/build/types/generated/object-set-service/api/Backend.d.ts +0 -4
  496. package/build/types/generated/object-set-service/api/Backend.d.ts.map +0 -1
  497. package/build/types/generated/object-set-service/api/BaseObjectSet.d.ts +0 -7
  498. package/build/types/generated/object-set-service/api/BaseObjectSet.d.ts.map +0 -1
  499. package/build/types/generated/object-set-service/api/BooleanFilterValue.d.ts +0 -4
  500. package/build/types/generated/object-set-service/api/BooleanFilterValue.d.ts.map +0 -1
  501. package/build/types/generated/object-set-service/api/BooleanPropertyValue.d.ts +0 -4
  502. package/build/types/generated/object-set-service/api/BooleanPropertyValue.d.ts.map +0 -1
  503. package/build/types/generated/object-set-service/api/Bucket.d.ts +0 -12
  504. package/build/types/generated/object-set-service/api/Bucket.d.ts.map +0 -1
  505. package/build/types/generated/object-set-service/api/BucketCountLimit.d.ts +0 -6
  506. package/build/types/generated/object-set-service/api/BucketCountLimit.d.ts.map +0 -1
  507. package/build/types/generated/object-set-service/api/BucketRange.d.ts +0 -7
  508. package/build/types/generated/object-set-service/api/BucketRange.d.ts.map +0 -1
  509. package/build/types/generated/object-set-service/api/Bucketing.d.ts +0 -28
  510. package/build/types/generated/object-set-service/api/Bucketing.d.ts.map +0 -1
  511. package/build/types/generated/object-set-service/api/CalculatedPropertyDefinition.d.ts +0 -10
  512. package/build/types/generated/object-set-service/api/CalculatedPropertyDefinition.d.ts.map +0 -1
  513. package/build/types/generated/object-set-service/api/CatalogFileReference.d.ts +0 -10
  514. package/build/types/generated/object-set-service/api/CatalogFileReference.d.ts.map +0 -1
  515. package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsRequest.d.ts +0 -9
  516. package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsRequest.d.ts.map +0 -1
  517. package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsResponse.d.ts +0 -7
  518. package/build/types/generated/object-set-service/api/CheckBulkOperationPermissionsResponse.d.ts.map +0 -1
  519. package/build/types/generated/object-set-service/api/CipherTextPropertyValue.d.ts +0 -4
  520. package/build/types/generated/object-set-service/api/CipherTextPropertyValue.d.ts.map +0 -1
  521. package/build/types/generated/object-set-service/api/CountMetric.d.ts +0 -7
  522. package/build/types/generated/object-set-service/api/CountMetric.d.ts.map +0 -1
  523. package/build/types/generated/object-set-service/api/CreateObjectSetRequest.d.ts +0 -5
  524. package/build/types/generated/object-set-service/api/CreateObjectSetRequest.d.ts.map +0 -1
  525. package/build/types/generated/object-set-service/api/CreateObjectSetResponse.d.ts +0 -4
  526. package/build/types/generated/object-set-service/api/CreateObjectSetResponse.d.ts.map +0 -1
  527. package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetRequest.d.ts +0 -8
  528. package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetRequest.d.ts.map +0 -1
  529. package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetResponse.d.ts +0 -4
  530. package/build/types/generated/object-set-service/api/CreateTemporaryObjectSetResponse.d.ts.map +0 -1
  531. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetRequest.d.ts +0 -5
  532. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetRequest.d.ts.map +0 -1
  533. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetResponse.d.ts +0 -8
  534. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetResponse.d.ts.map +0 -1
  535. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetWithParentRequest.d.ts +0 -5
  536. package/build/types/generated/object-set-service/api/CreateVersionedObjectSetWithParentRequest.d.ts.map +0 -1
  537. package/build/types/generated/object-set-service/api/CustomProvenance.d.ts +0 -8
  538. package/build/types/generated/object-set-service/api/CustomProvenance.d.ts.map +0 -1
  539. package/build/types/generated/object-set-service/api/CustomProvenanceIdentifier.d.ts +0 -4
  540. package/build/types/generated/object-set-service/api/CustomProvenanceIdentifier.d.ts.map +0 -1
  541. package/build/types/generated/object-set-service/api/DatasetFileReference.d.ts +0 -8
  542. package/build/types/generated/object-set-service/api/DatasetFileReference.d.ts.map +0 -1
  543. package/build/types/generated/object-set-service/api/DatasetRid.d.ts +0 -4
  544. package/build/types/generated/object-set-service/api/DatasetRid.d.ts.map +0 -1
  545. package/build/types/generated/object-set-service/api/DatasourceRid.d.ts +0 -4
  546. package/build/types/generated/object-set-service/api/DatasourceRid.d.ts.map +0 -1
  547. package/build/types/generated/object-set-service/api/DateBucketing.d.ts +0 -10
  548. package/build/types/generated/object-set-service/api/DateBucketing.d.ts.map +0 -1
  549. package/build/types/generated/object-set-service/api/DateFilterValue.d.ts +0 -4
  550. package/build/types/generated/object-set-service/api/DateFilterValue.d.ts.map +0 -1
  551. package/build/types/generated/object-set-service/api/DatePropertyValue.d.ts +0 -4
  552. package/build/types/generated/object-set-service/api/DatePropertyValue.d.ts.map +0 -1
  553. package/build/types/generated/object-set-service/api/DecimalFilterValue.d.ts +0 -5
  554. package/build/types/generated/object-set-service/api/DecimalFilterValue.d.ts.map +0 -1
  555. package/build/types/generated/object-set-service/api/DecimalPropertyValue.d.ts +0 -5
  556. package/build/types/generated/object-set-service/api/DecimalPropertyValue.d.ts.map +0 -1
  557. package/build/types/generated/object-set-service/api/DerivedProperties.d.ts +0 -7
  558. package/build/types/generated/object-set-service/api/DerivedProperties.d.ts.map +0 -1
  559. package/build/types/generated/object-set-service/api/DerivedPropertyDefinition.d.ts +0 -20
  560. package/build/types/generated/object-set-service/api/DerivedPropertyDefinition.d.ts.map +0 -1
  561. package/build/types/generated/object-set-service/api/Dimension.d.ts +0 -14
  562. package/build/types/generated/object-set-service/api/Dimension.d.ts.map +0 -1
  563. package/build/types/generated/object-set-service/api/DirectedFoundryLink.d.ts +0 -9
  564. package/build/types/generated/object-set-service/api/DirectedFoundryLink.d.ts.map +0 -1
  565. package/build/types/generated/object-set-service/api/DirectedLinkTypeRid.d.ts +0 -9
  566. package/build/types/generated/object-set-service/api/DirectedLinkTypeRid.d.ts.map +0 -1
  567. package/build/types/generated/object-set-service/api/DirectedRelation.d.ts +0 -9
  568. package/build/types/generated/object-set-service/api/DirectedRelation.d.ts.map +0 -1
  569. package/build/types/generated/object-set-service/api/DispersionMetric.d.ts +0 -11
  570. package/build/types/generated/object-set-service/api/DispersionMetric.d.ts.map +0 -1
  571. package/build/types/generated/object-set-service/api/DispersionMetricMethod.d.ts +0 -7
  572. package/build/types/generated/object-set-service/api/DispersionMetricMethod.d.ts.map +0 -1
  573. package/build/types/generated/object-set-service/api/Distance.d.ts +0 -8
  574. package/build/types/generated/object-set-service/api/Distance.d.ts.map +0 -1
  575. package/build/types/generated/object-set-service/api/DistanceUnit.d.ts +0 -4
  576. package/build/types/generated/object-set-service/api/DistanceUnit.d.ts.map +0 -1
  577. package/build/types/generated/object-set-service/api/DoubleFilterValue.d.ts +0 -4
  578. package/build/types/generated/object-set-service/api/DoubleFilterValue.d.ts.map +0 -1
  579. package/build/types/generated/object-set-service/api/DoubleLiteral.d.ts +0 -4
  580. package/build/types/generated/object-set-service/api/DoubleLiteral.d.ts.map +0 -1
  581. package/build/types/generated/object-set-service/api/DoublePropertyValue.d.ts +0 -4
  582. package/build/types/generated/object-set-service/api/DoublePropertyValue.d.ts.map +0 -1
  583. package/build/types/generated/object-set-service/api/EntityLocator.d.ts +0 -9
  584. package/build/types/generated/object-set-service/api/EntityLocator.d.ts.map +0 -1
  585. package/build/types/generated/object-set-service/api/EntityPrimaryKey.d.ts +0 -6
  586. package/build/types/generated/object-set-service/api/EntityPrimaryKey.d.ts.map +0 -1
  587. package/build/types/generated/object-set-service/api/EntityTypeRid.d.ts +0 -4
  588. package/build/types/generated/object-set-service/api/EntityTypeRid.d.ts.map +0 -1
  589. package/build/types/generated/object-set-service/api/EntityVersion.d.ts +0 -10
  590. package/build/types/generated/object-set-service/api/EntityVersion.d.ts.map +0 -1
  591. package/build/types/generated/object-set-service/api/EntityVersionV1.d.ts +0 -4
  592. package/build/types/generated/object-set-service/api/EntityVersionV1.d.ts.map +0 -1
  593. package/build/types/generated/object-set-service/api/ExactMatchAggregationFilter.d.ts +0 -13
  594. package/build/types/generated/object-set-service/api/ExactMatchAggregationFilter.d.ts.map +0 -1
  595. package/build/types/generated/object-set-service/api/ExactMatchFilter.d.ts +0 -10
  596. package/build/types/generated/object-set-service/api/ExactMatchFilter.d.ts.map +0 -1
  597. package/build/types/generated/object-set-service/api/ExcludeByRegexStringBucketingValueFilter.d.ts +0 -11
  598. package/build/types/generated/object-set-service/api/ExcludeByRegexStringBucketingValueFilter.d.ts.map +0 -1
  599. package/build/types/generated/object-set-service/api/ExcludeValuesStringBucketingValueFilter.d.ts +0 -6
  600. package/build/types/generated/object-set-service/api/ExcludeValuesStringBucketingValueFilter.d.ts.map +0 -1
  601. package/build/types/generated/object-set-service/api/FilterParameter.d.ts +0 -14
  602. package/build/types/generated/object-set-service/api/FilterParameter.d.ts.map +0 -1
  603. package/build/types/generated/object-set-service/api/FilterValue.d.ts +0 -4
  604. package/build/types/generated/object-set-service/api/FilterValue.d.ts.map +0 -1
  605. package/build/types/generated/object-set-service/api/FilteredObjectSet.d.ts +0 -11
  606. package/build/types/generated/object-set-service/api/FilteredObjectSet.d.ts.map +0 -1
  607. package/build/types/generated/object-set-service/api/FixedBucketCountBucketing.d.ts +0 -7
  608. package/build/types/generated/object-set-service/api/FixedBucketCountBucketing.d.ts.map +0 -1
  609. package/build/types/generated/object-set-service/api/FixedWidthBucketing.d.ts +0 -9
  610. package/build/types/generated/object-set-service/api/FixedWidthBucketing.d.ts.map +0 -1
  611. package/build/types/generated/object-set-service/api/ForkRid.d.ts +0 -4
  612. package/build/types/generated/object-set-service/api/ForkRid.d.ts.map +0 -1
  613. package/build/types/generated/object-set-service/api/FoundryLink.d.ts +0 -14
  614. package/build/types/generated/object-set-service/api/FoundryLink.d.ts.map +0 -1
  615. package/build/types/generated/object-set-service/api/FoundryObject.d.ts +0 -20
  616. package/build/types/generated/object-set-service/api/FoundryObject.d.ts.map +0 -1
  617. package/build/types/generated/object-set-service/api/FoundryObjectReference.d.ts +0 -9
  618. package/build/types/generated/object-set-service/api/FoundryObjectReference.d.ts.map +0 -1
  619. package/build/types/generated/object-set-service/api/Fuzziness.d.ts +0 -7
  620. package/build/types/generated/object-set-service/api/Fuzziness.d.ts.map +0 -1
  621. package/build/types/generated/object-set-service/api/GeoBoundingBoxFilter.d.ts +0 -10
  622. package/build/types/generated/object-set-service/api/GeoBoundingBoxFilter.d.ts.map +0 -1
  623. package/build/types/generated/object-set-service/api/GeoDistanceFilter.d.ts +0 -11
  624. package/build/types/generated/object-set-service/api/GeoDistanceFilter.d.ts.map +0 -1
  625. package/build/types/generated/object-set-service/api/GeoHashBucketing.d.ts +0 -9
  626. package/build/types/generated/object-set-service/api/GeoHashBucketing.d.ts.map +0 -1
  627. package/build/types/generated/object-set-service/api/GeoHashPrecision.d.ts +0 -4
  628. package/build/types/generated/object-set-service/api/GeoHashPrecision.d.ts.map +0 -1
  629. package/build/types/generated/object-set-service/api/GeoPointFilterValue.d.ts +0 -7
  630. package/build/types/generated/object-set-service/api/GeoPointFilterValue.d.ts.map +0 -1
  631. package/build/types/generated/object-set-service/api/GeoPointPropertyValue.d.ts +0 -7
  632. package/build/types/generated/object-set-service/api/GeoPointPropertyValue.d.ts.map +0 -1
  633. package/build/types/generated/object-set-service/api/GeoPolygonFilter.d.ts +0 -9
  634. package/build/types/generated/object-set-service/api/GeoPolygonFilter.d.ts.map +0 -1
  635. package/build/types/generated/object-set-service/api/GeoShapeFilter.d.ts +0 -9
  636. package/build/types/generated/object-set-service/api/GeoShapeFilter.d.ts.map +0 -1
  637. package/build/types/generated/object-set-service/api/GeoShapeFilterValue.d.ts +0 -4
  638. package/build/types/generated/object-set-service/api/GeoShapeFilterValue.d.ts.map +0 -1
  639. package/build/types/generated/object-set-service/api/GeoShapePropertyValue.d.ts +0 -4
  640. package/build/types/generated/object-set-service/api/GeoShapePropertyValue.d.ts.map +0 -1
  641. package/build/types/generated/object-set-service/api/GeoShapeQuery.d.ts +0 -14
  642. package/build/types/generated/object-set-service/api/GeoShapeQuery.d.ts.map +0 -1
  643. package/build/types/generated/object-set-service/api/GeoShapeSpatialFilterMode.d.ts +0 -4
  644. package/build/types/generated/object-set-service/api/GeoShapeSpatialFilterMode.d.ts.map +0 -1
  645. package/build/types/generated/object-set-service/api/GeotimeSeriesId.d.ts +0 -5
  646. package/build/types/generated/object-set-service/api/GeotimeSeriesId.d.ts.map +0 -1
  647. package/build/types/generated/object-set-service/api/GeotimeSeriesIntegrationRid.d.ts +0 -4
  648. package/build/types/generated/object-set-service/api/GeotimeSeriesIntegrationRid.d.ts.map +0 -1
  649. package/build/types/generated/object-set-service/api/GeotimeSeriesReference.d.ts +0 -9
  650. package/build/types/generated/object-set-service/api/GeotimeSeriesReference.d.ts.map +0 -1
  651. package/build/types/generated/object-set-service/api/GeotimeSeriesReferencePropertyValue.d.ts +0 -5
  652. package/build/types/generated/object-set-service/api/GeotimeSeriesReferencePropertyValue.d.ts.map +0 -1
  653. package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageRequest.d.ts +0 -13
  654. package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageRequest.d.ts.map +0 -1
  655. package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageResponse.d.ts +0 -11
  656. package/build/types/generated/object-set-service/api/GetAllObjectsInitialPageResponse.d.ts.map +0 -1
  657. package/build/types/generated/object-set-service/api/GetAllObjectsNextPageRequest.d.ts +0 -15
  658. package/build/types/generated/object-set-service/api/GetAllObjectsNextPageRequest.d.ts.map +0 -1
  659. package/build/types/generated/object-set-service/api/GetAllObjectsNextPageResponse.d.ts +0 -8
  660. package/build/types/generated/object-set-service/api/GetAllObjectsNextPageResponse.d.ts.map +0 -1
  661. package/build/types/generated/object-set-service/api/GetBulkLatestVersionRequest.d.ts +0 -7
  662. package/build/types/generated/object-set-service/api/GetBulkLatestVersionRequest.d.ts.map +0 -1
  663. package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponse.d.ts +0 -8
  664. package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponse.d.ts.map +0 -1
  665. package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponseEntry.d.ts +0 -7
  666. package/build/types/generated/object-set-service/api/GetBulkLatestVersionResponseEntry.d.ts.map +0 -1
  667. package/build/types/generated/object-set-service/api/GetBulkLinksPageRequest.d.ts +0 -11
  668. package/build/types/generated/object-set-service/api/GetBulkLinksPageRequest.d.ts.map +0 -1
  669. package/build/types/generated/object-set-service/api/GetBulkLinksPageRequestEntry.d.ts +0 -9
  670. package/build/types/generated/object-set-service/api/GetBulkLinksPageRequestEntry.d.ts.map +0 -1
  671. package/build/types/generated/object-set-service/api/GetBulkLinksPageResponse.d.ts +0 -12
  672. package/build/types/generated/object-set-service/api/GetBulkLinksPageResponse.d.ts.map +0 -1
  673. package/build/types/generated/object-set-service/api/GetBulkLinksPageToken.d.ts +0 -9
  674. package/build/types/generated/object-set-service/api/GetBulkLinksPageToken.d.ts.map +0 -1
  675. package/build/types/generated/object-set-service/api/GetBulkObjectSetRequest.d.ts +0 -7
  676. package/build/types/generated/object-set-service/api/GetBulkObjectSetRequest.d.ts.map +0 -1
  677. package/build/types/generated/object-set-service/api/GetBulkObjectSetResponse.d.ts +0 -8
  678. package/build/types/generated/object-set-service/api/GetBulkObjectSetResponse.d.ts.map +0 -1
  679. package/build/types/generated/object-set-service/api/GetLinksRequest.d.ts +0 -11
  680. package/build/types/generated/object-set-service/api/GetLinksRequest.d.ts.map +0 -1
  681. package/build/types/generated/object-set-service/api/GetLinksResponse.d.ts +0 -7
  682. package/build/types/generated/object-set-service/api/GetLinksResponse.d.ts.map +0 -1
  683. package/build/types/generated/object-set-service/api/GetObjectLocatorsInitialScrollRequest.d.ts +0 -14
  684. package/build/types/generated/object-set-service/api/GetObjectLocatorsInitialScrollRequest.d.ts.map +0 -1
  685. package/build/types/generated/object-set-service/api/GetObjectLocatorsNextScrollRequest.d.ts +0 -9
  686. package/build/types/generated/object-set-service/api/GetObjectLocatorsNextScrollRequest.d.ts.map +0 -1
  687. package/build/types/generated/object-set-service/api/GetObjectLocatorsScrollResponse.d.ts +0 -11
  688. package/build/types/generated/object-set-service/api/GetObjectLocatorsScrollResponse.d.ts.map +0 -1
  689. package/build/types/generated/object-set-service/api/GetObjectSetResponse.d.ts +0 -4
  690. package/build/types/generated/object-set-service/api/GetObjectSetResponse.d.ts.map +0 -1
  691. package/build/types/generated/object-set-service/api/GetObjectTypesRequest.d.ts +0 -6
  692. package/build/types/generated/object-set-service/api/GetObjectTypesRequest.d.ts.map +0 -1
  693. package/build/types/generated/object-set-service/api/GetObjectTypesResponse.d.ts +0 -9
  694. package/build/types/generated/object-set-service/api/GetObjectTypesResponse.d.ts.map +0 -1
  695. package/build/types/generated/object-set-service/api/GetObjectsInitialScrollRequest.d.ts +0 -14
  696. package/build/types/generated/object-set-service/api/GetObjectsInitialScrollRequest.d.ts.map +0 -1
  697. package/build/types/generated/object-set-service/api/GetObjectsNextScrollRequest.d.ts +0 -9
  698. package/build/types/generated/object-set-service/api/GetObjectsNextScrollRequest.d.ts.map +0 -1
  699. package/build/types/generated/object-set-service/api/GetObjectsPageRequest.d.ts +0 -13
  700. package/build/types/generated/object-set-service/api/GetObjectsPageRequest.d.ts.map +0 -1
  701. package/build/types/generated/object-set-service/api/GetObjectsPageResponse.d.ts +0 -11
  702. package/build/types/generated/object-set-service/api/GetObjectsPageResponse.d.ts.map +0 -1
  703. package/build/types/generated/object-set-service/api/GetObjectsScrollResponse.d.ts +0 -11
  704. package/build/types/generated/object-set-service/api/GetObjectsScrollResponse.d.ts.map +0 -1
  705. package/build/types/generated/object-set-service/api/GetReferencedEntitiesRequest.d.ts +0 -6
  706. package/build/types/generated/object-set-service/api/GetReferencedEntitiesRequest.d.ts.map +0 -1
  707. package/build/types/generated/object-set-service/api/GetReferencedEntitiesResponse.d.ts +0 -6
  708. package/build/types/generated/object-set-service/api/GetReferencedEntitiesResponse.d.ts.map +0 -1
  709. package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageRequest.d.ts +0 -20
  710. package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageRequest.d.ts.map +0 -1
  711. package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageResponse.d.ts +0 -11
  712. package/build/types/generated/object-set-service/api/GetTopObjectsInitialPageResponse.d.ts.map +0 -1
  713. package/build/types/generated/object-set-service/api/GetTopObjectsNextPageRequest.d.ts +0 -22
  714. package/build/types/generated/object-set-service/api/GetTopObjectsNextPageRequest.d.ts.map +0 -1
  715. package/build/types/generated/object-set-service/api/GetTopObjectsNextPageResponse.d.ts +0 -8
  716. package/build/types/generated/object-set-service/api/GetTopObjectsNextPageResponse.d.ts.map +0 -1
  717. package/build/types/generated/object-set-service/api/HasPropertyAggregationFilter.d.ts +0 -7
  718. package/build/types/generated/object-set-service/api/HasPropertyAggregationFilter.d.ts.map +0 -1
  719. package/build/types/generated/object-set-service/api/HasPropertyFilter.d.ts +0 -7
  720. package/build/types/generated/object-set-service/api/HasPropertyFilter.d.ts.map +0 -1
  721. package/build/types/generated/object-set-service/api/IncludeByRegexStringBucketingValueFilter.d.ts +0 -11
  722. package/build/types/generated/object-set-service/api/IncludeByRegexStringBucketingValueFilter.d.ts.map +0 -1
  723. package/build/types/generated/object-set-service/api/IncludeValuesStringBucketingValueFilter.d.ts +0 -6
  724. package/build/types/generated/object-set-service/api/IncludeValuesStringBucketingValueFilter.d.ts.map +0 -1
  725. package/build/types/generated/object-set-service/api/IntegerFilterValue.d.ts +0 -4
  726. package/build/types/generated/object-set-service/api/IntegerFilterValue.d.ts.map +0 -1
  727. package/build/types/generated/object-set-service/api/IntegerPropertyValue.d.ts +0 -4
  728. package/build/types/generated/object-set-service/api/IntegerPropertyValue.d.ts.map +0 -1
  729. package/build/types/generated/object-set-service/api/IntersectedObjectSet.d.ts +0 -7
  730. package/build/types/generated/object-set-service/api/IntersectedObjectSet.d.ts.map +0 -1
  731. package/build/types/generated/object-set-service/api/Interval.d.ts +0 -8
  732. package/build/types/generated/object-set-service/api/Interval.d.ts.map +0 -1
  733. package/build/types/generated/object-set-service/api/KeyOrdering.d.ts +0 -7
  734. package/build/types/generated/object-set-service/api/KeyOrdering.d.ts.map +0 -1
  735. package/build/types/generated/object-set-service/api/KnnObjectSet.d.ts +0 -14
  736. package/build/types/generated/object-set-service/api/KnnObjectSet.d.ts.map +0 -1
  737. package/build/types/generated/object-set-service/api/KnnObjectSetV2.d.ts +0 -12
  738. package/build/types/generated/object-set-service/api/KnnObjectSetV2.d.ts.map +0 -1
  739. package/build/types/generated/object-set-service/api/KnnQuery.d.ts +0 -14
  740. package/build/types/generated/object-set-service/api/KnnQuery.d.ts.map +0 -1
  741. package/build/types/generated/object-set-service/api/LatestVersionResponse.d.ts +0 -6
  742. package/build/types/generated/object-set-service/api/LatestVersionResponse.d.ts.map +0 -1
  743. package/build/types/generated/object-set-service/api/LinkSide.d.ts +0 -4
  744. package/build/types/generated/object-set-service/api/LinkSide.d.ts.map +0 -1
  745. package/build/types/generated/object-set-service/api/LinkTypeRid.d.ts +0 -4
  746. package/build/types/generated/object-set-service/api/LinkTypeRid.d.ts.map +0 -1
  747. package/build/types/generated/object-set-service/api/LinkedCountMetric.d.ts +0 -4
  748. package/build/types/generated/object-set-service/api/LinkedCountMetric.d.ts.map +0 -1
  749. package/build/types/generated/object-set-service/api/LinkedDispersionMetric.d.ts +0 -9
  750. package/build/types/generated/object-set-service/api/LinkedDispersionMetric.d.ts.map +0 -1
  751. package/build/types/generated/object-set-service/api/LinkedDispersionMetricMethod.d.ts +0 -7
  752. package/build/types/generated/object-set-service/api/LinkedDispersionMetricMethod.d.ts.map +0 -1
  753. package/build/types/generated/object-set-service/api/LinkedMetric.d.ts +0 -48
  754. package/build/types/generated/object-set-service/api/LinkedMetric.d.ts.map +0 -1
  755. package/build/types/generated/object-set-service/api/LinkedObjectPropertyDefinition.d.ts +0 -21
  756. package/build/types/generated/object-set-service/api/LinkedObjectPropertyDefinition.d.ts.map +0 -1
  757. package/build/types/generated/object-set-service/api/LinkedObjectsAggregationPropertyDefinition.d.ts +0 -14
  758. package/build/types/generated/object-set-service/api/LinkedObjectsAggregationPropertyDefinition.d.ts.map +0 -1
  759. package/build/types/generated/object-set-service/api/LinkedPercentileMetric.d.ts +0 -8
  760. package/build/types/generated/object-set-service/api/LinkedPercentileMetric.d.ts.map +0 -1
  761. package/build/types/generated/object-set-service/api/LinkedPropertyMetric.d.ts +0 -7
  762. package/build/types/generated/object-set-service/api/LinkedPropertyMetric.d.ts.map +0 -1
  763. package/build/types/generated/object-set-service/api/LinkedPropertyRelationSide.d.ts +0 -4
  764. package/build/types/generated/object-set-service/api/LinkedPropertyRelationSide.d.ts.map +0 -1
  765. package/build/types/generated/object-set-service/api/LoadObjectsRequest.d.ts +0 -14
  766. package/build/types/generated/object-set-service/api/LoadObjectsRequest.d.ts.map +0 -1
  767. package/build/types/generated/object-set-service/api/LoadObjectsResponse.d.ts +0 -6
  768. package/build/types/generated/object-set-service/api/LoadObjectsResponse.d.ts.map +0 -1
  769. package/build/types/generated/object-set-service/api/LoadedObjectLinksResult.d.ts +0 -9
  770. package/build/types/generated/object-set-service/api/LoadedObjectLinksResult.d.ts.map +0 -1
  771. package/build/types/generated/object-set-service/api/LoadedObjectLinksResultV2.d.ts +0 -9
  772. package/build/types/generated/object-set-service/api/LoadedObjectLinksResultV2.d.ts.map +0 -1
  773. package/build/types/generated/object-set-service/api/LongFilterValue.d.ts +0 -5
  774. package/build/types/generated/object-set-service/api/LongFilterValue.d.ts.map +0 -1
  775. package/build/types/generated/object-set-service/api/LongPropertyValue.d.ts +0 -5
  776. package/build/types/generated/object-set-service/api/LongPropertyValue.d.ts.map +0 -1
  777. package/build/types/generated/object-set-service/api/MarkingPropertyValue.d.ts +0 -4
  778. package/build/types/generated/object-set-service/api/MarkingPropertyValue.d.ts.map +0 -1
  779. package/build/types/generated/object-set-service/api/MaterializationProvenance.d.ts +0 -8
  780. package/build/types/generated/object-set-service/api/MaterializationProvenance.d.ts.map +0 -1
  781. package/build/types/generated/object-set-service/api/MaterializeObjectSetRequest.d.ts +0 -7
  782. package/build/types/generated/object-set-service/api/MaterializeObjectSetRequest.d.ts.map +0 -1
  783. package/build/types/generated/object-set-service/api/MaterializeObjectSetResponse.d.ts +0 -4
  784. package/build/types/generated/object-set-service/api/MaterializeObjectSetResponse.d.ts.map +0 -1
  785. package/build/types/generated/object-set-service/api/MaxBucketsBucketing.d.ts +0 -7
  786. package/build/types/generated/object-set-service/api/MaxBucketsBucketing.d.ts.map +0 -1
  787. package/build/types/generated/object-set-service/api/MaxEditDistance.d.ts +0 -14
  788. package/build/types/generated/object-set-service/api/MaxEditDistance.d.ts.map +0 -1
  789. package/build/types/generated/object-set-service/api/MediaItemReadToken.d.ts +0 -8
  790. package/build/types/generated/object-set-service/api/MediaItemReadToken.d.ts.map +0 -1
  791. package/build/types/generated/object-set-service/api/MediaItemReference.d.ts +0 -9
  792. package/build/types/generated/object-set-service/api/MediaItemReference.d.ts.map +0 -1
  793. package/build/types/generated/object-set-service/api/MediaItemRid.d.ts +0 -4
  794. package/build/types/generated/object-set-service/api/MediaItemRid.d.ts.map +0 -1
  795. package/build/types/generated/object-set-service/api/MediaReference.d.ts +0 -9
  796. package/build/types/generated/object-set-service/api/MediaReference.d.ts.map +0 -1
  797. package/build/types/generated/object-set-service/api/MediaReferencePropertyValue.d.ts +0 -5
  798. package/build/types/generated/object-set-service/api/MediaReferencePropertyValue.d.ts.map +0 -1
  799. package/build/types/generated/object-set-service/api/MediaSetRid.d.ts +0 -4
  800. package/build/types/generated/object-set-service/api/MediaSetRid.d.ts.map +0 -1
  801. package/build/types/generated/object-set-service/api/MediaSetViewRid.d.ts +0 -4
  802. package/build/types/generated/object-set-service/api/MediaSetViewRid.d.ts.map +0 -1
  803. package/build/types/generated/object-set-service/api/MediaValueReference.d.ts +0 -19
  804. package/build/types/generated/object-set-service/api/MediaValueReference.d.ts.map +0 -1
  805. package/build/types/generated/object-set-service/api/MediaViewItemReference.d.ts +0 -13
  806. package/build/types/generated/object-set-service/api/MediaViewItemReference.d.ts.map +0 -1
  807. package/build/types/generated/object-set-service/api/Metric.d.ts +0 -48
  808. package/build/types/generated/object-set-service/api/Metric.d.ts.map +0 -1
  809. package/build/types/generated/object-set-service/api/MetricName.d.ts +0 -4
  810. package/build/types/generated/object-set-service/api/MetricName.d.ts.map +0 -1
  811. package/build/types/generated/object-set-service/api/MetricResult.d.ts +0 -4
  812. package/build/types/generated/object-set-service/api/MetricResult.d.ts.map +0 -1
  813. package/build/types/generated/object-set-service/api/MetricsAggregation.d.ts +0 -17
  814. package/build/types/generated/object-set-service/api/MetricsAggregation.d.ts.map +0 -1
  815. package/build/types/generated/object-set-service/api/MimeType.d.ts +0 -4
  816. package/build/types/generated/object-set-service/api/MimeType.d.ts.map +0 -1
  817. package/build/types/generated/object-set-service/api/MultiMatchFilter.d.ts +0 -42
  818. package/build/types/generated/object-set-service/api/MultiMatchFilter.d.ts.map +0 -1
  819. package/build/types/generated/object-set-service/api/MultiMatchFilterOperator.d.ts +0 -4
  820. package/build/types/generated/object-set-service/api/MultiMatchFilterOperator.d.ts.map +0 -1
  821. package/build/types/generated/object-set-service/api/MultiObjectTypePropertyOrdering.d.ts +0 -15
  822. package/build/types/generated/object-set-service/api/MultiObjectTypePropertyOrdering.d.ts.map +0 -1
  823. package/build/types/generated/object-set-service/api/MultipassAttribute.d.ts +0 -7
  824. package/build/types/generated/object-set-service/api/MultipassAttribute.d.ts.map +0 -1
  825. package/build/types/generated/object-set-service/api/MultipassAttributeKey.d.ts +0 -4
  826. package/build/types/generated/object-set-service/api/MultipassAttributeKey.d.ts.map +0 -1
  827. package/build/types/generated/object-set-service/api/MultipassUserId.d.ts +0 -4
  828. package/build/types/generated/object-set-service/api/MultipassUserId.d.ts.map +0 -1
  829. package/build/types/generated/object-set-service/api/NestedAggregation.d.ts +0 -14
  830. package/build/types/generated/object-set-service/api/NestedAggregation.d.ts.map +0 -1
  831. package/build/types/generated/object-set-service/api/NotAggregationFilter.d.ts +0 -7
  832. package/build/types/generated/object-set-service/api/NotAggregationFilter.d.ts.map +0 -1
  833. package/build/types/generated/object-set-service/api/NotFilter.d.ts +0 -7
  834. package/build/types/generated/object-set-service/api/NotFilter.d.ts.map +0 -1
  835. package/build/types/generated/object-set-service/api/NotSupported.d.ts +0 -1
  836. package/build/types/generated/object-set-service/api/NotSupported.d.ts.map +0 -1
  837. package/build/types/generated/object-set-service/api/NullPropertyValue.d.ts +0 -6
  838. package/build/types/generated/object-set-service/api/NullPropertyValue.d.ts.map +0 -1
  839. package/build/types/generated/object-set-service/api/NumericBinaryOperation.d.ts +0 -8
  840. package/build/types/generated/object-set-service/api/NumericBinaryOperation.d.ts.map +0 -1
  841. package/build/types/generated/object-set-service/api/NumericBucketing.d.ts +0 -19
  842. package/build/types/generated/object-set-service/api/NumericBucketing.d.ts.map +0 -1
  843. package/build/types/generated/object-set-service/api/NumericCalculation.d.ts +0 -19
  844. package/build/types/generated/object-set-service/api/NumericCalculation.d.ts.map +0 -1
  845. package/build/types/generated/object-set-service/api/NumericLiteral.d.ts +0 -9
  846. package/build/types/generated/object-set-service/api/NumericLiteral.d.ts.map +0 -1
  847. package/build/types/generated/object-set-service/api/NumericOperation.d.ts +0 -30
  848. package/build/types/generated/object-set-service/api/NumericOperation.d.ts.map +0 -1
  849. package/build/types/generated/object-set-service/api/NumericUnaryOperation.d.ts +0 -7
  850. package/build/types/generated/object-set-service/api/NumericUnaryOperation.d.ts.map +0 -1
  851. package/build/types/generated/object-set-service/api/ObjectIdentifier.d.ts +0 -14
  852. package/build/types/generated/object-set-service/api/ObjectIdentifier.d.ts.map +0 -1
  853. package/build/types/generated/object-set-service/api/ObjectLinksResult.d.ts +0 -9
  854. package/build/types/generated/object-set-service/api/ObjectLinksResult.d.ts.map +0 -1
  855. package/build/types/generated/object-set-service/api/ObjectLoadingResponseOptions.d.ts +0 -6
  856. package/build/types/generated/object-set-service/api/ObjectLoadingResponseOptions.d.ts.map +0 -1
  857. package/build/types/generated/object-set-service/api/ObjectLocator.d.ts +0 -9
  858. package/build/types/generated/object-set-service/api/ObjectLocator.d.ts.map +0 -1
  859. package/build/types/generated/object-set-service/api/ObjectLocatorV2.d.ts +0 -9
  860. package/build/types/generated/object-set-service/api/ObjectLocatorV2.d.ts.map +0 -1
  861. package/build/types/generated/object-set-service/api/ObjectPrimaryKey.d.ts +0 -5
  862. package/build/types/generated/object-set-service/api/ObjectPrimaryKey.d.ts.map +0 -1
  863. package/build/types/generated/object-set-service/api/ObjectPrimaryKeyV2.d.ts +0 -6
  864. package/build/types/generated/object-set-service/api/ObjectPrimaryKeyV2.d.ts.map +0 -1
  865. package/build/types/generated/object-set-service/api/ObjectRid.d.ts +0 -4
  866. package/build/types/generated/object-set-service/api/ObjectRid.d.ts.map +0 -1
  867. package/build/types/generated/object-set-service/api/ObjectSet.d.ts +0 -59
  868. package/build/types/generated/object-set-service/api/ObjectSet.d.ts.map +0 -1
  869. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationError.d.ts +0 -26
  870. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationError.d.ts.map +0 -1
  871. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported.d.ts +0 -1
  872. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported.d.ts.map +0 -1
  873. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorNotFound.d.ts +0 -4
  874. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorNotFound.d.ts.map +0 -1
  875. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorReferencedObjectSetNotFound.d.ts +0 -4
  876. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorReferencedObjectSetNotFound.d.ts.map +0 -1
  877. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported.d.ts +0 -1
  878. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported.d.ts.map +0 -1
  879. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorStaticObjectSetsNotSupported.d.ts +0 -1
  880. package/build/types/generated/object-set-service/api/ObjectSetBlockCreationErrorStaticObjectSetsNotSupported.d.ts.map +0 -1
  881. package/build/types/generated/object-set-service/api/ObjectSetBlockData.d.ts +0 -6
  882. package/build/types/generated/object-set-service/api/ObjectSetBlockData.d.ts.map +0 -1
  883. package/build/types/generated/object-set-service/api/ObjectSetBlockDataV1.d.ts +0 -9
  884. package/build/types/generated/object-set-service/api/ObjectSetBlockDataV1.d.ts.map +0 -1
  885. package/build/types/generated/object-set-service/api/ObjectSetCompassType.d.ts +0 -4
  886. package/build/types/generated/object-set-service/api/ObjectSetCompassType.d.ts.map +0 -1
  887. package/build/types/generated/object-set-service/api/ObjectSetContext.d.ts +0 -16
  888. package/build/types/generated/object-set-service/api/ObjectSetContext.d.ts.map +0 -1
  889. package/build/types/generated/object-set-service/api/ObjectSetEntities.d.ts +0 -12
  890. package/build/types/generated/object-set-service/api/ObjectSetEntities.d.ts.map +0 -1
  891. package/build/types/generated/object-set-service/api/ObjectSetFilter.d.ts +0 -129
  892. package/build/types/generated/object-set-service/api/ObjectSetFilter.d.ts.map +0 -1
  893. package/build/types/generated/object-set-service/api/ObjectSetFilterContext.d.ts +0 -8
  894. package/build/types/generated/object-set-service/api/ObjectSetFilterContext.d.ts.map +0 -1
  895. package/build/types/generated/object-set-service/api/ObjectSetLinkFilter.d.ts +0 -12
  896. package/build/types/generated/object-set-service/api/ObjectSetLinkFilter.d.ts.map +0 -1
  897. package/build/types/generated/object-set-service/api/ObjectSetRid.d.ts +0 -4
  898. package/build/types/generated/object-set-service/api/ObjectSetRid.d.ts.map +0 -1
  899. package/build/types/generated/object-set-service/api/ObjectSetTemplateId.d.ts +0 -2
  900. package/build/types/generated/object-set-service/api/ObjectSetTemplateId.d.ts.map +0 -1
  901. package/build/types/generated/object-set-service/api/ObjectSetVersion.d.ts +0 -4
  902. package/build/types/generated/object-set-service/api/ObjectSetVersion.d.ts.map +0 -1
  903. package/build/types/generated/object-set-service/api/ObjectTypeDimension.d.ts +0 -7
  904. package/build/types/generated/object-set-service/api/ObjectTypeDimension.d.ts.map +0 -1
  905. package/build/types/generated/object-set-service/api/ObjectTypeFilter.d.ts +0 -7
  906. package/build/types/generated/object-set-service/api/ObjectTypeFilter.d.ts.map +0 -1
  907. package/build/types/generated/object-set-service/api/ObjectTypeId.d.ts +0 -4
  908. package/build/types/generated/object-set-service/api/ObjectTypeId.d.ts.map +0 -1
  909. package/build/types/generated/object-set-service/api/ObjectTypeRid.d.ts +0 -4
  910. package/build/types/generated/object-set-service/api/ObjectTypeRid.d.ts.map +0 -1
  911. package/build/types/generated/object-set-service/api/ObjectTypeTemplateId.d.ts +0 -2
  912. package/build/types/generated/object-set-service/api/ObjectTypeTemplateId.d.ts.map +0 -1
  913. package/build/types/generated/object-set-service/api/ObjectVersion.d.ts +0 -10
  914. package/build/types/generated/object-set-service/api/ObjectVersion.d.ts.map +0 -1
  915. package/build/types/generated/object-set-service/api/ObjectVersionV1.d.ts +0 -4
  916. package/build/types/generated/object-set-service/api/ObjectVersionV1.d.ts.map +0 -1
  917. package/build/types/generated/object-set-service/api/ObjectsSelection.d.ts +0 -9
  918. package/build/types/generated/object-set-service/api/ObjectsSelection.d.ts.map +0 -1
  919. package/build/types/generated/object-set-service/api/OntologyBranchRid.d.ts +0 -4
  920. package/build/types/generated/object-set-service/api/OntologyBranchRid.d.ts.map +0 -1
  921. package/build/types/generated/object-set-service/api/OntologyTypeSelection.d.ts +0 -4
  922. package/build/types/generated/object-set-service/api/OntologyTypeSelection.d.ts.map +0 -1
  923. package/build/types/generated/object-set-service/api/OntologyVersion.d.ts +0 -4
  924. package/build/types/generated/object-set-service/api/OntologyVersion.d.ts.map +0 -1
  925. package/build/types/generated/object-set-service/api/OrAggregationFilter.d.ts +0 -7
  926. package/build/types/generated/object-set-service/api/OrAggregationFilter.d.ts.map +0 -1
  927. package/build/types/generated/object-set-service/api/OrFilter.d.ts +0 -8
  928. package/build/types/generated/object-set-service/api/OrFilter.d.ts.map +0 -1
  929. package/build/types/generated/object-set-service/api/Ordering.d.ts +0 -14
  930. package/build/types/generated/object-set-service/api/Ordering.d.ts.map +0 -1
  931. package/build/types/generated/object-set-service/api/OrderingDirection.d.ts +0 -4
  932. package/build/types/generated/object-set-service/api/OrderingDirection.d.ts.map +0 -1
  933. package/build/types/generated/object-set-service/api/OwningRid.d.ts +0 -10
  934. package/build/types/generated/object-set-service/api/OwningRid.d.ts.map +0 -1
  935. package/build/types/generated/object-set-service/api/PageToken.d.ts +0 -4
  936. package/build/types/generated/object-set-service/api/PageToken.d.ts.map +0 -1
  937. package/build/types/generated/object-set-service/api/ParameterizedExactMatchFilter.d.ts +0 -11
  938. package/build/types/generated/object-set-service/api/ParameterizedExactMatchFilter.d.ts.map +0 -1
  939. package/build/types/generated/object-set-service/api/ParameterizedRangeFilter.d.ts +0 -12
  940. package/build/types/generated/object-set-service/api/ParameterizedRangeFilter.d.ts.map +0 -1
  941. package/build/types/generated/object-set-service/api/ParameterizedTermsFilter.d.ts +0 -11
  942. package/build/types/generated/object-set-service/api/ParameterizedTermsFilter.d.ts.map +0 -1
  943. package/build/types/generated/object-set-service/api/ParameterizedWildcardFilter.d.ts +0 -10
  944. package/build/types/generated/object-set-service/api/ParameterizedWildcardFilter.d.ts.map +0 -1
  945. package/build/types/generated/object-set-service/api/PercentileMetric.d.ts +0 -10
  946. package/build/types/generated/object-set-service/api/PercentileMetric.d.ts.map +0 -1
  947. package/build/types/generated/object-set-service/api/PhraseFilter.d.ts +0 -57
  948. package/build/types/generated/object-set-service/api/PhraseFilter.d.ts.map +0 -1
  949. package/build/types/generated/object-set-service/api/PhraseMatchMode.d.ts +0 -4
  950. package/build/types/generated/object-set-service/api/PhraseMatchMode.d.ts.map +0 -1
  951. package/build/types/generated/object-set-service/api/PrefixOnLastTokenFilter.d.ts +0 -40
  952. package/build/types/generated/object-set-service/api/PrefixOnLastTokenFilter.d.ts.map +0 -1
  953. package/build/types/generated/object-set-service/api/PrefixOnLastTokenSuggestInput.d.ts +0 -7
  954. package/build/types/generated/object-set-service/api/PrefixOnLastTokenSuggestInput.d.ts.map +0 -1
  955. package/build/types/generated/object-set-service/api/PropertyId.d.ts +0 -4
  956. package/build/types/generated/object-set-service/api/PropertyId.d.ts.map +0 -1
  957. package/build/types/generated/object-set-service/api/PropertyIdPropertySelection.d.ts +0 -7
  958. package/build/types/generated/object-set-service/api/PropertyIdPropertySelection.d.ts.map +0 -1
  959. package/build/types/generated/object-set-service/api/PropertyMapping.d.ts +0 -9
  960. package/build/types/generated/object-set-service/api/PropertyMapping.d.ts.map +0 -1
  961. package/build/types/generated/object-set-service/api/PropertyMetric.d.ts +0 -9
  962. package/build/types/generated/object-set-service/api/PropertyMetric.d.ts.map +0 -1
  963. package/build/types/generated/object-set-service/api/PropertyOrdering.d.ts +0 -14
  964. package/build/types/generated/object-set-service/api/PropertyOrdering.d.ts.map +0 -1
  965. package/build/types/generated/object-set-service/api/PropertySelection.d.ts +0 -14
  966. package/build/types/generated/object-set-service/api/PropertySelection.d.ts.map +0 -1
  967. package/build/types/generated/object-set-service/api/PropertySet.d.ts +0 -14
  968. package/build/types/generated/object-set-service/api/PropertySet.d.ts.map +0 -1
  969. package/build/types/generated/object-set-service/api/PropertySetV2.d.ts +0 -19
  970. package/build/types/generated/object-set-service/api/PropertySetV2.d.ts.map +0 -1
  971. package/build/types/generated/object-set-service/api/PropertySort.d.ts +0 -11
  972. package/build/types/generated/object-set-service/api/PropertySort.d.ts.map +0 -1
  973. package/build/types/generated/object-set-service/api/PropertyTemplateId.d.ts +0 -2
  974. package/build/types/generated/object-set-service/api/PropertyTemplateId.d.ts.map +0 -1
  975. package/build/types/generated/object-set-service/api/PropertyTypeIdentifier.d.ts +0 -9
  976. package/build/types/generated/object-set-service/api/PropertyTypeIdentifier.d.ts.map +0 -1
  977. package/build/types/generated/object-set-service/api/PropertyTypeRid.d.ts +0 -4
  978. package/build/types/generated/object-set-service/api/PropertyTypeRid.d.ts.map +0 -1
  979. package/build/types/generated/object-set-service/api/PropertyTypeRidPropertySelection.d.ts +0 -7
  980. package/build/types/generated/object-set-service/api/PropertyTypeRidPropertySelection.d.ts.map +0 -1
  981. package/build/types/generated/object-set-service/api/PropertyValue.d.ts +0 -104
  982. package/build/types/generated/object-set-service/api/PropertyValue.d.ts.map +0 -1
  983. package/build/types/generated/object-set-service/api/PropertyValueDimension.d.ts +0 -9
  984. package/build/types/generated/object-set-service/api/PropertyValueDimension.d.ts.map +0 -1
  985. package/build/types/generated/object-set-service/api/PropertyValueResultOrdering.d.ts +0 -8
  986. package/build/types/generated/object-set-service/api/PropertyValueResultOrdering.d.ts.map +0 -1
  987. package/build/types/generated/object-set-service/api/PropertyWhitelistPropertySet.d.ts +0 -7
  988. package/build/types/generated/object-set-service/api/PropertyWhitelistPropertySet.d.ts.map +0 -1
  989. package/build/types/generated/object-set-service/api/QualifiedSeriesIdPropertyValue.d.ts +0 -9
  990. package/build/types/generated/object-set-service/api/QualifiedSeriesIdPropertyValue.d.ts.map +0 -1
  991. package/build/types/generated/object-set-service/api/RangeAggregationFilter.d.ts +0 -12
  992. package/build/types/generated/object-set-service/api/RangeAggregationFilter.d.ts.map +0 -1
  993. package/build/types/generated/object-set-service/api/RangeAggregationFilterValue.d.ts +0 -34
  994. package/build/types/generated/object-set-service/api/RangeAggregationFilterValue.d.ts.map +0 -1
  995. package/build/types/generated/object-set-service/api/RangeBucketing.d.ts +0 -7
  996. package/build/types/generated/object-set-service/api/RangeBucketing.d.ts.map +0 -1
  997. package/build/types/generated/object-set-service/api/RangeFilter.d.ts +0 -11
  998. package/build/types/generated/object-set-service/api/RangeFilter.d.ts.map +0 -1
  999. package/build/types/generated/object-set-service/api/ReferenceSigningOptions.d.ts +0 -6
  1000. package/build/types/generated/object-set-service/api/ReferenceSigningOptions.d.ts.map +0 -1
  1001. package/build/types/generated/object-set-service/api/ReferencedObjectSet.d.ts +0 -7
  1002. package/build/types/generated/object-set-service/api/ReferencedObjectSet.d.ts.map +0 -1
  1003. package/build/types/generated/object-set-service/api/RegexPattern.d.ts +0 -4
  1004. package/build/types/generated/object-set-service/api/RegexPattern.d.ts.map +0 -1
  1005. package/build/types/generated/object-set-service/api/RelationId.d.ts +0 -4
  1006. package/build/types/generated/object-set-service/api/RelationId.d.ts.map +0 -1
  1007. package/build/types/generated/object-set-service/api/RelationSide.d.ts +0 -4
  1008. package/build/types/generated/object-set-service/api/RelationSide.d.ts.map +0 -1
  1009. package/build/types/generated/object-set-service/api/RelationTemplateId.d.ts +0 -2
  1010. package/build/types/generated/object-set-service/api/RelationTemplateId.d.ts.map +0 -1
  1011. package/build/types/generated/object-set-service/api/RelativeDateRangeFilter.d.ts +0 -12
  1012. package/build/types/generated/object-set-service/api/RelativeDateRangeFilter.d.ts.map +0 -1
  1013. package/build/types/generated/object-set-service/api/RelativePointInTime.d.ts +0 -8
  1014. package/build/types/generated/object-set-service/api/RelativePointInTime.d.ts.map +0 -1
  1015. package/build/types/generated/object-set-service/api/RelativeTimeRangeFilter.d.ts +0 -9
  1016. package/build/types/generated/object-set-service/api/RelativeTimeRangeFilter.d.ts.map +0 -1
  1017. package/build/types/generated/object-set-service/api/RelativeTimeUnit.d.ts +0 -4
  1018. package/build/types/generated/object-set-service/api/RelativeTimeUnit.d.ts.map +0 -1
  1019. package/build/types/generated/object-set-service/api/RelevancyResultOrdering.d.ts +0 -6
  1020. package/build/types/generated/object-set-service/api/RelevancyResultOrdering.d.ts.map +0 -1
  1021. package/build/types/generated/object-set-service/api/ResolvedFilterParameter.d.ts +0 -7
  1022. package/build/types/generated/object-set-service/api/ResolvedFilterParameter.d.ts.map +0 -1
  1023. package/build/types/generated/object-set-service/api/ResponseOptions.d.ts +0 -7
  1024. package/build/types/generated/object-set-service/api/ResponseOptions.d.ts.map +0 -1
  1025. package/build/types/generated/object-set-service/api/ResultOrdering.d.ts +0 -19
  1026. package/build/types/generated/object-set-service/api/ResultOrdering.d.ts.map +0 -1
  1027. package/build/types/generated/object-set-service/api/RootAggregation.d.ts +0 -11
  1028. package/build/types/generated/object-set-service/api/RootAggregation.d.ts.map +0 -1
  1029. package/build/types/generated/object-set-service/api/SavedObjectSet.d.ts +0 -8
  1030. package/build/types/generated/object-set-service/api/SavedObjectSet.d.ts.map +0 -1
  1031. package/build/types/generated/object-set-service/api/ScrollId.d.ts +0 -4
  1032. package/build/types/generated/object-set-service/api/ScrollId.d.ts.map +0 -1
  1033. package/build/types/generated/object-set-service/api/SearchAroundObjectSet.d.ts +0 -12
  1034. package/build/types/generated/object-set-service/api/SearchAroundObjectSet.d.ts.map +0 -1
  1035. package/build/types/generated/object-set-service/api/SecurityRidTemplateId.d.ts +0 -2
  1036. package/build/types/generated/object-set-service/api/SecurityRidTemplateId.d.ts.map +0 -1
  1037. package/build/types/generated/object-set-service/api/SelectedPropertiesPropertySetV2.d.ts +0 -7
  1038. package/build/types/generated/object-set-service/api/SelectedPropertiesPropertySetV2.d.ts.map +0 -1
  1039. package/build/types/generated/object-set-service/api/SelectedTypesPropertySetV2.d.ts +0 -7
  1040. package/build/types/generated/object-set-service/api/SelectedTypesPropertySetV2.d.ts.map +0 -1
  1041. package/build/types/generated/object-set-service/api/SeriesIdPropertyValue.d.ts +0 -4
  1042. package/build/types/generated/object-set-service/api/SeriesIdPropertyValue.d.ts.map +0 -1
  1043. package/build/types/generated/object-set-service/api/SharedPropertyTypeRid.d.ts +0 -4
  1044. package/build/types/generated/object-set-service/api/SharedPropertyTypeRid.d.ts.map +0 -1
  1045. package/build/types/generated/object-set-service/api/SingleObjectSetBlockData.d.ts +0 -10
  1046. package/build/types/generated/object-set-service/api/SingleObjectSetBlockData.d.ts.map +0 -1
  1047. package/build/types/generated/object-set-service/api/SingleObjectTypePropertyOrdering.d.ts +0 -14
  1048. package/build/types/generated/object-set-service/api/SingleObjectTypePropertyOrdering.d.ts.map +0 -1
  1049. package/build/types/generated/object-set-service/api/SoftLinkSearchAroundObjectSet.d.ts +0 -10
  1050. package/build/types/generated/object-set-service/api/SoftLinkSearchAroundObjectSet.d.ts.map +0 -1
  1051. package/build/types/generated/object-set-service/api/SortOrder.d.ts +0 -4
  1052. package/build/types/generated/object-set-service/api/SortOrder.d.ts.map +0 -1
  1053. package/build/types/generated/object-set-service/api/StaticObjectSet.d.ts +0 -9
  1054. package/build/types/generated/object-set-service/api/StaticObjectSet.d.ts.map +0 -1
  1055. package/build/types/generated/object-set-service/api/StaticObjectSetProvenance.d.ts +0 -14
  1056. package/build/types/generated/object-set-service/api/StaticObjectSetProvenance.d.ts.map +0 -1
  1057. package/build/types/generated/object-set-service/api/StringBucketing.d.ts +0 -10
  1058. package/build/types/generated/object-set-service/api/StringBucketing.d.ts.map +0 -1
  1059. package/build/types/generated/object-set-service/api/StringBucketingValueFilter.d.ts +0 -25
  1060. package/build/types/generated/object-set-service/api/StringBucketingValueFilter.d.ts.map +0 -1
  1061. package/build/types/generated/object-set-service/api/StringFilterValue.d.ts +0 -4
  1062. package/build/types/generated/object-set-service/api/StringFilterValue.d.ts.map +0 -1
  1063. package/build/types/generated/object-set-service/api/StringPropertyValue.d.ts +0 -4
  1064. package/build/types/generated/object-set-service/api/StringPropertyValue.d.ts.map +0 -1
  1065. package/build/types/generated/object-set-service/api/Struct.d.ts +0 -7
  1066. package/build/types/generated/object-set-service/api/Struct.d.ts.map +0 -1
  1067. package/build/types/generated/object-set-service/api/StructElement.d.ts +0 -9
  1068. package/build/types/generated/object-set-service/api/StructElement.d.ts.map +0 -1
  1069. package/build/types/generated/object-set-service/api/StructPropertyValue.d.ts +0 -5
  1070. package/build/types/generated/object-set-service/api/StructPropertyValue.d.ts.map +0 -1
  1071. package/build/types/generated/object-set-service/api/SubAggregateResult.d.ts +0 -10
  1072. package/build/types/generated/object-set-service/api/SubAggregateResult.d.ts.map +0 -1
  1073. package/build/types/generated/object-set-service/api/SubtractedObjectSet.d.ts +0 -7
  1074. package/build/types/generated/object-set-service/api/SubtractedObjectSet.d.ts.map +0 -1
  1075. package/build/types/generated/object-set-service/api/SuggestInput.d.ts +0 -9
  1076. package/build/types/generated/object-set-service/api/SuggestInput.d.ts.map +0 -1
  1077. package/build/types/generated/object-set-service/api/SuggestRequest.d.ts +0 -13
  1078. package/build/types/generated/object-set-service/api/SuggestRequest.d.ts.map +0 -1
  1079. package/build/types/generated/object-set-service/api/SuggestResponse.d.ts +0 -5
  1080. package/build/types/generated/object-set-service/api/SuggestResponse.d.ts.map +0 -1
  1081. package/build/types/generated/object-set-service/api/TemplateId.d.ts +0 -1
  1082. package/build/types/generated/object-set-service/api/TemplateId.d.ts.map +0 -1
  1083. package/build/types/generated/object-set-service/api/TemplateRidPropertyValue.d.ts +0 -6
  1084. package/build/types/generated/object-set-service/api/TemplateRidPropertyValue.d.ts.map +0 -1
  1085. package/build/types/generated/object-set-service/api/TermsFilter.d.ts +0 -18
  1086. package/build/types/generated/object-set-service/api/TermsFilter.d.ts.map +0 -1
  1087. package/build/types/generated/object-set-service/api/TimeDependentPropertyValue.d.ts +0 -21
  1088. package/build/types/generated/object-set-service/api/TimeDependentPropertyValue.d.ts.map +0 -1
  1089. package/build/types/generated/object-set-service/api/TimeSeriesSyncRid.d.ts +0 -4
  1090. package/build/types/generated/object-set-service/api/TimeSeriesSyncRid.d.ts.map +0 -1
  1091. package/build/types/generated/object-set-service/api/TimeToLive.d.ts +0 -4
  1092. package/build/types/generated/object-set-service/api/TimeToLive.d.ts.map +0 -1
  1093. package/build/types/generated/object-set-service/api/TimeUnit.d.ts +0 -4
  1094. package/build/types/generated/object-set-service/api/TimeUnit.d.ts.map +0 -1
  1095. package/build/types/generated/object-set-service/api/TimeZoneId.d.ts +0 -4
  1096. package/build/types/generated/object-set-service/api/TimeZoneId.d.ts.map +0 -1
  1097. package/build/types/generated/object-set-service/api/TimestampFilterValue.d.ts +0 -4
  1098. package/build/types/generated/object-set-service/api/TimestampFilterValue.d.ts.map +0 -1
  1099. package/build/types/generated/object-set-service/api/TimestampPropertyValue.d.ts +0 -4
  1100. package/build/types/generated/object-set-service/api/TimestampPropertyValue.d.ts.map +0 -1
  1101. package/build/types/generated/object-set-service/api/TransactionRid.d.ts +0 -4
  1102. package/build/types/generated/object-set-service/api/TransactionRid.d.ts.map +0 -1
  1103. package/build/types/generated/object-set-service/api/UnionedObjectSet.d.ts +0 -7
  1104. package/build/types/generated/object-set-service/api/UnionedObjectSet.d.ts.map +0 -1
  1105. package/build/types/generated/object-set-service/api/UnresolvedFilterParameter.d.ts +0 -11
  1106. package/build/types/generated/object-set-service/api/UnresolvedFilterParameter.d.ts.map +0 -1
  1107. package/build/types/generated/object-set-service/api/UnresolvedFilterParameterId.d.ts +0 -4
  1108. package/build/types/generated/object-set-service/api/UnresolvedFilterParameterId.d.ts.map +0 -1
  1109. package/build/types/generated/object-set-service/api/UnspecifiedResultOrdering.d.ts +0 -7
  1110. package/build/types/generated/object-set-service/api/UnspecifiedResultOrdering.d.ts.map +0 -1
  1111. package/build/types/generated/object-set-service/api/UpdateLatestVersionRequest.d.ts +0 -6
  1112. package/build/types/generated/object-set-service/api/UpdateLatestVersionRequest.d.ts.map +0 -1
  1113. package/build/types/generated/object-set-service/api/UsageCost.d.ts +0 -15
  1114. package/build/types/generated/object-set-service/api/UsageCost.d.ts.map +0 -1
  1115. package/build/types/generated/object-set-service/api/UserContextFilter.d.ts +0 -9
  1116. package/build/types/generated/object-set-service/api/UserContextFilter.d.ts.map +0 -1
  1117. package/build/types/generated/object-set-service/api/UserContextValue.d.ts +0 -14
  1118. package/build/types/generated/object-set-service/api/UserContextValue.d.ts.map +0 -1
  1119. package/build/types/generated/object-set-service/api/ValueOrdering.d.ts +0 -9
  1120. package/build/types/generated/object-set-service/api/ValueOrdering.d.ts.map +0 -1
  1121. package/build/types/generated/object-set-service/api/Vector.d.ts +0 -8
  1122. package/build/types/generated/object-set-service/api/Vector.d.ts.map +0 -1
  1123. package/build/types/generated/object-set-service/api/VectorPropertyValue.d.ts +0 -5
  1124. package/build/types/generated/object-set-service/api/VectorPropertyValue.d.ts.map +0 -1
  1125. package/build/types/generated/object-set-service/api/VersionedObjectSetOperation.d.ts +0 -4
  1126. package/build/types/generated/object-set-service/api/VersionedObjectSetOperation.d.ts.map +0 -1
  1127. package/build/types/generated/object-set-service/api/VersionedObjectSetRid.d.ts +0 -4
  1128. package/build/types/generated/object-set-service/api/VersionedObjectSetRid.d.ts.map +0 -1
  1129. package/build/types/generated/object-set-service/api/WildcardFilter.d.ts +0 -18
  1130. package/build/types/generated/object-set-service/api/WildcardFilter.d.ts.map +0 -1
  1131. package/build/types/generated/object-set-service/api/WorkstateRid.d.ts +0 -4
  1132. package/build/types/generated/object-set-service/api/WorkstateRid.d.ts.map +0 -1
  1133. package/build/types/generated/object-set-service/api/external/planning/AllPropertiesPropertySet.d.ts +0 -4
  1134. package/build/types/generated/object-set-service/api/external/planning/AllPropertiesPropertySet.d.ts.map +0 -1
  1135. package/build/types/generated/object-set-service/api/external/planning/AndFilter.d.ts +0 -5
  1136. package/build/types/generated/object-set-service/api/external/planning/AndFilter.d.ts.map +0 -1
  1137. package/build/types/generated/object-set-service/api/external/planning/Bound.d.ts +0 -9
  1138. package/build/types/generated/object-set-service/api/external/planning/Bound.d.ts.map +0 -1
  1139. package/build/types/generated/object-set-service/api/external/planning/BoundType.d.ts +0 -4
  1140. package/build/types/generated/object-set-service/api/external/planning/BoundType.d.ts.map +0 -1
  1141. package/build/types/generated/object-set-service/api/external/planning/DateRangeFilter.d.ts +0 -10
  1142. package/build/types/generated/object-set-service/api/external/planning/DateRangeFilter.d.ts.map +0 -1
  1143. package/build/types/generated/object-set-service/api/external/planning/ExactMatchFilter.d.ts +0 -9
  1144. package/build/types/generated/object-set-service/api/external/planning/ExactMatchFilter.d.ts.map +0 -1
  1145. package/build/types/generated/object-set-service/api/external/planning/FilterValue.d.ts +0 -54
  1146. package/build/types/generated/object-set-service/api/external/planning/FilterValue.d.ts.map +0 -1
  1147. package/build/types/generated/object-set-service/api/external/planning/FilteredObjectSet.d.ts +0 -9
  1148. package/build/types/generated/object-set-service/api/external/planning/FilteredObjectSet.d.ts.map +0 -1
  1149. package/build/types/generated/object-set-service/api/external/planning/GeoBoundingBoxFilter.d.ts +0 -12
  1150. package/build/types/generated/object-set-service/api/external/planning/GeoBoundingBoxFilter.d.ts.map +0 -1
  1151. package/build/types/generated/object-set-service/api/external/planning/GeoDistanceFilter.d.ts +0 -11
  1152. package/build/types/generated/object-set-service/api/external/planning/GeoDistanceFilter.d.ts.map +0 -1
  1153. package/build/types/generated/object-set-service/api/external/planning/GeoPolygonFilter.d.ts +0 -11
  1154. package/build/types/generated/object-set-service/api/external/planning/GeoPolygonFilter.d.ts.map +0 -1
  1155. package/build/types/generated/object-set-service/api/external/planning/IntersectedObjectSet.d.ts +0 -7
  1156. package/build/types/generated/object-set-service/api/external/planning/IntersectedObjectSet.d.ts.map +0 -1
  1157. package/build/types/generated/object-set-service/api/external/planning/JoinCondition.d.ts +0 -14
  1158. package/build/types/generated/object-set-service/api/external/planning/JoinCondition.d.ts.map +0 -1
  1159. package/build/types/generated/object-set-service/api/external/planning/JoinedObjectSet.d.ts +0 -9
  1160. package/build/types/generated/object-set-service/api/external/planning/JoinedObjectSet.d.ts.map +0 -1
  1161. package/build/types/generated/object-set-service/api/external/planning/KnnObjectSet.d.ts +0 -14
  1162. package/build/types/generated/object-set-service/api/external/planning/KnnObjectSet.d.ts.map +0 -1
  1163. package/build/types/generated/object-set-service/api/external/planning/KnnObjectSetV2.d.ts +0 -13
  1164. package/build/types/generated/object-set-service/api/external/planning/KnnObjectSetV2.d.ts.map +0 -1
  1165. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSet.d.ts +0 -44
  1166. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSet.d.ts.map +0 -1
  1167. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetFilter.d.ts +0 -89
  1168. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetFilter.d.ts.map +0 -1
  1169. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetId.d.ts +0 -4
  1170. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetId.d.ts.map +0 -1
  1171. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetRequest.d.ts +0 -6
  1172. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetRequest.d.ts.map +0 -1
  1173. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetResponse.d.ts +0 -7
  1174. package/build/types/generated/object-set-service/api/external/planning/LogicalObjectSetResponse.d.ts.map +0 -1
  1175. package/build/types/generated/object-set-service/api/external/planning/ManyToManyJoinCondition.d.ts +0 -15
  1176. package/build/types/generated/object-set-service/api/external/planning/ManyToManyJoinCondition.d.ts.map +0 -1
  1177. package/build/types/generated/object-set-service/api/external/planning/MatchAllFilter.d.ts +0 -4
  1178. package/build/types/generated/object-set-service/api/external/planning/MatchAllFilter.d.ts.map +0 -1
  1179. package/build/types/generated/object-set-service/api/external/planning/MultiMatchFilter.d.ts +0 -14
  1180. package/build/types/generated/object-set-service/api/external/planning/MultiMatchFilter.d.ts.map +0 -1
  1181. package/build/types/generated/object-set-service/api/external/planning/NamedLogicalObjectSet.d.ts +0 -9
  1182. package/build/types/generated/object-set-service/api/external/planning/NamedLogicalObjectSet.d.ts.map +0 -1
  1183. package/build/types/generated/object-set-service/api/external/planning/NonNullFilter.d.ts +0 -7
  1184. package/build/types/generated/object-set-service/api/external/planning/NonNullFilter.d.ts.map +0 -1
  1185. package/build/types/generated/object-set-service/api/external/planning/NotFilter.d.ts +0 -5
  1186. package/build/types/generated/object-set-service/api/external/planning/NotFilter.d.ts.map +0 -1
  1187. package/build/types/generated/object-set-service/api/external/planning/ObjectTypeJoinCondition.d.ts +0 -11
  1188. package/build/types/generated/object-set-service/api/external/planning/ObjectTypeJoinCondition.d.ts.map +0 -1
  1189. package/build/types/generated/object-set-service/api/external/planning/OrFilter.d.ts +0 -5
  1190. package/build/types/generated/object-set-service/api/external/planning/OrFilter.d.ts.map +0 -1
  1191. package/build/types/generated/object-set-service/api/external/planning/PhraseFilter.d.ts +0 -11
  1192. package/build/types/generated/object-set-service/api/external/planning/PhraseFilter.d.ts.map +0 -1
  1193. package/build/types/generated/object-set-service/api/external/planning/PrefixOnLastTokenFilter.d.ts +0 -9
  1194. package/build/types/generated/object-set-service/api/external/planning/PrefixOnLastTokenFilter.d.ts.map +0 -1
  1195. package/build/types/generated/object-set-service/api/external/planning/PropertyAllowlistPropertySet.d.ts +0 -7
  1196. package/build/types/generated/object-set-service/api/external/planning/PropertyAllowlistPropertySet.d.ts.map +0 -1
  1197. package/build/types/generated/object-set-service/api/external/planning/PropertySet.d.ts +0 -14
  1198. package/build/types/generated/object-set-service/api/external/planning/PropertySet.d.ts.map +0 -1
  1199. package/build/types/generated/object-set-service/api/external/planning/RangeFilter.d.ts +0 -10
  1200. package/build/types/generated/object-set-service/api/external/planning/RangeFilter.d.ts.map +0 -1
  1201. package/build/types/generated/object-set-service/api/external/planning/ReferenceObjectSet.d.ts +0 -7
  1202. package/build/types/generated/object-set-service/api/external/planning/ReferenceObjectSet.d.ts.map +0 -1
  1203. package/build/types/generated/object-set-service/api/external/planning/SelectExpression.d.ts +0 -9
  1204. package/build/types/generated/object-set-service/api/external/planning/SelectExpression.d.ts.map +0 -1
  1205. package/build/types/generated/object-set-service/api/external/planning/SubtractedObjectSet.d.ts +0 -8
  1206. package/build/types/generated/object-set-service/api/external/planning/SubtractedObjectSet.d.ts.map +0 -1
  1207. package/build/types/generated/object-set-service/api/external/planning/TermsFilter.d.ts +0 -9
  1208. package/build/types/generated/object-set-service/api/external/planning/TermsFilter.d.ts.map +0 -1
  1209. package/build/types/generated/object-set-service/api/external/planning/TimeRangeFilter.d.ts +0 -10
  1210. package/build/types/generated/object-set-service/api/external/planning/TimeRangeFilter.d.ts.map +0 -1
  1211. package/build/types/generated/object-set-service/api/external/planning/UnionedObjectSet.d.ts +0 -7
  1212. package/build/types/generated/object-set-service/api/external/planning/UnionedObjectSet.d.ts.map +0 -1
  1213. package/build/types/generated/object-set-service/api/external/planning/WildcardFilter.d.ts +0 -9
  1214. package/build/types/generated/object-set-service/api/external/planning/WildcardFilter.d.ts.map +0 -1
  1215. package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponents.d.ts +0 -6
  1216. package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponents.d.ts.map +0 -1
  1217. package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponentsV1.d.ts +0 -3
  1218. package/build/types/generated/object-set-service/api/internal/HighburyPageTokenComponentsV1.d.ts.map +0 -1
  1219. package/build/types/generated/object-set-service/api/internal/InternalArrayPropertyValue.d.ts +0 -5
  1220. package/build/types/generated/object-set-service/api/internal/InternalArrayPropertyValue.d.ts.map +0 -1
  1221. package/build/types/generated/object-set-service/api/internal/InternalFloatPropertyValue.d.ts +0 -6
  1222. package/build/types/generated/object-set-service/api/internal/InternalFloatPropertyValue.d.ts.map +0 -1
  1223. package/build/types/generated/object-set-service/api/internal/InternalGeohashPropertyValue.d.ts +0 -6
  1224. package/build/types/generated/object-set-service/api/internal/InternalGeohashPropertyValue.d.ts.map +0 -1
  1225. package/build/types/generated/object-set-service/api/internal/InternalPropertyValue.d.ts +0 -110
  1226. package/build/types/generated/object-set-service/api/internal/InternalPropertyValue.d.ts.map +0 -1
  1227. package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesRequest.d.ts +0 -9
  1228. package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesRequest.d.ts.map +0 -1
  1229. package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesResponse.d.ts +0 -7
  1230. package/build/types/generated/object-set-service/api/internal/LoadPatchableEntitiesResponse.d.ts.map +0 -1
  1231. package/build/types/generated/object-set-service/api/internal/PatchableFoundryEntity.d.ts +0 -23
  1232. package/build/types/generated/object-set-service/api/internal/PatchableFoundryEntity.d.ts.map +0 -1
  1233. package/build/types/generated/object-set-service/audit/v2/AuditFoundryLink.d.ts +0 -11
  1234. package/build/types/generated/object-set-service/audit/v2/AuditFoundryLink.d.ts.map +0 -1
  1235. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObject.d.ts +0 -11
  1236. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObject.d.ts.map +0 -1
  1237. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectList.d.ts +0 -9
  1238. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectList.d.ts.map +0 -1
  1239. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectVersionList.d.ts +0 -9
  1240. package/build/types/generated/object-set-service/audit/v2/AuditFoundryObjectVersionList.d.ts.map +0 -1
  1241. package/build/types/generated/object-set-service/audit/v2/AuditPatchableFoundryEntity.d.ts +0 -15
  1242. package/build/types/generated/object-set-service/audit/v2/AuditPatchableFoundryEntity.d.ts.map +0 -1
  1243. package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesRequestParams.d.ts +0 -4
  1244. package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesRequestParams.d.ts.map +0 -1
  1245. package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesResultParams.d.ts +0 -8
  1246. package/build/types/generated/object-set-service/audit/v2/InternalObjectSetLoadPatchableEntitiesResultParams.d.ts.map +0 -1
  1247. package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateRequestParams.d.ts +0 -6
  1248. package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateRequestParams.d.ts.map +0 -1
  1249. package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateResultParams.d.ts +0 -4
  1250. package/build/types/generated/object-set-service/audit/v2/ObjectSetAggregationServiceAggregateResultParams.d.ts.map +0 -1
  1251. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollRequestParams.d.ts +0 -4
  1252. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollRequestParams.d.ts.map +0 -1
  1253. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollResultParams.d.ts +0 -4
  1254. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsInitialScrollResultParams.d.ts.map +0 -1
  1255. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollRequestParams.d.ts +0 -4
  1256. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollRequestParams.d.ts.map +0 -1
  1257. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollResultParams.d.ts +0 -4
  1258. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectLocatorsNextScrollResultParams.d.ts.map +0 -1
  1259. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollRequestParams.d.ts +0 -4
  1260. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollRequestParams.d.ts.map +0 -1
  1261. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollResultParams.d.ts +0 -4
  1262. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsInitialScrollResultParams.d.ts.map +0 -1
  1263. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollRequestParams.d.ts +0 -4
  1264. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollRequestParams.d.ts.map +0 -1
  1265. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollResultParams.d.ts +0 -4
  1266. package/build/types/generated/object-set-service/audit/v2/ObjectSetScrollServiceGetObjectsNextScrollResultParams.d.ts.map +0 -1
  1267. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceAuditEvent.d.ts +0 -1
  1268. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceAuditEvent.d.ts.map +0 -1
  1269. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetRequestParams.d.ts +0 -4
  1270. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetRequestParams.d.ts.map +0 -1
  1271. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetResultParams.d.ts +0 -4
  1272. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateObjectSetResultParams.d.ts.map +0 -1
  1273. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetRequestParams.d.ts +0 -4
  1274. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetRequestParams.d.ts.map +0 -1
  1275. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetResultParams.d.ts +0 -4
  1276. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceCreateTemporaryObjectSetResultParams.d.ts.map +0 -1
  1277. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceDeleteObjectSetRequestParams.d.ts +0 -4
  1278. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceDeleteObjectSetRequestParams.d.ts.map +0 -1
  1279. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetRequestParams.d.ts +0 -4
  1280. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetRequestParams.d.ts.map +0 -1
  1281. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetResultParams.d.ts +0 -4
  1282. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetBulkObjectSetResultParams.d.ts.map +0 -1
  1283. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetRequestParams.d.ts +0 -4
  1284. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetRequestParams.d.ts.map +0 -1
  1285. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetResultParams.d.ts +0 -4
  1286. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectSetResultParams.d.ts.map +0 -1
  1287. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesRequestParams.d.ts +0 -4
  1288. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesRequestParams.d.ts.map +0 -1
  1289. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesResultParams.d.ts +0 -4
  1290. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectTypesResultParams.d.ts.map +0 -1
  1291. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageRequestParams.d.ts +0 -6
  1292. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageRequestParams.d.ts.map +0 -1
  1293. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageResultParams.d.ts +0 -4
  1294. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetObjectsPageResultParams.d.ts.map +0 -1
  1295. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesRequestParams.d.ts +0 -4
  1296. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesRequestParams.d.ts.map +0 -1
  1297. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesResultParams.d.ts +0 -4
  1298. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceGetReferencedEntitiesResultParams.d.ts.map +0 -1
  1299. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetRequestParams.d.ts +0 -4
  1300. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetRequestParams.d.ts.map +0 -1
  1301. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetResultParams.d.ts +0 -4
  1302. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceMaterializeObjectSetResultParams.d.ts.map +0 -1
  1303. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageRequestParams.d.ts +0 -6
  1304. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageRequestParams.d.ts.map +0 -1
  1305. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageResultParams.d.ts +0 -5
  1306. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsInitialPageResultParams.d.ts.map +0 -1
  1307. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageRequestParams.d.ts +0 -6
  1308. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageRequestParams.d.ts.map +0 -1
  1309. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageResultParams.d.ts +0 -4
  1310. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetAllObjectsNextPageResultParams.d.ts.map +0 -1
  1311. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageRequestParams.d.ts +0 -4
  1312. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageRequestParams.d.ts.map +0 -1
  1313. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageResultParams.d.ts +0 -4
  1314. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetBulkLinksPageResultParams.d.ts.map +0 -1
  1315. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksRequestParams.d.ts +0 -4
  1316. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksRequestParams.d.ts.map +0 -1
  1317. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksResultParams.d.ts +0 -5
  1318. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetLinksResultParams.d.ts.map +0 -1
  1319. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageRequestParams.d.ts +0 -6
  1320. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageRequestParams.d.ts.map +0 -1
  1321. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageResultParams.d.ts +0 -5
  1322. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsInitialPageResultParams.d.ts.map +0 -1
  1323. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageRequestParams.d.ts +0 -6
  1324. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageRequestParams.d.ts.map +0 -1
  1325. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageResultParams.d.ts +0 -4
  1326. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2GetTopObjectsNextPageResultParams.d.ts.map +0 -1
  1327. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsRequestParams.d.ts +0 -4
  1328. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsRequestParams.d.ts.map +0 -1
  1329. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsResultParams.d.ts +0 -4
  1330. package/build/types/generated/object-set-service/audit/v2/ObjectSetServiceV2LoadObjectsResultParams.d.ts.map +0 -1
  1331. package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestRequestParams.d.ts +0 -6
  1332. package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestRequestParams.d.ts.map +0 -1
  1333. package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestResultParams.d.ts +0 -4
  1334. package/build/types/generated/object-set-service/audit/v2/ObjectSetSuggestServiceSuggestResultParams.d.ts.map +0 -1
  1335. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsRequestParams.d.ts +0 -4
  1336. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsRequestParams.d.ts.map +0 -1
  1337. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsResultParams.d.ts +0 -4
  1338. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCheckBulkOperationPermissionsResultParams.d.ts.map +0 -1
  1339. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetRequestParams.d.ts +0 -4
  1340. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetRequestParams.d.ts.map +0 -1
  1341. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetResultParams.d.ts +0 -4
  1342. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetResultParams.d.ts.map +0 -1
  1343. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentRequestParams.d.ts +0 -4
  1344. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentRequestParams.d.ts.map +0 -1
  1345. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentResultParams.d.ts +0 -4
  1346. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceCreateVersionedObjectSetWithParentResultParams.d.ts.map +0 -1
  1347. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionRequestParams.d.ts +0 -4
  1348. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionRequestParams.d.ts.map +0 -1
  1349. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionResultParams.d.ts +0 -4
  1350. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetBulkLatestVersionResultParams.d.ts.map +0 -1
  1351. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionRequestParams.d.ts +0 -4
  1352. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionRequestParams.d.ts.map +0 -1
  1353. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionResultParams.d.ts +0 -4
  1354. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServiceGetLatestVersionResultParams.d.ts.map +0 -1
  1355. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionRequestParams.d.ts +0 -6
  1356. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionRequestParams.d.ts.map +0 -1
  1357. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionResultParams.d.ts +0 -4
  1358. package/build/types/generated/object-set-service/audit/v2/VersionedObjectSetServicePutLatestVersionResultParams.d.ts.map +0 -1
  1359. package/build/types/generated/object-set-service/errors/AggregationEntityName.d.ts +0 -4
  1360. package/build/types/generated/object-set-service/errors/AggregationEntityName.d.ts.map +0 -1
  1361. package/build/types/generated/object-set-service/loggable/LoggableArrayPropertyValue.d.ts +0 -5
  1362. package/build/types/generated/object-set-service/loggable/LoggableArrayPropertyValue.d.ts.map +0 -1
  1363. package/build/types/generated/object-set-service/loggable/LoggableEntityLocator.d.ts +0 -9
  1364. package/build/types/generated/object-set-service/loggable/LoggableEntityLocator.d.ts.map +0 -1
  1365. package/build/types/generated/object-set-service/loggable/LoggableEntityPrimaryKey.d.ts +0 -6
  1366. package/build/types/generated/object-set-service/loggable/LoggableEntityPrimaryKey.d.ts.map +0 -1
  1367. package/build/types/generated/object-set-service/loggable/LoggableFoundryObjectReference.d.ts +0 -9
  1368. package/build/types/generated/object-set-service/loggable/LoggableFoundryObjectReference.d.ts.map +0 -1
  1369. package/build/types/generated/object-set-service/loggable/LoggableGetLinksRequest.d.ts +0 -12
  1370. package/build/types/generated/object-set-service/loggable/LoggableGetLinksRequest.d.ts.map +0 -1
  1371. package/build/types/generated/object-set-service/loggable/LoggableLoadObjectsRequest.d.ts +0 -15
  1372. package/build/types/generated/object-set-service/loggable/LoggableLoadObjectsRequest.d.ts.map +0 -1
  1373. package/build/types/generated/object-set-service/loggable/LoggableLoadPatchableEntitiesRequest.d.ts +0 -9
  1374. package/build/types/generated/object-set-service/loggable/LoggableLoadPatchableEntitiesRequest.d.ts.map +0 -1
  1375. package/build/types/generated/object-set-service/loggable/LoggableMediaReference.d.ts +0 -9
  1376. package/build/types/generated/object-set-service/loggable/LoggableMediaReference.d.ts.map +0 -1
  1377. package/build/types/generated/object-set-service/loggable/LoggableMediaReferencePropertyValue.d.ts +0 -5
  1378. package/build/types/generated/object-set-service/loggable/LoggableMediaReferencePropertyValue.d.ts.map +0 -1
  1379. package/build/types/generated/object-set-service/loggable/LoggableMediaValueReference.d.ts +0 -19
  1380. package/build/types/generated/object-set-service/loggable/LoggableMediaValueReference.d.ts.map +0 -1
  1381. package/build/types/generated/object-set-service/loggable/LoggableMediaViewItemReference.d.ts +0 -12
  1382. package/build/types/generated/object-set-service/loggable/LoggableMediaViewItemReference.d.ts.map +0 -1
  1383. package/build/types/generated/object-set-service/loggable/LoggableObjectIdentifier.d.ts +0 -14
  1384. package/build/types/generated/object-set-service/loggable/LoggableObjectIdentifier.d.ts.map +0 -1
  1385. package/build/types/generated/object-set-service/loggable/LoggableObjectLocatorV2.d.ts +0 -9
  1386. package/build/types/generated/object-set-service/loggable/LoggableObjectLocatorV2.d.ts.map +0 -1
  1387. package/build/types/generated/object-set-service/loggable/LoggableObjectPrimaryKeyV2.d.ts +0 -6
  1388. package/build/types/generated/object-set-service/loggable/LoggableObjectPrimaryKeyV2.d.ts.map +0 -1
  1389. package/build/types/generated/object-set-service/loggable/LoggablePropertyValue.d.ts +0 -104
  1390. package/build/types/generated/object-set-service/loggable/LoggablePropertyValue.d.ts.map +0 -1
  1391. package/build/types/generated/object-set-service/loggable/LoggableStruct.d.ts +0 -7
  1392. package/build/types/generated/object-set-service/loggable/LoggableStruct.d.ts.map +0 -1
  1393. package/build/types/generated/object-set-service/loggable/LoggableStructElement.d.ts +0 -9
  1394. package/build/types/generated/object-set-service/loggable/LoggableStructElement.d.ts.map +0 -1
  1395. package/build/types/generated/object-set-service/loggable/LoggableStructPropertyValue.d.ts +0 -5
  1396. package/build/types/generated/object-set-service/loggable/LoggableStructPropertyValue.d.ts.map +0 -1
  1397. package/build/types/generated/object-set-service/loggable/index.d.ts +0 -18
  1398. package/build/types/generated/object-set-service/loggable/index.d.ts.map +0 -1
@@ -0,0 +1,4567 @@
1
+ /**
2
+ * The aggregation result is accurate.
3
+ */
4
+ export interface AccurateAggregateResultAccuracy {}
5
+ /**
6
+ * A derived property that references an aggregation on a set of linked objects.
7
+ * The linked object is specified by a LinkDefinition.
8
+ */
9
+ export interface AggregatedPropertyDefinition {
10
+ aggregation: DerivedPropertyAggregation;
11
+ linkDefinition: LinkDefinition;
12
+ }
13
+ export interface AggregateRequest {
14
+ aggregation: RootAggregation;
15
+ derivedProperties?: TypedDerivedProperties | null | undefined;
16
+ executionMode?: AggregationExecutionMode | null | undefined;
17
+ objectSet: ObjectSet;
18
+ objectSetContext?: ObjectSetContext | null | undefined;
19
+ responseOptions?: ResponseOptions | null | undefined;
20
+ }
21
+ export interface AggregateResponse {
22
+ objectSetEntities?: ObjectSetEntities | null | undefined;
23
+ result: AggregateResult;
24
+ usageCost?: UsageCost | null | undefined;
25
+ }
26
+ /**
27
+ * The result of an aggregation.
28
+ */
29
+ export interface AggregateResult {
30
+ metrics: Record<MetricName, MetricResult | null | undefined>;
31
+ subAggregations: Record<AggregationName, SubAggregateResult>;
32
+ }
33
+ export interface AggregateResultAccuracy_accurate {
34
+ type: "accurate";
35
+ accurate: AccurateAggregateResultAccuracy;
36
+ }
37
+ export interface AggregateResultAccuracy_approximate {
38
+ type: "approximate";
39
+ approximate: ApproximateAggregateResultAccuracy;
40
+ }
41
+ /**
42
+ * The accuracy of an aggregation result.
43
+ */
44
+ export type AggregateResultAccuracy = AggregateResultAccuracy_accurate | AggregateResultAccuracy_approximate;
45
+ export interface Aggregation_metrics {
46
+ type: "metrics";
47
+ metrics: MetricsAggregation;
48
+ }
49
+ export interface Aggregation_nested {
50
+ type: "nested";
51
+ nested: NestedAggregation;
52
+ }
53
+ /**
54
+ * Either metrics or a nested aggregation.
55
+ */
56
+ export type Aggregation = Aggregation_metrics | Aggregation_nested;
57
+ /**
58
+ * Whether speed or accuracy should be prioritized when computing an aggregation.
59
+ */
60
+ export type AggregationExecutionMode = "PREFER_SPEED" | "PREFER_ACCURACY";
61
+ export interface AggregationFilter_or {
62
+ type: "or";
63
+ or: OrAggregationFilter;
64
+ }
65
+ export interface AggregationFilter_and {
66
+ type: "and";
67
+ and: AndAggregationFilter;
68
+ }
69
+ export interface AggregationFilter_not {
70
+ type: "not";
71
+ not: NotAggregationFilter;
72
+ }
73
+ export interface AggregationFilter_exactMatch {
74
+ type: "exactMatch";
75
+ exactMatch: ExactMatchAggregationFilter;
76
+ }
77
+ export interface AggregationFilter_range {
78
+ type: "range";
79
+ range: RangeAggregationFilter;
80
+ }
81
+ export interface AggregationFilter_hasProperty {
82
+ type: "hasProperty";
83
+ hasProperty: HasPropertyAggregationFilter;
84
+ }
85
+ /**
86
+ * Defines filtering of objects when computing an aggregated metric value.
87
+ */
88
+ export type AggregationFilter = AggregationFilter_or | AggregationFilter_and | AggregationFilter_not | AggregationFilter_exactMatch | AggregationFilter_range | AggregationFilter_hasProperty;
89
+ export interface AggregationFilterValue_string {
90
+ type: "string";
91
+ string: StringFilterValue;
92
+ }
93
+ export interface AggregationFilterValue_integer {
94
+ type: "integer";
95
+ integer: IntegerFilterValue;
96
+ }
97
+ export interface AggregationFilterValue_long {
98
+ type: "long";
99
+ long: LongFilterValue;
100
+ }
101
+ export interface AggregationFilterValue_double {
102
+ type: "double";
103
+ double: DoubleFilterValue;
104
+ }
105
+ export interface AggregationFilterValue_decimal {
106
+ type: "decimal";
107
+ decimal: DecimalFilterValue;
108
+ }
109
+ export interface AggregationFilterValue_boolean {
110
+ type: "boolean";
111
+ boolean: BooleanFilterValue;
112
+ }
113
+ export interface AggregationFilterValue_date {
114
+ type: "date";
115
+ date: DateFilterValue;
116
+ }
117
+ export interface AggregationFilterValue_timestamp {
118
+ type: "timestamp";
119
+ timestamp: TimestampFilterValue;
120
+ }
121
+ /**
122
+ * A value used by an aggregation filter to compare to object fields when filtering objects.
123
+ */
124
+ export type AggregationFilterValue = AggregationFilterValue_string | AggregationFilterValue_integer | AggregationFilterValue_long | AggregationFilterValue_double | AggregationFilterValue_decimal | AggregationFilterValue_boolean | AggregationFilterValue_date | AggregationFilterValue_timestamp;
125
+ /**
126
+ * Identifier of an aggregation.
127
+ */
128
+ export type AggregationName = string;
129
+ /**
130
+ * Use all properties.
131
+ */
132
+ export interface AllPropertiesPropertySet {}
133
+ /**
134
+ * DEPRECATED
135
+ *
136
+ * Use all properties, including runtime derived properties.
137
+ */
138
+ export interface AllPropertiesPropertySetV2 {}
139
+ /**
140
+ * An object matches this filter iff it matches all of the contained filters.
141
+ */
142
+ export interface AndAggregationFilter {
143
+ filters: Array<AggregationFilter>;
144
+ }
145
+ /**
146
+ * An ObjectSetFilter used to combine multiple ObjectSetFilters.
147
+ * An object matches an AndFilter iff it matches all of the filters.
148
+ */
149
+ export interface AndFilter {
150
+ filters: Array<ObjectSetFilter>;
151
+ }
152
+ /**
153
+ * The aggregation result is approximate.
154
+ */
155
+ export interface ApproximateAggregateResultAccuracy {}
156
+ /**
157
+ * An object matches an ApproximateLinkPresenceFilter iff it contains a link to any object along the provided RelationId
158
+ * and if the starting object is on the provided RelationSide of the relation.
159
+ *
160
+ * WARNING: Due to the performance constraints, this filter does not always check if the linked object actually exists.
161
+ * As a consequence it is possible that ApproximateLinkPresenceFilter will yield more objects, including those which are
162
+ * linked to non-existent ones. Hence, whenever this filter is used, result set should be treated as approximate.
163
+ *
164
+ * It is guaranteed that no links will be missed during filtering, so in order to make results accurate, it is enough for
165
+ * clients to filter out results linked to non-existing objects.
166
+ *
167
+ * If use case relies on linked objects existence and requires accurate results, clients are encouraged to use ObjectSetLinkFilter instead.
168
+ */
169
+ export interface ApproximateLinkPresenceFilter {
170
+ relationId: RelationId;
171
+ relationSide: RelationSide;
172
+ }
173
+ /**
174
+ * An object property value whose type is array.
175
+ */
176
+ export type ArrayPropertyValue = Array<PropertyValue>;
177
+ /**
178
+ * Cast the provided object set to the raw object types. This drops interface views on interface-based
179
+ * object sets and convert them into unions of the underlying object types. This also disallows referring
180
+ * to interface property API names and forces property selection to use object type property API names.
181
+ */
182
+ export interface AsBaseObjectTypesObjectSet {
183
+ objectSet: ObjectSet;
184
+ }
185
+ /**
186
+ * Cast the provided object set to the provided object type or interface type which results in a new scope of the
187
+ * object set, controlling what properties you can reference in sorts or filters. Objects which cannot be cast as
188
+ * the provided type are dropped. Objects can be cast to an object type if they are of that type or to an
189
+ * interface if their object type implements said interface or a child interface of it.
190
+ *
191
+ * For example, suppose "Vehicle" is an interface and "Car" implements it. "Vehicle" declares a property
192
+ * "capacity", and on Cars, the local property "seats" fulfills the interface property. It is not possible to
193
+ * select "capacity" when the object set is "Base(Car)". However it is possible to query "capacity" if the object
194
+ * set is cast to "Car" via "AsType(Base(Car), type="Vehicle")".
195
+ */
196
+ export interface AsTypeObjectSet {
197
+ objectSet: ObjectSet;
198
+ type: ObjectTypeOrInterfaceTypeIdentifier;
199
+ }
200
+ /**
201
+ * The rid of an Attachment.
202
+ */
203
+ export type AttachmentPropertyValue = string;
204
+ /**
205
+ * The backend to run a query against.
206
+ */
207
+ export type Backend = "PHONOGRAPH" | "HIGHBURY";
208
+ /**
209
+ * Object Set containing all objects with a given ObjectTypeId.
210
+ */
211
+ export interface BaseObjectSet {
212
+ objectTypeId: ObjectTypeId;
213
+ }
214
+ /**
215
+ * A filter value whose type is boolean (true-false).
216
+ */
217
+ export type BooleanFilterValue = boolean;
218
+ /**
219
+ * An object property value whose type is boolean (true-false).
220
+ */
221
+ export type BooleanPropertyValue = boolean;
222
+ /**
223
+ * A property to compute a bounding box metric for.
224
+ */
225
+ export interface BoundingBoxMetric {
226
+ coordinateType: BoundingBoxMetricCoordinateType;
227
+ filter?: AggregationFilter | null | undefined;
228
+ propertyId: PropertyId;
229
+ }
230
+ /**
231
+ * The type of coordinate to be returned in this metric entry.
232
+ */
233
+ export type BoundingBoxMetricCoordinateType = "TOP_LEFT_LATITUDE" | "TOP_LEFT_LONGITUDE" | "BOTTOM_RIGHT_LATITUDE" | "BOTTOM_RIGHT_LONGITUDE";
234
+ /**
235
+ * A bucket that data was grouped into and the aggregations computed for the data in that bucket.
236
+ */
237
+ export interface Bucket {
238
+ key: string;
239
+ metrics: Record<MetricName, MetricResult | null | undefined>;
240
+ subAggregations: Record<AggregationName, SubAggregateResult>;
241
+ }
242
+ /**
243
+ * The max number of buckets to return.
244
+ *
245
+ * This limit cannot exceed 10_000 buckets.
246
+ */
247
+ export type BucketCountLimit = number;
248
+ export interface Bucketing_exactValue {
249
+ type: "exactValue";
250
+ exactValue: StringBucketing;
251
+ }
252
+ export interface Bucketing_keywords {
253
+ type: "keywords";
254
+ keywords: StringBucketing;
255
+ }
256
+ export interface Bucketing_geoHash {
257
+ type: "geoHash";
258
+ geoHash: GeoHashBucketing;
259
+ }
260
+ export interface Bucketing_numeric {
261
+ type: "numeric";
262
+ numeric: NumericBucketing;
263
+ }
264
+ export interface Bucketing_date {
265
+ type: "date";
266
+ date: DateBucketing;
267
+ }
268
+ /**
269
+ * How to assign values of a property into buckets.
270
+ */
271
+ export type Bucketing = Bucketing_exactValue | Bucketing_keywords | Bucketing_geoHash | Bucketing_numeric | Bucketing_date;
272
+ /**
273
+ * Range of one bucket in RangeBucketing.
274
+ */
275
+ export interface BucketRange {
276
+ fromValue?: number | "NaN" | "Infinity" | "-Infinity" | null | undefined;
277
+ toValue?: number | "NaN" | "Infinity" | "-Infinity" | null | undefined;
278
+ }
279
+ export interface CalculatedPropertyDefinition_numeric {
280
+ type: "numeric";
281
+ numeric: NumericOutputCalculation;
282
+ }
283
+ export interface CalculatedPropertyDefinition_datetime {
284
+ type: "datetime";
285
+ datetime: DateTimeOutputCalculation;
286
+ }
287
+ /**
288
+ * A derived property that is calculated from other properties.
289
+ * It can be a literal, a reference to another property or an operation.
290
+ */
291
+ export type CalculatedPropertyDefinition = CalculatedPropertyDefinition_numeric | CalculatedPropertyDefinition_datetime;
292
+ /**
293
+ * Reference to a specific catalog file
294
+ */
295
+ export interface CatalogFileReference {
296
+ datasetRid: DatasetRid;
297
+ endTransactionRid: TransactionRid;
298
+ logicalFilePath: string;
299
+ }
300
+ /**
301
+ * A bulk request for checking if the user has operation permission on the given versioned object set rids.
302
+ */
303
+ export interface CheckBulkOperationPermissionsRequest {
304
+ operation: VersionedObjectSetOperation;
305
+ versionedObjectSetRids: Array<VersionedObjectSetRid>;
306
+ }
307
+ /**
308
+ * A map from versioned object set RID to whether the user has permission to perform the requested operation.
309
+ */
310
+ export interface CheckBulkOperationPermissionsResponse {
311
+ hasOperationOnVersionedObjectSet: Record<VersionedObjectSetRid, boolean>;
312
+ }
313
+ /**
314
+ * This property type represents an encrypted or plain text value used by the Cipher Service.
315
+ */
316
+ export type CipherTextPropertyValue = string;
317
+ /**
318
+ * Total count of objects
319
+ */
320
+ export interface CountMetric {
321
+ filter?: AggregationFilter | null | undefined;
322
+ }
323
+ export interface CreateObjectSetRequest {
324
+ objectSet: ObjectSet;
325
+ registerObjectSetRidInGatekeeper?: boolean | null | undefined;
326
+ securityRid: string;
327
+ }
328
+ export interface CreateObjectSetResponse {
329
+ objectSetRid: ObjectSetRid;
330
+ }
331
+ export interface CreateTemporaryObjectSetRequest {
332
+ objectSet: ObjectSet;
333
+ objectSetFilterContext?: ObjectSetFilterContext | null | undefined;
334
+ timeToLive: TimeToLive;
335
+ }
336
+ export interface CreateTemporaryObjectSetResponse {
337
+ objectSetRid: ObjectSetRid;
338
+ }
339
+ export interface CreateVersionedObjectSetRequest {
340
+ objectSet: ObjectSet;
341
+ path: string;
342
+ }
343
+ export interface CreateVersionedObjectSetResponse {
344
+ objectSetRid: ObjectSetRid;
345
+ rid: VersionedObjectSetRid;
346
+ version: ObjectSetVersion;
347
+ }
348
+ export interface CreateVersionedObjectSetWithParentRequest {
349
+ objectSet: ObjectSet;
350
+ parentRid: string;
351
+ }
352
+ /**
353
+ * Used to record custom provenance information.
354
+ */
355
+ export interface CustomProvenance {
356
+ identifier: CustomProvenanceIdentifier;
357
+ parameters: Record<string, any>;
358
+ }
359
+ /**
360
+ * Identifies a custom provenance record.
361
+ */
362
+ export type CustomProvenanceIdentifier = string;
363
+ /**
364
+ * Reference to a dataset containing the media with an optional thumbnail reference.
365
+ */
366
+ export interface DatasetFileReference {
367
+ fileReference: CatalogFileReference;
368
+ thumbnailReference?: CatalogFileReference | null | undefined;
369
+ }
370
+ /**
371
+ * The identifier of a foundry dataset
372
+ */
373
+ export type DatasetRid = string;
374
+ /**
375
+ * A unique identifier for a datasource.
376
+ */
377
+ export type DatasourceRid = string;
378
+ /**
379
+ * Bucketing by a date or time interval.
380
+ */
381
+ export interface DateBucketing {
382
+ excludeEmptyBuckets?: boolean | null | undefined;
383
+ interval: Interval;
384
+ shouldCreateNullValueBucket?: boolean | null | undefined;
385
+ timeZoneId?: TimeZoneId | null | undefined;
386
+ }
387
+ /**
388
+ * String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
389
+ */
390
+ export type DateFilterValue = string;
391
+ /**
392
+ * String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
393
+ */
394
+ export type DateLiteral = string;
395
+ /**
396
+ * A specific part of a date (such as day, month, or year)
397
+ */
398
+ export type DatePart = "DAY" | "MONTH" | "QUARTER" | "YEAR";
399
+ /**
400
+ * String representation of an ISO-8601 formatted date in a YYYY-MM-DD format.
401
+ */
402
+ export type DatePropertyValue = string;
403
+ /**
404
+ * An operation on two property nodes of type datetime for the purposes of defining a derived property.
405
+ */
406
+ export interface DateTimeBinaryOperation {
407
+ leftOperand: DateTimeOutputCalculation;
408
+ rightOperand: DateTimeOutputCalculation;
409
+ }
410
+ export interface DateTimeLiteral_date {
411
+ type: "date";
412
+ date: DateLiteral;
413
+ }
414
+ export interface DateTimeLiteral_timestamp {
415
+ type: "timestamp";
416
+ timestamp: TimestampLiteral;
417
+ }
418
+ /**
419
+ * A literal value for the purposes of defining a derived property via a date operation.
420
+ */
421
+ export type DateTimeLiteral = DateTimeLiteral_date | DateTimeLiteral_timestamp;
422
+ export interface DateTimeOperation_max {
423
+ type: "max";
424
+ max: DateTimeBinaryOperation;
425
+ }
426
+ export interface DateTimeOperation_min {
427
+ type: "min";
428
+ min: DateTimeBinaryOperation;
429
+ }
430
+ /**
431
+ * An operation on one or two property nodes of type datetime for the purposes of defining a derived property.
432
+ */
433
+ export type DateTimeOperation = DateTimeOperation_max | DateTimeOperation_min;
434
+ export interface DateTimeOutputCalculation_literal {
435
+ type: "literal";
436
+ literal: DateTimeLiteral;
437
+ }
438
+ export interface DateTimeOutputCalculation_propertyIdentifier {
439
+ type: "propertyIdentifier";
440
+ propertyIdentifier: PropertyIdentifier;
441
+ }
442
+ export interface DateTimeOutputCalculation_operation {
443
+ type: "operation";
444
+ operation: DateTimeOperation;
445
+ }
446
+ /**
447
+ * A calculation node that is used to define a derived property via an operation which returns a date output.
448
+ */
449
+ export type DateTimeOutputCalculation = DateTimeOutputCalculation_literal | DateTimeOutputCalculation_propertyIdentifier | DateTimeOutputCalculation_operation;
450
+ export interface DateTimeToNumericCalculation_extractDatePart {
451
+ type: "extractDatePart";
452
+ extractDatePart: ExtractDatePartCalculation;
453
+ }
454
+ /**
455
+ * A calculation node that is used to define a derived property via an operation which takes a date input and
456
+ * returns a numeric output.
457
+ */
458
+ export type DateTimeToNumericCalculation = DateTimeToNumericCalculation_extractDatePart;
459
+ /**
460
+ * String representation of a decimal value. This value can be returned in a scientific notation with the exponent
461
+ * proceeded by a letter 'E' followed by a '+'/'-' sign (for example 4.321E+8 or 0.332E-5).
462
+ */
463
+ export type DecimalFilterValue = string;
464
+ /**
465
+ * String representation of a decimal value. This value can be returned in a scientific notation with the exponent
466
+ * preceded by a letter 'E' followed by a '+'/'-' sign (for example 4.321E+8 or 0.332E-5).
467
+ */
468
+ export type DecimalPropertyValue = string;
469
+ /**
470
+ * A collection of derived properties that can be referenced inside a FilteredObjectSet.
471
+ * They are ephemeral and only exist for the lifetime of a request.
472
+ *
473
+ * Note: There may only be a single entry for a given property identifier. An exception will be thrown
474
+ * otherwise.
475
+ *
476
+ * A derived property id may not overlap with any existing PropertyIdentifier that is already defined in the
477
+ * Ontology for a given object type. An exception will be thrown at runtime if this limitation is not
478
+ * respected. NB: This may lead to sudden breaks if the Ontology is updated to include a property that shares
479
+ * a propertyIdentifier already contained in a user defined property definition.
480
+ */
481
+ export type DerivedProperties = Array<DerivedPropertiesEntry>;
482
+ /**
483
+ * A derived property that can be referenced in an object set or aggregation.
484
+ * It is ephemeral and only exists for the lifetime of a request.
485
+ */
486
+ export interface DerivedPropertiesEntry {
487
+ definition: DerivedPropertyDefinition;
488
+ propertyIdentifier: PropertyIdentifier;
489
+ }
490
+ export interface DerivedPropertyAggregation_count {
491
+ type: "count";
492
+ count: LinkedCountMetric;
493
+ }
494
+ export interface DerivedPropertyAggregation_avg {
495
+ type: "avg";
496
+ avg: LinkedPropertyMetric;
497
+ }
498
+ export interface DerivedPropertyAggregation_max {
499
+ type: "max";
500
+ max: LinkedPropertyMetric;
501
+ }
502
+ export interface DerivedPropertyAggregation_min {
503
+ type: "min";
504
+ min: LinkedPropertyMetric;
505
+ }
506
+ export interface DerivedPropertyAggregation_sum {
507
+ type: "sum";
508
+ sum: LinkedPropertyMetric;
509
+ }
510
+ export interface DerivedPropertyAggregation_percentile {
511
+ type: "percentile";
512
+ percentile: LinkedPercentileMetric;
513
+ }
514
+ export interface DerivedPropertyAggregation_cardinality {
515
+ type: "cardinality";
516
+ cardinality: LinkedPropertyMetric;
517
+ }
518
+ export interface DerivedPropertyAggregation_exactCardinality {
519
+ type: "exactCardinality";
520
+ exactCardinality: LinkedPropertyMetric;
521
+ }
522
+ export interface DerivedPropertyAggregation_standardDeviation {
523
+ type: "standardDeviation";
524
+ standardDeviation: LinkedDispersionMetric;
525
+ }
526
+ export interface DerivedPropertyAggregation_variance {
527
+ type: "variance";
528
+ variance: LinkedDispersionMetric;
529
+ }
530
+ export interface DerivedPropertyAggregation_collectList {
531
+ type: "collectList";
532
+ collectList: LinkedCollection;
533
+ }
534
+ export interface DerivedPropertyAggregation_collectSet {
535
+ type: "collectSet";
536
+ collectSet: LinkedCollection;
537
+ }
538
+ /**
539
+ * An aggregation function and what it should be computed on (e.g. a property).
540
+ */
541
+ export type DerivedPropertyAggregation = DerivedPropertyAggregation_count | DerivedPropertyAggregation_avg | DerivedPropertyAggregation_max | DerivedPropertyAggregation_min | DerivedPropertyAggregation_sum | DerivedPropertyAggregation_percentile | DerivedPropertyAggregation_cardinality | DerivedPropertyAggregation_exactCardinality | DerivedPropertyAggregation_standardDeviation | DerivedPropertyAggregation_variance | DerivedPropertyAggregation_collectList | DerivedPropertyAggregation_collectSet;
542
+ export interface DerivedPropertyDefinition_nativeProperty {
543
+ type: "nativeProperty";
544
+ nativeProperty: PropertyIdentifier;
545
+ }
546
+ export interface DerivedPropertyDefinition_linkedObjectProperty {
547
+ type: "linkedObjectProperty";
548
+ linkedObjectProperty: LinkedObjectPropertyDefinition;
549
+ }
550
+ export interface DerivedPropertyDefinition_linkedObjectsAggregationProperty {
551
+ type: "linkedObjectsAggregationProperty";
552
+ linkedObjectsAggregationProperty: LinkedObjectsAggregationPropertyDefinition;
553
+ }
554
+ export interface DerivedPropertyDefinition_calculatedProperty {
555
+ type: "calculatedProperty";
556
+ calculatedProperty: CalculatedPropertyDefinition;
557
+ }
558
+ export interface DerivedPropertyDefinition_linkedProperty {
559
+ type: "linkedProperty";
560
+ linkedProperty: LinkedPropertyDefinition;
561
+ }
562
+ export interface DerivedPropertyDefinition_aggregatedProperty {
563
+ type: "aggregatedProperty";
564
+ aggregatedProperty: AggregatedPropertyDefinition;
565
+ }
566
+ /**
567
+ * The definition of a derived property. It can be a native property, linked object property,
568
+ * linked objects aggregation property or a calculated property.
569
+ */
570
+ export type DerivedPropertyDefinition = DerivedPropertyDefinition_nativeProperty | DerivedPropertyDefinition_linkedObjectProperty | DerivedPropertyDefinition_linkedObjectsAggregationProperty | DerivedPropertyDefinition_calculatedProperty | DerivedPropertyDefinition_linkedProperty | DerivedPropertyDefinition_aggregatedProperty;
571
+ export interface Dimension_propertyValue {
572
+ type: "propertyValue";
573
+ propertyValue: PropertyValueDimension;
574
+ }
575
+ export interface Dimension_objectType {
576
+ type: "objectType";
577
+ objectType: ObjectTypeDimension;
578
+ }
579
+ /**
580
+ * How to divide objects into buckets.
581
+ */
582
+ export type Dimension = Dimension_propertyValue | Dimension_objectType;
583
+ /**
584
+ * A Foundry link with link side specified.
585
+ *
586
+ * Returned in the context of a GetBulkLinksPageRequest, where the direction of the links to objects is
587
+ * specified. Meaning the object specified in the request will appear on the specified LinkSide of the response's
588
+ * DirectedFoundryLink.
589
+ */
590
+ export interface DirectedFoundryLink {
591
+ link: FoundryLink;
592
+ linkSide: LinkSide;
593
+ }
594
+ /**
595
+ * Information that specifies side of the given link type rid. Used in the context of a GetBulkLinksPageRequest,
596
+ * where a set of links is loaded for a given set of objects and link types.
597
+ */
598
+ export interface DirectedLinkTypeRid {
599
+ linkSide: LinkSide;
600
+ linkTypeRid: LinkTypeRid;
601
+ }
602
+ /**
603
+ * Information that specifies side of the given relation. Used in the context of a GetLinksRequest, where a set
604
+ * of links is loaded for a given set of objects and link types.
605
+ */
606
+ export interface DirectedRelation {
607
+ linkSide: LinkSide;
608
+ relationId: RelationId;
609
+ }
610
+ /**
611
+ * A property to compute a dispersion metric for.
612
+ */
613
+ export interface DispersionMetric {
614
+ filter?: AggregationFilter | null | undefined;
615
+ method: DispersionMetricMethod;
616
+ propertyId: PropertyId;
617
+ }
618
+ /**
619
+ * Method to be used to provide final value for standard deviation or variance.
620
+ * Use POPULATION when you have the entire set of data to work with OR
621
+ * Use SAMPLE when you have an incomplete set of data (with at least 2 values) to work with.
622
+ * An in depth explanation here: https://en.wikipedia.org/wiki/Bessel%27s_correction
623
+ */
624
+ export type DispersionMetricMethod = "POPULATION" | "SAMPLE";
625
+ /**
626
+ * Geospatial distance.
627
+ */
628
+ export interface Distance {
629
+ unit: DistanceUnit;
630
+ value: number | "NaN" | "Infinity" | "-Infinity";
631
+ }
632
+ /**
633
+ * A unit of geospatial distance.
634
+ */
635
+ export type DistanceUnit = "MILLIMETER" | "CENTIMETER" | "METER" | "KILOMETER" | "INCH" | "FOOT" | "YARD" | "MILE" | "NAUTICAL_MILE";
636
+ /**
637
+ * A filter value whose type is double-precision floating point.
638
+ */
639
+ export type DoubleFilterValue = number | "NaN" | "Infinity" | "-Infinity";
640
+ /**
641
+ * A literal double value for the purposes of defining a derived property via a numeric operation.
642
+ */
643
+ export type DoubleLiteral = number | "NaN" | "Infinity" | "-Infinity";
644
+ /**
645
+ * An object property value whose type is double-precision floating point.
646
+ */
647
+ export type DoublePropertyValue = number | "NaN" | "Infinity" | "-Infinity";
648
+ /**
649
+ * Information necessary to uniquely identify an object or a many-to-many link.
650
+ */
651
+ export interface EntityLocator {
652
+ entityPrimarykey: EntityPrimaryKey;
653
+ entityTypeRid: EntityTypeRid;
654
+ }
655
+ /**
656
+ * The primary key of an object or a link.
657
+ */
658
+ export type EntityPrimaryKey = Record<PropertyTypeRid, PropertyValue>;
659
+ /**
660
+ * ObjectTypeId or LinkTypeId.
661
+ */
662
+ export type EntityTypeId = string;
663
+ /**
664
+ * A unique identifier of an object type or a link type.
665
+ */
666
+ export type EntityTypeRid = string;
667
+ export interface EntityVersion_v1 {
668
+ type: "v1";
669
+ v1: EntityVersionV1;
670
+ }
671
+ /**
672
+ * Version of the returned object or many-to-many link.
673
+ * It is guaranteed that the entity has not changed as long as the returned value is the same.
674
+ */
675
+ export type EntityVersion = EntityVersion_v1;
676
+ /**
677
+ * Token representing a version of the returned object or many-to-many link.
678
+ */
679
+ export type EntityVersionV1 = string;
680
+ /**
681
+ * An object matches iff the value of the provided property is exactly equal to one of the provided terms.
682
+ *
683
+ * If the property is of string type, it should have `supportsExactMatching` set to true on the object type definition in OMS.
684
+ *
685
+ * Throws if no terms are provided.
686
+ */
687
+ export interface ExactMatchAggregationFilter {
688
+ propertyId: PropertyId;
689
+ terms: Array<AggregationFilterValue>;
690
+ }
691
+ /**
692
+ * An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
693
+ * If the property is of string type, it should have `supportsExactMatching` set to true on the object type definition in OMS.
694
+ * If no terms are provided, this filter will match ALL objects.
695
+ */
696
+ export interface ExactMatchFilter {
697
+ propertyId?: PropertyId | null | undefined;
698
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
699
+ terms: Array<any>;
700
+ }
701
+ /**
702
+ * Buckets will only be created for values not matching the provided regex.
703
+ *
704
+ * Throws if the regex pattern is invalid, or longer than 1000 characters.
705
+ *
706
+ * Warning: to avoid bad query performance, avoid using wildcard patterns (e.g. `.*`) without prefix or suffix.
707
+ */
708
+ export interface ExcludeByRegexStringBucketingValueFilter {
709
+ regex: RegexPattern;
710
+ }
711
+ /**
712
+ * Buckets will only be created for values other than the provided ones.
713
+ */
714
+ export interface ExcludeValuesStringBucketingValueFilter {
715
+ values: Array<string>;
716
+ }
717
+ /**
718
+ * A calculation node that is used to define a derived property via a date part extraction operation.
719
+ */
720
+ export interface ExtractDatePartCalculation {
721
+ dateOperand: DateTimeOutputCalculation;
722
+ datePart: DatePart;
723
+ }
724
+ /**
725
+ * Object Set containing objects in provided Object Set that match the provided filter.
726
+ */
727
+ export interface FilteredObjectSet {
728
+ derivedProperties?: TypedDerivedProperties | null | undefined;
729
+ filter: ObjectSetFilter;
730
+ objectSet: ObjectSet;
731
+ runtimeDerivedProperties?: LegacyDerivedProperties | null | undefined;
732
+ }
733
+ export interface FilterParameter_unresolved {
734
+ type: "unresolved";
735
+ unresolved: UnresolvedFilterParameter;
736
+ }
737
+ export interface FilterParameter_resolved {
738
+ type: "resolved";
739
+ resolved: ResolvedFilterParameter;
740
+ }
741
+ /**
742
+ * A filter parameter.
743
+ */
744
+ export type FilterParameter = FilterParameter_unresolved | FilterParameter_resolved;
745
+ /**
746
+ * A value to match on in a filter.
747
+ */
748
+ export type FilterValue = any;
749
+ /**
750
+ * Bucketing dividing objects into the given number of buckets.
751
+ */
752
+ export interface FixedBucketCountBucketing {
753
+ numBuckets: number;
754
+ preferHumanFriendlyRanges?: boolean | null | undefined;
755
+ shouldCreateNullValueBucket?: boolean | null | undefined;
756
+ }
757
+ /**
758
+ * Bucketing dividing objects into buckets with fixed width.
759
+ */
760
+ export interface FixedWidthBucketing {
761
+ bucketWidth: number | "NaN" | "Infinity" | "-Infinity";
762
+ excludeEmptyBuckets?: boolean | null | undefined;
763
+ maxBuckets?: BucketCountLimit | null | undefined;
764
+ shouldCreateNullValueBucket?: boolean | null | undefined;
765
+ }
766
+ /**
767
+ * A unique identifier for a Trident fork.
768
+ */
769
+ export type ForkRid = string;
770
+ /**
771
+ * A Foundry link.
772
+ */
773
+ export interface FoundryLink {
774
+ linkTypeRid: EntityTypeRid;
775
+ objectSideA: FoundryObjectReference;
776
+ objectSideB: FoundryObjectReference;
777
+ primaryKey: EntityPrimaryKey;
778
+ version: EntityVersion;
779
+ }
780
+ /**
781
+ * A Foundry object.
782
+ */
783
+ export interface FoundryObject {
784
+ objectRid?: ObjectRid | null | undefined;
785
+ objectTypeRid: ObjectTypeRid;
786
+ primaryKey: ObjectPrimaryKeyV2;
787
+ properties: Record<PropertyTypeRid, PropertyValue>;
788
+ runtimeDerivedProperties: Record<PropertyId, PropertyValue>;
789
+ score?: number | "NaN" | "Infinity" | "-Infinity" | null | undefined;
790
+ title: string;
791
+ version: ObjectVersion;
792
+ }
793
+ /**
794
+ * Identifiers that reference a single `FoundryObject`.
795
+ *
796
+ * The ObjectRid will be returned based on the setting of the ObjectLoadingResponseOptions#shouldLoadObjectRids
797
+ * flag in the request. It will always be returned by default unless specifically opted out and clients
798
+ * can upgrade by throwing in the empty case.
799
+ */
800
+ export interface FoundryObjectReference {
801
+ objectLocatorV2: ObjectLocatorV2;
802
+ objectRid?: ObjectRid | null | undefined;
803
+ }
804
+ /**
805
+ * Parameters used to control fuzzy searching.
806
+ */
807
+ export interface Fuzziness {
808
+ maxEditDistance: MaxEditDistance;
809
+ }
810
+ /**
811
+ * An object matches a GeoBoundingBoxFilter iff the value of the provided property is within the provided bounds.
812
+ * This filter is only supported on geo_point property types.
813
+ */
814
+ export interface GeoBoundingBoxFilter {
815
+ bottomRight: string;
816
+ propertyId?: PropertyId | null | undefined;
817
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
818
+ topLeft: string;
819
+ }
820
+ /**
821
+ * An object matches a GeoDistanceFilter iff the value of the provided property is within the provided distance
822
+ * of the provided location i.e. sits within a circle centered at the provided location.
823
+ */
824
+ export interface GeoDistanceFilter {
825
+ distance: Distance;
826
+ location: string;
827
+ propertyId?: PropertyId | null | undefined;
828
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
829
+ }
830
+ /**
831
+ * Bucketing into grid cells by a geohash property.
832
+ */
833
+ export interface GeoHashBucketing {
834
+ maxBuckets: BucketCountLimit;
835
+ precision: GeoHashPrecision;
836
+ }
837
+ /**
838
+ * A number between 1 and 12 describing how many letters of a geohash to use when distributing into buckets.
839
+ */
840
+ export type GeoHashPrecision = number;
841
+ /**
842
+ * A filter value that represents a latitude-longitude pair.
843
+ */
844
+ export interface GeoPointFilterValue {
845
+ latitude: number | "NaN" | "Infinity" | "-Infinity";
846
+ longitude: number | "NaN" | "Infinity" | "-Infinity";
847
+ }
848
+ /**
849
+ * An object property value that represents a latitude-longitude pair.
850
+ */
851
+ export interface GeoPointPropertyValue {
852
+ latitude: number | "NaN" | "Infinity" | "-Infinity";
853
+ longitude: number | "NaN" | "Infinity" | "-Infinity";
854
+ }
855
+ /**
856
+ * An object matches a GeoPolygonFilter iff the value of the provided property is within bounds of the provided
857
+ * polygon. This filter is only supported on geo_point property types.
858
+ */
859
+ export interface GeoPolygonFilter {
860
+ polygon: Array<string>;
861
+ propertyId?: PropertyId | null | undefined;
862
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
863
+ }
864
+ /**
865
+ * Filter properties of type geo_shape or geo_point.
866
+ */
867
+ export interface GeoShapeFilter {
868
+ geoShapeQuery: GeoShapeQuery;
869
+ spatialFilterMode: GeoShapeSpatialFilterMode;
870
+ }
871
+ /**
872
+ * A filter value that represents a geoshape. This value will valid GeoJSON.
873
+ */
874
+ export type GeoShapeFilterValue = any;
875
+ /**
876
+ * An object property value that represents a geoshape. This value is guaranteed to be a valid GeoJSON.
877
+ */
878
+ export type GeoShapePropertyValue = any;
879
+ export interface GeoShapeQuery_geoBoundingBoxFilter {
880
+ type: "geoBoundingBoxFilter";
881
+ geoBoundingBoxFilter: GeoBoundingBoxFilter;
882
+ }
883
+ export interface GeoShapeQuery_geoPolygonFilter {
884
+ type: "geoPolygonFilter";
885
+ geoPolygonFilter: GeoPolygonFilter;
886
+ }
887
+ /**
888
+ * Union type for valid queries over geo shape properties.
889
+ */
890
+ export type GeoShapeQuery = GeoShapeQuery_geoBoundingBoxFilter | GeoShapeQuery_geoPolygonFilter;
891
+ /**
892
+ * Geometry operation under which to evaluate the geo shape query.
893
+ */
894
+ export type GeoShapeSpatialFilterMode = "INTERSECTS" | "DISJOINT" | "WITHIN";
895
+ /**
896
+ * The ID for a Geotime series within an integration; this can be written into Geotime by an end user
897
+ * and is therefore unsafe.
898
+ */
899
+ export type GeotimeSeriesId = string;
900
+ /**
901
+ * A reference to a Geotime integration; this is randomly generated and is therefore safe to log.
902
+ */
903
+ export type GeotimeSeriesIntegrationRid = string;
904
+ /**
905
+ * The property value for a Geotime series reference
906
+ */
907
+ export interface GeotimeSeriesReference {
908
+ geotimeSeriesId: GeotimeSeriesId;
909
+ geotimeSeriesIntegrationRid: GeotimeSeriesIntegrationRid;
910
+ }
911
+ /**
912
+ * An object property value that represents a GeotimeSeriesReference.
913
+ */
914
+ export type GeotimeSeriesReferencePropertyValue = GeotimeSeriesReference;
915
+ export interface GetAllObjectsInitialPageRequest {
916
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
917
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
918
+ objectSet: ObjectSet;
919
+ objectSetContext: ObjectSetContext;
920
+ pageSize: number;
921
+ propertySet: PropertySetV2;
922
+ responseOptions?: ResponseOptions | null | undefined;
923
+ }
924
+ export interface GetAllObjectsInitialPageResponse {
925
+ interfaceViews: Record<InterfaceTypeRid, Record<ObjectTypeRid, InterfaceView>>;
926
+ nextPageToken?: PageToken | null | undefined;
927
+ objectSetEntities?: ObjectSetEntities | null | undefined;
928
+ results: Array<FoundryObject>;
929
+ totalResults: number;
930
+ usageCost?: UsageCost | null | undefined;
931
+ }
932
+ export interface GetAllObjectsNextPageRequest {
933
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
934
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
935
+ objectSet: ObjectSet;
936
+ objectSetContext: ObjectSetContext;
937
+ pageSize: number;
938
+ pageToken: PageToken;
939
+ propertySet: PropertySetV2;
940
+ responseOptions?: ResponseOptions | null | undefined;
941
+ }
942
+ export interface GetAllObjectsNextPageResponse {
943
+ interfaceViews: Record<InterfaceTypeRid, Record<ObjectTypeRid, InterfaceView>>;
944
+ nextPageToken?: PageToken | null | undefined;
945
+ results: Array<FoundryObject>;
946
+ usageCost?: UsageCost | null | undefined;
947
+ }
948
+ /**
949
+ * A bulk request for getting versioned object sets identified by given versioned object set rids.
950
+ */
951
+ export interface GetBulkLatestVersionRequest {
952
+ versionedObjectSetRids: Array<VersionedObjectSetRid>;
953
+ }
954
+ /**
955
+ * Response to GetBulkLatestVersionRequest, containing a map from from versioned object set rid to responses for queried versioned object sets.
956
+ */
957
+ export interface GetBulkLatestVersionResponse {
958
+ latestVersionResponses: Record<VersionedObjectSetRid, GetBulkLatestVersionResponseEntry>;
959
+ }
960
+ /**
961
+ * Information necessary to identify the latest version of a versioned object set.
962
+ */
963
+ export interface GetBulkLatestVersionResponseEntry {
964
+ latestVersion?: LatestVersionResponse | null | undefined;
965
+ }
966
+ export interface GetBulkLinksPageRequest {
967
+ linksRequests: Array<GetBulkLinksPageRequestEntry>;
968
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
969
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
970
+ objectSetContext: ObjectSetContext;
971
+ pageSize: number;
972
+ pageToken?: GetBulkLinksPageToken | null | undefined;
973
+ responseOptions?: ResponseOptions | null | undefined;
974
+ }
975
+ /**
976
+ * A single query entry for paging links. Query specifies the link types with link side and object selection,
977
+ * where the objects in the object selection are expected to appear on the link side of the corresponding link
978
+ * types.
979
+ */
980
+ export interface GetBulkLinksPageRequestEntry {
981
+ directedLinkTypes: Array<DirectedLinkTypeRid>;
982
+ objects: ObjectsSelection;
983
+ }
984
+ /**
985
+ * Results contains a list of LoadedObjectLinksResultV2 that includes requested ObjectIdentifier and a list of
986
+ * found DirectedFoundryLinks. The sum of all links will not exceed 100_000 in a single page.
987
+ */
988
+ export interface GetBulkLinksPageResponse {
989
+ pageToken?: GetBulkLinksPageToken | null | undefined;
990
+ results: Array<LoadedObjectLinksResultV2>;
991
+ usageCost?: UsageCost | null | undefined;
992
+ }
993
+ export interface GetBulkLinksPageToken_pageToken {
994
+ type: "pageToken";
995
+ pageToken: PageToken;
996
+ }
997
+ /**
998
+ * A token for paging links.
999
+ */
1000
+ export type GetBulkLinksPageToken = GetBulkLinksPageToken_pageToken;
1001
+ /**
1002
+ * A bulk request for getting object sets identified by given object set rids.
1003
+ */
1004
+ export interface GetBulkObjectSetRequest {
1005
+ objectSetRids: Array<ObjectSetRid>;
1006
+ }
1007
+ /**
1008
+ * Response to GetBulkObjectSetRequest, containing a map from object set rid to responses for queried object sets.
1009
+ */
1010
+ export interface GetBulkObjectSetResponse {
1011
+ objectSetResponses: Record<ObjectSetRid, GetObjectSetResponse>;
1012
+ }
1013
+ export interface GetLinksRequest {
1014
+ directedRelation: DirectedRelation;
1015
+ objectIdentifiers: Array<ObjectIdentifier>;
1016
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
1017
+ objectSetContext: ObjectSetContext;
1018
+ pageSize: number;
1019
+ responseOptions?: ResponseOptions | null | undefined;
1020
+ }
1021
+ export interface GetLinksResponse {
1022
+ results: Array<ObjectLinksResult>;
1023
+ totalLinks: number;
1024
+ usageCost?: UsageCost | null | undefined;
1025
+ }
1026
+ /**
1027
+ * Initial request to scroll through objects in an ObjectSet.
1028
+ */
1029
+ export interface GetObjectLocatorsInitialScrollRequest {
1030
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1031
+ objectSet: ObjectSet;
1032
+ objectSetContext?: ObjectSetContext | null | undefined;
1033
+ pageSize: number;
1034
+ responseOptions?: ResponseOptions | null | undefined;
1035
+ sort?: Array<PropertySort> | null | undefined;
1036
+ }
1037
+ /**
1038
+ * Subsequent request to scroll through objects in an ObjectSet.
1039
+ */
1040
+ export interface GetObjectLocatorsNextScrollRequest {
1041
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1042
+ responseOptions?: ResponseOptions | null | undefined;
1043
+ scrollId: ScrollId;
1044
+ }
1045
+ export interface GetObjectLocatorsScrollResponse {
1046
+ objectLocators: Array<ObjectLocator>;
1047
+ objectSetEntities?: ObjectSetEntities | null | undefined;
1048
+ scrollId: ScrollId;
1049
+ totalObjects: number;
1050
+ usageCost?: UsageCost | null | undefined;
1051
+ }
1052
+ export interface GetObjectSetResponse {
1053
+ objectSet?: SavedObjectSet | null | undefined;
1054
+ }
1055
+ /**
1056
+ * Initial request to scroll through objects in an ObjectSet.
1057
+ */
1058
+ export interface GetObjectsInitialScrollRequest {
1059
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1060
+ objectSet: ObjectSet;
1061
+ objectSetContext?: ObjectSetContext | null | undefined;
1062
+ pageSize: number;
1063
+ responseOptions?: ResponseOptions | null | undefined;
1064
+ sort?: Array<PropertySort> | null | undefined;
1065
+ }
1066
+ /**
1067
+ * Subsequent request to scroll through objects in an ObjectSet.
1068
+ */
1069
+ export interface GetObjectsNextScrollRequest {
1070
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1071
+ responseOptions?: ResponseOptions | null | undefined;
1072
+ scrollId: ScrollId;
1073
+ }
1074
+ export interface GetObjectsPageRequest {
1075
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1076
+ objectSet: ObjectSet;
1077
+ objectSetContext?: ObjectSetContext | null | undefined;
1078
+ pageSize: number;
1079
+ pageToken?: PageToken | null | undefined;
1080
+ responseOptions?: ResponseOptions | null | undefined;
1081
+ sort?: Array<PropertySort> | null | undefined;
1082
+ }
1083
+ export interface GetObjectsPageResponse {
1084
+ objectRids: Array<ObjectRid>;
1085
+ objectSetEntities?: ObjectSetEntities | null | undefined;
1086
+ pageToken?: PageToken | null | undefined;
1087
+ totalObjects: number;
1088
+ usageCost?: UsageCost | null | undefined;
1089
+ }
1090
+ export interface GetObjectsScrollResponse {
1091
+ objectRids: Array<ObjectRid>;
1092
+ objectSetEntities?: ObjectSetEntities | null | undefined;
1093
+ scrollId: ScrollId;
1094
+ totalObjects: number;
1095
+ usageCost?: UsageCost | null | undefined;
1096
+ }
1097
+ export interface GetObjectTypesRequest {
1098
+ objectSet: ObjectSet;
1099
+ objectSetContext: ObjectSetContext;
1100
+ }
1101
+ /**
1102
+ * The objectTypeIds and objectTypeRids lists are guaranteed to match up. Specifically, the id at objectTypeIds[i] and the rid at objectTypeRids[i] represent the same object type for all i, and the lists are the same length. There are guaranteed to be no duplicates in either list.
1103
+ */
1104
+ export interface GetObjectTypesResponse {
1105
+ objectTypeIds: Array<ObjectTypeId>;
1106
+ objectTypeRids: Array<ObjectTypeRid>;
1107
+ }
1108
+ export interface GetReferencedEntitiesRequest {
1109
+ objectSet: ObjectSet;
1110
+ objectSetContext: ObjectSetContext;
1111
+ }
1112
+ export interface GetReferencedEntitiesResponse {
1113
+ linkTypeRids: Array<LinkTypeRid>;
1114
+ objectTypeRids: Array<ObjectTypeRid>;
1115
+ }
1116
+ export interface GetTopObjectsInitialPageRequest {
1117
+ derivedProperties?: TypedDerivedProperties | null | undefined;
1118
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
1119
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1120
+ objectSet: ObjectSet;
1121
+ objectSetContext: ObjectSetContext;
1122
+ pageSize: number;
1123
+ propertySet: PropertySetV2;
1124
+ referenceSigningOptions?: ReferenceSigningOptions | null | undefined;
1125
+ responseOptions?: ResponseOptions | null | undefined;
1126
+ resultOrdering: ResultOrdering;
1127
+ runtimeDerivedProperties: Record<ObjectTypeId, LegacyDerivedProperties>;
1128
+ }
1129
+ export interface GetTopObjectsInitialPageResponse {
1130
+ interfaceViews: Record<InterfaceTypeRid, Record<ObjectTypeRid, InterfaceView>>;
1131
+ nextPageToken?: PageToken | null | undefined;
1132
+ objectSetEntities?: ObjectSetEntities | null | undefined;
1133
+ results: Array<FoundryObject>;
1134
+ totalResults: number;
1135
+ usageCost?: UsageCost | null | undefined;
1136
+ }
1137
+ export interface GetTopObjectsNextPageRequest {
1138
+ derivedProperties?: TypedDerivedProperties | null | undefined;
1139
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
1140
+ objectPagingResponseOptions?: ObjectPagingResponseOptions | null | undefined;
1141
+ objectSet: ObjectSet;
1142
+ objectSetContext: ObjectSetContext;
1143
+ pageSize: number;
1144
+ pageToken: PageToken;
1145
+ propertySet: PropertySetV2;
1146
+ referenceSigningOptions?: ReferenceSigningOptions | null | undefined;
1147
+ responseOptions?: ResponseOptions | null | undefined;
1148
+ resultOrdering: ResultOrdering;
1149
+ runtimeDerivedProperties: Record<ObjectTypeId, LegacyDerivedProperties>;
1150
+ }
1151
+ export interface GetTopObjectsNextPageResponse {
1152
+ interfaceViews: Record<InterfaceTypeRid, Record<ObjectTypeRid, InterfaceView>>;
1153
+ nextPageToken?: PageToken | null | undefined;
1154
+ results: Array<FoundryObject>;
1155
+ totalResults: number;
1156
+ usageCost?: UsageCost | null | undefined;
1157
+ }
1158
+ /**
1159
+ * An object matches iff the value of the provided property exists and is not null.
1160
+ */
1161
+ export interface HasPropertyAggregationFilter {
1162
+ propertyId: PropertyId;
1163
+ }
1164
+ /**
1165
+ * An object matches a HasPropertyFilter iff it has the provided property and its value is non-null.
1166
+ */
1167
+ export interface HasPropertyFilter {
1168
+ propertyId?: PropertyId | null | undefined;
1169
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1170
+ }
1171
+ /**
1172
+ * Buckets will only be created for values matching the provided regex.
1173
+ *
1174
+ * Throws if the regex pattern is invalid, or longer than 1000 characters.
1175
+ *
1176
+ * Warning: to avoid bad query performance, avoid using wildcard patterns (e.g. `.*`) without prefix or suffix.
1177
+ */
1178
+ export interface IncludeByRegexStringBucketingValueFilter {
1179
+ regex: RegexPattern;
1180
+ }
1181
+ /**
1182
+ * Buckets will only be created for the provided values.
1183
+ */
1184
+ export interface IncludeValuesStringBucketingValueFilter {
1185
+ values: Array<string>;
1186
+ }
1187
+ /**
1188
+ * A filter value whose type is integer.
1189
+ */
1190
+ export type IntegerFilterValue = number;
1191
+ /**
1192
+ * An object property value whose type is integer.
1193
+ */
1194
+ export type IntegerPropertyValue = number;
1195
+ /**
1196
+ * Object Set containing all objects of object types which implement the supplied interface or a child interface
1197
+ * of it.
1198
+ */
1199
+ export interface InterfaceBaseObjectSet {
1200
+ interfaceTypeRid: InterfaceTypeRid;
1201
+ }
1202
+ /**
1203
+ * ObjectSet containing all objects that are linked to the Interface objects in provided object set via
1204
+ * an Interface Link Type, and are on the opposite side of the Interface objects in the object set. The provided
1205
+ * object set's scope must contain the Interface that is being searched around. If performed on Object Types
1206
+ * implementing the Interface, the object set must be first cast to the Interface with AsTypeObjectSet.
1207
+ */
1208
+ export interface InterfaceLinkSearchAroundObjectSet {
1209
+ interfaceLinkTypeRid: InterfaceLinkTypeRid;
1210
+ objectSet: ObjectSet;
1211
+ }
1212
+ /**
1213
+ * Resource Identifier of an interface link type.
1214
+ */
1215
+ export type InterfaceLinkTypeRid = string;
1216
+ /**
1217
+ * An object matches an InterfaceTypeFilter iff the set of interfaces it implements contains the provided
1218
+ * interface.
1219
+ */
1220
+ export interface InterfaceTypeFilter {
1221
+ interfaceTypeRid: InterfaceTypeRid;
1222
+ }
1223
+ /**
1224
+ * Resource Identifier of an interface type.
1225
+ */
1226
+ export type InterfaceTypeRid = string;
1227
+ export type InterfaceTypeTemplateId = TemplateId;
1228
+ /**
1229
+ * Views of how an object type implements an interface. This is a mapping from the
1230
+ * interface property type required by an interface to the object type's property type that fulfills
1231
+ * this requirement.
1232
+ */
1233
+ export interface InterfaceView {
1234
+ view: Record<SharedPropertyTypeRid, PropertyTypeRid>;
1235
+ }
1236
+ /**
1237
+ * Object Set containing objects present in all provided Object Sets. When the provided Object Sets have
1238
+ * different types, the objects along with the interface views of all interfaces involved in the
1239
+ * intersection are returned.
1240
+ *
1241
+ * For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
1242
+ * provided in the response will contain the views for each object type that implements both the Drivable and
1243
+ * Flyable interfaces.
1244
+ */
1245
+ export interface IntersectedObjectSet {
1246
+ objectSets: Array<ObjectSet>;
1247
+ }
1248
+ /**
1249
+ * A date or time interval.
1250
+ */
1251
+ export interface Interval {
1252
+ unit: TimeUnit;
1253
+ value: number;
1254
+ }
1255
+ /**
1256
+ * An ordering by aggregation keys.
1257
+ */
1258
+ export interface KeyOrdering {
1259
+ direction: OrderingDirection;
1260
+ }
1261
+ /**
1262
+ * WARNING: this feature is supported only for object types stored in Object Storage V2
1263
+ *
1264
+ * ObjectSet containing the top k objects with propertyId nearest to the given vector.
1265
+ */
1266
+ export interface KnnObjectSet {
1267
+ kValue: number;
1268
+ objectSet: ObjectSet;
1269
+ propertyId?: PropertyId | null | undefined;
1270
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1271
+ vector: Vector;
1272
+ }
1273
+ /**
1274
+ * ObjectSet containing the top k objects with propertyId nearest to the given vector.
1275
+ */
1276
+ export interface KnnObjectSetV2 {
1277
+ kValue: number;
1278
+ objectSet: ObjectSet;
1279
+ propertyId?: PropertyId | null | undefined;
1280
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1281
+ query: KnnQuery;
1282
+ }
1283
+ export interface KnnQuery_vector {
1284
+ type: "vector";
1285
+ vector: Vector;
1286
+ }
1287
+ export interface KnnQuery_text {
1288
+ type: "text";
1289
+ text: string;
1290
+ }
1291
+ /**
1292
+ * Supported ways to query using knn. Can either use a vector directly, or use text which will get embedding using
1293
+ * the model specified in the Ontology.
1294
+ */
1295
+ export type KnnQuery = KnnQuery_vector | KnnQuery_text;
1296
+ export interface LatestVersionResponse {
1297
+ latestObjectSetRid: ObjectSetRid;
1298
+ latestVersion: ObjectSetVersion;
1299
+ }
1300
+ /**
1301
+ * A collection of derived properties that can be referenced in an object set or aggregation.
1302
+ * They are ephemeral and only exist for the lifetime of a request.
1303
+ */
1304
+ export type LegacyDerivedProperties = Record<PropertyId, DerivedPropertyDefinition>;
1305
+ export interface LinkDefinition_nativeLink {
1306
+ type: "nativeLink";
1307
+ nativeLink: NativeLinkDefinition;
1308
+ }
1309
+ export interface LinkDefinition_methodLink {
1310
+ type: "methodLink";
1311
+ methodLink: MethodLinkDefinition;
1312
+ }
1313
+ /**
1314
+ * Describes which objects are linked together.
1315
+ * Formally, link can be modelled as a function `f: object -> ObjectSet`
1316
+ * Links can be defined statically at write-time or dynamically as a result of a computation.
1317
+ */
1318
+ export type LinkDefinition = LinkDefinition_nativeLink | LinkDefinition_methodLink;
1319
+ /**
1320
+ * A collection of values of a property.
1321
+ */
1322
+ export interface LinkedCollection {
1323
+ limit: number;
1324
+ property: PropertyIdentifier;
1325
+ }
1326
+ /**
1327
+ * Total count of objects
1328
+ */
1329
+ export interface LinkedCountMetric {}
1330
+ /**
1331
+ * A property to compute a dispersion metric for.
1332
+ */
1333
+ export interface LinkedDispersionMetric {
1334
+ method: LinkedDispersionMetricMethod;
1335
+ property?: DerivedPropertyDefinition | null | undefined;
1336
+ propertyId?: PropertyId | null | undefined;
1337
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1338
+ }
1339
+ /**
1340
+ * Method to be used to provide final value for standard deviation or variance.
1341
+ * Use POPULATION when you have the entire set of data to work with OR
1342
+ * Use SAMPLE when you have an incomplete set of data (with at least 2 values) to work with.
1343
+ * An in depth explanation here: https://en.wikipedia.org/wiki/Bessel%27s_correction
1344
+ */
1345
+ export type LinkedDispersionMetricMethod = "POPULATION" | "SAMPLE";
1346
+ /**
1347
+ * A derived property that references a property on a linked object.
1348
+ * The linked object is specified by a link type and direction.
1349
+ *
1350
+ * NB: The contract for this derived property is that it may not change the cardinality of the source object set.
1351
+ * This means that only one-to-one and one-to-many link types are supported. Additionally, the target property
1352
+ * must be on the 'one' side of the link in the latter case.
1353
+ *
1354
+ * If the desired target property is on the 'many' side of a link, then either a linked objects aggregation
1355
+ * should be considered, or the link direction should be reversed (one-to-many case only).
1356
+ */
1357
+ export interface LinkedObjectPropertyDefinition {
1358
+ relationId?: RelationId | null | undefined;
1359
+ relationIdentifier?: RelationIdentifier | null | undefined;
1360
+ relationSide?: LinkedPropertyRelationSide | null | undefined;
1361
+ targetObjectSet: ObjectSet;
1362
+ targetProperty?: DerivedPropertyDefinition | null | undefined;
1363
+ targetPropertyId?: PropertyId | null | undefined;
1364
+ }
1365
+ /**
1366
+ * A derived property that references an aggregation on a set of linked objects.
1367
+ * The linked objects are specified by a link type and direction.
1368
+ */
1369
+ export interface LinkedObjectsAggregationPropertyDefinition {
1370
+ metric: DerivedPropertyAggregation;
1371
+ relationId?: RelationId | null | undefined;
1372
+ relationIdentifier?: RelationIdentifier | null | undefined;
1373
+ relationSide: LinkedPropertyRelationSide;
1374
+ targetObjectSet: ObjectSet;
1375
+ }
1376
+ /**
1377
+ * A property to compute a percentile metric for.
1378
+ */
1379
+ export interface LinkedPercentileMetric {
1380
+ percentile: number | "NaN" | "Infinity" | "-Infinity";
1381
+ property?: DerivedPropertyDefinition | null | undefined;
1382
+ propertyId?: PropertyId | null | undefined;
1383
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1384
+ }
1385
+ /**
1386
+ * A derived property that references a property on a linked object.
1387
+ * The linked object is specified by a LinkDefinition.
1388
+ */
1389
+ export interface LinkedPropertyDefinition {
1390
+ linkDefinition: LinkDefinition;
1391
+ linkedPropertyIdentifier: PropertyIdentifier;
1392
+ }
1393
+ /**
1394
+ * A property to compute a metric for.
1395
+ */
1396
+ export interface LinkedPropertyMetric {
1397
+ property?: DerivedPropertyDefinition | null | undefined;
1398
+ propertyId?: PropertyId | null | undefined;
1399
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1400
+ }
1401
+ /**
1402
+ * Side of a relation linking to a linked derived property.
1403
+ *
1404
+ * For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
1405
+ * TARGET corresponds to object type B.
1406
+ *
1407
+ * For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
1408
+ * many link definition, and TARGET corresponds to the MANY (or foreign key) side.
1409
+ * WARNING: In the self-referential one-to-many join case, this is inverted.
1410
+ */
1411
+ export type LinkedPropertyRelationSide = "SOURCE" | "TARGET";
1412
+ /**
1413
+ * Side of a link.
1414
+ *
1415
+ * For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
1416
+ * TARGET corresponds to object type B.
1417
+ *
1418
+ * For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
1419
+ * many link definition, and TARGET corresponds to the MANY (or foreign key) side.
1420
+ * WARNING: In the self-referential one-to-many join case, this is inverted.
1421
+ */
1422
+ export type LinkSide = "SOURCE" | "TARGET";
1423
+ /**
1424
+ * A unique identifier of a link type.
1425
+ */
1426
+ export type LinkTypeRid = string;
1427
+ /**
1428
+ * Successful links retrieval result for a requested object.
1429
+ */
1430
+ export interface LoadedObjectLinksResult {
1431
+ links: Array<FoundryLink>;
1432
+ objectIdentifier: ObjectIdentifier;
1433
+ }
1434
+ /**
1435
+ * Successful links retrieval result for a requested object.
1436
+ */
1437
+ export interface LoadedObjectLinksResultV2 {
1438
+ links: Array<DirectedFoundryLink>;
1439
+ objectIdentifier: ObjectIdentifier;
1440
+ }
1441
+ export interface LoadObjectsRequest {
1442
+ objectIdentifiers: Array<ObjectIdentifier>;
1443
+ objectLoadingResponseOptions?: ObjectLoadingResponseOptions | null | undefined;
1444
+ objectSetContext: ObjectSetContext;
1445
+ propertySet: PropertySetV2;
1446
+ referenceSigningOptions?: ReferenceSigningOptions | null | undefined;
1447
+ responseOptions?: ResponseOptions | null | undefined;
1448
+ }
1449
+ export interface LoadObjectsResponse {
1450
+ results: Array<FoundryObject | null | undefined>;
1451
+ usageCost?: UsageCost | null | undefined;
1452
+ }
1453
+ /**
1454
+ * String representation of a 64-bit long value. This value has no formatting of any kind, and contains only
1455
+ * digits (with an optional leading '-' sign for negative numbers).
1456
+ */
1457
+ export type LongFilterValue = string;
1458
+ /**
1459
+ * String representation of a 64-bit long value. This value has no formatting of any kind, and contains only
1460
+ * digits (with an optional leading '-' sign for negative numbers).
1461
+ */
1462
+ export type LongPropertyValue = string;
1463
+ /**
1464
+ * An object property value representing a marking. This value cannot be used as a primary key.
1465
+ */
1466
+ export type MarkingPropertyValue = string;
1467
+ /**
1468
+ * This static object set was created via materializing some other object set.
1469
+ */
1470
+ export interface MaterializationProvenance {
1471
+ materializationTime: string;
1472
+ objectSetRid: ObjectSetRid;
1473
+ }
1474
+ export interface MaterializeObjectSetRequest {
1475
+ objectSetContext?: ObjectSetContext | null | undefined;
1476
+ objectSetRid: ObjectSetRid;
1477
+ securityRid: string;
1478
+ }
1479
+ export interface MaterializeObjectSetResponse {
1480
+ objectSetRid: ObjectSetRid;
1481
+ }
1482
+ /**
1483
+ * Maximum number of buckets to return.
1484
+ */
1485
+ export interface MaxBucketsBucketing {
1486
+ maxBuckets: BucketCountLimit;
1487
+ }
1488
+ /**
1489
+ * The maximum distance between words to consider them to be a match.
1490
+ *
1491
+ * The distance is measured as the minimum number of operations required to change one word into another. Operations consist of insertions,
1492
+ * deletions or substitutions of a single character, or transposition of two adjacent characters. (Damerau–Levenshtein distance)
1493
+ *
1494
+ * The AUTO strategy determines the max edit distance based on the length of the term:
1495
+ * - terms of length {0, 1, 2} must match exactly,
1496
+ * - terms of length {3, 4, 5} have one edit allowed,
1497
+ * - terms longer than 5 have two edits allowed.
1498
+ *
1499
+ * AUTO should generally be the preferred value for the edit distance.
1500
+ */
1501
+ export type MaxEditDistance = "AUTO" | "LEVENSHTEIN_ZERO" | "LEVENSHTEIN_ONE" | "LEVENSHTEIN_TWO";
1502
+ /**
1503
+ * 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.
1504
+ * This token will only be present if explicitly requested by the client by setting `referenceSigningOptions.signMediaReferences` to true in the endpoints that support it.
1505
+ * This token can only be generated for media items that are backed by a media set view datasource.
1506
+ * This token will not be generated for media items in arrays.
1507
+ * NOTE: This token is generated for the calling user and should not be shared.
1508
+ */
1509
+ export type MediaItemReadToken = string;
1510
+ /**
1511
+ * Reference to a media set item containing the media
1512
+ */
1513
+ export interface MediaItemReference {
1514
+ mediaItemRid: MediaItemRid;
1515
+ mediaSetRid: MediaSetRid;
1516
+ }
1517
+ /**
1518
+ * The identifier of the media item in the media set backing the media
1519
+ */
1520
+ export type MediaItemRid = string;
1521
+ /**
1522
+ * A reference to an immutable piece of media.
1523
+ */
1524
+ export interface MediaReference {
1525
+ mimeType: MimeType;
1526
+ reference: MediaValueReference;
1527
+ }
1528
+ /**
1529
+ * An object property value that represents a MediaReference.
1530
+ */
1531
+ export type MediaReferencePropertyValue = MediaReference;
1532
+ /**
1533
+ * The identifier of the media set backing the media
1534
+ */
1535
+ export type MediaSetRid = string;
1536
+ /**
1537
+ * The identifier of the media set view backing the media
1538
+ */
1539
+ export type MediaSetViewRid = string;
1540
+ export interface MediaValueReference_mediaItem {
1541
+ type: "mediaItem";
1542
+ mediaItem: MediaItemReference;
1543
+ }
1544
+ export interface MediaValueReference_mediaViewItem {
1545
+ type: "mediaViewItem";
1546
+ mediaViewItem: MediaViewItemReference;
1547
+ }
1548
+ export interface MediaValueReference_datasetFile {
1549
+ type: "datasetFile";
1550
+ datasetFile: DatasetFileReference;
1551
+ }
1552
+ /**
1553
+ * A reference to media contained in either a media set or a dataset.
1554
+ */
1555
+ export type MediaValueReference = MediaValueReference_mediaItem | MediaValueReference_mediaViewItem | MediaValueReference_datasetFile;
1556
+ /**
1557
+ * Reference to a media set view item containing the media
1558
+ */
1559
+ export interface MediaViewItemReference {
1560
+ mediaItemRid: MediaItemRid;
1561
+ mediaSetRid: MediaSetRid;
1562
+ mediaSetViewRid: MediaSetViewRid;
1563
+ token?: MediaItemReadToken | null | undefined;
1564
+ }
1565
+ /**
1566
+ * Object Set which has not yet been resolved into a concrete definition and acts as a method input parameter.
1567
+ *
1568
+ * Allows for constructing object-sets which can act as methods.
1569
+ *
1570
+ * An attempt to compute such object-set in object loading or aggregation endpoints will end up with an error.
1571
+ */
1572
+ export interface MethodInputObjectSet {}
1573
+ /**
1574
+ * Defines links computed at runtime based on the supplied object set method.
1575
+ */
1576
+ export interface MethodLinkDefinition {
1577
+ method: ObjectSet;
1578
+ }
1579
+ export interface Metric_count {
1580
+ type: "count";
1581
+ count: CountMetric;
1582
+ }
1583
+ export interface Metric_avg {
1584
+ type: "avg";
1585
+ avg: PropertyMetric;
1586
+ }
1587
+ export interface Metric_max {
1588
+ type: "max";
1589
+ max: PropertyMetric;
1590
+ }
1591
+ export interface Metric_min {
1592
+ type: "min";
1593
+ min: PropertyMetric;
1594
+ }
1595
+ export interface Metric_sum {
1596
+ type: "sum";
1597
+ sum: PropertyMetric;
1598
+ }
1599
+ export interface Metric_percentile {
1600
+ type: "percentile";
1601
+ percentile: PercentileMetric;
1602
+ }
1603
+ export interface Metric_cardinality {
1604
+ type: "cardinality";
1605
+ cardinality: PropertyMetric;
1606
+ }
1607
+ export interface Metric_exactCardinality {
1608
+ type: "exactCardinality";
1609
+ exactCardinality: PropertyMetric;
1610
+ }
1611
+ export interface Metric_standardDeviation {
1612
+ type: "standardDeviation";
1613
+ standardDeviation: DispersionMetric;
1614
+ }
1615
+ export interface Metric_variance {
1616
+ type: "variance";
1617
+ variance: DispersionMetric;
1618
+ }
1619
+ export interface Metric_boundingBox {
1620
+ type: "boundingBox";
1621
+ boundingBox: BoundingBoxMetric;
1622
+ }
1623
+ /**
1624
+ * An aggregation function and what it should be computed on (e.g. a property).
1625
+ */
1626
+ export type Metric = Metric_count | Metric_avg | Metric_max | Metric_min | Metric_sum | Metric_percentile | Metric_cardinality | Metric_exactCardinality | Metric_standardDeviation | Metric_variance | Metric_boundingBox;
1627
+ /**
1628
+ * Identifier of a metric.
1629
+ */
1630
+ export type MetricName = string;
1631
+ /**
1632
+ * The result of a named metric.
1633
+ */
1634
+ export type MetricResult = number | "NaN" | "Infinity" | "-Infinity";
1635
+ /**
1636
+ * A grouping of items that collects metrics for each bucket, and possibly has sub-aggregations.
1637
+ */
1638
+ export interface MetricsAggregation {
1639
+ dimension: Dimension;
1640
+ filter?: AggregationFilter | null | undefined;
1641
+ metrics: Record<MetricName, Metric>;
1642
+ ordering: Array<Ordering>;
1643
+ subAggregations: Record<AggregationName, Aggregation>;
1644
+ }
1645
+ /**
1646
+ * Expected to match mime format from https://www.iana.org/assignments/media-types/media-types.xhtml
1647
+ */
1648
+ export type MimeType = string;
1649
+ /**
1650
+ * This filter analyzes the query string.
1651
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
1652
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
1653
+ *
1654
+ * An object matches a MultiMatchFilter iff the tokens for the specified query match exactly
1655
+ * any of the tokens from values in the properties specified in the PropertySet.
1656
+ *
1657
+ * For example, a query with "The Quick Brown Fox" for a property with the default analyzer
1658
+ * queries for `"the" OR "quick" OR "brown" OR "fox"`, so would match "The brown fox jumped over the fence".
1659
+ *
1660
+ * Additional Japanese query behavior:
1661
+ *
1662
+ * Custom tokenization gets applied against properties that use the standard analyzer
1663
+ * if the query includes at least one Han or hiragana character
1664
+ * and contains no characters that are not Han, hiragana, katakana, alphanumerics, or punctuation.
1665
+ *
1666
+ * In the custom tokenization, a sequence of the following characters is considered one token: Han and
1667
+ * hiragana, katakana, alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
1668
+ * tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231."
1669
+ *
1670
+ * Each token is treated as a PhraseFilter, so any multi-token Japanese query string results in
1671
+ * AndFilter or OrFilter of PhraseFilters, depending upon the MultiMatch operator used.
1672
+ * The PhraseFilter's PhraseMatch mode is determined by the following rules:
1673
+ *
1674
+ * - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
1675
+ * - If the last token is a Han/hiragana sequence, PhraseMatchMode.PHRASE gets applied to the token.
1676
+ * - If the last token is katakana or alphanumeric, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
1677
+ *
1678
+ * If all properties uses the standard analyzer, the And/Or of PhraseFilters is applied across all properties,
1679
+ * which means that if multiple properties are included in the PropertySet, the operator is AND, and the full set
1680
+ * of tokens in the query exists across the PropertySet properties, the Japanese behavior will return a match,
1681
+ * even if the full set of tokens are not present within the value of any one property,
1682
+ */
1683
+ export interface MultiMatchFilter {
1684
+ fuzziness?: Fuzziness | null | undefined;
1685
+ fuzzy?: boolean | null | undefined;
1686
+ operator?: MultiMatchFilterOperator | null | undefined;
1687
+ propertySet: PropertySet;
1688
+ query: string;
1689
+ }
1690
+ /**
1691
+ * AND or OR.
1692
+ */
1693
+ export type MultiMatchFilterOperator = "AND" | "OR";
1694
+ /**
1695
+ * Ordering based on values of a property with a specified property id which can be present on multiple object
1696
+ * types. May also reference derived properties.
1697
+ * Sorting is not allowed on any ARRAY or GEOHASH properties as defined in the Ontology.
1698
+ * Sorting on string properties is only allowed as long as the property is marked as supporting exact matching
1699
+ * in the Ontology.
1700
+ * Do note that in case of multi-object-type object sets, the property has to exist on all involved object types
1701
+ * and has to be of the same type.
1702
+ */
1703
+ export interface MultiObjectTypePropertyOrdering {
1704
+ order: SortOrder;
1705
+ propertyId?: PropertyId | null | undefined;
1706
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
1707
+ }
1708
+ /**
1709
+ * The current user's attributes under the given key. This resolves to a list of values.
1710
+ */
1711
+ export interface MultipassAttribute {
1712
+ key: MultipassAttributeKey;
1713
+ }
1714
+ /**
1715
+ * The key of the Multipass attribute.
1716
+ */
1717
+ export type MultipassAttributeKey = string;
1718
+ /**
1719
+ * The current user's Multipass user id.
1720
+ */
1721
+ export interface MultipassUserId {}
1722
+ /**
1723
+ * Defines links based on the supplied relation identifier.
1724
+ */
1725
+ export interface NativeLinkDefinition {
1726
+ linkedRelationSide?: LinkedPropertyRelationSide | null | undefined;
1727
+ relationIdentifier: RelationIdentifier;
1728
+ }
1729
+ /**
1730
+ * An intermediate grouping that does not collect any metrics, but only has sub-aggregations.
1731
+ */
1732
+ export interface NestedAggregation {
1733
+ dimension: Dimension;
1734
+ filter?: AggregationFilter | null | undefined;
1735
+ ordering: Array<KeyOrdering>;
1736
+ subAggregations: Record<AggregationName, Aggregation>;
1737
+ }
1738
+ /**
1739
+ * An object matches this filter iff it does not match the contained filter.
1740
+ */
1741
+ export interface NotAggregationFilter {
1742
+ filter: AggregationFilter;
1743
+ }
1744
+ /**
1745
+ * An object matches a NotFilter iff it does not match the provided filter.
1746
+ */
1747
+ export interface NotFilter {
1748
+ filter: ObjectSetFilter;
1749
+ }
1750
+ export interface NotSupported {}
1751
+ /**
1752
+ * Variant representing a null value. Null values are currently expected to only be returned inside array
1753
+ * property values - no property value will be otherwise returned for properties that do not have a value, or
1754
+ * where that value is null.
1755
+ */
1756
+ export interface NullPropertyValue {}
1757
+ /**
1758
+ * A bucket that data was grouped into and the aggregations computed for the data in that bucket. This bucket does not have a key and represents aggregations computed for data with null value for the corresponding field.
1759
+ */
1760
+ export interface NullValueBucket {
1761
+ metrics: Record<MetricName, MetricResult | null | undefined>;
1762
+ subAggregations: Record<AggregationName, SubAggregateResult>;
1763
+ }
1764
+ /**
1765
+ * An operation on two property nodes for the purposes of defining a derived property.
1766
+ */
1767
+ export interface NumericBinaryOperation {
1768
+ leftOperand: NumericOutputCalculation;
1769
+ rightOperand: NumericOutputCalculation;
1770
+ }
1771
+ export interface NumericBucketing_fixedBucketCount {
1772
+ type: "fixedBucketCount";
1773
+ fixedBucketCount: FixedBucketCountBucketing;
1774
+ }
1775
+ export interface NumericBucketing_fixedWidth {
1776
+ type: "fixedWidth";
1777
+ fixedWidth: FixedWidthBucketing;
1778
+ }
1779
+ export interface NumericBucketing_range {
1780
+ type: "range";
1781
+ range: RangeBucketing;
1782
+ }
1783
+ /**
1784
+ * Bucketing based upon a numeric property
1785
+ */
1786
+ export type NumericBucketing = NumericBucketing_fixedBucketCount | NumericBucketing_fixedWidth | NumericBucketing_range;
1787
+ export interface NumericLiteral_double {
1788
+ type: "double";
1789
+ double: DoubleLiteral;
1790
+ }
1791
+ /**
1792
+ * A literal value for the purposes of defining a derived property via a numeric operation.
1793
+ */
1794
+ export type NumericLiteral = NumericLiteral_double;
1795
+ export interface NumericOperation_add {
1796
+ type: "add";
1797
+ add: NumericBinaryOperation;
1798
+ }
1799
+ export interface NumericOperation_subtract {
1800
+ type: "subtract";
1801
+ subtract: NumericBinaryOperation;
1802
+ }
1803
+ export interface NumericOperation_divide {
1804
+ type: "divide";
1805
+ divide: NumericBinaryOperation;
1806
+ }
1807
+ export interface NumericOperation_multiply {
1808
+ type: "multiply";
1809
+ multiply: NumericBinaryOperation;
1810
+ }
1811
+ export interface NumericOperation_negate {
1812
+ type: "negate";
1813
+ negate: NumericUnaryOperation;
1814
+ }
1815
+ export interface NumericOperation_absolute {
1816
+ type: "absolute";
1817
+ absolute: NumericUnaryOperation;
1818
+ }
1819
+ export interface NumericOperation_max {
1820
+ type: "max";
1821
+ max: NumericBinaryOperation;
1822
+ }
1823
+ export interface NumericOperation_min {
1824
+ type: "min";
1825
+ min: NumericBinaryOperation;
1826
+ }
1827
+ /**
1828
+ * An operation on one or two property nodes for the purposes of defining a derived property.
1829
+ */
1830
+ export type NumericOperation = NumericOperation_add | NumericOperation_subtract | NumericOperation_divide | NumericOperation_multiply | NumericOperation_negate | NumericOperation_absolute | NumericOperation_max | NumericOperation_min;
1831
+ export interface NumericOutputCalculation_operation {
1832
+ type: "operation";
1833
+ operation: NumericOperation;
1834
+ }
1835
+ export interface NumericOutputCalculation_literal {
1836
+ type: "literal";
1837
+ literal: NumericLiteral;
1838
+ }
1839
+ export interface NumericOutputCalculation_propertyId {
1840
+ type: "propertyId";
1841
+ propertyId: PropertyId;
1842
+ }
1843
+ export interface NumericOutputCalculation_property {
1844
+ type: "property";
1845
+ property: DerivedPropertyDefinition;
1846
+ }
1847
+ export interface NumericOutputCalculation_fromDateTimeCalculation {
1848
+ type: "fromDateTimeCalculation";
1849
+ fromDateTimeCalculation: DateTimeToNumericCalculation;
1850
+ }
1851
+ /**
1852
+ * A calculation node that is used to define a derived property via a numeric operation.
1853
+ */
1854
+ export type NumericOutputCalculation = NumericOutputCalculation_operation | NumericOutputCalculation_literal | NumericOutputCalculation_propertyId | NumericOutputCalculation_property | NumericOutputCalculation_fromDateTimeCalculation;
1855
+ /**
1856
+ * An operation on one property node for the purposes of defining a derived property.
1857
+ */
1858
+ export interface NumericUnaryOperation {
1859
+ operand: NumericOutputCalculation;
1860
+ }
1861
+ export interface ObjectIdentifier_objectRid {
1862
+ type: "objectRid";
1863
+ objectRid: ObjectRid;
1864
+ }
1865
+ export interface ObjectIdentifier_objectLocatorV2 {
1866
+ type: "objectLocatorV2";
1867
+ objectLocatorV2: ObjectLocatorV2;
1868
+ }
1869
+ /**
1870
+ * Information necessary to uniquely identify an object.
1871
+ */
1872
+ export type ObjectIdentifier = ObjectIdentifier_objectRid | ObjectIdentifier_objectLocatorV2;
1873
+ export interface ObjectLinksResult_loaded {
1874
+ type: "loaded";
1875
+ loaded: LoadedObjectLinksResult;
1876
+ }
1877
+ /**
1878
+ * Links retrieval result for a requested object.
1879
+ */
1880
+ export type ObjectLinksResult = ObjectLinksResult_loaded;
1881
+ /**
1882
+ * Optional features to toggle when generating the object loading response.
1883
+ */
1884
+ export interface ObjectLoadingResponseOptions {
1885
+ shouldLoadObjectRids?: boolean | null | undefined;
1886
+ }
1887
+ /**
1888
+ * Information necessary to uniquely identify an object.
1889
+ */
1890
+ export interface ObjectLocator {
1891
+ objectPrimaryKey: ObjectPrimaryKey;
1892
+ objectTypeId: ObjectTypeId;
1893
+ }
1894
+ /**
1895
+ * Information necessary to uniquely identify an object.
1896
+ */
1897
+ export interface ObjectLocatorV2 {
1898
+ objectPrimaryKey: ObjectPrimaryKeyV2;
1899
+ objectTypeRid: ObjectTypeRid;
1900
+ }
1901
+ /**
1902
+ * Optional features to toggle when generating paging responses.
1903
+ */
1904
+ export interface ObjectPagingResponseOptions {
1905
+ enableMemoryBasedPaging: boolean;
1906
+ requireConsistentPaging?: boolean | null | undefined;
1907
+ }
1908
+ /**
1909
+ * The primary key of an object.
1910
+ */
1911
+ export type ObjectPrimaryKey = Record<PropertyId, any>;
1912
+ /**
1913
+ * The primary key of an object.
1914
+ */
1915
+ export type ObjectPrimaryKeyV2 = Record<PropertyTypeRid, PropertyValue>;
1916
+ /**
1917
+ * Resource identifier of an object.
1918
+ */
1919
+ export type ObjectRid = string;
1920
+ export interface ObjectSet_base {
1921
+ type: "base";
1922
+ base: BaseObjectSet;
1923
+ }
1924
+ export interface ObjectSet_interfaceBase {
1925
+ type: "interfaceBase";
1926
+ interfaceBase: InterfaceBaseObjectSet;
1927
+ }
1928
+ export interface ObjectSet_static {
1929
+ type: "static";
1930
+ static: StaticObjectSet;
1931
+ }
1932
+ export interface ObjectSet_referenced {
1933
+ type: "referenced";
1934
+ referenced: ReferencedObjectSet;
1935
+ }
1936
+ export interface ObjectSet_filtered {
1937
+ type: "filtered";
1938
+ filtered: FilteredObjectSet;
1939
+ }
1940
+ export interface ObjectSet_intersected {
1941
+ type: "intersected";
1942
+ intersected: IntersectedObjectSet;
1943
+ }
1944
+ export interface ObjectSet_subtracted {
1945
+ type: "subtracted";
1946
+ subtracted: SubtractedObjectSet;
1947
+ }
1948
+ export interface ObjectSet_unioned {
1949
+ type: "unioned";
1950
+ unioned: UnionedObjectSet;
1951
+ }
1952
+ export interface ObjectSet_searchAround {
1953
+ type: "searchAround";
1954
+ searchAround: SearchAroundObjectSet;
1955
+ }
1956
+ export interface ObjectSet_softLinkSearchAround {
1957
+ type: "softLinkSearchAround";
1958
+ softLinkSearchAround: SoftLinkSearchAroundObjectSet;
1959
+ }
1960
+ export interface ObjectSet_interfaceLinkSearchAround {
1961
+ type: "interfaceLinkSearchAround";
1962
+ interfaceLinkSearchAround: InterfaceLinkSearchAroundObjectSet;
1963
+ }
1964
+ export interface ObjectSet_asType {
1965
+ type: "asType";
1966
+ asType: AsTypeObjectSet;
1967
+ }
1968
+ export interface ObjectSet_asBaseObjectTypes {
1969
+ type: "asBaseObjectTypes";
1970
+ asBaseObjectTypes: AsBaseObjectTypesObjectSet;
1971
+ }
1972
+ export interface ObjectSet_knn {
1973
+ type: "knn";
1974
+ knn: KnnObjectSet;
1975
+ }
1976
+ export interface ObjectSet_knnV2 {
1977
+ type: "knnV2";
1978
+ knnV2: KnnObjectSetV2;
1979
+ }
1980
+ export interface ObjectSet_methodInput {
1981
+ type: "methodInput";
1982
+ methodInput: MethodInputObjectSet;
1983
+ }
1984
+ export interface ObjectSet_withProperties {
1985
+ type: "withProperties";
1986
+ withProperties: WithPropertiesObjectSet;
1987
+ }
1988
+ /**
1989
+ * Supported Object Sets and Object Set operations. Refer to documentation of a particular Object Set for details.
1990
+ */
1991
+ export 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;
1992
+ export interface ObjectSetBlockCreationError_multipassAttributesNotSupported {
1993
+ type: "multipassAttributesNotSupported";
1994
+ multipassAttributesNotSupported: ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported;
1995
+ }
1996
+ export interface ObjectSetBlockCreationError_notFound {
1997
+ type: "notFound";
1998
+ notFound: ObjectSetBlockCreationErrorNotFound;
1999
+ }
2000
+ export interface ObjectSetBlockCreationError_referencedObjectSetNotFound {
2001
+ type: "referencedObjectSetNotFound";
2002
+ referencedObjectSetNotFound: ObjectSetBlockCreationErrorReferencedObjectSetNotFound;
2003
+ }
2004
+ export interface ObjectSetBlockCreationError_staticObjectSetsNotSupported {
2005
+ type: "staticObjectSetsNotSupported";
2006
+ staticObjectSetsNotSupported: ObjectSetBlockCreationErrorStaticObjectSetsNotSupported;
2007
+ }
2008
+ export interface ObjectSetBlockCreationError_runtimeDerivedPropertiesNotSupported {
2009
+ type: "runtimeDerivedPropertiesNotSupported";
2010
+ runtimeDerivedPropertiesNotSupported: ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported;
2011
+ }
2012
+ export type ObjectSetBlockCreationError = ObjectSetBlockCreationError_multipassAttributesNotSupported | ObjectSetBlockCreationError_notFound | ObjectSetBlockCreationError_referencedObjectSetNotFound | ObjectSetBlockCreationError_staticObjectSetsNotSupported | ObjectSetBlockCreationError_runtimeDerivedPropertiesNotSupported;
2013
+ export interface ObjectSetBlockCreationErrorMultipassAttributeKeysNotSupported {}
2014
+ export interface ObjectSetBlockCreationErrorNotFound {
2015
+ objectSetRid: ObjectSetRid;
2016
+ }
2017
+ export interface ObjectSetBlockCreationErrorReferencedObjectSetNotFound {
2018
+ objectSetRid: ObjectSetRid;
2019
+ }
2020
+ export interface ObjectSetBlockCreationErrorRuntimeDerivedPropertiesNotSupported {}
2021
+ export interface ObjectSetBlockCreationErrorStaticObjectSetsNotSupported {}
2022
+ export interface ObjectSetBlockData_v1 {
2023
+ type: "v1";
2024
+ v1: ObjectSetBlockDataV1;
2025
+ }
2026
+ export type ObjectSetBlockData = ObjectSetBlockData_v1;
2027
+ /**
2028
+ * The data generated by packaging all the object sets contained in a single ObjectSetCreateBlockRequest request
2029
+ * to market place. The request can contain multiple object sets, which are packaged into a single
2030
+ * SingleObjectSetBlockData block.
2031
+ */
2032
+ export interface ObjectSetBlockDataV1 {
2033
+ singleObjectSetBlockDatas: Array<SingleObjectSetBlockData>;
2034
+ }
2035
+ /**
2036
+ * This is serialized as a compass url variable key, as well as the value of the `objectSetType` key.
2037
+ */
2038
+ export type ObjectSetCompassType = "PARAMETERIZED_DYNAMIC_OBJECT_SET" | "DYNAMIC_OBJECT_SET" | "STATIC_OBJECT_SET";
2039
+ /**
2040
+ * Additional context used to execute object set request queries.
2041
+ */
2042
+ export interface ObjectSetContext {
2043
+ forkRid?: ForkRid | null | undefined;
2044
+ objectSetFilterContext?: ObjectSetFilterContext | null | undefined;
2045
+ ontologyBranchRid?: OntologyBranchRid | null | undefined;
2046
+ owningRid?: OwningRid | null | undefined;
2047
+ reportUsage?: boolean | null | undefined;
2048
+ snapshotId?: SnapshotId | null | undefined;
2049
+ workstateRid?: WorkstateRid | null | undefined;
2050
+ }
2051
+ /**
2052
+ * The entities used within an object set. i.e. object type rids, link type rids, and interface type rids.
2053
+ *
2054
+ * Note that relations belonging to an object set can change over time - this information should be treated as
2055
+ * dynamic and should not be persisted or treated as immutable.
2056
+ *
2057
+ * This result includes all object type rids that implements the included interface types.
2058
+ */
2059
+ export interface ObjectSetEntities {
2060
+ interfaceTypeRids: Array<InterfaceTypeRid>;
2061
+ linkTypeRids: Array<LinkTypeRid>;
2062
+ objectTypeRids: Array<ObjectTypeRid>;
2063
+ }
2064
+ export interface ObjectSetFilter_or {
2065
+ type: "or";
2066
+ or: OrFilter;
2067
+ }
2068
+ export interface ObjectSetFilter_and {
2069
+ type: "and";
2070
+ and: AndFilter;
2071
+ }
2072
+ export interface ObjectSetFilter_not {
2073
+ type: "not";
2074
+ not: NotFilter;
2075
+ }
2076
+ export interface ObjectSetFilter_range {
2077
+ type: "range";
2078
+ range: RangeFilter;
2079
+ }
2080
+ export interface ObjectSetFilter_wildcard {
2081
+ type: "wildcard";
2082
+ wildcard: WildcardFilter;
2083
+ }
2084
+ export interface ObjectSetFilter_terms {
2085
+ type: "terms";
2086
+ terms: TermsFilter;
2087
+ }
2088
+ export interface ObjectSetFilter_exactMatch {
2089
+ type: "exactMatch";
2090
+ exactMatch: ExactMatchFilter;
2091
+ }
2092
+ export interface ObjectSetFilter_phrase {
2093
+ type: "phrase";
2094
+ phrase: PhraseFilter;
2095
+ }
2096
+ export interface ObjectSetFilter_prefixOnLastToken {
2097
+ type: "prefixOnLastToken";
2098
+ prefixOnLastToken: PrefixOnLastTokenFilter;
2099
+ }
2100
+ export interface ObjectSetFilter_geoBoundingBox {
2101
+ type: "geoBoundingBox";
2102
+ geoBoundingBox: GeoBoundingBoxFilter;
2103
+ }
2104
+ export interface ObjectSetFilter_geoDistance {
2105
+ type: "geoDistance";
2106
+ geoDistance: GeoDistanceFilter;
2107
+ }
2108
+ export interface ObjectSetFilter_geoPolygon {
2109
+ type: "geoPolygon";
2110
+ geoPolygon: GeoPolygonFilter;
2111
+ }
2112
+ export interface ObjectSetFilter_geoShape {
2113
+ type: "geoShape";
2114
+ geoShape: GeoShapeFilter;
2115
+ }
2116
+ export interface ObjectSetFilter_objectType {
2117
+ type: "objectType";
2118
+ objectType: ObjectTypeFilter;
2119
+ }
2120
+ export interface ObjectSetFilter_interfaceType {
2121
+ type: "interfaceType";
2122
+ interfaceType: InterfaceTypeFilter;
2123
+ }
2124
+ export interface ObjectSetFilter_hasProperty {
2125
+ type: "hasProperty";
2126
+ hasProperty: HasPropertyFilter;
2127
+ }
2128
+ export interface ObjectSetFilter_linkPresence {
2129
+ type: "linkPresence";
2130
+ linkPresence: ApproximateLinkPresenceFilter;
2131
+ }
2132
+ export interface ObjectSetFilter_objectSetLink {
2133
+ type: "objectSetLink";
2134
+ objectSetLink: ObjectSetLinkFilter;
2135
+ }
2136
+ export interface ObjectSetFilter_objectSetInterfaceLink {
2137
+ type: "objectSetInterfaceLink";
2138
+ objectSetInterfaceLink: ObjectSetInterfaceLinkFilter;
2139
+ }
2140
+ export interface ObjectSetFilter_multiMatch {
2141
+ type: "multiMatch";
2142
+ multiMatch: MultiMatchFilter;
2143
+ }
2144
+ export interface ObjectSetFilter_relativeDateRange {
2145
+ type: "relativeDateRange";
2146
+ relativeDateRange: RelativeDateRangeFilter;
2147
+ }
2148
+ export interface ObjectSetFilter_relativeTimeRange {
2149
+ type: "relativeTimeRange";
2150
+ relativeTimeRange: RelativeTimeRangeFilter;
2151
+ }
2152
+ export interface ObjectSetFilter_parameterizedRange {
2153
+ type: "parameterizedRange";
2154
+ parameterizedRange: ParameterizedRangeFilter;
2155
+ }
2156
+ export interface ObjectSetFilter_parameterizedWildcard {
2157
+ type: "parameterizedWildcard";
2158
+ parameterizedWildcard: ParameterizedWildcardFilter;
2159
+ }
2160
+ export interface ObjectSetFilter_parameterizedTerms {
2161
+ type: "parameterizedTerms";
2162
+ parameterizedTerms: ParameterizedTermsFilter;
2163
+ }
2164
+ export interface ObjectSetFilter_parameterizedExactMatch {
2165
+ type: "parameterizedExactMatch";
2166
+ parameterizedExactMatch: ParameterizedExactMatchFilter;
2167
+ }
2168
+ export interface ObjectSetFilter_parameterizedPrefixOnLastToken {
2169
+ type: "parameterizedPrefixOnLastToken";
2170
+ parameterizedPrefixOnLastToken: ParameterizedPrefixOnLastTokenFilter;
2171
+ }
2172
+ export interface ObjectSetFilter_userContext {
2173
+ type: "userContext";
2174
+ userContext: UserContextFilter;
2175
+ }
2176
+ /**
2177
+ * Filter to be applied to an Object Set. Refer to documentation of a particular ObjectSetFilter for details.
2178
+ */
2179
+ export type ObjectSetFilter = ObjectSetFilter_or | ObjectSetFilter_and | ObjectSetFilter_not | ObjectSetFilter_range | ObjectSetFilter_wildcard | ObjectSetFilter_terms | ObjectSetFilter_exactMatch | ObjectSetFilter_phrase | ObjectSetFilter_prefixOnLastToken | ObjectSetFilter_geoBoundingBox | ObjectSetFilter_geoDistance | ObjectSetFilter_geoPolygon | ObjectSetFilter_geoShape | ObjectSetFilter_objectType | ObjectSetFilter_interfaceType | ObjectSetFilter_hasProperty | ObjectSetFilter_linkPresence | ObjectSetFilter_objectSetLink | ObjectSetFilter_objectSetInterfaceLink | ObjectSetFilter_multiMatch | ObjectSetFilter_relativeDateRange | ObjectSetFilter_relativeTimeRange | ObjectSetFilter_parameterizedRange | ObjectSetFilter_parameterizedWildcard | ObjectSetFilter_parameterizedTerms | ObjectSetFilter_parameterizedExactMatch | ObjectSetFilter_parameterizedPrefixOnLastToken | ObjectSetFilter_userContext;
2180
+ /**
2181
+ * Overrides for unresolved filter parameters in used parameterized object set filters.
2182
+ */
2183
+ export interface ObjectSetFilterContext {
2184
+ parameterOverrides: Record<UnresolvedFilterParameterId, FilterValue>;
2185
+ }
2186
+ /**
2187
+ * Matches iff it contains a link to any object in the provided objectSet, along the provided Interface Link
2188
+ * Type specified by the InterfaceLinkTypeRid, and if the starting object is on the SOURCE side of the
2189
+ * Interface Link Type.
2190
+ *
2191
+ * The SOURCE side is the Interface Type that the Interface Link Type belongs to.
2192
+ */
2193
+ export interface ObjectSetInterfaceLinkFilter {
2194
+ interfaceLinkTypeRid: InterfaceLinkTypeRid;
2195
+ objectSet: ObjectSet;
2196
+ }
2197
+ /**
2198
+ * Matches iff it contains a link to any object in the provided objectSet, along the provided RelationId, and if
2199
+ * the starting object is on the provided RelationSide of the relation.
2200
+ */
2201
+ export interface ObjectSetLinkFilter {
2202
+ objectSet: ObjectSet;
2203
+ relationId: RelationId;
2204
+ relationSide: RelationSide;
2205
+ }
2206
+ /**
2207
+ * Resource identifier of an Object Set.
2208
+ */
2209
+ export type ObjectSetRid = string;
2210
+ export type ObjectSetTemplateId = TemplateId;
2211
+ /**
2212
+ * A specific version of a versioned object set. Resolves to a concrete object set.
2213
+ */
2214
+ export type ObjectSetVersion = string;
2215
+ export interface ObjectsSelection_objects {
2216
+ type: "objects";
2217
+ objects: Array<ObjectIdentifier>;
2218
+ }
2219
+ /**
2220
+ * Union type for selecting objects to be queried along links.
2221
+ */
2222
+ export type ObjectsSelection = ObjectsSelection_objects;
2223
+ /**
2224
+ * Dimension where objects get divided into buckets based on their object type.
2225
+ */
2226
+ export interface ObjectTypeDimension {
2227
+ bucketing: MaxBucketsBucketing;
2228
+ }
2229
+ /**
2230
+ * An object matches an ObjectTypeFilter iff its ObjectTypeId matches the provided ObjectTypeId.
2231
+ */
2232
+ export interface ObjectTypeFilter {
2233
+ objectTypeId: ObjectTypeId;
2234
+ }
2235
+ /**
2236
+ * Id of an object type.
2237
+ */
2238
+ export type ObjectTypeId = string;
2239
+ export interface ObjectTypeOrInterfaceTypeIdentifier_objectTypeRid {
2240
+ type: "objectTypeRid";
2241
+ objectTypeRid: ObjectTypeRid;
2242
+ }
2243
+ export interface ObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid {
2244
+ type: "interfaceTypeRid";
2245
+ interfaceTypeRid: InterfaceTypeRid;
2246
+ }
2247
+ /**
2248
+ * Identifier of an object type or interface type.
2249
+ */
2250
+ export type ObjectTypeOrInterfaceTypeIdentifier = ObjectTypeOrInterfaceTypeIdentifier_objectTypeRid | ObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid;
2251
+ /**
2252
+ * A unique identifier of an object type.
2253
+ */
2254
+ export type ObjectTypeRid = string;
2255
+ export type ObjectTypeTemplateId = TemplateId;
2256
+ export interface ObjectVersion_v1 {
2257
+ type: "v1";
2258
+ v1: ObjectVersionV1;
2259
+ }
2260
+ /**
2261
+ * Version of the returned object.
2262
+ * It is guaranteed that the object has not changed as long as the returned value is the same.
2263
+ */
2264
+ export type ObjectVersion = ObjectVersion_v1;
2265
+ /**
2266
+ * Token representing a version of the returned object.
2267
+ */
2268
+ export type ObjectVersionV1 = string;
2269
+ /**
2270
+ * A unique identifier for an ontology branch.
2271
+ */
2272
+ export type OntologyBranchRid = string;
2273
+ /**
2274
+ * List of ontology types that can be selected to allowlist which properties to return during a query.
2275
+ */
2276
+ export type OntologyTypeSelection = "ALL_PRIMITIVE_PROPERTY_TYPES" | "ARRAY" | "GEOSHAPE" | "GEOTIME_SERIES_REFERENCE" | "MARKING" | "MEDIA_REFERENCE" | "VECTOR" | "CIPHER" | "STRUCT";
2277
+ /**
2278
+ * The ontology version associated with an entity.
2279
+ */
2280
+ export type OntologyVersion = string;
2281
+ /**
2282
+ * An object matches this filter iff it matches at least one of the contained filters.
2283
+ */
2284
+ export interface OrAggregationFilter {
2285
+ filters: Array<AggregationFilter>;
2286
+ }
2287
+ export interface Ordering_keyOrdering {
2288
+ type: "keyOrdering";
2289
+ keyOrdering: KeyOrdering;
2290
+ }
2291
+ export interface Ordering_valueOrdering {
2292
+ type: "valueOrdering";
2293
+ valueOrdering: ValueOrdering;
2294
+ }
2295
+ /**
2296
+ * How sorting buckets should be ordered.
2297
+ */
2298
+ export type Ordering = Ordering_keyOrdering | Ordering_valueOrdering;
2299
+ /**
2300
+ * Either ascending or descending.
2301
+ */
2302
+ export type OrderingDirection = "ASCENDING" | "DESCENDING";
2303
+ /**
2304
+ * An ObjectSetFilter used to combine multiple ObjectSetFilters.
2305
+ * An object matches an OrFilter iff it matches at least one of the filters.
2306
+ */
2307
+ export interface OrFilter {
2308
+ filters: Array<ObjectSetFilter>;
2309
+ }
2310
+ /**
2311
+ * Resource identifier of a gatekeeper resource which OSS can use to permission additional metadata about
2312
+ * the execution of requests.
2313
+ * For requests that run with Backend.HIGHBURY, this owning rid will be used as Spark Reporter's
2314
+ * "owning rid" and therefore anyone who has the "foundry:read-data" operation on this rid as well as the
2315
+ * data involved in the queried object set will be able to see associated metadata, for example spark query
2316
+ * plans and rdd graphs.
2317
+ * For requests which require embeddings generation through LMS, this owning rid will be used as the attribution
2318
+ * rid for the request to LMS. If no owning rid is provided, user attribution is used instead for the LMS request.
2319
+ */
2320
+ export type OwningRid = string;
2321
+ /**
2322
+ * A reference to the next page of results.
2323
+ */
2324
+ export type PageToken = string;
2325
+ /**
2326
+ * An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
2327
+ * If the property is of string type, the index for that property must define a .raw multifield of type keyword.
2328
+ * If no terms are provided, this filter will match ALL objects.
2329
+ */
2330
+ export interface ParameterizedExactMatchFilter {
2331
+ propertyId?: PropertyId | null | undefined;
2332
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2333
+ terms: Array<FilterParameter>;
2334
+ }
2335
+ /**
2336
+ * Behaves the same as PrefixOnLastTokenFilter, except the query is parameterized.
2337
+ *
2338
+ * Consult PrefixOnLastTokenFilter docs for more details.
2339
+ */
2340
+ export interface ParameterizedPrefixOnLastTokenFilter {
2341
+ propertyIdentifier: PropertyIdentifier;
2342
+ query: FilterParameter;
2343
+ }
2344
+ /**
2345
+ * An object matches a RangeFilter iff the value of the provided property is within provided bounds.
2346
+ */
2347
+ export interface ParameterizedRangeFilter {
2348
+ gt?: FilterParameter | null | undefined;
2349
+ gte?: FilterParameter | null | undefined;
2350
+ lt?: FilterParameter | null | undefined;
2351
+ lte?: FilterParameter | null | undefined;
2352
+ propertyId?: PropertyId | null | undefined;
2353
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2354
+ }
2355
+ /**
2356
+ * An object matches a TermsFilter iff the analyzed value of the provided property matches any of the provided
2357
+ * terms, or in case when no property is provided - iff analyzed value of any of the native properties matches
2358
+ * any of the provided terms; runtime derived properties will be ignored.
2359
+ *
2360
+ * If no terms are provided, this filter will match ALL objects.
2361
+ */
2362
+ export interface ParameterizedTermsFilter {
2363
+ propertyId?: PropertyId | null | undefined;
2364
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2365
+ terms: Array<FilterParameter>;
2366
+ }
2367
+ /**
2368
+ * An object matches a WildcardFilter iff the value of the provided property matches the provided term, or in
2369
+ * case when no property is provided - iff any of the native properties match the provided term; runtime derived
2370
+ * properties will be ignored.
2371
+ */
2372
+ export interface ParameterizedWildcardFilter {
2373
+ propertyId?: PropertyId | null | undefined;
2374
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2375
+ term: FilterParameter;
2376
+ }
2377
+ /**
2378
+ * A property to compute a percentile metric for.
2379
+ */
2380
+ export interface PercentileMetric {
2381
+ filter?: AggregationFilter | null | undefined;
2382
+ percentile: number | "NaN" | "Infinity" | "-Infinity";
2383
+ propertyId: PropertyId;
2384
+ }
2385
+ /**
2386
+ * This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter is
2387
+ * effectively an ExactMatch filter in PhraseMatchMode.PHRASE mode and a WildcardFilter in
2388
+ * PhraseMatchMode.PHRASE_PREFIX mode.
2389
+ *
2390
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
2391
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
2392
+ *
2393
+ * An object matches a PhraseFilter iff tokens from specified phrase match tokens for the specified property set
2394
+ * according to the PhraseMatchMode specified.
2395
+ *
2396
+ * For example, a query with phrase "The Quick Brown Fox" and PhraseMatchMode.PHRASE for a property with the
2397
+ * default analyzer will match `"the" followed by "quick" followed by "brown" followed by "fox"`.
2398
+ * So this would match "The quick brown fox is climbing the tree",
2399
+ * but not "The Quick brown foxy bear" (does not include term "fox"),
2400
+ * nor "the brown rabbit met the quick fox near the river" (not the expected order of tokens),
2401
+ * nor "the quick smart and fast brown fox" (more terms than expected in-between prior terms).
2402
+ *
2403
+ * With PhraseMatchMode.PHRASE_PREFIX and phrase "The Quick Brown F" for a property with the default analyzer,
2404
+ * the query would match `"the" followed by "quick" followed by "brown" followed by "f*"`.
2405
+ * However, note that "f*" has a behavior different than the wildcard filter:
2406
+ *
2407
+ * - Against Phonograph, this will result in a `match_phrase_prefix` Elasticsearch query, which means that
2408
+ * "f*" matches only the first 50 tokens, in alphabetical order, that begin with "f" amongst all tokens for
2409
+ * all values for the specified properties.
2410
+ * - Against Highbury, this will use a lucene `SpanNearQuery`, which has the same behavior.
2411
+ *
2412
+ * So this filter could not match an object with "I saw the quick brown fox climbing the tree" if there more
2413
+ * than 50 tokens that start with "f" before "fox", e.g. "face", "fail", "fair".
2414
+ * We recommend using the `PrefixOnLastTokenFilter` instead, which does not have the same token order guarantees
2415
+ * as the phrase filter, but does allow for a wildcard matches on the last term.
2416
+ *
2417
+ * Unless MultiMatchFilter and PrefixOnLastTokenFilter, PhraseFilter has no special behavior for Japanese
2418
+ * text queries, because results match user expectations without the need for extra logic.
2419
+ */
2420
+ export interface PhraseFilter {
2421
+ matchMode?: PhraseMatchMode | null | undefined;
2422
+ phrase: string;
2423
+ propertySet?: PropertySet | null | undefined;
2424
+ }
2425
+ /**
2426
+ * Defines how phrase search matches results.
2427
+ */
2428
+ export type PhraseMatchMode = "PHRASE" | "PHRASE_PREFIX";
2429
+ /**
2430
+ * This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter
2431
+ * effectively works like a simple prefix query and the query string isn't tokenized.
2432
+ *
2433
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
2434
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
2435
+ *
2436
+ * An object matches a PrefixOnLastTokenFilter iff the tokens for the specified query match all tokens from
2437
+ * the specified property, using exact match for every token except for the last, and prefix match for the last
2438
+ * token.
2439
+ * Ordering of tokens in the query string is not checked when performing the matches.
2440
+ * If the field is not analyzed, the filter will be equivalent to a Wildcard filter, as we analyze the query
2441
+ * string with the property analyzer (which is identity for a non-analyzed property).
2442
+ *
2443
+ * For example, a query with "The Quick Brown F" for a property with the default analyzer queries for
2444
+ * `"the" AND "quick" AND "brown" AND "f*"`, so would match "the brown fox reached the quick rabbit" but not
2445
+ * "the fox quickly jumped over the brown fence".
2446
+ *
2447
+ * Only works on string properties. OSS will throw an exception if the property type is not string.
2448
+ *
2449
+ * Additional Japanese query behavior:
2450
+ *
2451
+ * Custom tokenization gets applied iff a filter has Japanese query string and uses standard analyzer. If it uses
2452
+ * non-standard analyzer, it does not tokenize the string, assuming the given analyzer can handle Japanese query.
2453
+ *
2454
+ * In the custom tokenization, a sequence of the following characters is considered as one token: Han and
2455
+ * Hiragana, Katakana, Alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
2456
+ * tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231" using JapaneseTokenization.
2457
+ *
2458
+ * Each tokenized string are treated as PhraseFilter, so any multi-token Japanese query string results in
2459
+ * AndFilter of PhraseFilters of each token. Also, in tokenized AndFilter, phrase mode for each token
2460
+ * PhraseFilter depends on its character type it sets the phrase mode is set following the rules below:
2461
+ *
2462
+ * - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
2463
+ * - If the last token is Han and Hiragana, PhraseMatchMode.PHRASE gets applied to the token.
2464
+ * - If the last token is Katakana or Alphanumerics, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
2465
+ */
2466
+ export interface PrefixOnLastTokenFilter {
2467
+ propertyId?: PropertyId | null | undefined;
2468
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2469
+ query: string;
2470
+ }
2471
+ /**
2472
+ * Indicates that all suggested values should match a PrefixOnLastTokenFilter on the suggest property with the
2473
+ * given query.
2474
+ */
2475
+ export interface PrefixOnLastTokenSuggestInput {
2476
+ query: string;
2477
+ }
2478
+ /**
2479
+ * Specifies the primary key property of an object type which is present on all object types.
2480
+ */
2481
+ export interface PrimaryKeyProperty {}
2482
+ /**
2483
+ * API name of a property type or shared property type.
2484
+ */
2485
+ export type PropertyApiName = string;
2486
+ /**
2487
+ * Id of a property.
2488
+ */
2489
+ export type PropertyId = string;
2490
+ export interface PropertyIdentifier_propertyId {
2491
+ type: "propertyId";
2492
+ propertyId: PropertyId;
2493
+ }
2494
+ export interface PropertyIdentifier_propertyApiName {
2495
+ type: "propertyApiName";
2496
+ propertyApiName: PropertyApiName;
2497
+ }
2498
+ export interface PropertyIdentifier_structFieldSelector {
2499
+ type: "structFieldSelector";
2500
+ structFieldSelector: StructFieldSelector;
2501
+ }
2502
+ export interface PropertyIdentifier_titleProperty {
2503
+ type: "titleProperty";
2504
+ titleProperty: TitleProperty;
2505
+ }
2506
+ export interface PropertyIdentifier_primaryKeyProperty {
2507
+ type: "primaryKeyProperty";
2508
+ primaryKeyProperty: PrimaryKeyProperty;
2509
+ }
2510
+ /**
2511
+ * Identifier of a property.
2512
+ */
2513
+ export type PropertyIdentifier = PropertyIdentifier_propertyId | PropertyIdentifier_propertyApiName | PropertyIdentifier_structFieldSelector | PropertyIdentifier_titleProperty | PropertyIdentifier_primaryKeyProperty;
2514
+ /**
2515
+ * A set of PropertyIdentifiers. May also reference runtime derived properties.
2516
+ */
2517
+ export interface PropertyIdentifiersPropertySelection {
2518
+ propertyIdentifiers: Array<PropertyIdentifier>;
2519
+ }
2520
+ /**
2521
+ * A set of PropertyIds referencing Ontology properties and / or runtime derived properties.
2522
+ */
2523
+ export interface PropertyIdPropertySelection {
2524
+ propertyIds: Array<PropertyId>;
2525
+ }
2526
+ /**
2527
+ * A mapping from the property of one ObjectType to the property of another. The two properties must share
2528
+ * the same Shared Property Type. One of the properties must be a primary key.
2529
+ */
2530
+ export interface PropertyMapping {
2531
+ fromProperty: PropertyTypeIdentifier;
2532
+ toProperty: PropertyTypeIdentifier;
2533
+ }
2534
+ /**
2535
+ * A property to compute a metric for.
2536
+ */
2537
+ export interface PropertyMetric {
2538
+ filter?: AggregationFilter | null | undefined;
2539
+ propertyId: PropertyId;
2540
+ }
2541
+ export interface PropertyOrdering_multiObjectTypeProperty {
2542
+ type: "multiObjectTypeProperty";
2543
+ multiObjectTypeProperty: MultiObjectTypePropertyOrdering;
2544
+ }
2545
+ export interface PropertyOrdering_singleObjectTypeProperty {
2546
+ type: "singleObjectTypeProperty";
2547
+ singleObjectTypeProperty: SingleObjectTypePropertyOrdering;
2548
+ }
2549
+ /**
2550
+ * Ordering which causes objects to be returned in a specific order on the basis of the values of a property.
2551
+ */
2552
+ export type PropertyOrdering = PropertyOrdering_multiObjectTypeProperty | PropertyOrdering_singleObjectTypeProperty;
2553
+ export interface PropertySelection_propertyId {
2554
+ type: "propertyId";
2555
+ propertyId: PropertyIdPropertySelection;
2556
+ }
2557
+ export interface PropertySelection_propertyIdentifier {
2558
+ type: "propertyIdentifier";
2559
+ propertyIdentifier: PropertyIdentifiersPropertySelection;
2560
+ }
2561
+ export interface PropertySelection_propertyTypeRid {
2562
+ type: "propertyTypeRid";
2563
+ propertyTypeRid: PropertyTypeRidPropertySelection;
2564
+ }
2565
+ /**
2566
+ * Specify a subset of properties by PropertyId.
2567
+ */
2568
+ export type PropertySelection = PropertySelection_propertyId | PropertySelection_propertyIdentifier | PropertySelection_propertyTypeRid;
2569
+ export interface PropertySet_propertyWhitelist {
2570
+ type: "propertyWhitelist";
2571
+ propertyWhitelist: PropertyWhitelistPropertySet;
2572
+ }
2573
+ export interface PropertySet_allProperties {
2574
+ type: "allProperties";
2575
+ allProperties: AllPropertiesPropertySet;
2576
+ }
2577
+ /**
2578
+ * Specification of a subset of properties to use.
2579
+ */
2580
+ export type PropertySet = PropertySet_propertyWhitelist | PropertySet_allProperties;
2581
+ export interface PropertySetV2_selected {
2582
+ type: "selected";
2583
+ selected: SelectedPropertiesPropertySetV2;
2584
+ }
2585
+ export interface PropertySetV2_selectedTypes {
2586
+ type: "selectedTypes";
2587
+ selectedTypes: SelectedTypesOrPropertiesPropertySetV2;
2588
+ }
2589
+ export interface PropertySetV2_allProperties {
2590
+ type: "allProperties";
2591
+ allProperties: AllPropertiesPropertySetV2;
2592
+ }
2593
+ /**
2594
+ * Specification of a subset of properties to load.
2595
+ */
2596
+ export type PropertySetV2 = PropertySetV2_selected | PropertySetV2_selectedTypes | PropertySetV2_allProperties;
2597
+ /**
2598
+ * Describes how an object set should be sorted by a property.
2599
+ *
2600
+ * For array properties, ASCENDING order compares the min element of the arrays, DESCENDING the max.
2601
+ */
2602
+ export interface PropertySort {
2603
+ propertyId?: PropertyId | null | undefined;
2604
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2605
+ sortOrder: SortOrder;
2606
+ }
2607
+ export type PropertyTemplateId = TemplateId;
2608
+ /**
2609
+ * An identifier of a PropertyType including the ObjectTypeRid it belongs to.
2610
+ */
2611
+ export interface PropertyTypeIdentifier {
2612
+ objectTypeRid: ObjectTypeRid;
2613
+ propertyTypeRid: PropertyTypeRid;
2614
+ }
2615
+ /**
2616
+ * A unique identifier of a property type.
2617
+ */
2618
+ export type PropertyTypeRid = string;
2619
+ /**
2620
+ * A set of PropertyTypeRids.
2621
+ */
2622
+ export interface PropertyTypeRidPropertySelection {
2623
+ propertyTypeRids: Array<PropertyTypeRid>;
2624
+ }
2625
+ export interface PropertyValue_array {
2626
+ type: "array";
2627
+ array: ArrayPropertyValue;
2628
+ }
2629
+ export interface PropertyValue_attachment {
2630
+ type: "attachment";
2631
+ attachment: AttachmentPropertyValue;
2632
+ }
2633
+ export interface PropertyValue_boolean {
2634
+ type: "boolean";
2635
+ boolean: BooleanPropertyValue;
2636
+ }
2637
+ export interface PropertyValue_cipherText {
2638
+ type: "cipherText";
2639
+ cipherText: CipherTextPropertyValue;
2640
+ }
2641
+ export interface PropertyValue_date {
2642
+ type: "date";
2643
+ date: DatePropertyValue;
2644
+ }
2645
+ export interface PropertyValue_decimal {
2646
+ type: "decimal";
2647
+ decimal: DecimalPropertyValue;
2648
+ }
2649
+ export interface PropertyValue_double {
2650
+ type: "double";
2651
+ double: DoublePropertyValue;
2652
+ }
2653
+ export interface PropertyValue_geoPoint {
2654
+ type: "geoPoint";
2655
+ geoPoint: GeoPointPropertyValue;
2656
+ }
2657
+ export interface PropertyValue_geoShape {
2658
+ type: "geoShape";
2659
+ geoShape: GeoShapePropertyValue;
2660
+ }
2661
+ export interface PropertyValue_geotimeSeriesReference {
2662
+ type: "geotimeSeriesReference";
2663
+ geotimeSeriesReference: GeotimeSeriesReferencePropertyValue;
2664
+ }
2665
+ export interface PropertyValue_integer {
2666
+ type: "integer";
2667
+ integer: IntegerPropertyValue;
2668
+ }
2669
+ export interface PropertyValue_long {
2670
+ type: "long";
2671
+ long: LongPropertyValue;
2672
+ }
2673
+ export interface PropertyValue_marking {
2674
+ type: "marking";
2675
+ marking: MarkingPropertyValue;
2676
+ }
2677
+ export interface PropertyValue_mediaReference {
2678
+ type: "mediaReference";
2679
+ mediaReference: MediaReferencePropertyValue;
2680
+ }
2681
+ export interface PropertyValue_null {
2682
+ type: "null";
2683
+ null: NullPropertyValue;
2684
+ }
2685
+ export interface PropertyValue_string {
2686
+ type: "string";
2687
+ string: StringPropertyValue;
2688
+ }
2689
+ export interface PropertyValue_struct {
2690
+ type: "struct";
2691
+ struct: StructPropertyValue;
2692
+ }
2693
+ export interface PropertyValue_timeDependent {
2694
+ type: "timeDependent";
2695
+ timeDependent: TimeDependentPropertyValue;
2696
+ }
2697
+ export interface PropertyValue_timestamp {
2698
+ type: "timestamp";
2699
+ timestamp: TimestampPropertyValue;
2700
+ }
2701
+ export interface PropertyValue_vector {
2702
+ type: "vector";
2703
+ vector: VectorPropertyValue;
2704
+ }
2705
+ /**
2706
+ * The value of an object property.
2707
+ */
2708
+ export 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;
2709
+ /**
2710
+ * Dimension where objects get divided into buckets based on the value of a property.
2711
+ */
2712
+ export interface PropertyValueDimension {
2713
+ bucketing: Bucketing;
2714
+ propertyId: PropertyId;
2715
+ }
2716
+ /**
2717
+ * Ordering which causes objects to be returned in an order determined by values of provided properties in set
2718
+ * order. If property ordering is empty, the results will be sorted in an unspecified but deterministic order
2719
+ */
2720
+ export interface PropertyValueResultOrdering {
2721
+ propertyOrdering: Array<PropertyOrdering>;
2722
+ }
2723
+ /**
2724
+ * Use a specified subset of properties.
2725
+ */
2726
+ export interface PropertyWhitelistPropertySet {
2727
+ properties: Array<PropertyId>;
2728
+ propertyIdentifiers?: Array<PropertyIdentifier> | null | undefined;
2729
+ }
2730
+ /**
2731
+ * Codex seriesId qualified with a time series syncRid
2732
+ */
2733
+ export interface QualifiedSeriesIdPropertyValue {
2734
+ seriesId: SeriesIdPropertyValue;
2735
+ syncRid: TimeSeriesSyncRid;
2736
+ }
2737
+ /**
2738
+ * An object matches iff the value of the provided property is within the provided bounds.
2739
+ */
2740
+ export interface RangeAggregationFilter {
2741
+ gt?: RangeAggregationFilterValue | null | undefined;
2742
+ gte?: RangeAggregationFilterValue | null | undefined;
2743
+ lt?: RangeAggregationFilterValue | null | undefined;
2744
+ lte?: RangeAggregationFilterValue | null | undefined;
2745
+ propertyId: PropertyId;
2746
+ }
2747
+ export interface RangeAggregationFilterValue_integer {
2748
+ type: "integer";
2749
+ integer: IntegerFilterValue;
2750
+ }
2751
+ export interface RangeAggregationFilterValue_long {
2752
+ type: "long";
2753
+ long: LongFilterValue;
2754
+ }
2755
+ export interface RangeAggregationFilterValue_double {
2756
+ type: "double";
2757
+ double: DoubleFilterValue;
2758
+ }
2759
+ export interface RangeAggregationFilterValue_decimal {
2760
+ type: "decimal";
2761
+ decimal: DecimalFilterValue;
2762
+ }
2763
+ export interface RangeAggregationFilterValue_date {
2764
+ type: "date";
2765
+ date: DateFilterValue;
2766
+ }
2767
+ export interface RangeAggregationFilterValue_timestamp {
2768
+ type: "timestamp";
2769
+ timestamp: TimestampFilterValue;
2770
+ }
2771
+ /**
2772
+ * A value used by a range aggregation filter to compare to object fields when filtering objects.
2773
+ */
2774
+ export type RangeAggregationFilterValue = RangeAggregationFilterValue_integer | RangeAggregationFilterValue_long | RangeAggregationFilterValue_double | RangeAggregationFilterValue_decimal | RangeAggregationFilterValue_date | RangeAggregationFilterValue_timestamp;
2775
+ /**
2776
+ * Bucketing dividing objects into buckets according to specified ranges.
2777
+ */
2778
+ export interface RangeBucketing {
2779
+ ranges: Array<BucketRange>;
2780
+ shouldCreateNullValueBucket?: boolean | null | undefined;
2781
+ }
2782
+ /**
2783
+ * An object matches a RangeFilter iff the value of the provided property is within provided bounds.
2784
+ */
2785
+ export interface RangeFilter {
2786
+ gt?: any | null | undefined;
2787
+ gte?: any | null | undefined;
2788
+ lt?: any | null | undefined;
2789
+ lte?: any | null | undefined;
2790
+ propertyId?: PropertyId | null | undefined;
2791
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2792
+ }
2793
+ /**
2794
+ * Object Set referencing a saved Object Set with a given ObjectSetRid.
2795
+ */
2796
+ export interface ReferencedObjectSet {
2797
+ objectSetRid: ObjectSetRid;
2798
+ }
2799
+ /**
2800
+ * Options for signing references.
2801
+ */
2802
+ export interface ReferenceSigningOptions {
2803
+ signMediaReferences?: boolean | null | undefined;
2804
+ }
2805
+ /**
2806
+ * A regular expression is a way to match patterns in data using placeholder characters.
2807
+ */
2808
+ export type RegexPattern = string;
2809
+ /**
2810
+ * Id of a relation.
2811
+ */
2812
+ export type RelationId = string;
2813
+ export interface RelationIdentifier_relationId {
2814
+ type: "relationId";
2815
+ relationId: RelationId;
2816
+ }
2817
+ export interface RelationIdentifier_interfaceLinkType {
2818
+ type: "interfaceLinkType";
2819
+ interfaceLinkType: InterfaceLinkTypeRid;
2820
+ }
2821
+ /**
2822
+ * Identifier of a relation.
2823
+ *
2824
+ * Note: this is currently under development and is not supported!
2825
+ */
2826
+ export type RelationIdentifier = RelationIdentifier_relationId | RelationIdentifier_interfaceLinkType;
2827
+ /**
2828
+ * Side of a relation.
2829
+ *
2830
+ * For many-to-many link types SOURCE corresponds to object type A in the OMS many to many link definition, and
2831
+ * TARGET corresponds to object type B.
2832
+ *
2833
+ * For one-to-many link types SOURCE generally corresponds to the ONE (or primary key) side in the OMS one to
2834
+ * many link definition, and TARGET corresponds to the MANY (or foreign key) side.
2835
+ * WARNING: In the self-referential one-to-many join case, this is inverted.
2836
+ */
2837
+ export type RelationSide = "SOURCE" | "TARGET" | "EITHER";
2838
+ export type RelationTemplateId = TemplateId;
2839
+ /**
2840
+ * An object matches a RelativeDateRangeFilter iff the value of the provided date property is within the provided
2841
+ * time range.
2842
+ */
2843
+ export interface RelativeDateRangeFilter {
2844
+ propertyId?: PropertyId | null | undefined;
2845
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2846
+ sinceRelativePointInTime?: RelativePointInTime | null | undefined;
2847
+ timeZoneId: TimeZoneId;
2848
+ untilRelativePointInTime?: RelativePointInTime | null | undefined;
2849
+ }
2850
+ /**
2851
+ * A point in time specified in terms of distance from the time of query.
2852
+ */
2853
+ export interface RelativePointInTime {
2854
+ timeUnit: RelativeTimeUnit;
2855
+ value: number;
2856
+ }
2857
+ /**
2858
+ * An object matches a RelativeTimeRangeFilter iff the value of the provided timestamp property is within the
2859
+ * provided time range.
2860
+ */
2861
+ export interface RelativeTimeRangeFilter {
2862
+ propertyId?: PropertyId | null | undefined;
2863
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
2864
+ sinceRelativeMillis?: number | null | undefined;
2865
+ untilRelativeMillis?: number | null | undefined;
2866
+ }
2867
+ /**
2868
+ * A relative time unit
2869
+ */
2870
+ export type RelativeTimeUnit = "DAY" | "WEEK" | "MONTH" | "YEAR";
2871
+ /**
2872
+ * Ordering which causes objects to be returned in an order which represents how closely they matched filters
2873
+ * present in an object set.
2874
+ * Please note that no such guarantees are provided whenever an object set contains objects of multiple types.
2875
+ */
2876
+ export interface RelevancyResultOrdering {}
2877
+ /**
2878
+ * A resolved filter parameter.
2879
+ */
2880
+ export interface ResolvedFilterParameter {
2881
+ value: FilterValue;
2882
+ }
2883
+ /**
2884
+ * Optional features to enable when generating the response.
2885
+ */
2886
+ export interface ResponseOptions {
2887
+ includeObjectSetEntities: boolean;
2888
+ includeUsageCost?: boolean | null | undefined;
2889
+ }
2890
+ export interface ResultOrdering_relevancy {
2891
+ type: "relevancy";
2892
+ relevancy: RelevancyResultOrdering;
2893
+ }
2894
+ export interface ResultOrdering_propertyValue {
2895
+ type: "propertyValue";
2896
+ propertyValue: PropertyValueResultOrdering;
2897
+ }
2898
+ export interface ResultOrdering_unspecified {
2899
+ type: "unspecified";
2900
+ unspecified: UnspecifiedResultOrdering;
2901
+ }
2902
+ /**
2903
+ * Describes how results should be ordered.
2904
+ */
2905
+ export type ResultOrdering = ResultOrdering_relevancy | ResultOrdering_propertyValue | ResultOrdering_unspecified;
2906
+ /**
2907
+ * A container for all aggregations to compute in a batch.
2908
+ */
2909
+ export interface RootAggregation {
2910
+ metrics: Record<MetricName, Metric>;
2911
+ subAggregations: Record<AggregationName, Aggregation>;
2912
+ }
2913
+ /**
2914
+ * Object Set along with a resource identifier used to permission it.
2915
+ */
2916
+ export interface SavedObjectSet {
2917
+ objectSet: ObjectSet;
2918
+ securityRid: string;
2919
+ }
2920
+ /**
2921
+ * A scroll id that should be used to retrieve further pages of objects.
2922
+ */
2923
+ export type ScrollId = string;
2924
+ /**
2925
+ * ObjectSet containing all objects that are linked to objects in provided object set, and are
2926
+ * on the opposite side of the provided relation side (or in case of either, any of the sides).
2927
+ */
2928
+ export interface SearchAroundObjectSet {
2929
+ objectSet: ObjectSet;
2930
+ relationId: RelationId;
2931
+ relationSide: RelationSide;
2932
+ }
2933
+ export type SecurityRidTemplateId = TemplateId;
2934
+ /**
2935
+ * Use a specified subset of properties.
2936
+ */
2937
+ export interface SelectedPropertiesPropertySetV2 {
2938
+ propertySelection: PropertySelection;
2939
+ }
2940
+ /**
2941
+ * Specify a subset of properties by their types.
2942
+ *
2943
+ * Specific propertyId and propertyRids can be optionally specified to be included regardless of the selected
2944
+ * ontology types.
2945
+ *
2946
+ * Runtime derived properties must be explicitly selected, regardless of their property type.
2947
+ */
2948
+ export interface SelectedTypesOrPropertiesPropertySetV2 {
2949
+ propertyOntologyTypes: Array<OntologyTypeSelection>;
2950
+ propertySelection?: PropertySelection | null | undefined;
2951
+ }
2952
+ /**
2953
+ * Codex seriesId.
2954
+ */
2955
+ export type SeriesIdPropertyValue = string;
2956
+ /**
2957
+ * A unique identifier of a shared property type.
2958
+ */
2959
+ export type SharedPropertyTypeRid = string;
2960
+ /**
2961
+ * The data generated by packaging a single object set for market place.
2962
+ */
2963
+ export interface SingleObjectSetBlockData {
2964
+ objectSetTemplateId: ObjectSetTemplateId;
2965
+ securityRidTemplateId: SecurityRidTemplateId;
2966
+ templatedObjectSet: any;
2967
+ }
2968
+ /**
2969
+ * Ordering based on values of a property with a specified property rid.
2970
+ * Sorting is not allowed on any ARRAY or GEOHASH properties as defined in the Ontology.
2971
+ * Sorting on string properties is only allowed as long as the property is marked as supporting exact matching
2972
+ * in the Ontology.
2973
+ * Do note that this ordering is not supported for multi-object-type object sets - an exception will be thrown
2974
+ * when this ordering is used together with a multi-object-type object set.
2975
+ */
2976
+ export interface SingleObjectTypePropertyOrdering {
2977
+ order: SortOrder;
2978
+ propertyTypeRid: PropertyTypeRid;
2979
+ }
2980
+ /**
2981
+ * A snapshot id uniquely identifies a Funnel snapshot, which represents object types versions at a specific
2982
+ * point in time. Snapshot ids should be used for scrolls, or point-in-time searches in order to guarantee
2983
+ * consistent results across view requests.
2984
+ */
2985
+ export type SnapshotId = string;
2986
+ /**
2987
+ * ObjectSet containing all objects that are linked to objects in the provided object set, using property
2988
+ * mappings provided at runtime as opposed to providing a predefined relation.
2989
+ */
2990
+ export interface SoftLinkSearchAroundObjectSet {
2991
+ objectSet: ObjectSet;
2992
+ propertyMapping: PropertyMapping;
2993
+ }
2994
+ /**
2995
+ * ASCENDING or DESCENDING
2996
+ */
2997
+ export type SortOrder = "ASCENDING" | "DESCENDING";
2998
+ /**
2999
+ * Object Set containing objects with given ObjectRids.
3000
+ *
3001
+ * Note: It's more performant to use FilteredObjectSet with ExactMatchFilter on primary keys, as it saves on
3002
+ * resolving the ObjectRids to ObjectLocators which can add 100s of milliseconds to the request runtime.
3003
+ */
3004
+ export interface StaticObjectSet {
3005
+ objectRids: Array<ObjectRid>;
3006
+ provenance?: StaticObjectSetProvenance | null | undefined;
3007
+ }
3008
+ export interface StaticObjectSetProvenance_materialization {
3009
+ type: "materialization";
3010
+ materialization: MaterializationProvenance;
3011
+ }
3012
+ export interface StaticObjectSetProvenance_custom {
3013
+ type: "custom";
3014
+ custom: CustomProvenance;
3015
+ }
3016
+ /**
3017
+ * Describes the origin of the particular set of objects in a static object set.
3018
+ */
3019
+ export type StaticObjectSetProvenance = StaticObjectSetProvenance_materialization | StaticObjectSetProvenance_custom;
3020
+ /**
3021
+ * Bucketing based upon a string property.
3022
+ */
3023
+ export interface StringBucketing {
3024
+ defaultValue?: string | null | undefined;
3025
+ maxBuckets: BucketCountLimit;
3026
+ shouldCreateNullValueBucket?: boolean | null | undefined;
3027
+ valueFilter?: StringBucketingValueFilter | null | undefined;
3028
+ }
3029
+ export interface StringBucketingValueFilter_includeValues {
3030
+ type: "includeValues";
3031
+ includeValues: IncludeValuesStringBucketingValueFilter;
3032
+ }
3033
+ export interface StringBucketingValueFilter_excludeValues {
3034
+ type: "excludeValues";
3035
+ excludeValues: ExcludeValuesStringBucketingValueFilter;
3036
+ }
3037
+ export interface StringBucketingValueFilter_includeByRegex {
3038
+ type: "includeByRegex";
3039
+ includeByRegex: IncludeByRegexStringBucketingValueFilter;
3040
+ }
3041
+ export interface StringBucketingValueFilter_excludeByRegex {
3042
+ type: "excludeByRegex";
3043
+ excludeByRegex: ExcludeByRegexStringBucketingValueFilter;
3044
+ }
3045
+ /**
3046
+ * Available value filters to use when doing aggregations with string bucketing.
3047
+ * Please refer to documentation of particular filters for more details.
3048
+ */
3049
+ export type StringBucketingValueFilter = StringBucketingValueFilter_includeValues | StringBucketingValueFilter_excludeValues | StringBucketingValueFilter_includeByRegex | StringBucketingValueFilter_excludeByRegex;
3050
+ /**
3051
+ * A filter value whose type is string.
3052
+ */
3053
+ export type StringFilterValue = string;
3054
+ /**
3055
+ * An object property value whose type is string.
3056
+ */
3057
+ export type StringPropertyValue = string;
3058
+ /**
3059
+ * A list of StructElements
3060
+ */
3061
+ export interface Struct {
3062
+ structElements: Array<StructElement>;
3063
+ }
3064
+ /**
3065
+ * Represents an entry in a struct.
3066
+ */
3067
+ export interface StructElement {
3068
+ structElementRid: StructFieldRid;
3069
+ structElementValue: PropertyValue;
3070
+ }
3071
+ /**
3072
+ * API name of a struct field.
3073
+ */
3074
+ export type StructFieldApiName = string;
3075
+ /**
3076
+ * A unique identifier for a field of a struct property type or struct shared property type
3077
+ */
3078
+ export type StructFieldRid = string;
3079
+ /**
3080
+ * Used to specify a specific struct field to submit a query against.
3081
+ * This feature is not supported in OSv1 (Phonograph) and will throw.
3082
+ */
3083
+ export interface StructFieldSelector {
3084
+ structPropertyField: StructPropertyField;
3085
+ structPropertyIdentifier: StructPropertyIdentifier;
3086
+ }
3087
+ /**
3088
+ * Provides means of specifying a struct field.
3089
+ */
3090
+ export interface StructPropertyField {
3091
+ structPropertyFieldIdentifier: StructPropertyFieldIdentifier;
3092
+ }
3093
+ export interface StructPropertyFieldIdentifier_apiName {
3094
+ type: "apiName";
3095
+ apiName: StructFieldApiName;
3096
+ }
3097
+ /**
3098
+ * Struct fields can be specified by the rid or API name.
3099
+ */
3100
+ export type StructPropertyFieldIdentifier = StructPropertyFieldIdentifier_apiName;
3101
+ export interface StructPropertyIdentifier_apiName {
3102
+ type: "apiName";
3103
+ apiName: PropertyApiName;
3104
+ }
3105
+ /**
3106
+ * Structs can only be specified by API name for now.
3107
+ */
3108
+ export type StructPropertyIdentifier = StructPropertyIdentifier_apiName;
3109
+ /**
3110
+ * An object property value whose type is struct.
3111
+ */
3112
+ export type StructPropertyValue = Struct;
3113
+ /**
3114
+ * Results of a sub-aggregation.
3115
+ */
3116
+ export interface SubAggregateResult {
3117
+ buckets: Array<Bucket>;
3118
+ itemsInOtherBuckets: number;
3119
+ nullValueBucket?: NullValueBucket | null | undefined;
3120
+ resultAccuracy: AggregateResultAccuracy;
3121
+ }
3122
+ /**
3123
+ * Object Set containing objects present in first provided Object Set and no other Object Sets. The return type
3124
+ * is the same as the type of the first provided Object Set.
3125
+ */
3126
+ export interface SubtractedObjectSet {
3127
+ objectSets: Array<ObjectSet>;
3128
+ }
3129
+ export interface SuggestInput_prefixOnLastToken {
3130
+ type: "prefixOnLastToken";
3131
+ prefixOnLastToken: PrefixOnLastTokenSuggestInput;
3132
+ }
3133
+ /**
3134
+ * The input that will be used to match suggested values.
3135
+ */
3136
+ export type SuggestInput = SuggestInput_prefixOnLastToken;
3137
+ export interface SuggestRequest {
3138
+ numRequestedValues: number;
3139
+ objectSet: ObjectSet;
3140
+ objectSetContext: ObjectSetContext;
3141
+ propertyId: PropertyId;
3142
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
3143
+ responseOptions?: ResponseOptions | null | undefined;
3144
+ suggestInput: SuggestInput;
3145
+ }
3146
+ export interface SuggestResponse {
3147
+ suggestedValues: Array<string>;
3148
+ usageCost?: UsageCost | null | undefined;
3149
+ }
3150
+ /**
3151
+ * A derived property that references an aggregation on a set of linked objects.
3152
+ * The linked object is specified by a LinkDefinition.
3153
+ */
3154
+ export interface TemplatedAggregatedPropertyDefinition {
3155
+ aggregation: TemplatedDerivedPropertyAggregation;
3156
+ linkDefinition: TemplatedLinkDefinition;
3157
+ }
3158
+ /**
3159
+ * An ObjectSetFilter used to combine multiple ObjectSetFilters.
3160
+ * An object matches an AndFilter iff it matches all of the filters.
3161
+ */
3162
+ export interface TemplatedAndFilter {
3163
+ filters: Array<TemplatedObjectSetFilter>;
3164
+ }
3165
+ /**
3166
+ * An object matches an ApproximateLinkPresenceFilter iff it contains a link to any object along the provided RelationId
3167
+ * and if the starting object is on the provided RelationSide of the relation.
3168
+ *
3169
+ * WARNING: Due to the performance constraints, this filter does not always check if the linked object actually exists.
3170
+ * As a consequence it is possible that ApproximateLinkPresenceFilter will yield more objects, including those which are
3171
+ * linked to non-existent ones. Hence, whenever this filter is used, result set should be treated as approximate.
3172
+ *
3173
+ * It is guaranteed that no links will be missed during filtering, so in order to make results accurate, it is enough for
3174
+ * clients to filter out results linked to non-existing objects.
3175
+ *
3176
+ * If use case relies on linked objects existence and requires accurate results, clients are encouraged to use ObjectSetLinkFilter instead.
3177
+ */
3178
+ export interface TemplatedApproximateLinkPresenceFilter {
3179
+ relationId: RelationTemplateId;
3180
+ relationSide: RelationSide;
3181
+ }
3182
+ /**
3183
+ * Cast the provided object set to the raw object types. This drops interface views on interface-based
3184
+ * object sets and convert them into unions of the underlying object types. This also disallows referring
3185
+ * to interface property API names and forces property selection to use object type property API names.
3186
+ */
3187
+ export interface TemplatedAsBaseObjectTypesObjectSet {
3188
+ objectSet: TemplatedObjectSet;
3189
+ }
3190
+ /**
3191
+ * Cast the provided object set to the provided object type or interface type which results in a new scope of the
3192
+ * object set, controlling what properties you can reference in sorts or filters. Objects which cannot be cast as
3193
+ * the provided type are dropped. Objects can be cast to an object type if they are of that type or to an
3194
+ * interface if their object type implements said interface or a child interface of it.
3195
+ *
3196
+ * For example, suppose "Vehicle" is an interface and "Car" implements it. "Vehicle" declares a property
3197
+ * "capacity", and on Cars, the local property "seats" fulfills the interface property. It is not possible to
3198
+ * select "capacity" when the object set is "Base(Car)". However it is possible to query "capacity" if the object
3199
+ * set is cast to "Car" via "AsType(Base(Car), type="Vehicle")".
3200
+ */
3201
+ export interface TemplatedAsTypeObjectSet {
3202
+ objectSet: TemplatedObjectSet;
3203
+ type: TemplatedObjectTypeOrInterfaceTypeIdentifier;
3204
+ }
3205
+ /**
3206
+ * Object Set containing all objects with a given ObjectTypeId.
3207
+ */
3208
+ export interface TemplatedBaseObjectSet {
3209
+ objectTypeId: ObjectTypeTemplateId;
3210
+ }
3211
+ export interface TemplatedCalculatedPropertyDefinition_numeric {
3212
+ type: "numeric";
3213
+ numeric: TemplatedNumericOutputCalculation;
3214
+ }
3215
+ export interface TemplatedCalculatedPropertyDefinition_datetime {
3216
+ type: "datetime";
3217
+ datetime: TemplatedDateTimeOutputCalculation;
3218
+ }
3219
+ /**
3220
+ * A derived property that is calculated from other properties.
3221
+ * It can be a literal, a reference to another property or an operation.
3222
+ */
3223
+ export type TemplatedCalculatedPropertyDefinition = TemplatedCalculatedPropertyDefinition_numeric | TemplatedCalculatedPropertyDefinition_datetime;
3224
+ /**
3225
+ * An operation on two property nodes of type datetime for the purposes of defining a derived property.
3226
+ */
3227
+ export interface TemplatedDateTimeBinaryOperation {
3228
+ leftOperand: TemplatedDateTimeOutputCalculation;
3229
+ rightOperand: TemplatedDateTimeOutputCalculation;
3230
+ }
3231
+ export interface TemplatedDateTimeOperation_max {
3232
+ type: "max";
3233
+ max: TemplatedDateTimeBinaryOperation;
3234
+ }
3235
+ export interface TemplatedDateTimeOperation_min {
3236
+ type: "min";
3237
+ min: TemplatedDateTimeBinaryOperation;
3238
+ }
3239
+ /**
3240
+ * An operation on one or two property nodes of type datetime for the purposes of defining a derived property.
3241
+ */
3242
+ export type TemplatedDateTimeOperation = TemplatedDateTimeOperation_max | TemplatedDateTimeOperation_min;
3243
+ export interface TemplatedDateTimeOutputCalculation_literal {
3244
+ type: "literal";
3245
+ literal: DateTimeLiteral;
3246
+ }
3247
+ export interface TemplatedDateTimeOutputCalculation_propertyIdentifier {
3248
+ type: "propertyIdentifier";
3249
+ propertyIdentifier: TemplatedPropertyIdentifier;
3250
+ }
3251
+ export interface TemplatedDateTimeOutputCalculation_operation {
3252
+ type: "operation";
3253
+ operation: TemplatedDateTimeOperation;
3254
+ }
3255
+ /**
3256
+ * A calculation node that is used to define a derived property via an operation which returns a date output.
3257
+ */
3258
+ export type TemplatedDateTimeOutputCalculation = TemplatedDateTimeOutputCalculation_literal | TemplatedDateTimeOutputCalculation_propertyIdentifier | TemplatedDateTimeOutputCalculation_operation;
3259
+ export interface TemplatedDateTimeToNumericCalculation_extractDatePart {
3260
+ type: "extractDatePart";
3261
+ extractDatePart: TemplatedExtractDatePartCalculation;
3262
+ }
3263
+ /**
3264
+ * A calculation node that is used to define a derived property via an operation which takes a date input and
3265
+ * returns a numeric output.
3266
+ */
3267
+ export type TemplatedDateTimeToNumericCalculation = TemplatedDateTimeToNumericCalculation_extractDatePart;
3268
+ /**
3269
+ * A collection of derived properties that can be referenced inside a FilteredObjectSet.
3270
+ * They are ephemeral and only exist for the lifetime of a request.
3271
+ *
3272
+ * Note: There may only be a single entry for a given property identifier. An exception will be thrown
3273
+ * otherwise.
3274
+ *
3275
+ * A derived property id may not overlap with any existing PropertyIdentifier that is already defined in the
3276
+ * Ontology for a given object type. An exception will be thrown at runtime if this limitation is not
3277
+ * respected. NB: This may lead to sudden breaks if the Ontology is updated to include a property that shares
3278
+ * a propertyIdentifier already contained in a user defined property definition.
3279
+ */
3280
+ export type TemplatedDerivedProperties = Array<TemplatedDerivedPropertiesEntry>;
3281
+ /**
3282
+ * A derived property that can be referenced in an object set or aggregation.
3283
+ * It is ephemeral and only exists for the lifetime of a request.
3284
+ */
3285
+ export interface TemplatedDerivedPropertiesEntry {
3286
+ definition: TemplatedDerivedPropertyDefinition;
3287
+ propertyIdentifier: TemplatedPropertyIdentifier;
3288
+ }
3289
+ export interface TemplatedDerivedPropertyAggregation_count {
3290
+ type: "count";
3291
+ count: LinkedCountMetric;
3292
+ }
3293
+ export interface TemplatedDerivedPropertyAggregation_avg {
3294
+ type: "avg";
3295
+ avg: TemplatedLinkedPropertyMetric;
3296
+ }
3297
+ export interface TemplatedDerivedPropertyAggregation_max {
3298
+ type: "max";
3299
+ max: TemplatedLinkedPropertyMetric;
3300
+ }
3301
+ export interface TemplatedDerivedPropertyAggregation_min {
3302
+ type: "min";
3303
+ min: TemplatedLinkedPropertyMetric;
3304
+ }
3305
+ export interface TemplatedDerivedPropertyAggregation_sum {
3306
+ type: "sum";
3307
+ sum: TemplatedLinkedPropertyMetric;
3308
+ }
3309
+ export interface TemplatedDerivedPropertyAggregation_percentile {
3310
+ type: "percentile";
3311
+ percentile: TemplatedLinkedPercentileMetric;
3312
+ }
3313
+ export interface TemplatedDerivedPropertyAggregation_cardinality {
3314
+ type: "cardinality";
3315
+ cardinality: TemplatedLinkedPropertyMetric;
3316
+ }
3317
+ export interface TemplatedDerivedPropertyAggregation_exactCardinality {
3318
+ type: "exactCardinality";
3319
+ exactCardinality: TemplatedLinkedPropertyMetric;
3320
+ }
3321
+ export interface TemplatedDerivedPropertyAggregation_standardDeviation {
3322
+ type: "standardDeviation";
3323
+ standardDeviation: TemplatedLinkedDispersionMetric;
3324
+ }
3325
+ export interface TemplatedDerivedPropertyAggregation_variance {
3326
+ type: "variance";
3327
+ variance: TemplatedLinkedDispersionMetric;
3328
+ }
3329
+ export interface TemplatedDerivedPropertyAggregation_collectList {
3330
+ type: "collectList";
3331
+ collectList: TemplatedLinkedCollection;
3332
+ }
3333
+ export interface TemplatedDerivedPropertyAggregation_collectSet {
3334
+ type: "collectSet";
3335
+ collectSet: TemplatedLinkedCollection;
3336
+ }
3337
+ /**
3338
+ * An aggregation function and what it should be computed on (e.g. a property).
3339
+ */
3340
+ export type TemplatedDerivedPropertyAggregation = TemplatedDerivedPropertyAggregation_count | TemplatedDerivedPropertyAggregation_avg | TemplatedDerivedPropertyAggregation_max | TemplatedDerivedPropertyAggregation_min | TemplatedDerivedPropertyAggregation_sum | TemplatedDerivedPropertyAggregation_percentile | TemplatedDerivedPropertyAggregation_cardinality | TemplatedDerivedPropertyAggregation_exactCardinality | TemplatedDerivedPropertyAggregation_standardDeviation | TemplatedDerivedPropertyAggregation_variance | TemplatedDerivedPropertyAggregation_collectList | TemplatedDerivedPropertyAggregation_collectSet;
3341
+ export interface TemplatedDerivedPropertyDefinition_nativeProperty {
3342
+ type: "nativeProperty";
3343
+ nativeProperty: TemplatedPropertyIdentifier;
3344
+ }
3345
+ export interface TemplatedDerivedPropertyDefinition_linkedObjectProperty {
3346
+ type: "linkedObjectProperty";
3347
+ linkedObjectProperty: TemplatedLinkedObjectPropertyDefinition;
3348
+ }
3349
+ export interface TemplatedDerivedPropertyDefinition_linkedObjectsAggregationProperty {
3350
+ type: "linkedObjectsAggregationProperty";
3351
+ linkedObjectsAggregationProperty: TemplatedLinkedObjectsAggregationPropertyDefinition;
3352
+ }
3353
+ export interface TemplatedDerivedPropertyDefinition_calculatedProperty {
3354
+ type: "calculatedProperty";
3355
+ calculatedProperty: TemplatedCalculatedPropertyDefinition;
3356
+ }
3357
+ export interface TemplatedDerivedPropertyDefinition_linkedProperty {
3358
+ type: "linkedProperty";
3359
+ linkedProperty: TemplatedLinkedPropertyDefinition;
3360
+ }
3361
+ export interface TemplatedDerivedPropertyDefinition_aggregatedProperty {
3362
+ type: "aggregatedProperty";
3363
+ aggregatedProperty: TemplatedAggregatedPropertyDefinition;
3364
+ }
3365
+ /**
3366
+ * The definition of a derived property. It can be a native property, linked object property,
3367
+ * linked objects aggregation property or a calculated property.
3368
+ */
3369
+ export type TemplatedDerivedPropertyDefinition = TemplatedDerivedPropertyDefinition_nativeProperty | TemplatedDerivedPropertyDefinition_linkedObjectProperty | TemplatedDerivedPropertyDefinition_linkedObjectsAggregationProperty | TemplatedDerivedPropertyDefinition_calculatedProperty | TemplatedDerivedPropertyDefinition_linkedProperty | TemplatedDerivedPropertyDefinition_aggregatedProperty;
3370
+ /**
3371
+ * An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
3372
+ * If the property is of string type, it should have `supportsExactMatching` set to true on the object type definition in OMS.
3373
+ * If no terms are provided, this filter will match ALL objects.
3374
+ */
3375
+ export interface TemplatedExactMatchFilter {
3376
+ propertyId?: PropertyTemplateId | null | undefined;
3377
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3378
+ terms: Array<any>;
3379
+ }
3380
+ /**
3381
+ * A calculation node that is used to define a derived property via a date part extraction operation.
3382
+ */
3383
+ export interface TemplatedExtractDatePartCalculation {
3384
+ dateOperand: TemplatedDateTimeOutputCalculation;
3385
+ datePart: DatePart;
3386
+ }
3387
+ /**
3388
+ * Object Set containing objects in provided Object Set that match the provided filter.
3389
+ */
3390
+ export interface TemplatedFilteredObjectSet {
3391
+ derivedProperties?: TemplatedTypedDerivedProperties | null | undefined;
3392
+ filter: TemplatedObjectSetFilter;
3393
+ objectSet: TemplatedObjectSet;
3394
+ runtimeDerivedProperties?: TemplatedLegacyDerivedProperties | null | undefined;
3395
+ }
3396
+ /**
3397
+ * An object matches a GeoBoundingBoxFilter iff the value of the provided property is within the provided bounds.
3398
+ * This filter is only supported on geo_point property types.
3399
+ */
3400
+ export interface TemplatedGeoBoundingBoxFilter {
3401
+ bottomRight: string;
3402
+ propertyId?: PropertyTemplateId | null | undefined;
3403
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3404
+ topLeft: string;
3405
+ }
3406
+ /**
3407
+ * An object matches a GeoDistanceFilter iff the value of the provided property is within the provided distance
3408
+ * of the provided location i.e. sits within a circle centered at the provided location.
3409
+ */
3410
+ export interface TemplatedGeoDistanceFilter {
3411
+ distance: Distance;
3412
+ location: string;
3413
+ propertyId?: PropertyTemplateId | null | undefined;
3414
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3415
+ }
3416
+ /**
3417
+ * An object matches a GeoPolygonFilter iff the value of the provided property is within bounds of the provided
3418
+ * polygon. This filter is only supported on geo_point property types.
3419
+ */
3420
+ export interface TemplatedGeoPolygonFilter {
3421
+ polygon: Array<string>;
3422
+ propertyId?: PropertyTemplateId | null | undefined;
3423
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3424
+ }
3425
+ /**
3426
+ * Filter properties of type geo_shape or geo_point.
3427
+ */
3428
+ export interface TemplatedGeoShapeFilter {
3429
+ geoShapeQuery: TemplatedGeoShapeQuery;
3430
+ spatialFilterMode: GeoShapeSpatialFilterMode;
3431
+ }
3432
+ export interface TemplatedGeoShapeQuery_geoBoundingBoxFilter {
3433
+ type: "geoBoundingBoxFilter";
3434
+ geoBoundingBoxFilter: TemplatedGeoBoundingBoxFilter;
3435
+ }
3436
+ export interface TemplatedGeoShapeQuery_geoPolygonFilter {
3437
+ type: "geoPolygonFilter";
3438
+ geoPolygonFilter: TemplatedGeoPolygonFilter;
3439
+ }
3440
+ /**
3441
+ * Union type for valid queries over geo shape properties.
3442
+ */
3443
+ export type TemplatedGeoShapeQuery = TemplatedGeoShapeQuery_geoBoundingBoxFilter | TemplatedGeoShapeQuery_geoPolygonFilter;
3444
+ /**
3445
+ * An object matches a HasPropertyFilter iff it has the provided property and its value is non-null.
3446
+ */
3447
+ export interface TemplatedHasPropertyFilter {
3448
+ propertyId?: PropertyTemplateId | null | undefined;
3449
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3450
+ }
3451
+ /**
3452
+ * Object Set containing all objects of object types which implement the supplied interface or a child interface
3453
+ * of it.
3454
+ */
3455
+ export interface TemplatedInterfaceBaseObjectSet {
3456
+ interfaceTypeRid: InterfaceTypeTemplateId;
3457
+ }
3458
+ /**
3459
+ * ObjectSet containing all objects that are linked to the Interface objects in provided object set via
3460
+ * an Interface Link Type, and are on the opposite side of the Interface objects in the object set. The provided
3461
+ * object set's scope must contain the Interface that is being searched around. If performed on Object Types
3462
+ * implementing the Interface, the object set must be first cast to the Interface with AsTypeObjectSet.
3463
+ */
3464
+ export interface TemplatedInterfaceLinkSearchAroundObjectSet {
3465
+ interfaceLinkTypeRid: InterfaceLinkTypeRid;
3466
+ objectSet: TemplatedObjectSet;
3467
+ }
3468
+ /**
3469
+ * An object matches an InterfaceTypeFilter iff the set of interfaces it implements contains the provided
3470
+ * interface.
3471
+ */
3472
+ export interface TemplatedInterfaceTypeFilter {
3473
+ interfaceTypeRid: InterfaceTypeTemplateId;
3474
+ }
3475
+ /**
3476
+ * Object Set containing objects present in all provided Object Sets. When the provided Object Sets have
3477
+ * different types, the objects along with the interface views of all interfaces involved in the
3478
+ * intersection are returned.
3479
+ *
3480
+ * For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
3481
+ * provided in the response will contain the views for each object type that implements both the Drivable and
3482
+ * Flyable interfaces.
3483
+ */
3484
+ export interface TemplatedIntersectedObjectSet {
3485
+ objectSets: Array<TemplatedObjectSet>;
3486
+ }
3487
+ /**
3488
+ * WARNING: this feature is supported only for object types stored in Object Storage V2
3489
+ *
3490
+ * ObjectSet containing the top k objects with propertyId nearest to the given vector.
3491
+ */
3492
+ export interface TemplatedKnnObjectSet {
3493
+ kValue: number;
3494
+ objectSet: TemplatedObjectSet;
3495
+ propertyId?: PropertyTemplateId | null | undefined;
3496
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3497
+ vector: Vector;
3498
+ }
3499
+ /**
3500
+ * ObjectSet containing the top k objects with propertyId nearest to the given vector.
3501
+ */
3502
+ export interface TemplatedKnnObjectSetV2 {
3503
+ kValue: number;
3504
+ objectSet: TemplatedObjectSet;
3505
+ propertyId?: PropertyTemplateId | null | undefined;
3506
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3507
+ query: KnnQuery;
3508
+ }
3509
+ /**
3510
+ * A collection of derived properties that can be referenced in an object set or aggregation.
3511
+ * They are ephemeral and only exist for the lifetime of a request.
3512
+ */
3513
+ export type TemplatedLegacyDerivedProperties = Record<PropertyTemplateId, TemplatedDerivedPropertyDefinition>;
3514
+ export interface TemplatedLinkDefinition_nativeLink {
3515
+ type: "nativeLink";
3516
+ nativeLink: TemplatedNativeLinkDefinition;
3517
+ }
3518
+ export interface TemplatedLinkDefinition_methodLink {
3519
+ type: "methodLink";
3520
+ methodLink: TemplatedMethodLinkDefinition;
3521
+ }
3522
+ /**
3523
+ * Describes which objects are linked together.
3524
+ * Formally, link can be modelled as a function `f: object -> ObjectSet`
3525
+ * Links can be defined statically at write-time or dynamically as a result of a computation.
3526
+ */
3527
+ export type TemplatedLinkDefinition = TemplatedLinkDefinition_nativeLink | TemplatedLinkDefinition_methodLink;
3528
+ /**
3529
+ * A collection of values of a property.
3530
+ */
3531
+ export interface TemplatedLinkedCollection {
3532
+ limit: number;
3533
+ property: TemplatedPropertyIdentifier;
3534
+ }
3535
+ /**
3536
+ * A property to compute a dispersion metric for.
3537
+ */
3538
+ export interface TemplatedLinkedDispersionMetric {
3539
+ method: LinkedDispersionMetricMethod;
3540
+ property?: TemplatedDerivedPropertyDefinition | null | undefined;
3541
+ propertyId?: PropertyTemplateId | null | undefined;
3542
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3543
+ }
3544
+ /**
3545
+ * A derived property that references a property on a linked object.
3546
+ * The linked object is specified by a link type and direction.
3547
+ *
3548
+ * NB: The contract for this derived property is that it may not change the cardinality of the source object set.
3549
+ * This means that only one-to-one and one-to-many link types are supported. Additionally, the target property
3550
+ * must be on the 'one' side of the link in the latter case.
3551
+ *
3552
+ * If the desired target property is on the 'many' side of a link, then either a linked objects aggregation
3553
+ * should be considered, or the link direction should be reversed (one-to-many case only).
3554
+ */
3555
+ export interface TemplatedLinkedObjectPropertyDefinition {
3556
+ relationId?: RelationTemplateId | null | undefined;
3557
+ relationIdentifier?: TemplatedRelationIdentifier | null | undefined;
3558
+ relationSide?: LinkedPropertyRelationSide | null | undefined;
3559
+ targetObjectSet: TemplatedObjectSet;
3560
+ targetProperty?: TemplatedDerivedPropertyDefinition | null | undefined;
3561
+ targetPropertyId?: PropertyTemplateId | null | undefined;
3562
+ }
3563
+ /**
3564
+ * A derived property that references an aggregation on a set of linked objects.
3565
+ * The linked objects are specified by a link type and direction.
3566
+ */
3567
+ export interface TemplatedLinkedObjectsAggregationPropertyDefinition {
3568
+ metric: TemplatedDerivedPropertyAggregation;
3569
+ relationId?: RelationTemplateId | null | undefined;
3570
+ relationIdentifier?: TemplatedRelationIdentifier | null | undefined;
3571
+ relationSide: LinkedPropertyRelationSide;
3572
+ targetObjectSet: TemplatedObjectSet;
3573
+ }
3574
+ /**
3575
+ * A property to compute a percentile metric for.
3576
+ */
3577
+ export interface TemplatedLinkedPercentileMetric {
3578
+ percentile: number | "NaN" | "Infinity" | "-Infinity";
3579
+ property?: TemplatedDerivedPropertyDefinition | null | undefined;
3580
+ propertyId?: PropertyTemplateId | null | undefined;
3581
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3582
+ }
3583
+ /**
3584
+ * A derived property that references a property on a linked object.
3585
+ * The linked object is specified by a LinkDefinition.
3586
+ */
3587
+ export interface TemplatedLinkedPropertyDefinition {
3588
+ linkDefinition: TemplatedLinkDefinition;
3589
+ linkedPropertyIdentifier: TemplatedPropertyIdentifier;
3590
+ }
3591
+ /**
3592
+ * A property to compute a metric for.
3593
+ */
3594
+ export interface TemplatedLinkedPropertyMetric {
3595
+ property?: TemplatedDerivedPropertyDefinition | null | undefined;
3596
+ propertyId?: PropertyTemplateId | null | undefined;
3597
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3598
+ }
3599
+ /**
3600
+ * Defines links computed at runtime based on the supplied object set method.
3601
+ */
3602
+ export interface TemplatedMethodLinkDefinition {
3603
+ method: TemplatedObjectSet;
3604
+ }
3605
+ /**
3606
+ * This filter analyzes the query string.
3607
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
3608
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
3609
+ *
3610
+ * An object matches a MultiMatchFilter iff the tokens for the specified query match exactly
3611
+ * any of the tokens from values in the properties specified in the PropertySet.
3612
+ *
3613
+ * For example, a query with "The Quick Brown Fox" for a property with the default analyzer
3614
+ * queries for `"the" OR "quick" OR "brown" OR "fox"`, so would match "The brown fox jumped over the fence".
3615
+ *
3616
+ * Additional Japanese query behavior:
3617
+ *
3618
+ * Custom tokenization gets applied against properties that use the standard analyzer
3619
+ * if the query includes at least one Han or hiragana character
3620
+ * and contains no characters that are not Han, hiragana, katakana, alphanumerics, or punctuation.
3621
+ *
3622
+ * In the custom tokenization, a sequence of the following characters is considered one token: Han and
3623
+ * hiragana, katakana, alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
3624
+ * tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231."
3625
+ *
3626
+ * Each token is treated as a PhraseFilter, so any multi-token Japanese query string results in
3627
+ * AndFilter or OrFilter of PhraseFilters, depending upon the MultiMatch operator used.
3628
+ * The PhraseFilter's PhraseMatch mode is determined by the following rules:
3629
+ *
3630
+ * - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
3631
+ * - If the last token is a Han/hiragana sequence, PhraseMatchMode.PHRASE gets applied to the token.
3632
+ * - If the last token is katakana or alphanumeric, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
3633
+ *
3634
+ * If all properties uses the standard analyzer, the And/Or of PhraseFilters is applied across all properties,
3635
+ * which means that if multiple properties are included in the PropertySet, the operator is AND, and the full set
3636
+ * of tokens in the query exists across the PropertySet properties, the Japanese behavior will return a match,
3637
+ * even if the full set of tokens are not present within the value of any one property,
3638
+ */
3639
+ export interface TemplatedMultiMatchFilter {
3640
+ fuzziness?: Fuzziness | null | undefined;
3641
+ fuzzy?: boolean | null | undefined;
3642
+ operator?: MultiMatchFilterOperator | null | undefined;
3643
+ propertySet: TemplatedPropertySet;
3644
+ query: string;
3645
+ }
3646
+ /**
3647
+ * The current user's attributes under the given key. This resolves to a list of values.
3648
+ */
3649
+ export interface TemplatedMultipassAttribute {
3650
+ key: NotSupported;
3651
+ }
3652
+ /**
3653
+ * Defines links based on the supplied relation identifier.
3654
+ */
3655
+ export interface TemplatedNativeLinkDefinition {
3656
+ linkedRelationSide?: LinkedPropertyRelationSide | null | undefined;
3657
+ relationIdentifier: TemplatedRelationIdentifier;
3658
+ }
3659
+ /**
3660
+ * An object matches a NotFilter iff it does not match the provided filter.
3661
+ */
3662
+ export interface TemplatedNotFilter {
3663
+ filter: TemplatedObjectSetFilter;
3664
+ }
3665
+ /**
3666
+ * An operation on two property nodes for the purposes of defining a derived property.
3667
+ */
3668
+ export interface TemplatedNumericBinaryOperation {
3669
+ leftOperand: TemplatedNumericOutputCalculation;
3670
+ rightOperand: TemplatedNumericOutputCalculation;
3671
+ }
3672
+ export interface TemplatedNumericOperation_add {
3673
+ type: "add";
3674
+ add: TemplatedNumericBinaryOperation;
3675
+ }
3676
+ export interface TemplatedNumericOperation_subtract {
3677
+ type: "subtract";
3678
+ subtract: TemplatedNumericBinaryOperation;
3679
+ }
3680
+ export interface TemplatedNumericOperation_divide {
3681
+ type: "divide";
3682
+ divide: TemplatedNumericBinaryOperation;
3683
+ }
3684
+ export interface TemplatedNumericOperation_multiply {
3685
+ type: "multiply";
3686
+ multiply: TemplatedNumericBinaryOperation;
3687
+ }
3688
+ export interface TemplatedNumericOperation_negate {
3689
+ type: "negate";
3690
+ negate: TemplatedNumericUnaryOperation;
3691
+ }
3692
+ export interface TemplatedNumericOperation_absolute {
3693
+ type: "absolute";
3694
+ absolute: TemplatedNumericUnaryOperation;
3695
+ }
3696
+ export interface TemplatedNumericOperation_max {
3697
+ type: "max";
3698
+ max: TemplatedNumericBinaryOperation;
3699
+ }
3700
+ export interface TemplatedNumericOperation_min {
3701
+ type: "min";
3702
+ min: TemplatedNumericBinaryOperation;
3703
+ }
3704
+ /**
3705
+ * An operation on one or two property nodes for the purposes of defining a derived property.
3706
+ */
3707
+ export type TemplatedNumericOperation = TemplatedNumericOperation_add | TemplatedNumericOperation_subtract | TemplatedNumericOperation_divide | TemplatedNumericOperation_multiply | TemplatedNumericOperation_negate | TemplatedNumericOperation_absolute | TemplatedNumericOperation_max | TemplatedNumericOperation_min;
3708
+ export interface TemplatedNumericOutputCalculation_operation {
3709
+ type: "operation";
3710
+ operation: TemplatedNumericOperation;
3711
+ }
3712
+ export interface TemplatedNumericOutputCalculation_literal {
3713
+ type: "literal";
3714
+ literal: NumericLiteral;
3715
+ }
3716
+ export interface TemplatedNumericOutputCalculation_propertyId {
3717
+ type: "propertyId";
3718
+ propertyId: PropertyTemplateId;
3719
+ }
3720
+ export interface TemplatedNumericOutputCalculation_property {
3721
+ type: "property";
3722
+ property: TemplatedDerivedPropertyDefinition;
3723
+ }
3724
+ export interface TemplatedNumericOutputCalculation_fromDateTimeCalculation {
3725
+ type: "fromDateTimeCalculation";
3726
+ fromDateTimeCalculation: TemplatedDateTimeToNumericCalculation;
3727
+ }
3728
+ /**
3729
+ * A calculation node that is used to define a derived property via a numeric operation.
3730
+ */
3731
+ export type TemplatedNumericOutputCalculation = TemplatedNumericOutputCalculation_operation | TemplatedNumericOutputCalculation_literal | TemplatedNumericOutputCalculation_propertyId | TemplatedNumericOutputCalculation_property | TemplatedNumericOutputCalculation_fromDateTimeCalculation;
3732
+ /**
3733
+ * An operation on one property node for the purposes of defining a derived property.
3734
+ */
3735
+ export interface TemplatedNumericUnaryOperation {
3736
+ operand: TemplatedNumericOutputCalculation;
3737
+ }
3738
+ export interface TemplatedObjectSet_base {
3739
+ type: "base";
3740
+ base: TemplatedBaseObjectSet;
3741
+ }
3742
+ export interface TemplatedObjectSet_interfaceBase {
3743
+ type: "interfaceBase";
3744
+ interfaceBase: TemplatedInterfaceBaseObjectSet;
3745
+ }
3746
+ export interface TemplatedObjectSet_static {
3747
+ type: "static";
3748
+ static: NotSupported;
3749
+ }
3750
+ export interface TemplatedObjectSet_referenced {
3751
+ type: "referenced";
3752
+ referenced: TemplatedObjectSet;
3753
+ }
3754
+ export interface TemplatedObjectSet_filtered {
3755
+ type: "filtered";
3756
+ filtered: TemplatedFilteredObjectSet;
3757
+ }
3758
+ export interface TemplatedObjectSet_intersected {
3759
+ type: "intersected";
3760
+ intersected: TemplatedIntersectedObjectSet;
3761
+ }
3762
+ export interface TemplatedObjectSet_subtracted {
3763
+ type: "subtracted";
3764
+ subtracted: TemplatedSubtractedObjectSet;
3765
+ }
3766
+ export interface TemplatedObjectSet_unioned {
3767
+ type: "unioned";
3768
+ unioned: TemplatedUnionedObjectSet;
3769
+ }
3770
+ export interface TemplatedObjectSet_searchAround {
3771
+ type: "searchAround";
3772
+ searchAround: TemplatedSearchAroundObjectSet;
3773
+ }
3774
+ export interface TemplatedObjectSet_softLinkSearchAround {
3775
+ type: "softLinkSearchAround";
3776
+ softLinkSearchAround: TemplatedSoftLinkSearchAroundObjectSet;
3777
+ }
3778
+ export interface TemplatedObjectSet_interfaceLinkSearchAround {
3779
+ type: "interfaceLinkSearchAround";
3780
+ interfaceLinkSearchAround: TemplatedInterfaceLinkSearchAroundObjectSet;
3781
+ }
3782
+ export interface TemplatedObjectSet_asType {
3783
+ type: "asType";
3784
+ asType: TemplatedAsTypeObjectSet;
3785
+ }
3786
+ export interface TemplatedObjectSet_asBaseObjectTypes {
3787
+ type: "asBaseObjectTypes";
3788
+ asBaseObjectTypes: TemplatedAsBaseObjectTypesObjectSet;
3789
+ }
3790
+ export interface TemplatedObjectSet_knn {
3791
+ type: "knn";
3792
+ knn: TemplatedKnnObjectSet;
3793
+ }
3794
+ export interface TemplatedObjectSet_knnV2 {
3795
+ type: "knnV2";
3796
+ knnV2: TemplatedKnnObjectSetV2;
3797
+ }
3798
+ export interface TemplatedObjectSet_methodInput {
3799
+ type: "methodInput";
3800
+ methodInput: MethodInputObjectSet;
3801
+ }
3802
+ export interface TemplatedObjectSet_withProperties {
3803
+ type: "withProperties";
3804
+ withProperties: TemplatedWithPropertiesObjectSet;
3805
+ }
3806
+ /**
3807
+ * Supported Object Sets and Object Set operations. Refer to documentation of a particular Object Set for details.
3808
+ */
3809
+ export type TemplatedObjectSet = TemplatedObjectSet_base | TemplatedObjectSet_interfaceBase | TemplatedObjectSet_static | TemplatedObjectSet_referenced | TemplatedObjectSet_filtered | TemplatedObjectSet_intersected | TemplatedObjectSet_subtracted | TemplatedObjectSet_unioned | TemplatedObjectSet_searchAround | TemplatedObjectSet_softLinkSearchAround | TemplatedObjectSet_interfaceLinkSearchAround | TemplatedObjectSet_asType | TemplatedObjectSet_asBaseObjectTypes | TemplatedObjectSet_knn | TemplatedObjectSet_knnV2 | TemplatedObjectSet_methodInput | TemplatedObjectSet_withProperties;
3810
+ export interface TemplatedObjectSetFilter_or {
3811
+ type: "or";
3812
+ or: TemplatedOrFilter;
3813
+ }
3814
+ export interface TemplatedObjectSetFilter_and {
3815
+ type: "and";
3816
+ and: TemplatedAndFilter;
3817
+ }
3818
+ export interface TemplatedObjectSetFilter_not {
3819
+ type: "not";
3820
+ not: TemplatedNotFilter;
3821
+ }
3822
+ export interface TemplatedObjectSetFilter_range {
3823
+ type: "range";
3824
+ range: TemplatedRangeFilter;
3825
+ }
3826
+ export interface TemplatedObjectSetFilter_wildcard {
3827
+ type: "wildcard";
3828
+ wildcard: TemplatedWildcardFilter;
3829
+ }
3830
+ export interface TemplatedObjectSetFilter_terms {
3831
+ type: "terms";
3832
+ terms: TemplatedTermsFilter;
3833
+ }
3834
+ export interface TemplatedObjectSetFilter_exactMatch {
3835
+ type: "exactMatch";
3836
+ exactMatch: TemplatedExactMatchFilter;
3837
+ }
3838
+ export interface TemplatedObjectSetFilter_phrase {
3839
+ type: "phrase";
3840
+ phrase: TemplatedPhraseFilter;
3841
+ }
3842
+ export interface TemplatedObjectSetFilter_prefixOnLastToken {
3843
+ type: "prefixOnLastToken";
3844
+ prefixOnLastToken: TemplatedPrefixOnLastTokenFilter;
3845
+ }
3846
+ export interface TemplatedObjectSetFilter_geoBoundingBox {
3847
+ type: "geoBoundingBox";
3848
+ geoBoundingBox: TemplatedGeoBoundingBoxFilter;
3849
+ }
3850
+ export interface TemplatedObjectSetFilter_geoDistance {
3851
+ type: "geoDistance";
3852
+ geoDistance: TemplatedGeoDistanceFilter;
3853
+ }
3854
+ export interface TemplatedObjectSetFilter_geoPolygon {
3855
+ type: "geoPolygon";
3856
+ geoPolygon: TemplatedGeoPolygonFilter;
3857
+ }
3858
+ export interface TemplatedObjectSetFilter_geoShape {
3859
+ type: "geoShape";
3860
+ geoShape: TemplatedGeoShapeFilter;
3861
+ }
3862
+ export interface TemplatedObjectSetFilter_objectType {
3863
+ type: "objectType";
3864
+ objectType: TemplatedObjectTypeFilter;
3865
+ }
3866
+ export interface TemplatedObjectSetFilter_interfaceType {
3867
+ type: "interfaceType";
3868
+ interfaceType: TemplatedInterfaceTypeFilter;
3869
+ }
3870
+ export interface TemplatedObjectSetFilter_hasProperty {
3871
+ type: "hasProperty";
3872
+ hasProperty: TemplatedHasPropertyFilter;
3873
+ }
3874
+ export interface TemplatedObjectSetFilter_linkPresence {
3875
+ type: "linkPresence";
3876
+ linkPresence: TemplatedApproximateLinkPresenceFilter;
3877
+ }
3878
+ export interface TemplatedObjectSetFilter_objectSetLink {
3879
+ type: "objectSetLink";
3880
+ objectSetLink: TemplatedObjectSetLinkFilter;
3881
+ }
3882
+ export interface TemplatedObjectSetFilter_objectSetInterfaceLink {
3883
+ type: "objectSetInterfaceLink";
3884
+ objectSetInterfaceLink: TemplatedObjectSetInterfaceLinkFilter;
3885
+ }
3886
+ export interface TemplatedObjectSetFilter_multiMatch {
3887
+ type: "multiMatch";
3888
+ multiMatch: TemplatedMultiMatchFilter;
3889
+ }
3890
+ export interface TemplatedObjectSetFilter_relativeDateRange {
3891
+ type: "relativeDateRange";
3892
+ relativeDateRange: TemplatedRelativeDateRangeFilter;
3893
+ }
3894
+ export interface TemplatedObjectSetFilter_relativeTimeRange {
3895
+ type: "relativeTimeRange";
3896
+ relativeTimeRange: TemplatedRelativeTimeRangeFilter;
3897
+ }
3898
+ export interface TemplatedObjectSetFilter_parameterizedRange {
3899
+ type: "parameterizedRange";
3900
+ parameterizedRange: TemplatedParameterizedRangeFilter;
3901
+ }
3902
+ export interface TemplatedObjectSetFilter_parameterizedWildcard {
3903
+ type: "parameterizedWildcard";
3904
+ parameterizedWildcard: TemplatedParameterizedWildcardFilter;
3905
+ }
3906
+ export interface TemplatedObjectSetFilter_parameterizedTerms {
3907
+ type: "parameterizedTerms";
3908
+ parameterizedTerms: TemplatedParameterizedTermsFilter;
3909
+ }
3910
+ export interface TemplatedObjectSetFilter_parameterizedExactMatch {
3911
+ type: "parameterizedExactMatch";
3912
+ parameterizedExactMatch: TemplatedParameterizedExactMatchFilter;
3913
+ }
3914
+ export interface TemplatedObjectSetFilter_parameterizedPrefixOnLastToken {
3915
+ type: "parameterizedPrefixOnLastToken";
3916
+ parameterizedPrefixOnLastToken: TemplatedParameterizedPrefixOnLastTokenFilter;
3917
+ }
3918
+ export interface TemplatedObjectSetFilter_userContext {
3919
+ type: "userContext";
3920
+ userContext: TemplatedUserContextFilter;
3921
+ }
3922
+ /**
3923
+ * Filter to be applied to an Object Set. Refer to documentation of a particular ObjectSetFilter for details.
3924
+ */
3925
+ export type TemplatedObjectSetFilter = TemplatedObjectSetFilter_or | TemplatedObjectSetFilter_and | TemplatedObjectSetFilter_not | TemplatedObjectSetFilter_range | TemplatedObjectSetFilter_wildcard | TemplatedObjectSetFilter_terms | TemplatedObjectSetFilter_exactMatch | TemplatedObjectSetFilter_phrase | TemplatedObjectSetFilter_prefixOnLastToken | TemplatedObjectSetFilter_geoBoundingBox | TemplatedObjectSetFilter_geoDistance | TemplatedObjectSetFilter_geoPolygon | TemplatedObjectSetFilter_geoShape | TemplatedObjectSetFilter_objectType | TemplatedObjectSetFilter_interfaceType | TemplatedObjectSetFilter_hasProperty | TemplatedObjectSetFilter_linkPresence | TemplatedObjectSetFilter_objectSetLink | TemplatedObjectSetFilter_objectSetInterfaceLink | TemplatedObjectSetFilter_multiMatch | TemplatedObjectSetFilter_relativeDateRange | TemplatedObjectSetFilter_relativeTimeRange | TemplatedObjectSetFilter_parameterizedRange | TemplatedObjectSetFilter_parameterizedWildcard | TemplatedObjectSetFilter_parameterizedTerms | TemplatedObjectSetFilter_parameterizedExactMatch | TemplatedObjectSetFilter_parameterizedPrefixOnLastToken | TemplatedObjectSetFilter_userContext;
3926
+ /**
3927
+ * Matches iff it contains a link to any object in the provided objectSet, along the provided Interface Link
3928
+ * Type specified by the InterfaceLinkTypeRid, and if the starting object is on the SOURCE side of the
3929
+ * Interface Link Type.
3930
+ *
3931
+ * The SOURCE side is the Interface Type that the Interface Link Type belongs to.
3932
+ */
3933
+ export interface TemplatedObjectSetInterfaceLinkFilter {
3934
+ interfaceLinkTypeRid: InterfaceLinkTypeRid;
3935
+ objectSet: TemplatedObjectSet;
3936
+ }
3937
+ /**
3938
+ * Matches iff it contains a link to any object in the provided objectSet, along the provided RelationId, and if
3939
+ * the starting object is on the provided RelationSide of the relation.
3940
+ */
3941
+ export interface TemplatedObjectSetLinkFilter {
3942
+ objectSet: TemplatedObjectSet;
3943
+ relationId: RelationTemplateId;
3944
+ relationSide: RelationSide;
3945
+ }
3946
+ /**
3947
+ * An object matches an ObjectTypeFilter iff its ObjectTypeId matches the provided ObjectTypeId.
3948
+ */
3949
+ export interface TemplatedObjectTypeFilter {
3950
+ objectTypeId: ObjectTypeTemplateId;
3951
+ }
3952
+ export interface TemplatedObjectTypeOrInterfaceTypeIdentifier_objectTypeRid {
3953
+ type: "objectTypeRid";
3954
+ objectTypeRid: ObjectTypeTemplateId;
3955
+ }
3956
+ export interface TemplatedObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid {
3957
+ type: "interfaceTypeRid";
3958
+ interfaceTypeRid: InterfaceTypeTemplateId;
3959
+ }
3960
+ /**
3961
+ * Identifier of an object type or interface type.
3962
+ */
3963
+ export type TemplatedObjectTypeOrInterfaceTypeIdentifier = TemplatedObjectTypeOrInterfaceTypeIdentifier_objectTypeRid | TemplatedObjectTypeOrInterfaceTypeIdentifier_interfaceTypeRid;
3964
+ /**
3965
+ * An ObjectSetFilter used to combine multiple ObjectSetFilters.
3966
+ * An object matches an OrFilter iff it matches at least one of the filters.
3967
+ */
3968
+ export interface TemplatedOrFilter {
3969
+ filters: Array<TemplatedObjectSetFilter>;
3970
+ }
3971
+ /**
3972
+ * An object matches an ExactMatchFilter iff the value of the provided property is exactly equal to one of the provided terms.
3973
+ * If the property is of string type, the index for that property must define a .raw multifield of type keyword.
3974
+ * If no terms are provided, this filter will match ALL objects.
3975
+ */
3976
+ export interface TemplatedParameterizedExactMatchFilter {
3977
+ propertyId?: PropertyTemplateId | null | undefined;
3978
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
3979
+ terms: Array<FilterParameter>;
3980
+ }
3981
+ /**
3982
+ * Behaves the same as PrefixOnLastTokenFilter, except the query is parameterized.
3983
+ *
3984
+ * Consult PrefixOnLastTokenFilter docs for more details.
3985
+ */
3986
+ export interface TemplatedParameterizedPrefixOnLastTokenFilter {
3987
+ propertyIdentifier: TemplatedPropertyIdentifier;
3988
+ query: FilterParameter;
3989
+ }
3990
+ /**
3991
+ * An object matches a RangeFilter iff the value of the provided property is within provided bounds.
3992
+ */
3993
+ export interface TemplatedParameterizedRangeFilter {
3994
+ gt?: FilterParameter | null | undefined;
3995
+ gte?: FilterParameter | null | undefined;
3996
+ lt?: FilterParameter | null | undefined;
3997
+ lte?: FilterParameter | null | undefined;
3998
+ propertyId?: PropertyTemplateId | null | undefined;
3999
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4000
+ }
4001
+ /**
4002
+ * An object matches a TermsFilter iff the analyzed value of the provided property matches any of the provided
4003
+ * terms, or in case when no property is provided - iff analyzed value of any of the native properties matches
4004
+ * any of the provided terms; runtime derived properties will be ignored.
4005
+ *
4006
+ * If no terms are provided, this filter will match ALL objects.
4007
+ */
4008
+ export interface TemplatedParameterizedTermsFilter {
4009
+ propertyId?: PropertyTemplateId | null | undefined;
4010
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4011
+ terms: Array<FilterParameter>;
4012
+ }
4013
+ /**
4014
+ * An object matches a WildcardFilter iff the value of the provided property matches the provided term, or in
4015
+ * case when no property is provided - iff any of the native properties match the provided term; runtime derived
4016
+ * properties will be ignored.
4017
+ */
4018
+ export interface TemplatedParameterizedWildcardFilter {
4019
+ propertyId?: PropertyTemplateId | null | undefined;
4020
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4021
+ term: FilterParameter;
4022
+ }
4023
+ /**
4024
+ * This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter is
4025
+ * effectively an ExactMatch filter in PhraseMatchMode.PHRASE mode and a WildcardFilter in
4026
+ * PhraseMatchMode.PHRASE_PREFIX mode.
4027
+ *
4028
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
4029
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
4030
+ *
4031
+ * An object matches a PhraseFilter iff tokens from specified phrase match tokens for the specified property set
4032
+ * according to the PhraseMatchMode specified.
4033
+ *
4034
+ * For example, a query with phrase "The Quick Brown Fox" and PhraseMatchMode.PHRASE for a property with the
4035
+ * default analyzer will match `"the" followed by "quick" followed by "brown" followed by "fox"`.
4036
+ * So this would match "The quick brown fox is climbing the tree",
4037
+ * but not "The Quick brown foxy bear" (does not include term "fox"),
4038
+ * nor "the brown rabbit met the quick fox near the river" (not the expected order of tokens),
4039
+ * nor "the quick smart and fast brown fox" (more terms than expected in-between prior terms).
4040
+ *
4041
+ * With PhraseMatchMode.PHRASE_PREFIX and phrase "The Quick Brown F" for a property with the default analyzer,
4042
+ * the query would match `"the" followed by "quick" followed by "brown" followed by "f*"`.
4043
+ * However, note that "f*" has a behavior different than the wildcard filter:
4044
+ *
4045
+ * - Against Phonograph, this will result in a `match_phrase_prefix` Elasticsearch query, which means that
4046
+ * "f*" matches only the first 50 tokens, in alphabetical order, that begin with "f" amongst all tokens for
4047
+ * all values for the specified properties.
4048
+ * - Against Highbury, this will use a lucene `SpanNearQuery`, which has the same behavior.
4049
+ *
4050
+ * So this filter could not match an object with "I saw the quick brown fox climbing the tree" if there more
4051
+ * than 50 tokens that start with "f" before "fox", e.g. "face", "fail", "fair".
4052
+ * We recommend using the `PrefixOnLastTokenFilter` instead, which does not have the same token order guarantees
4053
+ * as the phrase filter, but does allow for a wildcard matches on the last term.
4054
+ *
4055
+ * Unless MultiMatchFilter and PrefixOnLastTokenFilter, PhraseFilter has no special behavior for Japanese
4056
+ * text queries, because results match user expectations without the need for extra logic.
4057
+ */
4058
+ export interface TemplatedPhraseFilter {
4059
+ matchMode?: PhraseMatchMode | null | undefined;
4060
+ phrase: string;
4061
+ propertySet?: TemplatedPropertySet | null | undefined;
4062
+ }
4063
+ /**
4064
+ * This filter analyzes the query string if the underlying property is searchable. Otherwise, the filter
4065
+ * effectively works like a simple prefix query and the query string isn't tokenized.
4066
+ *
4067
+ * The output of the analysis of a string are called tokens, for example the string "The Quick Brown Fox"
4068
+ * produces the tokens "the", "quick", "brown", "fox" using the default analyzer.
4069
+ *
4070
+ * An object matches a PrefixOnLastTokenFilter iff the tokens for the specified query match all tokens from
4071
+ * the specified property, using exact match for every token except for the last, and prefix match for the last
4072
+ * token.
4073
+ * Ordering of tokens in the query string is not checked when performing the matches.
4074
+ * If the field is not analyzed, the filter will be equivalent to a Wildcard filter, as we analyze the query
4075
+ * string with the property analyzer (which is identity for a non-analyzed property).
4076
+ *
4077
+ * For example, a query with "The Quick Brown F" for a property with the default analyzer queries for
4078
+ * `"the" AND "quick" AND "brown" AND "f*"`, so would match "the brown fox reached the quick rabbit" but not
4079
+ * "the fox quickly jumped over the brown fence".
4080
+ *
4081
+ * Only works on string properties. OSS will throw an exception if the property type is not string.
4082
+ *
4083
+ * Additional Japanese query behavior:
4084
+ *
4085
+ * Custom tokenization gets applied iff a filter has Japanese query string and uses standard analyzer. If it uses
4086
+ * non-standard analyzer, it does not tokenize the string, assuming the given analyzer can handle Japanese query.
4087
+ *
4088
+ * In the custom tokenization, a sequence of the following characters is considered as one token: Han and
4089
+ * Hiragana, Katakana, Alphabets, or numbers. For example, the string "はねだ空港ターミナルA発バス231" produces the
4090
+ * tokens "はねだ空港", "ターミナル", "A", "発", "バス", "231" using JapaneseTokenization.
4091
+ *
4092
+ * Each tokenized string are treated as PhraseFilter, so any multi-token Japanese query string results in
4093
+ * AndFilter of PhraseFilters of each token. Also, in tokenized AndFilter, phrase mode for each token
4094
+ * PhraseFilter depends on its character type it sets the phrase mode is set following the rules below:
4095
+ *
4096
+ * - Any token except for the last token is treated with PhraseMatchMode.PHRASE.
4097
+ * - If the last token is Han and Hiragana, PhraseMatchMode.PHRASE gets applied to the token.
4098
+ * - If the last token is Katakana or Alphanumerics, PhraseMatchMode.PHRASE_PREFIX get applied to the token.
4099
+ */
4100
+ export interface TemplatedPrefixOnLastTokenFilter {
4101
+ propertyId?: PropertyTemplateId | null | undefined;
4102
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4103
+ query: string;
4104
+ }
4105
+ export interface TemplatedPropertyIdentifier_propertyId {
4106
+ type: "propertyId";
4107
+ propertyId: PropertyTemplateId;
4108
+ }
4109
+ export interface TemplatedPropertyIdentifier_propertyApiName {
4110
+ type: "propertyApiName";
4111
+ propertyApiName: PropertyApiName;
4112
+ }
4113
+ export interface TemplatedPropertyIdentifier_structFieldSelector {
4114
+ type: "structFieldSelector";
4115
+ structFieldSelector: StructFieldSelector;
4116
+ }
4117
+ export interface TemplatedPropertyIdentifier_titleProperty {
4118
+ type: "titleProperty";
4119
+ titleProperty: TitleProperty;
4120
+ }
4121
+ export interface TemplatedPropertyIdentifier_primaryKeyProperty {
4122
+ type: "primaryKeyProperty";
4123
+ primaryKeyProperty: PrimaryKeyProperty;
4124
+ }
4125
+ /**
4126
+ * Identifier of a property.
4127
+ */
4128
+ export type TemplatedPropertyIdentifier = TemplatedPropertyIdentifier_propertyId | TemplatedPropertyIdentifier_propertyApiName | TemplatedPropertyIdentifier_structFieldSelector | TemplatedPropertyIdentifier_titleProperty | TemplatedPropertyIdentifier_primaryKeyProperty;
4129
+ /**
4130
+ * A mapping from the property of one ObjectType to the property of another. The two properties must share
4131
+ * the same Shared Property Type. One of the properties must be a primary key.
4132
+ */
4133
+ export interface TemplatedPropertyMapping {
4134
+ fromProperty: TemplatedPropertyTypeIdentifier;
4135
+ toProperty: TemplatedPropertyTypeIdentifier;
4136
+ }
4137
+ export interface TemplatedPropertySet_propertyWhitelist {
4138
+ type: "propertyWhitelist";
4139
+ propertyWhitelist: TemplatedPropertyWhitelistPropertySet;
4140
+ }
4141
+ export interface TemplatedPropertySet_allProperties {
4142
+ type: "allProperties";
4143
+ allProperties: AllPropertiesPropertySet;
4144
+ }
4145
+ /**
4146
+ * Specification of a subset of properties to use.
4147
+ */
4148
+ export type TemplatedPropertySet = TemplatedPropertySet_propertyWhitelist | TemplatedPropertySet_allProperties;
4149
+ /**
4150
+ * An identifier of a PropertyType including the ObjectTypeRid it belongs to.
4151
+ */
4152
+ export interface TemplatedPropertyTypeIdentifier {
4153
+ objectTypeRid: ObjectTypeTemplateId;
4154
+ propertyTypeRid: PropertyTemplateId;
4155
+ }
4156
+ /**
4157
+ * Use a specified subset of properties.
4158
+ */
4159
+ export interface TemplatedPropertyWhitelistPropertySet {
4160
+ properties: Array<PropertyTemplateId>;
4161
+ propertyIdentifiers?: Array<TemplatedPropertyIdentifier> | null | undefined;
4162
+ }
4163
+ /**
4164
+ * An object matches a RangeFilter iff the value of the provided property is within provided bounds.
4165
+ */
4166
+ export interface TemplatedRangeFilter {
4167
+ gt?: any | null | undefined;
4168
+ gte?: any | null | undefined;
4169
+ lt?: any | null | undefined;
4170
+ lte?: any | null | undefined;
4171
+ propertyId?: PropertyTemplateId | null | undefined;
4172
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4173
+ }
4174
+ export interface TemplatedRelationIdentifier_relationId {
4175
+ type: "relationId";
4176
+ relationId: RelationTemplateId;
4177
+ }
4178
+ export interface TemplatedRelationIdentifier_interfaceLinkType {
4179
+ type: "interfaceLinkType";
4180
+ interfaceLinkType: InterfaceLinkTypeRid;
4181
+ }
4182
+ /**
4183
+ * Identifier of a relation.
4184
+ *
4185
+ * Note: this is currently under development and is not supported!
4186
+ */
4187
+ export type TemplatedRelationIdentifier = TemplatedRelationIdentifier_relationId | TemplatedRelationIdentifier_interfaceLinkType;
4188
+ /**
4189
+ * An object matches a RelativeDateRangeFilter iff the value of the provided date property is within the provided
4190
+ * time range.
4191
+ */
4192
+ export interface TemplatedRelativeDateRangeFilter {
4193
+ propertyId?: PropertyTemplateId | null | undefined;
4194
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4195
+ sinceRelativePointInTime?: RelativePointInTime | null | undefined;
4196
+ timeZoneId: TimeZoneId;
4197
+ untilRelativePointInTime?: RelativePointInTime | null | undefined;
4198
+ }
4199
+ /**
4200
+ * An object matches a RelativeTimeRangeFilter iff the value of the provided timestamp property is within the
4201
+ * provided time range.
4202
+ */
4203
+ export interface TemplatedRelativeTimeRangeFilter {
4204
+ propertyId?: PropertyTemplateId | null | undefined;
4205
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4206
+ sinceRelativeMillis?: number | null | undefined;
4207
+ untilRelativeMillis?: number | null | undefined;
4208
+ }
4209
+ /**
4210
+ * ObjectSet containing all objects that are linked to objects in provided object set, and are
4211
+ * on the opposite side of the provided relation side (or in case of either, any of the sides).
4212
+ */
4213
+ export interface TemplatedSearchAroundObjectSet {
4214
+ objectSet: TemplatedObjectSet;
4215
+ relationId: RelationTemplateId;
4216
+ relationSide: RelationSide;
4217
+ }
4218
+ /**
4219
+ * ObjectSet containing all objects that are linked to objects in the provided object set, using property
4220
+ * mappings provided at runtime as opposed to providing a predefined relation.
4221
+ */
4222
+ export interface TemplatedSoftLinkSearchAroundObjectSet {
4223
+ objectSet: TemplatedObjectSet;
4224
+ propertyMapping: TemplatedPropertyMapping;
4225
+ }
4226
+ /**
4227
+ * Object Set containing objects present in first provided Object Set and no other Object Sets. The return type
4228
+ * is the same as the type of the first provided Object Set.
4229
+ */
4230
+ export interface TemplatedSubtractedObjectSet {
4231
+ objectSets: Array<TemplatedObjectSet>;
4232
+ }
4233
+ /**
4234
+ * This filter does not analyze the query string.
4235
+ *
4236
+ * An object matches a TermsFilter iff the tokens of the provided property match any of the provided terms.
4237
+ *
4238
+ * For example, a property with value "The Quick Brown Fox", using the default analyzer, would produce the tokens
4239
+ * ["the", "quick", "brown", "fox"], and would therefore match a terms filter with "brown" as a term,
4240
+ * but not one with "Brown" or "Brown Fox" as a term.
4241
+ * It is recommended to use filter only against properties which support exact matches.
4242
+ *
4243
+ * If no property is provided, this filter will consider the tokens for all native properties; runtime derived
4244
+ * properties will be ignored.
4245
+ * If no terms are provided, this filter will match all objects.
4246
+ */
4247
+ export interface TemplatedTermsFilter {
4248
+ propertyId?: PropertyTemplateId | null | undefined;
4249
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4250
+ terms: Array<any>;
4251
+ }
4252
+ /**
4253
+ * A collection of derived properties that can be referenced in an object set or aggregation.
4254
+ * They are ephemeral and only exist for the lifetime of a request.
4255
+ *
4256
+ * Note: There may only be a single entry for a given object type or interface type. An exception will be thrown
4257
+ * otherwise
4258
+ *
4259
+ * However, just as with properties defined in the Ontology, it is valid to add derived properties that share
4260
+ * the same PropertyIdentifier to multiple object types. We do not enforce that these derived properties should
4261
+ * share the same definition or indeed the same data type.
4262
+ */
4263
+ export type TemplatedTypedDerivedProperties = Array<TemplatedTypedDerivedPropertiesEntry>;
4264
+ /**
4265
+ * A collection of derived properties acting on a single interface or object type.
4266
+ * They are ephemeral and only exist for the lifetime of a request.
4267
+ */
4268
+ export interface TemplatedTypedDerivedPropertiesEntry {
4269
+ derivedProperties: TemplatedDerivedProperties;
4270
+ objectTypeOrInterfaceIdentifier: TemplatedObjectTypeOrInterfaceTypeIdentifier;
4271
+ }
4272
+ /**
4273
+ * Object Set containing objects present in at least one of the provided Object Sets. When the provided Object
4274
+ * Sets have different types, the objects along with the interface views of all interfaces involved in the
4275
+ * intersection are returned.
4276
+ *
4277
+ * For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
4278
+ * provided in the response will contain the views for each object type that implements at least one of the
4279
+ * Drivable and Flyable interfaces. The views for an object type will contain both the Driable view and the
4280
+ * Flyable view if the object type implements both.
4281
+ */
4282
+ export interface TemplatedUnionedObjectSet {
4283
+ objectSets: Array<TemplatedObjectSet>;
4284
+ }
4285
+ /**
4286
+ * An object matches an UserContextFilter iff the value of the provided property is exactly equal to the provided user context.
4287
+ */
4288
+ export interface TemplatedUserContextFilter {
4289
+ propertyId?: PropertyTemplateId | null | undefined;
4290
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4291
+ userContext: TemplatedUserContextValue;
4292
+ }
4293
+ export interface TemplatedUserContextValue_multipassUserId {
4294
+ type: "multipassUserId";
4295
+ multipassUserId: MultipassUserId;
4296
+ }
4297
+ export interface TemplatedUserContextValue_multipassAttribute {
4298
+ type: "multipassAttribute";
4299
+ multipassAttribute: TemplatedMultipassAttribute;
4300
+ }
4301
+ /**
4302
+ * Represents a value that is resolved at runtime via the context of who is querying the object set.
4303
+ */
4304
+ export type TemplatedUserContextValue = TemplatedUserContextValue_multipassUserId | TemplatedUserContextValue_multipassAttribute;
4305
+ /**
4306
+ * This filter does not analyze the query string.
4307
+ *
4308
+ * An object matches a WildcardFilter iff the tokens of the provided property matches the term with a wildcard
4309
+ * suffix.
4310
+ *
4311
+ * For example, a query with value "The Quick Brown F" will search for tokens which match "The Quick Brown F*".
4312
+ * If searched on a property with the default analyzer with value "The Quick Brown Fox", it will not match
4313
+ * as the value tokens are ["the", "quick", "brown", "fox"].
4314
+ * It is recommended to use filter only against properties which support exact matches.
4315
+ *
4316
+ * If no property is provided, this filter will consider the tokens for all native properties; runtime derived
4317
+ * properties will be ignored.
4318
+ */
4319
+ export interface TemplatedWildcardFilter {
4320
+ propertyId?: PropertyTemplateId | null | undefined;
4321
+ propertyIdentifier?: TemplatedPropertyIdentifier | null | undefined;
4322
+ term: string;
4323
+ }
4324
+ /**
4325
+ * Object set with extra derived properties defined in the query.
4326
+ */
4327
+ export interface TemplatedWithPropertiesObjectSet {
4328
+ derivedProperties: TemplatedTypedDerivedProperties;
4329
+ objectSet: TemplatedObjectSet;
4330
+ }
4331
+ export type TemplateId = string;
4332
+ /**
4333
+ * A unique identifier of a codex template and optionally a codex template version which resolves to a derived
4334
+ * series. If no version is provided, the latest version is used.
4335
+ */
4336
+ export interface TemplateRidPropertyValue {
4337
+ templateRid: string;
4338
+ templateVersion?: string | null | undefined;
4339
+ }
4340
+ /**
4341
+ * This filter does not analyze the query string.
4342
+ *
4343
+ * An object matches a TermsFilter iff the tokens of the provided property match any of the provided terms.
4344
+ *
4345
+ * For example, a property with value "The Quick Brown Fox", using the default analyzer, would produce the tokens
4346
+ * ["the", "quick", "brown", "fox"], and would therefore match a terms filter with "brown" as a term,
4347
+ * but not one with "Brown" or "Brown Fox" as a term.
4348
+ * It is recommended to use filter only against properties which support exact matches.
4349
+ *
4350
+ * If no property is provided, this filter will consider the tokens for all native properties; runtime derived
4351
+ * properties will be ignored.
4352
+ * If no terms are provided, this filter will match all objects.
4353
+ */
4354
+ export interface TermsFilter {
4355
+ propertyId?: PropertyId | null | undefined;
4356
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
4357
+ terms: Array<any>;
4358
+ }
4359
+ export interface TimeDependentPropertyValue_seriesId {
4360
+ type: "seriesId";
4361
+ seriesId: SeriesIdPropertyValue;
4362
+ }
4363
+ export interface TimeDependentPropertyValue_templateRid {
4364
+ type: "templateRid";
4365
+ templateRid: TemplateRidPropertyValue;
4366
+ }
4367
+ export interface TimeDependentPropertyValue_qualifiedSeriesId {
4368
+ type: "qualifiedSeriesId";
4369
+ qualifiedSeriesId: QualifiedSeriesIdPropertyValue;
4370
+ }
4371
+ /**
4372
+ * Identifies a time series in codex.
4373
+ * The qualifiedSeriesId variant should be used when there are multiple time series datasources backing this
4374
+ * property value (and therefore we need to specify which one to qualify with).
4375
+ */
4376
+ export type TimeDependentPropertyValue = TimeDependentPropertyValue_seriesId | TimeDependentPropertyValue_templateRid | TimeDependentPropertyValue_qualifiedSeriesId;
4377
+ /**
4378
+ * A rid identifying a time series sync.
4379
+ */
4380
+ export type TimeSeriesSyncRid = string;
4381
+ /**
4382
+ * Number of milliseconds since Unix epoch.
4383
+ */
4384
+ export type TimestampFilterValue = number;
4385
+ /**
4386
+ * Number of milliseconds since Unix epoch.
4387
+ */
4388
+ export interface TimestampLiteral {
4389
+ timestamp: number;
4390
+ }
4391
+ /**
4392
+ * Number of milliseconds since Unix epoch.
4393
+ */
4394
+ export type TimestampPropertyValue = number;
4395
+ /**
4396
+ * Time to live for a temporary object set.
4397
+ */
4398
+ export type TimeToLive = "ONE_HOUR" | "ONE_DAY";
4399
+ /**
4400
+ * A unit of time.
4401
+ */
4402
+ export type TimeUnit = "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR";
4403
+ /**
4404
+ * An identifier of a time zone, e.g. "Europe/London" as defined by the Time Zone Database.
4405
+ */
4406
+ export type TimeZoneId = string;
4407
+ /**
4408
+ * Specifies the title property of an object type which is present on all object types.
4409
+ */
4410
+ export interface TitleProperty {}
4411
+ /**
4412
+ * The identifier of a transaction in a foundry dataset
4413
+ */
4414
+ export type TransactionRid = string;
4415
+ /**
4416
+ * A collection of derived properties that can be referenced in an object set or aggregation.
4417
+ * They are ephemeral and only exist for the lifetime of a request.
4418
+ *
4419
+ * Note: There may only be a single entry for a given object type or interface type. An exception will be thrown
4420
+ * otherwise
4421
+ *
4422
+ * However, just as with properties defined in the Ontology, it is valid to add derived properties that share
4423
+ * the same PropertyIdentifier to multiple object types. We do not enforce that these derived properties should
4424
+ * share the same definition or indeed the same data type.
4425
+ */
4426
+ export type TypedDerivedProperties = Array<TypedDerivedPropertiesEntry>;
4427
+ /**
4428
+ * A collection of derived properties acting on a single interface or object type.
4429
+ * They are ephemeral and only exist for the lifetime of a request.
4430
+ */
4431
+ export interface TypedDerivedPropertiesEntry {
4432
+ derivedProperties: DerivedProperties;
4433
+ objectTypeOrInterfaceIdentifier: ObjectTypeOrInterfaceTypeIdentifier;
4434
+ }
4435
+ /**
4436
+ * Object Set containing objects present in at least one of the provided Object Sets. When the provided Object
4437
+ * Sets have different types, the objects along with the interface views of all interfaces involved in the
4438
+ * intersection are returned.
4439
+ *
4440
+ * For example, in "Intersected(InterfaceBase(Drivable), InterfaceBase(Flyable))", the interface views
4441
+ * provided in the response will contain the views for each object type that implements at least one of the
4442
+ * Drivable and Flyable interfaces. The views for an object type will contain both the Driable view and the
4443
+ * Flyable view if the object type implements both.
4444
+ */
4445
+ export interface UnionedObjectSet {
4446
+ objectSets: Array<ObjectSet>;
4447
+ }
4448
+ /**
4449
+ * An unresolved filter parameter.
4450
+ */
4451
+ export interface UnresolvedFilterParameter {
4452
+ defaultValue?: FilterValue | null | undefined;
4453
+ description?: string | null | undefined;
4454
+ name: string;
4455
+ parameterId: UnresolvedFilterParameterId;
4456
+ }
4457
+ /**
4458
+ * Id of an unresolved filter parameter.
4459
+ */
4460
+ export type UnresolvedFilterParameterId = string;
4461
+ /**
4462
+ * Ordering which causes objects to be returned in an arbitrary order - no assumptions should be made about
4463
+ * the ordering of returned objects.
4464
+ * Consider using this whenever there's no need to have the results be returned in any specific ordering as it
4465
+ * can cause the request to complete faster.
4466
+ */
4467
+ export interface UnspecifiedResultOrdering {}
4468
+ export interface UpdateLatestVersionRequest {
4469
+ currentLatestVersion?: ObjectSetVersion | null | undefined;
4470
+ objectSet: ObjectSet;
4471
+ }
4472
+ /**
4473
+ * WARNING: this feature is not yet supported
4474
+ *
4475
+ * Estimate of the usage cost generated by this request.
4476
+ *
4477
+ * Recorded values are influenced by how much data and compute was required to carry out the request as well
4478
+ * as the owner of the resource determined by the provided `owningRid`.
4479
+ *
4480
+ * NOTE: The reported usage does not account for the Object Storage V1 cost.
4481
+ *
4482
+ * Please refer to resource management documentation for more details.
4483
+ */
4484
+ export interface UsageCost {
4485
+ computeUsage?: number | "NaN" | "Infinity" | "-Infinity" | null | undefined;
4486
+ }
4487
+ /**
4488
+ * An object matches an UserContextFilter iff the value of the provided property is exactly equal to the provided user context.
4489
+ */
4490
+ export interface UserContextFilter {
4491
+ propertyId?: PropertyId | null | undefined;
4492
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
4493
+ userContext: UserContextValue;
4494
+ }
4495
+ export interface UserContextValue_multipassUserId {
4496
+ type: "multipassUserId";
4497
+ multipassUserId: MultipassUserId;
4498
+ }
4499
+ export interface UserContextValue_multipassAttribute {
4500
+ type: "multipassAttribute";
4501
+ multipassAttribute: MultipassAttribute;
4502
+ }
4503
+ /**
4504
+ * Represents a value that is resolved at runtime via the context of who is querying the object set.
4505
+ */
4506
+ export type UserContextValue = UserContextValue_multipassUserId | UserContextValue_multipassAttribute;
4507
+ /**
4508
+ * An ordering by aggregation results.
4509
+ */
4510
+ export interface ValueOrdering {
4511
+ direction: OrderingDirection;
4512
+ metricName: MetricName;
4513
+ }
4514
+ export interface Vector_doubleVector {
4515
+ type: "doubleVector";
4516
+ doubleVector: Array<number | "NaN" | "Infinity" | "-Infinity">;
4517
+ }
4518
+ /**
4519
+ * A vector of values.
4520
+ */
4521
+ export type Vector = Vector_doubleVector;
4522
+ /**
4523
+ * An object property value whose type is vector.
4524
+ */
4525
+ export type VectorPropertyValue = Vector;
4526
+ /**
4527
+ * Actions on versioned object sets.
4528
+ */
4529
+ export type VersionedObjectSetOperation = "READ" | "EDIT";
4530
+ /**
4531
+ * Security schema wrapper for object set version parent RIDs
4532
+ */
4533
+ export type VersionedObjectSetParentRid = string;
4534
+ /**
4535
+ * Resource identifier for a versioned object set.
4536
+ */
4537
+ export type VersionedObjectSetRid = string;
4538
+ /**
4539
+ * This filter does not analyze the query string.
4540
+ *
4541
+ * An object matches a WildcardFilter iff the tokens of the provided property matches the term with a wildcard
4542
+ * suffix.
4543
+ *
4544
+ * For example, a query with value "The Quick Brown F" will search for tokens which match "The Quick Brown F*".
4545
+ * If searched on a property with the default analyzer with value "The Quick Brown Fox", it will not match
4546
+ * as the value tokens are ["the", "quick", "brown", "fox"].
4547
+ * It is recommended to use filter only against properties which support exact matches.
4548
+ *
4549
+ * If no property is provided, this filter will consider the tokens for all native properties; runtime derived
4550
+ * properties will be ignored.
4551
+ */
4552
+ export interface WildcardFilter {
4553
+ propertyId?: PropertyId | null | undefined;
4554
+ propertyIdentifier?: PropertyIdentifier | null | undefined;
4555
+ term: string;
4556
+ }
4557
+ /**
4558
+ * Object set with extra derived properties defined in the query.
4559
+ */
4560
+ export interface WithPropertiesObjectSet {
4561
+ derivedProperties: TypedDerivedProperties;
4562
+ objectSet: ObjectSet;
4563
+ }
4564
+ /**
4565
+ * Resource identifier of a Phonograph2 workstate.
4566
+ */
4567
+ export type WorkstateRid = string;