@smartspace/api-client 0.1.0-dev.7f3c7f6 → 0.1.0-dev.8810e17

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 (579) hide show
  1. package/dist/generated/chat/api.d.ts +27 -23
  2. package/dist/generated/chat/api.js +64 -24
  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} +5 -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/enumsModelPublisher.d.ts +22 -0
  20. package/dist/generated/chat/models/enumsModelPublisher.js +25 -0
  21. package/dist/generated/chat/models/filesDownloadFileParams.d.ts +0 -2
  22. package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
  23. package/dist/generated/chat/models/filesFileUriResponse.d.ts +9 -0
  24. package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
  25. package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  26. package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  27. package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  28. package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
  29. package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  30. package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
  31. package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  32. package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
  33. package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  34. package/dist/generated/chat/models/{messageMessageValueValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  35. package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  36. package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
  37. package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
  38. package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  39. package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
  40. package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  41. package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  42. package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  43. package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  44. package/dist/generated/chat/models/index.d.ts +53 -46
  45. package/dist/generated/chat/models/index.js +53 -46
  46. package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
  47. package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
  48. package/dist/generated/chat/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
  49. package/dist/generated/chat/models/messagesCreateMessageInputValue.d.ts +10 -0
  50. package/dist/generated/chat/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
  51. package/dist/generated/chat/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
  52. package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +5 -3
  53. package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → messagesMessageErrorData.d.ts} +1 -1
  54. package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
  55. package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
  56. package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
  57. package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
  58. package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
  59. package/dist/generated/chat/models/messagesMessageValueValue.js +8 -0
  60. package/dist/generated/chat/models/modelModel.d.ts +2 -0
  61. package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
  62. package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
  63. package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
  64. package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
  65. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +11 -0
  66. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
  67. package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
  68. package/dist/generated/chat/models/usersAppUser.js +8 -0
  69. package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +0 -9
  70. package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +0 -12
  71. package/dist/generated/chat/models/workSpacesThreadParams.d.ts +0 -9
  72. package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
  73. package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +10 -0
  74. package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +10 -0
  75. package/dist/generated/chat/zod.d.ts +222 -28
  76. package/dist/generated/chat/zod.js +185 -53
  77. package/dist/generated/config/api.d.ts +182 -76
  78. package/dist/generated/config/api.js +485 -107
  79. package/dist/generated/config/api.msw.d.ts +254 -0
  80. package/dist/generated/config/api.msw.js +2453 -0
  81. package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
  82. package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
  83. package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
  84. package/dist/generated/config/models/accessGetGroupsParams.d.ts +0 -9
  85. package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +0 -9
  86. package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +0 -13
  87. package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
  88. package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
  89. package/dist/generated/config/models/activityExportLoggingsParams.d.ts +0 -10
  90. package/dist/generated/config/models/activityGetLoggingParams.d.ts +0 -16
  91. package/dist/generated/config/models/aiCreateModel.d.ts +15 -0
  92. package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts} +3 -3
  93. package/dist/generated/config/models/{createModelDeploymentProvider.d.ts → aiCreateModelDeploymentProvider.d.ts} +3 -3
  94. package/dist/generated/config/models/aiCreateModelDeploymentProviderGoogleCredentials.d.ts +12 -0
  95. package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
  96. package/dist/generated/config/models/aiModel.d.ts +24 -0
  97. package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
  98. package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
  99. package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
  100. package/dist/generated/config/models/{blockInfo.d.ts → blocksBlockInfo.d.ts} +3 -3
  101. package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
  102. package/dist/generated/config/models/blocksBlockInterfaceMetadata.d.ts +9 -0
  103. package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
  104. package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
  105. package/dist/generated/config/models/{blockBlockSet.d.ts → blocksBlockSet.d.ts} +7 -3
  106. package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
  107. package/dist/generated/config/models/{blockBlockSetBlockInterfaces.d.ts → blocksGetBlocks200One.d.ts} +3 -3
  108. package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
  109. package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
  110. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
  111. package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
  112. package/dist/generated/config/models/{messageCreateMessageInputValue.d.ts → blocksInputPinInterfaceDefault.d.ts} +1 -1
  113. package/dist/generated/config/models/{inputPinInterfaceGenerics.d.ts → blocksInputPinInterfaceGenerics.d.ts} +1 -1
  114. package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
  115. package/dist/generated/config/models/blocksInputPinInterfaceSchema.d.ts +9 -0
  116. package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
  117. package/dist/generated/config/models/{outputPinInterfaceGenerics.d.ts → blocksOutputPinInterfaceGenerics.d.ts} +1 -1
  118. package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
  119. package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
  120. package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
  121. package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
  122. package/dist/generated/config/models/{flowVariableSchema.d.ts → blocksPortInterfaceMetadata.d.ts} +1 -1
  123. package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
  124. package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
  125. package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
  126. package/dist/generated/config/models/{messageMessageValueValue.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
  127. package/dist/generated/config/models/blocksStateInterfaceMetadata.d.ts +9 -0
  128. package/dist/generated/config/models/{createContainer.d.ts → blocksUsedInWorkspaceRef.d.ts} +3 -3
  129. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  130. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  131. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  132. package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → coreManagementInstallParameterModelActiveValue.d.ts} +1 -1
  133. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  134. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  135. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  136. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  137. package/dist/generated/config/models/dataSet.d.ts +2 -2
  138. package/dist/generated/config/models/dataSetItem.d.ts +15 -0
  139. package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
  140. package/dist/generated/config/models/{portInterfaceMetadata.d.ts → dataSetItemProperties.d.ts} +1 -1
  141. package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
  142. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +14 -0
  143. package/dist/generated/config/models/dataSetsDataSet.d.ts +38 -0
  144. package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
  145. package/dist/generated/config/models/{dataSetsGetIdItemsParams.d.ts → dataSetsGetItemsParams.d.ts} +1 -1
  146. package/dist/generated/config/models/{dataSetsGetGetParams.d.ts → dataSetsGetParams.d.ts} +1 -1
  147. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  148. package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
  149. package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
  150. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
  151. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  152. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  153. package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
  154. package/dist/generated/config/models/{flowInput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
  155. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  156. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  157. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  158. package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
  159. package/dist/generated/config/models/{testDataSourceConnectionCredentials.d.ts → dataSourcesCreateDataSourceCredentials.d.ts} +1 -1
  160. package/dist/generated/config/models/{dataSource.d.ts → dataSourcesDataSource.d.ts} +1 -1
  161. package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
  162. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  163. package/dist/generated/config/models/{dataSourceCredentialsDefinition.d.ts → dataSourcesDataSourceCredentialsDefinition.d.ts} +3 -3
  164. package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts} +1 -1
  165. package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
  166. package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
  167. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  168. package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
  169. package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
  170. package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
  171. package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
  172. package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
  173. package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
  174. package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
  175. package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
  176. package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
  177. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +0 -9
  178. package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -9
  179. package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
  180. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  181. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  182. package/dist/generated/config/models/{flowConstant.d.ts → draftsPublishDraftRequest.d.ts} +3 -3
  183. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  184. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  185. package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
  186. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  187. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  188. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  189. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  190. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  191. package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
  192. package/dist/generated/config/models/enumsModelPublisher.js +25 -0
  193. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  194. package/dist/generated/config/models/enumsPermissions.js +0 -20
  195. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  196. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  197. package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
  198. package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
  199. package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
  200. package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
  201. package/dist/generated/config/models/filesFileUriResponse.d.ts +9 -0
  202. package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
  203. package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
  204. package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
  205. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
  206. package/dist/generated/config/models/flowRunsAddFileIdFilesBody.js +8 -0
  207. package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
  208. package/dist/generated/config/models/flowRunsCreateFlowRunParams.js +8 -0
  209. package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  210. package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  211. package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  212. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  213. package/dist/generated/config/models/{stateInterfaceDefault.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  214. package/dist/generated/config/models/flowsFlowConstantValue.js +8 -0
  215. package/dist/generated/config/models/flowsFlowDataSet.d.ts +18 -0
  216. package/dist/generated/config/models/{updateDataSet.d.ts → flowsFlowDataSpace.d.ts} +3 -5
  217. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  218. package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  219. package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
  220. package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  221. package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  222. package/dist/generated/config/models/flowsFlowDefinitionLayout.js +8 -0
  223. package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  224. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  225. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  226. package/dist/generated/config/models/flowsFlowInput.js +2 -0
  227. package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  228. package/dist/generated/config/models/flowsFlowInputSchema.js +8 -0
  229. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  230. package/dist/generated/config/models/flowsFlowOutput.js +2 -0
  231. package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  232. package/dist/generated/config/models/flowsFlowOutputSchema.js +8 -0
  233. package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
  234. package/dist/generated/config/models/flowsFlowRun.js +2 -0
  235. package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  236. package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
  237. package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  238. package/dist/generated/config/models/flowsFlowVariable.js +2 -0
  239. package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  240. package/dist/generated/config/models/flowsFlowVariableSchema.js +8 -0
  241. package/dist/generated/config/models/flowsFlowWorkSpace.d.ts +17 -0
  242. package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
  243. package/dist/generated/config/models/index.d.ts +179 -114
  244. package/dist/generated/config/models/index.js +179 -114
  245. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  246. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  247. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
  248. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.js +2 -0
  249. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
  250. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.js +8 -0
  251. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
  252. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
  253. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  254. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  255. package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
  256. package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
  257. package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
  258. package/dist/generated/config/models/messagesCreateMessageInputChannels.js +8 -0
  259. package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
  260. package/dist/generated/config/models/messagesCreateMessageInputValue.js +8 -0
  261. package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
  262. package/dist/generated/config/models/messagesMessage.js +2 -0
  263. package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
  264. package/dist/generated/config/models/messagesMessageCreatorProfileImage.js +8 -0
  265. package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +5 -3
  266. package/dist/generated/config/models/messagesMessageError.js +2 -0
  267. package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
  268. package/dist/generated/config/models/messagesMessageErrorData.js +8 -0
  269. package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
  270. package/dist/generated/config/models/messagesMessageValue.js +2 -0
  271. package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
  272. package/dist/generated/config/models/messagesMessageValueChannels.js +8 -0
  273. package/dist/generated/config/models/{flowDefinitionLayout.d.ts → messagesMessageValueValue.d.ts} +1 -1
  274. package/dist/generated/config/models/messagesMessageValueValue.js +8 -0
  275. package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
  276. package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
  277. package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.d.ts → messagesSandBoxMessageRequestVariables.d.ts} +1 -1
  278. package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -0
  279. package/dist/generated/config/models/modelModel.d.ts +2 -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 +1810 -991
  353. package/dist/generated/config/zod.js +1346 -823
  354. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +18 -0
  355. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +2 -0
  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/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
  359. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
  360. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
  361. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
  362. package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
  363. package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
  364. package/dist/index.d.ts +1 -0
  365. package/dist/index.js +2 -1
  366. package/dist/mocks.d.ts +2 -0
  367. package/dist/mocks.js +42 -0
  368. package/dist/signalr.d.ts +5 -0
  369. package/dist/signalr.js +18 -0
  370. package/package.json +29 -3
  371. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  372. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  373. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  374. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  375. package/dist/generated/chat/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
  376. package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
  377. package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
  378. package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  379. package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  380. package/dist/generated/chat/models/workSpaceInputs.d.ts +0 -10
  381. package/dist/generated/chat/models/workSpaceVariables.d.ts +0 -10
  382. package/dist/generated/config/models/blockInterface.d.ts +0 -17
  383. package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
  384. package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
  385. package/dist/generated/config/models/createModel.d.ts +0 -13
  386. package/dist/generated/config/models/dataSourceType.d.ts +0 -14
  387. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  388. package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
  389. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  390. package/dist/generated/config/models/flowOutput.d.ts +0 -10
  391. package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
  392. package/dist/generated/config/models/inputPinInterfaceMetadata.d.ts +0 -9
  393. package/dist/generated/config/models/inputPinInterfaceSchema.d.ts +0 -9
  394. package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
  395. package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
  396. package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
  397. package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
  398. package/dist/generated/config/models/outputPinInterfaceMetadata.d.ts +0 -9
  399. package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
  400. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
  401. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
  402. package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
  403. package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
  404. package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
  405. package/dist/generated/config/models/pagedDataCollectionDataSpace.d.ts +0 -11
  406. package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
  407. package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
  408. package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
  409. package/dist/generated/config/models/portInterface.d.ts +0 -17
  410. package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
  411. package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
  412. package/dist/generated/config/models/stateInterface.d.ts +0 -15
  413. package/dist/generated/config/models/stateInterfaceMetadata.d.ts +0 -9
  414. package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
  415. package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
  416. package/dist/generated/config/models/workSpaceInputs.d.ts +0 -10
  417. package/dist/generated/config/models/workSpaceVariables.d.ts +0 -10
  418. package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
  419. package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
  420. /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
  421. /package/dist/generated/chat/models/{connection.js → aiIModelProperty.js} +0 -0
  422. /package/dist/generated/chat/models/{flow.js → aiModel.js} +0 -0
  423. /package/dist/generated/chat/models/{flowBlock.js → aiModelDeployment.js} +0 -0
  424. /package/dist/generated/chat/models/{flowConstant.js → aiModelDeploymentStep.js} +0 -0
  425. /package/dist/generated/chat/models/{flowDefinition.js → aiModelSummary.js} +0 -0
  426. /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
  427. /package/dist/generated/chat/models/{commentMentionedUser.js → dataSourcesContainerFilterModel.js} +0 -0
  428. /package/dist/generated/chat/models/{createComment.js → filesFile.js} +0 -0
  429. /package/dist/generated/chat/models/{file.js → filesFileUriResponse.js} +0 -0
  430. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsConnection.js} +0 -0
  431. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlow.js} +0 -0
  432. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowBlock.js} +0 -0
  433. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowConstant.js} +0 -0
  434. /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
  435. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
  436. /package/dist/generated/chat/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
  437. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
  438. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowDefinitionInputs.js} +0 -0
  439. /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
  440. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowDefinitionOutputs.js} +0 -0
  441. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → flowsFlowDefinitionVariables.js} +0 -0
  442. /package/dist/generated/chat/models/{messageCreateMessageInput.js → flowsFlowInput.js} +0 -0
  443. /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
  444. /package/dist/generated/chat/models/{messageMessage.js → flowsFlowOutput.js} +0 -0
  445. /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
  446. /package/dist/generated/chat/models/{messageMessageRequest.js → flowsFlowTrigger.js} +0 -0
  447. /package/dist/generated/chat/models/{messageMessageValue.js → flowsFlowVariable.js} +0 -0
  448. /package/dist/generated/chat/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
  449. /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → mentionsMention.js} +0 -0
  450. /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
  451. /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputChannels.js} +0 -0
  452. /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesCreateMessageInputValue.js} +0 -0
  453. /package/dist/generated/chat/models/{notificationNotification.js → messagesMessage.js} +0 -0
  454. /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageCreatorProfileImage.js} +0 -0
  455. /package/dist/generated/chat/models/{notificationPagedNotifications.js → messagesMessageError.js} +0 -0
  456. /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageErrorData.js} +0 -0
  457. /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → messagesMessageRequest.js} +0 -0
  458. /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageRequestVariables.js} +0 -0
  459. /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessageValue.js} +0 -0
  460. /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueChannels.js} +0 -0
  461. /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → notificationsNotification.js} +0 -0
  462. /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → notificationsPagedNotifications.js} +0 -0
  463. /package/dist/generated/chat/models/{workSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
  464. /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionAiModelSummary.js} +0 -0
  465. /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionMessagesMessage.js} +0 -0
  466. /package/dist/generated/{config/models/access.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
  467. /package/dist/generated/{config/models/accessWorkSpace.js → chat/models/workSpacesWorkSpace.js} +0 -0
  468. /package/dist/generated/{config/models/activityActivityWorkSpace.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
  469. /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
  470. /package/dist/generated/config/models/{blockBlockSet.js → accessAccess.js} +0 -0
  471. /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → accessAccessWorkSpace.js} +0 -0
  472. /package/dist/generated/config/models/{blockInfo.js → accessCreateAccess.js} +0 -0
  473. /package/dist/generated/config/models/{blockInterface.js → activitiesActivityWorkSpace.js} +0 -0
  474. /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
  475. /package/dist/generated/config/models/{blockInterfacePorts.js → aiCreateModel.js} +0 -0
  476. /package/dist/generated/config/models/{blockInterfaceState.js → aiCreateModelDeployment.js} +0 -0
  477. /package/dist/generated/config/models/{connection.js → aiCreateModelDeploymentProvider.js} +0 -0
  478. /package/dist/generated/config/models/{appRole.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
  479. /package/dist/generated/config/models/{createDataSet.js → aiIModelProperty.js} +0 -0
  480. /package/dist/generated/config/models/{createDataSource.js → aiModel.js} +0 -0
  481. /package/dist/generated/config/models/{createModel.js → aiModelDeployment.js} +0 -0
  482. /package/dist/generated/config/models/{createModelDeployment.js → aiModelDeploymentStep.js} +0 -0
  483. /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiModelSummary.js} +0 -0
  484. /package/dist/generated/config/models/{createWorkSpace.js → blocksBlockInfo.js} +0 -0
  485. /package/dist/generated/config/models/{dataSource.js → blocksBlockInterface.js} +0 -0
  486. /package/dist/generated/config/models/{appUserAppUser.js → blocksBlockInterfaceMetadata.js} +0 -0
  487. /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → blocksBlockInterfacePorts.js} +0 -0
  488. /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInterfaceState.js} +0 -0
  489. /package/dist/generated/config/models/{dataSourceType.js → blocksBlockSet.js} +0 -0
  490. /package/dist/generated/config/models/{flow.js → blocksBlockSetBlockInterfaces.js} +0 -0
  491. /package/dist/generated/config/models/{flowBlock.js → blocksGetBlocks200One.js} +0 -0
  492. /package/dist/generated/config/models/{flowConstant.js → blocksGetBlocks200Three.js} +0 -0
  493. /package/dist/generated/config/models/{flowDefinition.js → blocksGetBlocks200Two.js} +0 -0
  494. /package/dist/generated/config/models/{flowDefinitionBlocks.js → blocksInputPinInterface.js} +0 -0
  495. /package/dist/generated/config/models/{appUserAppUserSearchResult.js → blocksInputPinInterfaceDefault.js} +0 -0
  496. /package/dist/generated/config/models/{flowDefinitionConstants.js → blocksInputPinInterfaceGenerics.js} +0 -0
  497. /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → blocksInputPinInterfaceMetadata.js} +0 -0
  498. /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksInputPinInterfaceSchema.js} +0 -0
  499. /package/dist/generated/config/models/{flowDefinitionInputs.js → blocksOutputPinInterface.js} +0 -0
  500. /package/dist/generated/config/models/{flowDefinitionOutputs.js → blocksOutputPinInterfaceGenerics.js} +0 -0
  501. /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → blocksOutputPinInterfaceMetadata.js} +0 -0
  502. /package/dist/generated/config/models/{createContainer.js → blocksOutputPinInterfaceSchema.js} +0 -0
  503. /package/dist/generated/config/models/{flowDefinitionVariables.js → blocksPortInterface.js} +0 -0
  504. /package/dist/generated/config/models/{flowInput.js → blocksPortInterfaceInputs.js} +0 -0
  505. /package/dist/generated/config/models/{createDataSourceCredentials.js → blocksPortInterfaceMetadata.js} +0 -0
  506. /package/dist/generated/config/models/{flowOutput.js → blocksPortInterfaceOutputs.js} +0 -0
  507. /package/dist/generated/config/models/{createDataSpace.js → blocksRenameBlockSetRequest.js} +0 -0
  508. /package/dist/generated/config/models/{flowTrigger.js → blocksStateInterface.js} +0 -0
  509. /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blocksStateInterfaceDefault.js} +0 -0
  510. /package/dist/generated/config/models/{dataSetsGetGetParams.js → blocksStateInterfaceMetadata.js} +0 -0
  511. /package/dist/generated/config/models/{dataSetsGetIdItemsParams.js → blocksUsedInWorkspaceRef.js} +0 -0
  512. /package/dist/generated/config/models/{flowVariable.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
  513. /package/dist/generated/config/models/{file.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
  514. /package/dist/generated/config/models/{ingestedBlob.js → coreManagementInstallParameterModel.js} +0 -0
  515. /package/dist/generated/config/models/{flowConstantValue.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
  516. /package/dist/generated/config/models/{flowDefinitionLayout.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
  517. /package/dist/generated/config/models/{flowInputSchema.js → coreManagementUpsertInstallParameterModel.js} +0 -0
  518. /package/dist/generated/config/models/{inputPinInterface.js → dataSetItem.js} +0 -0
  519. /package/dist/generated/config/models/{flowOutputSchema.js → dataSetItemMetadata.js} +0 -0
  520. /package/dist/generated/config/models/{flowVariableSchema.js → dataSetItemProperties.js} +0 -0
  521. /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSetsCreateDataSet.js} +0 -0
  522. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSetsCreateDataSetContainer.js} +0 -0
  523. /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSetsDataSet.js} +0 -0
  524. /package/dist/generated/config/models/{inputPinInterfaceDefault.js → dataSetsDataSetProperty.js} +0 -0
  525. /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → dataSetsGetItemsParams.js} +0 -0
  526. /package/dist/generated/config/models/{inputPinInterfaceSchema.js → dataSetsGetParams.js} +0 -0
  527. /package/dist/generated/config/models/{messageMessage.js → dataSetsSetDataSetScoping.js} +0 -0
  528. /package/dist/generated/config/models/{messageMessageValue.js → dataSetsUpdateDataSet.js} +0 -0
  529. /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
  530. /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → dataSetsUpsertDataSetProperty.js} +0 -0
  531. /package/dist/generated/config/models/{messageCreateMessageInputValue.js → dataSourcesContainerFilter.js} +0 -0
  532. /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → dataSourcesContainerFilterModel.js} +0 -0
  533. /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesContainerPreviewResultModel.js} +0 -0
  534. /package/dist/generated/config/models/{messageMessageValueChannels.js → dataSourcesContainerPreviewResultModelSamplesItem.js} +0 -0
  535. /package/dist/generated/config/models/{messageMessageValueValue.js → dataSourcesContainerSchemaParams.js} +0 -0
  536. /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesCreateDataSource.js} +0 -0
  537. /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
  538. /package/dist/generated/config/models/{notificationNotification.js → dataSourcesDataSource.js} +0 -0
  539. /package/dist/generated/config/models/{outputPinInterfaceSchema.js → dataSourcesDataSourceAdminUser.js} +0 -0
  540. /package/dist/generated/config/models/{notificationPagedNotifications.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
  541. /package/dist/generated/config/models/{outputPinInterface.js → dataSourcesDataSourceProperty.js} +0 -0
  542. /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → dataSourcesDataSourceType.js} +0 -0
  543. /package/dist/generated/config/models/{pagedDataCollectionAccess.js → dataSourcesPreviewContainerRequest.js} +0 -0
  544. /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → dataSourcesTestDataSourceConnection.js} +0 -0
  545. /package/dist/generated/config/models/{portInterfaceMetadata.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
  546. /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → dataSourcesUpdateDataSource.js} +0 -0
  547. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
  548. /package/dist/generated/config/models/{stateInterfaceDefault.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
  549. /package/dist/generated/config/models/{stateInterfaceMetadata.js → dataSpacesCreateDataSpace.js} +0 -0
  550. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → dataSpacesDataSpace.js} +0 -0
  551. /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → dataSpacesDataSpaceAdmin.js} +0 -0
  552. /package/dist/generated/config/models/{updateContainer.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
  553. /package/dist/generated/config/models/{updateDataSetBasicInfo.js → dataSpacesUpdateDataSpace.js} +0 -0
  554. /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → draftsDraft.js} +0 -0
  555. /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → draftsDraftBlockInterfaces.js} +0 -0
  556. /package/dist/generated/config/models/{updateDataSource.js → draftsPublishDraftRequest.js} +0 -0
  557. /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → draftsPublishDraftResponse.js} +0 -0
  558. /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → draftsPublishedBlockRef.js} +0 -0
  559. /package/dist/generated/config/models/{updateDataSpace.js → draftsSaveDraftRequest.js} +0 -0
  560. /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → draftsSaveDraftResponse.js} +0 -0
  561. /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
  562. /package/dist/generated/config/models/{workSpaceBasicInfo.js → draftsToggleDraftRequest.js} +0 -0
  563. /package/dist/generated/config/models/{workSpaceUser.js → filesAddMessageFileFromBlobUri.js} +0 -0
  564. /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → filesCreateFileFromBlobUri.js} +0 -0
  565. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → filesFile.js} +0 -0
  566. /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → filesFileUriResponse.js} +0 -0
  567. /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → filesIngestedBlob.js} +0 -0
  568. /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsConnection.js} +0 -0
  569. /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlow.js} +0 -0
  570. /package/dist/generated/config/models/{portInterface.js → flowsFlowBlock.js} +0 -0
  571. /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowConstant.js} +0 -0
  572. /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowDataSet.js} +0 -0
  573. /package/dist/generated/config/models/{stateInterface.js → flowsFlowDataSpace.js} +0 -0
  574. /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowDefinition.js} +0 -0
  575. /package/dist/generated/config/models/{updateDataSet.js → flowsFlowDefinitionBlocks.js} +0 -0
  576. /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowsFlowDefinitionConstants.js} +0 -0
  577. /package/dist/generated/config/models/{workSpace.js → flowsFlowDefinitionInputs.js} +0 -0
  578. /package/dist/generated/config/models/{workSpaceInputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  579. /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,8 +219,8 @@ 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";
@@ -272,7 +228,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
272
228
  }, zod.core.$strict>;
