@smartspace/api-client 0.1.0-main.94e0c20 → 0.1.0-main.b5dffdf

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 (842) hide show
  1. package/dist/generated/chat/api.d.ts +81 -71
  2. package/dist/generated/chat/api.js +126 -65
  3. package/dist/generated/chat/api.msw.d.ts +74 -0
  4. package/dist/generated/chat/api.msw.js +618 -0
  5. package/dist/generated/chat/models/accessAccess.d.ts +37 -0
  6. package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
  7. package/dist/generated/chat/models/aiModel.d.ts +24 -0
  8. package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
  9. package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
  10. package/dist/generated/chat/models/aiModelSummary.d.ts +26 -0
  11. package/dist/generated/chat/models/commentComment.d.ts +10 -3
  12. package/dist/generated/chat/models/commentComment.js +0 -6
  13. package/dist/generated/chat/models/commentCommentSummary.d.ts +2 -2
  14. package/dist/generated/chat/models/commentCreateComment.d.ts +10 -0
  15. package/dist/generated/chat/models/dataSet.d.ts +2 -2
  16. package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
  17. package/dist/generated/chat/models/dataSourceContainer.js +0 -6
  18. package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
  19. package/dist/generated/chat/models/documentsGetDocumentSasParams.d.ts +12 -0
  20. package/dist/generated/chat/models/enumsModelPublisher.d.ts +22 -0
  21. package/dist/generated/chat/models/enumsModelPublisher.js +25 -0
  22. package/dist/generated/chat/models/filesDownloadFileParams.d.ts +16 -0
  23. package/dist/generated/chat/models/filesFile.d.ts +26 -0
  24. package/dist/generated/chat/models/filesFileUriResponse.d.ts +9 -0
  25. package/dist/generated/chat/models/filesGetFileInfoParams.d.ts +18 -0
  26. package/dist/generated/chat/models/filesGetUriParams.d.ts +16 -0
  27. package/dist/generated/chat/models/filesUploadFilesBody.d.ts +18 -0
  28. package/dist/generated/chat/models/flowRunsGetVariables200One.d.ts +9 -0
  29. package/dist/generated/chat/models/flowRunsGetVariables200Three.d.ts +9 -0
  30. package/dist/generated/chat/models/flowRunsGetVariables200Two.d.ts +9 -0
  31. package/dist/generated/chat/models/flowsConnection.d.ts +11 -0
  32. package/dist/generated/chat/models/flowsFlow.d.ts +16 -0
  33. package/dist/generated/chat/models/flowsFlowBlock.d.ts +22 -0
  34. package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
  35. package/dist/generated/chat/models/flowsFlowConstantValue.d.ts +10 -0
  36. package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
  37. package/dist/generated/chat/models/flowsFlowDefinitionBlocks.d.ts +13 -0
  38. package/dist/generated/chat/models/flowsFlowDefinitionConstants.d.ts +13 -0
  39. package/dist/generated/chat/models/flowsFlowDefinitionInputs.d.ts +13 -0
  40. package/dist/generated/chat/models/flowsFlowDefinitionLayout.d.ts +10 -0
  41. package/dist/generated/chat/models/flowsFlowDefinitionOutputs.d.ts +13 -0
  42. package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
  43. package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
  44. package/dist/generated/chat/models/flowsFlowInputSchema.d.ts +9 -0
  45. package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
  46. package/dist/generated/chat/models/flowsFlowOutputSchema.d.ts +9 -0
  47. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +17 -0
  48. package/dist/generated/chat/models/flowsFlowVariable.d.ts +12 -0
  49. package/dist/generated/chat/models/flowsFlowVariableSchema.d.ts +9 -0
  50. package/dist/generated/chat/models/index.d.ts +71 -64
  51. package/dist/generated/chat/models/index.js +71 -64
  52. package/dist/generated/chat/models/mentionsMention.d.ts +11 -0
  53. package/dist/generated/chat/models/messageThreadsGetCommentsParams.d.ts +16 -0
  54. package/dist/generated/chat/models/messageThreadsThreadMessagesIdMessagesParams.d.ts +16 -0
  55. package/dist/generated/chat/models/messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.d.ts +16 -0
  56. package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
  57. package/dist/generated/chat/models/messagesCreateMessageInputChannels.d.ts +12 -0
  58. package/dist/generated/chat/models/messagesCreateMessageInputValue.d.ts +10 -0
  59. package/dist/generated/chat/models/messagesGetCommentsParams.d.ts +16 -0
  60. package/dist/generated/chat/models/messagesMessage.d.ts +24 -0
  61. package/dist/generated/chat/models/messagesMessageCreatorProfileImage.d.ts +11 -0
  62. package/dist/generated/chat/models/messagesMessageError.d.ts +16 -0
  63. package/dist/generated/chat/models/messagesMessageErrorData.d.ts +10 -0
  64. package/dist/generated/chat/models/messagesMessageRequest.d.ts +20 -0
  65. package/dist/generated/chat/models/messagesMessageRequestVariables.d.ts +12 -0
  66. package/dist/generated/chat/models/messagesMessageValue.d.ts +22 -0
  67. package/dist/generated/chat/models/messagesMessageValueChannels.d.ts +9 -0
  68. package/dist/generated/chat/models/messagesMessageValueValue.d.ts +10 -0
  69. package/dist/generated/chat/models/modelModel.d.ts +2 -0
  70. package/dist/generated/chat/models/modelsGetModelsParams.d.ts +20 -0
  71. package/dist/generated/chat/models/notificationGetParams.d.ts +20 -0
  72. package/dist/generated/chat/models/notificationsNotification.d.ts +30 -0
  73. package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
  74. package/dist/generated/chat/models/pagedDataCollectionAccessAccess.d.ts +11 -0
  75. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  76. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +11 -0
  77. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  78. package/dist/generated/chat/models/usersAppUser.d.ts +13 -0
  79. package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +11 -0
  80. package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +13 -0
  81. package/dist/generated/chat/models/workSpacesGetUsersParams.d.ts +11 -0
  82. package/dist/generated/chat/models/workSpacesGetUsersParams.js +8 -0
  83. package/dist/generated/chat/models/workSpacesThreadParams.d.ts +11 -0
  84. package/dist/generated/chat/models/workSpacesThreadParams.js +8 -0
  85. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +45 -0
  86. package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  87. package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  88. package/dist/generated/chat/zod.d.ts +462 -236
  89. package/dist/generated/chat/zod.js +547 -388
  90. package/dist/generated/config/api.d.ts +317 -215
  91. package/dist/generated/config/api.js +576 -210
  92. package/dist/generated/config/api.msw.d.ts +253 -0
  93. package/dist/generated/config/api.msw.js +2441 -0
  94. package/dist/generated/config/models/accessAccess.d.ts +37 -0
  95. package/dist/generated/config/models/accessAccessWorkSpace.d.ts +27 -0
  96. package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
  97. package/dist/generated/config/models/accessGetAccessesParams.d.ts +19 -0
  98. package/dist/generated/config/models/accessGetGroupsParams.d.ts +11 -0
  99. package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +11 -0
  100. package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +16 -0
  101. package/dist/generated/config/models/accessSearchGroupsParams.d.ts +15 -0
  102. package/dist/generated/config/models/accessSearchServicePrincipalsParams.d.ts +15 -0
  103. package/dist/generated/config/models/accessSearchUsersParams.d.ts +15 -0
  104. package/dist/generated/config/models/activitiesActivityWorkSpace.d.ts +41 -0
  105. package/dist/generated/config/models/activitiesLlmUsageMetrics.d.ts +18 -0
  106. package/dist/generated/config/models/activityExportLoggingsParams.d.ts +16 -0
  107. package/dist/generated/config/models/activityGetLoggingParams.d.ts +18 -0
  108. package/dist/generated/config/models/aiCreateModel.d.ts +15 -0
  109. package/dist/generated/config/models/aiCreateModelDeployment.d.ts +23 -0
  110. package/dist/generated/config/models/aiCreateModelDeploymentProvider.d.ts +27 -0
  111. package/dist/generated/config/models/aiCreateModelDeploymentProviderGoogleCredentials.d.ts +12 -0
  112. package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
  113. package/dist/generated/config/models/aiModel.d.ts +24 -0
  114. package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
  115. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
  116. package/dist/generated/config/models/aiModelSummary.d.ts +26 -0
  117. package/dist/generated/config/models/azureADGroup.d.ts +11 -0
  118. package/dist/generated/config/models/blockSetsAddBlockSetBody.d.ts +10 -0
  119. package/dist/generated/config/models/blockSetsGetBlockSetsParams.d.ts +12 -0
  120. package/dist/generated/config/models/blocksBlockInfo.d.ts +21 -0
  121. package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
  122. package/dist/generated/config/models/blocksBlockInterfaceMetadata.d.ts +9 -0
  123. package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
  124. package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
  125. package/dist/generated/config/models/blocksBlockSet.d.ts +26 -0
  126. package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
  127. package/dist/generated/config/models/blocksGetBlocks200One.d.ts +12 -0
  128. package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
  129. package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
  130. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +17 -0
  131. package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
  132. package/dist/generated/config/models/blocksInputPinInterfaceDefault.d.ts +10 -0
  133. package/dist/generated/config/models/blocksInputPinInterfaceGenerics.d.ts +10 -0
  134. package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
  135. package/dist/generated/config/models/blocksInputPinInterfaceSchema.d.ts +9 -0
  136. package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
  137. package/dist/generated/config/models/blocksOutputPinInterfaceGenerics.d.ts +10 -0
  138. package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
  139. package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
  140. package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
  141. package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
  142. package/dist/generated/config/models/blocksPortInterfaceMetadata.d.ts +9 -0
  143. package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
  144. package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
  145. package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
  146. package/dist/generated/config/models/blocksStateInterfaceDefault.d.ts +10 -0
  147. package/dist/generated/config/models/blocksStateInterfaceMetadata.d.ts +9 -0
  148. package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
  149. package/dist/generated/config/models/containersPostParams.d.ts +12 -0
  150. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  151. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  152. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  153. package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
  154. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  155. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  156. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  157. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  158. package/dist/generated/config/models/dataSet.d.ts +2 -2
  159. package/dist/generated/config/models/dataSetItem.d.ts +15 -0
  160. package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
  161. package/dist/generated/config/models/dataSetItemProperties.d.ts +9 -0
  162. package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
  163. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +14 -0
  164. package/dist/generated/config/models/dataSetsDataSet.d.ts +34 -0
  165. package/dist/generated/config/models/dataSetsDataSetProperty.d.ts +12 -0
  166. package/dist/generated/config/models/dataSetsGetContainerItemsRunHistoryParams.d.ts +11 -0
  167. package/dist/generated/config/models/dataSetsGetItemsParams.d.ts +10 -0
  168. package/dist/generated/config/models/dataSetsGetParams.d.ts +11 -0
  169. package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
  170. package/dist/generated/config/models/dataSetsUpdateDataSetBasicInfo.d.ts +11 -0
  171. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
  172. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  173. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  174. package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
  175. package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
  176. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  177. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  178. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  179. package/dist/generated/config/models/dataSourcesContainersParams.d.ts +16 -0
  180. package/dist/generated/config/models/dataSourcesCreateDataSource.d.ts +15 -0
  181. package/dist/generated/config/models/dataSourcesCreateDataSourceCredentials.d.ts +9 -0
  182. package/dist/generated/config/models/dataSourcesDataSource.d.ts +24 -0
  183. package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
  184. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  185. package/dist/generated/config/models/dataSourcesDataSourceCredentialsDefinition.d.ts +12 -0
  186. package/dist/generated/config/models/dataSourcesDataSourceProperty.d.ts +12 -0
  187. package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
  188. package/dist/generated/config/models/dataSourcesGetParams.d.ts +13 -0
  189. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  190. package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
  191. package/dist/generated/config/models/dataSourcesTestDataSourceConnectionCredentials.d.ts +9 -0
  192. package/dist/generated/config/models/dataSourcesUpdateDataSource.d.ts +9 -0
  193. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
  194. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentialsCredentials.d.ts +9 -0
  195. package/dist/generated/config/models/dataSpacesCreateDataSpace.d.ts +11 -0
  196. package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
  197. package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
  198. package/dist/generated/config/models/dataSpacesDataSpaceWorkSpaceRef.d.ts +11 -0
  199. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +11 -0
  200. package/dist/generated/config/models/dataSpacesGetParams.d.ts +13 -0
  201. package/dist/generated/config/models/dataSpacesUpdateDataSpace.d.ts +12 -0
  202. package/dist/generated/config/models/documentsGetDocumentSasParams.d.ts +12 -0
  203. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  204. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  205. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
  206. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  207. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  208. package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
  209. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  210. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  211. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  212. package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
  213. package/dist/generated/config/models/enumsModelPublisher.js +25 -0
  214. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  215. package/dist/generated/config/models/enumsPermissions.js +0 -20
  216. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  217. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  218. package/dist/generated/config/models/filesAddMessageFileFromBlobUri.d.ts +14 -0
  219. package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
  220. package/dist/generated/config/models/filesDownloadFileParams.d.ts +16 -0
  221. package/dist/generated/config/models/filesFile.d.ts +26 -0
  222. package/dist/generated/config/models/filesFileUriResponse.d.ts +9 -0
  223. package/dist/generated/config/models/filesGetFileInfoParams.d.ts +16 -0
  224. package/dist/generated/config/models/filesGetUriParams.d.ts +16 -0
  225. package/dist/generated/config/models/filesIngestedBlob.d.ts +27 -0
  226. package/dist/generated/config/models/filesUploadFilesBody.d.ts +18 -0
  227. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
  228. package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
  229. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +12 -0
  230. package/dist/generated/config/models/flowRunsGetVariables200One.d.ts +9 -0
  231. package/dist/generated/config/models/flowRunsGetVariables200Three.d.ts +9 -0
  232. package/dist/generated/config/models/flowRunsGetVariables200Two.d.ts +9 -0
  233. package/dist/generated/config/models/flowRunsSearchFlowRunsParams.d.ts +25 -0
  234. package/dist/generated/config/models/flowsConnection.d.ts +11 -0
  235. package/dist/generated/config/models/flowsFlow.d.ts +16 -0
  236. package/dist/generated/config/models/flowsFlowBlock.d.ts +22 -0
  237. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  238. package/dist/generated/config/models/flowsFlowConstantValue.d.ts +10 -0
  239. package/dist/generated/config/models/flowsFlowDataSet.d.ts +18 -0
  240. package/dist/generated/config/models/flowsFlowDataSpace.d.ts +13 -0
  241. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  242. package/dist/generated/config/models/flowsFlowDefinitionBlocks.d.ts +13 -0
  243. package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
  244. package/dist/generated/config/models/flowsFlowDefinitionInputs.d.ts +13 -0
  245. package/dist/generated/config/models/flowsFlowDefinitionLayout.d.ts +10 -0
  246. package/dist/generated/config/models/flowsFlowDefinitionOutputs.d.ts +13 -0
  247. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  248. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  249. package/dist/generated/config/models/flowsFlowInput.js +2 -0
  250. package/dist/generated/config/models/flowsFlowInputSchema.d.ts +9 -0
  251. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  252. package/dist/generated/config/models/flowsFlowOutput.js +2 -0
  253. package/dist/generated/config/models/flowsFlowOutputSchema.d.ts +9 -0
  254. package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
  255. package/dist/generated/config/models/flowsFlowRun.js +2 -0
  256. package/dist/generated/config/models/flowsFlowTrigger.d.ts +17 -0
  257. package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
  258. package/dist/generated/config/models/flowsFlowVariable.d.ts +12 -0
  259. package/dist/generated/config/models/flowsFlowVariable.js +2 -0
  260. package/dist/generated/config/models/flowsFlowVariableSchema.d.ts +9 -0
  261. package/dist/generated/config/models/flowsFlowWorkSpace.d.ts +17 -0
  262. package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
  263. package/dist/generated/config/models/index.d.ts +220 -149
  264. package/dist/generated/config/models/index.js +220 -149
  265. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  266. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  267. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
  268. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.js +2 -0
  269. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
  270. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.js +8 -0
  271. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
  272. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  273. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  274. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  275. package/dist/generated/config/models/messageThreadsGetStepExecutionsParams.d.ts +12 -0
  276. package/dist/generated/config/models/messageThreadsGetStepExecutionsParams.js +8 -0
  277. package/dist/generated/config/models/messageThreadsGetWorkspaceExecutionsParams.d.ts +12 -0
  278. package/dist/generated/config/models/messageThreadsGetWorkspaceExecutionsParams.js +8 -0
  279. package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
  280. package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
  281. package/dist/generated/config/models/messagesCreateMessageInputChannels.d.ts +12 -0
  282. package/dist/generated/config/models/messagesCreateMessageInputChannels.js +8 -0
  283. package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
  284. package/dist/generated/config/models/messagesCreateMessageInputValue.js +8 -0
  285. package/dist/generated/config/models/messagesMessage.d.ts +24 -0
  286. package/dist/generated/config/models/messagesMessage.js +2 -0
  287. package/dist/generated/config/models/messagesMessageCreatorProfileImage.d.ts +11 -0
  288. package/dist/generated/config/models/messagesMessageCreatorProfileImage.js +8 -0
  289. package/dist/generated/config/models/messagesMessageError.d.ts +16 -0
  290. package/dist/generated/config/models/messagesMessageError.js +2 -0
  291. package/dist/generated/config/models/messagesMessageErrorData.d.ts +10 -0
  292. package/dist/generated/config/models/messagesMessageErrorData.js +8 -0
  293. package/dist/generated/config/models/messagesMessageValue.d.ts +22 -0
  294. package/dist/generated/config/models/messagesMessageValue.js +2 -0
  295. package/dist/generated/config/models/messagesMessageValueChannels.d.ts +9 -0
  296. package/dist/generated/config/models/messagesMessageValueChannels.js +8 -0
  297. package/dist/generated/config/models/messagesMessageValueValue.d.ts +10 -0
  298. package/dist/generated/config/models/messagesMessageValueValue.js +8 -0
  299. package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
  300. package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
  301. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
  302. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -0
  303. package/dist/generated/config/models/modelModel.d.ts +2 -0
  304. package/dist/generated/config/models/modelProvidersGetProvidersParams.d.ts +16 -0
  305. package/dist/generated/config/models/modelProvidersGetProvidersParams.js +8 -0
  306. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
  307. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
  308. package/dist/generated/config/models/modelsGetModelsParams.d.ts +20 -0
  309. package/dist/generated/config/models/modelsGetModelsParams.js +8 -0
  310. package/dist/generated/config/models/notificationGetParams.d.ts +20 -0
  311. package/dist/generated/config/models/notificationGetParams.js +8 -0
  312. package/dist/generated/config/models/notificationsNotification.d.ts +30 -0
  313. package/dist/generated/config/models/notificationsNotification.js +2 -0
  314. package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
  315. package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
  316. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +11 -0
  317. package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
  318. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  319. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  320. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
  321. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
  322. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  323. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
  324. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +11 -0
  325. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.js +2 -0
  326. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +11 -0
  327. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
  328. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +11 -0
  329. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.js +2 -0
  330. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
  331. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -0
  332. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
  333. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.js +2 -0
  334. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
  335. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
  336. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
  337. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
  338. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
  339. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
  340. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
  341. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
  342. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  343. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
  344. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
  345. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
  346. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
  347. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  348. package/dist/generated/config/models/reportingGetRequestsParams.d.ts +14 -0
  349. package/dist/generated/config/models/reportingGetRequestsParams.js +2 -0
  350. package/dist/generated/config/models/reportingGetTokensParams.d.ts +14 -0
  351. package/dist/generated/config/models/reportingGetTokensParams.js +2 -0
  352. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.d.ts +16 -0
  353. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
  354. package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
  355. package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
  356. package/dist/generated/config/models/usersAppAccessUser.d.ts +13 -0
  357. package/dist/generated/config/models/usersAppAccessUser.js +8 -0
  358. package/dist/generated/config/models/usersAppRole.d.ts +12 -0
  359. package/dist/generated/config/models/usersAppRole.js +8 -0
  360. package/dist/generated/config/models/usersAppUserDetail.d.ts +20 -0
  361. package/dist/generated/config/models/usersAppUserDetail.js +2 -0
  362. package/dist/generated/config/models/usersAppUserSearchResult.d.ts +13 -0
  363. package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
  364. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  365. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  366. package/dist/generated/config/models/usersGetAccessWorkSpacesParams.d.ts +16 -0
  367. package/dist/generated/config/models/usersGetAccessWorkSpacesParams.js +8 -0
  368. package/dist/generated/config/models/usersGetUsersParams.d.ts +11 -0
  369. package/dist/generated/config/models/usersGetUsersParams.js +8 -0
  370. package/dist/generated/config/models/usersRemoveUserFromAllWorkSpacesParams.d.ts +12 -0
  371. package/dist/generated/config/models/usersRemoveUserFromAllWorkSpacesParams.js +8 -0
  372. package/dist/generated/config/models/usersSearchUsersParams.d.ts +10 -0
  373. package/dist/generated/config/models/usersSearchUsersParams.js +8 -0
  374. package/dist/generated/config/models/usersServicePrincipalSearchResult.d.ts +11 -0
  375. package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -0
  376. package/dist/generated/config/models/workSpaceTemplatesGetParams.d.ts +20 -0
  377. package/dist/generated/config/models/workSpaceTemplatesGetParams.js +8 -0
  378. package/dist/generated/config/models/workSpacesCreateWorkSpace.d.ts +22 -0
  379. package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
  380. package/dist/generated/config/models/workSpacesGetGetParams.d.ts +13 -0
  381. package/dist/generated/config/models/workSpacesGetGetParams.js +8 -0
  382. package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +11 -0
  383. package/dist/generated/config/models/workSpacesGetThreadsParams.js +8 -0
  384. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
  385. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
  386. package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.d.ts +18 -0
  387. package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
  388. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +45 -0
  389. package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
  390. package/dist/generated/config/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  391. package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
  392. package/dist/generated/config/models/workSpacesWorkSpaceUser.d.ts +11 -0
  393. package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
  394. package/dist/generated/config/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  395. package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
  396. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
  397. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
  398. package/dist/generated/config/zod.d.ts +2116 -1411
  399. package/dist/generated/config/zod.js +1907 -1443
  400. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +18 -0
  401. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +2 -0
  402. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
  403. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.js +5 -0
  404. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
  405. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
  406. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
  407. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
  408. package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
  409. package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
  410. package/dist/index.d.ts +1 -0
  411. package/dist/index.js +2 -1
  412. package/dist/mocks.d.ts +2 -0
  413. package/dist/mocks.js +42 -0
  414. package/dist/signalr.d.ts +5 -0
  415. package/dist/signalr.js +18 -0
  416. package/package.json +29 -3
  417. package/dist/generated/chat/models/access.d.ts +0 -37
  418. package/dist/generated/chat/models/appUserAppUser.d.ts +0 -13
  419. package/dist/generated/chat/models/commentMentionedUser.d.ts +0 -11
  420. package/dist/generated/chat/models/connection.d.ts +0 -11
  421. package/dist/generated/chat/models/createComment.d.ts +0 -10
  422. package/dist/generated/chat/models/file.d.ts +0 -26
  423. package/dist/generated/chat/models/flow.d.ts +0 -16
  424. package/dist/generated/chat/models/flowBlock.d.ts +0 -22
  425. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  426. package/dist/generated/chat/models/flowConstantValue.d.ts +0 -10
  427. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  428. package/dist/generated/chat/models/flowDefinitionBlocks.d.ts +0 -13
  429. package/dist/generated/chat/models/flowDefinitionConstants.d.ts +0 -13
  430. package/dist/generated/chat/models/flowDefinitionInputs.d.ts +0 -13
  431. package/dist/generated/chat/models/flowDefinitionLayout.d.ts +0 -10
  432. package/dist/generated/chat/models/flowDefinitionOutputs.d.ts +0 -13
  433. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  434. package/dist/generated/chat/models/flowInput.d.ts +0 -10
  435. package/dist/generated/chat/models/flowInputSchema.d.ts +0 -9
  436. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  437. package/dist/generated/chat/models/flowOutputSchema.d.ts +0 -9
  438. package/dist/generated/chat/models/flowTrigger.d.ts +0 -17
  439. package/dist/generated/chat/models/flowVariable.d.ts +0 -12
  440. package/dist/generated/chat/models/flowVariableSchema.d.ts +0 -9
  441. package/dist/generated/chat/models/getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts +0 -12
  442. package/dist/generated/chat/models/getFilesIdDownloadParams.d.ts +0 -18
  443. package/dist/generated/chat/models/getFilesIdParams.d.ts +0 -18
  444. package/dist/generated/chat/models/getFilesIdUriParams.d.ts +0 -18
  445. package/dist/generated/chat/models/getFlowRunsIdVariables200One.d.ts +0 -9
  446. package/dist/generated/chat/models/getFlowRunsIdVariables200Three.d.ts +0 -9
  447. package/dist/generated/chat/models/getFlowRunsIdVariables200Two.d.ts +0 -9
  448. package/dist/generated/chat/models/getMessageThreadsIdCommentsParams.d.ts +0 -16
  449. package/dist/generated/chat/models/getMessageThreadsIdMessagesParams.d.ts +0 -16
  450. package/dist/generated/chat/models/getMessagesIdCommentsParams.d.ts +0 -16
  451. package/dist/generated/chat/models/getModelsParams.d.ts +0 -20
  452. package/dist/generated/chat/models/getNotificationParams.d.ts +0 -20
  453. package/dist/generated/chat/models/getWorkSpacesIdAccessParams.d.ts +0 -20
  454. package/dist/generated/chat/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
  455. package/dist/generated/chat/models/getWorkSpacesIdUsersParams.d.ts +0 -11
  456. package/dist/generated/chat/models/getWorkSpacesParams.d.ts +0 -25
  457. package/dist/generated/chat/models/getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.d.ts +0 -16
  458. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowError.d.ts +0 -16
  459. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  460. package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
  461. package/dist/generated/chat/models/messageCreateMessageInputChannels.d.ts +0 -12
  462. package/dist/generated/chat/models/messageCreateMessageInputValue.d.ts +0 -10
  463. package/dist/generated/chat/models/messageMessage.d.ts +0 -24
  464. package/dist/generated/chat/models/messageMessageCreatorProfileImage.d.ts +0 -11
  465. package/dist/generated/chat/models/messageMessageRequest.d.ts +0 -20
  466. package/dist/generated/chat/models/messageMessageRequestVariables.d.ts +0 -12
  467. package/dist/generated/chat/models/messageMessageValue.d.ts +0 -22
  468. package/dist/generated/chat/models/messageMessageValueChannels.d.ts +0 -9
  469. package/dist/generated/chat/models/messageMessageValueValue.d.ts +0 -10
  470. package/dist/generated/chat/models/modelModelSummary.d.ts +0 -24
  471. package/dist/generated/chat/models/notificationNotification.d.ts +0 -33
  472. package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
  473. package/dist/generated/chat/models/pagedDataCollectionAccess.d.ts +0 -11
  474. package/dist/generated/chat/models/pagedDataCollectionMessageMessage.d.ts +0 -11
  475. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  476. package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  477. package/dist/generated/chat/models/postFilesBody.d.ts +0 -18
  478. package/dist/generated/chat/models/workSpace.d.ts +0 -47
  479. package/dist/generated/chat/models/workSpaceInputs.d.ts +0 -10
  480. package/dist/generated/chat/models/workSpaceVariables.d.ts +0 -10
  481. package/dist/generated/config/models/access.d.ts +0 -37
  482. package/dist/generated/config/models/accessWorkSpace.d.ts +0 -27
  483. package/dist/generated/config/models/activityActivityWorkSpace.d.ts +0 -41
  484. package/dist/generated/config/models/activityLlmUsageMetrics.d.ts +0 -18
  485. package/dist/generated/config/models/appRole.d.ts +0 -12
  486. package/dist/generated/config/models/appUserAppUser.d.ts +0 -13
  487. package/dist/generated/config/models/appUserAppUserDetail.d.ts +0 -20
  488. package/dist/generated/config/models/appUserAppUserSearchResult.d.ts +0 -12
  489. package/dist/generated/config/models/blockBlockSet.d.ts +0 -22
  490. package/dist/generated/config/models/blockBlockSetBlockInterfaces.d.ts +0 -12
  491. package/dist/generated/config/models/blockInfo.d.ts +0 -21
  492. package/dist/generated/config/models/blockInterface.d.ts +0 -17
  493. package/dist/generated/config/models/blockInterfaceMetadata.d.ts +0 -9
  494. package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
  495. package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
  496. package/dist/generated/config/models/configApiAddMessageFileFromBlobUri.d.ts +0 -14
  497. package/dist/generated/config/models/connection.d.ts +0 -11
  498. package/dist/generated/config/models/createContainer.d.ts +0 -11
  499. package/dist/generated/config/models/createDataSet.d.ts +0 -13
  500. package/dist/generated/config/models/createDataSource.d.ts +0 -15
  501. package/dist/generated/config/models/createDataSourceCredentials.d.ts +0 -9
  502. package/dist/generated/config/models/createDataSpace.d.ts +0 -11
  503. package/dist/generated/config/models/createModel.d.ts +0 -13
  504. package/dist/generated/config/models/createModelDeployment.d.ts +0 -23
  505. package/dist/generated/config/models/createModelDeploymentProvider.d.ts +0 -27
  506. package/dist/generated/config/models/createModelDeploymentProviderGoogleCredentials.d.ts +0 -12
  507. package/dist/generated/config/models/createWorkSpace.d.ts +0 -22
  508. package/dist/generated/config/models/dataSource.d.ts +0 -24
  509. package/dist/generated/config/models/dataSourceCredentialsDefinition.d.ts +0 -12
  510. package/dist/generated/config/models/dataSourceProperty.d.ts +0 -12
  511. package/dist/generated/config/models/dataSourceType.d.ts +0 -14
  512. package/dist/generated/config/models/deleteUsersRemoveAssignedWorkspaceParams.d.ts +0 -12
  513. package/dist/generated/config/models/file.d.ts +0 -26
  514. package/dist/generated/config/models/flow.d.ts +0 -16
  515. package/dist/generated/config/models/flowBlock.d.ts +0 -22
  516. package/dist/generated/config/models/flowConstant.d.ts +0 -11
  517. package/dist/generated/config/models/flowConstantValue.d.ts +0 -10
  518. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  519. package/dist/generated/config/models/flowDefinitionBlocks.d.ts +0 -13
  520. package/dist/generated/config/models/flowDefinitionConstants.d.ts +0 -13
  521. package/dist/generated/config/models/flowDefinitionInputs.d.ts +0 -13
  522. package/dist/generated/config/models/flowDefinitionLayout.d.ts +0 -10
  523. package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
  524. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  525. package/dist/generated/config/models/flowInput.d.ts +0 -10
  526. package/dist/generated/config/models/flowInputSchema.d.ts +0 -9
  527. package/dist/generated/config/models/flowOutput.d.ts +0 -10
  528. package/dist/generated/config/models/flowOutputSchema.d.ts +0 -9
  529. package/dist/generated/config/models/flowTrigger.d.ts +0 -17
  530. package/dist/generated/config/models/flowVariable.d.ts +0 -12
  531. package/dist/generated/config/models/flowVariableSchema.d.ts +0 -9
  532. package/dist/generated/config/models/getAccessGroupsParams.d.ts +0 -20
  533. package/dist/generated/config/models/getAccessParams.d.ts +0 -25
  534. package/dist/generated/config/models/getAccessRolesRoleIdUsersParams.d.ts +0 -20
  535. package/dist/generated/config/models/getAccessUsersParams.d.ts +0 -29
  536. package/dist/generated/config/models/getActivityCsvWorkspaceParams.d.ts +0 -26
  537. package/dist/generated/config/models/getActivityWorkspaceParams.d.ts +0 -34
  538. package/dist/generated/config/models/getBlockSetsParams.d.ts +0 -12
  539. package/dist/generated/config/models/getBlocksParams.d.ts +0 -12
  540. package/dist/generated/config/models/getDataSetsIdContainerItemsRunHistoryParams.d.ts +0 -11
  541. package/dist/generated/config/models/getDataSetsIdItemsParams.d.ts +0 -10
  542. package/dist/generated/config/models/getDataSetsParams.d.ts +0 -11
  543. package/dist/generated/config/models/getDataSourcesDataSourceIdContainersParams.d.ts +0 -16
  544. package/dist/generated/config/models/getDataSourcesParams.d.ts +0 -20
  545. package/dist/generated/config/models/getDataSpacesIdDatasetsParams.d.ts +0 -20
  546. package/dist/generated/config/models/getDataSpacesParams.d.ts +0 -20
  547. package/dist/generated/config/models/getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts +0 -12
  548. package/dist/generated/config/models/getFilesIdDownloadParams.d.ts +0 -18
  549. package/dist/generated/config/models/getFilesIdParams.d.ts +0 -18
  550. package/dist/generated/config/models/getFilesIdUriParams.d.ts +0 -18
  551. package/dist/generated/config/models/getFlowRunsIdFunctionexecutionsParams.d.ts +0 -12
  552. package/dist/generated/config/models/getFlowRunsIdVariables200One.d.ts +0 -9
  553. package/dist/generated/config/models/getFlowRunsIdVariables200Three.d.ts +0 -9
  554. package/dist/generated/config/models/getFlowRunsIdVariables200Two.d.ts +0 -9
  555. package/dist/generated/config/models/getFlowRunsSearchParams.d.ts +0 -25
  556. package/dist/generated/config/models/getModelsParams.d.ts +0 -20
  557. package/dist/generated/config/models/getNotificationParams.d.ts +0 -20
  558. package/dist/generated/config/models/getReportingRequestsByDurationParams.d.ts +0 -14
  559. package/dist/generated/config/models/getReportingTokensByDurationParams.d.ts +0 -14
  560. package/dist/generated/config/models/getUsersIdWorkspacesParams.d.ts +0 -16
  561. package/dist/generated/config/models/getUsersParams.d.ts +0 -11
  562. package/dist/generated/config/models/getUsersSearchParams.d.ts +0 -10
  563. package/dist/generated/config/models/getWorkSpaceTemplatesParams.d.ts +0 -20
  564. package/dist/generated/config/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
  565. package/dist/generated/config/models/getWorkSpacesParams.d.ts +0 -20
  566. package/dist/generated/config/models/getWorkSpacesWorkspaceIdFilesParams.d.ts +0 -16
  567. package/dist/generated/config/models/getWorkspacesWorkSpaceIdFunctionexecutionsParams.d.ts +0 -12
  568. package/dist/generated/config/models/getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.d.ts +0 -12
  569. package/dist/generated/config/models/getWorkspacesWorkspaceIdSandboxMessagesParams.d.ts +0 -16
  570. package/dist/generated/config/models/ingestedBlob.d.ts +0 -27
  571. package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
  572. package/dist/generated/config/models/inputPinInterfaceDefault.d.ts +0 -10
  573. package/dist/generated/config/models/inputPinInterfaceGenerics.d.ts +0 -10
  574. package/dist/generated/config/models/inputPinInterfaceMetadata.d.ts +0 -9
  575. package/dist/generated/config/models/inputPinInterfaceSchema.d.ts +0 -9
  576. package/dist/generated/config/models/integrationsSmartSpaceAiFlowError.d.ts +0 -16
  577. package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  578. package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
  579. package/dist/generated/config/models/messageCreateMessageInputChannels.d.ts +0 -12
  580. package/dist/generated/config/models/messageCreateMessageInputValue.d.ts +0 -10
  581. package/dist/generated/config/models/messageMessage.d.ts +0 -24
  582. package/dist/generated/config/models/messageMessageCreatorProfileImage.d.ts +0 -11
  583. package/dist/generated/config/models/messageMessageValue.d.ts +0 -22
  584. package/dist/generated/config/models/messageMessageValueChannels.d.ts +0 -9
  585. package/dist/generated/config/models/messageMessageValueValue.d.ts +0 -10
  586. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
  587. package/dist/generated/config/models/modelModelSummary.d.ts +0 -24
  588. package/dist/generated/config/models/notificationNotification.d.ts +0 -33
  589. package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
  590. package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
  591. package/dist/generated/config/models/outputPinInterfaceGenerics.d.ts +0 -10
  592. package/dist/generated/config/models/outputPinInterfaceMetadata.d.ts +0 -9
  593. package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
  594. package/dist/generated/config/models/pagedDataCollectionAccess.d.ts +0 -11
  595. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
  596. package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.d.ts +0 -11
  597. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
  598. package/dist/generated/config/models/pagedDataCollectionDataSet.d.ts +0 -11
  599. package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
  600. package/dist/generated/config/models/pagedDataCollectionDataSpace.d.ts +0 -11
  601. package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
  602. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  603. package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  604. package/dist/generated/config/models/portInterface.d.ts +0 -17
  605. package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
  606. package/dist/generated/config/models/portInterfaceMetadata.d.ts +0 -9
  607. package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
  608. package/dist/generated/config/models/postBlockSetsNameBody.d.ts +0 -10
  609. package/dist/generated/config/models/postContainersContainerIdStartflowsParams.d.ts +0 -12
  610. package/dist/generated/config/models/postFilesBody.d.ts +0 -18
  611. package/dist/generated/config/models/postWorkSpacesWorkspaceIdFilesBody.d.ts +0 -10
  612. package/dist/generated/config/models/putWorkSpacesWorkspaceIdPromptresponseParams.d.ts +0 -12
  613. package/dist/generated/config/models/stateInterface.d.ts +0 -15
  614. package/dist/generated/config/models/stateInterfaceDefault.d.ts +0 -10
  615. package/dist/generated/config/models/stateInterfaceMetadata.d.ts +0 -9
  616. package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
  617. package/dist/generated/config/models/testDataSourceConnectionCredentials.d.ts +0 -9
  618. package/dist/generated/config/models/updateContainer.d.ts +0 -11
  619. package/dist/generated/config/models/updateDataSet.d.ts +0 -15
  620. package/dist/generated/config/models/updateDataSetBasicInfo.d.ts +0 -11
  621. package/dist/generated/config/models/updateDataSource.d.ts +0 -9
  622. package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
  623. package/dist/generated/config/models/updateDataSourceCredentialsCredentials.d.ts +0 -9
  624. package/dist/generated/config/models/updateDataSpace.d.ts +0 -12
  625. package/dist/generated/config/models/workSpace.d.ts +0 -47
  626. package/dist/generated/config/models/workSpaceBasicInfo.d.ts +0 -18
  627. package/dist/generated/config/models/workSpaceInputs.d.ts +0 -10
  628. package/dist/generated/config/models/workSpaceUser.d.ts +0 -11
  629. package/dist/generated/config/models/workSpaceVariables.d.ts +0 -10
  630. /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
  631. /package/dist/generated/chat/models/{connection.js → aiIModelProperty.js} +0 -0
  632. /package/dist/generated/chat/models/{flow.js → aiModel.js} +0 -0
  633. /package/dist/generated/chat/models/{flowBlock.js → aiModelDeployment.js} +0 -0
  634. /package/dist/generated/chat/models/{flowConstant.js → aiModelDeploymentStep.js} +0 -0
  635. /package/dist/generated/chat/models/{flowDefinition.js → aiModelSummary.js} +0 -0
  636. /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
  637. /package/dist/generated/chat/models/{commentMentionedUser.js → dataSourcesContainerFilterModel.js} +0 -0
  638. /package/dist/generated/chat/models/{createComment.js → documentsGetDocumentSasParams.js} +0 -0
  639. /package/dist/generated/chat/models/{file.js → filesDownloadFileParams.js} +0 -0
  640. /package/dist/generated/chat/models/{flowConstantValue.js → filesFile.js} +0 -0
  641. /package/dist/generated/chat/models/{flowDefinitionLayout.js → filesFileUriResponse.js} +0 -0
  642. /package/dist/generated/chat/models/{flowInputSchema.js → filesGetFileInfoParams.js} +0 -0
  643. /package/dist/generated/chat/models/{flowOutputSchema.js → filesGetUriParams.js} +0 -0
  644. /package/dist/generated/chat/models/{flowVariableSchema.js → filesUploadFilesBody.js} +0 -0
  645. /package/dist/generated/chat/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → flowRunsGetVariables200One.js} +0 -0
  646. /package/dist/generated/chat/models/{getFilesIdDownloadParams.js → flowRunsGetVariables200Three.js} +0 -0
  647. /package/dist/generated/chat/models/{getFilesIdParams.js → flowRunsGetVariables200Two.js} +0 -0
  648. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsConnection.js} +0 -0
  649. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlow.js} +0 -0
  650. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowBlock.js} +0 -0
  651. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowConstant.js} +0 -0
  652. /package/dist/generated/chat/models/{getFilesIdUriParams.js → flowsFlowConstantValue.js} +0 -0
  653. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
  654. /package/dist/generated/chat/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
  655. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
  656. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowDefinitionInputs.js} +0 -0
  657. /package/dist/generated/chat/models/{getFlowRunsIdVariables200One.js → flowsFlowDefinitionLayout.js} +0 -0
  658. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowDefinitionOutputs.js} +0 -0
  659. /package/dist/generated/chat/models/{getWorkSpacesParams.js → flowsFlowDefinitionVariables.js} +0 -0
  660. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → flowsFlowInput.js} +0 -0
  661. /package/dist/generated/chat/models/{getFlowRunsIdVariables200Three.js → flowsFlowInputSchema.js} +0 -0
  662. /package/dist/generated/chat/models/{messageCreateMessageInput.js → flowsFlowOutput.js} +0 -0
  663. /package/dist/generated/chat/models/{getFlowRunsIdVariables200Two.js → flowsFlowOutputSchema.js} +0 -0
  664. /package/dist/generated/chat/models/{messageMessage.js → flowsFlowTrigger.js} +0 -0
  665. /package/dist/generated/chat/models/{messageMessageRequest.js → flowsFlowVariable.js} +0 -0
  666. /package/dist/generated/chat/models/{getMessageThreadsIdCommentsParams.js → flowsFlowVariableSchema.js} +0 -0
  667. /package/dist/generated/chat/models/{getMessageThreadsIdMessagesParams.js → mentionsMention.js} +0 -0
  668. /package/dist/generated/chat/models/{getMessagesIdCommentsParams.js → messageThreadsGetCommentsParams.js} +0 -0
  669. /package/dist/generated/chat/models/{getModelsParams.js → messageThreadsThreadMessagesIdMessagesParams.js} +0 -0
  670. /package/dist/generated/chat/models/{getNotificationParams.js → messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js} +0 -0
  671. /package/dist/generated/chat/models/{messageMessageValue.js → messagesCreateMessageInput.js} +0 -0
  672. /package/dist/generated/chat/models/{getWorkSpacesIdAccessParams.js → messagesCreateMessageInputChannels.js} +0 -0
  673. /package/dist/generated/chat/models/{getWorkSpacesIdMessageThreadsParams.js → messagesCreateMessageInputValue.js} +0 -0
  674. /package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.js → messagesGetCommentsParams.js} +0 -0
  675. /package/dist/generated/chat/models/{modelModelSummary.js → messagesMessage.js} +0 -0
  676. /package/dist/generated/chat/models/{getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js → messagesMessageCreatorProfileImage.js} +0 -0
  677. /package/dist/generated/chat/models/{notificationNotification.js → messagesMessageError.js} +0 -0
  678. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesMessageErrorData.js} +0 -0
  679. /package/dist/generated/chat/models/{notificationPagedNotifications.js → messagesMessageRequest.js} +0 -0
  680. /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesMessageRequestVariables.js} +0 -0
  681. /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → messagesMessageValue.js} +0 -0
  682. /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageValueChannels.js} +0 -0
  683. /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageValueValue.js} +0 -0
  684. /package/dist/generated/chat/models/{messageMessageRequestVariables.js → modelsGetModelsParams.js} +0 -0
  685. /package/dist/generated/chat/models/{messageMessageValueChannels.js → notificationGetParams.js} +0 -0
  686. /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → notificationsNotification.js} +0 -0
  687. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → notificationsPagedNotifications.js} +0 -0
  688. /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
  689. /package/dist/generated/chat/models/{workSpace.js → pagedDataCollectionAiModelSummary.js} +0 -0
  690. /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionMessagesMessage.js} +0 -0
  691. /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
  692. /package/dist/generated/chat/models/{messageMessageValueValue.js → usersAppUser.js} +0 -0
  693. /package/dist/generated/chat/models/{postFilesBody.js → workSpacesGetAccessParams.js} +0 -0
  694. /package/dist/generated/{config/models/access.js → chat/models/workSpacesGetGetParams.js} +0 -0
  695. /package/dist/generated/{config/models/accessWorkSpace.js → chat/models/workSpacesWorkSpace.js} +0 -0
  696. /package/dist/generated/{config/models/activityActivityWorkSpace.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
  697. /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
  698. /package/dist/generated/config/models/{blockBlockSet.js → accessAccess.js} +0 -0
  699. /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → accessAccessWorkSpace.js} +0 -0
  700. /package/dist/generated/config/models/{blockInfo.js → accessCreateAccess.js} +0 -0
  701. /package/dist/generated/config/models/{blockInterface.js → accessGetAccessesParams.js} +0 -0
  702. /package/dist/generated/config/models/{activityLlmUsageMetrics.js → accessGetGroupsParams.js} +0 -0
  703. /package/dist/generated/config/models/{appRole.js → accessGetUsersInRoleRolesRoleIdUsersParams.js} +0 -0
  704. /package/dist/generated/config/models/{appUserAppUser.js → accessGetUsersInRoleUsersParams.js} +0 -0
  705. /package/dist/generated/config/models/{appUserAppUserSearchResult.js → accessSearchGroupsParams.js} +0 -0
  706. /package/dist/generated/config/models/{blockInterfaceMetadata.js → accessSearchServicePrincipalsParams.js} +0 -0
  707. /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → accessSearchUsersParams.js} +0 -0
  708. /package/dist/generated/config/models/{blockInterfacePorts.js → activitiesActivityWorkSpace.js} +0 -0
  709. /package/dist/generated/config/models/{createContainer.js → activitiesLlmUsageMetrics.js} +0 -0
  710. /package/dist/generated/config/models/{blockInterfaceState.js → activityExportLoggingsParams.js} +0 -0
  711. /package/dist/generated/config/models/{connection.js → activityGetLoggingParams.js} +0 -0
  712. /package/dist/generated/config/models/{createDataSet.js → aiCreateModel.js} +0 -0
  713. /package/dist/generated/config/models/{createDataSource.js → aiCreateModelDeployment.js} +0 -0
  714. /package/dist/generated/config/models/{createModel.js → aiCreateModelDeploymentProvider.js} +0 -0
  715. /package/dist/generated/config/models/{createDataSourceCredentials.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
  716. /package/dist/generated/config/models/{createModelDeployment.js → aiIModelProperty.js} +0 -0
  717. /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiModel.js} +0 -0
  718. /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeployment.js} +0 -0
  719. /package/dist/generated/config/models/{dataSource.js → aiModelDeploymentStep.js} +0 -0
  720. /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → aiModelSummary.js} +0 -0
  721. /package/dist/generated/config/models/{createDataSpace.js → azureADGroup.js} +0 -0
  722. /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blockSetsAddBlockSetBody.js} +0 -0
  723. /package/dist/generated/config/models/{deleteUsersRemoveAssignedWorkspaceParams.js → blockSetsGetBlockSetsParams.js} +0 -0
  724. /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInfo.js} +0 -0
  725. /package/dist/generated/config/models/{dataSourceType.js → blocksBlockInterface.js} +0 -0
  726. /package/dist/generated/config/models/{file.js → blocksBlockInterfaceMetadata.js} +0 -0
  727. /package/dist/generated/config/models/{flow.js → blocksBlockInterfacePorts.js} +0 -0
  728. /package/dist/generated/config/models/{flowBlock.js → blocksBlockInterfaceState.js} +0 -0
  729. /package/dist/generated/config/models/{flowConstant.js → blocksBlockSet.js} +0 -0
  730. /package/dist/generated/config/models/{flowDefinition.js → blocksBlockSetBlockInterfaces.js} +0 -0
  731. /package/dist/generated/config/models/{flowDefinitionBlocks.js → blocksGetBlocks200One.js} +0 -0
  732. /package/dist/generated/config/models/{flowDefinitionConstants.js → blocksGetBlocks200Three.js} +0 -0
  733. /package/dist/generated/config/models/{flowDefinitionInputs.js → blocksGetBlocks200Two.js} +0 -0
  734. /package/dist/generated/config/models/{flowConstantValue.js → blocksGetBlocksParams.js} +0 -0
  735. /package/dist/generated/config/models/{flowDefinitionOutputs.js → blocksInputPinInterface.js} +0 -0
  736. /package/dist/generated/config/models/{flowDefinitionLayout.js → blocksInputPinInterfaceDefault.js} +0 -0
  737. /package/dist/generated/config/models/{flowDefinitionVariables.js → blocksInputPinInterfaceGenerics.js} +0 -0
  738. /package/dist/generated/config/models/{flowInputSchema.js → blocksInputPinInterfaceMetadata.js} +0 -0
  739. /package/dist/generated/config/models/{flowOutputSchema.js → blocksInputPinInterfaceSchema.js} +0 -0
  740. /package/dist/generated/config/models/{flowInput.js → blocksOutputPinInterface.js} +0 -0
  741. /package/dist/generated/config/models/{flowOutput.js → blocksOutputPinInterfaceGenerics.js} +0 -0
  742. /package/dist/generated/config/models/{flowVariableSchema.js → blocksOutputPinInterfaceMetadata.js} +0 -0
  743. /package/dist/generated/config/models/{getAccessGroupsParams.js → blocksOutputPinInterfaceSchema.js} +0 -0
  744. /package/dist/generated/config/models/{flowTrigger.js → blocksPortInterface.js} +0 -0
  745. /package/dist/generated/config/models/{flowVariable.js → blocksPortInterfaceInputs.js} +0 -0
  746. /package/dist/generated/config/models/{getAccessParams.js → blocksPortInterfaceMetadata.js} +0 -0
  747. /package/dist/generated/config/models/{getActivityCsvWorkspaceParams.js → blocksPortInterfaceOutputs.js} +0 -0
  748. /package/dist/generated/config/models/{getAccessRolesRoleIdUsersParams.js → blocksRenameBlockSetRequest.js} +0 -0
  749. /package/dist/generated/config/models/{getActivityWorkspaceParams.js → blocksStateInterface.js} +0 -0
  750. /package/dist/generated/config/models/{getAccessUsersParams.js → blocksStateInterfaceDefault.js} +0 -0
  751. /package/dist/generated/config/models/{getBlockSetsParams.js → blocksStateInterfaceMetadata.js} +0 -0
  752. /package/dist/generated/config/models/{getBlocksParams.js → blocksUsedInWorkspaceRef.js} +0 -0
  753. /package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.js → containersPostParams.js} +0 -0
  754. /package/dist/generated/config/models/{getReportingRequestsByDurationParams.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
  755. /package/dist/generated/config/models/{getDataSetsIdItemsParams.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
  756. /package/dist/generated/config/models/{getReportingTokensByDurationParams.js → coreManagementInstallParameterModel.js} +0 -0
  757. /package/dist/generated/config/models/{getDataSetsParams.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
  758. /package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
  759. /package/dist/generated/config/models/{getDataSourcesParams.js → coreManagementUpsertInstallParameterModel.js} +0 -0
  760. /package/dist/generated/config/models/{ingestedBlob.js → dataSetItem.js} +0 -0
  761. /package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.js → dataSetItemMetadata.js} +0 -0
  762. /package/dist/generated/config/models/{getDataSpacesParams.js → dataSetItemProperties.js} +0 -0
  763. /package/dist/generated/config/models/{inputPinInterface.js → dataSetsCreateDataSet.js} +0 -0
  764. /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSetsCreateDataSetContainer.js} +0 -0
  765. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSetsDataSet.js} +0 -0
  766. /package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → dataSetsDataSetProperty.js} +0 -0
  767. /package/dist/generated/config/models/{getFilesIdDownloadParams.js → dataSetsGetContainerItemsRunHistoryParams.js} +0 -0
  768. /package/dist/generated/config/models/{getFilesIdParams.js → dataSetsGetItemsParams.js} +0 -0
  769. /package/dist/generated/config/models/{getFilesIdUriParams.js → dataSetsGetParams.js} +0 -0
  770. /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSetsUpdateDataSet.js} +0 -0
  771. /package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
  772. /package/dist/generated/config/models/{getFlowRunsIdVariables200One.js → dataSetsUpsertDataSetProperty.js} +0 -0
  773. /package/dist/generated/config/models/{getFlowRunsIdVariables200Three.js → dataSourcesContainerFilter.js} +0 -0
  774. /package/dist/generated/config/models/{getFlowRunsIdVariables200Two.js → dataSourcesContainerFilterModel.js} +0 -0
  775. /package/dist/generated/config/models/{messageMessage.js → dataSourcesContainerPreviewResultModel.js} +0 -0
  776. /package/dist/generated/config/models/{getFlowRunsSearchParams.js → dataSourcesContainerPreviewResultModelSamplesItem.js} +0 -0
  777. /package/dist/generated/config/models/{getModelsParams.js → dataSourcesContainerSchemaParams.js} +0 -0
  778. /package/dist/generated/config/models/{getNotificationParams.js → dataSourcesContainersParams.js} +0 -0
  779. /package/dist/generated/config/models/{messageMessageValue.js → dataSourcesCreateDataSource.js} +0 -0
  780. /package/dist/generated/config/models/{getUsersIdWorkspacesParams.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
  781. /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesDataSource.js} +0 -0
  782. /package/dist/generated/config/models/{getUsersParams.js → dataSourcesDataSourceAdminUser.js} +0 -0
  783. /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
  784. /package/dist/generated/config/models/{notificationNotification.js → dataSourcesDataSourceProperty.js} +0 -0
  785. /package/dist/generated/config/models/{notificationPagedNotifications.js → dataSourcesDataSourceType.js} +0 -0
  786. /package/dist/generated/config/models/{getUsersSearchParams.js → dataSourcesGetParams.js} +0 -0
  787. /package/dist/generated/config/models/{outputPinInterface.js → dataSourcesPreviewContainerRequest.js} +0 -0
  788. /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → dataSourcesTestDataSourceConnection.js} +0 -0
  789. /package/dist/generated/config/models/{getWorkSpaceTemplatesParams.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
  790. /package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.js → dataSourcesUpdateDataSource.js} +0 -0
  791. /package/dist/generated/config/models/{pagedDataCollectionAccess.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
  792. /package/dist/generated/config/models/{getWorkSpacesParams.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
  793. /package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.js → dataSpacesCreateDataSpace.js} +0 -0
  794. /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → dataSpacesDataSpace.js} +0 -0
  795. /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.js → dataSpacesDataSpaceAdmin.js} +0 -0
  796. /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
  797. /package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.js → dataSpacesGetDataSetsParams.js} +0 -0
  798. /package/dist/generated/config/models/{inputPinInterfaceDefault.js → dataSpacesGetParams.js} +0 -0
  799. /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → dataSpacesUpdateDataSpace.js} +0 -0
  800. /package/dist/generated/config/models/{inputPinInterfaceSchema.js → documentsGetDocumentSasParams.js} +0 -0
  801. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → draftsDraft.js} +0 -0
  802. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → draftsDraftBlockInterfaces.js} +0 -0
  803. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → draftsPublishDraftRequest.js} +0 -0
  804. /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → draftsPublishDraftResponse.js} +0 -0
  805. /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → draftsPublishedBlockRef.js} +0 -0
  806. /package/dist/generated/config/models/{messageCreateMessageInputValue.js → draftsSaveDraftRequest.js} +0 -0
  807. /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → draftsSaveDraftResponse.js} +0 -0
  808. /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
  809. /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → draftsToggleDraftRequest.js} +0 -0
  810. /package/dist/generated/config/models/{messageMessageValueChannels.js → filesAddMessageFileFromBlobUri.js} +0 -0
  811. /package/dist/generated/config/models/{messageMessageValueValue.js → filesCreateFileFromBlobUri.js} +0 -0
  812. /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → filesDownloadFileParams.js} +0 -0
  813. /package/dist/generated/config/models/{outputPinInterfaceSchema.js → filesFile.js} +0 -0
  814. /package/dist/generated/config/models/{portInterfaceMetadata.js → filesFileUriResponse.js} +0 -0
  815. /package/dist/generated/config/models/{postBlockSetsNameBody.js → filesGetFileInfoParams.js} +0 -0
  816. /package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.js → filesGetUriParams.js} +0 -0
  817. /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → filesIngestedBlob.js} +0 -0
  818. /package/dist/generated/config/models/{postFilesBody.js → filesUploadFilesBody.js} +0 -0
  819. /package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.js → flowRunsAddFileIdFilesBody.js} +0 -0
  820. /package/dist/generated/config/models/{putWorkSpacesWorkspaceIdPromptresponseParams.js → flowRunsCreateFlowRunParams.js} +0 -0
  821. /package/dist/generated/config/models/{stateInterfaceDefault.js → flowRunsGetStepExecutionsParams.js} +0 -0
  822. /package/dist/generated/config/models/{stateInterfaceMetadata.js → flowRunsGetVariables200One.js} +0 -0
  823. /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → flowRunsGetVariables200Three.js} +0 -0
  824. /package/dist/generated/config/models/{updateContainer.js → flowRunsGetVariables200Two.js} +0 -0
  825. /package/dist/generated/config/models/{updateDataSetBasicInfo.js → flowRunsSearchFlowRunsParams.js} +0 -0
  826. /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsConnection.js} +0 -0
  827. /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlow.js} +0 -0
  828. /package/dist/generated/config/models/{portInterface.js → flowsFlowBlock.js} +0 -0
  829. /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowConstant.js} +0 -0
  830. /package/dist/generated/config/models/{updateDataSource.js → flowsFlowConstantValue.js} +0 -0
  831. /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowDataSet.js} +0 -0
  832. /package/dist/generated/config/models/{stateInterface.js → flowsFlowDataSpace.js} +0 -0
  833. /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowDefinition.js} +0 -0
  834. /package/dist/generated/config/models/{updateDataSet.js → flowsFlowDefinitionBlocks.js} +0 -0
  835. /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowsFlowDefinitionConstants.js} +0 -0
  836. /package/dist/generated/config/models/{workSpace.js → flowsFlowDefinitionInputs.js} +0 -0
  837. /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → flowsFlowDefinitionLayout.js} +0 -0
  838. /package/dist/generated/config/models/{workSpaceInputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  839. /package/dist/generated/config/models/{workSpaceVariables.js → flowsFlowDefinitionVariables.js} +0 -0
  840. /package/dist/generated/config/models/{updateDataSpace.js → flowsFlowInputSchema.js} +0 -0
  841. /package/dist/generated/config/models/{workSpaceBasicInfo.js → flowsFlowOutputSchema.js} +0 -0
  842. /package/dist/generated/config/models/{workSpaceUser.js → flowsFlowVariableSchema.js} +0 -0
@@ -6,22 +6,32 @@
6
6
  */
7
7
  import zod from 'zod';
8
8
  /**
9
- * @summary Retrieve access details in SmartSpace, including workspace and chat IDs, with optional pagination controls take and skip.
9
+ * @summary Retrieve access details with optional filtering by workspace, access type, principal type, and search.
10
10
  */
11
- export declare const getAccessQueryWorkspaceIdRegExp: RegExp;
12
- export declare const getAccessQueryTakeDefault = 50;
13
- export declare const getAccessQuerySkipDefault = 0;
14
- export declare const getAccessQueryParams: zod.ZodObject<{
11
+ export declare const accessGetAccessesQueryWorkspaceIdRegExp: RegExp;
12
+ export declare const accessGetAccessesQueryTakeDefault = 50;
13
+ export declare const accessGetAccessesQuerySkipDefault = 0;
14
+ export declare const accessGetAccessesQueryParams: zod.ZodObject<{
15
15
  workspaceId: zod.ZodOptional<zod.ZodString>;
16
+ accessType: zod.ZodOptional<zod.ZodEnum<{
17
+ Principal: "Principal";
18
+ Group: "Group";
19
+ }>>;
20
+ principalType: zod.ZodOptional<zod.ZodEnum<{
21
+ Unknown: "Unknown";
22
+ User: "User";
23
+ ServicePrincipal: "ServicePrincipal";
24
+ Internal: "Internal";
25
+ }>>;
16
26
  search: zod.ZodOptional<zod.ZodString>;
17
27
  take: zod.ZodDefault<zod.ZodNumber>;
18
28
  skip: zod.ZodOptional<zod.ZodNumber>;
19
29
  }, zod.core.$strict>;
20
- export declare const getAccessResponseDataItemIdRegExp: RegExp;
21
- export declare const getAccessResponseDataItemMessageIdRegExp: RegExp;
22
- export declare const getAccessResponseDataItemMessageThreadIdRegExp: RegExp;
23
- export declare const getAccessResponseDataItemWorkSpaceIdRegExp: RegExp;
24
- export declare const getAccessResponse: zod.ZodObject<{
30
+ export declare const accessGetAccessesResponseDataItemIdRegExp: RegExp;
31
+ export declare const accessGetAccessesResponseDataItemMessageIdRegExp: RegExp;
32
+ export declare const accessGetAccessesResponseDataItemMessageThreadIdRegExp: RegExp;
33
+ export declare const accessGetAccessesResponseDataItemWorkSpaceIdRegExp: RegExp;
34
+ export declare const accessGetAccessesResponse: zod.ZodObject<{
25
35
  data: zod.ZodArray<zod.ZodObject<{
26
36
  accessType: zod.ZodEnum<{
27
37
  Principal: "Principal";
@@ -44,175 +54,192 @@ export declare const getAccessResponse: zod.ZodObject<{
44
54
  total: zod.ZodNumber;
45
55
  }, zod.core.$strip>;
46
56
  /**
47
- * @summary Update or set new access parameters in SmartSpace, using detailed access model specifications.
57
+ * @summary Add a new access grant for a principal or group to a workspace.
48
58
  */
49
- export declare const putAccessBodyIdRegExp: RegExp;
50
- export declare const putAccessBodyMessageIdRegExp: RegExp;
51
- export declare const putAccessBodyMessageThreadIdRegExp: RegExp;
52
- export declare const putAccessBodyWorkSpaceIdRegExp: RegExp;
53
- export declare const putAccessBody: zod.ZodObject<{
54
- accessType: zod.ZodEnum<{
55
- Principal: "Principal";
56
- Group: "Group";
57
- }>;
58
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
59
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
60
- messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
61
- messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
62
- objectId: zod.ZodString;
63
- principalType: zod.ZodOptional<zod.ZodEnum<{
64
- Unknown: "Unknown";
65
- User: "User";
66
- ServicePrincipal: "ServicePrincipal";
67
- Internal: "Internal";
68
- }>>;
69
- userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
70
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
71
- }, zod.core.$strict>;
72
- export declare const putAccessResponseIdRegExp: RegExp;
73
- export declare const putAccessResponseMessageIdRegExp: RegExp;
74
- export declare const putAccessResponseMessageThreadIdRegExp: RegExp;
75
- export declare const putAccessResponseWorkSpaceIdRegExp: RegExp;
76
- export declare const putAccessResponse: zod.ZodObject<{
59
+ export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
60
+ export declare const accessAddAccessBody: zod.ZodObject<{
77
61
  accessType: zod.ZodEnum<{
78
62
  Principal: "Principal";
79
63
  Group: "Group";
80
64
  }>;
81
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
82
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
83
- messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
84
- messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
85
65
  objectId: zod.ZodString;
86
- principalType: zod.ZodOptional<zod.ZodEnum<{
87
- Unknown: "Unknown";
88
- User: "User";
89
- ServicePrincipal: "ServicePrincipal";
90
- Internal: "Internal";
91
- }>>;
92
- userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
93
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
94
- }, zod.core.$strip>;
66
+ workSpaceId: zod.ZodString;
67
+ }, zod.core.$strict>;
95
68
  /**
96
- * @summary List groups from Azure AD
69
+ * @summary List groups from Azure AD.
97
70
  */
98
- export declare const getAccessGroupsQuerySkipDefault = 0;
99
- export declare const getAccessGroupsQueryTakeDefault = 20;
100
- export declare const getAccessGroupsQueryParams: zod.ZodObject<{
71
+ export declare const accessGetGroupsQuerySkipDefault = 0;
72
+ export declare const accessGetGroupsQueryTakeDefault = 20;
73
+ export declare const accessGetGroupsQueryParams: zod.ZodObject<{
101
74
  search: zod.ZodOptional<zod.ZodString>;
102
75
  skip: zod.ZodOptional<zod.ZodNumber>;
103
76
  take: zod.ZodDefault<zod.ZodNumber>;
104
77
  }, zod.core.$strict>;
105
- export declare const getAccessGroupsResponse: zod.ZodObject<{
78
+ export declare const accessGetGroupsResponse: zod.ZodObject<{
106
79
  data: zod.ZodArray<zod.ZodObject<{
107
80
  displayName: zod.ZodString;
108
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
109
- id: zod.ZodString;
110
- userId: zod.ZodString;
81
+ groupId: zod.ZodString;
82
+ isAssigned: zod.ZodBoolean;
111
83
  }, zod.core.$strip>>;
112
84
  total: zod.ZodNumber;
113
85
  }, zod.core.$strip>;
114
86
  /**
115
87
  * @summary Fetch a list of all roles defined within SmartSpace, providing an overview of role-based access control.
116
88
  */
117
- export declare const getAccessRolesResponseIdRegExp: RegExp;
118
- export declare const getAccessRolesResponseItem: zod.ZodObject<{
89
+ export declare const accessGetAppRolesResponseIdRegExp: RegExp;
90
+ export declare const accessGetAppRolesResponseItem: zod.ZodObject<{
119
91
  description: zod.ZodString;
120
92
  id: zod.ZodString;
121
93
  name: zod.ZodString;
122
94
  }, zod.core.$strip>;
123
- export declare const getAccessRolesResponse: zod.ZodArray<zod.ZodObject<{
95
+ export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
124
96
  description: zod.ZodString;
125
97
  id: zod.ZodString;
126
98
  name: zod.ZodString;
127
99
  }, zod.core.$strip>>;
128
100
  /**
129
- * @summary List users assigned to a specific role in SmartSpace by providing the role's ID
101
+ * @summary List users assigned to a specific role in SmartSpace by providing the role's ID.
130
102
  */
131
- export declare const getAccessRolesRoleIdUsersPathRoleIdRegExp: RegExp;
132
- export declare const getAccessRolesRoleIdUsersParams: zod.ZodObject<{
103
+ export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
104
+ export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
133
105
  roleId: zod.ZodString;
134
106
  }, zod.core.$strict>;
135
- export declare const getAccessRolesRoleIdUsersQuerySkipDefault = 0;
136
- export declare const getAccessRolesRoleIdUsersQueryTakeDefault = 20;
137
- export declare const getAccessRolesRoleIdUsersQueryParams: zod.ZodObject<{
107
+ export declare const accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = 0;
108
+ export declare const accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = 20;
109
+ export declare const accessGetUsersInRoleRolesRoleIdUsersQueryParams: zod.ZodObject<{
138
110
  skip: zod.ZodOptional<zod.ZodNumber>;
139
111
  take: zod.ZodDefault<zod.ZodNumber>;
140
112
  search: zod.ZodOptional<zod.ZodString>;
141
113
  }, zod.core.$strict>;
142
- export declare const getAccessRolesRoleIdUsersResponseItem: zod.ZodObject<{
143
- displayName: zod.ZodString;
144
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
145
- id: zod.ZodString;
146
- userId: zod.ZodString;
114
+ export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodObject<{
115
+ data: zod.ZodArray<zod.ZodObject<{
116
+ displayName: zod.ZodString;
117
+ emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
118
+ isAssigned: zod.ZodBoolean;
119
+ userId: zod.ZodString;
120
+ }, zod.core.$strip>>;
121
+ total: zod.ZodNumber;
122
+ }, zod.core.$strip>;
123
+ /**
124
+ * @summary Search Azure AD groups for access assignment.
125
+ */
126
+ export declare const accessSearchGroupsQueryWorkspaceIdRegExp: RegExp;
127
+ export declare const accessSearchGroupsQuerySkipDefault = 0;
128
+ export declare const accessSearchGroupsQueryTakeDefault = 20;
129
+ export declare const accessSearchGroupsQueryParams: zod.ZodObject<{
130
+ search: zod.ZodOptional<zod.ZodString>;
131
+ workspaceId: zod.ZodOptional<zod.ZodString>;
132
+ skip: zod.ZodOptional<zod.ZodNumber>;
133
+ take: zod.ZodDefault<zod.ZodNumber>;
134
+ }, zod.core.$strict>;
135
+ export declare const accessSearchGroupsResponse: zod.ZodObject<{
136
+ data: zod.ZodArray<zod.ZodObject<{
137
+ displayName: zod.ZodString;
138
+ groupId: zod.ZodString;
139
+ isAssigned: zod.ZodBoolean;
140
+ }, zod.core.$strip>>;
141
+ total: zod.ZodNumber;
142
+ }, zod.core.$strip>;
143
+ /**
144
+ * @summary Search Azure AD service principals for access assignment.
145
+ */
146
+ export declare const accessSearchServicePrincipalsQueryWorkspaceIdRegExp: RegExp;
147
+ export declare const accessSearchServicePrincipalsQuerySkipDefault = 0;
148
+ export declare const accessSearchServicePrincipalsQueryTakeDefault = 20;
149
+ export declare const accessSearchServicePrincipalsQueryParams: zod.ZodObject<{
150
+ search: zod.ZodOptional<zod.ZodString>;
151
+ workspaceId: zod.ZodOptional<zod.ZodString>;
152
+ skip: zod.ZodOptional<zod.ZodNumber>;
153
+ take: zod.ZodDefault<zod.ZodNumber>;
154
+ }, zod.core.$strict>;
155
+ export declare const accessSearchServicePrincipalsResponse: zod.ZodObject<{
156
+ data: zod.ZodArray<zod.ZodObject<{
157
+ displayName: zod.ZodString;
158
+ id: zod.ZodString;
159
+ isAssigned: zod.ZodBoolean;
160
+ }, zod.core.$strip>>;
161
+ total: zod.ZodNumber;
162
+ }, zod.core.$strip>;
163
+ /**
164
+ * @summary Search Azure AD users for access assignment.
165
+ */
166
+ export declare const accessSearchUsersQueryWorkspaceIdRegExp: RegExp;
167
+ export declare const accessSearchUsersQuerySkipDefault = 0;
168
+ export declare const accessSearchUsersQueryTakeDefault = 20;
169
+ export declare const accessSearchUsersQueryParams: zod.ZodObject<{
170
+ search: zod.ZodOptional<zod.ZodString>;
171
+ workspaceId: zod.ZodOptional<zod.ZodString>;
172
+ skip: zod.ZodOptional<zod.ZodNumber>;
173
+ take: zod.ZodDefault<zod.ZodNumber>;
174
+ }, zod.core.$strict>;
175
+ export declare const accessSearchUsersResponse: zod.ZodObject<{
176
+ data: zod.ZodArray<zod.ZodObject<{
177
+ emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
178
+ id: zod.ZodString;
179
+ isAssigned: zod.ZodBoolean;
180
+ name: zod.ZodString;
181
+ }, zod.core.$strip>>;
182
+ total: zod.ZodNumber;
147
183
  }, zod.core.$strip>;
148
- export declare const getAccessRolesRoleIdUsersResponse: zod.ZodArray<zod.ZodObject<{
149
- displayName: zod.ZodString;
150
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
151
- id: zod.ZodString;
152
- userId: zod.ZodString;
153
- }, zod.core.$strip>>;
154
184
  /**
155
185
  * @summary Retrieve users associated with a specified role in SmartSpace, enabling role-based user management.
156
186
  */
157
- export declare const getAccessUsersQuerySkipDefault = 0;
158
- export declare const getAccessUsersQueryTakeDefault = 20;
159
- export declare const getAccessUsersQueryAssignedWorkspaceIdRegExp: RegExp;
160
- export declare const getAccessUsersQueryParams: zod.ZodObject<{
187
+ export declare const accessGetUsersInRoleUsersQuerySkipDefault = 0;
188
+ export declare const accessGetUsersInRoleUsersQueryTakeDefault = 20;
189
+ export declare const accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp: RegExp;
190
+ export declare const accessGetUsersInRoleUsersQueryParams: zod.ZodObject<{
161
191
  roleName: zod.ZodOptional<zod.ZodString>;
162
192
  skip: zod.ZodOptional<zod.ZodNumber>;
163
193
  take: zod.ZodDefault<zod.ZodNumber>;
164
194
  search: zod.ZodOptional<zod.ZodString>;
165
195
  assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
166
196
  }, zod.core.$strict>;
167
- export declare const getAccessUsersResponseItem: zod.ZodObject<{
168
- displayName: zod.ZodString;
169
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
170
- id: zod.ZodString;
171
- userId: zod.ZodString;
197
+ export declare const accessGetUsersInRoleUsersResponse: zod.ZodObject<{
198
+ data: zod.ZodArray<zod.ZodObject<{
199
+ displayName: zod.ZodString;
200
+ emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
201
+ isAssigned: zod.ZodBoolean;
202
+ userId: zod.ZodString;
203
+ }, zod.core.$strip>>;
204
+ total: zod.ZodNumber;
172
205
  }, zod.core.$strip>;
173
- export declare const getAccessUsersResponse: zod.ZodArray<zod.ZodObject<{
174
- displayName: zod.ZodString;
175
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
176
- id: zod.ZodString;
177
- userId: zod.ZodString;
178
- }, zod.core.$strip>>;
179
206
  /**
180
- * @summary Remove a specific access entity in SmartSpace by using its ID
207
+ * @summary Remove a specific access entity in SmartSpace by using its ID.
181
208
  */
182
- export declare const deleteAccessIdPathIdRegExp: RegExp;
183
- export declare const deleteAccessIdParams: zod.ZodObject<{
209
+ export declare const accessDeleteAccessPathIdRegExp: RegExp;
210
+ export declare const accessDeleteAccessParams: zod.ZodObject<{
184
211
  id: zod.ZodString;
185
212
  }, zod.core.$strict>;
186
213
  /**
187
- * @summary Retrive all logging activity in WorkSpace in a csv file format, including CRUD behaviors and Chat, with optional filter
214
+ * @summary Export workspace activity log as a CSV file.
188
215
  */
189
- export declare const getActivityCsvWorkspaceQueryWorkSpaceIdRegExp: RegExp;
190
- export declare const getActivityCsvWorkspaceQueryParams: zod.ZodObject<{
216
+ export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
217
+ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
191
218
  workSpaceId: zod.ZodOptional<zod.ZodString>;
192
219
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
193
220
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
194
221
  activityType: zod.ZodOptional<zod.ZodEnum<{
195
- Read: "Read";
196
222
  Deleted: "Deleted";
223
+ Read: "Read";
197
224
  Created: "Created";
198
225
  Updated: "Updated";
199
226
  Chat: "Chat";
200
227
  }>>;
201
228
  }, zod.core.$strict>;
202
- export declare const getActivityCsvWorkspaceResponse: zod.ZodString;
229
+ export declare const activityExportLoggingsResponse: zod.ZodString;
203
230
  /**
204
- * @summary Retrieve logging activity in WorkSpace, including CRUD behaviors and Chat, with optional pagination controls take, skip and filter
231
+ * @summary Retrieve workspace activity log entries with optional filtering and pagination.
205
232
  */
206
- export declare const getActivityWorkspaceQueryWorkSpaceIdRegExp: RegExp;
207
- export declare const getActivityWorkspaceQueryTakeDefault = 25;
208
- export declare const getActivityWorkspaceQuerySkipDefault = 0;
209
- export declare const getActivityWorkspaceQueryParams: zod.ZodObject<{
233
+ export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
234
+ export declare const activityGetLoggingQueryTakeDefault = 25;
235
+ export declare const activityGetLoggingQuerySkipDefault = 0;
236
+ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
210
237
  workSpaceId: zod.ZodOptional<zod.ZodString>;
211
238
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
212
239
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
213
240
  activityType: zod.ZodOptional<zod.ZodEnum<{
214
- Read: "Read";
215
241
  Deleted: "Deleted";
242
+ Read: "Read";
216
243
  Created: "Created";
217
244
  Updated: "Updated";
218
245
  Chat: "Chat";
@@ -220,13 +247,13 @@ export declare const getActivityWorkspaceQueryParams: zod.ZodObject<{
220
247
  take: zod.ZodDefault<zod.ZodNumber>;
221
248
  skip: zod.ZodOptional<zod.ZodNumber>;
222
249
  }, zod.core.$strict>;
223
- export declare const getActivityWorkspaceResponseDataItemIdRegExp: RegExp;
224
- export declare const getActivityWorkspaceResponseDataItemWorkSpaceIdRegExp: RegExp;
225
- export declare const getActivityWorkspaceResponse: zod.ZodObject<{
250
+ export declare const activityGetLoggingResponseDataItemIdRegExp: RegExp;
251
+ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp;
252
+ export declare const activityGetLoggingResponse: zod.ZodObject<{
226
253
  data: zod.ZodArray<zod.ZodObject<{
227
254
  activityType: zod.ZodOptional<zod.ZodEnum<{
228
- Read: "Read";
229
255
  Deleted: "Deleted";
256
+ Read: "Read";
230
257
  Created: "Created";
231
258
  Updated: "Updated";
232
259
  Chat: "Chat";
@@ -256,13 +283,45 @@ export declare const getActivityWorkspaceResponse: zod.ZodObject<{
256
283
  total: zod.ZodNumber;
257
284
  }, zod.core.$strip>;
258
285
  /**
259
- * @summary Get a list of all block interfaces
286
+ * @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
287
+ */
288
+ export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
289
+ name: zod.ZodString;
290
+ startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
291
+ state: zod.ZodEnum<{
292
+ Unknown: "Unknown";
293
+ Failed: "Failed";
294
+ Deleted: "Deleted";
295
+ InProgress: "InProgress";
296
+ Succeeded: "Succeeded";
297
+ }>;
298
+ versionNumber: zod.ZodString;
299
+ }, zod.core.$strip>;
300
+ /**
301
+ * @summary Returns the current version of the application.
302
+ */
303
+ export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
304
+ description: zod.ZodString;
305
+ versionNumber: zod.ZodString;
306
+ }, zod.core.$strip>;
307
+ /**
308
+ * @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
309
+ For instance, if app is currently on version 1.0, it might need to first be updated to 1.1 before it can be updated to 1.2.
310
+ Returns 204 if no new version available.
311
+ */
312
+ export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
313
+ description: zod.ZodString;
314
+ versionNumber: zod.ZodString;
315
+ }, zod.core.$strip>;
316
+ /**
317
+ * @summary Get a list of all block sets visible to the current principal.
260
318
  */
261
- export declare const getBlockSetsQueryParams: zod.ZodObject<{
319
+ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
262
320
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
263
321
  }, zod.core.$strict>;
264
- export declare const getBlockSetsResponseIdRegExp: RegExp;
265
- export declare const getBlockSetsResponseItem: zod.ZodObject<{
322
+ export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
323
+ export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
324
+ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
266
325
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
267
326
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
268
327
  ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -323,6 +382,7 @@ export declare const getBlockSetsResponseItem: zod.ZodObject<{
323
382
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
324
383
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
325
384
  id: zod.ZodString;
385
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
326
386
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
327
387
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
328
388
  type: zod.ZodEnum<{
@@ -330,8 +390,12 @@ export declare const getBlockSetsResponseItem: zod.ZodObject<{
330
390
  Custom: "Custom";
331
391
  Debug: "Debug";
332
392
  }>;
393
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
+ id: zod.ZodString;
395
+ name: zod.ZodString;
396
+ }, zod.core.$strip>>;
333
397
  }, zod.core.$strip>;
334
- export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
398
+ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
335
399
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
336
400
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
337
401
  ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -392,6 +456,7 @@ export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
392
456
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
393
457
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
394
458
  id: zod.ZodString;
459
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
395
460
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
396
461
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
397
462
  type: zod.ZodEnum<{
@@ -399,30 +464,59 @@ export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
399
464
  Custom: "Custom";
400
465
  Debug: "Debug";
401
466
  }>;
467
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
+ id: zod.ZodString;
469
+ name: zod.ZodString;
470
+ }, zod.core.$strip>>;
402
471
  }, zod.core.$strip>>;
472
+ /**
473
+ * @summary Get the saved Python source code for a deployed custom block set.
474
+ */
475
+ export declare const blockSetsGetDeployedBlockCodeParams: zod.ZodObject<{
476
+ blockSetName: zod.ZodString;
477
+ }, zod.core.$strict>;
478
+ /**
479
+ * @summary Get the raw zip file for a deployed custom block set.
480
+ */
481
+ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
482
+ blockSetName: zod.ZodString;
483
+ }, zod.core.$strict>;
403
484
  /**
404
485
  * @summary Deletes an existing custom block set.
405
486
  */
406
- export declare const deleteBlockSetsNameParams: zod.ZodObject<{
487
+ export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
488
+ name: zod.ZodString;
489
+ }, zod.core.$strict>;
490
+ /**
491
+ * @summary Rename a published custom block set (all versions). Set names are
492
+ organizational — flows bind to block (class) names, so renaming never
493
+ breaks a flow. Admin-only (the attribute must be method-level: the
494
+ Admin policy handler ignores class-level `[AuthorizeAdmin]`).
495
+ */
496
+ export declare const blockSetsRenameBlockSetParams: zod.ZodObject<{
407
497
  name: zod.ZodString;
408
498
  }, zod.core.$strict>;
499
+ export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
500
+ newName: zod.ZodString;
501
+ }, zod.core.$strict>;
409
502
  /**
410
503
  * @summary Adds a new custom block set.
411
504
  */
412
- export declare const postBlockSetsNameParams: zod.ZodObject<{
505
+ export declare const blockSetsAddBlockSetParams: zod.ZodObject<{
413
506
  name: zod.ZodString;
414
507
  }, zod.core.$strict>;
415
- export declare const postBlockSetsNameBody: zod.ZodObject<{
508
+ export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
416
509
  file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
417
510
  }, zod.core.$strict>;
418
511
  /**
419
512
  * @summary Get a list of all block interfaces
420
513
  */
421
- export declare const getBlocksQueryParams: zod.ZodObject<{
514
+ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
422
515
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
516
+ onBehalfOfUserId: zod.ZodOptional<zod.ZodString>;
423
517
  }, zod.core.$strict>;
424
- export declare const getBlocksResponseBlockSetIdRegExp: RegExp;
425
- export declare const getBlocksResponseItem: zod.ZodObject<{
518
+ export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
519
+ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
426
520
  blockSetId: zod.ZodString;
427
521
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
428
522
  createdAt: zod.ZodISODateTime;
@@ -491,208 +585,181 @@ export declare const getBlocksResponseItem: zod.ZodObject<{
491
585
  Debug: "Debug";
492
586
  }>;
493
587
  version: zod.ZodString;
588
+ }, zod.core.$strip>>>;
589
+ /**
590
+ * @summary List the SDK's built-in blocks (smartspace.* modules) for the
591
+ custom-blocks draft picker. App-native blocks (LLMs etc.) are
592
+ excluded upstream. Admin-only (method-level attribute — the Admin
593
+ policy handler ignores class-level `[AuthorizeAdmin]`).
594
+ */
595
+ export declare const blocksGetSdkBlocksResponseItem: zod.ZodObject<{
596
+ name: zod.ZodString;
597
+ version: zod.ZodString;
494
598
  }, zod.core.$strip>;
495
- export declare const getBlocksResponse: zod.ZodArray<zod.ZodObject<{
496
- blockSetId: zod.ZodString;
497
- connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
498
- createdAt: zod.ZodISODateTime;
499
- interface: zod.ZodObject<{
500
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
501
- ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
502
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
503
- channel: zod.ZodBoolean;
504
- default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
505
- generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
506
- pin: zod.ZodString;
507
- port: zod.ZodString;
508
- }, zod.core.$strip>>;
509
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
510
- required: zod.ZodBoolean;
511
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
512
- sticky: zod.ZodBoolean;
513
- type: zod.ZodEnum<{
514
- Single: "Single";
515
- List: "List";
516
- Dictionary: "Dictionary";
517
- }>;
518
- virtual: zod.ZodBoolean;
519
- }, zod.core.$strip>>;
520
- isFunction: zod.ZodBoolean;
521
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
522
- outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
523
- channel: zod.ZodBoolean;
524
- channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
525
- generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
526
- pin: zod.ZodString;
527
- port: zod.ZodString;
528
- }, zod.core.$strip>>;
529
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
530
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
531
- type: zod.ZodEnum<{
532
- Single: "Single";
533
- List: "List";
534
- Dictionary: "Dictionary";
535
- }>;
536
- }, zod.core.$strip>>;
537
- type: zod.ZodEnum<{
538
- Single: "Single";
539
- List: "List";
540
- Dictionary: "Dictionary";
541
- }>;
542
- }, zod.core.$strip>>;
543
- scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
544
- WorkSpace: "WorkSpace";
545
- DataSet: "DataSet";
546
- }>>>>;
547
- state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
548
- default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
549
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
550
- scope: zod.ZodArray<zod.ZodObject<{
551
- pin: zod.ZodString;
552
- port: zod.ZodString;
553
- }, zod.core.$strip>>;
554
- }, zod.core.$strip>>;
555
- }, zod.core.$strip>;
599
+ export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
556
600
  name: zod.ZodString;
557
- sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
558
- type: zod.ZodEnum<{
559
- Native: "Native";
560
- Custom: "Custom";
561
- Debug: "Debug";
562
- }>;
563
601
  version: zod.ZodString;
564
602
  }, zod.core.$strip>>;
603
+ /**
604
+ * @summary Get the Python source of a native/SDK block — used by the custom-blocks
605
+ page as a starting scaffold when creating a draft. Admin-only (the
606
+ attribute must be method-level: the Admin policy handler ignores
607
+ class-level `[AuthorizeAdmin]`).
608
+ */
609
+ export declare const blocksGetBlockSourceParams: zod.ZodObject<{
610
+ name: zod.ZodString;
611
+ version: zod.ZodString;
612
+ }, zod.core.$strict>;
613
+ export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
614
+ code: zod.ZodString;
615
+ name: zod.ZodString;
616
+ version: zod.ZodString;
617
+ }, zod.core.$strip>;
565
618
  /**
566
619
  * @summary Manually trigger reingestion of a specific container item.
567
620
  */
568
- export declare const postContainersItemsContainerItemIdReingestPathContainerItemIdRegExp: RegExp;
569
- export declare const postContainersItemsContainerItemIdReingestParams: zod.ZodObject<{
621
+ export declare const containersReingestContainerItemPathContainerItemIdRegExp: RegExp;
622
+ export declare const containersReingestContainerItemParams: zod.ZodObject<{
570
623
  containerItemId: zod.ZodString;
571
624
  }, zod.core.$strict>;
572
- export declare const postContainersContainerIdStartflowsPathContainerIdRegExp: RegExp;
573
- export declare const postContainersContainerIdStartflowsParams: zod.ZodObject<{
625
+ export declare const containersPostPathContainerIdRegExp: RegExp;
626
+ export declare const containersPostParams: zod.ZodObject<{
574
627
  containerId: zod.ZodString;
575
628
  }, zod.core.$strict>;
576
- export declare const postContainersContainerIdStartflowsQueryDataSetIdRegExp: RegExp;
577
- export declare const postContainersContainerIdStartflowsQueryParams: zod.ZodObject<{
629
+ export declare const containersPostQueryDataSetIdRegExp: RegExp;
630
+ export declare const containersPostQueryParams: zod.ZodObject<{
578
631
  dataSetId: zod.ZodOptional<zod.ZodString>;
579
632
  }, zod.core.$strict>;
580
- export declare const postContainersContainerIdStartflowsResponse: zod.ZodObject<{
581
- credentialType: zod.ZodEnum<{
582
- BlobStorage: "BlobStorage";
583
- SqlServer: "SqlServer";
584
- AzureSql: "AzureSql";
585
- Cosmos: "Cosmos";
586
- GoogleDrive: "GoogleDrive";
587
- SharePoint: "SharePoint";
588
- SharePointSite: "SharePointSite";
589
- HubSpot: "HubSpot";
590
- AzureStorage: "AzureStorage";
591
- File: "File";
592
- Sitemap: "Sitemap";
593
- }>;
594
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
595
- keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
596
- name: zod.ZodString;
597
- }, zod.core.$strip>;
598
- export declare const getDataSetsQueryTakeDefault = 20;
599
- export declare const getDataSetsQuerySkipDefault = 0;
600
- export declare const getDataSetsQueryParams: zod.ZodObject<{
601
- take: zod.ZodDefault<zod.ZodNumber>;
602
- skip: zod.ZodOptional<zod.ZodNumber>;
603
- search: zod.ZodOptional<zod.ZodString>;
604
- }, zod.core.$strict>;
605
- export declare const getDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
606
- export declare const getDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
607
- export declare const getDataSetsResponseDataItemFlowIdRegExp: RegExp;
608
- export declare const getDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
609
- export declare const getDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
610
- export declare const getDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
611
- export declare const getDataSetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
612
- export declare const getDataSetsResponseDataItemIdRegExp: RegExp;
613
- export declare const getDataSetsResponseDataItemVersionRegExp: RegExp;
614
- export declare const getDataSetsResponse: zod.ZodObject<{
615
- data: zod.ZodArray<zod.ZodObject<{
616
- createdAt: zod.ZodISODateTime;
617
- createdByUserId: zod.ZodString;
618
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
619
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
620
- flow: zod.ZodOptional<zod.ZodObject<{
621
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
622
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
623
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
624
- target: zod.ZodObject<{
625
- pin: zod.ZodString;
626
- port: zod.ZodString;
627
- }, zod.core.$strip>;
628
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
629
- }, zod.core.$strip>>>>;
630
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
631
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
632
- pin: zod.ZodString;
633
- port: zod.ZodString;
634
- }, zod.core.$strip>>>>;
635
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
633
+ export declare const containersPostResponseDataSetIdRegExp: RegExp;
634
+ export declare const containersPostResponseDataSetVersionRegExp: RegExp;
635
+ export declare const containersPostResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
636
+ export declare const containersPostResponseFlowIdRegExp: RegExp;
637
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
638
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
639
+ export declare const containersPostResponseFlowTriggersItemFlowIdRegExp: RegExp;
640
+ export declare const containersPostResponseFlowTriggersItemIdRegExp: RegExp;
641
+ export declare const containersPostResponseIdRegExp: RegExp;
642
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp: RegExp;
643
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp: RegExp;
644
+ export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
645
+ export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
646
+ export declare const containersPostResponseItem: zod.ZodObject<{
647
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
648
+ dataSet: zod.ZodOptional<zod.ZodObject<{
649
+ id: zod.ZodString;
650
+ name: zod.ZodString;
651
+ properties: zod.ZodArray<zod.ZodObject<{
652
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
653
+ isVector: zod.ZodBoolean;
654
+ name: zod.ZodString;
655
+ }, zod.core.$strip>>;
656
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
657
+ }, zod.core.$strip>>;
658
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
659
+ flow: zod.ZodObject<{
660
+ activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
661
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
662
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
663
+ target: zod.ZodObject<{
636
664
  pin: zod.ZodString;
637
665
  port: zod.ZodString;
638
- }, zod.core.$strip>>>>;
639
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
640
- name: zod.ZodString;
641
- version: zod.ZodString;
642
- }, zod.core.$strip>>>>;
643
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
644
- source: zod.ZodObject<{
645
- node: zod.ZodString;
646
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
647
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
648
- }, zod.core.$strip>;
649
- target: zod.ZodObject<{
650
- node: zod.ZodString;
651
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
652
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
653
666
  }, zod.core.$strip>;
654
- }, zod.core.$strip>>>>;
655
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
656
667
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
657
668
  }, zod.core.$strip>>>>;
658
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
659
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
669
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
670
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
671
+ pin: zod.ZodString;
672
+ port: zod.ZodString;
660
673
  }, zod.core.$strip>>>>;
661
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
662
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
663
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
664
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
674
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
675
+ pin: zod.ZodString;
676
+ port: zod.ZodString;
665
677
  }, zod.core.$strip>>>>;
666
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
667
- access: zod.ZodEnum<{
668
- None: "None";
669
- Read: "Read";
670
- Write: "Write";
671
- }>;
672
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
678
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
679
+ name: zod.ZodString;
680
+ version: zod.ZodString;
681
+ }, zod.core.$strip>>>>;
682
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
683
+ source: zod.ZodObject<{
684
+ node: zod.ZodString;
685
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
686
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
687
+ }, zod.core.$strip>;
688
+ target: zod.ZodObject<{
689
+ node: zod.ZodString;
690
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
691
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
692
+ }, zod.core.$strip>;
693
+ }, zod.core.$strip>>>>;
694
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
695
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
+ }, zod.core.$strip>>>>;
697
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
699
+ }, zod.core.$strip>>>>;
700
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
701
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
702
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
703
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
704
+ }, zod.core.$strip>>>>;
705
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
706
+ access: zod.ZodEnum<{
707
+ None: "None";
708
+ Read: "Read";
709
+ Write: "Write";
710
+ }>;
711
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
712
+ }, zod.core.$strip>>>>;
713
+ }, zod.core.$strip>>;
714
+ activeFlowDefinitionId: zod.ZodString;
715
+ id: zod.ZodString;
716
+ triggers: zod.ZodArray<zod.ZodObject<{
717
+ dataSourceContainer: zod.ZodObject<{
718
+ dataSourceId: zod.ZodString;
719
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
720
+ operator: zod.ZodString;
721
+ propertyName: zod.ZodString;
722
+ value: zod.ZodString;
673
723
  }, zod.core.$strip>>>>;
674
- }, zod.core.$strip>>;
675
- activeFlowDefinitionId: zod.ZodString;
724
+ id: zod.ZodString;
725
+ name: zod.ZodString;
726
+ path: zod.ZodString;
727
+ }, zod.core.$strip>;
728
+ flowId: zod.ZodString;
676
729
  id: zod.ZodString;
