@smartspace/api-client 0.1.0-main.9f42c88 → 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 (844) 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 -221
  91. package/dist/generated/config/api.js +554 -212
  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/blockSetsAddBlockSetBody.d.ts +10 -0
  118. package/dist/generated/config/models/blockSetsGetBlockSetsParams.d.ts +12 -0
  119. package/dist/generated/config/models/blocksBlockInfo.d.ts +21 -0
  120. package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
  121. package/dist/generated/config/models/blocksBlockInterfaceMetadata.d.ts +9 -0
  122. package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
  123. package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
  124. package/dist/generated/config/models/blocksBlockSet.d.ts +26 -0
  125. package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
  126. package/dist/generated/config/models/blocksGetBlocks200One.d.ts +12 -0
  127. package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
  128. package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
  129. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +17 -0
  130. package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
  131. package/dist/generated/config/models/blocksInputPinInterfaceDefault.d.ts +10 -0
  132. package/dist/generated/config/models/blocksInputPinInterfaceGenerics.d.ts +10 -0
  133. package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
  134. package/dist/generated/config/models/blocksInputPinInterfaceSchema.d.ts +9 -0
  135. package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
  136. package/dist/generated/config/models/blocksOutputPinInterfaceGenerics.d.ts +10 -0
  137. package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
  138. package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
  139. package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
  140. package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
  141. package/dist/generated/config/models/blocksPortInterfaceMetadata.d.ts +9 -0
  142. package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
  143. package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
  144. package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
  145. package/dist/generated/config/models/blocksStateInterfaceDefault.d.ts +10 -0
  146. package/dist/generated/config/models/blocksStateInterfaceMetadata.d.ts +9 -0
  147. package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
  148. package/dist/generated/config/models/containersPostParams.d.ts +12 -0
  149. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  150. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  151. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  152. package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
  153. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  154. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  155. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  156. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  157. package/dist/generated/config/models/dataSet.d.ts +2 -2
  158. package/dist/generated/config/models/dataSetItem.d.ts +15 -0
  159. package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
  160. package/dist/generated/config/models/dataSetItemProperties.d.ts +9 -0
  161. package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
  162. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +14 -0
  163. package/dist/generated/config/models/dataSetsDataSet.d.ts +34 -0
  164. package/dist/generated/config/models/dataSetsDataSetProperty.d.ts +12 -0
  165. package/dist/generated/config/models/dataSetsGetContainerItemsRunHistoryParams.d.ts +11 -0
  166. package/dist/generated/config/models/dataSetsGetItemsParams.d.ts +10 -0
  167. package/dist/generated/config/models/dataSetsGetParams.d.ts +11 -0
  168. package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
  169. package/dist/generated/config/models/dataSetsUpdateDataSetBasicInfo.d.ts +11 -0
  170. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
  171. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  172. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  173. package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
  174. package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
  175. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  176. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  177. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  178. package/dist/generated/config/models/dataSourcesContainersParams.d.ts +16 -0
  179. package/dist/generated/config/models/dataSourcesCreateDataSource.d.ts +15 -0
  180. package/dist/generated/config/models/dataSourcesCreateDataSourceCredentials.d.ts +9 -0
  181. package/dist/generated/config/models/dataSourcesDataSource.d.ts +24 -0
  182. package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
  183. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  184. package/dist/generated/config/models/dataSourcesDataSourceCredentialsDefinition.d.ts +12 -0
  185. package/dist/generated/config/models/dataSourcesDataSourceProperty.d.ts +12 -0
  186. package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
  187. package/dist/generated/config/models/dataSourcesGetParams.d.ts +13 -0
  188. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  189. package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
  190. package/dist/generated/config/models/dataSourcesTestDataSourceConnectionCredentials.d.ts +9 -0
  191. package/dist/generated/config/models/dataSourcesUpdateDataSource.d.ts +9 -0
  192. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
  193. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentialsCredentials.d.ts +9 -0
  194. package/dist/generated/config/models/dataSpacesCreateDataSpace.d.ts +11 -0
  195. package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
  196. package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
  197. package/dist/generated/config/models/dataSpacesDataSpaceWorkSpaceRef.d.ts +11 -0
  198. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +11 -0
  199. package/dist/generated/config/models/dataSpacesGetParams.d.ts +13 -0
  200. package/dist/generated/config/models/dataSpacesUpdateDataSpace.d.ts +12 -0
  201. package/dist/generated/config/models/documentsGetDocumentSasParams.d.ts +12 -0
  202. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  203. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  204. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
  205. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  206. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  207. package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
  208. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  209. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  210. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  211. package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
  212. package/dist/generated/config/models/enumsModelPublisher.js +25 -0
  213. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  214. package/dist/generated/config/models/enumsPermissions.js +0 -20
  215. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  216. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  217. package/dist/generated/config/models/filesAddMessageFileFromBlobUri.d.ts +14 -0
  218. package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
  219. package/dist/generated/config/models/filesDownloadFileParams.d.ts +16 -0
  220. package/dist/generated/config/models/filesFile.d.ts +26 -0
  221. package/dist/generated/config/models/filesFileUriResponse.d.ts +9 -0
  222. package/dist/generated/config/models/filesGetFileInfoParams.d.ts +16 -0
  223. package/dist/generated/config/models/filesGetUriParams.d.ts +16 -0
  224. package/dist/generated/config/models/filesIngestedBlob.d.ts +27 -0
  225. package/dist/generated/config/models/filesUploadFilesBody.d.ts +18 -0
  226. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
  227. package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
  228. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +12 -0
  229. package/dist/generated/config/models/flowRunsGetVariables200One.d.ts +9 -0
  230. package/dist/generated/config/models/flowRunsGetVariables200Three.d.ts +9 -0
  231. package/dist/generated/config/models/flowRunsGetVariables200Two.d.ts +9 -0
  232. package/dist/generated/config/models/flowRunsSearchFlowRunsParams.d.ts +25 -0
  233. package/dist/generated/config/models/flowsConnection.d.ts +11 -0
  234. package/dist/generated/config/models/flowsFlow.d.ts +16 -0
  235. package/dist/generated/config/models/flowsFlowBlock.d.ts +22 -0
  236. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  237. package/dist/generated/config/models/flowsFlowConstantValue.d.ts +10 -0
  238. package/dist/generated/config/models/flowsFlowDataSet.d.ts +18 -0
  239. package/dist/generated/config/models/flowsFlowDataSpace.d.ts +13 -0
  240. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  241. package/dist/generated/config/models/flowsFlowDefinitionBlocks.d.ts +13 -0
  242. package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
  243. package/dist/generated/config/models/flowsFlowDefinitionInputs.d.ts +13 -0
  244. package/dist/generated/config/models/flowsFlowDefinitionLayout.d.ts +10 -0
  245. package/dist/generated/config/models/flowsFlowDefinitionOutputs.d.ts +13 -0
  246. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  247. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  248. package/dist/generated/config/models/flowsFlowInputSchema.d.ts +9 -0
  249. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  250. package/dist/generated/config/models/flowsFlowOutputSchema.d.ts +9 -0
  251. package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
  252. package/dist/generated/config/models/flowsFlowTrigger.d.ts +17 -0
  253. package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
  254. package/dist/generated/config/models/flowsFlowVariable.d.ts +12 -0
  255. package/dist/generated/config/models/flowsFlowVariable.js +2 -0
  256. package/dist/generated/config/models/flowsFlowVariableSchema.d.ts +9 -0
  257. package/dist/generated/config/models/flowsFlowWorkSpace.d.ts +17 -0
  258. package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
  259. package/dist/generated/config/models/index.d.ts +218 -155
  260. package/dist/generated/config/models/index.js +218 -155
  261. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  262. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
  263. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.js +2 -0
  264. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
  265. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
  266. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  267. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  268. package/dist/generated/config/models/messageThreadsGetStepExecutionsParams.d.ts +12 -0
  269. package/dist/generated/config/models/messageThreadsGetWorkspaceExecutionsParams.d.ts +12 -0
  270. package/dist/generated/config/models/messageThreadsGetWorkspaceExecutionsParams.js +8 -0
  271. package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
  272. package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
  273. package/dist/generated/config/models/messagesCreateMessageInputChannels.d.ts +12 -0
  274. package/dist/generated/config/models/messagesCreateMessageInputChannels.js +8 -0
  275. package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
  276. package/dist/generated/config/models/messagesCreateMessageInputValue.js +8 -0
  277. package/dist/generated/config/models/messagesMessage.d.ts +24 -0
  278. package/dist/generated/config/models/messagesMessage.js +2 -0
  279. package/dist/generated/config/models/messagesMessageCreatorProfileImage.d.ts +11 -0
  280. package/dist/generated/config/models/messagesMessageCreatorProfileImage.js +8 -0
  281. package/dist/generated/config/models/messagesMessageError.d.ts +16 -0
  282. package/dist/generated/config/models/messagesMessageError.js +2 -0
  283. package/dist/generated/config/models/messagesMessageErrorData.d.ts +10 -0
  284. package/dist/generated/config/models/messagesMessageErrorData.js +8 -0
  285. package/dist/generated/config/models/messagesMessageValue.d.ts +22 -0
  286. package/dist/generated/config/models/messagesMessageValue.js +2 -0
  287. package/dist/generated/config/models/messagesMessageValueChannels.d.ts +9 -0
  288. package/dist/generated/config/models/messagesMessageValueChannels.js +8 -0
  289. package/dist/generated/config/models/messagesMessageValueValue.d.ts +10 -0
  290. package/dist/generated/config/models/messagesMessageValueValue.js +8 -0
  291. package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
  292. package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
  293. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
  294. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -0
  295. package/dist/generated/config/models/modelModel.d.ts +2 -0
  296. package/dist/generated/config/models/modelProvidersGetProvidersParams.d.ts +16 -0
  297. package/dist/generated/config/models/modelProvidersGetProvidersParams.js +8 -0
  298. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
  299. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
  300. package/dist/generated/config/models/modelsGetModelsParams.d.ts +20 -0
  301. package/dist/generated/config/models/modelsGetModelsParams.js +8 -0
  302. package/dist/generated/config/models/notificationGetParams.d.ts +20 -0
  303. package/dist/generated/config/models/notificationGetParams.js +8 -0
  304. package/dist/generated/config/models/notificationsNotification.d.ts +30 -0
  305. package/dist/generated/config/models/notificationsNotification.js +2 -0
  306. package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
  307. package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
  308. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +11 -0
  309. package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
  310. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  311. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  312. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
  313. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
  314. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
  315. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
  316. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +11 -0
  317. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
  318. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +11 -0
  319. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.js +2 -0
  320. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
  321. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -0
  322. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
  323. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.js +2 -0
  324. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
  325. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
  326. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
  327. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
  328. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
  329. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
  330. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
  331. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
  332. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  333. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
  334. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
  335. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
  336. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
  337. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  338. package/dist/generated/config/models/reportingGetRequestsParams.d.ts +14 -0
  339. package/dist/generated/config/models/reportingGetRequestsParams.js +2 -0
  340. package/dist/generated/config/models/reportingGetTokensParams.d.ts +14 -0
  341. package/dist/generated/config/models/reportingGetTokensParams.js +2 -0
  342. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.d.ts +16 -0
  343. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
  344. package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
  345. package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
  346. package/dist/generated/config/models/usersAppAccessUser.d.ts +13 -0
  347. package/dist/generated/config/models/usersAppAccessUser.js +8 -0
  348. package/dist/generated/config/models/usersAppRole.d.ts +12 -0
  349. package/dist/generated/config/models/usersAppRole.js +8 -0
  350. package/dist/generated/config/models/usersAppUserDetail.d.ts +20 -0
  351. package/dist/generated/config/models/usersAppUserDetail.js +2 -0
  352. package/dist/generated/config/models/usersAppUserSearchResult.d.ts +13 -0
  353. package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
  354. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  355. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  356. package/dist/generated/config/models/usersGetAccessWorkSpacesParams.d.ts +16 -0
  357. package/dist/generated/config/models/usersGetAccessWorkSpacesParams.js +8 -0
  358. package/dist/generated/config/models/usersGetUsersParams.d.ts +11 -0
  359. package/dist/generated/config/models/usersGetUsersParams.js +8 -0
  360. package/dist/generated/config/models/usersRemoveUserFromAllWorkSpacesParams.d.ts +12 -0
  361. package/dist/generated/config/models/usersRemoveUserFromAllWorkSpacesParams.js +8 -0
  362. package/dist/generated/config/models/usersSearchUsersParams.d.ts +10 -0
  363. package/dist/generated/config/models/usersSearchUsersParams.js +8 -0
  364. package/dist/generated/config/models/usersServicePrincipalSearchResult.d.ts +11 -0
  365. package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -0
  366. package/dist/generated/config/models/workSpaceTemplatesGetParams.d.ts +20 -0
  367. package/dist/generated/config/models/workSpaceTemplatesGetParams.js +8 -0
  368. package/dist/generated/config/models/workSpacesCreateWorkSpace.d.ts +22 -0
  369. package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
  370. package/dist/generated/config/models/workSpacesGetGetParams.d.ts +13 -0
  371. package/dist/generated/config/models/workSpacesGetGetParams.js +8 -0
  372. package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +11 -0
  373. package/dist/generated/config/models/workSpacesGetThreadsParams.js +8 -0
  374. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
  375. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
  376. package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.d.ts +18 -0
  377. package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
  378. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +45 -0
  379. package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
  380. package/dist/generated/config/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  381. package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
  382. package/dist/generated/config/models/workSpacesWorkSpaceUser.d.ts +11 -0
  383. package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
  384. package/dist/generated/config/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  385. package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
  386. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
  387. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
  388. package/dist/generated/config/zod.d.ts +2069 -1437
  389. package/dist/generated/config/zod.js +1860 -1460
  390. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +18 -0
  391. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +2 -0
  392. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
  393. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.js +5 -0
  394. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
  395. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
  396. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
  397. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
  398. package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
  399. package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
  400. package/dist/index.d.ts +1 -0
  401. package/dist/index.js +2 -1
  402. package/dist/mocks.d.ts +2 -0
  403. package/dist/mocks.js +42 -0
  404. package/dist/signalr.d.ts +5 -0
  405. package/dist/signalr.js +18 -0
  406. package/package.json +29 -3
  407. package/dist/generated/chat/models/access.d.ts +0 -37
  408. package/dist/generated/chat/models/appUserAppUser.d.ts +0 -13
  409. package/dist/generated/chat/models/commentMentionedUser.d.ts +0 -11
  410. package/dist/generated/chat/models/connection.d.ts +0 -11
  411. package/dist/generated/chat/models/createComment.d.ts +0 -10
  412. package/dist/generated/chat/models/file.d.ts +0 -26
  413. package/dist/generated/chat/models/flow.d.ts +0 -16
  414. package/dist/generated/chat/models/flowBlock.d.ts +0 -22
  415. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  416. package/dist/generated/chat/models/flowConstantValue.d.ts +0 -10
  417. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  418. package/dist/generated/chat/models/flowDefinitionBlocks.d.ts +0 -13
  419. package/dist/generated/chat/models/flowDefinitionConstants.d.ts +0 -13
  420. package/dist/generated/chat/models/flowDefinitionInputs.d.ts +0 -13
  421. package/dist/generated/chat/models/flowDefinitionLayout.d.ts +0 -10
  422. package/dist/generated/chat/models/flowDefinitionOutputs.d.ts +0 -13
  423. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  424. package/dist/generated/chat/models/flowInput.d.ts +0 -10
  425. package/dist/generated/chat/models/flowInputSchema.d.ts +0 -9
  426. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  427. package/dist/generated/chat/models/flowOutputSchema.d.ts +0 -9
  428. package/dist/generated/chat/models/flowTrigger.d.ts +0 -17
  429. package/dist/generated/chat/models/flowVariable.d.ts +0 -12
  430. package/dist/generated/chat/models/flowVariableSchema.d.ts +0 -9
  431. package/dist/generated/chat/models/getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts +0 -12
  432. package/dist/generated/chat/models/getFilesIdDownloadParams.d.ts +0 -18
  433. package/dist/generated/chat/models/getFilesIdParams.d.ts +0 -18
  434. package/dist/generated/chat/models/getFilesIdUriParams.d.ts +0 -18
  435. package/dist/generated/chat/models/getFlowRunsIdVariables200One.d.ts +0 -9
  436. package/dist/generated/chat/models/getFlowRunsIdVariables200Three.d.ts +0 -9
  437. package/dist/generated/chat/models/getFlowRunsIdVariables200Two.d.ts +0 -9
  438. package/dist/generated/chat/models/getMessageThreadsIdCommentsParams.d.ts +0 -16
  439. package/dist/generated/chat/models/getMessageThreadsIdMessagesParams.d.ts +0 -16
  440. package/dist/generated/chat/models/getMessagesIdCommentsParams.d.ts +0 -16
  441. package/dist/generated/chat/models/getModelsParams.d.ts +0 -20
  442. package/dist/generated/chat/models/getNotificationParams.d.ts +0 -20
  443. package/dist/generated/chat/models/getWorkSpacesIdAccessParams.d.ts +0 -20
  444. package/dist/generated/chat/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
  445. package/dist/generated/chat/models/getWorkSpacesIdUsersParams.d.ts +0 -11
  446. package/dist/generated/chat/models/getWorkSpacesParams.d.ts +0 -25
  447. package/dist/generated/chat/models/getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.d.ts +0 -16
  448. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowError.d.ts +0 -16
  449. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  450. package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
  451. package/dist/generated/chat/models/messageCreateMessageInputChannels.d.ts +0 -12
  452. package/dist/generated/chat/models/messageCreateMessageInputValue.d.ts +0 -10
  453. package/dist/generated/chat/models/messageMessage.d.ts +0 -24
  454. package/dist/generated/chat/models/messageMessageCreatorProfileImage.d.ts +0 -11
  455. package/dist/generated/chat/models/messageMessageRequest.d.ts +0 -20
  456. package/dist/generated/chat/models/messageMessageRequestVariables.d.ts +0 -12
  457. package/dist/generated/chat/models/messageMessageValue.d.ts +0 -22
  458. package/dist/generated/chat/models/messageMessageValueChannels.d.ts +0 -9
  459. package/dist/generated/chat/models/messageMessageValueValue.d.ts +0 -10
  460. package/dist/generated/chat/models/modelModelSummary.d.ts +0 -24
  461. package/dist/generated/chat/models/notificationNotification.d.ts +0 -33
  462. package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
  463. package/dist/generated/chat/models/pagedDataCollectionAccess.d.ts +0 -11
  464. package/dist/generated/chat/models/pagedDataCollectionMessageMessage.d.ts +0 -11
  465. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  466. package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  467. package/dist/generated/chat/models/postFilesBody.d.ts +0 -18
  468. package/dist/generated/chat/models/workSpace.d.ts +0 -47
  469. package/dist/generated/chat/models/workSpaceInputs.d.ts +0 -10
  470. package/dist/generated/chat/models/workSpaceVariables.d.ts +0 -10
  471. package/dist/generated/config/models/access.d.ts +0 -37
  472. package/dist/generated/config/models/accessWorkSpace.d.ts +0 -27
  473. package/dist/generated/config/models/activityActivityWorkSpace.d.ts +0 -41
  474. package/dist/generated/config/models/activityLlmUsageMetrics.d.ts +0 -18
  475. package/dist/generated/config/models/appRole.d.ts +0 -12
  476. package/dist/generated/config/models/appUserAppUser.d.ts +0 -13
  477. package/dist/generated/config/models/appUserAppUserDetail.d.ts +0 -20
  478. package/dist/generated/config/models/appUserAppUserSearchResult.d.ts +0 -13
  479. package/dist/generated/config/models/appUserServicePrincipalSearchResult.d.ts +0 -11
  480. package/dist/generated/config/models/blockBlockSet.d.ts +0 -22
  481. package/dist/generated/config/models/blockBlockSetBlockInterfaces.d.ts +0 -12
  482. package/dist/generated/config/models/blockInfo.d.ts +0 -21
  483. package/dist/generated/config/models/blockInterface.d.ts +0 -17
  484. package/dist/generated/config/models/blockInterfaceMetadata.d.ts +0 -9
  485. package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
  486. package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
  487. package/dist/generated/config/models/configApiAddMessageFileFromBlobUri.d.ts +0 -14
  488. package/dist/generated/config/models/connection.d.ts +0 -11
  489. package/dist/generated/config/models/createContainer.d.ts +0 -11
  490. package/dist/generated/config/models/createDataSet.d.ts +0 -13
  491. package/dist/generated/config/models/createDataSource.d.ts +0 -15
  492. package/dist/generated/config/models/createDataSourceCredentials.d.ts +0 -9
  493. package/dist/generated/config/models/createDataSpace.d.ts +0 -11
  494. package/dist/generated/config/models/createModel.d.ts +0 -13
  495. package/dist/generated/config/models/createModelDeployment.d.ts +0 -23
  496. package/dist/generated/config/models/createModelDeploymentProvider.d.ts +0 -27
  497. package/dist/generated/config/models/createModelDeploymentProviderGoogleCredentials.d.ts +0 -12
  498. package/dist/generated/config/models/createWorkSpace.d.ts +0 -22
  499. package/dist/generated/config/models/dataSource.d.ts +0 -24
  500. package/dist/generated/config/models/dataSourceCredentialsDefinition.d.ts +0 -12
  501. package/dist/generated/config/models/dataSourceProperty.d.ts +0 -12
  502. package/dist/generated/config/models/dataSourceType.d.ts +0 -14
  503. package/dist/generated/config/models/deleteUsersRemoveAssignedWorkspaceParams.d.ts +0 -12
  504. package/dist/generated/config/models/file.d.ts +0 -26
  505. package/dist/generated/config/models/flow.d.ts +0 -16
  506. package/dist/generated/config/models/flowBlock.d.ts +0 -22
  507. package/dist/generated/config/models/flowConstant.d.ts +0 -11
  508. package/dist/generated/config/models/flowConstantValue.d.ts +0 -10
  509. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  510. package/dist/generated/config/models/flowDefinitionBlocks.d.ts +0 -13
  511. package/dist/generated/config/models/flowDefinitionConstants.d.ts +0 -13
  512. package/dist/generated/config/models/flowDefinitionInputs.d.ts +0 -13
  513. package/dist/generated/config/models/flowDefinitionLayout.d.ts +0 -10
  514. package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
  515. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  516. package/dist/generated/config/models/flowInput.d.ts +0 -10
  517. package/dist/generated/config/models/flowInputSchema.d.ts +0 -9
  518. package/dist/generated/config/models/flowOutput.d.ts +0 -10
  519. package/dist/generated/config/models/flowOutputSchema.d.ts +0 -9
  520. package/dist/generated/config/models/flowTrigger.d.ts +0 -17
  521. package/dist/generated/config/models/flowVariable.d.ts +0 -12
  522. package/dist/generated/config/models/flowVariableSchema.d.ts +0 -9
  523. package/dist/generated/config/models/getAccessGroupsParams.d.ts +0 -20
  524. package/dist/generated/config/models/getAccessParams.d.ts +0 -19
  525. package/dist/generated/config/models/getAccessRolesRoleIdUsersParams.d.ts +0 -20
  526. package/dist/generated/config/models/getAccessSearchGroupsParams.d.ts +0 -15
  527. package/dist/generated/config/models/getAccessSearchServiceprincipalsParams.d.ts +0 -15
  528. package/dist/generated/config/models/getAccessSearchUsersParams.d.ts +0 -15
  529. package/dist/generated/config/models/getAccessUsersParams.d.ts +0 -29
  530. package/dist/generated/config/models/getActivityCsvWorkspaceParams.d.ts +0 -26
  531. package/dist/generated/config/models/getActivityWorkspaceParams.d.ts +0 -34
  532. package/dist/generated/config/models/getBlockSetsParams.d.ts +0 -12
  533. package/dist/generated/config/models/getBlocksParams.d.ts +0 -12
  534. package/dist/generated/config/models/getDataSetsIdContainerItemsRunHistoryParams.d.ts +0 -11
  535. package/dist/generated/config/models/getDataSetsIdItemsParams.d.ts +0 -10
  536. package/dist/generated/config/models/getDataSetsParams.d.ts +0 -11
  537. package/dist/generated/config/models/getDataSourcesDataSourceIdContainersParams.d.ts +0 -16
  538. package/dist/generated/config/models/getDataSourcesParams.d.ts +0 -20
  539. package/dist/generated/config/models/getDataSpacesIdDatasetsParams.d.ts +0 -20
  540. package/dist/generated/config/models/getDataSpacesParams.d.ts +0 -20
  541. package/dist/generated/config/models/getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts +0 -12
  542. package/dist/generated/config/models/getFilesIdDownloadParams.d.ts +0 -18
  543. package/dist/generated/config/models/getFilesIdParams.d.ts +0 -18
  544. package/dist/generated/config/models/getFilesIdUriParams.d.ts +0 -18
  545. package/dist/generated/config/models/getFlowRunsIdFunctionexecutionsParams.d.ts +0 -12
  546. package/dist/generated/config/models/getFlowRunsIdVariables200One.d.ts +0 -9
  547. package/dist/generated/config/models/getFlowRunsIdVariables200Three.d.ts +0 -9
  548. package/dist/generated/config/models/getFlowRunsIdVariables200Two.d.ts +0 -9
  549. package/dist/generated/config/models/getFlowRunsSearchParams.d.ts +0 -25
  550. package/dist/generated/config/models/getModelsParams.d.ts +0 -20
  551. package/dist/generated/config/models/getNotificationParams.d.ts +0 -20
  552. package/dist/generated/config/models/getReportingRequestsByDurationParams.d.ts +0 -14
  553. package/dist/generated/config/models/getReportingTokensByDurationParams.d.ts +0 -14
  554. package/dist/generated/config/models/getUsersIdWorkspacesParams.d.ts +0 -16
  555. package/dist/generated/config/models/getUsersParams.d.ts +0 -11
  556. package/dist/generated/config/models/getUsersSearchParams.d.ts +0 -10
  557. package/dist/generated/config/models/getWorkSpaceTemplatesParams.d.ts +0 -20
  558. package/dist/generated/config/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
  559. package/dist/generated/config/models/getWorkSpacesParams.d.ts +0 -20
  560. package/dist/generated/config/models/getWorkSpacesWorkspaceIdFilesParams.d.ts +0 -16
  561. package/dist/generated/config/models/getWorkspacesWorkSpaceIdFunctionexecutionsParams.d.ts +0 -12
  562. package/dist/generated/config/models/getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.d.ts +0 -12
  563. package/dist/generated/config/models/getWorkspacesWorkspaceIdSandboxMessagesParams.d.ts +0 -16
  564. package/dist/generated/config/models/ingestedBlob.d.ts +0 -27
  565. package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
  566. package/dist/generated/config/models/inputPinInterfaceDefault.d.ts +0 -10
  567. package/dist/generated/config/models/inputPinInterfaceGenerics.d.ts +0 -10
  568. package/dist/generated/config/models/inputPinInterfaceMetadata.d.ts +0 -9
  569. package/dist/generated/config/models/inputPinInterfaceSchema.d.ts +0 -9
  570. package/dist/generated/config/models/integrationsSmartSpaceAiFlowError.d.ts +0 -16
  571. package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  572. package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
  573. package/dist/generated/config/models/messageCreateMessageInputChannels.d.ts +0 -12
  574. package/dist/generated/config/models/messageCreateMessageInputValue.d.ts +0 -10
  575. package/dist/generated/config/models/messageMessage.d.ts +0 -24
  576. package/dist/generated/config/models/messageMessageCreatorProfileImage.d.ts +0 -11
  577. package/dist/generated/config/models/messageMessageValue.d.ts +0 -22
  578. package/dist/generated/config/models/messageMessageValueChannels.d.ts +0 -9
  579. package/dist/generated/config/models/messageMessageValueValue.d.ts +0 -10
  580. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
  581. package/dist/generated/config/models/modelModelSummary.d.ts +0 -24
  582. package/dist/generated/config/models/notificationNotification.d.ts +0 -33
  583. package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
  584. package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
  585. package/dist/generated/config/models/outputPinInterfaceGenerics.d.ts +0 -10
  586. package/dist/generated/config/models/outputPinInterfaceMetadata.d.ts +0 -9
  587. package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
  588. package/dist/generated/config/models/pagedDataCollectionAccess.d.ts +0 -11
  589. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
  590. package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.d.ts +0 -11
  591. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
  592. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
  593. package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
  594. package/dist/generated/config/models/pagedDataCollectionDataSet.d.ts +0 -11
  595. package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
  596. package/dist/generated/config/models/pagedDataCollectionDataSpace.d.ts +0 -11
  597. package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
  598. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  599. package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  600. package/dist/generated/config/models/portInterface.d.ts +0 -17
  601. package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
  602. package/dist/generated/config/models/portInterfaceMetadata.d.ts +0 -9
  603. package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
  604. package/dist/generated/config/models/postBlockSetsNameBody.d.ts +0 -10
  605. package/dist/generated/config/models/postContainersContainerIdStartflowsParams.d.ts +0 -12
  606. package/dist/generated/config/models/postFilesBody.d.ts +0 -18
  607. package/dist/generated/config/models/postWorkSpacesWorkspaceIdFilesBody.d.ts +0 -10
  608. package/dist/generated/config/models/putWorkSpacesWorkspaceIdPromptresponseParams.d.ts +0 -12
  609. package/dist/generated/config/models/stateInterface.d.ts +0 -15
  610. package/dist/generated/config/models/stateInterfaceDefault.d.ts +0 -10
  611. package/dist/generated/config/models/stateInterfaceMetadata.d.ts +0 -9
  612. package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
  613. package/dist/generated/config/models/testDataSourceConnectionCredentials.d.ts +0 -9
  614. package/dist/generated/config/models/updateContainer.d.ts +0 -11
  615. package/dist/generated/config/models/updateDataSet.d.ts +0 -15
  616. package/dist/generated/config/models/updateDataSetBasicInfo.d.ts +0 -11
  617. package/dist/generated/config/models/updateDataSource.d.ts +0 -9
  618. package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
  619. package/dist/generated/config/models/updateDataSourceCredentialsCredentials.d.ts +0 -9
  620. package/dist/generated/config/models/updateDataSpace.d.ts +0 -12
  621. package/dist/generated/config/models/workSpace.d.ts +0 -47
  622. package/dist/generated/config/models/workSpaceBasicInfo.d.ts +0 -18
  623. package/dist/generated/config/models/workSpaceInputs.d.ts +0 -10
  624. package/dist/generated/config/models/workSpaceUser.d.ts +0 -11
  625. package/dist/generated/config/models/workSpaceVariables.d.ts +0 -10
  626. /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
  627. /package/dist/generated/chat/models/{connection.js → aiIModelProperty.js} +0 -0
  628. /package/dist/generated/chat/models/{flow.js → aiModel.js} +0 -0
  629. /package/dist/generated/chat/models/{flowBlock.js → aiModelDeployment.js} +0 -0
  630. /package/dist/generated/chat/models/{flowConstant.js → aiModelDeploymentStep.js} +0 -0
  631. /package/dist/generated/chat/models/{flowDefinition.js → aiModelSummary.js} +0 -0
  632. /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
  633. /package/dist/generated/chat/models/{commentMentionedUser.js → dataSourcesContainerFilterModel.js} +0 -0
  634. /package/dist/generated/chat/models/{createComment.js → documentsGetDocumentSasParams.js} +0 -0
  635. /package/dist/generated/chat/models/{file.js → filesDownloadFileParams.js} +0 -0
  636. /package/dist/generated/chat/models/{flowConstantValue.js → filesFile.js} +0 -0
  637. /package/dist/generated/chat/models/{flowDefinitionLayout.js → filesFileUriResponse.js} +0 -0
  638. /package/dist/generated/chat/models/{flowInputSchema.js → filesGetFileInfoParams.js} +0 -0
  639. /package/dist/generated/chat/models/{flowOutputSchema.js → filesGetUriParams.js} +0 -0
  640. /package/dist/generated/chat/models/{flowVariableSchema.js → filesUploadFilesBody.js} +0 -0
  641. /package/dist/generated/chat/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → flowRunsGetVariables200One.js} +0 -0
  642. /package/dist/generated/chat/models/{getFilesIdDownloadParams.js → flowRunsGetVariables200Three.js} +0 -0
  643. /package/dist/generated/chat/models/{getFilesIdParams.js → flowRunsGetVariables200Two.js} +0 -0
  644. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsConnection.js} +0 -0
  645. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlow.js} +0 -0
  646. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowBlock.js} +0 -0
  647. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowConstant.js} +0 -0
  648. /package/dist/generated/chat/models/{getFilesIdUriParams.js → flowsFlowConstantValue.js} +0 -0
  649. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
  650. /package/dist/generated/chat/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
  651. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
  652. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowDefinitionInputs.js} +0 -0
  653. /package/dist/generated/chat/models/{getFlowRunsIdVariables200One.js → flowsFlowDefinitionLayout.js} +0 -0
  654. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowDefinitionOutputs.js} +0 -0
  655. /package/dist/generated/chat/models/{getWorkSpacesParams.js → flowsFlowDefinitionVariables.js} +0 -0
  656. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → flowsFlowInput.js} +0 -0
  657. /package/dist/generated/chat/models/{getFlowRunsIdVariables200Three.js → flowsFlowInputSchema.js} +0 -0
  658. /package/dist/generated/chat/models/{messageCreateMessageInput.js → flowsFlowOutput.js} +0 -0
  659. /package/dist/generated/chat/models/{getFlowRunsIdVariables200Two.js → flowsFlowOutputSchema.js} +0 -0
  660. /package/dist/generated/chat/models/{messageMessage.js → flowsFlowTrigger.js} +0 -0
  661. /package/dist/generated/chat/models/{messageMessageRequest.js → flowsFlowVariable.js} +0 -0
  662. /package/dist/generated/chat/models/{getMessageThreadsIdCommentsParams.js → flowsFlowVariableSchema.js} +0 -0
  663. /package/dist/generated/chat/models/{getMessageThreadsIdMessagesParams.js → mentionsMention.js} +0 -0
  664. /package/dist/generated/chat/models/{getMessagesIdCommentsParams.js → messageThreadsGetCommentsParams.js} +0 -0
  665. /package/dist/generated/chat/models/{getModelsParams.js → messageThreadsThreadMessagesIdMessagesParams.js} +0 -0
  666. /package/dist/generated/chat/models/{getNotificationParams.js → messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js} +0 -0
  667. /package/dist/generated/chat/models/{messageMessageValue.js → messagesCreateMessageInput.js} +0 -0
  668. /package/dist/generated/chat/models/{getWorkSpacesIdAccessParams.js → messagesCreateMessageInputChannels.js} +0 -0
  669. /package/dist/generated/chat/models/{getWorkSpacesIdMessageThreadsParams.js → messagesCreateMessageInputValue.js} +0 -0
  670. /package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.js → messagesGetCommentsParams.js} +0 -0
  671. /package/dist/generated/chat/models/{modelModelSummary.js → messagesMessage.js} +0 -0
  672. /package/dist/generated/chat/models/{getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js → messagesMessageCreatorProfileImage.js} +0 -0
  673. /package/dist/generated/chat/models/{notificationNotification.js → messagesMessageError.js} +0 -0
  674. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesMessageErrorData.js} +0 -0
  675. /package/dist/generated/chat/models/{notificationPagedNotifications.js → messagesMessageRequest.js} +0 -0
  676. /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesMessageRequestVariables.js} +0 -0
  677. /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → messagesMessageValue.js} +0 -0
  678. /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageValueChannels.js} +0 -0
  679. /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageValueValue.js} +0 -0
  680. /package/dist/generated/chat/models/{messageMessageRequestVariables.js → modelsGetModelsParams.js} +0 -0
  681. /package/dist/generated/chat/models/{messageMessageValueChannels.js → notificationGetParams.js} +0 -0
  682. /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → notificationsNotification.js} +0 -0
  683. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → notificationsPagedNotifications.js} +0 -0
  684. /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
  685. /package/dist/generated/chat/models/{workSpace.js → pagedDataCollectionAiModelSummary.js} +0 -0
  686. /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionMessagesMessage.js} +0 -0
  687. /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
  688. /package/dist/generated/chat/models/{messageMessageValueValue.js → usersAppUser.js} +0 -0
  689. /package/dist/generated/chat/models/{postFilesBody.js → workSpacesGetAccessParams.js} +0 -0
  690. /package/dist/generated/{config/models/access.js → chat/models/workSpacesGetGetParams.js} +0 -0
  691. /package/dist/generated/{config/models/accessWorkSpace.js → chat/models/workSpacesWorkSpace.js} +0 -0
  692. /package/dist/generated/{config/models/activityActivityWorkSpace.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
  693. /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
  694. /package/dist/generated/config/models/{blockBlockSet.js → accessAccess.js} +0 -0
  695. /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → accessAccessWorkSpace.js} +0 -0
  696. /package/dist/generated/config/models/{blockInfo.js → accessCreateAccess.js} +0 -0
  697. /package/dist/generated/config/models/{blockInterface.js → accessGetAccessesParams.js} +0 -0
  698. /package/dist/generated/config/models/{activityLlmUsageMetrics.js → accessGetGroupsParams.js} +0 -0
  699. /package/dist/generated/config/models/{appRole.js → accessGetUsersInRoleRolesRoleIdUsersParams.js} +0 -0
  700. /package/dist/generated/config/models/{appUserAppUser.js → accessGetUsersInRoleUsersParams.js} +0 -0
  701. /package/dist/generated/config/models/{appUserAppUserSearchResult.js → accessSearchGroupsParams.js} +0 -0
  702. /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → accessSearchServicePrincipalsParams.js} +0 -0
  703. /package/dist/generated/config/models/{blockInterfaceMetadata.js → accessSearchUsersParams.js} +0 -0
  704. /package/dist/generated/config/models/{blockInterfacePorts.js → activitiesActivityWorkSpace.js} +0 -0
  705. /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → activitiesLlmUsageMetrics.js} +0 -0
  706. /package/dist/generated/config/models/{blockInterfaceState.js → activityExportLoggingsParams.js} +0 -0
  707. /package/dist/generated/config/models/{connection.js → activityGetLoggingParams.js} +0 -0
  708. /package/dist/generated/config/models/{createDataSet.js → aiCreateModel.js} +0 -0
  709. /package/dist/generated/config/models/{createDataSource.js → aiCreateModelDeployment.js} +0 -0
  710. /package/dist/generated/config/models/{createModel.js → aiCreateModelDeploymentProvider.js} +0 -0
  711. /package/dist/generated/config/models/{createContainer.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
  712. /package/dist/generated/config/models/{createModelDeployment.js → aiIModelProperty.js} +0 -0
  713. /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiModel.js} +0 -0
  714. /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeployment.js} +0 -0
  715. /package/dist/generated/config/models/{dataSource.js → aiModelDeploymentStep.js} +0 -0
  716. /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → aiModelSummary.js} +0 -0
  717. /package/dist/generated/config/models/{createDataSourceCredentials.js → blockSetsAddBlockSetBody.js} +0 -0
  718. /package/dist/generated/config/models/{createDataSpace.js → blockSetsGetBlockSetsParams.js} +0 -0
  719. /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInfo.js} +0 -0
  720. /package/dist/generated/config/models/{dataSourceType.js → blocksBlockInterface.js} +0 -0
  721. /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blocksBlockInterfaceMetadata.js} +0 -0
  722. /package/dist/generated/config/models/{flow.js → blocksBlockInterfacePorts.js} +0 -0
  723. /package/dist/generated/config/models/{flowBlock.js → blocksBlockInterfaceState.js} +0 -0
  724. /package/dist/generated/config/models/{flowConstant.js → blocksBlockSet.js} +0 -0
  725. /package/dist/generated/config/models/{flowDefinition.js → blocksBlockSetBlockInterfaces.js} +0 -0
  726. /package/dist/generated/config/models/{flowDefinitionBlocks.js → blocksGetBlocks200One.js} +0 -0
  727. /package/dist/generated/config/models/{flowDefinitionConstants.js → blocksGetBlocks200Three.js} +0 -0
  728. /package/dist/generated/config/models/{flowDefinitionInputs.js → blocksGetBlocks200Two.js} +0 -0
  729. /package/dist/generated/config/models/{deleteUsersRemoveAssignedWorkspaceParams.js → blocksGetBlocksParams.js} +0 -0
  730. /package/dist/generated/config/models/{flowDefinitionOutputs.js → blocksInputPinInterface.js} +0 -0
  731. /package/dist/generated/config/models/{file.js → blocksInputPinInterfaceDefault.js} +0 -0
  732. /package/dist/generated/config/models/{flowDefinitionVariables.js → blocksInputPinInterfaceGenerics.js} +0 -0
  733. /package/dist/generated/config/models/{flowConstantValue.js → blocksInputPinInterfaceMetadata.js} +0 -0
  734. /package/dist/generated/config/models/{flowDefinitionLayout.js → blocksInputPinInterfaceSchema.js} +0 -0
  735. /package/dist/generated/config/models/{flowInput.js → blocksOutputPinInterface.js} +0 -0
  736. /package/dist/generated/config/models/{flowOutput.js → blocksOutputPinInterfaceGenerics.js} +0 -0
  737. /package/dist/generated/config/models/{flowInputSchema.js → blocksOutputPinInterfaceMetadata.js} +0 -0
  738. /package/dist/generated/config/models/{flowOutputSchema.js → blocksOutputPinInterfaceSchema.js} +0 -0
  739. /package/dist/generated/config/models/{flowTrigger.js → blocksPortInterface.js} +0 -0
  740. /package/dist/generated/config/models/{flowVariable.js → blocksPortInterfaceInputs.js} +0 -0
  741. /package/dist/generated/config/models/{flowVariableSchema.js → blocksPortInterfaceMetadata.js} +0 -0
  742. /package/dist/generated/config/models/{getAccessParams.js → blocksPortInterfaceOutputs.js} +0 -0
  743. /package/dist/generated/config/models/{getAccessGroupsParams.js → blocksRenameBlockSetRequest.js} +0 -0
  744. /package/dist/generated/config/models/{getActivityCsvWorkspaceParams.js → blocksStateInterface.js} +0 -0
  745. /package/dist/generated/config/models/{getAccessRolesRoleIdUsersParams.js → blocksStateInterfaceDefault.js} +0 -0
  746. /package/dist/generated/config/models/{getAccessSearchGroupsParams.js → blocksStateInterfaceMetadata.js} +0 -0
  747. /package/dist/generated/config/models/{getAccessSearchServiceprincipalsParams.js → blocksUsedInWorkspaceRef.js} +0 -0
  748. /package/dist/generated/config/models/{getAccessSearchUsersParams.js → containersPostParams.js} +0 -0
  749. /package/dist/generated/config/models/{getActivityWorkspaceParams.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
  750. /package/dist/generated/config/models/{getAccessUsersParams.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
  751. /package/dist/generated/config/models/{getReportingRequestsByDurationParams.js → coreManagementInstallParameterModel.js} +0 -0
  752. /package/dist/generated/config/models/{getBlockSetsParams.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
  753. /package/dist/generated/config/models/{getBlocksParams.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
  754. /package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.js → coreManagementUpsertInstallParameterModel.js} +0 -0
  755. /package/dist/generated/config/models/{getReportingTokensByDurationParams.js → dataSetItem.js} +0 -0
  756. /package/dist/generated/config/models/{getDataSetsIdItemsParams.js → dataSetItemMetadata.js} +0 -0
  757. /package/dist/generated/config/models/{getDataSetsParams.js → dataSetItemProperties.js} +0 -0
  758. /package/dist/generated/config/models/{ingestedBlob.js → dataSetsCreateDataSet.js} +0 -0
  759. /package/dist/generated/config/models/{inputPinInterface.js → dataSetsCreateDataSetContainer.js} +0 -0
  760. /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSetsDataSet.js} +0 -0
  761. /package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.js → dataSetsDataSetProperty.js} +0 -0
  762. /package/dist/generated/config/models/{getDataSourcesParams.js → dataSetsGetContainerItemsRunHistoryParams.js} +0 -0
  763. /package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.js → dataSetsGetItemsParams.js} +0 -0
  764. /package/dist/generated/config/models/{getDataSpacesParams.js → dataSetsGetParams.js} +0 -0
  765. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSetsUpdateDataSet.js} +0 -0
  766. /package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
  767. /package/dist/generated/config/models/{getFilesIdDownloadParams.js → dataSetsUpsertDataSetProperty.js} +0 -0
  768. /package/dist/generated/config/models/{getFilesIdParams.js → dataSourcesContainerFilter.js} +0 -0
  769. /package/dist/generated/config/models/{getFilesIdUriParams.js → dataSourcesContainerFilterModel.js} +0 -0
  770. /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSourcesContainerPreviewResultModel.js} +0 -0
  771. /package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.js → dataSourcesContainerPreviewResultModelSamplesItem.js} +0 -0
  772. /package/dist/generated/config/models/{getFlowRunsIdVariables200One.js → dataSourcesContainerSchemaParams.js} +0 -0
  773. /package/dist/generated/config/models/{getFlowRunsIdVariables200Three.js → dataSourcesContainersParams.js} +0 -0
  774. /package/dist/generated/config/models/{messageMessage.js → dataSourcesCreateDataSource.js} +0 -0
  775. /package/dist/generated/config/models/{getFlowRunsIdVariables200Two.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
  776. /package/dist/generated/config/models/{messageMessageValue.js → dataSourcesDataSource.js} +0 -0
  777. /package/dist/generated/config/models/{getFlowRunsSearchParams.js → dataSourcesDataSourceAdminUser.js} +0 -0
  778. /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
  779. /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesDataSourceProperty.js} +0 -0
  780. /package/dist/generated/config/models/{notificationNotification.js → dataSourcesDataSourceType.js} +0 -0
  781. /package/dist/generated/config/models/{getModelsParams.js → dataSourcesGetParams.js} +0 -0
  782. /package/dist/generated/config/models/{notificationPagedNotifications.js → dataSourcesPreviewContainerRequest.js} +0 -0
  783. /package/dist/generated/config/models/{outputPinInterface.js → dataSourcesTestDataSourceConnection.js} +0 -0
  784. /package/dist/generated/config/models/{getNotificationParams.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
  785. /package/dist/generated/config/models/{getUsersIdWorkspacesParams.js → dataSourcesUpdateDataSource.js} +0 -0
  786. /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
  787. /package/dist/generated/config/models/{getUsersParams.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
  788. /package/dist/generated/config/models/{getUsersSearchParams.js → dataSpacesCreateDataSpace.js} +0 -0
  789. /package/dist/generated/config/models/{pagedDataCollectionAccess.js → dataSpacesDataSpace.js} +0 -0
  790. /package/dist/generated/config/models/{getWorkSpaceTemplatesParams.js → dataSpacesDataSpaceAdmin.js} +0 -0
  791. /package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
  792. /package/dist/generated/config/models/{getWorkSpacesParams.js → dataSpacesGetDataSetsParams.js} +0 -0
  793. /package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.js → dataSpacesGetParams.js} +0 -0
  794. /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.js → dataSpacesUpdateDataSpace.js} +0 -0
  795. /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.js → documentsGetDocumentSasParams.js} +0 -0
  796. /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → draftsDraft.js} +0 -0
  797. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → draftsDraftBlockInterfaces.js} +0 -0
  798. /package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.js → draftsPublishDraftRequest.js} +0 -0
  799. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → draftsPublishDraftResponse.js} +0 -0
  800. /package/dist/generated/config/models/{inputPinInterfaceDefault.js → draftsPublishedBlockRef.js} +0 -0
  801. /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → draftsSaveDraftRequest.js} +0 -0
  802. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → draftsSaveDraftResponse.js} +0 -0
  803. /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
  804. /package/dist/generated/config/models/{inputPinInterfaceSchema.js → draftsToggleDraftRequest.js} +0 -0
  805. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → filesAddMessageFileFromBlobUri.js} +0 -0
  806. /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → filesCreateFileFromBlobUri.js} +0 -0
  807. /package/dist/generated/config/models/{messageCreateMessageInputValue.js → filesDownloadFileParams.js} +0 -0
  808. /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → filesFile.js} +0 -0
  809. /package/dist/generated/config/models/{messageMessageValueChannels.js → filesFileUriResponse.js} +0 -0
  810. /package/dist/generated/config/models/{messageMessageValueValue.js → filesGetFileInfoParams.js} +0 -0
  811. /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → filesGetUriParams.js} +0 -0
  812. /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → filesIngestedBlob.js} +0 -0
  813. /package/dist/generated/config/models/{outputPinInterfaceSchema.js → filesUploadFilesBody.js} +0 -0
  814. /package/dist/generated/config/models/{portInterfaceMetadata.js → flowRunsAddFileIdFilesBody.js} +0 -0
  815. /package/dist/generated/config/models/{postBlockSetsNameBody.js → flowRunsCreateFlowRunParams.js} +0 -0
  816. /package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.js → flowRunsGetStepExecutionsParams.js} +0 -0
  817. /package/dist/generated/config/models/{postFilesBody.js → flowRunsGetVariables200One.js} +0 -0
  818. /package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.js → flowRunsGetVariables200Three.js} +0 -0
  819. /package/dist/generated/config/models/{putWorkSpacesWorkspaceIdPromptresponseParams.js → flowRunsGetVariables200Two.js} +0 -0
  820. /package/dist/generated/config/models/{stateInterfaceDefault.js → flowRunsSearchFlowRunsParams.js} +0 -0
  821. /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → flowsConnection.js} +0 -0
  822. /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → flowsFlow.js} +0 -0
  823. /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → flowsFlowBlock.js} +0 -0
  824. /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsFlowConstant.js} +0 -0
  825. /package/dist/generated/config/models/{stateInterfaceMetadata.js → flowsFlowConstantValue.js} +0 -0
  826. /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlowDataSet.js} +0 -0
  827. /package/dist/generated/config/models/{portInterface.js → flowsFlowDataSpace.js} +0 -0
  828. /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowDefinition.js} +0 -0
  829. /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowDefinitionBlocks.js} +0 -0
  830. /package/dist/generated/config/models/{stateInterface.js → flowsFlowDefinitionConstants.js} +0 -0
  831. /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowDefinitionInputs.js} +0 -0
  832. /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → flowsFlowDefinitionLayout.js} +0 -0
  833. /package/dist/generated/config/models/{updateDataSet.js → flowsFlowDefinitionOutputs.js} +0 -0
  834. /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowsFlowDefinitionVariables.js} +0 -0
  835. /package/dist/generated/config/models/{workSpace.js → flowsFlowInput.js} +0 -0
  836. /package/dist/generated/config/models/{updateContainer.js → flowsFlowInputSchema.js} +0 -0
  837. /package/dist/generated/config/models/{workSpaceInputs.js → flowsFlowOutput.js} +0 -0
  838. /package/dist/generated/config/models/{updateDataSetBasicInfo.js → flowsFlowOutputSchema.js} +0 -0
  839. /package/dist/generated/config/models/{workSpaceVariables.js → flowsFlowRun.js} +0 -0
  840. /package/dist/generated/config/models/{updateDataSource.js → flowsFlowVariableSchema.js} +0 -0
  841. /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → integrationsSmartSpaceAiBlockSourceResponse.js} +0 -0
  842. /package/dist/generated/config/models/{updateDataSpace.js → integrationsSmartSpaceAiContainerItemFlowRunError.js} +0 -0
  843. /package/dist/generated/config/models/{workSpaceBasicInfo.js → integrationsSmartSpaceAiSdkBlockRef.js} +0 -0
  844. /package/dist/generated/config/models/{workSpaceUser.js → messageThreadsGetStepExecutionsParams.js} +0 -0