273
229
  export declare const activityExportLoggingsResponse: zod.ZodString;
274
230
  /**
275
- * @summary Retrieve logging activity in WorkSpace, including CRUD behaviors and Chat, with optional pagination controls take, skip and filter
231
+ * @summary Retrieve workspace activity log entries with optional filtering and pagination.
276
232
  */
277
233
  export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
278
234
  export declare const activityGetLoggingQueryTakeDefault = 25;
@@ -282,8 +238,8 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
282
238
  fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
283
239
  toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
284
240
  activityType: zod.ZodOptional<zod.ZodEnum<{
285
- Read: "Read";
286
241
  Deleted: "Deleted";
242
+ Read: "Read";
287
243
  Created: "Created";
288
244
  Updated: "Updated";
289
245
  Chat: "Chat";
@@ -296,8 +252,8 @@ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp
296
252
  export declare const activityGetLoggingResponse: zod.ZodObject<{
297
253
  data: zod.ZodArray<zod.ZodObject<{
298
254
  activityType: zod.ZodOptional<zod.ZodEnum<{
299
- Read: "Read";
300
255
  Deleted: "Deleted";
256
+ Read: "Read";
301
257
  Created: "Created";
302
258
  Updated: "Updated";
303
259
  Chat: "Chat";
@@ -327,12 +283,44 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
327
283
  total: zod.ZodNumber;
328
284
  }, zod.core.$strip>;
329
285
  /**
330
- * @summary Get a list of all block interfaces
286
+ * @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
287
+ */
288
+ export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
289
+ name: zod.ZodString;
290
+ startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
291
+ state: zod.ZodEnum<{
292
+ Unknown: "Unknown";
293
+ Failed: "Failed";
294
+ Deleted: "Deleted";
295
+ InProgress: "InProgress";
296
+ Succeeded: "Succeeded";
297
+ }>;
298
+ versionNumber: zod.ZodString;
299
+ }, zod.core.$strip>;
300
+ /**
301
+ * @summary Returns the current version of the application.
302
+ */
303
+ export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
304
+ description: zod.ZodString;
305
+ versionNumber: zod.ZodString;
306
+ }, zod.core.$strip>;
307
+ /**
308
+ * @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
309
+ For instance, if app is currently on version 1.0, it might need to first be updated to 1.1 before it can be updated to 1.2.
310
+ Returns 204 if no new version available.
311
+ */
312
+ export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
313
+ description: zod.ZodString;
314
+ versionNumber: zod.ZodString;
315
+ }, zod.core.$strip>;
316
+ /**
317
+ * @summary Get a list of all block sets visible to the current principal.
331
318
  */
332
319
  export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
333
320
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
334
321
  }, zod.core.$strict>;
335
322
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
323
+ export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
336
324
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
337
325
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
338
326
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
@@ -394,6 +382,7 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
394
382
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
395
383
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
396
384
  id: zod.ZodString;
385
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
397
386
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
398
387
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
399
388
  type: zod.ZodEnum<{
@@ -401,6 +390,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
401
390
  Custom: "Custom";
402
391
  Debug: "Debug";
403
392
  }>;
393
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
+ id: zod.ZodString;
395
+ name: zod.ZodString;
396
+ }, zod.core.$strip>>;
404
397
  }, zod.core.$strip>;
405
398
  export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
406
399
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -463,6 +456,7 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
463
456
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
464
457
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
465
458
  id: zod.ZodString;
459
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
466
460
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
467
461
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
468
462
  type: zod.ZodEnum<{
@@ -470,13 +464,41 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
470
464
  Custom: "Custom";
471
465
  Debug: "Debug";
472
466
  }>;
467
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
+ id: zod.ZodString;
469
+ name: zod.ZodString;
470
+ }, zod.core.$strip>>;
473
471
  }, zod.core.$strip>>;
472
+ /**
473
+ * @summary Get the saved Python source code for a deployed custom block set.
474
+ */
475
+ export declare const blockSetsGetDeployedBlockCodeParams: zod.ZodObject<{
476
+ blockSetName: zod.ZodString;
477
+ }, zod.core.$strict>;
478
+ /**
479
+ * @summary Get the raw zip file for a deployed custom block set.
480
+ */
481
+ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
482
+ blockSetName: zod.ZodString;
483
+ }, zod.core.$strict>;
474
484
  /**
475
485
  * @summary Deletes an existing custom block set.
476
486
  */
477
487
  export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
478
488
  name: zod.ZodString;
479
489
  }, zod.core.$strict>;
490
+ /**
491
+ * @summary Rename a published custom block set (all versions). Set names are
492
+ organizational — flows bind to block (class) names, so renaming never
493
+ breaks a flow. Admin-only (the attribute must be method-level: the
494
+ Admin policy handler ignores class-level `[AuthorizeAdmin]`).
495
+ */
496
+ export declare const blockSetsRenameBlockSetParams: zod.ZodObject<{
497
+ name: zod.ZodString;
498
+ }, zod.core.$strict>;
499
+ export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
500
+ newName: zod.ZodString;
501
+ }, zod.core.$strict>;
480
502
  /**
481
503
  * @summary Adds a new custom block set.
482
504
  */
@@ -491,9 +513,10 @@ export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
491
513
  */
492
514
  export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
493
515
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
516
+ onBehalfOfUserId: zod.ZodOptional<zod.ZodString>;
494
517
  }, zod.core.$strict>;
495
518
  export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
496
- export declare const blocksGetBlocksResponseItem: zod.ZodObject<{
519
+ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
497
520
  blockSetId: zod.ZodString;
498
521
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
499
522
  createdAt: zod.ZodISODateTime;
@@ -562,77 +585,36 @@ export declare const blocksGetBlocksResponseItem: zod.ZodObject<{
562
585
  Debug: "Debug";
563
586
  }>;
564
587
  version: zod.ZodString;
588
+ }, zod.core.$strip>>>;
589
+ /**
590
+ * @summary List the SDK's built-in blocks (smartspace.* modules) for the
591
+ custom-blocks draft picker. App-native blocks (LLMs etc.) are
592
+ excluded upstream. Admin-only (method-level attribute — the Admin
593
+ policy handler ignores class-level `[AuthorizeAdmin]`).
594
+ */
595
+ export declare const blocksGetSdkBlocksResponseItem: zod.ZodObject<{
596
+ name: zod.ZodString;
597
+ version: zod.ZodString;
565
598
  }, zod.core.$strip>;
566
- export declare const 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>;
599
+ export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
627
600
  name: zod.ZodString;
628
- sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
629
- type: zod.ZodEnum<{
630
- Native: "Native";
631
- Custom: "Custom";
632
- Debug: "Debug";
633
- }>;
634
601
  version: zod.ZodString;
635
602
  }, zod.core.$strip>>;
603
+ /**
604
+ * @summary Get the Python source of a native/SDK block — used by the custom-blocks
605
+ page as a starting scaffold when creating a draft. Admin-only (the
606
+ attribute must be method-level: the Admin policy handler ignores
607
+ class-level `[AuthorizeAdmin]`).
608
+ */
609
+ export declare const blocksGetBlockSourceParams: zod.ZodObject<{
610
+ name: zod.ZodString;
611
+ version: zod.ZodString;
612
+ }, zod.core.$strict>;
613
+ export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
614
+ code: zod.ZodString;
615
+ name: zod.ZodString;
616
+ version: zod.ZodString;
617
+ }, zod.core.$strip>;
636
618
  /**
637
619
  * @summary Manually trigger reingestion of a specific container item.
638
620
  */
@@ -648,122 +630,23 @@ export declare const containersPostQueryDataSetIdRegExp: RegExp;
648
630
  export declare const containersPostQueryParams: zod.ZodObject<{
649
631
  dataSetId: zod.ZodOptional<zod.ZodString>;
650
632
  }, 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>>;
