@smartspace/api-client 0.1.0-dev.b434a43 → 0.1.0-dev.b4fc785

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 (577) hide show
  1. package/dist/generated/chat/api.d.ts +25 -29
  2. package/dist/generated/chat/api.js +54 -56
  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/{access.d.ts → accessAccess.d.ts} +1 -1
  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/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  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/{createComment.d.ts → commentCreateComment.d.ts} +1 -1
  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/{flowInput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
  19. package/dist/generated/chat/models/filesDownloadFileParams.d.ts +0 -2
  20. package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
  21. package/dist/generated/chat/models/filesFileUriResponse.d.ts +9 -0
  22. package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
  23. package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  24. package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  25. package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  26. package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
  27. package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  28. package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
  29. package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  30. package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
  31. package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  32. package/dist/generated/chat/models/{messageMessageValueValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  33. package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  34. package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
  35. package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
  36. package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  37. package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
  38. package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  39. package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  40. package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  41. package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  42. package/dist/generated/chat/models/index.d.ts +52 -49
  43. package/dist/generated/chat/models/index.js +52 -49
  44. package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
  45. package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
  46. package/dist/generated/chat/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
  47. package/dist/generated/chat/models/messagesCreateMessageInputValue.d.ts +10 -0
  48. package/dist/generated/chat/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
  49. package/dist/generated/chat/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
  50. package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +5 -3
  51. package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → messagesMessageErrorData.d.ts} +1 -1
  52. package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
  53. package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
  54. package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
  55. package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
  56. package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
  57. package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
  58. package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
  59. package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
  60. package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
  61. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +11 -0
  62. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  63. package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
  64. package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +0 -9
  65. package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +0 -12
  66. package/dist/generated/chat/models/workSpacesThreadParams.d.ts +0 -9
  67. package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
  68. package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  69. package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  70. package/dist/generated/chat/zod.d.ts +116 -90
  71. package/dist/generated/chat/zod.js +139 -116
  72. package/dist/generated/config/api.d.ts +190 -76
  73. package/dist/generated/config/api.js +519 -106
  74. package/dist/generated/config/api.msw.d.ts +261 -0
  75. package/dist/generated/config/api.msw.js +2508 -0
  76. package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
  77. package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
  78. package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
  79. package/dist/generated/config/models/accessGetGroupsParams.d.ts +0 -9
  80. package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +0 -9
  81. package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +0 -13
  82. package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
  83. package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
  84. package/dist/generated/config/models/activityExportLoggingsParams.d.ts +0 -10
  85. package/dist/generated/config/models/activityGetLoggingParams.d.ts +0 -16
  86. package/dist/generated/config/models/{createModel.d.ts → aiCreateModel.d.ts} +3 -3
  87. package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts} +3 -3
  88. package/dist/generated/config/models/{createModelDeploymentProvider.d.ts → aiCreateModelDeploymentProvider.d.ts} +3 -3
  89. package/dist/generated/config/models/aiCreateModelDeploymentProviderGoogleCredentials.d.ts +12 -0
  90. package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
  91. package/dist/generated/config/models/aiModel.d.ts +24 -0
  92. package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
  93. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
  94. package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +3 -3
  95. package/dist/generated/config/models/{blockInfo.d.ts → blocksBlockInfo.d.ts} +3 -3
  96. package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
  97. package/dist/generated/config/models/blocksBlockInterfaceMetadata.d.ts +9 -0
  98. package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
  99. package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
  100. package/dist/generated/config/models/{blockBlockSet.d.ts → blocksBlockSet.d.ts} +7 -3
  101. package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
  102. package/dist/generated/config/models/{blockBlockSetBlockInterfaces.d.ts → blocksGetBlocks200One.d.ts} +3 -3
  103. package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
  104. package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
  105. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
  106. package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
  107. package/dist/generated/config/models/{messageCreateMessageInputValue.d.ts → blocksInputPinInterfaceDefault.d.ts} +1 -1
  108. package/dist/generated/config/models/{inputPinInterfaceGenerics.d.ts → blocksInputPinInterfaceGenerics.d.ts} +1 -1
  109. package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
  110. package/dist/generated/config/models/blocksInputPinInterfaceSchema.d.ts +9 -0
  111. package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
  112. package/dist/generated/config/models/{outputPinInterfaceGenerics.d.ts → blocksOutputPinInterfaceGenerics.d.ts} +1 -1
  113. package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
  114. package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
  115. package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
  116. package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
  117. package/dist/generated/config/models/{flowVariableSchema.d.ts → blocksPortInterfaceMetadata.d.ts} +1 -1
  118. package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
  119. package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
  120. package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
  121. package/dist/generated/config/models/{messageMessageValueValue.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
  122. package/dist/generated/config/models/blocksStateInterfaceMetadata.d.ts +9 -0
  123. package/dist/generated/config/models/{createContainer.d.ts → blocksUsedInWorkspaceRef.d.ts} +3 -3
  124. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  125. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  126. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  127. package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → coreManagementInstallParameterModelActiveValue.d.ts} +1 -1
  128. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  129. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  130. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  131. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  132. package/dist/generated/config/models/dataSet.d.ts +2 -2
  133. package/dist/generated/config/models/dataSetItem.d.ts +15 -0
  134. package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
  135. package/dist/generated/config/models/{portInterfaceMetadata.d.ts → dataSetItemProperties.d.ts} +1 -1
  136. package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
  137. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +14 -0
  138. package/dist/generated/config/models/dataSetsDataSet.d.ts +38 -0
  139. package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
  140. package/dist/generated/config/models/{dataSetsGetIdItemsParams.d.ts → dataSetsGetItemsParams.d.ts} +1 -1
  141. package/dist/generated/config/models/{dataSetsGetGetParams.d.ts → dataSetsGetParams.d.ts} +1 -1
  142. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  143. package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
  144. package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
  145. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
  146. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  147. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  148. package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
  149. package/dist/generated/config/models/{flowInput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
  150. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  151. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  152. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  153. package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
  154. package/dist/generated/config/models/{testDataSourceConnectionCredentials.d.ts → dataSourcesCreateDataSourceCredentials.d.ts} +1 -1
  155. package/dist/generated/config/models/{dataSource.d.ts → dataSourcesDataSource.d.ts} +1 -1
  156. package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
  157. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  158. package/dist/generated/config/models/{dataSourceCredentialsDefinition.d.ts → dataSourcesDataSourceCredentialsDefinition.d.ts} +3 -3
  159. package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts} +1 -1
  160. package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
  161. package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
  162. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  163. package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
  164. package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
  165. package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
  166. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
  167. package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
  168. package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
  169. package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
  170. package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
  171. package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
  172. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +0 -9
  173. package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -9
  174. package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
  175. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  176. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  177. package/dist/generated/config/models/{flowConstant.d.ts → draftsPublishDraftRequest.d.ts} +3 -3
  178. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  179. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  180. package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
  181. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  182. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  183. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  184. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  185. package/dist/generated/config/models/enumsActivityType.js +1 -0
  186. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  187. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  188. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  189. package/dist/generated/config/models/enumsPermissions.js +0 -20
  190. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  191. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  192. package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
  193. package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
  194. package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
  195. package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
  196. package/dist/generated/config/models/filesFileUriResponse.d.ts +9 -0
  197. package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
  198. package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
  199. package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
  200. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
  201. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.js +8 -0
  202. package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
  203. package/dist/generated/config/models/flowRunsCreateFlowRunParams.js +8 -0
  204. package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  205. package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  206. package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  207. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  208. package/dist/generated/config/models/{stateInterfaceDefault.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  209. package/dist/generated/config/models/flowsFlowConstantValue.js +8 -0
  210. package/dist/generated/config/models/flowsFlowDataSet.d.ts +18 -0
  211. package/dist/generated/config/models/{updateDataSet.d.ts → flowsFlowDataSpace.d.ts} +3 -5
  212. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  213. package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  214. package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
  215. package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  216. package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  217. package/dist/generated/config/models/flowsFlowDefinitionLayout.js +8 -0
  218. package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  219. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  220. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  221. package/dist/generated/config/models/flowsFlowInput.js +2 -0
  222. package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  223. package/dist/generated/config/models/flowsFlowInputSchema.js +8 -0
  224. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  225. package/dist/generated/config/models/flowsFlowOutput.js +2 -0
  226. package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  227. package/dist/generated/config/models/flowsFlowOutputSchema.js +8 -0
  228. package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
  229. package/dist/generated/config/models/flowsFlowRun.js +2 -0
  230. package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  231. package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
  232. package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  233. package/dist/generated/config/models/flowsFlowVariable.js +2 -0
  234. package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  235. package/dist/generated/config/models/flowsFlowVariableSchema.js +8 -0
  236. package/dist/generated/config/models/flowsFlowWorkSpace.d.ts +17 -0
  237. package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
  238. package/dist/generated/config/models/index.d.ts +181 -114
  239. package/dist/generated/config/models/index.js +181 -114
  240. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  241. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  242. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
  243. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.js +2 -0
  244. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
  245. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.js +8 -0
  246. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
  247. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  248. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  249. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  250. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  251. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  252. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  253. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  254. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  255. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  256. package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
  257. package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
  258. package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
  259. package/dist/generated/config/models/messagesCreateMessageInputChannels.js +8 -0
  260. package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
  261. package/dist/generated/config/models/messagesCreateMessageInputValue.js +8 -0
  262. package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
  263. package/dist/generated/config/models/messagesMessage.js +2 -0
  264. package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
  265. package/dist/generated/config/models/messagesMessageCreatorProfileImage.js +8 -0
  266. package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +5 -3
  267. package/dist/generated/config/models/messagesMessageError.js +2 -0
  268. package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
  269. package/dist/generated/config/models/messagesMessageErrorData.js +8 -0
  270. package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
  271. package/dist/generated/config/models/messagesMessageValue.js +2 -0
  272. package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
  273. package/dist/generated/config/models/messagesMessageValueChannels.js +8 -0
  274. package/dist/generated/config/models/{flowDefinitionLayout.d.ts → messagesMessageValueValue.d.ts} +1 -1
  275. package/dist/generated/config/models/messagesMessageValueValue.js +8 -0
  276. package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
  277. package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
  278. package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.d.ts → messagesSandBoxMessageRequestVariables.d.ts} +1 -1
  279. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -0
  280. package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → modelProvidersGetProvidersParams.d.ts} +3 -3
  281. package/dist/generated/config/models/modelProvidersGetProvidersParams.js +8 -0
  282. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
  283. package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
  284. package/dist/generated/config/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
  285. package/dist/generated/config/models/notificationsNotification.js +2 -0
  286. package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
  287. package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
  288. package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
  289. package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
  290. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  291. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  292. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
  293. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
  294. package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
  295. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
  296. package/dist/generated/config/models/{pagedDataCollectionDataSet.d.ts → pagedDataCollectionDataSetsDataSet.d.ts} +3 -3
  297. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
  298. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +11 -0
  299. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.js +2 -0
  300. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
  301. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -0
  302. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
  303. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.js +2 -0
  304. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
  305. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
  306. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
  307. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
  308. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
  309. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
  310. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
  311. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
  312. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  313. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
  314. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
  315. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
  316. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
  317. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  318. package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
  319. package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
  320. package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
  321. package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
  322. package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppAccessUser.d.ts} +2 -2
  323. package/dist/generated/config/models/usersAppAccessUser.js +8 -0
  324. package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
  325. package/dist/generated/config/models/usersAppRole.js +8 -0
  326. package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
  327. package/dist/generated/config/models/usersAppUserDetail.js +2 -0
  328. package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
  329. package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
  330. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  331. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  332. package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
  333. package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -0
  334. package/dist/generated/config/models/{createWorkSpace.d.ts → workSpacesCreateWorkSpace.d.ts} +1 -1
  335. package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
  336. package/dist/generated/config/models/workSpacesGetGetParams.d.ts +2 -9
  337. package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +0 -9
  338. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
  339. package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
  340. package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
  341. package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
  342. package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
  343. package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
  344. package/dist/generated/config/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  345. package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
  346. package/dist/generated/config/models/{workSpaceUser.d.ts → workSpacesWorkSpaceUser.d.ts} +1 -1
  347. package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
  348. package/dist/generated/config/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  349. package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
  350. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
  351. package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
  352. package/dist/generated/config/zod.d.ts +1750 -979
  353. package/dist/generated/config/zod.js +1434 -871
  354. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +4 -10
  355. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +0 -3
  356. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
  357. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.js +5 -0
  358. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +10 -0
  359. package/dist/generated/signalr/TypedSignalR.Client/index.js +7 -1
  360. package/dist/mocks.d.ts +2 -0
  361. package/dist/mocks.js +42 -0
  362. package/dist/signalr.d.ts +2 -1
  363. package/package.json +24 -2
  364. package/dist/generated/chat/models/dtosMessageThreadsMessageThreadDto.d.ts +0 -23
  365. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  366. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  367. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  368. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  369. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  370. package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
  371. package/dist/generated/chat/models/messageThreadsStreamThreadMessagesIdMessagesStreamParams.d.ts +0 -9
  372. package/dist/generated/chat/models/messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamParams.d.ts +0 -9
  373. package/dist/generated/chat/models/messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamParams.js +0 -8
  374. package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
  375. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  376. package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  377. package/dist/generated/chat/models/workSpaceInputs.d.ts +0 -10
  378. package/dist/generated/chat/models/workSpaceVariables.d.ts +0 -10
  379. package/dist/generated/config/models/blockInterface.d.ts +0 -17
  380. package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
  381. package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
  382. package/dist/generated/config/models/dataSourceType.d.ts +0 -14
  383. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  384. package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
  385. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  386. package/dist/generated/config/models/flowOutput.d.ts +0 -10
  387. package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
  388. package/dist/generated/config/models/inputPinInterfaceMetadata.d.ts +0 -9
  389. package/dist/generated/config/models/inputPinInterfaceSchema.d.ts +0 -9
  390. package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
  391. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
  392. package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
  393. package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
  394. package/dist/generated/config/models/outputPinInterfaceMetadata.d.ts +0 -9
  395. package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
  396. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
  397. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
  398. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
  399. package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
  400. package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
  401. package/dist/generated/config/models/pagedDataCollectionDataSpace.d.ts +0 -11
  402. package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
  403. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  404. package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  405. package/dist/generated/config/models/portInterface.d.ts +0 -17
  406. package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
  407. package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
  408. package/dist/generated/config/models/stateInterface.d.ts +0 -15
  409. package/dist/generated/config/models/stateInterfaceMetadata.d.ts +0 -9
  410. package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
  411. package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
  412. package/dist/generated/config/models/workSpaceInputs.d.ts +0 -10
  413. package/dist/generated/config/models/workSpaceVariables.d.ts +0 -10
  414. package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
  415. package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
  416. /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
  417. /package/dist/generated/chat/models/{connection.js → aiIModelProperty.js} +0 -0
  418. /package/dist/generated/chat/models/{flow.js → aiModel.js} +0 -0
  419. /package/dist/generated/chat/models/{flowBlock.js → aiModelDeployment.js} +0 -0
  420. /package/dist/generated/chat/models/{flowConstant.js → aiModelDeploymentStep.js} +0 -0
  421. /package/dist/generated/chat/models/{flowDefinition.js → aiModelSummary.js} +0 -0
  422. /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
  423. /package/dist/generated/chat/models/{commentMentionedUser.js → dataSourcesContainerFilterModel.js} +0 -0
  424. /package/dist/generated/chat/models/{createComment.js → filesFile.js} +0 -0
  425. /package/dist/generated/chat/models/{dtosMessageThreadsMessageThreadDto.js → filesFileUriResponse.js} +0 -0
  426. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsConnection.js} +0 -0
  427. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlow.js} +0 -0
  428. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowBlock.js} +0 -0
  429. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowConstant.js} +0 -0
  430. /package/dist/generated/chat/models/{file.js → flowsFlowConstantValue.js} +0 -0
  431. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
  432. /package/dist/generated/chat/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
  433. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
  434. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowDefinitionInputs.js} +0 -0
  435. /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowDefinitionLayout.js} +0 -0
  436. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowDefinitionOutputs.js} +0 -0
  437. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → flowsFlowDefinitionVariables.js} +0 -0
  438. /package/dist/generated/chat/models/{messageCreateMessageInput.js → flowsFlowInput.js} +0 -0
  439. /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowInputSchema.js} +0 -0
  440. /package/dist/generated/chat/models/{messageMessage.js → flowsFlowOutput.js} +0 -0
  441. /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowOutputSchema.js} +0 -0
  442. /package/dist/generated/chat/models/{messageMessageRequest.js → flowsFlowTrigger.js} +0 -0
  443. /package/dist/generated/chat/models/{messageMessageValue.js → flowsFlowVariable.js} +0 -0
  444. /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowVariableSchema.js} +0 -0
  445. /package/dist/generated/chat/models/{flowVariableSchema.js → mentionsMention.js} +0 -0
  446. /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
  447. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesCreateMessageInputChannels.js} +0 -0
  448. /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputValue.js} +0 -0
  449. /package/dist/generated/chat/models/{notificationNotification.js → messagesMessage.js} +0 -0
  450. /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageCreatorProfileImage.js} +0 -0
  451. /package/dist/generated/chat/models/{notificationPagedNotifications.js → messagesMessageError.js} +0 -0
  452. /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageErrorData.js} +0 -0
  453. /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → messagesMessageRequest.js} +0 -0
  454. /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageRequestVariables.js} +0 -0
  455. /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessageValue.js} +0 -0
  456. /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageValueChannels.js} +0 -0
  457. /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueValue.js} +0 -0
  458. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → notificationsNotification.js} +0 -0
  459. /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → notificationsPagedNotifications.js} +0 -0
  460. /package/dist/generated/chat/models/{workSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
  461. /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionAiModelSummary.js} +0 -0
  462. /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionMessagesMessage.js} +0 -0
  463. /package/dist/generated/{config/models/access.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
  464. /package/dist/generated/chat/models/{messageThreadsStreamThreadMessagesIdMessagesStreamParams.js → usersAppUser.js} +0 -0
  465. /package/dist/generated/{config/models/accessWorkSpace.js → chat/models/workSpacesWorkSpace.js} +0 -0
  466. /package/dist/generated/{config/models/activityActivityWorkSpace.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
  467. /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
  468. /package/dist/generated/config/models/{blockBlockSet.js → accessAccess.js} +0 -0
  469. /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → accessAccessWorkSpace.js} +0 -0
  470. /package/dist/generated/config/models/{blockInfo.js → accessCreateAccess.js} +0 -0
  471. /package/dist/generated/config/models/{blockInterface.js → activitiesActivityWorkSpace.js} +0 -0
  472. /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
  473. /package/dist/generated/config/models/{blockInterfacePorts.js → aiCreateModel.js} +0 -0
  474. /package/dist/generated/config/models/{blockInterfaceState.js → aiCreateModelDeployment.js} +0 -0
  475. /package/dist/generated/config/models/{connection.js → aiCreateModelDeploymentProvider.js} +0 -0
  476. /package/dist/generated/config/models/{appRole.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
  477. /package/dist/generated/config/models/{createDataSet.js → aiIModelProperty.js} +0 -0
  478. /package/dist/generated/config/models/{createDataSource.js → aiModel.js} +0 -0
  479. /package/dist/generated/config/models/{createModel.js → aiModelDeployment.js} +0 -0
  480. /package/dist/generated/config/models/{createModelDeployment.js → aiModelDeploymentStep.js} +0 -0
  481. /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiModelSummary.js} +0 -0
  482. /package/dist/generated/config/models/{createWorkSpace.js → blocksBlockInfo.js} +0 -0
  483. /package/dist/generated/config/models/{dataSource.js → blocksBlockInterface.js} +0 -0
  484. /package/dist/generated/config/models/{appUserAppUser.js → blocksBlockInterfaceMetadata.js} +0 -0
  485. /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → blocksBlockInterfacePorts.js} +0 -0
  486. /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInterfaceState.js} +0 -0
  487. /package/dist/generated/config/models/{dataSourceType.js → blocksBlockSet.js} +0 -0
  488. /package/dist/generated/config/models/{flow.js → blocksBlockSetBlockInterfaces.js} +0 -0
  489. /package/dist/generated/config/models/{flowBlock.js → blocksGetBlocks200One.js} +0 -0
  490. /package/dist/generated/config/models/{flowConstant.js → blocksGetBlocks200Three.js} +0 -0
  491. /package/dist/generated/config/models/{flowDefinition.js → blocksGetBlocks200Two.js} +0 -0
  492. /package/dist/generated/config/models/{flowDefinitionBlocks.js → blocksInputPinInterface.js} +0 -0
  493. /package/dist/generated/config/models/{appUserAppUserSearchResult.js → blocksInputPinInterfaceDefault.js} +0 -0
  494. /package/dist/generated/config/models/{flowDefinitionConstants.js → blocksInputPinInterfaceGenerics.js} +0 -0
  495. /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → blocksInputPinInterfaceMetadata.js} +0 -0
  496. /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksInputPinInterfaceSchema.js} +0 -0
  497. /package/dist/generated/config/models/{flowDefinitionInputs.js → blocksOutputPinInterface.js} +0 -0
  498. /package/dist/generated/config/models/{flowDefinitionOutputs.js → blocksOutputPinInterfaceGenerics.js} +0 -0
  499. /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → blocksOutputPinInterfaceMetadata.js} +0 -0
  500. /package/dist/generated/config/models/{createContainer.js → blocksOutputPinInterfaceSchema.js} +0 -0
  501. /package/dist/generated/config/models/{flowDefinitionVariables.js → blocksPortInterface.js} +0 -0
  502. /package/dist/generated/config/models/{flowInput.js → blocksPortInterfaceInputs.js} +0 -0
  503. /package/dist/generated/config/models/{createDataSourceCredentials.js → blocksPortInterfaceMetadata.js} +0 -0
  504. /package/dist/generated/config/models/{flowOutput.js → blocksPortInterfaceOutputs.js} +0 -0
  505. /package/dist/generated/config/models/{createDataSpace.js → blocksRenameBlockSetRequest.js} +0 -0
  506. /package/dist/generated/config/models/{flowTrigger.js → blocksStateInterface.js} +0 -0
  507. /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blocksStateInterfaceDefault.js} +0 -0
  508. /package/dist/generated/config/models/{dataSetsGetGetParams.js → blocksStateInterfaceMetadata.js} +0 -0
  509. /package/dist/generated/config/models/{dataSetsGetIdItemsParams.js → blocksUsedInWorkspaceRef.js} +0 -0
  510. /package/dist/generated/config/models/{flowVariable.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
  511. /package/dist/generated/config/models/{file.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
  512. /package/dist/generated/config/models/{ingestedBlob.js → coreManagementInstallParameterModel.js} +0 -0
  513. /package/dist/generated/config/models/{flowConstantValue.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
  514. /package/dist/generated/config/models/{flowDefinitionLayout.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
  515. /package/dist/generated/config/models/{flowInputSchema.js → coreManagementUpsertInstallParameterModel.js} +0 -0
  516. /package/dist/generated/config/models/{inputPinInterface.js → dataSetItem.js} +0 -0
  517. /package/dist/generated/config/models/{flowOutputSchema.js → dataSetItemMetadata.js} +0 -0
  518. /package/dist/generated/config/models/{flowVariableSchema.js → dataSetItemProperties.js} +0 -0
  519. /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSetsCreateDataSet.js} +0 -0
  520. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSetsCreateDataSetContainer.js} +0 -0
  521. /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSetsDataSet.js} +0 -0
  522. /package/dist/generated/config/models/{inputPinInterfaceDefault.js → dataSetsDataSetProperty.js} +0 -0
  523. /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → dataSetsGetItemsParams.js} +0 -0
  524. /package/dist/generated/config/models/{inputPinInterfaceSchema.js → dataSetsGetParams.js} +0 -0
  525. /package/dist/generated/config/models/{messageMessage.js → dataSetsSetDataSetScoping.js} +0 -0
  526. /package/dist/generated/config/models/{messageMessageValue.js → dataSetsUpdateDataSet.js} +0 -0
  527. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
  528. /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → dataSetsUpsertDataSetProperty.js} +0 -0
  529. /package/dist/generated/config/models/{messageCreateMessageInputValue.js → dataSourcesContainerFilter.js} +0 -0
  530. /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → dataSourcesContainerFilterModel.js} +0 -0
  531. /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesContainerPreviewResultModel.js} +0 -0
  532. /package/dist/generated/config/models/{messageMessageValueChannels.js → dataSourcesContainerPreviewResultModelSamplesItem.js} +0 -0
  533. /package/dist/generated/config/models/{messageMessageValueValue.js → dataSourcesContainerSchemaParams.js} +0 -0
  534. /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesCreateDataSource.js} +0 -0
  535. /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
  536. /package/dist/generated/config/models/{notificationNotification.js → dataSourcesDataSource.js} +0 -0
  537. /package/dist/generated/config/models/{outputPinInterfaceSchema.js → dataSourcesDataSourceAdminUser.js} +0 -0
  538. /package/dist/generated/config/models/{notificationPagedNotifications.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
  539. /package/dist/generated/config/models/{outputPinInterface.js → dataSourcesDataSourceProperty.js} +0 -0
  540. /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → dataSourcesDataSourceType.js} +0 -0
  541. /package/dist/generated/config/models/{pagedDataCollectionAccess.js → dataSourcesPreviewContainerRequest.js} +0 -0
  542. /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → dataSourcesTestDataSourceConnection.js} +0 -0
  543. /package/dist/generated/config/models/{portInterfaceMetadata.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
  544. /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → dataSourcesUpdateDataSource.js} +0 -0
  545. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
  546. /package/dist/generated/config/models/{stateInterfaceDefault.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
  547. /package/dist/generated/config/models/{stateInterfaceMetadata.js → dataSpacesCreateDataSpace.js} +0 -0
  548. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → dataSpacesDataSpace.js} +0 -0
  549. /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → dataSpacesDataSpaceAdmin.js} +0 -0
  550. /package/dist/generated/config/models/{updateContainer.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
  551. /package/dist/generated/config/models/{updateDataSetBasicInfo.js → dataSpacesUpdateDataSpace.js} +0 -0
  552. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → draftsDraft.js} +0 -0
  553. /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → draftsDraftBlockInterfaces.js} +0 -0
  554. /package/dist/generated/config/models/{updateDataSource.js → draftsPublishDraftRequest.js} +0 -0
  555. /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → draftsPublishDraftResponse.js} +0 -0
  556. /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → draftsPublishedBlockRef.js} +0 -0
  557. /package/dist/generated/config/models/{updateDataSpace.js → draftsSaveDraftRequest.js} +0 -0
  558. /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → draftsSaveDraftResponse.js} +0 -0
  559. /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
  560. /package/dist/generated/config/models/{workSpaceBasicInfo.js → draftsToggleDraftRequest.js} +0 -0
  561. /package/dist/generated/config/models/{workSpaceUser.js → filesAddMessageFileFromBlobUri.js} +0 -0
  562. /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → filesCreateFileFromBlobUri.js} +0 -0
  563. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → filesFile.js} +0 -0
  564. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → filesFileUriResponse.js} +0 -0
  565. /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → filesIngestedBlob.js} +0 -0
  566. /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsConnection.js} +0 -0
  567. /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlow.js} +0 -0
  568. /package/dist/generated/config/models/{portInterface.js → flowsFlowBlock.js} +0 -0
  569. /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowConstant.js} +0 -0
  570. /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowDataSet.js} +0 -0
  571. /package/dist/generated/config/models/{stateInterface.js → flowsFlowDataSpace.js} +0 -0
  572. /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowDefinition.js} +0 -0
  573. /package/dist/generated/config/models/{updateDataSet.js → flowsFlowDefinitionBlocks.js} +0 -0
  574. /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowsFlowDefinitionConstants.js} +0 -0
  575. /package/dist/generated/config/models/{workSpace.js → flowsFlowDefinitionInputs.js} +0 -0
  576. /package/dist/generated/config/models/{workSpaceInputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  577. /package/dist/generated/config/models/{workSpaceVariables.js → flowsFlowDefinitionVariables.js} +0 -0
@@ -54,56 +54,19 @@ export declare const accessGetAccessesResponse: 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 accessAddAccessBodyIdRegExp: RegExp;
60
- export declare const accessAddAccessBodyMessageIdRegExp: RegExp;
61
- export declare const accessAddAccessBodyMessageThreadIdRegExp: RegExp;
62
59
  export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
63
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 accessAddAccessResponseIdRegExp: RegExp;
83
- export declare const accessAddAccessResponseMessageIdRegExp: RegExp;
84
- export declare const accessAddAccessResponseMessageThreadIdRegExp: RegExp;
85
- export declare const accessAddAccessResponseWorkSpaceIdRegExp: RegExp;
86
- export declare const accessAddAccessResponse: 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
71
  export declare const accessGetGroupsQuerySkipDefault = 0;
109
72
  export declare const accessGetGroupsQueryTakeDefault = 20;
@@ -115,9 +78,8 @@ export declare const accessGetGroupsQueryParams: zod.ZodObject<{
115
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>;
@@ -136,7 +98,7 @@ export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
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
103
  export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
142
104
  export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
@@ -149,18 +111,15 @@ export declare const accessGetUsersInRoleRolesRoleIdUsersQueryParams: zod.ZodObj
149
111
  take: zod.ZodDefault<zod.ZodNumber>;
150
112
  search: zod.ZodOptional<zod.ZodString>;
151
113
  }, zod.core.$strict>;
152
- export declare const accessGetUsersInRoleRolesRoleIdUsersResponseItem: 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 accessGetUsersInRoleRolesRoleIdUsersResponse: 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
  */
@@ -235,27 +194,24 @@ export declare const accessGetUsersInRoleUsersQueryParams: zod.ZodObject<{
235
194
  search: zod.ZodOptional<zod.ZodString>;
236
195
  assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
237
196
  }, zod.core.$strict>;
238
- export declare const accessGetUsersInRoleUsersResponseItem: 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 accessGetUsersInRoleUsersResponse: 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
209
  export declare const accessDeleteAccessPathIdRegExp: RegExp;
254
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
216
  export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
261
217
  export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
@@ -263,16 +219,17 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
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";
227
+ Resolved: "Resolved";
271
228
  }>>;