677
- triggers: zod.ZodArray<zod.ZodObject<{
678
- dataSourceContainer: zod.ZodObject<{
679
- dataSourceId: zod.ZodString;
680
- id: zod.ZodString;
681
- name: zod.ZodString;
682
- path: zod.ZodString;
683
- }, zod.core.$strip>;
684
- flowId: zod.ZodString;
730
+ inputName: zod.ZodString;
731
+ type: zod.ZodEnum<{
732
+ Periodic: "Periodic";
733
+ Container: "Container";
734
+ }>;
735
+ }, zod.core.$strip>>;
736
+ }, zod.core.$strip>;
737
+ id: zod.ZodString;
738
+ workSpace: zod.ZodOptional<zod.ZodObject<{
739
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
740
+ dataSets: zod.ZodArray<zod.ZodObject<{
685
741
  id: zod.ZodString;
686
- inputName: zod.ZodString;
687
- type: zod.ZodEnum<{
688
- Periodic: "Periodic";
689
- Container: "Container";
690
- }>;
742
+ name: zod.ZodString;
743
+ properties: zod.ZodArray<zod.ZodObject<{
744
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
745
+ isVector: zod.ZodBoolean;
746
+ name: zod.ZodString;
747
+ }, zod.core.$strip>>;
748
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
691
749
  }, zod.core.$strip>>;
750
+ id: zod.ZodString;
751
+ name: zod.ZodString;
692
752
  }, zod.core.$strip>>;