633
+ export declare const containersPostResponseDataSetIdRegExp: RegExp;
634
+ export declare const containersPostResponseDataSetVersionRegExp: RegExp;
635
+ export declare const containersPostResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
636
+ export declare const containersPostResponseFlowIdRegExp: RegExp;
637
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
638
+ export declare const containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
639
+ export declare const containersPostResponseFlowTriggersItemFlowIdRegExp: RegExp;
640
+ export declare const containersPostResponseFlowTriggersItemIdRegExp: RegExp;
641
+ export declare const containersPostResponseIdRegExp: RegExp;
642
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp: RegExp;
643
+ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp: RegExp;
644
+ export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
645
+ export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
646
+ export declare const containersPostResponseItem: zod.ZodObject<{
647
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
648
+ dataSet: zod.ZodOptional<zod.ZodObject<{
764
649
  id: zod.ZodString;
765
- modifiedAt: zod.ZodISODateTime;
766
- modifiedByUserId: zod.ZodString;
767
650
  name: zod.ZodString;
768
651
  properties: zod.ZodArray<zod.ZodObject<{
769
652
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -772,43 +655,121 @@ export declare const dataSetsGetGetResponse: zod.ZodObject<{
772
655
  }, zod.core.$strip>>;
773
656
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
774
657
  }, zod.core.$strip>>;
775
- total: zod.ZodNumber;
776
- }, zod.core.$strip>;
777
- export declare const 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<{
658
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
659
+ flow: zod.ZodObject<{
660
+ activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
661
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
662
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
663
+ target: zod.ZodObject<{
664
+ pin: zod.ZodString;
665
+ port: zod.ZodString;
666
+ }, zod.core.$strip>;
667
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
668
+ }, zod.core.$strip>>>>;
669
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
670
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
671
+ pin: zod.ZodString;
672
+ port: zod.ZodString;
673
+ }, zod.core.$strip>>>>;
674
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
675
+ pin: zod.ZodString;
676
+ port: zod.ZodString;
677
+ }, zod.core.$strip>>>>;
678
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
679
+ name: zod.ZodString;
680
+ version: zod.ZodString;
681
+ }, zod.core.$strip>>>>;
682
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
683
+ source: zod.ZodObject<{
684
+ node: zod.ZodString;
685
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
686
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
687
+ }, zod.core.$strip>;
688
+ target: zod.ZodObject<{
689
+ node: zod.ZodString;
690
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
691
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
692
+ }, zod.core.$strip>;
693
+ }, zod.core.$strip>>>>;
694
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
695
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
+ }, zod.core.$strip>>>>;
697
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
699
+ }, zod.core.$strip>>>>;
700
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
701
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
702
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
703
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
704
+ }, zod.core.$strip>>>>;
705
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
706
+ access: zod.ZodEnum<{
707
+ None: "None";
708
+ Read: "Read";
709
+ Write: "Write";
710
+ }>;
711
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
712
+ }, zod.core.$strip>>>>;
713
+ }, zod.core.$strip>>;
714
+ activeFlowDefinitionId: zod.ZodString;
715
+ id: zod.ZodString;
716
+ triggers: zod.ZodArray<zod.ZodObject<{
717
+ dataSourceContainer: zod.ZodObject<{
718
+ dataSourceId: zod.ZodString;
719
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
720
+ operator: zod.ZodString;
721
+ propertyName: zod.ZodString;
722
+ value: zod.ZodString;
723
+ }, zod.core.$strip>>>>;
724
+ id: zod.ZodString;
725
+ name: zod.ZodString;
726
+ path: zod.ZodString;
727
+ }, zod.core.$strip>;
728
+ flowId: zod.ZodString;
729
+ id: zod.ZodString;
730
+ inputName: zod.ZodString;
731
+ type: zod.ZodEnum<{
732
+ Periodic: "Periodic";
733
+ Container: "Container";
734
+ }>;
735
+ }, zod.core.$strip>>;
736
+ }, zod.core.$strip>;
795
737
  id: zod.ZodString;
796
- }, zod.core.$strict>;
797
- export declare const 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<{
738
+ workSpace: zod.ZodOptional<zod.ZodObject<{
739
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
740
+ dataSets: zod.ZodArray<zod.ZodObject<{
741
+ id: zod.ZodString;
742
+ name: zod.ZodString;
743
+ properties: zod.ZodArray<zod.ZodObject<{
744
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
745
+ isVector: zod.ZodBoolean;
746
+ name: zod.ZodString;
747
+ }, zod.core.$strip>>;
748
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
749
+ }, zod.core.$strip>>;
750
+ id: zod.ZodString;
751
+ name: zod.ZodString;
752
+ }, zod.core.$strip>>;
753
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
754
+ id: zod.ZodString;
755
+ name: zod.ZodString;
756
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
757
+ }, zod.core.$strip>>;
758
+ }, zod.core.$strip>;
759
+ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
760
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
761
+ dataSet: zod.ZodOptional<zod.ZodObject<{
762
+ id: zod.ZodString;
763
+ name: zod.ZodString;
764
+ properties: zod.ZodArray<zod.ZodObject<{
765
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
766
+ isVector: zod.ZodBoolean;
767
+ name: zod.ZodString;
768
+ }, zod.core.$strip>>;
769
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
770
+ }, zod.core.$strip>>;
771
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
772
+ flow: zod.ZodObject<{
812
773
  activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
813
774
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
814
775
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
@@ -868,6 +829,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
868
829
  triggers: zod.ZodArray<zod.ZodObject<{
869
830
  dataSourceContainer: zod.ZodObject<{
870
831
  dataSourceId: zod.ZodString;
832
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
833
+ operator: zod.ZodString;
834
+ propertyName: zod.ZodString;
835
+ value: zod.ZodString;
836
+ }, zod.core.$strip>>>>;
871
837
  id: zod.ZodString;
872
838
  name: zod.ZodString;
873
839
  path: zod.ZodString;
@@ -880,7 +846,109 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
880
846
  Container: "Container";
881
847
  }>;
882
848
  }, zod.core.$strip>>;
849
+ }, zod.core.$strip>;
850
+ id: zod.ZodString;
851
+ workSpace: zod.ZodOptional<zod.ZodObject<{
852
+ dataSpaces: zod.ZodArray<zod.ZodObject<{
853
+ dataSets: zod.ZodArray<zod.ZodObject<{
854
+ id: zod.ZodString;
855
+ name: zod.ZodString;
856
+ properties: zod.ZodArray<zod.ZodObject<{
857
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
858
+ isVector: zod.ZodBoolean;
859
+ name: zod.ZodString;
860
+ }, zod.core.$strip>>;
861
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
862
+ }, zod.core.$strip>>;
863
+ id: zod.ZodString;
864
+ name: zod.ZodString;
865
+ }, zod.core.$strip>>;
866
+ firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
867
+ id: zod.ZodString;
868
+ name: zod.ZodString;
869
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
870
+ }, zod.core.$strip>>;
871
+ }, zod.core.$strip>>;
872
+ export declare const dataSetsGetQueryTakeDefault = 20;
873
+ export declare const dataSetsGetQuerySkipDefault = 0;
874
+ export declare const dataSetsGetQueryParams: zod.ZodObject<{
875
+ take: zod.ZodDefault<zod.ZodNumber>;
876
+ skip: zod.ZodOptional<zod.ZodNumber>;
877
+ search: zod.ZodOptional<zod.ZodString>;
878
+ }, zod.core.$strict>;
879
+ export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
880
+ export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
881
+ export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
882
+ export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
883
+ export declare const dataSetsGetResponse: zod.ZodObject<{
884
+ data: zod.ZodArray<zod.ZodObject<{
885
+ createdAt: zod.ZodISODateTime;
886
+ createdByUserId: zod.ZodString;
887
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
888
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
889
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
890
+ id: zod.ZodString;
891
+ modifiedAt: zod.ZodISODateTime;
892
+ modifiedByUserId: zod.ZodString;
893
+ name: zod.ZodString;
894
+ properties: zod.ZodArray<zod.ZodObject<{
895
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
896
+ isVector: zod.ZodBoolean;
897
+ name: zod.ZodString;
898
+ }, zod.core.$strip>>;
899
+ scopingMode: zod.ZodEnum<{
900
+ Unrestricted: "Unrestricted";
901
+ PerSubject: "PerSubject";
902
+ }>;
903
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
904
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
883
905
  }, zod.core.$strip>>;
906
+ total: zod.ZodNumber;
907
+ }, zod.core.$strip>;
908
+ export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
909
+ export declare const dataSetsGetItemPathIdRegExp: RegExp;
910
+ export declare const dataSetsGetItemParams: zod.ZodObject<{
911
+ dataSetId: zod.ZodString;
912
+ id: zod.ZodString;
913
+ }, zod.core.$strict>;
914
+ export declare const dataSetsGetItemResponseIdRegExp: RegExp;
915
+ export declare const dataSetsGetItemResponseMetadataContainerIdRegExp: RegExp;
916
+ export declare const dataSetsGetItemResponseMetadataContainerItemIdRegExp: RegExp;
917
+ export declare const dataSetsGetItemResponseMetadataDataSetIdRegExp: RegExp;
918
+ export declare const dataSetsGetItemResponseMetadataFlowRunIdRegExp: RegExp;
919
+ export declare const dataSetsGetItemResponse: zod.ZodObject<{
920
+ id: zod.ZodString;
921
+ indexText: zod.ZodString;
922
+ metadata: zod.ZodObject<{
923
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
924
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
925
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
926
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
927
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
928
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
929
+ indexed: zod.ZodBoolean;
930
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
931
+ }, zod.core.$strip>;
932
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
933
+ }, zod.core.$strip>;
934
+ export declare const dataSetsDeletePathIdRegExp: RegExp;
935
+ export declare const dataSetsDeleteParams: zod.ZodObject<{
936
+ id: zod.ZodString;
937
+ }, zod.core.$strict>;
938
+ export declare const dataSetsGetByIdPathIdRegExp: RegExp;
939
+ export declare const dataSetsGetByIdParams: zod.ZodObject<{
940
+ id: zod.ZodString;
941
+ }, zod.core.$strict>;
942
+ export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
943
+ export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
944
+ export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
945
+ export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
946
+ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
947
+ createdAt: zod.ZodISODateTime;
948
+ createdByUserId: zod.ZodString;
949
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
950
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
951
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
884
952
  id: zod.ZodString;
885
953
  modifiedAt: zod.ZodISODateTime;
886
954
  modifiedByUserId: zod.ZodString;
@@ -890,33 +958,69 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
890
958
  isVector: zod.ZodBoolean;
891
959
  name: zod.ZodString;
892
960
  }, zod.core.$strip>>;
961
+ scopingMode: zod.ZodEnum<{
962
+ Unrestricted: "Unrestricted";
963
+ PerSubject: "PerSubject";
964
+ }>;
965
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
893
966
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
894
967
  }, zod.core.$strip>;
895
968
  /**
896
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
969
+ * @summary Update an existing dataset (name, description, container bindings).
897
970
  */
898
- export declare const dataSetsPutIdParams: zod.ZodObject<{
971
+ export declare const dataSetsPutParams: zod.ZodObject<{
899
972
  id: zod.ZodString;
900
973
  }, 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<{
974
+ export declare const dataSetsPutBodyContainerInfoItemDataSourceIdRegExp: RegExp;
975
+ export declare const dataSetsPutBodyIdRegExp: RegExp;
976
+ export declare const dataSetsPutBody: zod.ZodObject<{
977
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
905
978
  dataSourceId: zod.ZodString;
979
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
980
+ operator: zod.ZodString;
981
+ propertyName: zod.ZodString;
982
+ value: zod.ZodString;
983
+ }, zod.core.$strict>>>>;
906
984
  path: zod.ZodString;
907
- }, zod.core.$strict>>;
985
+ }, zod.core.$strict>>>>;
908
986
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
987
  id: zod.ZodString;
910
- name: zod.ZodString;
988
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
911
989
  }, zod.core.$strict>;
990
+ export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
991
+ export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
992
+ export declare const dataSetsPutResponseIdRegExp: RegExp;
993
+ export declare const dataSetsPutResponseVersionRegExp: RegExp;
994
+ export declare const dataSetsPutResponse: zod.ZodObject<{
995
+ createdAt: zod.ZodISODateTime;
996
+ createdByUserId: zod.ZodString;
997
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
998
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
999
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
+ id: zod.ZodString;
1001
+ modifiedAt: zod.ZodISODateTime;
1002
+ modifiedByUserId: zod.ZodString;
1003
+ name: zod.ZodString;
1004
+ properties: zod.ZodArray<zod.ZodObject<{
1005
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1006
+ isVector: zod.ZodBoolean;
1007
+ name: zod.ZodString;
1008
+ }, zod.core.$strip>>;
1009
+ scopingMode: zod.ZodEnum<{
1010
+ Unrestricted: "Unrestricted";
1011
+ PerSubject: "PerSubject";
1012
+ }>;
1013
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1014
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1015
+ }, zod.core.$strip>;
912
1016
  /**
913
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1017
+ * @summary Update just the basic-info fields (name + description) on a dataset.
914
1018
  */
915
- export declare const dataSetsPutIdBasicInfoPathIdRegExp: RegExp;
916
- export declare const dataSetsPutIdBasicInfoParams: zod.ZodObject<{
1019
+ export declare const dataSetsPutBasicInfoPathIdRegExp: RegExp;
1020
+ export declare const dataSetsPutBasicInfoParams: zod.ZodObject<{
917
1021
  id: zod.ZodString;
918
1022
  }, zod.core.$strict>;
919
- export declare const dataSetsPutIdBasicInfoBody: zod.ZodObject<{
1023
+ export declare const dataSetsPutBasicInfoBody: zod.ZodObject<{
920
1024
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
921
1025
  name: zod.ZodString;
922
1026
  }, zod.core.$strict>;
@@ -935,8 +1039,33 @@ export declare const dataSetsGetContainerItemsRunHistoryQueryParams: zod.ZodObje
935
1039
  take: zod.ZodDefault<zod.ZodNumber>;
936
1040
  search: zod.ZodOptional<zod.ZodString>;
937
1041
  }, zod.core.$strict>;
1042
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp: RegExp;
1043
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp: RegExp;
1044
+ export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp: RegExp;
1045
+ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<{
1046
+ data: zod.ZodArray<zod.ZodObject<{
1047
+ containerId: zod.ZodString;
1048
+ createdAt: zod.ZodISODateTime;
1049
+ flowRuns: zod.ZodArray<zod.ZodObject<{
1050
+ errors: zod.ZodArray<zod.ZodObject<{
1051
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1052
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1053
+ message: zod.ZodString;
1054
+ }, zod.core.$strip>>;
1055
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1056
+ flowRunId: zod.ZodString;
1057
+ runAt: zod.ZodISODateTime;
1058
+ status: zod.ZodString;
1059
+ }, zod.core.$strip>>;
1060
+ id: zod.ZodString;
1061
+ name: zod.ZodString;
1062
+ path: zod.ZodString;
1063
+ status: zod.ZodString;
1064
+ }, zod.core.$strip>>;
1065
+ total: zod.ZodNumber;
1066
+ }, zod.core.$strip>;
938
1067
  /**
939
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
1068
+ * @summary Move a dataset to a different dataspace.
940
1069
  */
941
1070
  export declare const dataSetsSetDataspacePathIdRegExp: RegExp;
942
1071
  export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
@@ -944,20 +1073,83 @@ export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
944
1073
  }, zod.core.$strict>;
945
1074
  export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
946
1075
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1076
+ export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1077
+ export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1078
+ export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1079
+ export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1080
+ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1081
+ createdAt: zod.ZodISODateTime;
1082
+ createdByUserId: zod.ZodString;
1083
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1084
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1085
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1086
+ id: zod.ZodString;
1087
+ modifiedAt: zod.ZodISODateTime;
1088
+ modifiedByUserId: zod.ZodString;
1089
+ name: zod.ZodString;
1090
+ properties: zod.ZodArray<zod.ZodObject<{
1091
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1092
+ isVector: zod.ZodBoolean;
1093
+ name: zod.ZodString;
1094
+ }, zod.core.$strip>>;
1095
+ scopingMode: zod.ZodEnum<{
1096
+ Unrestricted: "Unrestricted";
1097
+ PerSubject: "PerSubject";
1098
+ }>;
1099
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1100
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1101
+ }, zod.core.$strip>;
947
1102
  export declare const dataSetsExportPathIdRegExp: RegExp;
948
1103
  export declare const dataSetsExportParams: zod.ZodObject<{
949
1104
  id: zod.ZodString;
950
1105
  }, zod.core.$strict>;
951
- export declare const dataSetsGetIdItemsPathIdRegExp: RegExp;
952
- export declare const dataSetsGetIdItemsParams: zod.ZodObject<{
1106
+ export declare const dataSetsExportResponseIdRegExp: RegExp;
1107
+ export declare const dataSetsExportResponseThreadIdRegExp: RegExp;
1108
+ export declare const dataSetsExportResponseWorkspaceIdRegExp: RegExp;
1109
+ export declare const dataSetsExportResponse: zod.ZodObject<{
1110
+ createdAt: zod.ZodISODateTime;
1111
+ createdByUserId: zod.ZodString;
1112
+ id: zod.ZodString;
1113
+ modifiedAt: zod.ZodISODateTime;
1114
+ modifiedByUserId: zod.ZodString;
1115
+ name: zod.ZodString;
1116
+ size: zod.ZodNumber;
1117
+ threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1118
+ workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1119
+ }, zod.core.$strip>;
1120
+ export declare const dataSetsGetItemsPathIdRegExp: RegExp;
1121
+ export declare const dataSetsGetItemsParams: zod.ZodObject<{
953
1122
  id: zod.ZodString;
954
1123
  }, zod.core.$strict>;
955
- export declare const dataSetsGetIdItemsQuerySkipDefault = 0;
956
- export declare const dataSetsGetIdItemsQueryTakeDefault = 20;
957
- export declare const dataSetsGetIdItemsQueryParams: zod.ZodObject<{
1124
+ export declare const dataSetsGetItemsQuerySkipDefault = 0;
1125
+ export declare const dataSetsGetItemsQueryTakeDefault = 20;
1126
+ export declare const dataSetsGetItemsQueryParams: zod.ZodObject<{
958
1127
  skip: zod.ZodOptional<zod.ZodNumber>;
959
1128
  take: zod.ZodDefault<zod.ZodNumber>;
960
1129
  }, zod.core.$strict>;
1130
+ export declare const dataSetsGetItemsResponseDataItemIdRegExp: RegExp;
1131
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1132
+ export declare const dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1133
+ export declare const dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1134
+ export declare const dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1135
+ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1136
+ data: zod.ZodArray<zod.ZodObject<{
1137
+ id: zod.ZodString;
1138
+ indexText: zod.ZodString;
1139
+ metadata: zod.ZodObject<{
1140
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1141
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1142
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1143
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1144
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1145
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1146
+ indexed: zod.ZodBoolean;
1147
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1148
+ }, zod.core.$strip>;
1149
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1150
+ }, zod.core.$strip>>;
1151
+ total: zod.ZodNumber;
1152
+ }, zod.core.$strip>;
961
1153
  export declare const dataSetsAddItemPathIdRegExp: RegExp;
962
1154
  export declare const dataSetsAddItemParams: zod.ZodObject<{
963
1155
  id: zod.ZodString;
@@ -977,14 +1169,37 @@ export declare const dataSetsSearchItemsBody: zod.ZodObject<{
977
1169
  skip: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
978
1170
  take: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
979
1171
  }, zod.core.$strict>;
980
- export declare const dataSetsDeleteIdItemsItemIdPathIdRegExp: RegExp;
981
- export declare const dataSetsDeleteIdItemsItemIdPathItemIdRegExp: RegExp;
982
- export declare const dataSetsDeleteIdItemsItemIdParams: zod.ZodObject<{
1172
+ export declare const dataSetsSearchItemsResponseDataItemIdRegExp: RegExp;
1173
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
1174
+ export declare const dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
1175
+ export declare const dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
1176
+ export declare const dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
1177
+ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1178
+ data: zod.ZodArray<zod.ZodObject<{
1179
+ id: zod.ZodString;
1180
+ indexText: zod.ZodString;
1181
+ metadata: zod.ZodObject<{
1182
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1183
+ containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1184
+ containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1185
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1186
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1187
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1188
+ indexed: zod.ZodBoolean;
1189
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1190
+ }, zod.core.$strip>;
1191
+ properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1192
+ }, zod.core.$strip>>;
1193
+ total: zod.ZodNumber;
1194
+ }, zod.core.$strip>;
1195
+ export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
1196
+ export declare const dataSetsDeleteItemPathItemIdRegExp: RegExp;
1197
+ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
983
1198
  id: zod.ZodString;
984
1199
  itemId: zod.ZodString;
985
1200
  }, zod.core.$strict>;
986
1201
  /**
987
- * @summary Add a property to a dataset
1202
+ * @summary Upsert a single property on a dataset.
988
1203
  */
989
1204
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
990
1205
  export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
@@ -1005,6 +1220,20 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1005
1220
  id: zod.ZodString;
1006
1221
  name: zod.ZodString;
1007
1222
  }, zod.core.$strict>;
