@smartspace/api-client 0.1.0-dev.7e0ae34 → 0.1.0-dev.80ce026

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 (254) hide show
  1. package/dist/generated/chat/api.d.ts +9 -11
  2. package/dist/generated/chat/api.js +9 -16
  3. package/dist/generated/chat/models/{access.d.ts → accessAccess.d.ts} +1 -1
  4. package/dist/generated/chat/models/commentComment.d.ts +10 -3
  5. package/dist/generated/chat/models/commentComment.js +0 -6
  6. package/dist/generated/chat/models/commentCommentSummary.d.ts +2 -2
  7. package/dist/generated/chat/models/{createComment.d.ts → commentCreateComment.d.ts} +1 -1
  8. package/dist/generated/chat/models/dataSet.d.ts +2 -2
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
  10. package/dist/generated/chat/models/dataSourceContainer.js +0 -6
  11. package/dist/generated/chat/models/{flowInput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
  12. package/dist/generated/chat/models/filesDownloadFileParams.d.ts +0 -2
  13. package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
  14. package/dist/generated/chat/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
  15. package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
  16. package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  17. package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  18. package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  19. package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
  20. package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  21. package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
  22. package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  23. package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
  24. package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  25. package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  26. package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  27. package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
  28. package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
  29. package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  30. package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
  31. package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  32. package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  33. package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  34. package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  35. package/dist/generated/chat/models/index.d.ts +28 -27
  36. package/dist/generated/chat/models/index.js +28 -27
  37. package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
  38. package/dist/generated/chat/models/mentionsMention.js +8 -0
  39. package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
  40. package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
  41. package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
  42. package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +2 -2
  43. package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +2 -2
  44. package/dist/generated/chat/zod.d.ts +37 -21
  45. package/dist/generated/chat/zod.js +49 -33
  46. package/dist/generated/config/api.d.ts +48 -26
  47. package/dist/generated/config/api.js +126 -28
  48. package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
  49. package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
  50. package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
  51. package/dist/generated/config/models/accessGetGroupsParams.d.ts +0 -9
  52. package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +0 -9
  53. package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +0 -13
  54. package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
  55. package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
  56. package/dist/generated/config/models/activityExportLoggingsParams.d.ts +0 -10
  57. package/dist/generated/config/models/activityGetLoggingParams.d.ts +0 -16
  58. package/dist/generated/config/models/{createModel.d.ts → aiCreateModel.d.ts} +3 -3
  59. package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts} +3 -3
  60. package/dist/generated/config/models/{createModelDeploymentProvider.d.ts → aiCreateModelDeploymentProvider.d.ts} +3 -3
  61. package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.d.ts → aiCreateModelDeploymentProviderGoogleCredentials.d.ts} +1 -1
  62. package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
  63. package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
  64. package/dist/generated/config/models/{flowDataSpace.d.ts → blocksUsedInWorkspaceRef.d.ts} +1 -3
  65. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
  66. package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
  67. package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
  68. package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
  69. package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
  70. package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
  71. package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
  72. package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
  73. package/dist/generated/config/models/dataSet.d.ts +2 -2
  74. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
  75. package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
  76. package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
  77. package/dist/generated/config/models/dataSourceContainer.js +0 -6
  78. package/dist/generated/config/models/{flowInput.d.ts → dataSourcesContainerFilter.d.ts} +4 -3
  79. package/dist/generated/config/models/{flowOutput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
  80. package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
  81. package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
  82. package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
  83. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
  84. package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
  85. package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
  86. package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -0
  87. package/dist/generated/config/models/draftsDraft.d.ts +17 -0
  88. package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
  89. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +9 -0
  90. package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
  91. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  92. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  93. package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
  94. package/dist/generated/config/models/{flowConstant.d.ts → draftsSaveDraftRequest.d.ts} +3 -3
  95. package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
  96. package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
  97. package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
  98. package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
  99. package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
  100. package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
  101. package/dist/generated/config/models/filesAddMessageFileFromBlobUri.js +8 -0
  102. package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
  103. package/dist/generated/config/models/filesCreateFileFromBlobUri.js +8 -0
  104. package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
  105. package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
  106. package/dist/generated/config/models/filesFile.js +8 -0
  107. package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
  108. package/dist/generated/config/models/filesFileUriResponse.js +8 -0
  109. package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
  110. package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
  111. package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
  112. package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  113. package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  114. package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  115. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  116. package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  117. package/dist/generated/config/models/flowsFlowConstantValue.js +8 -0
  118. package/dist/generated/config/models/{flowDataSet.d.ts → flowsFlowDataSet.d.ts} +1 -1
  119. package/dist/generated/config/models/flowsFlowDataSpace.d.ts +13 -0
  120. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  121. package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  122. package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
  123. package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  124. package/dist/generated/config/models/{flowDefinitionLayout.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  125. package/dist/generated/config/models/flowsFlowDefinitionLayout.js +8 -0
  126. package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  127. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  128. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  129. package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  130. package/dist/generated/config/models/flowsFlowInputSchema.js +8 -0
  131. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  132. package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  133. package/dist/generated/config/models/flowsFlowOutputSchema.js +8 -0
  134. package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
  135. package/dist/generated/config/models/flowsFlowRun.js +2 -0
  136. package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  137. package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
  138. package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  139. package/dist/generated/config/models/flowsFlowVariable.js +2 -0
  140. package/dist/generated/config/models/{flowVariableSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  141. package/dist/generated/config/models/flowsFlowVariableSchema.js +8 -0
  142. package/dist/generated/config/models/{flowWorkSpace.d.ts → flowsFlowWorkSpace.d.ts} +3 -3
  143. package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
  144. package/dist/generated/config/models/index.d.ts +68 -42
  145. package/dist/generated/config/models/index.js +68 -42
  146. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  147. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  148. package/dist/generated/config/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
  149. package/dist/generated/config/models/notificationsNotification.js +2 -0
  150. package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
  151. package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
  152. package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
  153. package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
  154. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
  155. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
  156. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
  157. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.js +2 -0
  158. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
  159. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
  160. package/dist/generated/config/models/{usersAppUser.d.ts → usersAppAccessUser.d.ts} +2 -2
  161. package/dist/generated/config/models/usersAppAccessUser.js +8 -0
  162. package/dist/generated/config/models/workSpacesGetGetParams.d.ts +2 -0
  163. package/dist/generated/config/models/workSpacesWorkSpaceInputs.d.ts +2 -2
  164. package/dist/generated/config/models/workSpacesWorkSpaceVariables.d.ts +2 -2
  165. package/dist/generated/config/zod.d.ts +486 -77
  166. package/dist/generated/config/zod.js +409 -107
  167. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +4 -10
  168. package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +0 -3
  169. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
  170. package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.js +5 -0
  171. package/dist/signalr.d.ts +2 -1
  172. package/package.json +1 -1
  173. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  174. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  175. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  176. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  177. package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
  178. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  179. package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
  180. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  181. package/dist/generated/config/models/flowRun.d.ts +0 -18
  182. package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
  183. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
  184. package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
  185. package/dist/generated/config/models/pagedDataCollectionUsersAppUser.d.ts +0 -11
  186. /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
  187. /package/dist/generated/chat/models/{commentMentionedUser.js → commentCreateComment.js} +0 -0
  188. /package/dist/generated/chat/models/{createComment.js → dataSourcesContainerFilterModel.js} +0 -0
  189. /package/dist/generated/chat/models/{file.js → filesFile.js} +0 -0
  190. /package/dist/generated/chat/models/{fileUriResponse.js → filesFileUriResponse.js} +0 -0
  191. /package/dist/generated/chat/models/{connection.js → flowsConnection.js} +0 -0
  192. /package/dist/generated/chat/models/{flow.js → flowsFlow.js} +0 -0
  193. /package/dist/generated/chat/models/{flowBlock.js → flowsFlowBlock.js} +0 -0
  194. /package/dist/generated/chat/models/{flowConstant.js → flowsFlowConstant.js} +0 -0
  195. /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
  196. /package/dist/generated/chat/models/{flowDefinition.js → flowsFlowDefinition.js} +0 -0
  197. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsFlowDefinitionBlocks.js} +0 -0
  198. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlowDefinitionConstants.js} +0 -0
  199. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowDefinitionInputs.js} +0 -0
  200. /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
  201. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  202. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinitionVariables.js} +0 -0
  203. /package/dist/generated/chat/models/{flowInput.js → flowsFlowInput.js} +0 -0
  204. /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
  205. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowOutput.js} +0 -0
  206. /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
  207. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowTrigger.js} +0 -0
  208. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowVariable.js} +0 -0
  209. /package/dist/generated/chat/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
  210. /package/dist/generated/chat/models/{notificationNotification.js → notificationsNotification.js} +0 -0
  211. /package/dist/generated/chat/models/{notificationPagedNotifications.js → notificationsPagedNotifications.js} +0 -0
  212. /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → pagedDataCollectionAccessAccess.js} +0 -0
  213. /package/dist/generated/config/models/{access.js → accessAccess.js} +0 -0
  214. /package/dist/generated/config/models/{accessWorkSpace.js → accessAccessWorkSpace.js} +0 -0
  215. /package/dist/generated/config/models/{activityActivityWorkSpace.js → accessCreateAccess.js} +0 -0
  216. /package/dist/generated/config/models/{connection.js → activitiesActivityWorkSpace.js} +0 -0
  217. /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
  218. /package/dist/generated/config/models/{createModel.js → aiCreateModel.js} +0 -0
  219. /package/dist/generated/config/models/{createModelDeployment.js → aiCreateModelDeployment.js} +0 -0
  220. /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiCreateModelDeploymentProvider.js} +0 -0
  221. /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
  222. /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blocksUsedInWorkspaceRef.js} +0 -0
  223. /package/dist/generated/config/models/{flow.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
  224. /package/dist/generated/config/models/{file.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
  225. /package/dist/generated/config/models/{flowBlock.js → coreManagementInstallParameterModel.js} +0 -0
  226. /package/dist/generated/config/models/{fileUriResponse.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
  227. /package/dist/generated/config/models/{flowConstantValue.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
  228. /package/dist/generated/config/models/{flowDefinitionLayout.js → coreManagementUpsertInstallParameterModel.js} +0 -0
  229. /package/dist/generated/config/models/{flowInputSchema.js → dataSourcesContainerFilter.js} +0 -0
  230. /package/dist/generated/config/models/{flowOutputSchema.js → dataSourcesContainerFilterModel.js} +0 -0
  231. /package/dist/generated/config/models/{flowConstant.js → dataSourcesContainerPreviewResultModel.js} +0 -0
  232. /package/dist/generated/config/models/{flowVariableSchema.js → dataSourcesContainerPreviewResultModelSamplesItem.js} +0 -0
  233. /package/dist/generated/config/models/{usersAppUser.js → dataSourcesContainerSchemaParams.js} +0 -0
  234. /package/dist/generated/config/models/{flowDataSet.js → dataSourcesPreviewContainerRequest.js} +0 -0
  235. /package/dist/generated/config/models/{flowDataSpace.js → draftsDraft.js} +0 -0
  236. /package/dist/generated/config/models/{flowDefinition.js → draftsDraftBlockInterfaces.js} +0 -0
  237. /package/dist/generated/config/models/{flowDefinitionBlocks.js → draftsPublishDraftResponse.js} +0 -0
  238. /package/dist/generated/config/models/{flowDefinitionConstants.js → draftsSaveDraftResponse.js} +0 -0
  239. /package/dist/generated/config/models/{flowDefinitionInputs.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
  240. /package/dist/generated/config/models/{flowDefinitionOutputs.js → filesIngestedBlob.js} +0 -0
  241. /package/dist/generated/config/models/{flowDefinitionVariables.js → flowsConnection.js} +0 -0
  242. /package/dist/generated/config/models/{flowInput.js → flowsFlow.js} +0 -0
  243. /package/dist/generated/config/models/{flowOutput.js → flowsFlowBlock.js} +0 -0
  244. /package/dist/generated/config/models/{flowRun.js → flowsFlowConstant.js} +0 -0
  245. /package/dist/generated/config/models/{flowTrigger.js → flowsFlowDataSet.js} +0 -0
  246. /package/dist/generated/config/models/{flowVariable.js → flowsFlowDataSpace.js} +0 -0
  247. /package/dist/generated/config/models/{flowWorkSpace.js → flowsFlowDefinition.js} +0 -0
  248. /package/dist/generated/config/models/{ingestedBlob.js → flowsFlowDefinitionBlocks.js} +0 -0
  249. /package/dist/generated/config/models/{notificationNotification.js → flowsFlowDefinitionConstants.js} +0 -0
  250. /package/dist/generated/config/models/{notificationPagedNotifications.js → flowsFlowDefinitionInputs.js} +0 -0
  251. /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsFlowDefinitionOutputs.js} +0 -0
  252. /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlowDefinitionVariables.js} +0 -0
  253. /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → flowsFlowInput.js} +0 -0
  254. /package/dist/generated/config/models/{pagedDataCollectionUsersAppUser.js → flowsFlowOutput.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
65
  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>>;
66
+ workSpaceId: zod.ZodString;
81
67
  }, 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
- 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>;
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<{
@@ -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;
@@ -364,6 +320,7 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
364
320
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
365
321
  }, zod.core.$strict>;
366
322
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
323
+ export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
367
324
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
368
325
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
369
326
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
@@ -425,6 +382,7 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
425
382
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
426
383
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
427
384
  id: zod.ZodString;
385
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
428
386
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
429
387
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
430
388
  type: zod.ZodEnum<{
@@ -432,6 +390,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
432
390
  Custom: "Custom";
433
391
  Debug: "Debug";
434
392
  }>;
393
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
+ id: zod.ZodString;
395
+ name: zod.ZodString;
396
+ }, zod.core.$strip>>;
435
397
  }, zod.core.$strip>;