272
229
  }, zod.core.$strict>;
273
230
  export declare const activityExportLoggingsResponse: zod.ZodString;
274
231
  /**
275
- * @summary Retrieve logging activity in WorkSpace, including CRUD behaviors and Chat, with optional pagination controls take, skip and filter
232
+ * @summary Retrieve workspace activity log entries with optional filtering and pagination.
276
233
  */
277
234
  export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
278
235
  export declare const activityGetLoggingQueryTakeDefault = 25;
@@ -282,11 +239,12 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
282
239
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
283
240
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
284
241
  activityType: zod.ZodOptional<zod.ZodEnum<{
285
- Read: "Read";
286
242
  Deleted: "Deleted";
243
+ Read: "Read";
287
244
  Created: "Created";
288
245
  Updated: "Updated";
289
246
  Chat: "Chat";
247
+ Resolved: "Resolved";
290
248
  }>>;
291
249
  take: zod.ZodDefault<zod.ZodNumber>;
292
250
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -296,11 +254,12 @@ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp
296
254
  export declare const activityGetLoggingResponse: zod.ZodObject<{
297
255
  data: zod.ZodArray<zod.ZodObject<{
298
256
  activityType: zod.ZodOptional<zod.ZodEnum<{
299
- Read: "Read";
300
257
  Deleted: "Deleted";
258
+ Read: "Read";
301
259
  Created: "Created";
302
260
  Updated: "Updated";
303
261
  Chat: "Chat";
262
+ Resolved: "Resolved";
304
263
  }>>;
305
264
  durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
306
265
  eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -327,12 +286,44 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
327
286
  total: zod.ZodNumber;
328
287
  }, zod.core.$strip>;
329
288
  /**
330
- * @summary Get a list of all block interfaces
289
+ * @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
290
+ */
291
+ export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
292
+ name: zod.ZodString;
293
+ startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
294
+ state: zod.ZodEnum<{
295
+ Unknown: "Unknown";
296
+ Failed: "Failed";
297
+ Deleted: "Deleted";
298
+ InProgress: "InProgress";
299
+ Succeeded: "Succeeded";
300
+ }>;
301
+ versionNumber: zod.ZodString;
302
+ }, zod.core.$strip>;
303
+ /**
304
+ * @summary Returns the current version of the application.
305
+ */
306
+ export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
307
+ description: zod.ZodString;
308
+ versionNumber: zod.ZodString;
309
+ }, zod.core.$strip>;
310
+ /**
311
+ * @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
312
+ 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.
313
+ Returns 204 if no new version available.
314
+ */
315
+ export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
316
+ description: zod.ZodString;
317
+ versionNumber: zod.ZodString;
318
+ }, zod.core.$strip>;
319
+ /**
320
+ * @summary Get a list of all block sets visible to the current principal.
331
321
  */
332
322
  export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
333
323
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
334
324
  }, zod.core.$strict>;
335
325
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
326
+ export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
336
327
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
337
328
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
338
329
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
@@ -394,6 +385,7 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
394
385
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
395
386
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
396
387
  id: zod.ZodString;
388
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
397
389
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
398
390
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
399
391
  type: zod.ZodEnum<{
@@ -401,6 +393,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
401
393
  Custom: "Custom";
402
394
  Debug: "Debug";
403
395
  }>;
396
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
397
+ id: zod.ZodString;
398
+ name: zod.ZodString;
399
+ }, zod.core.$strip>>;
404
400
  }, zod.core.$strip>;
405
401
  export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
406
402
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -463,6 +459,7 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
463
459
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
464
460
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
465
461
  id: zod.ZodString;
462
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
466
463
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
467
464
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
468
465
  type: zod.ZodEnum<{
@@ -470,13 +467,41 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
470
467
  Custom: "Custom";
471
468
  Debug: "Debug";
472
469
  }>;
470
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
471
+ id: zod.ZodString;
472
+ name: zod.ZodString;
473
+ }, zod.core.$strip>>;
473
474
  }, zod.core.$strip>>;
475
+ /**
476
+ * @summary Get the saved Python source code for a deployed custom block set.
477
+ */
478
+ export declare const blockSetsGetDeployedBlockCodeParams: zod.ZodObject<{
479
+ blockSetName: zod.ZodString;
480
+ }, zod.core.$strict>;
481
+ /**
482
+ * @summary Get the raw zip file for a deployed custom block set.
483
+ */
484
+ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
485
+ blockSetName: zod.ZodString;
486
+ }, zod.core.$strict>;
474
487
  /**
475
488
  * @summary Deletes an existing custom block set.
476
489
  */
477
490
  export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
478
491
  name: zod.ZodString;
479
492
  }, zod.core.$strict>;
493
+ /**
494
+ * @summary Rename a published custom block set (all versions). Set names are
495
+ organizational — flows bind to block (class) names, so renaming never
496
+ breaks a flow. Admin-only (the attribute must be method-level: the
497
+ Admin policy handler ignores class-level `[AuthorizeAdmin]`).
498
+ */
499
+ export declare const blockSetsRenameBlockSetParams: zod.ZodObject<{
500
+ name: zod.ZodString;
501
+ }, zod.core.$strict>;
502
+ export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
503
+ newName: zod.ZodString;
504
+ }, zod.core.$strict>;
480
505
  /**
481
506
  * @summary Adds a new custom block set.
482
507
  */