1223
+ /**
1224
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1225
+ */
1226
+ export declare const dataSetsPutScopingPathIdRegExp: RegExp;
1227
+ export declare const dataSetsPutScopingParams: zod.ZodObject<{
1228
+ id: zod.ZodString;
1229
+ }, zod.core.$strict>;
1230
+ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1231
+ mode: zod.ZodEnum<{
1232
+ Unrestricted: "Unrestricted";
1233
+ PerSubject: "PerSubject";
1234
+ }>;
1235
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1236
+ }, zod.core.$strict>;
1008
1237
  /**
1009
1238
  * @summary Fetch a list of all available data source types in SmartSpace.
1010
1239
  */
@@ -1055,6 +1284,11 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1055
1284
  }, zod.core.$strict>;
1056
1285
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1057
1286
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1287
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1288
+ operator: zod.ZodString;
1289
+ propertyName: zod.ZodString;
1290
+ value: zod.ZodString;
1291
+ }, zod.core.$strip>>>>;
1058
1292
  name: zod.ZodString;
1059
1293
  path: zod.ZodString;
1060
1294
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1064,6 +1298,11 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1064
1298
  }, zod.core.$strip>;
1065
1299
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1066
1300
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1301
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1302
+ operator: zod.ZodString;
1303
+ propertyName: zod.ZodString;
1304
+ value: zod.ZodString;
1305
+ }, zod.core.$strip>>>>;
1067
1306
  name: zod.ZodString;
1068
1307
  path: zod.ZodString;
1069
1308
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1085,7 +1324,7 @@ export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
1085
1324
  statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1086
1325
  }, zod.core.$strip>;
1087
1326
  /**
1088
- * @summary Obtain a list of all data sources configured in SmartSpace, with optional pagination options take and skip.
1327
+ * @summary Retrieves a collection of data sources.
1089
1328
  */
1090
1329
  export declare const dataSourcesGetQueryTakeDefault = 20;
1091
1330
  export declare const dataSourcesGetQuerySkipDefault = 0;
@@ -1093,6 +1332,8 @@ export declare const dataSourcesGetQueryParams: zod.ZodObject<{
1093
1332
  take: zod.ZodDefault<zod.ZodNumber>;
1094
1333
  skip: zod.ZodOptional<zod.ZodNumber>;
1095
1334
  search: zod.ZodOptional<zod.ZodString>;
1335
+ sortBy: zod.ZodOptional<zod.ZodString>;
1336
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1096
1337
  }, zod.core.$strict>;
1097
1338
  export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1098
1339
  export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
@@ -1101,6 +1342,11 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1101
1342
  data: zod.ZodArray<zod.ZodObject<{
1102
1343
  containers: zod.ZodArray<zod.ZodObject<{
1103
1344
  dataSourceId: zod.ZodString;
1345
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1346
+ operator: zod.ZodString;
1347
+ propertyName: zod.ZodString;
1348
+ value: zod.ZodString;
1349
+ }, zod.core.$strip>>>>;
1104
1350
  id: zod.ZodString;
1105
1351
  name: zod.ZodString;
1106
1352
  path: zod.ZodString;
@@ -1150,7 +1396,23 @@ export declare const dataSourcesPostBody: zod.ZodObject<{
1150
1396
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1151
1397
  name: zod.ZodString;
1152
1398
  }, zod.core.$strict>;
1399
+ export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
1400
+ export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
1401
+ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1153
1402
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1403
+ containers: zod.ZodArray<zod.ZodObject<{
1404
+ dataSourceId: zod.ZodString;
1405
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1406
+ operator: zod.ZodString;
1407
+ propertyName: zod.ZodString;
1408
+ value: zod.ZodString;
1409
+ }, zod.core.$strip>>>>;
1410
+ id: zod.ZodString;
1411
+ name: zod.ZodString;
1412
+ path: zod.ZodString;
1413
+ }, zod.core.$strip>>;
1414
+ createdAt: zod.ZodISODateTime;
1415
+ createdByUserId: zod.ZodString;
1154
1416
  credentialType: zod.ZodEnum<{
1155
1417
  BlobStorage: "BlobStorage";
1156
1418
  SqlServer: "SqlServer";
@@ -1164,9 +1426,12 @@ export declare const dataSourcesPostResponse: zod.ZodObject<{
1164
1426
  File: "File";
1165
1427
  Sitemap: "Sitemap";
1166
1428
  }>;
1167
- credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
1429
+ id: zod.ZodString;
1168
1430
  keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1431
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1432
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1169
1433
  name: zod.ZodString;
1434
+ searchable: zod.ZodBoolean;
1170
1435
  }, zod.core.$strip>;
1171
1436
  /**
1172
1437
  * @summary Remove a specific data source from SmartSpace using its unique ID.
@@ -1200,16 +1465,58 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1200
1465
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1201
1466
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1202
1467
  dataSourceId: zod.ZodString;
1468
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1469
+ operator: zod.ZodString;
1470
+ propertyName: zod.ZodString;
1471
+ value: zod.ZodString;
1472
+ }, zod.core.$strip>>>>;
1203
1473
  id: zod.ZodString;
1204
1474
  name: zod.ZodString;
1205
1475
  path: zod.ZodString;
1206
1476
  }, zod.core.$strip>;
1207
1477
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1208
1478
  dataSourceId: zod.ZodString;
1479
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1480
+ operator: zod.ZodString;
1481
+ propertyName: zod.ZodString;
1482
+ value: zod.ZodString;
1483
+ }, zod.core.$strip>>>>;
1209
1484
  id: zod.ZodString;
1210
1485
  name: zod.ZodString;
1211
1486
  path: zod.ZodString;
1212
1487
  }, zod.core.$strip>>;
1488
+ /**
1489
+ * @summary Runs a preview search against the data source using the supplied filters and returns
1490
+ a total record count without persisting any state.
1491
+ */
1492
+ export declare const dataSourcesPreviewContainerPathDataSourceIdRegExp: RegExp;
1493
+ export declare const dataSourcesPreviewContainerParams: zod.ZodObject<{
1494
+ dataSourceId: zod.ZodString;
1495
+ }, zod.core.$strict>;
1496
+ export declare const dataSourcesPreviewContainerBody: zod.ZodObject<{
1497
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1498
+ operator: zod.ZodString;
1499
+ propertyName: zod.ZodString;
1500
+ value: zod.ZodString;
1501
+ }, zod.core.$strict>>>>;
1502
+ path: zod.ZodString;
1503
+ }, zod.core.$strict>;
1504
+ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1505
+ samples: zod.ZodArray<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1506
+ total: zod.ZodNumber;
1507
+ }, zod.core.$strip>;
1508
+ /**
1509
+ * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1510
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1511
+ containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1512
+ */
1513
+ export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
1514
+ export declare const dataSourcesContainerSchemaParams: zod.ZodObject<{
1515
+ dataSourceId: zod.ZodString;
1516
+ }, zod.core.$strict>;
1517
+ export declare const dataSourcesContainerSchemaQueryParams: zod.ZodObject<{
1518
+ containerPath: zod.ZodOptional<zod.ZodString>;
1519
+ }, zod.core.$strict>;
1213
1520
  /**
1214
1521
  * @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
1215
1522
  */
@@ -1220,110 +1527,54 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1220
1527
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1221
1528
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1222
1529
  }, 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
- */
1530
+ export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1531
+ export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1532
+ id: zod.ZodString;
1533
+ }, zod.core.$strict>;
1534
+ export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
1535
+ id: zod.ZodString;
1536
+ name: zod.ZodString;
1537
+ }, zod.core.$strip>;
1538
+ export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1539
+ id: zod.ZodString;
1540
+ name: zod.ZodString;
1541
+ }, zod.core.$strip>>;
1542
+ export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
1543
+ export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
1544
+ id: zod.ZodString;
1545
+ userId: zod.ZodString;
1546
+ }, zod.core.$strict>;
1547
+ export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
1548
+ export declare const dataSourcesAddAdminParams: zod.ZodObject<{
1549
+ id: zod.ZodString;
1550
+ userId: zod.ZodString;
1551
+ }, zod.core.$strict>;
1226
1552
  export declare const dataSpacesGetQueryTakeDefault = 20;
1227
1553
  export declare const dataSpacesGetQuerySkipDefault = 0;
1228
1554
  export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1229
1555
  take: zod.ZodDefault<zod.ZodNumber>;
1230
1556
  skip: zod.ZodOptional<zod.ZodNumber>;
1231
1557
  search: zod.ZodOptional<zod.ZodString>;
1558
+ sortBy: zod.ZodOptional<zod.ZodString>;
1559
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1232
1560
  }, zod.core.$strict>;
1233
1561
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1234
- export declare const dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1235
1562
  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
1563
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1241
1564
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1242
1565
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
1243
1566
  export declare const dataSpacesGetResponseDataItemParentWorkspaceIdRegExp: RegExp;
1244
- export declare const dataSpacesGetResponseDataItemWorkspacesInfoItemIdRegExp: RegExp;
1567
+ export declare const dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp: RegExp;
1245
1568
  export declare const dataSpacesGetResponse: zod.ZodObject<{
1246
1569
  data: zod.ZodArray<zod.ZodObject<{
1247
1570
  createdAt: zod.ZodISODateTime;
1248
1571
  createdByUserId: zod.ZodString;
1249
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1572
+ dataSets: zod.ZodArray<zod.ZodObject<{
1250
1573
  createdAt: zod.ZodISODateTime;
1251
1574
  createdByUserId: zod.ZodString;
1252
1575
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1253
1576
  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>>;
1577
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1327
1578
  id: zod.ZodString;
1328
1579
  modifiedAt: zod.ZodISODateTime;
1329
1580
  modifiedByUserId: zod.ZodString;
@@ -1333,140 +1584,57 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1333
1584
  isVector: zod.ZodBoolean;
1334
1585
  name: zod.ZodString;
1335
1586
  }, zod.core.$strip>>;
1587
+ scopingMode: zod.ZodEnum<{
1588
+ Unrestricted: "Unrestricted";
1589
+ PerSubject: "PerSubject";
1590
+ }>;
1591
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1336
1592
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1337
- }, zod.core.$strip>>>>;
1593
+ }, zod.core.$strip>>;
1338
1594
  id: zod.ZodString;
1339
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1340
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1595
+ modifiedAt: zod.ZodISODateTime;
1596
+ modifiedByUserId: zod.ZodString;
1341
1597
  name: zod.ZodString;
1342
1598
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1343
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1599
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1344
1600
  id: zod.ZodString;
1345
1601
  name: zod.ZodString;
1346
- }, zod.core.$strip>>>>;
1602
+ }, zod.core.$strip>>;
1347
1603
  }, zod.core.$strip>>;
1348
1604
  total: zod.ZodNumber;
1349
1605
  }, zod.core.$strip>;
1350
1606
  /**
1351
- * @summary Create a new dataspace in SmartSpace, specifying details like name, associated datasources, and containers.
1607
+ * @summary Create a new dataspace.
1352
1608
  */
1353
1609
  export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
1354
1610
  export declare const dataSpacesPostBody: zod.ZodObject<{
1355
1611
  dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1356
1612
  name: zod.ZodString;
1357
1613
  }, 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
1614
  export declare const dataSpacesDeletePathIdRegExp: RegExp;
1367
1615
  export declare const dataSpacesDeleteParams: zod.ZodObject<{
1368
1616
  id: zod.ZodString;
1369
1617
  }, zod.core.$strict>;
1370
- /**
1371
- * @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
1372
- */
1373
1618
  export declare const dataSpacesGetByIdPathIdRegExp: RegExp;
1374
1619
  export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1375
1620
  id: zod.ZodString;
1376
1621
  }, zod.core.$strict>;
1377
1622
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1378
- export declare const dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1379
1623
  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
1624
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1385
1625
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1386
1626
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
1387
1627
  export declare const dataSpacesGetByIdResponseParentWorkspaceIdRegExp: RegExp;
1388
- export declare const dataSpacesGetByIdResponseWorkspacesInfoItemIdRegExp: RegExp;
1628
+ export declare const dataSpacesGetByIdResponseWorkSpacesItemIdRegExp: RegExp;
1389
1629
  export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1390
1630
  createdAt: zod.ZodISODateTime;
1391
1631
  createdByUserId: zod.ZodString;
1392
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1632
+ dataSets: zod.ZodArray<zod.ZodObject<{
1393
1633
  createdAt: zod.ZodISODateTime;
1394
1634
  createdByUserId: zod.ZodString;
1395
1635
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1396
1636
  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>>;
1637
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1470
1638
  id: zod.ZodString;
1471
1639
  modifiedAt: zod.ZodISODateTime;
1472
1640
  modifiedByUserId: zod.ZodString;
@@ -1476,20 +1644,25 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1476
1644
  isVector: zod.ZodBoolean;
1477
1645
  name: zod.ZodString;
1478
1646
  }, zod.core.$strip>>;
1647
+ scopingMode: zod.ZodEnum<{
1648
+ Unrestricted: "Unrestricted";
1649
+ PerSubject: "PerSubject";
1650
+ }>;
1651
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1479
1652
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1480
- }, zod.core.$strip>>>>;
1653
+ }, zod.core.$strip>>;
1481
1654
  id: zod.ZodString;
1482
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1483
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1655
+ modifiedAt: zod.ZodISODateTime;
1656
+ modifiedByUserId: zod.ZodString;
1484
1657
  name: zod.ZodString;
1485
1658
  parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1486
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1659
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1487
1660
  id: zod.ZodString;
1488
1661
  name: zod.ZodString;
1489
- }, zod.core.$strip>>>>;
1662
+ }, zod.core.$strip>>;
1490
1663
  }, zod.core.$strip>;
1491
1664
  /**
1492
- * @summary Update details of a specific data space in SmartSpace, using the ID of the data space.
1665
+ * @summary Update an existing dataspace.
1493
1666
  */
1494
1667
  export declare const dataSpacesPutPathIdRegExp: RegExp;
1495
1668
  export declare const dataSpacesPutParams: zod.ZodObject<{
@@ -1502,9 +1675,73 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1502
1675
  id: zod.ZodString;
1503
1676
  name: zod.ZodString;
1504
1677
  }, 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
