windmill-components 1.472.1 → 1.472.2
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/app.css +167 -0
- package/package/ata/apis.d.ts +31 -0
- package/package/ata/apis.js +60 -0
- package/package/ata/edgeCases.d.ts +2 -0
- package/package/ata/edgeCases.js +70 -0
- package/package/ata/index.d.ts +60 -0
- package/package/ata/index.js +221 -0
- package/package/ata/userFacingTypes.d.ts +44 -0
- package/package/autosize.d.ts +4 -0
- package/package/autosize.js +76 -0
- package/package/base.d.ts +1 -0
- package/package/base.js +1 -0
- package/package/cloud.d.ts +1 -0
- package/package/cloud.js +4 -0
- package/package/common.d.ts +101 -0
- package/package/common.js +74 -0
- package/package/components/AddUser.svelte +120 -0
- package/package/components/AddUser.svelte.d.ts +16 -0
- package/package/components/AllFlowLogs.svelte +31 -0
- package/package/components/AllFlowLogs.svelte.d.ts +18 -0
- package/package/components/ApiConnectForm.svelte +224 -0
- package/package/components/ApiConnectForm.svelte.d.ts +22 -0
- package/package/components/AppConnectDrawer.svelte +79 -0
- package/package/components/AppConnectDrawer.svelte.d.ts +21 -0
- package/package/components/AppConnectInner.svelte +580 -0
- package/package/components/AppConnectInner.svelte.d.ts +29 -0
- package/package/components/AppConnectLightweightResourcePicker.svelte +56 -0
- package/package/components/AppConnectLightweightResourcePicker.svelte.d.ts +21 -0
- package/package/components/AppTutorials.svelte +49 -0
- package/package/components/AppTutorials.svelte.d.ts +24 -0
- package/package/components/ArgEnum.svelte +53 -0
- package/package/components/ArgEnum.svelte.d.ts +28 -0
- package/package/components/ArgInfo.svelte +100 -0
- package/package/components/ArgInfo.svelte.d.ts +16 -0
- package/package/components/ArgInput.svelte +1089 -0
- package/package/components/ArgInput.svelte.d.ts +113 -0
- package/package/components/ArrayTypeNarrowing.svelte +149 -0
- package/package/components/ArrayTypeNarrowing.svelte.d.ts +27 -0
- package/package/components/AssignableTags.svelte +33 -0
- package/package/components/AssignableTags.svelte.d.ts +21 -0
- package/package/components/AssignableTagsInner.svelte +89 -0
- package/package/components/AssignableTagsInner.svelte.d.ts +18 -0
- package/package/components/Auth0Setting.svelte +103 -0
- package/package/components/Auth0Setting.svelte.d.ts +16 -0
- package/package/components/AuthSettings.svelte +253 -0
- package/package/components/AuthSettings.svelte.d.ts +20 -0
- package/package/components/AutheliaSetting.svelte +63 -0
- package/package/components/AutheliaSetting.svelte.d.ts +16 -0
- package/package/components/AuthentikSetting.svelte +63 -0
- package/package/components/AuthentikSetting.svelte.d.ts +16 -0
- package/package/components/AutoscalingConfigEditor.svelte +355 -0
- package/package/components/AutoscalingConfigEditor.svelte.d.ts +20 -0
- package/package/components/AutoscalingEvents.svelte +70 -0
- package/package/components/AutoscalingEvents.svelte.d.ts +16 -0
- package/package/components/Awareness.svelte +17 -0
- package/package/components/Awareness.svelte.d.ts +14 -0
- package/package/components/Badge.svelte +12 -0
- package/package/components/Badge.svelte.d.ts +20 -0
- package/package/components/BoundedInputNumber +0 -0
- package/package/components/CenteredModal.svelte +43 -0
- package/package/components/CenteredModal.svelte.d.ts +21 -0
- package/package/components/CenteredPage.svelte +9 -0
- package/package/components/CenteredPage.svelte.d.ts +27 -0
- package/package/components/ChangeInstanceUsername.svelte +34 -0
- package/package/components/ChangeInstanceUsername.svelte.d.ts +20 -0
- package/package/components/ChangeInstanceUsernameInner.svelte +113 -0
- package/package/components/ChangeInstanceUsernameInner.svelte.d.ts +22 -0
- package/package/components/CliHelpBox.svelte +26 -0
- package/package/components/CliHelpBox.svelte.d.ts +14 -0
- package/package/components/CollapseLink.svelte +23 -0
- package/package/components/CollapseLink.svelte.d.ts +21 -0
- package/package/components/ConcurrentJobsChart.svelte +212 -0
- package/package/components/ConcurrentJobsChart.svelte.d.ts +23 -0
- package/package/components/ConfirmButton.svelte +31 -0
- package/package/components/ConfirmButton.svelte.d.ts +20 -0
- package/package/components/ConnectionSection.svelte +176 -0
- package/package/components/ConnectionSection.svelte.d.ts +28 -0
- package/package/components/ContentSearchInner.svelte +413 -0
- package/package/components/ContentSearchInner.svelte.d.ts +28 -0
- package/package/components/ContentSearchInnerItem.svelte +24 -0
- package/package/components/ContentSearchInnerItem.svelte.d.ts +22 -0
- package/package/components/ContextualVariableEditor.svelte +69 -0
- package/package/components/ContextualVariableEditor.svelte.d.ts +21 -0
- package/package/components/CronBuilder.svelte +20 -0
- package/package/components/CronBuilder.svelte.d.ts +18 -0
- package/package/components/CronInput.svelte +404 -0
- package/package/components/CronInput.svelte.d.ts +20 -0
- package/package/components/CustomOauth.svelte +77 -0
- package/package/components/CustomOauth.svelte.d.ts +23 -0
- package/package/components/CustomPopover.svelte +74 -0
- package/package/components/CustomPopover.svelte.d.ts +30 -0
- package/package/components/CustomSso.svelte +87 -0
- package/package/components/CustomSso.svelte.d.ts +24 -0
- package/package/components/DBSchemaExplorer.svelte +102 -0
- package/package/components/DBSchemaExplorer.svelte.d.ts +17 -0
- package/package/components/DarkModeObserver.svelte +22 -0
- package/package/components/DarkModeObserver.svelte.d.ts +18 -0
- package/package/components/DateInput.svelte +77 -0
- package/package/components/DateInput.svelte.d.ts +25 -0
- package/package/components/DateTimeInput.svelte +139 -0
- package/package/components/DateTimeInput.svelte.d.ts +28 -0
- package/package/components/DefaultScripts.svelte +29 -0
- package/package/components/DefaultScripts.svelte.d.ts +18 -0
- package/package/components/DefaultScriptsInner.svelte +89 -0
- package/package/components/DefaultScriptsInner.svelte.d.ts +16 -0
- package/package/components/DefaultTags.svelte +25 -0
- package/package/components/DefaultTags.svelte.d.ts +17 -0
- package/package/components/DefaultTagsInner.svelte +107 -0
- package/package/components/DefaultTagsInner.svelte.d.ts +17 -0
- package/package/components/DeployToSetting.svelte +190 -0
- package/package/components/DeployToSetting.svelte.d.ts +27 -0
- package/package/components/DeployWorkspace.svelte +615 -0
- package/package/components/DeployWorkspace.svelte.d.ts +23 -0
- package/package/components/DeployWorkspaceDrawer.svelte +35 -0
- package/package/components/DeployWorkspaceDrawer.svelte.d.ts +17 -0
- package/package/components/Description.svelte +9 -0
- package/package/components/Description.svelte.d.ts +18 -0
- package/package/components/Dev.svelte +662 -0
- package/package/components/Dev.svelte.d.ts +14 -0
- package/package/components/DiffDrawer.svelte +220 -0
- package/package/components/DiffDrawer.svelte.d.ts +64 -0
- package/package/components/DiffEditor.svelte +101 -0
- package/package/components/DiffEditor.svelte.d.ts +41 -0
- package/package/components/DisplayResult.svelte +868 -0
- package/package/components/DisplayResult.svelte.d.ts +33 -0
- package/package/components/DraftBadge.svelte +19 -0
- package/package/components/DraftBadge.svelte.d.ts +17 -0
- package/package/components/DropdownV2.svelte +103 -0
- package/package/components/DropdownV2.svelte.d.ts +30 -0
- package/package/components/DropdownV2Inner.svelte +45 -0
- package/package/components/DropdownV2Inner.svelte.d.ts +19 -0
- package/package/components/DurationMs.svelte +17 -0
- package/package/components/DurationMs.svelte.d.ts +18 -0
- package/package/components/DynSelect.svelte +135 -0
- package/package/components/DynSelect.svelte.d.ts +29 -0
- package/package/components/EditableSchemaForm.svelte +645 -0
- package/package/components/EditableSchemaForm.svelte.d.ts +64 -0
- package/package/components/Editor.svelte +1141 -0
- package/package/components/Editor.svelte.d.ts +82 -0
- package/package/components/EditorBar.svelte +739 -0
- package/package/components/EditorBar.svelte.d.ts +50 -0
- package/package/components/EditorSettings.svelte +46 -0
- package/package/components/EditorSettings.svelte.d.ts +17 -0
- package/package/components/EditorTheme.svelte +20 -0
- package/package/components/EditorTheme.svelte.d.ts +14 -0
- package/package/components/ErrorOrRecoveryHandler.svelte +490 -0
- package/package/components/ErrorOrRecoveryHandler.svelte.d.ts +27 -0
- package/package/components/ExecutionDuration.svelte +45 -0
- package/package/components/ExecutionDuration.svelte.d.ts +24 -0
- package/package/components/FieldHeader.svelte +58 -0
- package/package/components/FieldHeader.svelte.d.ts +26 -0
- package/package/components/FirstStepInputs.svelte +113 -0
- package/package/components/FirstStepInputs.svelte.d.ts +17 -0
- package/package/components/FlowBuilder.svelte +1293 -0
- package/package/components/FlowBuilder.svelte.d.ts +67 -0
- package/package/components/FlowBuilderTutorials.svelte +113 -0
- package/package/components/FlowBuilderTutorials.svelte.d.ts +16 -0
- package/package/components/FlowGraphViewer.svelte +63 -0
- package/package/components/FlowGraphViewer.svelte.d.ts +33 -0
- package/package/components/FlowGraphViewerStep.svelte +298 -0
- package/package/components/FlowGraphViewerStep.svelte.d.ts +18 -0
- package/package/components/FlowHistoryJobPicker.svelte +48 -0
- package/package/components/FlowHistoryJobPicker.svelte.d.ts +21 -0
- package/package/components/FlowInputViewer.svelte +25 -0
- package/package/components/FlowInputViewer.svelte.d.ts +19 -0
- package/package/components/FlowJobResult.svelte +91 -0
- package/package/components/FlowJobResult.svelte.d.ts +30 -0
- package/package/components/FlowLoopIterationPreview.svelte +162 -0
- package/package/components/FlowLoopIterationPreview.svelte.d.ts +33 -0
- package/package/components/FlowMetadata.svelte +124 -0
- package/package/components/FlowMetadata.svelte.d.ts +19 -0
- package/package/components/FlowPlugConnect.svelte +17 -0
- package/package/components/FlowPlugConnect.svelte.d.ts +18 -0
- package/package/components/FlowPreviewContent.svelte +472 -0
- package/package/components/FlowPreviewContent.svelte.d.ts +30 -0
- package/package/components/FlowStatusViewer.svelte +67 -0
- package/package/components/FlowStatusViewer.svelte.d.ts +35 -0
- package/package/components/FlowStatusViewerInner.svelte +1260 -0
- package/package/components/FlowStatusViewerInner.svelte.d.ts +51 -0
- package/package/components/FlowStatusWaitingForEvents.svelte +149 -0
- package/package/components/FlowStatusWaitingForEvents.svelte.d.ts +19 -0
- package/package/components/FlowTimeline.svelte +195 -0
- package/package/components/FlowTimeline.svelte.d.ts +31 -0
- package/package/components/FlowTutorials.svelte +63 -0
- package/package/components/FlowTutorials.svelte.d.ts +20 -0
- package/package/components/FlowViewer.svelte +57 -0
- package/package/components/FlowViewer.svelte.d.ts +28 -0
- package/package/components/FlowViewerInner.svelte +104 -0
- package/package/components/FlowViewerInner.svelte.d.ts +22 -0
- package/package/components/FolderEditor.svelte +408 -0
- package/package/components/FolderEditor.svelte.d.ts +18 -0
- package/package/components/FolderInfo.svelte +13 -0
- package/package/components/FolderInfo.svelte.d.ts +16 -0
- package/package/components/FolderUsageInfo.svelte +28 -0
- package/package/components/FolderUsageInfo.svelte.d.ts +18 -0
- package/package/components/FormatOnSave.svelte +16 -0
- package/package/components/FormatOnSave.svelte.d.ts +14 -0
- package/package/components/GfmMarkdown.svelte +105 -0
- package/package/components/GfmMarkdown.svelte.d.ts +16 -0
- package/package/components/GraphqlSchemaViewer.svelte +32 -0
- package/package/components/GraphqlSchemaViewer.svelte.d.ts +18 -0
- package/package/components/GroupEditor.svelte +273 -0
- package/package/components/GroupEditor.svelte.d.ts +18 -0
- package/package/components/GroupInfo.svelte +22 -0
- package/package/components/GroupInfo.svelte.d.ts +16 -0
- package/package/components/HighlightCode.svelte +94 -0
- package/package/components/HighlightCode.svelte.d.ts +20 -0
- package/package/components/HighlightTheme.svelte +316 -0
- package/package/components/HighlightTheme.svelte.d.ts +14 -0
- package/package/components/HistoricInputs.svelte +136 -0
- package/package/components/HistoricInputs.svelte.d.ts +26 -0
- package/package/components/HistoricList.svelte +95 -0
- package/package/components/HistoricList.svelte.d.ts +24 -0
- package/package/components/IconedPath.svelte +24 -0
- package/package/components/IconedPath.svelte.d.ts +18 -0
- package/package/components/IconedResourceType.svelte +37 -0
- package/package/components/IconedResourceType.svelte.d.ts +37 -0
- package/package/components/IdEditorInput.svelte +81 -0
- package/package/components/IdEditorInput.svelte.d.ts +26 -0
- package/package/components/InfiniteList.svelte +167 -0
- package/package/components/InfiniteList.svelte.d.ts +40 -0
- package/package/components/InputTransformForm.svelte +554 -0
- package/package/components/InputTransformForm.svelte.d.ts +39 -0
- package/package/components/InputTransformSchemaForm.svelte +134 -0
- package/package/components/InputTransformSchemaForm.svelte.d.ts +34 -0
- package/package/components/InputTransformsViewer.svelte +30 -0
- package/package/components/InputTransformsViewer.svelte.d.ts +17 -0
- package/package/components/InstanceGroupEditor.svelte +114 -0
- package/package/components/InstanceGroupEditor.svelte.d.ts +18 -0
- package/package/components/InstanceNameEditor.svelte +144 -0
- package/package/components/InstanceNameEditor.svelte.d.ts +25 -0
- package/package/components/InstanceSetting.svelte +944 -0
- package/package/components/InstanceSetting.svelte.d.ts +27 -0
- package/package/components/InstanceSettings.svelte +306 -0
- package/package/components/InstanceSettings.svelte.d.ts +23 -0
- package/package/components/InviteGlobalUser.svelte +61 -0
- package/package/components/InviteGlobalUser.svelte.d.ts +16 -0
- package/package/components/InviteUser.svelte +103 -0
- package/package/components/InviteUser.svelte.d.ts +16 -0
- package/package/components/ItemPicker.svelte +174 -0
- package/package/components/ItemPicker.svelte.d.ts +29 -0
- package/package/components/JobArgs.svelte +166 -0
- package/package/components/JobArgs.svelte.d.ts +19 -0
- package/package/components/JobLogs.svelte +12 -0
- package/package/components/JobLogs.svelte.d.ts +16 -0
- package/package/components/JobStatus.svelte +45 -0
- package/package/components/JobStatus.svelte.d.ts +17 -0
- package/package/components/JsonEditor.svelte +46 -0
- package/package/components/JsonEditor.svelte.d.ts +26 -0
- package/package/components/JsonInputs.svelte +63 -0
- package/package/components/JsonInputs.svelte.d.ts +23 -0
- package/package/components/KanidmSetting.svelte +70 -0
- package/package/components/KanidmSetting.svelte.d.ts +16 -0
- package/package/components/KeycloakSetting.svelte +63 -0
- package/package/components/KeycloakSetting.svelte.d.ts +16 -0
- package/package/components/Label.svelte +27 -0
- package/package/components/Label.svelte.d.ts +26 -0
- package/package/components/LightweightResourcePicker.svelte +212 -0
- package/package/components/LightweightResourcePicker.svelte.d.ts +25 -0
- package/package/components/LogId.svelte +3 -0
- package/package/components/LogId.svelte.d.ts +16 -0
- package/package/components/LogSnippetViewer.svelte +31 -0
- package/package/components/LogSnippetViewer.svelte.d.ts +19 -0
- package/package/components/LogViewer.svelte +437 -0
- package/package/components/LogViewer.svelte.d.ts +29 -0
- package/package/components/Login.svelte +369 -0
- package/package/components/Login.svelte.d.ts +23 -0
- package/package/components/LoginPageHeader.svelte +16 -0
- package/package/components/LoginPageHeader.svelte.d.ts +23 -0
- package/package/components/ManualPopover.svelte +32 -0
- package/package/components/ManualPopover.svelte.d.ts +28 -0
- package/package/components/MapResult.svelte +151 -0
- package/package/components/MapResult.svelte.d.ts +27 -0
- package/package/components/MemoryFootprintViewer.svelte +85 -0
- package/package/components/MemoryFootprintViewer.svelte.d.ts +17 -0
- package/package/components/ModulePreview.svelte +171 -0
- package/package/components/ModulePreview.svelte.d.ts +33 -0
- package/package/components/ModulePreviewForm.svelte +99 -0
- package/package/components/ModulePreviewForm.svelte.d.ts +27 -0
- package/package/components/ModuleStatus.svelte +40 -0
- package/package/components/ModuleStatus.svelte.d.ts +19 -0
- package/package/components/MoveDrawer.svelte +114 -0
- package/package/components/MoveDrawer.svelte.d.ts +19 -0
- package/package/components/NoMainFuncBadge.svelte +8 -0
- package/package/components/NoMainFuncBadge.svelte.d.ts +14 -0
- package/package/components/NumberTypeNarrowing.svelte +86 -0
- package/package/components/NumberTypeNarrowing.svelte.d.ts +19 -0
- package/package/components/OAuthSetting.svelte +193 -0
- package/package/components/OAuthSetting.svelte.d.ts +19 -0
- package/package/components/OauthExtraParams.svelte +45 -0
- package/package/components/OauthExtraParams.svelte.d.ts +16 -0
- package/package/components/OauthScopes.svelte +41 -0
- package/package/components/OauthScopes.svelte.d.ts +16 -0
- package/package/components/ObjectResourceInput.svelte +60 -0
- package/package/components/ObjectResourceInput.svelte.d.ts +26 -0
- package/package/components/ObjectStoreConfigSettings.svelte +195 -0
- package/package/components/ObjectStoreConfigSettings.svelte.d.ts +33 -0
- package/package/components/ObjectTypeNarrowing.svelte +18 -0
- package/package/components/ObjectTypeNarrowing.svelte.d.ts +18 -0
- package/package/components/OktaSetting.svelte +108 -0
- package/package/components/OktaSetting.svelte.d.ts +16 -0
- package/package/components/PageHeader.svelte +34 -0
- package/package/components/PageHeader.svelte.d.ts +21 -0
- package/package/components/ParqetCsvTableRenderer.svelte +204 -0
- package/package/components/ParqetCsvTableRenderer.svelte.d.ts +21 -0
- package/package/components/Password.svelte +49 -0
- package/package/components/Password.svelte.d.ts +22 -0
- package/package/components/PasswordArgInput.svelte +65 -0
- package/package/components/PasswordArgInput.svelte.d.ts +17 -0
- package/package/components/Path.svelte +479 -0
- package/package/components/Path.svelte.d.ts +34 -0
- package/package/components/PersistentScriptDrawer.svelte +164 -0
- package/package/components/PersistentScriptDrawer.svelte.d.ts +20 -0
- package/package/components/Popover.model.d.ts +4 -0
- package/package/components/Popover.model.js +3 -0
- package/package/components/Popover.svelte +90 -0
- package/package/components/Popover.svelte.d.ts +31 -0
- package/package/components/Portal.svelte +62 -0
- package/package/components/Portal.svelte.d.ts +33 -0
- package/package/components/PrimarySchedule.svelte +83 -0
- package/package/components/PrimarySchedule.svelte.d.ts +22 -0
- package/package/components/QueueMetricsDrawer.svelte +389 -0
- package/package/components/QueueMetricsDrawer.svelte.d.ts +19 -0
- package/package/components/QueueMetricsDrawerInner.svelte +211 -0
- package/package/components/QueueMetricsDrawerInner.svelte.d.ts +15 -0
- package/package/components/RadioButton.svelte +39 -0
- package/package/components/RadioButton.svelte.d.ts +26 -0
- package/package/components/Range.svelte +109 -0
- package/package/components/Range.svelte.d.ts +25 -0
- package/package/components/Required.svelte +11 -0
- package/package/components/Required.svelte.d.ts +18 -0
- package/package/components/ResourceEditor.svelte +273 -0
- package/package/components/ResourceEditor.svelte.d.ts +29 -0
- package/package/components/ResourceEditorDrawer.svelte +63 -0
- package/package/components/ResourceEditorDrawer.svelte.d.ts +21 -0
- package/package/components/ResourcePicker.svelte +204 -0
- package/package/components/ResourcePicker.svelte.d.ts +31 -0
- package/package/components/ResourceTypePicker.svelte +110 -0
- package/package/components/ResourceTypePicker.svelte.d.ts +20 -0
- package/package/components/ResultJobLoader.svelte +217 -0
- package/package/components/ResultJobLoader.svelte.d.ts +97 -0
- package/package/components/RunChart.svelte +241 -0
- package/package/components/RunChart.svelte.d.ts +28 -0
- package/package/components/RunForm.svelte +208 -0
- package/package/components/RunForm.svelte.d.ts +50 -0
- package/package/components/RunFormAdvancedPopup.svelte +83 -0
- package/package/components/RunFormAdvancedPopup.svelte.d.ts +30 -0
- package/package/components/RunPageSchedules.svelte +227 -0
- package/package/components/RunPageSchedules.svelte.d.ts +20 -0
- package/package/components/S3FilePicker.svelte +719 -0
- package/package/components/S3FilePicker.svelte.d.ts +36 -0
- package/package/components/S3ObjectPicker.svelte +86 -0
- package/package/components/S3ObjectPicker.svelte.d.ts +22 -0
- package/package/components/SaveInputsButton.svelte +53 -0
- package/package/components/SaveInputsButton.svelte.d.ts +24 -0
- package/package/components/SavedInputs.svelte +428 -0
- package/package/components/SavedInputs.svelte.d.ts +23 -0
- package/package/components/SavedInputsPicker.svelte +309 -0
- package/package/components/SavedInputsPicker.svelte.d.ts +29 -0
- package/package/components/SavedInputsV2.svelte +113 -0
- package/package/components/SavedInputsV2.svelte.d.ts +26 -0
- package/package/components/ScheduleEditor.svelte +19 -0
- package/package/components/ScheduleEditor.svelte.d.ts +21 -0
- package/package/components/ScheduleEditorInner.svelte +1092 -0
- package/package/components/ScheduleEditorInner.svelte.d.ts +21 -0
- package/package/components/SchemaEditorProperty.svelte +13 -0
- package/package/components/SchemaEditorProperty.svelte.d.ts +17 -0
- package/package/components/SchemaForm.svelte +368 -0
- package/package/components/SchemaForm.svelte.d.ts +88 -0
- package/package/components/SchemaFormWithArgPicker.svelte +166 -0
- package/package/components/SchemaFormWithArgPicker.svelte.d.ts +29 -0
- package/package/components/SchemaViewer.svelte +96 -0
- package/package/components/SchemaViewer.svelte.d.ts +17 -0
- package/package/components/ScriptBuilder.svelte +1474 -0
- package/package/components/ScriptBuilder.svelte.d.ts +51 -0
- package/package/components/ScriptEditor.svelte +471 -0
- package/package/components/ScriptEditor.svelte.d.ts +71 -0
- package/package/components/ScriptPicker.svelte +208 -0
- package/package/components/ScriptPicker.svelte.d.ts +26 -0
- package/package/components/ScriptSchema.svelte +9 -0
- package/package/components/ScriptSchema.svelte.d.ts +21 -0
- package/package/components/ScriptVersionHistory.svelte +226 -0
- package/package/components/ScriptVersionHistory.svelte.d.ts +20 -0
- package/package/components/Scrollable.svelte +48 -0
- package/package/components/Scrollable.svelte.d.ts +22 -0
- package/package/components/SearchItems.svelte +30 -0
- package/package/components/SearchItems.svelte.d.ts +23 -0
- package/package/components/Section.svelte +72 -0
- package/package/components/Section.svelte.d.ts +32 -0
- package/package/components/ServiceLogsInner.svelte +718 -0
- package/package/components/ServiceLogsInner.svelte.d.ts +21 -0
- package/package/components/ShareModal.svelte +165 -0
- package/package/components/ShareModal.svelte.d.ts +19 -0
- package/package/components/SharedBadge.svelte +62 -0
- package/package/components/SharedBadge.svelte.d.ts +17 -0
- package/package/components/SimpleEditor.svelte +427 -0
- package/package/components/SimpleEditor.svelte.d.ts +63 -0
- package/package/components/Slider.svelte +28 -0
- package/package/components/Slider.svelte.d.ts +21 -0
- package/package/components/Star.svelte +53 -0
- package/package/components/Star.svelte.d.ts +19 -0
- package/package/components/StringTypeNarrowing.svelte +332 -0
- package/package/components/StringTypeNarrowing.svelte.d.ts +30 -0
- package/package/components/Subsection.svelte +52 -0
- package/package/components/Subsection.svelte.d.ts +27 -0
- package/package/components/Summary.svelte +76 -0
- package/package/components/Summary.svelte.d.ts +17 -0
- package/package/components/SupabaseConnect.svelte +169 -0
- package/package/components/SupabaseConnect.svelte.d.ts +19 -0
- package/package/components/SuperadminSettings.svelte +397 -0
- package/package/components/SuperadminSettings.svelte.d.ts +19 -0
- package/package/components/TableCustom.svelte +37 -0
- package/package/components/TableCustom.svelte.d.ts +25 -0
- package/package/components/TableSimple.svelte +53 -0
- package/package/components/TableSimple.svelte.d.ts +20 -0
- package/package/components/TemplateEditor.svelte +547 -0
- package/package/components/TemplateEditor.svelte.d.ts +209 -0
- package/package/components/TestConnection.svelte +197 -0
- package/package/components/TestConnection.svelte.d.ts +19 -0
- package/package/components/TestJobLoader.svelte +275 -0
- package/package/components/TestJobLoader.svelte.d.ts +60 -0
- package/package/components/TimeAgo.svelte +72 -0
- package/package/components/TimeAgo.svelte.d.ts +18 -0
- package/package/components/TimelineBar.svelte +43 -0
- package/package/components/TimelineBar.svelte.d.ts +24 -0
- package/package/components/Toast.svelte +75 -0
- package/package/components/Toast.svelte.d.ts +22 -0
- package/package/components/Toggle.svelte +100 -0
- package/package/components/Toggle.svelte.d.ts +39 -0
- package/package/components/ToggleHubWorkspace.svelte +13 -0
- package/package/components/ToggleHubWorkspace.svelte.d.ts +16 -0
- package/package/components/ToggleHubWorkspaceQuick.svelte +14 -0
- package/package/components/ToggleHubWorkspaceQuick.svelte.d.ts +16 -0
- package/package/components/Tooltip.svelte +52 -0
- package/package/components/Tooltip.svelte.d.ts +26 -0
- package/package/components/Uptodate.svelte +32 -0
- package/package/components/Uptodate.svelte.d.ts +14 -0
- package/package/components/Urlize.svelte +6 -0
- package/package/components/Urlize.svelte.d.ts +16 -0
- package/package/components/UserSettings.svelte +354 -0
- package/package/components/UserSettings.svelte.d.ts +25 -0
- package/package/components/VariableEditor.svelte +234 -0
- package/package/components/VariableEditor.svelte.d.ts +23 -0
- package/package/components/Version.svelte +11 -0
- package/package/components/Version.svelte.d.ts +14 -0
- package/package/components/VimMode.svelte +16 -0
- package/package/components/VimMode.svelte.d.ts +14 -0
- package/package/components/WhitelistIp.svelte +21 -0
- package/package/components/WhitelistIp.svelte.d.ts +14 -0
- package/package/components/WorkerGroup.svelte +966 -0
- package/package/components/WorkerGroup.svelte.d.ts +36 -0
- package/package/components/WorkerTagPicker.svelte +54 -0
- package/package/components/WorkerTagPicker.svelte.d.ts +18 -0
- package/package/components/WorkerTagSelect.svelte +42 -0
- package/package/components/WorkerTagSelect.svelte.d.ts +19 -0
- package/package/components/WorkflowTimeline.svelte +107 -0
- package/package/components/WorkflowTimeline.svelte.d.ts +18 -0
- package/package/components/ZitadelSetting.svelte +63 -0
- package/package/components/ZitadelSetting.svelte.d.ts +16 -0
- package/package/components/app_connect.d.ts +7 -0
- package/package/components/app_connect.js +78 -0
- package/package/components/apps/components/GroupWrapper.svelte +7 -0
- package/package/components/apps/components/GroupWrapper.svelte.d.ts +20 -0
- package/package/components/apps/components/buttons/AppButton.svelte +245 -0
- package/package/components/apps/components/buttons/AppButton.svelte.d.ts +37 -0
- package/package/components/apps/components/buttons/AppForm.svelte +129 -0
- package/package/components/apps/components/buttons/AppForm.svelte.d.ts +28 -0
- package/package/components/apps/components/buttons/AppFormButton.svelte +150 -0
- package/package/components/apps/components/buttons/AppFormButton.svelte.d.ts +27 -0
- package/package/components/apps/components/buttons/AppSchemaForm.svelte +133 -0
- package/package/components/apps/components/buttons/AppSchemaForm.svelte.d.ts +23 -0
- package/package/components/apps/components/buttons/index.d.ts +3 -0
- package/package/components/apps/components/buttons/index.js +3 -0
- package/package/components/apps/components/display/AppAccordionList.svelte +149 -0
- package/package/components/apps/components/display/AppAccordionList.svelte.d.ts +25 -0
- package/package/components/apps/components/display/AppAlert.svelte +70 -0
- package/package/components/apps/components/display/AppAlert.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppBarChart.svelte +108 -0
- package/package/components/apps/components/display/AppBarChart.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppCarouselList.svelte +199 -0
- package/package/components/apps/components/display/AppCarouselList.svelte.d.ts +24 -0
- package/package/components/apps/components/display/AppChartJs.svelte +66 -0
- package/package/components/apps/components/display/AppChartJs.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppChartJsV2.svelte +130 -0
- package/package/components/apps/components/display/AppChartJsV2.svelte.d.ts +25 -0
- package/package/components/apps/components/display/AppCustomComponent.svelte +91 -0
- package/package/components/apps/components/display/AppCustomComponent.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppDisplayComponent.svelte +86 -0
- package/package/components/apps/components/display/AppDisplayComponent.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppDisplayComponentByJobId.svelte +104 -0
- package/package/components/apps/components/display/AppDisplayComponentByJobId.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppDownload.svelte +108 -0
- package/package/components/apps/components/display/AppDownload.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppFlowStatusComponent.svelte +15 -0
- package/package/components/apps/components/display/AppFlowStatusComponent.svelte.d.ts +14 -0
- package/package/components/apps/components/display/AppHtml.svelte +57 -0
- package/package/components/apps/components/display/AppHtml.svelte.d.ts +22 -0
- package/package/components/apps/components/display/AppIcon.svelte +66 -0
- package/package/components/apps/components/display/AppIcon.svelte.d.ts +22 -0
- package/package/components/apps/components/display/AppImage.svelte +67 -0
- package/package/components/apps/components/display/AppImage.svelte.d.ts +22 -0
- package/package/components/apps/components/display/AppJobIdFlowStatus.svelte +88 -0
- package/package/components/apps/components/display/AppJobIdFlowStatus.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppJobIdLogComponent.svelte +92 -0
- package/package/components/apps/components/display/AppJobIdLogComponent.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppLogsComponent.svelte +15 -0
- package/package/components/apps/components/display/AppLogsComponent.svelte.d.ts +14 -0
- package/package/components/apps/components/display/AppMap.svelte +231 -0
- package/package/components/apps/components/display/AppMap.svelte.d.ts +21 -0
- package/package/components/apps/components/display/AppMarkdown.svelte +148 -0
- package/package/components/apps/components/display/AppMarkdown.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppMenu.svelte +146 -0
- package/package/components/apps/components/display/AppMenu.svelte.d.ts +24 -0
- package/package/components/apps/components/display/AppNavbar.svelte +94 -0
- package/package/components/apps/components/display/AppNavbar.svelte.d.ts +24 -0
- package/package/components/apps/components/display/AppNavbarItem.svelte +146 -0
- package/package/components/apps/components/display/AppNavbarItem.svelte.d.ts +27 -0
- package/package/components/apps/components/display/AppPdf.svelte +51 -0
- package/package/components/apps/components/display/AppPdf.svelte.d.ts +20 -0
- package/package/components/apps/components/display/AppPieChart.svelte +75 -0
- package/package/components/apps/components/display/AppPieChart.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppRecomputeAll.svelte +65 -0
- package/package/components/apps/components/display/AppRecomputeAll.svelte.d.ts +22 -0
- package/package/components/apps/components/display/AppScatterChart.svelte +74 -0
- package/package/components/apps/components/display/AppScatterChart.svelte.d.ts +23 -0
- package/package/components/apps/components/display/AppStatCard.svelte +130 -0
- package/package/components/apps/components/display/AppStatCard.svelte.d.ts +22 -0
- package/package/components/apps/components/display/AppText.svelte +243 -0
- package/package/components/apps/components/display/AppText.svelte.d.ts +29 -0
- package/package/components/apps/components/display/AppTimeseries.svelte +90 -0
- package/package/components/apps/components/display/AppTimeseries.svelte.d.ts +24 -0
- package/package/components/apps/components/display/PlotlyHtml.svelte +97 -0
- package/package/components/apps/components/display/PlotlyHtml.svelte.d.ts +24 -0
- package/package/components/apps/components/display/PlotlyHtmlV2.svelte +149 -0
- package/package/components/apps/components/display/PlotlyHtmlV2.svelte.d.ts +26 -0
- package/package/components/apps/components/display/ResolveNavbarItemPath.svelte +21 -0
- package/package/components/apps/components/display/ResolveNavbarItemPath.svelte.d.ts +20 -0
- package/package/components/apps/components/display/VegaLiteHtml.svelte +63 -0
- package/package/components/apps/components/display/VegaLiteHtml.svelte.d.ts +24 -0
- package/package/components/apps/components/display/charts/AppAgCharts.svelte +331 -0
- package/package/components/apps/components/display/charts/AppAgCharts.svelte.d.ts +27 -0
- package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte +529 -0
- package/package/components/apps/components/display/dbtable/AppDbExplorer.svelte.d.ts +23 -0
- package/package/components/apps/components/display/dbtable/DbExplorerCount.svelte +71 -0
- package/package/components/apps/components/display/dbtable/DbExplorerCount.svelte.d.ts +26 -0
- package/package/components/apps/components/display/dbtable/DeleteRow.svelte +53 -0
- package/package/components/apps/components/display/dbtable/DeleteRow.svelte.d.ts +21 -0
- package/package/components/apps/components/display/dbtable/InsertRow.svelte +118 -0
- package/package/components/apps/components/display/dbtable/InsertRow.svelte.d.ts +43 -0
- package/package/components/apps/components/display/dbtable/InsertRowRunnable.svelte +51 -0
- package/package/components/apps/components/display/dbtable/InsertRowRunnable.svelte.d.ts +21 -0
- package/package/components/apps/components/display/dbtable/UpdateCell.svelte +53 -0
- package/package/components/apps/components/display/dbtable/UpdateCell.svelte.d.ts +19 -0
- package/package/components/apps/components/display/dbtable/queries/count.d.ts +4 -0
- package/package/components/apps/components/display/dbtable/queries/count.js +139 -0
- package/package/components/apps/components/display/dbtable/queries/delete.d.ts +3 -0
- package/package/components/apps/components/display/dbtable/queries/delete.js +76 -0
- package/package/components/apps/components/display/dbtable/queries/insert.d.ts +5 -0
- package/package/components/apps/components/display/dbtable/queries/insert.js +110 -0
- package/package/components/apps/components/display/dbtable/queries/select.d.ts +7 -0
- package/package/components/apps/components/display/dbtable/queries/select.js +199 -0
- package/package/components/apps/components/display/dbtable/queries/update.d.ts +3 -0
- package/package/components/apps/components/display/dbtable/queries/update.js +83 -0
- package/package/components/apps/components/display/dbtable/utils.d.ts +85 -0
- package/package/components/apps/components/display/dbtable/utils.js +607 -0
- package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte +443 -0
- package/package/components/apps/components/display/table/AppAggridExplorerTable.svelte.d.ts +41 -0
- package/package/components/apps/components/display/table/AppAggridInfiniteTable.svelte +181 -0
- package/package/components/apps/components/display/table/AppAggridInfiniteTable.svelte.d.ts +27 -0
- package/package/components/apps/components/display/table/AppAggridInfiniteTableEe.svelte +38 -0
- package/package/components/apps/components/display/table/AppAggridInfiniteTableEe.svelte.d.ts +28 -0
- package/package/components/apps/components/display/table/AppAggridTable.svelte +629 -0
- package/package/components/apps/components/display/table/AppAggridTable.svelte.d.ts +28 -0
- package/package/components/apps/components/display/table/AppAggridTableActions.svelte +295 -0
- package/package/components/apps/components/display/table/AppAggridTableActions.svelte.d.ts +33 -0
- package/package/components/apps/components/display/table/AppAggridTableEe.svelte +40 -0
- package/package/components/apps/components/display/table/AppAggridTableEe.svelte.d.ts +29 -0
- package/package/components/apps/components/display/table/AppCell.svelte +79 -0
- package/package/components/apps/components/display/table/AppCell.svelte.d.ts +22 -0
- package/package/components/apps/components/display/table/AppTable.svelte +661 -0
- package/package/components/apps/components/display/table/AppTable.svelte.d.ts +25 -0
- package/package/components/apps/components/display/table/AppTableFooter.svelte +126 -0
- package/package/components/apps/components/display/table/AppTableFooter.svelte.d.ts +25 -0
- package/package/components/apps/components/display/table/SyncColumnDefs.svelte +119 -0
- package/package/components/apps/components/display/table/SyncColumnDefs.svelte.d.ts +21 -0
- package/package/components/apps/components/display/table/tableOptions.d.ts +3 -0
- package/package/components/apps/components/display/table/tableOptions.js +17 -0
- package/package/components/apps/components/display/table/theme/windmill-theme.css +656 -0
- package/package/components/apps/components/display/table/utils.js +64 -0
- package/package/components/apps/components/helpers/AlignWrapper.svelte +18 -0
- package/package/components/apps/components/helpers/AlignWrapper.svelte.d.ts +25 -0
- package/package/components/apps/components/helpers/ComponentErrorHandler.svelte +26 -0
- package/package/components/apps/components/helpers/ComponentErrorHandler.svelte.d.ts +18 -0
- package/package/components/apps/components/helpers/DebouncedInput.svelte +34 -0
- package/package/components/apps/components/helpers/DebouncedInput.svelte.d.ts +23 -0
- package/package/components/apps/components/helpers/HiddenComponent.svelte +46 -0
- package/package/components/apps/components/helpers/HiddenComponent.svelte.d.ts +22 -0
- package/package/components/apps/components/helpers/InitializeComponent.svelte +13 -0
- package/package/components/apps/components/helpers/InitializeComponent.svelte.d.ts +16 -0
- package/package/components/apps/components/helpers/InputDefaultValue.svelte +17 -0
- package/package/components/apps/components/helpers/InputDefaultValue.svelte.d.ts +17 -0
- package/package/components/apps/components/helpers/InputValue.svelte +254 -0
- package/package/components/apps/components/helpers/InputValue.svelte.d.ts +29 -0
- package/package/components/apps/components/helpers/Loader.svelte +14 -0
- package/package/components/apps/components/helpers/Loader.svelte.d.ts +18 -0
- package/package/components/apps/components/helpers/MissingConnectionWarning.svelte +11 -0
- package/package/components/apps/components/helpers/MissingConnectionWarning.svelte.d.ts +17 -0
- package/package/components/apps/components/helpers/NonRunnableComponent.svelte +67 -0
- package/package/components/apps/components/helpers/NonRunnableComponent.svelte.d.ts +24 -0
- package/package/components/apps/components/helpers/RefreshButton.svelte +46 -0
- package/package/components/apps/components/helpers/RefreshButton.svelte.d.ts +17 -0
- package/package/components/apps/components/helpers/RefreshIndicator.svelte +19 -0
- package/package/components/apps/components/helpers/RefreshIndicator.svelte.d.ts +16 -0
- package/package/components/apps/components/helpers/ResolveConfig.svelte +43 -0
- package/package/components/apps/components/helpers/ResolveConfig.svelte.d.ts +22 -0
- package/package/components/apps/components/helpers/ResolveStyle.svelte +60 -0
- package/package/components/apps/components/helpers/ResolveStyle.svelte.d.ts +22 -0
- package/package/components/apps/components/helpers/RunnableComponent.svelte +699 -0
- package/package/components/apps/components/helpers/RunnableComponent.svelte.d.ts +80 -0
- package/package/components/apps/components/helpers/RunnableWrapper.svelte +246 -0
- package/package/components/apps/components/helpers/RunnableWrapper.svelte.d.ts +141 -0
- package/package/components/apps/components/helpers/deepEqualWithOrderedArray.d.ts +2 -0
- package/package/components/apps/components/helpers/deepEqualWithOrderedArray.js +13 -0
- package/package/components/apps/components/helpers/eval.d.ts +25 -0
- package/package/components/apps/components/helpers/eval.js +197 -0
- package/package/components/apps/components/icon.d.ts +1 -0
- package/package/components/apps/components/icon.js +30 -0
- package/package/components/apps/components/inputs/AppCheckbox.svelte +121 -0
- package/package/components/apps/components/inputs/AppCheckbox.svelte.d.ts +31 -0
- package/package/components/apps/components/inputs/AppDateInput.svelte +100 -0
- package/package/components/apps/components/inputs/AppDateInput.svelte.d.ts +24 -0
- package/package/components/apps/components/inputs/AppDateSelect.svelte +284 -0
- package/package/components/apps/components/inputs/AppDateSelect.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/AppDateSliderInput.svelte +177 -0
- package/package/components/apps/components/inputs/AppDateSliderInput.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/AppDateTimeInput.svelte +123 -0
- package/package/components/apps/components/inputs/AppDateTimeInput.svelte.d.ts +22 -0
- package/package/components/apps/components/inputs/AppFileInput.svelte +93 -0
- package/package/components/apps/components/inputs/AppFileInput.svelte.d.ts +22 -0
- package/package/components/apps/components/inputs/AppMultiSelect.svelte +179 -0
- package/package/components/apps/components/inputs/AppMultiSelect.svelte.d.ts +24 -0
- package/package/components/apps/components/inputs/AppMultiSelectV2.svelte +213 -0
- package/package/components/apps/components/inputs/AppMultiSelectV2.svelte.d.ts +24 -0
- package/package/components/apps/components/inputs/AppNumberInput.svelte +84 -0
- package/package/components/apps/components/inputs/AppNumberInput.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/AppQuillEditor.svelte +130 -0
- package/package/components/apps/components/inputs/AppQuillEditor.svelte.d.ts +27 -0
- package/package/components/apps/components/inputs/AppRangeInput.svelte +134 -0
- package/package/components/apps/components/inputs/AppRangeInput.svelte.d.ts +23 -0
- package/package/components/apps/components/inputs/AppS3FileInput.svelte +134 -0
- package/package/components/apps/components/inputs/AppS3FileInput.svelte.d.ts +22 -0
- package/package/components/apps/components/inputs/AppSelect.svelte +271 -0
- package/package/components/apps/components/inputs/AppSelect.svelte.d.ts +31 -0
- package/package/components/apps/components/inputs/AppSelectStep.svelte +107 -0
- package/package/components/apps/components/inputs/AppSelectStep.svelte.d.ts +22 -0
- package/package/components/apps/components/inputs/AppSelectTab.svelte +97 -0
- package/package/components/apps/components/inputs/AppSelectTab.svelte.d.ts +22 -0
- package/package/components/apps/components/inputs/AppSliderInputs.svelte +147 -0
- package/package/components/apps/components/inputs/AppSliderInputs.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/AppTextInput.svelte +174 -0
- package/package/components/apps/components/inputs/AppTextInput.svelte.d.ts +25 -0
- package/package/components/apps/components/inputs/AppTimeInput.svelte +103 -0
- package/package/components/apps/components/inputs/AppTimeInput.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/AppUserResource.svelte +92 -0
- package/package/components/apps/components/inputs/AppUserResource.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/currency/AppCurrencyInput.svelte +93 -0
- package/package/components/apps/components/inputs/currency/AppCurrencyInput.svelte.d.ts +21 -0
- package/package/components/apps/components/inputs/currency/CurrencyInput.svelte +194 -0
- package/package/components/apps/components/inputs/currency/CurrencyInput.svelte.d.ts +34 -0
- package/package/components/apps/components/inputs/index.d.ts +9 -0
- package/package/components/apps/components/inputs/index.js +9 -0
- package/package/components/apps/components/layout/AppConditionalWrapper.svelte +105 -0
- package/package/components/apps/components/layout/AppConditionalWrapper.svelte.d.ts +22 -0
- package/package/components/apps/components/layout/AppContainer.svelte +85 -0
- package/package/components/apps/components/layout/AppContainer.svelte.d.ts +21 -0
- package/package/components/apps/components/layout/AppDecisionTree.svelte +214 -0
- package/package/components/apps/components/layout/AppDecisionTree.svelte.d.ts +22 -0
- package/package/components/apps/components/layout/AppDivider.svelte +75 -0
- package/package/components/apps/components/layout/AppDivider.svelte.d.ts +23 -0
- package/package/components/apps/components/layout/AppDrawer.svelte +160 -0
- package/package/components/apps/components/layout/AppDrawer.svelte.d.ts +25 -0
- package/package/components/apps/components/layout/AppList.svelte +247 -0
- package/package/components/apps/components/layout/AppList.svelte.d.ts +23 -0
- package/package/components/apps/components/layout/AppModal.svelte +212 -0
- package/package/components/apps/components/layout/AppModal.svelte.d.ts +25 -0
- package/package/components/apps/components/layout/AppSplitpanes.svelte +123 -0
- package/package/components/apps/components/layout/AppSplitpanes.svelte.d.ts +22 -0
- package/package/components/apps/components/layout/AppStepper.svelte +237 -0
- package/package/components/apps/components/layout/AppStepper.svelte.d.ts +27 -0
- package/package/components/apps/components/layout/AppTabs.svelte +221 -0
- package/package/components/apps/components/layout/AppTabs.svelte.d.ts +26 -0
- package/package/components/apps/components/layout/ListWrapper.svelte +21 -0
- package/package/components/apps/components/layout/ListWrapper.svelte.d.ts +22 -0
- package/package/components/apps/components/layout/RowWrapper.svelte +21 -0
- package/package/components/apps/components/layout/RowWrapper.svelte.d.ts +22 -0
- package/package/components/apps/components/layout/index.d.ts +5 -0
- package/package/components/apps/components/layout/index.js +5 -0
- package/package/components/apps/editor/AppComponentInput.svelte +34 -0
- package/package/components/apps/editor/AppComponentInput.svelte.d.ts +18 -0
- package/package/components/apps/editor/AppDeploymentHistory.svelte +36 -0
- package/package/components/apps/editor/AppDeploymentHistory.svelte.d.ts +18 -0
- package/package/components/apps/editor/AppEditor.svelte +1100 -0
- package/package/components/apps/editor/AppEditor.svelte.d.ts +67 -0
- package/package/components/apps/editor/AppEditorBottomPanel.svelte +19 -0
- package/package/components/apps/editor/AppEditorBottomPanel.svelte.d.ts +22 -0
- package/package/components/apps/editor/AppEditorHeader.svelte +1594 -0
- package/package/components/apps/editor/AppEditorHeader.svelte.d.ts +72 -0
- package/package/components/apps/editor/AppEditorTutorial.svelte +143 -0
- package/package/components/apps/editor/AppEditorTutorial.svelte.d.ts +19 -0
- package/package/components/apps/editor/AppExportButton.svelte +60 -0
- package/package/components/apps/editor/AppExportButton.svelte.d.ts +18 -0
- package/package/components/apps/editor/AppInputs.svelte +70 -0
- package/package/components/apps/editor/AppInputs.svelte.d.ts +14 -0
- package/package/components/apps/editor/AppJsonEditor.svelte +93 -0
- package/package/components/apps/editor/AppJsonEditor.svelte.d.ts +23 -0
- package/package/components/apps/editor/AppPreview.svelte +297 -0
- package/package/components/apps/editor/AppPreview.svelte.d.ts +32 -0
- package/package/components/apps/editor/AppReportsDrawer.svelte +9 -0
- package/package/components/apps/editor/AppReportsDrawer.svelte.d.ts +17 -0
- package/package/components/apps/editor/AppReportsDrawerInner.svelte +623 -0
- package/package/components/apps/editor/AppReportsDrawerInner.svelte.d.ts +17 -0
- package/package/components/apps/editor/AppTimeline.svelte +149 -0
- package/package/components/apps/editor/AppTimeline.svelte.d.ts +17 -0
- package/package/components/apps/editor/ComponentHeader.svelte +287 -0
- package/package/components/apps/editor/ComponentHeader.svelte.d.ts +34 -0
- package/package/components/apps/editor/DecisionTreeDebug.svelte +108 -0
- package/package/components/apps/editor/DecisionTreeDebug.svelte.d.ts +23 -0
- package/package/components/apps/editor/DeploymentHistory.svelte +182 -0
- package/package/components/apps/editor/DeploymentHistory.svelte.d.ts +19 -0
- package/package/components/apps/editor/GridEditor.svelte +240 -0
- package/package/components/apps/editor/GridEditor.svelte.d.ts +25 -0
- package/package/components/apps/editor/GridEditorMenu.svelte +197 -0
- package/package/components/apps/editor/GridEditorMenu.svelte.d.ts +24 -0
- package/package/components/apps/editor/GridViewer.svelte +112 -0
- package/package/components/apps/editor/GridViewer.svelte.d.ts +34 -0
- package/package/components/apps/editor/PreviewToggle.svelte +38 -0
- package/package/components/apps/editor/PreviewToggle.svelte.d.ts +16 -0
- package/package/components/apps/editor/RecomputeAllButton.svelte +76 -0
- package/package/components/apps/editor/RecomputeAllButton.svelte.d.ts +23 -0
- package/package/components/apps/editor/RecomputeAllComponents.svelte +174 -0
- package/package/components/apps/editor/RecomputeAllComponents.svelte.d.ts +14 -0
- package/package/components/apps/editor/RecomputeAllWrapper.svelte +48 -0
- package/package/components/apps/editor/RecomputeAllWrapper.svelte.d.ts +17 -0
- package/package/components/apps/editor/RunnableJobPanel.svelte +66 -0
- package/package/components/apps/editor/RunnableJobPanel.svelte.d.ts +24 -0
- package/package/components/apps/editor/RunnableJobPanelInner.svelte +56 -0
- package/package/components/apps/editor/RunnableJobPanelInner.svelte.d.ts +19 -0
- package/package/components/apps/editor/SettingsPanel.svelte +159 -0
- package/package/components/apps/editor/SettingsPanel.svelte.d.ts +16 -0
- package/package/components/apps/editor/SubGridEditor.svelte +257 -0
- package/package/components/apps/editor/SubGridEditor.svelte.d.ts +43 -0
- package/package/components/apps/editor/TabsDebug.svelte +76 -0
- package/package/components/apps/editor/TabsDebug.svelte.d.ts +23 -0
- package/package/components/apps/editor/appUtils.d.ts +111 -0
- package/package/components/apps/editor/appUtils.js +906 -0
- package/package/components/apps/editor/appUtilsInfer.d.ts +5 -0
- package/package/components/apps/editor/appUtilsInfer.js +22 -0
- package/package/components/apps/editor/appUtilsS3.d.ts +13 -0
- package/package/components/apps/editor/appUtilsS3.js +65 -0
- package/package/components/apps/editor/component/Component.svelte +37 -0
- package/package/components/apps/editor/component/Component.svelte.d.ts +28 -0
- package/package/components/apps/editor/component/ComponentCallbacks.svelte +201 -0
- package/package/components/apps/editor/component/ComponentCallbacks.svelte.d.ts +31 -0
- package/package/components/apps/editor/component/ComponentInner.svelte +775 -0
- package/package/components/apps/editor/component/ComponentInner.svelte.d.ts +22 -0
- package/package/components/apps/editor/component/ComponentNavigation.svelte +48 -0
- package/package/components/apps/editor/component/ComponentNavigation.svelte.d.ts +14 -0
- package/package/components/apps/editor/component/ComponentRendered.svelte +195 -0
- package/package/components/apps/editor/component/ComponentRendered.svelte.d.ts +28 -0
- package/package/components/apps/editor/component/ComponentWrapper.svelte +63 -0
- package/package/components/apps/editor/component/ComponentWrapper.svelte.d.ts +20 -0
- package/package/components/apps/editor/component/README.md +19 -0
- package/package/components/apps/editor/component/components.d.ts +4540 -0
- package/package/components/apps/editor/component/components.js +3682 -0
- package/package/components/apps/editor/component/default-codes.d.ts +3 -0
- package/package/components/apps/editor/component/default-codes.js +745 -0
- package/package/components/apps/editor/component/index.d.ts +3 -0
- package/package/components/apps/editor/component/index.js +3 -0
- package/package/components/apps/editor/component/sets.d.ts +5 -0
- package/package/components/apps/editor/component/sets.js +102 -0
- package/package/components/apps/editor/componentsPanel/ComponentList.svelte +295 -0
- package/package/components/apps/editor/componentsPanel/ComponentList.svelte.d.ts +14 -0
- package/package/components/apps/editor/componentsPanel/CssEval.svelte +26 -0
- package/package/components/apps/editor/componentsPanel/CssEval.svelte.d.ts +18 -0
- package/package/components/apps/editor/componentsPanel/CssHelperPanel.svelte +183 -0
- package/package/components/apps/editor/componentsPanel/CssHelperPanel.svelte.d.ts +16 -0
- package/package/components/apps/editor/componentsPanel/CssProperty.svelte +254 -0
- package/package/components/apps/editor/componentsPanel/CssProperty.svelte.d.ts +34 -0
- package/package/components/apps/editor/componentsPanel/CssSettings.svelte +111 -0
- package/package/components/apps/editor/componentsPanel/CssSettings.svelte.d.ts +14 -0
- package/package/components/apps/editor/componentsPanel/CustomComponentRow.svelte +71 -0
- package/package/components/apps/editor/componentsPanel/CustomComponentRow.svelte.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/CustomComponentsList.svelte +117 -0
- package/package/components/apps/editor/componentsPanel/CustomComponentsList.svelte.d.ts +16 -0
- package/package/components/apps/editor/componentsPanel/GroupList.svelte +109 -0
- package/package/components/apps/editor/componentsPanel/GroupList.svelte.d.ts +17 -0
- package/package/components/apps/editor/componentsPanel/GroupManagementDrawer.svelte +14 -0
- package/package/components/apps/editor/componentsPanel/GroupManagementDrawer.svelte.d.ts +19 -0
- package/package/components/apps/editor/componentsPanel/GroupRow.svelte +57 -0
- package/package/components/apps/editor/componentsPanel/GroupRow.svelte.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/ListItem.svelte +72 -0
- package/package/components/apps/editor/componentsPanel/ListItem.svelte.d.ts +30 -0
- package/package/components/apps/editor/componentsPanel/NameEditor.svelte +42 -0
- package/package/components/apps/editor/componentsPanel/NameEditor.svelte.d.ts +22 -0
- package/package/components/apps/editor/componentsPanel/QuickStyleMenu.svelte +218 -0
- package/package/components/apps/editor/componentsPanel/QuickStyleMenu.svelte.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/QuickStyleProperty.svelte +143 -0
- package/package/components/apps/editor/componentsPanel/QuickStyleProperty.svelte.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/ThemeCodePreview.svelte +28 -0
- package/package/components/apps/editor/componentsPanel/ThemeCodePreview.svelte.d.ts +19 -0
- package/package/components/apps/editor/componentsPanel/ThemeDrawer.svelte +24 -0
- package/package/components/apps/editor/componentsPanel/ThemeDrawer.svelte.d.ts +19 -0
- package/package/components/apps/editor/componentsPanel/ThemeList.svelte +137 -0
- package/package/components/apps/editor/componentsPanel/ThemeList.svelte.d.ts +16 -0
- package/package/components/apps/editor/componentsPanel/ThemeNameEditor.svelte +49 -0
- package/package/components/apps/editor/componentsPanel/ThemeNameEditor.svelte.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/ThemeRow.svelte +181 -0
- package/package/components/apps/editor/componentsPanel/ThemeRow.svelte.d.ts +23 -0
- package/package/components/apps/editor/componentsPanel/componentControlUtils.d.ts +8 -0
- package/package/components/apps/editor/componentsPanel/componentControlUtils.js +121 -0
- package/package/components/apps/editor/componentsPanel/componentDefaultProps.d.ts +3 -0
- package/package/components/apps/editor/componentsPanel/componentDefaultProps.js +5 -0
- package/package/components/apps/editor/componentsPanel/cssUtils.d.ts +24 -0
- package/package/components/apps/editor/componentsPanel/cssUtils.js +806 -0
- package/package/components/apps/editor/componentsPanel/groupUtils.d.ts +18 -0
- package/package/components/apps/editor/componentsPanel/groupUtils.js +50 -0
- package/package/components/apps/editor/componentsPanel/quickStyleProperties.d.ts +61 -0
- package/package/components/apps/editor/componentsPanel/quickStyleProperties.js +717 -0
- package/package/components/apps/editor/componentsPanel/store.d.ts +11 -0
- package/package/components/apps/editor/componentsPanel/store.js +17 -0
- package/package/components/apps/editor/componentsPanel/tailwindUtils.d.ts +1 -0
- package/package/components/apps/editor/componentsPanel/tailwindUtils.js +4740 -0
- package/package/components/apps/editor/componentsPanel/themeUtils.d.ts +21 -0
- package/package/components/apps/editor/componentsPanel/themeUtils.js +76 -0
- package/package/components/apps/editor/contextPanel/ComponentOutput.svelte +57 -0
- package/package/components/apps/editor/contextPanel/ComponentOutput.svelte.d.ts +21 -0
- package/package/components/apps/editor/contextPanel/ComponentOutputViewer.svelte +49 -0
- package/package/components/apps/editor/contextPanel/ComponentOutputViewer.svelte.d.ts +21 -0
- package/package/components/apps/editor/contextPanel/ContextPanel.svelte +104 -0
- package/package/components/apps/editor/contextPanel/ContextPanel.svelte.d.ts +16 -0
- package/package/components/apps/editor/contextPanel/DebugPanel.svelte +178 -0
- package/package/components/apps/editor/contextPanel/DebugPanel.svelte.d.ts +14 -0
- package/package/components/apps/editor/contextPanel/LazyModePanel.svelte +46 -0
- package/package/components/apps/editor/contextPanel/LazyModePanel.svelte.d.ts +14 -0
- package/package/components/apps/editor/contextPanel/SubGridOutput.svelte +78 -0
- package/package/components/apps/editor/contextPanel/SubGridOutput.svelte.d.ts +21 -0
- package/package/components/apps/editor/contextPanel/components/BackgroundScriptOutput.svelte +19 -0
- package/package/components/apps/editor/contextPanel/components/BackgroundScriptOutput.svelte.d.ts +18 -0
- package/package/components/apps/editor/contextPanel/components/BackgroundScriptsOutput.svelte +11 -0
- package/package/components/apps/editor/contextPanel/components/BackgroundScriptsOutput.svelte.d.ts +14 -0
- package/package/components/apps/editor/contextPanel/components/IdEditor.svelte +40 -0
- package/package/components/apps/editor/contextPanel/components/IdEditor.svelte.d.ts +18 -0
- package/package/components/apps/editor/contextPanel/components/MenuItemsOutput.svelte +14 -0
- package/package/components/apps/editor/contextPanel/components/MenuItemsOutput.svelte.d.ts +18 -0
- package/package/components/apps/editor/contextPanel/components/Output.svelte +20 -0
- package/package/components/apps/editor/contextPanel/components/Output.svelte.d.ts +19 -0
- package/package/components/apps/editor/contextPanel/components/OutputHeader.svelte +269 -0
- package/package/components/apps/editor/contextPanel/components/OutputHeader.svelte.d.ts +28 -0
- package/package/components/apps/editor/contextPanel/components/TableActionsOutput.svelte +21 -0
- package/package/components/apps/editor/contextPanel/components/TableActionsOutput.svelte.d.ts +18 -0
- package/package/components/apps/editor/inlineScriptsPanel/CacheTtlPopup.svelte +58 -0
- package/package/components/apps/editor/inlineScriptsPanel/CacheTtlPopup.svelte.d.ts +16 -0
- package/package/components/apps/editor/inlineScriptsPanel/EmptyInlineScript.svelte +215 -0
- package/package/components/apps/editor/inlineScriptsPanel/EmptyInlineScript.svelte.d.ts +25 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte +343 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditor.svelte.d.ts +31 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorDrawer.svelte +41 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorDrawer.svelte.d.ts +24 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorPanel.svelte +96 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptEditorPanel.svelte.d.ts +23 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptHiddenRunnable.svelte +80 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptHiddenRunnable.svelte.d.ts +22 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptRunnableByPath.svelte +228 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptRunnableByPath.svelte.d.ts +23 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanel.svelte +143 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanel.svelte.d.ts +18 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte +255 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelList.svelte.d.ts +17 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelWithTable.svelte +59 -0
- package/package/components/apps/editor/inlineScriptsPanel/InlineScriptsPanelWithTable.svelte.d.ts +19 -0
- package/package/components/apps/editor/inlineScriptsPanel/RunButton.svelte +48 -0
- package/package/components/apps/editor/inlineScriptsPanel/RunButton.svelte.d.ts +20 -0
- package/package/components/apps/editor/inlineScriptsPanel/utils.d.ts +17 -0
- package/package/components/apps/editor/inlineScriptsPanel/utils.js +96 -0
- package/package/components/apps/editor/settingsPanel/AGChartRichEditor.svelte +55 -0
- package/package/components/apps/editor/settingsPanel/AGChartRichEditor.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/AlignmentEditor.svelte +37 -0
- package/package/components/apps/editor/settingsPanel/AlignmentEditor.svelte.d.ts +17 -0
- package/package/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte +346 -0
- package/package/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte.d.ts +24 -0
- package/package/components/apps/editor/settingsPanel/CSSMigrationModal.svelte +268 -0
- package/package/components/apps/editor/settingsPanel/CSSMigrationModal.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte +55 -0
- package/package/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/ComponentControl.svelte +67 -0
- package/package/components/apps/editor/settingsPanel/ComponentControl.svelte.d.ts +17 -0
- package/package/components/apps/editor/settingsPanel/ComponentInputTypeEditor.svelte +131 -0
- package/package/components/apps/editor/settingsPanel/ComponentInputTypeEditor.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/ComponentPanel.svelte +547 -0
- package/package/components/apps/editor/settingsPanel/ComponentPanel.svelte.d.ts +23 -0
- package/package/components/apps/editor/settingsPanel/ComponentPanelDataSource.svelte +407 -0
- package/package/components/apps/editor/settingsPanel/ComponentPanelDataSource.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/ContextVariables.svelte +94 -0
- package/package/components/apps/editor/settingsPanel/ContextVariables.svelte.d.ts +17 -0
- package/package/components/apps/editor/settingsPanel/CssPropertyWrapper.svelte +29 -0
- package/package/components/apps/editor/settingsPanel/CssPropertyWrapper.svelte.d.ts +26 -0
- package/package/components/apps/editor/settingsPanel/DbExplorerHelpers.svelte +12 -0
- package/package/components/apps/editor/settingsPanel/DbExplorerHelpers.svelte.d.ts +14 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphEditor.svelte +193 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphEditor.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphHeader.svelte +65 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphHeader.svelte.d.ts +23 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphNode.svelte +81 -0
- package/package/components/apps/editor/settingsPanel/DecisionTreeGraphNode.svelte.d.ts +25 -0
- package/package/components/apps/editor/settingsPanel/DeleteComponent.svelte +41 -0
- package/package/components/apps/editor/settingsPanel/DeleteComponent.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/DocLink.svelte +33 -0
- package/package/components/apps/editor/settingsPanel/DocLink.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/EventHandlerItem.svelte +33 -0
- package/package/components/apps/editor/settingsPanel/EventHandlerItem.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/EventHandlers.svelte +104 -0
- package/package/components/apps/editor/settingsPanel/EventHandlers.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/GridAgChartsLicenseKe.svelte +13 -0
- package/package/components/apps/editor/settingsPanel/GridAgChartsLicenseKe.svelte.d.ts +16 -0
- package/package/components/apps/editor/settingsPanel/GridAgGridLicenseKey.svelte +26 -0
- package/package/components/apps/editor/settingsPanel/GridAgGridLicenseKey.svelte.d.ts +16 -0
- package/package/components/apps/editor/settingsPanel/GridCondition.svelte +176 -0
- package/package/components/apps/editor/settingsPanel/GridCondition.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/GridGroup.svelte +124 -0
- package/package/components/apps/editor/settingsPanel/GridGroup.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/GridNavbar.svelte +192 -0
- package/package/components/apps/editor/settingsPanel/GridNavbar.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/GridPane.svelte +69 -0
- package/package/components/apps/editor/settingsPanel/GridPane.svelte.d.ts +20 -0
- package/package/components/apps/editor/settingsPanel/GridTab.svelte +161 -0
- package/package/components/apps/editor/settingsPanel/GridTab.svelte.d.ts +24 -0
- package/package/components/apps/editor/settingsPanel/GridTabDisabled.svelte +54 -0
- package/package/components/apps/editor/settingsPanel/GridTabDisabled.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/HideButton.svelte +47 -0
- package/package/components/apps/editor/settingsPanel/HideButton.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte +215 -0
- package/package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte.d.ts +45 -0
- package/package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte +103 -0
- package/package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte.d.ts +31 -0
- package/package/components/apps/editor/settingsPanel/MenuItems.svelte +80 -0
- package/package/components/apps/editor/settingsPanel/MenuItems.svelte.d.ts +21 -0
- package/package/components/apps/editor/settingsPanel/OneOfInputSpecsEditor.svelte +104 -0
- package/package/components/apps/editor/settingsPanel/OneOfInputSpecsEditor.svelte.d.ts +31 -0
- package/package/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte +55 -0
- package/package/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/QuickAddColumn.svelte +52 -0
- package/package/components/apps/editor/settingsPanel/QuickAddColumn.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/RefreshDatabaseStudioTable.svelte +17 -0
- package/package/components/apps/editor/settingsPanel/RefreshDatabaseStudioTable.svelte.d.ts +16 -0
- package/package/components/apps/editor/settingsPanel/SelectedRunnable.svelte +72 -0
- package/package/components/apps/editor/settingsPanel/SelectedRunnable.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/StylePanel.svelte +268 -0
- package/package/components/apps/editor/settingsPanel/StylePanel.svelte.d.ts +14 -0
- package/package/components/apps/editor/settingsPanel/SubTypeEditor.svelte +19 -0
- package/package/components/apps/editor/settingsPanel/SubTypeEditor.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/TableActions.svelte +207 -0
- package/package/components/apps/editor/settingsPanel/TableActions.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/common/PanelSection.svelte +35 -0
- package/package/components/apps/editor/settingsPanel/common/PanelSection.svelte.d.ts +26 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/DecisionTreePreview.svelte +355 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/DecisionTreePreview.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/InsertDecisionTreeNode.svelte +35 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/InsertDecisionTreeNode.svelte.d.ts +20 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/nodeHelpers.d.ts +44 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/nodeHelpers.js +26 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/utils.d.ts +10 -0
- package/package/components/apps/editor/settingsPanel/decisionTree/utils.js +229 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/ColorInput.svelte +73 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/ColorInput.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/ConnectedInputEditor.svelte +52 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/ConnectedInputEditor.svelte.d.ts +17 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/DBTableSelect.svelte +42 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/DBTableSelect.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/EvalInputEditor.svelte +31 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/EvalInputEditor.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/EvalV2InputEditor.svelte +187 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/EvalV2InputEditor.svelte.d.ts +26 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/IconSelectInput.svelte +104 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/IconSelectInput.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/RowInputEditor.svelte +6 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/RowInputEditor.svelte.d.ts +17 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/RunnableInputEditor.svelte +29 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/RunnableInputEditor.svelte.d.ts +20 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte +333 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte.d.ts +27 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/TabSelectInput.svelte +44 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/TabSelectInput.svelte.d.ts +20 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/UploadInputEditor.svelte +22 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/UploadInputEditor.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/icons.d.ts +1 -0
- package/package/components/apps/editor/settingsPanel/inputEditor/icons.js +1454 -0
- package/package/components/apps/editor/settingsPanel/mainInput/InlineScriptList.svelte +56 -0
- package/package/components/apps/editor/settingsPanel/mainInput/InlineScriptList.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte +193 -0
- package/package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte.d.ts +25 -0
- package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceFlowList.svelte +79 -0
- package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceFlowList.svelte.d.ts +21 -0
- package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte +79 -0
- package/package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte.d.ts +21 -0
- package/package/components/apps/editor/settingsPanel/script/BackgroundScriptSettings.svelte +46 -0
- package/package/components/apps/editor/settingsPanel/script/BackgroundScriptSettings.svelte.d.ts +18 -0
- package/package/components/apps/editor/settingsPanel/script/ComponentScriptSettings.svelte +67 -0
- package/package/components/apps/editor/settingsPanel/script/ComponentScriptSettings.svelte.d.ts +28 -0
- package/package/components/apps/editor/settingsPanel/script/shared/BackgroundScriptTriggerBy.svelte +27 -0
- package/package/components/apps/editor/settingsPanel/script/shared/BackgroundScriptTriggerBy.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ComponentScriptTriggerBy.svelte +30 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ComponentScriptTriggerBy.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte +56 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptRunConfiguration.svelte.d.ts +23 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingHeader.svelte +23 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingHeader.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingsActions.svelte +21 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingsActions.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingsSection.svelte +18 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptSettingsSection.svelte.d.ts +19 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptTransformer.svelte +39 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptTransformer.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptTriggers.svelte +180 -0
- package/package/components/apps/editor/settingsPanel/script/shared/ScriptTriggers.svelte.d.ts +22 -0
- package/package/components/apps/editor/settingsPanel/script/utils.d.ts +8 -0
- package/package/components/apps/editor/settingsPanel/script/utils.js +41 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/SecondaryMenu.svelte +44 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/SecondaryMenu.svelte.d.ts +16 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/index.d.ts +2 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/index.js +2 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/menuStore.d.ts +28 -0
- package/package/components/apps/editor/settingsPanel/secondaryMenu/menuStore.js +31 -0
- package/package/components/apps/gridUtils.d.ts +13 -0
- package/package/components/apps/gridUtils.js +28 -0
- package/package/components/apps/inputType.d.ts +153 -0
- package/package/components/apps/inputType.js +1 -0
- package/package/components/apps/rx.d.ts +30 -0
- package/package/components/apps/rx.js +136 -0
- package/package/components/apps/store.d.ts +8 -0
- package/package/components/apps/store.js +2 -0
- package/package/components/apps/svelte-grid/Grid.svelte +447 -0
- package/package/components/apps/svelte-grid/Grid.svelte.d.ts +50 -0
- package/package/components/apps/svelte-grid/LICENSE +23 -0
- package/package/components/apps/svelte-grid/MoveResize.svelte +510 -0
- package/package/components/apps/svelte-grid/MoveResize.svelte.d.ts +58 -0
- package/package/components/apps/svelte-grid/types.d.ts +16 -0
- package/package/components/apps/svelte-grid/utils/container.d.ts +1 -0
- package/package/components/apps/svelte-grid/utils/container.js +4 -0
- package/package/components/apps/svelte-grid/utils/helper.d.ts +9 -0
- package/package/components/apps/svelte-grid/utils/helper.js +30 -0
- package/package/components/apps/svelte-grid/utils/item.d.ts +19 -0
- package/package/components/apps/svelte-grid/utils/item.js +206 -0
- package/package/components/apps/svelte-grid/utils/matrix.d.ts +6 -0
- package/package/components/apps/svelte-grid/utils/matrix.js +53 -0
- package/package/components/apps/svelte-grid/utils/other.d.ts +3 -0
- package/package/components/apps/svelte-grid/utils/other.js +30 -0
- package/package/components/apps/svelte-grid/utils/overlap.d.ts +3 -0
- package/package/components/apps/svelte-grid/utils/overlap.js +21 -0
- package/package/components/apps/svelte-select/lib/ChevronIcon.svelte +17 -0
- package/package/components/apps/svelte-select/lib/ChevronIcon.svelte.d.ts +23 -0
- package/package/components/apps/svelte-select/lib/ClearIcon.svelte +21 -0
- package/package/components/apps/svelte-select/lib/ClearIcon.svelte.d.ts +23 -0
- package/package/components/apps/svelte-select/lib/ConditionalPortal.svelte +12 -0
- package/package/components/apps/svelte-select/lib/ConditionalPortal.svelte.d.ts +18 -0
- package/package/components/apps/svelte-select/lib/ConditionalPortalGlobal.svelte +9 -0
- package/package/components/apps/svelte-select/lib/ConditionalPortalGlobal.svelte.d.ts +18 -0
- package/package/components/apps/svelte-select/lib/LoadingIcon.svelte +33 -0
- package/package/components/apps/svelte-select/lib/LoadingIcon.svelte.d.ts +23 -0
- package/package/components/apps/svelte-select/lib/Select.svelte +1111 -0
- package/package/components/apps/svelte-select/lib/Select.svelte.d.ts +207 -0
- package/package/components/apps/svelte-select/lib/filter.d.ts +13 -0
- package/package/components/apps/svelte-select/lib/filter.js +32 -0
- package/package/components/apps/svelte-select/lib/get-items.d.ts +11 -0
- package/package/components/apps/svelte-select/lib/get-items.js +30 -0
- package/package/components/apps/svelte-select/lib/index.d.ts +1 -0
- package/package/components/apps/svelte-select/lib/index.js +1 -0
- package/package/components/apps/svelte-select/lib/tailwind.css +130 -0
- package/package/components/apps/types.d.ts +265 -0
- package/package/components/apps/types.js +1 -0
- package/package/components/apps/utils.d.ts +33 -0
- package/package/components/apps/utils.js +409 -0
- package/package/components/auditLogs/AuditLogDetails.svelte +73 -0
- package/package/components/auditLogs/AuditLogDetails.svelte.d.ts +18 -0
- package/package/components/auditLogs/AuditLogMobileFilters.svelte +18 -0
- package/package/components/auditLogs/AuditLogMobileFilters.svelte.d.ts +16 -0
- package/package/components/auditLogs/AuditLogsFilters.svelte +393 -0
- package/package/components/auditLogs/AuditLogsFilters.svelte.d.ts +28 -0
- package/package/components/auditLogs/AuditLogsTable.svelte +179 -0
- package/package/components/auditLogs/AuditLogsTable.svelte.d.ts +27 -0
- package/package/components/common/CloseButton.svelte +21 -0
- package/package/components/common/CloseButton.svelte.d.ts +19 -0
- package/package/components/common/FileProgressBar.svelte +53 -0
- package/package/components/common/FileProgressBar.svelte.d.ts +20 -0
- package/package/components/common/actionRow/ActionRow.svelte +34 -0
- package/package/components/common/actionRow/ActionRow.svelte.d.ts +22 -0
- package/package/components/common/alert/Alert.svelte +110 -0
- package/package/components/common/alert/Alert.svelte.d.ts +35 -0
- package/package/components/common/alert/ConnectionIndicator.svelte +30 -0
- package/package/components/common/alert/ConnectionIndicator.svelte.d.ts +20 -0
- package/package/components/common/alert/Notification.svelte +15 -0
- package/package/components/common/alert/Notification.svelte.d.ts +17 -0
- package/package/components/common/alert/model.d.ts +2 -0
- package/package/components/common/alert/model.js +26 -0
- package/package/components/common/badge/Badge.svelte +72 -0
- package/package/components/common/badge/Badge.svelte.d.ts +32 -0
- package/package/components/common/badge/model.d.ts +8 -0
- package/package/components/common/badge/model.js +1 -0
- package/package/components/common/breadcrumb/Breadcrumb.svelte +24 -0
- package/package/components/common/breadcrumb/Breadcrumb.svelte.d.ts +22 -0
- package/package/components/common/button/AnimatedButton.svelte +85 -0
- package/package/components/common/button/AnimatedButton.svelte.d.ts +24 -0
- package/package/components/common/button/Button.svelte +214 -0
- package/package/components/common/button/Button.svelte.d.ts +68 -0
- package/package/components/common/button/ConnectionButton.svelte +75 -0
- package/package/components/common/button/ConnectionButton.svelte.d.ts +18 -0
- package/package/components/common/button/PulseButton.svelte +81 -0
- package/package/components/common/button/PulseButton.svelte.d.ts +34 -0
- package/package/components/common/button/RefreshButton.svelte +30 -0
- package/package/components/common/button/RefreshButton.svelte.d.ts +18 -0
- package/package/components/common/button/RoundIconButton.svelte +11 -0
- package/package/components/common/button/RoundIconButton.svelte.d.ts +19 -0
- package/package/components/common/button/UndoRedo.svelte +32 -0
- package/package/components/common/button/UndoRedo.svelte.d.ts +20 -0
- package/package/components/common/button/model.d.ts +20 -0
- package/package/components/common/button/model.js +97 -0
- package/package/components/common/calendarPicker/CalendarPicker.svelte +55 -0
- package/package/components/common/calendarPicker/CalendarPicker.svelte.d.ts +26 -0
- package/package/components/common/clearableInput/ClearableInput.svelte +67 -0
- package/package/components/common/clearableInput/ClearableInput.svelte.d.ts +29 -0
- package/package/components/common/confirmationModal/ConfirmationModal.svelte +98 -0
- package/package/components/common/confirmationModal/ConfirmationModal.svelte.d.ts +25 -0
- package/package/components/common/confirmationModal/DeployOverrideConfirmationModal.svelte +50 -0
- package/package/components/common/confirmationModal/DeployOverrideConfirmationModal.svelte.d.ts +23 -0
- package/package/components/common/confirmationModal/UnsavedConfirmationModal.svelte +106 -0
- package/package/components/common/confirmationModal/UnsavedConfirmationModal.svelte.d.ts +20 -0
- package/package/components/common/confirmationModal/unsavedTypes.d.ts +6 -0
- package/package/components/common/confirmationModal/unsavedTypes.js +1 -0
- package/package/components/common/drawer/ConditionalPortal.svelte +10 -0
- package/package/components/common/drawer/ConditionalPortal.svelte.d.ts +19 -0
- package/package/components/common/drawer/Disposable.svelte +69 -0
- package/package/components/common/drawer/Disposable.svelte.d.ts +38 -0
- package/package/components/common/drawer/Drawer.svelte +165 -0
- package/package/components/common/drawer/Drawer.svelte.d.ts +39 -0
- package/package/components/common/drawer/DrawerContent.svelte +42 -0
- package/package/components/common/drawer/DrawerContent.svelte.d.ts +27 -0
- package/package/components/common/fileDownload/FileDownload.svelte +21 -0
- package/package/components/common/fileDownload/FileDownload.svelte.d.ts +18 -0
- package/package/components/common/fileInput/FileInput.svelte +225 -0
- package/package/components/common/fileInput/FileInput.svelte.d.ts +39 -0
- package/package/components/common/fileInput/model.d.ts +1 -0
- package/package/components/common/fileInput/model.js +1 -0
- package/package/components/common/fileUpload/FileUpload.svelte +486 -0
- package/package/components/common/fileUpload/FileUpload.svelte.d.ts +55 -0
- package/package/components/common/fileUpload/FileUploadModal.svelte +90 -0
- package/package/components/common/fileUpload/FileUploadModal.svelte.d.ts +20 -0
- package/package/components/common/index.d.ts +22 -0
- package/package/components/common/index.js +22 -0
- package/package/components/common/kbd/Kbd.svelte +24 -0
- package/package/components/common/kbd/Kbd.svelte.d.ts +21 -0
- package/package/components/common/languageIcons/Bash.svelte +18 -0
- package/package/components/common/languageIcons/Bash.svelte.d.ts +27 -0
- package/package/components/common/languageIcons/FetchIcon.svelte +1 -0
- package/package/components/common/languageIcons/FetchIcon.svelte.d.ts +23 -0
- package/package/components/common/languageIcons/Go.svelte +34 -0
- package/package/components/common/languageIcons/Go.svelte.d.ts +27 -0
- package/package/components/common/languageIcons/JavaScript.svelte +11 -0
- package/package/components/common/languageIcons/JavaScript.svelte.d.ts +25 -0
- package/package/components/common/languageIcons/LanguageIcon.svelte +105 -0
- package/package/components/common/languageIcons/LanguageIcon.svelte.d.ts +21 -0
- package/package/components/common/languageIcons/Python.svelte +51 -0
- package/package/components/common/languageIcons/Python.svelte.d.ts +27 -0
- package/package/components/common/languageIcons/TypeScript.svelte +31 -0
- package/package/components/common/languageIcons/TypeScript.svelte.d.ts +27 -0
- package/package/components/common/languageIcons/index.d.ts +5 -0
- package/package/components/common/languageIcons/index.js +5 -0
- package/package/components/common/layout/List.svelte +41 -0
- package/package/components/common/layout/List.svelte.d.ts +22 -0
- package/package/components/common/layout/ListElement.svelte +3 -0
- package/package/components/common/layout/ListElement.svelte.d.ts +27 -0
- package/package/components/common/menu/Menu.svelte +96 -0
- package/package/components/common/menu/Menu.svelte.d.ts +32 -0
- package/package/components/common/menu/MenuItem.svelte +11 -0
- package/package/components/common/menu/MenuItem.svelte.d.ts +31 -0
- package/package/components/common/menu/ResolveOpen.svelte +12 -0
- package/package/components/common/menu/ResolveOpen.svelte.d.ts +19 -0
- package/package/components/common/modal/AlwaysMountedModal.svelte +71 -0
- package/package/components/common/modal/AlwaysMountedModal.svelte.d.ts +25 -0
- package/package/components/common/modal/Modal.svelte +98 -0
- package/package/components/common/modal/Modal.svelte.d.ts +28 -0
- package/package/components/common/modal/Modal2.svelte +101 -0
- package/package/components/common/modal/Modal2.svelte.d.ts +28 -0
- package/package/components/common/popup/PopupV2.svelte +58 -0
- package/package/components/common/popup/PopupV2.svelte.d.ts +27 -0
- package/package/components/common/seconds/SecondsInput.svelte +103 -0
- package/package/components/common/seconds/SecondsInput.svelte.d.ts +21 -0
- package/package/components/common/skeleton/Skeleton.svelte +42 -0
- package/package/components/common/skeleton/Skeleton.svelte.d.ts +21 -0
- package/package/components/common/skeleton/SkeletonElement.svelte +8 -0
- package/package/components/common/skeleton/SkeletonElement.svelte.d.ts +17 -0
- package/package/components/common/skeleton/model.d.ts +21 -0
- package/package/components/common/skeleton/model.js +1 -0
- package/package/components/common/stepper/Stepper.svelte +93 -0
- package/package/components/common/stepper/Stepper.svelte.d.ts +23 -0
- package/package/components/common/table/AppRow.svelte +255 -0
- package/package/components/common/table/AppRow.svelte.d.ts +34 -0
- package/package/components/common/table/FlowRow.svelte +267 -0
- package/package/components/common/table/FlowRow.svelte.d.ts +35 -0
- package/package/components/common/table/RawAppRow.svelte +140 -0
- package/package/components/common/table/RawAppRow.svelte.d.ts +32 -0
- package/package/components/common/table/Row.svelte +74 -0
- package/package/components/common/table/Row.svelte.d.ts +30 -0
- package/package/components/common/table/RowIcon.svelte +28 -0
- package/package/components/common/table/RowIcon.svelte.d.ts +17 -0
- package/package/components/common/table/ScriptRow.svelte +323 -0
- package/package/components/common/table/ScriptRow.svelte.d.ts +35 -0
- package/package/components/common/table/Table.svelte +9 -0
- package/package/components/common/table/Table.svelte.d.ts +27 -0
- package/package/components/common/tabs/Tab.svelte +64 -0
- package/package/components/common/tabs/Tab.svelte.d.ts +30 -0
- package/package/components/common/tabs/TabContent.svelte +18 -0
- package/package/components/common/tabs/TabContent.svelte.d.ts +22 -0
- package/package/components/common/tabs/Tabs.svelte +52 -0
- package/package/components/common/tabs/Tabs.svelte.d.ts +35 -0
- package/package/components/common/toggleButton-v2/ToggleButton.svelte +65 -0
- package/package/components/common/toggleButton-v2/ToggleButton.svelte.d.ts +31 -0
- package/package/components/common/toggleButton-v2/ToggleButtonGroup.svelte +42 -0
- package/package/components/common/toggleButton-v2/ToggleButtonGroup.svelte.d.ts +46 -0
- package/package/components/common/toggleButton-v2/ToggleButtonMore.svelte +44 -0
- package/package/components/common/toggleButton-v2/ToggleButtonMore.svelte.d.ts +25 -0
- package/package/components/common/waitTimeWarning/WaitTimeWarning.svelte +79 -0
- package/package/components/common/waitTimeWarning/WaitTimeWarning.svelte.d.ts +18 -0
- package/package/components/copilot/CodeCompletionStatus.svelte +28 -0
- package/package/components/copilot/CodeCompletionStatus.svelte.d.ts +14 -0
- package/package/components/copilot/CronGen.svelte +122 -0
- package/package/components/copilot/CronGen.svelte.d.ts +17 -0
- package/package/components/copilot/FlowCopilotDrawer.svelte +309 -0
- package/package/components/copilot/FlowCopilotDrawer.svelte.d.ts +19 -0
- package/package/components/copilot/FlowCopilotInputsModal.svelte +35 -0
- package/package/components/copilot/FlowCopilotInputsModal.svelte.d.ts +20 -0
- package/package/components/copilot/FlowCopilotStatus.svelte +134 -0
- package/package/components/copilot/FlowCopilotStatus.svelte.d.ts +21 -0
- package/package/components/copilot/IteratorGen.svelte +167 -0
- package/package/components/copilot/IteratorGen.svelte.d.ts +25 -0
- package/package/components/copilot/MetadataGen.svelte +265 -0
- package/package/components/copilot/MetadataGen.svelte.d.ts +26 -0
- package/package/components/copilot/PredicateGen.svelte +122 -0
- package/package/components/copilot/PredicateGen.svelte.d.ts +20 -0
- package/package/components/copilot/RegexGen.svelte +172 -0
- package/package/components/copilot/RegexGen.svelte.d.ts +16 -0
- package/package/components/copilot/ScriptFix.svelte +223 -0
- package/package/components/copilot/ScriptFix.svelte.d.ts +23 -0
- package/package/components/copilot/ScriptGen.svelte +518 -0
- package/package/components/copilot/ScriptGen.svelte.d.ts +26 -0
- package/package/components/copilot/StepGen.svelte +229 -0
- package/package/components/copilot/StepGen.svelte.d.ts +25 -0
- package/package/components/copilot/StepGenQuick.svelte +64 -0
- package/package/components/copilot/StepGenQuick.svelte.d.ts +26 -0
- package/package/components/copilot/StepInputGen.svelte +235 -0
- package/package/components/copilot/StepInputGen.svelte.d.ts +29 -0
- package/package/components/copilot/StepInputsGen.svelte +239 -0
- package/package/components/copilot/StepInputsGen.svelte.d.ts +22 -0
- package/package/components/copilot/TestAIKey.svelte +56 -0
- package/package/components/copilot/TestAIKey.svelte.d.ts +21 -0
- package/package/components/copilot/completion.d.ts +2 -0
- package/package/components/copilot/completion.js +98 -0
- package/package/components/copilot/flow.d.ts +55 -0
- package/package/components/copilot/flow.js +258 -0
- package/package/components/copilot/lib.d.ts +85 -0
- package/package/components/copilot/lib.js +613 -0
- package/package/components/copilot/prompts/edit.yaml +264 -0
- package/package/components/copilot/prompts/editPrompt.d.ts +56 -0
- package/package/components/copilot/prompts/editPrompt.js +56 -0
- package/package/components/copilot/prompts/fix.yaml +231 -0
- package/package/components/copilot/prompts/fixPrompt.d.ts +50 -0
- package/package/components/copilot/prompts/fixPrompt.js +50 -0
- package/package/components/copilot/prompts/gen.yaml +191 -0
- package/package/components/copilot/prompts/genPrompt.d.ts +56 -0
- package/package/components/copilot/prompts/genPrompt.js +56 -0
- package/package/components/copilot/prompts/index.d.ts +11 -0
- package/package/components/copilot/prompts/index.js +6 -0
- package/package/components/copilot/prompts/yaml2json.py +16 -0
- package/package/components/copilot/utils.d.ts +6 -0
- package/package/components/copilot/utils.js +130 -0
- package/package/components/custom_ui.d.ts +104 -0
- package/package/components/custom_ui.js +1 -0
- package/package/components/details/ClipboardPanel.svelte +32 -0
- package/package/components/details/ClipboardPanel.svelte.d.ts +19 -0
- package/package/components/details/CopyableCodeBlock.svelte +24 -0
- package/package/components/details/CopyableCodeBlock.svelte.d.ts +19 -0
- package/package/components/details/DetailPageDetailPanel.svelte +62 -0
- package/package/components/details/DetailPageDetailPanel.svelte.d.ts +54 -0
- package/package/components/details/DetailPageHeader.svelte +92 -0
- package/package/components/details/DetailPageHeader.svelte.d.ts +36 -0
- package/package/components/details/DetailPageLayout.svelte +113 -0
- package/package/components/details/DetailPageLayout.svelte.d.ts +59 -0
- package/package/components/details/DetailPageTriggerPanel.svelte +111 -0
- package/package/components/details/DetailPageTriggerPanel.svelte.d.ts +29 -0
- package/package/components/details/EmailTriggerConfigSection.svelte +119 -0
- package/package/components/details/EmailTriggerConfigSection.svelte.d.ts +41 -0
- package/package/components/details/EmailTriggerPanel.svelte +92 -0
- package/package/components/details/EmailTriggerPanel.svelte.d.ts +29 -0
- package/package/components/details/ErrorHandlerToggleButton.svelte +69 -0
- package/package/components/details/ErrorHandlerToggleButton.svelte.d.ts +19 -0
- package/package/components/details/ErrorHandlerToggleButtonV2.svelte +59 -0
- package/package/components/details/ErrorHandlerToggleButtonV2.svelte.d.ts +20 -0
- package/package/components/details/createAppFromScript.d.ts +1075 -0
- package/package/components/details/createAppFromScript.js +1071 -0
- package/package/components/details/utils.d.ts +7 -0
- package/package/components/details/utils.js +39 -0
- package/package/components/display/PdfViewer.svelte +312 -0
- package/package/components/display/PdfViewer.svelte.d.ts +25 -0
- package/package/components/flows/CreateActionsApp.svelte +137 -0
- package/package/components/flows/CreateActionsApp.svelte.d.ts +14 -0
- package/package/components/flows/CreateActionsFlow.svelte +70 -0
- package/package/components/flows/CreateActionsFlow.svelte.d.ts +14 -0
- package/package/components/flows/FlowEditor.svelte +74 -0
- package/package/components/flows/FlowEditor.svelte.d.ts +27 -0
- package/package/components/flows/FlowHistory.svelte +30 -0
- package/package/components/flows/FlowHistory.svelte.d.ts +20 -0
- package/package/components/flows/FlowHistoryInner.svelte +204 -0
- package/package/components/flows/FlowHistoryInner.svelte.d.ts +20 -0
- package/package/components/flows/FlowProgressBar.svelte +90 -0
- package/package/components/flows/FlowProgressBar.svelte.d.ts +21 -0
- package/package/components/flows/common/FlowCard.svelte +19 -0
- package/package/components/flows/common/FlowCard.svelte.d.ts +24 -0
- package/package/components/flows/common/FlowCardHeader.svelte +112 -0
- package/package/components/flows/common/FlowCardHeader.svelte.d.ts +22 -0
- package/package/components/flows/content/BranchPredicateEditor.svelte +64 -0
- package/package/components/flows/content/BranchPredicateEditor.svelte.d.ts +26 -0
- package/package/components/flows/content/DynamicInputHelpBox.svelte +46 -0
- package/package/components/flows/content/DynamicInputHelpBox.svelte.d.ts +14 -0
- package/package/components/flows/content/FlowBranchAllWrapper.svelte +22 -0
- package/package/components/flows/content/FlowBranchAllWrapper.svelte.d.ts +22 -0
- package/package/components/flows/content/FlowBranchOneWrapper.svelte +30 -0
- package/package/components/flows/content/FlowBranchOneWrapper.svelte.d.ts +25 -0
- package/package/components/flows/content/FlowBranchesAllWrapper.svelte +121 -0
- package/package/components/flows/content/FlowBranchesAllWrapper.svelte.d.ts +20 -0
- package/package/components/flows/content/FlowBranchesOneWrapper.svelte +133 -0
- package/package/components/flows/content/FlowBranchesOneWrapper.svelte.d.ts +21 -0
- package/package/components/flows/content/FlowConstants.svelte +118 -0
- package/package/components/flows/content/FlowConstants.svelte.d.ts +16 -0
- package/package/components/flows/content/FlowEditorPanel.svelte +120 -0
- package/package/components/flows/content/FlowEditorPanel.svelte.d.ts +22 -0
- package/package/components/flows/content/FlowFailureModule.svelte +16 -0
- package/package/components/flows/content/FlowFailureModule.svelte.d.ts +16 -0
- package/package/components/flows/content/FlowInput.svelte +533 -0
- package/package/components/flows/content/FlowInput.svelte.d.ts +19 -0
- package/package/components/flows/content/FlowInputEditor.svelte +22 -0
- package/package/components/flows/content/FlowInputEditor.svelte.d.ts +21 -0
- package/package/components/flows/content/FlowInputs.svelte +243 -0
- package/package/components/flows/content/FlowInputs.svelte.d.ts +23 -0
- package/package/components/flows/content/FlowInputsFlow.svelte +101 -0
- package/package/components/flows/content/FlowInputsFlow.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowInputsFlowQuick.svelte +65 -0
- package/package/components/flows/content/FlowInputsFlowQuick.svelte.d.ts +19 -0
- package/package/components/flows/content/FlowInputsQuick.svelte +422 -0
- package/package/components/flows/content/FlowInputsQuick.svelte.d.ts +34 -0
- package/package/components/flows/content/FlowLoop.svelte +275 -0
- package/package/components/flows/content/FlowLoop.svelte.d.ts +21 -0
- package/package/components/flows/content/FlowModuleCache.svelte +46 -0
- package/package/components/flows/content/FlowModuleCache.svelte.d.ts +17 -0
- package/package/components/flows/content/FlowModuleComponent.svelte +621 -0
- package/package/components/flows/content/FlowModuleComponent.svelte.d.ts +27 -0
- package/package/components/flows/content/FlowModuleDeleteAfterUse.svelte +41 -0
- package/package/components/flows/content/FlowModuleDeleteAfterUse.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowModuleEarlyStop.svelte +216 -0
- package/package/components/flows/content/FlowModuleEarlyStop.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowModuleHeader.svelte +170 -0
- package/package/components/flows/content/FlowModuleHeader.svelte.d.ts +29 -0
- package/package/components/flows/content/FlowModuleMock.svelte +52 -0
- package/package/components/flows/content/FlowModuleMock.svelte.d.ts +17 -0
- package/package/components/flows/content/FlowModuleScript.svelte +112 -0
- package/package/components/flows/content/FlowModuleScript.svelte.d.ts +22 -0
- package/package/components/flows/content/FlowModuleSkip.svelte +69 -0
- package/package/components/flows/content/FlowModuleSkip.svelte.d.ts +20 -0
- package/package/components/flows/content/FlowModuleSleep.svelte +75 -0
- package/package/components/flows/content/FlowModuleSleep.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowModuleSuspend.svelte +294 -0
- package/package/components/flows/content/FlowModuleSuspend.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowModuleTimeout.svelte +45 -0
- package/package/components/flows/content/FlowModuleTimeout.svelte.d.ts +17 -0
- package/package/components/flows/content/FlowModuleWorkerTagSelect.svelte +32 -0
- package/package/components/flows/content/FlowModuleWorkerTagSelect.svelte.d.ts +17 -0
- package/package/components/flows/content/FlowModuleWrapper.svelte +230 -0
- package/package/components/flows/content/FlowModuleWrapper.svelte.d.ts +21 -0
- package/package/components/flows/content/FlowPathViewer.svelte +35 -0
- package/package/components/flows/content/FlowPathViewer.svelte.d.ts +17 -0
- package/package/components/flows/content/FlowPreprocessorModule.svelte +16 -0
- package/package/components/flows/content/FlowPreprocessorModule.svelte.d.ts +16 -0
- package/package/components/flows/content/FlowRetries.svelte +193 -0
- package/package/components/flows/content/FlowRetries.svelte.d.ts +19 -0
- package/package/components/flows/content/FlowSettings.svelte +542 -0
- package/package/components/flows/content/FlowSettings.svelte.d.ts +18 -0
- package/package/components/flows/content/FlowWhileLoop.svelte +151 -0
- package/package/components/flows/content/FlowWhileLoop.svelte.d.ts +20 -0
- package/package/components/flows/content/GenAiQuick.svelte +30 -0
- package/package/components/flows/content/GenAiQuick.svelte.d.ts +20 -0
- package/package/components/flows/content/ScriptEditorDrawer.svelte +233 -0
- package/package/components/flows/content/ScriptEditorDrawer.svelte.d.ts +19 -0
- package/package/components/flows/content/SuspendDrawer.svelte +144 -0
- package/package/components/flows/content/SuspendDrawer.svelte.d.ts +16 -0
- package/package/components/flows/content/s3Scripts/deno.d.ts +4 -0
- package/package/components/flows/content/s3Scripts/deno.js +35 -0
- package/package/components/flows/content/s3Scripts/lib.d.ts +11 -0
- package/package/components/flows/content/s3Scripts/lib.js +7 -0
- package/package/components/flows/content/s3Scripts/python3.d.ts +6 -0
- package/package/components/flows/content/s3Scripts/python3.js +144 -0
- package/package/components/flows/dfs.d.ts +2 -0
- package/package/components/flows/dfs.js +24 -0
- package/package/components/flows/flowExplorer.d.ts +11 -0
- package/package/components/flows/flowExplorer.js +143 -0
- package/package/components/flows/flowInfers.d.ts +6 -0
- package/package/components/flows/flowInfers.js +48 -0
- package/package/components/flows/flowModuleNextId.d.ts +3 -0
- package/package/components/flows/flowModuleNextId.js +16 -0
- package/package/components/flows/flowState.d.ts +16 -0
- package/package/components/flows/flowState.js +44 -0
- package/package/components/flows/flowStateUtils.d.ts +35 -0
- package/package/components/flows/flowStateUtils.js +236 -0
- package/package/components/flows/flowStore.d.ts +22 -0
- package/package/components/flows/flowStore.js +71 -0
- package/package/components/flows/header/FlowImportExportMenu.svelte +16 -0
- package/package/components/flows/header/FlowImportExportMenu.svelte.d.ts +17 -0
- package/package/components/flows/header/FlowPreviewButtons.svelte +105 -0
- package/package/components/flows/header/FlowPreviewButtons.svelte.d.ts +20 -0
- package/package/components/flows/header/FlowYamlEditor.svelte +62 -0
- package/package/components/flows/header/FlowYamlEditor.svelte.d.ts +17 -0
- package/package/components/flows/idUtils.d.ts +4 -0
- package/package/components/flows/idUtils.js +61 -0
- package/package/components/flows/map/FlowConstantsItem.svelte +13 -0
- package/package/components/flows/map/FlowConstantsItem.svelte.d.ts +14 -0
- package/package/components/flows/map/FlowErrorHandlerItem.svelte +106 -0
- package/package/components/flows/map/FlowErrorHandlerItem.svelte.d.ts +16 -0
- package/package/components/flows/map/FlowJobsMenu.svelte +100 -0
- package/package/components/flows/map/FlowJobsMenu.svelte.d.ts +22 -0
- package/package/components/flows/map/FlowModuleSchemaItem.svelte +295 -0
- package/package/components/flows/map/FlowModuleSchemaItem.svelte.d.ts +41 -0
- package/package/components/flows/map/FlowModuleSchemaItemViewer.svelte +67 -0
- package/package/components/flows/map/FlowModuleSchemaItemViewer.svelte.d.ts +24 -0
- package/package/components/flows/map/FlowModuleSchemaMap.svelte +418 -0
- package/package/components/flows/map/FlowModuleSchemaMap.svelte.d.ts +28 -0
- package/package/components/flows/map/FlowSettingsItem.svelte +23 -0
- package/package/components/flows/map/FlowSettingsItem.svelte.d.ts +14 -0
- package/package/components/flows/map/InsertModuleButton.svelte +206 -0
- package/package/components/flows/map/InsertModuleButton.svelte.d.ts +32 -0
- package/package/components/flows/map/MapItem.svelte +184 -0
- package/package/components/flows/map/MapItem.svelte.d.ts +53 -0
- package/package/components/flows/map/VirtualItem.svelte +91 -0
- package/package/components/flows/map/VirtualItem.svelte.d.ts +33 -0
- package/package/components/flows/map/VirtualItemWrapper.svelte +33 -0
- package/package/components/flows/map/VirtualItemWrapper.svelte.d.ts +36 -0
- package/package/components/flows/models.d.ts +1 -0
- package/package/components/flows/models.js +1 -0
- package/package/components/flows/pickers/FlowScriptPicker.svelte +32 -0
- package/package/components/flows/pickers/FlowScriptPicker.svelte.d.ts +22 -0
- package/package/components/flows/pickers/FlowScriptPickerQuick.svelte +49 -0
- package/package/components/flows/pickers/FlowScriptPickerQuick.svelte.d.ts +23 -0
- package/package/components/flows/pickers/FlowToplevelNode.svelte +19 -0
- package/package/components/flows/pickers/FlowToplevelNode.svelte.d.ts +19 -0
- package/package/components/flows/pickers/PickHubApp.svelte +74 -0
- package/package/components/flows/pickers/PickHubApp.svelte.d.ts +21 -0
- package/package/components/flows/pickers/PickHubFlow.svelte +75 -0
- package/package/components/flows/pickers/PickHubFlow.svelte.d.ts +21 -0
- package/package/components/flows/pickers/PickHubScript.svelte +148 -0
- package/package/components/flows/pickers/PickHubScript.svelte.d.ts +22 -0
- package/package/components/flows/pickers/PickHubScriptQuick.svelte +164 -0
- package/package/components/flows/pickers/PickHubScriptQuick.svelte.d.ts +34 -0
- package/package/components/flows/pickers/TopLevelNode.svelte +59 -0
- package/package/components/flows/pickers/TopLevelNode.svelte.d.ts +21 -0
- package/package/components/flows/pickers/WorkspaceScriptPicker.svelte +121 -0
- package/package/components/flows/pickers/WorkspaceScriptPicker.svelte.d.ts +24 -0
- package/package/components/flows/pickers/WorkspaceScriptPickerQuick.svelte +139 -0
- package/package/components/flows/pickers/WorkspaceScriptPickerQuick.svelte.d.ts +36 -0
- package/package/components/flows/pickers/model.d.ts +7 -0
- package/package/components/flows/pickers/model.js +1 -0
- package/package/components/flows/previousResults.d.ts +32 -0
- package/package/components/flows/previousResults.js +230 -0
- package/package/components/flows/propPicker/FlowPropPicker.svelte +72 -0
- package/package/components/flows/propPicker/FlowPropPicker.svelte.d.ts +19 -0
- package/package/components/flows/propPicker/PropPickerWrapper.svelte +138 -0
- package/package/components/flows/propPicker/PropPickerWrapper.svelte.d.ts +49 -0
- package/package/components/flows/scheduleUtils.d.ts +7 -0
- package/package/components/flows/scheduleUtils.js +117 -0
- package/package/components/flows/types.d.ts +46 -0
- package/package/components/flows/types.js +1 -0
- package/package/components/flows/utils.d.ts +40 -0
- package/package/components/flows/utils.js +225 -0
- package/package/components/graph/FlowGraphV2.svelte +374 -0
- package/package/components/graph/FlowGraphV2.svelte.d.ts +53 -0
- package/package/components/graph/graphBuilder.d.ts +25 -0
- package/package/components/graph/graphBuilder.js +530 -0
- package/package/components/graph/index.d.ts +2 -0
- package/package/components/graph/index.js +2 -0
- package/package/components/graph/model.d.ts +70 -0
- package/package/components/graph/model.js +9 -0
- package/package/components/graph/renderers/edges/BaseEdge.svelte +109 -0
- package/package/components/graph/renderers/edges/BaseEdge.svelte.d.ts +35 -0
- package/package/components/graph/renderers/edges/DataflowEdge.svelte +37 -0
- package/package/components/graph/renderers/edges/DataflowEdge.svelte.d.ts +29 -0
- package/package/components/graph/renderers/edges/EmptyEdge.svelte +22 -0
- package/package/components/graph/renderers/edges/EmptyEdge.svelte.d.ts +23 -0
- package/package/components/graph/renderers/edges/HiddenBaseEdge.svelte +5 -0
- package/package/components/graph/renderers/edges/HiddenBaseEdge.svelte.d.ts +16 -0
- package/package/components/graph/renderers/nodes/BranchAllStart.svelte +45 -0
- package/package/components/graph/renderers/nodes/BranchAllStart.svelte.d.ts +29 -0
- package/package/components/graph/renderers/nodes/BranchOneStart.svelte +41 -0
- package/package/components/graph/renderers/nodes/BranchOneStart.svelte.d.ts +30 -0
- package/package/components/graph/renderers/nodes/ForLoopEndNode.svelte +34 -0
- package/package/components/graph/renderers/nodes/ForLoopEndNode.svelte.d.ts +25 -0
- package/package/components/graph/renderers/nodes/ForLoopStartNode.svelte +41 -0
- package/package/components/graph/renderers/nodes/ForLoopStartNode.svelte.d.ts +26 -0
- package/package/components/graph/renderers/nodes/InputNode.svelte +67 -0
- package/package/components/graph/renderers/nodes/InputNode.svelte.d.ts +29 -0
- package/package/components/graph/renderers/nodes/ModuleNode.svelte +88 -0
- package/package/components/graph/renderers/nodes/ModuleNode.svelte.d.ts +41 -0
- package/package/components/graph/renderers/nodes/NoBranchNode.svelte +24 -0
- package/package/components/graph/renderers/nodes/NoBranchNode.svelte.d.ts +28 -0
- package/package/components/graph/renderers/nodes/NodeWrapper.svelte +33 -0
- package/package/components/graph/renderers/nodes/NodeWrapper.svelte.d.ts +23 -0
- package/package/components/graph/renderers/nodes/ResultNode.svelte +24 -0
- package/package/components/graph/renderers/nodes/ResultNode.svelte.d.ts +22 -0
- package/package/components/graph/renderers/nodes/SubflowBound.svelte +29 -0
- package/package/components/graph/renderers/nodes/SubflowBound.svelte.d.ts +30 -0
- package/package/components/graph/renderers/nodes/TriggersNode.svelte +103 -0
- package/package/components/graph/renderers/nodes/TriggersNode.svelte.d.ts +28 -0
- package/package/components/graph/renderers/nodes/branchAllEndNode.svelte +19 -0
- package/package/components/graph/renderers/nodes/branchAllEndNode.svelte.d.ts +26 -0
- package/package/components/graph/renderers/nodes/branchOneEndNode.svelte +19 -0
- package/package/components/graph/renderers/nodes/branchOneEndNode.svelte.d.ts +24 -0
- package/package/components/graph/renderers/triggers/TriggerButton.svelte +13 -0
- package/package/components/graph/renderers/triggers/TriggerButton.svelte.d.ts +20 -0
- package/package/components/graph/renderers/triggers/TriggerCount.svelte +17 -0
- package/package/components/graph/renderers/triggers/TriggerCount.svelte.d.ts +16 -0
- package/package/components/graph/renderers/triggers/TriggersBadge.svelte +85 -0
- package/package/components/graph/renderers/triggers/TriggersBadge.svelte.d.ts +23 -0
- package/package/components/graph/renderers/triggers/TriggersWrapper.svelte +48 -0
- package/package/components/graph/renderers/triggers/TriggersWrapper.svelte.d.ts +28 -0
- package/package/components/graph/renderers/utils.d.ts +8 -0
- package/package/components/graph/renderers/utils.js +26 -0
- package/package/components/graph/util.d.ts +10 -0
- package/package/components/graph/util.js +34 -0
- package/package/components/home/FlowIcon.svelte +8 -0
- package/package/components/home/FlowIcon.svelte.d.ts +17 -0
- package/package/components/home/Item.svelte +131 -0
- package/package/components/home/Item.svelte.d.ts +24 -0
- package/package/components/home/ItemsList.svelte +455 -0
- package/package/components/home/ItemsList.svelte.d.ts +17 -0
- package/package/components/home/ListFilters.svelte +87 -0
- package/package/components/home/ListFilters.svelte.d.ts +23 -0
- package/package/components/home/ListFiltersQuick.svelte +51 -0
- package/package/components/home/ListFiltersQuick.svelte.d.ts +23 -0
- package/package/components/home/NoItemFound.svelte +6 -0
- package/package/components/home/NoItemFound.svelte.d.ts +23 -0
- package/package/components/home/TreeView.svelte +171 -0
- package/package/components/home/TreeView.svelte.d.ts +27 -0
- package/package/components/home/TreeViewRoot.svelte +57 -0
- package/package/components/home/TreeViewRoot.svelte.d.ts +26 -0
- package/package/components/home/deploy_ui.d.ts +2 -0
- package/package/components/home/deploy_ui.js +21 -0
- package/package/components/home/treeViewUtils.d.ts +24 -0
- package/package/components/home/treeViewUtils.js +97 -0
- package/package/components/icons/ActivitypubIcon.svelte +64 -0
- package/package/components/icons/ActivitypubIcon.svelte.d.ts +17 -0
- package/package/components/icons/AirtableIcon.svelte +17 -0
- package/package/components/icons/AirtableIcon.svelte.d.ts +17 -0
- package/package/components/icons/AnsibleIcon.svelte +42 -0
- package/package/components/icons/AnsibleIcon.svelte.d.ts +25 -0
- package/package/components/icons/AppwriteIcon.svelte +16 -0
- package/package/components/icons/AppwriteIcon.svelte.d.ts +17 -0
- package/package/components/icons/AsanaIcon.svelte +5 -0
- package/package/components/icons/AsanaIcon.svelte.d.ts +17 -0
- package/package/components/icons/Auth0Icon.svelte +17 -0
- package/package/components/icons/Auth0Icon.svelte.d.ts +23 -0
- package/package/components/icons/AutheliaIcon.svelte +32 -0
- package/package/components/icons/AutheliaIcon.svelte.d.ts +23 -0
- package/package/components/icons/AuthentikIcon.svelte +26 -0
- package/package/components/icons/AuthentikIcon.svelte.d.ts +23 -0
- package/package/components/icons/AwsEcrIcon.svelte +39 -0
- package/package/components/icons/AwsEcrIcon.svelte.d.ts +17 -0
- package/package/components/icons/AwsIcon.svelte +28 -0
- package/package/components/icons/AwsIcon.svelte.d.ts +18 -0
- package/package/components/icons/AzureIcon.svelte +29 -0
- package/package/components/icons/AzureIcon.svelte.d.ts +17 -0
- package/package/components/icons/BarsStaggered.svelte +19 -0
- package/package/components/icons/BarsStaggered.svelte.d.ts +18 -0
- package/package/components/icons/BcryptIcon.svelte +10 -0
- package/package/components/icons/BcryptIcon.svelte.d.ts +17 -0
- package/package/components/icons/BigQueryIcon.svelte +36 -0
- package/package/components/icons/BigQueryIcon.svelte.d.ts +17 -0
- package/package/components/icons/BitbucketIcon.svelte +19 -0
- package/package/components/icons/BitbucketIcon.svelte.d.ts +17 -0
- package/package/components/icons/BunIcon.svelte +86 -0
- package/package/components/icons/BunIcon.svelte.d.ts +17 -0
- package/package/components/icons/CACertificate.svelte +7 -0
- package/package/components/icons/CACertificate.svelte.d.ts +17 -0
- package/package/components/icons/CSharpIcon.svelte +14 -0
- package/package/components/icons/CSharpIcon.svelte.d.ts +25 -0
- package/package/components/icons/CalcomIcon.svelte +18 -0
- package/package/components/icons/CalcomIcon.svelte.d.ts +17 -0
- package/package/components/icons/ClickhouseIcon.svelte +22 -0
- package/package/components/icons/ClickhouseIcon.svelte.d.ts +17 -0
- package/package/components/icons/ClickupIcon.svelte +50 -0
- package/package/components/icons/ClickupIcon.svelte.d.ts +17 -0
- package/package/components/icons/CloudflareIcon.svelte +26 -0
- package/package/components/icons/CloudflareIcon.svelte.d.ts +17 -0
- package/package/components/icons/CurrencyApiIcon.svelte +24 -0
- package/package/components/icons/CurrencyApiIcon.svelte.d.ts +17 -0
- package/package/components/icons/DatadogIcon.svelte +48 -0
- package/package/components/icons/DatadogIcon.svelte.d.ts +17 -0
- package/package/components/icons/DbIcon.svelte +12 -0
- package/package/components/icons/DbIcon.svelte.d.ts +17 -0
- package/package/components/icons/DenoIcon.svelte +36 -0
- package/package/components/icons/DenoIcon.svelte.d.ts +17 -0
- package/package/components/icons/DiscordIcon.svelte +16 -0
- package/package/components/icons/DiscordIcon.svelte.d.ts +17 -0
- package/package/components/icons/DockerIcon.svelte +22 -0
- package/package/components/icons/DockerIcon.svelte.d.ts +17 -0
- package/package/components/icons/DynatraceIcon.svelte +26 -0
- package/package/components/icons/DynatraceIcon.svelte.d.ts +17 -0
- package/package/components/icons/EdgeDbIcon.svelte +25 -0
- package/package/components/icons/EdgeDbIcon.svelte.d.ts +17 -0
- package/package/components/icons/FaunadbIcon.svelte +19 -0
- package/package/components/icons/FaunadbIcon.svelte.d.ts +17 -0
- package/package/components/icons/FirebaseIcon.svelte +52 -0
- package/package/components/icons/FirebaseIcon.svelte.d.ts +17 -0
- package/package/components/icons/FunkwhaleIcon.svelte +69 -0
- package/package/components/icons/FunkwhaleIcon.svelte.d.ts +17 -0
- package/package/components/icons/GCloudIcon.svelte +16 -0
- package/package/components/icons/GCloudIcon.svelte.d.ts +17 -0
- package/package/components/icons/GSheetsIcon.svelte +16 -0
- package/package/components/icons/GSheetsIcon.svelte.d.ts +17 -0
- package/package/components/icons/GcalIcon.svelte +16 -0
- package/package/components/icons/GcalIcon.svelte.d.ts +17 -0
- package/package/components/icons/GdocsIcon.svelte +9 -0
- package/package/components/icons/GdocsIcon.svelte.d.ts +17 -0
- package/package/components/icons/GdriveIcon.svelte +16 -0
- package/package/components/icons/GdriveIcon.svelte.d.ts +17 -0
- package/package/components/icons/GitIcon.svelte +10 -0
- package/package/components/icons/GitIcon.svelte.d.ts +17 -0
- package/package/components/icons/GithubIcon.svelte +17 -0
- package/package/components/icons/GithubIcon.svelte.d.ts +17 -0
- package/package/components/icons/GitlabIcon.svelte +16 -0
- package/package/components/icons/GitlabIcon.svelte.d.ts +17 -0
- package/package/components/icons/GmailIcon.svelte +16 -0
- package/package/components/icons/GmailIcon.svelte.d.ts +17 -0
- package/package/components/icons/GoogleCloudIcon.svelte +20 -0
- package/package/components/icons/GoogleCloudIcon.svelte.d.ts +17 -0
- package/package/components/icons/GoogleFormsIcon.svelte +26 -0
- package/package/components/icons/GoogleFormsIcon.svelte.d.ts +17 -0
- package/package/components/icons/GoogleIcon.svelte +10 -0
- package/package/components/icons/GoogleIcon.svelte.d.ts +17 -0
- package/package/components/icons/GraphqlIcon.svelte +126 -0
- package/package/components/icons/GraphqlIcon.svelte.d.ts +17 -0
- package/package/components/icons/HackernewsIcon.svelte +15 -0
- package/package/components/icons/HackernewsIcon.svelte.d.ts +17 -0
- package/package/components/icons/HttpIcon.svelte +21 -0
- package/package/components/icons/HttpIcon.svelte.d.ts +17 -0
- package/package/components/icons/HubspotIcon.svelte +9 -0
- package/package/components/icons/HubspotIcon.svelte.d.ts +17 -0
- package/package/components/icons/IpinfoIcon.svelte +8 -0
- package/package/components/icons/IpinfoIcon.svelte.d.ts +17 -0
- package/package/components/icons/JiraIcon.svelte +50 -0
- package/package/components/icons/JiraIcon.svelte.d.ts +17 -0
- package/package/components/icons/JumpCloudIcon.svelte +12 -0
- package/package/components/icons/JumpCloudIcon.svelte.d.ts +17 -0
- package/package/components/icons/KafkaIcon.svelte +19 -0
- package/package/components/icons/KafkaIcon.svelte.d.ts +18 -0
- package/package/components/icons/KanidmIcon.svelte +364 -0
- package/package/components/icons/KanidmIcon.svelte.d.ts +17 -0
- package/package/components/icons/KeycloakIcon.svelte +20 -0
- package/package/components/icons/KeycloakIcon.svelte.d.ts +17 -0
- package/package/components/icons/LinkdingIcon.svelte +12 -0
- package/package/components/icons/LinkdingIcon.svelte.d.ts +17 -0
- package/package/components/icons/LinkedinIcon.svelte +9 -0
- package/package/components/icons/LinkedinIcon.svelte.d.ts +17 -0
- package/package/components/icons/MSSqlServerIcon.svelte +64 -0
- package/package/components/icons/MSSqlServerIcon.svelte.d.ts +17 -0
- package/package/components/icons/MSTeamsIcon.svelte +5 -0
- package/package/components/icons/MSTeamsIcon.svelte.d.ts +17 -0
- package/package/components/icons/Mail.svelte +18 -0
- package/package/components/icons/Mail.svelte.d.ts +17 -0
- package/package/components/icons/MailchimpIcon.svelte +18 -0
- package/package/components/icons/MailchimpIcon.svelte.d.ts +17 -0
- package/package/components/icons/MailgunIcon.svelte +11 -0
- package/package/components/icons/MailgunIcon.svelte.d.ts +17 -0
- package/package/components/icons/MastodonIcon.svelte +16 -0
- package/package/components/icons/MastodonIcon.svelte.d.ts +17 -0
- package/package/components/icons/MatrixIcon.svelte +16 -0
- package/package/components/icons/MatrixIcon.svelte.d.ts +17 -0
- package/package/components/icons/MicrosoftIcon.svelte +14 -0
- package/package/components/icons/MicrosoftIcon.svelte.d.ts +17 -0
- package/package/components/icons/MongodbIcon.svelte +7 -0
- package/package/components/icons/MongodbIcon.svelte.d.ts +17 -0
- package/package/components/icons/Mysql.svelte +78 -0
- package/package/components/icons/Mysql.svelte.d.ts +17 -0
- package/package/components/icons/NatsIcon.svelte +19 -0
- package/package/components/icons/NatsIcon.svelte.d.ts +18 -0
- package/package/components/icons/NextcloudIcon.svelte +9 -0
- package/package/components/icons/NextcloudIcon.svelte.d.ts +17 -0
- package/package/components/icons/NocoDbIcon.svelte +31 -0
- package/package/components/icons/NocoDbIcon.svelte.d.ts +17 -0
- package/package/components/icons/NotionIcon.svelte +31 -0
- package/package/components/icons/NotionIcon.svelte.d.ts +17 -0
- package/package/components/icons/OktaIcon.svelte +6 -0
- package/package/components/icons/OktaIcon.svelte.d.ts +23 -0
- package/package/components/icons/OpenaiIcon.svelte +17 -0
- package/package/components/icons/OpenaiIcon.svelte.d.ts +17 -0
- package/package/components/icons/OracleDBIcon.svelte +15 -0
- package/package/components/icons/OracleDBIcon.svelte.d.ts +25 -0
- package/package/components/icons/PHPIcon.svelte +117 -0
- package/package/components/icons/PHPIcon.svelte.d.ts +17 -0
- package/package/components/icons/PaintbrushOff.svelte +33 -0
- package/package/components/icons/PaintbrushOff.svelte.d.ts +16 -0
- package/package/components/icons/PineconeIcon.svelte +134 -0
- package/package/components/icons/PineconeIcon.svelte.d.ts +17 -0
- package/package/components/icons/PostgresIcon.svelte +16 -0
- package/package/components/icons/PostgresIcon.svelte.d.ts +17 -0
- package/package/components/icons/PowershellIcon.svelte +109 -0
- package/package/components/icons/PowershellIcon.svelte.d.ts +17 -0
- package/package/components/icons/PushoverIcon.svelte +8 -0
- package/package/components/icons/PushoverIcon.svelte.d.ts +17 -0
- package/package/components/icons/QRCodeIcon.svelte +5 -0
- package/package/components/icons/QRCodeIcon.svelte.d.ts +16 -0
- package/package/components/icons/QuickbooksIcon.svelte +5 -0
- package/package/components/icons/QuickbooksIcon.svelte.d.ts +17 -0
- package/package/components/icons/RedditIcon.svelte +8 -0
- package/package/components/icons/RedditIcon.svelte.d.ts +17 -0
- package/package/components/icons/ResendIcon.svelte +7 -0
- package/package/components/icons/ResendIcon.svelte.d.ts +17 -0
- package/package/components/icons/RestIcon.svelte +21 -0
- package/package/components/icons/RestIcon.svelte.d.ts +17 -0
- package/package/components/icons/RssIcon.svelte +30 -0
- package/package/components/icons/RssIcon.svelte.d.ts +17 -0
- package/package/components/icons/RustIcon.svelte +70 -0
- package/package/components/icons/RustIcon.svelte.d.ts +25 -0
- package/package/components/icons/S3Icon.svelte +16 -0
- package/package/components/icons/S3Icon.svelte.d.ts +17 -0
- package/package/components/icons/SchedulePollIcon.svelte +36 -0
- package/package/components/icons/SchedulePollIcon.svelte.d.ts +23 -0
- package/package/components/icons/SendflakeIcon.svelte +15 -0
- package/package/components/icons/SendflakeIcon.svelte.d.ts +17 -0
- package/package/components/icons/SendgridIcon.svelte +66 -0
- package/package/components/icons/SendgridIcon.svelte.d.ts +17 -0
- package/package/components/icons/ShopifyIcon.svelte +26 -0
- package/package/components/icons/ShopifyIcon.svelte.d.ts +17 -0
- package/package/components/icons/Slack.svelte +29 -0
- package/package/components/icons/Slack.svelte.d.ts +17 -0
- package/package/components/icons/SnowflakeIcon.svelte +11 -0
- package/package/components/icons/SnowflakeIcon.svelte.d.ts +17 -0
- package/package/components/icons/SparklesOffIcon.svelte +54 -0
- package/package/components/icons/SparklesOffIcon.svelte.d.ts +17 -0
- package/package/components/icons/SpotifyIcon.svelte +8 -0
- package/package/components/icons/SpotifyIcon.svelte.d.ts +17 -0
- package/package/components/icons/SquareIcon.svelte +9 -0
- package/package/components/icons/SquareIcon.svelte.d.ts +17 -0
- package/package/components/icons/StripeIcon.svelte +9 -0
- package/package/components/icons/StripeIcon.svelte.d.ts +17 -0
- package/package/components/icons/SupabaseIcon.svelte +19 -0
- package/package/components/icons/SupabaseIcon.svelte.d.ts +17 -0
- package/package/components/icons/SurrealdbIcon.svelte +13 -0
- package/package/components/icons/SurrealdbIcon.svelte.d.ts +17 -0
- package/package/components/icons/TelegramIcon.svelte +9 -0
- package/package/components/icons/TelegramIcon.svelte.d.ts +17 -0
- package/package/components/icons/TogglIcon.svelte +21 -0
- package/package/components/icons/TogglIcon.svelte.d.ts +17 -0
- package/package/components/icons/TrelloIcon.svelte +5 -0
- package/package/components/icons/TrelloIcon.svelte.d.ts +17 -0
- package/package/components/icons/TwilioIcon.svelte +11 -0
- package/package/components/icons/TwilioIcon.svelte.d.ts +17 -0
- package/package/components/icons/TypeformIcon.svelte +18 -0
- package/package/components/icons/TypeformIcon.svelte.d.ts +17 -0
- package/package/components/icons/VismaIcon.svelte +10 -0
- package/package/components/icons/VismaIcon.svelte.d.ts +17 -0
- package/package/components/icons/WebdavIcon.svelte +7 -0
- package/package/components/icons/WebdavIcon.svelte.d.ts +17 -0
- package/package/components/icons/WindmillIcon.svelte +126 -0
- package/package/components/icons/WindmillIcon.svelte.d.ts +20 -0
- package/package/components/icons/WindmillIcon2.svelte +161 -0
- package/package/components/icons/WindmillIcon2.svelte.d.ts +20 -0
- package/package/components/icons/XeroIcon.svelte +24 -0
- package/package/components/icons/XeroIcon.svelte.d.ts +17 -0
- package/package/components/icons/ZammadIcon.svelte +23 -0
- package/package/components/icons/ZammadIcon.svelte.d.ts +17 -0
- package/package/components/icons/ZendeskIcon.svelte +11 -0
- package/package/components/icons/ZendeskIcon.svelte.d.ts +17 -0
- package/package/components/icons/ZitadelIcon.svelte +76 -0
- package/package/components/icons/ZitadelIcon.svelte.d.ts +17 -0
- package/package/components/icons/brands/Auth0.svelte +24 -0
- package/package/components/icons/brands/Auth0.svelte.d.ts +18 -0
- package/package/components/icons/brands/Discord.svelte +19 -0
- package/package/components/icons/brands/Discord.svelte.d.ts +18 -0
- package/package/components/icons/brands/Github.svelte +19 -0
- package/package/components/icons/brands/Github.svelte.d.ts +18 -0
- package/package/components/icons/brands/Gitlab.svelte +19 -0
- package/package/components/icons/brands/Gitlab.svelte.d.ts +18 -0
- package/package/components/icons/brands/Google.svelte +19 -0
- package/package/components/icons/brands/Google.svelte.d.ts +18 -0
- package/package/components/icons/brands/Microsoft.svelte +19 -0
- package/package/components/icons/brands/Microsoft.svelte.d.ts +18 -0
- package/package/components/icons/brands/Okta.svelte +22 -0
- package/package/components/icons/brands/Okta.svelte.d.ts +18 -0
- package/package/components/icons/index.d.ts +205 -0
- package/package/components/icons/index.js +205 -0
- package/package/components/icons/rust-logo.svg +1 -0
- package/package/components/icons/store.d.ts +4 -0
- package/package/components/icons/store.js +1 -0
- package/package/components/instanceSettings.d.ts +31 -0
- package/package/components/instanceSettings.js +310 -0
- package/package/components/job_args.d.ts +1 -0
- package/package/components/job_args.js +6 -0
- package/package/components/jobs/JobPreview.svelte +141 -0
- package/package/components/jobs/JobPreview.svelte.d.ts +21 -0
- package/package/components/jobs/JobProgressBar.svelte +52 -0
- package/package/components/jobs/JobProgressBar.svelte.d.ts +23 -0
- package/package/components/meltComponents/MeltButton.svelte +10 -0
- package/package/components/meltComponents/MeltButton.svelte.d.ts +23 -0
- package/package/components/meltComponents/Menu.svelte +70 -0
- package/package/components/meltComponents/Menu.svelte.d.ts +51 -0
- package/package/components/meltComponents/MenuItem.svelte +42 -0
- package/package/components/meltComponents/MenuItem.svelte.d.ts +27 -0
- package/package/components/meltComponents/MenuSingleItem.svelte +12 -0
- package/package/components/meltComponents/MenuSingleItem.svelte.d.ts +36 -0
- package/package/components/meltComponents/Menubar.svelte +7 -0
- package/package/components/meltComponents/Menubar.svelte.d.ts +255 -0
- package/package/components/meltComponents/Popover.svelte +139 -0
- package/package/components/meltComponents/Popover.svelte.d.ts +41 -0
- package/package/components/meltComponents/SideBarTab.svelte +72 -0
- package/package/components/meltComponents/SideBarTab.svelte.d.ts +26 -0
- package/package/components/meltComponents/Tooltip.svelte +66 -0
- package/package/components/meltComponents/Tooltip.svelte.d.ts +29 -0
- package/package/components/meltComponents/index.d.ts +5 -0
- package/package/components/meltComponents/index.js +5 -0
- package/package/components/monaco_keybindings.d.ts +3 -0
- package/package/components/monaco_keybindings.js +9 -0
- package/package/components/multiselect/MultiSelect.svelte +783 -0
- package/package/components/multiselect/MultiSelect.svelte.d.ts +98 -0
- package/package/components/multiselect/MultiSelectWrapper.svelte +89 -0
- package/package/components/multiselect/MultiSelectWrapper.svelte.d.ts +20 -0
- package/package/components/multiselect/types.d.ts +56 -0
- package/package/components/multiselect/types.js +1 -0
- package/package/components/multiselect/utils.d.ts +7 -0
- package/package/components/multiselect/utils.js +58 -0
- package/package/components/preview/FlowPreviewStatus.svelte +27 -0
- package/package/components/preview/FlowPreviewStatus.svelte.d.ts +17 -0
- package/package/components/progressBar/ProgressBar.svelte +98 -0
- package/package/components/progressBar/ProgressBar.svelte.d.ts +27 -0
- package/package/components/prop_picker.d.ts +14 -0
- package/package/components/prop_picker.js +1 -0
- package/package/components/propertyPicker/ObjectViewer.svelte +278 -0
- package/package/components/propertyPicker/ObjectViewer.svelte.d.ts +31 -0
- package/package/components/propertyPicker/PropPicker.svelte +370 -0
- package/package/components/propertyPicker/PropPicker.svelte.d.ts +24 -0
- package/package/components/propertyPicker/PropPickerResult.svelte +19 -0
- package/package/components/propertyPicker/PropPickerResult.svelte.d.ts +21 -0
- package/package/components/propertyPicker/WarningMessage.svelte +3 -0
- package/package/components/propertyPicker/WarningMessage.svelte.d.ts +23 -0
- package/package/components/propertyPicker/utils.d.ts +2 -0
- package/package/components/propertyPicker/utils.js +57 -0
- package/package/components/random_positive_adjetive.d.ts +1 -0
- package/package/components/random_positive_adjetive.js +961 -0
- package/package/components/resourceTypesStore.d.ts +3 -0
- package/package/components/resourceTypesStore.js +26 -0
- package/package/components/runs/JobLoader.svelte +441 -0
- package/package/components/runs/JobLoader.svelte.d.ts +57 -0
- package/package/components/runs/JobPreview.svelte +225 -0
- package/package/components/runs/JobPreview.svelte.d.ts +20 -0
- package/package/components/runs/ManuelDatePicker.svelte +102 -0
- package/package/components/runs/ManuelDatePicker.svelte.d.ts +33 -0
- package/package/components/runs/MobileFilters.svelte +18 -0
- package/package/components/runs/MobileFilters.svelte.d.ts +16 -0
- package/package/components/runs/NoWorkerWithTagWarning.svelte +41 -0
- package/package/components/runs/NoWorkerWithTagWarning.svelte.d.ts +16 -0
- package/package/components/runs/PreprocessedArgsDisplay.svelte +70 -0
- package/package/components/runs/PreprocessedArgsDisplay.svelte.d.ts +16 -0
- package/package/components/runs/QueuePopover.svelte +46 -0
- package/package/components/runs/QueuePopover.svelte.d.ts +16 -0
- package/package/components/runs/RunRow.svelte +264 -0
- package/package/components/runs/RunRow.svelte.d.ts +29 -0
- package/package/components/runs/RunsFilter.svelte +814 -0
- package/package/components/runs/RunsFilter.svelte.d.ts +38 -0
- package/package/components/runs/RunsQueue.svelte +32 -0
- package/package/components/runs/RunsQueue.svelte.d.ts +22 -0
- package/package/components/runs/RunsTable.svelte +299 -0
- package/package/components/runs/RunsTable.svelte.d.ts +37 -0
- package/package/components/schema/AddProperty.svelte +151 -0
- package/package/components/schema/AddProperty.svelte.d.ts +23 -0
- package/package/components/schema/AddPropertyForm.svelte +33 -0
- package/package/components/schema/AddPropertyForm.svelte.d.ts +16 -0
- package/package/components/schema/AddPropertyFormV2.svelte +46 -0
- package/package/components/schema/AddPropertyFormV2.svelte.d.ts +20 -0
- package/package/components/schema/AddPropertyV2.svelte +148 -0
- package/package/components/schema/AddPropertyV2.svelte.d.ts +28 -0
- package/package/components/schema/EditableSchemaDrawer.svelte +216 -0
- package/package/components/schema/EditableSchemaDrawer.svelte.d.ts +21 -0
- package/package/components/schema/EditableSchemaWrapper.svelte +205 -0
- package/package/components/schema/EditableSchemaWrapper.svelte.d.ts +23 -0
- package/package/components/schema/FlowPropertyEditor.svelte +412 -0
- package/package/components/schema/FlowPropertyEditor.svelte.d.ts +47 -0
- package/package/components/schema/InputSelectedBadge.svelte +28 -0
- package/package/components/schema/InputSelectedBadge.svelte.d.ts +18 -0
- package/package/components/schema/JobSchemaPicker.svelte +32 -0
- package/package/components/schema/JobSchemaPicker.svelte.d.ts +19 -0
- package/package/components/schema/PropertyEditor.svelte +219 -0
- package/package/components/schema/PropertyEditor.svelte.d.ts +47 -0
- package/package/components/schema/RunningJobSchemaPicker.svelte +67 -0
- package/package/components/schema/RunningJobSchemaPicker.svelte.d.ts +21 -0
- package/package/components/schema/SchemaFormDND.svelte +95 -0
- package/package/components/schema/SchemaFormDND.svelte.d.ts +42 -0
- package/package/components/schema/SchemaPicker.svelte +92 -0
- package/package/components/schema/SchemaPicker.svelte.d.ts +23 -0
- package/package/components/schema/SchemaPickerRow.svelte +103 -0
- package/package/components/schema/SchemaPickerRow.svelte.d.ts +22 -0
- package/package/components/schema/schemaUtils.d.ts +26 -0
- package/package/components/schema/schemaUtils.js +185 -0
- package/package/components/scriptEditor/LogPanel.svelte +251 -0
- package/package/components/scriptEditor/LogPanel.svelte.d.ts +34 -0
- package/package/components/scripts/CreateActionsScript.svelte +17 -0
- package/package/components/scripts/CreateActionsScript.svelte.d.ts +14 -0
- package/package/components/search/GlobalSearchModal.svelte +683 -0
- package/package/components/search/GlobalSearchModal.svelte.d.ts +17 -0
- package/package/components/search/QuickMenuItem.svelte +90 -0
- package/package/components/search/QuickMenuItem.svelte.d.ts +29 -0
- package/package/components/settings/ChangeWorkspaceColor.svelte +103 -0
- package/package/components/settings/ChangeWorkspaceColor.svelte.d.ts +16 -0
- package/package/components/settings/ChangeWorkspaceId.svelte +111 -0
- package/package/components/settings/ChangeWorkspaceId.svelte.d.ts +16 -0
- package/package/components/settings/ChangeWorkspaceName.svelte +75 -0
- package/package/components/settings/ChangeWorkspaceName.svelte.d.ts +16 -0
- package/package/components/settings/PremiumInfo.svelte +530 -0
- package/package/components/settings/PremiumInfo.svelte.d.ts +17 -0
- package/package/components/settings/WorkspaceOperatorSettings.svelte +159 -0
- package/package/components/settings/WorkspaceOperatorSettings.svelte.d.ts +14 -0
- package/package/components/settings/WorkspaceUserSettings.svelte +557 -0
- package/package/components/settings/WorkspaceUserSettings.svelte.d.ts +14 -0
- package/package/components/sidebar/CriticalAlertModal.svelte +254 -0
- package/package/components/sidebar/CriticalAlertModal.svelte.d.ts +18 -0
- package/package/components/sidebar/CriticalAlertModalInner.svelte +141 -0
- package/package/components/sidebar/CriticalAlertModalInner.svelte.d.ts +23 -0
- package/package/components/sidebar/CriticalAlertTable.svelte +142 -0
- package/package/components/sidebar/CriticalAlertTable.svelte.d.ts +25 -0
- package/package/components/sidebar/DarkModeToggle.svelte +32 -0
- package/package/components/sidebar/DarkModeToggle.svelte.d.ts +19 -0
- package/package/components/sidebar/FavoriteMenu.svelte +55 -0
- package/package/components/sidebar/FavoriteMenu.svelte.d.ts +24 -0
- package/package/components/sidebar/MenuButton.svelte +97 -0
- package/package/components/sidebar/MenuButton.svelte.d.ts +30 -0
- package/package/components/sidebar/MenuLink.svelte +85 -0
- package/package/components/sidebar/MenuLink.svelte.d.ts +24 -0
- package/package/components/sidebar/MultiplayerMenu.svelte +103 -0
- package/package/components/sidebar/MultiplayerMenu.svelte.d.ts +14 -0
- package/package/components/sidebar/OperatorMenu.svelte +292 -0
- package/package/components/sidebar/OperatorMenu.svelte.d.ts +21 -0
- package/package/components/sidebar/SideBarNotification.svelte +10 -0
- package/package/components/sidebar/SideBarNotification.svelte.d.ts +17 -0
- package/package/components/sidebar/SidebarContent.svelte +441 -0
- package/package/components/sidebar/SidebarContent.svelte.d.ts +17 -0
- package/package/components/sidebar/UserMenu.svelte +130 -0
- package/package/components/sidebar/UserMenu.svelte.d.ts +19 -0
- package/package/components/sidebar/WorkspaceMenu.svelte +169 -0
- package/package/components/sidebar/WorkspaceMenu.svelte.d.ts +19 -0
- package/package/components/sidebar/changelogs.d.ts +7 -0
- package/package/components/sidebar/changelogs.js +363 -0
- package/package/components/sidebar/settings.d.ts +2 -0
- package/package/components/sidebar/settings.js +2 -0
- package/package/components/splitPanes/SplitPanesOrColumnOnMobile.svelte +34 -0
- package/package/components/splitPanes/SplitPanesOrColumnOnMobile.svelte.d.ts +23 -0
- package/package/components/splitPanes/SplitPanesWrapper.svelte +30 -0
- package/package/components/splitPanes/SplitPanesWrapper.svelte.d.ts +19 -0
- package/package/components/table/AutoDataTable.svelte +389 -0
- package/package/components/table/AutoDataTable.svelte.d.ts +16 -0
- package/package/components/table/Cell.svelte +49 -0
- package/package/components/table/Cell.svelte.d.ts +26 -0
- package/package/components/table/DataTable.svelte +132 -0
- package/package/components/table/DataTable.svelte.d.ts +40 -0
- package/package/components/table/DownloadCsv.svelte +30 -0
- package/package/components/table/DownloadCsv.svelte.d.ts +17 -0
- package/package/components/table/Head.svelte +6 -0
- package/package/components/table/Head.svelte.d.ts +29 -0
- package/package/components/table/Row.svelte +33 -0
- package/package/components/table/Row.svelte.d.ts +26 -0
- package/package/components/table/index.d.ts +3 -0
- package/package/components/table/index.js +3 -0
- package/package/components/table/tableUtils.d.ts +10 -0
- package/package/components/table/tableUtils.js +43 -0
- package/package/components/timezones.d.ts +575 -0
- package/package/components/timezones.js +573 -0
- package/package/components/toast.d.ts +1 -0
- package/package/components/toast.js +9 -0
- package/package/components/triggers/CaptureButton.svelte +94 -0
- package/package/components/triggers/CaptureButton.svelte.d.ts +18 -0
- package/package/components/triggers/CaptureIcon.svelte +20 -0
- package/package/components/triggers/CaptureIcon.svelte.d.ts +17 -0
- package/package/components/triggers/CaptureSection.svelte +112 -0
- package/package/components/triggers/CaptureSection.svelte.d.ts +46 -0
- package/package/components/triggers/CaptureTable.svelte +323 -0
- package/package/components/triggers/CaptureTable.svelte.d.ts +41 -0
- package/package/components/triggers/CaptureWrapper.svelte +296 -0
- package/package/components/triggers/CaptureWrapper.svelte.d.ts +41 -0
- package/package/components/triggers/TestTriggerConnection.svelte +82 -0
- package/package/components/triggers/TestTriggerConnection.svelte.d.ts +21 -0
- package/package/components/triggers/TriggerTokens.svelte +70 -0
- package/package/components/triggers/TriggerTokens.svelte.d.ts +20 -0
- package/package/components/triggers/TriggersEditor.svelte +226 -0
- package/package/components/triggers/TriggersEditor.svelte.d.ts +31 -0
- package/package/components/triggers/TriggersEditorSection.svelte +121 -0
- package/package/components/triggers/TriggersEditorSection.svelte.d.ts +35 -0
- package/package/components/triggers/TriggersWrapper.svelte +82 -0
- package/package/components/triggers/TriggersWrapper.svelte.d.ts +22 -0
- package/package/components/triggers/http/RouteEditor.svelte +22 -0
- package/package/components/triggers/http/RouteEditor.svelte.d.ts +23 -0
- package/package/components/triggers/http/RouteEditorConfigSection.svelte +173 -0
- package/package/components/triggers/http/RouteEditorConfigSection.svelte.d.ts +47 -0
- package/package/components/triggers/http/RouteEditorInner.svelte +423 -0
- package/package/components/triggers/http/RouteEditorInner.svelte.d.ts +23 -0
- package/package/components/triggers/http/RoutesPanel.svelte +112 -0
- package/package/components/triggers/http/RoutesPanel.svelte.d.ts +29 -0
- package/package/components/triggers/kafka/KafkaTriggerEditor.svelte +19 -0
- package/package/components/triggers/kafka/KafkaTriggerEditor.svelte.d.ts +21 -0
- package/package/components/triggers/kafka/KafkaTriggerEditorInner.svelte +231 -0
- package/package/components/triggers/kafka/KafkaTriggerEditorInner.svelte.d.ts +21 -0
- package/package/components/triggers/kafka/KafkaTriggersConfigSection.svelte +239 -0
- package/package/components/triggers/kafka/KafkaTriggersConfigSection.svelte.d.ts +40 -0
- package/package/components/triggers/kafka/KafkaTriggersPanel.svelte +123 -0
- package/package/components/triggers/kafka/KafkaTriggersPanel.svelte.d.ts +28 -0
- package/package/components/triggers/nats/NatsTriggerEditor.svelte +19 -0
- package/package/components/triggers/nats/NatsTriggerEditor.svelte.d.ts +21 -0
- package/package/components/triggers/nats/NatsTriggerEditorInner.svelte +238 -0
- package/package/components/triggers/nats/NatsTriggerEditorInner.svelte.d.ts +21 -0
- package/package/components/triggers/nats/NatsTriggersConfigSection.svelte +283 -0
- package/package/components/triggers/nats/NatsTriggersConfigSection.svelte.d.ts +39 -0
- package/package/components/triggers/nats/NatsTriggersPanel.svelte +123 -0
- package/package/components/triggers/nats/NatsTriggersPanel.svelte.d.ts +26 -0
- package/package/components/triggers/postgres/CheckPostgresRequirement.svelte +71 -0
- package/package/components/triggers/postgres/CheckPostgresRequirement.svelte.d.ts +18 -0
- package/package/components/triggers/postgres/PostgresEditorConfigSection.svelte +152 -0
- package/package/components/triggers/postgres/PostgresEditorConfigSection.svelte.d.ts +40 -0
- package/package/components/triggers/postgres/PostgresTriggerEditor.svelte +19 -0
- package/package/components/triggers/postgres/PostgresTriggerEditor.svelte.d.ts +21 -0
- package/package/components/triggers/postgres/PostgresTriggerEditorInner.svelte +578 -0
- package/package/components/triggers/postgres/PostgresTriggerEditorInner.svelte.d.ts +21 -0
- package/package/components/triggers/postgres/PostgresTriggersPanel.svelte +112 -0
- package/package/components/triggers/postgres/PostgresTriggersPanel.svelte.d.ts +28 -0
- package/package/components/triggers/postgres/PublicationPicker.svelte +129 -0
- package/package/components/triggers/postgres/PublicationPicker.svelte.d.ts +23 -0
- package/package/components/triggers/postgres/RelationPicker.svelte +266 -0
- package/package/components/triggers/postgres/RelationPicker.svelte.d.ts +19 -0
- package/package/components/triggers/postgres/SlotPicker.svelte +92 -0
- package/package/components/triggers/postgres/SlotPicker.svelte.d.ts +18 -0
- package/package/components/triggers/postgres/utils.d.ts +5 -0
- package/package/components/triggers/postgres/utils.js +80 -0
- package/package/components/triggers/scheduled/ScheduledPollPanel.svelte +34 -0
- package/package/components/triggers/scheduled/ScheduledPollPanel.svelte.d.ts +14 -0
- package/package/components/triggers/sqs/SqsTriggerEditor.svelte +19 -0
- package/package/components/triggers/sqs/SqsTriggerEditor.svelte.d.ts +21 -0
- package/package/components/triggers/sqs/SqsTriggerEditorConfigSection.svelte +152 -0
- package/package/components/triggers/sqs/SqsTriggerEditorConfigSection.svelte.d.ts +40 -0
- package/package/components/triggers/sqs/SqsTriggerEditorInner.svelte +234 -0
- package/package/components/triggers/sqs/SqsTriggerEditorInner.svelte.d.ts +21 -0
- package/package/components/triggers/sqs/SqsTriggerPanel.svelte +123 -0
- package/package/components/triggers/sqs/SqsTriggerPanel.svelte.d.ts +28 -0
- package/package/components/triggers/webhook/WebhooksConfigSection.svelte +388 -0
- package/package/components/triggers/webhook/WebhooksConfigSection.svelte.d.ts +42 -0
- package/package/components/triggers/webhook/WebhooksPanel.svelte +55 -0
- package/package/components/triggers/webhook/WebhooksPanel.svelte.d.ts +31 -0
- package/package/components/triggers/websocket/WebsocketEditorConfigSection.svelte +186 -0
- package/package/components/triggers/websocket/WebsocketEditorConfigSection.svelte.d.ts +40 -0
- package/package/components/triggers/websocket/WebsocketTriggerEditor.svelte +19 -0
- package/package/components/triggers/websocket/WebsocketTriggerEditor.svelte.d.ts +21 -0
- package/package/components/triggers/websocket/WebsocketTriggerEditorInner.svelte +500 -0
- package/package/components/triggers/websocket/WebsocketTriggerEditorInner.svelte.d.ts +21 -0
- package/package/components/triggers/websocket/WebsocketTriggersPanel.svelte +115 -0
- package/package/components/triggers/websocket/WebsocketTriggersPanel.svelte.d.ts +28 -0
- package/package/components/triggers.d.ts +22 -0
- package/package/components/triggers.js +39 -0
- package/package/components/tutorials/FlowBuilderTutorialBranchAll.svelte +96 -0
- package/package/components/tutorials/FlowBuilderTutorialBranchAll.svelte.d.ts +20 -0
- package/package/components/tutorials/FlowBuilderTutorialBranchOne.svelte +116 -0
- package/package/components/tutorials/FlowBuilderTutorialBranchOne.svelte.d.ts +21 -0
- package/package/components/tutorials/FlowBuilderTutorialErrorHandler.svelte +131 -0
- package/package/components/tutorials/FlowBuilderTutorialErrorHandler.svelte.d.ts +20 -0
- package/package/components/tutorials/FlowBuilderTutorialForLoop.svelte +271 -0
- package/package/components/tutorials/FlowBuilderTutorialForLoop.svelte.d.ts +21 -0
- package/package/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte +241 -0
- package/package/components/tutorials/FlowBuilderTutorialSimpleFlow.svelte.d.ts +21 -0
- package/package/components/tutorials/SkipTutorials.svelte +32 -0
- package/package/components/tutorials/SkipTutorials.svelte.d.ts +17 -0
- package/package/components/tutorials/Tutorial.svelte +114 -0
- package/package/components/tutorials/Tutorial.svelte.d.ts +43 -0
- package/package/components/tutorials/TutorialControls.svelte +46 -0
- package/package/components/tutorials/TutorialControls.svelte.d.ts +20 -0
- package/package/components/tutorials/app/AppTutorial.svelte +263 -0
- package/package/components/tutorials/app/AppTutorial.svelte.d.ts +22 -0
- package/package/components/tutorials/app/BackgroundRunnablesTutorial.svelte +85 -0
- package/package/components/tutorials/app/BackgroundRunnablesTutorial.svelte.d.ts +22 -0
- package/package/components/tutorials/app/ConnectionTutorial.svelte +110 -0
- package/package/components/tutorials/app/ConnectionTutorial.svelte.d.ts +22 -0
- package/package/components/tutorials/app/ExpressionEvaluationTutorial.svelte +25 -0
- package/package/components/tutorials/app/ExpressionEvaluationTutorial.svelte.d.ts +22 -0
- package/package/components/tutorials/ignoredTutorials.d.ts +2 -0
- package/package/components/tutorials/ignoredTutorials.js +2 -0
- package/package/components/tutorials/utils.d.ts +15 -0
- package/package/components/tutorials/utils.js +298 -0
- package/package/components/vscode.d.ts +4 -0
- package/package/components/vscode.js +154 -0
- package/package/components/waitJob.d.ts +1 -0
- package/package/components/waitJob.js +74 -0
- package/package/components/wizards/AgChartWizard.svelte +55 -0
- package/package/components/wizards/AgChartWizard.svelte.d.ts +25 -0
- package/package/components/wizards/AgGridWizard.svelte +280 -0
- package/package/components/wizards/AgGridWizard.svelte.d.ts +37 -0
- package/package/components/wizards/AppPicker.svelte +68 -0
- package/package/components/wizards/AppPicker.svelte.d.ts +17 -0
- package/package/components/wizards/ChartJSWizard.svelte +55 -0
- package/package/components/wizards/ChartJSWizard.svelte.d.ts +24 -0
- package/package/components/wizards/DBExplorerWizard.svelte +377 -0
- package/package/components/wizards/DBExplorerWizard.svelte.d.ts +19 -0
- package/package/components/wizards/NavbarWizard.svelte +132 -0
- package/package/components/wizards/NavbarWizard.svelte.d.ts +19 -0
- package/package/components/wizards/PlotlyWizard.svelte +115 -0
- package/package/components/wizards/PlotlyWizard.svelte.d.ts +31 -0
- package/package/components/wizards/TableActionsWizard.svelte +87 -0
- package/package/components/wizards/TableActionsWizard.svelte.d.ts +22 -0
- package/package/components/wizards/TableColumnWizard.svelte +72 -0
- package/package/components/wizards/TableColumnWizard.svelte.d.ts +22 -0
- package/package/components/worker_group.d.ts +23 -0
- package/package/components/worker_group.js +12 -0
- package/package/consts.d.ts +30 -0
- package/package/consts.js +181 -0
- package/package/defaults.d.ts +5 -0
- package/package/defaults.js +5 -0
- package/package/deno_fetch.d.ts.txt +444 -0
- package/package/dom.d.ts.txt +28190 -0
- package/package/editorUtils.d.ts +44 -0
- package/package/editorUtils.js +174 -0
- package/package/enterpriseUtils.d.ts +1 -0
- package/package/enterpriseUtils.js +17 -0
- package/package/es6.d.ts.txt +9739 -0
- package/package/forLater.d.ts +3 -0
- package/package/forLater.js +30 -0
- package/package/gen/core/ApiError.d.ts +10 -0
- package/package/gen/core/ApiError.js +16 -0
- package/package/gen/core/ApiRequestOptions.d.ts +13 -0
- package/package/gen/core/ApiRequestOptions.js +1 -0
- package/package/gen/core/ApiResult.d.ts +7 -0
- package/package/gen/core/ApiResult.js +1 -0
- package/package/gen/core/CancelablePromise.d.ts +26 -0
- package/package/gen/core/CancelablePromise.js +95 -0
- package/package/gen/core/OpenAPI.d.ts +27 -0
- package/package/gen/core/OpenAPI.js +30 -0
- package/package/gen/core/request.d.ts +29 -0
- package/package/gen/core/request.js +297 -0
- package/package/gen/index.d.ts +6 -0
- package/package/gen/index.js +7 -0
- package/package/gen/schemas.gen.d.ts +4272 -0
- package/package/gen/schemas.gen.js +4347 -0
- package/package/gen/services.gen.d.ts +4503 -0
- package/package/gen/services.gen.js +9094 -0
- package/package/gen/types.gen.d.ts +14806 -0
- package/package/gen/types.gen.js +2 -0
- package/package/history.d.ts +10 -0
- package/package/history.js +63 -0
- package/package/hub.d.ts +36 -0
- package/package/hub.js +45 -0
- package/package/hubPaths.json +19 -0
- package/package/infer.d.ts +12 -0
- package/package/infer.js +280 -0
- package/package/inferArgSig.d.ts +37 -0
- package/package/inferArgSig.js +191 -0
- package/package/logout.d.ts +3 -0
- package/package/logout.js +28 -0
- package/package/monaco_workers/build_workers.d.ts +1 -0
- package/package/monaco_workers/build_workers.js +58 -0
- package/package/monaco_workers/graphql.worker.bundle.js +27357 -0
- package/package/navigation.d.ts +2 -0
- package/package/navigation.js +21 -0
- package/package/path.d.ts +1 -0
- package/package/path.js +21 -0
- package/package/process.d.ts.txt +1771 -0
- package/package/refreshUser.d.ts +1 -0
- package/package/refreshUser.js +36 -0
- package/package/relative_imports.d.ts +3 -0
- package/package/relative_imports.js +25 -0
- package/package/schema.d.ts +3 -0
- package/package/schema.js +43 -0
- package/package/script_helpers.d.ts +89 -0
- package/package/script_helpers.js +1037 -0
- package/package/scripts.d.ts +29 -0
- package/package/scripts.js +179 -0
- package/package/sql.d.ts +89 -0
- package/package/sql.js +817 -0
- package/package/stateMachine.d.ts +31 -0
- package/package/stateMachine.js +41 -0
- package/package/storeUtils.d.ts +2 -0
- package/package/storeUtils.js +28 -0
- package/package/stores.d.ts +89 -0
- package/package/stores.js +71 -0
- package/package/toast.d.ts +5 -0
- package/package/toast.js +23 -0
- package/package/tutorialUtils.d.ts +5 -0
- package/package/tutorialUtils.js +49 -0
- package/package/user.d.ts +2 -0
- package/package/user.js +17 -0
- package/package/utils.d.ts +139 -0
- package/package/utils.js +944 -0
- package/package/utils_deployable.d.ts +5 -0
- package/package/utils_deployable.js +19 -0
- package/package/workspace_settings.d.ts +15 -0
- package/package/workspace_settings.js +81 -0
- package/package/zIndexes.d.ts +14 -0
- package/package/zIndexes.js +14 -0
- package/package.json +2 -2
|
@@ -0,0 +1,4503 @@
|
|
|
1
|
+
import type { CancelablePromise } from './core/CancelablePromise';
|
|
2
|
+
import type { BackendVersionResponse, BackendUptodateResponse, GetLicenseIdResponse, GetOpenApiYamlResponse, GetAuditLogData, GetAuditLogResponse, ListAuditLogsData, ListAuditLogsResponse, LoginData, LoginResponse, LogoutResponse, GetUserData, GetUserResponse, UpdateUserData, UpdateUserResponse, IsOwnerOfPathData, IsOwnerOfPathResponse, SetPasswordData, SetPasswordResponse, SetPasswordForUserData, SetPasswordForUserResponse, SetLoginTypeForUserData, SetLoginTypeForUserResponse, CreateUserGloballyData, CreateUserGloballyResponse, GlobalUserUpdateData, GlobalUserUpdateResponse, GlobalUsernameInfoData, GlobalUsernameInfoResponse, GlobalUserRenameData, GlobalUserRenameResponse, GlobalUserDeleteData, GlobalUserDeleteResponse, GlobalUsersOverwriteData, GlobalUsersOverwriteResponse, GlobalUsersExportResponse, DeleteUserData, DeleteUserResponse, GetCurrentEmailResponse, RefreshUserTokenData, RefreshUserTokenResponse, GetTutorialProgressResponse, UpdateTutorialProgressData, UpdateTutorialProgressResponse, LeaveInstanceResponse, GetUsageResponse, GetRunnableResponse, GlobalWhoamiResponse, ListWorkspaceInvitesResponse, WhoamiData, WhoamiResponse, AcceptInviteData, AcceptInviteResponse, DeclineInviteData, DeclineInviteResponse, WhoisData, WhoisResponse, ExistsEmailData, ExistsEmailResponse, ListUsersAsSuperAdminData, ListUsersAsSuperAdminResponse, ListUsersData, ListUsersResponse, ListUsersUsageData, ListUsersUsageResponse, ListUsernamesData, ListUsernamesResponse, UsernameToEmailData, UsernameToEmailResponse, CreateTokenData, CreateTokenResponse, CreateTokenImpersonateData, CreateTokenImpersonateResponse, DeleteTokenData, DeleteTokenResponse, ListTokensData, ListTokensResponse, LoginWithOauthData, LoginWithOauthResponse, ListWorkspacesResponse, IsDomainAllowedResponse, ListUserWorkspacesResponse, ListWorkspacesAsSuperAdminData, ListWorkspacesAsSuperAdminResponse, CreateWorkspaceData, CreateWorkspaceResponse, ExistsWorkspaceData, ExistsWorkspaceResponse, ExistsUsernameData, ExistsUsernameResponse, InviteUserData, InviteUserResponse, AddUserData, AddUserResponse, DeleteInviteData, DeleteInviteResponse, ArchiveWorkspaceData, ArchiveWorkspaceResponse, UnarchiveWorkspaceData, UnarchiveWorkspaceResponse, DeleteWorkspaceData, DeleteWorkspaceResponse, LeaveWorkspaceData, LeaveWorkspaceResponse, GetWorkspaceNameData, GetWorkspaceNameResponse, ChangeWorkspaceNameData, ChangeWorkspaceNameResponse, ChangeWorkspaceIdData, ChangeWorkspaceIdResponse, ChangeWorkspaceColorData, ChangeWorkspaceColorResponse, UpdateOperatorSettingsData, UpdateOperatorSettingsResponse, ListPendingInvitesData, ListPendingInvitesResponse, GetSettingsData, GetSettingsResponse, GetDeployToData, GetDeployToResponse, GetIsPremiumData, GetIsPremiumResponse, GetPremiumInfoData, GetPremiumInfoResponse, SetAutomaticBillingData, SetAutomaticBillingResponse, GetThresholdAlertData, GetThresholdAlertResponse, SetThresholdAlertData, SetThresholdAlertResponse, EditSlackCommandData, EditSlackCommandResponse, EditTeamsCommandData, EditTeamsCommandResponse, ListAvailableTeamsIdsData, ListAvailableTeamsIdsResponse, ListAvailableTeamsChannelsData, ListAvailableTeamsChannelsResponse, ConnectTeamsData, ConnectTeamsResponse, RunSlackMessageTestJobData, RunSlackMessageTestJobResponse, RunTeamsMessageTestJobData, RunTeamsMessageTestJobResponse, EditDeployToData, EditDeployToResponse, EditAutoInviteData, EditAutoInviteResponse, EditWebhookData, EditWebhookResponse, EditCopilotConfigData, EditCopilotConfigResponse, GetCopilotInfoData, GetCopilotInfoResponse, EditErrorHandlerData, EditErrorHandlerResponse, EditLargeFileStorageConfigData, EditLargeFileStorageConfigResponse, EditWorkspaceGitSyncConfigData, EditWorkspaceGitSyncConfigResponse, EditWorkspaceDeployUiSettingsData, EditWorkspaceDeployUiSettingsResponse, EditWorkspaceDefaultAppData, EditWorkspaceDefaultAppResponse, EditDefaultScriptsData, EditDefaultScriptsResponse, GetDefaultScriptsData, GetDefaultScriptsResponse, SetEnvironmentVariableData, SetEnvironmentVariableResponse, GetWorkspaceEncryptionKeyData, GetWorkspaceEncryptionKeyResponse, SetWorkspaceEncryptionKeyData, SetWorkspaceEncryptionKeyResponse, GetWorkspaceDefaultAppData, GetWorkspaceDefaultAppResponse, GetLargeFileStorageConfigData, GetLargeFileStorageConfigResponse, GetWorkspaceUsageData, GetWorkspaceUsageResponse, GetUsedTriggersData, GetUsedTriggersResponse, GetGlobalData, GetGlobalResponse, SetGlobalData, SetGlobalResponse, GetLocalResponse, TestSmtpData, TestSmtpResponse, TestCriticalChannelsData, TestCriticalChannelsResponse, GetCriticalAlertsData, GetCriticalAlertsResponse, AcknowledgeCriticalAlertData, AcknowledgeCriticalAlertResponse, AcknowledgeAllCriticalAlertsResponse, TestLicenseKeyData, TestLicenseKeyResponse, TestObjectStorageConfigData, TestObjectStorageConfigResponse, SendStatsResponse, GetLatestKeyRenewalAttemptResponse, RenewLicenseKeyData, RenewLicenseKeyResponse, CreateCustomerPortalSessionData, CreateCustomerPortalSessionResponse, TestMetadataData, TestMetadataResponse, ListGlobalSettingsResponse, WorkspaceGetCriticalAlertsData, WorkspaceGetCriticalAlertsResponse, WorkspaceAcknowledgeCriticalAlertData, WorkspaceAcknowledgeCriticalAlertResponse, WorkspaceAcknowledgeAllCriticalAlertsData, WorkspaceAcknowledgeAllCriticalAlertsResponse, WorkspaceMuteCriticalAlertsUiData, WorkspaceMuteCriticalAlertsUiResponse, GetOidcTokenData, GetOidcTokenResponse, CreateVariableData, CreateVariableResponse, EncryptValueData, EncryptValueResponse, DeleteVariableData, DeleteVariableResponse, UpdateVariableData, UpdateVariableResponse, GetVariableData, GetVariableResponse, GetVariableValueData, GetVariableValueResponse, ExistsVariableData, ExistsVariableResponse, ListVariableData, ListVariableResponse, ListContextualVariablesData, ListContextualVariablesResponse, ConnectSlackCallbackData, ConnectSlackCallbackResponse, ConnectSlackCallbackInstanceData, ConnectSlackCallbackInstanceResponse, ConnectCallbackData, ConnectCallbackResponse, CreateAccountData, CreateAccountResponse, RefreshTokenData, RefreshTokenResponse, DisconnectAccountData, DisconnectAccountResponse, DisconnectSlackData, DisconnectSlackResponse, DisconnectTeamsData, DisconnectTeamsResponse, ListOauthLoginsResponse, ListOauthConnectsResponse, GetOauthConnectData, GetOauthConnectResponse, SyncTeamsResponse, SendMessageToConversationData, SendMessageToConversationResponse, CreateResourceData, CreateResourceResponse, DeleteResourceData, DeleteResourceResponse, UpdateResourceData, UpdateResourceResponse, UpdateResourceValueData, UpdateResourceValueResponse, GetResourceData, GetResourceResponse, GetResourceValueInterpolatedData, GetResourceValueInterpolatedResponse, GetResourceValueData, GetResourceValueResponse, ExistsResourceData, ExistsResourceResponse, ListResourceData, ListResourceResponse, ListSearchResourceData, ListSearchResourceResponse, ListResourceNamesData, ListResourceNamesResponse, CreateResourceTypeData, CreateResourceTypeResponse, FileResourceTypeToFileExtMapData, FileResourceTypeToFileExtMapResponse, DeleteResourceTypeData, DeleteResourceTypeResponse, UpdateResourceTypeData, UpdateResourceTypeResponse, GetResourceTypeData, GetResourceTypeResponse, ExistsResourceTypeData, ExistsResourceTypeResponse, ListResourceTypeData, ListResourceTypeResponse, ListResourceTypeNamesData, ListResourceTypeNamesResponse, QueryResourceTypesData, QueryResourceTypesResponse, ListHubIntegrationsData, ListHubIntegrationsResponse, ListHubFlowsResponse, GetHubFlowByIdData, GetHubFlowByIdResponse, ListFlowPathsData, ListFlowPathsResponse, ListSearchFlowData, ListSearchFlowResponse, ListFlowsData, ListFlowsResponse, GetFlowHistoryData, GetFlowHistoryResponse, GetFlowLatestVersionData, GetFlowLatestVersionResponse, ListFlowPathsFromWorkspaceRunnableData, ListFlowPathsFromWorkspaceRunnableResponse, GetFlowVersionData, GetFlowVersionResponse, UpdateFlowHistoryData, UpdateFlowHistoryResponse, GetFlowByPathData, GetFlowByPathResponse, GetFlowDeploymentStatusData, GetFlowDeploymentStatusResponse, GetTriggersCountOfFlowData, GetTriggersCountOfFlowResponse, ListTokensOfFlowData, ListTokensOfFlowResponse, ToggleWorkspaceErrorHandlerForFlowData, ToggleWorkspaceErrorHandlerForFlowResponse, GetFlowByPathWithDraftData, GetFlowByPathWithDraftResponse, ExistsFlowByPathData, ExistsFlowByPathResponse, CreateFlowData, CreateFlowResponse, UpdateFlowData, UpdateFlowResponse, ArchiveFlowByPathData, ArchiveFlowByPathResponse, DeleteFlowByPathData, DeleteFlowByPathResponse, ListHubAppsResponse, GetHubAppByIdData, GetHubAppByIdResponse, GetPublicAppByCustomPathData, GetPublicAppByCustomPathResponse, ListSearchAppData, ListSearchAppResponse, ListAppsData, ListAppsResponse, CreateAppData, CreateAppResponse, ExistsAppData, ExistsAppResponse, GetAppByPathData, GetAppByPathResponse, GetAppLiteByPathData, GetAppLiteByPathResponse, GetAppByPathWithDraftData, GetAppByPathWithDraftResponse, GetAppHistoryByPathData, GetAppHistoryByPathResponse, GetAppLatestVersionData, GetAppLatestVersionResponse, UpdateAppHistoryData, UpdateAppHistoryResponse, GetPublicAppBySecretData, GetPublicAppBySecretResponse, GetPublicResourceData, GetPublicResourceResponse, GetPublicSecretOfAppData, GetPublicSecretOfAppResponse, GetAppByVersionData, GetAppByVersionResponse, DeleteAppData, DeleteAppResponse, UpdateAppData, UpdateAppResponse, CustomPathExistsData, CustomPathExistsResponse, ExecuteComponentData, ExecuteComponentResponse, UploadS3FileFromAppData, UploadS3FileFromAppResponse, DeleteS3FileFromAppData, DeleteS3FileFromAppResponse, GetHubScriptContentByPathData, GetHubScriptContentByPathResponse, GetHubScriptByPathData, GetHubScriptByPathResponse, GetTopHubScriptsData, GetTopHubScriptsResponse, QueryHubScriptsData, QueryHubScriptsResponse, ListSearchScriptData, ListSearchScriptResponse, ListScriptsData, ListScriptsResponse, ListScriptPathsData, ListScriptPathsResponse, CreateScriptData, CreateScriptResponse, ToggleWorkspaceErrorHandlerForScriptData, ToggleWorkspaceErrorHandlerForScriptResponse, ArchiveScriptByPathData, ArchiveScriptByPathResponse, ArchiveScriptByHashData, ArchiveScriptByHashResponse, DeleteScriptByHashData, DeleteScriptByHashResponse, DeleteScriptByPathData, DeleteScriptByPathResponse, GetScriptByPathData, GetScriptByPathResponse, GetTriggersCountOfScriptData, GetTriggersCountOfScriptResponse, ListTokensOfScriptData, ListTokensOfScriptResponse, GetScriptByPathWithDraftData, GetScriptByPathWithDraftResponse, GetScriptHistoryByPathData, GetScriptHistoryByPathResponse, GetScriptLatestVersionData, GetScriptLatestVersionResponse, UpdateScriptHistoryData, UpdateScriptHistoryResponse, RawScriptByPathData, RawScriptByPathResponse, RawScriptByPathTokenedData, RawScriptByPathTokenedResponse, ExistsScriptByPathData, ExistsScriptByPathResponse, GetScriptByHashData, GetScriptByHashResponse, RawScriptByHashData, RawScriptByHashResponse, GetScriptDeploymentStatusData, GetScriptDeploymentStatusResponse, CreateDraftData, CreateDraftResponse, DeleteDraftData, DeleteDraftResponse, GetCustomTagsData, GetCustomTagsResponse, GeDefaultTagsResponse, IsDefaultTagsPerWorkspaceResponse, ListWorkersData, ListWorkersResponse, ExistsWorkerWithTagData, ExistsWorkerWithTagResponse, GetQueueMetricsResponse, GetCountsOfJobsWaitingPerTagResponse, RunScriptByPathData, RunScriptByPathResponse, OpenaiSyncScriptByPathData, OpenaiSyncScriptByPathResponse, RunWaitResultScriptByPathData, RunWaitResultScriptByPathResponse, RunWaitResultScriptByPathGetData, RunWaitResultScriptByPathGetResponse, OpenaiSyncFlowByPathData, OpenaiSyncFlowByPathResponse, RunWaitResultFlowByPathData, RunWaitResultFlowByPathResponse, ResultByIdData, ResultByIdResponse, RunFlowByPathData, RunFlowByPathResponse, RestartFlowAtStepData, RestartFlowAtStepResponse, RunScriptByHashData, RunScriptByHashResponse, RunScriptPreviewData, RunScriptPreviewResponse, RunCodeWorkflowTaskData, RunCodeWorkflowTaskResponse, RunRawScriptDependenciesData, RunRawScriptDependenciesResponse, RunFlowPreviewData, RunFlowPreviewResponse, ListQueueData, ListQueueResponse, GetQueueCountData, GetQueueCountResponse, GetCompletedCountData, GetCompletedCountResponse, CountCompletedJobsData, CountCompletedJobsResponse, ListFilteredUuidsData, ListFilteredUuidsResponse, CancelSelectionData, CancelSelectionResponse, ListCompletedJobsData, ListCompletedJobsResponse, ListJobsData, ListJobsResponse, GetDbClockResponse, CountJobsByTagData, CountJobsByTagResponse, GetJobData, GetJobResponse, GetRootJobIdData, GetRootJobIdResponse, GetJobLogsData, GetJobLogsResponse, GetJobArgsData, GetJobArgsResponse, GetJobUpdatesData, GetJobUpdatesResponse, GetLogFileFromStoreData, GetLogFileFromStoreResponse, GetFlowDebugInfoData, GetFlowDebugInfoResponse, GetCompletedJobData, GetCompletedJobResponse, GetCompletedJobResultData, GetCompletedJobResultResponse, GetCompletedJobResultMaybeData, GetCompletedJobResultMaybeResponse, DeleteCompletedJobData, DeleteCompletedJobResponse, CancelQueuedJobData, CancelQueuedJobResponse, CancelPersistentQueuedJobsData, CancelPersistentQueuedJobsResponse, ForceCancelQueuedJobData, ForceCancelQueuedJobResponse, CreateJobSignatureData, CreateJobSignatureResponse, GetResumeUrlsData, GetResumeUrlsResponse, GetSlackApprovalPayloadData, GetSlackApprovalPayloadResponse, ResumeSuspendedJobGetData, ResumeSuspendedJobGetResponse, ResumeSuspendedJobPostData, ResumeSuspendedJobPostResponse, SetFlowUserStateData, SetFlowUserStateResponse, GetFlowUserStateData, GetFlowUserStateResponse, ResumeSuspendedFlowAsOwnerData, ResumeSuspendedFlowAsOwnerResponse, CancelSuspendedJobGetData, CancelSuspendedJobGetResponse, CancelSuspendedJobPostData, CancelSuspendedJobPostResponse, GetSuspendedJobFlowData, GetSuspendedJobFlowResponse, ListExtendedJobsData, ListExtendedJobsResponse, ListRawAppsData, ListRawAppsResponse, ExistsRawAppData, ExistsRawAppResponse, GetRawAppDataData, GetRawAppDataResponse, CreateRawAppData, CreateRawAppResponse, UpdateRawAppData, UpdateRawAppResponse, DeleteRawAppData, DeleteRawAppResponse, PreviewScheduleData, PreviewScheduleResponse, CreateScheduleData, CreateScheduleResponse, UpdateScheduleData, UpdateScheduleResponse, SetScheduleEnabledData, SetScheduleEnabledResponse, DeleteScheduleData, DeleteScheduleResponse, GetScheduleData, GetScheduleResponse, ExistsScheduleData, ExistsScheduleResponse, ListSchedulesData, ListSchedulesResponse, ListSchedulesWithJobsData, ListSchedulesWithJobsResponse, SetDefaultErrorOrRecoveryHandlerData, SetDefaultErrorOrRecoveryHandlerResponse, CreateHttpTriggerData, CreateHttpTriggerResponse, UpdateHttpTriggerData, UpdateHttpTriggerResponse, DeleteHttpTriggerData, DeleteHttpTriggerResponse, GetHttpTriggerData, GetHttpTriggerResponse, ListHttpTriggersData, ListHttpTriggersResponse, ExistsHttpTriggerData, ExistsHttpTriggerResponse, ExistsRouteData, ExistsRouteResponse, CreateWebsocketTriggerData, CreateWebsocketTriggerResponse, UpdateWebsocketTriggerData, UpdateWebsocketTriggerResponse, DeleteWebsocketTriggerData, DeleteWebsocketTriggerResponse, GetWebsocketTriggerData, GetWebsocketTriggerResponse, ListWebsocketTriggersData, ListWebsocketTriggersResponse, ExistsWebsocketTriggerData, ExistsWebsocketTriggerResponse, SetWebsocketTriggerEnabledData, SetWebsocketTriggerEnabledResponse, TestWebsocketConnectionData, TestWebsocketConnectionResponse, CreateKafkaTriggerData, CreateKafkaTriggerResponse, UpdateKafkaTriggerData, UpdateKafkaTriggerResponse, DeleteKafkaTriggerData, DeleteKafkaTriggerResponse, GetKafkaTriggerData, GetKafkaTriggerResponse, ListKafkaTriggersData, ListKafkaTriggersResponse, ExistsKafkaTriggerData, ExistsKafkaTriggerResponse, SetKafkaTriggerEnabledData, SetKafkaTriggerEnabledResponse, TestKafkaConnectionData, TestKafkaConnectionResponse, CreateNatsTriggerData, CreateNatsTriggerResponse, UpdateNatsTriggerData, UpdateNatsTriggerResponse, DeleteNatsTriggerData, DeleteNatsTriggerResponse, GetNatsTriggerData, GetNatsTriggerResponse, ListNatsTriggersData, ListNatsTriggersResponse, ExistsNatsTriggerData, ExistsNatsTriggerResponse, SetNatsTriggerEnabledData, SetNatsTriggerEnabledResponse, TestNatsConnectionData, TestNatsConnectionResponse, CreateSqsTriggerData, CreateSqsTriggerResponse, UpdateSqsTriggerData, UpdateSqsTriggerResponse, DeleteSqsTriggerData, DeleteSqsTriggerResponse, GetSqsTriggerData, GetSqsTriggerResponse, ListSqsTriggersData, ListSqsTriggersResponse, ExistsSqsTriggerData, ExistsSqsTriggerResponse, SetSqsTriggerEnabledData, SetSqsTriggerEnabledResponse, TestSqsConnectionData, TestSqsConnectionResponse, IsValidPostgresConfigurationData, IsValidPostgresConfigurationResponse, CreateTemplateScriptData, CreateTemplateScriptResponse, GetTemplateScriptData, GetTemplateScriptResponse, ListPostgresReplicationSlotData, ListPostgresReplicationSlotResponse, CreatePostgresReplicationSlotData, CreatePostgresReplicationSlotResponse, DeletePostgresReplicationSlotData, DeletePostgresReplicationSlotResponse, ListPostgresPublicationData, ListPostgresPublicationResponse, GetPostgresPublicationData, GetPostgresPublicationResponse, CreatePostgresPublicationData, CreatePostgresPublicationResponse, UpdatePostgresPublicationData, UpdatePostgresPublicationResponse, DeletePostgresPublicationData, DeletePostgresPublicationResponse, CreatePostgresTriggerData, CreatePostgresTriggerResponse, UpdatePostgresTriggerData, UpdatePostgresTriggerResponse, DeletePostgresTriggerData, DeletePostgresTriggerResponse, GetPostgresTriggerData, GetPostgresTriggerResponse, ListPostgresTriggersData, ListPostgresTriggersResponse, ExistsPostgresTriggerData, ExistsPostgresTriggerResponse, SetPostgresTriggerEnabledData, SetPostgresTriggerEnabledResponse, TestPostgresConnectionData, TestPostgresConnectionResponse, ListInstanceGroupsResponse, GetInstanceGroupData, GetInstanceGroupResponse, CreateInstanceGroupData, CreateInstanceGroupResponse, UpdateInstanceGroupData, UpdateInstanceGroupResponse, DeleteInstanceGroupData, DeleteInstanceGroupResponse, AddUserToInstanceGroupData, AddUserToInstanceGroupResponse, RemoveUserFromInstanceGroupData, RemoveUserFromInstanceGroupResponse, ExportInstanceGroupsResponse, OverwriteInstanceGroupsData, OverwriteInstanceGroupsResponse, ListGroupsData, ListGroupsResponse, ListGroupNamesData, ListGroupNamesResponse, CreateGroupData, CreateGroupResponse, UpdateGroupData, UpdateGroupResponse, DeleteGroupData, DeleteGroupResponse, GetGroupData, GetGroupResponse, AddUserToGroupData, AddUserToGroupResponse, RemoveUserToGroupData, RemoveUserToGroupResponse, ListFoldersData, ListFoldersResponse, ListFolderNamesData, ListFolderNamesResponse, CreateFolderData, CreateFolderResponse, UpdateFolderData, UpdateFolderResponse, DeleteFolderData, DeleteFolderResponse, GetFolderData, GetFolderResponse, GetFolderUsageData, GetFolderUsageResponse, AddOwnerToFolderData, AddOwnerToFolderResponse, RemoveOwnerToFolderData, RemoveOwnerToFolderResponse, ListWorkerGroupsResponse, GetConfigData, GetConfigResponse, UpdateConfigData, UpdateConfigResponse, DeleteConfigData, DeleteConfigResponse, ListConfigsResponse, ListAutoscalingEventsData, ListAutoscalingEventsResponse, GetGranularAclsData, GetGranularAclsResponse, AddGranularAclsData, AddGranularAclsResponse, RemoveGranularAclsData, RemoveGranularAclsResponse, SetCaptureConfigData, SetCaptureConfigResponse, PingCaptureConfigData, PingCaptureConfigResponse, GetCaptureConfigsData, GetCaptureConfigsResponse, ListCapturesData, ListCapturesResponse, GetCaptureData, GetCaptureResponse, DeleteCaptureData, DeleteCaptureResponse, StarData, StarResponse, UnstarData, UnstarResponse, GetInputHistoryData, GetInputHistoryResponse, GetArgsFromHistoryOrSavedInputData, GetArgsFromHistoryOrSavedInputResponse, ListInputsData, ListInputsResponse, CreateInputData, CreateInputResponse, UpdateInputData, UpdateInputResponse, DeleteInputData, DeleteInputResponse, DuckdbConnectionSettingsData, DuckdbConnectionSettingsResponse, DuckdbConnectionSettingsV2Data, DuckdbConnectionSettingsV2Response, PolarsConnectionSettingsData, PolarsConnectionSettingsResponse, PolarsConnectionSettingsV2Data, PolarsConnectionSettingsV2Response, S3ResourceInfoData, S3ResourceInfoResponse, DatasetStorageTestConnectionData, DatasetStorageTestConnectionResponse, ListStoredFilesData, ListStoredFilesResponse, LoadFileMetadataData, LoadFileMetadataResponse, LoadFilePreviewData, LoadFilePreviewResponse, LoadParquetPreviewData, LoadParquetPreviewResponse, LoadTableRowCountData, LoadTableRowCountResponse, LoadCsvPreviewData, LoadCsvPreviewResponse, DeleteS3FileData, DeleteS3FileResponse, MoveS3FileData, MoveS3FileResponse, FileUploadData, FileUploadResponse, FileDownloadData, FileDownloadResponse, FileDownloadParquetAsCsvData, FileDownloadParquetAsCsvResponse, GetJobMetricsData, GetJobMetricsResponse, SetJobProgressData, SetJobProgressResponse, GetJobProgressData, GetJobProgressResponse, ListLogFilesData, ListLogFilesResponse, GetLogFileData, GetLogFileResponse, ListConcurrencyGroupsResponse, DeleteConcurrencyGroupData, DeleteConcurrencyGroupResponse, GetConcurrencyKeyData, GetConcurrencyKeyResponse, SearchJobsIndexData, SearchJobsIndexResponse, SearchLogsIndexData, SearchLogsIndexResponse, CountSearchLogsIndexData, CountSearchLogsIndexResponse, ClearIndexData, ClearIndexResponse } from './types.gen';
|
|
3
|
+
export declare class SettingsService {
|
|
4
|
+
/**
|
|
5
|
+
* get backend version
|
|
6
|
+
* @returns string git version of backend
|
|
7
|
+
* @throws ApiError
|
|
8
|
+
*/
|
|
9
|
+
static backendVersion(): CancelablePromise<BackendVersionResponse>;
|
|
10
|
+
/**
|
|
11
|
+
* is backend up to date
|
|
12
|
+
* @returns string is backend up to date
|
|
13
|
+
* @throws ApiError
|
|
14
|
+
*/
|
|
15
|
+
static backendUptodate(): CancelablePromise<BackendUptodateResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* get license id
|
|
18
|
+
* @returns string get license id (empty if not ee)
|
|
19
|
+
* @throws ApiError
|
|
20
|
+
*/
|
|
21
|
+
static getLicenseId(): CancelablePromise<GetLicenseIdResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* get openapi yaml spec
|
|
24
|
+
* @returns string openapi yaml file content
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static getOpenApiYaml(): CancelablePromise<GetOpenApiYamlResponse>;
|
|
28
|
+
}
|
|
29
|
+
export declare class AuditService {
|
|
30
|
+
/**
|
|
31
|
+
* get audit log (requires admin privilege)
|
|
32
|
+
* @param data The data for the request.
|
|
33
|
+
* @param data.workspace
|
|
34
|
+
* @param data.id
|
|
35
|
+
* @returns AuditLog an audit log
|
|
36
|
+
* @throws ApiError
|
|
37
|
+
*/
|
|
38
|
+
static getAuditLog(data: GetAuditLogData): CancelablePromise<GetAuditLogResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* list audit logs (requires admin privilege)
|
|
41
|
+
* @param data The data for the request.
|
|
42
|
+
* @param data.workspace
|
|
43
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
44
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
45
|
+
* @param data.before filter on started before (inclusive) timestamp
|
|
46
|
+
* @param data.after filter on created after (exclusive) timestamp
|
|
47
|
+
* @param data.username filter on exact username of user
|
|
48
|
+
* @param data.operation filter on exact or prefix name of operation
|
|
49
|
+
* @param data.operations comma separated list of exact operations to include
|
|
50
|
+
* @param data.excludeOperations comma separated list of operations to exclude
|
|
51
|
+
* @param data.resource filter on exact or prefix name of resource
|
|
52
|
+
* @param data.actionKind filter on type of operation
|
|
53
|
+
* @param data.allWorkspaces get audit logs for all workspaces
|
|
54
|
+
* @returns AuditLog a list of audit logs
|
|
55
|
+
* @throws ApiError
|
|
56
|
+
*/
|
|
57
|
+
static listAuditLogs(data: ListAuditLogsData): CancelablePromise<ListAuditLogsResponse>;
|
|
58
|
+
}
|
|
59
|
+
export declare class UserService {
|
|
60
|
+
/**
|
|
61
|
+
* login with password
|
|
62
|
+
* @param data The data for the request.
|
|
63
|
+
* @param data.requestBody credentials
|
|
64
|
+
* @returns string Successfully authenticated. The session ID is returned in a cookie named `token` and as plaintext response. Preferred method of authorization is through the bearer token. The cookie is only for browser convenience.
|
|
65
|
+
*
|
|
66
|
+
* @throws ApiError
|
|
67
|
+
*/
|
|
68
|
+
static login(data: LoginData): CancelablePromise<LoginResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* logout
|
|
71
|
+
* @returns string clear cookies and clear token (if applicable)
|
|
72
|
+
* @throws ApiError
|
|
73
|
+
*/
|
|
74
|
+
static logout(): CancelablePromise<LogoutResponse>;
|
|
75
|
+
/**
|
|
76
|
+
* get user (require admin privilege)
|
|
77
|
+
* @param data The data for the request.
|
|
78
|
+
* @param data.workspace
|
|
79
|
+
* @param data.username
|
|
80
|
+
* @returns User user created
|
|
81
|
+
* @throws ApiError
|
|
82
|
+
*/
|
|
83
|
+
static getUser(data: GetUserData): CancelablePromise<GetUserResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* update user (require admin privilege)
|
|
86
|
+
* @param data The data for the request.
|
|
87
|
+
* @param data.workspace
|
|
88
|
+
* @param data.username
|
|
89
|
+
* @param data.requestBody new user
|
|
90
|
+
* @returns string edited user
|
|
91
|
+
* @throws ApiError
|
|
92
|
+
*/
|
|
93
|
+
static updateUser(data: UpdateUserData): CancelablePromise<UpdateUserResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* is owner of path
|
|
96
|
+
* @param data The data for the request.
|
|
97
|
+
* @param data.workspace
|
|
98
|
+
* @param data.path
|
|
99
|
+
* @returns boolean is owner
|
|
100
|
+
* @throws ApiError
|
|
101
|
+
*/
|
|
102
|
+
static isOwnerOfPath(data: IsOwnerOfPathData): CancelablePromise<IsOwnerOfPathResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* set password
|
|
105
|
+
* @param data The data for the request.
|
|
106
|
+
* @param data.requestBody set password
|
|
107
|
+
* @returns string password set
|
|
108
|
+
* @throws ApiError
|
|
109
|
+
*/
|
|
110
|
+
static setPassword(data: SetPasswordData): CancelablePromise<SetPasswordResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* set password for a specific user (require super admin)
|
|
113
|
+
* @param data The data for the request.
|
|
114
|
+
* @param data.user
|
|
115
|
+
* @param data.requestBody set password
|
|
116
|
+
* @returns string password set
|
|
117
|
+
* @throws ApiError
|
|
118
|
+
*/
|
|
119
|
+
static setPasswordForUser(data: SetPasswordForUserData): CancelablePromise<SetPasswordForUserResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* set login type for a specific user (require super admin)
|
|
122
|
+
* @param data The data for the request.
|
|
123
|
+
* @param data.user
|
|
124
|
+
* @param data.requestBody set login type
|
|
125
|
+
* @returns string login type set
|
|
126
|
+
* @throws ApiError
|
|
127
|
+
*/
|
|
128
|
+
static setLoginTypeForUser(data: SetLoginTypeForUserData): CancelablePromise<SetLoginTypeForUserResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* create user
|
|
131
|
+
* @param data The data for the request.
|
|
132
|
+
* @param data.requestBody user info
|
|
133
|
+
* @returns string user created
|
|
134
|
+
* @throws ApiError
|
|
135
|
+
*/
|
|
136
|
+
static createUserGlobally(data: CreateUserGloballyData): CancelablePromise<CreateUserGloballyResponse>;
|
|
137
|
+
/**
|
|
138
|
+
* global update user (require super admin)
|
|
139
|
+
* @param data The data for the request.
|
|
140
|
+
* @param data.email
|
|
141
|
+
* @param data.requestBody new user info
|
|
142
|
+
* @returns string user updated
|
|
143
|
+
* @throws ApiError
|
|
144
|
+
*/
|
|
145
|
+
static globalUserUpdate(data: GlobalUserUpdateData): CancelablePromise<GlobalUserUpdateResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* global username info (require super admin)
|
|
148
|
+
* @param data The data for the request.
|
|
149
|
+
* @param data.email
|
|
150
|
+
* @returns unknown user renamed
|
|
151
|
+
* @throws ApiError
|
|
152
|
+
*/
|
|
153
|
+
static globalUsernameInfo(data: GlobalUsernameInfoData): CancelablePromise<GlobalUsernameInfoResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* global rename user (require super admin)
|
|
156
|
+
* @param data The data for the request.
|
|
157
|
+
* @param data.email
|
|
158
|
+
* @param data.requestBody new username
|
|
159
|
+
* @returns string user renamed
|
|
160
|
+
* @throws ApiError
|
|
161
|
+
*/
|
|
162
|
+
static globalUserRename(data: GlobalUserRenameData): CancelablePromise<GlobalUserRenameResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* global delete user (require super admin)
|
|
165
|
+
* @param data The data for the request.
|
|
166
|
+
* @param data.email
|
|
167
|
+
* @returns string user deleted
|
|
168
|
+
* @throws ApiError
|
|
169
|
+
*/
|
|
170
|
+
static globalUserDelete(data: GlobalUserDeleteData): CancelablePromise<GlobalUserDeleteResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* global overwrite users (require super admin and EE)
|
|
173
|
+
* @param data The data for the request.
|
|
174
|
+
* @param data.requestBody List of users
|
|
175
|
+
* @returns string Success message
|
|
176
|
+
* @throws ApiError
|
|
177
|
+
*/
|
|
178
|
+
static globalUsersOverwrite(data: GlobalUsersOverwriteData): CancelablePromise<GlobalUsersOverwriteResponse>;
|
|
179
|
+
/**
|
|
180
|
+
* global export users (require super admin and EE)
|
|
181
|
+
* @returns ExportedUser exported users
|
|
182
|
+
* @throws ApiError
|
|
183
|
+
*/
|
|
184
|
+
static globalUsersExport(): CancelablePromise<GlobalUsersExportResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* delete user (require admin privilege)
|
|
187
|
+
* @param data The data for the request.
|
|
188
|
+
* @param data.workspace
|
|
189
|
+
* @param data.username
|
|
190
|
+
* @returns string delete user
|
|
191
|
+
* @throws ApiError
|
|
192
|
+
*/
|
|
193
|
+
static deleteUser(data: DeleteUserData): CancelablePromise<DeleteUserResponse>;
|
|
194
|
+
/**
|
|
195
|
+
* get current user email (if logged in)
|
|
196
|
+
* @returns string user email
|
|
197
|
+
* @throws ApiError
|
|
198
|
+
*/
|
|
199
|
+
static getCurrentEmail(): CancelablePromise<GetCurrentEmailResponse>;
|
|
200
|
+
/**
|
|
201
|
+
* refresh the current token
|
|
202
|
+
* @param data The data for the request.
|
|
203
|
+
* @param data.ifExpiringInLessThanS
|
|
204
|
+
* @returns string new token
|
|
205
|
+
* @throws ApiError
|
|
206
|
+
*/
|
|
207
|
+
static refreshUserToken(data?: RefreshUserTokenData): CancelablePromise<RefreshUserTokenResponse>;
|
|
208
|
+
/**
|
|
209
|
+
* get tutorial progress
|
|
210
|
+
* @returns unknown tutorial progress
|
|
211
|
+
* @throws ApiError
|
|
212
|
+
*/
|
|
213
|
+
static getTutorialProgress(): CancelablePromise<GetTutorialProgressResponse>;
|
|
214
|
+
/**
|
|
215
|
+
* update tutorial progress
|
|
216
|
+
* @param data The data for the request.
|
|
217
|
+
* @param data.requestBody progress update
|
|
218
|
+
* @returns string tutorial progress
|
|
219
|
+
* @throws ApiError
|
|
220
|
+
*/
|
|
221
|
+
static updateTutorialProgress(data: UpdateTutorialProgressData): CancelablePromise<UpdateTutorialProgressResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* leave instance
|
|
224
|
+
* @returns string status
|
|
225
|
+
* @throws ApiError
|
|
226
|
+
*/
|
|
227
|
+
static leaveInstance(): CancelablePromise<LeaveInstanceResponse>;
|
|
228
|
+
/**
|
|
229
|
+
* get current usage outside of premium workspaces
|
|
230
|
+
* @returns number free usage
|
|
231
|
+
* @throws ApiError
|
|
232
|
+
*/
|
|
233
|
+
static getUsage(): CancelablePromise<GetUsageResponse>;
|
|
234
|
+
/**
|
|
235
|
+
* get all runnables in every workspace
|
|
236
|
+
* @returns unknown free all runnables
|
|
237
|
+
* @throws ApiError
|
|
238
|
+
*/
|
|
239
|
+
static getRunnable(): CancelablePromise<GetRunnableResponse>;
|
|
240
|
+
/**
|
|
241
|
+
* get current global whoami (if logged in)
|
|
242
|
+
* @returns GlobalUserInfo user email
|
|
243
|
+
* @throws ApiError
|
|
244
|
+
*/
|
|
245
|
+
static globalWhoami(): CancelablePromise<GlobalWhoamiResponse>;
|
|
246
|
+
/**
|
|
247
|
+
* list all workspace invites
|
|
248
|
+
* @returns WorkspaceInvite list all workspace invites
|
|
249
|
+
* @throws ApiError
|
|
250
|
+
*/
|
|
251
|
+
static listWorkspaceInvites(): CancelablePromise<ListWorkspaceInvitesResponse>;
|
|
252
|
+
/**
|
|
253
|
+
* whoami
|
|
254
|
+
* @param data The data for the request.
|
|
255
|
+
* @param data.workspace
|
|
256
|
+
* @returns User user
|
|
257
|
+
* @throws ApiError
|
|
258
|
+
*/
|
|
259
|
+
static whoami(data: WhoamiData): CancelablePromise<WhoamiResponse>;
|
|
260
|
+
/**
|
|
261
|
+
* accept invite to workspace
|
|
262
|
+
* @param data The data for the request.
|
|
263
|
+
* @param data.requestBody accept invite
|
|
264
|
+
* @returns string status
|
|
265
|
+
* @throws ApiError
|
|
266
|
+
*/
|
|
267
|
+
static acceptInvite(data: AcceptInviteData): CancelablePromise<AcceptInviteResponse>;
|
|
268
|
+
/**
|
|
269
|
+
* decline invite to workspace
|
|
270
|
+
* @param data The data for the request.
|
|
271
|
+
* @param data.requestBody decline invite
|
|
272
|
+
* @returns string status
|
|
273
|
+
* @throws ApiError
|
|
274
|
+
*/
|
|
275
|
+
static declineInvite(data: DeclineInviteData): CancelablePromise<DeclineInviteResponse>;
|
|
276
|
+
/**
|
|
277
|
+
* whois
|
|
278
|
+
* @param data The data for the request.
|
|
279
|
+
* @param data.workspace
|
|
280
|
+
* @param data.username
|
|
281
|
+
* @returns User user
|
|
282
|
+
* @throws ApiError
|
|
283
|
+
*/
|
|
284
|
+
static whois(data: WhoisData): CancelablePromise<WhoisResponse>;
|
|
285
|
+
/**
|
|
286
|
+
* exists email
|
|
287
|
+
* @param data The data for the request.
|
|
288
|
+
* @param data.email
|
|
289
|
+
* @returns boolean user
|
|
290
|
+
* @throws ApiError
|
|
291
|
+
*/
|
|
292
|
+
static existsEmail(data: ExistsEmailData): CancelablePromise<ExistsEmailResponse>;
|
|
293
|
+
/**
|
|
294
|
+
* list all users as super admin (require to be super amdin)
|
|
295
|
+
* @param data The data for the request.
|
|
296
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
297
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
298
|
+
* @param data.activeOnly filter only active users
|
|
299
|
+
* @returns GlobalUserInfo user
|
|
300
|
+
* @throws ApiError
|
|
301
|
+
*/
|
|
302
|
+
static listUsersAsSuperAdmin(data?: ListUsersAsSuperAdminData): CancelablePromise<ListUsersAsSuperAdminResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* list users
|
|
305
|
+
* @param data The data for the request.
|
|
306
|
+
* @param data.workspace
|
|
307
|
+
* @returns User user
|
|
308
|
+
* @throws ApiError
|
|
309
|
+
*/
|
|
310
|
+
static listUsers(data: ListUsersData): CancelablePromise<ListUsersResponse>;
|
|
311
|
+
/**
|
|
312
|
+
* list users usage
|
|
313
|
+
* @param data The data for the request.
|
|
314
|
+
* @param data.workspace
|
|
315
|
+
* @returns UserUsage user
|
|
316
|
+
* @throws ApiError
|
|
317
|
+
*/
|
|
318
|
+
static listUsersUsage(data: ListUsersUsageData): CancelablePromise<ListUsersUsageResponse>;
|
|
319
|
+
/**
|
|
320
|
+
* list usernames
|
|
321
|
+
* @param data The data for the request.
|
|
322
|
+
* @param data.workspace
|
|
323
|
+
* @returns string user
|
|
324
|
+
* @throws ApiError
|
|
325
|
+
*/
|
|
326
|
+
static listUsernames(data: ListUsernamesData): CancelablePromise<ListUsernamesResponse>;
|
|
327
|
+
/**
|
|
328
|
+
* get email from username
|
|
329
|
+
* @param data The data for the request.
|
|
330
|
+
* @param data.workspace
|
|
331
|
+
* @param data.username
|
|
332
|
+
* @returns string email
|
|
333
|
+
* @throws ApiError
|
|
334
|
+
*/
|
|
335
|
+
static usernameToEmail(data: UsernameToEmailData): CancelablePromise<UsernameToEmailResponse>;
|
|
336
|
+
/**
|
|
337
|
+
* create token
|
|
338
|
+
* @param data The data for the request.
|
|
339
|
+
* @param data.requestBody new token
|
|
340
|
+
* @returns string token created
|
|
341
|
+
* @throws ApiError
|
|
342
|
+
*/
|
|
343
|
+
static createToken(data: CreateTokenData): CancelablePromise<CreateTokenResponse>;
|
|
344
|
+
/**
|
|
345
|
+
* create token to impersonate a user (require superadmin)
|
|
346
|
+
* @param data The data for the request.
|
|
347
|
+
* @param data.requestBody new token
|
|
348
|
+
* @returns string token created
|
|
349
|
+
* @throws ApiError
|
|
350
|
+
*/
|
|
351
|
+
static createTokenImpersonate(data: CreateTokenImpersonateData): CancelablePromise<CreateTokenImpersonateResponse>;
|
|
352
|
+
/**
|
|
353
|
+
* delete token
|
|
354
|
+
* @param data The data for the request.
|
|
355
|
+
* @param data.tokenPrefix
|
|
356
|
+
* @returns string delete token
|
|
357
|
+
* @throws ApiError
|
|
358
|
+
*/
|
|
359
|
+
static deleteToken(data: DeleteTokenData): CancelablePromise<DeleteTokenResponse>;
|
|
360
|
+
/**
|
|
361
|
+
* list token
|
|
362
|
+
* @param data The data for the request.
|
|
363
|
+
* @param data.excludeEphemeral
|
|
364
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
365
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
366
|
+
* @returns TruncatedToken truncated token
|
|
367
|
+
* @throws ApiError
|
|
368
|
+
*/
|
|
369
|
+
static listTokens(data?: ListTokensData): CancelablePromise<ListTokensResponse>;
|
|
370
|
+
/**
|
|
371
|
+
* login with oauth authorization flow
|
|
372
|
+
* @param data The data for the request.
|
|
373
|
+
* @param data.clientName
|
|
374
|
+
* @param data.requestBody Partially filled script
|
|
375
|
+
* @returns string Successfully authenticated. The session ID is returned in a cookie named `token` and as plaintext response. Preferred method of authorization is through the bearer token. The cookie is only for browser convenience.
|
|
376
|
+
*
|
|
377
|
+
* @throws ApiError
|
|
378
|
+
*/
|
|
379
|
+
static loginWithOauth(data: LoginWithOauthData): CancelablePromise<LoginWithOauthResponse>;
|
|
380
|
+
}
|
|
381
|
+
export declare class AdminService {
|
|
382
|
+
/**
|
|
383
|
+
* get user (require admin privilege)
|
|
384
|
+
* @param data The data for the request.
|
|
385
|
+
* @param data.workspace
|
|
386
|
+
* @param data.username
|
|
387
|
+
* @returns User user created
|
|
388
|
+
* @throws ApiError
|
|
389
|
+
*/
|
|
390
|
+
static getUser(data: GetUserData): CancelablePromise<GetUserResponse>;
|
|
391
|
+
/**
|
|
392
|
+
* update user (require admin privilege)
|
|
393
|
+
* @param data The data for the request.
|
|
394
|
+
* @param data.workspace
|
|
395
|
+
* @param data.username
|
|
396
|
+
* @param data.requestBody new user
|
|
397
|
+
* @returns string edited user
|
|
398
|
+
* @throws ApiError
|
|
399
|
+
*/
|
|
400
|
+
static updateUser(data: UpdateUserData): CancelablePromise<UpdateUserResponse>;
|
|
401
|
+
/**
|
|
402
|
+
* delete user (require admin privilege)
|
|
403
|
+
* @param data The data for the request.
|
|
404
|
+
* @param data.workspace
|
|
405
|
+
* @param data.username
|
|
406
|
+
* @returns string delete user
|
|
407
|
+
* @throws ApiError
|
|
408
|
+
*/
|
|
409
|
+
static deleteUser(data: DeleteUserData): CancelablePromise<DeleteUserResponse>;
|
|
410
|
+
}
|
|
411
|
+
export declare class WorkspaceService {
|
|
412
|
+
/**
|
|
413
|
+
* list all workspaces visible to me
|
|
414
|
+
* @returns Workspace all workspaces
|
|
415
|
+
* @throws ApiError
|
|
416
|
+
*/
|
|
417
|
+
static listWorkspaces(): CancelablePromise<ListWorkspacesResponse>;
|
|
418
|
+
/**
|
|
419
|
+
* is domain allowed for auto invi
|
|
420
|
+
* @returns boolean domain allowed or not
|
|
421
|
+
* @throws ApiError
|
|
422
|
+
*/
|
|
423
|
+
static isDomainAllowed(): CancelablePromise<IsDomainAllowedResponse>;
|
|
424
|
+
/**
|
|
425
|
+
* list all workspaces visible to me with user info
|
|
426
|
+
* @returns UserWorkspaceList workspace with associated username
|
|
427
|
+
* @throws ApiError
|
|
428
|
+
*/
|
|
429
|
+
static listUserWorkspaces(): CancelablePromise<ListUserWorkspacesResponse>;
|
|
430
|
+
/**
|
|
431
|
+
* list all workspaces as super admin (require to be super admin)
|
|
432
|
+
* @param data The data for the request.
|
|
433
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
434
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
435
|
+
* @returns Workspace workspaces
|
|
436
|
+
* @throws ApiError
|
|
437
|
+
*/
|
|
438
|
+
static listWorkspacesAsSuperAdmin(data?: ListWorkspacesAsSuperAdminData): CancelablePromise<ListWorkspacesAsSuperAdminResponse>;
|
|
439
|
+
/**
|
|
440
|
+
* create workspace
|
|
441
|
+
* @param data The data for the request.
|
|
442
|
+
* @param data.requestBody new token
|
|
443
|
+
* @returns string token created
|
|
444
|
+
* @throws ApiError
|
|
445
|
+
*/
|
|
446
|
+
static createWorkspace(data: CreateWorkspaceData): CancelablePromise<CreateWorkspaceResponse>;
|
|
447
|
+
/**
|
|
448
|
+
* exists workspace
|
|
449
|
+
* @param data The data for the request.
|
|
450
|
+
* @param data.requestBody id of workspace
|
|
451
|
+
* @returns boolean status
|
|
452
|
+
* @throws ApiError
|
|
453
|
+
*/
|
|
454
|
+
static existsWorkspace(data: ExistsWorkspaceData): CancelablePromise<ExistsWorkspaceResponse>;
|
|
455
|
+
/**
|
|
456
|
+
* exists username
|
|
457
|
+
* @param data The data for the request.
|
|
458
|
+
* @param data.requestBody
|
|
459
|
+
* @returns boolean status
|
|
460
|
+
* @throws ApiError
|
|
461
|
+
*/
|
|
462
|
+
static existsUsername(data: ExistsUsernameData): CancelablePromise<ExistsUsernameResponse>;
|
|
463
|
+
/**
|
|
464
|
+
* invite user to workspace
|
|
465
|
+
* @param data The data for the request.
|
|
466
|
+
* @param data.workspace
|
|
467
|
+
* @param data.requestBody WorkspaceInvite
|
|
468
|
+
* @returns string status
|
|
469
|
+
* @throws ApiError
|
|
470
|
+
*/
|
|
471
|
+
static inviteUser(data: InviteUserData): CancelablePromise<InviteUserResponse>;
|
|
472
|
+
/**
|
|
473
|
+
* add user to workspace
|
|
474
|
+
* @param data The data for the request.
|
|
475
|
+
* @param data.workspace
|
|
476
|
+
* @param data.requestBody WorkspaceInvite
|
|
477
|
+
* @returns string status
|
|
478
|
+
* @throws ApiError
|
|
479
|
+
*/
|
|
480
|
+
static addUser(data: AddUserData): CancelablePromise<AddUserResponse>;
|
|
481
|
+
/**
|
|
482
|
+
* delete user invite
|
|
483
|
+
* @param data The data for the request.
|
|
484
|
+
* @param data.workspace
|
|
485
|
+
* @param data.requestBody WorkspaceInvite
|
|
486
|
+
* @returns string status
|
|
487
|
+
* @throws ApiError
|
|
488
|
+
*/
|
|
489
|
+
static deleteInvite(data: DeleteInviteData): CancelablePromise<DeleteInviteResponse>;
|
|
490
|
+
/**
|
|
491
|
+
* archive workspace
|
|
492
|
+
* @param data The data for the request.
|
|
493
|
+
* @param data.workspace
|
|
494
|
+
* @returns string status
|
|
495
|
+
* @throws ApiError
|
|
496
|
+
*/
|
|
497
|
+
static archiveWorkspace(data: ArchiveWorkspaceData): CancelablePromise<ArchiveWorkspaceResponse>;
|
|
498
|
+
/**
|
|
499
|
+
* unarchive workspace
|
|
500
|
+
* @param data The data for the request.
|
|
501
|
+
* @param data.workspace
|
|
502
|
+
* @returns string status
|
|
503
|
+
* @throws ApiError
|
|
504
|
+
*/
|
|
505
|
+
static unarchiveWorkspace(data: UnarchiveWorkspaceData): CancelablePromise<UnarchiveWorkspaceResponse>;
|
|
506
|
+
/**
|
|
507
|
+
* delete workspace (require super admin)
|
|
508
|
+
* @param data The data for the request.
|
|
509
|
+
* @param data.workspace
|
|
510
|
+
* @returns string status
|
|
511
|
+
* @throws ApiError
|
|
512
|
+
*/
|
|
513
|
+
static deleteWorkspace(data: DeleteWorkspaceData): CancelablePromise<DeleteWorkspaceResponse>;
|
|
514
|
+
/**
|
|
515
|
+
* leave workspace
|
|
516
|
+
* @param data The data for the request.
|
|
517
|
+
* @param data.workspace
|
|
518
|
+
* @returns string status
|
|
519
|
+
* @throws ApiError
|
|
520
|
+
*/
|
|
521
|
+
static leaveWorkspace(data: LeaveWorkspaceData): CancelablePromise<LeaveWorkspaceResponse>;
|
|
522
|
+
/**
|
|
523
|
+
* get workspace name
|
|
524
|
+
* @param data The data for the request.
|
|
525
|
+
* @param data.workspace
|
|
526
|
+
* @returns string status
|
|
527
|
+
* @throws ApiError
|
|
528
|
+
*/
|
|
529
|
+
static getWorkspaceName(data: GetWorkspaceNameData): CancelablePromise<GetWorkspaceNameResponse>;
|
|
530
|
+
/**
|
|
531
|
+
* change workspace name
|
|
532
|
+
* @param data The data for the request.
|
|
533
|
+
* @param data.workspace
|
|
534
|
+
* @param data.requestBody
|
|
535
|
+
* @returns string status
|
|
536
|
+
* @throws ApiError
|
|
537
|
+
*/
|
|
538
|
+
static changeWorkspaceName(data: ChangeWorkspaceNameData): CancelablePromise<ChangeWorkspaceNameResponse>;
|
|
539
|
+
/**
|
|
540
|
+
* change workspace id
|
|
541
|
+
* @param data The data for the request.
|
|
542
|
+
* @param data.workspace
|
|
543
|
+
* @param data.requestBody
|
|
544
|
+
* @returns string status
|
|
545
|
+
* @throws ApiError
|
|
546
|
+
*/
|
|
547
|
+
static changeWorkspaceId(data: ChangeWorkspaceIdData): CancelablePromise<ChangeWorkspaceIdResponse>;
|
|
548
|
+
/**
|
|
549
|
+
* change workspace id
|
|
550
|
+
* @param data The data for the request.
|
|
551
|
+
* @param data.workspace
|
|
552
|
+
* @param data.requestBody
|
|
553
|
+
* @returns string status
|
|
554
|
+
* @throws ApiError
|
|
555
|
+
*/
|
|
556
|
+
static changeWorkspaceColor(data: ChangeWorkspaceColorData): CancelablePromise<ChangeWorkspaceColorResponse>;
|
|
557
|
+
/**
|
|
558
|
+
* Update operator settings for a workspace
|
|
559
|
+
* Updates the operator settings for a specific workspace. Requires workspace admin privileges.
|
|
560
|
+
* @param data The data for the request.
|
|
561
|
+
* @param data.workspace
|
|
562
|
+
* @param data.requestBody
|
|
563
|
+
* @returns string Operator settings updated successfully
|
|
564
|
+
* @throws ApiError
|
|
565
|
+
*/
|
|
566
|
+
static updateOperatorSettings(data: UpdateOperatorSettingsData): CancelablePromise<UpdateOperatorSettingsResponse>;
|
|
567
|
+
/**
|
|
568
|
+
* list pending invites for a workspace
|
|
569
|
+
* @param data The data for the request.
|
|
570
|
+
* @param data.workspace
|
|
571
|
+
* @returns WorkspaceInvite user
|
|
572
|
+
* @throws ApiError
|
|
573
|
+
*/
|
|
574
|
+
static listPendingInvites(data: ListPendingInvitesData): CancelablePromise<ListPendingInvitesResponse>;
|
|
575
|
+
/**
|
|
576
|
+
* get settings
|
|
577
|
+
* @param data The data for the request.
|
|
578
|
+
* @param data.workspace
|
|
579
|
+
* @returns unknown status
|
|
580
|
+
* @throws ApiError
|
|
581
|
+
*/
|
|
582
|
+
static getSettings(data: GetSettingsData): CancelablePromise<GetSettingsResponse>;
|
|
583
|
+
/**
|
|
584
|
+
* get deploy to
|
|
585
|
+
* @param data The data for the request.
|
|
586
|
+
* @param data.workspace
|
|
587
|
+
* @returns unknown status
|
|
588
|
+
* @throws ApiError
|
|
589
|
+
*/
|
|
590
|
+
static getDeployTo(data: GetDeployToData): CancelablePromise<GetDeployToResponse>;
|
|
591
|
+
/**
|
|
592
|
+
* get if workspace is premium
|
|
593
|
+
* @param data The data for the request.
|
|
594
|
+
* @param data.workspace
|
|
595
|
+
* @returns boolean status
|
|
596
|
+
* @throws ApiError
|
|
597
|
+
*/
|
|
598
|
+
static getIsPremium(data: GetIsPremiumData): CancelablePromise<GetIsPremiumResponse>;
|
|
599
|
+
/**
|
|
600
|
+
* get premium info
|
|
601
|
+
* @param data The data for the request.
|
|
602
|
+
* @param data.workspace
|
|
603
|
+
* @returns unknown status
|
|
604
|
+
* @throws ApiError
|
|
605
|
+
*/
|
|
606
|
+
static getPremiumInfo(data: GetPremiumInfoData): CancelablePromise<GetPremiumInfoResponse>;
|
|
607
|
+
/**
|
|
608
|
+
* set automatic billing
|
|
609
|
+
* @param data The data for the request.
|
|
610
|
+
* @param data.workspace
|
|
611
|
+
* @param data.requestBody automatic billing
|
|
612
|
+
* @returns string status
|
|
613
|
+
* @throws ApiError
|
|
614
|
+
*/
|
|
615
|
+
static setAutomaticBilling(data: SetAutomaticBillingData): CancelablePromise<SetAutomaticBillingResponse>;
|
|
616
|
+
/**
|
|
617
|
+
* get threshold alert info
|
|
618
|
+
* @param data The data for the request.
|
|
619
|
+
* @param data.workspace
|
|
620
|
+
* @returns unknown status
|
|
621
|
+
* @throws ApiError
|
|
622
|
+
*/
|
|
623
|
+
static getThresholdAlert(data: GetThresholdAlertData): CancelablePromise<GetThresholdAlertResponse>;
|
|
624
|
+
/**
|
|
625
|
+
* set threshold alert info
|
|
626
|
+
* @param data The data for the request.
|
|
627
|
+
* @param data.workspace
|
|
628
|
+
* @param data.requestBody threshold alert info
|
|
629
|
+
* @returns string status
|
|
630
|
+
* @throws ApiError
|
|
631
|
+
*/
|
|
632
|
+
static setThresholdAlert(data: SetThresholdAlertData): CancelablePromise<SetThresholdAlertResponse>;
|
|
633
|
+
/**
|
|
634
|
+
* edit slack command
|
|
635
|
+
* @param data The data for the request.
|
|
636
|
+
* @param data.workspace
|
|
637
|
+
* @param data.requestBody WorkspaceInvite
|
|
638
|
+
* @returns string status
|
|
639
|
+
* @throws ApiError
|
|
640
|
+
*/
|
|
641
|
+
static editSlackCommand(data: EditSlackCommandData): CancelablePromise<EditSlackCommandResponse>;
|
|
642
|
+
/**
|
|
643
|
+
* edit teams command
|
|
644
|
+
* @param data The data for the request.
|
|
645
|
+
* @param data.workspace
|
|
646
|
+
* @param data.requestBody WorkspaceInvite
|
|
647
|
+
* @returns string status
|
|
648
|
+
* @throws ApiError
|
|
649
|
+
*/
|
|
650
|
+
static editTeamsCommand(data: EditTeamsCommandData): CancelablePromise<EditTeamsCommandResponse>;
|
|
651
|
+
/**
|
|
652
|
+
* list available teams ids
|
|
653
|
+
* @param data The data for the request.
|
|
654
|
+
* @param data.workspace
|
|
655
|
+
* @returns unknown status
|
|
656
|
+
* @throws ApiError
|
|
657
|
+
*/
|
|
658
|
+
static listAvailableTeamsIds(data: ListAvailableTeamsIdsData): CancelablePromise<ListAvailableTeamsIdsResponse>;
|
|
659
|
+
/**
|
|
660
|
+
* list available teams channels
|
|
661
|
+
* @param data The data for the request.
|
|
662
|
+
* @param data.workspace
|
|
663
|
+
* @returns unknown status
|
|
664
|
+
* @throws ApiError
|
|
665
|
+
*/
|
|
666
|
+
static listAvailableTeamsChannels(data: ListAvailableTeamsChannelsData): CancelablePromise<ListAvailableTeamsChannelsResponse>;
|
|
667
|
+
/**
|
|
668
|
+
* connect teams
|
|
669
|
+
* @param data The data for the request.
|
|
670
|
+
* @param data.workspace
|
|
671
|
+
* @param data.requestBody connect teams
|
|
672
|
+
* @returns string status
|
|
673
|
+
* @throws ApiError
|
|
674
|
+
*/
|
|
675
|
+
static connectTeams(data: ConnectTeamsData): CancelablePromise<ConnectTeamsResponse>;
|
|
676
|
+
/**
|
|
677
|
+
* run a job that sends a message to Slack
|
|
678
|
+
* @param data The data for the request.
|
|
679
|
+
* @param data.workspace
|
|
680
|
+
* @param data.requestBody path to hub script to run and its corresponding args
|
|
681
|
+
* @returns unknown status
|
|
682
|
+
* @throws ApiError
|
|
683
|
+
*/
|
|
684
|
+
static runSlackMessageTestJob(data: RunSlackMessageTestJobData): CancelablePromise<RunSlackMessageTestJobResponse>;
|
|
685
|
+
/**
|
|
686
|
+
* run a job that sends a message to Teams
|
|
687
|
+
* @param data The data for the request.
|
|
688
|
+
* @param data.workspace
|
|
689
|
+
* @param data.requestBody path to hub script to run and its corresponding args
|
|
690
|
+
* @returns unknown status
|
|
691
|
+
* @throws ApiError
|
|
692
|
+
*/
|
|
693
|
+
static runTeamsMessageTestJob(data: RunTeamsMessageTestJobData): CancelablePromise<RunTeamsMessageTestJobResponse>;
|
|
694
|
+
/**
|
|
695
|
+
* edit deploy to
|
|
696
|
+
* @param data The data for the request.
|
|
697
|
+
* @param data.workspace
|
|
698
|
+
* @param data.requestBody
|
|
699
|
+
* @returns string status
|
|
700
|
+
* @throws ApiError
|
|
701
|
+
*/
|
|
702
|
+
static editDeployTo(data: EditDeployToData): CancelablePromise<EditDeployToResponse>;
|
|
703
|
+
/**
|
|
704
|
+
* edit auto invite
|
|
705
|
+
* @param data The data for the request.
|
|
706
|
+
* @param data.workspace
|
|
707
|
+
* @param data.requestBody WorkspaceInvite
|
|
708
|
+
* @returns string status
|
|
709
|
+
* @throws ApiError
|
|
710
|
+
*/
|
|
711
|
+
static editAutoInvite(data: EditAutoInviteData): CancelablePromise<EditAutoInviteResponse>;
|
|
712
|
+
/**
|
|
713
|
+
* edit webhook
|
|
714
|
+
* @param data The data for the request.
|
|
715
|
+
* @param data.workspace
|
|
716
|
+
* @param data.requestBody WorkspaceWebhook
|
|
717
|
+
* @returns string status
|
|
718
|
+
* @throws ApiError
|
|
719
|
+
*/
|
|
720
|
+
static editWebhook(data: EditWebhookData): CancelablePromise<EditWebhookResponse>;
|
|
721
|
+
/**
|
|
722
|
+
* edit copilot config
|
|
723
|
+
* @param data The data for the request.
|
|
724
|
+
* @param data.workspace
|
|
725
|
+
* @param data.requestBody WorkspaceCopilotConfig
|
|
726
|
+
* @returns string status
|
|
727
|
+
* @throws ApiError
|
|
728
|
+
*/
|
|
729
|
+
static editCopilotConfig(data: EditCopilotConfigData): CancelablePromise<EditCopilotConfigResponse>;
|
|
730
|
+
/**
|
|
731
|
+
* get copilot info
|
|
732
|
+
* @param data The data for the request.
|
|
733
|
+
* @param data.workspace
|
|
734
|
+
* @returns unknown status
|
|
735
|
+
* @throws ApiError
|
|
736
|
+
*/
|
|
737
|
+
static getCopilotInfo(data: GetCopilotInfoData): CancelablePromise<GetCopilotInfoResponse>;
|
|
738
|
+
/**
|
|
739
|
+
* edit error handler
|
|
740
|
+
* @param data The data for the request.
|
|
741
|
+
* @param data.workspace
|
|
742
|
+
* @param data.requestBody WorkspaceErrorHandler
|
|
743
|
+
* @returns string status
|
|
744
|
+
* @throws ApiError
|
|
745
|
+
*/
|
|
746
|
+
static editErrorHandler(data: EditErrorHandlerData): CancelablePromise<EditErrorHandlerResponse>;
|
|
747
|
+
/**
|
|
748
|
+
* edit large file storage settings
|
|
749
|
+
* @param data The data for the request.
|
|
750
|
+
* @param data.workspace
|
|
751
|
+
* @param data.requestBody LargeFileStorage info
|
|
752
|
+
* @returns unknown status
|
|
753
|
+
* @throws ApiError
|
|
754
|
+
*/
|
|
755
|
+
static editLargeFileStorageConfig(data: EditLargeFileStorageConfigData): CancelablePromise<EditLargeFileStorageConfigResponse>;
|
|
756
|
+
/**
|
|
757
|
+
* edit workspace git sync settings
|
|
758
|
+
* @param data The data for the request.
|
|
759
|
+
* @param data.workspace
|
|
760
|
+
* @param data.requestBody Workspace Git sync settings
|
|
761
|
+
* @returns unknown status
|
|
762
|
+
* @throws ApiError
|
|
763
|
+
*/
|
|
764
|
+
static editWorkspaceGitSyncConfig(data: EditWorkspaceGitSyncConfigData): CancelablePromise<EditWorkspaceGitSyncConfigResponse>;
|
|
765
|
+
/**
|
|
766
|
+
* edit workspace deploy ui settings
|
|
767
|
+
* @param data The data for the request.
|
|
768
|
+
* @param data.workspace
|
|
769
|
+
* @param data.requestBody Workspace deploy UI settings
|
|
770
|
+
* @returns unknown status
|
|
771
|
+
* @throws ApiError
|
|
772
|
+
*/
|
|
773
|
+
static editWorkspaceDeployUiSettings(data: EditWorkspaceDeployUiSettingsData): CancelablePromise<EditWorkspaceDeployUiSettingsResponse>;
|
|
774
|
+
/**
|
|
775
|
+
* edit default app for workspace
|
|
776
|
+
* @param data The data for the request.
|
|
777
|
+
* @param data.workspace
|
|
778
|
+
* @param data.requestBody Workspace default app
|
|
779
|
+
* @returns string status
|
|
780
|
+
* @throws ApiError
|
|
781
|
+
*/
|
|
782
|
+
static editWorkspaceDefaultApp(data: EditWorkspaceDefaultAppData): CancelablePromise<EditWorkspaceDefaultAppResponse>;
|
|
783
|
+
/**
|
|
784
|
+
* edit default scripts for workspace
|
|
785
|
+
* @param data The data for the request.
|
|
786
|
+
* @param data.workspace
|
|
787
|
+
* @param data.requestBody Workspace default app
|
|
788
|
+
* @returns string status
|
|
789
|
+
* @throws ApiError
|
|
790
|
+
*/
|
|
791
|
+
static editDefaultScripts(data: EditDefaultScriptsData): CancelablePromise<EditDefaultScriptsResponse>;
|
|
792
|
+
/**
|
|
793
|
+
* get default scripts for workspace
|
|
794
|
+
* @param data The data for the request.
|
|
795
|
+
* @param data.workspace
|
|
796
|
+
* @returns WorkspaceDefaultScripts status
|
|
797
|
+
* @throws ApiError
|
|
798
|
+
*/
|
|
799
|
+
static getDefaultScripts(data: GetDefaultScriptsData): CancelablePromise<GetDefaultScriptsResponse>;
|
|
800
|
+
/**
|
|
801
|
+
* set environment variable
|
|
802
|
+
* @param data The data for the request.
|
|
803
|
+
* @param data.workspace
|
|
804
|
+
* @param data.requestBody Workspace default app
|
|
805
|
+
* @returns string status
|
|
806
|
+
* @throws ApiError
|
|
807
|
+
*/
|
|
808
|
+
static setEnvironmentVariable(data: SetEnvironmentVariableData): CancelablePromise<SetEnvironmentVariableResponse>;
|
|
809
|
+
/**
|
|
810
|
+
* retrieves the encryption key for this workspace
|
|
811
|
+
* @param data The data for the request.
|
|
812
|
+
* @param data.workspace
|
|
813
|
+
* @returns unknown status
|
|
814
|
+
* @throws ApiError
|
|
815
|
+
*/
|
|
816
|
+
static getWorkspaceEncryptionKey(data: GetWorkspaceEncryptionKeyData): CancelablePromise<GetWorkspaceEncryptionKeyResponse>;
|
|
817
|
+
/**
|
|
818
|
+
* update the encryption key for this workspace
|
|
819
|
+
* @param data The data for the request.
|
|
820
|
+
* @param data.workspace
|
|
821
|
+
* @param data.requestBody New encryption key
|
|
822
|
+
* @returns string status
|
|
823
|
+
* @throws ApiError
|
|
824
|
+
*/
|
|
825
|
+
static setWorkspaceEncryptionKey(data: SetWorkspaceEncryptionKeyData): CancelablePromise<SetWorkspaceEncryptionKeyResponse>;
|
|
826
|
+
/**
|
|
827
|
+
* get default app for workspace
|
|
828
|
+
* @param data The data for the request.
|
|
829
|
+
* @param data.workspace
|
|
830
|
+
* @returns unknown status
|
|
831
|
+
* @throws ApiError
|
|
832
|
+
*/
|
|
833
|
+
static getWorkspaceDefaultApp(data: GetWorkspaceDefaultAppData): CancelablePromise<GetWorkspaceDefaultAppResponse>;
|
|
834
|
+
/**
|
|
835
|
+
* get large file storage config
|
|
836
|
+
* @param data The data for the request.
|
|
837
|
+
* @param data.workspace
|
|
838
|
+
* @returns LargeFileStorage status
|
|
839
|
+
* @throws ApiError
|
|
840
|
+
*/
|
|
841
|
+
static getLargeFileStorageConfig(data: GetLargeFileStorageConfigData): CancelablePromise<GetLargeFileStorageConfigResponse>;
|
|
842
|
+
/**
|
|
843
|
+
* get usage
|
|
844
|
+
* @param data The data for the request.
|
|
845
|
+
* @param data.workspace
|
|
846
|
+
* @returns number usage
|
|
847
|
+
* @throws ApiError
|
|
848
|
+
*/
|
|
849
|
+
static getWorkspaceUsage(data: GetWorkspaceUsageData): CancelablePromise<GetWorkspaceUsageResponse>;
|
|
850
|
+
/**
|
|
851
|
+
* get used triggers
|
|
852
|
+
* @param data The data for the request.
|
|
853
|
+
* @param data.workspace
|
|
854
|
+
* @returns unknown status
|
|
855
|
+
* @throws ApiError
|
|
856
|
+
*/
|
|
857
|
+
static getUsedTriggers(data: GetUsedTriggersData): CancelablePromise<GetUsedTriggersResponse>;
|
|
858
|
+
}
|
|
859
|
+
export declare class SettingService {
|
|
860
|
+
/**
|
|
861
|
+
* get global settings
|
|
862
|
+
* @param data The data for the request.
|
|
863
|
+
* @param data.key
|
|
864
|
+
* @returns unknown status
|
|
865
|
+
* @throws ApiError
|
|
866
|
+
*/
|
|
867
|
+
static getGlobal(data: GetGlobalData): CancelablePromise<GetGlobalResponse>;
|
|
868
|
+
/**
|
|
869
|
+
* post global settings
|
|
870
|
+
* @param data The data for the request.
|
|
871
|
+
* @param data.key
|
|
872
|
+
* @param data.requestBody value set
|
|
873
|
+
* @returns string status
|
|
874
|
+
* @throws ApiError
|
|
875
|
+
*/
|
|
876
|
+
static setGlobal(data: SetGlobalData): CancelablePromise<SetGlobalResponse>;
|
|
877
|
+
/**
|
|
878
|
+
* get local settings
|
|
879
|
+
* @returns unknown status
|
|
880
|
+
* @throws ApiError
|
|
881
|
+
*/
|
|
882
|
+
static getLocal(): CancelablePromise<GetLocalResponse>;
|
|
883
|
+
/**
|
|
884
|
+
* test smtp
|
|
885
|
+
* @param data The data for the request.
|
|
886
|
+
* @param data.requestBody test smtp payload
|
|
887
|
+
* @returns string status
|
|
888
|
+
* @throws ApiError
|
|
889
|
+
*/
|
|
890
|
+
static testSmtp(data: TestSmtpData): CancelablePromise<TestSmtpResponse>;
|
|
891
|
+
/**
|
|
892
|
+
* test critical channels
|
|
893
|
+
* @param data The data for the request.
|
|
894
|
+
* @param data.requestBody test critical channel payload
|
|
895
|
+
* @returns string status
|
|
896
|
+
* @throws ApiError
|
|
897
|
+
*/
|
|
898
|
+
static testCriticalChannels(data: TestCriticalChannelsData): CancelablePromise<TestCriticalChannelsResponse>;
|
|
899
|
+
/**
|
|
900
|
+
* Get all critical alerts
|
|
901
|
+
* @param data The data for the request.
|
|
902
|
+
* @param data.page
|
|
903
|
+
* @param data.pageSize
|
|
904
|
+
* @param data.acknowledged
|
|
905
|
+
* @returns unknown Successfully retrieved all critical alerts
|
|
906
|
+
* @throws ApiError
|
|
907
|
+
*/
|
|
908
|
+
static getCriticalAlerts(data?: GetCriticalAlertsData): CancelablePromise<GetCriticalAlertsResponse>;
|
|
909
|
+
/**
|
|
910
|
+
* Acknowledge a critical alert
|
|
911
|
+
* @param data The data for the request.
|
|
912
|
+
* @param data.id The ID of the critical alert to acknowledge
|
|
913
|
+
* @returns string Successfully acknowledged the critical alert
|
|
914
|
+
* @throws ApiError
|
|
915
|
+
*/
|
|
916
|
+
static acknowledgeCriticalAlert(data: AcknowledgeCriticalAlertData): CancelablePromise<AcknowledgeCriticalAlertResponse>;
|
|
917
|
+
/**
|
|
918
|
+
* Acknowledge all unacknowledged critical alerts
|
|
919
|
+
* @returns string Successfully acknowledged all unacknowledged critical alerts.
|
|
920
|
+
* @throws ApiError
|
|
921
|
+
*/
|
|
922
|
+
static acknowledgeAllCriticalAlerts(): CancelablePromise<AcknowledgeAllCriticalAlertsResponse>;
|
|
923
|
+
/**
|
|
924
|
+
* test license key
|
|
925
|
+
* @param data The data for the request.
|
|
926
|
+
* @param data.requestBody test license key
|
|
927
|
+
* @returns string status
|
|
928
|
+
* @throws ApiError
|
|
929
|
+
*/
|
|
930
|
+
static testLicenseKey(data: TestLicenseKeyData): CancelablePromise<TestLicenseKeyResponse>;
|
|
931
|
+
/**
|
|
932
|
+
* test object storage config
|
|
933
|
+
* @param data The data for the request.
|
|
934
|
+
* @param data.requestBody test object storage config
|
|
935
|
+
* @returns string status
|
|
936
|
+
* @throws ApiError
|
|
937
|
+
*/
|
|
938
|
+
static testObjectStorageConfig(data: TestObjectStorageConfigData): CancelablePromise<TestObjectStorageConfigResponse>;
|
|
939
|
+
/**
|
|
940
|
+
* send stats
|
|
941
|
+
* @returns string status
|
|
942
|
+
* @throws ApiError
|
|
943
|
+
*/
|
|
944
|
+
static sendStats(): CancelablePromise<SendStatsResponse>;
|
|
945
|
+
/**
|
|
946
|
+
* get latest key renewal attempt
|
|
947
|
+
* @returns unknown status
|
|
948
|
+
* @throws ApiError
|
|
949
|
+
*/
|
|
950
|
+
static getLatestKeyRenewalAttempt(): CancelablePromise<GetLatestKeyRenewalAttemptResponse>;
|
|
951
|
+
/**
|
|
952
|
+
* renew license key
|
|
953
|
+
* @param data The data for the request.
|
|
954
|
+
* @param data.licenseKey
|
|
955
|
+
* @returns string status
|
|
956
|
+
* @throws ApiError
|
|
957
|
+
*/
|
|
958
|
+
static renewLicenseKey(data?: RenewLicenseKeyData): CancelablePromise<RenewLicenseKeyResponse>;
|
|
959
|
+
/**
|
|
960
|
+
* create customer portal session
|
|
961
|
+
* @param data The data for the request.
|
|
962
|
+
* @param data.licenseKey
|
|
963
|
+
* @returns string url to portal
|
|
964
|
+
* @throws ApiError
|
|
965
|
+
*/
|
|
966
|
+
static createCustomerPortalSession(data?: CreateCustomerPortalSessionData): CancelablePromise<CreateCustomerPortalSessionResponse>;
|
|
967
|
+
/**
|
|
968
|
+
* test metadata
|
|
969
|
+
* @param data The data for the request.
|
|
970
|
+
* @param data.requestBody test metadata
|
|
971
|
+
* @returns string status
|
|
972
|
+
* @throws ApiError
|
|
973
|
+
*/
|
|
974
|
+
static testMetadata(data: TestMetadataData): CancelablePromise<TestMetadataResponse>;
|
|
975
|
+
/**
|
|
976
|
+
* list global settings
|
|
977
|
+
* @returns GlobalSetting list of settings
|
|
978
|
+
* @throws ApiError
|
|
979
|
+
*/
|
|
980
|
+
static listGlobalSettings(): CancelablePromise<ListGlobalSettingsResponse>;
|
|
981
|
+
/**
|
|
982
|
+
* Get all critical alerts for this workspace
|
|
983
|
+
* @param data The data for the request.
|
|
984
|
+
* @param data.workspace
|
|
985
|
+
* @param data.page
|
|
986
|
+
* @param data.pageSize
|
|
987
|
+
* @param data.acknowledged
|
|
988
|
+
* @returns unknown Successfully retrieved all critical alerts
|
|
989
|
+
* @throws ApiError
|
|
990
|
+
*/
|
|
991
|
+
static workspaceGetCriticalAlerts(data: WorkspaceGetCriticalAlertsData): CancelablePromise<WorkspaceGetCriticalAlertsResponse>;
|
|
992
|
+
/**
|
|
993
|
+
* Acknowledge a critical alert for this workspace
|
|
994
|
+
* @param data The data for the request.
|
|
995
|
+
* @param data.workspace
|
|
996
|
+
* @param data.id The ID of the critical alert to acknowledge
|
|
997
|
+
* @returns string Successfully acknowledged the critical alert
|
|
998
|
+
* @throws ApiError
|
|
999
|
+
*/
|
|
1000
|
+
static workspaceAcknowledgeCriticalAlert(data: WorkspaceAcknowledgeCriticalAlertData): CancelablePromise<WorkspaceAcknowledgeCriticalAlertResponse>;
|
|
1001
|
+
/**
|
|
1002
|
+
* Acknowledge all unacknowledged critical alerts for this workspace
|
|
1003
|
+
* @param data The data for the request.
|
|
1004
|
+
* @param data.workspace
|
|
1005
|
+
* @returns string Successfully acknowledged all unacknowledged critical alerts.
|
|
1006
|
+
* @throws ApiError
|
|
1007
|
+
*/
|
|
1008
|
+
static workspaceAcknowledgeAllCriticalAlerts(data: WorkspaceAcknowledgeAllCriticalAlertsData): CancelablePromise<WorkspaceAcknowledgeAllCriticalAlertsResponse>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Mute critical alert UI for this workspace
|
|
1011
|
+
* @param data The data for the request.
|
|
1012
|
+
* @param data.workspace
|
|
1013
|
+
* @param data.requestBody Boolean flag to mute critical alerts.
|
|
1014
|
+
* @returns string Successfully updated mute critical alert settings.
|
|
1015
|
+
* @throws ApiError
|
|
1016
|
+
*/
|
|
1017
|
+
static workspaceMuteCriticalAlertsUi(data: WorkspaceMuteCriticalAlertsUiData): CancelablePromise<WorkspaceMuteCriticalAlertsUiResponse>;
|
|
1018
|
+
}
|
|
1019
|
+
export declare class OidcService {
|
|
1020
|
+
/**
|
|
1021
|
+
* get OIDC token (ee only)
|
|
1022
|
+
* @param data The data for the request.
|
|
1023
|
+
* @param data.workspace
|
|
1024
|
+
* @param data.audience
|
|
1025
|
+
* @returns string new oidc token
|
|
1026
|
+
* @throws ApiError
|
|
1027
|
+
*/
|
|
1028
|
+
static getOidcToken(data: GetOidcTokenData): CancelablePromise<GetOidcTokenResponse>;
|
|
1029
|
+
}
|
|
1030
|
+
export declare class VariableService {
|
|
1031
|
+
/**
|
|
1032
|
+
* create variable
|
|
1033
|
+
* @param data The data for the request.
|
|
1034
|
+
* @param data.workspace
|
|
1035
|
+
* @param data.requestBody new variable
|
|
1036
|
+
* @param data.alreadyEncrypted
|
|
1037
|
+
* @returns string variable created
|
|
1038
|
+
* @throws ApiError
|
|
1039
|
+
*/
|
|
1040
|
+
static createVariable(data: CreateVariableData): CancelablePromise<CreateVariableResponse>;
|
|
1041
|
+
/**
|
|
1042
|
+
* encrypt value
|
|
1043
|
+
* @param data The data for the request.
|
|
1044
|
+
* @param data.workspace
|
|
1045
|
+
* @param data.requestBody new variable
|
|
1046
|
+
* @returns string encrypted value
|
|
1047
|
+
* @throws ApiError
|
|
1048
|
+
*/
|
|
1049
|
+
static encryptValue(data: EncryptValueData): CancelablePromise<EncryptValueResponse>;
|
|
1050
|
+
/**
|
|
1051
|
+
* delete variable
|
|
1052
|
+
* @param data The data for the request.
|
|
1053
|
+
* @param data.workspace
|
|
1054
|
+
* @param data.path
|
|
1055
|
+
* @returns string variable deleted
|
|
1056
|
+
* @throws ApiError
|
|
1057
|
+
*/
|
|
1058
|
+
static deleteVariable(data: DeleteVariableData): CancelablePromise<DeleteVariableResponse>;
|
|
1059
|
+
/**
|
|
1060
|
+
* update variable
|
|
1061
|
+
* @param data The data for the request.
|
|
1062
|
+
* @param data.workspace
|
|
1063
|
+
* @param data.path
|
|
1064
|
+
* @param data.requestBody updated variable
|
|
1065
|
+
* @param data.alreadyEncrypted
|
|
1066
|
+
* @returns string variable updated
|
|
1067
|
+
* @throws ApiError
|
|
1068
|
+
*/
|
|
1069
|
+
static updateVariable(data: UpdateVariableData): CancelablePromise<UpdateVariableResponse>;
|
|
1070
|
+
/**
|
|
1071
|
+
* get variable
|
|
1072
|
+
* @param data The data for the request.
|
|
1073
|
+
* @param data.workspace
|
|
1074
|
+
* @param data.path
|
|
1075
|
+
* @param data.decryptSecret ask to decrypt secret if this variable is secret
|
|
1076
|
+
* (if not secret no effect, default: true)
|
|
1077
|
+
*
|
|
1078
|
+
* @param data.includeEncrypted ask to include the encrypted value if secret and decrypt secret is not true (default: false)
|
|
1079
|
+
*
|
|
1080
|
+
* @returns ListableVariable variable
|
|
1081
|
+
* @throws ApiError
|
|
1082
|
+
*/
|
|
1083
|
+
static getVariable(data: GetVariableData): CancelablePromise<GetVariableResponse>;
|
|
1084
|
+
/**
|
|
1085
|
+
* get variable value
|
|
1086
|
+
* @param data The data for the request.
|
|
1087
|
+
* @param data.workspace
|
|
1088
|
+
* @param data.path
|
|
1089
|
+
* @returns string variable
|
|
1090
|
+
* @throws ApiError
|
|
1091
|
+
*/
|
|
1092
|
+
static getVariableValue(data: GetVariableValueData): CancelablePromise<GetVariableValueResponse>;
|
|
1093
|
+
/**
|
|
1094
|
+
* does variable exists at path
|
|
1095
|
+
* @param data The data for the request.
|
|
1096
|
+
* @param data.workspace
|
|
1097
|
+
* @param data.path
|
|
1098
|
+
* @returns boolean variable
|
|
1099
|
+
* @throws ApiError
|
|
1100
|
+
*/
|
|
1101
|
+
static existsVariable(data: ExistsVariableData): CancelablePromise<ExistsVariableResponse>;
|
|
1102
|
+
/**
|
|
1103
|
+
* list variables
|
|
1104
|
+
* @param data The data for the request.
|
|
1105
|
+
* @param data.workspace
|
|
1106
|
+
* @param data.pathStart
|
|
1107
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
1108
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
1109
|
+
* @returns ListableVariable variable list
|
|
1110
|
+
* @throws ApiError
|
|
1111
|
+
*/
|
|
1112
|
+
static listVariable(data: ListVariableData): CancelablePromise<ListVariableResponse>;
|
|
1113
|
+
/**
|
|
1114
|
+
* list contextual variables
|
|
1115
|
+
* @param data The data for the request.
|
|
1116
|
+
* @param data.workspace
|
|
1117
|
+
* @returns ContextualVariable contextual variable list
|
|
1118
|
+
* @throws ApiError
|
|
1119
|
+
*/
|
|
1120
|
+
static listContextualVariables(data: ListContextualVariablesData): CancelablePromise<ListContextualVariablesResponse>;
|
|
1121
|
+
}
|
|
1122
|
+
export declare class OauthService {
|
|
1123
|
+
/**
|
|
1124
|
+
* connect slack callback
|
|
1125
|
+
* @param data The data for the request.
|
|
1126
|
+
* @param data.workspace
|
|
1127
|
+
* @param data.requestBody code endpoint
|
|
1128
|
+
* @returns string slack token
|
|
1129
|
+
* @throws ApiError
|
|
1130
|
+
*/
|
|
1131
|
+
static connectSlackCallback(data: ConnectSlackCallbackData): CancelablePromise<ConnectSlackCallbackResponse>;
|
|
1132
|
+
/**
|
|
1133
|
+
* connect slack callback instance
|
|
1134
|
+
* @param data The data for the request.
|
|
1135
|
+
* @param data.requestBody code endpoint
|
|
1136
|
+
* @returns string success message
|
|
1137
|
+
* @throws ApiError
|
|
1138
|
+
*/
|
|
1139
|
+
static connectSlackCallbackInstance(data: ConnectSlackCallbackInstanceData): CancelablePromise<ConnectSlackCallbackInstanceResponse>;
|
|
1140
|
+
/**
|
|
1141
|
+
* connect callback
|
|
1142
|
+
* @param data The data for the request.
|
|
1143
|
+
* @param data.clientName
|
|
1144
|
+
* @param data.requestBody code endpoint
|
|
1145
|
+
* @returns TokenResponse oauth token
|
|
1146
|
+
* @throws ApiError
|
|
1147
|
+
*/
|
|
1148
|
+
static connectCallback(data: ConnectCallbackData): CancelablePromise<ConnectCallbackResponse>;
|
|
1149
|
+
/**
|
|
1150
|
+
* create OAuth account
|
|
1151
|
+
* @param data The data for the request.
|
|
1152
|
+
* @param data.workspace
|
|
1153
|
+
* @param data.requestBody code endpoint
|
|
1154
|
+
* @returns string account set
|
|
1155
|
+
* @throws ApiError
|
|
1156
|
+
*/
|
|
1157
|
+
static createAccount(data: CreateAccountData): CancelablePromise<CreateAccountResponse>;
|
|
1158
|
+
/**
|
|
1159
|
+
* refresh token
|
|
1160
|
+
* @param data The data for the request.
|
|
1161
|
+
* @param data.workspace
|
|
1162
|
+
* @param data.id
|
|
1163
|
+
* @param data.requestBody variable path
|
|
1164
|
+
* @returns string token refreshed
|
|
1165
|
+
* @throws ApiError
|
|
1166
|
+
*/
|
|
1167
|
+
static refreshToken(data: RefreshTokenData): CancelablePromise<RefreshTokenResponse>;
|
|
1168
|
+
/**
|
|
1169
|
+
* disconnect account
|
|
1170
|
+
* @param data The data for the request.
|
|
1171
|
+
* @param data.workspace
|
|
1172
|
+
* @param data.id
|
|
1173
|
+
* @returns string disconnected client
|
|
1174
|
+
* @throws ApiError
|
|
1175
|
+
*/
|
|
1176
|
+
static disconnectAccount(data: DisconnectAccountData): CancelablePromise<DisconnectAccountResponse>;
|
|
1177
|
+
/**
|
|
1178
|
+
* disconnect slack
|
|
1179
|
+
* @param data The data for the request.
|
|
1180
|
+
* @param data.workspace
|
|
1181
|
+
* @returns string disconnected slack
|
|
1182
|
+
* @throws ApiError
|
|
1183
|
+
*/
|
|
1184
|
+
static disconnectSlack(data: DisconnectSlackData): CancelablePromise<DisconnectSlackResponse>;
|
|
1185
|
+
/**
|
|
1186
|
+
* disconnect teams
|
|
1187
|
+
* @param data The data for the request.
|
|
1188
|
+
* @param data.workspace
|
|
1189
|
+
* @returns string disconnected teams
|
|
1190
|
+
* @throws ApiError
|
|
1191
|
+
*/
|
|
1192
|
+
static disconnectTeams(data: DisconnectTeamsData): CancelablePromise<DisconnectTeamsResponse>;
|
|
1193
|
+
/**
|
|
1194
|
+
* list oauth logins
|
|
1195
|
+
* @returns unknown list of oauth and saml login clients
|
|
1196
|
+
* @throws ApiError
|
|
1197
|
+
*/
|
|
1198
|
+
static listOauthLogins(): CancelablePromise<ListOauthLoginsResponse>;
|
|
1199
|
+
/**
|
|
1200
|
+
* list oauth connects
|
|
1201
|
+
* @returns string list of oauth connects clients
|
|
1202
|
+
* @throws ApiError
|
|
1203
|
+
*/
|
|
1204
|
+
static listOauthConnects(): CancelablePromise<ListOauthConnectsResponse>;
|
|
1205
|
+
/**
|
|
1206
|
+
* get oauth connect
|
|
1207
|
+
* @param data The data for the request.
|
|
1208
|
+
* @param data.client client name
|
|
1209
|
+
* @returns unknown get
|
|
1210
|
+
* @throws ApiError
|
|
1211
|
+
*/
|
|
1212
|
+
static getOauthConnect(data: GetOauthConnectData): CancelablePromise<GetOauthConnectResponse>;
|
|
1213
|
+
}
|
|
1214
|
+
export declare class TeamsService {
|
|
1215
|
+
/**
|
|
1216
|
+
* synchronize Microsoft Teams information (teams/channels)
|
|
1217
|
+
* @returns TeamInfo Teams information successfully synchronized
|
|
1218
|
+
* @throws ApiError
|
|
1219
|
+
*/
|
|
1220
|
+
static syncTeams(): CancelablePromise<SyncTeamsResponse>;
|
|
1221
|
+
/**
|
|
1222
|
+
* send update to Microsoft Teams activity
|
|
1223
|
+
* Respond to a Microsoft Teams activity after a workspace command is run
|
|
1224
|
+
* @param data The data for the request.
|
|
1225
|
+
* @param data.requestBody
|
|
1226
|
+
* @returns unknown Activity processed successfully
|
|
1227
|
+
* @throws ApiError
|
|
1228
|
+
*/
|
|
1229
|
+
static sendMessageToConversation(data: SendMessageToConversationData): CancelablePromise<SendMessageToConversationResponse>;
|
|
1230
|
+
}
|
|
1231
|
+
export declare class ResourceService {
|
|
1232
|
+
/**
|
|
1233
|
+
* create resource
|
|
1234
|
+
* @param data The data for the request.
|
|
1235
|
+
* @param data.workspace
|
|
1236
|
+
* @param data.requestBody new resource
|
|
1237
|
+
* @param data.updateIfExists
|
|
1238
|
+
* @returns string resource created
|
|
1239
|
+
* @throws ApiError
|
|
1240
|
+
*/
|
|
1241
|
+
static createResource(data: CreateResourceData): CancelablePromise<CreateResourceResponse>;
|
|
1242
|
+
/**
|
|
1243
|
+
* delete resource
|
|
1244
|
+
* @param data The data for the request.
|
|
1245
|
+
* @param data.workspace
|
|
1246
|
+
* @param data.path
|
|
1247
|
+
* @returns string resource deleted
|
|
1248
|
+
* @throws ApiError
|
|
1249
|
+
*/
|
|
1250
|
+
static deleteResource(data: DeleteResourceData): CancelablePromise<DeleteResourceResponse>;
|
|
1251
|
+
/**
|
|
1252
|
+
* update resource
|
|
1253
|
+
* @param data The data for the request.
|
|
1254
|
+
* @param data.workspace
|
|
1255
|
+
* @param data.path
|
|
1256
|
+
* @param data.requestBody updated resource
|
|
1257
|
+
* @returns string resource updated
|
|
1258
|
+
* @throws ApiError
|
|
1259
|
+
*/
|
|
1260
|
+
static updateResource(data: UpdateResourceData): CancelablePromise<UpdateResourceResponse>;
|
|
1261
|
+
/**
|
|
1262
|
+
* update resource value
|
|
1263
|
+
* @param data The data for the request.
|
|
1264
|
+
* @param data.workspace
|
|
1265
|
+
* @param data.path
|
|
1266
|
+
* @param data.requestBody updated resource
|
|
1267
|
+
* @returns string resource value updated
|
|
1268
|
+
* @throws ApiError
|
|
1269
|
+
*/
|
|
1270
|
+
static updateResourceValue(data: UpdateResourceValueData): CancelablePromise<UpdateResourceValueResponse>;
|
|
1271
|
+
/**
|
|
1272
|
+
* get resource
|
|
1273
|
+
* @param data The data for the request.
|
|
1274
|
+
* @param data.workspace
|
|
1275
|
+
* @param data.path
|
|
1276
|
+
* @returns Resource resource
|
|
1277
|
+
* @throws ApiError
|
|
1278
|
+
*/
|
|
1279
|
+
static getResource(data: GetResourceData): CancelablePromise<GetResourceResponse>;
|
|
1280
|
+
/**
|
|
1281
|
+
* get resource interpolated (variables and resources are fully unrolled)
|
|
1282
|
+
* @param data The data for the request.
|
|
1283
|
+
* @param data.workspace
|
|
1284
|
+
* @param data.path
|
|
1285
|
+
* @param data.jobId job id
|
|
1286
|
+
* @returns unknown resource value
|
|
1287
|
+
* @throws ApiError
|
|
1288
|
+
*/
|
|
1289
|
+
static getResourceValueInterpolated(data: GetResourceValueInterpolatedData): CancelablePromise<GetResourceValueInterpolatedResponse>;
|
|
1290
|
+
/**
|
|
1291
|
+
* get resource value
|
|
1292
|
+
* @param data The data for the request.
|
|
1293
|
+
* @param data.workspace
|
|
1294
|
+
* @param data.path
|
|
1295
|
+
* @returns unknown resource value
|
|
1296
|
+
* @throws ApiError
|
|
1297
|
+
*/
|
|
1298
|
+
static getResourceValue(data: GetResourceValueData): CancelablePromise<GetResourceValueResponse>;
|
|
1299
|
+
/**
|
|
1300
|
+
* does resource exists
|
|
1301
|
+
* @param data The data for the request.
|
|
1302
|
+
* @param data.workspace
|
|
1303
|
+
* @param data.path
|
|
1304
|
+
* @returns boolean does resource exists
|
|
1305
|
+
* @throws ApiError
|
|
1306
|
+
*/
|
|
1307
|
+
static existsResource(data: ExistsResourceData): CancelablePromise<ExistsResourceResponse>;
|
|
1308
|
+
/**
|
|
1309
|
+
* list resources
|
|
1310
|
+
* @param data The data for the request.
|
|
1311
|
+
* @param data.workspace
|
|
1312
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
1313
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
1314
|
+
* @param data.resourceType resource_types to list from, separated by ',',
|
|
1315
|
+
* @param data.resourceTypeExclude resource_types to not list from, separated by ',',
|
|
1316
|
+
* @param data.pathStart
|
|
1317
|
+
* @returns ListableResource resource list
|
|
1318
|
+
* @throws ApiError
|
|
1319
|
+
*/
|
|
1320
|
+
static listResource(data: ListResourceData): CancelablePromise<ListResourceResponse>;
|
|
1321
|
+
/**
|
|
1322
|
+
* list resources for search
|
|
1323
|
+
* @param data The data for the request.
|
|
1324
|
+
* @param data.workspace
|
|
1325
|
+
* @returns unknown resource list
|
|
1326
|
+
* @throws ApiError
|
|
1327
|
+
*/
|
|
1328
|
+
static listSearchResource(data: ListSearchResourceData): CancelablePromise<ListSearchResourceResponse>;
|
|
1329
|
+
/**
|
|
1330
|
+
* list resource names
|
|
1331
|
+
* @param data The data for the request.
|
|
1332
|
+
* @param data.workspace
|
|
1333
|
+
* @param data.name
|
|
1334
|
+
* @returns unknown resource list names
|
|
1335
|
+
* @throws ApiError
|
|
1336
|
+
*/
|
|
1337
|
+
static listResourceNames(data: ListResourceNamesData): CancelablePromise<ListResourceNamesResponse>;
|
|
1338
|
+
/**
|
|
1339
|
+
* create resource_type
|
|
1340
|
+
* @param data The data for the request.
|
|
1341
|
+
* @param data.workspace
|
|
1342
|
+
* @param data.requestBody new resource_type
|
|
1343
|
+
* @returns string resource_type created
|
|
1344
|
+
* @throws ApiError
|
|
1345
|
+
*/
|
|
1346
|
+
static createResourceType(data: CreateResourceTypeData): CancelablePromise<CreateResourceTypeResponse>;
|
|
1347
|
+
/**
|
|
1348
|
+
* get map from resource type to format extension
|
|
1349
|
+
* @param data The data for the request.
|
|
1350
|
+
* @param data.workspace
|
|
1351
|
+
* @returns unknown map from resource type to file ext
|
|
1352
|
+
* @throws ApiError
|
|
1353
|
+
*/
|
|
1354
|
+
static fileResourceTypeToFileExtMap(data: FileResourceTypeToFileExtMapData): CancelablePromise<FileResourceTypeToFileExtMapResponse>;
|
|
1355
|
+
/**
|
|
1356
|
+
* delete resource_type
|
|
1357
|
+
* @param data The data for the request.
|
|
1358
|
+
* @param data.workspace
|
|
1359
|
+
* @param data.path
|
|
1360
|
+
* @returns string resource_type deleted
|
|
1361
|
+
* @throws ApiError
|
|
1362
|
+
*/
|
|
1363
|
+
static deleteResourceType(data: DeleteResourceTypeData): CancelablePromise<DeleteResourceTypeResponse>;
|
|
1364
|
+
/**
|
|
1365
|
+
* update resource_type
|
|
1366
|
+
* @param data The data for the request.
|
|
1367
|
+
* @param data.workspace
|
|
1368
|
+
* @param data.path
|
|
1369
|
+
* @param data.requestBody updated resource_type
|
|
1370
|
+
* @returns string resource_type updated
|
|
1371
|
+
* @throws ApiError
|
|
1372
|
+
*/
|
|
1373
|
+
static updateResourceType(data: UpdateResourceTypeData): CancelablePromise<UpdateResourceTypeResponse>;
|
|
1374
|
+
/**
|
|
1375
|
+
* get resource_type
|
|
1376
|
+
* @param data The data for the request.
|
|
1377
|
+
* @param data.workspace
|
|
1378
|
+
* @param data.path
|
|
1379
|
+
* @returns ResourceType resource_type deleted
|
|
1380
|
+
* @throws ApiError
|
|
1381
|
+
*/
|
|
1382
|
+
static getResourceType(data: GetResourceTypeData): CancelablePromise<GetResourceTypeResponse>;
|
|
1383
|
+
/**
|
|
1384
|
+
* does resource_type exists
|
|
1385
|
+
* @param data The data for the request.
|
|
1386
|
+
* @param data.workspace
|
|
1387
|
+
* @param data.path
|
|
1388
|
+
* @returns boolean does resource_type exist
|
|
1389
|
+
* @throws ApiError
|
|
1390
|
+
*/
|
|
1391
|
+
static existsResourceType(data: ExistsResourceTypeData): CancelablePromise<ExistsResourceTypeResponse>;
|
|
1392
|
+
/**
|
|
1393
|
+
* list resource_types
|
|
1394
|
+
* @param data The data for the request.
|
|
1395
|
+
* @param data.workspace
|
|
1396
|
+
* @returns ResourceType resource_type list
|
|
1397
|
+
* @throws ApiError
|
|
1398
|
+
*/
|
|
1399
|
+
static listResourceType(data: ListResourceTypeData): CancelablePromise<ListResourceTypeResponse>;
|
|
1400
|
+
/**
|
|
1401
|
+
* list resource_types names
|
|
1402
|
+
* @param data The data for the request.
|
|
1403
|
+
* @param data.workspace
|
|
1404
|
+
* @returns string resource_type list
|
|
1405
|
+
* @throws ApiError
|
|
1406
|
+
*/
|
|
1407
|
+
static listResourceTypeNames(data: ListResourceTypeNamesData): CancelablePromise<ListResourceTypeNamesResponse>;
|
|
1408
|
+
/**
|
|
1409
|
+
* query resource types by similarity
|
|
1410
|
+
* @param data The data for the request.
|
|
1411
|
+
* @param data.workspace
|
|
1412
|
+
* @param data.text query text
|
|
1413
|
+
* @param data.limit query limit
|
|
1414
|
+
* @returns unknown resource type details
|
|
1415
|
+
* @throws ApiError
|
|
1416
|
+
*/
|
|
1417
|
+
static queryResourceTypes(data: QueryResourceTypesData): CancelablePromise<QueryResourceTypesResponse>;
|
|
1418
|
+
}
|
|
1419
|
+
export declare class IntegrationService {
|
|
1420
|
+
/**
|
|
1421
|
+
* list hub integrations
|
|
1422
|
+
* @param data The data for the request.
|
|
1423
|
+
* @param data.kind query integrations kind
|
|
1424
|
+
* @returns unknown integrations details
|
|
1425
|
+
* @throws ApiError
|
|
1426
|
+
*/
|
|
1427
|
+
static listHubIntegrations(data?: ListHubIntegrationsData): CancelablePromise<ListHubIntegrationsResponse>;
|
|
1428
|
+
}
|
|
1429
|
+
export declare class FlowService {
|
|
1430
|
+
/**
|
|
1431
|
+
* list all hub flows
|
|
1432
|
+
* @returns unknown hub flows list
|
|
1433
|
+
* @throws ApiError
|
|
1434
|
+
*/
|
|
1435
|
+
static listHubFlows(): CancelablePromise<ListHubFlowsResponse>;
|
|
1436
|
+
/**
|
|
1437
|
+
* get hub flow by id
|
|
1438
|
+
* @param data The data for the request.
|
|
1439
|
+
* @param data.id
|
|
1440
|
+
* @returns unknown flow
|
|
1441
|
+
* @throws ApiError
|
|
1442
|
+
*/
|
|
1443
|
+
static getHubFlowById(data: GetHubFlowByIdData): CancelablePromise<GetHubFlowByIdResponse>;
|
|
1444
|
+
/**
|
|
1445
|
+
* list all flow paths
|
|
1446
|
+
* @param data The data for the request.
|
|
1447
|
+
* @param data.workspace
|
|
1448
|
+
* @returns string list of flow paths
|
|
1449
|
+
* @throws ApiError
|
|
1450
|
+
*/
|
|
1451
|
+
static listFlowPaths(data: ListFlowPathsData): CancelablePromise<ListFlowPathsResponse>;
|
|
1452
|
+
/**
|
|
1453
|
+
* list flows for search
|
|
1454
|
+
* @param data The data for the request.
|
|
1455
|
+
* @param data.workspace
|
|
1456
|
+
* @returns unknown flow list
|
|
1457
|
+
* @throws ApiError
|
|
1458
|
+
*/
|
|
1459
|
+
static listSearchFlow(data: ListSearchFlowData): CancelablePromise<ListSearchFlowResponse>;
|
|
1460
|
+
/**
|
|
1461
|
+
* list all flows
|
|
1462
|
+
* @param data The data for the request.
|
|
1463
|
+
* @param data.workspace
|
|
1464
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
1465
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
1466
|
+
* @param data.orderDesc order by desc order (default true)
|
|
1467
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
1468
|
+
* @param data.pathStart mask to filter matching starting path
|
|
1469
|
+
* @param data.pathExact mask to filter exact matching path
|
|
1470
|
+
* @param data.showArchived (default false)
|
|
1471
|
+
* show only the archived files.
|
|
1472
|
+
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
1473
|
+
* are displayed.
|
|
1474
|
+
*
|
|
1475
|
+
* @param data.starredOnly (default false)
|
|
1476
|
+
* show only the starred items
|
|
1477
|
+
*
|
|
1478
|
+
* @param data.includeDraftOnly (default false)
|
|
1479
|
+
* include items that have no deployed version
|
|
1480
|
+
*
|
|
1481
|
+
* @param data.withDeploymentMsg (default false)
|
|
1482
|
+
* include deployment message
|
|
1483
|
+
*
|
|
1484
|
+
* @returns unknown All flow
|
|
1485
|
+
* @throws ApiError
|
|
1486
|
+
*/
|
|
1487
|
+
static listFlows(data: ListFlowsData): CancelablePromise<ListFlowsResponse>;
|
|
1488
|
+
/**
|
|
1489
|
+
* get flow history by path
|
|
1490
|
+
* @param data The data for the request.
|
|
1491
|
+
* @param data.workspace
|
|
1492
|
+
* @param data.path
|
|
1493
|
+
* @returns FlowVersion Flow history
|
|
1494
|
+
* @throws ApiError
|
|
1495
|
+
*/
|
|
1496
|
+
static getFlowHistory(data: GetFlowHistoryData): CancelablePromise<GetFlowHistoryResponse>;
|
|
1497
|
+
/**
|
|
1498
|
+
* get flow's latest version
|
|
1499
|
+
* @param data The data for the request.
|
|
1500
|
+
* @param data.workspace
|
|
1501
|
+
* @param data.path
|
|
1502
|
+
* @returns FlowVersion Flow version
|
|
1503
|
+
* @throws ApiError
|
|
1504
|
+
*/
|
|
1505
|
+
static getFlowLatestVersion(data: GetFlowLatestVersionData): CancelablePromise<GetFlowLatestVersionResponse>;
|
|
1506
|
+
/**
|
|
1507
|
+
* list flow paths from workspace runnable
|
|
1508
|
+
* @param data The data for the request.
|
|
1509
|
+
* @param data.workspace
|
|
1510
|
+
* @param data.runnableKind
|
|
1511
|
+
* @param data.path
|
|
1512
|
+
* @returns string list of flow paths
|
|
1513
|
+
* @throws ApiError
|
|
1514
|
+
*/
|
|
1515
|
+
static listFlowPathsFromWorkspaceRunnable(data: ListFlowPathsFromWorkspaceRunnableData): CancelablePromise<ListFlowPathsFromWorkspaceRunnableResponse>;
|
|
1516
|
+
/**
|
|
1517
|
+
* get flow version
|
|
1518
|
+
* @param data The data for the request.
|
|
1519
|
+
* @param data.workspace
|
|
1520
|
+
* @param data.version
|
|
1521
|
+
* @param data.path
|
|
1522
|
+
* @returns Flow flow details
|
|
1523
|
+
* @throws ApiError
|
|
1524
|
+
*/
|
|
1525
|
+
static getFlowVersion(data: GetFlowVersionData): CancelablePromise<GetFlowVersionResponse>;
|
|
1526
|
+
/**
|
|
1527
|
+
* update flow history
|
|
1528
|
+
* @param data The data for the request.
|
|
1529
|
+
* @param data.workspace
|
|
1530
|
+
* @param data.version
|
|
1531
|
+
* @param data.path
|
|
1532
|
+
* @param data.requestBody Flow deployment message
|
|
1533
|
+
* @returns string success
|
|
1534
|
+
* @throws ApiError
|
|
1535
|
+
*/
|
|
1536
|
+
static updateFlowHistory(data: UpdateFlowHistoryData): CancelablePromise<UpdateFlowHistoryResponse>;
|
|
1537
|
+
/**
|
|
1538
|
+
* get flow by path
|
|
1539
|
+
* @param data The data for the request.
|
|
1540
|
+
* @param data.workspace
|
|
1541
|
+
* @param data.path
|
|
1542
|
+
* @param data.withStarredInfo
|
|
1543
|
+
* @returns Flow flow details
|
|
1544
|
+
* @throws ApiError
|
|
1545
|
+
*/
|
|
1546
|
+
static getFlowByPath(data: GetFlowByPathData): CancelablePromise<GetFlowByPathResponse>;
|
|
1547
|
+
/**
|
|
1548
|
+
* get flow deployment status
|
|
1549
|
+
* @param data The data for the request.
|
|
1550
|
+
* @param data.workspace
|
|
1551
|
+
* @param data.path
|
|
1552
|
+
* @returns unknown flow status
|
|
1553
|
+
* @throws ApiError
|
|
1554
|
+
*/
|
|
1555
|
+
static getFlowDeploymentStatus(data: GetFlowDeploymentStatusData): CancelablePromise<GetFlowDeploymentStatusResponse>;
|
|
1556
|
+
/**
|
|
1557
|
+
* get triggers count of flow
|
|
1558
|
+
* @param data The data for the request.
|
|
1559
|
+
* @param data.workspace
|
|
1560
|
+
* @param data.path
|
|
1561
|
+
* @returns TriggersCount triggers count
|
|
1562
|
+
* @throws ApiError
|
|
1563
|
+
*/
|
|
1564
|
+
static getTriggersCountOfFlow(data: GetTriggersCountOfFlowData): CancelablePromise<GetTriggersCountOfFlowResponse>;
|
|
1565
|
+
/**
|
|
1566
|
+
* get tokens with flow scope
|
|
1567
|
+
* @param data The data for the request.
|
|
1568
|
+
* @param data.workspace
|
|
1569
|
+
* @param data.path
|
|
1570
|
+
* @returns TruncatedToken tokens list
|
|
1571
|
+
* @throws ApiError
|
|
1572
|
+
*/
|
|
1573
|
+
static listTokensOfFlow(data: ListTokensOfFlowData): CancelablePromise<ListTokensOfFlowResponse>;
|
|
1574
|
+
/**
|
|
1575
|
+
* Toggle ON and OFF the workspace error handler for a given flow
|
|
1576
|
+
* @param data The data for the request.
|
|
1577
|
+
* @param data.workspace
|
|
1578
|
+
* @param data.path
|
|
1579
|
+
* @param data.requestBody Workspace error handler enabled
|
|
1580
|
+
* @returns string error handler toggled
|
|
1581
|
+
* @throws ApiError
|
|
1582
|
+
*/
|
|
1583
|
+
static toggleWorkspaceErrorHandlerForFlow(data: ToggleWorkspaceErrorHandlerForFlowData): CancelablePromise<ToggleWorkspaceErrorHandlerForFlowResponse>;
|
|
1584
|
+
/**
|
|
1585
|
+
* get flow by path with draft
|
|
1586
|
+
* @param data The data for the request.
|
|
1587
|
+
* @param data.workspace
|
|
1588
|
+
* @param data.path
|
|
1589
|
+
* @returns unknown flow details with draft
|
|
1590
|
+
* @throws ApiError
|
|
1591
|
+
*/
|
|
1592
|
+
static getFlowByPathWithDraft(data: GetFlowByPathWithDraftData): CancelablePromise<GetFlowByPathWithDraftResponse>;
|
|
1593
|
+
/**
|
|
1594
|
+
* exists flow by path
|
|
1595
|
+
* @param data The data for the request.
|
|
1596
|
+
* @param data.workspace
|
|
1597
|
+
* @param data.path
|
|
1598
|
+
* @returns boolean flow details
|
|
1599
|
+
* @throws ApiError
|
|
1600
|
+
*/
|
|
1601
|
+
static existsFlowByPath(data: ExistsFlowByPathData): CancelablePromise<ExistsFlowByPathResponse>;
|
|
1602
|
+
/**
|
|
1603
|
+
* create flow
|
|
1604
|
+
* @param data The data for the request.
|
|
1605
|
+
* @param data.workspace
|
|
1606
|
+
* @param data.requestBody Partially filled flow
|
|
1607
|
+
* @returns string flow created
|
|
1608
|
+
* @throws ApiError
|
|
1609
|
+
*/
|
|
1610
|
+
static createFlow(data: CreateFlowData): CancelablePromise<CreateFlowResponse>;
|
|
1611
|
+
/**
|
|
1612
|
+
* update flow
|
|
1613
|
+
* @param data The data for the request.
|
|
1614
|
+
* @param data.workspace
|
|
1615
|
+
* @param data.path
|
|
1616
|
+
* @param data.requestBody Partially filled flow
|
|
1617
|
+
* @returns string flow updated
|
|
1618
|
+
* @throws ApiError
|
|
1619
|
+
*/
|
|
1620
|
+
static updateFlow(data: UpdateFlowData): CancelablePromise<UpdateFlowResponse>;
|
|
1621
|
+
/**
|
|
1622
|
+
* archive flow by path
|
|
1623
|
+
* @param data The data for the request.
|
|
1624
|
+
* @param data.workspace
|
|
1625
|
+
* @param data.path
|
|
1626
|
+
* @param data.requestBody archiveFlow
|
|
1627
|
+
* @returns string flow archived
|
|
1628
|
+
* @throws ApiError
|
|
1629
|
+
*/
|
|
1630
|
+
static archiveFlowByPath(data: ArchiveFlowByPathData): CancelablePromise<ArchiveFlowByPathResponse>;
|
|
1631
|
+
/**
|
|
1632
|
+
* delete flow by path
|
|
1633
|
+
* @param data The data for the request.
|
|
1634
|
+
* @param data.workspace
|
|
1635
|
+
* @param data.path
|
|
1636
|
+
* @returns string flow delete
|
|
1637
|
+
* @throws ApiError
|
|
1638
|
+
*/
|
|
1639
|
+
static deleteFlowByPath(data: DeleteFlowByPathData): CancelablePromise<DeleteFlowByPathResponse>;
|
|
1640
|
+
}
|
|
1641
|
+
export declare class AppService {
|
|
1642
|
+
/**
|
|
1643
|
+
* list all hub apps
|
|
1644
|
+
* @returns unknown hub apps list
|
|
1645
|
+
* @throws ApiError
|
|
1646
|
+
*/
|
|
1647
|
+
static listHubApps(): CancelablePromise<ListHubAppsResponse>;
|
|
1648
|
+
/**
|
|
1649
|
+
* get hub app by id
|
|
1650
|
+
* @param data The data for the request.
|
|
1651
|
+
* @param data.id
|
|
1652
|
+
* @returns unknown app
|
|
1653
|
+
* @throws ApiError
|
|
1654
|
+
*/
|
|
1655
|
+
static getHubAppById(data: GetHubAppByIdData): CancelablePromise<GetHubAppByIdResponse>;
|
|
1656
|
+
/**
|
|
1657
|
+
* get public app by custom path
|
|
1658
|
+
* @param data The data for the request.
|
|
1659
|
+
* @param data.customPath
|
|
1660
|
+
* @returns unknown app details
|
|
1661
|
+
* @throws ApiError
|
|
1662
|
+
*/
|
|
1663
|
+
static getPublicAppByCustomPath(data: GetPublicAppByCustomPathData): CancelablePromise<GetPublicAppByCustomPathResponse>;
|
|
1664
|
+
/**
|
|
1665
|
+
* list apps for search
|
|
1666
|
+
* @param data The data for the request.
|
|
1667
|
+
* @param data.workspace
|
|
1668
|
+
* @returns unknown app list
|
|
1669
|
+
* @throws ApiError
|
|
1670
|
+
*/
|
|
1671
|
+
static listSearchApp(data: ListSearchAppData): CancelablePromise<ListSearchAppResponse>;
|
|
1672
|
+
/**
|
|
1673
|
+
* list all apps
|
|
1674
|
+
* @param data The data for the request.
|
|
1675
|
+
* @param data.workspace
|
|
1676
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
1677
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
1678
|
+
* @param data.orderDesc order by desc order (default true)
|
|
1679
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
1680
|
+
* @param data.pathStart mask to filter matching starting path
|
|
1681
|
+
* @param data.pathExact mask to filter exact matching path
|
|
1682
|
+
* @param data.starredOnly (default false)
|
|
1683
|
+
* show only the starred items
|
|
1684
|
+
*
|
|
1685
|
+
* @param data.includeDraftOnly (default false)
|
|
1686
|
+
* include items that have no deployed version
|
|
1687
|
+
*
|
|
1688
|
+
* @param data.withDeploymentMsg (default false)
|
|
1689
|
+
* include deployment message
|
|
1690
|
+
*
|
|
1691
|
+
* @returns ListableApp All apps
|
|
1692
|
+
* @throws ApiError
|
|
1693
|
+
*/
|
|
1694
|
+
static listApps(data: ListAppsData): CancelablePromise<ListAppsResponse>;
|
|
1695
|
+
/**
|
|
1696
|
+
* create app
|
|
1697
|
+
* @param data The data for the request.
|
|
1698
|
+
* @param data.workspace
|
|
1699
|
+
* @param data.requestBody new app
|
|
1700
|
+
* @returns string app created
|
|
1701
|
+
* @throws ApiError
|
|
1702
|
+
*/
|
|
1703
|
+
static createApp(data: CreateAppData): CancelablePromise<CreateAppResponse>;
|
|
1704
|
+
/**
|
|
1705
|
+
* does an app exisst at path
|
|
1706
|
+
* @param data The data for the request.
|
|
1707
|
+
* @param data.workspace
|
|
1708
|
+
* @param data.path
|
|
1709
|
+
* @returns boolean app exists
|
|
1710
|
+
* @throws ApiError
|
|
1711
|
+
*/
|
|
1712
|
+
static existsApp(data: ExistsAppData): CancelablePromise<ExistsAppResponse>;
|
|
1713
|
+
/**
|
|
1714
|
+
* get app by path
|
|
1715
|
+
* @param data The data for the request.
|
|
1716
|
+
* @param data.workspace
|
|
1717
|
+
* @param data.path
|
|
1718
|
+
* @param data.withStarredInfo
|
|
1719
|
+
* @returns AppWithLastVersion app details
|
|
1720
|
+
* @throws ApiError
|
|
1721
|
+
*/
|
|
1722
|
+
static getAppByPath(data: GetAppByPathData): CancelablePromise<GetAppByPathResponse>;
|
|
1723
|
+
/**
|
|
1724
|
+
* get app lite by path
|
|
1725
|
+
* @param data The data for the request.
|
|
1726
|
+
* @param data.workspace
|
|
1727
|
+
* @param data.path
|
|
1728
|
+
* @returns AppWithLastVersion app lite details
|
|
1729
|
+
* @throws ApiError
|
|
1730
|
+
*/
|
|
1731
|
+
static getAppLiteByPath(data: GetAppLiteByPathData): CancelablePromise<GetAppLiteByPathResponse>;
|
|
1732
|
+
/**
|
|
1733
|
+
* get app by path with draft
|
|
1734
|
+
* @param data The data for the request.
|
|
1735
|
+
* @param data.workspace
|
|
1736
|
+
* @param data.path
|
|
1737
|
+
* @returns AppWithLastVersionWDraft app details with draft
|
|
1738
|
+
* @throws ApiError
|
|
1739
|
+
*/
|
|
1740
|
+
static getAppByPathWithDraft(data: GetAppByPathWithDraftData): CancelablePromise<GetAppByPathWithDraftResponse>;
|
|
1741
|
+
/**
|
|
1742
|
+
* get app history by path
|
|
1743
|
+
* @param data The data for the request.
|
|
1744
|
+
* @param data.workspace
|
|
1745
|
+
* @param data.path
|
|
1746
|
+
* @returns AppHistory app history
|
|
1747
|
+
* @throws ApiError
|
|
1748
|
+
*/
|
|
1749
|
+
static getAppHistoryByPath(data: GetAppHistoryByPathData): CancelablePromise<GetAppHistoryByPathResponse>;
|
|
1750
|
+
/**
|
|
1751
|
+
* get apps's latest version
|
|
1752
|
+
* @param data The data for the request.
|
|
1753
|
+
* @param data.workspace
|
|
1754
|
+
* @param data.path
|
|
1755
|
+
* @returns AppHistory App version
|
|
1756
|
+
* @throws ApiError
|
|
1757
|
+
*/
|
|
1758
|
+
static getAppLatestVersion(data: GetAppLatestVersionData): CancelablePromise<GetAppLatestVersionResponse>;
|
|
1759
|
+
/**
|
|
1760
|
+
* update app history
|
|
1761
|
+
* @param data The data for the request.
|
|
1762
|
+
* @param data.workspace
|
|
1763
|
+
* @param data.id
|
|
1764
|
+
* @param data.version
|
|
1765
|
+
* @param data.requestBody App deployment message
|
|
1766
|
+
* @returns string success
|
|
1767
|
+
* @throws ApiError
|
|
1768
|
+
*/
|
|
1769
|
+
static updateAppHistory(data: UpdateAppHistoryData): CancelablePromise<UpdateAppHistoryResponse>;
|
|
1770
|
+
/**
|
|
1771
|
+
* get public app by secret
|
|
1772
|
+
* @param data The data for the request.
|
|
1773
|
+
* @param data.workspace
|
|
1774
|
+
* @param data.path
|
|
1775
|
+
* @returns AppWithLastVersion app details
|
|
1776
|
+
* @throws ApiError
|
|
1777
|
+
*/
|
|
1778
|
+
static getPublicAppBySecret(data: GetPublicAppBySecretData): CancelablePromise<GetPublicAppBySecretResponse>;
|
|
1779
|
+
/**
|
|
1780
|
+
* get public resource
|
|
1781
|
+
* @param data The data for the request.
|
|
1782
|
+
* @param data.workspace
|
|
1783
|
+
* @param data.path
|
|
1784
|
+
* @returns unknown resource value
|
|
1785
|
+
* @throws ApiError
|
|
1786
|
+
*/
|
|
1787
|
+
static getPublicResource(data: GetPublicResourceData): CancelablePromise<GetPublicResourceResponse>;
|
|
1788
|
+
/**
|
|
1789
|
+
* get public secret of app
|
|
1790
|
+
* @param data The data for the request.
|
|
1791
|
+
* @param data.workspace
|
|
1792
|
+
* @param data.path
|
|
1793
|
+
* @returns string app secret
|
|
1794
|
+
* @throws ApiError
|
|
1795
|
+
*/
|
|
1796
|
+
static getPublicSecretOfApp(data: GetPublicSecretOfAppData): CancelablePromise<GetPublicSecretOfAppResponse>;
|
|
1797
|
+
/**
|
|
1798
|
+
* get app by version
|
|
1799
|
+
* @param data The data for the request.
|
|
1800
|
+
* @param data.workspace
|
|
1801
|
+
* @param data.id
|
|
1802
|
+
* @returns AppWithLastVersion app details
|
|
1803
|
+
* @throws ApiError
|
|
1804
|
+
*/
|
|
1805
|
+
static getAppByVersion(data: GetAppByVersionData): CancelablePromise<GetAppByVersionResponse>;
|
|
1806
|
+
/**
|
|
1807
|
+
* delete app
|
|
1808
|
+
* @param data The data for the request.
|
|
1809
|
+
* @param data.workspace
|
|
1810
|
+
* @param data.path
|
|
1811
|
+
* @returns string app deleted
|
|
1812
|
+
* @throws ApiError
|
|
1813
|
+
*/
|
|
1814
|
+
static deleteApp(data: DeleteAppData): CancelablePromise<DeleteAppResponse>;
|
|
1815
|
+
/**
|
|
1816
|
+
* update app
|
|
1817
|
+
* @param data The data for the request.
|
|
1818
|
+
* @param data.workspace
|
|
1819
|
+
* @param data.path
|
|
1820
|
+
* @param data.requestBody update app
|
|
1821
|
+
* @returns string app updated
|
|
1822
|
+
* @throws ApiError
|
|
1823
|
+
*/
|
|
1824
|
+
static updateApp(data: UpdateAppData): CancelablePromise<UpdateAppResponse>;
|
|
1825
|
+
/**
|
|
1826
|
+
* check if custom path exists
|
|
1827
|
+
* @param data The data for the request.
|
|
1828
|
+
* @param data.workspace
|
|
1829
|
+
* @param data.customPath
|
|
1830
|
+
* @returns boolean custom path exists
|
|
1831
|
+
* @throws ApiError
|
|
1832
|
+
*/
|
|
1833
|
+
static customPathExists(data: CustomPathExistsData): CancelablePromise<CustomPathExistsResponse>;
|
|
1834
|
+
/**
|
|
1835
|
+
* executeComponent
|
|
1836
|
+
* @param data The data for the request.
|
|
1837
|
+
* @param data.workspace
|
|
1838
|
+
* @param data.path
|
|
1839
|
+
* @param data.requestBody update app
|
|
1840
|
+
* @returns string job uuid
|
|
1841
|
+
* @throws ApiError
|
|
1842
|
+
*/
|
|
1843
|
+
static executeComponent(data: ExecuteComponentData): CancelablePromise<ExecuteComponentResponse>;
|
|
1844
|
+
/**
|
|
1845
|
+
* upload s3 file from app
|
|
1846
|
+
* @param data The data for the request.
|
|
1847
|
+
* @param data.workspace
|
|
1848
|
+
* @param data.path
|
|
1849
|
+
* @param data.requestBody File content
|
|
1850
|
+
* @param data.fileKey
|
|
1851
|
+
* @param data.fileExtension
|
|
1852
|
+
* @param data.s3ResourcePath
|
|
1853
|
+
* @param data.resourceType
|
|
1854
|
+
* @param data.storage
|
|
1855
|
+
* @param data.contentType
|
|
1856
|
+
* @param data.contentDisposition
|
|
1857
|
+
* @returns unknown file uploaded
|
|
1858
|
+
* @throws ApiError
|
|
1859
|
+
*/
|
|
1860
|
+
static uploadS3FileFromApp(data: UploadS3FileFromAppData): CancelablePromise<UploadS3FileFromAppResponse>;
|
|
1861
|
+
/**
|
|
1862
|
+
* delete s3 file from app
|
|
1863
|
+
* @param data The data for the request.
|
|
1864
|
+
* @param data.workspace
|
|
1865
|
+
* @param data.deleteToken
|
|
1866
|
+
* @returns string file deleted
|
|
1867
|
+
* @throws ApiError
|
|
1868
|
+
*/
|
|
1869
|
+
static deleteS3FileFromApp(data: DeleteS3FileFromAppData): CancelablePromise<DeleteS3FileFromAppResponse>;
|
|
1870
|
+
}
|
|
1871
|
+
export declare class ScriptService {
|
|
1872
|
+
/**
|
|
1873
|
+
* get hub script content by path
|
|
1874
|
+
* @param data The data for the request.
|
|
1875
|
+
* @param data.path
|
|
1876
|
+
* @returns string script details
|
|
1877
|
+
* @throws ApiError
|
|
1878
|
+
*/
|
|
1879
|
+
static getHubScriptContentByPath(data: GetHubScriptContentByPathData): CancelablePromise<GetHubScriptContentByPathResponse>;
|
|
1880
|
+
/**
|
|
1881
|
+
* get full hub script by path
|
|
1882
|
+
* @param data The data for the request.
|
|
1883
|
+
* @param data.path
|
|
1884
|
+
* @returns unknown script details
|
|
1885
|
+
* @throws ApiError
|
|
1886
|
+
*/
|
|
1887
|
+
static getHubScriptByPath(data: GetHubScriptByPathData): CancelablePromise<GetHubScriptByPathResponse>;
|
|
1888
|
+
/**
|
|
1889
|
+
* get top hub scripts
|
|
1890
|
+
* @param data The data for the request.
|
|
1891
|
+
* @param data.limit query limit
|
|
1892
|
+
* @param data.app query scripts app
|
|
1893
|
+
* @param data.kind query scripts kind
|
|
1894
|
+
* @returns unknown hub scripts list
|
|
1895
|
+
* @throws ApiError
|
|
1896
|
+
*/
|
|
1897
|
+
static getTopHubScripts(data?: GetTopHubScriptsData): CancelablePromise<GetTopHubScriptsResponse>;
|
|
1898
|
+
/**
|
|
1899
|
+
* query hub scripts by similarity
|
|
1900
|
+
* @param data The data for the request.
|
|
1901
|
+
* @param data.text query text
|
|
1902
|
+
* @param data.kind query scripts kind
|
|
1903
|
+
* @param data.limit query limit
|
|
1904
|
+
* @param data.app query scripts app
|
|
1905
|
+
* @returns unknown script details
|
|
1906
|
+
* @throws ApiError
|
|
1907
|
+
*/
|
|
1908
|
+
static queryHubScripts(data: QueryHubScriptsData): CancelablePromise<QueryHubScriptsResponse>;
|
|
1909
|
+
/**
|
|
1910
|
+
* list scripts for search
|
|
1911
|
+
* @param data The data for the request.
|
|
1912
|
+
* @param data.workspace
|
|
1913
|
+
* @returns unknown script list
|
|
1914
|
+
* @throws ApiError
|
|
1915
|
+
*/
|
|
1916
|
+
static listSearchScript(data: ListSearchScriptData): CancelablePromise<ListSearchScriptResponse>;
|
|
1917
|
+
/**
|
|
1918
|
+
* list all scripts
|
|
1919
|
+
* @param data The data for the request.
|
|
1920
|
+
* @param data.workspace
|
|
1921
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
1922
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
1923
|
+
* @param data.orderDesc order by desc order (default true)
|
|
1924
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
1925
|
+
* @param data.pathStart mask to filter matching starting path
|
|
1926
|
+
* @param data.pathExact mask to filter exact matching path
|
|
1927
|
+
* @param data.firstParentHash mask to filter scripts whom first direct parent has exact hash
|
|
1928
|
+
* @param data.lastParentHash mask to filter scripts whom last parent in the chain has exact hash.
|
|
1929
|
+
* Beware that each script stores only a limited number of parents. Hence
|
|
1930
|
+
* the last parent hash for a script is not necessarily its top-most parent.
|
|
1931
|
+
* To find the top-most parent you will have to jump from last to last hash
|
|
1932
|
+
* until finding the parent
|
|
1933
|
+
*
|
|
1934
|
+
* @param data.parentHash is the hash present in the array of stored parent hashes for this script.
|
|
1935
|
+
* The same warning applies than for last_parent_hash. A script only store a
|
|
1936
|
+
* limited number of direct parent
|
|
1937
|
+
*
|
|
1938
|
+
* @param data.showArchived (default false)
|
|
1939
|
+
* show only the archived files.
|
|
1940
|
+
* when multiple archived hash share the same path, only the ones with the latest create_at
|
|
1941
|
+
* are
|
|
1942
|
+
* ed.
|
|
1943
|
+
*
|
|
1944
|
+
* @param data.includeWithoutMain (default false)
|
|
1945
|
+
* include scripts without an exported main function
|
|
1946
|
+
*
|
|
1947
|
+
* @param data.includeDraftOnly (default false)
|
|
1948
|
+
* include scripts that have no deployed version
|
|
1949
|
+
*
|
|
1950
|
+
* @param data.isTemplate (default regardless)
|
|
1951
|
+
* if true show only the templates
|
|
1952
|
+
* if false show only the non templates
|
|
1953
|
+
* if not defined, show all regardless of if the script is a template
|
|
1954
|
+
*
|
|
1955
|
+
* @param data.kinds (default regardless)
|
|
1956
|
+
* script kinds to filter, split by comma
|
|
1957
|
+
*
|
|
1958
|
+
* @param data.starredOnly (default false)
|
|
1959
|
+
* show only the starred items
|
|
1960
|
+
*
|
|
1961
|
+
* @param data.withDeploymentMsg (default false)
|
|
1962
|
+
* include deployment message
|
|
1963
|
+
*
|
|
1964
|
+
* @returns Script All scripts
|
|
1965
|
+
* @throws ApiError
|
|
1966
|
+
*/
|
|
1967
|
+
static listScripts(data: ListScriptsData): CancelablePromise<ListScriptsResponse>;
|
|
1968
|
+
/**
|
|
1969
|
+
* list all scripts paths
|
|
1970
|
+
* @param data The data for the request.
|
|
1971
|
+
* @param data.workspace
|
|
1972
|
+
* @returns string list of script paths
|
|
1973
|
+
* @throws ApiError
|
|
1974
|
+
*/
|
|
1975
|
+
static listScriptPaths(data: ListScriptPathsData): CancelablePromise<ListScriptPathsResponse>;
|
|
1976
|
+
/**
|
|
1977
|
+
* create script
|
|
1978
|
+
* @param data The data for the request.
|
|
1979
|
+
* @param data.workspace
|
|
1980
|
+
* @param data.requestBody Partially filled script
|
|
1981
|
+
* @returns string script created
|
|
1982
|
+
* @throws ApiError
|
|
1983
|
+
*/
|
|
1984
|
+
static createScript(data: CreateScriptData): CancelablePromise<CreateScriptResponse>;
|
|
1985
|
+
/**
|
|
1986
|
+
* Toggle ON and OFF the workspace error handler for a given script
|
|
1987
|
+
* @param data The data for the request.
|
|
1988
|
+
* @param data.workspace
|
|
1989
|
+
* @param data.path
|
|
1990
|
+
* @param data.requestBody Workspace error handler enabled
|
|
1991
|
+
* @returns string error handler toggled
|
|
1992
|
+
* @throws ApiError
|
|
1993
|
+
*/
|
|
1994
|
+
static toggleWorkspaceErrorHandlerForScript(data: ToggleWorkspaceErrorHandlerForScriptData): CancelablePromise<ToggleWorkspaceErrorHandlerForScriptResponse>;
|
|
1995
|
+
/**
|
|
1996
|
+
* archive script by path
|
|
1997
|
+
* @param data The data for the request.
|
|
1998
|
+
* @param data.workspace
|
|
1999
|
+
* @param data.path
|
|
2000
|
+
* @returns string script archived
|
|
2001
|
+
* @throws ApiError
|
|
2002
|
+
*/
|
|
2003
|
+
static archiveScriptByPath(data: ArchiveScriptByPathData): CancelablePromise<ArchiveScriptByPathResponse>;
|
|
2004
|
+
/**
|
|
2005
|
+
* archive script by hash
|
|
2006
|
+
* @param data The data for the request.
|
|
2007
|
+
* @param data.workspace
|
|
2008
|
+
* @param data.hash
|
|
2009
|
+
* @returns Script script details
|
|
2010
|
+
* @throws ApiError
|
|
2011
|
+
*/
|
|
2012
|
+
static archiveScriptByHash(data: ArchiveScriptByHashData): CancelablePromise<ArchiveScriptByHashResponse>;
|
|
2013
|
+
/**
|
|
2014
|
+
* delete script by hash (erase content but keep hash, require admin)
|
|
2015
|
+
* @param data The data for the request.
|
|
2016
|
+
* @param data.workspace
|
|
2017
|
+
* @param data.hash
|
|
2018
|
+
* @returns Script script details
|
|
2019
|
+
* @throws ApiError
|
|
2020
|
+
*/
|
|
2021
|
+
static deleteScriptByHash(data: DeleteScriptByHashData): CancelablePromise<DeleteScriptByHashResponse>;
|
|
2022
|
+
/**
|
|
2023
|
+
* delete script at a given path (require admin)
|
|
2024
|
+
* @param data The data for the request.
|
|
2025
|
+
* @param data.workspace
|
|
2026
|
+
* @param data.path
|
|
2027
|
+
* @returns string script path
|
|
2028
|
+
* @throws ApiError
|
|
2029
|
+
*/
|
|
2030
|
+
static deleteScriptByPath(data: DeleteScriptByPathData): CancelablePromise<DeleteScriptByPathResponse>;
|
|
2031
|
+
/**
|
|
2032
|
+
* get script by path
|
|
2033
|
+
* @param data The data for the request.
|
|
2034
|
+
* @param data.workspace
|
|
2035
|
+
* @param data.path
|
|
2036
|
+
* @param data.withStarredInfo
|
|
2037
|
+
* @returns Script script details
|
|
2038
|
+
* @throws ApiError
|
|
2039
|
+
*/
|
|
2040
|
+
static getScriptByPath(data: GetScriptByPathData): CancelablePromise<GetScriptByPathResponse>;
|
|
2041
|
+
/**
|
|
2042
|
+
* get triggers count of script
|
|
2043
|
+
* @param data The data for the request.
|
|
2044
|
+
* @param data.workspace
|
|
2045
|
+
* @param data.path
|
|
2046
|
+
* @returns TriggersCount triggers count
|
|
2047
|
+
* @throws ApiError
|
|
2048
|
+
*/
|
|
2049
|
+
static getTriggersCountOfScript(data: GetTriggersCountOfScriptData): CancelablePromise<GetTriggersCountOfScriptResponse>;
|
|
2050
|
+
/**
|
|
2051
|
+
* get tokens with script scope
|
|
2052
|
+
* @param data The data for the request.
|
|
2053
|
+
* @param data.workspace
|
|
2054
|
+
* @param data.path
|
|
2055
|
+
* @returns TruncatedToken tokens list
|
|
2056
|
+
* @throws ApiError
|
|
2057
|
+
*/
|
|
2058
|
+
static listTokensOfScript(data: ListTokensOfScriptData): CancelablePromise<ListTokensOfScriptResponse>;
|
|
2059
|
+
/**
|
|
2060
|
+
* get script by path with draft
|
|
2061
|
+
* @param data The data for the request.
|
|
2062
|
+
* @param data.workspace
|
|
2063
|
+
* @param data.path
|
|
2064
|
+
* @returns NewScriptWithDraft script details
|
|
2065
|
+
* @throws ApiError
|
|
2066
|
+
*/
|
|
2067
|
+
static getScriptByPathWithDraft(data: GetScriptByPathWithDraftData): CancelablePromise<GetScriptByPathWithDraftResponse>;
|
|
2068
|
+
/**
|
|
2069
|
+
* get history of a script by path
|
|
2070
|
+
* @param data The data for the request.
|
|
2071
|
+
* @param data.workspace
|
|
2072
|
+
* @param data.path
|
|
2073
|
+
* @returns ScriptHistory script history
|
|
2074
|
+
* @throws ApiError
|
|
2075
|
+
*/
|
|
2076
|
+
static getScriptHistoryByPath(data: GetScriptHistoryByPathData): CancelablePromise<GetScriptHistoryByPathResponse>;
|
|
2077
|
+
/**
|
|
2078
|
+
* get scripts's latest version (hash)
|
|
2079
|
+
* @param data The data for the request.
|
|
2080
|
+
* @param data.workspace
|
|
2081
|
+
* @param data.path
|
|
2082
|
+
* @returns ScriptHistory Script version/hash
|
|
2083
|
+
* @throws ApiError
|
|
2084
|
+
*/
|
|
2085
|
+
static getScriptLatestVersion(data: GetScriptLatestVersionData): CancelablePromise<GetScriptLatestVersionResponse>;
|
|
2086
|
+
/**
|
|
2087
|
+
* update history of a script
|
|
2088
|
+
* @param data The data for the request.
|
|
2089
|
+
* @param data.workspace
|
|
2090
|
+
* @param data.hash
|
|
2091
|
+
* @param data.path
|
|
2092
|
+
* @param data.requestBody Script deployment message
|
|
2093
|
+
* @returns string success
|
|
2094
|
+
* @throws ApiError
|
|
2095
|
+
*/
|
|
2096
|
+
static updateScriptHistory(data: UpdateScriptHistoryData): CancelablePromise<UpdateScriptHistoryResponse>;
|
|
2097
|
+
/**
|
|
2098
|
+
* raw script by path
|
|
2099
|
+
* @param data The data for the request.
|
|
2100
|
+
* @param data.workspace
|
|
2101
|
+
* @param data.path
|
|
2102
|
+
* @returns string script content
|
|
2103
|
+
* @throws ApiError
|
|
2104
|
+
*/
|
|
2105
|
+
static rawScriptByPath(data: RawScriptByPathData): CancelablePromise<RawScriptByPathResponse>;
|
|
2106
|
+
/**
|
|
2107
|
+
* raw script by path with a token (mostly used by lsp to be used with import maps to resolve scripts)
|
|
2108
|
+
* @param data The data for the request.
|
|
2109
|
+
* @param data.workspace
|
|
2110
|
+
* @param data.token
|
|
2111
|
+
* @param data.path
|
|
2112
|
+
* @returns string script content
|
|
2113
|
+
* @throws ApiError
|
|
2114
|
+
*/
|
|
2115
|
+
static rawScriptByPathTokened(data: RawScriptByPathTokenedData): CancelablePromise<RawScriptByPathTokenedResponse>;
|
|
2116
|
+
/**
|
|
2117
|
+
* exists script by path
|
|
2118
|
+
* @param data The data for the request.
|
|
2119
|
+
* @param data.workspace
|
|
2120
|
+
* @param data.path
|
|
2121
|
+
* @returns boolean does it exists
|
|
2122
|
+
* @throws ApiError
|
|
2123
|
+
*/
|
|
2124
|
+
static existsScriptByPath(data: ExistsScriptByPathData): CancelablePromise<ExistsScriptByPathResponse>;
|
|
2125
|
+
/**
|
|
2126
|
+
* get script by hash
|
|
2127
|
+
* @param data The data for the request.
|
|
2128
|
+
* @param data.workspace
|
|
2129
|
+
* @param data.hash
|
|
2130
|
+
* @param data.withStarredInfo
|
|
2131
|
+
* @returns Script script details
|
|
2132
|
+
* @throws ApiError
|
|
2133
|
+
*/
|
|
2134
|
+
static getScriptByHash(data: GetScriptByHashData): CancelablePromise<GetScriptByHashResponse>;
|
|
2135
|
+
/**
|
|
2136
|
+
* raw script by hash
|
|
2137
|
+
* @param data The data for the request.
|
|
2138
|
+
* @param data.workspace
|
|
2139
|
+
* @param data.path
|
|
2140
|
+
* @returns string script content
|
|
2141
|
+
* @throws ApiError
|
|
2142
|
+
*/
|
|
2143
|
+
static rawScriptByHash(data: RawScriptByHashData): CancelablePromise<RawScriptByHashResponse>;
|
|
2144
|
+
/**
|
|
2145
|
+
* get script deployment status
|
|
2146
|
+
* @param data The data for the request.
|
|
2147
|
+
* @param data.workspace
|
|
2148
|
+
* @param data.hash
|
|
2149
|
+
* @returns unknown script details
|
|
2150
|
+
* @throws ApiError
|
|
2151
|
+
*/
|
|
2152
|
+
static getScriptDeploymentStatus(data: GetScriptDeploymentStatusData): CancelablePromise<GetScriptDeploymentStatusResponse>;
|
|
2153
|
+
}
|
|
2154
|
+
export declare class DraftService {
|
|
2155
|
+
/**
|
|
2156
|
+
* create draft
|
|
2157
|
+
* @param data The data for the request.
|
|
2158
|
+
* @param data.workspace
|
|
2159
|
+
* @param data.requestBody
|
|
2160
|
+
* @returns string draft created
|
|
2161
|
+
* @throws ApiError
|
|
2162
|
+
*/
|
|
2163
|
+
static createDraft(data: CreateDraftData): CancelablePromise<CreateDraftResponse>;
|
|
2164
|
+
/**
|
|
2165
|
+
* delete draft
|
|
2166
|
+
* @param data The data for the request.
|
|
2167
|
+
* @param data.workspace
|
|
2168
|
+
* @param data.kind
|
|
2169
|
+
* @param data.path
|
|
2170
|
+
* @returns string draft deleted
|
|
2171
|
+
* @throws ApiError
|
|
2172
|
+
*/
|
|
2173
|
+
static deleteDraft(data: DeleteDraftData): CancelablePromise<DeleteDraftResponse>;
|
|
2174
|
+
}
|
|
2175
|
+
export declare class WorkerService {
|
|
2176
|
+
/**
|
|
2177
|
+
* get all instance custom tags (tags are used to dispatch jobs to different worker groups)
|
|
2178
|
+
* @param data The data for the request.
|
|
2179
|
+
* @param data.workspace
|
|
2180
|
+
* @param data.showWorkspaceRestriction
|
|
2181
|
+
* @returns string list of custom tags
|
|
2182
|
+
* @throws ApiError
|
|
2183
|
+
*/
|
|
2184
|
+
static getCustomTags(data?: GetCustomTagsData): CancelablePromise<GetCustomTagsResponse>;
|
|
2185
|
+
/**
|
|
2186
|
+
* get all instance default tags
|
|
2187
|
+
* @returns string list of default tags
|
|
2188
|
+
* @throws ApiError
|
|
2189
|
+
*/
|
|
2190
|
+
static geDefaultTags(): CancelablePromise<GeDefaultTagsResponse>;
|
|
2191
|
+
/**
|
|
2192
|
+
* is default tags per workspace
|
|
2193
|
+
* @returns boolean is the default tags per workspace
|
|
2194
|
+
* @throws ApiError
|
|
2195
|
+
*/
|
|
2196
|
+
static isDefaultTagsPerWorkspace(): CancelablePromise<IsDefaultTagsPerWorkspaceResponse>;
|
|
2197
|
+
/**
|
|
2198
|
+
* list workers
|
|
2199
|
+
* @param data The data for the request.
|
|
2200
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2201
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2202
|
+
* @param data.pingSince number of seconds the worker must have had a last ping more recent of (default to 300)
|
|
2203
|
+
* @returns WorkerPing a list of workers
|
|
2204
|
+
* @throws ApiError
|
|
2205
|
+
*/
|
|
2206
|
+
static listWorkers(data?: ListWorkersData): CancelablePromise<ListWorkersResponse>;
|
|
2207
|
+
/**
|
|
2208
|
+
* exists worker with tag
|
|
2209
|
+
* @param data The data for the request.
|
|
2210
|
+
* @param data.tag
|
|
2211
|
+
* @returns boolean whether a worker with the tag exists
|
|
2212
|
+
* @throws ApiError
|
|
2213
|
+
*/
|
|
2214
|
+
static existsWorkerWithTag(data: ExistsWorkerWithTagData): CancelablePromise<ExistsWorkerWithTagResponse>;
|
|
2215
|
+
/**
|
|
2216
|
+
* get queue metrics
|
|
2217
|
+
* @returns unknown metrics
|
|
2218
|
+
* @throws ApiError
|
|
2219
|
+
*/
|
|
2220
|
+
static getQueueMetrics(): CancelablePromise<GetQueueMetricsResponse>;
|
|
2221
|
+
/**
|
|
2222
|
+
* get counts of jobs waiting for an executor per tag
|
|
2223
|
+
* @returns number queue counts
|
|
2224
|
+
* @throws ApiError
|
|
2225
|
+
*/
|
|
2226
|
+
static getCountsOfJobsWaitingPerTag(): CancelablePromise<GetCountsOfJobsWaitingPerTagResponse>;
|
|
2227
|
+
}
|
|
2228
|
+
export declare class JobService {
|
|
2229
|
+
/**
|
|
2230
|
+
* run script by path
|
|
2231
|
+
* @param data The data for the request.
|
|
2232
|
+
* @param data.workspace
|
|
2233
|
+
* @param data.path
|
|
2234
|
+
* @param data.requestBody script args
|
|
2235
|
+
* @param data.scheduledFor when to schedule this job (leave empty for immediate run)
|
|
2236
|
+
* @param data.scheduledInSecs schedule the script to execute in the number of seconds starting now
|
|
2237
|
+
* @param data.skipPreprocessor skip the preprocessor
|
|
2238
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2239
|
+
* @param data.tag Override the tag to use
|
|
2240
|
+
* @param data.cacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
|
|
2241
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2242
|
+
* @param data.invisibleToOwner make the run invisible to the the script owner (default false)
|
|
2243
|
+
* @returns string job created
|
|
2244
|
+
* @throws ApiError
|
|
2245
|
+
*/
|
|
2246
|
+
static runScriptByPath(data: RunScriptByPathData): CancelablePromise<RunScriptByPathResponse>;
|
|
2247
|
+
/**
|
|
2248
|
+
* run script by path in openai format
|
|
2249
|
+
* @param data The data for the request.
|
|
2250
|
+
* @param data.workspace
|
|
2251
|
+
* @param data.path
|
|
2252
|
+
* @param data.requestBody script args
|
|
2253
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2254
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2255
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2256
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2257
|
+
*
|
|
2258
|
+
* @param data.queueLimit The maximum size of the queue for which the request would get rejected if that job would push it above that limit
|
|
2259
|
+
*
|
|
2260
|
+
* @returns unknown job result
|
|
2261
|
+
* @throws ApiError
|
|
2262
|
+
*/
|
|
2263
|
+
static openaiSyncScriptByPath(data: OpenaiSyncScriptByPathData): CancelablePromise<OpenaiSyncScriptByPathResponse>;
|
|
2264
|
+
/**
|
|
2265
|
+
* run script by path
|
|
2266
|
+
* @param data The data for the request.
|
|
2267
|
+
* @param data.workspace
|
|
2268
|
+
* @param data.path
|
|
2269
|
+
* @param data.requestBody script args
|
|
2270
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2271
|
+
* @param data.tag Override the tag to use
|
|
2272
|
+
* @param data.cacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
|
|
2273
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2274
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2275
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2276
|
+
*
|
|
2277
|
+
* @param data.queueLimit The maximum size of the queue for which the request would get rejected if that job would push it above that limit
|
|
2278
|
+
*
|
|
2279
|
+
* @returns unknown job result
|
|
2280
|
+
* @throws ApiError
|
|
2281
|
+
*/
|
|
2282
|
+
static runWaitResultScriptByPath(data: RunWaitResultScriptByPathData): CancelablePromise<RunWaitResultScriptByPathResponse>;
|
|
2283
|
+
/**
|
|
2284
|
+
* run script by path with get
|
|
2285
|
+
* @param data The data for the request.
|
|
2286
|
+
* @param data.workspace
|
|
2287
|
+
* @param data.path
|
|
2288
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2289
|
+
* @param data.tag Override the tag to use
|
|
2290
|
+
* @param data.cacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
|
|
2291
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2292
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2293
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2294
|
+
*
|
|
2295
|
+
* @param data.queueLimit The maximum size of the queue for which the request would get rejected if that job would push it above that limit
|
|
2296
|
+
*
|
|
2297
|
+
* @param data.payload The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
|
|
2298
|
+
* `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
|
|
2299
|
+
*
|
|
2300
|
+
* @returns unknown job result
|
|
2301
|
+
* @throws ApiError
|
|
2302
|
+
*/
|
|
2303
|
+
static runWaitResultScriptByPathGet(data: RunWaitResultScriptByPathGetData): CancelablePromise<RunWaitResultScriptByPathGetResponse>;
|
|
2304
|
+
/**
|
|
2305
|
+
* run flow by path and wait until completion in openai format
|
|
2306
|
+
* @param data The data for the request.
|
|
2307
|
+
* @param data.workspace
|
|
2308
|
+
* @param data.path
|
|
2309
|
+
* @param data.requestBody script args
|
|
2310
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2311
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2312
|
+
*
|
|
2313
|
+
* @param data.queueLimit The maximum size of the queue for which the request would get rejected if that job would push it above that limit
|
|
2314
|
+
*
|
|
2315
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2316
|
+
* @returns unknown job result
|
|
2317
|
+
* @throws ApiError
|
|
2318
|
+
*/
|
|
2319
|
+
static openaiSyncFlowByPath(data: OpenaiSyncFlowByPathData): CancelablePromise<OpenaiSyncFlowByPathResponse>;
|
|
2320
|
+
/**
|
|
2321
|
+
* run flow by path and wait until completion
|
|
2322
|
+
* @param data The data for the request.
|
|
2323
|
+
* @param data.workspace
|
|
2324
|
+
* @param data.path
|
|
2325
|
+
* @param data.requestBody script args
|
|
2326
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2327
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2328
|
+
*
|
|
2329
|
+
* @param data.queueLimit The maximum size of the queue for which the request would get rejected if that job would push it above that limit
|
|
2330
|
+
*
|
|
2331
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2332
|
+
* @returns unknown job result
|
|
2333
|
+
* @throws ApiError
|
|
2334
|
+
*/
|
|
2335
|
+
static runWaitResultFlowByPath(data: RunWaitResultFlowByPathData): CancelablePromise<RunWaitResultFlowByPathResponse>;
|
|
2336
|
+
/**
|
|
2337
|
+
* get job result by id
|
|
2338
|
+
* @param data The data for the request.
|
|
2339
|
+
* @param data.workspace
|
|
2340
|
+
* @param data.flowJobId
|
|
2341
|
+
* @param data.nodeId
|
|
2342
|
+
* @returns unknown job result
|
|
2343
|
+
* @throws ApiError
|
|
2344
|
+
*/
|
|
2345
|
+
static resultById(data: ResultByIdData): CancelablePromise<ResultByIdResponse>;
|
|
2346
|
+
/**
|
|
2347
|
+
* run flow by path
|
|
2348
|
+
* @param data The data for the request.
|
|
2349
|
+
* @param data.workspace
|
|
2350
|
+
* @param data.path
|
|
2351
|
+
* @param data.requestBody flow args
|
|
2352
|
+
* @param data.scheduledFor when to schedule this job (leave empty for immediate run)
|
|
2353
|
+
* @param data.scheduledInSecs schedule the script to execute in the number of seconds starting now
|
|
2354
|
+
* @param data.skipPreprocessor skip the preprocessor
|
|
2355
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2356
|
+
* @param data.tag Override the tag to use
|
|
2357
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2358
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2359
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2360
|
+
*
|
|
2361
|
+
* @param data.invisibleToOwner make the run invisible to the the flow owner (default false)
|
|
2362
|
+
* @returns string job created
|
|
2363
|
+
* @throws ApiError
|
|
2364
|
+
*/
|
|
2365
|
+
static runFlowByPath(data: RunFlowByPathData): CancelablePromise<RunFlowByPathResponse>;
|
|
2366
|
+
/**
|
|
2367
|
+
* restart a completed flow at a given step
|
|
2368
|
+
* @param data The data for the request.
|
|
2369
|
+
* @param data.workspace
|
|
2370
|
+
* @param data.id
|
|
2371
|
+
* @param data.stepId step id to restart the flow from
|
|
2372
|
+
* @param data.branchOrIterationN for branchall or loop, the iteration at which the flow should restart
|
|
2373
|
+
* @param data.requestBody flow args
|
|
2374
|
+
* @param data.scheduledFor when to schedule this job (leave empty for immediate run)
|
|
2375
|
+
* @param data.scheduledInSecs schedule the script to execute in the number of seconds starting now
|
|
2376
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2377
|
+
* @param data.tag Override the tag to use
|
|
2378
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2379
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2380
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2381
|
+
*
|
|
2382
|
+
* @param data.invisibleToOwner make the run invisible to the the flow owner (default false)
|
|
2383
|
+
* @returns string job created
|
|
2384
|
+
* @throws ApiError
|
|
2385
|
+
*/
|
|
2386
|
+
static restartFlowAtStep(data: RestartFlowAtStepData): CancelablePromise<RestartFlowAtStepResponse>;
|
|
2387
|
+
/**
|
|
2388
|
+
* run script by hash
|
|
2389
|
+
* @param data The data for the request.
|
|
2390
|
+
* @param data.workspace
|
|
2391
|
+
* @param data.hash
|
|
2392
|
+
* @param data.requestBody Partially filled args
|
|
2393
|
+
* @param data.scheduledFor when to schedule this job (leave empty for immediate run)
|
|
2394
|
+
* @param data.scheduledInSecs schedule the script to execute in the number of seconds starting now
|
|
2395
|
+
* @param data.skipPreprocessor skip the preprocessor
|
|
2396
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2397
|
+
* @param data.tag Override the tag to use
|
|
2398
|
+
* @param data.cacheTtl Override the cache time to live (in seconds). Can not be used to disable caching, only override with a new cache ttl
|
|
2399
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2400
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2401
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2402
|
+
*
|
|
2403
|
+
* @param data.invisibleToOwner make the run invisible to the the script owner (default false)
|
|
2404
|
+
* @returns string job created
|
|
2405
|
+
* @throws ApiError
|
|
2406
|
+
*/
|
|
2407
|
+
static runScriptByHash(data: RunScriptByHashData): CancelablePromise<RunScriptByHashResponse>;
|
|
2408
|
+
/**
|
|
2409
|
+
* run script preview
|
|
2410
|
+
* @param data The data for the request.
|
|
2411
|
+
* @param data.workspace
|
|
2412
|
+
* @param data.requestBody preview
|
|
2413
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2414
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2415
|
+
*
|
|
2416
|
+
* @param data.invisibleToOwner make the run invisible to the the script owner (default false)
|
|
2417
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2418
|
+
* @returns string job created
|
|
2419
|
+
* @throws ApiError
|
|
2420
|
+
*/
|
|
2421
|
+
static runScriptPreview(data: RunScriptPreviewData): CancelablePromise<RunScriptPreviewResponse>;
|
|
2422
|
+
/**
|
|
2423
|
+
* run code-workflow task
|
|
2424
|
+
* @param data The data for the request.
|
|
2425
|
+
* @param data.workspace
|
|
2426
|
+
* @param data.jobId
|
|
2427
|
+
* @param data.entrypoint
|
|
2428
|
+
* @param data.requestBody preview
|
|
2429
|
+
* @returns string job created
|
|
2430
|
+
* @throws ApiError
|
|
2431
|
+
*/
|
|
2432
|
+
static runCodeWorkflowTask(data: RunCodeWorkflowTaskData): CancelablePromise<RunCodeWorkflowTaskResponse>;
|
|
2433
|
+
/**
|
|
2434
|
+
* run a one-off dependencies job
|
|
2435
|
+
* @param data The data for the request.
|
|
2436
|
+
* @param data.workspace
|
|
2437
|
+
* @param data.requestBody raw script content
|
|
2438
|
+
* @returns unknown dependency job result
|
|
2439
|
+
* @throws ApiError
|
|
2440
|
+
*/
|
|
2441
|
+
static runRawScriptDependencies(data: RunRawScriptDependenciesData): CancelablePromise<RunRawScriptDependenciesResponse>;
|
|
2442
|
+
/**
|
|
2443
|
+
* run flow preview
|
|
2444
|
+
* @param data The data for the request.
|
|
2445
|
+
* @param data.workspace
|
|
2446
|
+
* @param data.requestBody preview
|
|
2447
|
+
* @param data.includeHeader List of headers's keys (separated with ',') whove value are added to the args
|
|
2448
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
2449
|
+
*
|
|
2450
|
+
* @param data.invisibleToOwner make the run invisible to the the script owner (default false)
|
|
2451
|
+
* @param data.jobId The job id to assign to the created job. if missing, job is chosen randomly using the ULID scheme. If a job id already exists in the queue or as a completed job, the request to create one will fail (Bad Request)
|
|
2452
|
+
* @returns string job created
|
|
2453
|
+
* @throws ApiError
|
|
2454
|
+
*/
|
|
2455
|
+
static runFlowPreview(data: RunFlowPreviewData): CancelablePromise<RunFlowPreviewResponse>;
|
|
2456
|
+
/**
|
|
2457
|
+
* list all queued jobs
|
|
2458
|
+
* @param data The data for the request.
|
|
2459
|
+
* @param data.workspace
|
|
2460
|
+
* @param data.orderDesc order by desc order (default true)
|
|
2461
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2462
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2463
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
2464
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
2465
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
2466
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
2467
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
2468
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
2469
|
+
* @param data.success filter on successful jobs
|
|
2470
|
+
* @param data.scheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
|
|
2471
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
2472
|
+
* @param data.suspended filter on suspended jobs
|
|
2473
|
+
* @param data.running filter on running jobs
|
|
2474
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
2475
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
2476
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
2477
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2478
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2479
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
2480
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
2481
|
+
* @returns QueuedJob All queued jobs
|
|
2482
|
+
* @throws ApiError
|
|
2483
|
+
*/
|
|
2484
|
+
static listQueue(data: ListQueueData): CancelablePromise<ListQueueResponse>;
|
|
2485
|
+
/**
|
|
2486
|
+
* get queue count
|
|
2487
|
+
* @param data The data for the request.
|
|
2488
|
+
* @param data.workspace
|
|
2489
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
2490
|
+
* @returns unknown queue count
|
|
2491
|
+
* @throws ApiError
|
|
2492
|
+
*/
|
|
2493
|
+
static getQueueCount(data: GetQueueCountData): CancelablePromise<GetQueueCountResponse>;
|
|
2494
|
+
/**
|
|
2495
|
+
* get completed count
|
|
2496
|
+
* @param data The data for the request.
|
|
2497
|
+
* @param data.workspace
|
|
2498
|
+
* @returns unknown completed count
|
|
2499
|
+
* @throws ApiError
|
|
2500
|
+
*/
|
|
2501
|
+
static getCompletedCount(data: GetCompletedCountData): CancelablePromise<GetCompletedCountResponse>;
|
|
2502
|
+
/**
|
|
2503
|
+
* count number of completed jobs with filter
|
|
2504
|
+
* @param data The data for the request.
|
|
2505
|
+
* @param data.workspace
|
|
2506
|
+
* @param data.completedAfterSAgo
|
|
2507
|
+
* @param data.success
|
|
2508
|
+
* @param data.tags
|
|
2509
|
+
* @param data.allWorkspaces
|
|
2510
|
+
* @returns number Count of completed jobs
|
|
2511
|
+
* @throws ApiError
|
|
2512
|
+
*/
|
|
2513
|
+
static countCompletedJobs(data: CountCompletedJobsData): CancelablePromise<CountCompletedJobsResponse>;
|
|
2514
|
+
/**
|
|
2515
|
+
* get the ids of all jobs matching the given filters
|
|
2516
|
+
* @param data The data for the request.
|
|
2517
|
+
* @param data.workspace
|
|
2518
|
+
* @param data.orderDesc order by desc order (default true)
|
|
2519
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2520
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2521
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
2522
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
2523
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
2524
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
2525
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
2526
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
2527
|
+
* @param data.success filter on successful jobs
|
|
2528
|
+
* @param data.scheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
|
|
2529
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
2530
|
+
* @param data.suspended filter on suspended jobs
|
|
2531
|
+
* @param data.running filter on running jobs
|
|
2532
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
2533
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
2534
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
2535
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2536
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2537
|
+
* @param data.concurrencyKey
|
|
2538
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
2539
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
2540
|
+
* @returns string uuids of jobs
|
|
2541
|
+
* @throws ApiError
|
|
2542
|
+
*/
|
|
2543
|
+
static listFilteredUuids(data: ListFilteredUuidsData): CancelablePromise<ListFilteredUuidsResponse>;
|
|
2544
|
+
/**
|
|
2545
|
+
* cancel jobs based on the given uuids
|
|
2546
|
+
* @param data The data for the request.
|
|
2547
|
+
* @param data.workspace
|
|
2548
|
+
* @param data.requestBody uuids of the jobs to cancel
|
|
2549
|
+
* @returns string uuids of canceled jobs
|
|
2550
|
+
* @throws ApiError
|
|
2551
|
+
*/
|
|
2552
|
+
static cancelSelection(data: CancelSelectionData): CancelablePromise<CancelSelectionResponse>;
|
|
2553
|
+
/**
|
|
2554
|
+
* list all completed jobs
|
|
2555
|
+
* @param data The data for the request.
|
|
2556
|
+
* @param data.workspace
|
|
2557
|
+
* @param data.orderDesc order by desc order (default true)
|
|
2558
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2559
|
+
* @param data.label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
|
|
2560
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2561
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
2562
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
2563
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
2564
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
2565
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
2566
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
2567
|
+
* @param data.success filter on successful jobs
|
|
2568
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
2569
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
2570
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
2571
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
2572
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2573
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2574
|
+
* @param data.isSkipped is the job skipped
|
|
2575
|
+
* @param data.isFlowStep is the job a flow step
|
|
2576
|
+
* @param data.hasNullParent has null parent
|
|
2577
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
2578
|
+
* @returns CompletedJob All completed jobs
|
|
2579
|
+
* @throws ApiError
|
|
2580
|
+
*/
|
|
2581
|
+
static listCompletedJobs(data: ListCompletedJobsData): CancelablePromise<ListCompletedJobsResponse>;
|
|
2582
|
+
/**
|
|
2583
|
+
* list all jobs
|
|
2584
|
+
* @param data The data for the request.
|
|
2585
|
+
* @param data.workspace
|
|
2586
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2587
|
+
* @param data.label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
|
|
2588
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2589
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
2590
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
2591
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
2592
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
2593
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
2594
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
2595
|
+
* @param data.createdBefore filter on created before (inclusive) timestamp
|
|
2596
|
+
* @param data.createdAfter filter on created after (exclusive) timestamp
|
|
2597
|
+
* @param data.createdOrStartedBefore filter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
|
|
2598
|
+
* @param data.running filter on running jobs
|
|
2599
|
+
* @param data.scheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
|
|
2600
|
+
* @param data.createdOrStartedAfter filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
|
|
2601
|
+
* @param data.createdOrStartedAfterCompletedJobs filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp but only for the completed jobs
|
|
2602
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
2603
|
+
* @param data.suspended filter on suspended jobs
|
|
2604
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
2605
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
2606
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
2607
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2608
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2609
|
+
* @param data.isSkipped is the job skipped
|
|
2610
|
+
* @param data.isFlowStep is the job a flow step
|
|
2611
|
+
* @param data.hasNullParent has null parent
|
|
2612
|
+
* @param data.success filter on successful jobs
|
|
2613
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
2614
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
2615
|
+
* @returns Job All jobs
|
|
2616
|
+
* @throws ApiError
|
|
2617
|
+
*/
|
|
2618
|
+
static listJobs(data: ListJobsData): CancelablePromise<ListJobsResponse>;
|
|
2619
|
+
/**
|
|
2620
|
+
* get db clock
|
|
2621
|
+
* @returns number the timestamp of the db that can be used to compute the drift
|
|
2622
|
+
* @throws ApiError
|
|
2623
|
+
*/
|
|
2624
|
+
static getDbClock(): CancelablePromise<GetDbClockResponse>;
|
|
2625
|
+
/**
|
|
2626
|
+
* Count jobs by tag
|
|
2627
|
+
* @param data The data for the request.
|
|
2628
|
+
* @param data.horizonSecs Past Time horizon in seconds (when to start the count = now - horizon) (default is 3600)
|
|
2629
|
+
* @param data.workspaceId Specific workspace ID to filter results (optional)
|
|
2630
|
+
* @returns unknown Job counts by tag
|
|
2631
|
+
* @throws ApiError
|
|
2632
|
+
*/
|
|
2633
|
+
static countJobsByTag(data?: CountJobsByTagData): CancelablePromise<CountJobsByTagResponse>;
|
|
2634
|
+
/**
|
|
2635
|
+
* get job
|
|
2636
|
+
* @param data The data for the request.
|
|
2637
|
+
* @param data.workspace
|
|
2638
|
+
* @param data.id
|
|
2639
|
+
* @param data.noLogs
|
|
2640
|
+
* @returns Job job details
|
|
2641
|
+
* @throws ApiError
|
|
2642
|
+
*/
|
|
2643
|
+
static getJob(data: GetJobData): CancelablePromise<GetJobResponse>;
|
|
2644
|
+
/**
|
|
2645
|
+
* get root job id
|
|
2646
|
+
* @param data The data for the request.
|
|
2647
|
+
* @param data.workspace
|
|
2648
|
+
* @param data.id
|
|
2649
|
+
* @returns string get root job id
|
|
2650
|
+
* @throws ApiError
|
|
2651
|
+
*/
|
|
2652
|
+
static getRootJobId(data: GetRootJobIdData): CancelablePromise<GetRootJobIdResponse>;
|
|
2653
|
+
/**
|
|
2654
|
+
* get job logs
|
|
2655
|
+
* @param data The data for the request.
|
|
2656
|
+
* @param data.workspace
|
|
2657
|
+
* @param data.id
|
|
2658
|
+
* @returns string job details
|
|
2659
|
+
* @throws ApiError
|
|
2660
|
+
*/
|
|
2661
|
+
static getJobLogs(data: GetJobLogsData): CancelablePromise<GetJobLogsResponse>;
|
|
2662
|
+
/**
|
|
2663
|
+
* get job args
|
|
2664
|
+
* @param data The data for the request.
|
|
2665
|
+
* @param data.workspace
|
|
2666
|
+
* @param data.id
|
|
2667
|
+
* @returns unknown job args
|
|
2668
|
+
* @throws ApiError
|
|
2669
|
+
*/
|
|
2670
|
+
static getJobArgs(data: GetJobArgsData): CancelablePromise<GetJobArgsResponse>;
|
|
2671
|
+
/**
|
|
2672
|
+
* get job updates
|
|
2673
|
+
* @param data The data for the request.
|
|
2674
|
+
* @param data.workspace
|
|
2675
|
+
* @param data.id
|
|
2676
|
+
* @param data.running
|
|
2677
|
+
* @param data.logOffset
|
|
2678
|
+
* @param data.getProgress
|
|
2679
|
+
* @returns unknown job details
|
|
2680
|
+
* @throws ApiError
|
|
2681
|
+
*/
|
|
2682
|
+
static getJobUpdates(data: GetJobUpdatesData): CancelablePromise<GetJobUpdatesResponse>;
|
|
2683
|
+
/**
|
|
2684
|
+
* get log file from object store
|
|
2685
|
+
* @param data The data for the request.
|
|
2686
|
+
* @param data.workspace
|
|
2687
|
+
* @param data.path
|
|
2688
|
+
* @returns unknown job log
|
|
2689
|
+
* @throws ApiError
|
|
2690
|
+
*/
|
|
2691
|
+
static getLogFileFromStore(data: GetLogFileFromStoreData): CancelablePromise<GetLogFileFromStoreResponse>;
|
|
2692
|
+
/**
|
|
2693
|
+
* get flow debug info
|
|
2694
|
+
* @param data The data for the request.
|
|
2695
|
+
* @param data.workspace
|
|
2696
|
+
* @param data.id
|
|
2697
|
+
* @returns unknown flow debug info details
|
|
2698
|
+
* @throws ApiError
|
|
2699
|
+
*/
|
|
2700
|
+
static getFlowDebugInfo(data: GetFlowDebugInfoData): CancelablePromise<GetFlowDebugInfoResponse>;
|
|
2701
|
+
/**
|
|
2702
|
+
* get completed job
|
|
2703
|
+
* @param data The data for the request.
|
|
2704
|
+
* @param data.workspace
|
|
2705
|
+
* @param data.id
|
|
2706
|
+
* @returns CompletedJob job details
|
|
2707
|
+
* @throws ApiError
|
|
2708
|
+
*/
|
|
2709
|
+
static getCompletedJob(data: GetCompletedJobData): CancelablePromise<GetCompletedJobResponse>;
|
|
2710
|
+
/**
|
|
2711
|
+
* get completed job result
|
|
2712
|
+
* @param data The data for the request.
|
|
2713
|
+
* @param data.workspace
|
|
2714
|
+
* @param data.id
|
|
2715
|
+
* @param data.suspendedJob
|
|
2716
|
+
* @param data.resumeId
|
|
2717
|
+
* @param data.secret
|
|
2718
|
+
* @param data.approver
|
|
2719
|
+
* @returns unknown result
|
|
2720
|
+
* @throws ApiError
|
|
2721
|
+
*/
|
|
2722
|
+
static getCompletedJobResult(data: GetCompletedJobResultData): CancelablePromise<GetCompletedJobResultResponse>;
|
|
2723
|
+
/**
|
|
2724
|
+
* get completed job result if job is completed
|
|
2725
|
+
* @param data The data for the request.
|
|
2726
|
+
* @param data.workspace
|
|
2727
|
+
* @param data.id
|
|
2728
|
+
* @param data.getStarted
|
|
2729
|
+
* @returns unknown result
|
|
2730
|
+
* @throws ApiError
|
|
2731
|
+
*/
|
|
2732
|
+
static getCompletedJobResultMaybe(data: GetCompletedJobResultMaybeData): CancelablePromise<GetCompletedJobResultMaybeResponse>;
|
|
2733
|
+
/**
|
|
2734
|
+
* delete completed job (erase content but keep run id)
|
|
2735
|
+
* @param data The data for the request.
|
|
2736
|
+
* @param data.workspace
|
|
2737
|
+
* @param data.id
|
|
2738
|
+
* @returns CompletedJob job details
|
|
2739
|
+
* @throws ApiError
|
|
2740
|
+
*/
|
|
2741
|
+
static deleteCompletedJob(data: DeleteCompletedJobData): CancelablePromise<DeleteCompletedJobResponse>;
|
|
2742
|
+
/**
|
|
2743
|
+
* cancel queued or running job
|
|
2744
|
+
* @param data The data for the request.
|
|
2745
|
+
* @param data.workspace
|
|
2746
|
+
* @param data.id
|
|
2747
|
+
* @param data.requestBody reason
|
|
2748
|
+
* @returns string job canceled
|
|
2749
|
+
* @throws ApiError
|
|
2750
|
+
*/
|
|
2751
|
+
static cancelQueuedJob(data: CancelQueuedJobData): CancelablePromise<CancelQueuedJobResponse>;
|
|
2752
|
+
/**
|
|
2753
|
+
* cancel all queued jobs for persistent script
|
|
2754
|
+
* @param data The data for the request.
|
|
2755
|
+
* @param data.workspace
|
|
2756
|
+
* @param data.path
|
|
2757
|
+
* @param data.requestBody reason
|
|
2758
|
+
* @returns string persistent job scaled down to zero
|
|
2759
|
+
* @throws ApiError
|
|
2760
|
+
*/
|
|
2761
|
+
static cancelPersistentQueuedJobs(data: CancelPersistentQueuedJobsData): CancelablePromise<CancelPersistentQueuedJobsResponse>;
|
|
2762
|
+
/**
|
|
2763
|
+
* force cancel queued job
|
|
2764
|
+
* @param data The data for the request.
|
|
2765
|
+
* @param data.workspace
|
|
2766
|
+
* @param data.id
|
|
2767
|
+
* @param data.requestBody reason
|
|
2768
|
+
* @returns string job canceled
|
|
2769
|
+
* @throws ApiError
|
|
2770
|
+
*/
|
|
2771
|
+
static forceCancelQueuedJob(data: ForceCancelQueuedJobData): CancelablePromise<ForceCancelQueuedJobResponse>;
|
|
2772
|
+
/**
|
|
2773
|
+
* create an HMac signature given a job id and a resume id
|
|
2774
|
+
* @param data The data for the request.
|
|
2775
|
+
* @param data.workspace
|
|
2776
|
+
* @param data.id
|
|
2777
|
+
* @param data.resumeId
|
|
2778
|
+
* @param data.approver
|
|
2779
|
+
* @returns string job signature
|
|
2780
|
+
* @throws ApiError
|
|
2781
|
+
*/
|
|
2782
|
+
static createJobSignature(data: CreateJobSignatureData): CancelablePromise<CreateJobSignatureResponse>;
|
|
2783
|
+
/**
|
|
2784
|
+
* get resume urls given a job_id, resume_id and a nonce to resume a flow
|
|
2785
|
+
* @param data The data for the request.
|
|
2786
|
+
* @param data.workspace
|
|
2787
|
+
* @param data.id
|
|
2788
|
+
* @param data.resumeId
|
|
2789
|
+
* @param data.approver
|
|
2790
|
+
* @returns unknown url endpoints
|
|
2791
|
+
* @throws ApiError
|
|
2792
|
+
*/
|
|
2793
|
+
static getResumeUrls(data: GetResumeUrlsData): CancelablePromise<GetResumeUrlsResponse>;
|
|
2794
|
+
/**
|
|
2795
|
+
* generate interactive slack approval for suspended job
|
|
2796
|
+
* @param data The data for the request.
|
|
2797
|
+
* @param data.workspace
|
|
2798
|
+
* @param data.id
|
|
2799
|
+
* @param data.slackResourcePath
|
|
2800
|
+
* @param data.channelId
|
|
2801
|
+
* @param data.flowStepId
|
|
2802
|
+
* @param data.approver
|
|
2803
|
+
* @param data.message
|
|
2804
|
+
* @param data.defaultArgsJson
|
|
2805
|
+
* @param data.dynamicEnumsJson
|
|
2806
|
+
* @returns unknown Interactive slack approval message sent successfully
|
|
2807
|
+
* @throws ApiError
|
|
2808
|
+
*/
|
|
2809
|
+
static getSlackApprovalPayload(data: GetSlackApprovalPayloadData): CancelablePromise<GetSlackApprovalPayloadResponse>;
|
|
2810
|
+
/**
|
|
2811
|
+
* resume a job for a suspended flow
|
|
2812
|
+
* @param data The data for the request.
|
|
2813
|
+
* @param data.workspace
|
|
2814
|
+
* @param data.id
|
|
2815
|
+
* @param data.resumeId
|
|
2816
|
+
* @param data.signature
|
|
2817
|
+
* @param data.payload The base64 encoded payload that has been encoded as a JSON. e.g how to encode such payload encodeURIComponent
|
|
2818
|
+
* `encodeURIComponent(btoa(JSON.stringify({a: 2})))`
|
|
2819
|
+
*
|
|
2820
|
+
* @param data.approver
|
|
2821
|
+
* @returns string job resumed
|
|
2822
|
+
* @throws ApiError
|
|
2823
|
+
*/
|
|
2824
|
+
static resumeSuspendedJobGet(data: ResumeSuspendedJobGetData): CancelablePromise<ResumeSuspendedJobGetResponse>;
|
|
2825
|
+
/**
|
|
2826
|
+
* resume a job for a suspended flow
|
|
2827
|
+
* @param data The data for the request.
|
|
2828
|
+
* @param data.workspace
|
|
2829
|
+
* @param data.id
|
|
2830
|
+
* @param data.resumeId
|
|
2831
|
+
* @param data.signature
|
|
2832
|
+
* @param data.requestBody
|
|
2833
|
+
* @param data.approver
|
|
2834
|
+
* @returns string job resumed
|
|
2835
|
+
* @throws ApiError
|
|
2836
|
+
*/
|
|
2837
|
+
static resumeSuspendedJobPost(data: ResumeSuspendedJobPostData): CancelablePromise<ResumeSuspendedJobPostResponse>;
|
|
2838
|
+
/**
|
|
2839
|
+
* set flow user state at a given key
|
|
2840
|
+
* @param data The data for the request.
|
|
2841
|
+
* @param data.workspace
|
|
2842
|
+
* @param data.id
|
|
2843
|
+
* @param data.key
|
|
2844
|
+
* @param data.requestBody new value
|
|
2845
|
+
* @returns string flow user state updated
|
|
2846
|
+
* @throws ApiError
|
|
2847
|
+
*/
|
|
2848
|
+
static setFlowUserState(data: SetFlowUserStateData): CancelablePromise<SetFlowUserStateResponse>;
|
|
2849
|
+
/**
|
|
2850
|
+
* get flow user state at a given key
|
|
2851
|
+
* @param data The data for the request.
|
|
2852
|
+
* @param data.workspace
|
|
2853
|
+
* @param data.id
|
|
2854
|
+
* @param data.key
|
|
2855
|
+
* @returns unknown flow user state updated
|
|
2856
|
+
* @throws ApiError
|
|
2857
|
+
*/
|
|
2858
|
+
static getFlowUserState(data: GetFlowUserStateData): CancelablePromise<GetFlowUserStateResponse>;
|
|
2859
|
+
/**
|
|
2860
|
+
* resume a job for a suspended flow as an owner
|
|
2861
|
+
* @param data The data for the request.
|
|
2862
|
+
* @param data.workspace
|
|
2863
|
+
* @param data.id
|
|
2864
|
+
* @param data.requestBody
|
|
2865
|
+
* @returns string job resumed
|
|
2866
|
+
* @throws ApiError
|
|
2867
|
+
*/
|
|
2868
|
+
static resumeSuspendedFlowAsOwner(data: ResumeSuspendedFlowAsOwnerData): CancelablePromise<ResumeSuspendedFlowAsOwnerResponse>;
|
|
2869
|
+
/**
|
|
2870
|
+
* cancel a job for a suspended flow
|
|
2871
|
+
* @param data The data for the request.
|
|
2872
|
+
* @param data.workspace
|
|
2873
|
+
* @param data.id
|
|
2874
|
+
* @param data.resumeId
|
|
2875
|
+
* @param data.signature
|
|
2876
|
+
* @param data.approver
|
|
2877
|
+
* @returns string job canceled
|
|
2878
|
+
* @throws ApiError
|
|
2879
|
+
*/
|
|
2880
|
+
static cancelSuspendedJobGet(data: CancelSuspendedJobGetData): CancelablePromise<CancelSuspendedJobGetResponse>;
|
|
2881
|
+
/**
|
|
2882
|
+
* cancel a job for a suspended flow
|
|
2883
|
+
* @param data The data for the request.
|
|
2884
|
+
* @param data.workspace
|
|
2885
|
+
* @param data.id
|
|
2886
|
+
* @param data.resumeId
|
|
2887
|
+
* @param data.signature
|
|
2888
|
+
* @param data.requestBody
|
|
2889
|
+
* @param data.approver
|
|
2890
|
+
* @returns string job canceled
|
|
2891
|
+
* @throws ApiError
|
|
2892
|
+
*/
|
|
2893
|
+
static cancelSuspendedJobPost(data: CancelSuspendedJobPostData): CancelablePromise<CancelSuspendedJobPostResponse>;
|
|
2894
|
+
/**
|
|
2895
|
+
* get parent flow job of suspended job
|
|
2896
|
+
* @param data The data for the request.
|
|
2897
|
+
* @param data.workspace
|
|
2898
|
+
* @param data.id
|
|
2899
|
+
* @param data.resumeId
|
|
2900
|
+
* @param data.signature
|
|
2901
|
+
* @param data.approver
|
|
2902
|
+
* @returns unknown parent flow details
|
|
2903
|
+
* @throws ApiError
|
|
2904
|
+
*/
|
|
2905
|
+
static getSuspendedJobFlow(data: GetSuspendedJobFlowData): CancelablePromise<GetSuspendedJobFlowResponse>;
|
|
2906
|
+
/**
|
|
2907
|
+
* Get intervals of job runtime concurrency
|
|
2908
|
+
* @param data The data for the request.
|
|
2909
|
+
* @param data.workspace
|
|
2910
|
+
* @param data.concurrencyKey
|
|
2911
|
+
* @param data.rowLimit
|
|
2912
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2913
|
+
* @param data.label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
|
|
2914
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
2915
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
2916
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
2917
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
2918
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
2919
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
2920
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
2921
|
+
* @param data.createdOrStartedBefore filter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
|
|
2922
|
+
* @param data.running filter on running jobs
|
|
2923
|
+
* @param data.scheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
|
|
2924
|
+
* @param data.createdOrStartedAfter filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
|
|
2925
|
+
* @param data.createdOrStartedAfterCompletedJobs filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp but only for the completed jobs
|
|
2926
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
2927
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
2928
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
2929
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
2930
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2931
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2932
|
+
* @param data.isSkipped is the job skipped
|
|
2933
|
+
* @param data.isFlowStep is the job a flow step
|
|
2934
|
+
* @param data.hasNullParent has null parent
|
|
2935
|
+
* @param data.success filter on successful jobs
|
|
2936
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
2937
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
2938
|
+
* @returns ExtendedJobs time
|
|
2939
|
+
* @throws ApiError
|
|
2940
|
+
*/
|
|
2941
|
+
static listExtendedJobs(data: ListExtendedJobsData): CancelablePromise<ListExtendedJobsResponse>;
|
|
2942
|
+
}
|
|
2943
|
+
export declare class RawAppService {
|
|
2944
|
+
/**
|
|
2945
|
+
* list all raw apps
|
|
2946
|
+
* @param data The data for the request.
|
|
2947
|
+
* @param data.workspace
|
|
2948
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
2949
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
2950
|
+
* @param data.orderDesc order by desc order (default true)
|
|
2951
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
2952
|
+
* @param data.pathStart mask to filter matching starting path
|
|
2953
|
+
* @param data.pathExact mask to filter exact matching path
|
|
2954
|
+
* @param data.starredOnly (default false)
|
|
2955
|
+
* show only the starred items
|
|
2956
|
+
*
|
|
2957
|
+
* @returns ListableRawApp All raw apps
|
|
2958
|
+
* @throws ApiError
|
|
2959
|
+
*/
|
|
2960
|
+
static listRawApps(data: ListRawAppsData): CancelablePromise<ListRawAppsResponse>;
|
|
2961
|
+
/**
|
|
2962
|
+
* does an app exisst at path
|
|
2963
|
+
* @param data The data for the request.
|
|
2964
|
+
* @param data.workspace
|
|
2965
|
+
* @param data.path
|
|
2966
|
+
* @returns boolean app exists
|
|
2967
|
+
* @throws ApiError
|
|
2968
|
+
*/
|
|
2969
|
+
static existsRawApp(data: ExistsRawAppData): CancelablePromise<ExistsRawAppResponse>;
|
|
2970
|
+
/**
|
|
2971
|
+
* get app by path
|
|
2972
|
+
* @param data The data for the request.
|
|
2973
|
+
* @param data.workspace
|
|
2974
|
+
* @param data.version
|
|
2975
|
+
* @param data.path
|
|
2976
|
+
* @returns string app details
|
|
2977
|
+
* @throws ApiError
|
|
2978
|
+
*/
|
|
2979
|
+
static getRawAppData(data: GetRawAppDataData): CancelablePromise<GetRawAppDataResponse>;
|
|
2980
|
+
/**
|
|
2981
|
+
* create raw app
|
|
2982
|
+
* @param data The data for the request.
|
|
2983
|
+
* @param data.workspace
|
|
2984
|
+
* @param data.requestBody new raw app
|
|
2985
|
+
* @returns string raw app created
|
|
2986
|
+
* @throws ApiError
|
|
2987
|
+
*/
|
|
2988
|
+
static createRawApp(data: CreateRawAppData): CancelablePromise<CreateRawAppResponse>;
|
|
2989
|
+
/**
|
|
2990
|
+
* update app
|
|
2991
|
+
* @param data The data for the request.
|
|
2992
|
+
* @param data.workspace
|
|
2993
|
+
* @param data.path
|
|
2994
|
+
* @param data.requestBody updateraw app
|
|
2995
|
+
* @returns string app updated
|
|
2996
|
+
* @throws ApiError
|
|
2997
|
+
*/
|
|
2998
|
+
static updateRawApp(data: UpdateRawAppData): CancelablePromise<UpdateRawAppResponse>;
|
|
2999
|
+
/**
|
|
3000
|
+
* delete raw app
|
|
3001
|
+
* @param data The data for the request.
|
|
3002
|
+
* @param data.workspace
|
|
3003
|
+
* @param data.path
|
|
3004
|
+
* @returns string app deleted
|
|
3005
|
+
* @throws ApiError
|
|
3006
|
+
*/
|
|
3007
|
+
static deleteRawApp(data: DeleteRawAppData): CancelablePromise<DeleteRawAppResponse>;
|
|
3008
|
+
}
|
|
3009
|
+
export declare class ScheduleService {
|
|
3010
|
+
/**
|
|
3011
|
+
* preview schedule
|
|
3012
|
+
* @param data The data for the request.
|
|
3013
|
+
* @param data.requestBody schedule
|
|
3014
|
+
* @returns string List of 5 estimated upcoming execution events (in UTC)
|
|
3015
|
+
* @throws ApiError
|
|
3016
|
+
*/
|
|
3017
|
+
static previewSchedule(data: PreviewScheduleData): CancelablePromise<PreviewScheduleResponse>;
|
|
3018
|
+
/**
|
|
3019
|
+
* create schedule
|
|
3020
|
+
* @param data The data for the request.
|
|
3021
|
+
* @param data.workspace
|
|
3022
|
+
* @param data.requestBody new schedule
|
|
3023
|
+
* @returns string schedule created
|
|
3024
|
+
* @throws ApiError
|
|
3025
|
+
*/
|
|
3026
|
+
static createSchedule(data: CreateScheduleData): CancelablePromise<CreateScheduleResponse>;
|
|
3027
|
+
/**
|
|
3028
|
+
* update schedule
|
|
3029
|
+
* @param data The data for the request.
|
|
3030
|
+
* @param data.workspace
|
|
3031
|
+
* @param data.path
|
|
3032
|
+
* @param data.requestBody updated schedule
|
|
3033
|
+
* @returns string schedule updated
|
|
3034
|
+
* @throws ApiError
|
|
3035
|
+
*/
|
|
3036
|
+
static updateSchedule(data: UpdateScheduleData): CancelablePromise<UpdateScheduleResponse>;
|
|
3037
|
+
/**
|
|
3038
|
+
* set enabled schedule
|
|
3039
|
+
* @param data The data for the request.
|
|
3040
|
+
* @param data.workspace
|
|
3041
|
+
* @param data.path
|
|
3042
|
+
* @param data.requestBody updated schedule enable
|
|
3043
|
+
* @returns string schedule enabled set
|
|
3044
|
+
* @throws ApiError
|
|
3045
|
+
*/
|
|
3046
|
+
static setScheduleEnabled(data: SetScheduleEnabledData): CancelablePromise<SetScheduleEnabledResponse>;
|
|
3047
|
+
/**
|
|
3048
|
+
* delete schedule
|
|
3049
|
+
* @param data The data for the request.
|
|
3050
|
+
* @param data.workspace
|
|
3051
|
+
* @param data.path
|
|
3052
|
+
* @returns string schedule deleted
|
|
3053
|
+
* @throws ApiError
|
|
3054
|
+
*/
|
|
3055
|
+
static deleteSchedule(data: DeleteScheduleData): CancelablePromise<DeleteScheduleResponse>;
|
|
3056
|
+
/**
|
|
3057
|
+
* get schedule
|
|
3058
|
+
* @param data The data for the request.
|
|
3059
|
+
* @param data.workspace
|
|
3060
|
+
* @param data.path
|
|
3061
|
+
* @returns Schedule schedule deleted
|
|
3062
|
+
* @throws ApiError
|
|
3063
|
+
*/
|
|
3064
|
+
static getSchedule(data: GetScheduleData): CancelablePromise<GetScheduleResponse>;
|
|
3065
|
+
/**
|
|
3066
|
+
* does schedule exists
|
|
3067
|
+
* @param data The data for the request.
|
|
3068
|
+
* @param data.workspace
|
|
3069
|
+
* @param data.path
|
|
3070
|
+
* @returns boolean schedule exists
|
|
3071
|
+
* @throws ApiError
|
|
3072
|
+
*/
|
|
3073
|
+
static existsSchedule(data: ExistsScheduleData): CancelablePromise<ExistsScheduleResponse>;
|
|
3074
|
+
/**
|
|
3075
|
+
* list schedules
|
|
3076
|
+
* @param data The data for the request.
|
|
3077
|
+
* @param data.workspace
|
|
3078
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3079
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3080
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
3081
|
+
* @param data.path filter by path
|
|
3082
|
+
* @param data.isFlow
|
|
3083
|
+
* @param data.pathStart
|
|
3084
|
+
* @returns Schedule schedule list
|
|
3085
|
+
* @throws ApiError
|
|
3086
|
+
*/
|
|
3087
|
+
static listSchedules(data: ListSchedulesData): CancelablePromise<ListSchedulesResponse>;
|
|
3088
|
+
/**
|
|
3089
|
+
* list schedules with last 20 jobs
|
|
3090
|
+
* @param data The data for the request.
|
|
3091
|
+
* @param data.workspace
|
|
3092
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3093
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3094
|
+
* @returns ScheduleWJobs schedule list
|
|
3095
|
+
* @throws ApiError
|
|
3096
|
+
*/
|
|
3097
|
+
static listSchedulesWithJobs(data: ListSchedulesWithJobsData): CancelablePromise<ListSchedulesWithJobsResponse>;
|
|
3098
|
+
/**
|
|
3099
|
+
* Set default error or recoevery handler
|
|
3100
|
+
* @param data The data for the request.
|
|
3101
|
+
* @param data.workspace
|
|
3102
|
+
* @param data.requestBody Handler description
|
|
3103
|
+
* @returns unknown default error handler set
|
|
3104
|
+
* @throws ApiError
|
|
3105
|
+
*/
|
|
3106
|
+
static setDefaultErrorOrRecoveryHandler(data: SetDefaultErrorOrRecoveryHandlerData): CancelablePromise<SetDefaultErrorOrRecoveryHandlerResponse>;
|
|
3107
|
+
}
|
|
3108
|
+
export declare class HttpTriggerService {
|
|
3109
|
+
/**
|
|
3110
|
+
* create http trigger
|
|
3111
|
+
* @param data The data for the request.
|
|
3112
|
+
* @param data.workspace
|
|
3113
|
+
* @param data.requestBody new http trigger
|
|
3114
|
+
* @returns string http trigger created
|
|
3115
|
+
* @throws ApiError
|
|
3116
|
+
*/
|
|
3117
|
+
static createHttpTrigger(data: CreateHttpTriggerData): CancelablePromise<CreateHttpTriggerResponse>;
|
|
3118
|
+
/**
|
|
3119
|
+
* update http trigger
|
|
3120
|
+
* @param data The data for the request.
|
|
3121
|
+
* @param data.workspace
|
|
3122
|
+
* @param data.path
|
|
3123
|
+
* @param data.requestBody updated trigger
|
|
3124
|
+
* @returns string http trigger updated
|
|
3125
|
+
* @throws ApiError
|
|
3126
|
+
*/
|
|
3127
|
+
static updateHttpTrigger(data: UpdateHttpTriggerData): CancelablePromise<UpdateHttpTriggerResponse>;
|
|
3128
|
+
/**
|
|
3129
|
+
* delete http trigger
|
|
3130
|
+
* @param data The data for the request.
|
|
3131
|
+
* @param data.workspace
|
|
3132
|
+
* @param data.path
|
|
3133
|
+
* @returns string http trigger deleted
|
|
3134
|
+
* @throws ApiError
|
|
3135
|
+
*/
|
|
3136
|
+
static deleteHttpTrigger(data: DeleteHttpTriggerData): CancelablePromise<DeleteHttpTriggerResponse>;
|
|
3137
|
+
/**
|
|
3138
|
+
* get http trigger
|
|
3139
|
+
* @param data The data for the request.
|
|
3140
|
+
* @param data.workspace
|
|
3141
|
+
* @param data.path
|
|
3142
|
+
* @returns HttpTrigger http trigger deleted
|
|
3143
|
+
* @throws ApiError
|
|
3144
|
+
*/
|
|
3145
|
+
static getHttpTrigger(data: GetHttpTriggerData): CancelablePromise<GetHttpTriggerResponse>;
|
|
3146
|
+
/**
|
|
3147
|
+
* list http triggers
|
|
3148
|
+
* @param data The data for the request.
|
|
3149
|
+
* @param data.workspace
|
|
3150
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3151
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3152
|
+
* @param data.path filter by path
|
|
3153
|
+
* @param data.isFlow
|
|
3154
|
+
* @param data.pathStart
|
|
3155
|
+
* @returns HttpTrigger http trigger list
|
|
3156
|
+
* @throws ApiError
|
|
3157
|
+
*/
|
|
3158
|
+
static listHttpTriggers(data: ListHttpTriggersData): CancelablePromise<ListHttpTriggersResponse>;
|
|
3159
|
+
/**
|
|
3160
|
+
* does http trigger exists
|
|
3161
|
+
* @param data The data for the request.
|
|
3162
|
+
* @param data.workspace
|
|
3163
|
+
* @param data.path
|
|
3164
|
+
* @returns boolean http trigger exists
|
|
3165
|
+
* @throws ApiError
|
|
3166
|
+
*/
|
|
3167
|
+
static existsHttpTrigger(data: ExistsHttpTriggerData): CancelablePromise<ExistsHttpTriggerResponse>;
|
|
3168
|
+
/**
|
|
3169
|
+
* does route exists
|
|
3170
|
+
* @param data The data for the request.
|
|
3171
|
+
* @param data.workspace
|
|
3172
|
+
* @param data.requestBody route exists request
|
|
3173
|
+
* @returns boolean route exists
|
|
3174
|
+
* @throws ApiError
|
|
3175
|
+
*/
|
|
3176
|
+
static existsRoute(data: ExistsRouteData): CancelablePromise<ExistsRouteResponse>;
|
|
3177
|
+
}
|
|
3178
|
+
export declare class WebsocketTriggerService {
|
|
3179
|
+
/**
|
|
3180
|
+
* create websocket trigger
|
|
3181
|
+
* @param data The data for the request.
|
|
3182
|
+
* @param data.workspace
|
|
3183
|
+
* @param data.requestBody new websocket trigger
|
|
3184
|
+
* @returns string websocket trigger created
|
|
3185
|
+
* @throws ApiError
|
|
3186
|
+
*/
|
|
3187
|
+
static createWebsocketTrigger(data: CreateWebsocketTriggerData): CancelablePromise<CreateWebsocketTriggerResponse>;
|
|
3188
|
+
/**
|
|
3189
|
+
* update websocket trigger
|
|
3190
|
+
* @param data The data for the request.
|
|
3191
|
+
* @param data.workspace
|
|
3192
|
+
* @param data.path
|
|
3193
|
+
* @param data.requestBody updated trigger
|
|
3194
|
+
* @returns string websocket trigger updated
|
|
3195
|
+
* @throws ApiError
|
|
3196
|
+
*/
|
|
3197
|
+
static updateWebsocketTrigger(data: UpdateWebsocketTriggerData): CancelablePromise<UpdateWebsocketTriggerResponse>;
|
|
3198
|
+
/**
|
|
3199
|
+
* delete websocket trigger
|
|
3200
|
+
* @param data The data for the request.
|
|
3201
|
+
* @param data.workspace
|
|
3202
|
+
* @param data.path
|
|
3203
|
+
* @returns string websocket trigger deleted
|
|
3204
|
+
* @throws ApiError
|
|
3205
|
+
*/
|
|
3206
|
+
static deleteWebsocketTrigger(data: DeleteWebsocketTriggerData): CancelablePromise<DeleteWebsocketTriggerResponse>;
|
|
3207
|
+
/**
|
|
3208
|
+
* get websocket trigger
|
|
3209
|
+
* @param data The data for the request.
|
|
3210
|
+
* @param data.workspace
|
|
3211
|
+
* @param data.path
|
|
3212
|
+
* @returns WebsocketTrigger websocket trigger deleted
|
|
3213
|
+
* @throws ApiError
|
|
3214
|
+
*/
|
|
3215
|
+
static getWebsocketTrigger(data: GetWebsocketTriggerData): CancelablePromise<GetWebsocketTriggerResponse>;
|
|
3216
|
+
/**
|
|
3217
|
+
* list websocket triggers
|
|
3218
|
+
* @param data The data for the request.
|
|
3219
|
+
* @param data.workspace
|
|
3220
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3221
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3222
|
+
* @param data.path filter by path
|
|
3223
|
+
* @param data.isFlow
|
|
3224
|
+
* @param data.pathStart
|
|
3225
|
+
* @returns WebsocketTrigger websocket trigger list
|
|
3226
|
+
* @throws ApiError
|
|
3227
|
+
*/
|
|
3228
|
+
static listWebsocketTriggers(data: ListWebsocketTriggersData): CancelablePromise<ListWebsocketTriggersResponse>;
|
|
3229
|
+
/**
|
|
3230
|
+
* does websocket trigger exists
|
|
3231
|
+
* @param data The data for the request.
|
|
3232
|
+
* @param data.workspace
|
|
3233
|
+
* @param data.path
|
|
3234
|
+
* @returns boolean websocket trigger exists
|
|
3235
|
+
* @throws ApiError
|
|
3236
|
+
*/
|
|
3237
|
+
static existsWebsocketTrigger(data: ExistsWebsocketTriggerData): CancelablePromise<ExistsWebsocketTriggerResponse>;
|
|
3238
|
+
/**
|
|
3239
|
+
* set enabled websocket trigger
|
|
3240
|
+
* @param data The data for the request.
|
|
3241
|
+
* @param data.workspace
|
|
3242
|
+
* @param data.path
|
|
3243
|
+
* @param data.requestBody updated websocket trigger enable
|
|
3244
|
+
* @returns string websocket trigger enabled set
|
|
3245
|
+
* @throws ApiError
|
|
3246
|
+
*/
|
|
3247
|
+
static setWebsocketTriggerEnabled(data: SetWebsocketTriggerEnabledData): CancelablePromise<SetWebsocketTriggerEnabledResponse>;
|
|
3248
|
+
/**
|
|
3249
|
+
* test websocket connection
|
|
3250
|
+
* @param data The data for the request.
|
|
3251
|
+
* @param data.workspace
|
|
3252
|
+
* @param data.requestBody test websocket connection
|
|
3253
|
+
* @returns string successfuly connected to websocket
|
|
3254
|
+
* @throws ApiError
|
|
3255
|
+
*/
|
|
3256
|
+
static testWebsocketConnection(data: TestWebsocketConnectionData): CancelablePromise<TestWebsocketConnectionResponse>;
|
|
3257
|
+
}
|
|
3258
|
+
export declare class KafkaTriggerService {
|
|
3259
|
+
/**
|
|
3260
|
+
* create kafka trigger
|
|
3261
|
+
* @param data The data for the request.
|
|
3262
|
+
* @param data.workspace
|
|
3263
|
+
* @param data.requestBody new kafka trigger
|
|
3264
|
+
* @returns string kafka trigger created
|
|
3265
|
+
* @throws ApiError
|
|
3266
|
+
*/
|
|
3267
|
+
static createKafkaTrigger(data: CreateKafkaTriggerData): CancelablePromise<CreateKafkaTriggerResponse>;
|
|
3268
|
+
/**
|
|
3269
|
+
* update kafka trigger
|
|
3270
|
+
* @param data The data for the request.
|
|
3271
|
+
* @param data.workspace
|
|
3272
|
+
* @param data.path
|
|
3273
|
+
* @param data.requestBody updated trigger
|
|
3274
|
+
* @returns string kafka trigger updated
|
|
3275
|
+
* @throws ApiError
|
|
3276
|
+
*/
|
|
3277
|
+
static updateKafkaTrigger(data: UpdateKafkaTriggerData): CancelablePromise<UpdateKafkaTriggerResponse>;
|
|
3278
|
+
/**
|
|
3279
|
+
* delete kafka trigger
|
|
3280
|
+
* @param data The data for the request.
|
|
3281
|
+
* @param data.workspace
|
|
3282
|
+
* @param data.path
|
|
3283
|
+
* @returns string kafka trigger deleted
|
|
3284
|
+
* @throws ApiError
|
|
3285
|
+
*/
|
|
3286
|
+
static deleteKafkaTrigger(data: DeleteKafkaTriggerData): CancelablePromise<DeleteKafkaTriggerResponse>;
|
|
3287
|
+
/**
|
|
3288
|
+
* get kafka trigger
|
|
3289
|
+
* @param data The data for the request.
|
|
3290
|
+
* @param data.workspace
|
|
3291
|
+
* @param data.path
|
|
3292
|
+
* @returns KafkaTrigger kafka trigger deleted
|
|
3293
|
+
* @throws ApiError
|
|
3294
|
+
*/
|
|
3295
|
+
static getKafkaTrigger(data: GetKafkaTriggerData): CancelablePromise<GetKafkaTriggerResponse>;
|
|
3296
|
+
/**
|
|
3297
|
+
* list kafka triggers
|
|
3298
|
+
* @param data The data for the request.
|
|
3299
|
+
* @param data.workspace
|
|
3300
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3301
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3302
|
+
* @param data.path filter by path
|
|
3303
|
+
* @param data.isFlow
|
|
3304
|
+
* @param data.pathStart
|
|
3305
|
+
* @returns KafkaTrigger kafka trigger list
|
|
3306
|
+
* @throws ApiError
|
|
3307
|
+
*/
|
|
3308
|
+
static listKafkaTriggers(data: ListKafkaTriggersData): CancelablePromise<ListKafkaTriggersResponse>;
|
|
3309
|
+
/**
|
|
3310
|
+
* does kafka trigger exists
|
|
3311
|
+
* @param data The data for the request.
|
|
3312
|
+
* @param data.workspace
|
|
3313
|
+
* @param data.path
|
|
3314
|
+
* @returns boolean kafka trigger exists
|
|
3315
|
+
* @throws ApiError
|
|
3316
|
+
*/
|
|
3317
|
+
static existsKafkaTrigger(data: ExistsKafkaTriggerData): CancelablePromise<ExistsKafkaTriggerResponse>;
|
|
3318
|
+
/**
|
|
3319
|
+
* set enabled kafka trigger
|
|
3320
|
+
* @param data The data for the request.
|
|
3321
|
+
* @param data.workspace
|
|
3322
|
+
* @param data.path
|
|
3323
|
+
* @param data.requestBody updated kafka trigger enable
|
|
3324
|
+
* @returns string kafka trigger enabled set
|
|
3325
|
+
* @throws ApiError
|
|
3326
|
+
*/
|
|
3327
|
+
static setKafkaTriggerEnabled(data: SetKafkaTriggerEnabledData): CancelablePromise<SetKafkaTriggerEnabledResponse>;
|
|
3328
|
+
/**
|
|
3329
|
+
* test kafka connection
|
|
3330
|
+
* @param data The data for the request.
|
|
3331
|
+
* @param data.workspace
|
|
3332
|
+
* @param data.requestBody test kafka connection
|
|
3333
|
+
* @returns string successfuly connected to kafka brokers
|
|
3334
|
+
* @throws ApiError
|
|
3335
|
+
*/
|
|
3336
|
+
static testKafkaConnection(data: TestKafkaConnectionData): CancelablePromise<TestKafkaConnectionResponse>;
|
|
3337
|
+
}
|
|
3338
|
+
export declare class NatsTriggerService {
|
|
3339
|
+
/**
|
|
3340
|
+
* create nats trigger
|
|
3341
|
+
* @param data The data for the request.
|
|
3342
|
+
* @param data.workspace
|
|
3343
|
+
* @param data.requestBody new nats trigger
|
|
3344
|
+
* @returns string nats trigger created
|
|
3345
|
+
* @throws ApiError
|
|
3346
|
+
*/
|
|
3347
|
+
static createNatsTrigger(data: CreateNatsTriggerData): CancelablePromise<CreateNatsTriggerResponse>;
|
|
3348
|
+
/**
|
|
3349
|
+
* update nats trigger
|
|
3350
|
+
* @param data The data for the request.
|
|
3351
|
+
* @param data.workspace
|
|
3352
|
+
* @param data.path
|
|
3353
|
+
* @param data.requestBody updated trigger
|
|
3354
|
+
* @returns string nats trigger updated
|
|
3355
|
+
* @throws ApiError
|
|
3356
|
+
*/
|
|
3357
|
+
static updateNatsTrigger(data: UpdateNatsTriggerData): CancelablePromise<UpdateNatsTriggerResponse>;
|
|
3358
|
+
/**
|
|
3359
|
+
* delete nats trigger
|
|
3360
|
+
* @param data The data for the request.
|
|
3361
|
+
* @param data.workspace
|
|
3362
|
+
* @param data.path
|
|
3363
|
+
* @returns string nats trigger deleted
|
|
3364
|
+
* @throws ApiError
|
|
3365
|
+
*/
|
|
3366
|
+
static deleteNatsTrigger(data: DeleteNatsTriggerData): CancelablePromise<DeleteNatsTriggerResponse>;
|
|
3367
|
+
/**
|
|
3368
|
+
* get nats trigger
|
|
3369
|
+
* @param data The data for the request.
|
|
3370
|
+
* @param data.workspace
|
|
3371
|
+
* @param data.path
|
|
3372
|
+
* @returns NatsTrigger nats trigger deleted
|
|
3373
|
+
* @throws ApiError
|
|
3374
|
+
*/
|
|
3375
|
+
static getNatsTrigger(data: GetNatsTriggerData): CancelablePromise<GetNatsTriggerResponse>;
|
|
3376
|
+
/**
|
|
3377
|
+
* list nats triggers
|
|
3378
|
+
* @param data The data for the request.
|
|
3379
|
+
* @param data.workspace
|
|
3380
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3381
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3382
|
+
* @param data.path filter by path
|
|
3383
|
+
* @param data.isFlow
|
|
3384
|
+
* @param data.pathStart
|
|
3385
|
+
* @returns NatsTrigger nats trigger list
|
|
3386
|
+
* @throws ApiError
|
|
3387
|
+
*/
|
|
3388
|
+
static listNatsTriggers(data: ListNatsTriggersData): CancelablePromise<ListNatsTriggersResponse>;
|
|
3389
|
+
/**
|
|
3390
|
+
* does nats trigger exists
|
|
3391
|
+
* @param data The data for the request.
|
|
3392
|
+
* @param data.workspace
|
|
3393
|
+
* @param data.path
|
|
3394
|
+
* @returns boolean nats trigger exists
|
|
3395
|
+
* @throws ApiError
|
|
3396
|
+
*/
|
|
3397
|
+
static existsNatsTrigger(data: ExistsNatsTriggerData): CancelablePromise<ExistsNatsTriggerResponse>;
|
|
3398
|
+
/**
|
|
3399
|
+
* set enabled nats trigger
|
|
3400
|
+
* @param data The data for the request.
|
|
3401
|
+
* @param data.workspace
|
|
3402
|
+
* @param data.path
|
|
3403
|
+
* @param data.requestBody updated nats trigger enable
|
|
3404
|
+
* @returns string nats trigger enabled set
|
|
3405
|
+
* @throws ApiError
|
|
3406
|
+
*/
|
|
3407
|
+
static setNatsTriggerEnabled(data: SetNatsTriggerEnabledData): CancelablePromise<SetNatsTriggerEnabledResponse>;
|
|
3408
|
+
/**
|
|
3409
|
+
* test NATS connection
|
|
3410
|
+
* @param data The data for the request.
|
|
3411
|
+
* @param data.workspace
|
|
3412
|
+
* @param data.requestBody test nats connection
|
|
3413
|
+
* @returns string successfuly connected to NATS servers
|
|
3414
|
+
* @throws ApiError
|
|
3415
|
+
*/
|
|
3416
|
+
static testNatsConnection(data: TestNatsConnectionData): CancelablePromise<TestNatsConnectionResponse>;
|
|
3417
|
+
}
|
|
3418
|
+
export declare class SqsTriggerService {
|
|
3419
|
+
/**
|
|
3420
|
+
* create sqs trigger
|
|
3421
|
+
* @param data The data for the request.
|
|
3422
|
+
* @param data.workspace
|
|
3423
|
+
* @param data.requestBody new sqs trigger
|
|
3424
|
+
* @returns string sqs trigger created
|
|
3425
|
+
* @throws ApiError
|
|
3426
|
+
*/
|
|
3427
|
+
static createSqsTrigger(data: CreateSqsTriggerData): CancelablePromise<CreateSqsTriggerResponse>;
|
|
3428
|
+
/**
|
|
3429
|
+
* update sqs trigger
|
|
3430
|
+
* @param data The data for the request.
|
|
3431
|
+
* @param data.workspace
|
|
3432
|
+
* @param data.path
|
|
3433
|
+
* @param data.requestBody updated trigger
|
|
3434
|
+
* @returns string sqs trigger updated
|
|
3435
|
+
* @throws ApiError
|
|
3436
|
+
*/
|
|
3437
|
+
static updateSqsTrigger(data: UpdateSqsTriggerData): CancelablePromise<UpdateSqsTriggerResponse>;
|
|
3438
|
+
/**
|
|
3439
|
+
* delete sqs trigger
|
|
3440
|
+
* @param data The data for the request.
|
|
3441
|
+
* @param data.workspace
|
|
3442
|
+
* @param data.path
|
|
3443
|
+
* @returns string sqs trigger deleted
|
|
3444
|
+
* @throws ApiError
|
|
3445
|
+
*/
|
|
3446
|
+
static deleteSqsTrigger(data: DeleteSqsTriggerData): CancelablePromise<DeleteSqsTriggerResponse>;
|
|
3447
|
+
/**
|
|
3448
|
+
* get sqs trigger
|
|
3449
|
+
* @param data The data for the request.
|
|
3450
|
+
* @param data.workspace
|
|
3451
|
+
* @param data.path
|
|
3452
|
+
* @returns SqsTrigger sqs trigger deleted
|
|
3453
|
+
* @throws ApiError
|
|
3454
|
+
*/
|
|
3455
|
+
static getSqsTrigger(data: GetSqsTriggerData): CancelablePromise<GetSqsTriggerResponse>;
|
|
3456
|
+
/**
|
|
3457
|
+
* list sqs triggers
|
|
3458
|
+
* @param data The data for the request.
|
|
3459
|
+
* @param data.workspace
|
|
3460
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3461
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3462
|
+
* @param data.path filter by path
|
|
3463
|
+
* @param data.isFlow
|
|
3464
|
+
* @param data.pathStart
|
|
3465
|
+
* @returns SqsTrigger sqs trigger list
|
|
3466
|
+
* @throws ApiError
|
|
3467
|
+
*/
|
|
3468
|
+
static listSqsTriggers(data: ListSqsTriggersData): CancelablePromise<ListSqsTriggersResponse>;
|
|
3469
|
+
/**
|
|
3470
|
+
* does sqs trigger exists
|
|
3471
|
+
* @param data The data for the request.
|
|
3472
|
+
* @param data.workspace
|
|
3473
|
+
* @param data.path
|
|
3474
|
+
* @returns boolean sqs trigger exists
|
|
3475
|
+
* @throws ApiError
|
|
3476
|
+
*/
|
|
3477
|
+
static existsSqsTrigger(data: ExistsSqsTriggerData): CancelablePromise<ExistsSqsTriggerResponse>;
|
|
3478
|
+
/**
|
|
3479
|
+
* set enabled sqs trigger
|
|
3480
|
+
* @param data The data for the request.
|
|
3481
|
+
* @param data.workspace
|
|
3482
|
+
* @param data.path
|
|
3483
|
+
* @param data.requestBody updated sqs trigger enable
|
|
3484
|
+
* @returns string sqs trigger enabled set
|
|
3485
|
+
* @throws ApiError
|
|
3486
|
+
*/
|
|
3487
|
+
static setSqsTriggerEnabled(data: SetSqsTriggerEnabledData): CancelablePromise<SetSqsTriggerEnabledResponse>;
|
|
3488
|
+
/**
|
|
3489
|
+
* test sqs connection
|
|
3490
|
+
* @param data The data for the request.
|
|
3491
|
+
* @param data.workspace
|
|
3492
|
+
* @param data.requestBody test sqs connection
|
|
3493
|
+
* @returns string successfuly connected to sqs
|
|
3494
|
+
* @throws ApiError
|
|
3495
|
+
*/
|
|
3496
|
+
static testSqsConnection(data: TestSqsConnectionData): CancelablePromise<TestSqsConnectionResponse>;
|
|
3497
|
+
}
|
|
3498
|
+
export declare class PostgresTriggerService {
|
|
3499
|
+
/**
|
|
3500
|
+
* check if postgres configuration is set to logical
|
|
3501
|
+
* @param data The data for the request.
|
|
3502
|
+
* @param data.workspace
|
|
3503
|
+
* @param data.path
|
|
3504
|
+
* @returns boolean boolean that indicates if postgres is set to logical level or not
|
|
3505
|
+
* @throws ApiError
|
|
3506
|
+
*/
|
|
3507
|
+
static isValidPostgresConfiguration(data: IsValidPostgresConfigurationData): CancelablePromise<IsValidPostgresConfigurationResponse>;
|
|
3508
|
+
/**
|
|
3509
|
+
* create template script
|
|
3510
|
+
* @param data The data for the request.
|
|
3511
|
+
* @param data.workspace
|
|
3512
|
+
* @param data.requestBody template script
|
|
3513
|
+
* @returns string custom id to retrieve template script
|
|
3514
|
+
* @throws ApiError
|
|
3515
|
+
*/
|
|
3516
|
+
static createTemplateScript(data: CreateTemplateScriptData): CancelablePromise<CreateTemplateScriptResponse>;
|
|
3517
|
+
/**
|
|
3518
|
+
* get template script
|
|
3519
|
+
* @param data The data for the request.
|
|
3520
|
+
* @param data.workspace
|
|
3521
|
+
* @param data.id
|
|
3522
|
+
* @returns string template script
|
|
3523
|
+
* @throws ApiError
|
|
3524
|
+
*/
|
|
3525
|
+
static getTemplateScript(data: GetTemplateScriptData): CancelablePromise<GetTemplateScriptResponse>;
|
|
3526
|
+
/**
|
|
3527
|
+
* list postgres replication slot
|
|
3528
|
+
* @param data The data for the request.
|
|
3529
|
+
* @param data.workspace
|
|
3530
|
+
* @param data.path
|
|
3531
|
+
* @returns SlotList list postgres slot
|
|
3532
|
+
* @throws ApiError
|
|
3533
|
+
*/
|
|
3534
|
+
static listPostgresReplicationSlot(data: ListPostgresReplicationSlotData): CancelablePromise<ListPostgresReplicationSlotResponse>;
|
|
3535
|
+
/**
|
|
3536
|
+
* create replication slot for postgres
|
|
3537
|
+
* @param data The data for the request.
|
|
3538
|
+
* @param data.workspace
|
|
3539
|
+
* @param data.path
|
|
3540
|
+
* @param data.requestBody new slot for postgres
|
|
3541
|
+
* @returns string slot created
|
|
3542
|
+
* @throws ApiError
|
|
3543
|
+
*/
|
|
3544
|
+
static createPostgresReplicationSlot(data: CreatePostgresReplicationSlotData): CancelablePromise<CreatePostgresReplicationSlotResponse>;
|
|
3545
|
+
/**
|
|
3546
|
+
* delete postgres replication slot
|
|
3547
|
+
* @param data The data for the request.
|
|
3548
|
+
* @param data.workspace
|
|
3549
|
+
* @param data.path
|
|
3550
|
+
* @param data.requestBody replication slot of postgres
|
|
3551
|
+
* @returns string postgres replication slot deleted
|
|
3552
|
+
* @throws ApiError
|
|
3553
|
+
*/
|
|
3554
|
+
static deletePostgresReplicationSlot(data: DeletePostgresReplicationSlotData): CancelablePromise<DeletePostgresReplicationSlotResponse>;
|
|
3555
|
+
/**
|
|
3556
|
+
* list postgres publication
|
|
3557
|
+
* @param data The data for the request.
|
|
3558
|
+
* @param data.workspace
|
|
3559
|
+
* @param data.path
|
|
3560
|
+
* @returns string database publication list
|
|
3561
|
+
* @throws ApiError
|
|
3562
|
+
*/
|
|
3563
|
+
static listPostgresPublication(data: ListPostgresPublicationData): CancelablePromise<ListPostgresPublicationResponse>;
|
|
3564
|
+
/**
|
|
3565
|
+
* get postgres publication
|
|
3566
|
+
* @param data The data for the request.
|
|
3567
|
+
* @param data.workspace
|
|
3568
|
+
* @param data.path
|
|
3569
|
+
* @param data.publication
|
|
3570
|
+
* @returns PublicationData postgres publication get
|
|
3571
|
+
* @throws ApiError
|
|
3572
|
+
*/
|
|
3573
|
+
static getPostgresPublication(data: GetPostgresPublicationData): CancelablePromise<GetPostgresPublicationResponse>;
|
|
3574
|
+
/**
|
|
3575
|
+
* create publication for postgres
|
|
3576
|
+
* @param data The data for the request.
|
|
3577
|
+
* @param data.workspace
|
|
3578
|
+
* @param data.path
|
|
3579
|
+
* @param data.publication
|
|
3580
|
+
* @param data.requestBody new publication for postgres
|
|
3581
|
+
* @returns string publication created
|
|
3582
|
+
* @throws ApiError
|
|
3583
|
+
*/
|
|
3584
|
+
static createPostgresPublication(data: CreatePostgresPublicationData): CancelablePromise<CreatePostgresPublicationResponse>;
|
|
3585
|
+
/**
|
|
3586
|
+
* update publication for postgres
|
|
3587
|
+
* @param data The data for the request.
|
|
3588
|
+
* @param data.workspace
|
|
3589
|
+
* @param data.path
|
|
3590
|
+
* @param data.publication
|
|
3591
|
+
* @param data.requestBody update publication for postgres
|
|
3592
|
+
* @returns string publication updated
|
|
3593
|
+
* @throws ApiError
|
|
3594
|
+
*/
|
|
3595
|
+
static updatePostgresPublication(data: UpdatePostgresPublicationData): CancelablePromise<UpdatePostgresPublicationResponse>;
|
|
3596
|
+
/**
|
|
3597
|
+
* delete postgres publication
|
|
3598
|
+
* @param data The data for the request.
|
|
3599
|
+
* @param data.workspace
|
|
3600
|
+
* @param data.path
|
|
3601
|
+
* @param data.publication
|
|
3602
|
+
* @returns string postgres publication deleted
|
|
3603
|
+
* @throws ApiError
|
|
3604
|
+
*/
|
|
3605
|
+
static deletePostgresPublication(data: DeletePostgresPublicationData): CancelablePromise<DeletePostgresPublicationResponse>;
|
|
3606
|
+
/**
|
|
3607
|
+
* create postgres trigger
|
|
3608
|
+
* @param data The data for the request.
|
|
3609
|
+
* @param data.workspace
|
|
3610
|
+
* @param data.requestBody new postgres trigger
|
|
3611
|
+
* @returns string postgres trigger created
|
|
3612
|
+
* @throws ApiError
|
|
3613
|
+
*/
|
|
3614
|
+
static createPostgresTrigger(data: CreatePostgresTriggerData): CancelablePromise<CreatePostgresTriggerResponse>;
|
|
3615
|
+
/**
|
|
3616
|
+
* update postgres trigger
|
|
3617
|
+
* @param data The data for the request.
|
|
3618
|
+
* @param data.workspace
|
|
3619
|
+
* @param data.path
|
|
3620
|
+
* @param data.requestBody updated trigger
|
|
3621
|
+
* @returns string postgres trigger updated
|
|
3622
|
+
* @throws ApiError
|
|
3623
|
+
*/
|
|
3624
|
+
static updatePostgresTrigger(data: UpdatePostgresTriggerData): CancelablePromise<UpdatePostgresTriggerResponse>;
|
|
3625
|
+
/**
|
|
3626
|
+
* delete postgres trigger
|
|
3627
|
+
* @param data The data for the request.
|
|
3628
|
+
* @param data.workspace
|
|
3629
|
+
* @param data.path
|
|
3630
|
+
* @returns string postgres trigger deleted
|
|
3631
|
+
* @throws ApiError
|
|
3632
|
+
*/
|
|
3633
|
+
static deletePostgresTrigger(data: DeletePostgresTriggerData): CancelablePromise<DeletePostgresTriggerResponse>;
|
|
3634
|
+
/**
|
|
3635
|
+
* get postgres trigger
|
|
3636
|
+
* @param data The data for the request.
|
|
3637
|
+
* @param data.workspace
|
|
3638
|
+
* @param data.path
|
|
3639
|
+
* @returns PostgresTrigger get postgres trigger
|
|
3640
|
+
* @throws ApiError
|
|
3641
|
+
*/
|
|
3642
|
+
static getPostgresTrigger(data: GetPostgresTriggerData): CancelablePromise<GetPostgresTriggerResponse>;
|
|
3643
|
+
/**
|
|
3644
|
+
* list postgres triggers
|
|
3645
|
+
* @param data The data for the request.
|
|
3646
|
+
* @param data.workspace
|
|
3647
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3648
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3649
|
+
* @param data.path filter by path
|
|
3650
|
+
* @param data.isFlow
|
|
3651
|
+
* @param data.pathStart
|
|
3652
|
+
* @returns PostgresTrigger postgres trigger list
|
|
3653
|
+
* @throws ApiError
|
|
3654
|
+
*/
|
|
3655
|
+
static listPostgresTriggers(data: ListPostgresTriggersData): CancelablePromise<ListPostgresTriggersResponse>;
|
|
3656
|
+
/**
|
|
3657
|
+
* does postgres trigger exists
|
|
3658
|
+
* @param data The data for the request.
|
|
3659
|
+
* @param data.workspace
|
|
3660
|
+
* @param data.path
|
|
3661
|
+
* @returns boolean postgres trigger exists
|
|
3662
|
+
* @throws ApiError
|
|
3663
|
+
*/
|
|
3664
|
+
static existsPostgresTrigger(data: ExistsPostgresTriggerData): CancelablePromise<ExistsPostgresTriggerResponse>;
|
|
3665
|
+
/**
|
|
3666
|
+
* set enabled postgres trigger
|
|
3667
|
+
* @param data The data for the request.
|
|
3668
|
+
* @param data.workspace
|
|
3669
|
+
* @param data.path
|
|
3670
|
+
* @param data.requestBody updated postgres trigger enable
|
|
3671
|
+
* @returns string postgres trigger enabled set
|
|
3672
|
+
* @throws ApiError
|
|
3673
|
+
*/
|
|
3674
|
+
static setPostgresTriggerEnabled(data: SetPostgresTriggerEnabledData): CancelablePromise<SetPostgresTriggerEnabledResponse>;
|
|
3675
|
+
/**
|
|
3676
|
+
* test postgres connection
|
|
3677
|
+
* @param data The data for the request.
|
|
3678
|
+
* @param data.workspace
|
|
3679
|
+
* @param data.requestBody test postgres connection
|
|
3680
|
+
* @returns string successfuly connected to postgres
|
|
3681
|
+
* @throws ApiError
|
|
3682
|
+
*/
|
|
3683
|
+
static testPostgresConnection(data: TestPostgresConnectionData): CancelablePromise<TestPostgresConnectionResponse>;
|
|
3684
|
+
}
|
|
3685
|
+
export declare class GroupService {
|
|
3686
|
+
/**
|
|
3687
|
+
* list instance groups
|
|
3688
|
+
* @returns InstanceGroup instance group list
|
|
3689
|
+
* @throws ApiError
|
|
3690
|
+
*/
|
|
3691
|
+
static listInstanceGroups(): CancelablePromise<ListInstanceGroupsResponse>;
|
|
3692
|
+
/**
|
|
3693
|
+
* get instance group
|
|
3694
|
+
* @param data The data for the request.
|
|
3695
|
+
* @param data.name
|
|
3696
|
+
* @returns InstanceGroup instance group
|
|
3697
|
+
* @throws ApiError
|
|
3698
|
+
*/
|
|
3699
|
+
static getInstanceGroup(data: GetInstanceGroupData): CancelablePromise<GetInstanceGroupResponse>;
|
|
3700
|
+
/**
|
|
3701
|
+
* create instance group
|
|
3702
|
+
* @param data The data for the request.
|
|
3703
|
+
* @param data.requestBody create instance group
|
|
3704
|
+
* @returns string instance group created
|
|
3705
|
+
* @throws ApiError
|
|
3706
|
+
*/
|
|
3707
|
+
static createInstanceGroup(data: CreateInstanceGroupData): CancelablePromise<CreateInstanceGroupResponse>;
|
|
3708
|
+
/**
|
|
3709
|
+
* update instance group
|
|
3710
|
+
* @param data The data for the request.
|
|
3711
|
+
* @param data.name
|
|
3712
|
+
* @param data.requestBody update instance group
|
|
3713
|
+
* @returns string instance group updated
|
|
3714
|
+
* @throws ApiError
|
|
3715
|
+
*/
|
|
3716
|
+
static updateInstanceGroup(data: UpdateInstanceGroupData): CancelablePromise<UpdateInstanceGroupResponse>;
|
|
3717
|
+
/**
|
|
3718
|
+
* delete instance group
|
|
3719
|
+
* @param data The data for the request.
|
|
3720
|
+
* @param data.name
|
|
3721
|
+
* @returns string instance group deleted
|
|
3722
|
+
* @throws ApiError
|
|
3723
|
+
*/
|
|
3724
|
+
static deleteInstanceGroup(data: DeleteInstanceGroupData): CancelablePromise<DeleteInstanceGroupResponse>;
|
|
3725
|
+
/**
|
|
3726
|
+
* add user to instance group
|
|
3727
|
+
* @param data The data for the request.
|
|
3728
|
+
* @param data.name
|
|
3729
|
+
* @param data.requestBody user to add to instance group
|
|
3730
|
+
* @returns string user added to instance group
|
|
3731
|
+
* @throws ApiError
|
|
3732
|
+
*/
|
|
3733
|
+
static addUserToInstanceGroup(data: AddUserToInstanceGroupData): CancelablePromise<AddUserToInstanceGroupResponse>;
|
|
3734
|
+
/**
|
|
3735
|
+
* remove user from instance group
|
|
3736
|
+
* @param data The data for the request.
|
|
3737
|
+
* @param data.name
|
|
3738
|
+
* @param data.requestBody user to remove from instance group
|
|
3739
|
+
* @returns string user removed from instance group
|
|
3740
|
+
* @throws ApiError
|
|
3741
|
+
*/
|
|
3742
|
+
static removeUserFromInstanceGroup(data: RemoveUserFromInstanceGroupData): CancelablePromise<RemoveUserFromInstanceGroupResponse>;
|
|
3743
|
+
/**
|
|
3744
|
+
* export instance groups
|
|
3745
|
+
* @returns ExportedInstanceGroup exported instance groups
|
|
3746
|
+
* @throws ApiError
|
|
3747
|
+
*/
|
|
3748
|
+
static exportInstanceGroups(): CancelablePromise<ExportInstanceGroupsResponse>;
|
|
3749
|
+
/**
|
|
3750
|
+
* overwrite instance groups
|
|
3751
|
+
* @param data The data for the request.
|
|
3752
|
+
* @param data.requestBody overwrite instance groups
|
|
3753
|
+
* @returns string success message
|
|
3754
|
+
* @throws ApiError
|
|
3755
|
+
*/
|
|
3756
|
+
static overwriteInstanceGroups(data: OverwriteInstanceGroupsData): CancelablePromise<OverwriteInstanceGroupsResponse>;
|
|
3757
|
+
/**
|
|
3758
|
+
* list groups
|
|
3759
|
+
* @param data The data for the request.
|
|
3760
|
+
* @param data.workspace
|
|
3761
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3762
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3763
|
+
* @returns Group group list
|
|
3764
|
+
* @throws ApiError
|
|
3765
|
+
*/
|
|
3766
|
+
static listGroups(data: ListGroupsData): CancelablePromise<ListGroupsResponse>;
|
|
3767
|
+
/**
|
|
3768
|
+
* list group names
|
|
3769
|
+
* @param data The data for the request.
|
|
3770
|
+
* @param data.workspace
|
|
3771
|
+
* @param data.onlyMemberOf only list the groups the user is member of (default false)
|
|
3772
|
+
* @returns string group list
|
|
3773
|
+
* @throws ApiError
|
|
3774
|
+
*/
|
|
3775
|
+
static listGroupNames(data: ListGroupNamesData): CancelablePromise<ListGroupNamesResponse>;
|
|
3776
|
+
/**
|
|
3777
|
+
* create group
|
|
3778
|
+
* @param data The data for the request.
|
|
3779
|
+
* @param data.workspace
|
|
3780
|
+
* @param data.requestBody create group
|
|
3781
|
+
* @returns string group created
|
|
3782
|
+
* @throws ApiError
|
|
3783
|
+
*/
|
|
3784
|
+
static createGroup(data: CreateGroupData): CancelablePromise<CreateGroupResponse>;
|
|
3785
|
+
/**
|
|
3786
|
+
* update group
|
|
3787
|
+
* @param data The data for the request.
|
|
3788
|
+
* @param data.workspace
|
|
3789
|
+
* @param data.name
|
|
3790
|
+
* @param data.requestBody updated group
|
|
3791
|
+
* @returns string group updated
|
|
3792
|
+
* @throws ApiError
|
|
3793
|
+
*/
|
|
3794
|
+
static updateGroup(data: UpdateGroupData): CancelablePromise<UpdateGroupResponse>;
|
|
3795
|
+
/**
|
|
3796
|
+
* delete group
|
|
3797
|
+
* @param data The data for the request.
|
|
3798
|
+
* @param data.workspace
|
|
3799
|
+
* @param data.name
|
|
3800
|
+
* @returns string group deleted
|
|
3801
|
+
* @throws ApiError
|
|
3802
|
+
*/
|
|
3803
|
+
static deleteGroup(data: DeleteGroupData): CancelablePromise<DeleteGroupResponse>;
|
|
3804
|
+
/**
|
|
3805
|
+
* get group
|
|
3806
|
+
* @param data The data for the request.
|
|
3807
|
+
* @param data.workspace
|
|
3808
|
+
* @param data.name
|
|
3809
|
+
* @returns Group group
|
|
3810
|
+
* @throws ApiError
|
|
3811
|
+
*/
|
|
3812
|
+
static getGroup(data: GetGroupData): CancelablePromise<GetGroupResponse>;
|
|
3813
|
+
/**
|
|
3814
|
+
* add user to group
|
|
3815
|
+
* @param data The data for the request.
|
|
3816
|
+
* @param data.workspace
|
|
3817
|
+
* @param data.name
|
|
3818
|
+
* @param data.requestBody added user to group
|
|
3819
|
+
* @returns string user added to group
|
|
3820
|
+
* @throws ApiError
|
|
3821
|
+
*/
|
|
3822
|
+
static addUserToGroup(data: AddUserToGroupData): CancelablePromise<AddUserToGroupResponse>;
|
|
3823
|
+
/**
|
|
3824
|
+
* remove user to group
|
|
3825
|
+
* @param data The data for the request.
|
|
3826
|
+
* @param data.workspace
|
|
3827
|
+
* @param data.name
|
|
3828
|
+
* @param data.requestBody added user to group
|
|
3829
|
+
* @returns string user removed from group
|
|
3830
|
+
* @throws ApiError
|
|
3831
|
+
*/
|
|
3832
|
+
static removeUserToGroup(data: RemoveUserToGroupData): CancelablePromise<RemoveUserToGroupResponse>;
|
|
3833
|
+
}
|
|
3834
|
+
export declare class FolderService {
|
|
3835
|
+
/**
|
|
3836
|
+
* list folders
|
|
3837
|
+
* @param data The data for the request.
|
|
3838
|
+
* @param data.workspace
|
|
3839
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
3840
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
3841
|
+
* @returns Folder folder list
|
|
3842
|
+
* @throws ApiError
|
|
3843
|
+
*/
|
|
3844
|
+
static listFolders(data: ListFoldersData): CancelablePromise<ListFoldersResponse>;
|
|
3845
|
+
/**
|
|
3846
|
+
* list folder names
|
|
3847
|
+
* @param data The data for the request.
|
|
3848
|
+
* @param data.workspace
|
|
3849
|
+
* @param data.onlyMemberOf only list the folders the user is member of (default false)
|
|
3850
|
+
* @returns string folder list
|
|
3851
|
+
* @throws ApiError
|
|
3852
|
+
*/
|
|
3853
|
+
static listFolderNames(data: ListFolderNamesData): CancelablePromise<ListFolderNamesResponse>;
|
|
3854
|
+
/**
|
|
3855
|
+
* create folder
|
|
3856
|
+
* @param data The data for the request.
|
|
3857
|
+
* @param data.workspace
|
|
3858
|
+
* @param data.requestBody create folder
|
|
3859
|
+
* @returns string folder created
|
|
3860
|
+
* @throws ApiError
|
|
3861
|
+
*/
|
|
3862
|
+
static createFolder(data: CreateFolderData): CancelablePromise<CreateFolderResponse>;
|
|
3863
|
+
/**
|
|
3864
|
+
* update folder
|
|
3865
|
+
* @param data The data for the request.
|
|
3866
|
+
* @param data.workspace
|
|
3867
|
+
* @param data.name
|
|
3868
|
+
* @param data.requestBody update folder
|
|
3869
|
+
* @returns string folder updated
|
|
3870
|
+
* @throws ApiError
|
|
3871
|
+
*/
|
|
3872
|
+
static updateFolder(data: UpdateFolderData): CancelablePromise<UpdateFolderResponse>;
|
|
3873
|
+
/**
|
|
3874
|
+
* delete folder
|
|
3875
|
+
* @param data The data for the request.
|
|
3876
|
+
* @param data.workspace
|
|
3877
|
+
* @param data.name
|
|
3878
|
+
* @returns string folder deleted
|
|
3879
|
+
* @throws ApiError
|
|
3880
|
+
*/
|
|
3881
|
+
static deleteFolder(data: DeleteFolderData): CancelablePromise<DeleteFolderResponse>;
|
|
3882
|
+
/**
|
|
3883
|
+
* get folder
|
|
3884
|
+
* @param data The data for the request.
|
|
3885
|
+
* @param data.workspace
|
|
3886
|
+
* @param data.name
|
|
3887
|
+
* @returns Folder folder
|
|
3888
|
+
* @throws ApiError
|
|
3889
|
+
*/
|
|
3890
|
+
static getFolder(data: GetFolderData): CancelablePromise<GetFolderResponse>;
|
|
3891
|
+
/**
|
|
3892
|
+
* get folder usage
|
|
3893
|
+
* @param data The data for the request.
|
|
3894
|
+
* @param data.workspace
|
|
3895
|
+
* @param data.name
|
|
3896
|
+
* @returns unknown folder
|
|
3897
|
+
* @throws ApiError
|
|
3898
|
+
*/
|
|
3899
|
+
static getFolderUsage(data: GetFolderUsageData): CancelablePromise<GetFolderUsageResponse>;
|
|
3900
|
+
/**
|
|
3901
|
+
* add owner to folder
|
|
3902
|
+
* @param data The data for the request.
|
|
3903
|
+
* @param data.workspace
|
|
3904
|
+
* @param data.name
|
|
3905
|
+
* @param data.requestBody owner user to folder
|
|
3906
|
+
* @returns string owner added to folder
|
|
3907
|
+
* @throws ApiError
|
|
3908
|
+
*/
|
|
3909
|
+
static addOwnerToFolder(data: AddOwnerToFolderData): CancelablePromise<AddOwnerToFolderResponse>;
|
|
3910
|
+
/**
|
|
3911
|
+
* remove owner to folder
|
|
3912
|
+
* @param data The data for the request.
|
|
3913
|
+
* @param data.workspace
|
|
3914
|
+
* @param data.name
|
|
3915
|
+
* @param data.requestBody added owner to folder
|
|
3916
|
+
* @returns string owner removed from folder
|
|
3917
|
+
* @throws ApiError
|
|
3918
|
+
*/
|
|
3919
|
+
static removeOwnerToFolder(data: RemoveOwnerToFolderData): CancelablePromise<RemoveOwnerToFolderResponse>;
|
|
3920
|
+
}
|
|
3921
|
+
export declare class ConfigService {
|
|
3922
|
+
/**
|
|
3923
|
+
* list worker groups
|
|
3924
|
+
* @returns unknown a list of worker group configs
|
|
3925
|
+
* @throws ApiError
|
|
3926
|
+
*/
|
|
3927
|
+
static listWorkerGroups(): CancelablePromise<ListWorkerGroupsResponse>;
|
|
3928
|
+
/**
|
|
3929
|
+
* get config
|
|
3930
|
+
* @param data The data for the request.
|
|
3931
|
+
* @param data.name
|
|
3932
|
+
* @returns unknown a config
|
|
3933
|
+
* @throws ApiError
|
|
3934
|
+
*/
|
|
3935
|
+
static getConfig(data: GetConfigData): CancelablePromise<GetConfigResponse>;
|
|
3936
|
+
/**
|
|
3937
|
+
* Update config
|
|
3938
|
+
* @param data The data for the request.
|
|
3939
|
+
* @param data.name
|
|
3940
|
+
* @param data.requestBody worker group
|
|
3941
|
+
* @returns string Update a worker group
|
|
3942
|
+
* @throws ApiError
|
|
3943
|
+
*/
|
|
3944
|
+
static updateConfig(data: UpdateConfigData): CancelablePromise<UpdateConfigResponse>;
|
|
3945
|
+
/**
|
|
3946
|
+
* Delete Config
|
|
3947
|
+
* @param data The data for the request.
|
|
3948
|
+
* @param data.name
|
|
3949
|
+
* @returns string Delete config
|
|
3950
|
+
* @throws ApiError
|
|
3951
|
+
*/
|
|
3952
|
+
static deleteConfig(data: DeleteConfigData): CancelablePromise<DeleteConfigResponse>;
|
|
3953
|
+
/**
|
|
3954
|
+
* list configs
|
|
3955
|
+
* @returns Config list of configs
|
|
3956
|
+
* @throws ApiError
|
|
3957
|
+
*/
|
|
3958
|
+
static listConfigs(): CancelablePromise<ListConfigsResponse>;
|
|
3959
|
+
/**
|
|
3960
|
+
* List autoscaling events
|
|
3961
|
+
* @param data The data for the request.
|
|
3962
|
+
* @param data.workerGroup
|
|
3963
|
+
* @returns AutoscalingEvent List of autoscaling events
|
|
3964
|
+
* @throws ApiError
|
|
3965
|
+
*/
|
|
3966
|
+
static listAutoscalingEvents(data: ListAutoscalingEventsData): CancelablePromise<ListAutoscalingEventsResponse>;
|
|
3967
|
+
}
|
|
3968
|
+
export declare class GranularAclService {
|
|
3969
|
+
/**
|
|
3970
|
+
* get granular acls
|
|
3971
|
+
* @param data The data for the request.
|
|
3972
|
+
* @param data.workspace
|
|
3973
|
+
* @param data.path
|
|
3974
|
+
* @param data.kind
|
|
3975
|
+
* @returns boolean acls
|
|
3976
|
+
* @throws ApiError
|
|
3977
|
+
*/
|
|
3978
|
+
static getGranularAcls(data: GetGranularAclsData): CancelablePromise<GetGranularAclsResponse>;
|
|
3979
|
+
/**
|
|
3980
|
+
* add granular acls
|
|
3981
|
+
* @param data The data for the request.
|
|
3982
|
+
* @param data.workspace
|
|
3983
|
+
* @param data.path
|
|
3984
|
+
* @param data.kind
|
|
3985
|
+
* @param data.requestBody acl to add
|
|
3986
|
+
* @returns string granular acl added
|
|
3987
|
+
* @throws ApiError
|
|
3988
|
+
*/
|
|
3989
|
+
static addGranularAcls(data: AddGranularAclsData): CancelablePromise<AddGranularAclsResponse>;
|
|
3990
|
+
/**
|
|
3991
|
+
* remove granular acls
|
|
3992
|
+
* @param data The data for the request.
|
|
3993
|
+
* @param data.workspace
|
|
3994
|
+
* @param data.path
|
|
3995
|
+
* @param data.kind
|
|
3996
|
+
* @param data.requestBody acl to add
|
|
3997
|
+
* @returns string granular acl removed
|
|
3998
|
+
* @throws ApiError
|
|
3999
|
+
*/
|
|
4000
|
+
static removeGranularAcls(data: RemoveGranularAclsData): CancelablePromise<RemoveGranularAclsResponse>;
|
|
4001
|
+
}
|
|
4002
|
+
export declare class CaptureService {
|
|
4003
|
+
/**
|
|
4004
|
+
* set capture config
|
|
4005
|
+
* @param data The data for the request.
|
|
4006
|
+
* @param data.workspace
|
|
4007
|
+
* @param data.requestBody capture config
|
|
4008
|
+
* @returns unknown capture config set
|
|
4009
|
+
* @throws ApiError
|
|
4010
|
+
*/
|
|
4011
|
+
static setCaptureConfig(data: SetCaptureConfigData): CancelablePromise<SetCaptureConfigResponse>;
|
|
4012
|
+
/**
|
|
4013
|
+
* ping capture config
|
|
4014
|
+
* @param data The data for the request.
|
|
4015
|
+
* @param data.workspace
|
|
4016
|
+
* @param data.triggerKind
|
|
4017
|
+
* @param data.runnableKind
|
|
4018
|
+
* @param data.path
|
|
4019
|
+
* @returns unknown capture config pinged
|
|
4020
|
+
* @throws ApiError
|
|
4021
|
+
*/
|
|
4022
|
+
static pingCaptureConfig(data: PingCaptureConfigData): CancelablePromise<PingCaptureConfigResponse>;
|
|
4023
|
+
/**
|
|
4024
|
+
* get capture configs for a script or flow
|
|
4025
|
+
* @param data The data for the request.
|
|
4026
|
+
* @param data.workspace
|
|
4027
|
+
* @param data.runnableKind
|
|
4028
|
+
* @param data.path
|
|
4029
|
+
* @returns CaptureConfig capture configs for a script or flow
|
|
4030
|
+
* @throws ApiError
|
|
4031
|
+
*/
|
|
4032
|
+
static getCaptureConfigs(data: GetCaptureConfigsData): CancelablePromise<GetCaptureConfigsResponse>;
|
|
4033
|
+
/**
|
|
4034
|
+
* list captures for a script or flow
|
|
4035
|
+
* @param data The data for the request.
|
|
4036
|
+
* @param data.workspace
|
|
4037
|
+
* @param data.runnableKind
|
|
4038
|
+
* @param data.path
|
|
4039
|
+
* @param data.triggerKind
|
|
4040
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
4041
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
4042
|
+
* @returns Capture list of captures for a script or flow
|
|
4043
|
+
* @throws ApiError
|
|
4044
|
+
*/
|
|
4045
|
+
static listCaptures(data: ListCapturesData): CancelablePromise<ListCapturesResponse>;
|
|
4046
|
+
/**
|
|
4047
|
+
* get a capture
|
|
4048
|
+
* @param data The data for the request.
|
|
4049
|
+
* @param data.workspace
|
|
4050
|
+
* @param data.id
|
|
4051
|
+
* @returns Capture capture
|
|
4052
|
+
* @throws ApiError
|
|
4053
|
+
*/
|
|
4054
|
+
static getCapture(data: GetCaptureData): CancelablePromise<GetCaptureResponse>;
|
|
4055
|
+
/**
|
|
4056
|
+
* delete a capture
|
|
4057
|
+
* @param data The data for the request.
|
|
4058
|
+
* @param data.workspace
|
|
4059
|
+
* @param data.id
|
|
4060
|
+
* @returns unknown capture deleted
|
|
4061
|
+
* @throws ApiError
|
|
4062
|
+
*/
|
|
4063
|
+
static deleteCapture(data: DeleteCaptureData): CancelablePromise<DeleteCaptureResponse>;
|
|
4064
|
+
}
|
|
4065
|
+
export declare class FavoriteService {
|
|
4066
|
+
/**
|
|
4067
|
+
* star item
|
|
4068
|
+
* @param data The data for the request.
|
|
4069
|
+
* @param data.workspace
|
|
4070
|
+
* @param data.requestBody
|
|
4071
|
+
* @returns unknown star item
|
|
4072
|
+
* @throws ApiError
|
|
4073
|
+
*/
|
|
4074
|
+
static star(data: StarData): CancelablePromise<StarResponse>;
|
|
4075
|
+
/**
|
|
4076
|
+
* unstar item
|
|
4077
|
+
* @param data The data for the request.
|
|
4078
|
+
* @param data.workspace
|
|
4079
|
+
* @param data.requestBody
|
|
4080
|
+
* @returns unknown unstar item
|
|
4081
|
+
* @throws ApiError
|
|
4082
|
+
*/
|
|
4083
|
+
static unstar(data: UnstarData): CancelablePromise<UnstarResponse>;
|
|
4084
|
+
}
|
|
4085
|
+
export declare class InputService {
|
|
4086
|
+
/**
|
|
4087
|
+
* List Inputs used in previously completed jobs
|
|
4088
|
+
* @param data The data for the request.
|
|
4089
|
+
* @param data.workspace
|
|
4090
|
+
* @param data.runnableId
|
|
4091
|
+
* @param data.runnableType
|
|
4092
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
4093
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
4094
|
+
* @param data.includePreview
|
|
4095
|
+
* @returns Input Input history for completed jobs
|
|
4096
|
+
* @throws ApiError
|
|
4097
|
+
*/
|
|
4098
|
+
static getInputHistory(data: GetInputHistoryData): CancelablePromise<GetInputHistoryResponse>;
|
|
4099
|
+
/**
|
|
4100
|
+
* Get args from history or saved input
|
|
4101
|
+
* @param data The data for the request.
|
|
4102
|
+
* @param data.workspace
|
|
4103
|
+
* @param data.jobOrInputId
|
|
4104
|
+
* @param data.input
|
|
4105
|
+
* @param data.allowLarge
|
|
4106
|
+
* @returns unknown args
|
|
4107
|
+
* @throws ApiError
|
|
4108
|
+
*/
|
|
4109
|
+
static getArgsFromHistoryOrSavedInput(data: GetArgsFromHistoryOrSavedInputData): CancelablePromise<GetArgsFromHistoryOrSavedInputResponse>;
|
|
4110
|
+
/**
|
|
4111
|
+
* List saved Inputs for a Runnable
|
|
4112
|
+
* @param data The data for the request.
|
|
4113
|
+
* @param data.workspace
|
|
4114
|
+
* @param data.runnableId
|
|
4115
|
+
* @param data.runnableType
|
|
4116
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
4117
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
4118
|
+
* @returns Input Saved Inputs for a Runnable
|
|
4119
|
+
* @throws ApiError
|
|
4120
|
+
*/
|
|
4121
|
+
static listInputs(data: ListInputsData): CancelablePromise<ListInputsResponse>;
|
|
4122
|
+
/**
|
|
4123
|
+
* Create an Input for future use in a script or flow
|
|
4124
|
+
* @param data The data for the request.
|
|
4125
|
+
* @param data.workspace
|
|
4126
|
+
* @param data.requestBody Input
|
|
4127
|
+
* @param data.runnableId
|
|
4128
|
+
* @param data.runnableType
|
|
4129
|
+
* @returns string Input created
|
|
4130
|
+
* @throws ApiError
|
|
4131
|
+
*/
|
|
4132
|
+
static createInput(data: CreateInputData): CancelablePromise<CreateInputResponse>;
|
|
4133
|
+
/**
|
|
4134
|
+
* Update an Input
|
|
4135
|
+
* @param data The data for the request.
|
|
4136
|
+
* @param data.workspace
|
|
4137
|
+
* @param data.requestBody UpdateInput
|
|
4138
|
+
* @returns string Input updated
|
|
4139
|
+
* @throws ApiError
|
|
4140
|
+
*/
|
|
4141
|
+
static updateInput(data: UpdateInputData): CancelablePromise<UpdateInputResponse>;
|
|
4142
|
+
/**
|
|
4143
|
+
* Delete a Saved Input
|
|
4144
|
+
* @param data The data for the request.
|
|
4145
|
+
* @param data.workspace
|
|
4146
|
+
* @param data.input
|
|
4147
|
+
* @returns string Input deleted
|
|
4148
|
+
* @throws ApiError
|
|
4149
|
+
*/
|
|
4150
|
+
static deleteInput(data: DeleteInputData): CancelablePromise<DeleteInputResponse>;
|
|
4151
|
+
}
|
|
4152
|
+
export declare class HelpersService {
|
|
4153
|
+
/**
|
|
4154
|
+
* Converts an S3 resource to the set of instructions necessary to connect DuckDB to an S3 bucket
|
|
4155
|
+
* @param data The data for the request.
|
|
4156
|
+
* @param data.workspace
|
|
4157
|
+
* @param data.requestBody S3 resource to connect to
|
|
4158
|
+
* @returns unknown Connection settings
|
|
4159
|
+
* @throws ApiError
|
|
4160
|
+
*/
|
|
4161
|
+
static duckdbConnectionSettings(data: DuckdbConnectionSettingsData): CancelablePromise<DuckdbConnectionSettingsResponse>;
|
|
4162
|
+
/**
|
|
4163
|
+
* Converts an S3 resource to the set of instructions necessary to connect DuckDB to an S3 bucket
|
|
4164
|
+
* @param data The data for the request.
|
|
4165
|
+
* @param data.workspace
|
|
4166
|
+
* @param data.requestBody S3 resource path to use to generate the connection settings. If empty, the S3 resource defined in the workspace settings will be used
|
|
4167
|
+
* @returns unknown Connection settings
|
|
4168
|
+
* @throws ApiError
|
|
4169
|
+
*/
|
|
4170
|
+
static duckdbConnectionSettingsV2(data: DuckdbConnectionSettingsV2Data): CancelablePromise<DuckdbConnectionSettingsV2Response>;
|
|
4171
|
+
/**
|
|
4172
|
+
* Converts an S3 resource to the set of arguments necessary to connect Polars to an S3 bucket
|
|
4173
|
+
* @param data The data for the request.
|
|
4174
|
+
* @param data.workspace
|
|
4175
|
+
* @param data.requestBody S3 resource to connect to
|
|
4176
|
+
* @returns unknown Connection settings
|
|
4177
|
+
* @throws ApiError
|
|
4178
|
+
*/
|
|
4179
|
+
static polarsConnectionSettings(data: PolarsConnectionSettingsData): CancelablePromise<PolarsConnectionSettingsResponse>;
|
|
4180
|
+
/**
|
|
4181
|
+
* Converts an S3 resource to the set of arguments necessary to connect Polars to an S3 bucket
|
|
4182
|
+
* @param data The data for the request.
|
|
4183
|
+
* @param data.workspace
|
|
4184
|
+
* @param data.requestBody S3 resource path to use to generate the connection settings. If empty, the S3 resource defined in the workspace settings will be used
|
|
4185
|
+
* @returns unknown Connection settings
|
|
4186
|
+
* @throws ApiError
|
|
4187
|
+
*/
|
|
4188
|
+
static polarsConnectionSettingsV2(data: PolarsConnectionSettingsV2Data): CancelablePromise<PolarsConnectionSettingsV2Response>;
|
|
4189
|
+
/**
|
|
4190
|
+
* Returns the s3 resource associated to the provided path, or the workspace default S3 resource
|
|
4191
|
+
* @param data The data for the request.
|
|
4192
|
+
* @param data.workspace
|
|
4193
|
+
* @param data.requestBody S3 resource path to use. If empty, the S3 resource defined in the workspace settings will be used
|
|
4194
|
+
* @returns S3Resource Connection settings
|
|
4195
|
+
* @throws ApiError
|
|
4196
|
+
*/
|
|
4197
|
+
static s3ResourceInfo(data: S3ResourceInfoData): CancelablePromise<S3ResourceInfoResponse>;
|
|
4198
|
+
/**
|
|
4199
|
+
* Test connection to the workspace object storage
|
|
4200
|
+
* @param data The data for the request.
|
|
4201
|
+
* @param data.workspace
|
|
4202
|
+
* @param data.storage
|
|
4203
|
+
* @returns unknown Connection settings
|
|
4204
|
+
* @throws ApiError
|
|
4205
|
+
*/
|
|
4206
|
+
static datasetStorageTestConnection(data: DatasetStorageTestConnectionData): CancelablePromise<DatasetStorageTestConnectionResponse>;
|
|
4207
|
+
/**
|
|
4208
|
+
* List the file keys available in a workspace object storage
|
|
4209
|
+
* @param data The data for the request.
|
|
4210
|
+
* @param data.workspace
|
|
4211
|
+
* @param data.maxKeys
|
|
4212
|
+
* @param data.marker
|
|
4213
|
+
* @param data.prefix
|
|
4214
|
+
* @param data.storage
|
|
4215
|
+
* @returns unknown List of file keys
|
|
4216
|
+
* @throws ApiError
|
|
4217
|
+
*/
|
|
4218
|
+
static listStoredFiles(data: ListStoredFilesData): CancelablePromise<ListStoredFilesResponse>;
|
|
4219
|
+
/**
|
|
4220
|
+
* Load metadata of the file
|
|
4221
|
+
* @param data The data for the request.
|
|
4222
|
+
* @param data.workspace
|
|
4223
|
+
* @param data.fileKey
|
|
4224
|
+
* @param data.storage
|
|
4225
|
+
* @returns WindmillFileMetadata FileMetadata
|
|
4226
|
+
* @throws ApiError
|
|
4227
|
+
*/
|
|
4228
|
+
static loadFileMetadata(data: LoadFileMetadataData): CancelablePromise<LoadFileMetadataResponse>;
|
|
4229
|
+
/**
|
|
4230
|
+
* Load a preview of the file
|
|
4231
|
+
* @param data The data for the request.
|
|
4232
|
+
* @param data.workspace
|
|
4233
|
+
* @param data.fileKey
|
|
4234
|
+
* @param data.fileSizeInBytes
|
|
4235
|
+
* @param data.fileMimeType
|
|
4236
|
+
* @param data.csvSeparator
|
|
4237
|
+
* @param data.csvHasHeader
|
|
4238
|
+
* @param data.readBytesFrom
|
|
4239
|
+
* @param data.readBytesLength
|
|
4240
|
+
* @param data.storage
|
|
4241
|
+
* @returns WindmillFilePreview FilePreview
|
|
4242
|
+
* @throws ApiError
|
|
4243
|
+
*/
|
|
4244
|
+
static loadFilePreview(data: LoadFilePreviewData): CancelablePromise<LoadFilePreviewResponse>;
|
|
4245
|
+
/**
|
|
4246
|
+
* Load a preview of a parquet file
|
|
4247
|
+
* @param data The data for the request.
|
|
4248
|
+
* @param data.workspace
|
|
4249
|
+
* @param data.path
|
|
4250
|
+
* @param data.offset
|
|
4251
|
+
* @param data.limit
|
|
4252
|
+
* @param data.sortCol
|
|
4253
|
+
* @param data.sortDesc
|
|
4254
|
+
* @param data.searchCol
|
|
4255
|
+
* @param data.searchTerm
|
|
4256
|
+
* @param data.storage
|
|
4257
|
+
* @returns unknown Parquet Preview
|
|
4258
|
+
* @throws ApiError
|
|
4259
|
+
*/
|
|
4260
|
+
static loadParquetPreview(data: LoadParquetPreviewData): CancelablePromise<LoadParquetPreviewResponse>;
|
|
4261
|
+
/**
|
|
4262
|
+
* Load the table row count
|
|
4263
|
+
* @param data The data for the request.
|
|
4264
|
+
* @param data.workspace
|
|
4265
|
+
* @param data.path
|
|
4266
|
+
* @param data.searchCol
|
|
4267
|
+
* @param data.searchTerm
|
|
4268
|
+
* @param data.storage
|
|
4269
|
+
* @returns unknown Table count
|
|
4270
|
+
* @throws ApiError
|
|
4271
|
+
*/
|
|
4272
|
+
static loadTableRowCount(data: LoadTableRowCountData): CancelablePromise<LoadTableRowCountResponse>;
|
|
4273
|
+
/**
|
|
4274
|
+
* Load a preview of a csv file
|
|
4275
|
+
* @param data The data for the request.
|
|
4276
|
+
* @param data.workspace
|
|
4277
|
+
* @param data.path
|
|
4278
|
+
* @param data.offset
|
|
4279
|
+
* @param data.limit
|
|
4280
|
+
* @param data.sortCol
|
|
4281
|
+
* @param data.sortDesc
|
|
4282
|
+
* @param data.searchCol
|
|
4283
|
+
* @param data.searchTerm
|
|
4284
|
+
* @param data.storage
|
|
4285
|
+
* @param data.csvSeparator
|
|
4286
|
+
* @returns unknown Csv Preview
|
|
4287
|
+
* @throws ApiError
|
|
4288
|
+
*/
|
|
4289
|
+
static loadCsvPreview(data: LoadCsvPreviewData): CancelablePromise<LoadCsvPreviewResponse>;
|
|
4290
|
+
/**
|
|
4291
|
+
* Permanently delete file from S3
|
|
4292
|
+
* @param data The data for the request.
|
|
4293
|
+
* @param data.workspace
|
|
4294
|
+
* @param data.fileKey
|
|
4295
|
+
* @param data.storage
|
|
4296
|
+
* @returns unknown Confirmation
|
|
4297
|
+
* @throws ApiError
|
|
4298
|
+
*/
|
|
4299
|
+
static deleteS3File(data: DeleteS3FileData): CancelablePromise<DeleteS3FileResponse>;
|
|
4300
|
+
/**
|
|
4301
|
+
* Move a S3 file from one path to the other within the same bucket
|
|
4302
|
+
* @param data The data for the request.
|
|
4303
|
+
* @param data.workspace
|
|
4304
|
+
* @param data.srcFileKey
|
|
4305
|
+
* @param data.destFileKey
|
|
4306
|
+
* @param data.storage
|
|
4307
|
+
* @returns unknown Confirmation
|
|
4308
|
+
* @throws ApiError
|
|
4309
|
+
*/
|
|
4310
|
+
static moveS3File(data: MoveS3FileData): CancelablePromise<MoveS3FileResponse>;
|
|
4311
|
+
/**
|
|
4312
|
+
* Upload file to S3 bucket
|
|
4313
|
+
* @param data The data for the request.
|
|
4314
|
+
* @param data.workspace
|
|
4315
|
+
* @param data.requestBody File content
|
|
4316
|
+
* @param data.fileKey
|
|
4317
|
+
* @param data.fileExtension
|
|
4318
|
+
* @param data.s3ResourcePath
|
|
4319
|
+
* @param data.resourceType
|
|
4320
|
+
* @param data.storage
|
|
4321
|
+
* @param data.contentType
|
|
4322
|
+
* @param data.contentDisposition
|
|
4323
|
+
* @returns unknown File upload status
|
|
4324
|
+
* @throws ApiError
|
|
4325
|
+
*/
|
|
4326
|
+
static fileUpload(data: FileUploadData): CancelablePromise<FileUploadResponse>;
|
|
4327
|
+
/**
|
|
4328
|
+
* Download file to S3 bucket
|
|
4329
|
+
* @param data The data for the request.
|
|
4330
|
+
* @param data.workspace
|
|
4331
|
+
* @param data.fileKey
|
|
4332
|
+
* @param data.s3ResourcePath
|
|
4333
|
+
* @param data.resourceType
|
|
4334
|
+
* @param data.storage
|
|
4335
|
+
* @returns binary Chunk of the downloaded file
|
|
4336
|
+
* @throws ApiError
|
|
4337
|
+
*/
|
|
4338
|
+
static fileDownload(data: FileDownloadData): CancelablePromise<FileDownloadResponse>;
|
|
4339
|
+
/**
|
|
4340
|
+
* Download file to S3 bucket
|
|
4341
|
+
* @param data The data for the request.
|
|
4342
|
+
* @param data.workspace
|
|
4343
|
+
* @param data.fileKey
|
|
4344
|
+
* @param data.s3ResourcePath
|
|
4345
|
+
* @param data.resourceType
|
|
4346
|
+
* @returns string The downloaded file
|
|
4347
|
+
* @throws ApiError
|
|
4348
|
+
*/
|
|
4349
|
+
static fileDownloadParquetAsCsv(data: FileDownloadParquetAsCsvData): CancelablePromise<FileDownloadParquetAsCsvResponse>;
|
|
4350
|
+
}
|
|
4351
|
+
export declare class MetricsService {
|
|
4352
|
+
/**
|
|
4353
|
+
* get job metrics
|
|
4354
|
+
* @param data The data for the request.
|
|
4355
|
+
* @param data.workspace
|
|
4356
|
+
* @param data.id
|
|
4357
|
+
* @param data.requestBody parameters for statistics retrieval
|
|
4358
|
+
* @returns unknown job details
|
|
4359
|
+
* @throws ApiError
|
|
4360
|
+
*/
|
|
4361
|
+
static getJobMetrics(data: GetJobMetricsData): CancelablePromise<GetJobMetricsResponse>;
|
|
4362
|
+
/**
|
|
4363
|
+
* set job metrics
|
|
4364
|
+
* @param data The data for the request.
|
|
4365
|
+
* @param data.workspace
|
|
4366
|
+
* @param data.id
|
|
4367
|
+
* @param data.requestBody parameters for statistics retrieval
|
|
4368
|
+
* @returns unknown Job progress updated
|
|
4369
|
+
* @throws ApiError
|
|
4370
|
+
*/
|
|
4371
|
+
static setJobProgress(data: SetJobProgressData): CancelablePromise<SetJobProgressResponse>;
|
|
4372
|
+
/**
|
|
4373
|
+
* get job progress
|
|
4374
|
+
* @param data The data for the request.
|
|
4375
|
+
* @param data.workspace
|
|
4376
|
+
* @param data.id
|
|
4377
|
+
* @returns number job progress between 0 and 99
|
|
4378
|
+
* @throws ApiError
|
|
4379
|
+
*/
|
|
4380
|
+
static getJobProgress(data: GetJobProgressData): CancelablePromise<GetJobProgressResponse>;
|
|
4381
|
+
}
|
|
4382
|
+
export declare class ServiceLogsService {
|
|
4383
|
+
/**
|
|
4384
|
+
* list log files ordered by timestamp
|
|
4385
|
+
* @param data The data for the request.
|
|
4386
|
+
* @param data.before filter on started before (inclusive) timestamp
|
|
4387
|
+
* @param data.after filter on created after (exclusive) timestamp
|
|
4388
|
+
* @param data.withError
|
|
4389
|
+
* @returns unknown time
|
|
4390
|
+
* @throws ApiError
|
|
4391
|
+
*/
|
|
4392
|
+
static listLogFiles(data?: ListLogFilesData): CancelablePromise<ListLogFilesResponse>;
|
|
4393
|
+
/**
|
|
4394
|
+
* get log file by path
|
|
4395
|
+
* @param data The data for the request.
|
|
4396
|
+
* @param data.path
|
|
4397
|
+
* @returns string log stream
|
|
4398
|
+
* @throws ApiError
|
|
4399
|
+
*/
|
|
4400
|
+
static getLogFile(data: GetLogFileData): CancelablePromise<GetLogFileResponse>;
|
|
4401
|
+
}
|
|
4402
|
+
export declare class ConcurrencyGroupsService {
|
|
4403
|
+
/**
|
|
4404
|
+
* List all concurrency groups
|
|
4405
|
+
* @returns ConcurrencyGroup all concurrency groups
|
|
4406
|
+
* @throws ApiError
|
|
4407
|
+
*/
|
|
4408
|
+
static listConcurrencyGroups(): CancelablePromise<ListConcurrencyGroupsResponse>;
|
|
4409
|
+
/**
|
|
4410
|
+
* Delete concurrency group
|
|
4411
|
+
* @param data The data for the request.
|
|
4412
|
+
* @param data.concurrencyId
|
|
4413
|
+
* @returns unknown concurrency group removed
|
|
4414
|
+
* @throws ApiError
|
|
4415
|
+
*/
|
|
4416
|
+
static deleteConcurrencyGroup(data: DeleteConcurrencyGroupData): CancelablePromise<DeleteConcurrencyGroupResponse>;
|
|
4417
|
+
/**
|
|
4418
|
+
* Get the concurrency key for a job that has concurrency limits enabled
|
|
4419
|
+
* @param data The data for the request.
|
|
4420
|
+
* @param data.id
|
|
4421
|
+
* @returns string concurrency key for given job
|
|
4422
|
+
* @throws ApiError
|
|
4423
|
+
*/
|
|
4424
|
+
static getConcurrencyKey(data: GetConcurrencyKeyData): CancelablePromise<GetConcurrencyKeyResponse>;
|
|
4425
|
+
/**
|
|
4426
|
+
* Get intervals of job runtime concurrency
|
|
4427
|
+
* @param data The data for the request.
|
|
4428
|
+
* @param data.workspace
|
|
4429
|
+
* @param data.concurrencyKey
|
|
4430
|
+
* @param data.rowLimit
|
|
4431
|
+
* @param data.createdBy mask to filter exact matching user creator
|
|
4432
|
+
* @param data.label mask to filter exact matching job's label (job labels are completed jobs with as a result an object containing a string in the array at key 'wm_labels')
|
|
4433
|
+
* @param data.parentJob The parent job that is at the origin and responsible for the execution of this script if any
|
|
4434
|
+
* @param data.scriptPathExact mask to filter exact matching path
|
|
4435
|
+
* @param data.scriptPathStart mask to filter matching starting path
|
|
4436
|
+
* @param data.schedulePath mask to filter by schedule path
|
|
4437
|
+
* @param data.scriptHash mask to filter exact matching path
|
|
4438
|
+
* @param data.startedBefore filter on started before (inclusive) timestamp
|
|
4439
|
+
* @param data.startedAfter filter on started after (exclusive) timestamp
|
|
4440
|
+
* @param data.createdOrStartedBefore filter on created_at for non non started job and started_at otherwise before (inclusive) timestamp
|
|
4441
|
+
* @param data.running filter on running jobs
|
|
4442
|
+
* @param data.scheduledForBeforeNow filter on jobs scheduled_for before now (hence waitinf for a worker)
|
|
4443
|
+
* @param data.createdOrStartedAfter filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp
|
|
4444
|
+
* @param data.createdOrStartedAfterCompletedJobs filter on created_at for non non started job and started_at otherwise after (exclusive) timestamp but only for the completed jobs
|
|
4445
|
+
* @param data.jobKinds filter on job kind (values 'preview', 'script', 'dependencies', 'flow') separated by,
|
|
4446
|
+
* @param data.args filter on jobs containing those args as a json subset (@> in postgres)
|
|
4447
|
+
* @param data.tag filter on jobs with a given tag/worker group
|
|
4448
|
+
* @param data.result filter on jobs containing those result as a json subset (@> in postgres)
|
|
4449
|
+
* @param data.page which page to return (start at 1, default 1)
|
|
4450
|
+
* @param data.perPage number of items to return for a given page (default 30, max 100)
|
|
4451
|
+
* @param data.isSkipped is the job skipped
|
|
4452
|
+
* @param data.isFlowStep is the job a flow step
|
|
4453
|
+
* @param data.hasNullParent has null parent
|
|
4454
|
+
* @param data.success filter on successful jobs
|
|
4455
|
+
* @param data.allWorkspaces get jobs from all workspaces (only valid if request come from the `admins` workspace)
|
|
4456
|
+
* @param data.isNotSchedule is not a scheduled job
|
|
4457
|
+
* @returns ExtendedJobs time
|
|
4458
|
+
* @throws ApiError
|
|
4459
|
+
*/
|
|
4460
|
+
static listExtendedJobs(data: ListExtendedJobsData): CancelablePromise<ListExtendedJobsResponse>;
|
|
4461
|
+
}
|
|
4462
|
+
export declare class IndexSearchService {
|
|
4463
|
+
/**
|
|
4464
|
+
* Search through jobs with a string query
|
|
4465
|
+
* @param data The data for the request.
|
|
4466
|
+
* @param data.workspace
|
|
4467
|
+
* @param data.searchQuery
|
|
4468
|
+
* @returns unknown search results
|
|
4469
|
+
* @throws ApiError
|
|
4470
|
+
*/
|
|
4471
|
+
static searchJobsIndex(data: SearchJobsIndexData): CancelablePromise<SearchJobsIndexResponse>;
|
|
4472
|
+
/**
|
|
4473
|
+
* Search through service logs with a string query
|
|
4474
|
+
* @param data The data for the request.
|
|
4475
|
+
* @param data.searchQuery
|
|
4476
|
+
* @param data.mode
|
|
4477
|
+
* @param data.hostname
|
|
4478
|
+
* @param data.workerGroup
|
|
4479
|
+
* @param data.minTs
|
|
4480
|
+
* @param data.maxTs
|
|
4481
|
+
* @returns unknown search results
|
|
4482
|
+
* @throws ApiError
|
|
4483
|
+
*/
|
|
4484
|
+
static searchLogsIndex(data: SearchLogsIndexData): CancelablePromise<SearchLogsIndexResponse>;
|
|
4485
|
+
/**
|
|
4486
|
+
* Search and count the log line hits on every provided host
|
|
4487
|
+
* @param data The data for the request.
|
|
4488
|
+
* @param data.searchQuery
|
|
4489
|
+
* @param data.minTs
|
|
4490
|
+
* @param data.maxTs
|
|
4491
|
+
* @returns unknown search results
|
|
4492
|
+
* @throws ApiError
|
|
4493
|
+
*/
|
|
4494
|
+
static countSearchLogsIndex(data: CountSearchLogsIndexData): CancelablePromise<CountSearchLogsIndexResponse>;
|
|
4495
|
+
/**
|
|
4496
|
+
* Restart container and delete the index to recreate it.
|
|
4497
|
+
* @param data The data for the request.
|
|
4498
|
+
* @param data.idxName
|
|
4499
|
+
* @returns string idx to be deleted and container restarting
|
|
4500
|
+
* @throws ApiError
|
|
4501
|
+
*/
|
|
4502
|
+
static clearIndex(data: ClearIndexData): CancelablePromise<ClearIndexResponse>;
|
|
4503
|
+
}
|