windmill-components 1.46.3 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.d.ts +6 -5
- package/components/ApiConnectForm.svelte +56 -0
- package/components/ApiConnectForm.svelte.d.ts +19 -0
- package/components/AppConnect.svelte +243 -180
- package/components/AppConnect.svelte.d.ts +4 -3
- package/components/ArgInfo.svelte +8 -4
- package/components/ArgInfo.svelte.d.ts +3 -3
- package/components/ArgInput.svelte +87 -27
- package/components/ArgInput.svelte.d.ts +11 -3
- package/components/Badge.svelte.d.ts +3 -3
- package/components/Button.svelte +1 -1
- package/components/Button.svelte.d.ts +3 -3
- package/components/CenteredModal.svelte +20 -13
- package/components/CenteredModal.svelte.d.ts +3 -3
- package/components/CenteredPage.svelte +1 -1
- package/components/CenteredPage.svelte.d.ts +6 -2
- package/components/ChevronButton.svelte.d.ts +3 -3
- package/components/CollapseLink.svelte.d.ts +3 -3
- package/components/CronInput.svelte +2 -2
- package/components/CronInput.svelte.d.ts +3 -3
- package/components/DisplayResult.svelte +39 -2
- package/components/DisplayResult.svelte.d.ts +3 -3
- package/components/Dropdown.svelte +73 -94
- package/components/Dropdown.svelte.d.ts +4 -6
- package/components/Editor.svelte +19 -7
- package/components/Editor.svelte.d.ts +4 -3
- package/components/EditorBar.svelte +92 -90
- package/components/EditorBar.svelte.d.ts +4 -3
- package/components/FieldHeader.svelte +4 -3
- package/components/FieldHeader.svelte.d.ts +3 -3
- package/components/FlowBuilder.svelte +86 -57
- package/components/FlowBuilder.svelte.d.ts +4 -3
- package/components/FlowGraphViewer.svelte +178 -0
- package/components/FlowGraphViewer.svelte.d.ts +24 -0
- package/components/FlowJobResult.svelte +6 -1
- package/components/FlowJobResult.svelte.d.ts +5 -3
- package/components/FlowMetadata.svelte +4 -2
- package/components/FlowMetadata.svelte.d.ts +3 -3
- package/components/FlowPreviewContent.svelte +58 -81
- package/components/FlowPreviewContent.svelte.d.ts +6 -3
- package/components/FlowStatusViewer.svelte +284 -109
- package/components/FlowStatusViewer.svelte.d.ts +6 -3
- package/components/FlowViewer.svelte +5 -80
- package/components/FlowViewer.svelte.d.ts +4 -3
- package/components/GroupModal.svelte.d.ts +3 -3
- package/components/HighlightCode.svelte +1 -1
- package/components/HighlightCode.svelte.d.ts +4 -3
- package/components/IconedPath.svelte +16 -6
- package/components/IconedPath.svelte.d.ts +5 -3
- package/components/IconedResourceType.svelte +6 -61
- package/components/IconedResourceType.svelte.d.ts +3 -3
- package/components/InputTransformForm.svelte +139 -89
- package/components/InputTransformForm.svelte.d.ts +10 -5
- package/components/InputTransformsViewer.svelte.d.ts +3 -3
- package/components/InviteGlobalUser.svelte +2 -2
- package/components/InviteGlobalUser.svelte.d.ts +4 -4
- package/components/InviteUser.svelte +20 -6
- package/components/InviteUser.svelte.d.ts +4 -4
- package/components/ItemPicker.svelte +103 -44
- package/components/ItemPicker.svelte.d.ts +8 -5
- package/components/JobArgs.svelte +5 -5
- package/components/JobArgs.svelte.d.ts +3 -3
- package/components/JobStatus.svelte +19 -13
- package/components/JobStatus.svelte.d.ts +3 -3
- package/components/LogViewer.svelte +28 -5
- package/components/LogViewer.svelte.d.ts +4 -3
- package/components/Modal.svelte.d.ts +3 -3
- package/components/ModulePreview.svelte +8 -0
- package/components/ModulePreview.svelte.d.ts +3 -3
- package/components/ModuleStatus.svelte +38 -0
- package/components/ModuleStatus.svelte.d.ts +18 -0
- package/components/ObjectResourceInput.svelte +19 -47
- package/components/ObjectResourceInput.svelte.d.ts +3 -3
- package/components/ObjectTypeNarrowing.svelte.d.ts +3 -3
- package/components/PageHeader.svelte +2 -2
- package/components/PageHeader.svelte.d.ts +3 -3
- package/components/Password.svelte +2 -2
- package/components/Password.svelte.d.ts +4 -4
- package/components/Path.svelte +6 -3
- package/components/Path.svelte.d.ts +5 -4
- package/components/Popover.svelte +7 -1
- package/components/Popover.svelte.d.ts +6 -4
- package/components/RadioButton.svelte.d.ts +3 -3
- package/components/Required.svelte.d.ts +3 -3
- package/components/ResourceEditor.svelte +107 -169
- package/components/ResourceEditor.svelte.d.ts +3 -5
- package/components/ResourcePicker.svelte +41 -28
- package/components/ResourcePicker.svelte.d.ts +3 -3
- package/components/ResourceTypePicker.svelte.d.ts +3 -3
- package/components/RunChart.svelte.d.ts +3 -3
- package/components/RunForm.svelte.d.ts +3 -3
- package/components/SchemaEditor.svelte +57 -24
- package/components/SchemaEditor.svelte.d.ts +3 -3
- package/components/SchemaEditorProperty.svelte.d.ts +3 -3
- package/components/SchemaForm.svelte +98 -33
- package/components/SchemaForm.svelte.d.ts +9 -4
- package/components/SchemaModal.svelte +11 -10
- package/components/SchemaModal.svelte.d.ts +4 -4
- package/components/SchemaViewer.svelte.d.ts +3 -3
- package/components/ScriptBuilder.svelte +202 -189
- package/components/ScriptBuilder.svelte.d.ts +4 -4
- package/components/ScriptEditor.svelte +71 -69
- package/components/ScriptEditor.svelte.d.ts +5 -3
- package/components/ScriptPicker.svelte +28 -38
- package/components/ScriptPicker.svelte.d.ts +5 -4
- package/components/ScriptSchema.svelte +12 -31
- package/components/ScriptSchema.svelte.d.ts +3 -4
- package/components/SearchItems.svelte +29 -0
- package/components/SearchItems.svelte.d.ts +23 -0
- package/components/ShareModal.svelte.d.ts +3 -3
- package/components/SharedBadge.svelte +4 -3
- package/components/SharedBadge.svelte.d.ts +3 -3
- package/components/SimpleEditor.svelte +36 -11
- package/components/SimpleEditor.svelte.d.ts +5 -4
- package/components/Star.svelte +42 -0
- package/components/Star.svelte.d.ts +19 -0
- package/components/StringTypeNarrowing.svelte.d.ts +3 -3
- package/components/SuperadminSettings.svelte +26 -52
- package/components/SuperadminSettings.svelte.d.ts +3 -3
- package/components/TableCustom.svelte +1 -1
- package/components/TableCustom.svelte.d.ts +3 -3
- package/components/TableSimple.svelte +1 -1
- package/components/TableSimple.svelte.d.ts +3 -3
- package/components/TestJobLoader.svelte +61 -32
- package/components/TestJobLoader.svelte.d.ts +9 -3
- package/components/Toggle.svelte.d.ts +3 -3
- package/components/ToggleHubWorkspace.svelte +16 -0
- package/components/ToggleHubWorkspace.svelte.d.ts +16 -0
- package/components/Tooltip.svelte.d.ts +4 -4
- package/components/UserSettings.svelte.d.ts +3 -3
- package/components/VariableEditor.svelte +89 -37
- package/components/VariableEditor.svelte.d.ts +5 -3
- package/components/apps/CreateApp.svelte +68 -0
- package/components/apps/CreateApp.svelte.d.ts +14 -0
- package/components/apps/components/DisplayComponent.svelte +16 -0
- package/components/apps/components/DisplayComponent.svelte.d.ts +20 -0
- package/components/apps/components/buttons/AppButton.svelte +49 -0
- package/components/apps/components/buttons/AppButton.svelte.d.ts +25 -0
- package/components/apps/components/dataDisplay/AppBarChart.svelte +42 -0
- package/components/apps/components/dataDisplay/AppBarChart.svelte.d.ts +21 -0
- package/components/apps/components/dataDisplay/AppPieChart.svelte +43 -0
- package/components/apps/components/dataDisplay/AppPieChart.svelte.d.ts +21 -0
- package/components/apps/components/dataDisplay/AppTable.svelte +132 -0
- package/components/apps/components/dataDisplay/AppTable.svelte.d.ts +23 -0
- package/components/apps/components/dataDisplay/AppText.svelte +22 -0
- package/components/apps/components/dataDisplay/AppText.svelte.d.ts +22 -0
- package/components/apps/components/dataDisplay/app.md +49 -0
- package/components/apps/components/form/AppForm.svelte +50 -0
- package/components/apps/components/form/AppForm.svelte.d.ts +25 -0
- package/components/apps/components/helpers/AlignWrapper.svelte +30 -0
- package/components/apps/components/helpers/AlignWrapper.svelte.d.ts +20 -0
- package/components/apps/components/helpers/DebouncedInput.svelte +24 -0
- package/components/apps/components/helpers/DebouncedInput.svelte.d.ts +20 -0
- package/components/apps/components/helpers/InputValue.svelte +46 -0
- package/components/apps/components/helpers/InputValue.svelte.d.ts +18 -0
- package/components/apps/components/helpers/NonRunnableComponent.svelte +20 -0
- package/components/apps/components/helpers/NonRunnableComponent.svelte.d.ts +21 -0
- package/components/apps/components/helpers/RunnableComponent.svelte +188 -0
- package/components/apps/components/helpers/RunnableComponent.svelte.d.ts +27 -0
- package/components/apps/components/helpers/RunnableWrapper.svelte +32 -0
- package/components/apps/components/helpers/RunnableWrapper.svelte.d.ts +26 -0
- package/components/apps/components/numberInputs/AppNumberInput.svelte +36 -0
- package/components/apps/components/numberInputs/AppNumberInput.svelte.d.ts +20 -0
- package/components/apps/components/selectInputs/AppCheckbox.svelte +28 -0
- package/components/apps/components/selectInputs/AppCheckbox.svelte.d.ts +22 -0
- package/components/apps/components/textInputs/AppTextInput.svelte +21 -0
- package/components/apps/components/textInputs/AppTextInput.svelte.d.ts +20 -0
- package/components/apps/editor/AppEditor.svelte +116 -0
- package/components/apps/editor/AppEditor.svelte.d.ts +19 -0
- package/components/apps/editor/AppEditorHeader.svelte +75 -0
- package/components/apps/editor/AppEditorHeader.svelte.d.ts +19 -0
- package/components/apps/editor/AppPreview.svelte +42 -0
- package/components/apps/editor/AppPreview.svelte.d.ts +17 -0
- package/components/apps/editor/ComponentEditor.svelte +85 -0
- package/components/apps/editor/ComponentEditor.svelte.d.ts +20 -0
- package/components/apps/editor/ComponentHeader.svelte +28 -0
- package/components/apps/editor/ComponentHeader.svelte.d.ts +20 -0
- package/components/apps/editor/GridEditor.svelte +94 -0
- package/components/apps/editor/GridEditor.svelte.d.ts +14 -0
- package/components/apps/editor/RecomputeAllComponents.svelte +28 -0
- package/components/apps/editor/RecomputeAllComponents.svelte.d.ts +14 -0
- package/components/apps/editor/componentsPanel/ComponentList.svelte +160 -0
- package/components/apps/editor/componentsPanel/ComponentList.svelte.d.ts +14 -0
- package/components/apps/editor/componentsPanel/componentDefaultProps.d.ts +3 -0
- package/components/apps/editor/componentsPanel/componentDefaultProps.js +5 -0
- package/components/apps/editor/componentsPanel/componentStaticValues.d.ts +6 -0
- package/components/apps/editor/componentsPanel/componentStaticValues.js +8 -0
- package/components/apps/editor/componentsPanel/data.d.ts +3 -0
- package/components/apps/editor/componentsPanel/data.js +273 -0
- package/components/apps/editor/componentsPanel/store.d.ts +9 -0
- package/components/apps/editor/componentsPanel/store.js +16 -0
- package/components/apps/editor/contextPanel/ComponentOutputViewer.svelte +22 -0
- package/components/apps/editor/contextPanel/ComponentOutputViewer.svelte.d.ts +19 -0
- package/components/apps/editor/contextPanel/ContextPanel.svelte +192 -0
- package/components/apps/editor/contextPanel/ContextPanel.svelte.d.ts +16 -0
- package/components/apps/editor/contextPanel/InlineScriptCreationPanel.svelte +29 -0
- package/components/apps/editor/contextPanel/InlineScriptCreationPanel.svelte.d.ts +16 -0
- package/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte +67 -0
- package/components/apps/editor/settingsPanel/ArrayStaticInputEditor.svelte.d.ts +55 -0
- package/components/apps/editor/settingsPanel/ComponentPanel.svelte +221 -0
- package/components/apps/editor/settingsPanel/ComponentPanel.svelte.d.ts +18 -0
- package/components/apps/editor/settingsPanel/ConnectedInputEditor.svelte +70 -0
- package/components/apps/editor/settingsPanel/ConnectedInputEditor.svelte.d.ts +17 -0
- package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte +11 -0
- package/components/apps/editor/settingsPanel/InputsSpecEditor.svelte.d.ts +18 -0
- package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte +67 -0
- package/components/apps/editor/settingsPanel/InputsSpecsEditor.svelte.d.ts +19 -0
- package/components/apps/editor/settingsPanel/PickFlow.svelte +38 -0
- package/components/apps/editor/settingsPanel/PickFlow.svelte.d.ts +16 -0
- package/components/apps/editor/settingsPanel/PickInlineScript.svelte +38 -0
- package/components/apps/editor/settingsPanel/PickInlineScript.svelte.d.ts +20 -0
- package/components/apps/editor/settingsPanel/Recompute.svelte +46 -0
- package/components/apps/editor/settingsPanel/Recompute.svelte.d.ts +17 -0
- package/components/apps/editor/settingsPanel/SectionPanel.svelte +70 -0
- package/components/apps/editor/settingsPanel/SectionPanel.svelte.d.ts +19 -0
- package/components/apps/editor/settingsPanel/StaticInputEditor.svelte +46 -0
- package/components/apps/editor/settingsPanel/StaticInputEditor.svelte.d.ts +18 -0
- package/components/apps/editor/settingsPanel/SubTypeEditor.svelte +17 -0
- package/components/apps/editor/settingsPanel/SubTypeEditor.svelte.d.ts +19 -0
- package/components/apps/editor/settingsPanel/TableActionLabel.svelte +10 -0
- package/components/apps/editor/settingsPanel/TableActionLabel.svelte.d.ts +17 -0
- package/components/apps/editor/settingsPanel/TableActions.svelte +111 -0
- package/components/apps/editor/settingsPanel/TableActions.svelte.d.ts +19 -0
- package/components/apps/editor/settingsPanel/UserInputEditor.svelte +2 -0
- package/components/apps/editor/settingsPanel/UserInputEditor.svelte.d.ts +14 -0
- package/components/apps/editor/settingsPanel/common/PanelSection.svelte +12 -0
- package/components/apps/editor/settingsPanel/common/PanelSection.svelte.d.ts +20 -0
- package/components/apps/editor/settingsPanel/mainInput/InlineScriptList.svelte +53 -0
- package/components/apps/editor/settingsPanel/mainInput/InlineScriptList.svelte.d.ts +21 -0
- package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte +98 -0
- package/components/apps/editor/settingsPanel/mainInput/RunnableSelector.svelte.d.ts +18 -0
- package/components/apps/editor/settingsPanel/mainInput/WorkspaceFlowList.svelte +81 -0
- package/components/apps/editor/settingsPanel/mainInput/WorkspaceFlowList.svelte.d.ts +20 -0
- package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte +81 -0
- package/components/apps/editor/settingsPanel/mainInput/WorkspaceScriptList.svelte.d.ts +20 -0
- package/components/apps/gridUtils.d.ts +11 -0
- package/components/apps/gridUtils.js +24 -0
- package/components/apps/inputType.d.ts +62 -0
- package/components/apps/inputType.js +1 -0
- package/components/apps/rx.d.ts +27 -0
- package/components/apps/rx.js +99 -0
- package/components/apps/types.d.ts +86 -0
- package/components/apps/types.js +1 -0
- package/components/apps/utils.d.ts +13 -0
- package/components/apps/utils.js +132 -0
- package/components/common/actionRow/ActionRow.svelte.d.ts +3 -3
- package/components/common/alert/Alert.svelte +30 -7
- package/components/common/alert/Alert.svelte.d.ts +5 -3
- package/components/common/alert/model.d.ts +1 -1
- package/components/common/badge/Badge.svelte +3 -7
- package/components/common/badge/Badge.svelte.d.ts +6 -4
- package/components/common/badge/model.d.ts +2 -2
- package/components/common/breadcrumb/Breadcrumb.svelte.d.ts +3 -3
- package/components/common/button/Button.svelte +24 -6
- package/components/common/button/Button.svelte.d.ts +6 -4
- package/components/common/button/ButtonPopup.svelte +3 -1
- package/components/common/button/ButtonPopup.svelte.d.ts +5 -4
- package/components/common/button/ButtonPopupItem.svelte.d.ts +3 -3
- package/components/common/button/model.d.ts +2 -1
- package/components/common/button/model.js +2 -1
- package/components/common/confirmationModal/ConfirmationModal.svelte.d.ts +3 -3
- package/components/common/confirmationModal/UnsavedConfirmationModal.svelte.d.ts +4 -4
- package/components/common/drawer/Drawer.svelte +5 -1
- package/components/common/drawer/Drawer.svelte.d.ts +3 -3
- package/components/common/drawer/DrawerContent.svelte +28 -19
- package/components/common/drawer/DrawerContent.svelte.d.ts +6 -6
- package/components/common/kbd/Kbd.svelte.d.ts +2 -2
- package/components/common/languageIcons/LanguageIcon.svelte +8 -4
- package/components/common/languageIcons/LanguageIcon.svelte.d.ts +4 -4
- package/components/common/menu/Menu.svelte +7 -6
- package/components/common/menu/Menu.svelte.d.ts +7 -6
- package/components/common/menu/MenuItem.svelte +1 -0
- package/components/common/menu/MenuItem.svelte.d.ts +6 -2
- package/components/common/popup/Popup.svelte +0 -11
- package/components/common/popup/Popup.svelte.d.ts +3 -3
- package/components/common/skeleton/Skeleton.svelte.d.ts +3 -3
- package/components/common/skeleton/SkeletonElement.svelte.d.ts +3 -3
- package/components/common/skeleton/model.d.ts +4 -4
- package/components/common/table/AppRow.svelte +77 -0
- package/components/common/table/AppRow.svelte.d.ts +23 -0
- package/components/common/table/FlowRow.svelte +141 -0
- package/components/common/table/FlowRow.svelte.d.ts +25 -0
- package/components/common/table/LanguageBadge.svelte +32 -0
- package/components/common/table/LanguageBadge.svelte.d.ts +24 -0
- package/components/common/table/Row.svelte +58 -0
- package/components/common/table/Row.svelte.d.ts +28 -0
- package/components/common/table/RowIcon.svelte +28 -0
- package/components/common/table/RowIcon.svelte.d.ts +16 -0
- package/components/common/table/ScriptRow.svelte +155 -0
- package/components/common/table/ScriptRow.svelte.d.ts +25 -0
- package/components/common/table/Table.svelte +9 -0
- package/components/common/table/Table.svelte.d.ts +27 -0
- package/components/common/tabs/Tab.svelte +15 -4
- package/components/common/tabs/Tab.svelte.d.ts +5 -3
- package/components/common/tabs/TabContent.svelte.d.ts +3 -3
- package/components/common/tabs/Tabs.svelte +5 -1
- package/components/common/tabs/Tabs.svelte.d.ts +4 -4
- package/components/common/toggleButton/ToggleButton.svelte +12 -9
- package/components/common/toggleButton/ToggleButton.svelte.d.ts +6 -4
- package/components/common/toggleButton/ToggleButtonGroup.svelte +12 -19
- package/components/common/toggleButton/ToggleButtonGroup.svelte.d.ts +10 -8
- package/components/flows/CreateActionsFlow.svelte +39 -0
- package/components/flows/CreateActionsFlow.svelte.d.ts +14 -0
- package/components/flows/FlowEditor.svelte +22 -5
- package/components/flows/FlowEditor.svelte.d.ts +4 -3
- package/components/flows/FlowProgressBar.svelte.d.ts +3 -3
- package/components/flows/common/FlowCard.svelte.d.ts +3 -3
- package/components/flows/common/FlowCardHeader.svelte +10 -9
- package/components/flows/common/FlowCardHeader.svelte.d.ts +3 -3
- package/components/flows/content/BranchPredicateEditor.svelte +30 -0
- package/components/flows/content/BranchPredicateEditor.svelte.d.ts +23 -0
- package/components/flows/content/CapturePayload.svelte +12 -8
- package/components/flows/content/CapturePayload.svelte.d.ts +3 -3
- package/components/flows/content/DynamicInputHelpBox.svelte +2 -32
- package/components/flows/content/DynamicInputHelpBox.svelte.d.ts +4 -6
- package/components/flows/content/FlowBranchAllWrapper.svelte +2 -2
- package/components/flows/content/FlowBranchAllWrapper.svelte.d.ts +3 -3
- package/components/flows/content/FlowBranchOneWrapper.svelte +4 -35
- package/components/flows/content/FlowBranchOneWrapper.svelte.d.ts +3 -3
- package/components/flows/content/FlowBranchesAllWrapper.svelte +91 -0
- package/components/flows/content/FlowBranchesAllWrapper.svelte.d.ts +18 -0
- package/components/flows/content/FlowBranchesOneWrapper.svelte +88 -0
- package/components/flows/content/FlowBranchesOneWrapper.svelte.d.ts +18 -0
- package/components/flows/content/FlowEditorPanel.svelte +2 -0
- package/components/flows/content/FlowEditorPanel.svelte.d.ts +3 -3
- package/components/flows/content/FlowFailureModule.svelte.d.ts +4 -4
- package/components/flows/content/FlowInput.svelte +10 -14
- package/components/flows/content/FlowInput.svelte.d.ts +4 -4
- package/components/flows/content/FlowInputs.svelte +121 -140
- package/components/flows/content/FlowInputs.svelte.d.ts +4 -7
- package/components/flows/content/FlowInputsFlow.svelte +101 -0
- package/components/flows/content/FlowInputsFlow.svelte.d.ts +20 -0
- package/components/flows/content/FlowLoop.svelte +13 -5
- package/components/flows/content/FlowLoop.svelte.d.ts +3 -3
- package/components/flows/content/FlowModuleComponent.svelte +82 -67
- package/components/flows/content/FlowModuleComponent.svelte.d.ts +3 -3
- package/components/flows/content/FlowModuleEarlyStop.svelte +7 -5
- package/components/flows/content/FlowModuleEarlyStop.svelte.d.ts +3 -3
- package/components/flows/content/FlowModuleHeader.svelte +23 -19
- package/components/flows/content/FlowModuleHeader.svelte.d.ts +4 -3
- package/components/flows/content/FlowModuleScript.svelte.d.ts +3 -3
- package/components/flows/content/FlowModuleSleep.svelte +69 -0
- package/components/flows/content/FlowModuleSleep.svelte.d.ts +18 -0
- package/components/flows/content/FlowModuleSuspend.svelte +5 -57
- package/components/flows/content/FlowModuleSuspend.svelte.d.ts +3 -4
- package/components/flows/content/FlowModuleWrapper.svelte +59 -57
- package/components/flows/content/FlowModuleWrapper.svelte.d.ts +3 -3
- package/components/flows/content/FlowPathViewer.svelte +20 -0
- package/components/flows/content/FlowPathViewer.svelte.d.ts +17 -0
- package/components/flows/content/FlowRetries.svelte.d.ts +3 -3
- package/components/flows/content/FlowSchedules.svelte.d.ts +4 -4
- package/components/flows/content/FlowSettings.svelte +85 -94
- package/components/flows/content/FlowSettings.svelte.d.ts +3 -3
- package/components/flows/content/RemoveStepConfirmationModal.svelte.d.ts +3 -3
- package/components/flows/flowState.d.ts +2 -2
- package/components/flows/flowState.js +2 -2
- package/components/flows/flowStateUtils.d.ts +8 -3
- package/components/flows/flowStateUtils.js +42 -10
- package/components/flows/flowStore.d.ts +1 -1
- package/components/flows/flowStore.js +1 -1
- package/components/flows/header/FlowImportExportMenu.svelte +9 -23
- package/components/flows/header/FlowImportExportMenu.svelte.d.ts +4 -4
- package/components/flows/header/FlowPreviewButtons.svelte +24 -16
- package/components/flows/header/FlowPreviewButtons.svelte.d.ts +4 -4
- package/components/flows/map/FlowBranchAllMap.svelte +47 -37
- package/components/flows/map/FlowBranchAllMap.svelte.d.ts +3 -3
- package/components/flows/map/FlowBranchOneMap.svelte +50 -42
- package/components/flows/map/FlowBranchOneMap.svelte.d.ts +3 -3
- package/components/flows/map/FlowErrorHandlerItem.svelte +9 -7
- package/components/flows/map/FlowErrorHandlerItem.svelte.d.ts +4 -4
- package/components/flows/map/FlowInputsItem.svelte +3 -2
- package/components/flows/map/FlowInputsItem.svelte.d.ts +4 -4
- package/components/flows/map/FlowModuleSchemaItem.svelte +54 -40
- package/components/flows/map/FlowModuleSchemaItem.svelte.d.ts +5 -5
- package/components/flows/map/FlowModuleSchemaMap.svelte +59 -95
- package/components/flows/map/FlowModuleSchemaMap.svelte.d.ts +4 -5
- package/components/flows/map/FlowSettingsItem.svelte +8 -7
- package/components/flows/map/FlowSettingsItem.svelte.d.ts +4 -4
- package/components/flows/map/InsertModuleButton.svelte +78 -8
- package/components/flows/map/InsertModuleButton.svelte.d.ts +5 -5
- package/components/flows/map/MapItem.svelte +36 -16
- package/components/flows/map/MapItem.svelte.d.ts +4 -6
- package/components/flows/pickers/FlowScriptPicker.svelte +11 -4
- package/components/flows/pickers/FlowScriptPicker.svelte.d.ts +8 -6
- package/components/flows/pickers/PickHubFlow.svelte +72 -0
- package/components/flows/pickers/PickHubFlow.svelte.d.ts +20 -0
- package/components/flows/pickers/PickHubScript.svelte +83 -29
- package/components/flows/pickers/PickHubScript.svelte.d.ts +8 -7
- package/components/flows/pickers/PickScript.svelte +16 -9
- package/components/flows/pickers/PickScript.svelte.d.ts +3 -4
- package/components/flows/pickers/WorkspaceScriptPicker.svelte +113 -0
- package/components/flows/pickers/WorkspaceScriptPicker.svelte.d.ts +23 -0
- package/components/flows/pickers/model.d.ts +5 -3
- package/components/flows/previousResults.d.ts +3 -2
- package/components/flows/previousResults.js +7 -6
- package/components/flows/propPicker/PropPickerWrapper.svelte +11 -3
- package/components/flows/propPicker/PropPickerWrapper.svelte.d.ts +7 -7
- package/components/flows/scheduleUtils.d.ts +1 -1
- package/components/flows/scheduleUtils.js +1 -1
- package/components/flows/types.d.ts +1 -1
- package/components/flows/utils.d.ts +1 -2
- package/components/flows/utils.js +10 -15
- package/components/graph/FlowGraph.svelte +163 -58
- package/components/graph/FlowGraph.svelte.d.ts +7 -4
- package/components/graph/model.d.ts +18 -6
- package/components/home/ItemsList.svelte +265 -0
- package/components/home/ItemsList.svelte.d.ts +16 -0
- package/components/home/ListFilters.svelte +37 -0
- package/components/home/ListFilters.svelte.d.ts +18 -0
- package/components/home/NoItemFound.svelte +6 -0
- package/components/home/NoItemFound.svelte.d.ts +23 -0
- package/components/icons/AirtableIcon.svelte.d.ts +3 -3
- package/components/icons/DatadogIcon.svelte +48 -0
- package/components/icons/DatadogIcon.svelte.d.ts +17 -0
- package/components/icons/DbIcon.svelte.d.ts +3 -3
- package/components/icons/DiscordIcon.svelte.d.ts +3 -3
- package/components/icons/FunkwhaleIcon.svelte +90 -0
- package/components/icons/FunkwhaleIcon.svelte.d.ts +17 -0
- package/components/icons/GCloudIcon.svelte.d.ts +3 -3
- package/components/icons/GItlabIcon.svelte.d.ts +3 -3
- package/components/icons/GSheetsIcon.svelte.d.ts +3 -3
- package/components/icons/GcalIcon.svelte.d.ts +3 -3
- package/components/icons/GdocsIcon.svelte +9 -0
- package/components/icons/GdocsIcon.svelte.d.ts +17 -0
- package/components/icons/GdriveIcon.svelte.d.ts +3 -3
- package/components/icons/GithubIcon.svelte.d.ts +3 -3
- package/components/icons/GmailIcon.svelte.d.ts +3 -3
- package/components/icons/HatIcon.svelte.d.ts +3 -3
- package/components/icons/HttpIcon.svelte.d.ts +3 -3
- package/components/icons/HubspotIcon.svelte +9 -0
- package/components/icons/HubspotIcon.svelte.d.ts +17 -0
- package/components/icons/LinkedinIcon.svelte +9 -0
- package/components/icons/LinkedinIcon.svelte.d.ts +17 -0
- package/components/icons/Mail.svelte +9 -53
- package/components/icons/Mail.svelte.d.ts +3 -3
- package/components/icons/MailchimpIcon.svelte +18 -0
- package/components/icons/MailchimpIcon.svelte.d.ts +17 -0
- package/components/icons/MastodonIcon.svelte.d.ts +3 -3
- package/components/icons/MatrixIcon.svelte.d.ts +3 -3
- package/components/icons/Mysql.svelte +8 -8
- package/components/icons/Mysql.svelte.d.ts +3 -3
- package/components/icons/NextcloudIcon.svelte +9 -0
- package/components/icons/NextcloudIcon.svelte.d.ts +17 -0
- package/components/icons/PostgresIcon.svelte.d.ts +3 -3
- package/components/icons/QRCodeIcon.svelte +5 -0
- package/components/icons/QRCodeIcon.svelte.d.ts +16 -0
- package/components/icons/S3Icon.svelte.d.ts +3 -3
- package/components/icons/SendflakeIcon.svelte +15 -0
- package/components/icons/SendflakeIcon.svelte.d.ts +17 -0
- package/components/icons/SendgridIcon.svelte +66 -0
- package/components/icons/SendgridIcon.svelte.d.ts +17 -0
- package/components/icons/Slack.svelte.d.ts +3 -3
- package/components/icons/StripeIcon.svelte +9 -0
- package/components/icons/StripeIcon.svelte.d.ts +17 -0
- package/components/icons/TelegramIcon.svelte +9 -0
- package/components/icons/TelegramIcon.svelte.d.ts +17 -0
- package/components/icons/TogglIcon.svelte.d.ts +3 -3
- package/components/icons/WindmillIcon.svelte +3 -3
- package/components/icons/WindmillIcon.svelte.d.ts +3 -3
- package/components/icons/index.d.ts +70 -0
- package/components/icons/index.js +70 -0
- package/components/jobs/JobDetail.svelte +4 -4
- package/components/jobs/JobDetail.svelte.d.ts +3 -3
- package/components/preview/FlowPreviewStatus.svelte +12 -23
- package/components/preview/FlowPreviewStatus.svelte.d.ts +3 -3
- package/components/progressBar/ProgressBar.svelte.d.ts +3 -3
- package/components/progressBar/ProgressBarGeneralPart.svelte.d.ts +3 -3
- package/components/progressBar/ProgressBarLoopAccessor.svelte.d.ts +3 -3
- package/components/progressBar/ProgressBarLoopPart.svelte.d.ts +3 -3
- package/components/progressBar/model.d.ts +9 -9
- package/components/propertyPicker/ObjectViewer.svelte +34 -9
- package/components/propertyPicker/ObjectViewer.svelte.d.ts +4 -3
- package/components/propertyPicker/PropPicker.svelte +134 -110
- package/components/propertyPicker/PropPicker.svelte.d.ts +3 -3
- package/components/propertyPicker/PropPickerResult.svelte +2 -4
- package/components/propertyPicker/PropPickerResult.svelte.d.ts +3 -3
- package/components/propertyPicker/WarningMessage.svelte.d.ts +6 -2
- package/components/scriptEditor/LogPanel.svelte +15 -8
- package/components/scriptEditor/LogPanel.svelte.d.ts +3 -3
- package/components/scripts/CreateActionsScript.svelte +29 -0
- package/components/scripts/CreateActionsScript.svelte.d.ts +14 -0
- package/components/sidebar/FavoriteMenu.svelte +52 -0
- package/components/sidebar/FavoriteMenu.svelte.d.ts +21 -0
- package/components/sidebar/MenuLink.svelte +7 -4
- package/components/sidebar/MenuLink.svelte.d.ts +4 -3
- package/components/sidebar/SidebarContent.svelte +24 -26
- package/components/sidebar/SidebarContent.svelte.d.ts +3 -3
- package/components/sidebar/UserMenu.svelte +22 -5
- package/components/sidebar/UserMenu.svelte.d.ts +3 -3
- package/components/sidebar/WorkspaceMenu.svelte +9 -10
- package/components/sidebar/WorkspaceMenu.svelte.d.ts +3 -3
- package/components/splitPanes/SplitPanesWrapper.svelte.d.ts +3 -3
- package/editorUtils.d.ts +3 -1
- package/editorUtils.js +5 -3
- package/gen/core/ApiRequestOptions.d.ts +1 -1
- package/gen/core/ApiResult.d.ts +1 -1
- package/gen/core/OpenAPI.d.ts +3 -3
- package/gen/core/OpenAPI.js +1 -1
- package/gen/index.d.ts +3 -0
- package/gen/index.js +1 -0
- package/gen/models/AppWithLastVersion.d.ts +12 -12
- package/gen/models/AuditLog.d.ts +1 -1
- package/gen/models/BranchAll.d.ts +1 -1
- package/gen/models/BranchOne.d.ts +1 -1
- package/gen/models/CompletedJob.d.ts +2 -1
- package/gen/models/ContextualVariable.d.ts +1 -1
- package/gen/models/CreateResource.d.ts +1 -2
- package/gen/models/CreateVariable.d.ts +1 -1
- package/gen/models/CreateWorkspace.d.ts +1 -2
- package/gen/models/EditResource.d.ts +1 -1
- package/gen/models/EditResourceType.d.ts +1 -1
- package/gen/models/EditSchedule.d.ts +1 -1
- package/gen/models/EditVariable.d.ts +1 -1
- package/gen/models/EditWorkspaceUser.d.ts +3 -1
- package/gen/models/Flow.d.ts +1 -1
- package/gen/models/FlowMetadata.d.ts +2 -1
- package/gen/models/FlowModule.d.ts +1 -1
- package/gen/models/FlowModuleValue.d.ts +2 -1
- package/gen/models/FlowPreview.d.ts +1 -1
- package/gen/models/FlowStatus.d.ts +4 -2
- package/gen/models/FlowStatusModule.d.ts +2 -2
- package/gen/models/FlowStatusModule.js +1 -1
- package/gen/models/FlowValue.d.ts +1 -1
- package/gen/models/ForloopFlow.d.ts +1 -1
- package/gen/models/GlobalUserInfo.d.ts +1 -1
- package/gen/models/Group.d.ts +1 -1
- package/gen/models/Identity.d.ts +2 -1
- package/gen/models/InputTransform.d.ts +1 -1
- package/gen/models/JavascriptTransform.d.ts +1 -1
- package/gen/models/Job.d.ts +1 -1
- package/gen/models/ListableApp.d.ts +10 -8
- package/gen/models/ListableResource.d.ts +14 -0
- package/gen/models/ListableResource.js +4 -0
- package/gen/models/ListableVariable.d.ts +5 -1
- package/gen/models/Login.d.ts +1 -1
- package/gen/models/MainArgSignature.d.ts +1 -1
- package/gen/models/NewSchedule.d.ts +1 -1
- package/gen/models/NewToken.d.ts +1 -1
- package/gen/models/NewUser.d.ts +1 -1
- package/gen/models/OpenFlow.d.ts +1 -1
- package/gen/models/OpenFlowWPath.d.ts +1 -1
- package/gen/models/PathFlow.d.ts +6 -0
- package/gen/models/PathFlow.js +4 -0
- package/gen/models/PathScript.d.ts +2 -1
- package/gen/models/Policy.d.ts +1 -1
- package/gen/models/Preview.d.ts +1 -1
- package/gen/models/QueuedJob.d.ts +2 -1
- package/gen/models/RawScript.d.ts +2 -1
- package/gen/models/Resource.d.ts +1 -1
- package/gen/models/ResourceType.d.ts +1 -1
- package/gen/models/Retry.d.ts +1 -1
- package/gen/models/Schedule.d.ts +3 -1
- package/gen/models/Script.d.ts +2 -1
- package/gen/models/ScriptArgs.d.ts +1 -1
- package/gen/models/SlackToken.d.ts +1 -1
- package/gen/models/StaticTransform.d.ts +1 -1
- package/gen/models/TokenResponse.d.ts +1 -1
- package/gen/models/TruncatedToken.d.ts +1 -1
- package/gen/models/Usage.d.ts +2 -4
- package/gen/models/User.d.ts +1 -1
- package/gen/models/UserWorkspaceList.d.ts +1 -1
- package/gen/models/WorkerPing.d.ts +1 -1
- package/gen/models/Workspace.d.ts +1 -1
- package/gen/models/WorkspaceInvite.d.ts +2 -1
- package/gen/services/AppService.d.ts +107 -1
- package/gen/services/AppService.js +89 -1
- package/gen/services/FavoriteService.d.ts +27 -0
- package/gen/services/FavoriteService.js +36 -0
- package/gen/services/FlowService.d.ts +7 -91
- package/gen/services/FlowService.js +2 -73
- package/gen/services/JobService.d.ts +50 -5
- package/gen/services/JobService.js +33 -5
- package/gen/services/OauthService.d.ts +1 -1
- package/gen/services/ResourceService.d.ts +9 -4
- package/gen/services/ResourceService.js +3 -2
- package/gen/services/ScheduleService.d.ts +1 -1
- package/gen/services/ScheduleService.js +1 -1
- package/gen/services/ScriptService.d.ts +7 -1
- package/gen/services/ScriptService.js +2 -1
- package/gen/services/UserService.d.ts +6 -0
- package/gen/services/UserService.js +11 -0
- package/gen/services/WorkspaceService.d.ts +35 -0
- package/gen/services/WorkspaceService.js +41 -0
- package/package.json +461 -361
- package/script_helpers.d.ts +5 -2
- package/script_helpers.js +91 -26
- package/scripts.d.ts +1 -0
- package/scripts.js +8 -1
- package/stateMachine.d.ts +4 -4
- package/stores.d.ts +13 -2
- package/stores.js +25 -6
- package/utils.d.ts +7 -3
- package/utils.js +31 -7
- package/components/ButtonAndDropdown.svelte +0 -25
- package/components/ButtonAndDropdown.svelte.d.ts +0 -23
- package/components/FlowModulesViewer.svelte +0 -191
- package/components/FlowModulesViewer.svelte.d.ts +0 -18
- package/components/flows/content/FlowBranchesWrapper.svelte +0 -140
- package/components/flows/content/FlowBranchesWrapper.svelte.d.ts +0 -19
- package/components/landing/FlowGettingStarted.svelte +0 -50
- package/components/landing/FlowGettingStarted.svelte.d.ts +0 -19
- package/components/landing/FlowLandingBox.svelte +0 -39
- package/components/landing/FlowLandingBox.svelte.d.ts +0 -17
- package/components/landing/RessourceGettingStarted.svelte +0 -21
- package/components/landing/RessourceGettingStarted.svelte.d.ts +0 -19
- package/components/landing/ScriptBox.svelte +0 -52
- package/components/landing/ScriptBox.svelte.d.ts +0 -17
- package/components/landing/ScriptGettingStarted.svelte +0 -48
- package/components/landing/ScriptGettingStarted.svelte.d.ts +0 -19
- package/components/scripts/CreateActions.svelte +0 -114
- package/components/scripts/CreateActions.svelte.d.ts +0 -14
|
@@ -31,7 +31,7 @@ export class FlowService {
|
|
|
31
31
|
* @returns Flow All available flow
|
|
32
32
|
* @throws ApiError
|
|
33
33
|
*/
|
|
34
|
-
static listFlows({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, showArchived, }) {
|
|
34
|
+
static listFlows({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, showArchived, starredOnly, }) {
|
|
35
35
|
return __request(OpenAPI, {
|
|
36
36
|
method: 'GET',
|
|
37
37
|
url: '/w/{workspace}/flows/list',
|
|
@@ -46,6 +46,7 @@ export class FlowService {
|
|
|
46
46
|
'path_start': pathStart,
|
|
47
47
|
'path_exact': pathExact,
|
|
48
48
|
'show_archived': showArchived,
|
|
49
|
+
'starred_only': starredOnly,
|
|
49
50
|
},
|
|
50
51
|
});
|
|
51
52
|
}
|
|
@@ -127,76 +128,4 @@ export class FlowService {
|
|
|
127
128
|
},
|
|
128
129
|
});
|
|
129
130
|
}
|
|
130
|
-
/**
|
|
131
|
-
* list all available apps
|
|
132
|
-
* @returns ListableApp All available apps
|
|
133
|
-
* @throws ApiError
|
|
134
|
-
*/
|
|
135
|
-
static listApps({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, }) {
|
|
136
|
-
return __request(OpenAPI, {
|
|
137
|
-
method: 'GET',
|
|
138
|
-
url: '/w/{workspace}/apps/list',
|
|
139
|
-
path: {
|
|
140
|
-
'workspace': workspace,
|
|
141
|
-
},
|
|
142
|
-
query: {
|
|
143
|
-
'page': page,
|
|
144
|
-
'per_page': perPage,
|
|
145
|
-
'order_desc': orderDesc,
|
|
146
|
-
'created_by': createdBy,
|
|
147
|
-
'path_start': pathStart,
|
|
148
|
-
'path_exact': pathExact,
|
|
149
|
-
},
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* create app
|
|
154
|
-
* @returns string app created
|
|
155
|
-
* @throws ApiError
|
|
156
|
-
*/
|
|
157
|
-
static listApps1({ workspace, requestBody, }) {
|
|
158
|
-
return __request(OpenAPI, {
|
|
159
|
-
method: 'POST',
|
|
160
|
-
url: '/w/{workspace}/apps/create',
|
|
161
|
-
path: {
|
|
162
|
-
'workspace': workspace,
|
|
163
|
-
},
|
|
164
|
-
body: requestBody,
|
|
165
|
-
mediaType: 'application/json',
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
/**
|
|
169
|
-
* update app
|
|
170
|
-
* @returns string app updated
|
|
171
|
-
* @throws ApiError
|
|
172
|
-
*/
|
|
173
|
-
static updateApp({ workspace, path, requestBody, }) {
|
|
174
|
-
return __request(OpenAPI, {
|
|
175
|
-
method: 'POST',
|
|
176
|
-
url: '/w/{workspace}/apps/update/{path}',
|
|
177
|
-
path: {
|
|
178
|
-
'workspace': workspace,
|
|
179
|
-
'path': path,
|
|
180
|
-
},
|
|
181
|
-
body: requestBody,
|
|
182
|
-
mediaType: 'application/json',
|
|
183
|
-
});
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* update app
|
|
187
|
-
* @returns string job uuid
|
|
188
|
-
* @throws ApiError
|
|
189
|
-
*/
|
|
190
|
-
static updateApp1({ workspace, path, requestBody, }) {
|
|
191
|
-
return __request(OpenAPI, {
|
|
192
|
-
method: 'POST',
|
|
193
|
-
url: '/w/{workspace}/apps/execute_component/{path}',
|
|
194
|
-
path: {
|
|
195
|
-
'workspace': workspace,
|
|
196
|
-
'path': path,
|
|
197
|
-
},
|
|
198
|
-
body: requestBody,
|
|
199
|
-
mediaType: 'application/json',
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
131
|
}
|
|
@@ -36,7 +36,7 @@ export declare class JobService {
|
|
|
36
36
|
* @returns any job result
|
|
37
37
|
* @throws ApiError
|
|
38
38
|
*/
|
|
39
|
-
static runWaitResultScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, }: {
|
|
39
|
+
static runWaitResultScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }: {
|
|
40
40
|
workspace: string;
|
|
41
41
|
path: string;
|
|
42
42
|
/**
|
|
@@ -55,6 +55,12 @@ export declare class JobService {
|
|
|
55
55
|
* The parent job that is at the origin and responsible for the execution of this script if any
|
|
56
56
|
*/
|
|
57
57
|
parentJob?: string;
|
|
58
|
+
/**
|
|
59
|
+
* List of headers's keys (separated with ',') whove value are added to the args
|
|
60
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
includeHeader?: string;
|
|
58
64
|
}): CancelablePromise<any>;
|
|
59
65
|
/**
|
|
60
66
|
* get job result by id
|
|
@@ -75,7 +81,7 @@ export declare class JobService {
|
|
|
75
81
|
* @returns string job created
|
|
76
82
|
* @throws ApiError
|
|
77
83
|
*/
|
|
78
|
-
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, }: {
|
|
84
|
+
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }: {
|
|
79
85
|
workspace: string;
|
|
80
86
|
path: string;
|
|
81
87
|
/**
|
|
@@ -94,13 +100,19 @@ export declare class JobService {
|
|
|
94
100
|
* The parent job that is at the origin and responsible for the execution of this script if any
|
|
95
101
|
*/
|
|
96
102
|
parentJob?: string;
|
|
103
|
+
/**
|
|
104
|
+
* List of headers's keys (separated with ',') whove value are added to the args
|
|
105
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
106
|
+
*
|
|
107
|
+
*/
|
|
108
|
+
includeHeader?: string;
|
|
97
109
|
}): CancelablePromise<string>;
|
|
98
110
|
/**
|
|
99
111
|
* run script by hash
|
|
100
112
|
* @returns string job created
|
|
101
113
|
* @throws ApiError
|
|
102
114
|
*/
|
|
103
|
-
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, }: {
|
|
115
|
+
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }: {
|
|
104
116
|
workspace: string;
|
|
105
117
|
hash: string;
|
|
106
118
|
/**
|
|
@@ -119,30 +131,48 @@ export declare class JobService {
|
|
|
119
131
|
* The parent job that is at the origin and responsible for the execution of this script if any
|
|
120
132
|
*/
|
|
121
133
|
parentJob?: string;
|
|
134
|
+
/**
|
|
135
|
+
* List of headers's keys (separated with ',') whove value are added to the args
|
|
136
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
includeHeader?: string;
|
|
122
140
|
}): CancelablePromise<string>;
|
|
123
141
|
/**
|
|
124
142
|
* run script preview
|
|
125
143
|
* @returns string job created
|
|
126
144
|
* @throws ApiError
|
|
127
145
|
*/
|
|
128
|
-
static runScriptPreview({ workspace, requestBody, }: {
|
|
146
|
+
static runScriptPreview({ workspace, requestBody, includeHeader, }: {
|
|
129
147
|
workspace: string;
|
|
130
148
|
/**
|
|
131
149
|
* preview
|
|
132
150
|
*/
|
|
133
151
|
requestBody: Preview;
|
|
152
|
+
/**
|
|
153
|
+
* List of headers's keys (separated with ',') whove value are added to the args
|
|
154
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
includeHeader?: string;
|
|
134
158
|
}): CancelablePromise<string>;
|
|
135
159
|
/**
|
|
136
160
|
* run flow preview
|
|
137
161
|
* @returns string job created
|
|
138
162
|
* @throws ApiError
|
|
139
163
|
*/
|
|
140
|
-
static runFlowPreview({ workspace, requestBody, }: {
|
|
164
|
+
static runFlowPreview({ workspace, requestBody, includeHeader, }: {
|
|
141
165
|
workspace: string;
|
|
142
166
|
/**
|
|
143
167
|
* preview
|
|
144
168
|
*/
|
|
145
169
|
requestBody: FlowPreview;
|
|
170
|
+
/**
|
|
171
|
+
* List of headers's keys (separated with ',') whove value are added to the args
|
|
172
|
+
* Header's key lowercased and '-'' replaced to '_' such that 'Content-Type' becomes the 'content_type' arg key
|
|
173
|
+
*
|
|
174
|
+
*/
|
|
175
|
+
includeHeader?: string;
|
|
146
176
|
}): CancelablePromise<string>;
|
|
147
177
|
/**
|
|
148
178
|
* list all available queued jobs
|
|
@@ -368,6 +398,21 @@ export declare class JobService {
|
|
|
368
398
|
resumeId: number;
|
|
369
399
|
approver?: string;
|
|
370
400
|
}): CancelablePromise<string>;
|
|
401
|
+
/**
|
|
402
|
+
* get resume urls given a job_id, resume_id and a nonce to resume a flow
|
|
403
|
+
* @returns any url endpoints
|
|
404
|
+
* @throws ApiError
|
|
405
|
+
*/
|
|
406
|
+
static getResumeUrls({ workspace, id, resumeId, approver, }: {
|
|
407
|
+
workspace: string;
|
|
408
|
+
id: string;
|
|
409
|
+
resumeId: number;
|
|
410
|
+
approver?: string;
|
|
411
|
+
}): CancelablePromise<{
|
|
412
|
+
approvalPage: string;
|
|
413
|
+
resume: string;
|
|
414
|
+
cancel: string;
|
|
415
|
+
}>;
|
|
371
416
|
/**
|
|
372
417
|
* resume a job for a suspended flow
|
|
373
418
|
* @returns string job resumed
|
|
@@ -28,7 +28,7 @@ export class JobService {
|
|
|
28
28
|
* @returns any job result
|
|
29
29
|
* @throws ApiError
|
|
30
30
|
*/
|
|
31
|
-
static runWaitResultScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, }) {
|
|
31
|
+
static runWaitResultScriptByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }) {
|
|
32
32
|
return __request(OpenAPI, {
|
|
33
33
|
method: 'POST',
|
|
34
34
|
url: '/w/{workspace}/jobs/run_wait_result/p/{path}',
|
|
@@ -40,6 +40,7 @@ export class JobService {
|
|
|
40
40
|
'scheduled_for': scheduledFor,
|
|
41
41
|
'scheduled_in_secs': scheduledInSecs,
|
|
42
42
|
'parent_job': parentJob,
|
|
43
|
+
'include_header': includeHeader,
|
|
43
44
|
},
|
|
44
45
|
body: requestBody,
|
|
45
46
|
mediaType: 'application/json',
|
|
@@ -69,7 +70,7 @@ export class JobService {
|
|
|
69
70
|
* @returns string job created
|
|
70
71
|
* @throws ApiError
|
|
71
72
|
*/
|
|
72
|
-
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, }) {
|
|
73
|
+
static runFlowByPath({ workspace, path, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }) {
|
|
73
74
|
return __request(OpenAPI, {
|
|
74
75
|
method: 'POST',
|
|
75
76
|
url: '/w/{workspace}/jobs/run/f/{path}',
|
|
@@ -81,6 +82,7 @@ export class JobService {
|
|
|
81
82
|
'scheduled_for': scheduledFor,
|
|
82
83
|
'scheduled_in_secs': scheduledInSecs,
|
|
83
84
|
'parent_job': parentJob,
|
|
85
|
+
'include_header': includeHeader,
|
|
84
86
|
},
|
|
85
87
|
body: requestBody,
|
|
86
88
|
mediaType: 'application/json',
|
|
@@ -91,7 +93,7 @@ export class JobService {
|
|
|
91
93
|
* @returns string job created
|
|
92
94
|
* @throws ApiError
|
|
93
95
|
*/
|
|
94
|
-
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, }) {
|
|
96
|
+
static runScriptByHash({ workspace, hash, requestBody, scheduledFor, scheduledInSecs, parentJob, includeHeader, }) {
|
|
95
97
|
return __request(OpenAPI, {
|
|
96
98
|
method: 'POST',
|
|
97
99
|
url: '/w/{workspace}/jobs/run/h/{hash}',
|
|
@@ -103,6 +105,7 @@ export class JobService {
|
|
|
103
105
|
'scheduled_for': scheduledFor,
|
|
104
106
|
'scheduled_in_secs': scheduledInSecs,
|
|
105
107
|
'parent_job': parentJob,
|
|
108
|
+
'include_header': includeHeader,
|
|
106
109
|
},
|
|
107
110
|
body: requestBody,
|
|
108
111
|
mediaType: 'application/json',
|
|
@@ -113,13 +116,16 @@ export class JobService {
|
|
|
113
116
|
* @returns string job created
|
|
114
117
|
* @throws ApiError
|
|
115
118
|
*/
|
|
116
|
-
static runScriptPreview({ workspace, requestBody, }) {
|
|
119
|
+
static runScriptPreview({ workspace, requestBody, includeHeader, }) {
|
|
117
120
|
return __request(OpenAPI, {
|
|
118
121
|
method: 'POST',
|
|
119
122
|
url: '/w/{workspace}/jobs/run/preview',
|
|
120
123
|
path: {
|
|
121
124
|
'workspace': workspace,
|
|
122
125
|
},
|
|
126
|
+
query: {
|
|
127
|
+
'include_header': includeHeader,
|
|
128
|
+
},
|
|
123
129
|
body: requestBody,
|
|
124
130
|
mediaType: 'application/json',
|
|
125
131
|
});
|
|
@@ -129,13 +135,16 @@ export class JobService {
|
|
|
129
135
|
* @returns string job created
|
|
130
136
|
* @throws ApiError
|
|
131
137
|
*/
|
|
132
|
-
static runFlowPreview({ workspace, requestBody, }) {
|
|
138
|
+
static runFlowPreview({ workspace, requestBody, includeHeader, }) {
|
|
133
139
|
return __request(OpenAPI, {
|
|
134
140
|
method: 'POST',
|
|
135
141
|
url: '/w/{workspace}/jobs/run/preview_flow',
|
|
136
142
|
path: {
|
|
137
143
|
'workspace': workspace,
|
|
138
144
|
},
|
|
145
|
+
query: {
|
|
146
|
+
'include_header': includeHeader,
|
|
147
|
+
},
|
|
139
148
|
body: requestBody,
|
|
140
149
|
mediaType: 'application/json',
|
|
141
150
|
});
|
|
@@ -321,6 +330,25 @@ export class JobService {
|
|
|
321
330
|
},
|
|
322
331
|
});
|
|
323
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* get resume urls given a job_id, resume_id and a nonce to resume a flow
|
|
335
|
+
* @returns any url endpoints
|
|
336
|
+
* @throws ApiError
|
|
337
|
+
*/
|
|
338
|
+
static getResumeUrls({ workspace, id, resumeId, approver, }) {
|
|
339
|
+
return __request(OpenAPI, {
|
|
340
|
+
method: 'GET',
|
|
341
|
+
url: '/w/{workspace}/jobs/resume_urls/{id}/{resume_id}',
|
|
342
|
+
path: {
|
|
343
|
+
'workspace': workspace,
|
|
344
|
+
'id': id,
|
|
345
|
+
'resume_id': resumeId,
|
|
346
|
+
},
|
|
347
|
+
query: {
|
|
348
|
+
'approver': approver,
|
|
349
|
+
},
|
|
350
|
+
});
|
|
351
|
+
}
|
|
324
352
|
/**
|
|
325
353
|
* resume a job for a suspended flow
|
|
326
354
|
* @returns string job resumed
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { CreateResource } from '../models/CreateResource';
|
|
2
2
|
import type { EditResource } from '../models/EditResource';
|
|
3
3
|
import type { EditResourceType } from '../models/EditResourceType';
|
|
4
|
+
import type { ListableResource } from '../models/ListableResource';
|
|
4
5
|
import type { Resource } from '../models/Resource';
|
|
5
6
|
import type { ResourceType } from '../models/ResourceType';
|
|
6
7
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
@@ -68,10 +69,10 @@ export declare class ResourceService {
|
|
|
68
69
|
}): CancelablePromise<boolean>;
|
|
69
70
|
/**
|
|
70
71
|
* list resources
|
|
71
|
-
* @returns
|
|
72
|
+
* @returns ListableResource resource list
|
|
72
73
|
* @throws ApiError
|
|
73
74
|
*/
|
|
74
|
-
static listResource({ workspace, page, perPage, resourceType, }: {
|
|
75
|
+
static listResource({ workspace, page, perPage, resourceType, resourceTypeExclude, }: {
|
|
75
76
|
workspace: string;
|
|
76
77
|
/**
|
|
77
78
|
* which page to return (start at 1, default 1)
|
|
@@ -82,10 +83,14 @@ export declare class ResourceService {
|
|
|
82
83
|
*/
|
|
83
84
|
perPage?: number;
|
|
84
85
|
/**
|
|
85
|
-
*
|
|
86
|
+
* resource_types to list from, separated by ',',
|
|
86
87
|
*/
|
|
87
88
|
resourceType?: string;
|
|
88
|
-
|
|
89
|
+
/**
|
|
90
|
+
* resource_types to not list from, separated by ',',
|
|
91
|
+
*/
|
|
92
|
+
resourceTypeExclude?: string;
|
|
93
|
+
}): CancelablePromise<Array<ListableResource>>;
|
|
89
94
|
/**
|
|
90
95
|
* create resource_type
|
|
91
96
|
* @returns string resource_type created
|
|
@@ -96,10 +96,10 @@ export class ResourceService {
|
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
98
|
* list resources
|
|
99
|
-
* @returns
|
|
99
|
+
* @returns ListableResource resource list
|
|
100
100
|
* @throws ApiError
|
|
101
101
|
*/
|
|
102
|
-
static listResource({ workspace, page, perPage, resourceType, }) {
|
|
102
|
+
static listResource({ workspace, page, perPage, resourceType, resourceTypeExclude, }) {
|
|
103
103
|
return __request(OpenAPI, {
|
|
104
104
|
method: 'GET',
|
|
105
105
|
url: '/w/{workspace}/resources/list',
|
|
@@ -110,6 +110,7 @@ export class ResourceService {
|
|
|
110
110
|
'page': page,
|
|
111
111
|
'per_page': perPage,
|
|
112
112
|
'resource_type': resourceType,
|
|
113
|
+
'resource_type_exclude': resourceTypeExclude,
|
|
113
114
|
},
|
|
114
115
|
});
|
|
115
116
|
}
|
|
@@ -77,7 +77,7 @@ export declare class ScheduleService {
|
|
|
77
77
|
}): CancelablePromise<Schedule>;
|
|
78
78
|
/**
|
|
79
79
|
* does schedule exists
|
|
80
|
-
* @returns boolean schedule
|
|
80
|
+
* @returns boolean schedule exists
|
|
81
81
|
* @throws ApiError
|
|
82
82
|
*/
|
|
83
83
|
static existsSchedule({ workspace, path, }: {
|
|
@@ -46,7 +46,7 @@ export declare class ScriptService {
|
|
|
46
46
|
* @returns Script All available scripts
|
|
47
47
|
* @throws ApiError
|
|
48
48
|
*/
|
|
49
|
-
static listScripts({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, firstParentHash, lastParentHash, parentHash, showArchived, isTemplate, kind, }: {
|
|
49
|
+
static listScripts({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, firstParentHash, lastParentHash, parentHash, showArchived, isTemplate, kind, starredOnly, }: {
|
|
50
50
|
workspace: string;
|
|
51
51
|
/**
|
|
52
52
|
* which page to return (start at 1, default 1)
|
|
@@ -114,6 +114,12 @@ export declare class ScriptService {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
kind?: string;
|
|
117
|
+
/**
|
|
118
|
+
* (default false)
|
|
119
|
+
* show only the starred items
|
|
120
|
+
*
|
|
121
|
+
*/
|
|
122
|
+
starredOnly?: boolean;
|
|
117
123
|
}): CancelablePromise<Array<Script>>;
|
|
118
124
|
/**
|
|
119
125
|
* create script
|
|
@@ -45,7 +45,7 @@ export class ScriptService {
|
|
|
45
45
|
* @returns Script All available scripts
|
|
46
46
|
* @throws ApiError
|
|
47
47
|
*/
|
|
48
|
-
static listScripts({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, firstParentHash, lastParentHash, parentHash, showArchived, isTemplate, kind, }) {
|
|
48
|
+
static listScripts({ workspace, page, perPage, orderDesc, createdBy, pathStart, pathExact, firstParentHash, lastParentHash, parentHash, showArchived, isTemplate, kind, starredOnly, }) {
|
|
49
49
|
return __request(OpenAPI, {
|
|
50
50
|
method: 'GET',
|
|
51
51
|
url: '/w/{workspace}/scripts/list',
|
|
@@ -65,6 +65,7 @@ export class ScriptService {
|
|
|
65
65
|
'show_archived': showArchived,
|
|
66
66
|
'is_template': isTemplate,
|
|
67
67
|
'kind': kind,
|
|
68
|
+
'starred_only': starredOnly,
|
|
68
69
|
},
|
|
69
70
|
});
|
|
70
71
|
}
|
|
@@ -118,6 +118,12 @@ export declare class UserService {
|
|
|
118
118
|
* @throws ApiError
|
|
119
119
|
*/
|
|
120
120
|
static getCurrentEmail(): CancelablePromise<string>;
|
|
121
|
+
/**
|
|
122
|
+
* get current usage outside of premium workspaces
|
|
123
|
+
* @returns number free usage
|
|
124
|
+
* @throws ApiError
|
|
125
|
+
*/
|
|
126
|
+
static getUsage(): CancelablePromise<number>;
|
|
121
127
|
/**
|
|
122
128
|
* get current global whoami (if logged in)
|
|
123
129
|
* @returns GlobalUserInfo user email
|
|
@@ -141,6 +141,17 @@ export class UserService {
|
|
|
141
141
|
url: '/users/email',
|
|
142
142
|
});
|
|
143
143
|
}
|
|
144
|
+
/**
|
|
145
|
+
* get current usage outside of premium workspaces
|
|
146
|
+
* @returns number free usage
|
|
147
|
+
* @throws ApiError
|
|
148
|
+
*/
|
|
149
|
+
static getUsage() {
|
|
150
|
+
return __request(OpenAPI, {
|
|
151
|
+
method: 'GET',
|
|
152
|
+
url: '/users/usage',
|
|
153
|
+
});
|
|
154
|
+
}
|
|
144
155
|
/**
|
|
145
156
|
* get current global whoami (if logged in)
|
|
146
157
|
* @returns GlobalUserInfo user email
|
|
@@ -10,6 +10,12 @@ export declare class WorkspaceService {
|
|
|
10
10
|
* @throws ApiError
|
|
11
11
|
*/
|
|
12
12
|
static listWorkspaces(): CancelablePromise<Array<Workspace>>;
|
|
13
|
+
/**
|
|
14
|
+
* is domain allowed for auto invi
|
|
15
|
+
* @returns boolean domain allowed or not
|
|
16
|
+
* @throws ApiError
|
|
17
|
+
*/
|
|
18
|
+
static isDomainAllowed(): CancelablePromise<boolean>;
|
|
13
19
|
/**
|
|
14
20
|
* list all workspaces visible to me with user info
|
|
15
21
|
* @returns UserWorkspaceList workspace with associated username
|
|
@@ -79,6 +85,7 @@ export declare class WorkspaceService {
|
|
|
79
85
|
requestBody: {
|
|
80
86
|
email: string;
|
|
81
87
|
is_admin: boolean;
|
|
88
|
+
operator: boolean;
|
|
82
89
|
};
|
|
83
90
|
}): CancelablePromise<string>;
|
|
84
91
|
/**
|
|
@@ -94,6 +101,7 @@ export declare class WorkspaceService {
|
|
|
94
101
|
requestBody: {
|
|
95
102
|
email: string;
|
|
96
103
|
is_admin: boolean;
|
|
104
|
+
operator: boolean;
|
|
97
105
|
};
|
|
98
106
|
}): CancelablePromise<string>;
|
|
99
107
|
/**
|
|
@@ -124,6 +132,19 @@ export declare class WorkspaceService {
|
|
|
124
132
|
slack_name?: string;
|
|
125
133
|
slack_team_id?: string;
|
|
126
134
|
slack_command_script?: string;
|
|
135
|
+
auto_invite_domain?: string;
|
|
136
|
+
auto_invite_operator?: boolean;
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* get premium info
|
|
140
|
+
* @returns any status
|
|
141
|
+
* @throws ApiError
|
|
142
|
+
*/
|
|
143
|
+
static getPremiumInfo({ workspace, }: {
|
|
144
|
+
workspace: string;
|
|
145
|
+
}): CancelablePromise<{
|
|
146
|
+
premium: boolean;
|
|
147
|
+
usage?: number;
|
|
127
148
|
}>;
|
|
128
149
|
/**
|
|
129
150
|
* edit slack command
|
|
@@ -139,4 +160,18 @@ export declare class WorkspaceService {
|
|
|
139
160
|
slack_command_script?: string;
|
|
140
161
|
};
|
|
141
162
|
}): CancelablePromise<string>;
|
|
163
|
+
/**
|
|
164
|
+
* edit auto invite
|
|
165
|
+
* @returns string status
|
|
166
|
+
* @throws ApiError
|
|
167
|
+
*/
|
|
168
|
+
static editAutoInvite({ workspace, requestBody, }: {
|
|
169
|
+
workspace: string;
|
|
170
|
+
/**
|
|
171
|
+
* WorkspaceInvite
|
|
172
|
+
*/
|
|
173
|
+
requestBody: {
|
|
174
|
+
operator?: boolean;
|
|
175
|
+
};
|
|
176
|
+
}): CancelablePromise<string>;
|
|
142
177
|
}
|
|
@@ -12,6 +12,17 @@ export class WorkspaceService {
|
|
|
12
12
|
url: '/workspaces/list',
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* is domain allowed for auto invi
|
|
17
|
+
* @returns boolean domain allowed or not
|
|
18
|
+
* @throws ApiError
|
|
19
|
+
*/
|
|
20
|
+
static isDomainAllowed() {
|
|
21
|
+
return __request(OpenAPI, {
|
|
22
|
+
method: 'GET',
|
|
23
|
+
url: '/workspaces/allowed_domain_auto_invite',
|
|
24
|
+
});
|
|
25
|
+
}
|
|
15
26
|
/**
|
|
16
27
|
* list all workspaces visible to me with user info
|
|
17
28
|
* @returns UserWorkspaceList workspace with associated username
|
|
@@ -151,6 +162,20 @@ export class WorkspaceService {
|
|
|
151
162
|
},
|
|
152
163
|
});
|
|
153
164
|
}
|
|
165
|
+
/**
|
|
166
|
+
* get premium info
|
|
167
|
+
* @returns any status
|
|
168
|
+
* @throws ApiError
|
|
169
|
+
*/
|
|
170
|
+
static getPremiumInfo({ workspace, }) {
|
|
171
|
+
return __request(OpenAPI, {
|
|
172
|
+
method: 'GET',
|
|
173
|
+
url: '/w/{workspace}/workspaces/premium_info',
|
|
174
|
+
path: {
|
|
175
|
+
'workspace': workspace,
|
|
176
|
+
},
|
|
177
|
+
});
|
|
178
|
+
}
|
|
154
179
|
/**
|
|
155
180
|
* edit slack command
|
|
156
181
|
* @returns string status
|
|
@@ -167,4 +192,20 @@ export class WorkspaceService {
|
|
|
167
192
|
mediaType: 'application/json',
|
|
168
193
|
});
|
|
169
194
|
}
|
|
195
|
+
/**
|
|
196
|
+
* edit auto invite
|
|
197
|
+
* @returns string status
|
|
198
|
+
* @throws ApiError
|
|
199
|
+
*/
|
|
200
|
+
static editAutoInvite({ workspace, requestBody, }) {
|
|
201
|
+
return __request(OpenAPI, {
|
|
202
|
+
method: 'POST',
|
|
203
|
+
url: '/w/{workspace}/workspaces/edit_auto_invite',
|
|
204
|
+
path: {
|
|
205
|
+
'workspace': workspace,
|
|
206
|
+
},
|
|
207
|
+
body: requestBody,
|
|
208
|
+
mediaType: 'application/json',
|
|
209
|
+
});
|
|
210
|
+
}
|
|
170
211
|
}
|