- */
1678
+ export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1679
+ export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1680
+ export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1681
+ export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1682
+ export declare const dataSpacesPutResponseIdRegExp: RegExp;
1683
+ export declare const dataSpacesPutResponseParentWorkspaceIdRegExp: RegExp;
1684
+ export declare const dataSpacesPutResponseWorkSpacesItemIdRegExp: RegExp;
1685
+ export declare const dataSpacesPutResponse: zod.ZodObject<{
1686
+ createdAt: zod.ZodISODateTime;
1687
+ createdByUserId: zod.ZodString;
1688
+ dataSets: zod.ZodArray<zod.ZodObject<{
1689
+ createdAt: zod.ZodISODateTime;
1690
+ createdByUserId: zod.ZodString;
1691
+ dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1692
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1693
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1694
+ id: zod.ZodString;
1695
+ modifiedAt: zod.ZodISODateTime;
1696
+ modifiedByUserId: zod.ZodString;
1697
+ name: zod.ZodString;
1698
+ properties: zod.ZodArray<zod.ZodObject<{
1699
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1700
+ isVector: zod.ZodBoolean;
1701
+ name: zod.ZodString;
1702
+ }, zod.core.$strip>>;
1703
+ scopingMode: zod.ZodEnum<{
1704
+ Unrestricted: "Unrestricted";
1705
+ PerSubject: "PerSubject";
1706
+ }>;
1707
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1708
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1709
+ }, zod.core.$strip>>;
1710
+ id: zod.ZodString;
1711
+ modifiedAt: zod.ZodISODateTime;
1712
+ modifiedByUserId: zod.ZodString;
1713
+ name: zod.ZodString;
1714
+ parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1715
+ workSpaces: zod.ZodArray<zod.ZodObject<{
1716
+ id: zod.ZodString;
1717
+ name: zod.ZodString;
1718
+ }, zod.core.$strip>>;
1719
+ }, zod.core.$strip>;
1720
+ export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
1721
+ export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
1722
+ id: zod.ZodString;
1723
+ }, zod.core.$strict>;
1724
+ export declare const dataSpacesGetAdminUsersResponseDataSpaceIdRegExp: RegExp;
1725
+ export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodObject<{
1726
+ dataSpaceId: zod.ZodString;
1727
+ displayName: zod.ZodString;
1728
+ userId: zod.ZodString;
1729
+ }, zod.core.$strip>;
1730
+ export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
1731
+ dataSpaceId: zod.ZodString;
1732
+ displayName: zod.ZodString;
1733
+ userId: zod.ZodString;
1734
+ }, zod.core.$strip>>;
1735
+ export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
1736
+ export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
1737
+ id: zod.ZodString;
1738
+ userId: zod.ZodString;
1739
+ }, zod.core.$strict>;
1740
+ export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
1741
+ export declare const dataSpacesAddAdminParams: zod.ZodObject<{
1742
+ id: zod.ZodString;
1743
+ userId: zod.ZodString;
1744
+ }, zod.core.$strict>;
1508
1745
  export declare const dataSpacesGetDataSetsPathIdRegExp: RegExp;
1509
1746
  export declare const dataSpacesGetDataSetsParams: zod.ZodObject<{
1510
1747
  id: zod.ZodString;
@@ -1517,12 +1754,7 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1517
1754
  search: zod.ZodOptional<zod.ZodString>;
1518
1755
  }, zod.core.$strict>;
1519
1756
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1520
- export declare const dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
1521
1757
  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
1758
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1527
1759
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1528
1760
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1531,116 +1763,369 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1531
1763
  createdByUserId: zod.ZodString;
1532
1764
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1533
1765
  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>>>>;
1766
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1767
+ id: zod.ZodString;
1768
+ modifiedAt: zod.ZodISODateTime;
1769
+ modifiedByUserId: zod.ZodString;
1770
+ name: zod.ZodString;
1771
+ properties: zod.ZodArray<zod.ZodObject<{
1772
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1773
+ isVector: zod.ZodBoolean;
1774
+ name: zod.ZodString;
1775
+ }, zod.core.$strip>>;
1776
+ scopingMode: zod.ZodEnum<{
1777
+ Unrestricted: "Unrestricted";
1778
+ PerSubject: "PerSubject";
1779
+ }>;
1780
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1781
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1782
+ }, zod.core.$strip>>;
1783
+ total: zod.ZodNumber;
1784
+ }, zod.core.$strip>;
1785
+ /**
1786
+ * @summary Create a new dataset inside this dataspace.
1787
+ */
1788
+ export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
1789
+ export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
1790
+ id: zod.ZodString;
1791
+ }, zod.core.$strict>;
1792
+ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
1793
+ export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1794
+ containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1795
+ dataSourceId: zod.ZodString;
1796
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1797
+ operator: zod.ZodString;
1798
+ propertyName: zod.ZodString;
1799
+ value: zod.ZodString;
1800
+ }, zod.core.$strict>>>>;
1801
+ path: zod.ZodString;
1802
+ }, zod.core.$strict>>>>;
1803
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1804
+ name: zod.ZodString;
1805
+ }, zod.core.$strict>;
1806
+ export declare const debugInvokeParams: zod.ZodObject<{
1807
+ connectionId: zod.ZodString;
1808
+ method: zod.ZodString;
1809
+ }, zod.core.$strict>;
1810
+ export declare const debugInvokeBodyItem: zod.ZodAny;
1811
+ export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1812
+ /**
1813
+ * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1814
+ */
1815
+ export declare const draftsListDraftsResponseItem: zod.ZodObject<{
1816
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1817
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1818
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1819
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1820
+ channel: zod.ZodBoolean;
1821
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1822
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1823
+ pin: zod.ZodString;
1824
+ port: zod.ZodString;
1825
+ }, zod.core.$strip>>;
1826
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1827
+ required: zod.ZodBoolean;
1828
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1829
+ sticky: zod.ZodBoolean;
1830
+ type: zod.ZodEnum<{
1831
+ Single: "Single";
1832
+ List: "List";
1833
+ Dictionary: "Dictionary";
1834
+ }>;
1835
+ virtual: zod.ZodBoolean;
1836
+ }, zod.core.$strip>>;
1837
+ isFunction: zod.ZodBoolean;
1838
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1839
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1840
+ channel: zod.ZodBoolean;
1841
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1842
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1843
+ pin: zod.ZodString;
1844
+ port: zod.ZodString;
1845
+ }, zod.core.$strip>>;
1846
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1847
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1848
+ type: zod.ZodEnum<{
1849
+ Single: "Single";
1850
+ List: "List";
1851
+ Dictionary: "Dictionary";
1852
+ }>;
1853
+ }, zod.core.$strip>>;
1854
+ type: zod.ZodEnum<{
1855
+ Single: "Single";
1856
+ List: "List";
1857
+ Dictionary: "Dictionary";
1858
+ }>;
1859
+ }, zod.core.$strip>>;
1860
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1861
+ WorkSpace: "WorkSpace";
1862
+ DataSet: "DataSet";
1863
+ }>>>>;
1864
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1865
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1866
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1867
+ scope: zod.ZodArray<zod.ZodObject<{
1868
+ pin: zod.ZodString;
1869
+ port: zod.ZodString;
1870
+ }, zod.core.$strip>>;
1871
+ }, zod.core.$strip>>;
1872
+ }, zod.core.$strip>>>;
1873
+ isActive: zod.ZodBoolean;
1874
+ modifiedAt: zod.ZodISODateTime;
1875
+ name: zod.ZodString;
1876
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1877
+ rowVersion: zod.ZodString;
1878
+ sourceText: zod.ZodString;
1879
+ }, zod.core.$strip>;
1880
+ export declare const draftsListDraftsResponse: zod.ZodArray<zod.ZodObject<{
1881
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1882
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1883
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1884
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1885
+ channel: zod.ZodBoolean;
1886
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1887
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1888
+ pin: zod.ZodString;
1889
+ port: zod.ZodString;
1890
+ }, zod.core.$strip>>;
1891
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1892
+ required: zod.ZodBoolean;
1893
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1894
+ sticky: zod.ZodBoolean;
1895
+ type: zod.ZodEnum<{
1896
+ Single: "Single";
1897
+ List: "List";
1898
+ Dictionary: "Dictionary";
1899
+ }>;
1900
+ virtual: zod.ZodBoolean;
1901
+ }, zod.core.$strip>>;
1902
+ isFunction: zod.ZodBoolean;
1903
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1904
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1905
+ channel: zod.ZodBoolean;
1906
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1907
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1908
+ pin: zod.ZodString;
1909
+ port: zod.ZodString;
1910
+ }, zod.core.$strip>>;
1911
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1912
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1913
+ type: zod.ZodEnum<{
1914
+ Single: "Single";
1915
+ List: "List";
1916
+ Dictionary: "Dictionary";
1917
+ }>;
1918
+ }, zod.core.$strip>>;
1919
+ type: zod.ZodEnum<{
1920
+ Single: "Single";
1921
+ List: "List";
1922
+ Dictionary: "Dictionary";
1923
+ }>;
1924
+ }, zod.core.$strip>>;
1925
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1926
+ WorkSpace: "WorkSpace";
1927
+ DataSet: "DataSet";
1928
+ }>>>>;
1929
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1930
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1931
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1932
+ scope: zod.ZodArray<zod.ZodObject<{
1933
+ pin: zod.ZodString;
1934
+ port: zod.ZodString;
1935
+ }, zod.core.$strip>>;
1936
+ }, zod.core.$strip>>;
1937
+ }, zod.core.$strip>>>;
1938
+ isActive: zod.ZodBoolean;
1939
+ modifiedAt: zod.ZodISODateTime;
1940
+ name: zod.ZodString;
1941
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1942
+ rowVersion: zod.ZodString;
1943
+ sourceText: zod.ZodString;
1944
+ }, zod.core.$strip>>;
1945
+ /**
1946
+ * @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
1947
+ */
1948
+ export declare const draftsDeleteDraftParams: zod.ZodObject<{
1949
+ name: zod.ZodString;
1950
+ }, zod.core.$strict>;
1951
+ /**
1952
+ * @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
1953
+ */
1954
+ export declare const draftsGetDraftParams: zod.ZodObject<{
1955
+ name: zod.ZodString;
1956
+ }, zod.core.$strict>;
1957
+ export declare const draftsGetDraftResponse: zod.ZodObject<{
1958
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1959
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1960
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1961
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1962
+ channel: zod.ZodBoolean;
1963
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1964
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1965
+ pin: zod.ZodString;
1966
+ port: zod.ZodString;
1967
+ }, zod.core.$strip>>;
1968
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1969
+ required: zod.ZodBoolean;
1970
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1971
+ sticky: zod.ZodBoolean;
1972
+ type: zod.ZodEnum<{
1973
+ Single: "Single";
1974
+ List: "List";
1975
+ Dictionary: "Dictionary";
1976
+ }>;
1977
+ virtual: zod.ZodBoolean;
1978
+ }, zod.core.$strip>>;
1979
+ isFunction: zod.ZodBoolean;
1980
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1981
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1982
+ channel: zod.ZodBoolean;
1983
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1984
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1985
+ pin: zod.ZodString;
1986
+ port: zod.ZodString;
1987
+ }, zod.core.$strip>>;
1988
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1989
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1990
+ type: zod.ZodEnum<{
1991
+ Single: "Single";
1992
+ List: "List";
1993
+ Dictionary: "Dictionary";
1994
+ }>;
1995
+ }, zod.core.$strip>>;
1996
+ type: zod.ZodEnum<{
1997
+ Single: "Single";
1998
+ List: "List";
1999
+ Dictionary: "Dictionary";
2000
+ }>;
2001
+ }, zod.core.$strip>>;
2002
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2003
+ WorkSpace: "WorkSpace";
2004
+ DataSet: "DataSet";
2005
+ }>>>>;
2006
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2007
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2008
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2009
+ scope: zod.ZodArray<zod.ZodObject<{
2010
+ pin: zod.ZodString;
2011
+ port: zod.ZodString;
2012
+ }, zod.core.$strip>>;
2013
+ }, zod.core.$strip>>;
2014
+ }, zod.core.$strip>>>;
2015
+ isActive: zod.ZodBoolean;
2016
+ modifiedAt: zod.ZodISODateTime;
2017
+ name: zod.ZodString;
2018
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2019
+ rowVersion: zod.ZodString;
2020
+ sourceText: zod.ZodString;
2021
+ }, zod.core.$strip>;
2022
+ /**
2023
+ * @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
2024
+ overrides the published Custom at the same `(name, version)` for them only.
2025
+ */
2026
+ export declare const draftsToggleDraftParams: zod.ZodObject<{
2027
+ name: zod.ZodString;
2028
+ }, zod.core.$strict>;
2029
+ export declare const draftsToggleDraftBody: zod.ZodObject<{
2030
+ isActive: zod.ZodBoolean;
2031
+ }, zod.core.$strict>;
2032
+ /**
2033
+ * @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
2034
+ concurrency on update (null for first-time create). Returns 409 with the
2035
+ current `RowVersion` if another session has saved in the interim.
2036
+ */
2037
+ export declare const draftsSaveDraftParams: zod.ZodObject<{
2038
+ name: zod.ZodString;
2039
+ }, zod.core.$strict>;
2040
+ export declare const draftsSaveDraftBody: zod.ZodObject<{
2041
+ expectedRowVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2042
+ source: zod.ZodString;
2043
+ }, zod.core.$strict>;
2044
+ export declare const draftsSaveDraftResponse: zod.ZodObject<{
2045
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2046
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2047
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2048
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2049
+ channel: zod.ZodBoolean;
2050
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2051
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2052
+ pin: zod.ZodString;
2053
+ port: zod.ZodString;
2054
+ }, zod.core.$strip>>;
2055
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2056
+ required: zod.ZodBoolean;
2057
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2058
+ sticky: zod.ZodBoolean;
2059
+ type: zod.ZodEnum<{
2060
+ Single: "Single";
2061
+ List: "List";
2062
+ Dictionary: "Dictionary";
2063
+ }>;
2064
+ virtual: zod.ZodBoolean;
1588
2065
  }, 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;
2066
+ isFunction: zod.ZodBoolean;
2067
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2068
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2069
+ channel: zod.ZodBoolean;
2070
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2071
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2072
+ pin: zod.ZodString;
2073
+ port: zod.ZodString;
2074
+ }, zod.core.$strip>>;
2075
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2076
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1601
2077
  type: zod.ZodEnum<{
1602
- Periodic: "Periodic";
1603
- Container: "Container";
2078
+ Single: "Single";
2079
+ List: "List";
2080
+ Dictionary: "Dictionary";
1604
2081
  }>;
1605
2082
  }, zod.core.$strip>>;
2083
+ type: zod.ZodEnum<{
2084
+ Single: "Single";
2085
+ List: "List";
2086
+ Dictionary: "Dictionary";
2087
+ }>;
1606
2088
  }, 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;
2089
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2090
+ WorkSpace: "WorkSpace";
2091
+ DataSet: "DataSet";
2092
+ }>>>>;
2093
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2094
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2095
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2096
+ scope: zod.ZodArray<zod.ZodObject<{
2097
+ pin: zod.ZodString;
2098
+ port: zod.ZodString;
2099
+ }, zod.core.$strip>>;
1615
2100
  }, zod.core.$strip>>;
1616
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1617
- }, zod.core.$strip>>;
1618
- total: zod.ZodNumber;
2101
+ }, zod.core.$strip>>>;
2102
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2103
+ rowVersion: zod.ZodString;
1619
2104
  }, zod.core.$strip>;
1620
2105
  /**
1621
- * @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
2106
+ * @summary Publish the draft's saved source as a tenant-visible Custom block set.
2107
+ When a published set of the same name exists, the first call returns 409
2108
+ with the impact details; retry with `confirmOverwrite: true` to
2109
+ replace it (a new row supersedes the old per newest-wins resolution).
1622
2110
  */
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>>;
2111
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
1634
2112
  name: zod.ZodString;
1635
2113
  }, zod.core.$strict>;
1636
- export declare const debugInvokeParams: zod.ZodObject<{
1637
- connectionId: zod.ZodString;
1638
- method: zod.ZodString;
2114
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2115
+ confirmOverwrite: zod.ZodBoolean;
2116
+ publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1639
2117
  }, zod.core.$strict>;
1640
- export declare const debugInvokeBodyItem: zod.ZodAny;
1641
- export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
2118
+ export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
2119
+ export declare const draftsPublishDraftResponse: zod.ZodObject<{
2120
+ blockSetId: zod.ZodString;
2121
+ blocks: zod.ZodArray<zod.ZodObject<{
2122
+ name: zod.ZodString;
2123
+ version: zod.ZodString;
2124
+ }, zod.core.$strip>>;
2125
+ name: zod.ZodString;
2126
+ }, zod.core.$strip>;
1642
2127
  /**
1643
- * @summary Upload files to be referenced in requests (supports full and chunked uploads)
2128
+ * @summary Upload files to be referenced in requests (supports full and chunked uploads).
1644
2129
  */
1645
2130
  export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
1646
2131
  export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
@@ -1680,7 +2165,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
1680
2165
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1681
2166
  }, zod.core.$strip>>;
1682
2167
  /**
1683
- * @summary Get details for a file previously uploaded
2168
+ * @summary Get details for a file previously uploaded.
1684
2169
  */
1685
2170
  export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
1686
2171
  export declare const filesGetFileInfoParams: zod.ZodObject<{
@@ -1707,7 +2192,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
1707
2192
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1708
2193
  }, zod.core.$strip>;
1709
2194
  /**
1710
- * @summary Download a previously uploaded file
2195
+ * @summary Download a previously uploaded file.
1711
2196
  */
1712
2197
  export declare const filesDownloadFilePathIdRegExpOne: RegExp;
1713
2198
  export declare const filesDownloadFileParams: zod.ZodObject<{
@@ -1720,7 +2205,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
1720
2205
  workspaceId: zod.ZodOptional<zod.ZodString>;
1721
2206
  }, zod.core.$strict>;
1722
2207
  /**
1723
- * @summary Get URI of a previously uploaded file
2208
+ * @summary Get URI of a previously uploaded file.
1724
2209
  */
1725
2210
  export declare const filesGetUriPathIdRegExpOne: RegExp;