753
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
754
+ id: zod.ZodString;
755
+ name: zod.ZodString;
756
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
757
+ }, zod.core.$strip>>;
758
+ }, zod.core.$strip>;
759
+ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
760
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
761
+ dataSet: zod.ZodOptional<zod.ZodObject<{
693
762
  id: zod.ZodString;
694
- modifiedAt: zod.ZodISODateTime;
695
- modifiedByUserId: zod.ZodString;
696
763
  name: zod.ZodString;
697
764
  properties: zod.ZodArray<zod.ZodObject<{
698
765
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -701,43 +768,8 @@ export declare const getDataSetsResponse: zod.ZodObject<{
701
768
  }, zod.core.$strip>>;
702
769
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
703
770
  }, zod.core.$strip>>;
704
- total: zod.ZodNumber;
705
- }, zod.core.$strip>;
706
- export declare const getDataSetsDataSetIdItemsIdPathDataSetIdRegExp: RegExp;
707
- export declare const getDataSetsDataSetIdItemsIdPathIdRegExp: RegExp;
708
- export declare const getDataSetsDataSetIdItemsIdParams: zod.ZodObject<{
709
- dataSetId: zod.ZodString;
710
- id: zod.ZodString;
711
- }, zod.core.$strict>;
712
- /**
713
- * @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
714
- */
715
- export declare const deleteDataSetsIdPathIdRegExp: RegExp;
716
- export declare const deleteDataSetsIdParams: zod.ZodObject<{
717
- id: zod.ZodString;
718
- }, zod.core.$strict>;
719
- /**
720
- * @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
721
- */
722
- export declare const getDataSetsIdPathIdRegExp: RegExp;
723
- export declare const getDataSetsIdParams: zod.ZodObject<{
724
- id: zod.ZodString;
725
- }, zod.core.$strict>;
726
- export declare const getDataSetsIdResponseDataSpaceIdRegExp: RegExp;
727
- export declare const getDataSetsIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
728
- export declare const getDataSetsIdResponseFlowIdRegExp: RegExp;
729
- export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
730
- export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
731
- export declare const getDataSetsIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
732
- export declare const getDataSetsIdResponseFlowTriggersItemIdRegExp: RegExp;
733
- export declare const getDataSetsIdResponseIdRegExp: RegExp;
734
- export declare const getDataSetsIdResponseVersionRegExp: RegExp;
735
- export declare const getDataSetsIdResponse: zod.ZodObject<{
736
- createdAt: zod.ZodISODateTime;
737
- createdByUserId: zod.ZodString;
738
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
739
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
740
- flow: zod.ZodOptional<zod.ZodObject<{
771
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
772
+ flow: zod.ZodObject<{
741
773
  activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
742
774
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
743
775
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
@@ -797,6 +829,11 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
797
829
  triggers: zod.ZodArray<zod.ZodObject<{
798
830
  dataSourceContainer: zod.ZodObject<{
799
831
  dataSourceId: zod.ZodString;
832
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
833
+ operator: zod.ZodString;
834
+ propertyName: zod.ZodString;
835
+ value: zod.ZodString;
836
+ }, zod.core.$strip>>>>;
800
837
  id: zod.ZodString;
801
838
  name: zod.ZodString;
802
839
  path: zod.ZodString;
@@ -809,7 +846,104 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
809
846
  Container: "Container";
810
847
  }>;
811
848
  }, zod.core.$strip>>;
849
+ }, zod.core.$strip>;
850
+ id: zod.ZodString;
851
+ workSpace: zod.ZodOptional<zod.ZodObject<{
852
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
853
+ dataSets: zod.ZodArray<zod.ZodObject<{
854
+ id: zod.ZodString;
855
+ name: zod.ZodString;
856
+ properties: zod.ZodArray<zod.ZodObject<{
857
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
858
+ isVector: zod.ZodBoolean;
859
+ name: zod.ZodString;
860
+ }, zod.core.$strip>>;
861
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
862
+ }, zod.core.$strip>>;
863
+ id: zod.ZodString;
864
+ name: zod.ZodString;
865
+ }, zod.core.$strip>>;
866
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
867
+ id: zod.ZodString;
868
+ name: zod.ZodString;
869
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
870
+ }, zod.core.$strip>>;
871
+ }, zod.core.$strip>>;
872
+ export declare const dataSetsGetQueryTakeDefault = 20;
873
+ export declare const dataSetsGetQuerySkipDefault = 0;
874
+ export declare const dataSetsGetQueryParams: zod.ZodObject<{
875
+ take: zod.ZodDefault<zod.ZodNumber>;
876
+ skip: zod.ZodOptional<zod.ZodNumber>;
877
+ search: zod.ZodOptional<zod.ZodString>;
878
+ }, zod.core.$strict>;
879
+ export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
880
+ export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
881
+ export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
882
+ export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
883
+ export declare const dataSetsGetResponse: zod.ZodObject<{
884
+ data: zod.ZodArray<zod.ZodObject<{
885
+ createdAt: zod.ZodISODateTime;
886
+ createdByUserId: zod.ZodString;
887
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
888
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
889
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
890
+ id: zod.ZodString;
891
+ modifiedAt: zod.ZodISODateTime;
892
+ modifiedByUserId: zod.ZodString;
893
+ name: zod.ZodString;
894
+ properties: zod.ZodArray<zod.ZodObject<{
895
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
896
+ isVector: zod.ZodBoolean;
897
+ name: zod.ZodString;
898
+ }, zod.core.$strip>>;
899
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
812
900
  }, zod.core.$strip>>;
901
+ total: zod.ZodNumber;
902
+ }, zod.core.$strip>;
903
+ export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
904
+ export declare const dataSetsGetItemPathIdRegExp: RegExp;
905
+ export declare const dataSetsGetItemParams: zod.ZodObject<{
906
+ dataSetId: zod.ZodString;
907
+ id: zod.ZodString;
908
+ }, zod.core.$strict>;
909
+ export declare const dataSetsGetItemResponseIdRegExp: RegExp;
910
+ export declare const dataSetsGetItemResponseMetadataContainerIdRegExp: RegExp;
911
+ export declare const dataSetsGetItemResponseMetadataContainerItemIdRegExp: RegExp;
912
+ export declare const dataSetsGetItemResponseMetadataDataSetIdRegExp: RegExp;
913
+ export declare const dataSetsGetItemResponseMetadataFlowRunIdRegExp: RegExp;
914
+ export declare const dataSetsGetItemResponse: zod.ZodObject<{
915
+ id: zod.ZodString;
916
+ indexText: zod.ZodString;
917
+ metadata: zod.ZodObject<{
918
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
919
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
920
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
921
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
922
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
923
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
924
+ indexed: zod.ZodBoolean;
925
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
926
+ }, zod.core.$strip>;
927
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
928
+ }, zod.core.$strip>;
929
+ export declare const dataSetsDeletePathIdRegExp: RegExp;
930
+ export declare const dataSetsDeleteParams: zod.ZodObject<{
931
+ id: zod.ZodString;
932
+ }, zod.core.$strict>;
933
+ export declare const dataSetsGetByIdPathIdRegExp: RegExp;
934
+ export declare const dataSetsGetByIdParams: zod.ZodObject<{
935
+ id: zod.ZodString;
936
+ }, zod.core.$strict>;
937
+ export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
938
+ export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
939
+ export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
940
+ export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
941
+ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
942
+ createdAt: zod.ZodISODateTime;
943
+ createdByUserId: zod.ZodString;
944
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
945
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
946
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
813
947
  id: zod.ZodString;