436
398
  export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
437
399
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -494,6 +456,7 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
494
456
  connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
495
457
  createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
496
458
  id: zod.ZodString;
459
+ modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
497
460
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
498
461
  sourceCodeUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
499
462
  type: zod.ZodEnum<{
@@ -501,7 +464,23 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
501
464
  Custom: "Custom";
502
465
  Debug: "Debug";
503
466
  }>;
467
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
+ id: zod.ZodString;
469
+ name: zod.ZodString;
470
+ }, zod.core.$strip>>;
504
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>;
505
484
  /**
506
485
  * @summary Deletes an existing custom block set.
507
486
  */
@@ -522,6 +501,7 @@ export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
522
501
  */
523
502
  export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
524
503
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
504
+ onBehalfOfUserId: zod.ZodOptional<zod.ZodString>;
525
505
  }, zod.core.$strict>;
526
506
  export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
527
507
  export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -594,6 +574,21 @@ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.Z
594
574
  }>;
595
575
  version: zod.ZodString;
596
576
  }, zod.core.$strip>>>;
577
+ /**
578
+ * @summary Get the Python source of a native/SDK block — used by the custom-blocks
579
+ page as a starting scaffold when creating a draft. Admin-only (the
580
+ attribute must be method-level: the Admin policy handler ignores
581
+ class-level `[AuthorizeAdmin]`).
582
+ */
583
+ export declare const blocksGetBlockSourceParams: zod.ZodObject<{
584
+ name: zod.ZodString;
585
+ version: zod.ZodString;
586
+ }, zod.core.$strict>;
587
+ export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
588
+ code: zod.ZodString;
589
+ name: zod.ZodString;
590
+ version: zod.ZodString;
591
+ }, zod.core.$strip>;
597
592
  /**
598
593
  * @summary Manually trigger reingestion of a specific container item.
599
594
  */