@@ -8,10 +8,10 @@ import zod from 'zod';
8
8
  /**
9
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
16
  accessType: zod.ZodOptional<zod.ZodEnum<{
17
17
  Principal: "Principal";
@@ -27,11 +27,11 @@ export declare const getAccessQueryParams: zod.ZodObject<{
27
27
  take: zod.ZodDefault<zod.ZodNumber>;
28
28
  skip: zod.ZodOptional<zod.ZodNumber>;
29
29
  }, zod.core.$strict>;
30
- export declare const getAccessResponseDataItemIdRegExp: RegExp;
31
- export declare const getAccessResponseDataItemMessageIdRegExp: RegExp;
32
- export declare const getAccessResponseDataItemMessageThreadIdRegExp: RegExp;
33
- export declare const getAccessResponseDataItemWorkSpaceIdRegExp: RegExp;
34
- 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<{
35
35
  data: zod.ZodArray<zod.ZodObject<{
36
36
  accessType: zod.ZodEnum<{
37
37
  Principal: "Principal";
@@ -54,126 +54,85 @@ export declare const getAccessResponse: zod.ZodObject<{
54
54
  total: zod.ZodNumber;
55
55
  }, zod.core.$strip>;
56
56
  /**
57
- * @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.
58
58
  */
59
- export declare const putAccessBodyIdRegExp: RegExp;
60
- export declare const putAccessBodyMessageIdRegExp: RegExp;
61
- export declare const putAccessBodyMessageThreadIdRegExp: RegExp;
62
- export declare const putAccessBodyWorkSpaceIdRegExp: RegExp;
63
- export declare const putAccessBody: zod.ZodObject<{
59
+ export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
60
+ export declare const accessAddAccessBody: zod.ZodObject<{
64
61
  accessType: zod.ZodEnum<{
65
62
  Principal: "Principal";
66
63
  Group: "Group";
67
64
  }>;
68
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
69
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
70
- messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
71
- messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
72
- objectId: zod.ZodString;
73
- principalType: zod.ZodOptional<zod.ZodEnum<{
74
- Unknown: "Unknown";
75
- User: "User";
76
- ServicePrincipal: "ServicePrincipal";
77
- Internal: "Internal";
78
- }>>;
79
- userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
80
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
81
- }, zod.core.$strict>;
82
- export declare const putAccessResponseIdRegExp: RegExp;
83
- export declare const putAccessResponseMessageIdRegExp: RegExp;
84
- export declare const putAccessResponseMessageThreadIdRegExp: RegExp;
85
- export declare const putAccessResponseWorkSpaceIdRegExp: RegExp;
86
- export declare const putAccessResponse: zod.ZodObject<{
87
- accessType: zod.ZodEnum<{
88
- Principal: "Principal";
89
- Group: "Group";
90
- }>;
91
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
92
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
93
- messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
94
- messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
95
65
  objectId: zod.ZodString;
96
- principalType: zod.ZodOptional<zod.ZodEnum<{
97
- Unknown: "Unknown";
98
- User: "User";
99
- ServicePrincipal: "ServicePrincipal";
100
- Internal: "Internal";
101
- }>>;
102
- userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
103
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
104
- }, zod.core.$strip>;
66
+ workSpaceId: zod.ZodString;
67
+ }, zod.core.$strict>;
105
68
  /**
106
- * @summary List groups from Azure AD
69
+ * @summary List groups from Azure AD.
107
70
  */