1726
2211
  export declare const filesGetUriParams: zod.ZodObject<{
@@ -1732,7 +2217,24 @@ export declare const filesGetUriQueryParams: zod.ZodObject<{
1732
2217
  threadId: zod.ZodOptional<zod.ZodString>;
1733
2218
  workspaceId: zod.ZodOptional<zod.ZodString>;
1734
2219
  }, zod.core.$strict>;
1735
- export declare const filesGetUriResponse: zod.ZodString;
2220
+ export declare const filesGetUriResponse: zod.ZodObject<{
2221
+ uri: zod.ZodString;
2222
+ }, zod.core.$strip>;
2223
+ /**
2224
+ * @summary Creates a new flow run with the specified parameters
2225
+ */
2226
+ export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
2227
+ export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
2228
+ flowId: zod.ZodOptional<zod.ZodString>;
2229
+ }, zod.core.$strict>;
2230
+ export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
2231
+ debug: zod.ZodBoolean;
2232
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2233
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2234
+ name: zod.ZodString;
2235
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2236
+ }, zod.core.$strict>>>>;
2237
+ }, zod.core.$strict>;
1736
2238
  /**
1737
2239
  * @summary Searches for flow runs based on search term
1738
2240
  */
@@ -1766,6 +2268,29 @@ export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
1766
2268
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1767
2269
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1768
2270
  }, zod.core.$strip>;
2271
+ /**
2272
+ * @summary Gets a flow run including its context
2273
+ */
2274
+ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2275
+ export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2276
+ id: zod.ZodString;
2277
+ }, zod.core.$strict>;
2278
+ export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2279
+ export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2280
+ id: zod.ZodString;
2281
+ }, zod.core.$strict>;
2282
+ export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
2283
+ file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
2284
+ }, zod.core.$strict>;
2285
+ export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
2286
+ export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
2287
+ id: zod.ZodString;
2288
+ }, zod.core.$strict>;
2289
+ export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
2290
+ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2291
+ blobUri: zod.ZodString;
2292
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2293
+ }, zod.core.$strict>;
1769
2294
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
1770
2295
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
1771
2296
  id: zod.ZodString;
@@ -1896,6 +2421,84 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
1896
2421
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1897
2422
  }, zod.core.$strict>>>>;
1898
2423
  }, zod.core.$strict>;
2424
+ /**
2425
+ * @summary Retrieves a list of model deployment providers.
2426
+ */
2427
+ export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
2428
+ export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
2429
+ export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
2430
+ take: zod.ZodDefault<zod.ZodNumber>;
2431
+ skip: zod.ZodOptional<zod.ZodNumber>;
2432
+ }, zod.core.$strict>;
2433
+ /**
2434
+ * @summary Creates a new model deployment provider.
2435
+ */
2436
+ export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
2437
+ export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
2438
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2439
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2440
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2441
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2442
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2443
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2444
+ name: zod.ZodString;
2445
+ type: zod.ZodEnum<{
2446
+ OpenAi: "OpenAi";
2447
+ AzureOpenAi: "AzureOpenAi";
2448
+ HuggingFace: "HuggingFace";
2449
+ Cohere: "Cohere";
2450
+ Anthropic: "Anthropic";
2451
+ Gemini: "Gemini";
2452
+ VertexAi: "VertexAi";
2453
+ AzureFoundry: "AzureFoundry";
2454
+ }>;
2455
+ }, zod.core.$strict>;
2456
+ /**
2457
+ * @summary Retrieves the deployable models for a model provider
2458
+ */
2459
+ export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
2460
+ providerType: zod.ZodEnum<{
2461
+ OpenAi: "OpenAi";
2462
+ AzureOpenAi: "AzureOpenAi";
2463
+ HuggingFace: "HuggingFace";
2464
+ Cohere: "Cohere";
2465
+ Anthropic: "Anthropic";
2466
+ Gemini: "Gemini";
2467
+ VertexAi: "VertexAi";
2468
+ AzureFoundry: "AzureFoundry";
2469
+ }>;
2470
+ }, zod.core.$strict>;
2471
+ export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
2472
+ export declare const modelProvidersGetProviderParams: zod.ZodObject<{
2473
+ id: zod.ZodString;
2474
+ }, zod.core.$strict>;
2475
+ /**
2476
+ * @summary Updates or inserts a model deployment provider.
2477
+ */
2478
+ export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
2479
+ export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
2480
+ id: zod.ZodString;
2481
+ }, zod.core.$strict>;
2482
+ export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
2483
+ export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
2484
+ apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2485
+ apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2486
+ baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2487
+ googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
2488
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2489
+ location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2490
+ name: zod.ZodString;
2491
+ type: zod.ZodEnum<{
2492
+ OpenAi: "OpenAi";
2493
+ AzureOpenAi: "AzureOpenAi";
2494
+ HuggingFace: "HuggingFace";
2495
+ Cohere: "Cohere";
2496
+ Anthropic: "Anthropic";
2497
+ Gemini: "Gemini";
2498
+ VertexAi: "VertexAi";
2499
+ AzureFoundry: "AzureFoundry";
2500
+ }>;
2501
+ }, zod.core.$strict>;
1899
2502
  /**
1900
2503
  * @summary Retrieves a list of models.
1901
2504
  */
@@ -1931,6 +2534,21 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
1931
2534
  VertexAi: "VertexAi";
1932
2535
  AzureFoundry: "AzureFoundry";
1933
2536
  }>>;
2537
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2538
+ OpenAi: "OpenAi";
2539
+ HuggingFace: "HuggingFace";
2540
+ Cohere: "Cohere";
2541
+ Anthropic: "Anthropic";
2542
+ Google: "Google";
2543
+ Meta: "Meta";
2544
+ Mistral: "Mistral";
2545
+ Microsoft: "Microsoft";
2546
+ DeepSeek: "DeepSeek";
2547
+ XAi: "XAi";
2548
+ Amazon: "Amazon";
2549
+ Qwen: "Qwen";
2550
+ Other: "Other";
2551
+ }>>;
1934
2552
  name: zod.ZodString;
1935
2553
  properties: zod.ZodArray<zod.ZodObject<{
1936
2554
  name: zod.ZodString;
@@ -1978,7 +2596,29 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
1978
2596
  }, zod.core.$strict>>;
1979
2597
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1980
2598
  name: zod.ZodString;
2599
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2600
+ OpenAi: "OpenAi";
2601
+ HuggingFace: "HuggingFace";
2602
+ Cohere: "Cohere";
2603
+ Anthropic: "Anthropic";
2604
+ Google: "Google";
2605
+ Meta: "Meta";
2606
+ Mistral: "Mistral";
2607
+ Microsoft: "Microsoft";
2608
+ DeepSeek: "DeepSeek";
2609
+ XAi: "XAi";
2610
+ Amazon: "Amazon";
2611
+ Qwen: "Qwen";
2612
+ Other: "Other";
2613
+ }>>;
2614
+ }, zod.core.$strict>;
2615
+ export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2616
+ serverType: zod.ZodOptional<zod.ZodEnum<{
2617
+ TextGenerationInference: "TextGenerationInference";
2618
+ VLlm: "VLlm";
2619
+ }>>;
1981
2620
  }, zod.core.$strict>;
2621
+ export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
1982
2622
  /**
1983
2623
  * @summary Deletes a model with the specified ID.
1984
2624
  */
@@ -2054,6 +2694,21 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2054
2694
  VertexAi: "VertexAi";
2055
2695
  AzureFoundry: "AzureFoundry";
2056
2696
  }>>;
2697
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2698
+ OpenAi: "OpenAi";
2699
+ HuggingFace: "HuggingFace";
2700
+ Cohere: "Cohere";
2701
+ Anthropic: "Anthropic";
2702
+ Google: "Google";
2703
+ Meta: "Meta";
2704
+ Mistral: "Mistral";
2705
+ Microsoft: "Microsoft";
2706
+ DeepSeek: "DeepSeek";
2707
+ XAi: "XAi";
2708
+ Amazon: "Amazon";
2709
+ Qwen: "Qwen";
2710
+ Other: "Other";
2711
+ }>>;
2057
2712
  name: zod.ZodString;
2058
2713
  properties: zod.ZodArray<zod.ZodObject<{
2059
2714
  name: zod.ZodString;
@@ -2102,6 +2757,21 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2102
2757
  }, zod.core.$strict>>;
2103
2758
  displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2104
2759
  name: zod.ZodString;
2760
+ publisher: zod.ZodOptional<zod.ZodEnum<{
2761
+ OpenAi: "OpenAi";
2762
+ HuggingFace: "HuggingFace";
2763
+ Cohere: "Cohere";
2764
+ Anthropic: "Anthropic";
2765
+ Google: "Google";
2766
+ Meta: "Meta";
2767
+ Mistral: "Mistral";
2768
+ Microsoft: "Microsoft";
2769
+ DeepSeek: "DeepSeek";
2770
+ XAi: "XAi";
2771
+ Amazon: "Amazon";
2772
+ Qwen: "Qwen";
2773
+ Other: "Other";
2774
+ }>>;
2105
2775
  }, zod.core.$strict>;
2106
2776
  /**
2107
2777
  * @summary Retrieves the Docker logs for a specific deployment of a model.
@@ -2138,12 +2808,12 @@ export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
2138
2808
  export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2139
2809
  export declare const notificationGetResponse: zod.ZodObject<{
2140
2810
  data: zod.ZodArray<zod.ZodObject<{
2141
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2811
+ createdAt: zod.ZodISODateTime;
2142
2812
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2143
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2813
+ createdByUserId: zod.ZodString;
2144
2814
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2145
2815
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2146
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2816
+ id: zod.ZodString;
2147
2817
  notificationType: zod.ZodEnum<{
2148
2818
  WorkSpaceUpdated: "WorkSpaceUpdated";
2149
2819
  MessageThreadUpdated: "MessageThreadUpdated";
@@ -2161,6 +2831,18 @@ export declare const notificationGetResponse: zod.ZodObject<{
2161
2831
  export declare const notificationPutUpdateBodyRegExpOne: RegExp;
2162
2832
  export declare const notificationPutUpdateBodyItem: zod.ZodString;
2163
2833
  export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
2834
+ /**
2835
+ * @summary Update the upgrade component of the smartspace plan
2836
+ */
2837
+ export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
2838
+ workSpaceQuota: zod.ZodNumber;
2839
+ }, zod.core.$strict>;
2840
+ /**
2841
+ * @summary Calculate the cost of an upgrade change
2842
+ */
2843
+ export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
2844
+ workSpaceQuota: zod.ZodNumber;
2845
+ }, zod.core.$strict>;
2164
2846
  /**
2165
2847
  * @summary Gets the number of requests by a specified duration
2166
2848
  */
@@ -2243,8 +2925,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2243
2925
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2244
2926
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2245
2927
  name: zod.ZodString;
2246
- permissions: zod.ZodEnum<{
2247
- None: "None";
2928
+ permissions: zod.ZodArray<zod.ZodEnum<{
2248
2929
  WorkspaceCreate: "WorkspaceCreate";
2249
2930
  WorkspaceEdit: "WorkspaceEdit";
2250
2931
  WorkspaceDelete: "WorkspaceDelete";
@@ -2254,10 +2935,45 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2254
2935
  ConnectorCreate: "ConnectorCreate";
2255
2936
  ConnectorEdit: "ConnectorEdit";
2256
2937
  ConnectorDelete: "ConnectorDelete";
2257
- }>;
2938
+ }>>;
2258
2939
  }, zod.core.$strip>>;
2259
2940
  total: zod.ZodNumber;
2260
2941
  }, zod.core.$strip>;
2942
+ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2943
+ permissions: zod.ZodArray<zod.ZodEnum<{
2944
+ WorkspaceCreate: "WorkspaceCreate";
2945
+ WorkspaceEdit: "WorkspaceEdit";
2946
+ WorkspaceDelete: "WorkspaceDelete";
2947
+ DataSpaceCreate: "DataSpaceCreate";
2948
+ DataSpaceEdit: "DataSpaceEdit";
2949
+ DataSpaceDelete: "DataSpaceDelete";
2950
+ ConnectorCreate: "ConnectorCreate";
2951
+ ConnectorEdit: "ConnectorEdit";
2952
+ ConnectorDelete: "ConnectorDelete";
2953
+ }>>;
2954
+ }, zod.core.$strict>;
2955
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2956
+ WorkspaceCreate: "WorkspaceCreate";
2957
+ WorkspaceEdit: "WorkspaceEdit";
2958
+ WorkspaceDelete: "WorkspaceDelete";
2959
+ DataSpaceCreate: "DataSpaceCreate";
2960
+ DataSpaceEdit: "DataSpaceEdit";
2961
+ DataSpaceDelete: "DataSpaceDelete";
2962
+ ConnectorCreate: "ConnectorCreate";
2963
+ ConnectorEdit: "ConnectorEdit";
2964
+ ConnectorDelete: "ConnectorDelete";
2965
+ }>;
2966
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
2967
+ WorkspaceCreate: "WorkspaceCreate";
2968
+ WorkspaceEdit: "WorkspaceEdit";
2969
+ WorkspaceDelete: "WorkspaceDelete";
2970
+ DataSpaceCreate: "DataSpaceCreate";
2971
+ DataSpaceEdit: "DataSpaceEdit";
2972
+ DataSpaceDelete: "DataSpaceDelete";
2973
+ ConnectorCreate: "ConnectorCreate";
2974
+ ConnectorEdit: "ConnectorEdit";
2975
+ ConnectorDelete: "ConnectorDelete";
2976
+ }>>;
2261
2977
  /**
2262
2978
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2263
2979
  */
@@ -2295,21 +3011,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2295
3011
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2296
3012
  id: zod.ZodString;
2297
3013
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2298
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2299
3014
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2300
3015
  name: zod.ZodString;
2301
- permissions: zod.ZodEnum<{
2302
- None: "None";
2303
- WorkspaceCreate: "WorkspaceCreate";
2304
- WorkspaceEdit: "WorkspaceEdit";
2305
- WorkspaceDelete: "WorkspaceDelete";
2306
- DataSpaceCreate: "DataSpaceCreate";
2307
- DataSpaceEdit: "DataSpaceEdit";
2308
- DataSpaceDelete: "DataSpaceDelete";
2309
- ConnectorCreate: "ConnectorCreate";
2310
- ConnectorEdit: "ConnectorEdit";
2311
- ConnectorDelete: "ConnectorDelete";
2312
- }>;
2313
3016
  }, zod.core.$strip>;
2314
3017
  /**
2315
3018
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2333,42 +3036,76 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2333
3036
  skip: zod.ZodOptional<zod.ZodNumber>;
2334
3037
  take: zod.ZodDefault<zod.ZodNumber>;
2335
3038
  }, zod.core.$strict>;
2336
- export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
2337
- export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
2338
- export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
2339
- accessType: zod.ZodEnum<{
2340
- Principal: "Principal";
2341
- Group: "Group";
2342
- }>;
2343
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2344
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2345
- objectId: zod.ZodString;
2346
- principalType: zod.ZodOptional<zod.ZodEnum<{
2347
- Unknown: "Unknown";
2348
- User: "User";
2349
- ServicePrincipal: "ServicePrincipal";
2350
- Internal: "Internal";
2351
- }>>;
2352
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2353
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3039
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
3040
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
3041
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3042
+ data: zod.ZodArray<zod.ZodObject<{
3043
+ accessType: zod.ZodEnum<{
3044
+ Principal: "Principal";
3045
+ Group: "Group";
3046
+ }>;
3047
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3048
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3049
+ objectId: zod.ZodString;
3050
+ principalType: zod.ZodOptional<zod.ZodEnum<{
3051
+ Unknown: "Unknown";
3052
+ User: "User";
3053
+ ServicePrincipal: "ServicePrincipal";
3054
+ Internal: "Internal";
3055
+ }>>;
3056
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3057
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3058
+ }, zod.core.$strip>>;
3059
+ total: zod.ZodNumber;
2354
3060
  }, zod.core.$strip>;
2355
- export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
2356
- accessType: zod.ZodEnum<{
2357
- Principal: "Principal";
2358
- Group: "Group";
2359
- }>;
2360
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2361
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2362
- objectId: zod.ZodString;
2363
- principalType: zod.ZodOptional<zod.ZodEnum<{
2364
- Unknown: "Unknown";
2365
- User: "User";
2366
- ServicePrincipal: "ServicePrincipal";
2367
- Internal: "Internal";
3061
+ export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3062
+ export declare const usersAdminPermissionParams: zod.ZodObject<{
3063
+ userId: zod.ZodString;
3064
+ }, zod.core.$strict>;
3065
+ export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
3066
+ isAdmin: zod.ZodOptional<zod.ZodBoolean>;
3067
+ }, zod.core.$strict>;
3068
+ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
3069
+ export declare const usersAddUserPermissionParams: zod.ZodObject<{
3070
+ userId: zod.ZodString;
3071
+ }, zod.core.$strict>;
3072
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
3073
+ WorkspaceCreate: "WorkspaceCreate";
3074
+ WorkspaceEdit: "WorkspaceEdit";
3075
+ WorkspaceDelete: "WorkspaceDelete";
3076
+ DataSpaceCreate: "DataSpaceCreate";
3077
+ DataSpaceEdit: "DataSpaceEdit";
3078
+ DataSpaceDelete: "DataSpaceDelete";
3079
+ ConnectorCreate: "ConnectorCreate";
3080
+ ConnectorEdit: "ConnectorEdit";
3081
+ ConnectorDelete: "ConnectorDelete";
3082
+ }>;
3083
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3084
+ WorkspaceCreate: "WorkspaceCreate";
3085
+ WorkspaceEdit: "WorkspaceEdit";
3086
+ WorkspaceDelete: "WorkspaceDelete";
3087
+ DataSpaceCreate: "DataSpaceCreate";
3088
+ DataSpaceEdit: "DataSpaceEdit";
3089
+ DataSpaceDelete: "DataSpaceDelete";
3090
+ ConnectorCreate: "ConnectorCreate";
3091
+ ConnectorEdit: "ConnectorEdit";
3092
+ ConnectorDelete: "ConnectorDelete";
3093
+ }>>;
3094
+ export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
3095
+ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3096
+ userId: zod.ZodString;
3097
+ permission: zod.ZodArray<zod.ZodEnum<{
3098
+ WorkspaceCreate: "WorkspaceCreate";
3099
+ WorkspaceEdit: "WorkspaceEdit";
3100
+ WorkspaceDelete: "WorkspaceDelete";
3101
+ DataSpaceCreate: "DataSpaceCreate";
3102
+ DataSpaceEdit: "DataSpaceEdit";
3103
+ DataSpaceDelete: "DataSpaceDelete";
3104
+ ConnectorCreate: "ConnectorCreate";
3105
+ ConnectorEdit: "ConnectorEdit";
3106
+ ConnectorDelete: "ConnectorDelete";
2368
3107
  }>>;
2369
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2370
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2371
- }, zod.core.$strip>>;
3108
+ }, zod.core.$strict>;
2372
3109
  /**
2373
3110
  * @summary Returns a list of available Azure locations for deploying virtual machines
2374
3111
  */