@@ -491,9 +516,10 @@ export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
491
516
  */
492
517
  export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
493
518
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
519
+ onBehalfOfUserId: zod.ZodOptional<zod.ZodString>;
494
520
  }, zod.core.$strict>;
495
521
  export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
496
- export declare const blocksGetBlocksResponseItem: zod.ZodObject<{
522
+ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
497
523
  blockSetId: zod.ZodString;
498
524
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
499
525
  createdAt: zod.ZodISODateTime;
@@ -562,77 +588,36 @@ export declare const blocksGetBlocksResponseItem: zod.ZodObject<{
562
588
  Debug: "Debug";
563
589
  }>;
564
590
  version: zod.ZodString;
591
+ }, zod.core.$strip>>>;
592
+ /**
593
+ * @summary List the SDK's built-in blocks (smartspace.* modules) for the
594
+ custom-blocks draft picker. App-native blocks (LLMs etc.) are
595
+ excluded upstream. Admin-only (method-level attribute — the Admin
596
+ policy handler ignores class-level `[AuthorizeAdmin]`).
597
+ */
598
+ export declare const blocksGetSdkBlocksResponseItem: zod.ZodObject<{
599
+ name: zod.ZodString;
600
+ version: zod.ZodString;
565
601
  }, zod.core.$strip>;
566
- export declare const blocksGetBlocksResponse: 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>;
602
+ export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
627
603
  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
604
  version: zod.ZodString;
635
605
  }, zod.core.$strip>>;
606
+ /**
607
+ * @summary Get the Python source of a native/SDK block — used by the custom-blocks
608
+ page as a starting scaffold when creating a draft. Admin-only (the
609
+ attribute must be method-level: the Admin policy handler ignores
610
+ class-level `[AuthorizeAdmin]`).
611
+ */
612
+ export declare const blocksGetBlockSourceParams: zod.ZodObject<{
613
+ name: zod.ZodString;
614
+ version: zod.ZodString;
615
+ }, zod.core.$strict>;
616
+ export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
617
+ code: zod.ZodString;
618
+ name: zod.ZodString;
619
+ version: zod.ZodString;
620
+ }, zod.core.$strip>;
636
621
  /**
637
622
  * @summary Manually trigger reingestion of a specific container item.
638
623
  */
@@ -648,122 +633,23 @@ export declare const containersPostQueryDataSetIdRegExp: RegExp;
648
633
  export declare const containersPostQueryParams: zod.ZodObject<{
649
634
  dataSetId: zod.ZodOptional<zod.ZodString>;
650
635
  }, zod.core.$strict>;
651
- export declare const containersPostResponse: 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 dataSetsGetGetQueryTakeDefault = 20;
670
- export declare const dataSetsGetGetQuerySkipDefault = 0;
671
- export declare const dataSetsGetGetQueryParams: 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 dataSetsGetGetResponseDataItemDataSpaceIdRegExp: RegExp;
677
- export declare const dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
678
- export declare const dataSetsGetGetResponseDataItemFlowIdRegExp: RegExp;
679
- export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
680
- export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
681
- export declare const dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
682
- export declare const dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp: RegExp;
683
- export declare const dataSetsGetGetResponseDataItemIdRegExp: RegExp;
684
- export declare const dataSetsGetGetResponseDataItemVersionRegExp: RegExp;
685
- export declare const dataSetsGetGetResponse: 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>>;
636
+ export declare const containersPostResponseDataSetIdRegExp: RegExp;
637
+ export declare const containersPostResponseDataSetVersionRegExp: RegExp;
638
+ export declare const containersPostResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
639
+ export declare const containersPostResponseFlowIdRegExp: RegExp;
640
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
641
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
642
+ export declare const containersPostResponseFlowTriggersItemFlowIdRegExp: RegExp;
643
+ export declare const containersPostResponseFlowTriggersItemIdRegExp: RegExp;
644
+ export declare const containersPostResponseIdRegExp: RegExp;
645
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp: RegExp;
646
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp: RegExp;
647
+ export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
648
+ export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
649
+ export declare const containersPostResponseItem: zod.ZodObject<{
650
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
651
+ dataSet: zod.ZodOptional<zod.ZodObject<{
764
652
  id: zod.ZodString;
765
- modifiedAt: zod.ZodISODateTime;
766
- modifiedByUserId: zod.ZodString;
767
653
  name: zod.ZodString;
768
654
  properties: zod.ZodArray<zod.ZodObject<{
769
655
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -772,43 +658,121 @@ export declare const dataSetsGetGetResponse: zod.ZodObject<{
772
658
  }, zod.core.$strip>>;
773
659
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
774
660
  }, zod.core.$strip>>;
775
- total: zod.ZodNumber;
776
- }, zod.core.$strip>;
777
- export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
778
- export declare const dataSetsGetItemPathIdRegExp: RegExp;
779
- export declare const dataSetsGetItemParams: 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 dataSetsDeleteIdPathIdRegExp: RegExp;
787
- export declare const dataSetsDeleteIdParams: 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 dataSetsGetByIdPathIdRegExp: RegExp;
794
- export declare const dataSetsGetByIdParams: zod.ZodObject<{
661
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
662
+ flow: zod.ZodObject<{
663
+ activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
664
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
665
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
666
+ target: zod.ZodObject<{
667
+ pin: zod.ZodString;
668
+ port: zod.ZodString;
669
+ }, zod.core.$strip>;
670
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
671
+ }, zod.core.$strip>>>>;
672
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
673
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
674
+ pin: zod.ZodString;
675
+ port: zod.ZodString;
676
+ }, zod.core.$strip>>>>;
677
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
678
+ pin: zod.ZodString;
679
+ port: zod.ZodString;
680
+ }, zod.core.$strip>>>>;
681
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
682
+ name: zod.ZodString;
683
+ version: zod.ZodString;
684
+ }, zod.core.$strip>>>>;
685
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
686
+ source: zod.ZodObject<{
687
+ node: zod.ZodString;
688
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
689
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
690
+ }, zod.core.$strip>;
691
+ target: zod.ZodObject<{
692
+ node: zod.ZodString;
693
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
694
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
695
+ }, zod.core.$strip>;
696
+ }, zod.core.$strip>>>>;
697
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
699
+ }, zod.core.$strip>>>>;
700
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
701
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
702
+ }, zod.core.$strip>>>>;
703
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
704
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
705
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
706
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
707
+ }, zod.core.$strip>>>>;
708
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
709
+ access: zod.ZodEnum<{
710
+ None: "None";
711
+ Read: "Read";
712
+ Write: "Write";
713
+ }>;
714
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
715
+ }, zod.core.$strip>>>>;
716
+ }, zod.core.$strip>>;
717
+ activeFlowDefinitionId: zod.ZodString;
718
+ id: zod.ZodString;
719
+ triggers: zod.ZodArray<zod.ZodObject<{
720
+ dataSourceContainer: zod.ZodObject<{
721
+ dataSourceId: zod.ZodString;
722
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
723
+ operator: zod.ZodString;
724
+ propertyName: zod.ZodString;
725
+ value: zod.ZodString;
726
+ }, zod.core.$strip>>>>;
727
+ id: zod.ZodString;
728
+ name: zod.ZodString;
729
+ path: zod.ZodString;
730
+ }, zod.core.$strip>;
731
+ flowId: zod.ZodString;
732
+ id: zod.ZodString;
733
+ inputName: zod.ZodString;
734
+ type: zod.ZodEnum<{
735
+ Periodic: "Periodic";
736
+ Container: "Container";
737
+ }>;
738
+ }, zod.core.$strip>>;
739
+ }, zod.core.$strip>;
795
740
  id: zod.ZodString;
796
- }, zod.core.$strict>;
797
- export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
798
- export declare const dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
799
- export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
800
- export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
801
- export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
802
- export declare const dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
803
- export declare const dataSetsGetByIdResponseFlowTriggersItemIdRegExp: RegExp;
804
- export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
805
- export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
806
- export declare const dataSetsGetByIdResponse: 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<{
741
+ workSpace: zod.ZodOptional<zod.ZodObject<{
742
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
743
+ dataSets: zod.ZodArray<zod.ZodObject<{
744
+ id: zod.ZodString;
745
+ name: zod.ZodString;
746
+ properties: zod.ZodArray<zod.ZodObject<{
747
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
748
+ isVector: zod.ZodBoolean;
749
+ name: zod.ZodString;
750
+ }, zod.core.$strip>>;
751
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
752
+ }, zod.core.$strip>>;
753
+ id: zod.ZodString;
754
+ name: zod.ZodString;
755
+ }, zod.core.$strip>>;
756
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
757
+ id: zod.ZodString;
758
+ name: zod.ZodString;
759
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
760
+ }, zod.core.$strip>>;
761
+ }, zod.core.$strip>;
762
+ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
763
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
764
+ dataSet: zod.ZodOptional<zod.ZodObject<{
765
+ id: zod.ZodString;
766
+ name: zod.ZodString;
767
+ properties: zod.ZodArray<zod.ZodObject<{
768
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
769
+ isVector: zod.ZodBoolean;
770
+ name: zod.ZodString;
771
+ }, zod.core.$strip>>;
772
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
773
+ }, zod.core.$strip>>;
774
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
775
+ flow: zod.ZodObject<{
812
776
  activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
813
777
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
814
778
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
@@ -868,6 +832,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
868
832
  triggers: zod.ZodArray<zod.ZodObject<{
869
833
  dataSourceContainer: zod.ZodObject<{
870
834
  dataSourceId: zod.ZodString;
835
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
836
+ operator: zod.ZodString;
837
+ propertyName: zod.ZodString;
838
+ value: zod.ZodString;
839
+ }, zod.core.$strip>>>>;
871
840
  id: zod.ZodString;
872
841
  name: zod.ZodString;
873
842
  path: zod.ZodString;
@@ -880,7 +849,109 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
880
849
  Container: "Container";
881
850
  }>;
882
851
  }, zod.core.$strip>>;
852
+ }, zod.core.$strip>;
853
+ id: zod.ZodString;
854
+ workSpace: zod.ZodOptional<zod.ZodObject<{
855
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
856
+ dataSets: zod.ZodArray<zod.ZodObject<{
857
+ id: zod.ZodString;
858
+ name: zod.ZodString;
859
+ properties: zod.ZodArray<zod.ZodObject<{
860
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
861
+ isVector: zod.ZodBoolean;
862
+ name: zod.ZodString;
863
+ }, zod.core.$strip>>;
864
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
865
+ }, zod.core.$strip>>;
866
+ id: zod.ZodString;
867
+ name: zod.ZodString;
868
+ }, zod.core.$strip>>;
869
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
870
+ id: zod.ZodString;
871
+ name: zod.ZodString;
872
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
873
+ }, zod.core.$strip>>;
874
+ }, zod.core.$strip>>;
875
+ export declare const dataSetsGetQueryTakeDefault = 20;
876
+ export declare const dataSetsGetQuerySkipDefault = 0;
877
+ export declare const dataSetsGetQueryParams: zod.ZodObject<{
878
+ take: zod.ZodDefault<zod.ZodNumber>;
879
+ skip: zod.ZodOptional<zod.ZodNumber>;
880
+ search: zod.ZodOptional<zod.ZodString>;
881
+ }, zod.core.$strict>;
882
+ export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
883
+ export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
884
+ export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
885
+ export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
886
+ export declare const dataSetsGetResponse: zod.ZodObject<{
887
+ data: zod.ZodArray<zod.ZodObject<{
888
+ createdAt: zod.ZodISODateTime;
889
+ createdByUserId: zod.ZodString;
890
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
891
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
892
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
893
+ id: zod.ZodString;
894
+ modifiedAt: zod.ZodISODateTime;
895
+ modifiedByUserId: zod.ZodString;
896
+ name: zod.ZodString;
897
+ properties: zod.ZodArray<zod.ZodObject<{
898
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
899
+ isVector: zod.ZodBoolean;
900
+ name: zod.ZodString;
901
+ }, zod.core.$strip>>;
902
+ scopingMode: zod.ZodEnum<{
903
+ Unrestricted: "Unrestricted";
904
+ PerSubject: "PerSubject";
905
+ }>;
906
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
907
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
883
908
  }, zod.core.$strip>>;
909
+ total: zod.ZodNumber;
910
+ }, zod.core.$strip>;
911
+ export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
912
+ export declare const dataSetsGetItemPathIdRegExp: RegExp;
913
+ export declare const dataSetsGetItemParams: zod.ZodObject<{
914
+ dataSetId: zod.ZodString;
915
+ id: zod.ZodString;
916
+ }, zod.core.$strict>;
917
+ export declare const dataSetsGetItemResponseIdRegExp: RegExp;
918
+ export declare const dataSetsGetItemResponseMetadataContainerIdRegExp: RegExp;
919
+ export declare const dataSetsGetItemResponseMetadataContainerItemIdRegExp: RegExp;
920
+ export declare const dataSetsGetItemResponseMetadataDataSetIdRegExp: RegExp;
921
+ export declare const dataSetsGetItemResponseMetadataFlowRunIdRegExp: RegExp;
922
+ export declare const dataSetsGetItemResponse: zod.ZodObject<{
923
+ id: zod.ZodString;
924
+ indexText: zod.ZodString;
925
+ metadata: zod.ZodObject<{
926
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
927
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
928
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
929
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
930
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
931
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
932
+ indexed: zod.ZodBoolean;
933
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
934
+ }, zod.core.$strip>;
935
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
936
+ }, zod.core.$strip>;
937
+ export declare const dataSetsDeletePathIdRegExp: RegExp;
938
+ export declare const dataSetsDeleteParams: zod.ZodObject<{
939
+ id: zod.ZodString;
940
+ }, zod.core.$strict>;
941
+ export declare const dataSetsGetByIdPathIdRegExp: RegExp;
942
+ export declare const dataSetsGetByIdParams: zod.ZodObject<{
943
+ id: zod.ZodString;
944
+ }, zod.core.$strict>;
945
+ export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
946
+ export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
947
+ export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
948
+ export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
949
+ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
950
+ createdAt: zod.ZodISODateTime;
951
+ createdByUserId: zod.ZodString;
952
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
953
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
954
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
884
955
  id: zod.ZodString;
885
956
  modifiedAt: zod.ZodISODateTime;
886
957
  modifiedByUserId: zod.ZodString;
@@ -890,33 +961,69 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
890
961
  isVector: zod.ZodBoolean;
891
962
  name: zod.ZodString;
892
963
  }, zod.core.$strip>>;
964
+ scopingMode: zod.ZodEnum<{
965
+ Unrestricted: "Unrestricted";
966
+ PerSubject: "PerSubject";
967
+ }>;
968
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
893
969
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
894
970
  }, zod.core.$strip>;
895
971
  /**
896
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
972
+ * @summary Update an existing dataset (name, description, container bindings).
897
973
  */
898
- export declare const dataSetsPutIdParams: zod.ZodObject<{
974
+ export declare const dataSetsPutParams: zod.ZodObject<{
899
975
  id: zod.ZodString;
900
976
  }, zod.core.$strict>;
901
- export declare const dataSetsPutIdBodyContainerInfoItemDataSourceIdRegExp: RegExp;
902
- export declare const dataSetsPutIdBodyIdRegExp: RegExp;
903
- export declare const dataSetsPutIdBody: zod.ZodObject<{
904
- containerInfo: zod.ZodArray<zod.ZodObject<{
977
+ export declare const dataSetsPutBodyContainerInfoItemDataSourceIdRegExp: RegExp;
978
+ export declare const dataSetsPutBodyIdRegExp: RegExp;
979
+ export declare const dataSetsPutBody: zod.ZodObject<{
980
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
905
981
  dataSourceId: zod.ZodString;
982
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
983
+ operator: zod.ZodString;
984
+ propertyName: zod.ZodString;
985
+ value: zod.ZodString;
986
+ }, zod.core.$strict>>>>;
906
987
  path: zod.ZodString;
907
- }, zod.core.$strict>>;
988
+ }, zod.core.$strict>>>>;
908
989
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
990
  id: zod.ZodString;
910
- name: zod.ZodString;
991
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
911
992
  }, zod.core.$strict>;
993
+ export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
994
+ export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
995
+ export declare const dataSetsPutResponseIdRegExp: RegExp;
996
+ export declare const dataSetsPutResponseVersionRegExp: RegExp;
997
+ export declare const dataSetsPutResponse: zod.ZodObject<{
998
+ createdAt: zod.ZodISODateTime;
999
+ createdByUserId: zod.ZodString;
1000
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1001
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1002
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1003
+ id: zod.ZodString;
1004
+ modifiedAt: zod.ZodISODateTime;
1005
+ modifiedByUserId: zod.ZodString;
1006
+ name: zod.ZodString;
1007
+ properties: zod.ZodArray<zod.ZodObject<{
1008
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1009
+ isVector: zod.ZodBoolean;
1010
+ name: zod.ZodString;
1011
+ }, zod.core.$strip>>;
1012
+ scopingMode: zod.ZodEnum<{
1013
+ Unrestricted: "Unrestricted";
1014
+ PerSubject: "PerSubject";
1015
+ }>;
1016
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1017
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1018
+ }, zod.core.$strip>;
912
1019
  /**
913
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1020
+ * @summary Update just the basic-info fields (name + description) on a dataset.
914
1021
  */