108
- export declare const getAccessGroupsQuerySkipDefault = 0;
109
- export declare const getAccessGroupsQueryTakeDefault = 20;
110
- 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<{
111
74
  search: zod.ZodOptional<zod.ZodString>;
112
75
  skip: zod.ZodOptional<zod.ZodNumber>;
113
76
  take: zod.ZodDefault<zod.ZodNumber>;
114
77
  }, zod.core.$strict>;
115
- export declare const getAccessGroupsResponse: zod.ZodObject<{
78
+ export declare const accessGetGroupsResponse: zod.ZodObject<{
116
79
  data: zod.ZodArray<zod.ZodObject<{
117
80
  displayName: zod.ZodString;
118
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
119
- id: zod.ZodString;
120
- userId: zod.ZodString;
81
+ groupId: zod.ZodString;
82
+ isAssigned: zod.ZodBoolean;
121
83
  }, zod.core.$strip>>;
122
84
  total: zod.ZodNumber;
123
85
  }, zod.core.$strip>;
124
86
  /**
125
87
  * @summary Fetch a list of all roles defined within SmartSpace, providing an overview of role-based access control.
126
88
  */
127
- export declare const getAccessRolesResponseIdRegExp: RegExp;
128
- export declare const getAccessRolesResponseItem: zod.ZodObject<{
89
+ export declare const accessGetAppRolesResponseIdRegExp: RegExp;
90
+ export declare const accessGetAppRolesResponseItem: zod.ZodObject<{
129
91
  description: zod.ZodString;
130
92
  id: zod.ZodString;
131
93
  name: zod.ZodString;
132
94
  }, zod.core.$strip>;
133
- export declare const getAccessRolesResponse: zod.ZodArray<zod.ZodObject<{
95
+ export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
134
96
  description: zod.ZodString;
135
97
  id: zod.ZodString;
136
98
  name: zod.ZodString;
137
99
  }, zod.core.$strip>>;
138
100
  /**
139
- * @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.
140
102
  */
141
- export declare const getAccessRolesRoleIdUsersPathRoleIdRegExp: RegExp;
142
- export declare const getAccessRolesRoleIdUsersParams: zod.ZodObject<{
103
+ export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
104
+ export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
143
105
  roleId: zod.ZodString;
144
106
  }, zod.core.$strict>;
145
- export declare const getAccessRolesRoleIdUsersQuerySkipDefault = 0;
146
- export declare const getAccessRolesRoleIdUsersQueryTakeDefault = 20;
147
- 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<{
148
110
  skip: zod.ZodOptional<zod.ZodNumber>;
149
111
  take: zod.ZodDefault<zod.ZodNumber>;
150
112
  search: zod.ZodOptional<zod.ZodString>;
151
113
  }, zod.core.$strict>;
152
- export declare const getAccessRolesRoleIdUsersResponseItem: zod.ZodObject<{
153
- displayName: zod.ZodString;
154
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
155
- id: zod.ZodString;
156
- 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;
157
122
  }, zod.core.$strip>;
158
- export declare const getAccessRolesRoleIdUsersResponse: zod.ZodArray<zod.ZodObject<{
159
- displayName: zod.ZodString;
160
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
161
- id: zod.ZodString;
162
- userId: zod.ZodString;
163
- }, zod.core.$strip>>;
164
123
  /**
165
124
  * @summary Search Azure AD groups for access assignment.
166
125
  */
167
- export declare const getAccessSearchGroupsQueryWorkspaceIdRegExp: RegExp;
168
- export declare const getAccessSearchGroupsQuerySkipDefault = 0;
169
- export declare const getAccessSearchGroupsQueryTakeDefault = 20;
170
- export declare const getAccessSearchGroupsQueryParams: zod.ZodObject<{
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<{
171
130
  search: zod.ZodOptional<zod.ZodString>;
172
131
  workspaceId: zod.ZodOptional<zod.ZodString>;
173
132
  skip: zod.ZodOptional<zod.ZodNumber>;
174
133
  take: zod.ZodDefault<zod.ZodNumber>;
175
134
  }, zod.core.$strict>;
176
- export declare const getAccessSearchGroupsResponse: zod.ZodObject<{
135
+ export declare const accessSearchGroupsResponse: zod.ZodObject<{
177
136
  data: zod.ZodArray<zod.ZodObject<{
178
137
  displayName: zod.ZodString;
179
138
  groupId: zod.ZodString;
@@ -184,16 +143,16 @@ export declare const getAccessSearchGroupsResponse: zod.ZodObject<{
184
143
  /**
185
144
  * @summary Search Azure AD service principals for access assignment.
186
145
  */
187
- export declare const getAccessSearchServiceprincipalsQueryWorkspaceIdRegExp: RegExp;
188
- export declare const getAccessSearchServiceprincipalsQuerySkipDefault = 0;
189
- export declare const getAccessSearchServiceprincipalsQueryTakeDefault = 20;
190
- export declare const getAccessSearchServiceprincipalsQueryParams: zod.ZodObject<{
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<{
191
150
  search: zod.ZodOptional<zod.ZodString>;
192
151
  workspaceId: zod.ZodOptional<zod.ZodString>;
193
152
  skip: zod.ZodOptional<zod.ZodNumber>;
194
153
  take: zod.ZodDefault<zod.ZodNumber>;
195
154
  }, zod.core.$strict>;
196
- export declare const getAccessSearchServiceprincipalsResponse: zod.ZodObject<{
155
+ export declare const accessSearchServicePrincipalsResponse: zod.ZodObject<{
197
156
  data: zod.ZodArray<zod.ZodObject<{
198
157
  displayName: zod.ZodString;
199
158
  id: zod.ZodString;
@@ -204,16 +163,16 @@ export declare const getAccessSearchServiceprincipalsResponse: zod.ZodObject<{
204
163
  /**
205
164
  * @summary Search Azure AD users for access assignment.
206
165
  */
207
- export declare const getAccessSearchUsersQueryWorkspaceIdRegExp: RegExp;
208
- export declare const getAccessSearchUsersQuerySkipDefault = 0;
209
- export declare const getAccessSearchUsersQueryTakeDefault = 20;
210
- export declare const getAccessSearchUsersQueryParams: zod.ZodObject<{
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<{
211
170
  search: zod.ZodOptional<zod.ZodString>;
212
171
  workspaceId: zod.ZodOptional<zod.ZodString>;
213
172
  skip: zod.ZodOptional<zod.ZodNumber>;
214
173
  take: zod.ZodDefault<zod.ZodNumber>;
215
174
  }, zod.core.$strict>;
216
- export declare const getAccessSearchUsersResponse: zod.ZodObject<{
175
+ export declare const accessSearchUsersResponse: zod.ZodObject<{
217
176
  data: zod.ZodArray<zod.ZodObject<{
218
177
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
219
178
  id: zod.ZodString;
@@ -225,65 +184,62 @@ export declare const getAccessSearchUsersResponse: zod.ZodObject<{
225
184
  /**
226
185
  * @summary Retrieve users associated with a specified role in SmartSpace, enabling role-based user management.
227
186
  */
228
- export declare const getAccessUsersQuerySkipDefault = 0;
229
- export declare const getAccessUsersQueryTakeDefault = 20;
230
- export declare const getAccessUsersQueryAssignedWorkspaceIdRegExp: RegExp;
231
- 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<{
232
191
  roleName: zod.ZodOptional<zod.ZodString>;
233
192
  skip: zod.ZodOptional<zod.ZodNumber>;
234
193
  take: zod.ZodDefault<zod.ZodNumber>;
235
194
  search: zod.ZodOptional<zod.ZodString>;
236
195
  assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
237
196
  }, zod.core.$strict>;
238
- export declare const getAccessUsersResponseItem: zod.ZodObject<{
239
- displayName: zod.ZodString;
240
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
241
- id: zod.ZodString;
242
- 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;
243
205
  }, zod.core.$strip>;
244
- export declare const getAccessUsersResponse: zod.ZodArray<zod.ZodObject<{
245
- displayName: zod.ZodString;
246
- emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
247
- id: zod.ZodString;
248
- userId: zod.ZodString;
249
- }, zod.core.$strip>>;
250
206
  /**
251
- * @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.
252
208
  */
253
- export declare const deleteAccessIdPathIdRegExp: RegExp;
254
- export declare const deleteAccessIdParams: zod.ZodObject<{
209
+ export declare const accessDeleteAccessPathIdRegExp: RegExp;
210
+ export declare const accessDeleteAccessParams: zod.ZodObject<{
255
211
  id: zod.ZodString;
256
212
  }, zod.core.$strict>;
257
213
  /**
258
- * @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.
259
215
  */
260
- export declare const getActivityCsvWorkspaceQueryWorkSpaceIdRegExp: RegExp;
261
- export declare const getActivityCsvWorkspaceQueryParams: zod.ZodObject<{
216
+ export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
217
+ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
262
218
  workSpaceId: zod.ZodOptional<zod.ZodString>;
263
219
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
264
220
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
265
221
  activityType: zod.ZodOptional<zod.ZodEnum<{
266
- Read: "Read";
267
222
  Deleted: "Deleted";
223
+ Read: "Read";
268
224
  Created: "Created";
269
225
  Updated: "Updated";
270
226
  Chat: "Chat";
271
227
  }>>;
272
228
  }, zod.core.$strict>;
273
- export declare const getActivityCsvWorkspaceResponse: zod.ZodString;
229
+ export declare const activityExportLoggingsResponse: zod.ZodString;
274
230
  /**
275
- * @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.
276
232
  */
277
- export declare const getActivityWorkspaceQueryWorkSpaceIdRegExp: RegExp;
278
- export declare const getActivityWorkspaceQueryTakeDefault = 25;
279
- export declare const getActivityWorkspaceQuerySkipDefault = 0;
280
- 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<{
281
237
  workSpaceId: zod.ZodOptional<zod.ZodString>;
282
238
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
283
239
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
284
240
  activityType: zod.ZodOptional<zod.ZodEnum<{
285
- Read: "Read";
286
241
  Deleted: "Deleted";
242
+ Read: "Read";
287
243
  Created: "Created";
288
244
  Updated: "Updated";
289
245
  Chat: "Chat";
@@ -291,13 +247,13 @@ export declare const getActivityWorkspaceQueryParams: zod.ZodObject<{
291
247
  take: zod.ZodDefault<zod.ZodNumber>;
292
248
  skip: zod.ZodOptional<zod.ZodNumber>;
293
249
  }, zod.core.$strict>;
294
- export declare const getActivityWorkspaceResponseDataItemIdRegExp: RegExp;
295
- export declare const getActivityWorkspaceResponseDataItemWorkSpaceIdRegExp: RegExp;
296
- 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<{
297
253
  data: zod.ZodArray<zod.ZodObject<{
298
254
  activityType: zod.ZodOptional<zod.ZodEnum<{
299
- Read: "Read";
300
255
  Deleted: "Deleted";
256
+ Read: "Read";
301
257
  Created: "Created";
302
258
  Updated: "Updated";
303
259
  Chat: "Chat";
@@ -327,13 +283,45 @@ export declare const getActivityWorkspaceResponse: zod.ZodObject<{
327
283
  total: zod.ZodNumber;
328
284
  }, zod.core.$strip>;
329
285
  /**
330
- * @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.
331
318
  */
332
- export declare const getBlockSetsQueryParams: zod.ZodObject<{
319
+ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
333
320
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
334
321
  }, zod.core.$strict>;
335
- export declare const getBlockSetsResponseIdRegExp: RegExp;
336
- 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<{
337
325
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
338
326
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
339
327
  ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -394,6 +382,7 @@ export declare const getBlockSetsResponseItem: zod.ZodObject<{
394
382
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
395
383
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
396
384
  id: zod.ZodString;
385
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
397
386
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
398
387
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
399
388
  type: zod.ZodEnum<{
@@ -401,8 +390,12 @@ export declare const getBlockSetsResponseItem: zod.ZodObject<{
401
390
  Custom: "Custom";
402
391
  Debug: "Debug";
403
392
  }>;
393
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
+ id: zod.ZodString;
395
+ name: zod.ZodString;
396
+ }, zod.core.$strip>>;
404
397
  }, zod.core.$strip>;
405
- export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
398
+ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
406
399
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
407
400
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
408
401
  ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -463,6 +456,7 @@ export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
463
456
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
464
457
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
465
458
  id: zod.ZodString;
459
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
466
460
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
467
461
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
468
462
  type: zod.ZodEnum<{
@@ -470,30 +464,59 @@ export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
470
464
  Custom: "Custom";
471
465
  Debug: "Debug";
472
466
  }>;
467
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
+ id: zod.ZodString;
469
+ name: zod.ZodString;
470
+ }, zod.core.$strip>>;
473
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>;
474
484
  /**
475
485
  * @summary Deletes an existing custom block set.
476
486
  */
477
- 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<{
478
497
  name: zod.ZodString;
479
498
  }, zod.core.$strict>;
499
+ export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
500
+ newName: zod.ZodString;
501
+ }, zod.core.$strict>;
480
502
  /**
481
503
  * @summary Adds a new custom block set.
482
504
  */
483
- export declare const postBlockSetsNameParams: zod.ZodObject<{
505
+ export declare const blockSetsAddBlockSetParams: zod.ZodObject<{
484
506
  name: zod.ZodString;
485
507
  }, zod.core.$strict>;
486
- export declare const postBlockSetsNameBody: zod.ZodObject<{
508
+ export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
487
509
  file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
488
510
  }, zod.core.$strict>;
489
511
  /**
490
512
  * @summary Get a list of all block interfaces
491
513
  */
492
- export declare const getBlocksQueryParams: zod.ZodObject<{
514
+ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
493
515
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
516
+ onBehalfOfUserId: zod.ZodOptional<zod.ZodString>;
494
517
  }, zod.core.$strict>;
495
- export declare const getBlocksResponseBlockSetIdRegExp: RegExp;
496
- 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<{
497
520
  blockSetId: zod.ZodString;
498
521
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
499
522
  createdAt: zod.ZodISODateTime;
@@ -562,208 +585,68 @@ export declare const getBlocksResponseItem: zod.ZodObject<{
562
585
  Debug: "Debug";
563
586
  }>;
564
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;
565
598
  }, zod.core.$strip>;
566
- export declare const getBlocksResponse: zod.ZodArray<zod.ZodObject<{
567
- blockSetId: zod.ZodString;
568
- connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
569
- createdAt: zod.ZodISODateTime;
570
- interface: zod.ZodObject<{
571
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
572
- ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
573
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
574
- channel: zod.ZodBoolean;
575
- default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
576
- generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
577
- pin: zod.ZodString;
578
- port: zod.ZodString;
579
- }, zod.core.$strip>>;
580
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
581
- required: zod.ZodBoolean;
582
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
583
- sticky: zod.ZodBoolean;
584
- type: zod.ZodEnum<{
585
- Single: "Single";
586
- List: "List";
587
- Dictionary: "Dictionary";
588
- }>;
589
- virtual: zod.ZodBoolean;
590
- }, zod.core.$strip>>;
591
- isFunction: zod.ZodBoolean;
592
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
593
- outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
594
- channel: zod.ZodBoolean;
595
- channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
596
- generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
597
- pin: zod.ZodString;
598
- port: zod.ZodString;
599
- }, zod.core.$strip>>;
600
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
601
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
602
- type: zod.ZodEnum<{
603
- Single: "Single";
604
- List: "List";
605
- Dictionary: "Dictionary";
606
- }>;
607
- }, zod.core.$strip>>;
608
- type: zod.ZodEnum<{
609
- Single: "Single";
610
- List: "List";
611
- Dictionary: "Dictionary";
612
- }>;
613
- }, zod.core.$strip>>;
614
- scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
615
- WorkSpace: "WorkSpace";
616
- DataSet: "DataSet";
617
- }>>>>;
618
- state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
619
- default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
620
- metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
621
- scope: zod.ZodArray<zod.ZodObject<{
622
- pin: zod.ZodString;
623
- port: zod.ZodString;
624
- }, zod.core.$strip>>;
625
- }, zod.core.$strip>>;
626
- }, zod.core.$strip>;
599
+ export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
627
600
  name: zod.ZodString;
628
- sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
629
- type: zod.ZodEnum<{
630
- Native: "Native";
631
- Custom: "Custom";
632
- Debug: "Debug";
633
- }>;
634
601
  version: zod.ZodString;
635
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>;
636
618
  /**
637
619
  * @summary Manually trigger reingestion of a specific container item.
638
620
  */
639
- export declare const postContainersItemsContainerItemIdReingestPathContainerItemIdRegExp: RegExp;
640
- export declare const postContainersItemsContainerItemIdReingestParams: zod.ZodObject<{
621
+ export declare const containersReingestContainerItemPathContainerItemIdRegExp: RegExp;
622
+ export declare const containersReingestContainerItemParams: zod.ZodObject<{
641
623
  containerItemId: zod.ZodString;
642
624
  }, zod.core.$strict>;
643
- export declare const postContainersContainerIdStartflowsPathContainerIdRegExp: RegExp;
644
- export declare const postContainersContainerIdStartflowsParams: zod.ZodObject<{
625
+ export declare const containersPostPathContainerIdRegExp: RegExp;
626
+ export declare const containersPostParams: zod.ZodObject<{
645
627
  containerId: zod.ZodString;
646
628
  }, zod.core.$strict>;
647
- export declare const postContainersContainerIdStartflowsQueryDataSetIdRegExp: RegExp;
648
- export declare const postContainersContainerIdStartflowsQueryParams: zod.ZodObject<{
629
+ export declare const containersPostQueryDataSetIdRegExp: RegExp;
630
+ export declare const containersPostQueryParams: zod.ZodObject<{
649
631
  dataSetId: zod.ZodOptional<zod.ZodString>;
650
632
  }, zod.core.$strict>;
651
- export declare const postContainersContainerIdStartflowsResponse: zod.ZodObject<{
652
- credentialType: zod.ZodEnum<{
653
- BlobStorage: "BlobStorage";
654
- SqlServer: "SqlServer";
655
- AzureSql: "AzureSql";
656
- Cosmos: "Cosmos";
657
- GoogleDrive: "GoogleDrive";
658
- SharePoint: "SharePoint";
659
- SharePointSite: "SharePointSite";
660
- HubSpot: "HubSpot";
661
- AzureStorage: "AzureStorage";
662
- File: "File";
663
- Sitemap: "Sitemap";
664
- }>;
665
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
666
- keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
667
- name: zod.ZodString;
668
- }, zod.core.$strip>;
669
- export declare const getDataSetsQueryTakeDefault = 20;
670
- export declare const getDataSetsQuerySkipDefault = 0;
671
- export declare const getDataSetsQueryParams: zod.ZodObject<{
672
- take: zod.ZodDefault<zod.ZodNumber>;
673
- skip: zod.ZodOptional<zod.ZodNumber>;
674
- search: zod.ZodOptional<zod.ZodString>;
675
- }, zod.core.$strict>;
676
- export declare const getDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
677
- export declare const getDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
678
- export declare const getDataSetsResponseDataItemFlowIdRegExp: RegExp;
679
- export declare const getDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
680
- export declare const getDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
681
- export declare const getDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
682
- export declare const getDataSetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
683
- export declare const getDataSetsResponseDataItemIdRegExp: RegExp;
684
- export declare const getDataSetsResponseDataItemVersionRegExp: RegExp;
685
- export declare const getDataSetsResponse: zod.ZodObject<{
686
- data: zod.ZodArray<zod.ZodObject<{
687
- createdAt: zod.ZodISODateTime;
688
- createdByUserId: zod.ZodString;
689
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
690
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
691
- flow: zod.ZodOptional<zod.ZodObject<{
692
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
693
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
694
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
695
- target: zod.ZodObject<{
696
- pin: zod.ZodString;
697
- port: zod.ZodString;
698
- }, zod.core.$strip>;
699
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
700
- }, zod.core.$strip>>>>;
701
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
702
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
703
- pin: zod.ZodString;
704
- port: zod.ZodString;
705
- }, zod.core.$strip>>>>;
706
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
707
- pin: zod.ZodString;
708
- port: zod.ZodString;
709
- }, zod.core.$strip>>>>;
710
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
711
- name: zod.ZodString;
712
- version: zod.ZodString;
713
- }, zod.core.$strip>>>>;
714
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
715
- source: zod.ZodObject<{
716
- node: zod.ZodString;
717
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
718
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
719
- }, zod.core.$strip>;
720
- target: zod.ZodObject<{
721
- node: zod.ZodString;
722
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
723
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
724
- }, zod.core.$strip>;
725
- }, zod.core.$strip>>>>;
726
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
727
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
728
- }, zod.core.$strip>>>>;
729
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
730
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
731
- }, zod.core.$strip>>>>;
732
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
733
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
734
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
735
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
736
- }, zod.core.$strip>>>>;
737
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
738
- access: zod.ZodEnum<{
739
- None: "None";
740
- Read: "Read";
741
- Write: "Write";
742
- }>;
743
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
744
- }, zod.core.$strip>>>>;
745
- }, zod.core.$strip>>;
746
- activeFlowDefinitionId: zod.ZodString;
747
- id: zod.ZodString;
748
- triggers: zod.ZodArray<zod.ZodObject<{
749
- dataSourceContainer: zod.ZodObject<{
750
- dataSourceId: zod.ZodString;
751
- id: zod.ZodString;
752
- name: zod.ZodString;
753
- path: zod.ZodString;
754
- }, zod.core.$strip>;
755
- flowId: zod.ZodString;
756
- id: zod.ZodString;
757
- inputName: zod.ZodString;
758
- type: zod.ZodEnum<{
759
- Periodic: "Periodic";
760
- Container: "Container";
761
- }>;
762
- }, zod.core.$strip>>;
763
- }, zod.core.$strip>>;
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<{
764
649
  id: zod.ZodString;
765
- modifiedAt: zod.ZodISODateTime;
766
- modifiedByUserId: zod.ZodString;
767
650
  name: zod.ZodString;
768
651
  properties: zod.ZodArray<zod.ZodObject<{
769
652
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -772,43 +655,121 @@ export declare const getDataSetsResponse: zod.ZodObject<{
772
655
  }, zod.core.$strip>>;
773
656
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
774
657
  }, zod.core.$strip>>;
775
- total: zod.ZodNumber;
776
- }, zod.core.$strip>;
777
- export declare const getDataSetsDataSetIdItemsIdPathDataSetIdRegExp: RegExp;
778
- export declare const getDataSetsDataSetIdItemsIdPathIdRegExp: RegExp;
779
- export declare const getDataSetsDataSetIdItemsIdParams: zod.ZodObject<{
780
- dataSetId: zod.ZodString;
781
- id: zod.ZodString;
782
- }, zod.core.$strict>;
783
- /**
784
- * @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
785
- */
786
- export declare const deleteDataSetsIdPathIdRegExp: RegExp;
787
- export declare const deleteDataSetsIdParams: zod.ZodObject<{
788
- id: zod.ZodString;
789
- }, zod.core.$strict>;
790
- /**
791
- * @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
792
- */
793
- export declare const getDataSetsIdPathIdRegExp: RegExp;
794
- export declare const getDataSetsIdParams: zod.ZodObject<{
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<{
664
+ pin: zod.ZodString;
665
+ port: zod.ZodString;
666
+ }, zod.core.$strip>;
667
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
668
+ }, zod.core.$strip>>>>;
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;
673
+ }, zod.core.$strip>>>>;
674
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
675
+ pin: zod.ZodString;
676
+ port: zod.ZodString;
677
+ }, zod.core.$strip>>>>;
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;
723
+ }, zod.core.$strip>>>>;
724
+ id: zod.ZodString;
725
+ name: zod.ZodString;
726
+ path: zod.ZodString;
727
+ }, zod.core.$strip>;
728
+ flowId: zod.ZodString;
729
+ id: 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>;
795
737
  id: zod.ZodString;
796
- }, zod.core.$strict>;
797
- export declare const getDataSetsIdResponseDataSpaceIdRegExp: RegExp;
798
- export declare const getDataSetsIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
799
- export declare const getDataSetsIdResponseFlowIdRegExp: RegExp;
800
- export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
801
- export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
802
- export declare const getDataSetsIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
803
- export declare const getDataSetsIdResponseFlowTriggersItemIdRegExp: RegExp;
804
- export declare const getDataSetsIdResponseIdRegExp: RegExp;
805
- export declare const getDataSetsIdResponseVersionRegExp: RegExp;
806
- export declare const getDataSetsIdResponse: zod.ZodObject<{
807
- createdAt: zod.ZodISODateTime;
808
- createdByUserId: zod.ZodString;
809
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
810
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
811
- flow: zod.ZodOptional<zod.ZodObject<{
738
+ workSpace: zod.ZodOptional<zod.ZodObject<{
739
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
740
+ dataSets: zod.ZodArray<zod.ZodObject<{
741
+ id: zod.ZodString;
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>>;
749
+ }, zod.core.$strip>>;
750
+ id: zod.ZodString;
751
+ name: zod.ZodString;
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<{
762
+ id: zod.ZodString;
763
+ name: zod.ZodString;
764
+ properties: zod.ZodArray<zod.ZodObject<{
765
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
766
+ isVector: zod.ZodBoolean;
767
+ name: zod.ZodString;
768
+ }, zod.core.$strip>>;
769
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
770
+ }, zod.core.$strip>>;
771
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
772
+ flow: zod.ZodObject<{
812
773
  activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
813
774
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
814
775
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
@@ -868,6 +829,11 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
868
829
  triggers: zod.ZodArray<zod.ZodObject<{
869
830
  dataSourceContainer: zod.ZodObject<{
870
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>>>>;
871
837
  id: zod.ZodString;
872
838
  name: zod.ZodString;
873
839
  path: zod.ZodString;
@@ -880,7 +846,104 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
880
846
  Container: "Container";
881
847
  }>;
882
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>>;
883
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>>;
884
947
  id: zod.ZodString;
885
948
  modifiedAt: zod.ZodISODateTime;
886
949
  modifiedByUserId: zod.ZodString;
@@ -893,122 +956,254 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
893
956
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
894
957
  }, zod.core.$strip>;
895
958
  /**
896
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
959
+ * @summary Update an existing dataset (name, description, container bindings).
897
960
  */
898
- export declare const putDataSetsIdParams: zod.ZodObject<{
961
+ export declare const dataSetsPutParams: zod.ZodObject<{
899
962
  id: zod.ZodString;
900
963
  }, zod.core.$strict>;
901
- export declare const putDataSetsIdBodyContainerInfoItemDataSourceIdRegExp: RegExp;
902
- export declare const putDataSetsIdBodyIdRegExp: RegExp;
903
- export declare const putDataSetsIdBody: zod.ZodObject<{
904
- 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<{
905
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>>>>;
906
974
  path: zod.ZodString;
907
- }, zod.core.$strict>>;
975
+ }, zod.core.$strict>>>>;
908
976
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
977
  id: zod.ZodString;
910
- name: zod.ZodString;
978
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
911
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>;
912
1001
  /**
913
- * @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.
914
1003
  */
915
- export declare const putDataSetsIdBasicInfoPathIdRegExp: RegExp;
916
- export declare const putDataSetsIdBasicInfoParams: zod.ZodObject<{
1004
+ export declare const dataSetsPutBasicInfoPathIdRegExp: RegExp;
1005
+ export declare const dataSetsPutBasicInfoParams: zod.ZodObject<{
917
1006
  id: zod.ZodString;
918
1007
  }, zod.core.$strict>;
919
- export declare const putDataSetsIdBasicInfoBody: zod.ZodObject<{
1008
+ export declare const dataSetsPutBasicInfoBody: zod.ZodObject<{
920
1009
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
921
1010
  name: zod.ZodString;
922
1011
  }, zod.core.$strict>;
923
- export declare const postDataSetsIdClearPathIdRegExp: RegExp;
924
- export declare const postDataSetsIdClearParams: zod.ZodObject<{
1012
+ export declare const dataSetsClearPathIdRegExp: RegExp;
1013
+ export declare const dataSetsClearParams: zod.ZodObject<{
925
1014
  id: zod.ZodString;
926
1015
  }, zod.core.$strict>;
927
- export declare const getDataSetsIdContainerItemsRunHistoryPathIdRegExp: RegExp;
928
- export declare const getDataSetsIdContainerItemsRunHistoryParams: zod.ZodObject<{
1016
+ export declare const dataSetsGetContainerItemsRunHistoryPathIdRegExp: RegExp;
1017
+ export declare const dataSetsGetContainerItemsRunHistoryParams: zod.ZodObject<{
929
1018
  id: zod.ZodString;
930
1019
  }, zod.core.$strict>;
931
- export declare const getDataSetsIdContainerItemsRunHistoryQuerySkipDefault = 0;
932
- export declare const getDataSetsIdContainerItemsRunHistoryQueryTakeDefault = 50;
933
- 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<{
934
1023
  skip: zod.ZodOptional<zod.ZodNumber>;
935
1024
  take: zod.ZodDefault<zod.ZodNumber>;
936
1025
  search: zod.ZodOptional<zod.ZodString>;
937
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>;
938
1052
  /**
939
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1053
+ * @summary Move a dataset to a different dataspace.
940
1054
  */
941
- export declare const putDataSetsIdDataspacePathIdRegExp: RegExp;
942
- export declare const putDataSetsIdDataspaceParams: zod.ZodObject<{
1055
+ export declare const dataSetsSetDataspacePathIdRegExp: RegExp;
1056
+ export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
943
1057
  id: zod.ZodString;
944
1058
  }, zod.core.$strict>;
945
- export declare const putDataSetsIdDataspaceBodyRegExp: RegExp;
946
- export declare const putDataSetsIdDataspaceBody: zod.ZodString;
947
- export declare const getDataSetsIdExportPathIdRegExp: RegExp;
948
- 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<{
949
1084
  id: zod.ZodString;
950
1085
  }, zod.core.$strict>;
951
- export declare const getDataSetsIdItemsPathIdRegExp: RegExp;
952
- 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<{
953
1102
  id: zod.ZodString;
954
1103
  }, zod.core.$strict>;
955
- export declare const getDataSetsIdItemsQuerySkipDefault = 0;
956
- export declare const getDataSetsIdItemsQueryTakeDefault = 20;
957
- 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<{
958
1107
  skip: zod.ZodOptional<zod.ZodNumber>;
959
1108
  take: zod.ZodDefault<zod.ZodNumber>;
960
1109
  }, zod.core.$strict>;
961
- export declare const postDataSetsIdItemsPathIdRegExp: RegExp;
962
- 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<{
963
1135
  id: zod.ZodString;
964
1136
  }, zod.core.$strict>;
965
- export declare const postDataSetsIdItemsBodyIdRegExp: RegExp;
966
- export declare const postDataSetsIdItemsBody: zod.ZodObject<{
1137
+ export declare const dataSetsAddItemBodyIdRegExp: RegExp;
1138
+ export declare const dataSetsAddItemBody: zod.ZodObject<{
967
1139
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
968
1140
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
969
1141
  }, zod.core.$strict>;
970
- export declare const postDataSetsIdItemsSearchPathIdRegExp: RegExp;
971
- export declare const postDataSetsIdItemsSearchParams: zod.ZodObject<{
1142
+ export declare const dataSetsSearchItemsPathIdRegExp: RegExp;
1143
+ export declare const dataSetsSearchItemsParams: zod.ZodObject<{
972
1144
  id: zod.ZodString;
973
1145
  }, zod.core.$strict>;
974
- export declare const postDataSetsIdItemsSearchBody: zod.ZodObject<{
1146
+ export declare const dataSetsSearchItemsBody: zod.ZodObject<{
975
1147
  filter: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
976
1148
  query: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
977
1149
  skip: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
978
1150
  take: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
979
1151
  }, zod.core.$strict>;
980
- export declare const deleteDataSetsIdItemsItemIdPathIdRegExp: RegExp;
981
- export declare const deleteDataSetsIdItemsItemIdPathItemIdRegExp: RegExp;
982
- 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<{
983
1178
  id: zod.ZodString;
984
1179
  itemId: zod.ZodString;
985
1180
  }, zod.core.$strict>;
986
1181
  /**
987
- * @summary Add a property to a dataset
1182
+ * @summary Upsert a single property on a dataset.
988
1183
  */
989
- export declare const postDataSetsIdPropertiesPathIdRegExp: RegExp;
990
- export declare const postDataSetsIdPropertiesParams: zod.ZodObject<{
1184
+ export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
1185
+ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
991
1186
  id: zod.ZodString;
992
1187
  }, zod.core.$strict>;
993
- export declare const postDataSetsIdPropertiesBody: zod.ZodObject<{
1188
+ export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
994
1189
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
995
1190
  isVector: zod.ZodBoolean;
996
1191
  name: zod.ZodString;
997
1192
  }, zod.core.$strict>;
998
- export declare const postDataSetsIdPropertiesResponse: zod.ZodObject<{
1193
+ export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
999
1194
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
1195
  isVector: zod.ZodBoolean;
1001
1196
  name: zod.ZodString;
1002
1197
  }, zod.core.$strip>;
1003
- export declare const deleteDataSetsIdPropertiesNamePathIdRegExp: RegExp;
1004
- export declare const deleteDataSetsIdPropertiesNameParams: zod.ZodObject<{
1198
+ export declare const dataSetsDeleteDataSetPropertyPathIdRegExp: RegExp;
1199
+ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1005
1200
  id: zod.ZodString;
1006
1201
  name: zod.ZodString;
1007
1202
  }, zod.core.$strict>;
1008
1203
  /**
1009
1204
  * @summary Fetch a list of all available data source types in SmartSpace.
1010
1205
  */
1011
- export declare const getDataSourceTypesResponseItem: zod.ZodObject<{
1206
+ export declare const dataSourceTypesGetResponseItem: zod.ZodObject<{
1012
1207
  credentialsDefinition: zod.ZodObject<{
1013
1208
  credentialsType: zod.ZodEnum<{
1014
1209
  Dictionary: "Dictionary";
@@ -1027,7 +1222,7 @@ export declare const getDataSourceTypesResponseItem: zod.ZodObject<{
1027
1222
  id: zod.ZodString;
1028
1223
  name: zod.ZodString;
1029
1224
  }, zod.core.$strip>;
1030
- export declare const getDataSourceTypesResponse: zod.ZodArray<zod.ZodObject<{
1225
+ export declare const dataSourceTypesGetResponse: zod.ZodArray<zod.ZodObject<{
1031
1226
  credentialsDefinition: zod.ZodObject<{
1032
1227
  credentialsType: zod.ZodEnum<{
1033
1228
  Dictionary: "Dictionary";
@@ -1049,12 +1244,17 @@ export declare const getDataSourceTypesResponse: zod.ZodArray<zod.ZodObject<{
1049
1244
  /**
1050
1245
  * @summary Check for available containers for a specific data source type in SmartSpace.
1051
1246
  */
1052
- export declare const postDataSourceTypesAvailableContainersBody: zod.ZodObject<{
1247
+ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1053
1248
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1054
1249
  dataSourceTypeId: zod.ZodString;
1055
1250
  }, zod.core.$strict>;
1056
- export declare const postDataSourceTypesAvailableContainersResponseItem: zod.ZodObject<{
1251
+ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1057
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>>>>;
1058
1258
  name: zod.ZodString;
1059
1259
  path: zod.ZodString;
1060
1260
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1062,8 +1262,13 @@ export declare const postDataSourceTypesAvailableContainersResponseItem: zod.Zod
1062
1262
  name: zod.ZodString;
1063
1263
  }, zod.core.$strip>>;
1064
1264
  }, zod.core.$strip>;
1065
- export declare const postDataSourceTypesAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1265
+ export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1066
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>>>>;
1067
1272
  name: zod.ZodString;
1068
1273
  path: zod.ZodString;
1069
1274
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1074,33 +1279,40 @@ export declare const postDataSourceTypesAvailableContainersResponse: zod.ZodArra
1074
1279
  /**
1075
1280
  * @summary Test the connection for a data source type in SmartSpace, verifying credentials and connectivity.
1076
1281
  */
1077
- export declare const postDataSourceTypesTestConnectionBody: zod.ZodObject<{
1282
+ export declare const dataSourceTypesTestConnectionBody: zod.ZodObject<{
1078
1283
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1079
1284
  dataSourceTypeId: zod.ZodString;
1080
1285
  }, zod.core.$strict>;
1081
- export declare const postDataSourceTypesTestConnectionResponse: zod.ZodObject<{
1286
+ export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
1082
1287
  exceptionType: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1083
1288
  isSuccessful: zod.ZodBoolean;
1084
1289
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1085
1290
  statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1086
1291
  }, zod.core.$strip>;
1087
1292
  /**
1088
- * @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.
1089
1294
  */
1090
- export declare const getDataSourcesQueryTakeDefault = 20;
1091
- export declare const getDataSourcesQuerySkipDefault = 0;
1092
- 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<{
1093
1298
  take: zod.ZodDefault<zod.ZodNumber>;
1094
1299
  skip: zod.ZodOptional<zod.ZodNumber>;
1095
1300
  search: zod.ZodOptional<zod.ZodString>;
1301
+ sortBy: zod.ZodOptional<zod.ZodString>;
1302
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1096
1303
  }, zod.core.$strict>;
1097
- export declare const getDataSourcesResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1098
- export declare const getDataSourcesResponseDataItemContainersItemIdRegExp: RegExp;
1099
- export declare const getDataSourcesResponseDataItemIdRegExp: RegExp;
1100
- 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<{
1101
1308
  data: zod.ZodArray<zod.ZodObject<{
1102
1309
  containers: zod.ZodArray<zod.ZodObject<{
1103
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>>>>;
1104
1316
  id: zod.ZodString;
1105
1317
  name: zod.ZodString;
1106
1318
  path: zod.ZodString;
@@ -1132,7 +1344,7 @@ export declare const getDataSourcesResponse: zod.ZodObject<{
1132
1344
  /**
1133
1345
  * @summary Create a new data source in SmartSpace, defining its properties and credentials for integration.
1134
1346
  */
1135
- export declare const postDataSourcesBody: zod.ZodObject<{
1347
+ export declare const dataSourcesPostBody: zod.ZodObject<{
1136
1348
  credentialType: zod.ZodEnum<{
1137
1349
  BlobStorage: "BlobStorage";
1138
1350
  SqlServer: "SqlServer";
@@ -1150,7 +1362,23 @@ export declare const postDataSourcesBody: zod.ZodObject<{
1150
1362
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1151
1363
  name: zod.ZodString;
1152
1364
  }, zod.core.$strict>;
1153
- 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;
1154
1382
  credentialType: zod.ZodEnum<{
1155
1383
  BlobStorage: "BlobStorage";
1156
1384
  SqlServer: "SqlServer";
@@ -1164,166 +1392,155 @@ export declare const postDataSourcesResponse: zod.ZodObject<{
1164
1392
  File: "File";
1165
1393
  Sitemap: "Sitemap";
1166
1394
  }>;
1167
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1395
+ id: zod.ZodString;
1168
1396
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1169
- name: zod.ZodString;
1397
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1398
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1399
+ name: zod.ZodString;
1400
+ searchable: zod.ZodBoolean;
1170
1401
  }, zod.core.$strip>;
1171
1402
  /**
1172
1403
  * @summary Remove a specific data source from SmartSpace using its unique ID.
1173
1404
  */
1174
- export declare const deleteDataSourcesDataSourceIdPathDataSourceIdRegExp: RegExp;
1175
- export declare const deleteDataSourcesDataSourceIdParams: zod.ZodObject<{
1405
+ export declare const dataSourcesDeletePathDataSourceIdRegExp: RegExp;
1406
+ export declare const dataSourcesDeleteParams: zod.ZodObject<{
1176
1407
  dataSourceId: zod.ZodString;
1177
1408
  }, zod.core.$strict>;
1178
1409
  /**
1179
1410
  * @summary Update the configuration of an existing data source in SmartSpace by specifying its ID.
1180
1411
  */
1181
- export declare const putDataSourcesDataSourceIdPathDataSourceIdRegExp: RegExp;
1182
- export declare const putDataSourcesDataSourceIdParams: zod.ZodObject<{
1412
+ export declare const dataSourcesPutPathDataSourceIdRegExp: RegExp;
1413
+ export declare const dataSourcesPutParams: zod.ZodObject<{
1183
1414
  dataSourceId: zod.ZodString;
1184
1415
  }, zod.core.$strict>;
1185
- export declare const putDataSourcesDataSourceIdBody: zod.ZodObject<{
1416
+ export declare const dataSourcesPutBody: zod.ZodObject<{
1186
1417
  name: zod.ZodString;
1187
1418
  }, zod.core.$strict>;
1188
1419
  /**
1189
1420
  * @summary Retrieve container information associated with a specific data source in SmartSpace, using it's ID.
1190
1421
  */
1191
- export declare const getDataSourcesDataSourceIdContainersPathDataSourceIdRegExp: RegExp;
1192
- export declare const getDataSourcesDataSourceIdContainersParams: zod.ZodObject<{
1422
+ export declare const dataSourcesContainersPathDataSourceIdRegExp: RegExp;
1423
+ export declare const dataSourcesContainersParams: zod.ZodObject<{
1193
1424
  dataSourceId: zod.ZodString;
1194
1425
  }, zod.core.$strict>;
1195
- export declare const getDataSourcesDataSourceIdContainersQueryParams: zod.ZodObject<{
1426
+ export declare const dataSourcesContainersQueryParams: zod.ZodObject<{
1196
1427
  parentId: zod.ZodOptional<zod.ZodString>;
1197
1428
  search: zod.ZodOptional<zod.ZodString>;
1198
1429
  }, zod.core.$strict>;
1199
- export declare const getDataSourcesDataSourceIdContainersResponseDataSourceIdRegExp: RegExp;
1200
- export declare const getDataSourcesDataSourceIdContainersResponseIdRegExp: RegExp;
1201
- 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<{
1202
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>>>>;
1203
1439
  id: zod.ZodString;
1204
1440
  name: zod.ZodString;
1205
1441
  path: zod.ZodString;
1206
1442
  }, zod.core.$strip>;
1207
- export declare const getDataSourcesDataSourceIdContainersResponse: zod.ZodArray<zod.ZodObject<{
1443
+ export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1208
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>>>>;
1209
1450
  id: zod.ZodString;
1210
1451
  name: zod.ZodString;
1211
1452
  path: zod.ZodString;
1212
1453
  }, zod.core.$strip>>;
1213
1454
  /**
1214
- * @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.
1215
1457
  */
1216
- export declare const putDataSourcesDataSourceIdCredentialsPathDataSourceIdRegExp: RegExp;
1217
- export declare const putDataSourcesDataSourceIdCredentialsParams: zod.ZodObject<{
1458
+ export declare const dataSourcesPreviewContainerPathDataSourceIdRegExp: RegExp;
1459
+ export declare const dataSourcesPreviewContainerParams: zod.ZodObject<{
1218
1460
  dataSourceId: zod.ZodString;
1219
1461
  }, zod.core.$strict>;
1220
- export declare const putDataSourcesDataSourceIdCredentialsBody: zod.ZodObject<{
1221
- 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>;
1222
1485
  }, zod.core.$strict>;
1223
1486
  /**
1224
- * @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.
1225
1488
  */
1226
- export declare const getDataSpacesQueryTakeDefault = 20;
1227
- export declare const getDataSpacesQuerySkipDefault = 0;
1228
- 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<{
1229
1521
  take: zod.ZodDefault<zod.ZodNumber>;
1230
1522
  skip: zod.ZodOptional<zod.ZodNumber>;
1231
1523
  search: zod.ZodOptional<zod.ZodString>;
1232
- }, zod.core.$strict>;
1233
- export declare const getDataSpacesResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1234
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1235
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1236
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1237
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1238
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1239
- export declare const getDataSpacesResponseDataItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1240
- export declare const getDataSpacesResponseDataItemDataSetsItemIdRegExp: RegExp;
1241
- export declare const getDataSpacesResponseDataItemDataSetsItemVersionRegExp: RegExp;
1242
- export declare const getDataSpacesResponseDataItemIdRegExp: RegExp;
1243
- export declare const getDataSpacesResponseDataItemParentWorkspaceIdRegExp: RegExp;
1244
- export declare const getDataSpacesResponseDataItemWorkspacesInfoItemIdRegExp: RegExp;
1245
- 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<{
1246
1535
  data: zod.ZodArray<zod.ZodObject<{
1247
1536
  createdAt: zod.ZodISODateTime;
1248
1537
  createdByUserId: zod.ZodString;
1249
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1538
+ dataSets: zod.ZodArray<zod.ZodObject<{
1250
1539
  createdAt: zod.ZodISODateTime;
1251
1540
  createdByUserId: zod.ZodString;
1252
1541
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1253
1542
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1254
- flow: zod.ZodOptional<zod.ZodObject<{
1255
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1256
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1257
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1258
- target: zod.ZodObject<{
1259
- pin: zod.ZodString;
1260
- port: zod.ZodString;
1261
- }, zod.core.$strip>;
1262
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1263
- }, zod.core.$strip>>>>;
1264
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1265
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1266
- pin: zod.ZodString;
1267
- port: zod.ZodString;
1268
- }, zod.core.$strip>>>>;
1269
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1270
- pin: zod.ZodString;
1271
- port: zod.ZodString;
1272
- }, zod.core.$strip>>>>;
1273
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1274
- name: zod.ZodString;
1275
- version: zod.ZodString;
1276
- }, zod.core.$strip>>>>;
1277
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1278
- source: zod.ZodObject<{
1279
- node: zod.ZodString;
1280
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1281
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1282
- }, zod.core.$strip>;
1283
- target: zod.ZodObject<{
1284
- node: zod.ZodString;
1285
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1286
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1287
- }, zod.core.$strip>;
1288
- }, zod.core.$strip>>>>;
1289
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1290
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1291
- }, zod.core.$strip>>>>;
1292
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1293
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1294
- }, zod.core.$strip>>>>;
1295
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1296
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1297
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1298
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1299
- }, zod.core.$strip>>>>;
1300
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1301
- access: zod.ZodEnum<{
1302
- None: "None";
1303
- Read: "Read";
1304
- Write: "Write";
1305
- }>;
1306
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1307
- }, zod.core.$strip>>>>;
1308
- }, zod.core.$strip>>;
1309
- activeFlowDefinitionId: zod.ZodString;
1310
- id: zod.ZodString;
1311
- triggers: zod.ZodArray<zod.ZodObject<{
1312
- dataSourceContainer: zod.ZodObject<{
1313
- dataSourceId: zod.ZodString;
1314
- id: zod.ZodString;
1315
- name: zod.ZodString;
1316
- path: zod.ZodString;
1317
- }, zod.core.$strip>;
1318
- flowId: zod.ZodString;
1319
- id: zod.ZodString;
1320
- inputName: zod.ZodString;
1321
- type: zod.ZodEnum<{
1322
- Periodic: "Periodic";
1323
- Container: "Container";
1324
- }>;
1325
- }, zod.core.$strip>>;
1326
- }, zod.core.$strip>>;
1543
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1327
1544
  id: zod.ZodString;
1328
1545
  modifiedAt: zod.ZodISODateTime;
1329
1546
  modifiedByUserId: zod.ZodString;
@@ -1334,318 +1551,532 @@ export declare const getDataSpacesResponse: zod.ZodObject<{
1334
1551
  name: zod.ZodString;
1335
1552
  }, zod.core.$strip>>;
1336
1553
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1337
- }, zod.core.$strip>>>>;
1554
+ }, zod.core.$strip>>;
1338
1555
  id: zod.ZodString;
1339
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1340
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1556
+ modifiedAt: zod.ZodISODateTime;
1557
+ modifiedByUserId: zod.ZodString;
1341
1558
  name: zod.ZodString;
1342
1559
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1343
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1560
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1344
1561
  id: zod.ZodString;
1345
1562
  name: zod.ZodString;
1346
- }, zod.core.$strip>>>>;
1563
+ }, zod.core.$strip>>;
1347
1564
  }, zod.core.$strip>>;
1348
1565
  total: zod.ZodNumber;
1349
1566
  }, zod.core.$strip>;
1350
1567
  /**
1351
- * @summary Create a new dataspace in SmartSpace, specifying details like name, associated datasources, and containers.
1568
+ * @summary Create a new dataspace.
1352
1569
  */
1353
- export declare const postDataSpacesBodyDataSetIdsItemRegExp: RegExp;
1354
- export declare const postDataSpacesBody: zod.ZodObject<{
1570
+ export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
1571
+ export declare const dataSpacesPostBody: zod.ZodObject<{
1355
1572
  dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1356
1573
  name: zod.ZodString;
1357
1574
  }, zod.core.$strict>;
1358
- export declare const postDataSpacesResponseDataSetIdsItemRegExp: RegExp;
1359
- export declare const postDataSpacesResponse: zod.ZodObject<{
1360
- 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;
1361
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>>;
1362
1619
  }, zod.core.$strip>;
1363
1620
  /**
1364
- * @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
1621
+ * @summary Update an existing dataspace.
1365
1622
  */
1366
- export declare const deleteDataSpacesIdPathIdRegExp: RegExp;
1367
- export declare const deleteDataSpacesIdParams: zod.ZodObject<{
1623
+ export declare const dataSpacesPutPathIdRegExp: RegExp;
1624
+ export declare const dataSpacesPutParams: zod.ZodObject<{
1368
1625
  id: zod.ZodString;
1369
1626
  }, zod.core.$strict>;
1370
- /**
1371
- * @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
1372
- */
1373
- export declare const getDataSpacesIdPathIdRegExp: RegExp;
1374
- 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>;
1375
1631
  id: zod.ZodString;
1632
+ name: zod.ZodString;
1376
1633
  }, zod.core.$strict>;
1377
- export declare const getDataSpacesIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1378
- export declare const getDataSpacesIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1379
- export declare const getDataSpacesIdResponseDataSetsItemFlowIdRegExp: RegExp;
1380
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1381
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1382
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1383
- export declare const getDataSpacesIdResponseDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1384
- export declare const getDataSpacesIdResponseDataSetsItemIdRegExp: RegExp;
1385
- export declare const getDataSpacesIdResponseDataSetsItemVersionRegExp: RegExp;
1386
- export declare const getDataSpacesIdResponseIdRegExp: RegExp;
1387
- export declare const getDataSpacesIdResponseParentWorkspaceIdRegExp: RegExp;
1388
- export declare const getDataSpacesIdResponseWorkspacesInfoItemIdRegExp: RegExp;
1389
- 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<{
1390
1642
  createdAt: zod.ZodISODateTime;
1391
1643
  createdByUserId: zod.ZodString;
1392
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1644
+ dataSets: zod.ZodArray<zod.ZodObject<{
1393
1645
  createdAt: zod.ZodISODateTime;
1394
1646
  createdByUserId: zod.ZodString;
1395
1647
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1396
1648
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1397
- flow: zod.ZodOptional<zod.ZodObject<{
1398
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1399
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1400
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1401
- target: zod.ZodObject<{
1402
- pin: zod.ZodString;
1403
- port: zod.ZodString;
1404
- }, zod.core.$strip>;
1405
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1406
- }, zod.core.$strip>>>>;
1407
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1408
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1409
- pin: zod.ZodString;
1410
- port: zod.ZodString;
1411
- }, zod.core.$strip>>>>;
1412
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1413
- pin: zod.ZodString;
1414
- port: zod.ZodString;
1415
- }, zod.core.$strip>>>>;
1416
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1417
- name: zod.ZodString;
1418
- version: zod.ZodString;
1419
- }, zod.core.$strip>>>>;
1420
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1421
- source: zod.ZodObject<{
1422
- node: zod.ZodString;
1423
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1424
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1425
- }, zod.core.$strip>;
1426
- target: zod.ZodObject<{
1427
- node: zod.ZodString;
1428
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1429
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1430
- }, zod.core.$strip>;
1431
- }, zod.core.$strip>>>>;
1432
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1433
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1434
- }, zod.core.$strip>>>>;
1435
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1436
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1437
- }, zod.core.$strip>>>>;
1438
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1439
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1440
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1441
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1442
- }, zod.core.$strip>>>>;
1443
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1444
- access: zod.ZodEnum<{
1445
- None: "None";
1446
- Read: "Read";
1447
- Write: "Write";
1448
- }>;
1449
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1450
- }, 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;
1451
1782
  }, zod.core.$strip>>;
1452
- activeFlowDefinitionId: zod.ZodString;
1453
- id: zod.ZodString;
1454
- triggers: zod.ZodArray<zod.ZodObject<{
1455
- dataSourceContainer: zod.ZodObject<{
1456
- dataSourceId: zod.ZodString;
1457
- id: zod.ZodString;
1458
- name: zod.ZodString;
1459
- path: zod.ZodString;
1460
- }, zod.core.$strip>;
1461
- flowId: zod.ZodString;
1462
- id: zod.ZodString;
1463
- 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>;
1464
1936
  type: zod.ZodEnum<{
1465
- Periodic: "Periodic";
1466
- Container: "Container";
1937
+ Single: "Single";
1938
+ List: "List";
1939
+ Dictionary: "Dictionary";
1467
1940
  }>;
1468
1941
  }, zod.core.$strip>>;
1942
+ type: zod.ZodEnum<{
1943
+ Single: "Single";
1944
+ List: "List";
1945
+ Dictionary: "Dictionary";
1946
+ }>;
1469
1947
  }, zod.core.$strip>>;
1470
- id: zod.ZodString;
1471
- modifiedAt: zod.ZodISODateTime;
1472
- modifiedByUserId: zod.ZodString;
1473
- name: zod.ZodString;
1474
- properties: zod.ZodArray<zod.ZodObject<{
1475
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1476
- isVector: zod.ZodBoolean;
1477
- 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>>;
1478
1959
  }, zod.core.$strip>>;
1479
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1480
- }, zod.core.$strip>>>>;
1481
- id: zod.ZodString;
1482
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1483
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1960
+ }, zod.core.$strip>>>;
1961
+ isActive: zod.ZodBoolean;
1962
+ modifiedAt: zod.ZodISODateTime;
1484
1963
  name: zod.ZodString;
1485
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1486
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1487
- id: zod.ZodString;
1488
- name: zod.ZodString;
1489
- }, zod.core.$strip>>>>;
1964
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1965
+ rowVersion: zod.ZodString;
1966
+ sourceText: zod.ZodString;
1490
1967
  }, zod.core.$strip>;
1491
1968
  /**
1492
- * @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.
1493
1971
  */
1494
- export declare const putDataSpacesIdPathIdRegExp: RegExp;
1495
- export declare const putDataSpacesIdParams: zod.ZodObject<{
1496
- id: zod.ZodString;
1497
- }, zod.core.$strict>;
1498
- export declare const putDataSpacesIdBodyDataSetIdsItemRegExp: RegExp;
1499
- export declare const putDataSpacesIdBodyIdRegExp: RegExp;
1500
- export declare const putDataSpacesIdBody: zod.ZodObject<{
1501
- dataSetIds: zod.ZodArray<zod.ZodString>;
1502
- id: zod.ZodString;
1972
+ export declare const draftsToggleDraftParams: zod.ZodObject<{
1503
1973
  name: zod.ZodString;
1504
1974
  }, zod.core.$strict>;
1975
+ export declare const draftsToggleDraftBody: zod.ZodObject<{
1976
+ isActive: zod.ZodBoolean;
1977
+ }, zod.core.$strict>;
1505
1978
  /**
1506
- * @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.
1507
1982
  */
1508
- export declare const getDataSpacesIdDatasetsPathIdRegExp: RegExp;
1509
- export declare const getDataSpacesIdDatasetsParams: zod.ZodObject<{
1510
- id: zod.ZodString;
1983
+ export declare const draftsSaveDraftParams: zod.ZodObject<{
1984
+ name: zod.ZodString;
1511
1985
  }, zod.core.$strict>;
1512
- export declare const getDataSpacesIdDatasetsQueryTakeDefault = 20;
1513
- export declare const getDataSpacesIdDatasetsQuerySkipDefault = 0;
1514
- export declare const getDataSpacesIdDatasetsQueryParams: zod.ZodObject<{
1515
- take: zod.ZodDefault<zod.ZodNumber>;
1516
- skip: zod.ZodOptional<zod.ZodNumber>;
1517
- search: zod.ZodOptional<zod.ZodString>;
1986
+ export declare const draftsSaveDraftBody: zod.ZodObject<{
1987
+ expectedRowVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1988
+ source: zod.ZodString;
1518
1989
  }, zod.core.$strict>;
1519
- export declare const getDataSpacesIdDatasetsResponseDataItemDataSpaceIdRegExp: RegExp;
1520
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1521
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowIdRegExp: RegExp;
1522
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1523
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1524
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
1525
- export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
1526
- export declare const getDataSpacesIdDatasetsResponseDataItemIdRegExp: RegExp;
1527
- export declare const getDataSpacesIdDatasetsResponseDataItemVersionRegExp: RegExp;
1528
- export declare const getDataSpacesIdDatasetsResponse: zod.ZodObject<{
1529
- data: zod.ZodArray<zod.ZodObject<{
1530
- createdAt: zod.ZodISODateTime;
1531
- createdByUserId: zod.ZodString;
1532
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1533
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1534
- flow: zod.ZodOptional<zod.ZodObject<{
1535
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
1536
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1537
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1538
- target: zod.ZodObject<{
1539
- pin: zod.ZodString;
1540
- port: zod.ZodString;
1541
- }, zod.core.$strip>;
1542
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1543
- }, zod.core.$strip>>>>;
1544
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1545
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1546
- pin: zod.ZodString;
1547
- port: zod.ZodString;
1548
- }, zod.core.$strip>>>>;
1549
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1550
- pin: zod.ZodString;
1551
- port: zod.ZodString;
1552
- }, zod.core.$strip>>>>;
1553
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1554
- name: zod.ZodString;
1555
- version: zod.ZodString;
1556
- }, zod.core.$strip>>>>;
1557
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1558
- source: zod.ZodObject<{
1559
- node: zod.ZodString;
1560
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1561
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1562
- }, zod.core.$strip>;
1563
- target: zod.ZodObject<{
1564
- node: zod.ZodString;
1565
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1566
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1567
- }, zod.core.$strip>;
1568
- }, zod.core.$strip>>>>;
1569
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1570
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1571
- }, zod.core.$strip>>>>;
1572
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1573
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1574
- }, zod.core.$strip>>>>;
1575
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1576
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1577
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1578
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1579
- }, zod.core.$strip>>>>;
1580
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1581
- access: zod.ZodEnum<{
1582
- None: "None";
1583
- Read: "Read";
1584
- Write: "Write";
1585
- }>;
1586
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1587
- }, 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;
1588
2011
  }, zod.core.$strip>>;
1589
- activeFlowDefinitionId: zod.ZodString;
1590
- id: zod.ZodString;
1591
- triggers: zod.ZodArray<zod.ZodObject<{
1592
- dataSourceContainer: zod.ZodObject<{
1593
- dataSourceId: zod.ZodString;
1594
- id: zod.ZodString;
1595
- name: zod.ZodString;
1596
- path: zod.ZodString;
1597
- }, zod.core.$strip>;
1598
- flowId: zod.ZodString;
1599
- id: zod.ZodString;
1600
- 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>;
1601
2023
  type: zod.ZodEnum<{
1602
- Periodic: "Periodic";
1603
- Container: "Container";
2024
+ Single: "Single";
2025
+ List: "List";
2026
+ Dictionary: "Dictionary";
1604
2027
  }>;
1605
2028
  }, zod.core.$strip>>;
2029
+ type: zod.ZodEnum<{
2030
+ Single: "Single";
2031
+ List: "List";
2032
+ Dictionary: "Dictionary";
2033
+ }>;
1606
2034
  }, zod.core.$strip>>;
1607
- id: zod.ZodString;
1608
- modifiedAt: zod.ZodISODateTime;
1609
- modifiedByUserId: zod.ZodString;
1610
- name: zod.ZodString;
1611
- properties: zod.ZodArray<zod.ZodObject<{
1612
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1613
- isVector: zod.ZodBoolean;
1614
- 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>>;
1615
2046
  }, zod.core.$strip>>;
1616
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1617
- }, zod.core.$strip>>;
1618
- total: zod.ZodNumber;
2047
+ }, zod.core.$strip>>>;
2048
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2049
+ rowVersion: zod.ZodString;
1619
2050
  }, zod.core.$strip>;
1620
2051
  /**
1621
- * @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).
1622
2056
  */
1623
- export declare const postDataSpacesIdDatasetsPathIdRegExp: RegExp;
1624
- export declare const postDataSpacesIdDatasetsParams: zod.ZodObject<{
1625
- id: zod.ZodString;
1626
- }, zod.core.$strict>;
1627
- export declare const postDataSpacesIdDatasetsBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1628
- export declare const postDataSpacesIdDatasetsBody: zod.ZodObject<{
1629
- containerInfo: zod.ZodArray<zod.ZodObject<{
1630
- dataSourceId: zod.ZodString;
1631
- path: zod.ZodString;
1632
- }, zod.core.$strict>>;
1633
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2057
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
1634
2058
  name: zod.ZodString;
1635
2059
  }, zod.core.$strict>;
1636
- export declare const postDebugConnectionsConnectionIdInvokeMethodParams: zod.ZodObject<{
1637
- connectionId: zod.ZodString;
1638
- method: zod.ZodString;
2060
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2061
+ confirmOverwrite: zod.ZodBoolean;
2062
+ publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1639
2063
  }, zod.core.$strict>;
1640
- export declare const postDebugConnectionsConnectionIdInvokeMethodBodyItem: zod.ZodAny;
1641
- 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>;
1642
2073
  /**
1643
- * @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).
1644
2075
  */
1645
- export declare const postFilesBodyThreadIdRegExpOne: RegExp;
1646
- export declare const postFilesBodyUploadIdRegExpOne: RegExp;
1647
- export declare const postFilesBodyWorkspaceIdRegExpOne: RegExp;
1648
- 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<{
1649
2080
  chunkIndex: zod.ZodOptional<zod.ZodNumber>;
1650
2081
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
1651
2082
  lastChunk: zod.ZodOptional<zod.ZodBoolean>;
@@ -1654,10 +2085,10 @@ export declare const postFilesBody: zod.ZodObject<{
1654
2085
  uploadId: zod.ZodOptional<zod.ZodString>;
1655
2086
  workspaceId: zod.ZodOptional<zod.ZodString>;
1656
2087
  }, zod.core.$strict>;
1657
- export declare const postFilesResponseIdRegExpOne: RegExp;
1658
- export declare const postFilesResponseThreadIdRegExpOne: RegExp;
1659
- export declare const postFilesResponseWorkspaceIdRegExpOne: RegExp;
1660
- 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<{
1661
2092
  createdAt: zod.ZodISODateTime;
1662
2093
  createdByUserId: zod.ZodString;
1663
2094
  id: zod.ZodString;
@@ -1668,7 +2099,7 @@ export declare const postFilesResponseItem: zod.ZodObject<{
1668
2099
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1669
2100
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1670
2101
  }, zod.core.$strip>;
1671
- export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
2102
+ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
1672
2103
  createdAt: zod.ZodISODateTime;
1673
2104
  createdByUserId: zod.ZodString;
1674
2105
  id: zod.ZodString;
@@ -1680,22 +2111,22 @@ export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
1680
2111
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1681
2112
  }, zod.core.$strip>>;
1682
2113
  /**
1683
- * @summary Get details for a file previously uploaded
2114
+ * @summary Get details for a file previously uploaded.
1684
2115
  */
1685
- export declare const getFilesIdPathIdRegExpOne: RegExp;
1686
- export declare const getFilesIdParams: zod.ZodObject<{
2116
+ export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
2117
+ export declare const filesGetFileInfoParams: zod.ZodObject<{
1687
2118
  id: zod.ZodString;
1688
2119
  }, zod.core.$strict>;
1689
- export declare const getFilesIdQueryThreadIdRegExpOne: RegExp;
1690
- export declare const getFilesIdQueryWorkspaceIdRegExpOne: RegExp;
1691
- 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<{
1692
2123
  threadId: zod.ZodOptional<zod.ZodString>;
1693
2124
  workspaceId: zod.ZodOptional<zod.ZodString>;
1694
2125
  }, zod.core.$strict>;
1695
- export declare const getFilesIdResponseIdRegExpOne: RegExp;
1696
- export declare const getFilesIdResponseThreadIdRegExpOne: RegExp;
1697
- export declare const getFilesIdResponseWorkspaceIdRegExpOne: RegExp;
1698
- 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<{
1699
2130
  createdAt: zod.ZodISODateTime;
1700
2131
  createdByUserId: zod.ZodString;
1701
2132
  id: zod.ZodString;
@@ -1707,39 +2138,56 @@ export declare const getFilesIdResponse: zod.ZodObject<{
1707
2138
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1708
2139
  }, zod.core.$strip>;
1709
2140
  /**
1710
- * @summary Download a previously uploaded file
2141
+ * @summary Download a previously uploaded file.
1711
2142
  */
1712
- export declare const getFilesIdDownloadPathIdRegExpOne: RegExp;
1713
- export declare const getFilesIdDownloadParams: zod.ZodObject<{
2143
+ export declare const filesDownloadFilePathIdRegExpOne: RegExp;
2144
+ export declare const filesDownloadFileParams: zod.ZodObject<{
1714
2145
  id: zod.ZodString;
1715
2146
  }, zod.core.$strict>;
1716
- export declare const getFilesIdDownloadQueryThreadIdRegExpOne: RegExp;
1717
- export declare const getFilesIdDownloadQueryWorkspaceIdRegExpOne: RegExp;
1718
- 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<{
1719
2150
  threadId: zod.ZodOptional<zod.ZodString>;
1720
2151
  workspaceId: zod.ZodOptional<zod.ZodString>;
1721
2152
  }, zod.core.$strict>;
1722
2153
  /**
1723
- * @summary Get URI of a previously uploaded file
2154
+ * @summary Get URI of a previously uploaded file.
1724
2155
  */
1725
- export declare const getFilesIdUriPathIdRegExpOne: RegExp;
1726
- export declare const getFilesIdUriParams: zod.ZodObject<{
2156
+ export declare const filesGetUriPathIdRegExpOne: RegExp;
2157
+ export declare const filesGetUriParams: zod.ZodObject<{
1727
2158
  id: zod.ZodString;
1728
2159
  }, zod.core.$strict>;
1729
- export declare const getFilesIdUriQueryThreadIdRegExpOne: RegExp;
1730
- export declare const getFilesIdUriQueryWorkspaceIdRegExpOne: RegExp;
1731
- 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<{
1732
2163
  threadId: zod.ZodOptional<zod.ZodString>;
1733
2164
  workspaceId: zod.ZodOptional<zod.ZodString>;
1734
2165
  }, zod.core.$strict>;
1735
- 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>;
1736
2184
  /**
1737
2185
  * @summary Searches for flow runs based on search term
1738
2186
  */
1739
- export declare const getFlowRunsSearchQueryDataSetIdRegExp: RegExp;
1740
- export declare const getFlowRunsSearchQuerySkipDefault = 0;
1741
- export declare const getFlowRunsSearchQueryTakeDefault = 20;
1742
- 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<{
1743
2191
  search: zod.ZodOptional<zod.ZodString>;
1744
2192
  dataSetId: zod.ZodOptional<zod.ZodString>;
1745
2193
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -1748,14 +2196,14 @@ export declare const getFlowRunsSearchQueryParams: zod.ZodObject<{
1748
2196
  /**
1749
2197
  * @summary Gets a singile file if it was used as an input to the flow run
1750
2198
  */
1751
- export declare const getFlowRunsFlowRunIdFilePathFlowRunIdRegExp: RegExp;
1752
- export declare const getFlowRunsFlowRunIdFileParams: zod.ZodObject<{
2199
+ export declare const flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp: RegExp;
2200
+ export declare const flowRunsGetFileFromFlowRunIdParams: zod.ZodObject<{
1753
2201
  flowRunId: zod.ZodString;
1754
2202
  }, zod.core.$strict>;
1755
- export declare const getFlowRunsFlowRunIdFileResponseIdRegExp: RegExp;
1756
- export declare const getFlowRunsFlowRunIdFileResponseThreadIdRegExp: RegExp;
1757
- export declare const getFlowRunsFlowRunIdFileResponseWorkspaceIdRegExp: RegExp;
1758
- 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<{
1759
2207
  createdAt: zod.ZodISODateTime;
1760
2208
  createdByUserId: zod.ZodString;
1761
2209
  id: zod.ZodString;
@@ -1766,24 +2214,47 @@ export declare const getFlowRunsFlowRunIdFileResponse: zod.ZodObject<{
1766
2214
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1767
2215
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1768
2216
  }, zod.core.$strip>;
1769
- export declare const getFlowRunsIdFunctionexecutionsPathIdRegExp: RegExp;
1770
- 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<{
1771
2226
  id: zod.ZodString;
1772
2227
  }, zod.core.$strict>;
1773
- export declare const getFlowRunsIdFunctionexecutionsQuerySkipDefault = 0;
1774
- export declare const getFlowRunsIdFunctionexecutionsQueryTakeDefault = 100;
1775
- export declare const getFlowRunsIdFunctionexecutionsQuerySearchDefault = "";
1776
- 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<{
1777
2248
  skip: zod.ZodOptional<zod.ZodNumber>;
1778
2249
  take: zod.ZodDefault<zod.ZodNumber>;
1779
2250
  search: zod.ZodOptional<zod.ZodString>;
1780
2251
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1781
2252
  }, zod.core.$strict>;
1782
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
1783
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
1784
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
1785
- export declare const getFlowRunsIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
1786
- 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<{
1787
2258
  logs: zod.ZodArray<zod.ZodObject<{
1788
2259
  blockId: zod.ZodString;
1789
2260
  createdAt: zod.ZodISODateTime;
@@ -1823,26 +2294,26 @@ export declare const getFlowRunsIdFunctionexecutionsResponse: zod.ZodObject<{
1823
2294
  }, zod.core.$strip>>;
1824
2295
  total: zod.ZodNumber;
1825
2296
  }, zod.core.$strip>;
1826
- export declare const getFlowRunsIdVariablesPathIdRegExpOne: RegExp;
1827
- export declare const getFlowRunsIdVariablesParams: zod.ZodObject<{
2297
+ export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2298
+ export declare const flowRunsGetVariablesParams: zod.ZodObject<{
1828
2299
  id: zod.ZodString;
1829
2300
  }, zod.core.$strict>;
1830
- export declare const getFlowRunsIdVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1831
- export declare const putFlowRunsIdVariablesVariableNamePathIdRegExpOne: RegExp;
1832
- 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<{
1833
2304
  id: zod.ZodString;
1834
2305
  variableName: zod.ZodString;
1835
2306
  }, zod.core.$strict>;
1836
- export declare const putFlowRunsIdVariablesVariableNameBody: zod.ZodAny;
1837
- export declare const getFlowsIdPathIdRegExp: RegExp;
1838
- 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<{
1839
2310
  id: zod.ZodString;
1840
2311
  }, zod.core.$strict>;
1841
- export declare const putFlowsIdActivePathIdRegExp: RegExp;
1842
- export declare const putFlowsIdActiveParams: zod.ZodObject<{
2312
+ export declare const flowsSetActiveFlowDefinitionPathIdRegExp: RegExp;
2313
+ export declare const flowsSetActiveFlowDefinitionParams: zod.ZodObject<{
1843
2314
  id: zod.ZodString;
1844
2315
  }, zod.core.$strict>;
1845
- export declare const putFlowsIdActiveBody: zod.ZodObject<{
2316
+ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
1846
2317
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1847
2318
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1848
2319
  target: zod.ZodObject<{
@@ -1896,19 +2367,97 @@ export declare const putFlowsIdActiveBody: zod.ZodObject<{
1896
2367
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1897
2368
  }, zod.core.$strict>>>>;
1898
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>;
1899
2448
  /**
1900
2449
  * @summary Retrieves a list of models.
1901
2450
  */
1902
- export declare const getModelsQueryTakeDefaultOne = 50;
1903
- export declare const getModelsQuerySkipDefaultOne = 0;
1904
- export declare const getModelsQuerySearchDefaultOne = "";
1905
- 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<{
1906
2455
  take: zod.ZodDefault<zod.ZodNumber>;
1907
2456
  skip: zod.ZodOptional<zod.ZodNumber>;
1908
2457
  search: zod.ZodOptional<zod.ZodString>;
1909
2458
  }, zod.core.$strict>;
1910
- export declare const getModelsResponseDataItemIdRegExpOne: RegExp;
1911
- export declare const getModelsResponse: zod.ZodObject<{
2459
+ export declare const modelsGetModelsResponseDataItemIdRegExpOne: RegExp;
2460
+ export declare const modelsGetModelsResponse: zod.ZodObject<{
1912
2461
  data: zod.ZodArray<zod.ZodObject<{
1913
2462
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1914
2463
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1931,6 +2480,21 @@ export declare const getModelsResponse: zod.ZodObject<{
1931
2480
  VertexAi: "VertexAi";
1932
2481
  AzureFoundry: "AzureFoundry";
1933
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
+ }>>;
1934
2498
  name: zod.ZodString;
1935
2499
  properties: zod.ZodArray<zod.ZodObject<{
1936
2500
  name: zod.ZodString;
@@ -1947,9 +2511,9 @@ export declare const getModelsResponse: zod.ZodObject<{
1947
2511
  /**
1948
2512
  * @summary Creates a new model.
1949
2513
  */
1950
- export declare const postModelsBodyDeploymentProviderIdRegExp: RegExp;
1951
- export declare const postModelsBodyDeploymentProviderIdRegExpOne: RegExp;
1952
- 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<{
1953
2517
  deployment: zod.ZodOptional<zod.ZodObject<{
1954
2518
  dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1955
2519
  provider: zod.ZodOptional<zod.ZodObject<{
@@ -1978,26 +2542,48 @@ export declare const postModelsBody: zod.ZodObject<{
1978
2542
  }, zod.core.$strict>>;
1979
2543
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1980
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
+ }>>;
1981
2566
  }, zod.core.$strict>;
2567
+ export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
1982
2568
  /**
1983
2569
  * @summary Deletes a model with the specified ID.
1984
2570
  */
1985
- export declare const deleteModelsIdPathIdRegExp: RegExp;
1986
- export declare const deleteModelsIdParams: zod.ZodObject<{
2571
+ export declare const modelsDeleteModelPathIdRegExp: RegExp;
2572
+ export declare const modelsDeleteModelParams: zod.ZodObject<{
1987
2573
  id: zod.ZodString;
1988
2574
  }, zod.core.$strict>;
1989
2575
  /**
1990
2576
  * @summary Retrieves a model by its ID.
1991
2577
  */
1992
- export declare const getModelsIdPathIdRegExpOne: RegExp;
1993
- export declare const getModelsIdParams: zod.ZodObject<{
2578
+ export declare const modelsGetModelPathIdRegExpOne: RegExp;
2579
+ export declare const modelsGetModelParams: zod.ZodObject<{
1994
2580
  id: zod.ZodString;
1995
2581
  }, zod.core.$strict>;
1996
- export declare const getModelsIdResponseDeploymentIdRegExpOne: RegExp;
1997
- export declare const getModelsIdResponseDeploymentProviderIdRegExpOne: RegExp;
1998
- export declare const getModelsIdResponseDeploymentStepsItemIdRegExpOne: RegExp;
1999
- export declare const getModelsIdResponseIdRegExpOne: RegExp;
2000
- 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<{
2001
2587
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2002
2588
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2003
2589
  deployment: zod.ZodOptional<zod.ZodObject<{
@@ -2054,6 +2640,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
2054
2640
  VertexAi: "VertexAi";
2055
2641
  AzureFoundry: "AzureFoundry";
2056
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
+ }>>;
2057
2658
  name: zod.ZodString;
2058
2659
  properties: zod.ZodArray<zod.ZodObject<{
2059
2660
  name: zod.ZodString;
@@ -2067,13 +2668,13 @@ export declare const getModelsIdResponse: zod.ZodObject<{
2067
2668
  /**
2068
2669
  * @summary Updates or inserts a model with the specified ID.
2069
2670
  */
2070
- export declare const putModelsIdPathIdRegExp: RegExp;
2071
- export declare const putModelsIdParams: zod.ZodObject<{
2671
+ export declare const modelsUpsertModelPathIdRegExp: RegExp;
2672
+ export declare const modelsUpsertModelParams: zod.ZodObject<{
2072
2673
  id: zod.ZodString;
2073
2674
  }, zod.core.$strict>;
2074
- export declare const putModelsIdBodyDeploymentProviderIdRegExp: RegExp;
2075
- export declare const putModelsIdBodyDeploymentProviderIdRegExpOne: RegExp;
2076
- 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<{
2077
2678
  deployment: zod.ZodOptional<zod.ZodObject<{
2078
2679
  dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2079
2680
  provider: zod.ZodOptional<zod.ZodObject<{
@@ -2102,23 +2703,38 @@ export declare const putModelsIdBody: zod.ZodObject<{
2102
2703
  }, zod.core.$strict>>;
2103
2704
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2104
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
+ }>>;
2105
2721
  }, zod.core.$strict>;
2106
2722
  /**
2107
2723
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2108
2724
  */
2109
- export declare const getModelsIdDeploymentDockerLogsPathIdRegExp: RegExp;
2110
- export declare const getModelsIdDeploymentDockerLogsParams: zod.ZodObject<{
2725
+ export declare const modelsGetDeploymentDockerLogsPathIdRegExp: RegExp;
2726
+ export declare const modelsGetDeploymentDockerLogsParams: zod.ZodObject<{
2111
2727
  id: zod.ZodString;
2112
2728
  }, zod.core.$strict>;
2113
- export declare const getModelsIdDeploymentDockerLogsResponse: zod.ZodString;
2729
+ export declare const modelsGetDeploymentDockerLogsResponse: zod.ZodString;
2114
2730
  /**
2115
2731
  * @summary Retrieves the health status of a model.
2116
2732
  */
2117
- export declare const getModelsIdHealthPathIdRegExp: RegExp;
2118
- export declare const getModelsIdHealthParams: zod.ZodObject<{
2733
+ export declare const modelsGetModelHealthPathIdRegExp: RegExp;
2734
+ export declare const modelsGetModelHealthParams: zod.ZodObject<{
2119
2735
  id: zod.ZodString;
2120
2736
  }, zod.core.$strict>;
2121
- export declare const getModelsIdHealthResponse: zod.ZodEnum<{
2737
+ export declare const modelsGetModelHealthResponse: zod.ZodEnum<{
2122
2738
  Unhealthy: "Unhealthy";
2123
2739
  Degraded: "Degraded";
2124
2740
  Healthy: "Healthy";
@@ -2126,23 +2742,24 @@ export declare const getModelsIdHealthResponse: zod.ZodEnum<{
2126
2742
  /**
2127
2743
  * @summary Retrieve notifications for user login.
2128
2744
  */
2129
- export declare const getNotificationQueryTakeDefaultOne = 20;
2130
- export declare const getNotificationQuerySkipDefaultOne = 0;
2131
- 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<{
2132
2748
  unread: zod.ZodOptional<zod.ZodBoolean>;
2133
2749
  take: zod.ZodDefault<zod.ZodNumber>;
2134
2750
  skip: zod.ZodOptional<zod.ZodNumber>;
2135
2751
  }, zod.core.$strict>;
2136
- export declare const getNotificationResponseDataItemIdRegExpOne: RegExp;
2137
- export declare const getNotificationResponseDataItemThreadIdRegExpOne: RegExp;
2138
- export declare const getNotificationResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2139
- 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<{
2140
2756
  data: zod.ZodArray<zod.ZodObject<{
2141
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2757
+ createdAt: zod.ZodISODateTime;
2142
2758
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2759
+ createdByUserId: zod.ZodString;
2143
2760
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2144
2761
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2145
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2762
+ id: zod.ZodString;
2146
2763
  notificationType: zod.ZodEnum<{
2147
2764
  WorkSpaceUpdated: "WorkSpaceUpdated";
2148
2765
  MessageThreadUpdated: "MessageThreadUpdated";
@@ -2157,13 +2774,25 @@ export declare const getNotificationResponse: zod.ZodObject<{
2157
2774
  /**
2158
2775
  * @summary Update: mark read notifications.
2159
2776
  */
2160
- export declare const putNotificationUpdateBodyRegExpOne: RegExp;
2161
- export declare const putNotificationUpdateBodyItem: zod.ZodString;
2162
- 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>;
2163
2792
  /**
2164
2793
  * @summary Gets the number of requests by a specified duration
2165
2794
  */
2166
- export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
2795
+ export declare const reportingGetRequestsParams: zod.ZodObject<{
2167
2796
  duration: zod.ZodEnum<{
2168
2797
  Second: "Second";
2169
2798
  Minute: "Minute";
@@ -2172,7 +2801,7 @@ export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
2172
2801
  Month: "Month";
2173
2802
  }>;
2174
2803
  }, zod.core.$strict>;
2175
- export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
2804
+ export declare const reportingGetRequestsQueryParams: zod.ZodObject<{
2176
2805
  split: zod.ZodOptional<zod.ZodEnum<{
2177
2806
  User: "User";
2178
2807
  WorkSpace: "WorkSpace";
@@ -2183,7 +2812,7 @@ export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
2183
2812
  reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
2184
2813
  reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
2185
2814
  }, zod.core.$strict>;
2186
- export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
2815
+ export declare const reportingGetRequestsResponse: zod.ZodObject<{
2187
2816
  categories: zod.ZodArray<zod.ZodISODateTime>;
2188
2817
  series: zod.ZodArray<zod.ZodObject<{
2189
2818
  data: zod.ZodArray<zod.ZodNumber>;
@@ -2193,7 +2822,7 @@ export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
2193
2822
  /**
2194
2823
  * @summary Gets the number of tokens by a specified duration
2195
2824
  */
2196
- export declare const getReportingTokensByDurationParams: zod.ZodObject<{
2825
+ export declare const reportingGetTokensParams: zod.ZodObject<{
2197
2826
  duration: zod.ZodEnum<{
2198
2827
  Second: "Second";
2199
2828
  Minute: "Minute";
@@ -2202,7 +2831,7 @@ export declare const getReportingTokensByDurationParams: zod.ZodObject<{
2202
2831
  Month: "Month";
2203
2832
  }>;
2204
2833
  }, zod.core.$strict>;
2205
- export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
2834
+ export declare const reportingGetTokensQueryParams: zod.ZodObject<{
2206
2835
  split: zod.ZodOptional<zod.ZodEnum<{
2207
2836
  User: "User";
2208
2837
  WorkSpace: "WorkSpace";
@@ -2213,7 +2842,7 @@ export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
2213
2842
  reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
2214
2843
  reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
2215
2844
  }, zod.core.$strict>;
2216
- export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
2845
+ export declare const reportingGetTokensResponse: zod.ZodObject<{
2217
2846
  categories: zod.ZodArray<zod.ZodISODateTime>;
2218
2847
  series: zod.ZodArray<zod.ZodObject<{
2219
2848
  data: zod.ZodArray<zod.ZodNumber>;
@@ -2223,18 +2852,18 @@ export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
2223
2852
  /**
2224
2853
  * @summary Gets Tenant Id
2225
2854
  */
2226
- export declare const getTenantIdResponse: zod.ZodString;
2855
+ export declare const tenantIdGetResultResponse: zod.ZodString;
2227
2856
  /**
2228
2857
  * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
2229
2858
  */
2230
- export declare const getUsersQuerySkipDefault = 0;
2231
- export declare const getUsersQueryTakeDefault = 20;
2232
- 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<{
2233
2862
  search: zod.ZodOptional<zod.ZodString>;
2234
2863
  skip: zod.ZodOptional<zod.ZodNumber>;
2235
2864
  take: zod.ZodDefault<zod.ZodNumber>;
2236
2865
  }, zod.core.$strict>;
2237
- export declare const getUsersResponse: zod.ZodObject<{
2866
+ export declare const usersGetUsersResponse: zod.ZodObject<{
2238
2867
  data: zod.ZodArray<zod.ZodObject<{
2239
2868
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2240
2869
  id: zod.ZodString;
@@ -2242,8 +2871,7 @@ export declare const getUsersResponse: zod.ZodObject<{
2242
2871
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2243
2872
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2244
2873
  name: zod.ZodString;
2245
- permissions: zod.ZodEnum<{
2246
- None: "None";
2874
+ permissions: zod.ZodArray<zod.ZodEnum<{
2247
2875
  WorkspaceCreate: "WorkspaceCreate";
2248
2876
  WorkspaceEdit: "WorkspaceEdit";
2249
2877
  WorkspaceDelete: "WorkspaceDelete";
@@ -2253,32 +2881,67 @@ export declare const getUsersResponse: zod.ZodObject<{
2253
2881
  ConnectorCreate: "ConnectorCreate";
2254
2882
  ConnectorEdit: "ConnectorEdit";
2255
2883
  ConnectorDelete: "ConnectorDelete";
2256
- }>;
2884
+ }>>;
2257
2885
  }, zod.core.$strip>>;
2258
2886
  total: zod.ZodNumber;
2259
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
+ }>>;
2260
2923
  /**
2261
2924
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2262
2925
  */
2263
- export declare const deleteUsersRemoveAssignedWorkspaceQueryUserIdRegExp: RegExp;
2264
- export declare const deleteUsersRemoveAssignedWorkspaceQueryParams: zod.ZodObject<{
2926
+ export declare const usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp: RegExp;
2927
+ export declare const usersRemoveUserFromAllWorkSpacesQueryParams: zod.ZodObject<{
2265
2928
  userId: zod.ZodOptional<zod.ZodString>;
2266
2929
  }, zod.core.$strict>;
2267
2930
  /**
2268
2931
  * @summary Search users by name for autocomplete/navigation. Returns lightweight results (id, name, email only).
2269
2932
  */
2270
- export declare const getUsersSearchQueryTakeDefault = 10;
2271
- export declare const getUsersSearchQueryParams: zod.ZodObject<{
2933
+ export declare const usersSearchUsersQueryTakeDefault = 10;
2934
+ export declare const usersSearchUsersQueryParams: zod.ZodObject<{
2272
2935
  q: zod.ZodOptional<zod.ZodString>;
2273
2936
  take: zod.ZodDefault<zod.ZodNumber>;
2274
2937
  }, zod.core.$strict>;
2275
- export declare const getUsersSearchResponseItem: zod.ZodObject<{
2938
+ export declare const usersSearchUsersResponseItem: zod.ZodObject<{
2276
2939
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2277
2940
  id: zod.ZodString;
2278
2941
  isAssigned: zod.ZodBoolean;
2279
2942
  name: zod.ZodString;
2280
2943
  }, zod.core.$strip>;
2281
- export declare const getUsersSearchResponse: zod.ZodArray<zod.ZodObject<{
2944
+ export declare const usersSearchUsersResponse: zod.ZodArray<zod.ZodObject<{
2282
2945
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2283
2946
  id: zod.ZodString;
2284
2947
  isAssigned: zod.ZodBoolean;
@@ -2287,125 +2950,146 @@ export declare const getUsersSearchResponse: zod.ZodArray<zod.ZodObject<{
2287
2950
  /**
2288
2951
  * @summary Retrieve user detail in SmartSpace
2289
2952
  */
2290
- export declare const getUsersIdParams: zod.ZodObject<{
2953
+ export declare const usersGetUserDetailParams: zod.ZodObject<{
2291
2954
  id: zod.ZodString;
2292
2955
  }, zod.core.$strict>;
2293
- export declare const getUsersIdResponse: zod.ZodObject<{
2956
+ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2294
2957
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2295
2958
  id: zod.ZodString;
2296
2959
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2297
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2298
2960
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2299
2961
  name: zod.ZodString;
2300
- permissions: zod.ZodEnum<{
2301
- None: "None";
2302
- WorkspaceCreate: "WorkspaceCreate";
2303
- WorkspaceEdit: "WorkspaceEdit";
2304
- WorkspaceDelete: "WorkspaceDelete";
2305
- DataSpaceCreate: "DataSpaceCreate";
2306
- DataSpaceEdit: "DataSpaceEdit";
2307
- DataSpaceDelete: "DataSpaceDelete";
2308
- ConnectorCreate: "ConnectorCreate";
2309
- ConnectorEdit: "ConnectorEdit";
2310
- ConnectorDelete: "ConnectorDelete";
2311
- }>;
2312
2962
  }, zod.core.$strip>;
2313
2963
  /**
2314
2964
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
2315
2965
  so browsers can cache the image via standard img src usage.
2316
2966
  */
2317
- export declare const getUsersIdPhotoPathIdRegExpOne: RegExp;
2318
- export declare const getUsersIdPhotoParams: zod.ZodObject<{
2967
+ export declare const usersGetUserPhotoPathIdRegExpOne: RegExp;
2968
+ export declare const usersGetUserPhotoParams: zod.ZodObject<{
2319
2969
  id: zod.ZodString;
2320
2970
  }, zod.core.$strict>;
2321
- 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>;
2322
2972
  /**
2323
2973
  * @summary Adds Admin for a access for a user
2324
2974
  */
2325
- export declare const getUsersIdWorkspacesPathIdRegExp: RegExp;
2326
- export declare const getUsersIdWorkspacesParams: zod.ZodObject<{
2975
+ export declare const usersGetAccessWorkSpacesPathIdRegExp: RegExp;
2976
+ export declare const usersGetAccessWorkSpacesParams: zod.ZodObject<{
2327
2977
  id: zod.ZodString;
2328
2978
  }, zod.core.$strict>;
2329
- export declare const getUsersIdWorkspacesQuerySkipDefault = 0;
2330
- export declare const getUsersIdWorkspacesQueryTakeDefault = 20;
2331
- 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<{
2332
2982
  skip: zod.ZodOptional<zod.ZodNumber>;
2333
2983
  take: zod.ZodDefault<zod.ZodNumber>;
2334
2984
  }, zod.core.$strict>;
2335
- export declare const getUsersIdWorkspacesResponseIdRegExp: RegExp;
2336
- export declare const getUsersIdWorkspacesResponseWorkSpaceIdRegExp: RegExp;
2337
- export declare const getUsersIdWorkspacesResponseItem: zod.ZodObject<{
2338
- accessType: zod.ZodEnum<{
2339
- Principal: "Principal";
2340
- Group: "Group";
2341
- }>;
2342
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2343
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2344
- objectId: zod.ZodString;
2345
- principalType: zod.ZodOptional<zod.ZodEnum<{
2346
- Unknown: "Unknown";
2347
- User: "User";
2348
- ServicePrincipal: "ServicePrincipal";
2349
- Internal: "Internal";
2350
- }>>;
2351
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2352
- 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;
2353
3006
  }, zod.core.$strip>;
2354
- export declare const getUsersIdWorkspacesResponse: zod.ZodArray<zod.ZodObject<{
2355
- accessType: zod.ZodEnum<{
2356
- Principal: "Principal";
2357
- Group: "Group";
2358
- }>;
2359
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2360
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2361
- objectId: zod.ZodString;
2362
- principalType: zod.ZodOptional<zod.ZodEnum<{
2363
- Unknown: "Unknown";
2364
- User: "User";
2365
- ServicePrincipal: "ServicePrincipal";
2366
- 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";
2367
3053
  }>>;
2368
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2369
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2370
- }, zod.core.$strip>>;
3054
+ }, zod.core.$strict>;
2371
3055
  /**
2372
3056
  * @summary Returns a list of available Azure locations for deploying virtual machines
2373
3057
  */
2374
- export declare const getVirtualMachinesLocationsResponseItem: zod.ZodObject<{
3058
+ export declare const virtualMachinesGetVirtualMachineLocationsResponseItem: zod.ZodObject<{
2375
3059
  displayName: zod.ZodString;
2376
3060
  name: zod.ZodString;
2377
3061
  }, zod.core.$strip>;
2378
- export declare const getVirtualMachinesLocationsResponse: zod.ZodArray<zod.ZodObject<{
3062
+ export declare const virtualMachinesGetVirtualMachineLocationsResponse: zod.ZodArray<zod.ZodObject<{
2379
3063
  displayName: zod.ZodString;
2380
3064
  name: zod.ZodString;
2381
3065
  }, zod.core.$strip>>;
2382
3066
  /**
2383
3067
  * @summary Returns a list of virtual machines sizes available in the specified location
2384
3068
  */
2385
- export declare const getVirtualMachinesLocationsLocationSizesParams: zod.ZodObject<{
3069
+ export declare const virtualMachinesGetVirtualMachineSizeParams: zod.ZodObject<{
2386
3070
  location: zod.ZodString;
2387
3071
  }, zod.core.$strict>;
2388
- export declare const getVirtualMachinesLocationsLocationSizesResponseItem: zod.ZodObject<{
3072
+ export declare const virtualMachinesGetVirtualMachineSizeResponseItem: zod.ZodObject<{
2389
3073
  name: zod.ZodString;
2390
3074
  }, zod.core.$strip>;
2391
- export declare const getVirtualMachinesLocationsLocationSizesResponse: zod.ZodArray<zod.ZodObject<{
3075
+ export declare const virtualMachinesGetVirtualMachineSizeResponse: zod.ZodArray<zod.ZodObject<{
2392
3076
  name: zod.ZodString;
2393
3077
  }, zod.core.$strip>>;
2394
3078
  /**
2395
3079
  * @summary Obtain a list of all templates in SmartSpace, with pagination options take and skip.
2396
3080
  */
2397
- export declare const getWorkSpaceTemplatesQueryTakeDefault = 20;
2398
- export declare const getWorkSpaceTemplatesQuerySkipDefault = 0;
2399
- export declare const getWorkSpaceTemplatesQuerySearchDefault = "";
2400
- 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<{
2401
3085
  take: zod.ZodDefault<zod.ZodNumber>;
2402
3086
  skip: zod.ZodOptional<zod.ZodNumber>;
2403
3087
  search: zod.ZodOptional<zod.ZodString>;
2404
3088
  }, zod.core.$strict>;
2405
- export declare const getWorkSpaceTemplatesResponseDataItemIdRegExp: RegExp;
2406
- export declare const getWorkSpaceTemplatesResponseDataItemLatestVersionIdRegExp: RegExp;
2407
- export declare const getWorkSpaceTemplatesResponseDataItemPublisherIdRegExp: RegExp;
2408
- 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<{
2409
3093
  data: zod.ZodArray<zod.ZodObject<{
2410
3094
  createdAtUtc: zod.ZodISODateTime;
2411
3095
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2425,34 +3109,36 @@ export declare const getWorkSpaceTemplatesResponse: zod.ZodObject<{
2425
3109
  total: zod.ZodNumber;
2426
3110
  }, zod.core.$strip>;
2427
3111
  /**
2428
- * @summary Obtain a list of all workspaces in SmartSpace, with pagination options take and skip.
3112
+ * @summary Retrieves a collection of workspaces.
2429
3113
  */
2430
- export declare const getWorkSpacesQueryTakeDefaultOne = 20;
2431
- export declare const getWorkSpacesQuerySkipDefaultOne = 0;
2432
- 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<{
2433
3117
  take: zod.ZodDefault<zod.ZodNumber>;
2434
3118
  skip: zod.ZodOptional<zod.ZodNumber>;
2435
3119
  search: zod.ZodOptional<zod.ZodString>;
2436
- }, zod.core.$strict>;
2437
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2438
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
2439
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
2440
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
2441
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
2442
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
2443
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
2444
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
2445
- export declare const getWorkSpacesResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
2446
- export declare const getWorkSpacesResponseDataItemDataSpacesItemIdRegExpOne: RegExp;
2447
- export declare const getWorkSpacesResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
2448
- export declare const getWorkSpacesResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
2449
- export declare const getWorkSpacesResponseDataItemIdRegExpOne: RegExp;
2450
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
2451
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
2452
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
2453
- export declare const getWorkSpacesResponseDataItemModelConfigurationsItemModelIdRegExpOne: RegExp;
2454
- export declare const getWorkSpacesResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
2455
- 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<{
2456
3142
  data: zod.ZodArray<zod.ZodObject<{
2457
3143
  createdAt: zod.ZodISODateTime;
2458
3144
  createdByUserId: zod.ZodString;
@@ -2524,6 +3210,11 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2524
3210
  triggers: zod.ZodArray<zod.ZodObject<{
2525
3211
  dataSourceContainer: zod.ZodObject<{
2526
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>>>>;
2527
3218
  id: zod.ZodString;
2528
3219
  name: zod.ZodString;
2529
3220
  path: zod.ZodString;
@@ -2564,7 +3255,6 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2564
3255
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2565
3256
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2566
3257
  }, zod.core.$strip>>;
2567
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2568
3258
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2569
3259
  frequencyPenalty: zod.ZodNumber;
2570
3260
  model: zod.ZodObject<{
@@ -2624,272 +3314,75 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
2624
3314
  VertexAi: "VertexAi";
2625
3315
  AzureFoundry: "AzureFoundry";
2626
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
+ }>>;
2627
3332
  name: zod.ZodString;
2628
- properties: zod.ZodArray<zod.ZodObject<{
2629
- name: zod.ZodString;
2630
- type: zod.ZodEnum<{
2631
- Boolean: "Boolean";
2632
- Number: "Number";
2633
- String: "String";
2634
- }>;
2635
- }, zod.core.$strip>>;
2636
- }, zod.core.$strip>;
2637
- prePrompt: zod.ZodString;
2638
- presencePenalty: zod.ZodNumber;
2639
- role: zod.ZodEnum<{
2640
- Document: "Document";
2641
- Agent: "Agent";
2642
- Analyzer: "Analyzer";
2643
- }>;
2644
- temperature: zod.ZodNumber;
2645
- topP: zod.ZodNumber;
2646
- }, zod.core.$strip>>;
2647
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2648
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2649
- name: zod.ZodString;
2650
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2651
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2652
- showSources: zod.ZodBoolean;
2653
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2654
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2655
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2656
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2657
- access: zod.ZodEnum<{
2658
- None: "None";
2659
- Read: "Read";
2660
- Write: "Write";
2661
- }>;
2662
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2663
- }, zod.core.$strip>>;
2664
- }, zod.core.$strip>>;
2665
- total: zod.ZodNumber;
2666
- }, zod.core.$strip>;
2667
- /**
2668
- * @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
2669
- */
2670
- export declare const postWorkSpacesBodyDataSpacesItemRegExp: RegExp;
2671
- export declare const postWorkSpacesBodyIdRegExp: RegExp;
2672
- export declare const postWorkSpacesBodyModelConfigurationsItemModelIdRegExp: RegExp;
2673
- export declare const postWorkSpacesBodyTemplateVersionIdRegExp: RegExp;
2674
- export declare const postWorkSpacesBody: zod.ZodObject<{
2675
- dataSpaces: zod.ZodArray<zod.ZodString>;
2676
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2677
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2678
- frequencyPenalty: zod.ZodNumber;
2679
- modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2680
- modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2681
- prePrompt: zod.ZodString;
2682
- presencePenalty: zod.ZodNumber;
2683
- role: zod.ZodEnum<{
2684
- Document: "Document";
2685
- Agent: "Agent";
2686
- Analyzer: "Analyzer";
2687
- }>;
2688
- temperature: zod.ZodNumber;
2689
- topP: zod.ZodNumber;
2690
- }, zod.core.$strict>>;
2691
- name: zod.ZodString;
2692
- templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2693
- }, zod.core.$strict>;
2694
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
2695
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
2696
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
2697
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
2698
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
2699
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
2700
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
2701
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
2702
- export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
2703
- export declare const postWorkSpacesResponseDataSpacesItemIdRegExp: RegExp;
2704
- export declare const postWorkSpacesResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
2705
- export declare const postWorkSpacesResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
2706
- export declare const postWorkSpacesResponseIdRegExp: RegExp;
2707
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
2708
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
2709
- export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
2710
- export declare const postWorkSpacesResponseModelConfigurationsItemModelIdRegExp: RegExp;
2711
- export declare const postWorkSpacesResponseSandBoxThreadIdRegExp: RegExp;
2712
- export declare const postWorkSpacesResponse: zod.ZodObject<{
2713
- createdAt: zod.ZodISODateTime;
2714
- createdByUserId: zod.ZodString;
2715
- dataSpaces: zod.ZodArray<zod.ZodObject<{
2716
- createdAt: zod.ZodISODateTime;
2717
- createdByUserId: zod.ZodString;
2718
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2719
- createdAt: zod.ZodISODateTime;
2720
- createdByUserId: zod.ZodString;
2721
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2722
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2723
- flow: zod.ZodOptional<zod.ZodObject<{
2724
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
2725
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2726
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2727
- target: zod.ZodObject<{
2728
- pin: zod.ZodString;
2729
- port: zod.ZodString;
2730
- }, zod.core.$strip>;
2731
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2732
- }, zod.core.$strip>>>>;
2733
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2734
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2735
- pin: zod.ZodString;
2736
- port: zod.ZodString;
2737
- }, zod.core.$strip>>>>;
2738
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2739
- pin: zod.ZodString;
2740
- port: zod.ZodString;
2741
- }, zod.core.$strip>>>>;
2742
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2743
- name: zod.ZodString;
2744
- version: zod.ZodString;
2745
- }, zod.core.$strip>>>>;
2746
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2747
- source: zod.ZodObject<{
2748
- node: zod.ZodString;
2749
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2750
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2751
- }, zod.core.$strip>;
2752
- target: zod.ZodObject<{
2753
- node: zod.ZodString;
2754
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2755
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2756
- }, zod.core.$strip>;
2757
- }, zod.core.$strip>>>>;
2758
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2759
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2760
- }, zod.core.$strip>>>>;
2761
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2762
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2763
- }, zod.core.$strip>>>>;
2764
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2765
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2766
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2767
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2768
- }, zod.core.$strip>>>>;
2769
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2770
- access: zod.ZodEnum<{
2771
- None: "None";
2772
- Read: "Read";
2773
- Write: "Write";
2774
- }>;
2775
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2776
- }, zod.core.$strip>>>>;
2777
- }, zod.core.$strip>>;
2778
- activeFlowDefinitionId: zod.ZodString;
2779
- id: zod.ZodString;
2780
- triggers: zod.ZodArray<zod.ZodObject<{
2781
- dataSourceContainer: zod.ZodObject<{
2782
- dataSourceId: zod.ZodString;
2783
- id: zod.ZodString;
2784
- name: zod.ZodString;
2785
- path: zod.ZodString;
2786
- }, zod.core.$strip>;
2787
- flowId: zod.ZodString;
2788
- id: zod.ZodString;
2789
- inputName: zod.ZodString;
2790
- type: zod.ZodEnum<{
2791
- Periodic: "Periodic";
2792
- Container: "Container";
2793
- }>;
2794
- }, zod.core.$strip>>;
2795
- }, zod.core.$strip>>;
2796
- id: zod.ZodString;
2797
- modifiedAt: zod.ZodISODateTime;
2798
- modifiedByUserId: zod.ZodString;
2799
- name: zod.ZodString;
2800
- properties: zod.ZodArray<zod.ZodObject<{
2801
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2802
- isVector: zod.ZodBoolean;
2803
- name: zod.ZodString;
2804
- }, zod.core.$strip>>;
2805
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2806
- }, zod.core.$strip>>>>;
2807
- 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>>;
2808
3352
  modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2809
3353
  modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2810
3354
  name: zod.ZodString;
2811
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2812
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2813
- id: zod.ZodString;
2814
- name: zod.ZodString;
2815
- }, 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>>;
2816
3369
  }, zod.core.$strip>>;
2817
- favorited: zod.ZodBoolean;
2818
- 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>;
2819
3381
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2820
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2821
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2822
- }, zod.core.$strip>>;
2823
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2824
3382
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2825
3383
  frequencyPenalty: zod.ZodNumber;
2826
- model: zod.ZodObject<{
2827
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2828
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2829
- deployment: zod.ZodOptional<zod.ZodObject<{
2830
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2831
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2832
- detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2833
- dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2834
- id: zod.ZodString;
2835
- modelName: zod.ZodString;
2836
- providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2837
- providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2838
- region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2839
- status: zod.ZodEnum<{
2840
- Deploying: "Deploying";
2841
- Ready: "Ready";
2842
- Failed: "Failed";
2843
- Deleting: "Deleting";
2844
- Deleted: "Deleted";
2845
- }>;
2846
- statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2847
- statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2848
- steps: zod.ZodArray<zod.ZodObject<{
2849
- finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2850
- id: zod.ZodString;
2851
- index: zod.ZodNumber;
2852
- message: zod.ZodString;
2853
- name: zod.ZodEnum<{
2854
- DeployVNet: "DeployVNet";
2855
- DeployVM: "DeployVM";
2856
- InstallDependencies: "InstallDependencies";
2857
- DownloadModel: "DownloadModel";
2858
- TestModel: "TestModel";
2859
- }>;
2860
- progress: zod.ZodNumber;
2861
- startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2862
- }, zod.core.$strip>>;
2863
- url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2864
- virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
2865
- TextGenerationInference: "TextGenerationInference";
2866
- VLlm: "VLlm";
2867
- }>>;
2868
- virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2869
- vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2870
- }, zod.core.$strip>>;
2871
- displayName: zod.ZodString;
2872
- id: zod.ZodString;
2873
- modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2874
- OpenAi: "OpenAi";
2875
- AzureOpenAi: "AzureOpenAi";
2876
- HuggingFace: "HuggingFace";
2877
- Cohere: "Cohere";
2878
- Anthropic: "Anthropic";
2879
- Gemini: "Gemini";
2880
- VertexAi: "VertexAi";
2881
- AzureFoundry: "AzureFoundry";
2882
- }>>;
2883
- name: zod.ZodString;
2884
- properties: zod.ZodArray<zod.ZodObject<{
2885
- name: zod.ZodString;
2886
- type: zod.ZodEnum<{
2887
- Boolean: "Boolean";
2888
- Number: "Number";
2889
- String: "String";
2890
- }>;
2891
- }, zod.core.$strip>>;
2892
- }, zod.core.$strip>;
3384
+ modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3385
+ modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2893
3386
  prePrompt: zod.ZodString;
2894
3387
  presencePenalty: zod.ZodNumber;
2895
3388
  role: zod.ZodEnum<{
@@ -2899,58 +3392,43 @@ export declare const postWorkSpacesResponse: zod.ZodObject<{
2899
3392
  }>;
2900
3393
  temperature: zod.ZodNumber;
2901
3394
  topP: zod.ZodNumber;
2902
- }, zod.core.$strip>>;
2903
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2904
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3395
+ }, zod.core.$strict>>;
2905
3396
  name: zod.ZodString;
2906
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2907
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2908
- showSources: zod.ZodBoolean;
2909
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2910
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2911
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2912
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2913
- access: zod.ZodEnum<{
2914
- None: "None";
2915
- Read: "Read";
2916
- Write: "Write";
2917
- }>;
2918
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2919
- }, zod.core.$strip>>;
2920
- }, zod.core.$strip>;
3397
+ templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3398
+ }, zod.core.$strict>;
2921
3399
  /**
2922
- * @summary Remove a particular workspace from SmartSpace, identified by its ID.
3400
+ * @summary Deletes a workspace by its ID.
2923
3401
  */
2924
- export declare const deleteWorkSpacesIdPathIdRegExp: RegExp;
2925
- export declare const deleteWorkSpacesIdParams: zod.ZodObject<{
3402
+ export declare const workSpacesDeletePathIdRegExp: RegExp;
3403
+ export declare const workSpacesDeleteParams: zod.ZodObject<{
2926
3404
  id: zod.ZodString;
2927
3405
  }, zod.core.$strict>;
2928
3406
  /**
2929
- * @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
3407
+ * @summary Retrieves a workspace by its ID.
2930
3408
  */
2931
- export declare const getWorkSpacesIdPathIdRegExpOne: RegExp;
2932
- export declare const getWorkSpacesIdParams: zod.ZodObject<{
3409
+ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3410
+ export declare const workSpacesGetIdParams: zod.ZodObject<{
2933
3411
  id: zod.ZodString;
2934
3412
  }, zod.core.$strict>;
2935
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2936
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
2937
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
2938
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
2939
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
2940
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
2941
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
2942
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
2943
- export declare const getWorkSpacesIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
2944
- export declare const getWorkSpacesIdResponseDataSpacesItemIdRegExpOne: RegExp;
2945
- export declare const getWorkSpacesIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
2946
- export declare const getWorkSpacesIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
2947
- export declare const getWorkSpacesIdResponseIdRegExpOne: RegExp;
2948
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
2949
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
2950
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
2951
- export declare const getWorkSpacesIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
2952
- export declare const getWorkSpacesIdResponseSandBoxThreadIdRegExpOne: RegExp;
2953
- 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<{
2954
3432
  createdAt: zod.ZodISODateTime;
2955
3433
  createdByUserId: zod.ZodString;
2956
3434
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3021,6 +3499,11 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3021
3499
  triggers: zod.ZodArray<zod.ZodObject<{
3022
3500
  dataSourceContainer: zod.ZodObject<{
3023
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>>>>;
3024
3507
  id: zod.ZodString;
3025
3508
  name: zod.ZodString;
3026
3509
  path: zod.ZodString;
@@ -3061,7 +3544,6 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3061
3544
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3062
3545
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3063
3546
  }, zod.core.$strip>>;
3064
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3065
3547
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
3066
3548
  frequencyPenalty: zod.ZodNumber;
3067
3549
  model: zod.ZodObject<{
@@ -3121,6 +3603,21 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3121
3603
  VertexAi: "VertexAi";
3122
3604
  AzureFoundry: "AzureFoundry";
3123
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
+ }>>;
3124
3621
  name: zod.ZodString;
3125
3622
  properties: zod.ZodArray<zod.ZodObject<{
3126
3623
  name: zod.ZodString;
@@ -3159,14 +3656,40 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
3159
3656
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3160
3657
  }, zod.core.$strip>>;
3161
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>;
3162
3685
  /**
3163
- * @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.
3164
3687
  */
3165
- export declare const putWorkSpacesIdBasicinfoPathIdRegExp: RegExp;
3166
- export declare const putWorkSpacesIdBasicinfoParams: zod.ZodObject<{
3688
+ export declare const workSpacesPutPathIdRegExp: RegExp;
3689
+ export declare const workSpacesPutParams: zod.ZodObject<{
3167
3690
  id: zod.ZodString;
3168
3691
  }, zod.core.$strict>;
3169
- export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
3692
+ export declare const workSpacesPutBody: zod.ZodObject<{
3170
3693
  firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3171
3694
  name: zod.ZodString;
3172
3695
  outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3175,22 +3698,30 @@ export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
3175
3698
  tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3176
3699
  }, zod.core.$strict>;
3177
3700
  /**
3178
- * @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.
3179
3710
  */
3180
- export declare const getWorkSpacesIdMessageThreadsPathIdRegExpOne: RegExp;
3181
- export declare const getWorkSpacesIdMessageThreadsParams: zod.ZodObject<{
3711
+ export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
3712
+ export declare const workSpacesGetThreadsParams: zod.ZodObject<{
3182
3713
  id: zod.ZodString;
3183
3714
  }, zod.core.$strict>;
3184
- export declare const getWorkSpacesIdMessageThreadsQueryTakeDefaultOne = 50;
3185
- export declare const getWorkSpacesIdMessageThreadsQuerySkipDefaultOne = 0;
3186
- 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<{
3187
3718
  take: zod.ZodDefault<zod.ZodNumber>;
3188
3719
  skip: zod.ZodOptional<zod.ZodNumber>;
3189
3720
  search: zod.ZodOptional<zod.ZodString>;
3190
3721
  }, zod.core.$strict>;
3191
- export declare const getWorkSpacesIdMessageThreadsResponseDataItemIdRegExpOne: RegExp;
3192
- export declare const getWorkSpacesIdMessageThreadsResponseDataItemWorkSpaceIdRegExpOne: RegExp;
3193
- 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<{
3194
3725
  data: zod.ZodArray<zod.ZodObject<{
3195
3726
  createdAt: zod.ZodISODateTime;
3196
3727
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3210,8 +3741,8 @@ export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
3210
3741
  /**
3211
3742
  * @summary Deletes the model configuration for a specific workspace and role.
3212
3743
  */
3213
- export declare const deleteWorkSpacesIdModelconfigurationRolePathIdRegExp: RegExp;
3214
- export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<{
3744
+ export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
3745
+ export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
3215
3746
  id: zod.ZodString;
3216
3747
  role: zod.ZodEnum<{
3217
3748
  Document: "Document";
@@ -3220,10 +3751,10 @@ export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObje
3220
3751
  }>;
3221
3752
  }, zod.core.$strict>;
3222
3753
  /**
3223
- * @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.
3224
3755
  */
3225
- export declare const putWorkSpacesIdModelconfigurationRolePathIdRegExp: RegExp;
3226
- export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<{
3756
+ export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
3757
+ export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
3227
3758
  id: zod.ZodString;
3228
3759
  role: zod.ZodEnum<{
3229
3760
  Document: "Document";
@@ -3231,8 +3762,8 @@ export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<
3231
3762
  Analyzer: "Analyzer";
3232
3763
  }>;
3233
3764
  }, zod.core.$strict>;
3234
- export declare const putWorkSpacesIdModelconfigurationRoleBodyModelIdRegExp: RegExp;
3235
- export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
3765
+ export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
3766
+ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3236
3767
  frequencyPenalty: zod.ZodNumber;
3237
3768
  modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3238
3769
  modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3247,40 +3778,40 @@ export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
3247
3778
  topP: zod.ZodNumber;
3248
3779
  }, zod.core.$strict>;
3249
3780
  /**
3250
- * @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.
3251
3782
  */
3252
- export declare const deleteWorkSpacesWorkspaceIdDataspacesDataspaceIdPathWorkspaceIdRegExp: RegExp;
3253
- export declare const deleteWorkSpacesWorkspaceIdDataspacesDataspaceIdPathDataspaceIdRegExp: RegExp;
3254
- 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<{
3255
3786
  workspaceId: zod.ZodString;
3256
3787
  dataspaceId: zod.ZodString;
3257
3788
  }, zod.core.$strict>;
3258
3789
  /**
3259
- * @summary Link a specific dataspace to a workspace in SmartSpace, using both workspaceId and dataspaceId.
3790
+ * @summary Adds a data space to a workspace.
3260
3791
  */
3261
- export declare const putWorkSpacesWorkspaceIdDataspacesDataspaceIdPathWorkspaceIdRegExp: RegExp;
3262
- export declare const putWorkSpacesWorkspaceIdDataspacesDataspaceIdPathDataspaceIdRegExp: RegExp;
3263
- 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<{
3264
3795
  workspaceId: zod.ZodString;
3265
3796
  dataspaceId: zod.ZodString;
3266
3797
  }, zod.core.$strict>;
3267
3798
  /**
3268
- * @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.
3269
3800
  */
3270
- export declare const getWorkSpacesWorkspaceIdFilesPathWorkspaceIdRegExp: RegExp;
3271
- export declare const getWorkSpacesWorkspaceIdFilesParams: zod.ZodObject<{
3801
+ export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3802
+ export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
3272
3803
  workspaceId: zod.ZodString;
3273
3804
  }, zod.core.$strict>;
3274
- export declare const getWorkSpacesWorkspaceIdFilesQueryTakeDefault = 20;
3275
- export declare const getWorkSpacesWorkspaceIdFilesQuerySkipDefault = 0;
3276
- 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<{
3277
3808
  take: zod.ZodDefault<zod.ZodNumber>;
3278
3809
  skip: zod.ZodOptional<zod.ZodNumber>;
3279
3810
  }, zod.core.$strict>;
3280
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileIdRegExp: RegExp;
3281
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileThreadIdRegExp: RegExp;
3282
- export declare const getWorkSpacesWorkspaceIdFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
3283
- 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<{
3284
3815
  data: zod.ZodArray<zod.ZodObject<{
3285
3816
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3286
3817
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3310,19 +3841,19 @@ export declare const getWorkSpacesWorkspaceIdFilesResponse: zod.ZodObject<{
3310
3841
  total: zod.ZodNumber;
3311
3842
  }, zod.core.$strip>;
3312
3843
  /**
3313
- * @summary Uploads a list of files directly to the workspace
3844
+ * @summary Uploads a list of files directly to the workspace.
3314
3845
  */
3315
- export declare const postWorkSpacesWorkspaceIdFilesPathWorkspaceIdRegExp: RegExp;
3316
- export declare const postWorkSpacesWorkspaceIdFilesParams: zod.ZodObject<{
3846
+ export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3847
+ export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
3317
3848
  workspaceId: zod.ZodString;
3318
3849
  }, zod.core.$strict>;
3319
- export declare const postWorkSpacesWorkspaceIdFilesBody: zod.ZodObject<{
3850
+ export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
3320
3851
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
3321
3852
  }, zod.core.$strict>;
3322
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileIdRegExp: RegExp;
3323
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileThreadIdRegExp: RegExp;
3324
- export declare const postWorkSpacesWorkspaceIdFilesResponseFileWorkspaceIdRegExp: RegExp;
3325
- 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<{
3326
3857
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3327
3858
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3328
3859
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3348,7 +3879,7 @@ export declare const postWorkSpacesWorkspaceIdFilesResponseItem: zod.ZodObject<{
3348
3879
  Ingesting: "Ingesting";
3349
3880
  }>;
3350
3881
  }, zod.core.$strip>;
3351
- export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.ZodObject<{
3882
+ export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
3352
3883
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3353
3884
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3354
3885
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3375,26 +3906,80 @@ export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.Zo
3375
3906
  }>;
3376
3907
  }, zod.core.$strip>>;
3377
3908
  /**
3378
- * @summary Removes a file form the workspace and the ingested content
3909
+ * @summary Removes a file from the workspace and the ingested content.
3379
3910
  */
3380
- export declare const deleteWorkSpacesWorkspaceIdFilesFileIdPathWorkspaceIdRegExp: RegExp;
3381
- export declare const deleteWorkSpacesWorkspaceIdFilesFileIdPathFileIdRegExp: RegExp;
3382
- 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<{
3383
3914
  workspaceId: zod.ZodString;
3384
3915
  fileId: zod.ZodString;
3385
3916
  }, zod.core.$strict>;
3386
- export declare const getWorkSpacesWorkspaceIdFlowsActivePathWorkspaceIdRegExp: RegExp;
3387
- export declare const getWorkSpacesWorkspaceIdFlowsActiveParams: zod.ZodObject<{
3917
+ export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
3918
+ export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
3388
3919
  workspaceId: zod.ZodString;
3389
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>;
3390
3975
  /**
3391
- * @summary Creates a flow
3976
+ * @summary Sets the active flow definition for a workspace.
3392
3977
  */
3393
- export declare const putWorkSpacesWorkspaceIdFlowsActivePathWorkspaceIdRegExp: RegExp;
3394
- export declare const putWorkSpacesWorkspaceIdFlowsActiveParams: zod.ZodObject<{
3978
+ export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
3979
+ export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
3395
3980
  workspaceId: zod.ZodString;
3396
3981
  }, zod.core.$strict>;
3397
- export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
3982
+ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
3398
3983
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3399
3984
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3400
3985
  target: zod.ZodObject<{
@@ -3449,54 +4034,44 @@ export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
3449
4034
  }, zod.core.$strict>>>>;
3450
4035
  }, zod.core.$strict>;
3451
4036
  /**
3452
- * @summary Updates the the layout of blocks for the flowdefintion
3453
- */
3454
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutPathWorkspaceIdRegExp: RegExp;
3455
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutParams: zod.ZodObject<{
3456
- workspaceId: zod.ZodString;
3457
- }, zod.core.$strict>;
3458
- export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutBody: zod.ZodAny;
3459
- /**
3460
- * @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.
3461
4038
  */
3462
- export declare const putWorkSpacesWorkspaceIdPromptresponsePathWorkspaceIdRegExp: RegExp;
3463
- export declare const putWorkSpacesWorkspaceIdPromptresponseParams: zod.ZodObject<{
4039
+ export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
4040
+ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
3464
4041
  workspaceId: zod.ZodString;
3465
4042
  }, zod.core.$strict>;
3466
- export declare const putWorkSpacesWorkspaceIdPromptresponseQueryParams: zod.ZodObject<{
3467
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
3468
- }, zod.core.$strict>;
4043
+ export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
3469
4044
  /**
3470
4045
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
3471
4046
  */
3472
- export declare const getDataspacesDataSpaceIdDocumentsItemSasPathDataSpaceIdRegExpOne: RegExp;
3473
- export declare const getDataspacesDataSpaceIdDocumentsItemSasParams: zod.ZodObject<{
4047
+ export declare const documentsGetDocumentSasPathDataSpaceIdRegExpOne: RegExp;
4048
+ export declare const documentsGetDocumentSasParams: zod.ZodObject<{
3474
4049
  dataSpaceId: zod.ZodString;
3475
4050
  }, zod.core.$strict>;
3476
- export declare const getDataspacesDataSpaceIdDocumentsItemSasQueryParams: zod.ZodObject<{
4051
+ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
3477
4052
  file: zod.ZodOptional<zod.ZodString>;
3478
4053
  }, zod.core.$strict>;
3479
- export declare const getDataspacesDataSpaceIdDocumentsItemSasResponse: zod.ZodObject<{
4054
+ export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
3480
4055
  uri: zod.ZodURL;
3481
4056
  }, zod.core.$strip>;
3482
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsPathWorkSpaceIdRegExp: RegExp;
3483
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsParams: zod.ZodObject<{
4057
+ export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4058
+ export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
3484
4059
  workSpaceId: zod.ZodString;
3485
4060
  }, zod.core.$strict>;
3486
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQuerySkipDefault = 0;
3487
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQueryTakeDefault = 100;
3488
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsQuerySearchDefault = "";
3489
- 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<{
3490
4065
  skip: zod.ZodOptional<zod.ZodNumber>;
3491
4066
  take: zod.ZodDefault<zod.ZodNumber>;
3492
4067
  search: zod.ZodOptional<zod.ZodString>;
3493
4068
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3494
4069
  }, zod.core.$strict>;
3495
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
3496
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
3497
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
3498
- export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
3499
- 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<{
3500
4075
  logs: zod.ZodArray<zod.ZodObject<{
3501
4076
  blockId: zod.ZodString;
3502
4077
  createdAt: zod.ZodISODateTime;
@@ -3536,26 +4111,26 @@ export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponse: zod.Zod
3536
4111
  }, zod.core.$strip>>;
3537
4112
  total: zod.ZodNumber;
3538
4113
  }, zod.core.$strip>;
3539
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsPathWorkSpaceIdRegExp: RegExp;
3540
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsPathMessageThreadIdRegExp: RegExp;
3541
- 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<{
3542
4117
  workSpaceId: zod.ZodString;
3543
4118
  messageThreadId: zod.ZodString;
3544
4119
  }, zod.core.$strict>;
3545
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQuerySkipDefault = 0;
3546
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQueryTakeDefault = 100;
3547
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsQuerySearchDefault = "";
3548
- 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<{
3549
4124
  skip: zod.ZodOptional<zod.ZodNumber>;
3550
4125
  take: zod.ZodDefault<zod.ZodNumber>;
3551
4126
  search: zod.ZodOptional<zod.ZodString>;
3552
4127
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
3553
4128
  }, zod.core.$strict>;
3554
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemIdRegExp: RegExp;
3555
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
3556
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
3557
- export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
3558
- 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<{
3559
4134
  logs: zod.ZodArray<zod.ZodObject<{
3560
4135
  blockId: zod.ZodString;
3561
4136
  createdAt: zod.ZodISODateTime;
@@ -3598,13 +4173,13 @@ export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFuncti
3598
4173
  /**
3599
4174
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
3600
4175
  */
3601
- export declare const getWorkspacesWorkspaceIdSandboxPathWorkspaceIdRegExp: RegExp;
3602
- export declare const getWorkspacesWorkspaceIdSandboxParams: zod.ZodObject<{
4176
+ export declare const sandBoxGetSandboxThreadPathWorkspaceIdRegExp: RegExp;
4177
+ export declare const sandBoxGetSandboxThreadParams: zod.ZodObject<{
3603
4178
  workspaceId: zod.ZodString;
3604
4179
  }, zod.core.$strict>;
3605
- export declare const getWorkspacesWorkspaceIdSandboxResponseIdRegExp: RegExp;
3606
- export declare const getWorkspacesWorkspaceIdSandboxResponseWorkSpaceIdRegExp: RegExp;
3607
- 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<{
3608
4183
  createdAt: zod.ZodISODateTime;
3609
4184
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3610
4185
  createdByUserId: zod.ZodString;
@@ -3621,42 +4196,42 @@ export declare const getWorkspacesWorkspaceIdSandboxResponse: zod.ZodObject<{
3621
4196
  /**
3622
4197
  * @summary Retrieve message creators profile images from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
3623
4198
  */
3624
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesPathWorkspaceIdRegExp: RegExp;
3625
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesParams: zod.ZodObject<{
4199
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp: RegExp;
4200
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesParams: zod.ZodObject<{
3626
4201
  workspaceId: zod.ZodString;
3627
4202
  }, zod.core.$strict>;
3628
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesResponseItem: zod.ZodObject<{
4203
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponseItem: zod.ZodObject<{
3629
4204
  base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3630
4205
  userId: zod.ZodString;
3631
4206
  }, zod.core.$strip>;
3632
- export declare const getWorkspacesWorkspaceIdSandboxMessagecreateduserprofileimagesResponse: zod.ZodArray<zod.ZodObject<{
4207
+ export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponse: zod.ZodArray<zod.ZodObject<{
3633
4208
  base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3634
4209
  userId: zod.ZodString;
3635
4210
  }, zod.core.$strip>>;
3636
4211
  /**
3637
4212
  * @summary Remove messages from the sandbox environment of a specific workspace in SmartSpace, identified by workspaceId.
3638
4213
  */
3639
- export declare const deleteWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3640
- export declare const deleteWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4214
+ export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
4215
+ export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
3641
4216
  workspaceId: zod.ZodString;
3642
4217
  }, zod.core.$strict>;
3643
4218
  /**
3644
4219
  * @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
3645
4220
  */
3646
- export declare const getWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3647
- export declare const getWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4221
+ export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
4222
+ export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
3648
4223
  workspaceId: zod.ZodString;
3649
4224
  }, zod.core.$strict>;
3650
- export declare const getWorkspacesWorkspaceIdSandboxMessagesQueryTakeDefault = 50;
3651
- export declare const getWorkspacesWorkspaceIdSandboxMessagesQuerySkipDefault = 0;
3652
- 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<{
3653
4228
  take: zod.ZodDefault<zod.ZodNumber>;
3654
4229
  skip: zod.ZodOptional<zod.ZodNumber>;
3655
4230
  }, zod.core.$strict>;
3656
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseIdRegExp: RegExp;
3657
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseMessageThreadIdRegExp: RegExp;
3658
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseValuesItemIdRegExp: RegExp;
3659
- 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<{
3660
4235
  createdAt: zod.ZodISODateTime;
3661
4236
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3662
4237
  createdByUserId: zod.ZodString;
@@ -3683,7 +4258,7 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseItem: zod.Zo
3683
4258
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3684
4259
  }, zod.core.$strip>>;
3685
4260
  }, zod.core.$strip>;
3686
- export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArray<zod.ZodObject<{
4261
+ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
3687
4262
  createdAt: zod.ZodISODateTime;
3688
4263
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3689
4264
  createdByUserId: zod.ZodString;
@@ -3712,25 +4287,82 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArr
3712
4287
  }, zod.core.$strip>>;
3713
4288
  /**
3714
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.
3715
4295
  */
3716
- export declare const postWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3717
- export declare const postWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4296
+ export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
4297
+ export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
3718
4298
  workspaceId: zod.ZodString;
3719
4299
  }, zod.core.$strict>;
3720
- export declare const postWorkspacesWorkspaceIdSandboxMessagesBody: zod.ZodObject<{
4300
+ export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
3721
4301
  inputs: zod.ZodArray<zod.ZodObject<{
3722
4302
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3723
4303
  name: zod.ZodString;
3724
4304
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3725
4305
  }, zod.core.$strict>>;
4306
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
3726
4307
  }, zod.core.$strict>;
3727
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesPathWorkspaceIdRegExp: RegExp;
3728
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesPathIdRegExp: RegExp;
3729
- 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<{
3730
4362
  workspaceId: zod.ZodString;
3731
4363
  id: zod.ZodString;
3732
4364
  }, zod.core.$strict>;
3733
- export declare const postWorkspacesWorkspaceIdSandboxMessagesIdValuesBody: zod.ZodObject<{
4365
+ export declare const sandBoxAddValueToMessageBody: zod.ZodObject<{
3734
4366
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3735
4367
  name: zod.ZodString;
3736
4368
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;