windmill-components 1.511.1 → 1.531.0

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 (446) hide show
  1. package/package/components/AIAgentLogViewer.svelte +123 -0
  2. package/package/components/AIAgentLogViewer.svelte.d.ts +13 -0
  3. package/package/components/AppConnectInner.svelte +10 -10
  4. package/package/components/AppConnectInner.svelte.d.ts +1 -1
  5. package/package/components/ArgInput.svelte +42 -14
  6. package/package/components/ArgInput.svelte.d.ts +2 -10
  7. package/package/components/AssignableTagsInner.svelte +5 -0
  8. package/package/components/AuthSettings.svelte +4 -2
  9. package/package/components/AuthSettings.svelte.d.ts +1 -0
  10. package/package/components/AutoscalingConfigEditor.svelte +76 -2
  11. package/package/components/DBManagerDrawer.svelte +154 -151
  12. package/package/components/DBManagerDrawer.svelte.d.ts +2 -2
  13. package/package/components/DBTable.svelte +3 -3
  14. package/package/components/DBTable.svelte.d.ts +1 -0
  15. package/package/components/DBTableEditor.svelte +7 -7
  16. package/package/components/DBTableEditor.svelte.d.ts +1 -1
  17. package/package/components/DeployWorkspace.svelte +1 -1
  18. package/package/components/Dev.svelte +12 -28
  19. package/package/components/DiffEditor.svelte +6 -3
  20. package/package/components/DiffEditor.svelte.d.ts +1 -0
  21. package/package/components/DisplayResult.svelte +46 -14
  22. package/package/components/DisplayResult.svelte.d.ts +5 -1
  23. package/package/components/DynSelect.svelte +58 -34
  24. package/package/components/DynSelect.svelte.d.ts +3 -11
  25. package/package/components/EditableSchemaForm.svelte +131 -8
  26. package/package/components/EditableSchemaForm.svelte.d.ts +5 -1
  27. package/package/components/Editor.svelte +27 -9
  28. package/package/components/Editor.svelte.d.ts +1 -1
  29. package/package/components/EditorBar.svelte +105 -7
  30. package/package/components/EditorSettings.svelte +6 -0
  31. package/package/components/ErrorOrRecoveryHandler.svelte +76 -8
  32. package/package/components/ErrorOrRecoveryHandler.svelte.d.ts +2 -1
  33. package/package/components/ExploreAssetButton.svelte +14 -4
  34. package/package/components/ExploreAssetButton.svelte.d.ts +1 -0
  35. package/package/components/FirstStepInputs.svelte +2 -2
  36. package/package/components/FlowBuilder.svelte +18 -36
  37. package/package/components/FlowGraphViewerStep.svelte +7 -0
  38. package/package/components/FlowJobResult.svelte +16 -64
  39. package/package/components/FlowJobResult.svelte.d.ts +11 -4
  40. package/package/components/FlowLogViewer.svelte +660 -0
  41. package/package/components/FlowLogViewer.svelte.d.ts +34 -0
  42. package/package/components/FlowLogViewerWrapper.svelte +52 -0
  43. package/package/components/FlowLogViewerWrapper.svelte.d.ts +21 -0
  44. package/package/components/FlowLoopIterationPreview.svelte +3 -3
  45. package/package/components/FlowPreviewContent.svelte +13 -6
  46. package/package/components/FlowPreviewContent.svelte.d.ts +7 -7
  47. package/package/components/FlowPreviewResult.svelte +7 -5
  48. package/package/components/FlowPreviewResult.svelte.d.ts +4 -5
  49. package/package/components/FlowStatusViewer.svelte +28 -16
  50. package/package/components/FlowStatusViewer.svelte.d.ts +19 -27
  51. package/package/components/FlowStatusViewerInner.svelte +500 -295
  52. package/package/components/FlowStatusViewerInner.svelte.d.ts +34 -34
  53. package/package/components/FlowTimeline.svelte +11 -13
  54. package/package/components/FlowTimeline.svelte.d.ts +6 -5
  55. package/package/components/FolderEditor.svelte +1 -1
  56. package/package/components/GitDiffPreview.svelte +14 -18
  57. package/package/components/GitDiffPreview.svelte.d.ts +2 -8
  58. package/package/components/GitHubAppIntegration.svelte +3 -1
  59. package/package/components/HighlightCode.svelte +4 -1
  60. package/package/components/IconedResourceType.svelte +9 -5
  61. package/package/components/IdEditorInput.svelte +25 -22
  62. package/package/components/IdEditorInput.svelte.d.ts +11 -23
  63. package/package/components/InstanceSetting.svelte +7 -2
  64. package/package/components/InstanceSettings.svelte +1 -0
  65. package/package/components/JobLoader.svelte +108 -12
  66. package/package/components/JobLoader.svelte.d.ts +16 -3
  67. package/package/components/LogViewer.svelte +8 -2
  68. package/package/components/LogViewer.svelte.d.ts +1 -0
  69. package/package/components/LogViewerHeader.svelte +32 -0
  70. package/package/components/LogViewerHeader.svelte.d.ts +8 -0
  71. package/package/components/Login.svelte +8 -2
  72. package/package/components/MemoryFootprintViewer.svelte +1 -1
  73. package/package/components/ModulePreviewForm.svelte +10 -6
  74. package/package/components/ModulePreviewResultViewer.svelte +18 -2
  75. package/package/components/ModulePreviewResultViewer.svelte.d.ts +1 -1
  76. package/package/components/ModuleTest.svelte +59 -16
  77. package/package/components/MoveDrawer.svelte.d.ts +2 -2
  78. package/package/components/NextcloudSetting.svelte +84 -0
  79. package/package/components/NextcloudSetting.svelte.d.ts +7 -0
  80. package/package/components/ObjectResourceInput.svelte +3 -2
  81. package/package/components/ObjectResourceInput.svelte.d.ts +1 -0
  82. package/package/components/ParqetCsvTableRenderer.svelte +1 -1
  83. package/package/components/RelativeLineNumbers.svelte +16 -0
  84. package/package/components/RelativeLineNumbers.svelte.d.ts +18 -0
  85. package/package/components/ResourceEditor.svelte +10 -5
  86. package/package/components/ResourcePicker.svelte +8 -1
  87. package/package/components/ResourcePicker.svelte.d.ts +1 -0
  88. package/package/components/ResultStreamDisplay.svelte +5 -0
  89. package/package/components/ResultStreamDisplay.svelte.d.ts +5 -0
  90. package/package/components/RunForm.svelte +9 -1
  91. package/package/components/SchemaForm.svelte +2 -2
  92. package/package/components/SchemaForm.svelte.d.ts +2 -10
  93. package/package/components/ScriptBuilder.svelte +26 -19
  94. package/package/components/ScriptBuilder.svelte.d.ts +1 -1
  95. package/package/components/ScriptEditor.svelte +2 -2
  96. package/package/components/ScriptEditor.svelte.d.ts +1 -1
  97. package/package/components/ScriptWrapper.svelte +1 -1
  98. package/package/components/ShareModal.svelte.d.ts +1 -1
  99. package/package/components/SimpleAgTable.svelte +2 -0
  100. package/package/components/SimpleAgTable.svelte.d.ts +2 -0
  101. package/package/components/SimpleEditor.svelte +10 -4
  102. package/package/components/SimpleEditor.svelte.d.ts +1 -0
  103. package/package/components/SqlRepl.svelte +21 -7
  104. package/package/components/SqlRepl.svelte.d.ts +2 -2
  105. package/package/components/StringTypeNarrowing.svelte.d.ts +1 -1
  106. package/package/components/TemplateEditor.svelte +1 -1
  107. package/package/components/UserSettings.svelte +4 -4
  108. package/package/components/WorkerTagSelect.svelte +70 -1
  109. package/package/components/apps/components/display/AppAccordionList.svelte +1 -1
  110. package/package/components/apps/components/display/AppCarouselList.svelte +10 -8
  111. package/package/components/apps/components/display/AppDisplayComponent.svelte +13 -1
  112. package/package/components/apps/components/display/AppJobIdFlowStatus.svelte +3 -3
  113. package/package/components/apps/components/display/AppText.svelte +2 -2
  114. package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte +8 -1
  115. package/package/components/apps/components/display/dbtable/InsertRow.svelte +5 -4
  116. package/package/components/apps/components/display/dbtable/queries/count.js +11 -1
  117. package/package/components/apps/components/display/dbtable/queries/createTable.d.ts +1 -1
  118. package/package/components/apps/components/display/dbtable/queries/createTable.js +3 -3
  119. package/package/components/apps/components/display/dbtable/queries/delete.js +7 -0
  120. package/package/components/apps/components/display/dbtable/queries/insert.js +2 -0
  121. package/package/components/apps/components/display/dbtable/queries/select.js +14 -0
  122. package/package/components/apps/components/display/dbtable/queries/update.js +7 -0
  123. package/package/components/apps/components/display/dbtable/utils.d.ts +6 -5
  124. package/package/components/apps/components/display/dbtable/utils.js +52 -28
  125. package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte +1 -1
  126. package/package/components/apps/components/display/table/AppAggridInfiniteTable.svelte +1 -0
  127. package/package/components/apps/components/display/table/AppAggridInfiniteTable.svelte.d.ts +1 -0
  128. package/package/components/apps/components/display/table/AppAggridTable.svelte +7 -6
  129. package/package/components/apps/components/display/table/AppAggridTable.svelte.d.ts +1 -0
  130. package/package/components/apps/components/display/table/utils.js +7 -4
  131. package/package/components/apps/components/helpers/HiddenComponent.svelte +2 -3
  132. package/package/components/apps/components/helpers/InputValue.svelte +6 -1
  133. package/package/components/apps/components/helpers/NonRunnableComponent.svelte +8 -4
  134. package/package/components/apps/components/helpers/NonRunnableComponent.svelte.d.ts +1 -1
  135. package/package/components/apps/components/helpers/RunnableComponent.svelte +10 -8
  136. package/package/components/apps/components/helpers/RunnableComponent.svelte.d.ts +3 -2
  137. package/package/components/apps/components/helpers/RunnableWrapper.svelte +12 -3
  138. package/package/components/apps/components/helpers/RunnableWrapper.svelte.d.ts +1 -1
  139. package/package/components/apps/components/inputs/AppCodeInputComponent.svelte +0 -5
  140. package/package/components/apps/components/inputs/AppS3FileInput.svelte +2 -2
  141. package/package/components/apps/components/layout/AppConditionalWrapper.svelte +1 -1
  142. package/package/components/apps/components/layout/AppContainer.svelte +1 -1
  143. package/package/components/apps/components/layout/AppDecisionTree.svelte +32 -21
  144. package/package/components/apps/components/layout/AppDrawer.svelte +1 -1
  145. package/package/components/apps/components/layout/AppList.svelte +9 -8
  146. package/package/components/apps/components/layout/AppModal.svelte +1 -1
  147. package/package/components/apps/components/layout/AppSplitpanes.svelte +5 -2
  148. package/package/components/apps/components/layout/AppStepper.svelte +10 -6
  149. package/package/components/apps/components/layout/AppTabs.svelte +3 -3
  150. package/package/components/apps/editor/AppEditorHeader.svelte +13 -2
  151. package/package/components/apps/editor/AppJobsDrawer.svelte +2 -2
  152. package/package/components/apps/editor/GridEditor.svelte +24 -19
  153. package/package/components/apps/editor/GridEditor.svelte.d.ts +4 -1
  154. package/package/components/apps/editor/GridViewer.svelte +1 -0
  155. package/package/components/apps/editor/RunnableJobPanelInner.svelte +2 -1
  156. package/package/components/apps/editor/SubGridEditor.svelte +7 -11
  157. package/package/components/apps/editor/SubGridEditor.svelte.d.ts +3 -19
  158. package/package/components/apps/editor/appUtils.js +17 -68
  159. package/package/components/apps/editor/component/ComponentInner.svelte +845 -694
  160. package/package/components/apps/editor/component/componentCallbacks.svelte.js +8 -1
  161. package/package/components/apps/editor/contextPanel/components/IdEditor.svelte +7 -7
  162. package/package/components/apps/editor/contextPanel/components/IdEditor.svelte.d.ts +7 -19
  163. package/package/components/apps/editor/contextPanel/components/OutputHeader.svelte +14 -55
  164. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte.d.ts +1 -1
  165. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorDrawer.svelte.d.ts +1 -1
  166. package/package/components/apps/editor/inlineScriptsPanel/InlineScriptRunnableByPath.svelte.d.ts +1 -1
  167. package/package/components/apps/editor/settingsPanel/DecisionTreeGraphEditor.svelte +31 -45
  168. package/package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte +2 -1
  169. package/package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte.d.ts +1 -0
  170. package/package/components/apps/editor/settingsPanel/decisionTree/DecisionTreePreview.svelte +1 -3
  171. package/package/components/apps/editor/settingsPanel/inputEditor/EvalV2InputEditor.svelte +2 -2
  172. package/package/components/apps/editor/settingsPanel/inputEditor/EvalV2InputEditor.svelte.d.ts +1 -0
  173. package/package/components/apps/svelte-grid/Grid.svelte +23 -25
  174. package/package/components/apps/svelte-grid/Grid.svelte.d.ts +21 -9
  175. package/package/components/apps/svelte-grid/MoveResize.svelte +13 -15
  176. package/package/components/apps/svelte-grid/MoveResize.svelte.d.ts +17 -24
  177. package/package/components/apps/utils.d.ts +2 -0
  178. package/package/components/apps/utils.js +22 -0
  179. package/package/components/assets/AssetsDropdownButton.svelte +1 -1
  180. package/package/components/assets/JobAssetsViewer.svelte +2 -2
  181. package/package/components/assets/lib.js +4 -0
  182. package/package/components/auditLogs/AuditLogsFilters.svelte +7 -9
  183. package/package/components/auditLogs/AuditLogsFilters.svelte.d.ts +1 -1
  184. package/package/components/common/button/Button.svelte +4 -3
  185. package/package/components/common/button/Button.svelte.d.ts +1 -0
  186. package/package/components/common/confirmationModal/ConfirmationModal.svelte +6 -5
  187. package/package/components/common/confirmationModal/ConfirmationModal.svelte.d.ts +6 -11
  188. package/package/components/common/confirmationModal/asyncConfirmationModal.svelte.d.ts +26 -0
  189. package/package/components/common/confirmationModal/asyncConfirmationModal.svelte.js +50 -0
  190. package/package/components/common/fileDownload/FileDownload.svelte +1 -3
  191. package/package/components/common/fileDownload/FileDownload.svelte.d.ts +4 -18
  192. package/package/components/common/languageIcons/LanguageIcon.svelte +5 -2
  193. package/package/components/common/modal/Modal.svelte +2 -5
  194. package/package/components/common/tabs/TabsV2.svelte +2 -1
  195. package/package/components/common/tabs/TabsV2.svelte.d.ts +1 -0
  196. package/package/components/copilot/FlowInlineScriptAIButton.svelte +58 -0
  197. package/package/components/copilot/FlowInlineScriptAIButton.svelte.d.ts +3 -0
  198. package/package/components/copilot/MetadataGen.svelte +19 -1
  199. package/package/components/copilot/MetadataGen.svelte.d.ts +1 -1
  200. package/package/components/copilot/ScriptGen.svelte +23 -31
  201. package/package/components/copilot/ScriptGen.svelte.d.ts +0 -1
  202. package/package/components/copilot/autocomplete/Autocompletor.js +2 -0
  203. package/package/components/copilot/chat/AIChatDisplay.svelte +4 -4
  204. package/package/components/copilot/chat/AIChatInput.svelte +29 -6
  205. package/package/components/copilot/chat/AIChatManager.svelte.js +171 -33
  206. package/package/components/copilot/chat/AIChatMessage.svelte +3 -0
  207. package/package/components/copilot/chat/ContextTextarea.svelte +1 -1
  208. package/package/components/copilot/chat/ToolContentDisplay.svelte +84 -0
  209. package/package/components/copilot/chat/ToolContentDisplay.svelte.d.ts +11 -0
  210. package/package/components/copilot/chat/ToolExecutionDisplay.svelte +105 -0
  211. package/package/components/copilot/chat/ToolExecutionDisplay.svelte.d.ts +7 -0
  212. package/package/components/copilot/chat/api/apiTools.d.ts +7 -0
  213. package/package/components/copilot/chat/api/apiTools.js +192 -0
  214. package/package/components/copilot/chat/api/core.d.ts +7 -0
  215. package/package/components/copilot/chat/api/core.js +61 -0
  216. package/package/components/copilot/chat/flow/FlowAIChat.svelte +4 -6
  217. package/package/components/copilot/chat/flow/core.js +213 -42
  218. package/package/components/copilot/chat/flow/utils.js +3 -0
  219. package/package/components/copilot/chat/monaco-adapter.d.ts +1 -1
  220. package/package/components/copilot/chat/monaco-adapter.js +10 -4
  221. package/package/components/copilot/chat/navigator/core.d.ts +1 -1
  222. package/package/components/copilot/chat/navigator/core.js +20 -22
  223. package/package/components/copilot/chat/script/core.d.ts +11 -3
  224. package/package/components/copilot/chat/script/core.js +120 -44
  225. package/package/components/copilot/chat/shared.d.ts +31 -4
  226. package/package/components/copilot/chat/shared.js +235 -10
  227. package/package/components/copilot/lib.d.ts +1 -1
  228. package/package/components/copilot/lib.js +15 -6
  229. package/package/components/custom_ui.d.ts +4 -0
  230. package/package/components/dbOps.d.ts +20 -8
  231. package/package/components/dbOps.js +85 -40
  232. package/package/components/details/DetailPageHeader.svelte +0 -2
  233. package/package/components/details/DetailPageLayout.svelte +34 -33
  234. package/package/components/flow_builder.d.ts +1 -2
  235. package/package/components/flows/FlowEditor.svelte +3 -3
  236. package/package/components/flows/FlowEditor.svelte.d.ts +7 -6
  237. package/package/components/flows/common/FlowCard.svelte +2 -2
  238. package/package/components/flows/common/FlowCard.svelte.d.ts +1 -0
  239. package/package/components/flows/common/FlowCardHeader.svelte +13 -4
  240. package/package/components/flows/common/FlowCardHeader.svelte.d.ts +1 -0
  241. package/package/components/flows/content/BranchPredicateEditor.svelte +4 -7
  242. package/package/components/flows/content/BranchPredicateEditor.svelte.d.ts +12 -11
  243. package/package/components/flows/content/FlowConstants.svelte +3 -3
  244. package/package/components/flows/content/FlowEditorPanel.svelte +3 -3
  245. package/package/components/flows/content/FlowEditorPanel.svelte.d.ts +2 -4
  246. package/package/components/flows/content/FlowInput.svelte +5 -0
  247. package/package/components/flows/content/FlowInputsQuick.svelte +2 -1
  248. package/package/components/flows/content/FlowLoop.svelte +2 -2
  249. package/package/components/flows/content/FlowModuleComponent.svelte +130 -108
  250. package/package/components/flows/content/FlowModuleComponent.svelte.d.ts +1 -0
  251. package/package/components/flows/content/FlowModuleEarlyStop.svelte +2 -2
  252. package/package/components/flows/content/FlowModuleScript.svelte +0 -1
  253. package/package/components/flows/content/FlowModuleSkip.svelte +1 -1
  254. package/package/components/flows/content/FlowModuleSleep.svelte +1 -1
  255. package/package/components/flows/content/FlowModuleSuspend.svelte +1 -1
  256. package/package/components/flows/content/FlowModuleWrapper.svelte +15 -5
  257. package/package/components/flows/content/FlowModuleWrapper.svelte.d.ts +1 -0
  258. package/package/components/flows/content/FlowResult.svelte +2 -3
  259. package/package/components/flows/content/FlowResult.svelte.d.ts +2 -4
  260. package/package/components/flows/content/FlowWhileLoop.svelte +1 -1
  261. package/package/components/flows/dfs.d.ts +3 -1
  262. package/package/components/flows/dfs.js +5 -1
  263. package/package/components/flows/flowInfers.js +78 -0
  264. package/package/components/flows/flowState.d.ts +2 -3
  265. package/package/components/flows/flowState.js +2 -2
  266. package/package/components/flows/flowStateUtils.svelte.d.ts +4 -4
  267. package/package/components/flows/flowStateUtils.svelte.js +14 -13
  268. package/package/components/flows/flowStore.d.ts +3 -4
  269. package/package/components/flows/header/FlowPreviewButtons.svelte +2 -1
  270. package/package/components/flows/header/FlowYamlEditor.svelte +10 -1
  271. package/package/components/flows/idUtils.js +2 -1
  272. package/package/components/flows/map/FlowGraphPreviewButton.svelte +1 -1
  273. package/package/components/flows/map/FlowJobsMenu.svelte +7 -3
  274. package/package/components/flows/map/FlowJobsMenu.svelte.d.ts +1 -0
  275. package/package/components/flows/map/FlowModuleSchemaItem.svelte +15 -15
  276. package/package/components/flows/map/FlowModuleSchemaMap.svelte +27 -15
  277. package/package/components/flows/map/FlowModuleSchemaMap.svelte.d.ts +6 -4
  278. package/package/components/flows/map/InsertModuleButton.svelte +4 -1
  279. package/package/components/flows/map/InsertModuleInner.svelte +9 -1
  280. package/package/components/flows/map/InsertModuleInner.svelte.d.ts +1 -0
  281. package/package/components/flows/map/MapItem.svelte +4 -2
  282. package/package/components/flows/pickers/TopLevelNode.svelte +4 -1
  283. package/package/components/flows/propPicker/InputPickerInner.svelte +5 -4
  284. package/package/components/flows/propPicker/OutputBadge.svelte +16 -10
  285. package/package/components/flows/propPicker/OutputPickerInner.svelte +19 -6
  286. package/package/components/flows/propPicker/OutputPickerInner.svelte.d.ts +6 -2
  287. package/package/components/flows/propPicker/StepHistory.svelte +4 -1
  288. package/package/components/flows/testSteps.svelte.d.ts +3 -2
  289. package/package/components/flows/testSteps.svelte.js +26 -23
  290. package/package/components/flows/types.d.ts +1 -1
  291. package/package/components/flows/utils.d.ts +3 -5
  292. package/package/components/flows/utils.js +3 -4
  293. package/package/components/git_sync/DetectionFlow.svelte +202 -0
  294. package/package/components/git_sync/DetectionFlow.svelte.d.ts +6 -0
  295. package/package/components/git_sync/GitSyncContext.svelte.d.ts +82 -0
  296. package/package/components/git_sync/GitSyncContext.svelte.js +462 -0
  297. package/package/components/git_sync/GitSyncModalManager.svelte +99 -0
  298. package/package/components/git_sync/GitSyncModalManager.svelte.d.ts +18 -0
  299. package/package/components/git_sync/GitSyncRepositoryCard.svelte +339 -0
  300. package/package/components/git_sync/GitSyncRepositoryCard.svelte.d.ts +6 -0
  301. package/package/components/git_sync/GitSyncRepositoryList.svelte +17 -0
  302. package/package/components/git_sync/GitSyncRepositoryList.svelte.d.ts +18 -0
  303. package/package/components/git_sync/GitSyncSection.svelte +89 -0
  304. package/package/components/git_sync/GitSyncSection.svelte.d.ts +3 -0
  305. package/package/components/git_sync/GitSyncSuccessModal.svelte +58 -0
  306. package/package/components/git_sync/GitSyncSuccessModal.svelte.d.ts +7 -0
  307. package/package/components/git_sync/PullWorkspaceModal.svelte +575 -0
  308. package/package/components/git_sync/PullWorkspaceModal.svelte.d.ts +15 -0
  309. package/package/components/git_sync/PushWorkspaceModal.svelte +320 -0
  310. package/package/components/git_sync/PushWorkspaceModal.svelte.d.ts +12 -0
  311. package/package/components/graph/FlowGraphV2.svelte +49 -25
  312. package/package/components/graph/FlowGraphV2.svelte.d.ts +5 -2
  313. package/package/components/graph/graphBuilder.svelte.d.ts +49 -17
  314. package/package/components/graph/graphBuilder.svelte.js +31 -15
  315. package/package/components/graph/model.d.ts +9 -6
  316. package/package/components/graph/renderers/edges/BaseEdge.svelte +3 -3
  317. package/package/components/graph/renderers/edges/BaseEdge.svelte.d.ts +2 -3
  318. package/package/components/graph/renderers/nodes/AIToolNode.svelte +234 -0
  319. package/package/components/graph/renderers/nodes/AIToolNode.svelte.d.ts +24 -0
  320. package/package/components/graph/renderers/nodes/AssetNode.svelte +19 -14
  321. package/package/components/graph/renderers/nodes/AssetNode.svelte.d.ts +18 -1
  322. package/package/components/graph/renderers/nodes/BranchAllEndNode.svelte +1 -1
  323. package/package/components/graph/renderers/nodes/BranchAllStart.svelte +1 -1
  324. package/package/components/graph/renderers/nodes/BranchOneStart.svelte +1 -1
  325. package/package/components/graph/renderers/nodes/ForLoopEndNode.svelte +2 -2
  326. package/package/components/graph/renderers/nodes/ForLoopStartNode.svelte +1 -1
  327. package/package/components/graph/renderers/nodes/ModuleNode.svelte +21 -21
  328. package/package/components/graph/renderers/nodes/NewAIToolNode.svelte +64 -0
  329. package/package/components/graph/renderers/nodes/NewAIToolNode.svelte.d.ts +7 -0
  330. package/package/components/graph/renderers/nodes/branchOneEndNode.svelte +1 -1
  331. package/package/components/icons/AssetDucklakeIcon.svelte +28 -0
  332. package/package/components/icons/AssetDucklakeIcon.svelte.d.ts +9 -0
  333. package/package/components/icons/AssetGenericIcon.svelte +3 -0
  334. package/package/components/icons/DucklakeIcon.svelte +18 -0
  335. package/package/components/icons/DucklakeIcon.svelte.d.ts +6 -0
  336. package/package/components/icons/RubyIcon.svelte +656 -0
  337. package/package/components/icons/RubyIcon.svelte.d.ts +7 -0
  338. package/package/components/instanceSettings.js +20 -3
  339. package/package/components/modulesTest.svelte.d.ts +6 -3
  340. package/package/components/modulesTest.svelte.js +32 -0
  341. package/package/components/preview/FlowPreviewStatus.svelte +3 -1
  342. package/package/components/raw_apps/RawAppEditor.svelte +27 -26
  343. package/package/components/raw_apps/RawAppEditor.svelte.d.ts +17 -17
  344. package/package/components/runs/{JobPreview.svelte → JobRunsPreview.svelte} +2 -5
  345. package/package/components/runs/{JobPreview.svelte.d.ts → JobRunsPreview.svelte.d.ts} +3 -3
  346. package/package/components/runs/NoWorkerWithTagWarning.svelte +3 -3
  347. package/package/components/runs/RunRow.svelte +5 -1
  348. package/package/components/runs/RunsFilter.svelte.d.ts +1 -1
  349. package/package/components/schema/AddProperty.svelte +41 -36
  350. package/package/components/schema/AddProperty.svelte.d.ts +2 -2
  351. package/package/components/schema/AddPropertyV2.svelte +41 -37
  352. package/package/components/schema/AddPropertyV2.svelte.d.ts +1 -1
  353. package/package/components/schema/FlowPropertyEditor.svelte +11 -8
  354. package/package/components/schema/FlowPropertyEditor.svelte.d.ts +1 -1
  355. package/package/components/schema/PropertyEditor.svelte +0 -2
  356. package/package/components/schema/PropertyEditor.svelte.d.ts +1 -1
  357. package/package/components/schema/SchemaFormDND.svelte +2 -1
  358. package/package/components/schema/SchemaFormDND.svelte.d.ts +2 -0
  359. package/package/components/scriptEditor/LogPanel.svelte +5 -3
  360. package/package/components/scriptEditor/LogPanel.svelte.d.ts +5 -1
  361. package/package/components/search/RunsSearch.svelte +1 -1
  362. package/package/components/select/Select.svelte +7 -4
  363. package/package/components/select/Select.svelte.d.ts +5 -0
  364. package/package/components/select/SelectDropdown.svelte +2 -1
  365. package/package/components/select/SelectDropdown.svelte.d.ts +3 -0
  366. package/package/components/settings/CreateToken.svelte +132 -12
  367. package/package/components/settings/CreateToken.svelte.d.ts +3 -20
  368. package/package/components/settings/TokenDisplay.svelte +18 -42
  369. package/package/components/settings/TokenDisplay.svelte.d.ts +0 -1
  370. package/package/components/settings/TokensTable.svelte +2 -4
  371. package/package/components/settings/TokensTable.svelte.d.ts +3 -19
  372. package/package/components/settings/WorkspaceUserSettings.svelte +428 -69
  373. package/package/components/sidebar/MenuButton.svelte +12 -10
  374. package/package/components/sidebar/changelogs.js +5 -0
  375. package/package/components/stepHistoryLoader.svelte.d.ts +2 -2
  376. package/package/components/stepHistoryLoader.svelte.js +7 -12
  377. package/package/components/table/AutoDataTable.svelte +6 -4
  378. package/package/components/table/AutoDataTable.svelte.d.ts +1 -0
  379. package/package/components/table/DataTable.svelte +12 -10
  380. package/package/components/table/DataTable.svelte.d.ts +1 -0
  381. package/package/components/triggers/TriggerRetriesAndErrorHandler.svelte.d.ts +2 -2
  382. package/package/components/triggers/gcp/GcpTriggerEditorConfigSection.svelte +1 -1
  383. package/package/components/triggers/gcp/GcpTriggerEditorConfigSection.svelte.d.ts +2 -1
  384. package/package/components/triggers/gcp/GcpTriggerEditorInner.svelte +50 -11
  385. package/package/components/triggers/gcp/utils.js +1 -0
  386. package/package/components/triggers/http/OpenAPISpecGenerator.svelte +2 -2
  387. package/package/components/triggers/http/utils.js +1 -1
  388. package/package/components/triggers/kafka/utils.js +1 -1
  389. package/package/components/triggers/mqtt/utils.js +1 -1
  390. package/package/components/triggers/nats/utils.js +1 -1
  391. package/package/components/triggers/postgres/utils.js +1 -1
  392. package/package/components/triggers/sqs/utils.js +1 -1
  393. package/package/components/triggers/utils.js +2 -1
  394. package/package/components/triggers/webhook/WebhooksConfigSection.svelte +24 -26
  395. package/package/components/triggers/webhook/WebhooksPanel.svelte +1 -15
  396. package/package/components/triggers/websocket/utils.js +1 -1
  397. package/package/components/tutorials/FlowBuilderTutorialBranchOne.svelte +1 -1
  398. package/package/components/tutorials/FlowBuilderTutorialForLoop.svelte +4 -4
  399. package/package/components/tutorials/utils.js +3 -0
  400. package/package/components/worker_group.d.ts +4 -1
  401. package/package/components/worker_group.js +3 -2
  402. package/package/components/workspaceSettings/AISettings.svelte +52 -36
  403. package/package/components/workspaceSettings/DucklakeSettings.svelte +321 -0
  404. package/package/components/workspaceSettings/DucklakeSettings.svelte.d.ts +23 -0
  405. package/package/components/workspaceSettings/GitSyncFilterSettings.svelte +122 -499
  406. package/package/components/workspaceSettings/GitSyncFilterSettings.svelte.d.ts +8 -10
  407. package/package/consts.js +2 -1
  408. package/package/editorLangUtils.d.ts +1 -1
  409. package/package/editorLangUtils.js +2 -0
  410. package/package/editorUtils.d.ts +2 -1
  411. package/package/editorUtils.js +2 -1
  412. package/package/gen/core/OpenAPI.js +1 -1
  413. package/package/gen/schemas.gen.d.ts +303 -14
  414. package/package/gen/schemas.gen.js +371 -76
  415. package/package/gen/services.gen.d.ts +136 -16
  416. package/package/gen/services.gen.js +264 -19
  417. package/package/gen/types.gen.d.ts +736 -17
  418. package/package/git-sync.d.ts +36 -0
  419. package/package/git-sync.js +1 -0
  420. package/package/hub.d.ts +1 -0
  421. package/package/hubPaths.json +9 -3
  422. package/package/infer.js +13 -3
  423. package/package/monaco_workers/graphql.worker.bundle.js +144 -110
  424. package/package/script_helpers.d.ts +5 -2
  425. package/package/script_helpers.js +87 -14
  426. package/package/scripts.d.ts +1 -1
  427. package/package/scripts.js +3 -2
  428. package/package/services/JobManager.d.ts +28 -0
  429. package/package/services/JobManager.js +114 -0
  430. package/package/stores.d.ts +3 -1
  431. package/package/stores.js +2 -0
  432. package/package/svelte5Utils.svelte.d.ts +16 -0
  433. package/package/svelte5Utils.svelte.js +26 -0
  434. package/package/utils.d.ts +19 -2
  435. package/package/utils.js +55 -2
  436. package/package.json +24 -22
  437. package/package/components/AllFlowLogs.svelte +0 -31
  438. package/package/components/AllFlowLogs.svelte.d.ts +0 -8
  439. package/package/components/InitGitRepoPopover.svelte +0 -410
  440. package/package/components/InitGitRepoPopover.svelte.d.ts +0 -13
  441. package/package/components/PullGitRepoPopover.svelte +0 -355
  442. package/package/components/PullGitRepoPopover.svelte.d.ts +0 -18
  443. package/package/components/copilot/chat/navigator/apiTools.d.ts +0 -68
  444. package/package/components/copilot/chat/navigator/apiTools.js +0 -258
  445. package/package/inferArgSig.d.ts +0 -42
  446. package/package/inferArgSig.js +0 -198