915
- export declare const dataSetsPutIdBasicInfoPathIdRegExp: RegExp;
916
- export declare const dataSetsPutIdBasicInfoParams: zod.ZodObject<{
1022
+ export declare const dataSetsPutBasicInfoPathIdRegExp: RegExp;
1023
+ export declare const dataSetsPutBasicInfoParams: zod.ZodObject<{
917
1024
  id: zod.ZodString;
918
1025
  }, zod.core.$strict>;
919
- export declare const dataSetsPutIdBasicInfoBody: zod.ZodObject<{
1026
+ export declare const dataSetsPutBasicInfoBody: zod.ZodObject<{
920
1027
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
921
1028
  name: zod.ZodString;
922
1029
  }, zod.core.$strict>;
@@ -935,8 +1042,33 @@ export declare const dataSetsGetContainerItemsRunHistoryQueryParams: zod.ZodObje
935
1042
  take: zod.ZodDefault<zod.ZodNumber>;
936
1043
  search: zod.ZodOptional<zod.ZodString>;
937
1044
  }, zod.core.$strict>;
1045
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp: RegExp;
1046
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp: RegExp;
1047
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp: RegExp;
1048
+ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<{
1049
+ data: zod.ZodArray<zod.ZodObject<{
1050
+ containerId: zod.ZodString;
1051
+ createdAt: zod.ZodISODateTime;
1052
+ flowRuns: zod.ZodArray<zod.ZodObject<{
1053
+ errors: zod.ZodArray<zod.ZodObject<{
1054
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1055
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1056
+ message: zod.ZodString;
1057
+ }, zod.core.$strip>>;
1058
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1059
+ flowRunId: zod.ZodString;
1060
+ runAt: zod.ZodISODateTime;
1061
+ status: zod.ZodString;
1062
+ }, zod.core.$strip>>;
1063
+ id: zod.ZodString;
1064
+ name: zod.ZodString;
1065
+ path: zod.ZodString;
1066
+ status: zod.ZodString;
1067
+ }, zod.core.$strip>>;
1068
+ total: zod.ZodNumber;
1069
+ }, zod.core.$strip>;
938
1070
  /**
939
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1071
+ * @summary Move a dataset to a different dataspace.
940
1072
  */
941
1073
  export declare const dataSetsSetDataspacePathIdRegExp: RegExp;
942
1074
  export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
@@ -944,20 +1076,83 @@ export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
944
1076
  }, zod.core.$strict>;
945
1077
  export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
946
1078
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1079
+ export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1080
+ export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1081
+ export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1082
+ export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1083
+ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1084
+ createdAt: zod.ZodISODateTime;
1085
+ createdByUserId: zod.ZodString;
1086
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1087
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1088
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1089
+ id: zod.ZodString;
1090
+ modifiedAt: zod.ZodISODateTime;
1091
+ modifiedByUserId: zod.ZodString;
1092
+ name: zod.ZodString;
1093
+ properties: zod.ZodArray<zod.ZodObject<{
1094
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1095
+ isVector: zod.ZodBoolean;
1096
+ name: zod.ZodString;
1097
+ }, zod.core.$strip>>;
1098
+ scopingMode: zod.ZodEnum<{
1099
+ Unrestricted: "Unrestricted";
1100
+ PerSubject: "PerSubject";
1101
+ }>;
1102
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1103
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1104
+ }, zod.core.$strip>;
947
1105
  export declare const dataSetsExportPathIdRegExp: RegExp;
948
1106
  export declare const dataSetsExportParams: zod.ZodObject<{
949
1107
  id: zod.ZodString;
950
1108
  }, zod.core.$strict>;
951
- export declare const dataSetsGetIdItemsPathIdRegExp: RegExp;
952
- export declare const dataSetsGetIdItemsParams: zod.ZodObject<{
1109
+ export declare const dataSetsExportResponseIdRegExp: RegExp;
1110
+ export declare const dataSetsExportResponseThreadIdRegExp: RegExp;
1111
+ export declare const dataSetsExportResponseWorkspaceIdRegExp: RegExp;
1112
+ export declare const dataSetsExportResponse: zod.ZodObject<{
1113
+ createdAt: zod.ZodISODateTime;
1114
+ createdByUserId: zod.ZodString;
1115
+ id: zod.ZodString;
1116
+ modifiedAt: zod.ZodISODateTime;
1117
+ modifiedByUserId: zod.ZodString;
1118
+ name: zod.ZodString;
1119
+ size: zod.ZodNumber;
1120
+ threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1121
+ workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1122
+ }, zod.core.$strip>;
1123
+ export declare const dataSetsGetItemsPathIdRegExp: RegExp;
1124
+ export declare const dataSetsGetItemsParams: zod.ZodObject<{
953
1125
  id: zod.ZodString;
954
1126
  }, zod.core.$strict>;
955
- export declare const dataSetsGetIdItemsQuerySkipDefault = 0;
956
- export declare const dataSetsGetIdItemsQueryTakeDefault = 20;
957
- export declare const dataSetsGetIdItemsQueryParams: zod.ZodObject<{
1127
+ export declare const dataSetsGetItemsQuerySkipDefault = 0;
1128
+ export declare const dataSetsGetItemsQueryTakeDefault = 20;
1129
+ export declare const dataSetsGetItemsQueryParams: zod.ZodObject<{
958
1130
  skip: zod.ZodOptional<zod.ZodNumber>;
959
1131
  take: zod.ZodDefault<zod.ZodNumber>;
960
1132
  }, zod.core.$strict>;
1133
+ export declare const dataSetsGetItemsResponseDataItemIdRegExp: RegExp;
1134
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1135
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1136
+ export declare const dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1137
+ export declare const dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1138
+ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1139
+ data: zod.ZodArray<zod.ZodObject<{
1140
+ id: zod.ZodString;
1141
+ indexText: zod.ZodString;
1142
+ metadata: zod.ZodObject<{
1143
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1144
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1145
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1146
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1147
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1148
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1149
+ indexed: zod.ZodBoolean;
1150
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1151
+ }, zod.core.$strip>;
1152
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1153
+ }, zod.core.$strip>>;
1154
+ total: zod.ZodNumber;
1155
+ }, zod.core.$strip>;
961
1156
  export declare const dataSetsAddItemPathIdRegExp: RegExp;
962
1157
  export declare const dataSetsAddItemParams: zod.ZodObject<{
963
1158
  id: zod.ZodString;
@@ -977,14 +1172,37 @@ export declare const dataSetsSearchItemsBody: zod.ZodObject<{
977
1172
  skip: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
978
1173
  take: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
979
1174
  }, zod.core.$strict>;
980
- export declare const dataSetsDeleteIdItemsItemIdPathIdRegExp: RegExp;
981
- export declare const dataSetsDeleteIdItemsItemIdPathItemIdRegExp: RegExp;
982
- export declare const dataSetsDeleteIdItemsItemIdParams: zod.ZodObject<{
1175
+ export declare const dataSetsSearchItemsResponseDataItemIdRegExp: RegExp;
1176
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1177
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1178
+ export declare const dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1179
+ export declare const dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1180
+ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1181
+ data: zod.ZodArray<zod.ZodObject<{
1182
+ id: zod.ZodString;
1183
+ indexText: zod.ZodString;
1184
+ metadata: zod.ZodObject<{
1185
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1186
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1187
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1188
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1189
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1190
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1191
+ indexed: zod.ZodBoolean;
1192
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1193
+ }, zod.core.$strip>;
1194
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1195
+ }, zod.core.$strip>>;
1196
+ total: zod.ZodNumber;
1197
+ }, zod.core.$strip>;
1198
+ export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
1199
+ export declare const dataSetsDeleteItemPathItemIdRegExp: RegExp;
1200
+ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
983
1201
  id: zod.ZodString;
984
1202
  itemId: zod.ZodString;
985
1203
  }, zod.core.$strict>;
986
1204
  /**
987
- * @summary Add a property to a dataset
1205
+ * @summary Upsert a single property on a dataset.
988
1206
  */
989
1207
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
990
1208
  export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
@@ -1005,6 +1223,20 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1005
1223
  id: zod.ZodString;
1006
1224
  name: zod.ZodString;
1007
1225
  }, zod.core.$strict>;
1226
+ /**
1227
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1228
+ */
1229
+ export declare const dataSetsPutScopingPathIdRegExp: RegExp;
1230
+ export declare const dataSetsPutScopingParams: zod.ZodObject<{
1231
+ id: zod.ZodString;
1232
+ }, zod.core.$strict>;
1233
+ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1234
+ mode: zod.ZodEnum<{
1235
+ Unrestricted: "Unrestricted";
1236
+ PerSubject: "PerSubject";
1237
+ }>;
1238
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1239
+ }, zod.core.$strict>;
1008
1240
  /**
1009
1241
  * @summary Fetch a list of all available data source types in SmartSpace.
1010
1242
  */
@@ -1055,6 +1287,11 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1055
1287
  }, zod.core.$strict>;
1056
1288
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1057
1289
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1290
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1291
+ operator: zod.ZodString;
1292
+ propertyName: zod.ZodString;
1293
+ value: zod.ZodString;
1294
+ }, zod.core.$strip>>>>;
1058
1295
  name: zod.ZodString;
1059
1296
  path: zod.ZodString;
1060
1297
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1064,6 +1301,11 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1064
1301
  }, zod.core.$strip>;
1065
1302
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1066
1303
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1304
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1305
+ operator: zod.ZodString;
1306
+ propertyName: zod.ZodString;
1307
+ value: zod.ZodString;
1308
+ }, zod.core.$strip>>>>;
1067
1309
  name: zod.ZodString;
1068
1310
  path: zod.ZodString;
1069
1311
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1085,7 +1327,7 @@ export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
1085
1327
  statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1086
1328
  }, zod.core.$strip>;
1087
1329
  /**
1088
- * @summary Obtain a list of all data sources configured in SmartSpace, with optional pagination options take and skip.
1330
+ * @summary Retrieves a collection of data sources.
1089
1331
  */
1090
1332
  export declare const dataSourcesGetQueryTakeDefault = 20;
1091
1333
  export declare const dataSourcesGetQuerySkipDefault = 0;
@@ -1093,6 +1335,8 @@ export declare const dataSourcesGetQueryParams: zod.ZodObject<{
1093
1335
  take: zod.ZodDefault<zod.ZodNumber>;
1094
1336
  skip: zod.ZodOptional<zod.ZodNumber>;
1095
1337
  search: zod.ZodOptional<zod.ZodString>;
1338
+ sortBy: zod.ZodOptional<zod.ZodString>;
1339
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1096
1340
  }, zod.core.$strict>;
1097
1341
  export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1098
1342
  export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
@@ -1101,6 +1345,11 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1101
1345
  data: zod.ZodArray<zod.ZodObject<{
1102
1346
  containers: zod.ZodArray<zod.ZodObject<{
1103
1347
  dataSourceId: zod.ZodString;
1348
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1349
+ operator: zod.ZodString;
1350
+ propertyName: zod.ZodString;
1351
+ value: zod.ZodString;
1352
+ }, zod.core.$strip>>>>;
1104
1353
  id: zod.ZodString;
1105
1354
  name: zod.ZodString;
1106
1355
  path: zod.ZodString;
@@ -1150,7 +1399,23 @@ export declare const dataSourcesPostBody: zod.ZodObject<{
1150
1399
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1151
1400
  name: zod.ZodString;
1152
1401
  }, zod.core.$strict>;
1402
+ export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
1403
+ export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
1404
+ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1153
1405
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1406
+ containers: zod.ZodArray<zod.ZodObject<{
1407
+ dataSourceId: zod.ZodString;
1408
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1409
+ operator: zod.ZodString;
1410
+ propertyName: zod.ZodString;
1411
+ value: zod.ZodString;
1412
+ }, zod.core.$strip>>>>;
1413
+ id: zod.ZodString;
1414
+ name: zod.ZodString;
1415
+ path: zod.ZodString;
1416
+ }, zod.core.$strip>>;
1417
+ createdAt: zod.ZodISODateTime;
1418
+ createdByUserId: zod.ZodString;
1154
1419
  credentialType: zod.ZodEnum<{
1155
1420
  BlobStorage: "BlobStorage";
1156
1421
  SqlServer: "SqlServer";
@@ -1164,9 +1429,12 @@ export declare const dataSourcesPostResponse: zod.ZodObject<{
1164
1429
  File: "File";
1165
1430
  Sitemap: "Sitemap";
1166
1431
  }>;
1167
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1432
+ id: zod.ZodString;
1168
1433
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1434
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1435
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1169
1436
  name: zod.ZodString;
1437
+ searchable: zod.ZodBoolean;
1170
1438
  }, zod.core.$strip>;
1171
1439
  /**
1172
1440
  * @summary Remove a specific data source from SmartSpace using its unique ID.
@@ -1200,16 +1468,58 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1200
1468
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1201
1469
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1202
1470
  dataSourceId: zod.ZodString;
1471
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1472
+ operator: zod.ZodString;
1473
+ propertyName: zod.ZodString;
1474
+ value: zod.ZodString;
1475
+ }, zod.core.$strip>>>>;
1203
1476
  id: zod.ZodString;
1204
1477
  name: zod.ZodString;
1205
1478
  path: zod.ZodString;
1206
1479
  }, zod.core.$strip>;
1207
1480
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1208
1481
  dataSourceId: zod.ZodString;
1482
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1483
+ operator: zod.ZodString;
1484
+ propertyName: zod.ZodString;
1485
+ value: zod.ZodString;
1486
+ }, zod.core.$strip>>>>;
1209
1487
  id: zod.ZodString;
1210
1488
  name: zod.ZodString;
1211
1489
  path: zod.ZodString;
1212
1490
  }, zod.core.$strip>>;
1491
+ /**
1492
+ * @summary Runs a preview search against the data source using the supplied filters and returns
1493
+ a total record count without persisting any state.
1494
+ */
1495
+ export declare const dataSourcesPreviewContainerPathDataSourceIdRegExp: RegExp;
1496
+ export declare const dataSourcesPreviewContainerParams: zod.ZodObject<{
1497
+ dataSourceId: zod.ZodString;
1498
+ }, zod.core.$strict>;
1499
+ export declare const dataSourcesPreviewContainerBody: zod.ZodObject<{
1500
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1501
+ operator: zod.ZodString;
1502
+ propertyName: zod.ZodString;
1503
+ value: zod.ZodString;
1504
+ }, zod.core.$strict>>>>;
1505
+ path: zod.ZodString;
1506
+ }, zod.core.$strict>;
1507
+ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1508
+ samples: zod.ZodArray<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1509
+ total: zod.ZodNumber;
1510
+ }, zod.core.$strip>;
1511
+ /**
1512
+ * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1513
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1514
+ containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1515
+ */
1516
+ export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
1517
+ export declare const dataSourcesContainerSchemaParams: zod.ZodObject<{
1518
+ dataSourceId: zod.ZodString;
1519
+ }, zod.core.$strict>;
1520
+ export declare const dataSourcesContainerSchemaQueryParams: zod.ZodObject<{
1521
+ containerPath: zod.ZodOptional<zod.ZodString>;
1522
+ }, zod.core.$strict>;
1213
1523
  /**
1214
1524
  * @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
1215
1525
  */
@@ -1220,110 +1530,54 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1220
1530
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1221
1531
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1222
1532
  }, zod.core.$strict>;
1223
- /**
1224
- * @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
1225
- */
1533
+ export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1534
+ export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1535
+ id: zod.ZodString;
1536
+ }, zod.core.$strict>;
1537
+ export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
1538
+ id: zod.ZodString;
1539
+ name: zod.ZodString;
1540
+ }, zod.core.$strip>;
1541
+ export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1542
+ id: zod.ZodString;
1543
+ name: zod.ZodString;
1544
+ }, zod.core.$strip>>;
1545
+ export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
1546
+ export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
1547
+ id: zod.ZodString;
1548
+ userId: zod.ZodString;
1549
+ }, zod.core.$strict>;
1550
+ export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
1551
+ export declare const dataSourcesAddAdminParams: zod.ZodObject<{
1552
+ id: zod.ZodString;
1553
+ userId: zod.ZodString;
1554
+ }, zod.core.$strict>;
1226
1555
  export declare const dataSpacesGetQueryTakeDefault = 20;
1227
1556
  export declare const dataSpacesGetQuerySkipDefault = 0;
1228
1557
  export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1229
1558
  take: zod.ZodDefault<zod.ZodNumber>;
1230
1559
  skip: zod.ZodOptional<zod.ZodNumber>;
1231
1560
  search: zod.ZodOptional<zod.ZodString>;
1561
+ sortBy: zod.ZodOptional<zod.ZodString>;
1562
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1232
1563
  }, zod.core.$strict>;
1233
1564
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1234
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1235
1565
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1236
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1237
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1238
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1239
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1240
1566
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1241
1567
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1242
1568
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
1243
1569
  export declare const dataSpacesGetResponseDataItemParentWorkspaceIdRegExp: RegExp;
1244
- export declare const dataSpacesGetResponseDataItemWorkspacesInfoItemIdRegExp: RegExp;
1570
+ export declare const dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp: RegExp;
1245
1571
  export declare const dataSpacesGetResponse: zod.ZodObject<{
1246
1572
  data: zod.ZodArray<zod.ZodObject<{
1247
1573
  createdAt: zod.ZodISODateTime;
1248
1574
  createdByUserId: zod.ZodString;
1249
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1575
+ dataSets: zod.ZodArray<zod.ZodObject<{
1250
1576
  createdAt: zod.ZodISODateTime;
1251
1577
  createdByUserId: zod.ZodString;
1252
1578
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1253
1579
  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>>;
1580
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1327
1581
  id: zod.ZodString;
1328
1582
  modifiedAt: zod.ZodISODateTime;
1329
1583
  modifiedByUserId: zod.ZodString;
@@ -1333,140 +1587,57 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1333
1587
  isVector: zod.ZodBoolean;
1334
1588
  name: zod.ZodString;
1335
1589
  }, zod.core.$strip>>;
1590
+ scopingMode: zod.ZodEnum<{
1591
+ Unrestricted: "Unrestricted";
1592
+ PerSubject: "PerSubject";
1593
+ }>;
1594
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1336
1595
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1337
- }, zod.core.$strip>>>>;
1596
+ }, zod.core.$strip>>;
1338
1597
  id: zod.ZodString;