814
948
  modifiedAt: zod.ZodISODateTime;
815
949
  modifiedByUserId: zod.ZodString;
@@ -822,122 +956,254 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
822
956
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
823
957
  }, zod.core.$strip>;
824
958
  /**
825
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
959
+ * @summary Update an existing dataset (name, description, container bindings).
826
960
  */
827
- export declare const putDataSetsIdParams: zod.ZodObject<{
961
+ export declare const dataSetsPutParams: zod.ZodObject<{
828
962
  id: zod.ZodString;
829
963
  }, zod.core.$strict>;
830
- export declare const putDataSetsIdBodyContainerInfoItemDataSourceIdRegExp: RegExp;
831
- export declare const putDataSetsIdBodyIdRegExp: RegExp;
832
- export declare const putDataSetsIdBody: zod.ZodObject<{
833
- containerInfo: zod.ZodArray<zod.ZodObject<{
964
+ export declare const dataSetsPutBodyContainerInfoItemDataSourceIdRegExp: RegExp;
965
+ export declare const dataSetsPutBodyIdRegExp: RegExp;
966
+ export declare const dataSetsPutBody: zod.ZodObject<{
967
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
834
968
  dataSourceId: zod.ZodString;
969
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
970
+ operator: zod.ZodString;
971
+ propertyName: zod.ZodString;
972
+ value: zod.ZodString;
973
+ }, zod.core.$strict>>>>;
835
974
  path: zod.ZodString;
836
- }, zod.core.$strict>>;
975
+ }, zod.core.$strict>>>>;
837
976
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
838
977
  id: zod.ZodString;
839
- name: zod.ZodString;
978
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
840
979
  }, zod.core.$strict>;
980
+ export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
981
+ export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
982
+ export declare const dataSetsPutResponseIdRegExp: RegExp;
983
+ export declare const dataSetsPutResponseVersionRegExp: RegExp;
984
+ export declare const dataSetsPutResponse: zod.ZodObject<{
985
+ createdAt: zod.ZodISODateTime;
986
+ createdByUserId: zod.ZodString;
987
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
988
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
989
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
990
+ id: zod.ZodString;
991
+ modifiedAt: zod.ZodISODateTime;
992
+ modifiedByUserId: zod.ZodString;
993
+ name: zod.ZodString;
994
+ properties: zod.ZodArray<zod.ZodObject<{
995
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
996
+ isVector: zod.ZodBoolean;
997
+ name: zod.ZodString;
998
+ }, zod.core.$strip>>;
999
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
+ }, zod.core.$strip>;
841
1001
  /**
842
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1002
+ * @summary Update just the basic-info fields (name + description) on a dataset.
843
1003
  */
844
- export declare const putDataSetsIdBasicInfoPathIdRegExp: RegExp;
845
- export declare const putDataSetsIdBasicInfoParams: zod.ZodObject<{
1004
+ export declare const dataSetsPutBasicInfoPathIdRegExp: RegExp;
1005
+ export declare const dataSetsPutBasicInfoParams: zod.ZodObject<{
846
1006
  id: zod.ZodString;
847
1007
  }, zod.core.$strict>;
848
- export declare const putDataSetsIdBasicInfoBody: zod.ZodObject<{
1008
+ export declare const dataSetsPutBasicInfoBody: zod.ZodObject<{
849
1009
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
850
1010
  name: zod.ZodString;
851
1011
  }, zod.core.$strict>;
852
- export declare const postDataSetsIdClearPathIdRegExp: RegExp;
853
- export declare const postDataSetsIdClearParams: zod.ZodObject<{
1012
+ export declare const dataSetsClearPathIdRegExp: RegExp;
1013
+ export declare const dataSetsClearParams: zod.ZodObject<{
854
1014
  id: zod.ZodString;
855
1015
  }, zod.core.$strict>;
856
- export declare const getDataSetsIdContainerItemsRunHistoryPathIdRegExp: RegExp;
857
- export declare const getDataSetsIdContainerItemsRunHistoryParams: zod.ZodObject<{
1016
+ export declare const dataSetsGetContainerItemsRunHistoryPathIdRegExp: RegExp;
1017
+ export declare const dataSetsGetContainerItemsRunHistoryParams: zod.ZodObject<{
858
1018
  id: zod.ZodString;
859
1019
  }, zod.core.$strict>;
860
- export declare const getDataSetsIdContainerItemsRunHistoryQuerySkipDefault = 0;
861
- export declare const getDataSetsIdContainerItemsRunHistoryQueryTakeDefault = 50;
862
- export declare const getDataSetsIdContainerItemsRunHistoryQueryParams: zod.ZodObject<{
1020
+ export declare const dataSetsGetContainerItemsRunHistoryQuerySkipDefault = 0;
1021
+ export declare const dataSetsGetContainerItemsRunHistoryQueryTakeDefault = 50;
1022
+ export declare const dataSetsGetContainerItemsRunHistoryQueryParams: zod.ZodObject<{
863
1023
  skip: zod.ZodOptional<zod.ZodNumber>;
864
1024
  take: zod.ZodDefault<zod.ZodNumber>;
865
1025
  search: zod.ZodOptional<zod.ZodString>;
866
1026
  }, zod.core.$strict>;
1027
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp: RegExp;
1028
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp: RegExp;
1029
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp: RegExp;
1030
+ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<{
1031
+ data: zod.ZodArray<zod.ZodObject<{
1032
+ containerId: zod.ZodString;
1033
+ createdAt: zod.ZodISODateTime;
1034
+ flowRuns: zod.ZodArray<zod.ZodObject<{
1035
+ errors: zod.ZodArray<zod.ZodObject<{
1036
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1037
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1038
+ message: zod.ZodString;
1039
+ }, zod.core.$strip>>;
1040
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1041
+ flowRunId: zod.ZodString;
1042
+ runAt: zod.ZodISODateTime;
1043
+ status: zod.ZodString;
1044
+ }, zod.core.$strip>>;
1045
+ id: zod.ZodString;
1046
+ name: zod.ZodString;
1047
+ path: zod.ZodString;
1048
+ status: zod.ZodString;
1049
+ }, zod.core.$strip>>;
1050
+ total: zod.ZodNumber;
1051
+ }, zod.core.$strip>;
867
1052
  /**
868
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1053
+ * @summary Move a dataset to a different dataspace.
869
1054
  */
870
- export declare const putDataSetsIdDataspacePathIdRegExp: RegExp;
871
- export declare const putDataSetsIdDataspaceParams: zod.ZodObject<{
1055
+ export declare const dataSetsSetDataspacePathIdRegExp: RegExp;
1056
+ export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
872
1057
  id: zod.ZodString;
873
1058
  }, zod.core.$strict>;
874
- export declare const putDataSetsIdDataspaceBodyRegExp: RegExp;
875
- export declare const putDataSetsIdDataspaceBody: zod.ZodString;
876
- export declare const getDataSetsIdExportPathIdRegExp: RegExp;
877
- export declare const getDataSetsIdExportParams: zod.ZodObject<{
1059
+ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1060
+ export declare const dataSetsSetDataspaceBody: zod.ZodString;
1061
+ export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1062
+ export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1063
+ export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1064
+ export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1065
+ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1066
+ createdAt: zod.ZodISODateTime;
1067
+ createdByUserId: zod.ZodString;
1068
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1069
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1070
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1071
+ id: zod.ZodString;
1072
+ modifiedAt: zod.ZodISODateTime;
1073
+ modifiedByUserId: zod.ZodString;
1074
+ name: zod.ZodString;
1075
+ properties: zod.ZodArray<zod.ZodObject<{
1076
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1077
+ isVector: zod.ZodBoolean;
1078
+ name: zod.ZodString;
1079
+ }, zod.core.$strip>>;
1080
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1081
+ }, zod.core.$strip>;
1082
+ export declare const dataSetsExportPathIdRegExp: RegExp;
1083
+ export declare const dataSetsExportParams: zod.ZodObject<{
878
1084
  id: zod.ZodString;
879
1085
  }, zod.core.$strict>;
880
- export declare const getDataSetsIdItemsPathIdRegExp: RegExp;
881
- export declare const getDataSetsIdItemsParams: zod.ZodObject<{
1086
+ export declare const dataSetsExportResponseIdRegExp: RegExp;
1087
+ export declare const dataSetsExportResponseThreadIdRegExp: RegExp;
1088
+ export declare const dataSetsExportResponseWorkspaceIdRegExp: RegExp;
1089
+ export declare const dataSetsExportResponse: zod.ZodObject<{
1090
+ createdAt: zod.ZodISODateTime;
1091
+ createdByUserId: zod.ZodString;
1092
+ id: zod.ZodString;
1093
+ modifiedAt: zod.ZodISODateTime;
1094
+ modifiedByUserId: zod.ZodString;
1095
+ name: zod.ZodString;
1096
+ size: zod.ZodNumber;
1097
+ threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1098
+ workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1099
+ }, zod.core.$strip>;
1100
+ export declare const dataSetsGetItemsPathIdRegExp: RegExp;
1101
+ export declare const dataSetsGetItemsParams: zod.ZodObject<{
882
1102
  id: zod.ZodString;
883
1103
  }, zod.core.$strict>;
884
- export declare const getDataSetsIdItemsQuerySkipDefault = 0;
885
- export declare const getDataSetsIdItemsQueryTakeDefault = 20;
886
- export declare const getDataSetsIdItemsQueryParams: zod.ZodObject<{
1104
+ export declare const dataSetsGetItemsQuerySkipDefault = 0;
1105
+ export declare const dataSetsGetItemsQueryTakeDefault = 20;
1106
+ export declare const dataSetsGetItemsQueryParams: zod.ZodObject<{
887
1107
  skip: zod.ZodOptional<zod.ZodNumber>;
888
1108
  take: zod.ZodDefault<zod.ZodNumber>;
889
1109
  }, zod.core.$strict>;
890
- export declare const postDataSetsIdItemsPathIdRegExp: RegExp;
891
- export declare const postDataSetsIdItemsParams: zod.ZodObject<{
1110
+ export declare const dataSetsGetItemsResponseDataItemIdRegExp: RegExp;
1111
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1112
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1113
+ export declare const dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1114
+ export declare const dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1115
+ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1116
+ data: zod.ZodArray<zod.ZodObject<{
1117
+ id: zod.ZodString;
1118
+ indexText: zod.ZodString;
1119
+ metadata: zod.ZodObject<{
1120
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1121
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1122
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1123
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1124
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1125
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1126
+ indexed: zod.ZodBoolean;
1127
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1128
+ }, zod.core.$strip>;
1129
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1130
+ }, zod.core.$strip>>;
1131
+ total: zod.ZodNumber;
1132
+ }, zod.core.$strip>;
1133
+ export declare const dataSetsAddItemPathIdRegExp: RegExp;
1134
+ export declare const dataSetsAddItemParams: zod.ZodObject<{
892
1135
  id: zod.ZodString;
893
1136
  }, zod.core.$strict>;
894
- export declare const postDataSetsIdItemsBodyIdRegExp: RegExp;
895
- export declare const postDataSetsIdItemsBody: zod.ZodObject<{
1137
+ export declare const dataSetsAddItemBodyIdRegExp: RegExp;
1138
+ export declare const dataSetsAddItemBody: zod.ZodObject<{
896
1139
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
897
1140
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
898
1141
  }, zod.core.$strict>;
899
- export declare const postDataSetsIdItemsSearchPathIdRegExp: RegExp;
900
- export declare const postDataSetsIdItemsSearchParams: zod.ZodObject<{
1142
+ export declare const dataSetsSearchItemsPathIdRegExp: RegExp;
1143
+ export declare const dataSetsSearchItemsParams: zod.ZodObject<{
901
1144
  id: zod.ZodString;
902
1145
  }, zod.core.$strict>;
903
- export declare const postDataSetsIdItemsSearchBody: zod.ZodObject<{
1146
+ export declare const dataSetsSearchItemsBody: zod.ZodObject<{
904
1147
  filter: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
905
1148
  query: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
906
1149
  skip: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
907
1150
  take: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
908
1151
  }, zod.core.$strict>;
909
- export declare const deleteDataSetsIdItemsItemIdPathIdRegExp: RegExp;
910
- export declare const deleteDataSetsIdItemsItemIdPathItemIdRegExp: RegExp;
911
- export declare const deleteDataSetsIdItemsItemIdParams: zod.ZodObject<{
1152
+ export declare const dataSetsSearchItemsResponseDataItemIdRegExp: RegExp;
1153
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1154
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1155
+ export declare const dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1156
+ export declare const dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1157
+ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1158
+ data: zod.ZodArray<zod.ZodObject<{
1159
+ id: zod.ZodString;
1160
+ indexText: zod.ZodString;
1161
+ metadata: zod.ZodObject<{
1162
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1163
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1164
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1165
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1166
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1167
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1168
+ indexed: zod.ZodBoolean;
1169
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1170
+ }, zod.core.$strip>;
1171
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1172
+ }, zod.core.$strip>>;
1173
+ total: zod.ZodNumber;
1174
+ }, zod.core.$strip>;
1175
+ export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
1176
+ export declare const dataSetsDeleteItemPathItemIdRegExp: RegExp;
1177
+ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
912
1178
  id: zod.ZodString;
913
1179
  itemId: zod.ZodString;
914
1180
  }, zod.core.$strict>;
915
1181
  /**
916
- * @summary Add a property to a dataset
1182
+ * @summary Upsert a single property on a dataset.
917
1183
  */
918
- export declare const postDataSetsIdPropertiesPathIdRegExp: RegExp;
919
- export declare const postDataSetsIdPropertiesParams: zod.ZodObject<{
1184
+ export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
1185
+ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
920
1186
  id: zod.ZodString;
921
1187
  }, zod.core.$strict>;
922
- export declare const postDataSetsIdPropertiesBody: zod.ZodObject<{
1188
+ export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
923
1189
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
924
1190
  isVector: zod.ZodBoolean;
925
1191
  name: zod.ZodString;
926
1192
  }, zod.core.$strict>;
927
- export declare const postDataSetsIdPropertiesResponse: zod.ZodObject<{
1193
+ export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
928
1194
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
929
1195
  isVector: zod.ZodBoolean;
930
1196
  name: zod.ZodString;
931
1197
  }, zod.core.$strip>;
932
- export declare const deleteDataSetsIdPropertiesNamePathIdRegExp: RegExp;
933
- export declare const deleteDataSetsIdPropertiesNameParams: zod.ZodObject<{
1198
+ export declare const dataSetsDeleteDataSetPropertyPathIdRegExp: RegExp;
1199
+ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
934
1200
  id: zod.ZodString;
935
1201
  name: zod.ZodString;
936
1202
  }, zod.core.$strict>;
937
1203
  /**
938
1204
  * @summary Fetch a list of all available data source types in SmartSpace.
939
1205
  */
940
- export declare const getDataSourceTypesResponseItem: zod.ZodObject<{
1206
+ export declare const dataSourceTypesGetResponseItem: zod.ZodObject<{
941
1207
  credentialsDefinition: zod.ZodObject<{
942
1208
  credentialsType: zod.ZodEnum<{
943
1209
  Dictionary: "Dictionary";
@@ -956,7 +1222,7 @@ export declare const getDataSourceTypesResponseItem: zod.ZodObject<{
956
1222
  id: zod.ZodString;
957
1223
  name: zod.ZodString;
958
1224
  }, zod.core.$strip>;
959
- export declare const getDataSourceTypesResponse: zod.ZodArray<zod.ZodObject<{
1225
+ export declare const dataSourceTypesGetResponse: zod.ZodArray<zod.ZodObject<{
960
1226
  credentialsDefinition: zod.ZodObject<{
961
1227
  credentialsType: zod.ZodEnum<{
962
1228
  Dictionary: "Dictionary";
@@ -978,12 +1244,17 @@ export declare const getDataSourceTypesResponse: zod.ZodArray<zod.ZodObject<{
978
1244
  /**
979
1245
  * @summary Check for available containers for a specific data source type in SmartSpace.
980
1246
  */
981
- export declare const postDataSourceTypesAvailableContainersBody: zod.ZodObject<{
1247
+ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
982
1248
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
983
1249
  dataSourceTypeId: zod.ZodString;
984
1250
  }, zod.core.$strict>;
985
- export declare const postDataSourceTypesAvailableContainersResponseItem: zod.ZodObject<{
1251
+ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
986
1252
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1253
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1254
+ operator: zod.ZodString;
1255
+ propertyName: zod.ZodString;
1256
+ value: zod.ZodString;
1257
+ }, zod.core.$strip>>>>;
987
1258
  name: zod.ZodString;
988
1259
  path: zod.ZodString;
989
1260
  properties: zod.ZodArray<zod.ZodObject<{
@@ -991,8 +1262,13 @@ export declare const postDataSourceTypesAvailableContainersResponseItem: zod.Zod
991
1262
  name: zod.ZodString;
992
1263
  }, zod.core.$strip>>;
993
1264
  }, zod.core.$strip>;
994
- export declare const postDataSourceTypesAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1265
+ export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
995
1266
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1267
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1268
+ operator: zod.ZodString;
1269
+ propertyName: zod.ZodString;
1270
+ value: zod.ZodString;
1271
+ }, zod.core.$strip>>>>;
996
1272
  name: zod.ZodString;
997
1273
  path: zod.ZodString;
998
1274
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1003,33 +1279,40 @@ export declare const postDataSourceTypesAvailableContainersResponse: zod.ZodArra
1003
1279
  /**
1004
1280
  * @summary Test the connection for a data source type in SmartSpace, verifying credentials and connectivity.
1005
1281
  */
1006
- export declare const postDataSourceTypesTestConnectionBody: zod.ZodObject<{
1282
+ export declare const dataSourceTypesTestConnectionBody: zod.ZodObject<{
1007
1283
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1008
1284
  dataSourceTypeId: zod.ZodString;
1009
1285
  }, zod.core.$strict>;
1010
- export declare const postDataSourceTypesTestConnectionResponse: zod.ZodObject<{
1286
+ export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
1011
1287
  exceptionType: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1012
1288
  isSuccessful: zod.ZodBoolean;
1013
1289
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1014
1290
  statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1015
1291
  }, zod.core.$strip>;
1016
1292
  /**
1017
- * @summary Obtain a list of all data sources configured in SmartSpace, with optional pagination options take and skip.
1293
+ * @summary Retrieves a collection of data sources.
1018
1294
  */
1019
- export declare const getDataSourcesQueryTakeDefault = 20;
1020
- export declare const getDataSourcesQuerySkipDefault = 0;
1021
- export declare const getDataSourcesQueryParams: zod.ZodObject<{
1295
+ export declare const dataSourcesGetQueryTakeDefault = 20;
1296
+ export declare const dataSourcesGetQuerySkipDefault = 0;
1297
+ export declare const dataSourcesGetQueryParams: zod.ZodObject<{
1022
1298
  take: zod.ZodDefault<zod.ZodNumber>;
1023
1299
  skip: zod.ZodOptional<zod.ZodNumber>;
1024
1300
  search: zod.ZodOptional<zod.ZodString>;
1301
+ sortBy: zod.ZodOptional<zod.ZodString>;
1302
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1025
1303
  }, zod.core.$strict>;
1026
- export declare const getDataSourcesResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1027
- export declare const getDataSourcesResponseDataItemContainersItemIdRegExp: RegExp;
1028
- export declare const getDataSourcesResponseDataItemIdRegExp: RegExp;
1029
- export declare const getDataSourcesResponse: zod.ZodObject<{
1304
+ export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1305
+ export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
1306
+ export declare const dataSourcesGetResponseDataItemIdRegExp: RegExp;
1307
+ export declare const dataSourcesGetResponse: zod.ZodObject<{
1030
1308
  data: zod.ZodArray<zod.ZodObject<{
1031
1309
  containers: zod.ZodArray<zod.ZodObject<{
1032
1310
  dataSourceId: zod.ZodString;
1311
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1312
+ operator: zod.ZodString;
1313
+ propertyName: zod.ZodString;
1314
+ value: zod.ZodString;
1315
+ }, zod.core.$strip>>>>;
1033
1316
  id: zod.ZodString;
1034
1317
  name: zod.ZodString;
1035
1318
  path: zod.ZodString;
@@ -1061,7 +1344,7 @@ export declare const getDataSourcesResponse: zod.ZodObject<{
1061
1344
  /**
1062
1345
  * @summary Create a new data source in SmartSpace, defining its properties and credentials for integration.
1063
1346
  */
1064
- export declare const postDataSourcesBody: zod.ZodObject<{
1347
+ export declare const dataSourcesPostBody: zod.ZodObject<{
1065
1348
  credentialType: zod.ZodEnum<{
1066
1349
  BlobStorage: "BlobStorage";
1067
1350
  SqlServer: "SqlServer";
@@ -1079,7 +1362,23 @@ export declare const postDataSourcesBody: zod.ZodObject<{
1079
1362
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1080
1363
  name: zod.ZodString;
1081
1364
  }, zod.core.$strict>;
1082
- export declare const postDataSourcesResponse: zod.ZodObject<{
1365
+ export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
1366
+ export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
1367
+ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1368
+ export declare const dataSourcesPostResponse: zod.ZodObject<{
1369
+ containers: zod.ZodArray<zod.ZodObject<{
1370
+ dataSourceId: zod.ZodString;
1371
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1372
+ operator: zod.ZodString;
1373
+ propertyName: zod.ZodString;
1374
+ value: zod.ZodString;
1375
+ }, zod.core.$strip>>>>;
1376
+ id: zod.ZodString;
1377
+ name: zod.ZodString;
1378
+ path: zod.ZodString;
1379
+ }, zod.core.$strip>>;
1380
+ createdAt: zod.ZodISODateTime;
1381
+ createdByUserId: zod.ZodString;
1083
1382
  credentialType: zod.ZodEnum<{
1084
1383
  BlobStorage: "BlobStorage";
1085
1384
  SqlServer: "SqlServer";
@@ -1093,166 +1392,155 @@ export declare const postDataSourcesResponse: zod.ZodObject<{
1093
1392
  File: "File";
1094
1393
  Sitemap: "Sitemap";
1095
1394
  }>;
1096
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1395
+ id: zod.ZodString;
1097
1396
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1397
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1398
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1098
1399
  name: zod.ZodString;
1400
+ searchable: zod.ZodBoolean;
1099
1401
  }, zod.core.$strip>;
1100
1402
  /**
1101
1403
  * @summary Remove a specific data source from SmartSpace using its unique ID.
1102
1404
  */
1103
- export declare const deleteDataSourcesDataSourceIdPathDataSourceIdRegExp: RegExp;
1104
- export declare const deleteDataSourcesDataSourceIdParams: zod.ZodObject<{
1405
+ export declare const dataSourcesDeletePathDataSourceIdRegExp: RegExp;
1406
+ export declare const dataSourcesDeleteParams: zod.ZodObject<{
1105
1407
  dataSourceId: zod.ZodString;
1106
1408
  }, zod.core.$strict>;
1107
1409
  /**
1108
1410
  * @summary Update the configuration of an existing data source in SmartSpace by specifying its ID.
1109
1411
  */
1110
- export declare const putDataSourcesDataSourceIdPathDataSourceIdRegExp: RegExp;
1111
- export declare const putDataSourcesDataSourceIdParams: zod.ZodObject<{
1412
+ export declare const dataSourcesPutPathDataSourceIdRegExp: RegExp;
1413
+ export declare const dataSourcesPutParams: zod.ZodObject<{
1112
1414
  dataSourceId: zod.ZodString;
1113
1415
  }, zod.core.$strict>;
1114
- export declare const putDataSourcesDataSourceIdBody: zod.ZodObject<{
1416
+ export declare const dataSourcesPutBody: zod.ZodObject<{
1115
1417
  name: zod.ZodString;
1116
1418
  }, zod.core.$strict>;
1117
1419
  /**
1118
1420
  * @summary Retrieve container information associated with a specific data source in SmartSpace, using it's ID.
1119
1421
  */
1120
- export declare const getDataSourcesDataSourceIdContainersPathDataSourceIdRegExp: RegExp;
1121
- export declare const getDataSourcesDataSourceIdContainersParams: zod.ZodObject<{
1422
+ export declare const dataSourcesContainersPathDataSourceIdRegExp: RegExp;
1423
+ export declare const dataSourcesContainersParams: zod.ZodObject<{
1122
1424
  dataSourceId: zod.ZodString;
1123
1425
  }, zod.core.$strict>;
1124
- export declare const getDataSourcesDataSourceIdContainersQueryParams: zod.ZodObject<{
1426
+ export declare const dataSourcesContainersQueryParams: zod.ZodObject<{
1125
1427
  parentId: zod.ZodOptional<zod.ZodString>;
1126
1428
  search: zod.ZodOptional<zod.ZodString>;
1127
1429
  }, zod.core.$strict>;
1128
- export declare const getDataSourcesDataSourceIdContainersResponseDataSourceIdRegExp: RegExp;
1129
- export declare const getDataSourcesDataSourceIdContainersResponseIdRegExp: RegExp;
1130
- export declare const getDataSourcesDataSourceIdContainersResponseItem: zod.ZodObject<{
1430
+ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1431
+ export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1432
+ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1131
1433
  dataSourceId: zod.ZodString;
1434
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1435
+ operator: zod.ZodString;
1436
+ propertyName: zod.ZodString;
1437
+ value: zod.ZodString;
1438
+ }, zod.core.$strip>>>>;
1132
1439
  id: zod.ZodString;
1133
1440
  name: zod.ZodString;
1134
1441
  path: zod.ZodString;
1135
1442
  }, zod.core.$strip>;
1136
- export declare const getDataSourcesDataSourceIdContainersResponse: zod.ZodArray<zod.ZodObject<{
1443
+ export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1137
1444
  dataSourceId: zod.ZodString;
1445
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1446
+ operator: zod.ZodString;
1447
+ propertyName: zod.ZodString;
1448
+ value: zod.ZodString;
1449
+ }, zod.core.$strip>>>>;
1138
1450
  id: zod.ZodString;
1139
1451
  name: zod.ZodString;
1140
1452
  path: zod.ZodString;
1141
1453
  }, zod.core.$strip>>;
1142
1454
  /**
1143
- * @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
1455
+ * @summary Runs a preview search against the data source using the supplied filters and returns
1456
+ a total record count without persisting any state.
1144
1457
  */
1145
- export declare const putDataSourcesDataSourceIdCredentialsPathDataSourceIdRegExp: RegExp;
1146
- export declare const putDataSourcesDataSourceIdCredentialsParams: zod.ZodObject<{
1458
+ export declare const dataSourcesPreviewContainerPathDataSourceIdRegExp: RegExp;
1459
+ export declare const dataSourcesPreviewContainerParams: zod.ZodObject<{
1147
1460
  dataSourceId: zod.ZodString;
1148
1461
  }, zod.core.$strict>;
1149
- export declare const putDataSourcesDataSourceIdCredentialsBody: zod.ZodObject<{
1150
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1462
+ export declare const dataSourcesPreviewContainerBody: zod.ZodObject<{
1463
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1464
+ operator: zod.ZodString;
1465
+ propertyName: zod.ZodString;
1466
+ value: zod.ZodString;
1467
+ }, zod.core.$strict>>>>;
1468
+ path: zod.ZodString;
1469
+ }, zod.core.$strict>;
1470
+ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1471
+ samples: zod.ZodArray<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1472
+ total: zod.ZodNumber;
1473
+ }, zod.core.$strip>;
1474
+ /**
1475
+ * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1476
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1477
+ containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1478
+ */
1479
+ export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
1480
+ export declare const dataSourcesContainerSchemaParams: zod.ZodObject<{
1481
+ dataSourceId: zod.ZodString;
1482
+ }, zod.core.$strict>;
1483
+ export declare const dataSourcesContainerSchemaQueryParams: zod.ZodObject<{
1484
+ containerPath: zod.ZodOptional<zod.ZodString>;
1151
1485
  }, zod.core.$strict>;
1152
1486
  /**
1153
- * @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
1487
+ * @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
1154
1488
  */
1155
- export declare const getDataSpacesQueryTakeDefault = 20;
1156
- export declare const getDataSpacesQuerySkipDefault = 0;
1157
- export declare const getDataSpacesQueryParams: zod.ZodObject<{
1489
+ export declare const dataSourcesUpdateCredentialsPathDataSourceIdRegExp: RegExp;
1490
+ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1491
+ dataSourceId: zod.ZodString;
1492
+ }, zod.core.$strict>;
1493
+ export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1494
+ credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1495
+ }, zod.core.$strict>;
1496
+ export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1497
+ export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1498
+ id: zod.ZodString;
1499
+ }, zod.core.$strict>;
1500
+ export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
1501
+ id: zod.ZodString;
1502
+ name: zod.ZodString;
1503
+ }, zod.core.$strip>;
1504
+ export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1505
+ id: zod.ZodString;
1506
+ name: zod.ZodString;
1507
+ }, zod.core.$strip>>;
1508
+ export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
1509
+ export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
1510
+ id: zod.ZodString;
1511
+ userId: zod.ZodString;
1512
+ }, zod.core.$strict>;
1513
+ export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
1514
+ export declare const dataSourcesAddAdminParams: zod.ZodObject<{
1515
+ id: zod.ZodString;
1516
+ userId: zod.ZodString;
1517
+ }, zod.core.$strict>;
1518
+ export declare const dataSpacesGetQueryTakeDefault = 20;
1519
+ export declare const dataSpacesGetQuerySkipDefault = 0;
1520
+ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1158
1521
  take: zod.ZodDefault<zod.ZodNumber>;
1159
1522
  skip: zod.ZodOptional<zod.ZodNumber>;
1160
1523
  search: zod.ZodOptional<zod.ZodString>;
1161
- }, zod.core.$strict>;
1162
- export declare const getDataSpacesResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1163
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1164
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1165
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1166
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1167
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1168
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1169
- export declare const getDataSpacesResponseDataItemDataSetsItemIdRegExp: RegExp;
1170
- export declare const getDataSpacesResponseDataItemDataSetsItemVersionRegExp: RegExp;
1171
- export declare const getDataSpacesResponseDataItemIdRegExp: RegExp;
1172
- export declare const getDataSpacesResponseDataItemParentWorkspaceIdRegExp: RegExp;
1173
- export declare const getDataSpacesResponseDataItemWorkspacesInfoItemIdRegExp: RegExp;
1174
- export declare const getDataSpacesResponse: zod.ZodObject<{
1524
+ sortBy: zod.ZodOptional<zod.ZodString>;
1525
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1526
+ }, zod.core.$strict>;
1527
+ export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1528
+ export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1529
+ export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1530
+ export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1531
+ export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
1532
+ export declare const dataSpacesGetResponseDataItemParentWorkspaceIdRegExp: RegExp;
1533
+ export declare const dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp: RegExp;
1534
+ export declare const dataSpacesGetResponse: zod.ZodObject<{
1175
1535
  data: zod.ZodArray<zod.ZodObject<{
1176
1536
  createdAt: zod.ZodISODateTime;
1177
1537
  createdByUserId: zod.ZodString;
1178
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1538
+ dataSets: zod.ZodArray<zod.ZodObject<{
1179
1539
  createdAt: zod.ZodISODateTime;
1180
1540
  createdByUserId: zod.ZodString;
1181
1541
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1182
1542
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1183
- flow: zod.ZodOptional<zod.ZodObject<{
1184
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1185
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1186
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1187
- target: zod.ZodObject<{
1188
- pin: zod.ZodString;
1189
- port: zod.ZodString;
1190
- }, zod.core.$strip>;
1191
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1192
- }, zod.core.$strip>>>>;
1193
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1194
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1195
- pin: zod.ZodString;
1196
- port: zod.ZodString;
1197
- }, zod.core.$strip>>>>;
1198
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1199
- pin: zod.ZodString;
1200
- port: zod.ZodString;
1201
- }, zod.core.$strip>>>>;
1202
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1203
- name: zod.ZodString;
1204
- version: zod.ZodString;
1205
- }, zod.core.$strip>>>>;
1206
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1207
- source: zod.ZodObject<{
1208
- node: zod.ZodString;
1209
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1210
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1211
- }, zod.core.$strip>;
1212
- target: zod.ZodObject<{
1213
- node: zod.ZodString;
1214
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1215
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1216
- }, zod.core.$strip>;
1217
- }, zod.core.$strip>>>>;
1218
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1219
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1220
- }, zod.core.$strip>>>>;
1221
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1222
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1223
- }, zod.core.$strip>>>>;
1224
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1225
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1226
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1227
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1228
- }, zod.core.$strip>>>>;
1229
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1230
- access: zod.ZodEnum<{
1231
- None: "None";
1232
- Read: "Read";
1233
- Write: "Write";
1234
- }>;
1235
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1236
- }, zod.core.$strip>>>>;
1237
- }, zod.core.$strip>>;
1238
- activeFlowDefinitionId: zod.ZodString;
1239
- id: zod.ZodString;
1240
- triggers: zod.ZodArray<zod.ZodObject<{
1241
- dataSourceContainer: zod.ZodObject<{
1242
- dataSourceId: zod.ZodString;
1243
- id: zod.ZodString;
1244
- name: zod.ZodString;
1245
- path: zod.ZodString;
1246
- }, zod.core.$strip>;
1247
- flowId: zod.ZodString;
1248
- id: zod.ZodString;
1249
- inputName: zod.ZodString;
1250
- type: zod.ZodEnum<{
1251
- Periodic: "Periodic";
1252
- Container: "Container";
1253
- }>;
1254
- }, zod.core.$strip>>;
1255
- }, zod.core.$strip>>;
1543
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1256
1544
  id: zod.ZodString;
1257
1545
  modifiedAt: zod.ZodISODateTime;
1258
1546
  modifiedByUserId: zod.ZodString;
@@ -1263,318 +1551,532 @@ export declare const getDataSpacesResponse: zod.ZodObject<{
1263
1551
  name: zod.ZodString;
1264
1552
  }, zod.core.$strip>>;
1265
1553
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1266
- }, zod.core.$strip>>>>;
1554
+ }, zod.core.$strip>>;
1267
1555
  id: zod.ZodString;
1268
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1269
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1556
+ modifiedAt: zod.ZodISODateTime;
1557
+ modifiedByUserId: zod.ZodString;
1270
1558
  name: zod.ZodString;
1271
1559
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1272
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1560
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1273
1561
  id: zod.ZodString;
1274
1562
  name: zod.ZodString;
1275
- }, zod.core.$strip>>>>;
1563
+ }, zod.core.$strip>>;
1276
1564
  }, zod.core.$strip>>;
1277
1565
  total: zod.ZodNumber;
1278
1566
  }, zod.core.$strip>;
1279
1567
  /**
1280
- * @summary Create a new dataspace in SmartSpace, specifying details like name, associated datasources, and containers.
1568
+ * @summary Create a new dataspace.
1281
1569
  */
1282
- export declare const postDataSpacesBodyDataSetIdsItemRegExp: RegExp;
1283
- export declare const postDataSpacesBody: zod.ZodObject<{
1570
+ export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
1571
+ export declare const dataSpacesPostBody: zod.ZodObject<{
1284
1572
  dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1285
1573
  name: zod.ZodString;
1286
1574
  }, zod.core.$strict>;
1287
- export declare const postDataSpacesResponseDataSetIdsItemRegExp: RegExp;
1288
- export declare const postDataSpacesResponse: zod.ZodObject<{
1289
- dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1575
+ export declare const dataSpacesDeletePathIdRegExp: RegExp;
1576
+ export declare const dataSpacesDeleteParams: zod.ZodObject<{
1577
+ id: zod.ZodString;
1578
+ }, zod.core.$strict>;
1579
+ export declare const dataSpacesGetByIdPathIdRegExp: RegExp;
1580
+ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1581
+ id: zod.ZodString;
1582
+ }, zod.core.$strict>;
1583
+ export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1584
+ export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1585
+ export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1586
+ export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1587
+ export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
1588
+ export declare const dataSpacesGetByIdResponseParentWorkspaceIdRegExp: RegExp;
1589
+ export declare const dataSpacesGetByIdResponseWorkSpacesItemIdRegExp: RegExp;
1590
+ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1591
+ createdAt: zod.ZodISODateTime;
1592
+ createdByUserId: zod.ZodString;
1593
+ dataSets: zod.ZodArray<zod.ZodObject<{
1594
+ createdAt: zod.ZodISODateTime;
1595
+ createdByUserId: zod.ZodString;
1596
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1597
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1598
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1599
+ id: zod.ZodString;
1600
+ modifiedAt: zod.ZodISODateTime;
1601
+ modifiedByUserId: zod.ZodString;
1602
+ name: zod.ZodString;
1603
+ properties: zod.ZodArray<zod.ZodObject<{
1604
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1605
+ isVector: zod.ZodBoolean;
1606
+ name: zod.ZodString;
1607
+ }, zod.core.$strip>>;
1608
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1609
+ }, zod.core.$strip>>;
1610
+ id: zod.ZodString;
1611
+ modifiedAt: zod.ZodISODateTime;
1612
+ modifiedByUserId: zod.ZodString;
1290
1613
  name: zod.ZodString;
1614
+ parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1615
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1616
+ id: zod.ZodString;
1617
+ name: zod.ZodString;
1618
+ }, zod.core.$strip>>;
1291
1619
  }, zod.core.$strip>;
1292
1620
  /**
1293
- * @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
1621
+ * @summary Update an existing dataspace.
1294
1622
  */
1295
- export declare const deleteDataSpacesIdPathIdRegExp: RegExp;
1296
- export declare const deleteDataSpacesIdParams: zod.ZodObject<{
1623
+ export declare const dataSpacesPutPathIdRegExp: RegExp;
1624
+ export declare const dataSpacesPutParams: zod.ZodObject<{
1297
1625
  id: zod.ZodString;
1298
1626
  }, zod.core.$strict>;
1299
- /**
1300
- * @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
1301
- */
1302
- export declare const getDataSpacesIdPathIdRegExp: RegExp;
1303
- export declare const getDataSpacesIdParams: zod.ZodObject<{
1627
+ export declare const dataSpacesPutBodyDataSetIdsItemRegExp: RegExp;
1628
+ export declare const dataSpacesPutBodyIdRegExp: RegExp;
1629
+ export declare const dataSpacesPutBody: zod.ZodObject<{
1630
+ dataSetIds: zod.ZodArray<zod.ZodString>;
1304
1631
  id: zod.ZodString;
1632
+ name: zod.ZodString;
1305
1633
  }, zod.core.$strict>;
1306
- export declare const getDataSpacesIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1307
- export declare const getDataSpacesIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1308
- export declare const getDataSpacesIdResponseDataSetsItemFlowIdRegExp: RegExp;
1309
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1310
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1311
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1312
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1313
- export declare const getDataSpacesIdResponseDataSetsItemIdRegExp: RegExp;
1314
- export declare const getDataSpacesIdResponseDataSetsItemVersionRegExp: RegExp;
1315
- export declare const getDataSpacesIdResponseIdRegExp: RegExp;
1316
- export declare const getDataSpacesIdResponseParentWorkspaceIdRegExp: RegExp;
1317
- export declare const getDataSpacesIdResponseWorkspacesInfoItemIdRegExp: RegExp;
1318
- export declare const getDataSpacesIdResponse: zod.ZodObject<{
1634
+ export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1635
+ export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1636
+ export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1637
+ export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1638
+ export declare const dataSpacesPutResponseIdRegExp: RegExp;
1639
+ export declare const dataSpacesPutResponseParentWorkspaceIdRegExp: RegExp;
1640
+ export declare const dataSpacesPutResponseWorkSpacesItemIdRegExp: RegExp;
1641
+ export declare const dataSpacesPutResponse: zod.ZodObject<{
1319
1642
  createdAt: zod.ZodISODateTime;
1320
1643
  createdByUserId: zod.ZodString;
1321
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1644
+ dataSets: zod.ZodArray<zod.ZodObject<{
1322
1645
  createdAt: zod.ZodISODateTime;
1323
1646
  createdByUserId: zod.ZodString;
1324
1647
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1325
1648
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1326
- flow: zod.ZodOptional<zod.ZodObject<{
1327
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1328
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1329
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1330
- target: zod.ZodObject<{
1331
- pin: zod.ZodString;
1332
- port: zod.ZodString;
1333
- }, zod.core.$strip>;
1334
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1335
- }, zod.core.$strip>>>>;
1336
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1337
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1338
- pin: zod.ZodString;
1339
- port: zod.ZodString;
1340
- }, zod.core.$strip>>>>;
1341
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1342
- pin: zod.ZodString;
1343
- port: zod.ZodString;
1344
- }, zod.core.$strip>>>>;
1345
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1346
- name: zod.ZodString;
1347
- version: zod.ZodString;
1348
- }, zod.core.$strip>>>>;
1349
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1350
- source: zod.ZodObject<{
1351
- node: zod.ZodString;
1352
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1353
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1354
- }, zod.core.$strip>;
1355
- target: zod.ZodObject<{
1356
- node: zod.ZodString;
1357
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1358
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1359
- }, zod.core.$strip>;
1360
- }, zod.core.$strip>>>>;
1361
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1362
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1363
- }, zod.core.$strip>>>>;
1364
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1365
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1366
- }, zod.core.$strip>>>>;
1367
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1368
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1369
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1370
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1371
- }, zod.core.$strip>>>>;
1372
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1373
- access: zod.ZodEnum<{
1374
- None: "None";
1375
- Read: "Read";
1376
- Write: "Write";
1377
- }>;
1378
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1379
- }, zod.core.$strip>>>>;
1649
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1650
+ id: zod.ZodString;
1651
+ modifiedAt: zod.ZodISODateTime;
1652
+ modifiedByUserId: zod.ZodString;
1653
+ name: zod.ZodString;
1654
+ properties: zod.ZodArray<zod.ZodObject<{
1655
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1656
+ isVector: zod.ZodBoolean;
1657
+ name: zod.ZodString;
1658
+ }, zod.core.$strip>>;
1659
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1660
+ }, zod.core.$strip>>;
1661
+ id: zod.ZodString;
1662
+ modifiedAt: zod.ZodISODateTime;
1663
+ modifiedByUserId: zod.ZodString;
1664
+ name: zod.ZodString;
1665
+ parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1666
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1667
+ id: zod.ZodString;
1668
+ name: zod.ZodString;
1669
+ }, zod.core.$strip>>;
1670
+ }, zod.core.$strip>;
1671
+ export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
1672
+ export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
1673
+ id: zod.ZodString;
1674
+ }, zod.core.$strict>;
1675
+ export declare const dataSpacesGetAdminUsersResponseDataSpaceIdRegExp: RegExp;
1676
+ export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodObject<{
1677
+ dataSpaceId: zod.ZodString;
1678
+ displayName: zod.ZodString;
1679
+ userId: zod.ZodString;
1680
+ }, zod.core.$strip>;
1681
+ export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1682
+ dataSpaceId: zod.ZodString;
1683
+ displayName: zod.ZodString;
1684
+ userId: zod.ZodString;
1685
+ }, zod.core.$strip>>;
1686
+ export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
1687
+ export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
1688
+ id: zod.ZodString;
1689
+ userId: zod.ZodString;
1690
+ }, zod.core.$strict>;
1691
+ export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
1692
+ export declare const dataSpacesAddAdminParams: zod.ZodObject<{
1693
+ id: zod.ZodString;
1694
+ userId: zod.ZodString;
1695
+ }, zod.core.$strict>;
1696
+ export declare const dataSpacesGetDataSetsPathIdRegExp: RegExp;
1697
+ export declare const dataSpacesGetDataSetsParams: zod.ZodObject<{
1698
+ id: zod.ZodString;
1699
+ }, zod.core.$strict>;
1700
+ export declare const dataSpacesGetDataSetsQueryTakeDefault = 20;
1701
+ export declare const dataSpacesGetDataSetsQuerySkipDefault = 0;
1702
+ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1703
+ take: zod.ZodDefault<zod.ZodNumber>;
1704
+ skip: zod.ZodOptional<zod.ZodNumber>;
1705
+ search: zod.ZodOptional<zod.ZodString>;
1706
+ }, zod.core.$strict>;
1707
+ export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1708
+ export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1709
+ export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1710
+ export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1711
+ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1712
+ data: zod.ZodArray<zod.ZodObject<{
1713
+ createdAt: zod.ZodISODateTime;
1714
+ createdByUserId: zod.ZodString;
1715
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1716
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1717
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1718
+ id: zod.ZodString;
1719
+ modifiedAt: zod.ZodISODateTime;
1720
+ modifiedByUserId: zod.ZodString;
1721
+ name: zod.ZodString;
1722
+ properties: zod.ZodArray<zod.ZodObject<{
1723
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1724
+ isVector: zod.ZodBoolean;
1725
+ name: zod.ZodString;
1726
+ }, zod.core.$strip>>;
1727
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1728
+ }, zod.core.$strip>>;
1729
+ total: zod.ZodNumber;
1730
+ }, zod.core.$strip>;
1731
+ /**
1732
+ * @summary Create a new dataset inside this dataspace.
1733
+ */
1734
+ export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
1735
+ export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
1736
+ id: zod.ZodString;
1737
+ }, zod.core.$strict>;
1738
+ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1739
+ export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1740
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1741
+ dataSourceId: zod.ZodString;
1742
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1743
+ operator: zod.ZodString;
1744
+ propertyName: zod.ZodString;
1745
+ value: zod.ZodString;
1746
+ }, zod.core.$strict>>>>;
1747
+ path: zod.ZodString;
1748
+ }, zod.core.$strict>>>>;
1749
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1750
+ name: zod.ZodString;
1751
+ }, zod.core.$strict>;
1752
+ export declare const debugInvokeParams: zod.ZodObject<{
1753
+ connectionId: zod.ZodString;
1754
+ method: zod.ZodString;
1755
+ }, zod.core.$strict>;
1756
+ export declare const debugInvokeBodyItem: zod.ZodAny;
1757
+ export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1758
+ /**
1759
+ * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1760
+ */
1761
+ export declare const draftsListDraftsResponseItem: zod.ZodObject<{
1762
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1763
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1764
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1765
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1766
+ channel: zod.ZodBoolean;
1767
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1768
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1769
+ pin: zod.ZodString;
1770
+ port: zod.ZodString;
1771
+ }, zod.core.$strip>>;
1772
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1773
+ required: zod.ZodBoolean;
1774
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1775
+ sticky: zod.ZodBoolean;
1776
+ type: zod.ZodEnum<{
1777
+ Single: "Single";
1778
+ List: "List";
1779
+ Dictionary: "Dictionary";
1780
+ }>;
1781
+ virtual: zod.ZodBoolean;
1380
1782
  }, zod.core.$strip>>;