@@ -623,6 +618,7 @@ export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVe
623
618
  export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
624
619
  export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
625
620
  export declare const containersPostResponseItem: zod.ZodObject<{
621
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
626
622
  dataSet: zod.ZodOptional<zod.ZodObject<{
627
623
  id: zod.ZodString;
628
624
  name: zod.ZodString;
@@ -694,6 +690,11 @@ export declare const containersPostResponseItem: zod.ZodObject<{
694
690
  triggers: zod.ZodArray<zod.ZodObject<{
695
691
  dataSourceContainer: zod.ZodObject<{
696
692
  dataSourceId: zod.ZodString;
693
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
694
+ operator: zod.ZodString;
695
+ propertyName: zod.ZodString;
696
+ value: zod.ZodString;
697
+ }, zod.core.$strip>>>>;
697
698
  id: zod.ZodString;
698
699
  name: zod.ZodString;
699
700
  path: zod.ZodString;
@@ -730,6 +731,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
730
731
  }, zod.core.$strip>>;
731
732
  }, zod.core.$strip>;
732
733
  export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
734
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
733
735
  dataSet: zod.ZodOptional<zod.ZodObject<{
734
736
  id: zod.ZodString;
735
737
  name: zod.ZodString;
@@ -801,6 +803,11 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
801
803
  triggers: zod.ZodArray<zod.ZodObject<{
802
804
  dataSourceContainer: zod.ZodObject<{
803
805
  dataSourceId: zod.ZodString;
806
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
807
+ operator: zod.ZodString;
808
+ propertyName: zod.ZodString;
809
+ value: zod.ZodString;
810
+ }, zod.core.$strip>>>>;
804
811
  id: zod.ZodString;
805
812
  name: zod.ZodString;
806
813
  path: zod.ZodString;
@@ -933,6 +940,11 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
933
940
  export declare const dataSetsPutBody: zod.ZodObject<{
934
941
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
935
942
  dataSourceId: zod.ZodString;
943
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
944
+ operator: zod.ZodString;
945
+ propertyName: zod.ZodString;
946
+ value: zod.ZodString;
947
+ }, zod.core.$strict>>>>;
936
948
  path: zod.ZodString;
937
949
  }, zod.core.$strict>>>>;
938
950
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1212,6 +1224,11 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1212
1224
  }, zod.core.$strict>;
1213
1225
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1214
1226
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1227
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1228
+ operator: zod.ZodString;
1229
+ propertyName: zod.ZodString;
1230
+ value: zod.ZodString;
1231
+ }, zod.core.$strip>>>>;
1215
1232
  name: zod.ZodString;
1216
1233
  path: zod.ZodString;
1217
1234
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1221,6 +1238,11 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1221
1238
  }, zod.core.$strip>;