@@ -2426,7 +3163,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
2426
3163
  total: zod.ZodNumber;
2427
3164
  }, zod.core.$strip>;
2428
3165
  /**
2429
- * @summary Obtain a list of all workspaces in SmartSpace, with pagination options take and skip.
3166
+ * @summary Retrieves a collection of workspaces.
2430
3167
  */
2431
3168
  export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
2432
3169
  export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
@@ -2434,6 +3171,8 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
2434
3171
  take: zod.ZodDefault<zod.ZodNumber>;
2435
3172
  skip: zod.ZodOptional<zod.ZodNumber>;
2436
3173
  search: zod.ZodOptional<zod.ZodString>;
3174
+ sortBy: zod.ZodOptional<zod.ZodString>;
3175
+ sortDirection: zod.ZodOptional<zod.ZodString>;
2437
3176
  }, zod.core.$strict>;
2438
3177
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2439
3178
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
@@ -2525,6 +3264,11 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2525
3264
  triggers: zod.ZodArray<zod.ZodObject<{
2526
3265
  dataSourceContainer: zod.ZodObject<{
2527
3266
  dataSourceId: zod.ZodString;
3267
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3268
+ operator: zod.ZodString;
3269
+ propertyName: zod.ZodString;
3270
+ value: zod.ZodString;
3271
+ }, zod.core.$strip>>>>;
2528
3272
  id: zod.ZodString;
2529
3273
  name: zod.ZodString;
2530
3274
  path: zod.ZodString;
@@ -2565,7 +3309,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2565
3309
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2566
3310
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2567
3311
  }, zod.core.$strip>>;
2568
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2569
3312
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
2570
3313
  frequencyPenalty: zod.ZodNumber;
2571
3314
  model: zod.ZodObject<{
@@ -2625,272 +3368,75 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2625
3368
  VertexAi: "VertexAi";
2626
3369
  AzureFoundry: "AzureFoundry";
2627
3370
  }>>;
2628
- name: zod.ZodString;
2629
- properties: zod.ZodArray<zod.ZodObject<{
2630
- name: zod.ZodString;
2631
- type: zod.ZodEnum<{
2632
- Boolean: "Boolean";
2633
- Number: "Number";
2634
- String: "String";
2635
- }>;
2636
- }, zod.core.$strip>>;
2637
- }, zod.core.$strip>;
2638
- prePrompt: zod.ZodString;
2639
- presencePenalty: zod.ZodNumber;
2640
- role: zod.ZodEnum<{
2641
- Document: "Document";
2642
- Agent: "Agent";
2643
- Analyzer: "Analyzer";
2644
- }>;
2645
- temperature: zod.ZodNumber;
2646
- topP: zod.ZodNumber;
2647
- }, zod.core.$strip>>;
2648
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2649
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2650
- name: zod.ZodString;
2651
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2652
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2653
- showSources: zod.ZodBoolean;
2654
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2655
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2656
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2657
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2658
- access: zod.ZodEnum<{
2659
- None: "None";
2660
- Read: "Read";
2661
- Write: "Write";
2662
- }>;
2663
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2664
- }, zod.core.$strip>>;
2665
- }, zod.core.$strip>>;
2666
- total: zod.ZodNumber;
2667
- }, zod.core.$strip>;
2668
- /**
2669
- * @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
2670
- */
2671
- export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
2672
- export declare const workSpacesPostBodyIdRegExp: RegExp;
2673
- export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
2674
- export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
2675
- export declare const workSpacesPostBody: zod.ZodObject<{
2676
- dataSpaces: zod.ZodArray<zod.ZodString>;
2677
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2678
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2679
- frequencyPenalty: zod.ZodNumber;
2680
- modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2681
- modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2682
- prePrompt: zod.ZodString;
2683
- presencePenalty: zod.ZodNumber;
2684
- role: zod.ZodEnum<{
2685
- Document: "Document";
2686
- Agent: "Agent";
2687
- Analyzer: "Analyzer";
2688
- }>;
2689
- temperature: zod.ZodNumber;
2690
- topP: zod.ZodNumber;
2691
- }, zod.core.$strict>>;
2692
- name: zod.ZodString;
2693
- templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2694
- }, zod.core.$strict>;
2695
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
2696
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
2697
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
2698
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
2699
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
2700
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
2701
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
2702
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
2703
- export declare const workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
2704
- export declare const workSpacesPostResponseDataSpacesItemIdRegExp: RegExp;
2705
- export declare const workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
2706
- export declare const workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
2707
- export declare const workSpacesPostResponseIdRegExp: RegExp;
2708
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
2709
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
2710
- export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
2711
- export declare const workSpacesPostResponseModelConfigurationsItemModelIdRegExp: RegExp;
2712
- export declare const workSpacesPostResponseSandBoxThreadIdRegExp: RegExp;
2713
- export declare const workSpacesPostResponse: zod.ZodObject<{
2714
- createdAt: zod.ZodISODateTime;
2715
- createdByUserId: zod.ZodString;
2716
- dataSpaces: zod.ZodArray<zod.ZodObject<{
2717
- createdAt: zod.ZodISODateTime;
2718
- createdByUserId: zod.ZodString;
2719
- dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2720
- createdAt: zod.ZodISODateTime;
2721
- createdByUserId: zod.ZodString;
2722
- dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2723
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2724
- flow: zod.ZodOptional<zod.ZodObject<{
2725
- activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
2726
- blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2727
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2728
- target: zod.ZodObject<{
2729
- pin: zod.ZodString;
2730
- port: zod.ZodString;
2731
- }, zod.core.$strip>;
2732
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2733
- }, zod.core.$strip>>>>;
2734
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2735
- dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2736
- pin: zod.ZodString;
2737
- port: zod.ZodString;
2738
- }, zod.core.$strip>>>>;
2739
- dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2740
- pin: zod.ZodString;
2741
- port: zod.ZodString;
2742
- }, zod.core.$strip>>>>;
2743
- dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2744
- name: zod.ZodString;
2745
- version: zod.ZodString;
2746
- }, zod.core.$strip>>>>;
2747
- connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2748
- source: zod.ZodObject<{
2749
- node: zod.ZodString;
2750
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2751
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2752
- }, zod.core.$strip>;
2753
- target: zod.ZodObject<{
2754
- node: zod.ZodString;
2755
- pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2756
- port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2757
- }, zod.core.$strip>;
2758
- }, zod.core.$strip>>>>;
2759
- constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2760
- value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2761
- }, zod.core.$strip>>>>;
2762
- inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2763
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2764
- }, zod.core.$strip>>>>;
2765
- layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2766
- name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2767
- outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2768
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2769
- }, zod.core.$strip>>>>;
2770
- variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2771
- access: zod.ZodEnum<{
2772
- None: "None";
2773
- Read: "Read";
2774
- Write: "Write";
2775
- }>;
2776
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2777
- }, zod.core.$strip>>>>;
2778
- }, zod.core.$strip>>;
2779
- activeFlowDefinitionId: zod.ZodString;
2780
- id: zod.ZodString;
2781
- triggers: zod.ZodArray<zod.ZodObject<{
2782
- dataSourceContainer: zod.ZodObject<{
2783
- dataSourceId: zod.ZodString;
2784
- id: zod.ZodString;
2785
- name: zod.ZodString;
2786
- path: zod.ZodString;
2787
- }, zod.core.$strip>;
2788
- flowId: zod.ZodString;
2789
- id: zod.ZodString;
2790
- inputName: zod.ZodString;
2791
- type: zod.ZodEnum<{
2792
- Periodic: "Periodic";
2793
- Container: "Container";
2794
- }>;
2795
- }, zod.core.$strip>>;
2796
- }, zod.core.$strip>>;
2797
- id: zod.ZodString;
2798
- modifiedAt: zod.ZodISODateTime;
2799
- modifiedByUserId: zod.ZodString;
2800
- name: zod.ZodString;
2801
- properties: zod.ZodArray<zod.ZodObject<{
2802
- description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2803
- isVector: zod.ZodBoolean;
2804
- name: zod.ZodString;
2805
- }, zod.core.$strip>>;
2806
- version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2807
- }, zod.core.$strip>>>>;
2808
- id: zod.ZodString;
2809
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2810
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2811
- name: zod.ZodString;
2812
- parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2813
- workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
2814
- id: zod.ZodString;
2815
- name: zod.ZodString;
2816
- }, zod.core.$strip>>>>;
2817
- }, zod.core.$strip>>;
2818
- favorited: zod.ZodBoolean;
2819
- firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2820
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2821
- inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2822
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2823
- }, zod.core.$strip>>;
2824
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2825
- modelConfigurations: zod.ZodArray<zod.ZodObject<{
2826
- frequencyPenalty: zod.ZodNumber;
2827
- model: zod.ZodObject<{
2828
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2829
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2830
- deployment: zod.ZodOptional<zod.ZodObject<{
2831
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2832
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2833
- detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2834
- dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2835
- id: zod.ZodString;
2836
- modelName: zod.ZodString;
2837
- providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2838
- providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2839
- region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2840
- status: zod.ZodEnum<{
2841
- Deploying: "Deploying";
2842
- Ready: "Ready";
2843
- Failed: "Failed";
2844
- Deleting: "Deleting";
2845
- Deleted: "Deleted";
2846
- }>;
2847
- statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2848
- statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2849
- steps: zod.ZodArray<zod.ZodObject<{
2850
- finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2851
- id: zod.ZodString;
2852
- index: zod.ZodNumber;
2853
- message: zod.ZodString;
2854
- name: zod.ZodEnum<{
2855
- DeployVNet: "DeployVNet";
2856
- DeployVM: "DeployVM";
2857
- InstallDependencies: "InstallDependencies";
2858
- DownloadModel: "DownloadModel";
2859
- TestModel: "TestModel";
2860
- }>;
2861
- progress: zod.ZodNumber;
2862
- startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2863
- }, zod.core.$strip>>;
2864
- url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2865
- virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
2866
- TextGenerationInference: "TextGenerationInference";
2867
- VLlm: "VLlm";
2868
- }>>;
2869
- virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2870
- vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2871
- }, zod.core.$strip>>;
2872
- displayName: zod.ZodString;
2873
- id: zod.ZodString;
2874
- modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2875
- OpenAi: "OpenAi";
2876
- AzureOpenAi: "AzureOpenAi";
2877
- HuggingFace: "HuggingFace";
2878
- Cohere: "Cohere";
2879
- Anthropic: "Anthropic";
2880
- Gemini: "Gemini";
2881
- VertexAi: "VertexAi";
2882
- AzureFoundry: "AzureFoundry";
2883
- }>>;
2884
- name: zod.ZodString;
2885
- properties: zod.ZodArray<zod.ZodObject<{
2886
- name: zod.ZodString;
2887
- type: zod.ZodEnum<{
2888
- Boolean: "Boolean";
2889
- Number: "Number";
2890
- String: "String";
2891
- }>;
2892
- }, zod.core.$strip>>;
2893
- }, zod.core.$strip>;
3371
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3372
+ OpenAi: "OpenAi";
3373
+ HuggingFace: "HuggingFace";
3374
+ Cohere: "Cohere";
3375
+ Anthropic: "Anthropic";
3376
+ Google: "Google";
3377
+ Meta: "Meta";
3378
+ Mistral: "Mistral";
3379
+ Microsoft: "Microsoft";
3380
+ DeepSeek: "DeepSeek";
3381
+ XAi: "XAi";
3382
+ Amazon: "Amazon";
3383
+ Qwen: "Qwen";
3384
+ Other: "Other";
3385
+ }>>;
3386
+ name: zod.ZodString;
3387
+ properties: zod.ZodArray<zod.ZodObject<{
3388
+ name: zod.ZodString;
3389
+ type: zod.ZodEnum<{
3390
+ Boolean: "Boolean";
3391
+ Number: "Number";
3392
+ String: "String";
3393
+ }>;
3394
+ }, zod.core.$strip>>;
3395
+ }, zod.core.$strip>;
3396
+ prePrompt: zod.ZodString;
3397
+ presencePenalty: zod.ZodNumber;
3398
+ role: zod.ZodEnum<{
3399
+ Document: "Document";
3400
+ Agent: "Agent";
3401
+ Analyzer: "Analyzer";
3402
+ }>;
3403
+ temperature: zod.ZodNumber;
3404
+ topP: zod.ZodNumber;
3405
+ }, zod.core.$strip>>;
3406
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3407
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3408
+ name: zod.ZodString;
3409
+ outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3410
+ sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3411
+ showSources: zod.ZodBoolean;
3412
+ summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3413
+ supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3414
+ tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3415
+ variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3416
+ access: zod.ZodEnum<{
3417
+ None: "None";
3418
+ Read: "Read";
3419
+ Write: "Write";
3420
+ }>;
3421
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3422
+ }, zod.core.$strip>>;
3423
+ }, zod.core.$strip>>;
3424
+ total: zod.ZodNumber;
3425
+ }, zod.core.$strip>;
3426
+ /**
3427
+ * @summary Creates a new workspace.
3428
+ */
3429
+ export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
3430
+ export declare const workSpacesPostBodyIdRegExp: RegExp;
3431
+ export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
3432
+ export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
3433
+ export declare const workSpacesPostBody: zod.ZodObject<{
3434
+ dataSpaces: zod.ZodArray<zod.ZodString>;
3435
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3436
+ modelConfigurations: zod.ZodArray<zod.ZodObject<{
3437
+ frequencyPenalty: zod.ZodNumber;
3438
+ modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3439
+ modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2894
3440
  prePrompt: zod.ZodString;
2895
3441
  presencePenalty: zod.ZodNumber;
2896
3442
  role: zod.ZodEnum<{
@@ -2900,34 +3446,19 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
2900
3446
  }>;
2901
3447
  temperature: zod.ZodNumber;
2902
3448
  topP: zod.ZodNumber;
2903
- }, zod.core.$strip>>;
2904
- modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2905
- modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3449
+ }, zod.core.$strict>>;
2906
3450
  name: zod.ZodString;
2907
- outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2908
- sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2909
- showSources: zod.ZodBoolean;
2910
- summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2911
- supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2912
- tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
2913
- variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2914
- access: zod.ZodEnum<{
2915
- None: "None";
2916
- Read: "Read";
2917
- Write: "Write";
2918
- }>;
2919
- schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2920
- }, zod.core.$strip>>;
2921
- }, zod.core.$strip>;
3451
+ templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3452
+ }, zod.core.$strict>;
2922
3453
  /**
2923
- * @summary Remove a particular workspace from SmartSpace, identified by its ID.
3454
+ * @summary Deletes a workspace by its ID.
2924
3455
  */
2925
3456
  export declare const workSpacesDeletePathIdRegExp: RegExp;
2926
3457
  export declare const workSpacesDeleteParams: zod.ZodObject<{
2927
3458
  id: zod.ZodString;
2928
3459
  }, zod.core.$strict>;
2929
3460
  /**
2930
- * @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
3461
+ * @summary Retrieves a workspace by its ID.
2931
3462
  */
2932
3463
  export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
2933
3464
  export declare const workSpacesGetIdParams: zod.ZodObject<{
@@ -3022,6 +3553,11 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3022
3553
  triggers: zod.ZodArray<zod.ZodObject<{
3023
3554
  dataSourceContainer: zod.ZodObject<{
3024
3555
  dataSourceId: zod.ZodString;
3556
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3557
+ operator: zod.ZodString;
3558
+ propertyName: zod.ZodString;
3559
+ value: zod.ZodString;
3560
+ }, zod.core.$strip>>>>;
3025
3561
  id: zod.ZodString;
3026
3562
  name: zod.ZodString;
3027
3563
  path: zod.ZodString;
@@ -3062,7 +3598,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3062
3598
  inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3063
3599
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3064
3600
  }, zod.core.$strip>>;
3065
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3066
3601
  modelConfigurations: zod.ZodArray<zod.ZodObject<{
3067
3602
  frequencyPenalty: zod.ZodNumber;
3068
3603
  model: zod.ZodObject<{
@@ -3122,6 +3657,21 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3122
3657
  VertexAi: "VertexAi";
3123
3658
  AzureFoundry: "AzureFoundry";
3124
3659
  }>>;
3660
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
3661
+ OpenAi: "OpenAi";
3662
+ HuggingFace: "HuggingFace";
3663
+ Cohere: "Cohere";
3664
+ Anthropic: "Anthropic";
3665
+ Google: "Google";
3666
+ Meta: "Meta";
3667
+ Mistral: "Mistral";
3668
+ Microsoft: "Microsoft";
3669
+ DeepSeek: "DeepSeek";
3670
+ XAi: "XAi";
3671
+ Amazon: "Amazon";
3672
+ Qwen: "Qwen";
3673
+ Other: "Other";
3674
+ }>>;
3125
3675
  name: zod.ZodString;
3126
3676
  properties: zod.ZodArray<zod.ZodObject<{
3127
3677
  name: zod.ZodString;
@@ -3160,8 +3710,34 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3160
3710
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3161
3711
  }, zod.core.$strip>>;
3162
3712
  }, zod.core.$strip>;