@@ -80,7 +80,7 @@ export type JavascriptTransform = {
80
80
  expr: string;
81
81
  type: 'javascript';
82
82
  };
83
- export type FlowModuleValue = RawScript | PathScript | PathFlow | ForloopFlow | WhileloopFlow | BranchOne | BranchAll | Identity;
83
+ export type FlowModuleValue = RawScript | PathScript | PathFlow | ForloopFlow | WhileloopFlow | BranchOne | BranchAll | Identity | AiAgent;
84
84
  export type RawScript = {
85
85
  input_transforms: {
86
86
  [key: string]: InputTransform;
@@ -97,7 +97,7 @@ export type RawScript = {
97
97
  is_trigger?: boolean;
98
98
  assets?: Array<{
99
99
  path: string;
100
- kind: 's3object' | 'resource';
100
+ kind: 's3object' | 'resource' | 'ducklake';
101
101
  access_type?: 'r' | 'w' | 'rw';
102
102
  alt_access_type?: 'r' | 'w' | 'rw';
103
103
  }>;
@@ -152,6 +152,14 @@ export type BranchAll = {
152
152
  type: 'branchall';
153
153
  parallel?: boolean;
154
154
  };
155
+ export type AiAgent = {
156
+ input_transforms: {
157
+ [key: string]: InputTransform;
158
+ };
159
+ tools: Array<FlowModule>;
160
+ type: 'aiagent';
161
+ parallel?: boolean;
162
+ };
155
163
  export type Identity = {
156
164
  type: 'identity';
157
165
  flow?: boolean;
@@ -196,8 +204,58 @@ export type FlowStatusModule = {
196
204
  }>;
197
205
  failed_retries?: Array<(string)>;
198
206
  skipped?: boolean;
207
+ agent_actions?: Array<({
208
+ job_id: string;
209
+ function_name: string;
210
+ type: 'tool_call';
211
+ module_id: string;
212
+ } | {
213
+ type: 'message';
214
+ })>;
215
+ agent_actions_success?: Array<(boolean)>;
216
+ };
217
+ export type EndpointTool = {
218
+ /**
219
+ * The tool name/operation ID
220
+ */
221
+ name: string;
222
+ /**
223
+ * Short description of the tool
224
+ */
225
+ description: string;
226
+ /**
227
+ * Detailed instructions for using the tool
228
+ */
229
+ instructions: string;
230
+ /**
231
+ * API endpoint path
232
+ */
233
+ path: string;
234
+ /**
235
+ * HTTP method (GET, POST, etc.)
236
+ */
237
+ method: string;
238
+ /**
239
+ * JSON schema for path parameters
240
+ */
241
+ path_params_schema?: {
242
+ [key: string]: unknown;
243
+ } | null;
244
+ /**
245
+ * JSON schema for query parameters
246
+ */
247
+ query_params_schema?: {
248
+ [key: string]: unknown;
249
+ } | null;
250
+ /**
251
+ * JSON schema for request body
252
+ */
253
+ body_schema?: {
254
+ [key: string]: unknown;
255
+ } | null;
199
256
  };
200
257
  export type AIProvider = 'openai' | 'azure_openai' | 'anthropic' | 'mistral' | 'deepseek' | 'googleai' | 'groq' | 'openrouter' | 'togetherai' | 'customai';
258
+ export type GitSyncObjectType = 'script' | 'flow' | 'app' | 'folder' | 'resource' | 'variable' | 'secret' | 'resourcetype' | 'schedule' | 'user' | 'group' | 'trigger' | 'settings' | 'key';
201
259
  export type AIProviderModel = {
202
260
  model: string;
203
261
  provider: AIProvider;
@@ -305,7 +363,7 @@ export type NewScript = {
305
363
  on_behalf_of_email?: string;
306
364
  assets?: Array<{
307
365
  path: string;
308
- kind: 's3object' | 'resource';
366
+ kind: AssetKind;
309
367
  access_type?: 'r' | 'w' | 'rw';
310
368
  alt_access_type?: 'r' | 'w' | 'rw';
311
369
  }>;
@@ -318,6 +376,9 @@ export type ScriptHistory = {
318
376
  script_hash: string;
319
377
  deployment_msg?: string;
320
378
  };
379
+ /**
380
+ * The arguments to pass to the script or flow
381
+ */
321
382
  export type ScriptArgs = {
322
383
  [key: string]: unknown;
323
384
  };
@@ -359,7 +420,7 @@ export type QueuedJob = {
359
420
  canceled_by?: string;
360
421
  canceled_reason?: string;
361
422
  last_ping?: string;
362
- job_kind: 'script' | 'preview' | 'dependencies' | 'flowdependencies' | 'appdependencies' | 'flow' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript' | 'flownode' | 'appscript';
423
+ job_kind: 'script' | 'preview' | 'dependencies' | 'flowdependencies' | 'appdependencies' | 'flow' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript' | 'flownode' | 'appscript' | 'aiagent';
363
424
  schedule_path?: string;
364
425
  /**
365
426
  * The user (u/userfoo) or group (g/groupfoo) whom
@@ -402,7 +463,7 @@ export type CompletedJob = {
402
463
  canceled: boolean;
403
464
  canceled_by?: string;
404
465
  canceled_reason?: string;
405
- job_kind: 'script' | 'preview' | 'dependencies' | 'flow' | 'flowdependencies' | 'appdependencies' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript' | 'flownode' | 'appscript';
466
+ job_kind: 'script' | 'preview' | 'dependencies' | 'flow' | 'flowdependencies' | 'appdependencies' | 'flowpreview' | 'script_hub' | 'identity' | 'deploymentcallback' | 'singlescriptflow' | 'flowscript' | 'flownode' | 'appscript' | 'aiagent';
406
467
  schedule_path?: string;
407
468
  /**
408
469
  * The user (u/userfoo) or group (g/groupfoo) whom
@@ -449,6 +510,21 @@ export type User = {
449
510
  groups?: Array<(string)>;
450
511
  folders: Array<(string)>;
451
512
  folders_owners: Array<(string)>;
513
+ added_via?: (UserSource) | null;
514
+ };
515
+ export type UserSource = {
516
+ /**
517
+ * How the user was added to the workspace
518
+ */
519
+ source: 'domain' | 'instance_group' | 'manual';
520
+ /**
521
+ * The domain used for auto-invite (when source is 'domain')
522
+ */
523
+ domain?: string;
524
+ /**
525
+ * The instance group name (when source is 'instance_group')
526
+ */
527
+ group?: string;
452
528
  };
453
529
  export type UserUsage = {
454
530
  email?: string;
@@ -508,18 +584,51 @@ export type ContextualVariable = {
508
584
  is_custom: boolean;
509
585
  };
510
586
  export type CreateVariable = {
587
+ /**
588
+ * The path to the variable
589
+ */
511
590
  path: string;
591
+ /**
592
+ * The value of the variable
593
+ */
512
594
  value: string;
595
+ /**
596
+ * Whether the variable is a secret
597
+ */
513
598
  is_secret: boolean;
599
+ /**
600
+ * The description of the variable
601
+ */
514
602
  description: string;
603
+ /**
604
+ * The account identifier
605
+ */
515
606
  account?: number;
607
+ /**
608
+ * Whether the variable is an OAuth variable
609
+ */
516
610
  is_oauth?: boolean;
611
+ /**
612
+ * The expiration date of the variable
613
+ */
517
614
  expires_at?: string;
518
615
  };
519
616
  export type EditVariable = {
617
+ /**
618
+ * The path to the variable
619
+ */
520
620
  path?: string;
621
+ /**
622
+ * The new value of the variable
623
+ */
521
624
  value?: string;
625
+ /**
626
+ * Whether the variable is a secret
627
+ */
522
628
  is_secret?: boolean;
629
+ /**
630
+ * The new description of the variable
631
+ */
523
632
  description?: string;
524
633
  };
525
634
  export type AuditLog = {
@@ -566,10 +675,19 @@ export type MainArgSignature = {
566
675
  no_main_func: boolean | null;
567
676
  has_preprocessor: boolean | null;
568
677
  };
569
- export type ScriptLang = 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp' | 'nu' | 'java' | 'duckdb';
678
+ export type ScriptLang = 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'postgresql' | 'mysql' | 'bigquery' | 'snowflake' | 'mssql' | 'oracledb' | 'graphql' | 'nativets' | 'bun' | 'php' | 'rust' | 'ansible' | 'csharp' | 'nu' | 'java' | 'ruby' | 'duckdb';
570
679
  export type Preview = {
680
+ /**
681
+ * The code to run
682
+ */
571
683
  content?: string;
684
+ /**
685
+ * The path to the script
686
+ */
572
687
  path?: string;
688
+ /**
689
+ * The hash of the script
690
+ */
573
691
  script_hash?: string;
574
692
  args: ScriptArgs;
575
693
  language?: ScriptLang;
@@ -591,15 +709,34 @@ export type WorkflowStatus = {
591
709
  name?: string;
592
710
  };
593
711
  export type CreateResource = {
712
+ /**
713
+ * The path to the resource
714
+ */
594
715
  path: string;
595
716
  value: unknown;
717
+ /**
718
+ * The description of the resource
719
+ */
596
720
  description?: string;
721
+ /**
722
+ * The resource_type associated with the resource
723
+ */
597
724
  resource_type: string;
598
725
  };
599
726
  export type EditResource = {
727
+ /**
728
+ * The path to the resource
729
+ */
600
730
  path?: string;
731
+ /**
732
+ * The new description of the resource
733
+ */
601
734
  description?: string;
602
735
  value?: unknown;
736
+ /**
737
+ * The new resource_type to be associated with the resource
738
+ */
739
+ resource_type?: string;
603
740
  };
604
741
  export type Resource = {
605
742
  workspace_id?: string;
@@ -685,52 +822,185 @@ export type ScheduleWJobs = Schedule & {
685
822
  duration_ms: number;
686
823
  }>;
687
824
  };
825
+ export type ErrorHandler = 'custom' | 'slack' | 'teams' | 'email';
688
826
  export type NewSchedule = {
827
+ /**
828
+ * The path where the schedule will be created
829
+ */
689
830
  path: string;
831
+ /**
832
+ * The cron schedule to trigger the script or flow. Should include seconds.
833
+ */
690
834
  schedule: string;
835
+ /**
836
+ * The timezone to use for the cron schedule
837
+ */
691
838
  timezone: string;
839
+ /**
840
+ * The path to the script or flow to trigger
841
+ */
692
842
  script_path: string;
843
+ /**
844
+ * Whether the schedule is for a flow
845
+ */
693
846
  is_flow: boolean;
847
+ /**
848
+ * The arguments to pass to the script or flow
849
+ */
694
850
  args: ScriptArgs;
851
+ /**
852
+ * Whether the schedule is enabled
853
+ */
695
854
  enabled?: boolean;
855
+ /**
856
+ * The path to the script or flow to trigger on failure
857
+ */
696
858
  on_failure?: string;
859
+ /**
860
+ * The number of times to retry on failure
861
+ */
697
862
  on_failure_times?: number;
863
+ /**
864
+ * Whether the schedule should only run on the exact time
865
+ */
698
866
  on_failure_exact?: boolean;
867
+ /**
868
+ * The arguments to pass to the script or flow on failure
869
+ */
699
870
  on_failure_extra_args?: ScriptArgs;
871
+ /**
872
+ * The path to the script or flow to trigger on recovery
873
+ */
700
874
  on_recovery?: string;
875
+ /**
876
+ * The number of times to retry on recovery
877
+ */
701
878
  on_recovery_times?: number;
879
+ /**
880
+ * The arguments to pass to the script or flow on recovery
881
+ */
702
882
  on_recovery_extra_args?: ScriptArgs;
883
+ /**
884
+ * The path to the script or flow to trigger on success
885
+ */
703
886
  on_success?: string;
887
+ /**
888
+ * The arguments to pass to the script or flow on success
889
+ */
704
890
  on_success_extra_args?: ScriptArgs;
891
+ /**
892
+ * Whether the WebSocket error handler is muted
893
+ */
705
894
  ws_error_handler_muted?: boolean;
895
+ /**
896
+ * The retry configuration for the schedule
897
+ */
706
898
  retry?: Retry;
899
+ /**
900
+ * Whether the schedule should not run if a flow is already running
901
+ */
707
902
  no_flow_overlap?: boolean;
903
+ /**
904
+ * The summary of the schedule
905
+ */
708
906
  summary?: string;
907
+ /**
908
+ * The description of the schedule
909
+ */
709
910
  description?: string;
911
+ /**
912
+ * The tag of the schedule
913
+ */
710
914
  tag?: string;
915
+ /**
916
+ * The date and time the schedule will be paused until
917
+ */
711
918
  paused_until?: string;
919
+ /**
920
+ * The version of the cron schedule to use (last is v2)
921
+ */
712
922
  cron_version?: string;
713
923
  };
714
924
  export type EditSchedule = {
925
+ /**
926
+ * The cron schedule to trigger the script or flow. Should include seconds.
927
+ */
715
928
  schedule: string;
929
+ /**
930
+ * The timezone to use for the cron schedule
931
+ */
716
932
  timezone: string;
933
+ /**
934
+ * The arguments to pass to the script or flow
935
+ */
717
936
  args: ScriptArgs;
937
+ /**
938
+ * The path to the script or flow to trigger on failure
939
+ */
718
940
  on_failure?: string;
941
+ /**
942
+ * The number of times to retry on failure
943
+ */
719
944
  on_failure_times?: number;
945
+ /**
946
+ * Whether the schedule should only run on the exact time
947
+ */
720
948
  on_failure_exact?: boolean;
949
+ /**
950
+ * The arguments to pass to the script or flow on failure
951
+ */
721
952
  on_failure_extra_args?: ScriptArgs;
953
+ /**
954
+ * The path to the script or flow to trigger on recovery
955
+ */
722
956
  on_recovery?: string;
957
+ /**
958
+ * The number of times to retry on recovery
959
+ */
723
960
  on_recovery_times?: number;
961
+ /**
962
+ * The arguments to pass to the script or flow on recovery
963
+ */
724
964
  on_recovery_extra_args?: ScriptArgs;
965
+ /**
966
+ * The path to the script or flow to trigger on success
967
+ */
725
968
  on_success?: string;
969
+ /**
970
+ * The arguments to pass to the script or flow on success
971
+ */
726
972
  on_success_extra_args?: ScriptArgs;
973
+ /**
974
+ * Whether the WebSocket error handler is muted
975
+ */
727
976
  ws_error_handler_muted?: boolean;
977
+ /**
978
+ * The retry configuration for the schedule
979
+ */
728
980
  retry?: Retry;
981
+ /**
982
+ * Whether the schedule should not run if a flow is already running
983
+ */
729
984
  no_flow_overlap?: boolean;
985
+ /**
986
+ * The summary of the schedule
987
+ */
730
988
  summary?: string;
989
+ /**
990
+ * The description of the schedule
991
+ */
731
992
  description?: string;
993
+ /**
994
+ * The tag of the schedule
995
+ */
732
996
  tag?: string;
997
+ /**
998
+ * The date and time the schedule will be paused until
999
+ */
733
1000
  paused_until?: string;
1001
+ /**
1002
+ * The version of the cron schedule to use (last is v2)
1003
+ */
734
1004
  cron_version?: string;
735
1005
  };
736
1006
  export type TriggerExtraProperty = {
@@ -1022,6 +1292,7 @@ export type GcpTriggerData = {
1022
1292
  script_path: string;
1023
1293
  is_flow: boolean;
1024
1294
  enabled?: boolean;
1295
+ auto_acknowledge_msg?: boolean;
1025
1296
  error_handler_path?: string;
1026
1297
  error_handler_args?: ScriptArgs;
1027
1298
  retry?: Retry;
@@ -1225,6 +1496,17 @@ export type InstanceGroup = {
1225
1496
  summary?: string;
1226
1497
  emails?: Array<(string)>;
1227
1498
  };
1499
+ export type InstanceGroupWithWorkspaces = {
1500
+ name: string;
1501
+ summary?: string;
1502
+ emails?: Array<(string)>;
1503
+ workspaces?: Array<WorkspaceInfo>;
1504
+ };
1505
+ export type WorkspaceInfo = {
1506
+ workspace_id?: string;
1507
+ workspace_name?: string;
1508
+ role?: string;
1509
+ };
1228
1510
  export type Folder = {
1229
1511
  name: string;
1230
1512
  owners: Array<(string)>;
@@ -1465,6 +1747,20 @@ export type LargeFileStorage = {
1465
1747
  };
1466
1748
  };
1467
1749
  };
1750
+ export type DucklakeSettings = {
1751
+ ducklakes: {
1752
+ [key: string]: {
1753
+ catalog: {
1754
+ resource_type: 'postgresql' | 'mysql' | 'instance';
1755
+ resource_path?: string;
1756
+ };
1757
+ storage: {
1758
+ storage?: string;
1759
+ path: string;
1760
+ };
1761
+ };
1762
+ };
1763
+ };
1468
1764
  export type WindmillLargeFile = {
1469
1765
  s3: string;
1470
1766
  };
@@ -1494,7 +1790,7 @@ export type WorkspaceGitSyncSettings = {
1494
1790
  };
1495
1791
  export type WorkspaceDeployUISettings = {
1496
1792
  include_path?: Array<(string)>;
1497
- include_type?: Array<('script' | 'flow' | 'app' | 'resource' | 'variable' | 'secret' | 'trigger')>;
1793
+ include_type?: Array<GitSyncObjectType>;
1498
1794
  };
1499
1795
  export type WorkspaceDefaultScripts = {
1500
1796
  order?: Array<(string)>;
@@ -1509,11 +1805,11 @@ export type GitRepositorySettings = {
1509
1805
  collapsed?: boolean;
1510
1806
  settings?: {
1511
1807
  include_path?: Array<(string)>;
1512
- include_type?: Array<('script' | 'flow' | 'app' | 'folder' | 'resource' | 'variable' | 'secret' | 'resourcetype' | 'schedule' | 'user' | 'group' | 'trigger' | 'settings' | 'key')>;
1808
+ include_type?: Array<GitSyncObjectType>;
1513
1809
  exclude_path?: Array<(string)>;
1514
1810
  extra_include_path?: Array<(string)>;
1515
1811
  };
1516
- exclude_types_override?: Array<('script' | 'flow' | 'app' | 'folder' | 'resource' | 'variable' | 'secret' | 'resourcetype' | 'schedule' | 'user' | 'group' | 'trigger' | 'settings' | 'key')>;
1812
+ exclude_types_override?: Array<GitSyncObjectType>;
1517
1813
  };
1518
1814
  export type UploadFilePart = {
1519
1815
  part_number: number;
@@ -1749,7 +2045,7 @@ export type TeamsChannel = {
1749
2045
  };
1750
2046
  export type AssetUsageKind = 'script' | 'flow';
1751
2047
  export type AssetUsageAccessType = 'r' | 'w' | 'rw';
1752
- export type AssetKind = 's3object' | 'resource';
2048
+ export type AssetKind = 's3object' | 'resource' | 'ducklake';
1753
2049
  export type Asset = {
1754
2050
  path: string;
1755
2051
  kind: AssetKind;
@@ -1757,6 +2053,9 @@ export type Asset = {
1757
2053
  export type ParameterId = string;
1758
2054
  export type ParameterKey = string;
1759
2055
  export type ParameterWorkspaceId = string;
2056
+ /**
2057
+ * The name of the publication
2058
+ */
1760
2059
  export type ParameterPublicationName = string;
1761
2060
  export type ParameterVersionId = number;
1762
2061
  export type ParameterToken = string;
@@ -2439,6 +2738,10 @@ export type GetSettingsResponse = {
2439
2738
  auto_invite_domain?: string;
2440
2739
  auto_invite_operator?: boolean;
2441
2740
  auto_add?: boolean;
2741
+ auto_add_instance_groups?: Array<(string)>;
2742
+ auto_add_instance_groups_roles?: {
2743
+ [key: string]: (string);
2744
+ };
2442
2745
  plan?: string;
2443
2746
  customer_id?: string;
2444
2747
  webhook?: string;
@@ -2448,6 +2751,7 @@ export type GetSettingsResponse = {
2448
2751
  error_handler_extra_args?: ScriptArgs;
2449
2752
  error_handler_muted_on_cancel: boolean;
2450
2753
  large_file_storage?: LargeFileStorage;
2754
+ ducklake?: DucklakeSettings;
2451
2755
  git_sync?: WorkspaceGitSyncSettings;
2452
2756
  deploy_ui?: WorkspaceDeployUISettings;
2453
2757
  default_app?: string;
@@ -2586,6 +2890,19 @@ export type EditAutoInviteData = {
2586
2890
  workspace: string;
2587
2891
  };
2588
2892
  export type EditAutoInviteResponse = string;
2893
+ export type EditInstanceGroupsData = {
2894
+ /**
2895
+ * Instance Groups Configuration
2896
+ */
2897
+ requestBody: {
2898
+ groups?: Array<(string)>;
2899
+ roles?: {
2900
+ [key: string]: (string);
2901
+ };
2902
+ };
2903
+ workspace: string;
2904
+ };
2905
+ export type EditInstanceGroupsResponse = string;
2589
2906
  export type EditWebhookData = {
2590
2907
  /**
2591
2908
  * WorkspaceWebhook
@@ -2630,6 +2947,20 @@ export type EditLargeFileStorageConfigData = {
2630
2947
  workspace: string;
2631
2948
  };
2632
2949
  export type EditLargeFileStorageConfigResponse = unknown;
2950
+ export type ListDucklakesData = {
2951
+ workspace: string;
2952
+ };
2953
+ export type ListDucklakesResponse = Array<(string)>;
2954
+ export type EditDucklakeConfigData = {
2955
+ /**
2956
+ * Ducklake settings
2957
+ */
2958
+ requestBody: {
2959
+ settings: DucklakeSettings;
2960
+ };
2961
+ workspace: string;
2962
+ };
2963
+ export type EditDucklakeConfigResponse = unknown;
2633
2964
  export type EditWorkspaceGitSyncConfigData = {
2634
2965
  /**
2635
2966
  * Workspace Git sync settings
@@ -2640,6 +2971,33 @@ export type EditWorkspaceGitSyncConfigData = {
2640
2971
  workspace: string;
2641
2972
  };
2642
2973
  export type EditWorkspaceGitSyncConfigResponse = unknown;
2974
+ export type EditGitSyncRepositoryData = {
2975
+ /**
2976
+ * Git sync repository settings to add or update
2977
+ */
2978
+ requestBody: {
2979
+ /**
2980
+ * The resource path of the git repository to update
2981
+ */
2982
+ git_repo_resource_path: string;
2983
+ repository: GitRepositorySettings;
2984
+ };
2985
+ workspace: string;
2986
+ };
2987
+ export type EditGitSyncRepositoryResponse = unknown;
2988
+ export type DeleteGitSyncRepositoryData = {
2989
+ /**
2990
+ * Git sync repository to delete
2991
+ */
2992
+ requestBody: {
2993
+ /**
2994
+ * The resource path of the git repository to delete
2995
+ */
2996
+ git_repo_resource_path: string;
2997
+ };
2998
+ workspace: string;
2999
+ };
3000
+ export type DeleteGitSyncRepositoryResponse = unknown;
2643
3001
  export type EditWorkspaceDeployUiSettingsData = {
2644
3002
  /**
2645
3003
  * Workspace deploy UI settings
@@ -2727,6 +3085,17 @@ export type GetUsedTriggersResponse = {
2727
3085
  gcp_used: boolean;
2728
3086
  sqs_used: boolean;
2729
3087
  };
3088
+ export type DatabasesExistData = {
3089
+ requestBody: Array<(string)>;
3090
+ };
3091
+ export type DatabasesExistResponse = Array<(string)>;
3092
+ export type CreateDucklakeDatabaseData = {
3093
+ /**
3094
+ * The name of the database to create
3095
+ */
3096
+ name: string;
3097
+ };
3098
+ export type CreateDucklakeDatabaseResponse = unknown;
2730
3099
  export type GetGlobalData = {
2731
3100
  key: string;
2732
3101
  };
@@ -2886,6 +3255,9 @@ export type GetOidcTokenData = {
2886
3255
  };
2887
3256
  export type GetOidcTokenResponse = string;
2888
3257
  export type CreateVariableData = {
3258
+ /**
3259
+ * whether the variable is already encrypted (default false)
3260
+ */
2889
3261
  alreadyEncrypted?: boolean;
2890
3262
  /**
2891
3263
  * new variable
@@ -2908,6 +3280,9 @@ export type DeleteVariableData = {
2908
3280
  };
2909
3281
  export type DeleteVariableResponse = string;
2910
3282
  export type UpdateVariableData = {
3283
+ /**
3284
+ * whether the variable is already encrypted (default false)
3285
+ */
2911
3286
  alreadyEncrypted?: boolean;
2912
3287
  path: string;
2913
3288
  /**
@@ -2948,6 +3323,9 @@ export type ListVariableData = {
2948
3323
  * which page to return (start at 1, default 1)
2949
3324
  */
2950
3325
  page?: number;
3326
+ /**
3327
+ * filter variables by path prefix
3328
+ */
2951
3329
  pathStart?: string;
2952
3330
  /**
2953
3331
  * number of items to return for a given page (default 30, max 100)
@@ -3116,6 +3494,9 @@ export type CreateResourceData = {
3116
3494
  * new resource
3117
3495
  */
3118
3496
  requestBody: CreateResource;
3497
+ /**
3498
+ * update the resource if it already exists (default false)
3499
+ */
3119
3500
  updateIfExists?: boolean;
3120
3501
  workspace: string;
3121
3502
  };
@@ -3174,6 +3555,9 @@ export type ListResourceData = {
3174
3555
  * which page to return (start at 1, default 1)
3175
3556
  */
3176
3557
  page?: number;
3558
+ /**
3559
+ * filter resources by path prefix
3560
+ */
3177
3561
  pathStart?: string;
3178
3562
  /**
3179
3563
  * number of items to return for a given page (default 30, max 100)
@@ -4115,10 +4499,15 @@ export type ListWorkersData = {
4115
4499
  pingSince?: number;
4116
4500
  };
4117
4501
  export type ListWorkersResponse = Array<WorkerPing>;
4118
- export type ExistsWorkerWithTagData = {
4119
- tag: string;
4502
+ export type ExistsWorkersWithTagsData = {
4503
+ /**
4504
+ * comma separated list of tags
4505
+ */
4506
+ tags: string;
4507
+ };
4508
+ export type ExistsWorkersWithTagsResponse = {
4509
+ [key: string]: (boolean);
4120
4510
  };
4121
- export type ExistsWorkerWithTagResponse = boolean;
4122
4511
  export type GetQueueMetricsResponse = Array<{
4123
4512
  id: string;
4124
4513
  values: Array<{
@@ -4129,6 +4518,9 @@ export type GetQueueMetricsResponse = Array<{
4129
4518
  export type GetCountsOfJobsWaitingPerTagResponse = {
4130
4519
  [key: string]: (number);
4131
4520
  };
4521
+ export type GetCountsOfRunningJobsPerTagResponse = {
4522
+ [key: string]: (number);
4523
+ };
4132
4524
  export type ListSelectedJobGroupsData = {
4133
4525
  /**
4134
4526
  * script args
@@ -4534,6 +4926,14 @@ export type RunScriptPreviewData = {
4534
4926
  workspace: string;
4535
4927
  };
4536
4928
  export type RunScriptPreviewResponse = string;
4929
+ export type RunScriptPreviewAndWaitResultData = {
4930
+ /**
4931
+ * preview
4932
+ */
4933
+ requestBody: Preview;
4934
+ workspace: string;
4935
+ };
4936
+ export type RunScriptPreviewAndWaitResultResponse = unknown;
4537
4937
  export type RunCodeWorkflowTaskData = {
4538
4938
  entrypoint: string;
4539
4939
  jobId: string;
@@ -4579,6 +4979,14 @@ export type RunFlowPreviewData = {
4579
4979
  workspace: string;
4580
4980
  };
4581
4981
  export type RunFlowPreviewResponse = string;
4982
+ export type RunFlowPreviewAndWaitResultData = {
4983
+ /**
4984
+ * preview
4985
+ */
4986
+ requestBody: FlowPreview;
4987
+ workspace: string;
4988
+ };
4989
+ export type RunFlowPreviewAndWaitResultResponse = unknown;
4582
4990
  export type ListQueueData = {
4583
4991
  /**
4584
4992
  * allow wildcards (*) in the filter of label, tag, worker
@@ -5178,9 +5586,15 @@ export type GetRootJobIdData = {
5178
5586
  export type GetRootJobIdResponse = string;
5179
5587
  export type GetJobLogsData = {
5180
5588
  id: string;
5589
+ removeAnsiWarnings?: boolean;
5181
5590
  workspace: string;
5182
5591
  };
5183
5592
  export type GetJobLogsResponse = string;
5593
+ export type GetCompletedJobLogsTailData = {
5594
+ id: string;
5595
+ workspace: string;
5596
+ };
5597
+ export type GetCompletedJobLogsTailResponse = string;
5184
5598
  export type GetJobArgsData = {
5185
5599
  id: string;
5186
5600
  workspace: string;
@@ -5190,7 +5604,9 @@ export type GetJobUpdatesData = {
5190
5604
  getProgress?: boolean;
5191
5605
  id: string;
5192
5606
  logOffset?: number;
5607
+ noLogs?: boolean;
5193
5608
  running?: boolean;
5609
+ streamOffset?: number;
5194
5610
  workspace: string;
5195
5611
  };
5196
5612
  export type GetJobUpdatesResponse = {
@@ -5200,6 +5616,8 @@ export type GetJobUpdatesResponse = {
5200
5616
  log_offset?: number;
5201
5617
  mem_peak?: number;
5202
5618
  progress?: number;
5619
+ stream_offset?: number;
5620
+ new_result_stream?: string;
5203
5621
  flow_status?: FlowStatus;
5204
5622
  workflow_as_code_status?: WorkflowStatus;
5205
5623
  };
@@ -5207,8 +5625,10 @@ export type GetJobUpdatesSseData = {
5207
5625
  getProgress?: boolean;
5208
5626
  id: string;
5209
5627
  logOffset?: number;
5628
+ noLogs?: boolean;
5210
5629
  onlyResult?: boolean;
5211
5630
  running?: boolean;
5631
+ streamOffset?: number;
5212
5632
  workspace: string;
5213
5633
  };
5214
5634
  export type GetJobUpdatesSseResponse = string;
@@ -5657,6 +6077,9 @@ export type ListSchedulesData = {
5657
6077
  * filter on jobs containing those args as a json subset (@> in postgres)
5658
6078
  */
5659
6079
  args?: string;
6080
+ /**
6081
+ * filter schedules by whether they target a flow
6082
+ */
5660
6083
  isFlow?: boolean;
5661
6084
  /**
5662
6085
  * which page to return (start at 1, default 1)
@@ -5666,6 +6089,9 @@ export type ListSchedulesData = {
5666
6089
  * filter by path
5667
6090
  */
5668
6091
  path?: string;
6092
+ /**
6093
+ * filter schedules by path prefix
6094
+ */
5669
6095
  pathStart?: string;
5670
6096
  /**
5671
6097
  * number of items to return for a given page (default 30, max 100)
@@ -6305,12 +6731,18 @@ export type ListPostgresPublicationData = {
6305
6731
  export type ListPostgresPublicationResponse = Array<(string)>;
6306
6732
  export type GetPostgresPublicationData = {
6307
6733
  path: string;
6734
+ /**
6735
+ * The name of the publication
6736
+ */
6308
6737
  publication: string;
6309
6738
  workspace: string;
6310
6739
  };
6311
6740
  export type GetPostgresPublicationResponse = PublicationData;
6312
6741
  export type CreatePostgresPublicationData = {
6313
6742
  path: string;
6743
+ /**
6744
+ * The name of the publication
6745
+ */
6314
6746
  publication: string;
6315
6747
  /**
6316
6748
  * new publication for postgres
@@ -6321,6 +6753,9 @@ export type CreatePostgresPublicationData = {
6321
6753
  export type CreatePostgresPublicationResponse = string;
6322
6754
  export type UpdatePostgresPublicationData = {
6323
6755
  path: string;
6756
+ /**
6757
+ * The name of the publication
6758
+ */
6324
6759
  publication: string;
6325
6760
  /**
6326
6761
  * update publication for postgres
@@ -6331,6 +6766,9 @@ export type UpdatePostgresPublicationData = {
6331
6766
  export type UpdatePostgresPublicationResponse = string;
6332
6767
  export type DeletePostgresPublicationData = {
6333
6768
  path: string;
6769
+ /**
6770
+ * The name of the publication
6771
+ */
6334
6772
  publication: string;
6335
6773
  workspace: string;
6336
6774
  };
@@ -6407,6 +6845,7 @@ export type TestPostgresConnectionData = {
6407
6845
  };
6408
6846
  export type TestPostgresConnectionResponse = string;
6409
6847
  export type ListInstanceGroupsResponse = Array<InstanceGroup>;
6848
+ export type ListInstanceGroupsWithWorkspacesResponse = Array<InstanceGroupWithWorkspaces>;
6410
6849
  export type GetInstanceGroupData = {
6411
6850
  name: string;
6412
6851
  };
@@ -6658,6 +7097,7 @@ export type ListAutoscalingEventsData = {
6658
7097
  workerGroup: string;
6659
7098
  };
6660
7099
  export type ListAutoscalingEventsResponse = Array<AutoscalingEvent>;
7100
+ export type NativeKubernetesAutoscalingHealthcheckResponse = unknown;
6661
7101
  export type ListAvailablePythonVersionsResponse = Array<(string)>;
6662
7102
  export type CreateAgentTokenData = {
6663
7103
  /**
@@ -7265,6 +7705,10 @@ export type ListAssetsByUsageResponse = Array<Array<{
7265
7705
  kind: AssetKind;
7266
7706
  access_type?: AssetUsageAccessType;
7267
7707
  }>>;
7708
+ export type ListMcpToolsData = {
7709
+ workspace: string;
7710
+ };
7711
+ export type ListMcpToolsResponse = Array<EndpointTool>;
7268
7712
  export type $OpenApiTs = {
7269
7713
  '/version': {
7270
7714
  get: {
@@ -8422,6 +8866,10 @@ export type $OpenApiTs = {
8422
8866
  auto_invite_domain?: string;
8423
8867
  auto_invite_operator?: boolean;
8424
8868
  auto_add?: boolean;
8869
+ auto_add_instance_groups?: Array<(string)>;
8870
+ auto_add_instance_groups_roles?: {
8871
+ [key: string]: (string);
8872
+ };
8425
8873
  plan?: string;
8426
8874
  customer_id?: string;
8427
8875
  webhook?: string;
@@ -8431,6 +8879,7 @@ export type $OpenApiTs = {
8431
8879
  error_handler_extra_args?: ScriptArgs;
8432
8880
  error_handler_muted_on_cancel: boolean;
8433
8881
  large_file_storage?: LargeFileStorage;
8882
+ ducklake?: DucklakeSettings;
8434
8883
  git_sync?: WorkspaceGitSyncSettings;
8435
8884
  deploy_ui?: WorkspaceDeployUISettings;
8436
8885
  default_app?: string;
@@ -8696,6 +9145,28 @@ export type $OpenApiTs = {
8696
9145
  };
8697
9146
  };
8698
9147
  };
9148
+ '/w/{workspace}/workspaces/edit_instance_groups': {
9149
+ post: {
9150
+ req: {
9151
+ /**
9152
+ * Instance Groups Configuration
9153
+ */
9154
+ requestBody: {
9155
+ groups?: Array<(string)>;
9156
+ roles?: {
9157
+ [key: string]: (string);
9158
+ };
9159
+ };
9160
+ workspace: string;
9161
+ };
9162
+ res: {
9163
+ /**
9164
+ * status
9165
+ */
9166
+ 200: string;
9167
+ };
9168
+ };
9169
+ };
8699
9170
  '/w/{workspace}/workspaces/edit_webhook': {
8700
9171
  post: {
8701
9172
  req: {
@@ -8785,6 +9256,38 @@ export type $OpenApiTs = {
8785
9256
  };
8786
9257
  };
8787
9258
  };
9259
+ '/w/{workspace}/workspaces/list_ducklakes': {
9260
+ get: {
9261
+ req: {
9262
+ workspace: string;
9263
+ };
9264
+ res: {
9265
+ /**
9266
+ * status
9267
+ */
9268
+ 200: Array<(string)>;
9269
+ };
9270
+ };
9271
+ };
9272
+ '/w/{workspace}/workspaces/edit_ducklake_config': {
9273
+ post: {
9274
+ req: {
9275
+ /**
9276
+ * Ducklake settings
9277
+ */
9278
+ requestBody: {
9279
+ settings: DucklakeSettings;
9280
+ };
9281
+ workspace: string;
9282
+ };
9283
+ res: {
9284
+ /**
9285
+ * status
9286
+ */
9287
+ 200: unknown;
9288
+ };
9289
+ };
9290
+ };
8788
9291
  '/w/{workspace}/workspaces/edit_git_sync_config': {
8789
9292
  post: {
8790
9293
  req: {
@@ -8804,6 +9307,51 @@ export type $OpenApiTs = {
8804
9307
  };
8805
9308
  };
8806
9309
  };
9310
+ '/w/{workspace}/workspaces/edit_git_sync_repository': {
9311
+ post: {
9312
+ req: {
9313
+ /**
9314
+ * Git sync repository settings to add or update
9315
+ */
9316
+ requestBody: {
9317
+ /**
9318
+ * The resource path of the git repository to update
9319
+ */
9320
+ git_repo_resource_path: string;
9321
+ repository: GitRepositorySettings;
9322
+ };
9323
+ workspace: string;
9324
+ };
9325
+ res: {
9326
+ /**
9327
+ * status
9328
+ */
9329
+ 200: unknown;
9330
+ };
9331
+ };
9332
+ };
9333
+ '/w/{workspace}/workspaces/delete_git_sync_repository': {
9334
+ delete: {
9335
+ req: {
9336
+ /**
9337
+ * Git sync repository to delete
9338
+ */
9339
+ requestBody: {
9340
+ /**
9341
+ * The resource path of the git repository to delete
9342
+ */
9343
+ git_repo_resource_path: string;
9344
+ };
9345
+ workspace: string;
9346
+ };
9347
+ res: {
9348
+ /**
9349
+ * status
9350
+ */
9351
+ 200: unknown;
9352
+ };
9353
+ };
9354
+ };
8807
9355
  '/w/{workspace}/workspaces/edit_deploy_ui_config': {
8808
9356
  post: {
8809
9357
  req: {
@@ -8986,6 +9534,35 @@ export type $OpenApiTs = {
8986
9534
  };
8987
9535
  };
8988
9536
  };
9537
+ '/settings/databases_exist': {
9538
+ post: {
9539
+ req: {
9540
+ requestBody: Array<(string)>;
9541
+ };
9542
+ res: {
9543
+ /**
9544
+ * databases that do not exist
9545
+ */
9546
+ 200: Array<(string)>;
9547
+ };
9548
+ };
9549
+ };
9550
+ '/settings/create_ducklake_database/{name}': {
9551
+ post: {
9552
+ req: {
9553
+ /**
9554
+ * The name of the database to create
9555
+ */
9556
+ name: string;
9557
+ };
9558
+ res: {
9559
+ /**
9560
+ * status
9561
+ */
9562
+ 200: unknown;
9563
+ };
9564
+ };
9565
+ };
8989
9566
  '/settings/global/{key}': {
8990
9567
  get: {
8991
9568
  req: {
@@ -9352,6 +9929,9 @@ export type $OpenApiTs = {
9352
9929
  '/w/{workspace}/variables/create': {
9353
9930
  post: {
9354
9931
  req: {
9932
+ /**
9933
+ * whether the variable is already encrypted (default false)
9934
+ */
9355
9935
  alreadyEncrypted?: boolean;
9356
9936
  /**
9357
9937
  * new variable
@@ -9401,6 +9981,9 @@ export type $OpenApiTs = {
9401
9981
  '/w/{workspace}/variables/update/{path}': {
9402
9982
  post: {
9403
9983
  req: {
9984
+ /**
9985
+ * whether the variable is already encrypted (default false)
9986
+ */
9404
9987
  alreadyEncrypted?: boolean;
9405
9988
  path: string;
9406
9989
  /**
@@ -9477,6 +10060,9 @@ export type $OpenApiTs = {
9477
10060
  * which page to return (start at 1, default 1)
9478
10061
  */
9479
10062
  page?: number;
10063
+ /**
10064
+ * filter variables by path prefix
10065
+ */
9480
10066
  pathStart?: string;
9481
10067
  /**
9482
10068
  * number of items to return for a given page (default 30, max 100)
@@ -9789,6 +10375,9 @@ export type $OpenApiTs = {
9789
10375
  * new resource
9790
10376
  */
9791
10377
  requestBody: CreateResource;
10378
+ /**
10379
+ * update the resource if it already exists (default false)
10380
+ */
9792
10381
  updateIfExists?: boolean;
9793
10382
  workspace: string;
9794
10383
  };
@@ -9919,6 +10508,9 @@ export type $OpenApiTs = {
9919
10508
  * which page to return (start at 1, default 1)
9920
10509
  */
9921
10510
  page?: number;
10511
+ /**
10512
+ * filter resources by path prefix
10513
+ */
9922
10514
  pathStart?: string;
9923
10515
  /**
9924
10516
  * number of items to return for a given page (default 30, max 100)
@@ -11704,16 +12296,21 @@ export type $OpenApiTs = {
11704
12296
  };
11705
12297
  };
11706
12298
  };
11707
- '/workers/exists_worker_with_tag': {
12299
+ '/workers/exists_workers_with_tags': {
11708
12300
  get: {
11709
12301
  req: {
11710
- tag: string;
12302
+ /**
12303
+ * comma separated list of tags
12304
+ */
12305
+ tags: string;
11711
12306
  };
11712
12307
  res: {
11713
12308
  /**
11714
- * whether a worker with the tag exists
12309
+ * map of tags to whether at least one worker with the tag exists
11715
12310
  */
11716
- 200: boolean;
12311
+ 200: {
12312
+ [key: string]: (boolean);
12313
+ };
11717
12314
  };
11718
12315
  };
11719
12316
  };
@@ -11745,6 +12342,18 @@ export type $OpenApiTs = {
11745
12342
  };
11746
12343
  };
11747
12344
  };
12345
+ '/workers/queue_running_counts': {
12346
+ get: {
12347
+ res: {
12348
+ /**
12349
+ * queue running counts
12350
+ */
12351
+ 200: {
12352
+ [key: string]: (number);
12353
+ };
12354
+ };
12355
+ };
12356
+ };
11748
12357
  '/w/{workspace}/jobs/list_selected_job_groups': {
11749
12358
  post: {
11750
12359
  req: {
@@ -12265,6 +12874,23 @@ export type $OpenApiTs = {
12265
12874
  };
12266
12875
  };
12267
12876
  };
12877
+ '/w/{workspace}/jobs/run_wait_result/preview': {
12878
+ post: {
12879
+ req: {
12880
+ /**
12881
+ * preview
12882
+ */
12883
+ requestBody: Preview;
12884
+ workspace: string;
12885
+ };
12886
+ res: {
12887
+ /**
12888
+ * job result
12889
+ */
12890
+ 200: unknown;
12891
+ };
12892
+ };
12893
+ };
12268
12894
  '/w/{workspace}/jobs/workflow_as_code/{job_id}/{entrypoint}': {
12269
12895
  post: {
12270
12896
  req: {
@@ -12337,6 +12963,23 @@ export type $OpenApiTs = {
12337
12963
  };
12338
12964
  };
12339
12965
  };
12966
+ '/w/{workspace}/jobs/run_wait_result/preview_flow': {
12967
+ post: {
12968
+ req: {
12969
+ /**
12970
+ * preview
12971
+ */
12972
+ requestBody: FlowPreview;
12973
+ workspace: string;
12974
+ };
12975
+ res: {
12976
+ /**
12977
+ * job result
12978
+ */
12979
+ 200: unknown;
12980
+ };
12981
+ };
12982
+ };
12340
12983
  '/w/{workspace}/jobs/queue/list': {
12341
12984
  get: {
12342
12985
  req: {
@@ -13055,6 +13698,7 @@ export type $OpenApiTs = {
13055
13698
  get: {
13056
13699
  req: {
13057
13700
  id: string;
13701
+ removeAnsiWarnings?: boolean;
13058
13702
  workspace: string;
13059
13703
  };
13060
13704
  res: {
@@ -13065,6 +13709,20 @@ export type $OpenApiTs = {
13065
13709
  };
13066
13710
  };
13067
13711
  };
13712
+ '/w/{workspace}/jobs_u/get_completed_logs_tail/{id}': {
13713
+ get: {
13714
+ req: {
13715
+ id: string;
13716
+ workspace: string;
13717
+ };
13718
+ res: {
13719
+ /**
13720
+ * completed job logs tail
13721
+ */
13722
+ 200: string;
13723
+ };
13724
+ };
13725
+ };
13068
13726
  '/w/{workspace}/jobs_u/get_args/{id}': {
13069
13727
  get: {
13070
13728
  req: {
@@ -13085,7 +13743,9 @@ export type $OpenApiTs = {
13085
13743
  getProgress?: boolean;
13086
13744
  id: string;
13087
13745
  logOffset?: number;
13746
+ noLogs?: boolean;
13088
13747
  running?: boolean;
13748
+ streamOffset?: number;
13089
13749
  workspace: string;
13090
13750
  };
13091
13751
  res: {
@@ -13099,6 +13759,8 @@ export type $OpenApiTs = {
13099
13759
  log_offset?: number;
13100
13760
  mem_peak?: number;
13101
13761
  progress?: number;
13762
+ stream_offset?: number;
13763
+ new_result_stream?: string;
13102
13764
  flow_status?: FlowStatus;
13103
13765
  workflow_as_code_status?: WorkflowStatus;
13104
13766
  };
@@ -13111,8 +13773,10 @@ export type $OpenApiTs = {
13111
13773
  getProgress?: boolean;
13112
13774
  id: string;
13113
13775
  logOffset?: number;
13776
+ noLogs?: boolean;
13114
13777
  onlyResult?: boolean;
13115
13778
  running?: boolean;
13779
+ streamOffset?: number;
13116
13780
  workspace: string;
13117
13781
  };
13118
13782
  res: {
@@ -13879,6 +14543,9 @@ export type $OpenApiTs = {
13879
14543
  * filter on jobs containing those args as a json subset (@> in postgres)
13880
14544
  */
13881
14545
  args?: string;
14546
+ /**
14547
+ * filter schedules by whether they target a flow
14548
+ */
13882
14549
  isFlow?: boolean;
13883
14550
  /**
13884
14551
  * which page to return (start at 1, default 1)
@@ -13888,6 +14555,9 @@ export type $OpenApiTs = {
13888
14555
  * filter by path
13889
14556
  */
13890
14557
  path?: string;
14558
+ /**
14559
+ * filter schedules by path prefix
14560
+ */
13891
14561
  pathStart?: string;
13892
14562
  /**
13893
14563
  * number of items to return for a given page (default 30, max 100)
@@ -15175,6 +15845,9 @@ export type $OpenApiTs = {
15175
15845
  get: {
15176
15846
  req: {
15177
15847
  path: string;
15848
+ /**
15849
+ * The name of the publication
15850
+ */
15178
15851
  publication: string;
15179
15852
  workspace: string;
15180
15853
  };
@@ -15190,6 +15863,9 @@ export type $OpenApiTs = {
15190
15863
  post: {
15191
15864
  req: {
15192
15865
  path: string;
15866
+ /**
15867
+ * The name of the publication
15868
+ */
15193
15869
  publication: string;
15194
15870
  /**
15195
15871
  * new publication for postgres
@@ -15209,6 +15885,9 @@ export type $OpenApiTs = {
15209
15885
  post: {
15210
15886
  req: {
15211
15887
  path: string;
15888
+ /**
15889
+ * The name of the publication
15890
+ */
15212
15891
  publication: string;
15213
15892
  /**
15214
15893
  * update publication for postgres
@@ -15228,6 +15907,9 @@ export type $OpenApiTs = {
15228
15907
  delete: {
15229
15908
  req: {
15230
15909
  path: string;
15910
+ /**
15911
+ * The name of the publication
15912
+ */
15231
15913
  publication: string;
15232
15914
  workspace: string;
15233
15915
  };
@@ -15392,6 +16074,16 @@ export type $OpenApiTs = {
15392
16074
  };
15393
16075
  };
15394
16076
  };
16077
+ '/groups/list_with_workspaces': {
16078
+ get: {
16079
+ res: {
16080
+ /**
16081
+ * instance group list with workspaces
16082
+ */
16083
+ 200: Array<InstanceGroupWithWorkspaces>;
16084
+ };
16085
+ };
16086
+ };
15395
16087
  '/groups/get/{name}': {
15396
16088
  get: {
15397
16089
  req: {
@@ -15929,6 +16621,20 @@ export type $OpenApiTs = {
15929
16621
  };
15930
16622
  };
15931
16623
  };
16624
+ '/configs/native_kubernetes_autoscaling_healthcheck': {
16625
+ get: {
16626
+ res: {
16627
+ /**
16628
+ * Kubernetes autoscaling is healthy
16629
+ */
16630
+ 200: unknown;
16631
+ /**
16632
+ * Error
16633
+ */
16634
+ 400: string;
16635
+ };
16636
+ };
16637
+ };
15932
16638
  '/configs/list_available_python_versions': {
15933
16639
  get: {
15934
16640
  res: {
@@ -17020,4 +17726,17 @@ export type $OpenApiTs = {
17020
17726
  };
17021
17727
  };
17022
17728
  };
17729
+ '/mcp/w/{workspace}/list_tools': {
17730
+ get: {
17731
+ req: {
17732
+ workspace: string;
17733
+ };
17734
+ res: {
17735
+ /**
17736
+ * list of MCP tools available for the workspace
17737
+ */
17738
+ 200: Array<EndpointTool>;
17739
+ };
17740
+ };
17741
+ };
17023
17742
  };