1339
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1340
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1598
+ modifiedAt: zod.ZodISODateTime;
1599
+ modifiedByUserId: zod.ZodString;
1341
1600
  name: zod.ZodString;
1342
1601
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1343
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1602
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1344
1603
  id: zod.ZodString;
1345
1604
  name: zod.ZodString;
1346
- }, zod.core.$strip>>>>;
1605
+ }, zod.core.$strip>>;
1347
1606
  }, zod.core.$strip>>;
1348
1607
  total: zod.ZodNumber;
1349
1608
  }, zod.core.$strip>;
1350
1609
  /**
1351
- * @summary Create a new dataspace in SmartSpace, specifying details like name, associated datasources, and containers.
1610
+ * @summary Create a new dataspace.
1352
1611
  */
1353
1612
  export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
1354
1613
  export declare const dataSpacesPostBody: zod.ZodObject<{
1355
1614
  dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1356
1615
  name: zod.ZodString;
1357
1616
  }, zod.core.$strict>;
1358
- export declare const dataSpacesPostResponseDataSetIdsItemRegExp: RegExp;
1359
- export declare const dataSpacesPostResponse: zod.ZodObject<{
1360
- dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1361
- name: zod.ZodString;
1362
- }, zod.core.$strip>;
1363
- /**
1364
- * @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
1365
- */
1366
1617
  export declare const dataSpacesDeletePathIdRegExp: RegExp;
1367
1618
  export declare const dataSpacesDeleteParams: zod.ZodObject<{
1368
1619
  id: zod.ZodString;
1369
1620
  }, zod.core.$strict>;
1370
- /**
1371
- * @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
1372
- */
1373
1621
  export declare const dataSpacesGetByIdPathIdRegExp: RegExp;
1374
1622
  export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1375
1623
  id: zod.ZodString;
1376
1624
  }, zod.core.$strict>;
1377
1625
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1378
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1379
1626
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1380
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1381
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1382
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
1383
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp: RegExp;
1384
1627
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1385
1628
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1386
1629
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
1387
1630
  export declare const dataSpacesGetByIdResponseParentWorkspaceIdRegExp: RegExp;
1388
- export declare const dataSpacesGetByIdResponseWorkspacesInfoItemIdRegExp: RegExp;
1631
+ export declare const dataSpacesGetByIdResponseWorkSpacesItemIdRegExp: RegExp;
1389
1632
  export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1390
1633
  createdAt: zod.ZodISODateTime;
1391
1634
  createdByUserId: zod.ZodString;
1392
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1635
+ dataSets: zod.ZodArray<zod.ZodObject<{
1393
1636
  createdAt: zod.ZodISODateTime;
1394
1637
  createdByUserId: zod.ZodString;
1395
1638
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1396
1639
  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>>>>;
1451
- }, 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;
1464
- type: zod.ZodEnum<{
1465
- Periodic: "Periodic";
1466
- Container: "Container";
1467
- }>;
1468
- }, zod.core.$strip>>;
1469
- }, zod.core.$strip>>;
1640
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1470
1641
  id: zod.ZodString;
1471
1642
  modifiedAt: zod.ZodISODateTime;
1472
1643
  modifiedByUserId: zod.ZodString;
@@ -1476,20 +1647,25 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1476
1647
  isVector: zod.ZodBoolean;
1477
1648
  name: zod.ZodString;
1478
1649
  }, zod.core.$strip>>;
1650
+ scopingMode: zod.ZodEnum<{
1651
+ Unrestricted: "Unrestricted";
1652
+ PerSubject: "PerSubject";
1653
+ }>;
1654
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1479
1655
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1480
- }, zod.core.$strip>>>>;
1656
+ }, zod.core.$strip>>;
1481
1657
  id: zod.ZodString;
1482
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1483
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1658
+ modifiedAt: zod.ZodISODateTime;
1659
+ modifiedByUserId: zod.ZodString;
1484
1660
  name: zod.ZodString;
1485
1661
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1486
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1662
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1487
1663
  id: zod.ZodString;
1488
1664
  name: zod.ZodString;
1489
- }, zod.core.$strip>>>>;
1665
+ }, zod.core.$strip>>;
1490
1666
  }, zod.core.$strip>;
1491
1667
  /**
1492
- * @summary Update details of a specific data space in SmartSpace, using the ID of the data space.
1668
+ * @summary Update an existing dataspace.
1493
1669
  */
1494
1670
  export declare const dataSpacesPutPathIdRegExp: RegExp;
1495
1671
  export declare const dataSpacesPutParams: zod.ZodObject<{
@@ -1502,9 +1678,73 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1502
1678
  id: zod.ZodString;
1503
1679
  name: zod.ZodString;
1504
1680
  }, zod.core.$strict>;
1505
- /**
1506
- * @summary Retrieve a list of all data sets in SmartSpace, with options for pagination to manage large sets of data sets.
1507
- */
1681
+ export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1682
+ export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1683
+ export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1684
+ export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1685
+ export declare const dataSpacesPutResponseIdRegExp: RegExp;
1686
+ export declare const dataSpacesPutResponseParentWorkspaceIdRegExp: RegExp;
1687
+ export declare const dataSpacesPutResponseWorkSpacesItemIdRegExp: RegExp;
1688
+ export declare const dataSpacesPutResponse: zod.ZodObject<{
1689
+ createdAt: zod.ZodISODateTime;
1690
+ createdByUserId: zod.ZodString;
1691
+ dataSets: zod.ZodArray<zod.ZodObject<{
1692
+ createdAt: zod.ZodISODateTime;
1693
+ createdByUserId: zod.ZodString;
1694
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1695
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1696
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1697
+ id: zod.ZodString;
1698
+ modifiedAt: zod.ZodISODateTime;
1699
+ modifiedByUserId: zod.ZodString;
1700
+ name: zod.ZodString;
1701
+ properties: zod.ZodArray<zod.ZodObject<{
1702
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1703
+ isVector: zod.ZodBoolean;
1704
+ name: zod.ZodString;
1705
+ }, zod.core.$strip>>;
1706
+ scopingMode: zod.ZodEnum<{
1707
+ Unrestricted: "Unrestricted";
1708
+ PerSubject: "PerSubject";
1709
+ }>;
1710
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1711
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1712
+ }, zod.core.$strip>>;
1713
+ id: zod.ZodString;
1714
+ modifiedAt: zod.ZodISODateTime;
1715
+ modifiedByUserId: zod.ZodString;
1716
+ name: zod.ZodString;
1717
+ parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1718
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1719
+ id: zod.ZodString;
1720
+ name: zod.ZodString;
1721
+ }, zod.core.$strip>>;
1722
+ }, zod.core.$strip>;
1723
+ export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
1724
+ export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
1725
+ id: zod.ZodString;
1726
+ }, zod.core.$strict>;
1727
+ export declare const dataSpacesGetAdminUsersResponseDataSpaceIdRegExp: RegExp;
1728
+ export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodObject<{
1729
+ dataSpaceId: zod.ZodString;
1730
+ displayName: zod.ZodString;
1731
+ userId: zod.ZodString;
1732
+ }, zod.core.$strip>;
1733
+ export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1734
+ dataSpaceId: zod.ZodString;
1735
+ displayName: zod.ZodString;
1736
+ userId: zod.ZodString;
1737
+ }, zod.core.$strip>>;
1738
+ export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
1739
+ export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
1740
+ id: zod.ZodString;
1741
+ userId: zod.ZodString;
1742
+ }, zod.core.$strict>;
1743
+ export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
1744
+ export declare const dataSpacesAddAdminParams: zod.ZodObject<{
1745
+ id: zod.ZodString;
1746
+ userId: zod.ZodString;
1747
+ }, zod.core.$strict>;
1508
1748
  export declare const dataSpacesGetDataSetsPathIdRegExp: RegExp;
1509
1749
  export declare const dataSpacesGetDataSetsParams: zod.ZodObject<{
1510
1750
  id: zod.ZodString;
@@ -1517,12 +1757,7 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1517
1757
  search: zod.ZodOptional<zod.ZodString>;
1518
1758
  }, zod.core.$strict>;
1519
1759
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1520
- export declare const dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1521
1760
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1522
- export declare const dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
1523
- export declare const dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
1524
- export declare const dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
1525
- export declare const dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
1526
1761
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1527
1762
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1528
1763
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1531,116 +1766,369 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1531
1766
  createdByUserId: zod.ZodString;
1532
1767
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1533
1768
  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>>>>;
1769
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1770
+ id: zod.ZodString;
1771
+ modifiedAt: zod.ZodISODateTime;
1772
+ modifiedByUserId: zod.ZodString;
1773
+ name: zod.ZodString;
1774
+ properties: zod.ZodArray<zod.ZodObject<{
1775
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1776
+ isVector: zod.ZodBoolean;
1777
+ name: zod.ZodString;
1778
+ }, zod.core.$strip>>;
1779
+ scopingMode: zod.ZodEnum<{
1780
+ Unrestricted: "Unrestricted";
1781
+ PerSubject: "PerSubject";
1782
+ }>;
1783
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1784
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1785
+ }, zod.core.$strip>>;
1786
+ total: zod.ZodNumber;
1787
+ }, zod.core.$strip>;
1788
+ /**
1789
+ * @summary Create a new dataset inside this dataspace.
1790
+ */
1791
+ export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
1792
+ export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
1793
+ id: zod.ZodString;
1794
+ }, zod.core.$strict>;
1795
+ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1796
+ export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1797
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1798
+ dataSourceId: zod.ZodString;
1799
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1800
+ operator: zod.ZodString;
1801
+ propertyName: zod.ZodString;
1802
+ value: zod.ZodString;
1803
+ }, zod.core.$strict>>>>;
1804
+ path: zod.ZodString;
1805
+ }, zod.core.$strict>>>>;
1806
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1807
+ name: zod.ZodString;
1808
+ }, zod.core.$strict>;
1809
+ export declare const debugInvokeParams: zod.ZodObject<{
1810
+ connectionId: zod.ZodString;
1811
+ method: zod.ZodString;
1812
+ }, zod.core.$strict>;
1813
+ export declare const debugInvokeBodyItem: zod.ZodAny;
1814
+ export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1815
+ /**
1816
+ * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1817
+ */
1818
+ export declare const draftsListDraftsResponseItem: zod.ZodObject<{
1819
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1820
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1821
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1822
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1823
+ channel: zod.ZodBoolean;
1824
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1825
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1826
+ pin: zod.ZodString;
1827
+ port: zod.ZodString;
1828
+ }, zod.core.$strip>>;
1829
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1830
+ required: zod.ZodBoolean;
1831
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1832
+ sticky: zod.ZodBoolean;
1833
+ type: zod.ZodEnum<{
1834
+ Single: "Single";
1835
+ List: "List";
1836
+ Dictionary: "Dictionary";
1837
+ }>;
1838
+ virtual: zod.ZodBoolean;
1839
+ }, zod.core.$strip>>;
1840
+ isFunction: zod.ZodBoolean;
1841
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1842
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1843
+ channel: zod.ZodBoolean;
1844
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1845
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1846
+ pin: zod.ZodString;
1847
+ port: zod.ZodString;
1848
+ }, zod.core.$strip>>;
1849
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1850
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1851
+ type: zod.ZodEnum<{
1852
+ Single: "Single";
1853
+ List: "List";
1854
+ Dictionary: "Dictionary";
1855
+ }>;
1856
+ }, zod.core.$strip>>;
1857
+ type: zod.ZodEnum<{
1858
+ Single: "Single";
1859
+ List: "List";
1860
+ Dictionary: "Dictionary";
1861
+ }>;
1862
+ }, zod.core.$strip>>;
1863
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1864
+ WorkSpace: "WorkSpace";
1865
+ DataSet: "DataSet";
1866
+ }>>>>;
1867
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1868
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1869
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1870
+ scope: zod.ZodArray<zod.ZodObject<{
1871
+ pin: zod.ZodString;
1872
+ port: zod.ZodString;
1873
+ }, zod.core.$strip>>;
1874
+ }, zod.core.$strip>>;
1875
+ }, zod.core.$strip>>>;
1876
+ isActive: zod.ZodBoolean;
1877
+ modifiedAt: zod.ZodISODateTime;
1878
+ name: zod.ZodString;
1879
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1880
+ rowVersion: zod.ZodString;
1881
+ sourceText: zod.ZodString;
1882
+ }, zod.core.$strip>;
1883
+ export declare const draftsListDraftsResponse: zod.ZodArray<zod.ZodObject<{
1884
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1885
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1886
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1887
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1888
+ channel: zod.ZodBoolean;
1889
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1890
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1891
+ pin: zod.ZodString;
1892
+ port: zod.ZodString;
1893
+ }, zod.core.$strip>>;
1894
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1895
+ required: zod.ZodBoolean;
1896
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1897
+ sticky: zod.ZodBoolean;
1898
+ type: zod.ZodEnum<{
1899
+ Single: "Single";
1900
+ List: "List";
1901
+ Dictionary: "Dictionary";
1902
+ }>;
1903
+ virtual: zod.ZodBoolean;
1904
+ }, zod.core.$strip>>;
1905
+ isFunction: zod.ZodBoolean;
1906
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1907
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1908
+ channel: zod.ZodBoolean;
1909
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
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
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1916
+ type: zod.ZodEnum<{
1917
+ Single: "Single";
1918
+ List: "List";
1919
+ Dictionary: "Dictionary";
1920
+ }>;
1921
+ }, zod.core.$strip>>;
1922
+ type: zod.ZodEnum<{
1923
+ Single: "Single";
1924
+ List: "List";
1925
+ Dictionary: "Dictionary";
1926
+ }>;
1927
+ }, zod.core.$strip>>;
1928
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1929
+ WorkSpace: "WorkSpace";
1930
+ DataSet: "DataSet";
1931
+ }>>>>;
1932
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1933
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1934
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1935
+ scope: zod.ZodArray<zod.ZodObject<{
1936
+ pin: zod.ZodString;
1937
+ port: zod.ZodString;
1938
+ }, zod.core.$strip>>;
1939
+ }, zod.core.$strip>>;
1940
+ }, zod.core.$strip>>>;
1941
+ isActive: zod.ZodBoolean;
1942
+ modifiedAt: zod.ZodISODateTime;
1943
+ name: zod.ZodString;
1944
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1945
+ rowVersion: zod.ZodString;
1946
+ sourceText: zod.ZodString;
1947
+ }, zod.core.$strip>>;
1948
+ /**
1949
+ * @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
1950
+ */
1951
+ export declare const draftsDeleteDraftParams: zod.ZodObject<{
1952
+ name: zod.ZodString;
1953
+ }, zod.core.$strict>;
1954
+ /**
1955
+ * @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
1956
+ */
1957
+ export declare const draftsGetDraftParams: zod.ZodObject<{
1958
+ name: zod.ZodString;
1959
+ }, zod.core.$strict>;
1960
+ export declare const draftsGetDraftResponse: zod.ZodObject<{
1961
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1962
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1963
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1964
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1965
+ channel: zod.ZodBoolean;
1966
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1967
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1968
+ pin: zod.ZodString;
1969
+ port: zod.ZodString;
1970
+ }, zod.core.$strip>>;
1971
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1972
+ required: zod.ZodBoolean;
1973
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1974
+ sticky: zod.ZodBoolean;
1975
+ type: zod.ZodEnum<{
1976
+ Single: "Single";
1977
+ List: "List";
1978
+ Dictionary: "Dictionary";
1979
+ }>;
1980
+ virtual: zod.ZodBoolean;
1981
+ }, zod.core.$strip>>;
1982
+ isFunction: zod.ZodBoolean;
1983
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1984
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1985
+ channel: zod.ZodBoolean;
1986
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1987
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1988
+ pin: zod.ZodString;
1989
+ port: zod.ZodString;
1990
+ }, zod.core.$strip>>;
1991
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1992
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1993
+ type: zod.ZodEnum<{
1994
+ Single: "Single";
1995
+ List: "List";
1996
+ Dictionary: "Dictionary";
1997
+ }>;
1998
+ }, zod.core.$strip>>;
1999
+ type: zod.ZodEnum<{
2000
+ Single: "Single";
2001
+ List: "List";
2002
+ Dictionary: "Dictionary";
2003
+ }>;
2004
+ }, zod.core.$strip>>;
2005
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2006
+ WorkSpace: "WorkSpace";
2007
+ DataSet: "DataSet";
2008
+ }>>>>;
2009
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2010
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2011
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2012
+ scope: zod.ZodArray<zod.ZodObject<{
2013
+ pin: zod.ZodString;
2014
+ port: zod.ZodString;
1588
2015
  }, 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;