3713
+ export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
3714
+ export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
3715
+ id: zod.ZodString;
3716
+ }, zod.core.$strict>;
3717
+ export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
3718
+ id: zod.ZodString;
3719
+ isAdmin: zod.ZodBoolean;
3720
+ name: zod.ZodString;
3721
+ }, zod.core.$strip>;
3722
+ export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
3723
+ id: zod.ZodString;
3724
+ isAdmin: zod.ZodBoolean;
3725
+ name: zod.ZodString;
3726
+ }, zod.core.$strip>>;
3727
+ export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
3728
+ export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
3729
+ export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
3730
+ id: zod.ZodString;
3731
+ userId: zod.ZodString;
3732
+ }, zod.core.$strict>;
3733
+ export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
3734
+ export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
3735
+ export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
3736
+ id: zod.ZodString;
3737
+ userId: zod.ZodString;
3738
+ }, zod.core.$strict>;
3163
3739
  /**
3164
- * @summary Update basic information of a specific workspace in SmartSpace, such as name and summary, using the workspace's ID.
3740
+ * @summary Updates the basic information of a workspace.
3165
3741
  */
3166
3742
  export declare const workSpacesPutPathIdRegExp: RegExp;
3167
3743
  export declare const workSpacesPutParams: zod.ZodObject<{
@@ -3176,7 +3752,15 @@ export declare const workSpacesPutBody: zod.ZodObject<{
3176
3752
  tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3177
3753
  }, zod.core.$strict>;
3178
3754
  /**
3179
- * @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
3755
+ * @summary Marks a workspace as favorited or not for the active user.
3756
+ */
3757
+ export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
3758
+ export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
3759
+ id: zod.ZodString;
3760
+ }, zod.core.$strict>;
3761
+ export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
3762
+ /**
3763
+ * @summary Retrieves message threads for a workspace.
3180
3764
  */
3181
3765
  export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
3182
3766
  export declare const workSpacesGetThreadsParams: zod.ZodObject<{
@@ -3209,10 +3793,22 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3209
3793
  total: zod.ZodNumber;
3210
3794
  }, zod.core.$strip>;
3211
3795
  /**
3212
- * @summary Configure AI models for a specific role within a workspace in SmartSpace, identified by workspaceId and role.
3796
+ * @summary Deletes the model configuration for a specific workspace and role.
3797
+ */
3798
+ export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
3799
+ export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
3800
+ id: zod.ZodString;
3801
+ role: zod.ZodEnum<{
3802
+ Document: "Document";
3803
+ Agent: "Agent";
3804
+ Analyzer: "Analyzer";
3805
+ }>;
3806
+ }, zod.core.$strict>;
3807
+ /**
3808
+ * @summary Updates the model configuration for a specific workspace and role.
3213
3809
  */
3214
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePathIdRegExpOne: RegExp;
3215
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleParams: zod.ZodObject<{
3810
+ export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
3811
+ export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
3216
3812
  id: zod.ZodString;
3217
3813
  role: zod.ZodEnum<{
3218
3814
  Document: "Document";
@@ -3220,8 +3816,8 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePara
3220
3816
  Analyzer: "Analyzer";
3221
3817
  }>;
3222
3818
  }, zod.core.$strict>;
3223
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBodyModelIdRegExp: RegExp;
3224
- export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody: zod.ZodObject<{
3819
+ export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
3820
+ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3225
3821
  frequencyPenalty: zod.ZodNumber;
3226
3822
  modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3227
3823
  modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3236,7 +3832,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody
3236
3832
  topP: zod.ZodNumber;
3237
3833
  }, zod.core.$strict>;
3238
3834
  /**
3239
- * @summary Detach a specific dataspace from a workspace in SmartSpace, identified by both workspaceId and dataspaceId.
3835
+ * @summary Removes a data space from a workspace.
3240
3836
  */
3241
3837
  export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
3242
3838
  export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
@@ -3245,7 +3841,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
3245
3841
  dataspaceId: zod.ZodString;
3246
3842
  }, zod.core.$strict>;
3247
3843
  /**
3248
- * @summary Link a specific dataspace to a workspace in SmartSpace, using both workspaceId and dataspaceId.
3844
+ * @summary Adds a data space to a workspace.
3249
3845
  */
3250
3846
  export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
3251
3847
  export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
@@ -3254,19 +3850,64 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
3254
3850
  dataspaceId: zod.ZodString;
3255
3851
  }, zod.core.$strict>;
3256
3852
  /**
3257
- * @summary Uploads a list of files directly to the workspace
3853
+ * @summary Gets a list of all the files that are uploaded directly to the workspace.
3854
+ */
3855
+ export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3856
+ export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
3857
+ workspaceId: zod.ZodString;
3858
+ }, zod.core.$strict>;
3859
+ export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
3860
+ export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
3861
+ export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
3862
+ take: zod.ZodDefault<zod.ZodNumber>;
3863
+ skip: zod.ZodOptional<zod.ZodNumber>;
3864
+ }, zod.core.$strict>;
3865
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
3866
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
3867
+ export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
3868
+ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
3869
+ data: zod.ZodArray<zod.ZodObject<{
3870
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3871
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3872
+ createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3873
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3874
+ file: zod.ZodOptional<zod.ZodObject<{
3875
+ createdAt: zod.ZodISODateTime;
3876
+ createdByUserId: zod.ZodString;
3877
+ id: zod.ZodString;
3878
+ modifiedAt: zod.ZodISODateTime;
3879
+ modifiedByUserId: zod.ZodString;
3880
+ name: zod.ZodString;
3881
+ size: zod.ZodNumber;
3882
+ threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3883
+ workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3884
+ }, zod.core.$strip>>;
3885
+ flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3886
+ id: zod.ZodString;
3887
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3888
+ modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3889
+ status: zod.ZodEnum<{
3890
+ Uploaded: "Uploaded";
3891
+ Ingested: "Ingested";
3892
+ Ingesting: "Ingesting";
3893
+ }>;
3894
+ }, zod.core.$strip>>;
3895
+ total: zod.ZodNumber;
3896
+ }, zod.core.$strip>;
3897
+ /**
3898
+ * @summary Uploads a list of files directly to the workspace.
3258
3899
  */
3259
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesPathWorkspaceIdRegExpOne: RegExp;
3260
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesParams: zod.ZodObject<{
3900
+ export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
3901
+ export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
3261
3902
  workspaceId: zod.ZodString;
3262
3903
  }, zod.core.$strict>;
3263
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesBody: zod.ZodObject<{
3904
+ export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
3264
3905
  files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
3265
3906
  }, zod.core.$strict>;
3266
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileIdRegExp: RegExp;
3267
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileThreadIdRegExp: RegExp;
3268
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseFileWorkspaceIdRegExp: RegExp;
3269
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.ZodObject<{
3907
+ export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
3908
+ export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
3909
+ export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
3910
+ export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
3270
3911
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3271
3912
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3272
3913
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3292,7 +3933,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.Z
3292
3933
  Ingesting: "Ingesting";
3293
3934
  }>;
3294
3935
  }, zod.core.$strip>;
3295
- export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodArray<zod.ZodObject<{
3936
+ export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
3296
3937
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3297
3938
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3298
3939
  createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -3319,7 +3960,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodAr
3319
3960
  }>;
3320
3961
  }, zod.core.$strip>>;
3321
3962
  /**
3322
- * @summary Removes a file form the workspace and the ingested content
3963
+ * @summary Removes a file from the workspace and the ingested content.
3323
3964
  */
3324
3965
  export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
3325
3966
  export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
@@ -3327,14 +3968,72 @@ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
3327
3968
  workspaceId: zod.ZodString;
3328
3969
  fileId: zod.ZodString;
3329
3970
  }, zod.core.$strict>;
3971
+ export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
3972
+ export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
3973
+ workspaceId: zod.ZodString;
3974
+ }, zod.core.$strict>;
3975
+ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3976
+ blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3977
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3978
+ target: zod.ZodObject<{
3979
+ pin: zod.ZodString;
3980
+ port: zod.ZodString;
3981
+ }, zod.core.$strip>;
3982
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3983
+ }, zod.core.$strip>>>>;
3984
+ description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3985
+ dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3986
+ pin: zod.ZodString;
3987
+ port: zod.ZodString;
3988
+ }, zod.core.$strip>>>>;
3989
+ dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3990
+ pin: zod.ZodString;
3991
+ port: zod.ZodString;
3992
+ }, zod.core.$strip>>>>;
3993
+ dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3994
+ name: zod.ZodString;
3995
+ version: zod.ZodString;
3996
+ }, zod.core.$strip>>>>;
3997
+ connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3998
+ source: zod.ZodObject<{
3999
+ node: zod.ZodString;
4000
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4001
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4002
+ }, zod.core.$strip>;
4003
+ target: zod.ZodObject<{
4004
+ node: zod.ZodString;
4005
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4006
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4007
+ }, zod.core.$strip>;
4008
+ }, zod.core.$strip>>>>;
4009
+ constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4010
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4011
+ }, zod.core.$strip>>>>;
4012
+ inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4013
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4014
+ }, zod.core.$strip>>>>;
4015
+ layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4016
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4017
+ outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4018
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4019
+ }, zod.core.$strip>>>>;
4020
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4021
+ access: zod.ZodEnum<{
4022
+ None: "None";
4023
+ Read: "Read";
4024
+ Write: "Write";
4025
+ }>;
4026
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
4027
+ }, zod.core.$strip>>>>;
4028
+ }, zod.core.$strip>;
3330
4029
  /**
3331
- * @summary Creates a flow
4030
+ * @summary Sets the active flow definition for a workspace.
3332
4031
  */
3333
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActivePathWorkspaceIdRegExpOne: RegExp;
3334
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveParams: zod.ZodObject<{
4032
+ export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
4033
+ export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
3335
4034
  workspaceId: zod.ZodString;
3336
4035
  }, zod.core.$strict>;
3337
- export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodObject<{
4036
+ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
3338
4037
  blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3339
4038
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3340
4039
  target: zod.ZodObject<{
@@ -3389,23 +4088,13 @@ export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodO
3389
4088
  }, zod.core.$strict>>>>;
3390
4089
  }, zod.core.$strict>;
3391
4090
  /**
3392
- * @summary Updates the the layout of blocks for the flowdefintion
4091
+ * @summary Updates the layout of blocks for the active flow definition.
3393
4092
  */
3394
4093
  export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
3395
4094
  export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
3396
4095
  workspaceId: zod.ZodString;
3397
4096
  }, zod.core.$strict>;
3398
4097
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
3399
- /**
3400
- * @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
3401
- */
3402
- export declare const workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp: RegExp;
3403
- export declare const workSpacesUpdatePromptResponseFlagParams: zod.ZodObject<{
3404
- workspaceId: zod.ZodString;
3405
- }, zod.core.$strict>;
3406
- export declare const workSpacesUpdatePromptResponseFlagQueryParams: zod.ZodObject<{
3407
- isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
3408
- }, zod.core.$strict>;
3409
4098
  /**
3410
4099
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
3411
4100
  */
@@ -3580,20 +4269,150 @@ export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
3580
4269
  export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
3581
4270
  workspaceId: zod.ZodString;
3582
4271
  }, zod.core.$strict>;
4272
+ /**
4273
+ * @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
4274
+ */
4275
+ export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
4276
+ export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
4277
+ workspaceId: zod.ZodString;
4278
+ }, zod.core.$strict>;
4279
+ export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
4280
+ export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
4281
+ export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
4282
+ take: zod.ZodDefault<zod.ZodNumber>;
4283
+ skip: zod.ZodOptional<zod.ZodNumber>;
4284
+ }, zod.core.$strict>;
4285
+ export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
4286
+ export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4287
+ export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
4288
+ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4289
+ createdAt: zod.ZodISODateTime;
4290
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4291
+ createdByUserId: zod.ZodString;
4292
+ errors: zod.ZodArray<zod.ZodObject<{
4293
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4294
+ code: zod.ZodNumber;
4295
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4296
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4297
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4298
+ }, zod.core.$strip>>;
4299
+ hasComments: zod.ZodBoolean;
4300
+ id: zod.ZodString;
4301
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4302
+ values: zod.ZodArray<zod.ZodObject<{
4303
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4304
+ createdAt: zod.ZodISODateTime;
4305
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4306
+ createdByUserId: zod.ZodString;
4307
+ id: zod.ZodString;
4308
+ name: zod.ZodString;
4309
+ type: zod.ZodEnum<{
4310
+ Input: "Input";
4311
+ Output: "Output";
4312
+ }>;
4313
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4314
+ }, zod.core.$strip>>;
4315
+ }, zod.core.$strip>;
4316
+ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
4317
+ createdAt: zod.ZodISODateTime;
4318
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4319
+ createdByUserId: zod.ZodString;
4320
+ errors: zod.ZodArray<zod.ZodObject<{
4321
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4322
+ code: zod.ZodNumber;
4323
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4324
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4325
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4326
+ }, zod.core.$strip>>;
4327
+ hasComments: zod.ZodBoolean;
4328
+ id: zod.ZodString;
4329
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4330
+ values: zod.ZodArray<zod.ZodObject<{
4331
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4332
+ createdAt: zod.ZodISODateTime;
4333
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4334
+ createdByUserId: zod.ZodString;
4335
+ id: zod.ZodString;
4336
+ name: zod.ZodString;
4337
+ type: zod.ZodEnum<{
4338
+ Input: "Input";
4339
+ Output: "Output";
4340
+ }>;
4341
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4342
+ }, zod.core.$strip>>;
4343
+ }, zod.core.$strip>>;
3583
4344
  /**
3584
4345
  * @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
4346
+ Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
4347
+ continues in a background task with deltas streaming via
4348
+ `/workspaces/{workspaceId}/sandbox/messages/stream` and a
4349
+ SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
4350
+ should subscribe to the SSE endpoint for live token-by-token updates.
3585
4351
  */
3586
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesPathWorkspaceIdRegExpOne: RegExp;
3587
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams: zod.ZodObject<{
4352
+ export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
4353
+ export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
3588
4354
  workspaceId: zod.ZodString;
3589
4355
  }, zod.core.$strict>;
3590
- export declare const sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesBody: zod.ZodObject<{
4356
+ export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
3591
4357
  inputs: zod.ZodArray<zod.ZodObject<{
3592
4358
  channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
3593
4359
  name: zod.ZodString;
3594
4360
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3595
4361
  }, zod.core.$strict>>;
4362
+ variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
4363
+ }, zod.core.$strict>;
4364
+ export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
4365
+ export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
4366
+ export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
4367
+ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4368
+ createdAt: zod.ZodISODateTime;
4369
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4370
+ createdByUserId: zod.ZodString;
4371
+ errors: zod.ZodArray<zod.ZodObject<{
4372
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4373
+ code: zod.ZodNumber;
4374
+ data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4375
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4376
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4377
+ }, zod.core.$strip>>;
4378
+ hasComments: zod.ZodBoolean;
4379
+ id: zod.ZodString;
4380
+ messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4381
+ values: zod.ZodArray<zod.ZodObject<{
4382
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
4383
+ createdAt: zod.ZodISODateTime;
4384
+ createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4385
+ createdByUserId: zod.ZodString;
4386
+ id: zod.ZodString;
4387
+ name: zod.ZodString;
4388
+ type: zod.ZodEnum<{
4389
+ Input: "Input";
4390
+ Output: "Output";
4391
+ }>;
4392
+ value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4393
+ }, zod.core.$strip>>;
4394
+ }, zod.core.$strip>;
4395
+ /**
4396
+ * @summary SSE stream of all messages on the workspace's sandbox thread. First
4397
+ frame is a snapshot (current messages with in-flight Redis state
4398
+ already overlaid by `GetMessagesByThreadIdAsync`); subsequent
4399
+ frames are per-message chunk updates as they arrive. Cumulative
4400
+ deltas mean reconnect is just "re-open" — no cursor handshake.
4401
+ Mirrors the ChatApi pattern at
4402
+ `GET /messagethreads/{id}/messages/stream`.
4403
+ */
4404
+ export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
4405
+ export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
4406
+ workspaceId: zod.ZodString;
3596
4407
  }, zod.core.$strict>;
4408
+ /**
4409
+ * @summary Append a new input value to an in-flight sandbox message and stream
4410
+ successive snapshots back to the client. Each frame is a full
4411
+ SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
4412
+ should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
4413
+ (NDJSON / SSE), with the final frame being the authoritative completed
4414
+ message. Mirrors the chat-api `POST /messages/{id}/values`.
4415
+ */
3597
4416
  export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
3598
4417
  export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
3599
4418
  export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{