1381
- activeFlowDefinitionId: zod.ZodString;
1382
- id: zod.ZodString;
1383
- triggers: zod.ZodArray<zod.ZodObject<{
1384
- dataSourceContainer: zod.ZodObject<{
1385
- dataSourceId: zod.ZodString;
1386
- id: zod.ZodString;
1387
- name: zod.ZodString;
1388
- path: zod.ZodString;
1389
- }, zod.core.$strip>;
1390
- flowId: zod.ZodString;
1391
- id: zod.ZodString;
1392
- inputName: zod.ZodString;
1783
+ isFunction: zod.ZodBoolean;
1784
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1785
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1786
+ channel: zod.ZodBoolean;
1787
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1788
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1789
+ pin: zod.ZodString;
1790
+ port: zod.ZodString;
1791
+ }, zod.core.$strip>>;
1792
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1793
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1794
+ type: zod.ZodEnum<{
1795
+ Single: "Single";
1796
+ List: "List";
1797
+ Dictionary: "Dictionary";
1798
+ }>;
1799
+ }, zod.core.$strip>>;
1800
+ type: zod.ZodEnum<{
1801
+ Single: "Single";
1802
+ List: "List";
1803
+ Dictionary: "Dictionary";
1804
+ }>;
1805
+ }, zod.core.$strip>>;
1806
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1807
+ WorkSpace: "WorkSpace";
1808
+ DataSet: "DataSet";
1809
+ }>>>>;
1810
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1811
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1812
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1813
+ scope: zod.ZodArray<zod.ZodObject<{
1814
+ pin: zod.ZodString;
1815
+ port: zod.ZodString;
1816
+ }, zod.core.$strip>>;
1817
+ }, zod.core.$strip>>;
1818
+ }, zod.core.$strip>>>;
1819
+ isActive: zod.ZodBoolean;
1820
+ modifiedAt: zod.ZodISODateTime;
1821
+ name: zod.ZodString;
1822
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1823
+ rowVersion: zod.ZodString;
1824
+ sourceText: zod.ZodString;
1825
+ }, zod.core.$strip>;
1826
+ export declare const draftsListDraftsResponse: zod.ZodArray<zod.ZodObject<{
1827
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1828
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1829
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1830
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1831
+ channel: zod.ZodBoolean;
1832
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1833
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1834
+ pin: zod.ZodString;
1835
+ port: zod.ZodString;
1836
+ }, zod.core.$strip>>;
1837
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1838
+ required: zod.ZodBoolean;
1839
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1840
+ sticky: zod.ZodBoolean;
1841
+ type: zod.ZodEnum<{
1842
+ Single: "Single";
1843
+ List: "List";
1844
+ Dictionary: "Dictionary";
1845
+ }>;
1846
+ virtual: zod.ZodBoolean;
1847
+ }, zod.core.$strip>>;
1848
+ isFunction: zod.ZodBoolean;
1849
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1850
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1851
+ channel: zod.ZodBoolean;
1852
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1853
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1854
+ pin: zod.ZodString;
1855
+ port: zod.ZodString;
1856
+ }, zod.core.$strip>>;
1857
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1858
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1859
+ type: zod.ZodEnum<{
1860
+ Single: "Single";
1861
+ List: "List";
1862
+ Dictionary: "Dictionary";
1863
+ }>;
1864
+ }, zod.core.$strip>>;
1865
+ type: zod.ZodEnum<{
1866
+ Single: "Single";
1867
+ List: "List";
1868
+ Dictionary: "Dictionary";
1869
+ }>;
1870
+ }, zod.core.$strip>>;
1871
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1872
+ WorkSpace: "WorkSpace";
1873
+ DataSet: "DataSet";
1874
+ }>>>>;
1875
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1876
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1877
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1878
+ scope: zod.ZodArray<zod.ZodObject<{
1879
+ pin: zod.ZodString;
1880
+ port: zod.ZodString;
1881
+ }, zod.core.$strip>>;
1882
+ }, zod.core.$strip>>;
1883
+ }, zod.core.$strip>>>;
1884
+ isActive: zod.ZodBoolean;
1885
+ modifiedAt: zod.ZodISODateTime;
1886
+ name: zod.ZodString;
1887
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1888
+ rowVersion: zod.ZodString;
1889
+ sourceText: zod.ZodString;
1890
+ }, zod.core.$strip>>;
1891
+ /**
1892
+ * @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
1893
+ */
1894
+ export declare const draftsDeleteDraftParams: zod.ZodObject<{
1895
+ name: zod.ZodString;
1896
+ }, zod.core.$strict>;
1897
+ /**
1898
+ * @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
1899
+ */
1900
+ export declare const draftsGetDraftParams: zod.ZodObject<{
1901
+ name: zod.ZodString;
1902
+ }, zod.core.$strict>;
1903
+ export declare const draftsGetDraftResponse: zod.ZodObject<{
1904
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1905
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1906
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1907
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1908
+ channel: zod.ZodBoolean;
1909
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1910
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1911
+ pin: zod.ZodString;
1912
+ port: zod.ZodString;
1913
+ }, zod.core.$strip>>;
1914
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1915
+ required: zod.ZodBoolean;
1916
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1917
+ sticky: zod.ZodBoolean;
1918
+ type: zod.ZodEnum<{
1919
+ Single: "Single";
1920
+ List: "List";
1921
+ Dictionary: "Dictionary";
1922
+ }>;
1923
+ virtual: zod.ZodBoolean;
1924
+ }, zod.core.$strip>>;
1925
+ isFunction: zod.ZodBoolean;
1926
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1927
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1928
+ channel: zod.ZodBoolean;
1929
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1930
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1931
+ pin: zod.ZodString;
1932
+ port: zod.ZodString;
1933
+ }, zod.core.$strip>>;
1934
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1935
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1393
1936
  type: zod.ZodEnum<{
1394
- Periodic: "Periodic";
1395
- Container: "Container";
1937
+ Single: "Single";
1938
+ List: "List";
1939
+ Dictionary: "Dictionary";
1396
1940
  }>;
1397
1941
  }, zod.core.$strip>>;
1942
+ type: zod.ZodEnum<{
1943
+ Single: "Single";
1944
+ List: "List";
1945
+ Dictionary: "Dictionary";
1946
+ }>;
1398
1947
  }, zod.core.$strip>>;
1399
- id: zod.ZodString;
1400
- modifiedAt: zod.ZodISODateTime;
1401
- modifiedByUserId: zod.ZodString;
1402
- name: zod.ZodString;
1403
- properties: zod.ZodArray<zod.ZodObject<{
1404
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1405
- isVector: zod.ZodBoolean;
1406
- name: zod.ZodString;
1948
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1949
+ WorkSpace: "WorkSpace";
1950
+ DataSet: "DataSet";
1951
+ }>>>>;
1952
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1953
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1954
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1955
+ scope: zod.ZodArray<zod.ZodObject<{
1956
+ pin: zod.ZodString;
1957
+ port: zod.ZodString;
1958
+ }, zod.core.$strip>>;
1407
1959
  }, zod.core.$strip>>;
1408
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1409
- }, zod.core.$strip>>>>;
1410
- id: zod.ZodString;
1411
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1412
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1960
+ }, zod.core.$strip>>>;
1961
+ isActive: zod.ZodBoolean;
1962
+ modifiedAt: zod.ZodISODateTime;
1413
1963
  name: zod.ZodString;
1414
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1415
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1416
- id: zod.ZodString;
1417
- name: zod.ZodString;
1418
- }, zod.core.$strip>>>>;
1964
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1965
+ rowVersion: zod.ZodString;
1966
+ sourceText: zod.ZodString;
1419
1967
  }, zod.core.$strip>;
1420
1968
  /**
1421
- * @summary Update details of a specific data space in SmartSpace, using the ID of the data space.
1969
+ * @summary Toggle the draft's "Start testing" flag. See ADR-0002 owner's active draft
1970
+ overrides the published Custom at the same `(name, version)` for them only.
1422
1971
  */
1423
- export declare const putDataSpacesIdPathIdRegExp: RegExp;
1424
- export declare const putDataSpacesIdParams: zod.ZodObject<{
1425
- id: zod.ZodString;
1426
- }, zod.core.$strict>;
1427
- export declare const putDataSpacesIdBodyDataSetIdsItemRegExp: RegExp;
1428
- export declare const putDataSpacesIdBodyIdRegExp: RegExp;
1429
- export declare const putDataSpacesIdBody: zod.ZodObject<{
1430
- dataSetIds: zod.ZodArray<zod.ZodString>;
1431
- id: zod.ZodString;
1972
+ export declare const draftsToggleDraftParams: zod.ZodObject<{
1432
1973
  name: zod.ZodString;
1433
1974
  }, zod.core.$strict>;
1975
+ export declare const draftsToggleDraftBody: zod.ZodObject<{
1976
+ isActive: zod.ZodBoolean;
1977
+ }, zod.core.$strict>;
1434
1978
  /**
1435
- * @summary Retrieve a list of all data sets in SmartSpace, with options for pagination to manage large sets of data sets.
1979
+ * @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
1980
+ concurrency on update (null for first-time create). Returns 409 with the
1981
+ current `RowVersion` if another session has saved in the interim.
1436
1982
  */
1437
- export declare const getDataSpacesIdDatasetsPathIdRegExp: RegExp;
1438
- export declare const getDataSpacesIdDatasetsParams: zod.ZodObject<{
1439
- id: zod.ZodString;
1983
+ export declare const draftsSaveDraftParams: zod.ZodObject<{
1984
+ name: zod.ZodString;
1440
1985
  }, zod.core.$strict>;
1441
- export declare const getDataSpacesIdDatasetsQueryTakeDefault = 20;
1442
- export declare const getDataSpacesIdDatasetsQuerySkipDefault = 0;
1443
- export declare const getDataSpacesIdDatasetsQueryParams: zod.ZodObject<{
1444
- take: zod.ZodDefault<zod.ZodNumber>;
1445
- skip: zod.ZodOptional<zod.ZodNumber>;
1446
- search: zod.ZodOptional<zod.ZodString>;
1986
+ export declare const draftsSaveDraftBody: zod.ZodObject<{
1987
+ expectedRowVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1988
+ source: zod.ZodString;
1447
1989
  }, zod.core.$strict>;
1448
- export declare const getDataSpacesIdDatasetsResponseDataItemDataSpaceIdRegExp: RegExp;
1449
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1450
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowIdRegExp: RegExp;
1451
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1452
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1453
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
1454
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
1455
- export declare const getDataSpacesIdDatasetsResponseDataItemIdRegExp: RegExp;
1456
- export declare const getDataSpacesIdDatasetsResponseDataItemVersionRegExp: RegExp;
1457
- export declare const getDataSpacesIdDatasetsResponse: zod.ZodObject<{
1458
- data: zod.ZodArray<zod.ZodObject<{
1459
- createdAt: zod.ZodISODateTime;
1460
- createdByUserId: zod.ZodString;
1461
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1462
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1463
- flow: zod.ZodOptional<zod.ZodObject<{
1464
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1465
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1466
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1467
- target: zod.ZodObject<{
1468
- pin: zod.ZodString;
1469
- port: zod.ZodString;
1470
- }, zod.core.$strip>;
1471
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1472
- }, zod.core.$strip>>>>;
1473
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1474
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1475
- pin: zod.ZodString;
1476
- port: zod.ZodString;
1477
- }, zod.core.$strip>>>>;
1478
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1479
- pin: zod.ZodString;
1480
- port: zod.ZodString;
1481
- }, zod.core.$strip>>>>;
1482
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1483
- name: zod.ZodString;
1484
- version: zod.ZodString;
1485
- }, zod.core.$strip>>>>;
1486
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1487
- source: zod.ZodObject<{
1488
- node: zod.ZodString;
1489
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1490
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1491
- }, zod.core.$strip>;
1492
- target: zod.ZodObject<{
1493
- node: zod.ZodString;
1494
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1495
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1496
- }, zod.core.$strip>;
1497
- }, zod.core.$strip>>>>;
1498
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1499
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1500
- }, zod.core.$strip>>>>;
1501
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1502
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1503
- }, zod.core.$strip>>>>;
1504
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1505
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1506
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1507
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1508
- }, zod.core.$strip>>>>;
1509
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1510
- access: zod.ZodEnum<{
1511
- None: "None";
1512
- Read: "Read";
1513
- Write: "Write";
1514
- }>;
1515
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1516
- }, zod.core.$strip>>>>;
1990
+ export declare const draftsSaveDraftResponse: zod.ZodObject<{
1991
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1992
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1993
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1994
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1995
+ channel: zod.ZodBoolean;
1996
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1997
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1998
+ pin: zod.ZodString;
1999
+ port: zod.ZodString;
2000
+ }, zod.core.$strip>>;
2001
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2002
+ required: zod.ZodBoolean;
2003
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2004
+ sticky: zod.ZodBoolean;
2005
+ type: zod.ZodEnum<{
2006
+ Single: "Single";
2007
+ List: "List";
2008
+ Dictionary: "Dictionary";
2009
+ }>;
2010
+ virtual: zod.ZodBoolean;
1517
2011
  }, zod.core.$strip>>;
1518
- activeFlowDefinitionId: zod.ZodString;
1519
- id: zod.ZodString;
1520
- triggers: zod.ZodArray<zod.ZodObject<{
1521
- dataSourceContainer: zod.ZodObject<{
1522
- dataSourceId: zod.ZodString;
1523
- id: zod.ZodString;
1524
- name: zod.ZodString;
1525
- path: zod.ZodString;
1526
- }, zod.core.$strip>;
1527
- flowId: zod.ZodString;
1528
- id: zod.ZodString;
1529
- inputName: zod.ZodString;
2012
+ isFunction: zod.ZodBoolean;
2013
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2014
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2015
+ channel: zod.ZodBoolean;
2016
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2017
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2018
+ pin: zod.ZodString;
2019
+ port: zod.ZodString;
2020
+ }, zod.core.$strip>>;
2021
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2022
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1530
2023
  type: zod.ZodEnum<{
1531
- Periodic: "Periodic";
1532
- Container: "Container";
2024
+ Single: "Single";
2025
+ List: "List";
2026
+ Dictionary: "Dictionary";
1533
2027
  }>;
1534
2028
  }, zod.core.$strip>>;
2029
+ type: zod.ZodEnum<{
2030
+ Single: "Single";
2031
+ List: "List";
2032
+ Dictionary: "Dictionary";
2033
+ }>;
1535
2034
  }, zod.core.$strip>>;
1536
- id: zod.ZodString;
1537
- modifiedAt: zod.ZodISODateTime;
1538
- modifiedByUserId: zod.ZodString;
1539
- name: zod.ZodString;
1540
- properties: zod.ZodArray<zod.ZodObject<{
1541
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1542
- isVector: zod.ZodBoolean;
1543
- name: zod.ZodString;
2035
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2036
+ WorkSpace: "WorkSpace";
2037
+ DataSet: "DataSet";
2038
+ }>>>>;
2039
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2040
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2041
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2042
+ scope: zod.ZodArray<zod.ZodObject<{
2043
+ pin: zod.ZodString;
2044
+ port: zod.ZodString;
2045
+ }, zod.core.$strip>>;
1544
2046
  }, zod.core.$strip>>;
1545
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1546
- }, zod.core.$strip>>;
1547
- total: zod.ZodNumber;
2047
+ }, zod.core.$strip>>>;
2048
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2049
+ rowVersion: zod.ZodString;
1548
2050
  }, zod.core.$strip>;
1549
2051
  /**
1550
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
2052
+ * @summary Publish the draft's saved source as a tenant-visible Custom block set.
2053
+ When a published set of the same name exists, the first call returns 409
2054
+ with the impact details; retry with `confirmOverwrite: true` to
2055
+ replace it (a new row supersedes the old per newest-wins resolution).
1551
2056
  */
1552
- export declare const postDataSpacesIdDatasetsPathIdRegExp: RegExp;
1553
- export declare const postDataSpacesIdDatasetsParams: zod.ZodObject<{
1554
- id: zod.ZodString;
1555
- }, zod.core.$strict>;
1556
- export declare const postDataSpacesIdDatasetsBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1557
- export declare const postDataSpacesIdDatasetsBody: zod.ZodObject<{
1558
- containerInfo: zod.ZodArray<zod.ZodObject<{
1559
- dataSourceId: zod.ZodString;
1560
- path: zod.ZodString;
1561
- }, zod.core.$strict>>;
1562
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2057
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
1563
2058
  name: zod.ZodString;
1564
2059
  }, zod.core.$strict>;
1565
- export declare const postDebugConnectionsConnectionIdInvokeMethodParams: zod.ZodObject<{
1566
- connectionId: zod.ZodString;
1567
- method: zod.ZodString;
2060
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2061
+ confirmOverwrite: zod.ZodBoolean;
2062
+ publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1568
2063
  }, zod.core.$strict>;
1569
- export declare const postDebugConnectionsConnectionIdInvokeMethodBodyItem: zod.ZodAny;
1570
- export declare const postDebugConnectionsConnectionIdInvokeMethodBody: zod.ZodArray<zod.ZodAny>;
2064
+ export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
2065
+ export declare const draftsPublishDraftResponse: zod.ZodObject<{
2066
+ blockSetId: zod.ZodString;
2067
+ blocks: zod.ZodArray<zod.ZodObject<{
2068
+ name: zod.ZodString;
2069
+ version: zod.ZodString;
2070
+ }, zod.core.$strip>>;
2071
+ name: zod.ZodString;
2072
+ }, zod.core.$strip>;
1571
2073
  /**
1572
- * @summary Upload files to be referenced in requests (supports full and chunked uploads)
2074
+ * @summary Upload files to be referenced in requests (supports full and chunked uploads).
1573
2075
  */