1222
1239
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1223
1240
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1241
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1242
+ operator: zod.ZodString;
1243
+ propertyName: zod.ZodString;
1244
+ value: zod.ZodString;
1245
+ }, zod.core.$strip>>>>;
1224
1246
  name: zod.ZodString;
1225
1247
  path: zod.ZodString;
1226
1248
  properties: zod.ZodArray<zod.ZodObject<{
@@ -1242,7 +1264,7 @@ export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
1242
1264
  statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1243
1265
  }, zod.core.$strip>;
1244
1266
  /**
1245
- * @summary Obtain a list of all data sources configured in SmartSpace, with optional pagination options take and skip.
1267
+ * @summary Retrieves a collection of data sources.
1246
1268
  */
1247
1269
  export declare const dataSourcesGetQueryTakeDefault = 20;
1248
1270
  export declare const dataSourcesGetQuerySkipDefault = 0;
@@ -1250,6 +1272,8 @@ export declare const dataSourcesGetQueryParams: zod.ZodObject<{
1250
1272
  take: zod.ZodDefault<zod.ZodNumber>;
1251
1273
  skip: zod.ZodOptional<zod.ZodNumber>;
1252
1274
  search: zod.ZodOptional<zod.ZodString>;
1275
+ sortBy: zod.ZodOptional<zod.ZodString>;
1276
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1253
1277
  }, zod.core.$strict>;