2016
+ }, zod.core.$strip>>;
2017
+ }, zod.core.$strip>>>;
2018
+ isActive: zod.ZodBoolean;
2019
+ modifiedAt: zod.ZodISODateTime;
2020
+ name: zod.ZodString;
2021
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2022
+ rowVersion: zod.ZodString;
2023
+ sourceText: zod.ZodString;
2024
+ }, zod.core.$strip>;
2025
+ /**
2026
+ * @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
2027
+ overrides the published Custom at the same `(name, version)` for them only.
2028
+ */
2029
+ export declare const draftsToggleDraftParams: zod.ZodObject<{
2030
+ name: zod.ZodString;
2031
+ }, zod.core.$strict>;
2032
+ export declare const draftsToggleDraftBody: zod.ZodObject<{
2033
+ isActive: zod.ZodBoolean;
2034
+ }, zod.core.$strict>;
2035
+ /**
2036
+ * @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
2037
+ concurrency on update (null for first-time create). Returns 409 with the
2038
+ current `RowVersion` if another session has saved in the interim.
2039
+ */
2040
+ export declare const draftsSaveDraftParams: zod.ZodObject<{
2041
+ name: zod.ZodString;
2042
+ }, zod.core.$strict>;
2043
+ export declare const draftsSaveDraftBody: zod.ZodObject<{
2044
+ expectedRowVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2045
+ source: zod.ZodString;
2046
+ }, zod.core.$strict>;
2047
+ export declare const draftsSaveDraftResponse: zod.ZodObject<{
2048
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2049
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2050
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2051
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2052
+ channel: zod.ZodBoolean;
2053
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2054
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2055
+ pin: zod.ZodString;
2056
+ port: zod.ZodString;
2057
+ }, zod.core.$strip>>;
2058
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2059
+ required: zod.ZodBoolean;
2060
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2061
+ sticky: zod.ZodBoolean;
2062
+ type: zod.ZodEnum<{
2063
+ Single: "Single";
2064
+ List: "List";
2065
+ Dictionary: "Dictionary";
2066
+ }>;
2067
+ virtual: zod.ZodBoolean;
2068
+ }, zod.core.$strip>>;
2069
+ isFunction: zod.ZodBoolean;
2070
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2071
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2072
+ channel: zod.ZodBoolean;
2073
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2074
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2075
+ pin: zod.ZodString;
2076
+ port: zod.ZodString;
2077
+ }, zod.core.$strip>>;
2078
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2079
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1601
2080
  type: zod.ZodEnum<{
1602
- Periodic: "Periodic";
1603
- Container: "Container";
2081
+ Single: "Single";
2082
+ List: "List";
2083
+ Dictionary: "Dictionary";
1604
2084
  }>;
1605
2085
  }, zod.core.$strip>>;
2086
+ type: zod.ZodEnum<{
2087
+ Single: "Single";
2088
+ List: "List";
2089
+ Dictionary: "Dictionary";
2090
+ }>;
1606
2091
  }, 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;
2092
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2093
+ WorkSpace: "WorkSpace";
2094
+ DataSet: "DataSet";
2095
+ }>>>>;
2096
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2097
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2098
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2099
+ scope: zod.ZodArray<zod.ZodObject<{
2100
+ pin: zod.ZodString;
2101
+ port: zod.ZodString;
2102
+ }, zod.core.$strip>>;
1615
2103
  }, zod.core.$strip>>;
1616
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1617
- }, zod.core.$strip>>;
1618
- total: zod.ZodNumber;
2104
+ }, zod.core.$strip>>>;
2105
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2106
+ rowVersion: zod.ZodString;
1619
2107
  }, zod.core.$strip>;
1620
2108
  /**
1621
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
2109
+ * @summary Publish the draft's saved source as a tenant-visible Custom block set.
2110
+ When a published set of the same name exists, the first call returns 409
2111
+ with the impact details; retry with `confirmOverwrite: true` to
2112
+ replace it (a new row supersedes the old per newest-wins resolution).
1622
2113
  */
1623
- export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
1624
- export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
1625
- id: zod.ZodString;
1626
- }, zod.core.$strict>;
1627
- export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1628
- export declare const dataSpacesPostDatasetBody: 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>>;
2114
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
1634
2115
  name: zod.ZodString;
1635
2116
  }, zod.core.$strict>;
1636
- export declare const debugInvokeParams: zod.ZodObject<{
1637
- connectionId: zod.ZodString;
1638
- method: zod.ZodString;
2117
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2118
+ confirmOverwrite: zod.ZodBoolean;
2119
+ publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1639
2120
  }, zod.core.$strict>;
1640
- export declare const debugInvokeBodyItem: zod.ZodAny;
1641
- export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
2121
+ export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
2122
+ export declare const draftsPublishDraftResponse: zod.ZodObject<{
2123
+ blockSetId: zod.ZodString;
2124
+ blocks: zod.ZodArray<zod.ZodObject<{
2125
+ name: zod.ZodString;
2126
+ version: zod.ZodString;
2127
+ }, zod.core.$strip>>;
2128
+ name: zod.ZodString;
2129
+ }, zod.core.$strip>;
1642
2130
  /**
1643
- * @summary Upload files to be referenced in requests (supports full and chunked uploads)
2131
+ * @summary Upload files to be referenced in requests (supports full and chunked uploads).
1644
2132
  */
1645
2133
  export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
1646
2134
  export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
@@ -1680,7 +2168,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
1680
2168
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1681
2169
  }, zod.core.$strip>>;
1682
2170
  /**
1683
- * @summary Get details for a file previously uploaded
2171
+ * @summary Get details for a file previously uploaded.
1684
2172
  */
1685
2173
  export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
1686
2174
  export declare const filesGetFileInfoParams: zod.ZodObject<{
@@ -1707,7 +2195,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
1707
2195
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1708
2196
  }, zod.core.$strip>;
1709
2197
  /**
1710
- * @summary Download a previously uploaded file
2198
+ * @summary Download a previously uploaded file.
1711
2199
  */
1712
2200
  export declare const filesDownloadFilePathIdRegExpOne: RegExp;
1713
2201
  export declare const filesDownloadFileParams: zod.ZodObject<{
@@ -1720,7 +2208,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
1720
2208
  workspaceId: zod.ZodOptional<zod.ZodString>;
1721
2209
  }, zod.core.$strict>;
1722
2210
  /**
1723
- * @summary Get URI of a previously uploaded file
2211
+ * @summary Get URI of a previously uploaded file.
1724
2212
  */
1725
2213
  export declare const filesGetUriPathIdRegExpOne: RegExp;
1726
2214
  export declare const filesGetUriParams: zod.ZodObject<{
@@ -1732,7 +2220,24 @@ export declare const filesGetUriQueryParams: zod.ZodObject<{
1732
2220
  threadId: zod.ZodOptional<zod.ZodString>;
1733
2221
  workspaceId: zod.ZodOptional<zod.ZodString>;
1734
2222
  }, zod.core.$strict>;
1735
- export declare const filesGetUriResponse: zod.ZodString;
2223
+ export declare const filesGetUriResponse: zod.ZodObject<{
2224
+ uri: zod.ZodString;
2225
+ }, zod.core.$strip>;
2226
+ /**
2227
+ * @summary Creates a new flow run with the specified parameters
2228
+ */
2229
+ export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
2230
+ export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
2231
+ flowId: zod.ZodOptional<zod.ZodString>;
2232
+ }, zod.core.$strict>;
2233
+ export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
2234
+ debug: zod.ZodBoolean;
2235
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2236
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2237
+ name: zod.ZodString;
2238
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2239
+ }, zod.core.$strict>>>>;
2240
+ }, zod.core.$strict>;
1736
2241
  /**
1737
2242
  * @summary Searches for flow runs based on search term
1738
2243
  */
@@ -1766,6 +2271,29 @@ export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
1766
2271
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1767
2272
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1768
2273
  }, zod.core.$strip>;
2274
+ /**
2275
+ * @summary Gets a flow run including its context
2276
+ */
2277
+ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2278
+ export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2279
+ id: zod.ZodString;
2280
+ }, zod.core.$strict>;
2281
+ export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2282
+ export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2283
+ id: zod.ZodString;
2284
+ }, zod.core.$strict>;
2285
+ export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
2286
+ file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
2287
+ }, zod.core.$strict>;
2288
+ export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
2289
+ export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
2290
+ id: zod.ZodString;
2291
+ }, zod.core.$strict>;
2292
+ export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
2293
+ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2294
+ blobUri: zod.ZodString;
2295
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2296
+ }, zod.core.$strict>;
1769
2297
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
1770
2298
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
1771
2299
  id: zod.ZodString;
@@ -1896,6 +2424,84 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
1896
2424
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1897
2425
  }, zod.core.$strict>>>>;
1898
2426
  }, zod.core.$strict>;
2427
+ /**
2428
+ * @summary Retrieves a list of model deployment providers.
2429
+ */
2430
+ export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
2431
+ export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
2432
+ export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
2433
+ take: zod.ZodDefault<zod.ZodNumber>;
2434
+ skip: zod.ZodOptional<zod.ZodNumber>;
2435
+ }, zod.core.$strict>;
2436
+ /**
2437
+ * @summary Creates a new model deployment provider.
2438
+ */
2439
+ export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
2440
+ export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
2441
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2442
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2443
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2444
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2445
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2446
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2447
+ name: zod.ZodString;
2448
+ type: zod.ZodEnum<{
2449
+ OpenAi: "OpenAi";
2450
+ AzureOpenAi: "AzureOpenAi";
2451
+ HuggingFace: "HuggingFace";
2452
+ Cohere: "Cohere";
2453
+ Anthropic: "Anthropic";
2454
+ Gemini: "Gemini";
2455
+ VertexAi: "VertexAi";
2456
+ AzureFoundry: "AzureFoundry";
2457
+ }>;
2458
+ }, zod.core.$strict>;
2459
+ /**
2460
+ * @summary Retrieves the deployable models for a model provider
2461
+ */
2462
+ export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
2463
+ providerType: zod.ZodEnum<{
2464
+ OpenAi: "OpenAi";
2465
+ AzureOpenAi: "AzureOpenAi";
2466
+ HuggingFace: "HuggingFace";
2467
+ Cohere: "Cohere";
2468
+ Anthropic: "Anthropic";
2469
+ Gemini: "Gemini";
2470
+ VertexAi: "VertexAi";
2471
+ AzureFoundry: "AzureFoundry";
2472
+ }>;
2473
+ }, zod.core.$strict>;
2474
+ export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
2475
+ export declare const modelProvidersGetProviderParams: zod.ZodObject<{
2476
+ id: zod.ZodString;
2477
+ }, zod.core.$strict>;
2478
+ /**
2479
+ * @summary Updates or inserts a model deployment provider.
2480
+ */
2481
+ export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
2482
+ export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
2483
+ id: zod.ZodString;
2484
+ }, zod.core.$strict>;
2485
+ export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
2486
+ export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
2487
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2488
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2489
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2490
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2491
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2492
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2493
+ name: zod.ZodString;
2494
+ type: zod.ZodEnum<{
2495
+ OpenAi: "OpenAi";
2496
+ AzureOpenAi: "AzureOpenAi";
2497
+ HuggingFace: "HuggingFace";
2498
+ Cohere: "Cohere";
2499
+ Anthropic: "Anthropic";
2500
+ Gemini: "Gemini";
2501
+ VertexAi: "VertexAi";
2502
+ AzureFoundry: "AzureFoundry";
2503
+ }>;
2504
+ }, zod.core.$strict>;
1899
2505
  /**
1900
2506
  * @summary Retrieves a list of models.
1901
2507
  */
@@ -2009,6 +2615,13 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2009
2615
  Other: "Other";
2010
2616
  }>>;
2011
2617
  }, zod.core.$strict>;
2618
+ export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2619
+ serverType: zod.ZodOptional<zod.ZodEnum<{
2620
+ TextGenerationInference: "TextGenerationInference";
2621
+ VLlm: "VLlm";
2622
+ }>>;
2623
+ }, zod.core.$strict>;
2624
+ export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
2012
2625
  /**
2013
2626
  * @summary Deletes a model with the specified ID.
2014
2627
  */
@@ -2198,12 +2811,12 @@ export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
2198
2811
  export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2199
2812
  export declare const notificationGetResponse: zod.ZodObject<{
2200
2813
  data: zod.ZodArray<zod.ZodObject<{
2201
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2814
+ createdAt: zod.ZodISODateTime;
2202
2815
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2203
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2816
+ createdByUserId: zod.ZodString;
2204
2817
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2205
2818
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2206
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2819
+ id: zod.ZodString;
2207
2820
  notificationType: zod.ZodEnum<{
2208
2821
  WorkSpaceUpdated: "WorkSpaceUpdated";
2209
2822
  MessageThreadUpdated: "MessageThreadUpdated";
@@ -2221,6 +2834,18 @@ export declare const notificationGetResponse: zod.ZodObject<{
2221
2834
  export declare const notificationPutUpdateBodyRegExpOne: RegExp;
2222
2835
  export declare const notificationPutUpdateBodyItem: zod.ZodString;
2223
2836
  export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
2837
+ /**
2838
+ * @summary Update the upgrade component of the smartspace plan
2839
+ */
2840
+ export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
2841
+ workSpaceQuota: zod.ZodNumber;
2842
+ }, zod.core.$strict>;
2843
+ /**
2844
+ * @summary Calculate the cost of an upgrade change
2845
+ */
2846
+ export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
2847
+ workSpaceQuota: zod.ZodNumber;
2848
+ }, zod.core.$strict>;
2224
2849
  /**
2225
2850
  * @summary Gets the number of requests by a specified duration
2226
2851
  */
@@ -2303,8 +2928,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2303
2928
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2304
2929
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2305
2930
  name: zod.ZodString;
2306
- permissions: zod.ZodEnum<{
2307
- None: "None";
2931
+ permissions: zod.ZodArray<zod.ZodEnum<{
2308
2932
  WorkspaceCreate: "WorkspaceCreate";
2309
2933
  WorkspaceEdit: "WorkspaceEdit";
2310
2934
  WorkspaceDelete: "WorkspaceDelete";
@@ -2314,10 +2938,45 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2314
2938
  ConnectorCreate: "ConnectorCreate";
2315
2939
  ConnectorEdit: "ConnectorEdit";
2316
2940
  ConnectorDelete: "ConnectorDelete";
2317
- }>;
2941
+ }>>;
2318
2942
  }, zod.core.$strip>>;
2319
2943
  total: zod.ZodNumber;
2320
2944
  }, zod.core.$strip>;
2945
+ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2946
+ permissions: zod.ZodArray<zod.ZodEnum<{
2947
+ WorkspaceCreate: "WorkspaceCreate";
2948
+ WorkspaceEdit: "WorkspaceEdit";
2949
+ WorkspaceDelete: "WorkspaceDelete";
2950
+ DataSpaceCreate: "DataSpaceCreate";
2951
+ DataSpaceEdit: "DataSpaceEdit";
2952
+ DataSpaceDelete: "DataSpaceDelete";
2953
+ ConnectorCreate: "ConnectorCreate";
2954
+ ConnectorEdit: "ConnectorEdit";
2955
+ ConnectorDelete: "ConnectorDelete";
2956
+ }>>;
2957
+ }, zod.core.$strict>;
2958
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2959
+ WorkspaceCreate: "WorkspaceCreate";
2960
+ WorkspaceEdit: "WorkspaceEdit";
2961
+ WorkspaceDelete: "WorkspaceDelete";
2962
+ DataSpaceCreate: "DataSpaceCreate";
2963
+ DataSpaceEdit: "DataSpaceEdit";
2964
+ DataSpaceDelete: "DataSpaceDelete";
2965
+ ConnectorCreate: "ConnectorCreate";
2966
+ ConnectorEdit: "ConnectorEdit";
2967
+ ConnectorDelete: "ConnectorDelete";
2968
+ }>;
2969
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
2970
+ WorkspaceCreate: "WorkspaceCreate";
2971
+ WorkspaceEdit: "WorkspaceEdit";
2972
+ WorkspaceDelete: "WorkspaceDelete";
2973
+ DataSpaceCreate: "DataSpaceCreate";
2974
+ DataSpaceEdit: "DataSpaceEdit";
2975
+ DataSpaceDelete: "DataSpaceDelete";
2976
+ ConnectorCreate: "ConnectorCreate";
2977
+ ConnectorEdit: "ConnectorEdit";
2978
+ ConnectorDelete: "ConnectorDelete";
2979
+ }>>;
2321
2980
  /**
2322
2981
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2323
2982
  */
@@ -2355,21 +3014,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2355
3014
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2356
3015
  id: zod.ZodString;
2357
3016
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2358
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2359
3017
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2360
3018
  name: zod.ZodString;
2361
- permissions: zod.ZodEnum<{
2362
- None: "None";
2363
- WorkspaceCreate: "WorkspaceCreate";
2364
- WorkspaceEdit: "WorkspaceEdit";
2365
- WorkspaceDelete: "WorkspaceDelete";
2366
- DataSpaceCreate: "DataSpaceCreate";
2367
- DataSpaceEdit: "DataSpaceEdit";
2368
- DataSpaceDelete: "DataSpaceDelete";
2369
- ConnectorCreate: "ConnectorCreate";
2370
- ConnectorEdit: "ConnectorEdit";
2371
- ConnectorDelete: "ConnectorDelete";
2372
- }>;
2373
3019
  }, zod.core.$strip>;
