windmill-components 1.613.5 → 1.623.1
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.
- package/package/assets/tokens/tokens.json +1 -11
- package/package/ata/apis.js +5 -78
- package/package/components/AddUser.svelte +1 -1
- package/package/components/CenteredModal.svelte +24 -32
- package/package/components/CenteredModal.svelte.d.ts +27 -7
- package/package/components/CenteredPage.svelte +2 -5
- package/package/components/CenteredPage.svelte.d.ts +0 -2
- package/package/components/ConcurrentJobsChart.svelte +2 -3
- package/package/components/ConcurrentJobsChart.svelte.d.ts +2 -2
- package/package/components/CustomPopover.svelte +23 -20
- package/package/components/CustomPopover.svelte.d.ts +39 -14
- package/package/components/DBManager.svelte +17 -105
- package/package/components/DBManager.svelte.d.ts +1 -2
- package/package/components/DBManagerContent.svelte +3 -4
- package/package/components/DBManagerContent.svelte.d.ts +1 -1
- package/package/components/DBTableEditor.svelte +171 -210
- package/package/components/DBTableEditor.svelte.d.ts +3 -22
- package/package/components/Description.svelte +2 -3
- package/package/components/Dev.svelte +2 -36
- package/package/components/DiffDrawer.svelte +29 -8
- package/package/components/DiffEditor.svelte +2 -32
- package/package/components/DisplayResult.svelte +24 -32
- package/package/components/Editor.svelte +16 -70
- package/package/components/Editor.svelte.d.ts +0 -3
- package/package/components/EditorBar.svelte +1 -1
- package/package/components/FakeMonacoPlaceHolder.svelte +1 -1
- package/package/components/FlowBuilder.svelte +11 -17
- package/package/components/FlowPreviewContent.svelte +2 -3
- package/package/components/FlowPreviewResult.svelte +4 -0
- package/package/components/FlowRestartButton.svelte +3 -2
- package/package/components/FlowRestartButton.svelte.d.ts +0 -3
- package/package/components/FlowStatusViewerInner.svelte +33 -50
- package/package/components/FlowStatusViewerInner.svelte.d.ts +1 -1
- package/package/components/FlowStatusWaitingForEvents.svelte +23 -27
- package/package/components/FlowStatusWaitingForEvents.svelte.d.ts +18 -4
- package/package/components/FlowViewer.svelte +2 -103
- package/package/components/FlowViewer.svelte.d.ts +3 -9
- package/package/components/ForkWorkspaceBanner.svelte +13 -16
- package/package/components/GraphqlSchemaViewer.svelte +1 -8
- package/package/components/HistoricInputs.svelte +27 -25
- package/package/components/HistoricInputs.svelte.d.ts +2 -2
- package/package/components/InstanceSetting.svelte +0 -38
- package/package/components/InviteUser.svelte +42 -16
- package/package/components/InviteUser.svelte.d.ts +18 -4
- package/package/components/JsonInputs.svelte +8 -6
- package/package/components/JsonInputs.svelte.d.ts +8 -7
- package/package/components/LogViewer.svelte +33 -91
- package/package/components/Login.svelte +0 -21
- package/package/components/ManualPopover.svelte +6 -5
- package/package/components/ManualPopover.svelte.d.ts +35 -9
- package/package/components/MemoryFootprintViewer.svelte +6 -2
- package/package/components/ModulePreview.svelte +21 -23
- package/package/components/ModulePreview.svelte.d.ts +0 -1
- package/package/components/OAuthSetting.svelte +11 -23
- package/package/components/Path.svelte +2 -2
- package/package/components/Path.svelte.d.ts +1 -1
- package/package/components/ResourcePicker.svelte +0 -3
- package/package/components/ResourcePicker.svelte.d.ts +0 -1
- package/package/components/RunButton.svelte +15 -5
- package/package/components/RunButton.svelte.d.ts +19 -7
- package/package/components/RunChart.svelte +4 -8
- package/package/components/RunChart.svelte.d.ts +2 -2
- package/package/components/RunFormAdvancedPopup.svelte +1 -1
- package/package/components/RunsPage.svelte +539 -170
- package/package/components/RunsPage.svelte.d.ts +5 -5
- package/package/components/S3FilePicker.svelte +11 -7
- package/package/components/S3FilePickerInner.svelte +3 -2
- package/package/components/S3FilePickerInner.svelte.d.ts +2 -2
- package/package/components/SavedInputs.svelte +416 -0
- package/package/components/{tutorials/workspace/WorkspaceOnboardingOperatorTutorial.svelte.d.ts → SavedInputs.svelte.d.ts} +11 -8
- package/package/components/SchemaForm.svelte +19 -26
- package/package/components/SchemaFormWithArgPicker.svelte +3 -4
- package/package/components/ScriptBuilder.svelte +1 -1
- package/package/components/ScriptEditor.svelte +101 -575
- package/package/components/Section.svelte +1 -3
- package/package/components/ServiceLogsInner.svelte +4 -4
- package/package/components/ShareModal.svelte.d.ts +1 -1
- package/package/components/SimpleEditor.svelte +2 -46
- package/package/components/SuperadminSettingsInner.svelte +1 -1
- package/package/components/TemplateEditor.svelte +29 -54
- package/package/components/TemplateEditor.svelte.d.ts +102 -13
- package/package/components/UserSettings.svelte +1 -1
- package/package/components/WorkerTagPicker.svelte +1 -1
- package/package/components/WorkerTagSelect.svelte +2 -5
- package/package/components/WorkspaceTutorials.svelte +0 -5
- package/package/components/apps/components/buttons/AppButton.svelte +6 -21
- package/package/components/apps/components/buttons/AppForm.svelte +1 -2
- package/package/components/apps/components/buttons/AppFormButton.svelte +1 -2
- package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte +4 -0
- package/package/components/apps/components/display/dbtable/metadata.js +30 -69
- package/package/components/apps/components/display/dbtable/queries/createTable.d.ts +24 -2
- package/package/components/apps/components/display/dbtable/queries/createTable.js +25 -11
- package/package/components/apps/components/display/dbtable/queries/select.d.ts +0 -2
- package/package/components/apps/components/display/dbtable/queries/select.js +6 -37
- package/package/components/apps/components/display/dbtable/utils.d.ts +1 -10
- package/package/components/apps/components/display/dbtable/utils.js +20 -52
- package/package/components/apps/components/helpers/HiddenComponent.svelte +1 -1
- package/package/components/apps/components/helpers/InputValue.svelte +1 -1
- package/package/components/apps/components/helpers/ResolveConfig.svelte +1 -1
- package/package/components/apps/components/helpers/RunnableComponent.svelte +2 -3
- package/package/components/apps/components/helpers/RunnableComponent.svelte.d.ts +1 -1
- package/package/components/apps/components/helpers/RunnableWrapper.svelte +2 -2
- package/package/components/apps/editor/AppEditorHeader.svelte +1 -8
- package/package/components/apps/editor/AppEditorHeaderDeploy.svelte +29 -32
- package/package/components/apps/editor/AppEditorHeaderDeploy.svelte.d.ts +2 -2
- package/package/components/apps/editor/AppEditorHeaderDeployInitialDraft.svelte +4 -4
- package/package/components/apps/editor/AppEditorHeaderDeployInitialDraft.svelte.d.ts +3 -3
- package/package/components/apps/editor/PublicApp.svelte +30 -49
- package/package/components/apps/editor/PublicApp.svelte.d.ts +0 -1
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptRunnableByPath.svelte +7 -77
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptRunnableByPath.svelte.d.ts +2 -2
- package/package/components/apps/editor/inlineScriptsPanel/utils.d.ts +2 -2
- package/package/components/apps/editor/inlineScriptsPanel/utils.js +1 -10
- package/package/components/apps/inputType.d.ts +1 -6
- package/package/components/auditLogs/AuditLogsFilters.svelte +17 -9
- package/package/components/auditLogs/AuditLogsFilters.svelte.d.ts +1 -1
- package/package/components/common/button/model.js +1 -1
- package/package/components/common/calendarPicker/CalendarPicker.svelte.d.ts +1 -1
- package/package/components/common/languageIcons/TypeScript.svelte +3 -5
- package/package/components/common/languageIcons/TypeScript.svelte.d.ts +0 -1
- package/package/components/common/modal/Modal.svelte +3 -3
- package/package/components/copilot/autocomplete/Autocompletor.js +2 -3
- package/package/components/copilot/chat/AIButtonStyle.d.ts +1 -1
- package/package/components/copilot/chat/AIButtonStyle.js +1 -2
- package/package/components/copilot/chat/AIChat.svelte +1 -3
- package/package/components/copilot/chat/AIChatDisplay.svelte +4 -89
- package/package/components/copilot/chat/AIChatInput.svelte +0 -275
- package/package/components/copilot/chat/AIChatManager.svelte.js +1 -107
- package/package/components/copilot/chat/AiChatLayout.svelte +30 -15
- package/package/components/copilot/chat/ContextElementBadge.svelte +0 -44
- package/package/components/copilot/chat/DatatableCreationPolicy.svelte +33 -32
- package/package/components/copilot/chat/ProviderModelSelector.svelte +1 -1
- package/package/components/copilot/chat/__tests__/app/appEvalHelpers.js +0 -3
- package/package/components/copilot/chat/__tests__/flow/flowEvalHelpers.js +0 -4
- package/package/components/copilot/chat/app/core.d.ts +15 -56
- package/package/components/copilot/chat/app/core.js +22 -141
- package/package/components/copilot/chat/context.d.ts +2 -59
- package/package/components/copilot/chat/context.js +2 -6
- package/package/components/copilot/chat/flow/FlowAIChat.svelte +0 -22
- package/package/components/copilot/chat/flow/core.d.ts +1 -3
- package/package/components/copilot/chat/flow/core.js +2 -29
- package/package/components/copilot/chat/flow/openFlow.json +1 -1
- package/package/components/copilot/chat/flow/openFlowZod.d.ts +0 -1
- package/package/components/copilot/chat/flow/openFlowZod.js +2 -14
- package/package/components/copilot/chat/script/core.d.ts +1 -4
- package/package/components/copilot/chat/script/core.js +2 -38
- package/package/components/copilot/chat/shared.d.ts +0 -10
- package/package/components/copilot/chat/shared.js +0 -24
- package/package/components/copilot/lib.d.ts +1 -1
- package/package/components/custom_ui.d.ts +0 -2
- package/package/components/dbOps.d.ts +4 -18
- package/package/components/dbOps.js +3 -25
- package/package/components/flows/CreateActionsApp.svelte +4 -6
- package/package/components/flows/DebounceLimit.svelte.d.ts +1 -1
- package/package/components/flows/FlowHistoryInner.svelte +4 -15
- package/package/components/flows/content/AgentToolWrapper.svelte +1 -1
- package/package/components/flows/content/FlowInput.svelte +37 -211
- package/package/components/flows/content/FlowModuleComponent.svelte +67 -553
- package/package/components/flows/content/FlowModuleEarlyStop.svelte +10 -8
- package/package/components/flows/content/FlowModuleHeader.svelte +4 -7
- package/package/components/flows/content/FlowModuleWorkerTagSelect.svelte +1 -1
- package/package/components/flows/content/McpToolEditor.svelte +37 -50
- package/package/components/flows/content/McpToolEditor.svelte.d.ts +1 -0
- package/package/components/flows/conversations/FlowChat.svelte +2 -16
- package/package/components/flows/conversations/FlowChat.svelte.d.ts +1 -2
- package/package/components/flows/conversations/FlowChatInterface.svelte +6 -103
- package/package/components/flows/conversations/FlowChatInterface.svelte.d.ts +0 -2
- package/package/components/flows/conversations/FlowChatManager.svelte.js +21 -53
- package/package/components/flows/header/FlowImportExportMenu.svelte +1 -1
- package/package/components/flows/propPicker/PropPickerWrapper.svelte +1 -3
- package/package/components/flows/types.d.ts +0 -2
- package/package/components/git_sync/GitSyncRepositoryCard.svelte +8 -16
- package/package/components/home/ItemsList.svelte +5 -5
- package/package/components/home/TutorialBanner.svelte +18 -34
- package/package/components/icons/CssIcon.svelte +0 -20
- package/package/components/icons/CssIcon.svelte.d.ts +25 -7
- package/package/components/icons/JavaScriptIcon.svelte +2 -10
- package/package/components/icons/JavaScriptIcon.svelte.d.ts +0 -1
- package/package/components/icons/JsonIcon.svelte +2 -8
- package/package/components/icons/JsonIcon.svelte.d.ts +0 -1
- package/package/components/icons/ReactIcon.svelte +2 -10
- package/package/components/icons/ReactIcon.svelte.d.ts +0 -1
- package/package/components/icons/SvelteIcon.svelte +2 -10
- package/package/components/icons/SvelteIcon.svelte.d.ts +0 -1
- package/package/components/icons/VueIcon.svelte +2 -10
- package/package/components/icons/VueIcon.svelte.d.ts +0 -1
- package/package/components/instanceSettings.d.ts +1 -2
- package/package/components/instanceSettings.js +1 -32
- package/package/components/jobs/JobPreview.svelte +39 -46
- package/package/components/jobs/JobPreview.svelte.d.ts +0 -1
- package/package/components/monacoLanguagesOptions.js +15 -16
- package/package/components/propertyPicker/PropPicker.svelte +2 -16
- package/package/components/propertyPicker/PropPicker.svelte.d.ts +0 -2
- package/package/components/raw_apps/DefaultDatabaseSelector.svelte +5 -9
- package/package/components/raw_apps/FileEditorIcon.svelte +7 -12
- package/package/components/raw_apps/FileEditorIcon.svelte.d.ts +0 -2
- package/package/components/raw_apps/FileTreeNode.svelte +83 -119
- package/package/components/raw_apps/RawAppBackgroundRunner.svelte +8 -88
- package/package/components/raw_apps/RawAppDataTableList.svelte +9 -12
- package/package/components/raw_apps/RawAppEditor.svelte +68 -218
- package/package/components/raw_apps/RawAppEditorHeader.svelte +16 -33
- package/package/components/raw_apps/RawAppHistoryList.svelte +80 -264
- package/package/components/raw_apps/RawAppHistoryList.svelte.d.ts +0 -1
- package/package/components/raw_apps/RawAppHistoryManager.svelte.d.ts +1 -15
- package/package/components/raw_apps/RawAppHistoryManager.svelte.js +12 -46
- package/package/components/raw_apps/RawAppInlineScriptEditor.svelte +47 -549
- package/package/components/raw_apps/RawAppInlineScriptEditor.svelte.d.ts +5 -31
- package/package/components/raw_apps/RawAppInlineScriptPanelList.svelte +18 -25
- package/package/components/raw_apps/RawAppInlineScriptPanelList.svelte.d.ts +0 -1
- package/package/components/raw_apps/RawAppInlineScriptRunnable.svelte +10 -141
- package/package/components/raw_apps/RawAppInlineScriptRunnable.svelte.d.ts +0 -8
- package/package/components/raw_apps/RawAppInlineScriptsPanel.svelte +1 -2
- package/package/components/raw_apps/RawAppInlineScriptsPanel.svelte.d.ts +1 -9
- package/package/components/raw_apps/RawAppInputsSpecEditor.svelte +3 -47
- package/package/components/raw_apps/RawAppInputsSpecEditor.svelte.d.ts +2 -2
- package/package/components/raw_apps/RawAppModules.svelte +7 -13
- package/package/components/raw_apps/RawAppPreview.svelte +6 -48
- package/package/components/raw_apps/RawAppSidebar.svelte +125 -194
- package/package/components/raw_apps/RawAppSidebar.svelte.d.ts +0 -1
- package/package/components/raw_apps/utils.d.ts +1 -1
- package/package/components/raw_apps/utils.js +18 -76
- package/package/components/runs/JobsLoader.svelte +468 -0
- package/package/components/runs/JobsLoader.svelte.d.ts +49 -0
- package/package/components/runs/ManuelDatePicker.svelte +3 -3
- package/package/components/runs/ManuelDatePicker.svelte.d.ts +3 -3
- package/package/components/runs/NoWorkerWithTagWarning.svelte +1 -5
- package/package/components/runs/RunsFilter.svelte +63 -75
- package/package/components/runs/RunsFilter.svelte.d.ts +4 -35
- package/package/components/runs/RunsQueue.svelte.d.ts +1 -1
- package/package/components/runs/RunsTable.svelte +1 -1
- package/package/components/runs/RunsTable.svelte.d.ts +1 -1
- package/package/components/schema/SchemaPicker.svelte +92 -0
- package/package/components/{tutorials/RunsTutorial.svelte.d.ts → schema/SchemaPicker.svelte.d.ts} +12 -11
- package/package/components/scriptEditor/LogPanel.svelte +2 -17
- package/package/components/scriptEditor/LogPanel.svelte.d.ts +0 -2
- package/package/components/select/SelectDropdown.svelte +2 -2
- package/package/components/settings/ChangeWorkspaceColor.svelte +3 -4
- package/package/components/settings/ChangeWorkspaceId.svelte +10 -14
- package/package/components/settings/ChangeWorkspaceName.svelte +6 -7
- package/package/components/settings/CreateToken.svelte +1 -1
- package/package/components/settings/UserAIPromptsSettings.svelte +15 -56
- package/package/components/settings/WorkspaceOperatorSettings.svelte +85 -68
- package/package/components/settings/WorkspaceUserSettings.svelte +406 -531
- package/package/components/sidebar/MenuButton.svelte +24 -46
- package/package/components/sidebar/MenuButton.svelte.d.ts +0 -2
- package/package/components/sidebar/MultiplayerMenu.svelte +3 -3
- package/package/components/sidebar/OperatorMenu.svelte +88 -63
- package/package/components/sidebar/SidebarContent.svelte +2 -7
- package/package/components/sidebar/UserMenu.svelte +1 -1
- package/package/components/sidebar/WorkspaceMenu.svelte +85 -35
- package/package/components/sqlTypeService.js +3 -4
- package/package/components/table/DataTable.svelte +2 -3
- package/package/components/table/DataTable.svelte.d.ts +0 -1
- package/package/components/text_input/TextInput.svelte +0 -3
- package/package/components/text_input/TextInput.svelte.d.ts +0 -2
- package/package/components/triggers/utils.js +1 -0
- package/package/components/tutorials/FlowBuilderLiveTutorial.svelte +35 -6
- package/package/components/tutorials/TroubleshootFlowTutorial.svelte +20 -5
- package/package/components/tutorials/utils.d.ts +0 -16
- package/package/components/tutorials/utils.js +0 -96
- package/package/components/vscode.js +6 -6
- package/package/components/workspaceSettings/AISettings.svelte +108 -146
- package/package/components/workspaceSettings/CreateWorkspace.svelte +12 -26
- package/package/components/workspaceSettings/DucklakeSettings.svelte +23 -46
- package/package/components/workspaceSettings/DucklakeSettings.svelte.d.ts +1 -2
- package/package/components/workspaceSettings/ModelTokenLimits.svelte +18 -14
- package/package/components/workspaceSettings/StorageSettings.svelte +241 -280
- package/package/components/workspaceSettings/StorageSettings.svelte.d.ts +0 -1
- package/package/consts.js +1 -4
- package/package/gen/core/OpenAPI.js +1 -1
- package/package/gen/schemas.gen.d.ts +1 -133
- package/package/gen/schemas.gen.js +1 -133
- package/package/gen/services.gen.d.ts +10 -160
- package/package/gen/services.gen.js +20 -319
- package/package/gen/types.gen.d.ts +19 -609
- package/package/hubPaths.json +2 -3
- package/package/infer.js +0 -2
- package/package/logout.d.ts +2 -0
- package/package/logout.js +23 -2
- package/package/monaco_workers/graphql.worker.bundle.js +121 -121
- package/package/navigation.d.ts +1 -1
- package/package/rawAppWmillTs.d.ts +0 -11
- package/package/rawAppWmillTs.js +1 -38
- package/package/svelte5Utils.svelte.d.ts +1 -7
- package/package/svelte5Utils.svelte.js +2 -23
- package/package/tutorialUtils.js +4 -0
- package/package/tutorials/config.js +3 -31
- package/package/tutorials/roleUtils.d.ts +1 -1
- package/package/tutorials/roleUtils.js +2 -6
- package/package/utils.js +1 -159
- package/package.json +4 -6
- package/dist/sharedUtils/assets/tokens/colorTokensConfig.d.ts +0 -2
- package/dist/sharedUtils/base.d.ts +0 -1
- package/dist/sharedUtils/cloud.d.ts +0 -1
- package/dist/sharedUtils/common.d.ts +0 -111
- package/dist/sharedUtils/components/apps/components/display/dbtable/queries/count.d.ts +0 -5
- package/dist/sharedUtils/components/apps/components/display/dbtable/queries/delete.d.ts +0 -5
- package/dist/sharedUtils/components/apps/components/display/dbtable/queries/insert.d.ts +0 -5
- package/dist/sharedUtils/components/apps/components/display/dbtable/queries/select.d.ts +0 -13
- package/dist/sharedUtils/components/apps/components/display/dbtable/queries/update.d.ts +0 -11
- package/dist/sharedUtils/components/apps/components/display/dbtable/utils.d.ts +0 -95
- package/dist/sharedUtils/components/apps/editor/appPolicy.d.ts +0 -6
- package/dist/sharedUtils/components/apps/editor/appUtilsCore.d.ts +0 -7
- package/dist/sharedUtils/components/apps/editor/appUtilsS3.d.ts +0 -33
- package/dist/sharedUtils/components/apps/editor/commonAppUtils.d.ts +0 -10
- package/dist/sharedUtils/components/apps/editor/component/components.d.ts +0 -5371
- package/dist/sharedUtils/components/apps/editor/component/default-codes.d.ts +0 -3
- package/dist/sharedUtils/components/apps/editor/component/index.d.ts +0 -3
- package/dist/sharedUtils/components/apps/editor/component/sets.d.ts +0 -7
- package/dist/sharedUtils/components/apps/editor/componentsPanel/componentDefaultProps.d.ts +0 -3
- package/dist/sharedUtils/components/apps/gridUtils.d.ts +0 -14
- package/dist/sharedUtils/components/apps/inputType.d.ts +0 -178
- package/dist/sharedUtils/components/apps/rx.d.ts +0 -29
- package/dist/sharedUtils/components/apps/sharedTypes.d.ts +0 -21
- package/dist/sharedUtils/components/apps/types.d.ts +0 -274
- package/dist/sharedUtils/components/assets/lib.d.ts +0 -25
- package/dist/sharedUtils/components/common/alert/model.d.ts +0 -2
- package/dist/sharedUtils/components/common/badge/model.d.ts +0 -8
- package/dist/sharedUtils/components/common/button/model.d.ts +0 -45
- package/dist/sharedUtils/components/common/fileInput/model.d.ts +0 -1
- package/dist/sharedUtils/components/common/index.d.ts +0 -24
- package/dist/sharedUtils/components/common/skeleton/model.d.ts +0 -21
- package/dist/sharedUtils/components/dbTypes.d.ts +0 -14
- package/dist/sharedUtils/components/diff_drawer.d.ts +0 -26
- package/dist/sharedUtils/components/ducklake.d.ts +0 -1
- package/dist/sharedUtils/components/flows/scheduleUtils.d.ts +0 -7
- package/dist/sharedUtils/components/icons/index.d.ts +0 -101
- package/dist/sharedUtils/components/random_positive_adjetive.d.ts +0 -1
- package/dist/sharedUtils/components/raw_apps/rawAppPolicy.d.ts +0 -10
- package/dist/sharedUtils/components/raw_apps/utils.d.ts +0 -15
- package/dist/sharedUtils/components/triggers/email/utils.d.ts +0 -4
- package/dist/sharedUtils/components/triggers/gcp/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers/http/utils.d.ts +0 -11
- package/dist/sharedUtils/components/triggers/kafka/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers/mqtt/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers/nats/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers/postgres/utils.d.ts +0 -8
- package/dist/sharedUtils/components/triggers/sqs/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers/triggers.svelte.d.ts +0 -32
- package/dist/sharedUtils/components/triggers/utils.d.ts +0 -80
- package/dist/sharedUtils/components/triggers/websocket/utils.d.ts +0 -2
- package/dist/sharedUtils/components/triggers.d.ts +0 -20
- package/dist/sharedUtils/gen/core/ApiError.d.ts +0 -10
- package/dist/sharedUtils/gen/core/ApiRequestOptions.d.ts +0 -13
- package/dist/sharedUtils/gen/core/ApiResult.d.ts +0 -7
- package/dist/sharedUtils/gen/core/CancelablePromise.d.ts +0 -26
- package/dist/sharedUtils/gen/core/OpenAPI.d.ts +0 -27
- package/dist/sharedUtils/gen/core/request.d.ts +0 -29
- package/dist/sharedUtils/gen/index.d.ts +0 -6
- package/dist/sharedUtils/gen/schemas.gen.d.ts +0 -7036
- package/dist/sharedUtils/gen/services.gen.d.ts +0 -6047
- package/dist/sharedUtils/gen/types.gen.d.ts +0 -21881
- package/dist/sharedUtils/history.svelte.d.ts +0 -9
- package/dist/sharedUtils/hub.d.ts +0 -49
- package/dist/sharedUtils/jsr.json +0 -6
- package/dist/sharedUtils/lib.d.ts +0 -5
- package/dist/sharedUtils/lib.es.js +0 -1588
- package/dist/sharedUtils/package.json +0 -12
- package/dist/sharedUtils/schema.d.ts +0 -3
- package/dist/sharedUtils/stores.d.ts +0 -97
- package/dist/sharedUtils/svelte5Utils.svelte.d.ts +0 -80
- package/dist/sharedUtils/toast.d.ts +0 -8
- package/dist/sharedUtils/utils.d.ts +0 -265
- package/package/components/FlowDiffViewer.svelte +0 -37
- package/package/components/FlowDiffViewer.svelte.d.ts +0 -7
- package/package/components/JobOtelTraces.svelte +0 -287
- package/package/components/JobOtelTraces.svelte.d.ts +0 -6
- package/package/components/apps/components/display/dbtable/queries/alterTable.d.ts +0 -46
- package/package/components/apps/components/display/dbtable/queries/alterTable.js +0 -314
- package/package/components/apps/components/display/dbtable/queries/alterTable.test.d.ts +0 -1
- package/package/components/apps/components/display/dbtable/queries/alterTable.test.js +0 -867
- package/package/components/apps/components/display/dbtable/queries/dbQueriesUtils.d.ts +0 -9
- package/package/components/apps/components/display/dbtable/queries/dbQueriesUtils.js +0 -45
- package/package/components/apps/components/display/dbtable/queries/relationalKeys.d.ts +0 -47
- package/package/components/apps/components/display/dbtable/queries/relationalKeys.js +0 -402
- package/package/components/apps/components/display/dbtable/tableEditor.d.ts +0 -35
- package/package/components/apps/components/display/dbtable/tableEditor.js +0 -49
- package/package/components/copilot/chat/AppAvailableContextList.svelte +0 -263
- package/package/components/copilot/chat/AppAvailableContextList.svelte.d.ts +0 -13
- package/package/components/debug/DebugConsole.svelte +0 -277
- package/package/components/debug/DebugConsole.svelte.d.ts +0 -13
- package/package/components/debug/DebugPanel.svelte +0 -97
- package/package/components/debug/DebugPanel.svelte.d.ts +0 -11
- package/package/components/debug/DebugToolbar.svelte +0 -148
- package/package/components/debug/DebugToolbar.svelte.d.ts +0 -17
- package/package/components/debug/DebugVariableViewer.svelte +0 -115
- package/package/components/debug/DebugVariableViewer.svelte.d.ts +0 -11
- package/package/components/debug/MonacoDebugger.svelte +0 -384
- package/package/components/debug/MonacoDebugger.svelte.d.ts +0 -15
- package/package/components/debug/dapClient.d.ts +0 -192
- package/package/components/debug/dapClient.js +0 -426
- package/package/components/debug/debugUtils.d.ts +0 -30
- package/package/components/debug/debugUtils.js +0 -131
- package/package/components/debug/index.d.ts +0 -75
- package/package/components/debug/index.js +0 -82
- package/package/components/flows/content/FlowEditorDrawer.svelte +0 -124
- package/package/components/flows/content/FlowEditorDrawer.svelte.d.ts +0 -22
- package/package/components/flows/content/McpOAuthConnect.svelte +0 -217
- package/package/components/flows/content/McpOAuthConnect.svelte.d.ts +0 -7
- package/package/components/icons/HtmlIcon.svelte +0 -20
- package/package/components/icons/HtmlIcon.svelte.d.ts +0 -8
- package/package/components/icons/LessIcon.svelte +0 -16
- package/package/components/icons/LessIcon.svelte.d.ts +0 -8
- package/package/components/icons/MarkdownIcon.svelte +0 -20
- package/package/components/icons/MarkdownIcon.svelte.d.ts +0 -8
- package/package/components/icons/SassIcon.svelte +0 -28
- package/package/components/icons/SassIcon.svelte.d.ts +0 -8
- package/package/components/icons/YamlIcon.svelte +0 -20
- package/package/components/icons/YamlIcon.svelte.d.ts +0 -8
- package/package/components/instanceSettings/SecretBackendConfig.svelte +0 -514
- package/package/components/instanceSettings/SecretBackendConfig.svelte.d.ts +0 -8
- package/package/components/raw_apps/RunnableRow.svelte +0 -41
- package/package/components/raw_apps/RunnableRow.svelte.d.ts +0 -11
- package/package/components/runs/useJobsLoader.svelte.d.ts +0 -34
- package/package/components/runs/useJobsLoader.svelte.js +0 -507
- package/package/components/settings/AIPromptsModal.svelte +0 -88
- package/package/components/settings/AIPromptsModal.svelte.d.ts +0 -11
- package/package/components/tutorials/RunsTutorial.svelte +0 -399
- package/package/components/tutorials/workspace/WorkspaceOnboardingOperatorTutorial.svelte +0 -133
- package/package/components/workspace/WorkspaceCard.svelte +0 -184
- package/package/components/workspace/WorkspaceCard.svelte.d.ts +0 -24
- package/package/components/workspace/WorkspaceIcon.svelte +0 -21
- package/package/components/workspace/WorkspaceIcon.svelte.d.ts +0 -9
- package/package/components/workspace/WorkspaceTreeView.svelte +0 -331
- package/package/components/workspace/WorkspaceTreeView.svelte.d.ts +0 -15
- package/package/logoutKit.d.ts +0 -2
- package/package/logoutKit.js +0 -26
- package/package/svelte5UtilsKit.svelte.d.ts +0 -3
- package/package/svelte5UtilsKit.svelte.js +0 -30
|
@@ -719,68 +719,6 @@ export type FlowNote = {
|
|
|
719
719
|
*/
|
|
720
720
|
contained_node_ids?: Array<(string)>;
|
|
721
721
|
};
|
|
722
|
-
export type VaultSettings = {
|
|
723
|
-
/**
|
|
724
|
-
* HashiCorp Vault server address (e.g., https://vault.company.com:8200)
|
|
725
|
-
*/
|
|
726
|
-
address: string;
|
|
727
|
-
/**
|
|
728
|
-
* KV v2 secrets engine mount path (e.g., windmill)
|
|
729
|
-
*/
|
|
730
|
-
mount_path: string;
|
|
731
|
-
/**
|
|
732
|
-
* Vault JWT auth role name for Windmill (optional, if not provided token auth is used)
|
|
733
|
-
*/
|
|
734
|
-
jwt_role?: string;
|
|
735
|
-
/**
|
|
736
|
-
* Vault Enterprise namespace (optional)
|
|
737
|
-
*/
|
|
738
|
-
namespace?: string;
|
|
739
|
-
/**
|
|
740
|
-
* Static Vault token for testing/development (optional, if provided this is used instead of JWT authentication)
|
|
741
|
-
*/
|
|
742
|
-
token?: string;
|
|
743
|
-
};
|
|
744
|
-
export type SecretMigrationFailure = {
|
|
745
|
-
/**
|
|
746
|
-
* Workspace ID where the secret is located
|
|
747
|
-
*/
|
|
748
|
-
workspace_id: string;
|
|
749
|
-
/**
|
|
750
|
-
* Path of the secret that failed to migrate
|
|
751
|
-
*/
|
|
752
|
-
path: string;
|
|
753
|
-
/**
|
|
754
|
-
* Error message
|
|
755
|
-
*/
|
|
756
|
-
error: string;
|
|
757
|
-
};
|
|
758
|
-
export type SecretMigrationReport = {
|
|
759
|
-
/**
|
|
760
|
-
* Total number of secrets found
|
|
761
|
-
*/
|
|
762
|
-
total_secrets: number;
|
|
763
|
-
/**
|
|
764
|
-
* Number of secrets successfully migrated
|
|
765
|
-
*/
|
|
766
|
-
migrated_count: number;
|
|
767
|
-
/**
|
|
768
|
-
* Number of secrets that failed to migrate
|
|
769
|
-
*/
|
|
770
|
-
failed_count: number;
|
|
771
|
-
/**
|
|
772
|
-
* Details of any failures encountered during migration
|
|
773
|
-
*/
|
|
774
|
-
failures: Array<SecretMigrationFailure>;
|
|
775
|
-
};
|
|
776
|
-
export type JwksResponse = {
|
|
777
|
-
/**
|
|
778
|
-
* Array of JSON Web Keys for JWT verification
|
|
779
|
-
*/
|
|
780
|
-
keys: Array<{
|
|
781
|
-
[key: string]: unknown;
|
|
782
|
-
}>;
|
|
783
|
-
};
|
|
784
722
|
export type FlowConversation = {
|
|
785
723
|
/**
|
|
786
724
|
* Unique identifier for the conversation
|
|
@@ -1345,9 +1283,6 @@ export type Login = {
|
|
|
1345
1283
|
email: string;
|
|
1346
1284
|
password: string;
|
|
1347
1285
|
};
|
|
1348
|
-
export type PasswordResetResponse = {
|
|
1349
|
-
message: string;
|
|
1350
|
-
};
|
|
1351
1286
|
export type EditWorkspaceUser = {
|
|
1352
1287
|
is_admin?: boolean;
|
|
1353
1288
|
operator?: boolean;
|
|
@@ -2633,8 +2568,6 @@ export type AppWithLastVersion = {
|
|
|
2633
2568
|
[key: string]: (boolean);
|
|
2634
2569
|
};
|
|
2635
2570
|
custom_path?: string;
|
|
2636
|
-
raw_app: boolean;
|
|
2637
|
-
bundle_secret?: string;
|
|
2638
2571
|
};
|
|
2639
2572
|
export type AppWithLastVersionWDraft = AppWithLastVersion & {
|
|
2640
2573
|
draft_only?: boolean;
|
|
@@ -2696,7 +2629,6 @@ export type DucklakeSettings = {
|
|
|
2696
2629
|
storage?: string;
|
|
2697
2630
|
path: string;
|
|
2698
2631
|
};
|
|
2699
|
-
extra_args?: string;
|
|
2700
2632
|
};
|
|
2701
2633
|
};
|
|
2702
2634
|
};
|
|
@@ -2710,20 +2642,6 @@ export type DataTableSettings = {
|
|
|
2710
2642
|
};
|
|
2711
2643
|
};
|
|
2712
2644
|
};
|
|
2713
|
-
export type DataTableSchema = {
|
|
2714
|
-
datatable_name: string;
|
|
2715
|
-
/**
|
|
2716
|
-
* Hierarchical schema: schema_name -> table_name -> column_name -> compact_type (e.g. 'int4', 'text?', 'int4?=0')
|
|
2717
|
-
*/
|
|
2718
|
-
schemas: {
|
|
2719
|
-
[key: string]: {
|
|
2720
|
-
[key: string]: {
|
|
2721
|
-
[key: string]: (string);
|
|
2722
|
-
};
|
|
2723
|
-
};
|
|
2724
|
-
};
|
|
2725
|
-
error?: string;
|
|
2726
|
-
};
|
|
2727
2645
|
export type DynamicInputData = {
|
|
2728
2646
|
/**
|
|
2729
2647
|
* Name of the function to execute for dynamic select
|
|
@@ -3423,26 +3341,6 @@ export type LoginData = {
|
|
|
3423
3341
|
};
|
|
3424
3342
|
export type LoginResponse = string;
|
|
3425
3343
|
export type LogoutResponse = string;
|
|
3426
|
-
export type IsSmtpConfiguredResponse = boolean;
|
|
3427
|
-
export type RequestPasswordResetData = {
|
|
3428
|
-
/**
|
|
3429
|
-
* email to send password reset link to
|
|
3430
|
-
*/
|
|
3431
|
-
requestBody: {
|
|
3432
|
-
email: string;
|
|
3433
|
-
};
|
|
3434
|
-
};
|
|
3435
|
-
export type RequestPasswordResetResponse = PasswordResetResponse;
|
|
3436
|
-
export type ResetPasswordData = {
|
|
3437
|
-
/**
|
|
3438
|
-
* token and new password
|
|
3439
|
-
*/
|
|
3440
|
-
requestBody: {
|
|
3441
|
-
token: string;
|
|
3442
|
-
new_password: string;
|
|
3443
|
-
};
|
|
3444
|
-
};
|
|
3445
|
-
export type ResetPasswordResponse = PasswordResetResponse;
|
|
3446
3344
|
export type GetUserData = {
|
|
3447
3345
|
username: string;
|
|
3448
3346
|
workspace: string;
|
|
@@ -3952,8 +3850,6 @@ export type GetSettingsResponse = {
|
|
|
3952
3850
|
error_handler?: string;
|
|
3953
3851
|
error_handler_extra_args?: ScriptArgs;
|
|
3954
3852
|
error_handler_muted_on_cancel: boolean;
|
|
3955
|
-
success_handler?: string;
|
|
3956
|
-
success_handler_extra_args?: ScriptArgs;
|
|
3957
3853
|
large_file_storage?: LargeFileStorage;
|
|
3958
3854
|
ducklake?: DucklakeSettings;
|
|
3959
3855
|
datatable?: DataTableSettings;
|
|
@@ -4224,17 +4120,6 @@ export type EditErrorHandlerData = {
|
|
|
4224
4120
|
workspace: string;
|
|
4225
4121
|
};
|
|
4226
4122
|
export type EditErrorHandlerResponse = string;
|
|
4227
|
-
export type EditSuccessHandlerData = {
|
|
4228
|
-
/**
|
|
4229
|
-
* WorkspaceSuccessHandler
|
|
4230
|
-
*/
|
|
4231
|
-
requestBody: {
|
|
4232
|
-
success_handler?: string;
|
|
4233
|
-
success_handler_extra_args?: ScriptArgs;
|
|
4234
|
-
};
|
|
4235
|
-
workspace: string;
|
|
4236
|
-
};
|
|
4237
|
-
export type EditSuccessHandlerResponse = string;
|
|
4238
4123
|
export type EditLargeFileStorageConfigData = {
|
|
4239
4124
|
/**
|
|
4240
4125
|
* LargeFileStorage info
|
|
@@ -4253,10 +4138,6 @@ export type ListDataTablesData = {
|
|
|
4253
4138
|
workspace: string;
|
|
4254
4139
|
};
|
|
4255
4140
|
export type ListDataTablesResponse = Array<(string)>;
|
|
4256
|
-
export type ListDataTableSchemasData = {
|
|
4257
|
-
workspace: string;
|
|
4258
|
-
};
|
|
4259
|
-
export type ListDataTableSchemasResponse = Array<DataTableSchema>;
|
|
4260
4141
|
export type EditDucklakeConfigData = {
|
|
4261
4142
|
/**
|
|
4262
4143
|
* Ducklake settings
|
|
@@ -4380,6 +4261,10 @@ export type GetWorkspaceDefaultAppData = {
|
|
|
4380
4261
|
export type GetWorkspaceDefaultAppResponse = {
|
|
4381
4262
|
default_app_path?: string;
|
|
4382
4263
|
};
|
|
4264
|
+
export type GetLargeFileStorageConfigData = {
|
|
4265
|
+
workspace: string;
|
|
4266
|
+
};
|
|
4267
|
+
export type GetLargeFileStorageConfigResponse = LargeFileStorage;
|
|
4383
4268
|
export type GetWorkspaceUsageData = {
|
|
4384
4269
|
workspace: string;
|
|
4385
4270
|
};
|
|
@@ -4520,28 +4405,6 @@ export type TestMetadataData = {
|
|
|
4520
4405
|
};
|
|
4521
4406
|
export type TestMetadataResponse = string;
|
|
4522
4407
|
export type ListGlobalSettingsResponse = Array<GlobalSetting>;
|
|
4523
|
-
export type GetJwksResponse = JwksResponse;
|
|
4524
|
-
export type TestSecretBackendData = {
|
|
4525
|
-
/**
|
|
4526
|
-
* Vault settings to test
|
|
4527
|
-
*/
|
|
4528
|
-
requestBody: VaultSettings;
|
|
4529
|
-
};
|
|
4530
|
-
export type TestSecretBackendResponse = string;
|
|
4531
|
-
export type MigrateSecretsToVaultData = {
|
|
4532
|
-
/**
|
|
4533
|
-
* Vault settings for migration target
|
|
4534
|
-
*/
|
|
4535
|
-
requestBody: VaultSettings;
|
|
4536
|
-
};
|
|
4537
|
-
export type MigrateSecretsToVaultResponse = SecretMigrationReport;
|
|
4538
|
-
export type MigrateSecretsToDatabaseData = {
|
|
4539
|
-
/**
|
|
4540
|
-
* Vault settings for migration source
|
|
4541
|
-
*/
|
|
4542
|
-
requestBody: VaultSettings;
|
|
4543
|
-
};
|
|
4544
|
-
export type MigrateSecretsToDatabaseResponse = SecretMigrationReport;
|
|
4545
4408
|
export type GetSecondaryStorageNamesData = {
|
|
4546
4409
|
workspace: string;
|
|
4547
4410
|
};
|
|
@@ -4750,10 +4613,6 @@ export type CreateAccountData = {
|
|
|
4750
4613
|
* OAuth token URL override for resource-level authentication (client_credentials flow only)
|
|
4751
4614
|
*/
|
|
4752
4615
|
cc_token_url?: string;
|
|
4753
|
-
/**
|
|
4754
|
-
* MCP server URL for MCP OAuth token refresh
|
|
4755
|
-
*/
|
|
4756
|
-
mcp_server_url?: string;
|
|
4757
4616
|
};
|
|
4758
4617
|
workspace: string;
|
|
4759
4618
|
};
|
|
@@ -5047,66 +4906,6 @@ export type QueryResourceTypesResponse = Array<{
|
|
|
5047
4906
|
score: number;
|
|
5048
4907
|
schema?: unknown;
|
|
5049
4908
|
}>;
|
|
5050
|
-
export type GetNpmPackageMetadataData = {
|
|
5051
|
-
/**
|
|
5052
|
-
* npm package name
|
|
5053
|
-
*/
|
|
5054
|
-
_package: string;
|
|
5055
|
-
workspace: string;
|
|
5056
|
-
};
|
|
5057
|
-
export type GetNpmPackageMetadataResponse = {
|
|
5058
|
-
tags?: {
|
|
5059
|
-
[key: string]: (string);
|
|
5060
|
-
};
|
|
5061
|
-
versions?: Array<(string)>;
|
|
5062
|
-
};
|
|
5063
|
-
export type ResolveNpmPackageVersionData = {
|
|
5064
|
-
/**
|
|
5065
|
-
* npm package name
|
|
5066
|
-
*/
|
|
5067
|
-
_package: string;
|
|
5068
|
-
/**
|
|
5069
|
-
* version tag or reference
|
|
5070
|
-
*/
|
|
5071
|
-
tag?: string;
|
|
5072
|
-
workspace: string;
|
|
5073
|
-
};
|
|
5074
|
-
export type ResolveNpmPackageVersionResponse = {
|
|
5075
|
-
version?: string | null;
|
|
5076
|
-
};
|
|
5077
|
-
export type GetNpmPackageFiletreeData = {
|
|
5078
|
-
/**
|
|
5079
|
-
* npm package name
|
|
5080
|
-
*/
|
|
5081
|
-
_package: string;
|
|
5082
|
-
/**
|
|
5083
|
-
* package version
|
|
5084
|
-
*/
|
|
5085
|
-
version: string;
|
|
5086
|
-
workspace: string;
|
|
5087
|
-
};
|
|
5088
|
-
export type GetNpmPackageFiletreeResponse = {
|
|
5089
|
-
default?: string;
|
|
5090
|
-
files?: Array<{
|
|
5091
|
-
name?: string;
|
|
5092
|
-
}>;
|
|
5093
|
-
};
|
|
5094
|
-
export type GetNpmPackageFileData = {
|
|
5095
|
-
/**
|
|
5096
|
-
* npm package name
|
|
5097
|
-
*/
|
|
5098
|
-
_package: string;
|
|
5099
|
-
/**
|
|
5100
|
-
* file path within package
|
|
5101
|
-
*/
|
|
5102
|
-
filepath: string;
|
|
5103
|
-
/**
|
|
5104
|
-
* package version
|
|
5105
|
-
*/
|
|
5106
|
-
version: string;
|
|
5107
|
-
workspace: string;
|
|
5108
|
-
};
|
|
5109
|
-
export type GetNpmPackageFileResponse = string;
|
|
5110
4909
|
export type ListHubIntegrationsData = {
|
|
5111
4910
|
/**
|
|
5112
4911
|
* query integrations kind
|
|
@@ -5977,12 +5776,9 @@ export type DeleteDraftData = {
|
|
|
5977
5776
|
export type DeleteDraftResponse = string;
|
|
5978
5777
|
export type GetCustomTagsData = {
|
|
5979
5778
|
showWorkspaceRestriction?: boolean;
|
|
5779
|
+
workspace?: string;
|
|
5980
5780
|
};
|
|
5981
5781
|
export type GetCustomTagsResponse = Array<(string)>;
|
|
5982
|
-
export type GetCustomTagsForWorkspaceData = {
|
|
5983
|
-
workspace: string;
|
|
5984
|
-
};
|
|
5985
|
-
export type GetCustomTagsForWorkspaceResponse = Array<(string)>;
|
|
5986
5782
|
export type GeDefaultTagsResponse = Array<(string)>;
|
|
5987
5783
|
export type IsDefaultTagsPerWorkspaceResponse = boolean;
|
|
5988
5784
|
export type ListWorkersData = {
|
|
@@ -6005,10 +5801,6 @@ export type ExistsWorkersWithTagsData = {
|
|
|
6005
5801
|
* comma separated list of tags
|
|
6006
5802
|
*/
|
|
6007
5803
|
tags: string;
|
|
6008
|
-
/**
|
|
6009
|
-
* workspace to filter tags visibility (required when TAGS_ARE_SENSITIVE is enabled for non-superadmins)
|
|
6010
|
-
*/
|
|
6011
|
-
workspace?: string;
|
|
6012
5804
|
};
|
|
6013
5805
|
export type ExistsWorkersWithTagsResponse = {
|
|
6014
5806
|
[key: string]: (boolean);
|
|
@@ -7334,13 +7126,6 @@ export type CancelSelectionData = {
|
|
|
7334
7126
|
workspace: string;
|
|
7335
7127
|
};
|
|
7336
7128
|
export type CancelSelectionResponse = Array<(string)>;
|
|
7337
|
-
export type GetJobOtelTracesData = {
|
|
7338
|
-
id: string;
|
|
7339
|
-
workspace: string;
|
|
7340
|
-
};
|
|
7341
|
-
export type GetJobOtelTracesResponse = Array<{
|
|
7342
|
-
[key: string]: unknown;
|
|
7343
|
-
}>;
|
|
7344
7129
|
export type ListCompletedJobsData = {
|
|
7345
7130
|
/**
|
|
7346
7131
|
* allow wildcards (*) in the filter of label, tag, worker
|
|
@@ -7797,10 +7582,6 @@ export type CreateJobSignatureData = {
|
|
|
7797
7582
|
export type CreateJobSignatureResponse = string;
|
|
7798
7583
|
export type GetResumeUrlsData = {
|
|
7799
7584
|
approver?: string;
|
|
7800
|
-
/**
|
|
7801
|
-
* If true, generate resume URLs for the parent flow instead of the specific step. This allows pre-approvals that can be consumed by any later suspend step in the same flow.
|
|
7802
|
-
*/
|
|
7803
|
-
flowLevel?: boolean;
|
|
7804
7585
|
id: string;
|
|
7805
7586
|
resumeId: number;
|
|
7806
7587
|
workspace: string;
|
|
@@ -10079,42 +9860,6 @@ export type ListMcpToolsData = {
|
|
|
10079
9860
|
workspace: string;
|
|
10080
9861
|
};
|
|
10081
9862
|
export type ListMcpToolsResponse = Array<EndpointTool>;
|
|
10082
|
-
export type DiscoverMcpOauthData = {
|
|
10083
|
-
requestBody: {
|
|
10084
|
-
/**
|
|
10085
|
-
* URL of the MCP server to discover OAuth metadata from
|
|
10086
|
-
*/
|
|
10087
|
-
mcp_server_url: string;
|
|
10088
|
-
};
|
|
10089
|
-
};
|
|
10090
|
-
export type DiscoverMcpOauthResponse = {
|
|
10091
|
-
scopes_supported?: Array<(string)>;
|
|
10092
|
-
authorization_endpoint?: string;
|
|
10093
|
-
token_endpoint?: string;
|
|
10094
|
-
registration_endpoint?: string;
|
|
10095
|
-
supports_dynamic_registration?: boolean;
|
|
10096
|
-
};
|
|
10097
|
-
export type StartMcpOauthPopupData = {
|
|
10098
|
-
/**
|
|
10099
|
-
* URL of the MCP server to connect to
|
|
10100
|
-
*/
|
|
10101
|
-
mcpServerUrl: string;
|
|
10102
|
-
/**
|
|
10103
|
-
* Comma-separated list of OAuth scopes to request
|
|
10104
|
-
*/
|
|
10105
|
-
scopes?: string;
|
|
10106
|
-
};
|
|
10107
|
-
export type McpOauthCallbackData = {
|
|
10108
|
-
/**
|
|
10109
|
-
* OAuth authorization code
|
|
10110
|
-
*/
|
|
10111
|
-
code: string;
|
|
10112
|
-
/**
|
|
10113
|
-
* CSRF state token
|
|
10114
|
-
*/
|
|
10115
|
-
state: string;
|
|
10116
|
-
};
|
|
10117
|
-
export type McpOauthCallbackResponse = string;
|
|
10118
9863
|
export type $OpenApiTs = {
|
|
10119
9864
|
'/version': {
|
|
10120
9865
|
get: {
|
|
@@ -10281,61 +10026,6 @@ export type $OpenApiTs = {
|
|
|
10281
10026
|
};
|
|
10282
10027
|
};
|
|
10283
10028
|
};
|
|
10284
|
-
'/auth/is_smtp_configured': {
|
|
10285
|
-
get: {
|
|
10286
|
-
res: {
|
|
10287
|
-
/**
|
|
10288
|
-
* returns true if SMTP is configured
|
|
10289
|
-
*/
|
|
10290
|
-
200: boolean;
|
|
10291
|
-
};
|
|
10292
|
-
};
|
|
10293
|
-
};
|
|
10294
|
-
'/auth/request_password_reset': {
|
|
10295
|
-
post: {
|
|
10296
|
-
req: {
|
|
10297
|
-
/**
|
|
10298
|
-
* email to send password reset link to
|
|
10299
|
-
*/
|
|
10300
|
-
requestBody: {
|
|
10301
|
-
email: string;
|
|
10302
|
-
};
|
|
10303
|
-
};
|
|
10304
|
-
res: {
|
|
10305
|
-
/**
|
|
10306
|
-
* password reset email sent (if user exists)
|
|
10307
|
-
*/
|
|
10308
|
-
200: PasswordResetResponse;
|
|
10309
|
-
/**
|
|
10310
|
-
* SMTP not configured
|
|
10311
|
-
*/
|
|
10312
|
-
400: unknown;
|
|
10313
|
-
};
|
|
10314
|
-
};
|
|
10315
|
-
};
|
|
10316
|
-
'/auth/reset_password': {
|
|
10317
|
-
post: {
|
|
10318
|
-
req: {
|
|
10319
|
-
/**
|
|
10320
|
-
* token and new password
|
|
10321
|
-
*/
|
|
10322
|
-
requestBody: {
|
|
10323
|
-
token: string;
|
|
10324
|
-
new_password: string;
|
|
10325
|
-
};
|
|
10326
|
-
};
|
|
10327
|
-
res: {
|
|
10328
|
-
/**
|
|
10329
|
-
* password reset successfully
|
|
10330
|
-
*/
|
|
10331
|
-
200: PasswordResetResponse;
|
|
10332
|
-
/**
|
|
10333
|
-
* invalid or expired token
|
|
10334
|
-
*/
|
|
10335
|
-
400: unknown;
|
|
10336
|
-
};
|
|
10337
|
-
};
|
|
10338
|
-
};
|
|
10339
10029
|
'/w/{workspace}/users/get/{username}': {
|
|
10340
10030
|
get: {
|
|
10341
10031
|
req: {
|
|
@@ -11489,8 +11179,6 @@ export type $OpenApiTs = {
|
|
|
11489
11179
|
error_handler?: string;
|
|
11490
11180
|
error_handler_extra_args?: ScriptArgs;
|
|
11491
11181
|
error_handler_muted_on_cancel: boolean;
|
|
11492
|
-
success_handler?: string;
|
|
11493
|
-
success_handler_extra_args?: ScriptArgs;
|
|
11494
11182
|
large_file_storage?: LargeFileStorage;
|
|
11495
11183
|
ducklake?: DucklakeSettings;
|
|
11496
11184
|
datatable?: DataTableSettings;
|
|
@@ -11992,26 +11680,6 @@ export type $OpenApiTs = {
|
|
|
11992
11680
|
};
|
|
11993
11681
|
};
|
|
11994
11682
|
};
|
|
11995
|
-
'/w/{workspace}/workspaces/edit_success_handler': {
|
|
11996
|
-
post: {
|
|
11997
|
-
req: {
|
|
11998
|
-
/**
|
|
11999
|
-
* WorkspaceSuccessHandler
|
|
12000
|
-
*/
|
|
12001
|
-
requestBody: {
|
|
12002
|
-
success_handler?: string;
|
|
12003
|
-
success_handler_extra_args?: ScriptArgs;
|
|
12004
|
-
};
|
|
12005
|
-
workspace: string;
|
|
12006
|
-
};
|
|
12007
|
-
res: {
|
|
12008
|
-
/**
|
|
12009
|
-
* status
|
|
12010
|
-
*/
|
|
12011
|
-
200: string;
|
|
12012
|
-
};
|
|
12013
|
-
};
|
|
12014
|
-
};
|
|
12015
11683
|
'/w/{workspace}/workspaces/edit_large_file_storage_config': {
|
|
12016
11684
|
post: {
|
|
12017
11685
|
req: {
|
|
@@ -12057,19 +11725,6 @@ export type $OpenApiTs = {
|
|
|
12057
11725
|
};
|
|
12058
11726
|
};
|
|
12059
11727
|
};
|
|
12060
|
-
'/w/{workspace}/workspaces/list_datatable_schemas': {
|
|
12061
|
-
get: {
|
|
12062
|
-
req: {
|
|
12063
|
-
workspace: string;
|
|
12064
|
-
};
|
|
12065
|
-
res: {
|
|
12066
|
-
/**
|
|
12067
|
-
* schemas of all datatables
|
|
12068
|
-
*/
|
|
12069
|
-
200: Array<DataTableSchema>;
|
|
12070
|
-
};
|
|
12071
|
-
};
|
|
12072
|
-
};
|
|
12073
11728
|
'/w/{workspace}/workspaces/edit_ducklake_config': {
|
|
12074
11729
|
post: {
|
|
12075
11730
|
req: {
|
|
@@ -12306,6 +11961,19 @@ export type $OpenApiTs = {
|
|
|
12306
11961
|
};
|
|
12307
11962
|
};
|
|
12308
11963
|
};
|
|
11964
|
+
'/w/{workspace}/workspaces/get_large_file_storage_config': {
|
|
11965
|
+
get: {
|
|
11966
|
+
req: {
|
|
11967
|
+
workspace: string;
|
|
11968
|
+
};
|
|
11969
|
+
res: {
|
|
11970
|
+
/**
|
|
11971
|
+
* status
|
|
11972
|
+
*/
|
|
11973
|
+
200: LargeFileStorage;
|
|
11974
|
+
};
|
|
11975
|
+
};
|
|
11976
|
+
};
|
|
12309
11977
|
'/w/{workspace}/workspaces/usage': {
|
|
12310
11978
|
get: {
|
|
12311
11979
|
req: {
|
|
@@ -12633,64 +12301,6 @@ export type $OpenApiTs = {
|
|
|
12633
12301
|
};
|
|
12634
12302
|
};
|
|
12635
12303
|
};
|
|
12636
|
-
'/.well-known/jwks.json': {
|
|
12637
|
-
get: {
|
|
12638
|
-
res: {
|
|
12639
|
-
/**
|
|
12640
|
-
* JSON Web Key Set
|
|
12641
|
-
*/
|
|
12642
|
-
200: JwksResponse;
|
|
12643
|
-
};
|
|
12644
|
-
};
|
|
12645
|
-
};
|
|
12646
|
-
'/settings/test_secret_backend': {
|
|
12647
|
-
post: {
|
|
12648
|
-
req: {
|
|
12649
|
-
/**
|
|
12650
|
-
* Vault settings to test
|
|
12651
|
-
*/
|
|
12652
|
-
requestBody: VaultSettings;
|
|
12653
|
-
};
|
|
12654
|
-
res: {
|
|
12655
|
-
/**
|
|
12656
|
-
* connection successful
|
|
12657
|
-
*/
|
|
12658
|
-
200: string;
|
|
12659
|
-
};
|
|
12660
|
-
};
|
|
12661
|
-
};
|
|
12662
|
-
'/settings/migrate_secrets_to_vault': {
|
|
12663
|
-
post: {
|
|
12664
|
-
req: {
|
|
12665
|
-
/**
|
|
12666
|
-
* Vault settings for migration target
|
|
12667
|
-
*/
|
|
12668
|
-
requestBody: VaultSettings;
|
|
12669
|
-
};
|
|
12670
|
-
res: {
|
|
12671
|
-
/**
|
|
12672
|
-
* migration report
|
|
12673
|
-
*/
|
|
12674
|
-
200: SecretMigrationReport;
|
|
12675
|
-
};
|
|
12676
|
-
};
|
|
12677
|
-
};
|
|
12678
|
-
'/settings/migrate_secrets_to_database': {
|
|
12679
|
-
post: {
|
|
12680
|
-
req: {
|
|
12681
|
-
/**
|
|
12682
|
-
* Vault settings for migration source
|
|
12683
|
-
*/
|
|
12684
|
-
requestBody: VaultSettings;
|
|
12685
|
-
};
|
|
12686
|
-
res: {
|
|
12687
|
-
/**
|
|
12688
|
-
* migration report
|
|
12689
|
-
*/
|
|
12690
|
-
200: SecretMigrationReport;
|
|
12691
|
-
};
|
|
12692
|
-
};
|
|
12693
|
-
};
|
|
12694
12304
|
'/w/{workspace}/workspaces/get_secondary_storage_names': {
|
|
12695
12305
|
get: {
|
|
12696
12306
|
req: {
|
|
@@ -13081,10 +12691,6 @@ export type $OpenApiTs = {
|
|
|
13081
12691
|
* OAuth token URL override for resource-level authentication (client_credentials flow only)
|
|
13082
12692
|
*/
|
|
13083
12693
|
cc_token_url?: string;
|
|
13084
|
-
/**
|
|
13085
|
-
* MCP server URL for MCP OAuth token refresh
|
|
13086
|
-
*/
|
|
13087
|
-
mcp_server_url?: string;
|
|
13088
12694
|
};
|
|
13089
12695
|
workspace: string;
|
|
13090
12696
|
};
|
|
@@ -13673,102 +13279,6 @@ export type $OpenApiTs = {
|
|
|
13673
13279
|
};
|
|
13674
13280
|
};
|
|
13675
13281
|
};
|
|
13676
|
-
'/w/{workspace}/npm_proxy/metadata/{package}': {
|
|
13677
|
-
get: {
|
|
13678
|
-
req: {
|
|
13679
|
-
/**
|
|
13680
|
-
* npm package name
|
|
13681
|
-
*/
|
|
13682
|
-
_package: string;
|
|
13683
|
-
workspace: string;
|
|
13684
|
-
};
|
|
13685
|
-
res: {
|
|
13686
|
-
/**
|
|
13687
|
-
* package metadata
|
|
13688
|
-
*/
|
|
13689
|
-
200: {
|
|
13690
|
-
tags?: {
|
|
13691
|
-
[key: string]: (string);
|
|
13692
|
-
};
|
|
13693
|
-
versions?: Array<(string)>;
|
|
13694
|
-
};
|
|
13695
|
-
};
|
|
13696
|
-
};
|
|
13697
|
-
};
|
|
13698
|
-
'/w/{workspace}/npm_proxy/resolve/{package}': {
|
|
13699
|
-
get: {
|
|
13700
|
-
req: {
|
|
13701
|
-
/**
|
|
13702
|
-
* npm package name
|
|
13703
|
-
*/
|
|
13704
|
-
_package: string;
|
|
13705
|
-
/**
|
|
13706
|
-
* version tag or reference
|
|
13707
|
-
*/
|
|
13708
|
-
tag?: string;
|
|
13709
|
-
workspace: string;
|
|
13710
|
-
};
|
|
13711
|
-
res: {
|
|
13712
|
-
/**
|
|
13713
|
-
* resolved version
|
|
13714
|
-
*/
|
|
13715
|
-
200: {
|
|
13716
|
-
version?: string | null;
|
|
13717
|
-
};
|
|
13718
|
-
};
|
|
13719
|
-
};
|
|
13720
|
-
};
|
|
13721
|
-
'/w/{workspace}/npm_proxy/filetree/{package}/{version}': {
|
|
13722
|
-
get: {
|
|
13723
|
-
req: {
|
|
13724
|
-
/**
|
|
13725
|
-
* npm package name
|
|
13726
|
-
*/
|
|
13727
|
-
_package: string;
|
|
13728
|
-
/**
|
|
13729
|
-
* package version
|
|
13730
|
-
*/
|
|
13731
|
-
version: string;
|
|
13732
|
-
workspace: string;
|
|
13733
|
-
};
|
|
13734
|
-
res: {
|
|
13735
|
-
/**
|
|
13736
|
-
* package file tree
|
|
13737
|
-
*/
|
|
13738
|
-
200: {
|
|
13739
|
-
default?: string;
|
|
13740
|
-
files?: Array<{
|
|
13741
|
-
name?: string;
|
|
13742
|
-
}>;
|
|
13743
|
-
};
|
|
13744
|
-
};
|
|
13745
|
-
};
|
|
13746
|
-
};
|
|
13747
|
-
'/w/{workspace}/npm_proxy/file/{package}/{version}/{filepath}': {
|
|
13748
|
-
get: {
|
|
13749
|
-
req: {
|
|
13750
|
-
/**
|
|
13751
|
-
* npm package name
|
|
13752
|
-
*/
|
|
13753
|
-
_package: string;
|
|
13754
|
-
/**
|
|
13755
|
-
* file path within package
|
|
13756
|
-
*/
|
|
13757
|
-
filepath: string;
|
|
13758
|
-
/**
|
|
13759
|
-
* package version
|
|
13760
|
-
*/
|
|
13761
|
-
version: string;
|
|
13762
|
-
workspace: string;
|
|
13763
|
-
};
|
|
13764
|
-
res: {
|
|
13765
|
-
/**
|
|
13766
|
-
* file content
|
|
13767
|
-
*/
|
|
13768
|
-
200: string;
|
|
13769
|
-
};
|
|
13770
|
-
};
|
|
13771
|
-
};
|
|
13772
13282
|
'/integrations/hub/list': {
|
|
13773
13283
|
get: {
|
|
13774
13284
|
req: {
|
|
@@ -15370,6 +14880,7 @@ export type $OpenApiTs = {
|
|
|
15370
14880
|
get: {
|
|
15371
14881
|
req: {
|
|
15372
14882
|
showWorkspaceRestriction?: boolean;
|
|
14883
|
+
workspace?: string;
|
|
15373
14884
|
};
|
|
15374
14885
|
res: {
|
|
15375
14886
|
/**
|
|
@@ -15379,19 +14890,6 @@ export type $OpenApiTs = {
|
|
|
15379
14890
|
};
|
|
15380
14891
|
};
|
|
15381
14892
|
};
|
|
15382
|
-
'/w/{workspace}/workers/custom_tags': {
|
|
15383
|
-
get: {
|
|
15384
|
-
req: {
|
|
15385
|
-
workspace: string;
|
|
15386
|
-
};
|
|
15387
|
-
res: {
|
|
15388
|
-
/**
|
|
15389
|
-
* list of custom tags for workspace
|
|
15390
|
-
*/
|
|
15391
|
-
200: Array<(string)>;
|
|
15392
|
-
};
|
|
15393
|
-
};
|
|
15394
|
-
};
|
|
15395
14893
|
'/workers/get_default_tags': {
|
|
15396
14894
|
get: {
|
|
15397
14895
|
res: {
|
|
@@ -15443,10 +14941,6 @@ export type $OpenApiTs = {
|
|
|
15443
14941
|
* comma separated list of tags
|
|
15444
14942
|
*/
|
|
15445
14943
|
tags: string;
|
|
15446
|
-
/**
|
|
15447
|
-
* workspace to filter tags visibility (required when TAGS_ARE_SENSITIVE is enabled for non-superadmins)
|
|
15448
|
-
*/
|
|
15449
|
-
workspace?: string;
|
|
15450
14944
|
};
|
|
15451
14945
|
res: {
|
|
15452
14946
|
/**
|
|
@@ -17163,22 +16657,6 @@ export type $OpenApiTs = {
|
|
|
17163
16657
|
};
|
|
17164
16658
|
};
|
|
17165
16659
|
};
|
|
17166
|
-
'/w/{workspace}/jobs/get_otel_traces/{id}': {
|
|
17167
|
-
get: {
|
|
17168
|
-
req: {
|
|
17169
|
-
id: string;
|
|
17170
|
-
workspace: string;
|
|
17171
|
-
};
|
|
17172
|
-
res: {
|
|
17173
|
-
/**
|
|
17174
|
-
* list of OTEL Span objects (compatible with OpenTelemetry Span proto)
|
|
17175
|
-
*/
|
|
17176
|
-
200: Array<{
|
|
17177
|
-
[key: string]: unknown;
|
|
17178
|
-
}>;
|
|
17179
|
-
};
|
|
17180
|
-
};
|
|
17181
|
-
};
|
|
17182
16660
|
'/w/{workspace}/jobs/completed/list': {
|
|
17183
16661
|
get: {
|
|
17184
16662
|
req: {
|
|
@@ -17907,10 +17385,6 @@ export type $OpenApiTs = {
|
|
|
17907
17385
|
get: {
|
|
17908
17386
|
req: {
|
|
17909
17387
|
approver?: string;
|
|
17910
|
-
/**
|
|
17911
|
-
* If true, generate resume URLs for the parent flow instead of the specific step. This allows pre-approvals that can be consumed by any later suspend step in the same flow.
|
|
17912
|
-
*/
|
|
17913
|
-
flowLevel?: boolean;
|
|
17914
17388
|
id: string;
|
|
17915
17389
|
resumeId: number;
|
|
17916
17390
|
workspace: string;
|
|
@@ -22170,68 +21644,4 @@ export type $OpenApiTs = {
|
|
|
22170
21644
|
};
|
|
22171
21645
|
};
|
|
22172
21646
|
};
|
|
22173
|
-
'/mcp/oauth/discover': {
|
|
22174
|
-
post: {
|
|
22175
|
-
req: {
|
|
22176
|
-
requestBody: {
|
|
22177
|
-
/**
|
|
22178
|
-
* URL of the MCP server to discover OAuth metadata from
|
|
22179
|
-
*/
|
|
22180
|
-
mcp_server_url: string;
|
|
22181
|
-
};
|
|
22182
|
-
};
|
|
22183
|
-
res: {
|
|
22184
|
-
/**
|
|
22185
|
-
* OAuth metadata from MCP server
|
|
22186
|
-
*/
|
|
22187
|
-
200: {
|
|
22188
|
-
scopes_supported?: Array<(string)>;
|
|
22189
|
-
authorization_endpoint?: string;
|
|
22190
|
-
token_endpoint?: string;
|
|
22191
|
-
registration_endpoint?: string;
|
|
22192
|
-
supports_dynamic_registration?: boolean;
|
|
22193
|
-
};
|
|
22194
|
-
};
|
|
22195
|
-
};
|
|
22196
|
-
};
|
|
22197
|
-
'/mcp/oauth/start': {
|
|
22198
|
-
get: {
|
|
22199
|
-
req: {
|
|
22200
|
-
/**
|
|
22201
|
-
* URL of the MCP server to connect to
|
|
22202
|
-
*/
|
|
22203
|
-
mcpServerUrl: string;
|
|
22204
|
-
/**
|
|
22205
|
-
* Comma-separated list of OAuth scopes to request
|
|
22206
|
-
*/
|
|
22207
|
-
scopes?: string;
|
|
22208
|
-
};
|
|
22209
|
-
res: {
|
|
22210
|
-
/**
|
|
22211
|
-
* Redirect to OAuth provider authorization URL
|
|
22212
|
-
*/
|
|
22213
|
-
302: unknown;
|
|
22214
|
-
};
|
|
22215
|
-
};
|
|
22216
|
-
};
|
|
22217
|
-
'/mcp/oauth/callback': {
|
|
22218
|
-
get: {
|
|
22219
|
-
req: {
|
|
22220
|
-
/**
|
|
22221
|
-
* OAuth authorization code
|
|
22222
|
-
*/
|
|
22223
|
-
code: string;
|
|
22224
|
-
/**
|
|
22225
|
-
* CSRF state token
|
|
22226
|
-
*/
|
|
22227
|
-
state: string;
|
|
22228
|
-
};
|
|
22229
|
-
res: {
|
|
22230
|
-
/**
|
|
22231
|
-
* HTML page with JavaScript that posts tokens to opener window and closes
|
|
22232
|
-
*/
|
|
22233
|
-
200: string;
|
|
22234
|
-
};
|
|
22235
|
-
};
|
|
22236
|
-
};
|
|
22237
21647
|
};
|