1254
1278
  export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
1255
1279
  export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
@@ -1258,6 +1282,11 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1258
1282
  data: zod.ZodArray<zod.ZodObject<{
1259
1283
  containers: zod.ZodArray<zod.ZodObject<{
1260
1284
  dataSourceId: zod.ZodString;
1285
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1286
+ operator: zod.ZodString;
1287
+ propertyName: zod.ZodString;
1288
+ value: zod.ZodString;
1289
+ }, zod.core.$strip>>>>;
1261
1290
  id: zod.ZodString;
1262
1291
  name: zod.ZodString;
1263
1292
  path: zod.ZodString;
@@ -1313,6 +1342,11 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1313
1342
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1314
1343
  containers: zod.ZodArray<zod.ZodObject<{
1315
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>>>>;
1316
1350
  id: zod.ZodString;
1317
1351
  name: zod.ZodString;
1318
1352
  path: zod.ZodString;
@@ -1371,16 +1405,58 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1371
1405
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1372
1406
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1373
1407
  dataSourceId: zod.ZodString;
1408
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1409
+ operator: zod.ZodString;
1410
+ propertyName: zod.ZodString;
1411
+ value: zod.ZodString;
1412
+ }, zod.core.$strip>>>>;
1374
1413
  id: zod.ZodString;
1375
1414
  name: zod.ZodString;
1376
1415
  path: zod.ZodString;
1377
1416
  }, zod.core.$strip>;
1378
1417
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1379
1418
  dataSourceId: zod.ZodString;
1419
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1420
+ operator: zod.ZodString;
1421
+ propertyName: zod.ZodString;
1422
+ value: zod.ZodString;
1423
+ }, zod.core.$strip>>>>;
1380
1424
  id: zod.ZodString;
1381
1425
  name: zod.ZodString;
1382
1426
  path: zod.ZodString;
1383
1427
  }, zod.core.$strip>>;
1428
+ /**
1429
+ * @summary Runs a preview search against the data source using the supplied filters and returns
1430
+ a total record count without persisting any state.
1431
+ */
1432
+ export declare const dataSourcesPreviewContainerPathDataSourceIdRegExp: RegExp;
1433
+ export declare const dataSourcesPreviewContainerParams: zod.ZodObject<{
1434
+ dataSourceId: zod.ZodString;
1435
+ }, zod.core.$strict>;
1436
+ export declare const dataSourcesPreviewContainerBody: zod.ZodObject<{
1437
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1438
+ operator: zod.ZodString;
1439
+ propertyName: zod.ZodString;
1440
+ value: zod.ZodString;
1441
+ }, zod.core.$strict>>>>;
1442
+ path: zod.ZodString;
1443
+ }, zod.core.$strict>;
1444
+ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1445
+ samples: zod.ZodArray<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1446
+ total: zod.ZodNumber;
1447
+ }, zod.core.$strip>;
1448
+ /**
1449
+ * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1450
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1451
+ containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1452
+ */
1453
+ export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
1454
+ export declare const dataSourcesContainerSchemaParams: zod.ZodObject<{
1455
+ dataSourceId: zod.ZodString;
1456
+ }, zod.core.$strict>;
1457
+ export declare const dataSourcesContainerSchemaQueryParams: zod.ZodObject<{
1458
+ containerPath: zod.ZodOptional<zod.ZodString>;
1459
+ }, zod.core.$strict>;
1384
1460
  /**
1385
1461
  * @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
1386
1462
  */
@@ -1419,6 +1495,8 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1419
1495
  take: zod.ZodDefault<zod.ZodNumber>;
1420
1496
  skip: zod.ZodOptional<zod.ZodNumber>;
1421
1497
  search: zod.ZodOptional<zod.ZodString>;
1498
+ sortBy: zod.ZodOptional<zod.ZodString>;
1499
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1422
1500
  }, zod.core.$strict>;
1423
1501
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1424
1502
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
@@ -1635,6 +1713,11 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1635
1713
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1636
1714
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1637
1715
  dataSourceId: zod.ZodString;
1716
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1717
+ operator: zod.ZodString;
1718
+ propertyName: zod.ZodString;
1719
+ value: zod.ZodString;
1720
+ }, zod.core.$strict>>>>;
1638
1721
  path: zod.ZodString;
1639
1722
  }, zod.core.$strict>>>>;