2374
3020
  /**
2375
3021
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2393,42 +3039,76 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2393
3039
  skip: zod.ZodOptional<zod.ZodNumber>;
2394
3040
  take: zod.ZodDefault<zod.ZodNumber>;
2395
3041
  }, zod.core.$strict>;
2396
- export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
2397
- export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
2398
- export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
2399
- accessType: zod.ZodEnum<{
2400
- Principal: "Principal";
2401
- Group: "Group";
2402
- }>;
2403
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2404
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2405
- objectId: zod.ZodString;
2406
- principalType: zod.ZodOptional<zod.ZodEnum<{
2407
- Unknown: "Unknown";
2408
- User: "User";
2409
- ServicePrincipal: "ServicePrincipal";
2410
- Internal: "Internal";
2411
- }>>;
2412
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2413
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2414
- }, zod.core.$strip>;
2415
- export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
2416
- accessType: zod.ZodEnum<{
2417
- Principal: "Principal";
2418
- Group: "Group";
2419
- }>;
2420
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2421
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2422
- objectId: zod.ZodString;
2423
- principalType: zod.ZodOptional<zod.ZodEnum<{
2424
- Unknown: "Unknown";
2425
- User: "User";
2426
- ServicePrincipal: "ServicePrincipal";
2427
- Internal: "Internal";
3042
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
3043
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
3044
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3045
+ data: zod.ZodArray<zod.ZodObject<{
3046
+ accessType: zod.ZodEnum<{
3047
+ Principal: "Principal";
3048
+ Group: "Group";
3049
+ }>;
3050
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3051
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3052
+ objectId: zod.ZodString;
3053
+ principalType: zod.ZodOptional<zod.ZodEnum<{
3054
+ Unknown: "Unknown";
3055
+ User: "User";
3056
+ ServicePrincipal: "ServicePrincipal";
3057
+ Internal: "Internal";
3058
+ }>>;
3059
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3060
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3061
+ }, zod.core.$strip>>;
3062
+ total: zod.ZodNumber;
3063
+ }, zod.core.$strip>;
3064
+ export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3065
+ export declare const usersAdminPermissionParams: zod.ZodObject<{
3066
+ userId: zod.ZodString;
3067
+ }, zod.core.$strict>;
3068
+ export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
3069
+ isAdmin: zod.ZodOptional<zod.ZodBoolean>;
3070
+ }, zod.core.$strict>;
3071
+ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
3072
+ export declare const usersAddUserPermissionParams: zod.ZodObject<{
3073
+ userId: zod.ZodString;
3074
+ }, zod.core.$strict>;
3075
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
3076
+ WorkspaceCreate: "WorkspaceCreate";
3077
+ WorkspaceEdit: "WorkspaceEdit";
3078
+ WorkspaceDelete: "WorkspaceDelete";
3079
+ DataSpaceCreate: "DataSpaceCreate";
3080
+ DataSpaceEdit: "DataSpaceEdit";
3081
+ DataSpaceDelete: "DataSpaceDelete";
3082
+ ConnectorCreate: "ConnectorCreate";
3083
+ ConnectorEdit: "ConnectorEdit";
3084
+ ConnectorDelete: "ConnectorDelete";
3085
+ }>;
3086
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3087
+ WorkspaceCreate: "WorkspaceCreate";
3088
+ WorkspaceEdit: "WorkspaceEdit";
3089
+ WorkspaceDelete: "WorkspaceDelete";
3090
+ DataSpaceCreate: "DataSpaceCreate";
3091
+ DataSpaceEdit: "DataSpaceEdit";
3092
+ DataSpaceDelete: "DataSpaceDelete";
3093
+ ConnectorCreate: "ConnectorCreate";
3094
+ ConnectorEdit: "ConnectorEdit";
3095
+ ConnectorDelete: "ConnectorDelete";
3096
+ }>>;
3097
+ export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
3098
+ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3099
+ userId: zod.ZodString;
3100
+ permission: zod.ZodArray<zod.ZodEnum<{
3101
+ WorkspaceCreate: "WorkspaceCreate";
3102
+ WorkspaceEdit: "WorkspaceEdit";
3103
+ WorkspaceDelete: "WorkspaceDelete";
3104
+ DataSpaceCreate: "DataSpaceCreate";
3105
+ DataSpaceEdit: "DataSpaceEdit";
3106
+ DataSpaceDelete: "DataSpaceDelete";
3107
+ ConnectorCreate: "ConnectorCreate";
3108
+ ConnectorEdit: "ConnectorEdit";
3109
+ ConnectorDelete: "ConnectorDelete";
2428
3110
  }>>;
2429
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2430
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2431
- }, zod.core.$strip>>;
3111
+ }, zod.core.$strict>;
2432
3112
  /**
2433
3113
  * @summary Returns a list of available Azure locations for deploying virtual machines
2434
3114
  */
@@ -2486,7 +3166,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
2486
3166
  total: zod.ZodNumber;
2487
3167
  }, zod.core.$strip>;
2488
3168
  /**
2489
- * @summary Obtain a list of all workspaces in SmartSpace, with pagination options take and skip.
3169
+ * @summary Retrieves a collection of workspaces.
2490
3170
  */
2491
3171
  export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
2492
3172
  export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
@@ -2494,6 +3174,8 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
2494
3174
  take: zod.ZodDefault<zod.ZodNumber>;
2495
3175
  skip: zod.ZodOptional<zod.ZodNumber>;
2496
3176
  search: zod.ZodOptional<zod.ZodString>;
3177
+ sortBy: zod.ZodOptional<zod.ZodString>;
3178
+ sortDirection: zod.ZodOptional<zod.ZodString>;
2497
3179
  }, zod.core.$strict>;
2498
3180
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2499
3181
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
@@ -2585,6 +3267,11 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2585
3267
  triggers: zod.ZodArray<zod.ZodObject<{
2586
3268
  dataSourceContainer: zod.ZodObject<{
2587
3269
  dataSourceId: zod.ZodString;
3270
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3271
+ operator: zod.ZodString;
3272
+ propertyName: zod.ZodString;
3273
+ value: zod.ZodString;
3274
+ }, zod.core.$strip>>>>;
2588
3275
  id: zod.ZodString;
2589
3276
  name: zod.ZodString;
2590
3277
  path: zod.ZodString;
@@ -2625,7 +3312,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2625
3312
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2626
3313
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2627
3314
  }, zod.core.$strip>>;
2628
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2629
3315
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2630
3316
  frequencyPenalty: zod.ZodNumber;
2631
3317
  model: zod.ZodObject<{
@@ -2728,259 +3414,32 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2728
3414
  showSources: zod.ZodBoolean;
2729
3415
  summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2730
3416
  supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2731
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2732
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2733
- access: zod.ZodEnum<{
2734
- None: "None";
2735
- Read: "Read";
2736
- Write: "Write";
2737
- }>;
2738
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2739
- }, zod.core.$strip>>;
2740
- }, zod.core.$strip>>;
2741
- total: zod.ZodNumber;
2742
- }, zod.core.$strip>;
2743
- /**
2744
- * @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
2745
- */
2746
- export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
2747
- export declare const workSpacesPostBodyIdRegExp: RegExp;
2748
- export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
2749
- export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
2750
- export declare const workSpacesPostBody: zod.ZodObject<{
2751
- dataSpaces: zod.ZodArray<zod.ZodString>;
2752
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2753
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2754
- frequencyPenalty: zod.ZodNumber;
2755
- modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2756
- modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2757
- prePrompt: zod.ZodString;
2758
- presencePenalty: zod.ZodNumber;
2759
- role: zod.ZodEnum<{
2760
- Document: "Document";
2761
- Agent: "Agent";
2762
- Analyzer: "Analyzer";
2763
- }>;
2764
- temperature: zod.ZodNumber;
2765
- topP: zod.ZodNumber;
2766
- }, zod.core.$strict>>;
2767
- name: zod.ZodString;
2768
- templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2769
- }, zod.core.$strict>;
2770
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
2771
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
2772
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
2773
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
2774
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
2775
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
2776
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
2777
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
2778
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
2779
- export declare const workSpacesPostResponseDataSpacesItemIdRegExp: RegExp;
2780
- export declare const workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
2781
- export declare const workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
2782
- export declare const workSpacesPostResponseIdRegExp: RegExp;
2783
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
2784
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
2785
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
2786
- export declare const workSpacesPostResponseModelConfigurationsItemModelIdRegExp: RegExp;
2787
- export declare const workSpacesPostResponseSandBoxThreadIdRegExp: RegExp;
2788
- export declare const workSpacesPostResponse: zod.ZodObject<{
2789
- createdAt: zod.ZodISODateTime;
2790
- createdByUserId: zod.ZodString;
2791
- dataSpaces: zod.ZodArray<zod.ZodObject<{
2792
- createdAt: zod.ZodISODateTime;
2793
- createdByUserId: zod.ZodString;
2794
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2795
- createdAt: zod.ZodISODateTime;
2796
- createdByUserId: zod.ZodString;
2797
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2798
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2799
- flow: zod.ZodOptional<zod.ZodObject<{
2800
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
2801
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2802
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2803
- target: zod.ZodObject<{
2804
- pin: zod.ZodString;
2805
- port: zod.ZodString;
2806
- }, zod.core.$strip>;
2807
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2808
- }, zod.core.$strip>>>>;
2809
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2810
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2811
- pin: zod.ZodString;
2812
- port: zod.ZodString;
2813
- }, zod.core.$strip>>>>;
2814
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2815
- pin: zod.ZodString;
2816
- port: zod.ZodString;
2817
- }, zod.core.$strip>>>>;
2818
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2819
- name: zod.ZodString;
2820
- version: zod.ZodString;
2821
- }, zod.core.$strip>>>>;
2822
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2823
- source: zod.ZodObject<{
2824
- node: zod.ZodString;
2825
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2826
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2827
- }, zod.core.$strip>;
2828
- target: zod.ZodObject<{
2829
- node: zod.ZodString;
2830
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2831
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2832
- }, zod.core.$strip>;
2833
- }, zod.core.$strip>>>>;
2834
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2835
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2836
- }, zod.core.$strip>>>>;
2837
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2838
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2839
- }, zod.core.$strip>>>>;
2840
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2841
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2842
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2843
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2844
- }, zod.core.$strip>>>>;
2845
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2846
- access: zod.ZodEnum<{
2847
- None: "None";
2848
- Read: "Read";
2849
- Write: "Write";
2850
- }>;
2851
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2852
- }, zod.core.$strip>>>>;
2853
- }, zod.core.$strip>>;
2854
- activeFlowDefinitionId: zod.ZodString;
2855
- id: zod.ZodString;
2856
- triggers: zod.ZodArray<zod.ZodObject<{
2857
- dataSourceContainer: zod.ZodObject<{
2858
- dataSourceId: zod.ZodString;
2859
- id: zod.ZodString;
2860
- name: zod.ZodString;
2861
- path: zod.ZodString;
2862
- }, zod.core.$strip>;
2863
- flowId: zod.ZodString;
2864
- id: zod.ZodString;
2865
- inputName: zod.ZodString;
2866
- type: zod.ZodEnum<{
2867
- Periodic: "Periodic";
2868
- Container: "Container";
2869
- }>;
2870
- }, zod.core.$strip>>;
2871
- }, zod.core.$strip>>;
2872
- id: zod.ZodString;
2873
- modifiedAt: zod.ZodISODateTime;
2874
- modifiedByUserId: zod.ZodString;
2875
- name: zod.ZodString;
2876
- properties: zod.ZodArray<zod.ZodObject<{
2877
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2878
- isVector: zod.ZodBoolean;
2879
- name: zod.ZodString;
2880
- }, zod.core.$strip>>;
2881
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2882
- }, zod.core.$strip>>>>;
2883
- id: zod.ZodString;
2884
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2885
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2886
- name: zod.ZodString;
2887
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2888
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2889
- id: zod.ZodString;
2890
- name: zod.ZodString;
2891
- }, zod.core.$strip>>>>;
2892
- }, zod.core.$strip>>;
2893
- favorited: zod.ZodBoolean;
2894
- firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2895
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2896
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2897
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2898
- }, zod.core.$strip>>;
2899
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2900
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2901
- frequencyPenalty: zod.ZodNumber;
2902
- model: zod.ZodObject<{
2903
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2904
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2905
- deployment: zod.ZodOptional<zod.ZodObject<{
2906
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2907
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2908
- detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2909
- dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2910
- id: zod.ZodString;
2911
- modelName: zod.ZodString;
2912
- providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2913
- providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2914
- region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2915
- status: zod.ZodEnum<{
2916
- Deploying: "Deploying";
2917
- Ready: "Ready";
2918
- Failed: "Failed";
2919
- Deleting: "Deleting";
2920
- Deleted: "Deleted";
2921
- }>;
2922
- statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2923
- statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2924
- steps: zod.ZodArray<zod.ZodObject<{
2925
- finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2926
- id: zod.ZodString;
2927
- index: zod.ZodNumber;
2928
- message: zod.ZodString;
2929
- name: zod.ZodEnum<{
2930
- DeployVNet: "DeployVNet";
2931
- DeployVM: "DeployVM";
2932
- InstallDependencies: "InstallDependencies";
2933
- DownloadModel: "DownloadModel";
2934
- TestModel: "TestModel";
2935
- }>;
2936
- progress: zod.ZodNumber;
2937
- startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2938
- }, zod.core.$strip>>;
2939
- url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2940
- virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
2941
- TextGenerationInference: "TextGenerationInference";
2942
- VLlm: "VLlm";
2943
- }>>;
2944
- virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2945
- vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2946
- }, zod.core.$strip>>;
2947
- displayName: zod.ZodString;
2948
- id: zod.ZodString;
2949
- modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2950
- OpenAi: "OpenAi";
2951
- AzureOpenAi: "AzureOpenAi";
2952
- HuggingFace: "HuggingFace";
2953
- Cohere: "Cohere";
2954
- Anthropic: "Anthropic";
2955
- Gemini: "Gemini";
2956
- VertexAi: "VertexAi";
2957
- AzureFoundry: "AzureFoundry";
2958
- }>>;
2959
- modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2960
- OpenAi: "OpenAi";
2961
- HuggingFace: "HuggingFace";
2962
- Cohere: "Cohere";
2963
- Anthropic: "Anthropic";
2964
- Google: "Google";
2965
- Meta: "Meta";
2966
- Mistral: "Mistral";
2967
- Microsoft: "Microsoft";
2968
- DeepSeek: "DeepSeek";
2969
- XAi: "XAi";
2970
- Amazon: "Amazon";
2971
- Qwen: "Qwen";
2972
- Other: "Other";
2973
- }>>;
2974
- name: zod.ZodString;
2975
- properties: zod.ZodArray<zod.ZodObject<{
2976
- name: zod.ZodString;
2977
- type: zod.ZodEnum<{
2978
- Boolean: "Boolean";
2979
- Number: "Number";
2980
- String: "String";
2981
- }>;
2982
- }, zod.core.$strip>>;
2983
- }, zod.core.$strip>;
3417
+ tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3418
+ variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3419
+ access: zod.ZodEnum<{
3420
+ None: "None";
3421
+ Read: "Read";
3422
+ Write: "Write";
3423
+ }>;
3424
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3425
+ }, zod.core.$strip>>;
3426
+ }, zod.core.$strip>>;
3427
+ total: zod.ZodNumber;
3428
+ }, zod.core.$strip>;
3429
+ /**
3430
+ * @summary Creates a new workspace.
3431
+ */
3432
+ export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
3433
+ export declare const workSpacesPostBodyIdRegExp: RegExp;
3434
+ export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
3435
+ export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
3436
+ export declare const workSpacesPostBody: zod.ZodObject<{
3437
+ dataSpaces: zod.ZodArray<zod.ZodString>;
3438
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3439
+ modelConfigurations: zod.ZodArray<zod.ZodObject<{
3440
+ frequencyPenalty: zod.ZodNumber;
3441
+ modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3442
+ modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2984
3443
  prePrompt: zod.ZodString;
2985
3444
  presencePenalty: zod.ZodNumber;
2986
3445
  role: zod.ZodEnum<{
@@ -2990,34 +3449,19 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2990
3449
  }>;
2991
3450
  temperature: zod.ZodNumber;
2992
3451
  topP: zod.ZodNumber;
2993
- }, zod.core.$strip>>;
2994
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2995
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3452
+ }, zod.core.$strict>>;
2996
3453
  name: zod.ZodString;
2997
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2998
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2999
- showSources: zod.ZodBoolean;
3000
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3001
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3002
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3003
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3004
- access: zod.ZodEnum<{
3005
- None: "None";
3006
- Read: "Read";
3007
- Write: "Write";
3008
- }>;
3009
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3010
- }, zod.core.$strip>>;
3011
- }, zod.core.$strip>;
3454
+ templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3455
+ }, zod.core.$strict>;
3012
3456
  /**
3013
- * @summary Remove a particular workspace from SmartSpace, identified by its ID.
3457
+ * @summary Deletes a workspace by its ID.
3014
3458
  */
3015
3459
  export declare const workSpacesDeletePathIdRegExp: RegExp;
3016
3460
  export declare const workSpacesDeleteParams: zod.ZodObject<{
3017
3461
  id: zod.ZodString;
3018
3462
  }, zod.core.$strict>;
3019
3463
  /**
3020
- * @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
3464
+ * @summary Retrieves a workspace by its ID.
3021
3465
  */
3022
3466
  export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3023
3467
  export declare const workSpacesGetIdParams: zod.ZodObject<{
@@ -3112,6 +3556,11 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3112
3556
  triggers: zod.ZodArray<zod.ZodObject<{
3113
3557
  dataSourceContainer: zod.ZodObject<{
3114
3558
  dataSourceId: zod.ZodString;
3559
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3560
+ operator: zod.ZodString;
3561
+ propertyName: zod.ZodString;
3562
+ value: zod.ZodString;
3563
+ }, zod.core.$strip>>>>;
3115
3564
  id: zod.ZodString;
3116
3565
  name: zod.ZodString;
3117
3566
  path: zod.ZodString;
@@ -3152,7 +3601,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3152
3601
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3153
3602
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3154
3603
  }, zod.core.$strip>>;
3155
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3156
3604
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
3157
3605
  frequencyPenalty: zod.ZodNumber;
3158
3606
  model: zod.ZodObject<{
@@ -3265,8 +3713,34 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3265
3713
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3266
3714
  }, zod.core.$strip>>;
3267
3715
  }, zod.core.$strip>;
3716
+ export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
3717
+ export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
3718
+ id: zod.ZodString;
3719
+ }, zod.core.$strict>;
3720
+ export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
3721
+ id: zod.ZodString;
3722
+ isAdmin: zod.ZodBoolean;
3723
+ name: zod.ZodString;
3724
+ }, zod.core.$strip>;
3725
+ export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
3726
+ id: zod.ZodString;
3727
+ isAdmin: zod.ZodBoolean;
3728
+ name: zod.ZodString;
3729
+ }, zod.core.$strip>>;
3730
+ export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
3731
+ export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
3732
+ export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
3733
+ id: zod.ZodString;
3734
+ userId: zod.ZodString;
3735
+ }, zod.core.$strict>;
3736
+ export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
3737
+ export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
3738
+ export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
3739
+ id: zod.ZodString;
3740
+ userId: zod.ZodString;
3741
+ }, zod.core.$strict>;
3268
3742
  /**
3269
- * @summary Update basic information of a specific workspace in SmartSpace, such as name and summary, using the workspace's ID.
3743
+ * @summary Updates the basic information of a workspace.
3270
3744
  */