1574
- export declare const postFilesBodyThreadIdRegExpOne: RegExp;
1575
- export declare const postFilesBodyUploadIdRegExpOne: RegExp;
1576
- export declare const postFilesBodyWorkspaceIdRegExpOne: RegExp;
1577
- export declare const postFilesBody: zod.ZodObject<{
2076
+ export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
2077
+ export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
2078
+ export declare const filesUploadFilesBodyWorkspaceIdRegExpOne: RegExp;
2079
+ export declare const filesUploadFilesBody: zod.ZodObject<{
1578
2080
  chunkIndex: zod.ZodOptional<zod.ZodNumber>;
1579
2081
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
1580
2082
  lastChunk: zod.ZodOptional<zod.ZodBoolean>;
@@ -1583,10 +2085,10 @@ export declare const postFilesBody: zod.ZodObject<{
1583
2085
  uploadId: zod.ZodOptional<zod.ZodString>;
1584
2086
  workspaceId: zod.ZodOptional<zod.ZodString>;
1585
2087
  }, zod.core.$strict>;
1586
- export declare const postFilesResponseIdRegExpOne: RegExp;
1587
- export declare const postFilesResponseThreadIdRegExpOne: RegExp;
1588
- export declare const postFilesResponseWorkspaceIdRegExpOne: RegExp;
1589
- export declare const postFilesResponseItem: zod.ZodObject<{
2088
+ export declare const filesUploadFilesResponseIdRegExpOne: RegExp;
2089
+ export declare const filesUploadFilesResponseThreadIdRegExpOne: RegExp;
2090
+ export declare const filesUploadFilesResponseWorkspaceIdRegExpOne: RegExp;
2091
+ export declare const filesUploadFilesResponseItem: zod.ZodObject<{
1590
2092
  createdAt: zod.ZodISODateTime;
1591
2093
  createdByUserId: zod.ZodString;
1592
2094
  id: zod.ZodString;
@@ -1597,7 +2099,7 @@ export declare const postFilesResponseItem: zod.ZodObject<{
1597
2099
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1598
2100
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1599
2101
  }, zod.core.$strip>;
1600
- export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
2102
+ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
1601
2103
  createdAt: zod.ZodISODateTime;
1602
2104
  createdByUserId: zod.ZodString;
1603
2105
  id: zod.ZodString;
@@ -1609,22 +2111,22 @@ export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
1609
2111
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1610
2112
  }, zod.core.$strip>>;
1611
2113
  /**
1612
- * @summary Get details for a file previously uploaded
2114
+ * @summary Get details for a file previously uploaded.
1613
2115
  */
1614
- export declare const getFilesIdPathIdRegExpOne: RegExp;
1615
- export declare const getFilesIdParams: zod.ZodObject<{
2116
+ export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
2117
+ export declare const filesGetFileInfoParams: zod.ZodObject<{
1616
2118
  id: zod.ZodString;
1617
2119
  }, zod.core.$strict>;
1618
- export declare const getFilesIdQueryThreadIdRegExpOne: RegExp;
1619
- export declare const getFilesIdQueryWorkspaceIdRegExpOne: RegExp;
1620
- export declare const getFilesIdQueryParams: zod.ZodObject<{
2120
+ export declare const filesGetFileInfoQueryThreadIdRegExpOne: RegExp;
2121
+ export declare const filesGetFileInfoQueryWorkspaceIdRegExpOne: RegExp;
2122
+ export declare const filesGetFileInfoQueryParams: zod.ZodObject<{
1621
2123
  threadId: zod.ZodOptional<zod.ZodString>;
1622
2124
  workspaceId: zod.ZodOptional<zod.ZodString>;
1623
2125
  }, zod.core.$strict>;
1624
- export declare const getFilesIdResponseIdRegExpOne: RegExp;
1625
- export declare const getFilesIdResponseThreadIdRegExpOne: RegExp;
1626
- export declare const getFilesIdResponseWorkspaceIdRegExpOne: RegExp;
1627
- export declare const getFilesIdResponse: zod.ZodObject<{
2126
+ export declare const filesGetFileInfoResponseIdRegExpOne: RegExp;
2127
+ export declare const filesGetFileInfoResponseThreadIdRegExpOne: RegExp;
2128
+ export declare const filesGetFileInfoResponseWorkspaceIdRegExpOne: RegExp;
2129
+ export declare const filesGetFileInfoResponse: zod.ZodObject<{
1628
2130
  createdAt: zod.ZodISODateTime;
1629
2131
  createdByUserId: zod.ZodString;
1630
2132
  id: zod.ZodString;
@@ -1636,39 +2138,56 @@ export declare const getFilesIdResponse: zod.ZodObject<{
1636
2138
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1637
2139
  }, zod.core.$strip>;
1638
2140
  /**
1639
- * @summary Download a previously uploaded file
2141
+ * @summary Download a previously uploaded file.
1640
2142
  */
1641
- export declare const getFilesIdDownloadPathIdRegExpOne: RegExp;
1642
- export declare const getFilesIdDownloadParams: zod.ZodObject<{
2143
+ export declare const filesDownloadFilePathIdRegExpOne: RegExp;
2144
+ export declare const filesDownloadFileParams: zod.ZodObject<{
1643
2145
  id: zod.ZodString;
1644
2146
  }, zod.core.$strict>;
1645
- export declare const getFilesIdDownloadQueryThreadIdRegExpOne: RegExp;
1646
- export declare const getFilesIdDownloadQueryWorkspaceIdRegExpOne: RegExp;
1647
- export declare const getFilesIdDownloadQueryParams: zod.ZodObject<{
2147
+ export declare const filesDownloadFileQueryThreadIdRegExpOne: RegExp;
2148
+ export declare const filesDownloadFileQueryWorkspaceIdRegExpOne: RegExp;
2149
+ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
1648
2150
  threadId: zod.ZodOptional<zod.ZodString>;
1649
2151
  workspaceId: zod.ZodOptional<zod.ZodString>;
1650
2152
  }, zod.core.$strict>;
1651
2153
  /**
1652
- * @summary Get URI of a previously uploaded file
2154
+ * @summary Get URI of a previously uploaded file.
1653
2155
  */
1654
- export declare const getFilesIdUriPathIdRegExpOne: RegExp;
1655
- export declare const getFilesIdUriParams: zod.ZodObject<{
2156
+ export declare const filesGetUriPathIdRegExpOne: RegExp;
2157
+ export declare const filesGetUriParams: zod.ZodObject<{
1656
2158
  id: zod.ZodString;
1657
2159
  }, zod.core.$strict>;
1658
- export declare const getFilesIdUriQueryThreadIdRegExpOne: RegExp;
1659
- export declare const getFilesIdUriQueryWorkspaceIdRegExpOne: RegExp;
1660
- export declare const getFilesIdUriQueryParams: zod.ZodObject<{
2160
+ export declare const filesGetUriQueryThreadIdRegExpOne: RegExp;
2161
+ export declare const filesGetUriQueryWorkspaceIdRegExpOne: RegExp;
2162
+ export declare const filesGetUriQueryParams: zod.ZodObject<{
1661
2163
  threadId: zod.ZodOptional<zod.ZodString>;
1662
2164
  workspaceId: zod.ZodOptional<zod.ZodString>;
1663
2165
  }, zod.core.$strict>;
1664
- export declare const getFilesIdUriResponse: zod.ZodString;
2166
+ export declare const filesGetUriResponse: zod.ZodObject<{
2167
+ uri: zod.ZodString;
2168
+ }, zod.core.$strip>;
2169
+ /**
2170
+ * @summary Creates a new flow run with the specified parameters
2171
+ */
2172
+ export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
2173
+ export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
2174
+ flowId: zod.ZodOptional<zod.ZodString>;
2175
+ }, zod.core.$strict>;
2176
+ export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
2177
+ debug: zod.ZodBoolean;
2178
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2179
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2180
+ name: zod.ZodString;
2181
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2182
+ }, zod.core.$strict>>>>;
2183
+ }, zod.core.$strict>;
1665
2184
  /**
1666
2185
  * @summary Searches for flow runs based on search term
1667
2186
  */
1668
- export declare const getFlowRunsSearchQueryDataSetIdRegExp: RegExp;
1669
- export declare const getFlowRunsSearchQuerySkipDefault = 0;
1670
- export declare const getFlowRunsSearchQueryTakeDefault = 20;
1671
- export declare const getFlowRunsSearchQueryParams: zod.ZodObject<{
2187
+ export declare const flowRunsSearchFlowRunsQueryDataSetIdRegExp: RegExp;
2188
+ export declare const flowRunsSearchFlowRunsQuerySkipDefault = 0;
2189
+ export declare const flowRunsSearchFlowRunsQueryTakeDefault = 20;
2190
+ export declare const flowRunsSearchFlowRunsQueryParams: zod.ZodObject<{
1672
2191
  search: zod.ZodOptional<zod.ZodString>;
1673
2192
  dataSetId: zod.ZodOptional<zod.ZodString>;
1674
2193
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -1677,14 +2196,14 @@ export declare const getFlowRunsSearchQueryParams: zod.ZodObject<{
1677
2196
  /**
1678
2197
  * @summary Gets a singile file if it was used as an input to the flow run
1679
2198
  */
1680
- export declare const getFlowRunsFlowRunIdFilePathFlowRunIdRegExp: RegExp;
1681
- export declare const getFlowRunsFlowRunIdFileParams: zod.ZodObject<{
2199
+ export declare const flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp: RegExp;
2200
+ export declare const flowRunsGetFileFromFlowRunIdParams: zod.ZodObject<{
1682
2201
  flowRunId: zod.ZodString;
1683
2202
  }, zod.core.$strict>;
1684
- export declare const getFlowRunsFlowRunIdFileResponseIdRegExp: RegExp;
1685
- export declare const getFlowRunsFlowRunIdFileResponseThreadIdRegExp: RegExp;
1686
- export declare const getFlowRunsFlowRunIdFileResponseWorkspaceIdRegExp: RegExp;
1687
- export declare const getFlowRunsFlowRunIdFileResponse: zod.ZodObject<{
2203
+ export declare const flowRunsGetFileFromFlowRunIdResponseIdRegExp: RegExp;
2204
+ export declare const flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp: RegExp;
2205
+ export declare const flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp: RegExp;
2206
+ export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
1688
2207
  createdAt: zod.ZodISODateTime;
1689
2208
  createdByUserId: zod.ZodString;
1690
2209
  id: zod.ZodString;
@@ -1695,24 +2214,47 @@ export declare const getFlowRunsFlowRunIdFileResponse: zod.ZodObject<{
1695
2214
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1696
2215
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1697
2216
  }, zod.core.$strip>;
1698
- export declare const getFlowRunsIdFunctionexecutionsPathIdRegExp: RegExp;
1699
- export declare const getFlowRunsIdFunctionexecutionsParams: zod.ZodObject<{
2217
+ /**
2218
+ * @summary Gets a flow run including its context
2219
+ */
2220
+ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2221
+ export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2222
+ id: zod.ZodString;
2223
+ }, zod.core.$strict>;
2224
+ export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2225
+ export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
1700
2226
  id: zod.ZodString;
1701
2227
  }, zod.core.$strict>;
1702
- export declare const getFlowRunsIdFunctionexecutionsQuerySkipDefault = 0;
1703
- export declare const getFlowRunsIdFunctionexecutionsQueryTakeDefault = 100;
1704
- export declare const getFlowRunsIdFunctionexecutionsQuerySearchDefault = "";
1705
- export declare const getFlowRunsIdFunctionexecutionsQueryParams: zod.ZodObject<{
2228
+ export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
2229
+ file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
2230
+ }, zod.core.$strict>;
2231
+ export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
2232
+ export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
2233
+ id: zod.ZodString;
2234
+ }, zod.core.$strict>;
2235
+ export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
2236
+ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2237
+ blobUri: zod.ZodString;
2238
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2239
+ }, zod.core.$strict>;
2240
+ export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2241
+ export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2242
+ id: zod.ZodString;
2243
+ }, zod.core.$strict>;
2244
+ export declare const flowRunsGetStepExecutionsQuerySkipDefault = 0;
2245
+ export declare const flowRunsGetStepExecutionsQueryTakeDefault = 100;
2246
+ export declare const flowRunsGetStepExecutionsQuerySearchDefault = "";
2247
+ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
1706
2248
  skip: zod.ZodOptional<zod.ZodNumber>;
1707
2249
  take: zod.ZodDefault<zod.ZodNumber>;
1708
2250
  search: zod.ZodOptional<zod.ZodString>;
1709
2251
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1710
2252
  }, zod.core.$strict>;
1711
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
1712
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
1713
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
1714
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
1715
- export declare const getFlowRunsIdFunctionexecutionsResponse: zod.ZodObject<{
2253
+ export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2254
+ export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
2255
+ export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
2256
+ export declare const flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
2257
+ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
1716
2258
  logs: zod.ZodArray<zod.ZodObject<{
1717
2259
  blockId: zod.ZodString;
1718
2260
  createdAt: zod.ZodISODateTime;
@@ -1752,26 +2294,26 @@ export declare const getFlowRunsIdFunctionexecutionsResponse: zod.ZodObject<{
1752
2294
  }, zod.core.$strip>>;
1753
2295
  total: zod.ZodNumber;
1754
2296
  }, zod.core.$strip>;
1755
- export declare const getFlowRunsIdVariablesPathIdRegExpOne: RegExp;
1756
- export declare const getFlowRunsIdVariablesParams: zod.ZodObject<{
2297
+ export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2298
+ export declare const flowRunsGetVariablesParams: zod.ZodObject<{
1757
2299
  id: zod.ZodString;
1758
2300
  }, zod.core.$strict>;
1759
- export declare const getFlowRunsIdVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1760
- export declare const putFlowRunsIdVariablesVariableNamePathIdRegExpOne: RegExp;
1761
- export declare const putFlowRunsIdVariablesVariableNameParams: zod.ZodObject<{
2301
+ export declare const flowRunsGetVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2302
+ export declare const flowRunsSetVariablePathIdRegExpOne: RegExp;
2303
+ export declare const flowRunsSetVariableParams: zod.ZodObject<{
1762
2304
  id: zod.ZodString;
1763
2305
  variableName: zod.ZodString;
1764
2306
  }, zod.core.$strict>;
1765
- export declare const putFlowRunsIdVariablesVariableNameBody: zod.ZodAny;
1766
- export declare const getFlowsIdPathIdRegExp: RegExp;
1767
- export declare const getFlowsIdParams: zod.ZodObject<{
2307
+ export declare const flowRunsSetVariableBody: zod.ZodAny;
2308
+ export declare const flowsGetPathIdRegExp: RegExp;
2309
+ export declare const flowsGetParams: zod.ZodObject<{
1768
2310
  id: zod.ZodString;
1769
2311
  }, zod.core.$strict>;
1770
- export declare const putFlowsIdActivePathIdRegExp: RegExp;
1771
- export declare const putFlowsIdActiveParams: zod.ZodObject<{
2312
+ export declare const flowsSetActiveFlowDefinitionPathIdRegExp: RegExp;
2313
+ export declare const flowsSetActiveFlowDefinitionParams: zod.ZodObject<{
1772
2314
  id: zod.ZodString;
1773
2315
  }, zod.core.$strict>;
1774
- export declare const putFlowsIdActiveBody: zod.ZodObject<{
2316
+ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
1775
2317
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1776
2318
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1777
2319
  target: zod.ZodObject<{
@@ -1825,19 +2367,97 @@ export declare const putFlowsIdActiveBody: zod.ZodObject<{
1825
2367
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1826
2368
  }, zod.core.$strict>>>>;
1827
2369
  }, zod.core.$strict>;
2370
+ /**
2371
+ * @summary Retrieves a list of model deployment providers.
2372
+ */
2373
+ export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
2374
+ export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
2375
+ export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
2376
+ take: zod.ZodDefault<zod.ZodNumber>;
2377
+ skip: zod.ZodOptional<zod.ZodNumber>;
2378
+ }, zod.core.$strict>;
2379
+ /**
2380
+ * @summary Creates a new model deployment provider.
2381
+ */
2382
+ export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
2383
+ export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
2384
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2385
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2386
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2387
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2388
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2389
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2390
+ name: zod.ZodString;
2391
+ type: zod.ZodEnum<{
2392
+ OpenAi: "OpenAi";
2393
+ AzureOpenAi: "AzureOpenAi";
2394
+ HuggingFace: "HuggingFace";
2395
+ Cohere: "Cohere";
2396
+ Anthropic: "Anthropic";
2397
+ Gemini: "Gemini";
2398
+ VertexAi: "VertexAi";
2399
+ AzureFoundry: "AzureFoundry";
2400
+ }>;
2401
+ }, zod.core.$strict>;
2402
+ /**
2403
+ * @summary Retrieves the deployable models for a model provider
2404
+ */
2405
+ export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
2406
+ providerType: zod.ZodEnum<{
2407
+ OpenAi: "OpenAi";
2408
+ AzureOpenAi: "AzureOpenAi";
2409
+ HuggingFace: "HuggingFace";
2410
+ Cohere: "Cohere";
2411
+ Anthropic: "Anthropic";
2412
+ Gemini: "Gemini";
2413
+ VertexAi: "VertexAi";
2414
+ AzureFoundry: "AzureFoundry";
2415
+ }>;
2416
+ }, zod.core.$strict>;
2417
+ export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
2418
+ export declare const modelProvidersGetProviderParams: zod.ZodObject<{
2419
+ id: zod.ZodString;
2420
+ }, zod.core.$strict>;
2421
+ /**
2422
+ * @summary Updates or inserts a model deployment provider.
2423
+ */
2424
+ export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
2425
+ export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
2426
+ id: zod.ZodString;
2427
+ }, zod.core.$strict>;
2428
+ export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
2429
+ export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
2430
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2431
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2432
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2433
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2434
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2435
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2436
+ name: zod.ZodString;
2437
+ type: zod.ZodEnum<{
2438
+ OpenAi: "OpenAi";
2439
+ AzureOpenAi: "AzureOpenAi";
2440
+ HuggingFace: "HuggingFace";
2441
+ Cohere: "Cohere";
2442
+ Anthropic: "Anthropic";
2443
+ Gemini: "Gemini";
2444
+ VertexAi: "VertexAi";
2445
+ AzureFoundry: "AzureFoundry";
2446
+ }>;
2447
+ }, zod.core.$strict>;
1828
2448
  /**
1829
2449
  * @summary Retrieves a list of models.
1830
2450
  */
1831
- export declare const getModelsQueryTakeDefaultOne = 50;
1832
- export declare const getModelsQuerySkipDefaultOne = 0;
1833
- export declare const getModelsQuerySearchDefaultOne = "";
1834
- export declare const getModelsQueryParams: zod.ZodObject<{
2451
+ export declare const modelsGetModelsQueryTakeDefaultOne = 50;
2452
+ export declare const modelsGetModelsQuerySkipDefaultOne = 0;
2453
+ export declare const modelsGetModelsQuerySearchDefaultOne = "";
2454
+ export declare const modelsGetModelsQueryParams: zod.ZodObject<{
1835
2455
  take: zod.ZodDefault<zod.ZodNumber>;
1836
2456
  skip: zod.ZodOptional<zod.ZodNumber>;
1837
2457
  search: zod.ZodOptional<zod.ZodString>;
1838
2458
  }, zod.core.$strict>;
1839
- export declare const getModelsResponseDataItemIdRegExpOne: RegExp;
1840
- export declare const getModelsResponse: zod.ZodObject<{
2459
+ export declare const modelsGetModelsResponseDataItemIdRegExpOne: RegExp;
2460
+ export declare const modelsGetModelsResponse: zod.ZodObject<{
1841
2461
  data: zod.ZodArray<zod.ZodObject<{
1842
2462
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1843
2463
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1860,6 +2480,21 @@ export declare const getModelsResponse: zod.ZodObject<{
1860
2480
  VertexAi: "VertexAi";
1861
2481
  AzureFoundry: "AzureFoundry";
1862
2482
  }>>;
2483
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2484
+ OpenAi: "OpenAi";
2485
+ HuggingFace: "HuggingFace";
2486
+ Cohere: "Cohere";
2487
+ Anthropic: "Anthropic";
2488
+ Google: "Google";
2489
+ Meta: "Meta";
2490
+ Mistral: "Mistral";
2491
+ Microsoft: "Microsoft";
2492
+ DeepSeek: "DeepSeek";
2493
+ XAi: "XAi";
2494
+ Amazon: "Amazon";
2495
+ Qwen: "Qwen";
2496
+ Other: "Other";
2497
+ }>>;
1863
2498
  name: zod.ZodString;
1864
2499
  properties: zod.ZodArray<zod.ZodObject<{
1865
2500
  name: zod.ZodString;
@@ -1876,9 +2511,9 @@ export declare const getModelsResponse: zod.ZodObject<{
1876
2511
  /**
1877
2512
  * @summary Creates a new model.
1878
2513
  */
1879
- export declare const postModelsBodyDeploymentProviderIdRegExp: RegExp;
1880
- export declare const postModelsBodyDeploymentProviderIdRegExpOne: RegExp;
1881
- export declare const postModelsBody: zod.ZodObject<{
2514
+ export declare const modelsCreateModelBodyDeploymentProviderIdRegExp: RegExp;
2515
+ export declare const modelsCreateModelBodyDeploymentProviderIdRegExpOne: RegExp;
2516
+ export declare const modelsCreateModelBody: zod.ZodObject<{
1882
2517
  deployment: zod.ZodOptional<zod.ZodObject<{
1883
2518
  dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1884
2519
  provider: zod.ZodOptional<zod.ZodObject<{
@@ -1907,26 +2542,48 @@ export declare const postModelsBody: zod.ZodObject<{
1907
2542
  }, zod.core.$strict>>;
1908
2543
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1909
2544
  name: zod.ZodString;
2545
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2546
+ OpenAi: "OpenAi";
2547
+ HuggingFace: "HuggingFace";
2548
+ Cohere: "Cohere";
2549
+ Anthropic: "Anthropic";
2550
+ Google: "Google";
2551
+ Meta: "Meta";
2552
+ Mistral: "Mistral";
2553
+ Microsoft: "Microsoft";
2554
+ DeepSeek: "DeepSeek";
2555
+ XAi: "XAi";
2556
+ Amazon: "Amazon";
2557
+ Qwen: "Qwen";
2558
+ Other: "Other";
2559
+ }>>;
2560
+ }, zod.core.$strict>;
2561
+ export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2562
+ serverType: zod.ZodOptional<zod.ZodEnum<{
2563
+ TextGenerationInference: "TextGenerationInference";
2564
+ VLlm: "VLlm";
2565
+ }>>;
1910
2566
  }, zod.core.$strict>;
2567
+ export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
1911
2568
  /**
1912
2569
  * @summary Deletes a model with the specified ID.
1913
2570
  */
1914
- export declare const deleteModelsIdPathIdRegExp: RegExp;
1915
- export declare const deleteModelsIdParams: zod.ZodObject<{
2571
+ export declare const modelsDeleteModelPathIdRegExp: RegExp;
2572
+ export declare const modelsDeleteModelParams: zod.ZodObject<{
1916
2573
  id: zod.ZodString;
1917
2574
  }, zod.core.$strict>;
1918
2575
  /**
1919
2576
  * @summary Retrieves a model by its ID.
1920
2577
  */
1921
- export declare const getModelsIdPathIdRegExpOne: RegExp;
1922
- export declare const getModelsIdParams: zod.ZodObject<{
2578
+ export declare const modelsGetModelPathIdRegExpOne: RegExp;
2579
+ export declare const modelsGetModelParams: zod.ZodObject<{
1923
2580
  id: zod.ZodString;
1924
2581
  }, zod.core.$strict>;
1925
- export declare const getModelsIdResponseDeploymentIdRegExpOne: RegExp;
1926
- export declare const getModelsIdResponseDeploymentProviderIdRegExpOne: RegExp;
1927
- export declare const getModelsIdResponseDeploymentStepsItemIdRegExpOne: RegExp;
1928
- export declare const getModelsIdResponseIdRegExpOne: RegExp;
1929
- export declare const getModelsIdResponse: zod.ZodObject<{
2582
+ export declare const modelsGetModelResponseDeploymentIdRegExpOne: RegExp;
2583
+ export declare const modelsGetModelResponseDeploymentProviderIdRegExpOne: RegExp;
2584
+ export declare const modelsGetModelResponseDeploymentStepsItemIdRegExpOne: RegExp;
2585
+ export declare const modelsGetModelResponseIdRegExpOne: RegExp;
2586
+ export declare const modelsGetModelResponse: zod.ZodObject<{
1930
2587
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1931
2588
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1932
2589
  deployment: zod.ZodOptional<zod.ZodObject<{
@@ -1983,6 +2640,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
1983
2640
  VertexAi: "VertexAi";
1984
2641
  AzureFoundry: "AzureFoundry";
1985
2642
  }>>;
2643
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2644
+ OpenAi: "OpenAi";
2645
+ HuggingFace: "HuggingFace";
2646
+ Cohere: "Cohere";
2647
+ Anthropic: "Anthropic";
2648
+ Google: "Google";
2649
+ Meta: "Meta";
2650
+ Mistral: "Mistral";
2651
+ Microsoft: "Microsoft";
2652
+ DeepSeek: "DeepSeek";
2653
+ XAi: "XAi";
2654
+ Amazon: "Amazon";
2655
+ Qwen: "Qwen";
2656
+ Other: "Other";
2657
+ }>>;
1986
2658
  name: zod.ZodString;
1987
2659
  properties: zod.ZodArray<zod.ZodObject<{
1988
2660
  name: zod.ZodString;
@@ -1996,13 +2668,13 @@ export declare const getModelsIdResponse: zod.ZodObject<{
1996
2668
  /**
1997
2669
  * @summary Updates or inserts a model with the specified ID.
1998
2670
  */
1999
- export declare const putModelsIdPathIdRegExp: RegExp;
2000
- export declare const putModelsIdParams: zod.ZodObject<{
2671
+ export declare const modelsUpsertModelPathIdRegExp: RegExp;
2672
+ export declare const modelsUpsertModelParams: zod.ZodObject<{
2001
2673
  id: zod.ZodString;
2002
2674
  }, zod.core.$strict>;
2003
- export declare const putModelsIdBodyDeploymentProviderIdRegExp: RegExp;
2004
- export declare const putModelsIdBodyDeploymentProviderIdRegExpOne: RegExp;
2005
- export declare const putModelsIdBody: zod.ZodObject<{
2675
+ export declare const modelsUpsertModelBodyDeploymentProviderIdRegExp: RegExp;
2676
+ export declare const modelsUpsertModelBodyDeploymentProviderIdRegExpOne: RegExp;
2677
+ export declare const modelsUpsertModelBody: zod.ZodObject<{
2006
2678
  deployment: zod.ZodOptional<zod.ZodObject<{
2007
2679
  dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2008
2680
  provider: zod.ZodOptional<zod.ZodObject<{
@@ -2031,23 +2703,38 @@ export declare const putModelsIdBody: zod.ZodObject<{
2031
2703
  }, zod.core.$strict>>;
2032
2704
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2033
2705
  name: zod.ZodString;
2706
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2707
+ OpenAi: "OpenAi";
2708
+ HuggingFace: "HuggingFace";
2709
+ Cohere: "Cohere";
2710
+ Anthropic: "Anthropic";
2711
+ Google: "Google";
2712
+ Meta: "Meta";
2713
+ Mistral: "Mistral";
2714
+ Microsoft: "Microsoft";
2715
+ DeepSeek: "DeepSeek";
2716
+ XAi: "XAi";
2717
+ Amazon: "Amazon";
2718
+ Qwen: "Qwen";
2719
+ Other: "Other";
2720
+ }>>;
2034
2721
  }, zod.core.$strict>;
2035
2722
  /**
2036
2723
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2037
2724
  */
2038
- export declare const getModelsIdDeploymentDockerLogsPathIdRegExp: RegExp;
2039
- export declare const getModelsIdDeploymentDockerLogsParams: zod.ZodObject<{
2725
+ export declare const modelsGetDeploymentDockerLogsPathIdRegExp: RegExp;
2726
+ export declare const modelsGetDeploymentDockerLogsParams: zod.ZodObject<{
2040
2727
  id: zod.ZodString;
2041
2728
  }, zod.core.$strict>;
2042
- export declare const getModelsIdDeploymentDockerLogsResponse: zod.ZodString;
2729
+ export declare const modelsGetDeploymentDockerLogsResponse: zod.ZodString;
2043
2730
  /**
2044
2731
  * @summary Retrieves the health status of a model.
2045
2732
  */
2046
- export declare const getModelsIdHealthPathIdRegExp: RegExp;
2047
- export declare const getModelsIdHealthParams: zod.ZodObject<{
2733
+ export declare const modelsGetModelHealthPathIdRegExp: RegExp;
2734
+ export declare const modelsGetModelHealthParams: zod.ZodObject<{
2048
2735
  id: zod.ZodString;
2049
2736
  }, zod.core.$strict>;
2050
- export declare const getModelsIdHealthResponse: zod.ZodEnum<{
2737
+ export declare const modelsGetModelHealthResponse: zod.ZodEnum<{
2051
2738
  Unhealthy: "Unhealthy";
2052
2739
  Degraded: "Degraded";
2053
2740
  Healthy: "Healthy";
@@ -2055,23 +2742,24 @@ export declare const getModelsIdHealthResponse: zod.ZodEnum<{
2055
2742
  /**
2056
2743
  * @summary Retrieve notifications for user login.
2057
2744
  */
2058
- export declare const getNotificationQueryTakeDefaultOne = 20;
2059
- export declare const getNotificationQuerySkipDefaultOne = 0;
2060
- export declare const getNotificationQueryParams: zod.ZodObject<{
2745
+ export declare const notificationGetQueryTakeDefaultOne = 20;
2746
+ export declare const notificationGetQuerySkipDefaultOne = 0;
2747
+ export declare const notificationGetQueryParams: zod.ZodObject<{
2061
2748
  unread: zod.ZodOptional<zod.ZodBoolean>;
2062
2749
  take: zod.ZodDefault<zod.ZodNumber>;
2063
2750
  skip: zod.ZodOptional<zod.ZodNumber>;
2064
2751
  }, zod.core.$strict>;
2065
- export declare const getNotificationResponseDataItemIdRegExpOne: RegExp;
2066
- export declare const getNotificationResponseDataItemThreadIdRegExpOne: RegExp;
2067
- export declare const getNotificationResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2068
- export declare const getNotificationResponse: zod.ZodObject<{
2752
+ export declare const notificationGetResponseDataItemIdRegExpOne: RegExp;
2753
+ export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
2754
+ export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2755
+ export declare const notificationGetResponse: zod.ZodObject<{
2069
2756
  data: zod.ZodArray<zod.ZodObject<{
2070
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2757
+ createdAt: zod.ZodISODateTime;
2071
2758
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2759
+ createdByUserId: zod.ZodString;
2072
2760
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2073
2761
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2074
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2762
+ id: zod.ZodString;
2075
2763
  notificationType: zod.ZodEnum<{
2076
2764
  WorkSpaceUpdated: "WorkSpaceUpdated";
2077
2765
  MessageThreadUpdated: "MessageThreadUpdated";
@@ -2086,13 +2774,25 @@ export declare const getNotificationResponse: zod.ZodObject<{
2086
2774
  /**
2087
2775
  * @summary Update: mark read notifications.
2088
2776
  */
2089
- export declare const putNotificationUpdateBodyRegExpOne: RegExp;
2090
- export declare const putNotificationUpdateBodyItem: zod.ZodString;
2091
- export declare const putNotificationUpdateBody: zod.ZodArray<zod.ZodString>;
2777
+ export declare const notificationPutUpdateBodyRegExpOne: RegExp;
2778
+ export declare const notificationPutUpdateBodyItem: zod.ZodString;
2779
+ export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
2780
+ /**
2781
+ * @summary Update the upgrade component of the smartspace plan
2782
+ */
2783
+ export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
2784
+ workSpaceQuota: zod.ZodNumber;
2785
+ }, zod.core.$strict>;
2786
+ /**
2787
+ * @summary Calculate the cost of an upgrade change
2788
+ */
2789
+ export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
2790
+ workSpaceQuota: zod.ZodNumber;
2791
+ }, zod.core.$strict>;
2092
2792
  /**
2093
2793
  * @summary Gets the number of requests by a specified duration
2094
2794
  */
2095
- export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
2795
+ export declare const reportingGetRequestsParams: zod.ZodObject<{
2096
2796
  duration: zod.ZodEnum<{
2097
2797
  Second: "Second";
2098
2798
  Minute: "Minute";
@@ -2101,7 +2801,7 @@ export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
2101
2801
  Month: "Month";
2102
2802
  }>;
2103
2803
  }, zod.core.$strict>;
2104
- export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
2804
+ export declare const reportingGetRequestsQueryParams: zod.ZodObject<{
2105
2805
  split: zod.ZodOptional<zod.ZodEnum<{
2106
2806
  User: "User";
2107
2807
  WorkSpace: "WorkSpace";
@@ -2112,7 +2812,7 @@ export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
2112
2812
  reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
2113
2813
  reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
2114
2814
  }, zod.core.$strict>;
2115
- export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
2815
+ export declare const reportingGetRequestsResponse: zod.ZodObject<{
2116
2816
  categories: zod.ZodArray<zod.ZodISODateTime>;
2117
2817
  series: zod.ZodArray<zod.ZodObject<{
2118
2818
  data: zod.ZodArray<zod.ZodNumber>;
@@ -2122,7 +2822,7 @@ export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
2122
2822
  /**
2123
2823
  * @summary Gets the number of tokens by a specified duration
2124
2824
  */
2125
- export declare const getReportingTokensByDurationParams: zod.ZodObject<{
2825
+ export declare const reportingGetTokensParams: zod.ZodObject<{
2126
2826
  duration: zod.ZodEnum<{
2127
2827
  Second: "Second";
2128
2828
  Minute: "Minute";
@@ -2131,7 +2831,7 @@ export declare const getReportingTokensByDurationParams: zod.ZodObject<{
2131
2831
  Month: "Month";
2132
2832
  }>;
2133
2833
  }, zod.core.$strict>;
2134
- export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
2834
+ export declare const reportingGetTokensQueryParams: zod.ZodObject<{
2135
2835
  split: zod.ZodOptional<zod.ZodEnum<{
2136
2836
  User: "User";
2137
2837
  WorkSpace: "WorkSpace";
@@ -2142,7 +2842,7 @@ export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
2142
2842
  reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
2143
2843
  reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
2144
2844
  }, zod.core.$strict>;
2145
- export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
2845
+ export declare const reportingGetTokensResponse: zod.ZodObject<{
2146
2846
  categories: zod.ZodArray<zod.ZodISODateTime>;
2147
2847
  series: zod.ZodArray<zod.ZodObject<{
2148
2848
  data: zod.ZodArray<zod.ZodNumber>;
@@ -2152,18 +2852,18 @@ export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
2152
2852
  /**
2153
2853
  * @summary Gets Tenant Id
2154
2854
  */
2155
- export declare const getTenantIdResponse: zod.ZodString;
2855
+ export declare const tenantIdGetResultResponse: zod.ZodString;
2156
2856
  /**
2157
2857
  * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
2158
2858
  */
2159
- export declare const getUsersQuerySkipDefault = 0;
2160
- export declare const getUsersQueryTakeDefault = 20;
2161
- export declare const getUsersQueryParams: zod.ZodObject<{
2859
+ export declare const usersGetUsersQuerySkipDefault = 0;
2860
+ export declare const usersGetUsersQueryTakeDefault = 20;
2861
+ export declare const usersGetUsersQueryParams: zod.ZodObject<{
2162
2862
  search: zod.ZodOptional<zod.ZodString>;
2163
2863
  skip: zod.ZodOptional<zod.ZodNumber>;
2164
2864
  take: zod.ZodDefault<zod.ZodNumber>;
2165
2865
  }, zod.core.$strict>;
2166
- export declare const getUsersResponse: zod.ZodObject<{
2866
+ export declare const usersGetUsersResponse: zod.ZodObject<{
2167
2867
  data: zod.ZodArray<zod.ZodObject<{
2168
2868
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2169
2869
  id: zod.ZodString;
@@ -2171,8 +2871,7 @@ export declare const getUsersResponse: zod.ZodObject<{
2171
2871
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2172
2872
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2173
2873
  name: zod.ZodString;
2174
- permissions: zod.ZodEnum<{
2175
- None: "None";
2874
+ permissions: zod.ZodArray<zod.ZodEnum<{
2176
2875
  WorkspaceCreate: "WorkspaceCreate";
2177
2876
  WorkspaceEdit: "WorkspaceEdit";
2178
2877
  WorkspaceDelete: "WorkspaceDelete";
@@ -2182,157 +2881,215 @@ export declare const getUsersResponse: zod.ZodObject<{
2182
2881
  ConnectorCreate: "ConnectorCreate";
2183
2882
  ConnectorEdit: "ConnectorEdit";
2184
2883
  ConnectorDelete: "ConnectorDelete";
2185
- }>;
2884
+ }>>;
2186
2885
  }, zod.core.$strip>>;
2187
2886
  total: zod.ZodNumber;
2188
2887
  }, zod.core.$strip>;
2888
+ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2889
+ permissions: zod.ZodArray<zod.ZodEnum<{
2890
+ WorkspaceCreate: "WorkspaceCreate";
2891
+ WorkspaceEdit: "WorkspaceEdit";
2892
+ WorkspaceDelete: "WorkspaceDelete";
2893
+ DataSpaceCreate: "DataSpaceCreate";
2894
+ DataSpaceEdit: "DataSpaceEdit";
2895
+ DataSpaceDelete: "DataSpaceDelete";
2896
+ ConnectorCreate: "ConnectorCreate";
2897
+ ConnectorEdit: "ConnectorEdit";
2898
+ ConnectorDelete: "ConnectorDelete";
2899
+ }>>;
2900
+ }, zod.core.$strict>;
2901
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2902
+ WorkspaceCreate: "WorkspaceCreate";
2903
+ WorkspaceEdit: "WorkspaceEdit";
2904
+ WorkspaceDelete: "WorkspaceDelete";
2905
+ DataSpaceCreate: "DataSpaceCreate";
2906
+ DataSpaceEdit: "DataSpaceEdit";
2907
+ DataSpaceDelete: "DataSpaceDelete";
2908
+ ConnectorCreate: "ConnectorCreate";
2909
+ ConnectorEdit: "ConnectorEdit";
2910
+ ConnectorDelete: "ConnectorDelete";
2911
+ }>;
2912
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
2913
+ WorkspaceCreate: "WorkspaceCreate";
2914
+ WorkspaceEdit: "WorkspaceEdit";
2915
+ WorkspaceDelete: "WorkspaceDelete";
2916
+ DataSpaceCreate: "DataSpaceCreate";
2917
+ DataSpaceEdit: "DataSpaceEdit";
2918
+ DataSpaceDelete: "DataSpaceDelete";
2919
+ ConnectorCreate: "ConnectorCreate";
2920
+ ConnectorEdit: "ConnectorEdit";
2921
+ ConnectorDelete: "ConnectorDelete";
2922
+ }>>;
2189
2923
  /**
2190
2924
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2191
2925
  */
2192
- export declare const deleteUsersRemoveAssignedWorkspaceQueryUserIdRegExp: RegExp;
2193
- export declare const deleteUsersRemoveAssignedWorkspaceQueryParams: zod.ZodObject<{
2926
+ export declare const usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp: RegExp;
2927
+ export declare const usersRemoveUserFromAllWorkSpacesQueryParams: zod.ZodObject<{
2194
2928
  userId: zod.ZodOptional<zod.ZodString>;
2195
2929
  }, zod.core.$strict>;
2196
2930
  /**
2197
2931
  * @summary Search users by name for autocomplete/navigation. Returns lightweight results (id, name, email only).
2198
2932
  */
2199
- export declare const getUsersSearchQueryTakeDefault = 10;
2200
- export declare const getUsersSearchQueryParams: zod.ZodObject<{
2933
+ export declare const usersSearchUsersQueryTakeDefault = 10;
2934
+ export declare const usersSearchUsersQueryParams: zod.ZodObject<{
2201
2935
  q: zod.ZodOptional<zod.ZodString>;
2202
2936
  take: zod.ZodDefault<zod.ZodNumber>;
2203
2937
  }, zod.core.$strict>;
2204
- export declare const getUsersSearchResponseItem: zod.ZodObject<{
2938
+ export declare const usersSearchUsersResponseItem: zod.ZodObject<{
2205
2939
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2206
2940
  id: zod.ZodString;
2941
+ isAssigned: zod.ZodBoolean;
2207
2942
  name: zod.ZodString;
2208
2943
  }, zod.core.$strip>;
2209
- export declare const getUsersSearchResponse: zod.ZodArray<zod.ZodObject<{
2944
+ export declare const usersSearchUsersResponse: zod.ZodArray<zod.ZodObject<{
2210
2945
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2211
2946
  id: zod.ZodString;
2947
+ isAssigned: zod.ZodBoolean;
2212
2948
  name: zod.ZodString;
2213
2949
  }, zod.core.$strip>>;
2214
2950
  /**
2215
2951
  * @summary Retrieve user detail in SmartSpace
2216
2952
  */
2217
- export declare const getUsersIdParams: zod.ZodObject<{
2953
+ export declare const usersGetUserDetailParams: zod.ZodObject<{
2218
2954
  id: zod.ZodString;
2219
2955
  }, zod.core.$strict>;
2220
- export declare const getUsersIdResponse: zod.ZodObject<{
2956
+ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2221
2957
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2222
2958
  id: zod.ZodString;
2223
2959
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2224
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2225
2960
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2226
2961
  name: zod.ZodString;
2227
- permissions: zod.ZodEnum<{
2228
- None: "None";
2229
- WorkspaceCreate: "WorkspaceCreate";
2230
- WorkspaceEdit: "WorkspaceEdit";
2231
- WorkspaceDelete: "WorkspaceDelete";
2232
- DataSpaceCreate: "DataSpaceCreate";
2233
- DataSpaceEdit: "DataSpaceEdit";
2234
- DataSpaceDelete: "DataSpaceDelete";
2235
- ConnectorCreate: "ConnectorCreate";
2236
- ConnectorEdit: "ConnectorEdit";
2237
- ConnectorDelete: "ConnectorDelete";
2238
- }>;
2239
2962
  }, zod.core.$strip>;
2240
2963
  /**
2241
2964
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
2242
2965
  so browsers can cache the image via standard img src usage.
2243
2966
  */
2244
- export declare const getUsersIdPhotoPathIdRegExpOne: RegExp;
2245
- export declare const getUsersIdPhotoParams: zod.ZodObject<{
2967
+ export declare const usersGetUserPhotoPathIdRegExpOne: RegExp;
2968
+ export declare const usersGetUserPhotoParams: zod.ZodObject<{
2246
2969
  id: zod.ZodString;
2247
2970
  }, zod.core.$strict>;
2248
- export declare const getUsersIdPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
2971
+ export declare const usersGetUserPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
2249
2972
  /**
2250
2973
  * @summary Adds Admin for a access for a user
2251
2974
  */
2252
- export declare const getUsersIdWorkspacesPathIdRegExp: RegExp;
2253
- export declare const getUsersIdWorkspacesParams: zod.ZodObject<{
2975
+ export declare const usersGetAccessWorkSpacesPathIdRegExp: RegExp;
2976
+ export declare const usersGetAccessWorkSpacesParams: zod.ZodObject<{
2254
2977
  id: zod.ZodString;
2255
2978
  }, zod.core.$strict>;
2256
- export declare const getUsersIdWorkspacesQuerySkipDefault = 0;
2257
- export declare const getUsersIdWorkspacesQueryTakeDefault = 20;
2258
- export declare const getUsersIdWorkspacesQueryParams: zod.ZodObject<{
2979
+ export declare const usersGetAccessWorkSpacesQuerySkipDefault = 0;
2980
+ export declare const usersGetAccessWorkSpacesQueryTakeDefault = 20;
2981
+ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2259
2982
  skip: zod.ZodOptional<zod.ZodNumber>;
2260
2983
  take: zod.ZodDefault<zod.ZodNumber>;
2261
2984
  }, zod.core.$strict>;
2262
- export declare const getUsersIdWorkspacesResponseIdRegExp: RegExp;
2263
- export declare const getUsersIdWorkspacesResponseWorkSpaceIdRegExp: RegExp;
2264
- export declare const getUsersIdWorkspacesResponseItem: zod.ZodObject<{
2265
- accessType: zod.ZodEnum<{
2266
- Principal: "Principal";
2267
- Group: "Group";
2268
- }>;
2269
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2270
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2271
- objectId: zod.ZodString;
2272
- principalType: zod.ZodOptional<zod.ZodEnum<{
2273
- Unknown: "Unknown";
2274
- User: "User";
2275
- ServicePrincipal: "ServicePrincipal";
2276
- Internal: "Internal";
2277
- }>>;
2278
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2279
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2985
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
2986
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
2987
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
2988
+ data: zod.ZodArray<zod.ZodObject<{
2989
+ accessType: zod.ZodEnum<{
2990
+ Principal: "Principal";
2991
+ Group: "Group";
2992
+ }>;
2993
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2994
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2995
+ objectId: zod.ZodString;
2996
+ principalType: zod.ZodOptional<zod.ZodEnum<{
2997
+ Unknown: "Unknown";
2998
+ User: "User";
2999
+ ServicePrincipal: "ServicePrincipal";
3000
+ Internal: "Internal";
3001
+ }>>;
3002
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3003
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3004
+ }, zod.core.$strip>>;
3005
+ total: zod.ZodNumber;
2280
3006
  }, zod.core.$strip>;
2281
- export declare const getUsersIdWorkspacesResponse: zod.ZodArray<zod.ZodObject<{
2282
- accessType: zod.ZodEnum<{
2283
- Principal: "Principal";
2284
- Group: "Group";
2285
- }>;
2286
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2287
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2288
- objectId: zod.ZodString;
2289
- principalType: zod.ZodOptional<zod.ZodEnum<{
2290
- Unknown: "Unknown";
2291
- User: "User";
2292
- ServicePrincipal: "ServicePrincipal";
2293
- Internal: "Internal";
3007
+ export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3008
+ export declare const usersAdminPermissionParams: zod.ZodObject<{
3009
+ userId: zod.ZodString;
3010
+ }, zod.core.$strict>;
3011
+ export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
3012
+ isAdmin: zod.ZodOptional<zod.ZodBoolean>;
3013
+ }, zod.core.$strict>;
3014
+ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
3015
+ export declare const usersAddUserPermissionParams: zod.ZodObject<{
3016
+ userId: zod.ZodString;
3017
+ }, zod.core.$strict>;
3018
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
3019
+ WorkspaceCreate: "WorkspaceCreate";
3020
+ WorkspaceEdit: "WorkspaceEdit";
3021
+ WorkspaceDelete: "WorkspaceDelete";
3022
+ DataSpaceCreate: "DataSpaceCreate";
3023
+ DataSpaceEdit: "DataSpaceEdit";
3024
+ DataSpaceDelete: "DataSpaceDelete";
3025
+ ConnectorCreate: "ConnectorCreate";
3026
+ ConnectorEdit: "ConnectorEdit";
3027
+ ConnectorDelete: "ConnectorDelete";
3028
+ }>;
3029
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3030
+ WorkspaceCreate: "WorkspaceCreate";
3031
+ WorkspaceEdit: "WorkspaceEdit";
3032
+ WorkspaceDelete: "WorkspaceDelete";
3033
+ DataSpaceCreate: "DataSpaceCreate";
3034
+ DataSpaceEdit: "DataSpaceEdit";
3035
+ DataSpaceDelete: "DataSpaceDelete";
3036
+ ConnectorCreate: "ConnectorCreate";
3037
+ ConnectorEdit: "ConnectorEdit";
3038
+ ConnectorDelete: "ConnectorDelete";
3039
+ }>>;
3040
+ export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
3041
+ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3042
+ userId: zod.ZodString;
3043
+ permission: zod.ZodArray<zod.ZodEnum<{
3044
+ WorkspaceCreate: "WorkspaceCreate";
3045
+ WorkspaceEdit: "WorkspaceEdit";
3046
+ WorkspaceDelete: "WorkspaceDelete";
3047
+ DataSpaceCreate: "DataSpaceCreate";
3048
+ DataSpaceEdit: "DataSpaceEdit";
3049
+ DataSpaceDelete: "DataSpaceDelete";
3050
+ ConnectorCreate: "ConnectorCreate";
3051
+ ConnectorEdit: "ConnectorEdit";
3052
+ ConnectorDelete: "ConnectorDelete";
2294
3053
  }>>;
2295
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2296
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2297
- }, zod.core.$strip>>;
3054
+ }, zod.core.$strict>;
2298
3055
  /**
2299
3056
  * @summary Returns a list of available Azure locations for deploying virtual machines
2300
3057
  */
2301
- export declare const getVirtualMachinesLocationsResponseItem: zod.ZodObject<{
3058
+ export declare const virtualMachinesGetVirtualMachineLocationsResponseItem: zod.ZodObject<{
2302
3059
  displayName: zod.ZodString;
2303
3060
  name: zod.ZodString;
2304
3061
  }, zod.core.$strip>;
2305
- export declare const getVirtualMachinesLocationsResponse: zod.ZodArray<zod.ZodObject<{
3062
+ export declare const virtualMachinesGetVirtualMachineLocationsResponse: zod.ZodArray<zod.ZodObject<{
2306
3063
  displayName: zod.ZodString;
2307
3064
  name: zod.ZodString;
2308
3065
  }, zod.core.$strip>>;
2309
3066
  /**
2310
3067
  * @summary Returns a list of virtual machines sizes available in the specified location
2311
3068
  */
2312
- export declare const getVirtualMachinesLocationsLocationSizesParams: zod.ZodObject<{
3069
+ export declare const virtualMachinesGetVirtualMachineSizeParams: zod.ZodObject<{
2313
3070
  location: zod.ZodString;
2314
3071
  }, zod.core.$strict>;
2315
- export declare const getVirtualMachinesLocationsLocationSizesResponseItem: zod.ZodObject<{
3072
+ export declare const virtualMachinesGetVirtualMachineSizeResponseItem: zod.ZodObject<{
2316
3073
  name: zod.ZodString;
2317
3074
  }, zod.core.$strip>;
2318
- export declare const getVirtualMachinesLocationsLocationSizesResponse: zod.ZodArray<zod.ZodObject<{
3075
+ export declare const virtualMachinesGetVirtualMachineSizeResponse: zod.ZodArray<zod.ZodObject<{
2319
3076
  name: zod.ZodString;
2320
3077
  }, zod.core.$strip>>;
2321
3078
  /**
2322
3079
  * @summary Obtain a list of all templates in SmartSpace, with pagination options take and skip.
2323
3080
  */
2324
- export declare const getWorkSpaceTemplatesQueryTakeDefault = 20;
2325
- export declare const getWorkSpaceTemplatesQuerySkipDefault = 0;
2326
- export declare const getWorkSpaceTemplatesQuerySearchDefault = "";
2327
- export declare const getWorkSpaceTemplatesQueryParams: zod.ZodObject<{
3081
+ export declare const workSpaceTemplatesGetQueryTakeDefault = 20;
3082
+ export declare const workSpaceTemplatesGetQuerySkipDefault = 0;
3083
+ export declare const workSpaceTemplatesGetQuerySearchDefault = "";
3084
+ export declare const workSpaceTemplatesGetQueryParams: zod.ZodObject<{
2328
3085
  take: zod.ZodDefault<zod.ZodNumber>;
2329
3086
  skip: zod.ZodOptional<zod.ZodNumber>;
2330
3087
  search: zod.ZodOptional<zod.ZodString>;
2331
3088
  }, zod.core.$strict>;
2332
- export declare const getWorkSpaceTemplatesResponseDataItemIdRegExp: RegExp;
2333
- export declare const getWorkSpaceTemplatesResponseDataItemLatestVersionIdRegExp: RegExp;
2334
- export declare const getWorkSpaceTemplatesResponseDataItemPublisherIdRegExp: RegExp;
2335
- export declare const getWorkSpaceTemplatesResponse: zod.ZodObject<{
3089
+ export declare const workSpaceTemplatesGetResponseDataItemIdRegExp: RegExp;
3090
+ export declare const workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp: RegExp;
3091
+ export declare const workSpaceTemplatesGetResponseDataItemPublisherIdRegExp: RegExp;
3092
+ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
2336
3093
  data: zod.ZodArray<zod.ZodObject<{
2337
3094
  createdAtUtc: zod.ZodISODateTime;
2338
3095
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2352,34 +3109,36 @@ export declare const getWorkSpaceTemplatesResponse: zod.ZodObject<{
2352
3109
  total: zod.ZodNumber;
2353
3110
  }, zod.core.$strip>;
2354
3111
  /**
2355
- * @summary Obtain a list of all workspaces in SmartSpace, with pagination options take and skip.
3112
+ * @summary Retrieves a collection of workspaces.
2356
3113
  */
2357
- export declare const getWorkSpacesQueryTakeDefaultOne = 20;
2358
- export declare const getWorkSpacesQuerySkipDefaultOne = 0;
2359
- export declare const getWorkSpacesQueryParams: zod.ZodObject<{
3114
+ export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
3115
+ export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
3116
+ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
2360
3117
  take: zod.ZodDefault<zod.ZodNumber>;
2361
3118
  skip: zod.ZodOptional<zod.ZodNumber>;
2362
3119
  search: zod.ZodOptional<zod.ZodString>;
2363
- }, zod.core.$strict>;
2364
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2365
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
2366
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
2367
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
2368
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
2369
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
2370
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
2371
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
2372
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
2373
- export declare const getWorkSpacesResponseDataItemDataSpacesItemIdRegExpOne: RegExp;
2374
- export declare const getWorkSpacesResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
2375
- export declare const getWorkSpacesResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
2376
- export declare const getWorkSpacesResponseDataItemIdRegExpOne: RegExp;
2377
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
2378
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
2379
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
2380
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelIdRegExpOne: RegExp;
2381
- export declare const getWorkSpacesResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
2382
- export declare const getWorkSpacesResponse: zod.ZodObject<{
3120
+ sortBy: zod.ZodOptional<zod.ZodString>;
3121
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3122
+ }, zod.core.$strict>;
3123
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3124
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3125
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
3126
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
3127
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
3128
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
3129
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
3130
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
3131
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
3132
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne: RegExp;
3133
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
3134
+ export declare const workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
3135
+ export declare const workSpacesGetGetResponseDataItemIdRegExpOne: RegExp;
3136
+ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
3137
+ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
3138
+ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
3139
+ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne: RegExp;
3140
+ export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3141
+ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2383
3142
  data: zod.ZodArray<zod.ZodObject<{
2384
3143
  createdAt: zod.ZodISODateTime;
2385
3144
  createdByUserId: zod.ZodString;
@@ -2451,6 +3210,11 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2451
3210
  triggers: zod.ZodArray<zod.ZodObject<{
2452
3211
  dataSourceContainer: zod.ZodObject<{
2453
3212
  dataSourceId: zod.ZodString;
3213
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3214
+ operator: zod.ZodString;
3215
+ propertyName: zod.ZodString;
3216
+ value: zod.ZodString;
3217
+ }, zod.core.$strip>>>>;
2454
3218
  id: zod.ZodString;
2455
3219
  name: zod.ZodString;
2456
3220
  path: zod.ZodString;
@@ -2491,7 +3255,6 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2491
3255
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2492
3256
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2493
3257
  }, zod.core.$strip>>;
2494
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2495
3258
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2496
3259
  frequencyPenalty: zod.ZodNumber;
2497
3260
  model: zod.ZodObject<{
@@ -2551,272 +3314,75 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2551
3314
  VertexAi: "VertexAi";
2552
3315
  AzureFoundry: "AzureFoundry";
2553
3316
  }>>;
3317
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3318
+ OpenAi: "OpenAi";
3319
+ HuggingFace: "HuggingFace";
3320
+ Cohere: "Cohere";
3321
+ Anthropic: "Anthropic";
3322
+ Google: "Google";
3323
+ Meta: "Meta";
3324
+ Mistral: "Mistral";
3325
+ Microsoft: "Microsoft";
3326
+ DeepSeek: "DeepSeek";
3327
+ XAi: "XAi";
3328
+ Amazon: "Amazon";
3329
+ Qwen: "Qwen";
3330
+ Other: "Other";
3331
+ }>>;
2554
3332
  name: zod.ZodString;
2555
- properties: zod.ZodArray<zod.ZodObject<{
2556
- name: zod.ZodString;
2557
- type: zod.ZodEnum<{
2558
- Boolean: "Boolean";
2559
- Number: "Number";
2560
- String: "String";
2561
- }>;
2562
- }, zod.core.$strip>>;
2563
- }, zod.core.$strip>;
2564
- prePrompt: zod.ZodString;
2565
- presencePenalty: zod.ZodNumber;
2566
- role: zod.ZodEnum<{
2567
- Document: "Document";
2568
- Agent: "Agent";
2569
- Analyzer: "Analyzer";
2570
- }>;
2571
- temperature: zod.ZodNumber;
2572
- topP: zod.ZodNumber;
2573
- }, zod.core.$strip>>;
2574
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2575
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2576
- name: zod.ZodString;
2577
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2578
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2579
- showSources: zod.ZodBoolean;
2580
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2581
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2582
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2583
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2584
- access: zod.ZodEnum<{
2585
- None: "None";
2586
- Read: "Read";
2587
- Write: "Write";
2588
- }>;
2589
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2590
- }, zod.core.$strip>>;
2591
- }, zod.core.$strip>>;
2592
- total: zod.ZodNumber;
2593
- }, zod.core.$strip>;
2594
- /**
2595
- * @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
2596
- */
2597
- export declare const postWorkSpacesBodyDataSpacesItemRegExp: RegExp;
2598
- export declare const postWorkSpacesBodyIdRegExp: RegExp;
2599
- export declare const postWorkSpacesBodyModelConfigurationsItemModelIdRegExp: RegExp;
2600
- export declare const postWorkSpacesBodyTemplateVersionIdRegExp: RegExp;
2601
- export declare const postWorkSpacesBody: zod.ZodObject<{
2602
- dataSpaces: zod.ZodArray<zod.ZodString>;
2603
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2604
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2605
- frequencyPenalty: zod.ZodNumber;
2606
- modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2607
- modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2608
- prePrompt: zod.ZodString;
2609
- presencePenalty: zod.ZodNumber;
2610
- role: zod.ZodEnum<{
2611
- Document: "Document";
2612
- Agent: "Agent";
2613
- Analyzer: "Analyzer";
2614
- }>;
2615
- temperature: zod.ZodNumber;
2616
- topP: zod.ZodNumber;
2617
- }, zod.core.$strict>>;
2618
- name: zod.ZodString;
2619
- templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2620
- }, zod.core.$strict>;
2621
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
2622
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
2623
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
2624
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
2625
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
2626
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
2627
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
2628
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
2629
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
2630
- export declare const postWorkSpacesResponseDataSpacesItemIdRegExp: RegExp;
2631
- export declare const postWorkSpacesResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
2632
- export declare const postWorkSpacesResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
2633
- export declare const postWorkSpacesResponseIdRegExp: RegExp;
2634
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
2635
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
2636
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
2637
- export declare const postWorkSpacesResponseModelConfigurationsItemModelIdRegExp: RegExp;
2638
- export declare const postWorkSpacesResponseSandBoxThreadIdRegExp: RegExp;
2639
- export declare const postWorkSpacesResponse: zod.ZodObject<{
2640
- createdAt: zod.ZodISODateTime;
2641
- createdByUserId: zod.ZodString;
2642
- dataSpaces: zod.ZodArray<zod.ZodObject<{
2643
- createdAt: zod.ZodISODateTime;
2644
- createdByUserId: zod.ZodString;
2645
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2646
- createdAt: zod.ZodISODateTime;
2647
- createdByUserId: zod.ZodString;
2648
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2649
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2650
- flow: zod.ZodOptional<zod.ZodObject<{
2651
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
2652
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2653
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2654
- target: zod.ZodObject<{
2655
- pin: zod.ZodString;
2656
- port: zod.ZodString;
2657
- }, zod.core.$strip>;
2658
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2659
- }, zod.core.$strip>>>>;
2660
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2661
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2662
- pin: zod.ZodString;
2663
- port: zod.ZodString;
2664
- }, zod.core.$strip>>>>;
2665
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2666
- pin: zod.ZodString;
2667
- port: zod.ZodString;
2668
- }, zod.core.$strip>>>>;
2669
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2670
- name: zod.ZodString;
2671
- version: zod.ZodString;
2672
- }, zod.core.$strip>>>>;
2673
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2674
- source: zod.ZodObject<{
2675
- node: zod.ZodString;
2676
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2677
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2678
- }, zod.core.$strip>;
2679
- target: zod.ZodObject<{
2680
- node: zod.ZodString;
2681
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2682
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2683
- }, zod.core.$strip>;
2684
- }, zod.core.$strip>>>>;
2685
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2686
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2687
- }, zod.core.$strip>>>>;
2688
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2689
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2690
- }, zod.core.$strip>>>>;
2691
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2692
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2693
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2694
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2695
- }, zod.core.$strip>>>>;
2696
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2697
- access: zod.ZodEnum<{
2698
- None: "None";
2699
- Read: "Read";
2700
- Write: "Write";
2701
- }>;
2702
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2703
- }, zod.core.$strip>>>>;
2704
- }, zod.core.$strip>>;
2705
- activeFlowDefinitionId: zod.ZodString;
2706
- id: zod.ZodString;
2707
- triggers: zod.ZodArray<zod.ZodObject<{
2708
- dataSourceContainer: zod.ZodObject<{
2709
- dataSourceId: zod.ZodString;
2710
- id: zod.ZodString;
2711
- name: zod.ZodString;
2712
- path: zod.ZodString;
2713
- }, zod.core.$strip>;
2714
- flowId: zod.ZodString;
2715
- id: zod.ZodString;
2716
- inputName: zod.ZodString;
2717
- type: zod.ZodEnum<{
2718
- Periodic: "Periodic";
2719
- Container: "Container";
2720
- }>;
2721
- }, zod.core.$strip>>;
2722
- }, zod.core.$strip>>;
2723
- id: zod.ZodString;
2724
- modifiedAt: zod.ZodISODateTime;
2725
- modifiedByUserId: zod.ZodString;
2726
- name: zod.ZodString;
2727
- properties: zod.ZodArray<zod.ZodObject<{
2728
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2729
- isVector: zod.ZodBoolean;
2730
- name: zod.ZodString;
2731
- }, zod.core.$strip>>;
2732
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2733
- }, zod.core.$strip>>>>;
2734
- id: zod.ZodString;
3333
+ properties: zod.ZodArray<zod.ZodObject<{
3334
+ name: zod.ZodString;
3335
+ type: zod.ZodEnum<{
3336
+ Boolean: "Boolean";
3337
+ Number: "Number";
3338
+ String: "String";
3339
+ }>;
3340
+ }, zod.core.$strip>>;
3341
+ }, zod.core.$strip>;
3342
+ prePrompt: zod.ZodString;
3343
+ presencePenalty: zod.ZodNumber;
3344
+ role: zod.ZodEnum<{
3345
+ Document: "Document";
3346
+ Agent: "Agent";
3347
+ Analyzer: "Analyzer";
3348
+ }>;
3349
+ temperature: zod.ZodNumber;
3350
+ topP: zod.ZodNumber;
3351
+ }, zod.core.$strip>>;
2735
3352
  modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2736
3353
  modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2737
3354
  name: zod.ZodString;
2738
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2739
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2740
- id: zod.ZodString;
2741
- name: zod.ZodString;
2742
- }, zod.core.$strip>>>>;
3355
+ outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3356
+ sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3357
+ showSources: zod.ZodBoolean;
3358
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3359
+ supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3360
+ tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3361
+ variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3362
+ access: zod.ZodEnum<{
3363
+ None: "None";
3364
+ Read: "Read";
3365
+ Write: "Write";
3366
+ }>;
3367
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3368
+ }, zod.core.$strip>>;
2743
3369
  }, zod.core.$strip>>;
2744
- favorited: zod.ZodBoolean;
2745
- firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3370
+ total: zod.ZodNumber;
3371
+ }, zod.core.$strip>;
3372
+ /**
3373
+ * @summary Creates a new workspace.
3374
+ */
3375
+ export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
3376
+ export declare const workSpacesPostBodyIdRegExp: RegExp;
3377
+ export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
3378
+ export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
3379
+ export declare const workSpacesPostBody: zod.ZodObject<{
3380
+ dataSpaces: zod.ZodArray<zod.ZodString>;
2746
3381
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2747
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2748
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2749
- }, zod.core.$strip>>;
2750
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2751
3382
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2752
3383
  frequencyPenalty: zod.ZodNumber;
2753
- model: zod.ZodObject<{
2754
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2755
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2756
- deployment: zod.ZodOptional<zod.ZodObject<{
2757
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2758
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2759
- detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2760
- dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2761
- id: zod.ZodString;
2762
- modelName: zod.ZodString;
2763
- providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2764
- providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2765
- region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2766
- status: zod.ZodEnum<{
2767
- Deploying: "Deploying";
2768
- Ready: "Ready";
2769
- Failed: "Failed";
2770
- Deleting: "Deleting";
2771
- Deleted: "Deleted";
2772
- }>;
2773
- statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2774
- statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2775
- steps: zod.ZodArray<zod.ZodObject<{
2776
- finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2777
- id: zod.ZodString;
2778
- index: zod.ZodNumber;
2779
- message: zod.ZodString;
2780
- name: zod.ZodEnum<{
2781
- DeployVNet: "DeployVNet";
2782
- DeployVM: "DeployVM";
2783
- InstallDependencies: "InstallDependencies";
2784
- DownloadModel: "DownloadModel";
2785
- TestModel: "TestModel";
2786
- }>;
2787
- progress: zod.ZodNumber;
2788
- startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2789
- }, zod.core.$strip>>;
2790
- url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2791
- virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
2792
- TextGenerationInference: "TextGenerationInference";
2793
- VLlm: "VLlm";
2794
- }>>;
2795
- virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2796
- vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2797
- }, zod.core.$strip>>;
2798
- displayName: zod.ZodString;
2799
- id: zod.ZodString;
2800
- modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2801
- OpenAi: "OpenAi";
2802
- AzureOpenAi: "AzureOpenAi";
2803
- HuggingFace: "HuggingFace";
2804
- Cohere: "Cohere";
2805
- Anthropic: "Anthropic";
2806
- Gemini: "Gemini";
2807
- VertexAi: "VertexAi";
2808
- AzureFoundry: "AzureFoundry";
2809
- }>>;
2810
- name: zod.ZodString;
2811
- properties: zod.ZodArray<zod.ZodObject<{
2812
- name: zod.ZodString;
2813
- type: zod.ZodEnum<{
2814
- Boolean: "Boolean";
2815
- Number: "Number";
2816
- String: "String";
2817
- }>;
2818
- }, zod.core.$strip>>;
2819
- }, zod.core.$strip>;
3384
+ modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3385
+ modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2820
3386
  prePrompt: zod.ZodString;
2821
3387
  presencePenalty: zod.ZodNumber;
2822
3388
  role: zod.ZodEnum<{
@@ -2826,58 +3392,43 @@ export declare const postWorkSpacesResponse: zod.ZodObject<{
2826
3392
  }>;
2827
3393
  temperature: zod.ZodNumber;
2828
3394
  topP: zod.ZodNumber;
2829
- }, zod.core.$strip>>;
2830
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2831
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3395
+ }, zod.core.$strict>>;
2832
3396
  name: zod.ZodString;
2833
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2834
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2835
- showSources: zod.ZodBoolean;
2836
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2837
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2838
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2839
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2840
- access: zod.ZodEnum<{
2841
- None: "None";
2842
- Read: "Read";
2843
- Write: "Write";
2844
- }>;
2845
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2846
- }, zod.core.$strip>>;
2847
- }, zod.core.$strip>;
3397
+ templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3398
+ }, zod.core.$strict>;
2848
3399
  /**
2849
- * @summary Remove a particular workspace from SmartSpace, identified by its ID.
3400
+ * @summary Deletes a workspace by its ID.
2850
3401
  */
2851
- export declare const deleteWorkSpacesIdPathIdRegExp: RegExp;
2852
- export declare const deleteWorkSpacesIdParams: zod.ZodObject<{
3402
+ export declare const workSpacesDeletePathIdRegExp: RegExp;
3403
+ export declare const workSpacesDeleteParams: zod.ZodObject<{
2853
3404
  id: zod.ZodString;
2854
3405
  }, zod.core.$strict>;
2855
3406
  /**
2856
- * @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
3407
+ * @summary Retrieves a workspace by its ID.
2857
3408
  */
2858
- export declare const getWorkSpacesIdPathIdRegExpOne: RegExp;
2859
- export declare const getWorkSpacesIdParams: zod.ZodObject<{
3409
+ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3410
+ export declare const workSpacesGetIdParams: zod.ZodObject<{
2860
3411
  id: zod.ZodString;
2861
3412
  }, zod.core.$strict>;
2862
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2863
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
2864
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
2865
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
2866
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
2867
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
2868
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
2869
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
2870
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
2871
- export declare const getWorkSpacesIdResponseDataSpacesItemIdRegExpOne: RegExp;
2872
- export declare const getWorkSpacesIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
2873
- export declare const getWorkSpacesIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
2874
- export declare const getWorkSpacesIdResponseIdRegExpOne: RegExp;
2875
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
2876
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
2877
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
2878
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
2879
- export declare const getWorkSpacesIdResponseSandBoxThreadIdRegExpOne: RegExp;
2880
- export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3413
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3414
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3415
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
3416
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
3417
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
3418
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
3419
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
3420
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
3421
+ export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
3422
+ export declare const workSpacesGetIdResponseDataSpacesItemIdRegExpOne: RegExp;
3423
+ export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
3424
+ export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
3425
+ export declare const workSpacesGetIdResponseIdRegExpOne: RegExp;
3426
+ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
3427
+ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
3428
+ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
3429
+ export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3430
+ export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3431
+ export declare const workSpacesGetIdResponse: zod.ZodObject<{
2881
3432
  createdAt: zod.ZodISODateTime;
2882
3433
  createdByUserId: zod.ZodString;
2883
3434
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -2948,6 +3499,11 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
2948
3499
  triggers: zod.ZodArray<zod.ZodObject<{
2949
3500
  dataSourceContainer: zod.ZodObject<{
2950
3501
  dataSourceId: zod.ZodString;
3502
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3503
+ operator: zod.ZodString;
3504
+ propertyName: zod.ZodString;
3505
+ value: zod.ZodString;
3506
+ }, zod.core.$strip>>>>;
2951
3507
  id: zod.ZodString;
2952
3508
  name: zod.ZodString;
2953
3509
  path: zod.ZodString;
@@ -2988,7 +3544,6 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
2988
3544
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2989
3545
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2990
3546
  }, zod.core.$strip>>;
2991
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2992
3547
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2993
3548
  frequencyPenalty: zod.ZodNumber;
2994
3549
  model: zod.ZodObject<{
@@ -3048,6 +3603,21 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3048
3603
  VertexAi: "VertexAi";
3049
3604
  AzureFoundry: "AzureFoundry";
3050
3605
  }>>;
3606
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3607
+ OpenAi: "OpenAi";
3608
+ HuggingFace: "HuggingFace";
3609
+ Cohere: "Cohere";
3610
+ Anthropic: "Anthropic";
3611
+ Google: "Google";
3612
+ Meta: "Meta";
3613
+ Mistral: "Mistral";
3614
+ Microsoft: "Microsoft";
3615
+ DeepSeek: "DeepSeek";
3616
+ XAi: "XAi";
3617
+ Amazon: "Amazon";
3618
+ Qwen: "Qwen";
3619
+ Other: "Other";
3620
+ }>>;
3051
3621
  name: zod.ZodString;
3052
3622
  properties: zod.ZodArray<zod.ZodObject<{
3053
3623
  name: zod.ZodString;
@@ -3086,14 +3656,40 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3086
3656
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3087
3657
  }, zod.core.$strip>>;
3088
3658
  }, zod.core.$strip>;
3659
+ export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
3660
+ export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
3661
+ id: zod.ZodString;
3662
+ }, zod.core.$strict>;
3663
+ export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
3664
+ id: zod.ZodString;
3665
+ isAdmin: zod.ZodBoolean;
3666
+ name: zod.ZodString;
3667
+ }, zod.core.$strip>;
3668
+ export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
3669
+ id: zod.ZodString;
3670
+ isAdmin: zod.ZodBoolean;
3671
+ name: zod.ZodString;
3672
+ }, zod.core.$strip>>;
3673
+ export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
3674
+ export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
3675
+ export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
3676
+ id: zod.ZodString;
3677
+ userId: zod.ZodString;
3678
+ }, zod.core.$strict>;
3679
+ export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
3680
+ export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
3681
+ export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
3682
+ id: zod.ZodString;
3683
+ userId: zod.ZodString;
3684
+ }, zod.core.$strict>;
3089
3685
  /**
3090
- * @summary Update basic information of a specific workspace in SmartSpace, such as name and summary, using the workspace's ID.
3686
+ * @summary Updates the basic information of a workspace.
3091
3687
  */
3092
- export declare const putWorkSpacesIdBasicinfoPathIdRegExp: RegExp;
3093
- export declare const putWorkSpacesIdBasicinfoParams: zod.ZodObject<{
3688
+ export declare const workSpacesPutPathIdRegExp: RegExp;
3689
+ export declare const workSpacesPutParams: zod.ZodObject<{
3094
3690
  id: zod.ZodString;
3095
3691
  }, zod.core.$strict>;
3096
- export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
3692
+ export declare const workSpacesPutBody: zod.ZodObject<{
3097
3693
  firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3098
3694
  name: zod.ZodString;
3099
3695
  outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3102,22 +3698,30 @@ export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
3102
3698
  tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3103
3699
  }, zod.core.$strict>;
3104
3700
  /**
3105
- * @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
3701
+ * @summary Marks a workspace as favorited or not for the active user.
3702
+ */
3703
+ export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
3704
+ export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
3705
+ id: zod.ZodString;
3706
+ }, zod.core.$strict>;
3707
+ export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
3708
+ /**
3709
+ * @summary Retrieves message threads for a workspace.
3106
3710
  */
3107
- export declare const getWorkSpacesIdMessageThreadsPathIdRegExpOne: RegExp;
3108
- export declare const getWorkSpacesIdMessageThreadsParams: zod.ZodObject<{
3711
+ export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
3712
+ export declare const workSpacesGetThreadsParams: zod.ZodObject<{
3109
3713
  id: zod.ZodString;
3110
3714
  }, zod.core.$strict>;
3111
- export declare const getWorkSpacesIdMessageThreadsQueryTakeDefaultOne = 50;
3112
- export declare const getWorkSpacesIdMessageThreadsQuerySkipDefaultOne = 0;
3113
- export declare const getWorkSpacesIdMessageThreadsQueryParams: zod.ZodObject<{
3715
+ export declare const workSpacesGetThreadsQueryTakeDefault = 50;
3716
+ export declare const workSpacesGetThreadsQuerySkipDefault = 0;
3717
+ export declare const workSpacesGetThreadsQueryParams: zod.ZodObject<{
3114
3718
  take: zod.ZodDefault<zod.ZodNumber>;
3115
3719
  skip: zod.ZodOptional<zod.ZodNumber>;
3116
3720
  search: zod.ZodOptional<zod.ZodString>;
3117
3721
  }, zod.core.$strict>;
3118
- export declare const getWorkSpacesIdMessageThreadsResponseDataItemIdRegExpOne: RegExp;
3119
- export declare const getWorkSpacesIdMessageThreadsResponseDataItemWorkSpaceIdRegExpOne: RegExp;
3120
- export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
3722
+ export declare const workSpacesGetThreadsResponseDataItemIdRegExp: RegExp;
3723
+ export declare const workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp: RegExp;
3724
+ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3121
3725
  data: zod.ZodArray<zod.ZodObject<{
3122
3726
  createdAt: zod.ZodISODateTime;
3123
3727
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3137,8 +3741,8 @@ export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
3137
3741
  /**
3138
3742
  * @summary Deletes the model configuration for a specific workspace and role.
3139
3743
  */
3140
- export declare const deleteWorkSpacesIdModelconfigurationRolePathIdRegExp: RegExp;
3141
- export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<{
3744
+ export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
3745
+ export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
3142
3746
  id: zod.ZodString;
3143
3747
  role: zod.ZodEnum<{
3144
3748
  Document: "Document";
@@ -3147,10 +3751,10 @@ export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObje
3147
3751
  }>;
3148
3752
  }, zod.core.$strict>;
3149
3753
  /**
3150
- * @summary Configure AI models for a specific role within a workspace in SmartSpace, identified by workspaceId and role.
3754
+ * @summary Updates the model configuration for a specific workspace and role.
3151
3755
  */
3152
- export declare const putWorkSpacesIdModelconfigurationRolePathIdRegExp: RegExp;
3153
- export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<{
3756
+ export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
3757
+ export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
3154
3758
  id: zod.ZodString;
3155
3759
  role: zod.ZodEnum<{
3156
3760
  Document: "Document";
@@ -3158,8 +3762,8 @@ export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<
3158
3762
  Analyzer: "Analyzer";
3159
3763
  }>;
3160
3764
  }, zod.core.$strict>;
3161
- export declare const putWorkSpacesIdModelconfigurationRoleBodyModelIdRegExp: RegExp;
3162
- export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
3765
+ export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
3766
+ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3163
3767
  frequencyPenalty: zod.ZodNumber;
3164
3768
  modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3165
3769
  modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3174,40 +3778,40 @@ export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
3174
3778
  topP: zod.ZodNumber;
3175
3779
  }, zod.core.$strict>;
3176
3780
  /**
3177
- * @summary Detach a specific dataspace from a workspace in SmartSpace, identified by both workspaceId and dataspaceId.
3781
+ * @summary Removes a data space from a workspace.
3178
3782
  */
3179
- export declare const deleteWorkSpacesWorkspaceIdDataspacesDataspaceIdPathWorkspaceIdRegExp: RegExp;
3180
- export declare const deleteWorkSpacesWorkspaceIdDataspacesDataspaceIdPathDataspaceIdRegExp: RegExp;
3181
- export declare const deleteWorkSpacesWorkspaceIdDataspacesDataspaceIdParams: zod.ZodObject<{
3783
+ export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
3784
+ export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
3785
+ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
3182
3786
  workspaceId: zod.ZodString;
3183
3787
  dataspaceId: zod.ZodString;
3184
3788
  }, zod.core.$strict>;
3185
3789
  /**
3186
- * @summary Link a specific dataspace to a workspace in SmartSpace, using both workspaceId and dataspaceId.
3790
+ * @summary Adds a data space to a workspace.
3187
3791
  */
3188
- export declare const putWorkSpacesWorkspaceIdDataspacesDataspaceIdPathWorkspaceIdRegExp: RegExp;
3189
- export declare const putWorkSpacesWorkspaceIdDataspacesDataspaceIdPathDataspaceIdRegExp: RegExp;
3190
- export declare const putWorkSpacesWorkspaceIdDataspacesDataspaceIdParams: zod.ZodObject<{
3792
+ export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
3793
+ export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
3794
+ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
3191
3795
  workspaceId: zod.ZodString;
3192
3796
  dataspaceId: zod.ZodString;
3193
3797
  }, zod.core.$strict>;
3194
3798
  /**
3195
- * @summary Gets a list of all the files that are uploaded directly to the workspace
3799
+ * @summary Gets a list of all the files that are uploaded directly to the workspace.
3196
3800
  */
3197
- export declare const getWorkSpacesWorkspaceIdFilesPathWorkspaceIdRegExp: RegExp;
3198
- export declare const getWorkSpacesWorkspaceIdFilesParams: zod.ZodObject<{
3801
+ export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3802
+ export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
3199
3803
  workspaceId: zod.ZodString;
3200
3804
  }, zod.core.$strict>;
3201
- export declare const getWorkSpacesWorkspaceIdFilesQueryTakeDefault = 20;
3202
- export declare const getWorkSpacesWorkspaceIdFilesQuerySkipDefault = 0;
3203
- export declare const getWorkSpacesWorkspaceIdFilesQueryParams: zod.ZodObject<{
3805
+ export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
3806
+ export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
3807
+ export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
3204
3808
  take: zod.ZodDefault<zod.ZodNumber>;
3205
3809
  skip: zod.ZodOptional<zod.ZodNumber>;
3206
3810
  }, zod.core.$strict>;
3207
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileIdRegExp: RegExp;
3208
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileThreadIdRegExp: RegExp;
3209
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
3210
- export declare const getWorkSpacesWorkspaceIdFilesResponse: zod.ZodObject<{
3811
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
3812
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
3813
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
3814
+ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
3211
3815
  data: zod.ZodArray<zod.ZodObject<{
3212
3816
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3213
3817
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3237,19 +3841,19 @@ export declare const getWorkSpacesWorkspaceIdFilesResponse: zod.ZodObject<{
3237
3841
  total: zod.ZodNumber;
3238
3842
  }, zod.core.$strip>;
3239
3843
  /**
3240
- * @summary Uploads a list of files directly to the workspace
3844
+ * @summary Uploads a list of files directly to the workspace.
3241
3845
  */
3242
- export declare const postWorkSpacesWorkspaceIdFilesPathWorkspaceIdRegExp: RegExp;
3243
- export declare const postWorkSpacesWorkspaceIdFilesParams: zod.ZodObject<{
3846
+ export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3847
+ export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
3244
3848
  workspaceId: zod.ZodString;
3245
3849
  }, zod.core.$strict>;
3246
- export declare const postWorkSpacesWorkspaceIdFilesBody: zod.ZodObject<{
3850
+ export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
3247
3851
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
3248
3852
  }, zod.core.$strict>;
3249
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileIdRegExp: RegExp;
3250
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileThreadIdRegExp: RegExp;
3251
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileWorkspaceIdRegExp: RegExp;
3252
- export declare const postWorkSpacesWorkspaceIdFilesResponseItem: zod.ZodObject<{
3853
+ export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
3854
+ export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
3855
+ export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
3856
+ export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
3253
3857
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3254
3858
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3255
3859
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3275,7 +3879,7 @@ export declare const postWorkSpacesWorkspaceIdFilesResponseItem: zod.ZodObject<{
3275
3879
  Ingesting: "Ingesting";
3276
3880
  }>;
3277
3881
  }, zod.core.$strip>;
3278
- export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.ZodObject<{
3882
+ export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
3279
3883
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3280
3884
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3281
3885
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3302,26 +3906,80 @@ export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.Zo
3302
3906
  }>;
3303
3907
  }, zod.core.$strip>>;
3304
3908
  /**
3305
- * @summary Removes a file form the workspace and the ingested content
3909
+ * @summary Removes a file from the workspace and the ingested content.
3306
3910
  */
3307
- export declare const deleteWorkSpacesWorkspaceIdFilesFileIdPathWorkspaceIdRegExp: RegExp;
3308
- export declare const deleteWorkSpacesWorkspaceIdFilesFileIdPathFileIdRegExp: RegExp;
3309
- export declare const deleteWorkSpacesWorkspaceIdFilesFileIdParams: zod.ZodObject<{
3911
+ export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
3912
+ export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
3913
+ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
3310
3914
  workspaceId: zod.ZodString;
3311
3915
  fileId: zod.ZodString;
3312
3916
  }, zod.core.$strict>;
3313
- export declare const getWorkSpacesWorkspaceIdFlowsActivePathWorkspaceIdRegExp: RegExp;
3314
- export declare const getWorkSpacesWorkspaceIdFlowsActiveParams: zod.ZodObject<{
3917
+ export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
3918
+ export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
3315
3919
  workspaceId: zod.ZodString;
3316
3920
  }, zod.core.$strict>;
3921
+ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3922
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3923
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3924
+ target: zod.ZodObject<{
3925
+ pin: zod.ZodString;
3926
+ port: zod.ZodString;
3927
+ }, zod.core.$strip>;
3928
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3929
+ }, zod.core.$strip>>>>;
3930
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3931
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3932
+ pin: zod.ZodString;
3933
+ port: zod.ZodString;
3934
+ }, zod.core.$strip>>>>;
3935
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3936
+ pin: zod.ZodString;
3937
+ port: zod.ZodString;
3938
+ }, zod.core.$strip>>>>;
3939
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3940
+ name: zod.ZodString;
3941
+ version: zod.ZodString;
3942
+ }, zod.core.$strip>>>>;
3943
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3944
+ source: zod.ZodObject<{
3945
+ node: zod.ZodString;
3946
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3947
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3948
+ }, zod.core.$strip>;
3949
+ target: zod.ZodObject<{
3950
+ node: zod.ZodString;
3951
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3952
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3953
+ }, zod.core.$strip>;
3954
+ }, zod.core.$strip>>>>;
3955
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3956
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3957
+ }, zod.core.$strip>>>>;
3958
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3959
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3960
+ }, zod.core.$strip>>>>;
3961
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3962
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3963
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3964
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3965
+ }, zod.core.$strip>>>>;
3966
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3967
+ access: zod.ZodEnum<{
3968
+ None: "None";
3969
+ Read: "Read";
3970
+ Write: "Write";
3971
+ }>;
3972
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3973
+ }, zod.core.$strip>>>>;
3974
+ }, zod.core.$strip>;
3317
3975
  /**
3318
- * @summary Creates a flow
3976
+ * @summary Sets the active flow definition for a workspace.
3319
3977
  */
3320
- export declare const putWorkSpacesWorkspaceIdFlowsActivePathWorkspaceIdRegExp: RegExp;
3321
- export declare const putWorkSpacesWorkspaceIdFlowsActiveParams: zod.ZodObject<{
3978
+ export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
3979
+ export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
3322
3980
  workspaceId: zod.ZodString;
3323
3981
  }, zod.core.$strict>;
3324
- export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
3982
+ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
3325
3983
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3326
3984
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3327
3985
  target: zod.ZodObject<{
@@ -3376,54 +4034,44 @@ export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
3376
4034
  }, zod.core.$strict>>>>;
3377
4035
  }, zod.core.$strict>;
3378
4036
  /**
3379
- * @summary Updates the the layout of blocks for the flowdefintion
3380
- */
3381
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutPathWorkspaceIdRegExp: RegExp;
3382
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutParams: zod.ZodObject<{
3383
- workspaceId: zod.ZodString;
3384
- }, zod.core.$strict>;
3385
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutBody: zod.ZodAny;
3386
- /**
3387
- * @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
4037
+ * @summary Updates the layout of blocks for the active flow definition.
3388
4038
  */
3389
- export declare const putWorkSpacesWorkspaceIdPromptresponsePathWorkspaceIdRegExp: RegExp;
3390
- export declare const putWorkSpacesWorkspaceIdPromptresponseParams: zod.ZodObject<{
4039
+ export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
4040
+ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
3391
4041
  workspaceId: zod.ZodString;
3392
4042
  }, zod.core.$strict>;
3393
- export declare const putWorkSpacesWorkspaceIdPromptresponseQueryParams: zod.ZodObject<{
3394
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
3395
- }, zod.core.$strict>;
4043
+ export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
3396
4044
  /**
3397
4045
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
3398
4046
  */
3399
- export declare const getDataspacesDataSpaceIdDocumentsItemSasPathDataSpaceIdRegExpOne: RegExp;
3400
- export declare const getDataspacesDataSpaceIdDocumentsItemSasParams: zod.ZodObject<{
4047
+ export declare const documentsGetDocumentSasPathDataSpaceIdRegExpOne: RegExp;
4048
+ export declare const documentsGetDocumentSasParams: zod.ZodObject<{
3401
4049
  dataSpaceId: zod.ZodString;
3402
4050
  }, zod.core.$strict>;
3403
- export declare const getDataspacesDataSpaceIdDocumentsItemSasQueryParams: zod.ZodObject<{
4051
+ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
3404
4052
  file: zod.ZodOptional<zod.ZodString>;
3405
4053
  }, zod.core.$strict>;
3406
- export declare const getDataspacesDataSpaceIdDocumentsItemSasResponse: zod.ZodObject<{
4054
+ export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
3407
4055
  uri: zod.ZodURL;
3408
4056
  }, zod.core.$strip>;
3409
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsPathWorkSpaceIdRegExp: RegExp;
3410
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsParams: zod.ZodObject<{
4057
+ export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4058
+ export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
3411
4059
  workSpaceId: zod.ZodString;
3412
4060
  }, zod.core.$strict>;
3413
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQuerySkipDefault = 0;
3414
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQueryTakeDefault = 100;
3415
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQuerySearchDefault = "";
3416
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQueryParams: zod.ZodObject<{
4061
+ export declare const messageThreadsGetWorkspaceExecutionsQuerySkipDefault = 0;
4062
+ export declare const messageThreadsGetWorkspaceExecutionsQueryTakeDefault = 100;
4063
+ export declare const messageThreadsGetWorkspaceExecutionsQuerySearchDefault = "";
4064
+ export declare const messageThreadsGetWorkspaceExecutionsQueryParams: zod.ZodObject<{
3417
4065
  skip: zod.ZodOptional<zod.ZodNumber>;
3418
4066
  take: zod.ZodDefault<zod.ZodNumber>;
3419
4067
  search: zod.ZodOptional<zod.ZodString>;
3420
4068
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3421
4069
  }, zod.core.$strict>;
3422
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
3423
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
3424
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
3425
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
3426
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponse: zod.ZodObject<{
4070
+ export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp: RegExp;
4071
+ export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
4072
+ export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
4073
+ export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
4074
+ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject<{
3427
4075
  logs: zod.ZodArray<zod.ZodObject<{
3428
4076
  blockId: zod.ZodString;
3429
4077
  createdAt: zod.ZodISODateTime;
@@ -3463,26 +4111,26 @@ export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponse: zod.Zod
3463
4111
  }, zod.core.$strip>>;
3464
4112
  total: zod.ZodNumber;
3465
4113
  }, zod.core.$strip>;
3466
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsPathWorkSpaceIdRegExp: RegExp;
3467
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsPathMessageThreadIdRegExp: RegExp;
3468
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams: zod.ZodObject<{
4114
+ export declare const messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp: RegExp;
4115
+ export declare const messageThreadsGetStepExecutionsPathMessageThreadIdRegExp: RegExp;
4116
+ export declare const messageThreadsGetStepExecutionsParams: zod.ZodObject<{
3469
4117
  workSpaceId: zod.ZodString;
3470
4118
  messageThreadId: zod.ZodString;
3471
4119
  }, zod.core.$strict>;
3472
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQuerySkipDefault = 0;
3473
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQueryTakeDefault = 100;
3474
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQuerySearchDefault = "";
3475
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQueryParams: zod.ZodObject<{
4120
+ export declare const messageThreadsGetStepExecutionsQuerySkipDefault = 0;
4121
+ export declare const messageThreadsGetStepExecutionsQueryTakeDefault = 100;
4122
+ export declare const messageThreadsGetStepExecutionsQuerySearchDefault = "";
4123
+ export declare const messageThreadsGetStepExecutionsQueryParams: zod.ZodObject<{
3476
4124
  skip: zod.ZodOptional<zod.ZodNumber>;
3477
4125
  take: zod.ZodDefault<zod.ZodNumber>;
3478
4126
  search: zod.ZodOptional<zod.ZodString>;
3479
4127
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3480
4128
  }, zod.core.$strict>;
3481
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
3482
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
3483
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
3484
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
3485
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponse: zod.ZodObject<{
4129
+ export declare const messageThreadsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
4130
+ export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
4131
+ export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
4132
+ export declare const messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
4133
+ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
3486
4134
  logs: zod.ZodArray<zod.ZodObject<{
3487
4135
  blockId: zod.ZodString;
3488
4136
  createdAt: zod.ZodISODateTime;
@@ -3525,13 +4173,13 @@ export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFuncti
3525
4173
  /**
3526
4174
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
3527
4175
  */
3528
- export declare const getWorkspacesWorkspaceIdSandboxPathWorkspaceIdRegExp: RegExp;
3529
- export declare const getWorkspacesWorkspaceIdSandboxParams: zod.ZodObject<{
4176
+ export declare const sandBoxGetSandboxThreadPathWorkspaceIdRegExp: RegExp;
4177
+ export declare const sandBoxGetSandboxThreadParams: zod.ZodObject<{
3530
4178
  workspaceId: zod.ZodString;
3531
4179
  }, zod.core.$strict>;
3532
- export declare const getWorkspacesWorkspaceIdSandboxResponseIdRegExp: RegExp;
3533
- export declare const getWorkspacesWorkspaceIdSandboxResponseWorkSpaceIdRegExp: RegExp;
3534
- export declare const getWorkspacesWorkspaceIdSandboxResponse: zod.ZodObject<{
4180
+ export declare const sandBoxGetSandboxThreadResponseIdRegExp: RegExp;
4181
+ export declare const sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp: RegExp;
4182
+ export declare const sandBoxGetSandboxThreadResponse: zod.ZodObject<{
3535
4183
  createdAt: zod.ZodISODateTime;
3536
4184
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3537
4185
  createdByUserId: zod.ZodString;
@@ -3548,42 +4196,42 @@ export declare const getWorkspacesWorkspaceIdSandboxResponse: zod.ZodObject<{
3548
4196
  /**
3549
4197
  * @summary Retrieve message creators profile images from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
3550
4198
  */
3551
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesPathWorkspaceIdRegExp: RegExp;
3552
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesParams: zod.ZodObject<{
4199
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp: RegExp;
4200
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesParams: zod.ZodObject<{
3553
4201
  workspaceId: zod.ZodString;
3554
4202
  }, zod.core.$strict>;
3555
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesResponseItem: zod.ZodObject<{
4203
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponseItem: zod.ZodObject<{
3556
4204
  base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3557
4205
  userId: zod.ZodString;
3558
4206
  }, zod.core.$strip>;
3559
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesResponse: zod.ZodArray<zod.ZodObject<{
4207
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponse: zod.ZodArray<zod.ZodObject<{
3560
4208
  base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3561
4209
  userId: zod.ZodString;
3562
4210
  }, zod.core.$strip>>;
3563
4211
  /**
3564
4212
  * @summary Remove messages from the sandbox environment of a specific workspace in SmartSpace, identified by workspaceId.
3565
4213
  */
3566
- export declare const deleteWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3567
- export declare const deleteWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4214
+ export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
4215
+ export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
3568
4216
  workspaceId: zod.ZodString;
3569
4217
  }, zod.core.$strict>;
3570
4218
  /**
3571
4219
  * @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
3572
4220
  */
3573
- export declare const getWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3574
- export declare const getWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4221
+ export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
4222
+ export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
3575
4223
  workspaceId: zod.ZodString;
3576
4224
  }, zod.core.$strict>;
3577
- export declare const getWorkspacesWorkspaceIdSandboxMessagesQueryTakeDefault = 50;
3578
- export declare const getWorkspacesWorkspaceIdSandboxMessagesQuerySkipDefault = 0;
3579
- export declare const getWorkspacesWorkspaceIdSandboxMessagesQueryParams: zod.ZodObject<{
4225
+ export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
4226
+ export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
4227
+ export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
3580
4228
  take: zod.ZodDefault<zod.ZodNumber>;
3581
4229
  skip: zod.ZodOptional<zod.ZodNumber>;
3582
4230
  }, zod.core.$strict>;
3583
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseIdRegExp: RegExp;
3584
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseMessageThreadIdRegExp: RegExp;
3585
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseValuesItemIdRegExp: RegExp;
3586
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseItem: zod.ZodObject<{
4231
+ export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
4232
+ export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4233
+ export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
4234
+ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
3587
4235
  createdAt: zod.ZodISODateTime;
3588
4236
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3589
4237
  createdByUserId: zod.ZodString;
@@ -3610,7 +4258,7 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseItem: zod.Zo
3610
4258
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3611
4259
  }, zod.core.$strip>>;
3612
4260
  }, zod.core.$strip>;
3613
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArray<zod.ZodObject<{
4261
+ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
3614
4262
  createdAt: zod.ZodISODateTime;
3615
4263
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3616
4264
  createdByUserId: zod.ZodString;
@@ -3639,25 +4287,82 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArr
3639
4287
  }, zod.core.$strip>>;
3640
4288
  /**
3641
4289
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
4290
+ Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
4291
+ continues in a background task with deltas streaming via
4292
+ `/workspaces/{workspaceId}/sandbox/messages/stream` and a
4293
+ SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
4294
+ should subscribe to the SSE endpoint for live token-by-token updates.
3642
4295
  */
3643
- export declare const postWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3644
- export declare const postWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4296
+ export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
4297
+ export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
3645
4298
  workspaceId: zod.ZodString;
3646
4299
  }, zod.core.$strict>;
3647
- export declare const postWorkspacesWorkspaceIdSandboxMessagesBody: zod.ZodObject<{
4300
+ export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
3648
4301
  inputs: zod.ZodArray<zod.ZodObject<{
3649
4302
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3650
4303
  name: zod.ZodString;
3651
4304
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3652
4305
  }, zod.core.$strict>>;
4306
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
3653
4307
  }, zod.core.$strict>;
3654
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesPathWorkspaceIdRegExp: RegExp;
3655
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesPathIdRegExp: RegExp;
3656
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesParams: zod.ZodObject<{
4308
+ export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
4309
+ export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4310
+ export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
4311
+ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4312
+ createdAt: zod.ZodISODateTime;
4313
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4314
+ createdByUserId: zod.ZodString;
4315
+ errors: zod.ZodArray<zod.ZodObject<{
4316
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4317
+ code: zod.ZodNumber;
4318
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4319
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4320
+ }, zod.core.$strip>>;
4321
+ hasComments: zod.ZodBoolean;
4322
+ id: zod.ZodString;
4323
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4324
+ values: zod.ZodArray<zod.ZodObject<{
4325
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4326
+ createdAt: zod.ZodISODateTime;
4327
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4328
+ createdByUserId: zod.ZodString;
4329
+ id: zod.ZodString;
4330
+ name: zod.ZodString;
4331
+ type: zod.ZodEnum<{
4332
+ Input: "Input";
4333
+ Output: "Output";
4334
+ }>;
4335
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4336
+ }, zod.core.$strip>>;
4337
+ }, zod.core.$strip>;
4338
+ /**
4339
+ * @summary SSE stream of all messages on the workspace's sandbox thread. First
4340
+ frame is a snapshot (current messages with in-flight Redis state
4341
+ already overlaid by `GetMessagesByThreadIdAsync`); subsequent
4342
+ frames are per-message chunk updates as they arrive. Cumulative
4343
+ deltas mean reconnect is just "re-open" — no cursor handshake.
4344
+ Mirrors the ChatApi pattern at
4345
+ `GET /messagethreads/{id}/messages/stream`.
4346
+ */
4347
+ export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
4348
+ export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
4349
+ workspaceId: zod.ZodString;
4350
+ }, zod.core.$strict>;
4351
+ /**
4352
+ * @summary Append a new input value to an in-flight sandbox message and stream
4353
+ successive snapshots back to the client. Each frame is a full
4354
+ SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
4355
+ should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
4356
+ (NDJSON / SSE), with the final frame being the authoritative completed
4357
+ message. Mirrors the chat-api `POST /messages/{id}/values`.
4358
+ */
4359
+ export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
4360
+ export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
4361
+ export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
3657
4362
  workspaceId: zod.ZodString;
3658
4363
  id: zod.ZodString;
3659
4364
  }, zod.core.$strict>;
3660
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesBody: zod.ZodObject<{
4365
+ export declare const sandBoxAddValueToMessageBody: zod.ZodObject<{
3661
4366
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3662
4367
  name: zod.ZodString;
3663
4368
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;