1640
1723
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1647,7 +1730,321 @@ export declare const debugInvokeParams: zod.ZodObject<{
1647
1730
  export declare const debugInvokeBodyItem: zod.ZodAny;
1648
1731
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1649
1732
  /**
1650
- * @summary Upload files to be referenced in requests (supports full and chunked uploads)
1733
+ * @summary List the current user's drafts (without parsed interfaces load detail to get those).
1734
+ */
1735
+ export declare const draftsListDraftsResponseItem: zod.ZodObject<{
1736
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1737
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1738
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1739
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1740
+ channel: zod.ZodBoolean;
1741
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1742
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1743
+ pin: zod.ZodString;
1744
+ port: zod.ZodString;
1745
+ }, zod.core.$strip>>;
1746
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1747
+ required: zod.ZodBoolean;
1748
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1749
+ sticky: zod.ZodBoolean;
1750
+ type: zod.ZodEnum<{
1751
+ Single: "Single";
1752
+ List: "List";
1753
+ Dictionary: "Dictionary";
1754
+ }>;
1755
+ virtual: zod.ZodBoolean;
1756
+ }, zod.core.$strip>>;
1757
+ isFunction: zod.ZodBoolean;
1758
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1759
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1760
+ channel: zod.ZodBoolean;
1761
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1762
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1763
+ pin: zod.ZodString;
1764
+ port: zod.ZodString;
1765
+ }, zod.core.$strip>>;
1766
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1767
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1768
+ type: zod.ZodEnum<{
1769
+ Single: "Single";
1770
+ List: "List";
1771
+ Dictionary: "Dictionary";
1772
+ }>;
1773
+ }, zod.core.$strip>>;
1774
+ type: zod.ZodEnum<{
1775
+ Single: "Single";
1776
+ List: "List";
1777
+ Dictionary: "Dictionary";
1778
+ }>;
1779
+ }, zod.core.$strip>>;
1780
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1781
+ WorkSpace: "WorkSpace";
1782
+ DataSet: "DataSet";
1783
+ }>>>>;
1784
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1785
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1786
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1787
+ scope: zod.ZodArray<zod.ZodObject<{
1788
+ pin: zod.ZodString;
1789
+ port: zod.ZodString;
1790
+ }, zod.core.$strip>>;
1791
+ }, zod.core.$strip>>;
1792
+ }, zod.core.$strip>>>;
1793
+ isActive: zod.ZodBoolean;
1794
+ modifiedAt: zod.ZodISODateTime;
1795
+ name: zod.ZodString;
1796
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1797
+ rowVersion: zod.ZodString;
1798
+ sourceText: zod.ZodString;
1799
+ }, zod.core.$strip>;
1800
+ export declare const draftsListDraftsResponse: zod.ZodArray<zod.ZodObject<{
1801
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1802
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1803
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1804
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1805
+ channel: zod.ZodBoolean;
1806
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1807
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1808
+ pin: zod.ZodString;
1809
+ port: zod.ZodString;
1810
+ }, zod.core.$strip>>;
1811
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1812
+ required: zod.ZodBoolean;
1813
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1814
+ sticky: zod.ZodBoolean;
1815
+ type: zod.ZodEnum<{
1816
+ Single: "Single";
1817
+ List: "List";
1818
+ Dictionary: "Dictionary";
1819
+ }>;
1820
+ virtual: zod.ZodBoolean;
1821
+ }, zod.core.$strip>>;
1822
+ isFunction: zod.ZodBoolean;
1823
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1824
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1825
+ channel: zod.ZodBoolean;
1826
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1827
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1828
+ pin: zod.ZodString;
1829
+ port: zod.ZodString;
1830
+ }, zod.core.$strip>>;
1831
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1832
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1833
+ type: zod.ZodEnum<{
1834
+ Single: "Single";
1835
+ List: "List";
1836
+ Dictionary: "Dictionary";
1837
+ }>;
1838
+ }, zod.core.$strip>>;
1839
+ type: zod.ZodEnum<{
1840
+ Single: "Single";
1841
+ List: "List";
1842
+ Dictionary: "Dictionary";
1843
+ }>;
1844
+ }, zod.core.$strip>>;
1845
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1846
+ WorkSpace: "WorkSpace";
1847
+ DataSet: "DataSet";
1848
+ }>>>>;
1849
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1850
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1851
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1852
+ scope: zod.ZodArray<zod.ZodObject<{
1853
+ pin: zod.ZodString;
1854
+ port: zod.ZodString;
1855
+ }, zod.core.$strip>>;
1856
+ }, zod.core.$strip>>;
1857
+ }, zod.core.$strip>>>;
1858
+ isActive: zod.ZodBoolean;
1859
+ modifiedAt: zod.ZodISODateTime;
1860
+ name: zod.ZodString;
1861
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1862
+ rowVersion: zod.ZodString;
1863
+ sourceText: zod.ZodString;
1864
+ }, zod.core.$strip>>;
1865
+ /**
1866
+ * @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
1867
+ */
1868
+ export declare const draftsDeleteDraftParams: zod.ZodObject<{
1869
+ name: zod.ZodString;
1870
+ }, zod.core.$strict>;
1871
+ /**
1872
+ * @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
1873
+ */
1874
+ export declare const draftsGetDraftParams: zod.ZodObject<{
1875
+ name: zod.ZodString;
1876
+ }, zod.core.$strict>;
1877
+ export declare const draftsGetDraftResponse: zod.ZodObject<{
1878
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1879
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1880
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1881
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1882
+ channel: zod.ZodBoolean;
1883
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1884
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1885
+ pin: zod.ZodString;
1886
+ port: zod.ZodString;
1887
+ }, zod.core.$strip>>;
1888
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1889
+ required: zod.ZodBoolean;
1890
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1891
+ sticky: zod.ZodBoolean;
1892
+ type: zod.ZodEnum<{
1893
+ Single: "Single";
1894
+ List: "List";
1895
+ Dictionary: "Dictionary";
1896
+ }>;
1897
+ virtual: zod.ZodBoolean;
1898
+ }, zod.core.$strip>>;
1899
+ isFunction: zod.ZodBoolean;
1900
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1901
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1902
+ channel: zod.ZodBoolean;
1903
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1904
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1905
+ pin: zod.ZodString;
1906
+ port: zod.ZodString;
1907
+ }, zod.core.$strip>>;
1908
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1909
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1910
+ type: zod.ZodEnum<{
1911
+ Single: "Single";
1912
+ List: "List";
1913
+ Dictionary: "Dictionary";
1914
+ }>;
1915
+ }, zod.core.$strip>>;
1916
+ type: zod.ZodEnum<{
1917
+ Single: "Single";
1918
+ List: "List";
1919
+ Dictionary: "Dictionary";
1920
+ }>;
1921
+ }, zod.core.$strip>>;
1922
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
1923
+ WorkSpace: "WorkSpace";
1924
+ DataSet: "DataSet";
1925
+ }>>>>;
1926
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1927
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1928
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1929
+ scope: zod.ZodArray<zod.ZodObject<{
1930
+ pin: zod.ZodString;
1931
+ port: zod.ZodString;
1932
+ }, zod.core.$strip>>;
1933
+ }, zod.core.$strip>>;
1934
+ }, zod.core.$strip>>>;
1935
+ isActive: zod.ZodBoolean;
1936
+ modifiedAt: zod.ZodISODateTime;
1937
+ name: zod.ZodString;
1938
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1939
+ rowVersion: zod.ZodString;
1940
+ sourceText: zod.ZodString;
1941
+ }, zod.core.$strip>;
1942
+ /**
1943
+ * @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
1944
+ overrides the published Custom at the same `(name, version)` for them only.
1945
+ */
1946
+ export declare const draftsToggleDraftParams: zod.ZodObject<{
1947
+ name: zod.ZodString;
1948
+ }, zod.core.$strict>;
1949
+ export declare const draftsToggleDraftBody: zod.ZodObject<{
1950
+ isActive: zod.ZodBoolean;
1951
+ }, zod.core.$strict>;
1952
+ /**
1953
+ * @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
1954
+ concurrency on update (null for first-time create). Returns 409 with the
1955
+ current `RowVersion` if another session has saved in the interim.
1956
+ */
1957
+ export declare const draftsSaveDraftParams: zod.ZodObject<{
1958
+ name: zod.ZodString;
1959
+ }, zod.core.$strict>;
1960
+ export declare const draftsSaveDraftBody: zod.ZodObject<{
1961
+ expectedRowVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1962
+ source: zod.ZodString;
1963
+ }, zod.core.$strict>;
1964
+ export declare const draftsSaveDraftResponse: zod.ZodObject<{
1965
+ blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1966
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1967
+ ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1968
+ inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1969
+ channel: zod.ZodBoolean;
1970
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1971
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1972
+ pin: zod.ZodString;
1973
+ port: zod.ZodString;
1974
+ }, zod.core.$strip>>;
1975
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1976
+ required: zod.ZodBoolean;
1977
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1978
+ sticky: zod.ZodBoolean;
1979
+ type: zod.ZodEnum<{
1980
+ Single: "Single";
1981
+ List: "List";
1982
+ Dictionary: "Dictionary";
1983
+ }>;
1984
+ virtual: zod.ZodBoolean;
1985
+ }, zod.core.$strip>>;
1986
+ isFunction: zod.ZodBoolean;
1987
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1988
+ outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1989
+ channel: zod.ZodBoolean;
1990
+ channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1991
+ generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1992
+ pin: zod.ZodString;
1993
+ port: zod.ZodString;
1994
+ }, zod.core.$strip>>;
1995
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1996
+ schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1997
+ type: zod.ZodEnum<{
1998
+ Single: "Single";
1999
+ List: "List";
2000
+ Dictionary: "Dictionary";
2001
+ }>;
2002
+ }, zod.core.$strip>>;
2003
+ type: zod.ZodEnum<{
2004
+ Single: "Single";
2005
+ List: "List";
2006
+ Dictionary: "Dictionary";
2007
+ }>;
2008
+ }, zod.core.$strip>>;
2009
+ scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
2010
+ WorkSpace: "WorkSpace";
2011
+ DataSet: "DataSet";
2012
+ }>>>>;
2013
+ state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2014
+ default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2015
+ metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
2016
+ scope: zod.ZodArray<zod.ZodObject<{
2017
+ pin: zod.ZodString;
2018
+ port: zod.ZodString;
2019
+ }, zod.core.$strip>>;
2020
+ }, zod.core.$strip>>;
2021
+ }, zod.core.$strip>>>;
2022
+ parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2023
+ rowVersion: zod.ZodString;
2024
+ }, zod.core.$strip>;
2025
+ /**
2026
+ * @summary Publish the draft's saved source as a tenant-visible Custom block set.
2027
+ When a published set of the same name exists, the first call returns 409
2028
+ with the impact details; retry with `confirmOverwrite: true` to
2029
+ replace it (a new row supersedes the old per newest-wins resolution).
2030
+ */
2031
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
2032
+ name: zod.ZodString;
2033
+ }, zod.core.$strict>;
2034
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2035
+ confirmOverwrite: zod.ZodBoolean;
2036
+ }, zod.core.$strict>;
2037
+ export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
2038
+ export declare const draftsPublishDraftResponse: zod.ZodObject<{
2039
+ blockSetId: zod.ZodString;
2040
+ blocks: zod.ZodArray<zod.ZodObject<{
2041
+ name: zod.ZodString;
2042
+ version: zod.ZodString;
2043
+ }, zod.core.$strip>>;
2044
+ name: zod.ZodString;
2045
+ }, zod.core.$strip>;
2046
+ /**
2047
+ * @summary Upload files to be referenced in requests (supports full and chunked uploads).
1651
2048
  */