3271
3745
  export declare const workSpacesPutPathIdRegExp: RegExp;
3272
3746
  export declare const workSpacesPutParams: zod.ZodObject<{
@@ -3281,7 +3755,15 @@ export declare const workSpacesPutBody: zod.ZodObject<{
3281
3755
  tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3282
3756
  }, zod.core.$strict>;
3283
3757
  /**
3284
- * @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
3758
+ * @summary Marks a workspace as favorited or not for the active user.
3759
+ */
3760
+ export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
3761
+ export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
3762
+ id: zod.ZodString;
3763
+ }, zod.core.$strict>;
3764
+ export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
3765
+ /**
3766
+ * @summary Retrieves message threads for a workspace.
3285
3767
  */
3286
3768
  export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
3287
3769
  export declare const workSpacesGetThreadsParams: zod.ZodObject<{
@@ -3314,10 +3796,22 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3314
3796
  total: zod.ZodNumber;
3315
3797
  }, zod.core.$strip>;
3316
3798
  /**
3317
- * @summary Configure AI models for a specific role within a workspace in SmartSpace, identified by workspaceId and role.
3799
+ * @summary Deletes the model configuration for a specific workspace and role.
3800
+ */
3801
+ export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
3802
+ export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
3803
+ id: zod.ZodString;
3804
+ role: zod.ZodEnum<{
3805
+ Document: "Document";
3806
+ Agent: "Agent";
3807
+ Analyzer: "Analyzer";
3808
+ }>;
3809
+ }, zod.core.$strict>;
3810
+ /**
3811
+ * @summary Updates the model configuration for a specific workspace and role.
3318
3812
  */
3319
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePathIdRegExpOne: RegExp;
3320
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleParams: zod.ZodObject<{
3813
+ export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
3814
+ export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
3321
3815
  id: zod.ZodString;
3322
3816
  role: zod.ZodEnum<{
3323
3817
  Document: "Document";
@@ -3325,8 +3819,8 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePara
3325
3819
  Analyzer: "Analyzer";
3326
3820
  }>;
3327
3821
  }, zod.core.$strict>;
3328
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBodyModelIdRegExp: RegExp;
3329
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody: zod.ZodObject<{
3822
+ export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
3823
+ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3330
3824
  frequencyPenalty: zod.ZodNumber;
3331
3825
  modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3332
3826
  modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3341,7 +3835,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody
3341
3835
  topP: zod.ZodNumber;
3342
3836
  }, zod.core.$strict>;
3343
3837
  /**
3344
- * @summary Detach a specific dataspace from a workspace in SmartSpace, identified by both workspaceId and dataspaceId.
3838
+ * @summary Removes a data space from a workspace.
3345
3839
  */
3346
3840
  export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
3347
3841
  export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
@@ -3350,7 +3844,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
3350
3844
  dataspaceId: zod.ZodString;
3351
3845
  }, zod.core.$strict>;
3352
3846
  /**
3353
- * @summary Link a specific dataspace to a workspace in SmartSpace, using both workspaceId and dataspaceId.
3847
+ * @summary Adds a data space to a workspace.
3354
3848
  */
3355
3849
  export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
3356
3850
  export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
@@ -3359,19 +3853,64 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
3359
3853
  dataspaceId: zod.ZodString;
3360
3854
  }, zod.core.$strict>;
3361
3855
  /**
3362
- * @summary Uploads a list of files directly to the workspace
3856
+ * @summary Gets a list of all the files that are uploaded directly to the workspace.
3857
+ */
3858
+ export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3859
+ export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
3860
+ workspaceId: zod.ZodString;
3861
+ }, zod.core.$strict>;
3862
+ export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
3863
+ export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
3864
+ export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
3865
+ take: zod.ZodDefault<zod.ZodNumber>;
3866
+ skip: zod.ZodOptional<zod.ZodNumber>;
3867
+ }, zod.core.$strict>;
3868
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
3869
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
3870
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
3871
+ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
3872
+ data: zod.ZodArray<zod.ZodObject<{
3873
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3874
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3875
+ createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3876
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3877
+ file: zod.ZodOptional<zod.ZodObject<{
3878
+ createdAt: zod.ZodISODateTime;
3879
+ createdByUserId: zod.ZodString;
3880
+ id: zod.ZodString;
3881
+ modifiedAt: zod.ZodISODateTime;
3882
+ modifiedByUserId: zod.ZodString;
3883
+ name: zod.ZodString;
3884
+ size: zod.ZodNumber;
3885
+ threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3886
+ workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3887
+ }, zod.core.$strip>>;
3888
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3889
+ id: zod.ZodString;
3890
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3891
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3892
+ status: zod.ZodEnum<{
3893
+ Uploaded: "Uploaded";
3894
+ Ingested: "Ingested";
3895
+ Ingesting: "Ingesting";
3896
+ }>;
3897
+ }, zod.core.$strip>>;
3898
+ total: zod.ZodNumber;
3899
+ }, zod.core.$strip>;
3900
+ /**
3901
+ * @summary Uploads a list of files directly to the workspace.
3363
3902
  */
3364
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesPathWorkspaceIdRegExpOne: RegExp;
3365
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesParams: zod.ZodObject<{
3903
+ export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3904
+ export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
3366
3905
  workspaceId: zod.ZodString;
3367
3906
  }, zod.core.$strict>;
3368
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesBody: zod.ZodObject<{
3907
+ export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
3369
3908
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
3370
3909
  }, zod.core.$strict>;
3371
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileIdRegExp: RegExp;
3372
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileThreadIdRegExp: RegExp;
3373
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileWorkspaceIdRegExp: RegExp;
3374
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.ZodObject<{
3910
+ export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
3911
+ export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
3912
+ export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
3913
+ export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
3375
3914
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3376
3915
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3377
3916
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3397,7 +3936,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.Z
3397
3936
  Ingesting: "Ingesting";
3398
3937
  }>;
3399
3938
  }, zod.core.$strip>;
3400
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodArray<zod.ZodObject<{
3939
+ export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
3401
3940
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3402
3941
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3403
3942
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3424,7 +3963,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodAr
3424
3963
  }>;
3425
3964
  }, zod.core.$strip>>;
3426
3965
  /**
3427
- * @summary Removes a file form the workspace and the ingested content
3966
+ * @summary Removes a file from the workspace and the ingested content.
3428
3967
  */
3429
3968
  export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
3430
3969
  export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
@@ -3432,14 +3971,72 @@ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
3432
3971
  workspaceId: zod.ZodString;
3433
3972
  fileId: zod.ZodString;
3434
3973
  }, zod.core.$strict>;
3974
+ export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
3975
+ export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
3976
+ workspaceId: zod.ZodString;
3977
+ }, zod.core.$strict>;
3978
+ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3979
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3980
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3981
+ target: zod.ZodObject<{
3982
+ pin: zod.ZodString;
3983
+ port: zod.ZodString;
3984
+ }, zod.core.$strip>;
3985
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3986
+ }, zod.core.$strip>>>>;
3987
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3988
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3989
+ pin: zod.ZodString;
3990
+ port: zod.ZodString;
3991
+ }, zod.core.$strip>>>>;
3992
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3993
+ pin: zod.ZodString;
3994
+ port: zod.ZodString;
3995
+ }, zod.core.$strip>>>>;
3996
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3997
+ name: zod.ZodString;
3998
+ version: zod.ZodString;
3999
+ }, zod.core.$strip>>>>;
4000
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
4001
+ source: zod.ZodObject<{
4002
+ node: zod.ZodString;
4003
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4004
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4005
+ }, zod.core.$strip>;
4006
+ target: zod.ZodObject<{
4007
+ node: zod.ZodString;
4008
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4009
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4010
+ }, zod.core.$strip>;
4011
+ }, zod.core.$strip>>>>;
4012
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4013
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4014
+ }, zod.core.$strip>>>>;
4015
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4016
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4017
+ }, zod.core.$strip>>>>;
4018
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4019
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4020
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4021
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4022
+ }, zod.core.$strip>>>>;
4023
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4024
+ access: zod.ZodEnum<{
4025
+ None: "None";
4026
+ Read: "Read";
4027
+ Write: "Write";
4028
+ }>;
4029
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4030
+ }, zod.core.$strip>>>>;
4031
+ }, zod.core.$strip>;
3435
4032
  /**
3436
- * @summary Creates a flow
4033
+ * @summary Sets the active flow definition for a workspace.
3437
4034
  */
3438
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActivePathWorkspaceIdRegExpOne: RegExp;
3439
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveParams: zod.ZodObject<{
4035
+ export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
4036
+ export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
3440
4037
  workspaceId: zod.ZodString;
3441
4038
  }, zod.core.$strict>;
3442
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodObject<{
4039
+ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
3443
4040
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3444
4041
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3445
4042
  target: zod.ZodObject<{
@@ -3494,23 +4091,13 @@ export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodO
3494
4091
  }, zod.core.$strict>>>>;
3495
4092
  }, zod.core.$strict>;
3496
4093
  /**
3497
- * @summary Updates the the layout of blocks for the flowdefintion
4094
+ * @summary Updates the layout of blocks for the active flow definition.
3498
4095
  */
3499
4096
  export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
3500
4097
  export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
3501
4098
  workspaceId: zod.ZodString;
3502
4099
  }, zod.core.$strict>;
3503
4100
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
3504
- /**
3505
- * @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
3506
- */
3507
- export declare const workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp: RegExp;
3508
- export declare const workSpacesUpdatePromptResponseFlagParams: zod.ZodObject<{
3509
- workspaceId: zod.ZodString;
3510
- }, zod.core.$strict>;
3511
- export declare const workSpacesUpdatePromptResponseFlagQueryParams: zod.ZodObject<{
3512
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
3513
- }, zod.core.$strict>;
3514
4101
  /**
3515
4102
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
3516
4103
  */
@@ -3524,6 +4111,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
3524
4111
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
3525
4112
  uri: zod.ZodURL;
3526
4113
  }, zod.core.$strip>;
4114
+ /**
4115
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4116
+ */
4117
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4118
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4119
+ createdAt: zod.ZodISODateTime;
4120
+ createdByUserId: zod.ZodString;
4121
+ id: zod.ZodString;
4122
+ modifiedAt: zod.ZodISODateTime;
4123
+ modifiedByUserId: zod.ZodString;
4124
+ name: zod.ZodString;
4125
+ }, zod.core.$strip>;
4126
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4127
+ createdAt: zod.ZodISODateTime;
4128
+ createdByUserId: zod.ZodString;
4129
+ id: zod.ZodString;
4130
+ modifiedAt: zod.ZodISODateTime;
4131
+ modifiedByUserId: zod.ZodString;
4132
+ name: zod.ZodString;
4133
+ }, zod.core.$strip>>;
4134
+ /**
4135
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4136
+ the vault reference.
4137
+ */
4138
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4139
+ name: zod.ZodString;
4140
+ value: zod.ZodString;
4141
+ }, zod.core.$strict>;
4142
+ /**
4143
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4144
+ */
4145
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4146
+ name: zod.ZodString;
4147
+ }, zod.core.$strict>;
4148
+ /**
4149
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4150
+ the same vault key. The value is write-only; nothing is returned but
4151
+ audit metadata.
4152
+ */
4153
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4154
+ name: zod.ZodString;
4155
+ }, zod.core.$strict>;
4156
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4157
+ value: zod.ZodString;
4158
+ }, zod.core.$strict>;
4159
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4160
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4161
+ createdAt: zod.ZodISODateTime;
4162
+ createdByUserId: zod.ZodString;
4163
+ id: zod.ZodString;
4164
+ modifiedAt: zod.ZodISODateTime;
4165
+ modifiedByUserId: zod.ZodString;
4166
+ name: zod.ZodString;
4167
+ }, zod.core.$strip>;
3527
4168
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
3528
4169
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
3529
4170
  workSpaceId: zod.ZodString;
@@ -3685,20 +4326,150 @@ export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3685
4326
  export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
3686
4327
  workspaceId: zod.ZodString;
3687
4328
  }, zod.core.$strict>;
4329
+ /**
4330
+ * @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
4331
+ */
4332
+ export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
4333
+ export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
4334
+ workspaceId: zod.ZodString;
4335
+ }, zod.core.$strict>;
4336
+ export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
4337
+ export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
4338
+ export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
4339
+ take: zod.ZodDefault<zod.ZodNumber>;
4340
+ skip: zod.ZodOptional<zod.ZodNumber>;
4341
+ }, zod.core.$strict>;
4342
+ export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
4343
+ export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4344
+ export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
4345
+ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4346
+ createdAt: zod.ZodISODateTime;
4347
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4348
+ createdByUserId: zod.ZodString;
4349
+ errors: zod.ZodArray<zod.ZodObject<{
4350
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4351
+ code: zod.ZodNumber;
4352
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4353
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4354
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4355
+ }, zod.core.$strip>>;
4356
+ hasComments: zod.ZodBoolean;
4357
+ id: zod.ZodString;
4358
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4359
+ values: zod.ZodArray<zod.ZodObject<{
4360
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4361
+ createdAt: zod.ZodISODateTime;
4362
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4363
+ createdByUserId: zod.ZodString;
4364
+ id: zod.ZodString;
4365
+ name: zod.ZodString;
4366
+ type: zod.ZodEnum<{
4367
+ Input: "Input";
4368
+ Output: "Output";
4369
+ }>;
4370
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4371
+ }, zod.core.$strip>>;
4372
+ }, zod.core.$strip>;
4373
+ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
4374
+ createdAt: zod.ZodISODateTime;
4375
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4376
+ createdByUserId: zod.ZodString;
4377
+ errors: zod.ZodArray<zod.ZodObject<{
4378
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4379
+ code: zod.ZodNumber;
4380
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4381
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4382
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4383
+ }, zod.core.$strip>>;
4384
+ hasComments: zod.ZodBoolean;
4385
+ id: zod.ZodString;
4386
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4387
+ values: zod.ZodArray<zod.ZodObject<{
4388
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4389
+ createdAt: zod.ZodISODateTime;
4390
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4391
+ createdByUserId: zod.ZodString;
4392
+ id: zod.ZodString;
4393
+ name: zod.ZodString;
4394
+ type: zod.ZodEnum<{
4395
+ Input: "Input";
4396
+ Output: "Output";
4397
+ }>;
4398
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4399
+ }, zod.core.$strip>>;
4400
+ }, zod.core.$strip>>;
3688
4401
  /**
3689
4402
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
4403
+ Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
4404
+ continues in a background task with deltas streaming via
4405
+ `/workspaces/{workspaceId}/sandbox/messages/stream` and a
4406
+ SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
4407
+ should subscribe to the SSE endpoint for live token-by-token updates.
3690
4408
  */
3691
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExpOne: RegExp;
3692
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4409
+ export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
4410
+ export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
3693
4411
  workspaceId: zod.ZodString;
3694
4412
  }, zod.core.$strict>;
3695
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesBody: zod.ZodObject<{
4413
+ export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
3696
4414
  inputs: zod.ZodArray<zod.ZodObject<{
3697
4415
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3698
4416
  name: zod.ZodString;
3699
4417
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3700
4418
  }, zod.core.$strict>>;
4419
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
4420
+ }, zod.core.$strict>;
4421
+ export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
4422
+ export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4423
+ export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
4424
+ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4425
+ createdAt: zod.ZodISODateTime;
4426
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4427
+ createdByUserId: zod.ZodString;
4428
+ errors: zod.ZodArray<zod.ZodObject<{
4429
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4430
+ code: zod.ZodNumber;
4431
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4432
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4433
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4434
+ }, zod.core.$strip>>;
4435
+ hasComments: zod.ZodBoolean;
4436
+ id: zod.ZodString;
4437
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4438
+ values: zod.ZodArray<zod.ZodObject<{
4439
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4440
+ createdAt: zod.ZodISODateTime;
4441
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4442
+ createdByUserId: zod.ZodString;
4443
+ id: zod.ZodString;
4444
+ name: zod.ZodString;
4445
+ type: zod.ZodEnum<{
4446
+ Input: "Input";
4447
+ Output: "Output";
4448
+ }>;
4449
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4450
+ }, zod.core.$strip>>;
4451
+ }, zod.core.$strip>;
4452
+ /**
4453
+ * @summary SSE stream of all messages on the workspace's sandbox thread. First
4454
+ frame is a snapshot (current messages with in-flight Redis state
4455
+ already overlaid by `GetMessagesByThreadIdAsync`); subsequent
4456
+ frames are per-message chunk updates as they arrive. Cumulative
4457
+ deltas mean reconnect is just "re-open" — no cursor handshake.
4458
+ Mirrors the ChatApi pattern at
4459
+ `GET /messagethreads/{id}/messages/stream`.
4460
+ */
4461
+ export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
4462
+ export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
4463
+ workspaceId: zod.ZodString;
3701
4464
  }, zod.core.$strict>;
4465
+ /**
4466
+ * @summary Append a new input value to an in-flight sandbox message and stream
4467
+ successive snapshots back to the client. Each frame is a full
4468
+ SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
4469
+ should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
4470
+ (NDJSON / SSE), with the final frame being the authoritative completed
4471
+ message. Mirrors the chat-api `POST /messages/{id}/values`.
4472
+ */
3702
4473
  export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
3703
4474
  export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
3704
4475
  export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{