1652
2049
  export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
1653
2050
  export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
@@ -1687,7 +2084,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
1687
2084
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1688
2085
  }, zod.core.$strip>>;
1689
2086
  /**
1690
- * @summary Get details for a file previously uploaded
2087
+ * @summary Get details for a file previously uploaded.
1691
2088
  */
1692
2089
  export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
1693
2090
  export declare const filesGetFileInfoParams: zod.ZodObject<{
@@ -1714,7 +2111,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
1714
2111
  workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1715
2112
  }, zod.core.$strip>;
1716
2113
  /**
1717
- * @summary Download a previously uploaded file
2114
+ * @summary Download a previously uploaded file.
1718
2115
  */
1719
2116
  export declare const filesDownloadFilePathIdRegExpOne: RegExp;
1720
2117
  export declare const filesDownloadFileParams: zod.ZodObject<{
@@ -1727,7 +2124,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
1727
2124
  workspaceId: zod.ZodOptional<zod.ZodString>;
1728
2125
  }, zod.core.$strict>;
1729
2126
  /**
1730
- * @summary Get URI of a previously uploaded file
2127
+ * @summary Get URI of a previously uploaded file.
1731
2128
  */
1732
2129
  export declare const filesGetUriPathIdRegExpOne: RegExp;
1733
2130
  export declare const filesGetUriParams: zod.ZodObject<{
@@ -2330,12 +2727,12 @@ export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
2330
2727
  export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
2331
2728
  export declare const notificationGetResponse: zod.ZodObject<{
2332
2729
  data: zod.ZodArray<zod.ZodObject<{
2333
- createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2730
+ createdAt: zod.ZodISODateTime;
2334
2731
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2335
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2732
+ createdByUserId: zod.ZodString;
2336
2733
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2337
2734
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2338
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2735
+ id: zod.ZodString;
2339
2736
  notificationType: zod.ZodEnum<{
2340
2737
  WorkSpaceUpdated: "WorkSpaceUpdated";
2341
2738
  MessageThreadUpdated: "MessageThreadUpdated";
@@ -2703,6 +3100,8 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
2703
3100
  take: zod.ZodDefault<zod.ZodNumber>;
2704
3101
  skip: zod.ZodOptional<zod.ZodNumber>;
2705
3102
  search: zod.ZodOptional<zod.ZodString>;
3103
+ sortBy: zod.ZodOptional<zod.ZodString>;
3104
+ sortDirection: zod.ZodOptional<zod.ZodString>;
2706
3105
  }, zod.core.$strict>;
2707
3106
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
2708
3107
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
@@ -2794,6 +3193,11 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
2794
3193
  triggers: zod.ZodArray<zod.ZodObject<{
2795
3194
  dataSourceContainer: zod.ZodObject<{
2796
3195
  dataSourceId: zod.ZodString;
3196
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3197
+ operator: zod.ZodString;
3198
+ propertyName: zod.ZodString;
3199
+ value: zod.ZodString;
3200
+ }, zod.core.$strip>>>>;
2797
3201
  id: zod.ZodString;
2798
3202
  name: zod.ZodString;
2799
3203
  path: zod.ZodString;
@@ -3078,6 +3482,11 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3078
3482
  triggers: zod.ZodArray<zod.ZodObject<{
3079
3483
  dataSourceContainer: zod.ZodObject<{
3080
3484
  dataSourceId: zod.ZodString;
3485
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3486
+ operator: zod.ZodString;
3487
+ propertyName: zod.ZodString;
3488
+ value: zod.ZodString;
3489
+ }, zod.core.$strip>>>>;
3081
3490
  id: zod.ZodString;
3082
3491
  name: zod.ZodString;
3083
3492
  path: zod.ZodString;