@prefecthq/prefect-ui-library 1.0.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/LICENSE +201 -0
- package/README.md +57 -0
- package/dist/circle.svg +34 -0
- package/dist/constellations.svg +78 -0
- package/dist/index-5e1667e6.mjs +58953 -0
- package/dist/index-5e1667e6.mjs.map +1 -0
- package/dist/prefect-ui-library.mjs +593 -0
- package/dist/prefect-ui-library.mjs.map +1 -0
- package/dist/prefect-ui-library.umd.js +1079 -0
- package/dist/prefect-ui-library.umd.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/demo/App.vue.d.ts +2 -0
- package/dist/types/demo/components/ComponentPage.vue.d.ts +27 -0
- package/dist/types/demo/components/ContextSidebar.vue.d.ts +2 -0
- package/dist/types/demo/components/HashLink.vue.d.ts +22 -0
- package/dist/types/demo/components/ResizableSection.vue.d.ts +9 -0
- package/dist/types/demo/components/contextAccordionChildItem.d.ts +5 -0
- package/dist/types/demo/components/router.d.ts +3 -0
- package/dist/types/demo/compositions/useBlockDocumentMock.d.ts +3 -0
- package/dist/types/demo/compositions/useBlockSchemaCapabilitiesMock.d.ts +2 -0
- package/dist/types/demo/compositions/useBlockSchemaMock.d.ts +3 -0
- package/dist/types/demo/compositions/useBlockTypeMock.d.ts +3 -0
- package/dist/types/demo/compositions/useFlowMock.d.ts +3 -0
- package/dist/types/demo/compositions/useFlowRunGraphMock.d.ts +2 -0
- package/dist/types/demo/compositions/useFlowRunsMock.d.ts +3 -0
- package/dist/types/demo/compositions/useSeeds.d.ts +20 -0
- package/dist/types/demo/compositions/useTaskRunsMock.d.ts +3 -0
- package/dist/types/demo/compositions/useWorkPoolMock.d.ts +3 -0
- package/dist/types/demo/compositions/useWorkPoolQueueMock.d.ts +3 -0
- package/dist/types/demo/compositions/useWorkersMock.d.ts +3 -0
- package/dist/types/demo/main.d.ts +2 -0
- package/dist/types/demo/router/index.d.ts +3 -0
- package/dist/types/demo/router/menu.d.ts +4 -0
- package/dist/types/demo/router/routeRecords.d.ts +5 -0
- package/dist/types/demo/router/routeRecordsFlat.d.ts +4 -0
- package/dist/types/demo/sections/TimezoneSupport.vue.d.ts +2 -0
- package/dist/types/demo/sections/WelcomePage.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockCapabilityBlockDocumentInput.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentCard.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentInput.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentKeyValue.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentMenu.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentsSelect.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockDocumentsTable.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockIconText.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockSchemaCapabilities.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockSchemaCapabilitiesSelect.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockSchemaCreateForm.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockSchemaEditForm.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeCard.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeCardLayout.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeCardPreview.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeList.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeSelect.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlockTypeSnippet.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/BlocksPageEmptyState.vue.d.ts +2 -0
- package/dist/types/demo/sections/blocks/index.d.ts +2 -0
- package/dist/types/demo/sections/concurrency/ConcurrencyLimitDetails.vue.d.ts +2 -0
- package/dist/types/demo/sections/concurrency/ConcurrencyLimitModal.vue.d.ts +2 -0
- package/dist/types/demo/sections/concurrency/ConcurrencyLimitsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/demo/sections/concurrency/ConcurrencyLimitsTable.vue.d.ts +2 -0
- package/dist/types/demo/sections/concurrency/index.d.ts +2 -0
- package/dist/types/demo/sections/deployments/CronScheduleForm.vue.d.ts +2 -0
- package/dist/types/demo/sections/deployments/index.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/FlowRunDetails.vue.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/FlowRunList.vue.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/FlowRunListItem.vue.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/FlowRunRadar.vue.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/FlowRunsFilterGroup.vue.d.ts +2 -0
- package/dist/types/demo/sections/flowRuns/index.d.ts +2 -0
- package/dist/types/demo/sections/general/CodeBanner.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/CodeSnippet.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/ColorModeSelect.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/ColorModeSelectOption.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/ConfirmDeleteModal.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/CopyOverflowMenuItem.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/LogoImage.vue.d.ts +2 -0
- package/dist/types/demo/sections/general/index.d.ts +2 -0
- package/dist/types/demo/sections/index.d.ts +2 -0
- package/dist/types/demo/sections/logs/RunLogs.vue.d.ts +2 -0
- package/dist/types/demo/sections/logs/index.d.ts +2 -0
- package/dist/types/demo/sections/notifications/NotificationForm.vue.d.ts +2 -0
- package/dist/types/demo/sections/notifications/index.d.ts +2 -0
- package/dist/types/demo/sections/states/StateNameSelect.vue.d.ts +2 -0
- package/dist/types/demo/sections/states/index.d.ts +2 -0
- package/dist/types/demo/sections/workers/WorkPoolCard.vue.d.ts +2 -0
- package/dist/types/demo/sections/workers/WorkPoolTables.vue.d.ts +2 -0
- package/dist/types/demo/sections/workers/WorkerHeadings.vue.d.ts +2 -0
- package/dist/types/demo/sections/workers/WorkersTable.vue.d.ts +2 -0
- package/dist/types/demo/sections/workers/index.d.ts +2 -0
- package/dist/types/demo/services/KeyedDataStore.d.ts +35 -0
- package/dist/types/demo/services/MockApi.d.ts +16 -0
- package/dist/types/demo/services/SimpleDataStore.d.ts +21 -0
- package/dist/types/demo/services/mockWorkspaceBlockCapabilitiesApi.d.ts +5 -0
- package/dist/types/demo/services/mockWorkspaceBlockDocumentsApi.d.ts +10 -0
- package/dist/types/demo/services/mockWorkspaceBlockSchemasApi.d.ts +8 -0
- package/dist/types/demo/services/mockWorkspaceBlockTypesApi.d.ts +9 -0
- package/dist/types/demo/services/mockWorkspaceConcurrencyLimitsApi.d.ts +13 -0
- package/dist/types/demo/services/mockWorkspaceDeploymentsApi.d.ts +14 -0
- package/dist/types/demo/services/mockWorkspaceFlowRunsApi.d.ts +16 -0
- package/dist/types/demo/services/mockWorkspaceFlowsApi.d.ts +10 -0
- package/dist/types/demo/services/mockWorkspaceTaskRunsApi.d.ts +11 -0
- package/dist/types/demo/services/mockWorkspaceWorkPoolQueuesApi.d.ts +13 -0
- package/dist/types/demo/services/mockWorkspaceWorkPoolWorkerApi.d.ts +6 -0
- package/dist/types/demo/services/mockWorkspaceWorkPoolsApi.d.ts +15 -0
- package/dist/types/demo/services/mockWorkspaceWorkQueuesApi.d.ts +16 -0
- package/dist/types/demo/types/demoSection.d.ts +4 -0
- package/dist/types/demo/types/flowRunGraphMock.d.ts +5 -0
- package/dist/types/demo/utilities/api.d.ts +21 -0
- package/dist/types/demo/utilities/colorMode.d.ts +2 -0
- package/dist/types/demo/utilities/data.d.ts +38 -0
- package/dist/types/src/components/ActivityChart.vue.d.ts +22 -0
- package/dist/types/src/components/BetaBadge.vue.d.ts +2 -0
- package/dist/types/src/components/BlockCapabilityBlockDocumentInput.vue.d.ts +21 -0
- package/dist/types/src/components/BlockDocument.vue.d.ts +24 -0
- package/dist/types/src/components/BlockDocumentCard.vue.d.ts +16 -0
- package/dist/types/src/components/BlockDocumentInput.vue.d.ts +21 -0
- package/dist/types/src/components/BlockDocumentKeyValue.vue.d.ts +15 -0
- package/dist/types/src/components/BlockDocumentMenu.vue.d.ts +20 -0
- package/dist/types/src/components/BlockDocumentsSelect.vue.d.ts +29 -0
- package/dist/types/src/components/BlockDocumentsTable.vue.d.ts +20 -0
- package/dist/types/src/components/BlockIconText.vue.d.ts +15 -0
- package/dist/types/src/components/BlockSchemaCapabilities.vue.d.ts +17 -0
- package/dist/types/src/components/BlockSchemaCapabilitySelect.vue.d.ts +19 -0
- package/dist/types/src/components/BlockSchemaCreateForm.vue.d.ts +24 -0
- package/dist/types/src/components/BlockSchemaEditForm.vue.d.ts +29 -0
- package/dist/types/src/components/BlockTypeCard.vue.d.ts +23 -0
- package/dist/types/src/components/BlockTypeCardLayout.vue.d.ts +23 -0
- package/dist/types/src/components/BlockTypeCardPreview.vue.d.ts +23 -0
- package/dist/types/src/components/BlockTypeList.vue.d.ts +22 -0
- package/dist/types/src/components/BlockTypeSelect.vue.d.ts +19 -0
- package/dist/types/src/components/BlockTypeSnippet.vue.d.ts +17 -0
- package/dist/types/src/components/BlocksPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/CodeBanner.vue.d.ts +27 -0
- package/dist/types/src/components/CodeHighlighting.vue.d.ts +19 -0
- package/dist/types/src/components/CodeLines.vue.d.ts +17 -0
- package/dist/types/src/components/CodeSnippet.vue.d.ts +19 -0
- package/dist/types/src/components/ColorModeSelect.vue.d.ts +19 -0
- package/dist/types/src/components/ColorModeSelectOption.vue.d.ts +16 -0
- package/dist/types/src/components/ConcurrencyLimitActiveRuns.vue.d.ts +15 -0
- package/dist/types/src/components/ConcurrencyLimitDetails.vue.d.ts +18 -0
- package/dist/types/src/components/ConcurrencyLimitMenu.vue.d.ts +20 -0
- package/dist/types/src/components/ConcurrencyLimitsCreateModal.vue.d.ts +26 -0
- package/dist/types/src/components/ConcurrencyLimitsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/ConcurrencyLimitsTable.vue.d.ts +2 -0
- package/dist/types/src/components/ConcurrencyTableActiveSlots.vue.d.ts +15 -0
- package/dist/types/src/components/ConfirmDeleteModal.vue.d.ts +54 -0
- package/dist/types/src/components/ConfirmDeleteModalWithSlot.vue.d.ts +8 -0
- package/dist/types/src/components/ConfirmStateChangeModal.vue.d.ts +46 -0
- package/dist/types/src/components/CopyOverflowMenuItem.vue.d.ts +17 -0
- package/dist/types/src/components/CronScheduleForm.vue.d.ts +51 -0
- package/dist/types/src/components/DateInput.vue.d.ts +35 -0
- package/dist/types/src/components/DateRangeInput.vue.d.ts +34 -0
- package/dist/types/src/components/DateRangeInputWithFlowRunHistory.vue.d.ts +2 -0
- package/dist/types/src/components/DayOrDescriptionModal.vue.d.ts +2 -0
- package/dist/types/src/components/DeploymentCombobox.vue.d.ts +42 -0
- package/dist/types/src/components/DeploymentComboboxOption.vue.d.ts +17 -0
- package/dist/types/src/components/DeploymentCustomRunOverflowMenuItem.vue.d.ts +22 -0
- package/dist/types/src/components/DeploymentDeprecatedMessage.vue.d.ts +2 -0
- package/dist/types/src/components/DeploymentDescription.vue.d.ts +15 -0
- package/dist/types/src/components/DeploymentDescriptionEmptyState.vue.d.ts +16 -0
- package/dist/types/src/components/DeploymentDetails.vue.d.ts +22 -0
- package/dist/types/src/components/DeploymentForm.vue.d.ts +23 -0
- package/dist/types/src/components/DeploymentIconText.vue.d.ts +15 -0
- package/dist/types/src/components/DeploymentMenu.vue.d.ts +22 -0
- package/dist/types/src/components/DeploymentQuickRunOverflowMenuItem.vue.d.ts +22 -0
- package/dist/types/src/components/DeploymentToggle.vue.d.ts +20 -0
- package/dist/types/src/components/DeploymentsCount.vue.d.ts +15 -0
- package/dist/types/src/components/DeploymentsDeleteButton.vue.d.ts +19 -0
- package/dist/types/src/components/DeploymentsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/DeploymentsTable.vue.d.ts +20 -0
- package/dist/types/src/components/DocumentationButton.vue.d.ts +22 -0
- package/dist/types/src/components/DurationIconText.vue.d.ts +15 -0
- package/dist/types/src/components/ExtraInfoModal.vue.d.ts +19 -0
- package/dist/types/src/components/FlowActivityChart.vue.d.ts +16 -0
- package/dist/types/src/components/FlowCombobox.vue.d.ts +36 -0
- package/dist/types/src/components/FlowDetails.vue.d.ts +18 -0
- package/dist/types/src/components/FlowIconText.vue.d.ts +15 -0
- package/dist/types/src/components/FlowMenu.vue.d.ts +29 -0
- package/dist/types/src/components/FlowRouterLink.vue.d.ts +27 -0
- package/dist/types/src/components/FlowRunCancelButton.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunCancelModal.vue.d.ts +24 -0
- package/dist/types/src/components/FlowRunCreateForm.vue.d.ts +25 -0
- package/dist/types/src/components/FlowRunDetails.vue.d.ts +20 -0
- package/dist/types/src/components/FlowRunFilteredList.vue.d.ts +24 -0
- package/dist/types/src/components/FlowRunIconText.vue.d.ts +15 -0
- package/dist/types/src/components/FlowRunList.vue.d.ts +24 -0
- package/dist/types/src/components/FlowRunListItem.vue.d.ts +25 -0
- package/dist/types/src/components/FlowRunLogs.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunMenu.vue.d.ts +19 -0
- package/dist/types/src/components/FlowRunPauseButton.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunPauseModal.vue.d.ts +21 -0
- package/dist/types/src/components/FlowRunPopOver.vue.d.ts +15 -0
- package/dist/types/src/components/FlowRunPopOverContent.vue.d.ts +15 -0
- package/dist/types/src/components/FlowRunResumeButton.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunResumeModal.vue.d.ts +21 -0
- package/dist/types/src/components/FlowRunRetryButton.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunRetryModal.vue.d.ts +27 -0
- package/dist/types/src/components/FlowRunStartTime.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunSubFlows.vue.d.ts +15 -0
- package/dist/types/src/components/FlowRunTagsInput.vue.d.ts +24 -0
- package/dist/types/src/components/FlowRunTaskCount.vue.d.ts +24 -0
- package/dist/types/src/components/FlowRunTaskRuns.vue.d.ts +15 -0
- package/dist/types/src/components/FlowRunTimeline.vue.d.ts +16 -0
- package/dist/types/src/components/FlowRunTimelineOptions.vue.d.ts +25 -0
- package/dist/types/src/components/FlowRunsDeleteButton.vue.d.ts +19 -0
- package/dist/types/src/components/FlowRunsFilterGroup.vue.d.ts +2 -0
- package/dist/types/src/components/FlowRunsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/FlowRunsScatterPlot.vue.d.ts +20 -0
- package/dist/types/src/components/FlowRunsSort.vue.d.ts +20 -0
- package/dist/types/src/components/FlowsDeleteButton.vue.d.ts +19 -0
- package/dist/types/src/components/FlowsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/FlowsTable.vue.d.ts +20 -0
- package/dist/types/src/components/FourZeroFour.vue.d.ts +11 -0
- package/dist/types/src/components/HelpIconModal.vue.d.ts +25 -0
- package/dist/types/src/components/IntervalScheduleForm.vue.d.ts +51 -0
- package/dist/types/src/components/JsonInput.vue.d.ts +26 -0
- package/dist/types/src/components/LogLevelLabel.vue.d.ts +16 -0
- package/dist/types/src/components/LogLevelSelect.vue.d.ts +20 -0
- package/dist/types/src/components/LogRow.vue.d.ts +16 -0
- package/dist/types/src/components/LogoImage.vue.d.ts +28 -0
- package/dist/types/src/components/LogsContainer.vue.d.ts +27 -0
- package/dist/types/src/components/LogsSort.vue.d.ts +20 -0
- package/dist/types/src/components/MarketingBanner.vue.d.ts +27 -0
- package/dist/types/src/components/NotificationDetails.vue.d.ts +21 -0
- package/dist/types/src/components/NotificationForm.vue.d.ts +29 -0
- package/dist/types/src/components/NotificationMenu.vue.d.ts +20 -0
- package/dist/types/src/components/NotificationStatusSelect.vue.d.ts +20 -0
- package/dist/types/src/components/NotificationToggle.vue.d.ts +20 -0
- package/dist/types/src/components/NotificationsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/NotificationsTable.vue.d.ts +23 -0
- package/dist/types/src/components/PageHeading.vue.d.ts +33 -0
- package/dist/types/src/components/PageHeadingAccountSettings.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingApiKeys.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingBlock.vue.d.ts +20 -0
- package/dist/types/src/components/PageHeadingBlockEdit.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingBlocks.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingBlocksCatalog.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingBlocksCatalogCreate.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingBlocksCatalogView.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingConcurrencyLimit.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingConcurrencyLimits.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingDeployment.vue.d.ts +23 -0
- package/dist/types/src/components/PageHeadingDeploymentEdit.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingDeployments.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingFlow.vue.d.ts +20 -0
- package/dist/types/src/components/PageHeadingFlowRun.vue.d.ts +19 -0
- package/dist/types/src/components/PageHeadingFlowRunCreate.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingFlowRunRadar.vue.d.ts +18 -0
- package/dist/types/src/components/PageHeadingFlowRuns.vue.d.ts +15 -0
- package/dist/types/src/components/PageHeadingFlows.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingNotificationCreate.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingNotificationEdit.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingNotifications.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingTaskRun.vue.d.ts +17 -0
- package/dist/types/src/components/PageHeadingWorkPool.vue.d.ts +23 -0
- package/dist/types/src/components/PageHeadingWorkPoolCreate.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingWorkPoolEdit.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingWorkPoolQueue.vue.d.ts +25 -0
- package/dist/types/src/components/PageHeadingWorkPoolQueueCreate.vue.d.ts +15 -0
- package/dist/types/src/components/PageHeadingWorkPoolQueueEdit.vue.d.ts +17 -0
- package/dist/types/src/components/PageHeadingWorkPools.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingWorkQueue.vue.d.ts +23 -0
- package/dist/types/src/components/PageHeadingWorkQueueCreate.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingWorkQueueEdit.vue.d.ts +16 -0
- package/dist/types/src/components/PageHeadingWorkQueues.vue.d.ts +2 -0
- package/dist/types/src/components/PageHeadingWorkspaceSettings.vue.d.ts +2 -0
- package/dist/types/src/components/ParametersTable.vue.d.ts +16 -0
- package/dist/types/src/components/ProcessTypeBadge.vue.d.ts +15 -0
- package/dist/types/src/components/PythonInput.vue.d.ts +24 -0
- package/dist/types/src/components/RadarApp.vue.d.ts +15 -0
- package/dist/types/src/components/RadarNode.vue.d.ts +66 -0
- package/dist/types/src/components/RadarNodeFlowRun.vue.d.ts +16 -0
- package/dist/types/src/components/RadarNodePlaceholder.vue.d.ts +2 -0
- package/dist/types/src/components/RadarNodeSubFlowRun.vue.d.ts +16 -0
- package/dist/types/src/components/RadarNodeTaskRun.vue.d.ts +16 -0
- package/dist/types/src/components/RadarSmall.vue.d.ts +15 -0
- package/dist/types/src/components/ResultsCount.vue.d.ts +28 -0
- package/dist/types/src/components/RunMenu.vue.d.ts +16 -0
- package/dist/types/src/components/SaveFilterModal.vue.d.ts +30 -0
- package/dist/types/src/components/SavedFilters.vue.d.ts +2 -0
- package/dist/types/src/components/SavedFiltersDeleteModal.vue.d.ts +25 -0
- package/dist/types/src/components/SavedFiltersMenu.vue.d.ts +20 -0
- package/dist/types/src/components/ScheduleFieldset.vue.d.ts +22 -0
- package/dist/types/src/components/ScheduleFormModal.vue.d.ts +30 -0
- package/dist/types/src/components/SchemaForm.vue.d.ts +25 -0
- package/dist/types/src/components/SchemaFormFields.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaFormInput.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaFormProperties.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaFormProperty.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaFormPropertyAllOf.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaFormPropertyAnyOf.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaPropertiesKeyValues.vue.d.ts +18 -0
- package/dist/types/src/components/SchemaPropertyBlockKeyValue.vue.d.ts +19 -0
- package/dist/types/src/components/SchemaPropertyKeyValue.vue.d.ts +18 -0
- package/dist/types/src/components/SearchInput.vue.d.ts +37 -0
- package/dist/types/src/components/SelectedCount.vue.d.ts +28 -0
- package/dist/types/src/components/SeparatedList.vue.d.ts +24 -0
- package/dist/types/src/components/StateBadge.vue.d.ts +26 -0
- package/dist/types/src/components/StateIcon.vue.d.ts +30 -0
- package/dist/types/src/components/StateListItem.vue.d.ts +37 -0
- package/dist/types/src/components/StateNameSelect.vue.d.ts +21 -0
- package/dist/types/src/components/StateSelect.vue.d.ts +23 -0
- package/dist/types/src/components/SubmitButton.vue.d.ts +27 -0
- package/dist/types/src/components/TaskRunDetails.vue.d.ts +18 -0
- package/dist/types/src/components/TaskRunList.vue.d.ts +24 -0
- package/dist/types/src/components/TaskRunListItem.vue.d.ts +25 -0
- package/dist/types/src/components/TaskRunLogs.vue.d.ts +16 -0
- package/dist/types/src/components/TaskRunPanel.vue.d.ts +19 -0
- package/dist/types/src/components/TaskRunsSort.vue.d.ts +20 -0
- package/dist/types/src/components/TimezoneSelect.vue.d.ts +28 -0
- package/dist/types/src/components/ToastFlowRunCreate.vue.d.ts +26 -0
- package/dist/types/src/components/WorkPoolCard.vue.d.ts +20 -0
- package/dist/types/src/components/WorkPoolCombobox.vue.d.ts +36 -0
- package/dist/types/src/components/WorkPoolCreateForm.vue.d.ts +2 -0
- package/dist/types/src/components/WorkPoolDetails.vue.d.ts +18 -0
- package/dist/types/src/components/WorkPoolEditForm.vue.d.ts +16 -0
- package/dist/types/src/components/WorkPoolIconText.vue.d.ts +15 -0
- package/dist/types/src/components/WorkPoolLateIndicator.vue.d.ts +15 -0
- package/dist/types/src/components/WorkPoolList.vue.d.ts +23 -0
- package/dist/types/src/components/WorkPoolMenu.vue.d.ts +20 -0
- package/dist/types/src/components/WorkPoolQueueCombobox.vue.d.ts +38 -0
- package/dist/types/src/components/WorkPoolQueueCreateForm.vue.d.ts +15 -0
- package/dist/types/src/components/WorkPoolQueueDetails.vue.d.ts +20 -0
- package/dist/types/src/components/WorkPoolQueueEditForm.vue.d.ts +18 -0
- package/dist/types/src/components/WorkPoolQueueMenu.vue.d.ts +22 -0
- package/dist/types/src/components/WorkPoolQueuePriorityLabel.vue.d.ts +2 -0
- package/dist/types/src/components/WorkPoolQueueToggle.vue.d.ts +22 -0
- package/dist/types/src/components/WorkPoolQueueUpcomingFlowRunsList.vue.d.ts +18 -0
- package/dist/types/src/components/WorkPoolQueuesDeleteButton.vue.d.ts +22 -0
- package/dist/types/src/components/WorkPoolQueuesTable.vue.d.ts +15 -0
- package/dist/types/src/components/WorkPoolToggle.vue.d.ts +20 -0
- package/dist/types/src/components/WorkPoolTypeSelect.vue.d.ts +19 -0
- package/dist/types/src/components/WorkPools.vue.d.ts +6 -0
- package/dist/types/src/components/WorkPoolsPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/WorkQueueCombobox.vue.d.ts +36 -0
- package/dist/types/src/components/WorkQueueCreateForm.vue.d.ts +10 -0
- package/dist/types/src/components/WorkQueueDetails.vue.d.ts +18 -0
- package/dist/types/src/components/WorkQueueEditForm.vue.d.ts +31 -0
- package/dist/types/src/components/WorkQueueFlowRunsList.vue.d.ts +16 -0
- package/dist/types/src/components/WorkQueueIconText.vue.d.ts +19 -0
- package/dist/types/src/components/WorkQueueLastPolled.vue.d.ts +15 -0
- package/dist/types/src/components/WorkQueueLateIndicator.vue.d.ts +15 -0
- package/dist/types/src/components/WorkQueueMenu.vue.d.ts +29 -0
- package/dist/types/src/components/WorkQueueStatusBadge.vue.d.ts +16 -0
- package/dist/types/src/components/WorkQueueStatusIcon.vue.d.ts +15 -0
- package/dist/types/src/components/WorkQueueToggle.vue.d.ts +20 -0
- package/dist/types/src/components/WorkQueuesDeleteButton.vue.d.ts +20 -0
- package/dist/types/src/components/WorkQueuesPageEmptyState.vue.d.ts +2 -0
- package/dist/types/src/components/WorkQueuesTable.vue.d.ts +23 -0
- package/dist/types/src/components/WorkersLateIndicator.vue.d.ts +17 -0
- package/dist/types/src/components/WorkersTable.vue.d.ts +15 -0
- package/dist/types/src/components/index.d.ts +238 -0
- package/dist/types/src/compositions/index.d.ts +27 -0
- package/dist/types/src/compositions/useBlockDocument.d.ts +3 -0
- package/dist/types/src/compositions/useBlockSchema.d.ts +4 -0
- package/dist/types/src/compositions/useBlockType.d.ts +4 -0
- package/dist/types/src/compositions/useCan.d.ts +2 -0
- package/dist/types/src/compositions/useComponent.d.ts +14 -0
- package/dist/types/src/compositions/useDeployment.d.ts +3 -0
- package/dist/types/src/compositions/useDeploymentFilter.d.ts +15 -0
- package/dist/types/src/compositions/useFavicon.d.ts +3 -0
- package/dist/types/src/compositions/useFilter.d.ts +22 -0
- package/dist/types/src/compositions/useFlow.d.ts +3 -0
- package/dist/types/src/compositions/useFlowFilter.d.ts +13 -0
- package/dist/types/src/compositions/useFlowRun.d.ts +3 -0
- package/dist/types/src/compositions/useFlowRunFilter.d.ts +7 -0
- package/dist/types/src/compositions/useFlowRunFilterFromRoute.d.ts +23 -0
- package/dist/types/src/compositions/useForm.d.ts +2 -0
- package/dist/types/src/compositions/useOptionalRules.d.ts +5 -0
- package/dist/types/src/compositions/usePaginatedSubscription.d.ts +10 -0
- package/dist/types/src/compositions/useReactiveField.d.ts +3 -0
- package/dist/types/src/compositions/useReactiveForm.d.ts +3 -0
- package/dist/types/src/compositions/useScrollLinking.d.ts +22 -0
- package/dist/types/src/compositions/useShowModal.d.ts +10 -0
- package/dist/types/src/compositions/useTabs.d.ts +6 -0
- package/dist/types/src/compositions/useTaskRun.d.ts +3 -0
- package/dist/types/src/compositions/useTaskRunsCount.d.ts +2 -0
- package/dist/types/src/compositions/useWorkQueueStatus.d.ts +3 -0
- package/dist/types/src/compositions/useWorkspaceApi.d.ts +2 -0
- package/dist/types/src/compositions/useWorkspaceRoutes.d.ts +253 -0
- package/dist/types/src/index.d.ts +17 -0
- package/dist/types/src/localization/index.d.ts +93 -0
- package/dist/types/src/localization/locale/en.d.ts +93 -0
- package/dist/types/src/maps/blockDocument.d.ts +6 -0
- package/dist/types/src/maps/blockDocumentCreate.d.ts +4 -0
- package/dist/types/src/maps/blockDocumentFilter.d.ts +4 -0
- package/dist/types/src/maps/blockDocumentReferences.d.ts +3 -0
- package/dist/types/src/maps/blockDocumentUpdate.d.ts +4 -0
- package/dist/types/src/maps/blockSchema.d.ts +4 -0
- package/dist/types/src/maps/blockSchemaFilter.d.ts +4 -0
- package/dist/types/src/maps/blockSchemaReferences.d.ts +4 -0
- package/dist/types/src/maps/blockType.d.ts +4 -0
- package/dist/types/src/maps/blockTypeFilter.d.ts +4 -0
- package/dist/types/src/maps/concurrencyLimit.d.ts +4 -0
- package/dist/types/src/maps/concurrencyLimitCreate.d.ts +4 -0
- package/dist/types/src/maps/createdOrUpdatedBy.d.ts +4 -0
- package/dist/types/src/maps/date.d.ts +3 -0
- package/dist/types/src/maps/deployment.d.ts +7 -0
- package/dist/types/src/maps/divergingBarChartItem.d.ts +4 -0
- package/dist/types/src/maps/empiricalPolicy.d.ts +7 -0
- package/dist/types/src/maps/flow.d.ts +5 -0
- package/dist/types/src/maps/flowRun.d.ts +4 -0
- package/dist/types/src/maps/flowRunFilter.d.ts +4 -0
- package/dist/types/src/maps/flowRunGraph.d.ts +5 -0
- package/dist/types/src/maps/flowRunHistory.d.ts +5 -0
- package/dist/types/src/maps/flowRunTimeline.d.ts +4 -0
- package/dist/types/src/maps/index.d.ts +347 -0
- package/dist/types/src/maps/logs.d.ts +5 -0
- package/dist/types/src/maps/notification.d.ts +4 -0
- package/dist/types/src/maps/notificationCreate.d.ts +4 -0
- package/dist/types/src/maps/notificationUpdate.d.ts +4 -0
- package/dist/types/src/maps/number.d.ts +3 -0
- package/dist/types/src/maps/savedSearch.d.ts +4 -0
- package/dist/types/src/maps/savedSearchCreate.d.ts +4 -0
- package/dist/types/src/maps/scatterPlotItem.d.ts +10 -0
- package/dist/types/src/maps/schedule.d.ts +5 -0
- package/dist/types/src/maps/schema.d.ts +7 -0
- package/dist/types/src/maps/schemaValuesRequest.d.ts +8 -0
- package/dist/types/src/maps/schemaValuesResponse.d.ts +10 -0
- package/dist/types/src/maps/state.d.ts +7 -0
- package/dist/types/src/maps/stateDetails.d.ts +9 -0
- package/dist/types/src/maps/stateHistory.d.ts +5 -0
- package/dist/types/src/maps/stateType.d.ts +4 -0
- package/dist/types/src/maps/stateUpdate.d.ts +3 -0
- package/dist/types/src/maps/taskInput.d.ts +5 -0
- package/dist/types/src/maps/taskRun.d.ts +5 -0
- package/dist/types/src/maps/uiFlowRunHistory.d.ts +4 -0
- package/dist/types/src/maps/workPool.d.ts +6 -0
- package/dist/types/src/maps/workPoolQueue.d.ts +6 -0
- package/dist/types/src/maps/workPoolWorker.d.ts +4 -0
- package/dist/types/src/maps/workQueue.d.ts +6 -0
- package/dist/types/src/maps/workQueueFilter.d.ts +5 -0
- package/dist/types/src/maps/workQueueHealthPolicy.d.ts +3 -0
- package/dist/types/src/maps/workQueueStatus.d.ts +3 -0
- package/dist/types/src/maps/workerScheduledFlowRun.d.ts +4 -0
- package/dist/types/src/mocks/UiFlowRunHistory.d.ts +3 -0
- package/dist/types/src/mocks/any.d.ts +2 -0
- package/dist/types/src/mocks/blockDocument.d.ts +3 -0
- package/dist/types/src/mocks/blockDocumentData.d.ts +5 -0
- package/dist/types/src/mocks/blockSchema.d.ts +3 -0
- package/dist/types/src/mocks/blockSchemaCapabilities.d.ts +2 -0
- package/dist/types/src/mocks/blockSchemaCapability.d.ts +2 -0
- package/dist/types/src/mocks/blockType.d.ts +3 -0
- package/dist/types/src/mocks/blockTypeSnippet.d.ts +2 -0
- package/dist/types/src/mocks/boolean.d.ts +2 -0
- package/dist/types/src/mocks/concurrencyLimit.d.ts +3 -0
- package/dist/types/src/mocks/createdOrUpdatedBy.d.ts +3 -0
- package/dist/types/src/mocks/date.d.ts +4 -0
- package/dist/types/src/mocks/deployment.d.ts +3 -0
- package/dist/types/src/mocks/email.d.ts +2 -0
- package/dist/types/src/mocks/flow.d.ts +3 -0
- package/dist/types/src/mocks/flowResponse.d.ts +3 -0
- package/dist/types/src/mocks/flowRun.d.ts +3 -0
- package/dist/types/src/mocks/flowRunGraph.d.ts +15 -0
- package/dist/types/src/mocks/flowRunHistory.d.ts +3 -0
- package/dist/types/src/mocks/flowRunStateHistory.d.ts +3 -0
- package/dist/types/src/mocks/id.d.ts +2 -0
- package/dist/types/src/mocks/image.d.ts +7 -0
- package/dist/types/src/mocks/index.d.ts +60 -0
- package/dist/types/src/mocks/log.d.ts +4 -0
- package/dist/types/src/mocks/notification.d.ts +3 -0
- package/dist/types/src/mocks/notificationCreate.d.ts +3 -0
- package/dist/types/src/mocks/number.d.ts +2 -0
- package/dist/types/src/mocks/parameters.d.ts +3 -0
- package/dist/types/src/mocks/schedule.d.ts +7 -0
- package/dist/types/src/mocks/schemas.d.ts +5 -0
- package/dist/types/src/mocks/sentences/generateText.d.ts +4 -0
- package/dist/types/src/mocks/sentences/sample.d.ts +13 -0
- package/dist/types/src/mocks/sentences/utils.d.ts +7 -0
- package/dist/types/src/mocks/starnames/generateStarName.d.ts +2 -0
- package/dist/types/src/mocks/starnames/index.d.ts +4 -0
- package/dist/types/src/mocks/starnames/names.d.ts +2 -0
- package/dist/types/src/mocks/starnames/prefixes.d.ts +2 -0
- package/dist/types/src/mocks/starnames/suffixes.d.ts +2 -0
- package/dist/types/src/mocks/state.d.ts +3 -0
- package/dist/types/src/mocks/stateType.d.ts +3 -0
- package/dist/types/src/mocks/string.d.ts +10 -0
- package/dist/types/src/mocks/taskRun.d.ts +3 -0
- package/dist/types/src/mocks/url.d.ts +2 -0
- package/dist/types/src/mocks/workPool.d.ts +3 -0
- package/dist/types/src/mocks/workPoolQueue.d.ts +3 -0
- package/dist/types/src/mocks/workQueue.d.ts +5 -0
- package/dist/types/src/mocks/workQueueCreate.d.ts +3 -0
- package/dist/types/src/mocks/workQueueHealthPolicy.d.ts +3 -0
- package/dist/types/src/mocks/workQueueStatus.d.ts +3 -0
- package/dist/types/src/mocks/worker.d.ts +3 -0
- package/dist/types/src/models/ApiRouteParams.d.ts +7 -0
- package/dist/types/src/models/BlockDocument.d.ts +37 -0
- package/dist/types/src/models/BlockDocumentCreate.d.ts +12 -0
- package/dist/types/src/models/BlockDocumentFilter.d.ts +8 -0
- package/dist/types/src/models/BlockDocumentUpdate.d.ts +7 -0
- package/dist/types/src/models/BlockSchema.d.ts +23 -0
- package/dist/types/src/models/BlockSchemaFilter.d.ts +9 -0
- package/dist/types/src/models/BlockType.d.ts +23 -0
- package/dist/types/src/models/BlockTypeFilter.d.ts +9 -0
- package/dist/types/src/models/ConcurrencyLimit.d.ts +8 -0
- package/dist/types/src/models/ConcurrencyLimitCreate.d.ts +4 -0
- package/dist/types/src/models/ConcurrencyLimitsFilter.d.ts +4 -0
- package/dist/types/src/models/CreatedOrUpdatedBy.d.ts +6 -0
- package/dist/types/src/models/CronSchedule.d.ts +18 -0
- package/dist/types/src/models/CronStringLengthError.d.ts +3 -0
- package/dist/types/src/models/Deployment.d.ts +57 -0
- package/dist/types/src/models/DeploymentFlowRunCreate.d.ts +23 -0
- package/dist/types/src/models/DeploymentUpdate.d.ts +20 -0
- package/dist/types/src/models/EmpiricalPolicy.d.ts +13 -0
- package/dist/types/src/models/ExistingHandleError.d.ts +6 -0
- package/dist/types/src/models/FilterDateError.d.ts +3 -0
- package/dist/types/src/models/FilterPrefixError.d.ts +3 -0
- package/dist/types/src/models/FilterRelativeDateUnitError.d.ts +3 -0
- package/dist/types/src/models/Flow.d.ts +15 -0
- package/dist/types/src/models/FlowRun.d.ts +77 -0
- package/dist/types/src/models/FlowRunHistoryMap.d.ts +8 -0
- package/dist/types/src/models/GraphNode.d.ts +29 -0
- package/dist/types/src/models/ISchedule.d.ts +7 -0
- package/dist/types/src/models/IntervalSchedule.d.ts +27 -0
- package/dist/types/src/models/InvalidSchemaValueError.d.ts +3 -0
- package/dist/types/src/models/Log.d.ts +25 -0
- package/dist/types/src/models/NoSchemaPropertyDefaultValueError.d.ts +3 -0
- package/dist/types/src/models/Notification.d.ts +21 -0
- package/dist/types/src/models/NotificationCreate.d.ts +6 -0
- package/dist/types/src/models/NotificationUpdate.d.ts +6 -0
- package/dist/types/src/models/PublicCron.d.ts +15 -0
- package/dist/types/src/models/RRuleSchedule.d.ts +15 -0
- package/dist/types/src/models/RunHistory.d.ts +12 -0
- package/dist/types/src/models/SavedSearch.d.ts +24 -0
- package/dist/types/src/models/Schedule.d.ts +9 -0
- package/dist/types/src/models/ServerSettings.d.ts +42 -0
- package/dist/types/src/models/State.d.ts +11 -0
- package/dist/types/src/models/StateCreate.d.ts +9 -0
- package/dist/types/src/models/StateDetails.d.ts +10 -0
- package/dist/types/src/models/StateDetailsCreate.d.ts +8 -0
- package/dist/types/src/models/StateHistory.d.ts +16 -0
- package/dist/types/src/models/StateType.d.ts +13 -0
- package/dist/types/src/models/StateUpdate.d.ts +11 -0
- package/dist/types/src/models/TaskInput.d.ts +29 -0
- package/dist/types/src/models/TaskRun.d.ts +58 -0
- package/dist/types/src/models/TimelineNode.d.ts +15 -0
- package/dist/types/src/models/UiFlowRunHistory.d.ts +8 -0
- package/dist/types/src/models/WorkPool.d.ts +26 -0
- package/dist/types/src/models/WorkPoolCreate.d.ts +7 -0
- package/dist/types/src/models/WorkPoolEdit.d.ts +5 -0
- package/dist/types/src/models/WorkPoolQueue.d.ts +23 -0
- package/dist/types/src/models/WorkPoolQueueCreate.d.ts +7 -0
- package/dist/types/src/models/WorkPoolQueueEdit.d.ts +7 -0
- package/dist/types/src/models/WorkPoolWorker.d.ts +17 -0
- package/dist/types/src/models/WorkQueue.d.ts +27 -0
- package/dist/types/src/models/WorkQueueCreate.d.ts +6 -0
- package/dist/types/src/models/WorkQueueEdit.d.ts +5 -0
- package/dist/types/src/models/WorkQueueFilter.d.ts +9 -0
- package/dist/types/src/models/WorkQueueHealthPolicy.d.ts +4 -0
- package/dist/types/src/models/WorkQueueStatus.d.ts +14 -0
- package/dist/types/src/models/WorkerScheduledFlowRun.d.ts +6 -0
- package/dist/types/src/models/WorkerScheduledFlowRuns.d.ts +6 -0
- package/dist/types/src/models/api/BlockDocumentCreateRequest.d.ts +23 -0
- package/dist/types/src/models/api/BlockDocumentFilterRequest.d.ts +12 -0
- package/dist/types/src/models/api/BlockDocumentResponse.d.ts +25 -0
- package/dist/types/src/models/api/BlockDocumentUpdateRequest.d.ts +4 -0
- package/dist/types/src/models/api/BlockSchemaFilterRequest.d.ts +9 -0
- package/dist/types/src/models/api/BlockSchemaResponse.d.ts +12 -0
- package/dist/types/src/models/api/BlockTypeFilterRequest.d.ts +9 -0
- package/dist/types/src/models/api/BlockTypeResponse.d.ts +11 -0
- package/dist/types/src/models/api/ConcurrencyLimitCreateRequest.d.ts +4 -0
- package/dist/types/src/models/api/ConcurrencyLimitResponse.d.ts +8 -0
- package/dist/types/src/models/api/CreatedOrUpdatedByResponse.d.ts +6 -0
- package/dist/types/src/models/api/DeploymentFlowRunRequest.d.ts +13 -0
- package/dist/types/src/models/api/DeploymentResponse.d.ts +29 -0
- package/dist/types/src/models/api/DeploymentUpdateRequest.d.ts +15 -0
- package/dist/types/src/models/api/EmpiricalPolicyRequest.d.ts +6 -0
- package/dist/types/src/models/api/EmpiricalPolicyResponse.d.ts +6 -0
- package/dist/types/src/models/api/FlowResponse.d.ts +7 -0
- package/dist/types/src/models/api/FlowRunGraphResponse.d.ts +17 -0
- package/dist/types/src/models/api/FlowRunHistoryResponse.d.ts +6 -0
- package/dist/types/src/models/api/FlowRunResponse.d.ts +39 -0
- package/dist/types/src/models/api/LogResponse.d.ts +12 -0
- package/dist/types/src/models/api/LogsRequestFilter.d.ts +23 -0
- package/dist/types/src/models/api/NotificationCreateRequest.d.ts +6 -0
- package/dist/types/src/models/api/NotificationFilter.d.ts +5 -0
- package/dist/types/src/models/api/NotificationResponse.d.ts +9 -0
- package/dist/types/src/models/api/NotificationUpdateRequest.d.ts +6 -0
- package/dist/types/src/models/api/SavedSearchResponse.d.ts +19 -0
- package/dist/types/src/models/api/ScheduleRequest.d.ts +18 -0
- package/dist/types/src/models/api/ScheduleResponse.d.ts +18 -0
- package/dist/types/src/models/api/SchemaResponse.d.ts +41 -0
- package/dist/types/src/models/api/StateDetailsRequest.d.ts +11 -0
- package/dist/types/src/models/api/StateDetailsResponse.d.ts +11 -0
- package/dist/types/src/models/api/StateHistoryResponse.d.ts +8 -0
- package/dist/types/src/models/api/StateRequest.d.ts +9 -0
- package/dist/types/src/models/api/StateResponse.d.ts +11 -0
- package/dist/types/src/models/api/StateUpdateRequest.d.ts +11 -0
- package/dist/types/src/models/api/TaskInputResponse.d.ts +16 -0
- package/dist/types/src/models/api/TaskRunResponse.d.ts +31 -0
- package/dist/types/src/models/api/UiFlowRunHistoryResponse.d.ts +8 -0
- package/dist/types/src/models/api/WorkPoolQueueRequest.d.ts +14 -0
- package/dist/types/src/models/api/WorkPoolQueueResponse.d.ts +12 -0
- package/dist/types/src/models/api/WorkPoolRequest.d.ts +12 -0
- package/dist/types/src/models/api/WorkPoolResponse.d.ts +12 -0
- package/dist/types/src/models/api/WorkPoolWorkerFilter.d.ts +13 -0
- package/dist/types/src/models/api/WorkPoolWorkerResponse.d.ts +9 -0
- package/dist/types/src/models/api/WorkQueueFilterResponse.d.ts +4 -0
- package/dist/types/src/models/api/WorkQueueHealthPolicyResponse.d.ts +4 -0
- package/dist/types/src/models/api/WorkQueueRequest.d.ts +11 -0
- package/dist/types/src/models/api/WorkQueueResponse.d.ts +14 -0
- package/dist/types/src/models/api/WorkQueueStatusResponse.d.ts +9 -0
- package/dist/types/src/models/api/WorkerScheduledFlowRunResponse.d.ts +6 -0
- package/dist/types/src/models/api/WorkerScheduledFlowRunsRequest.d.ts +6 -0
- package/dist/types/src/models/api/index.d.ts +51 -0
- package/dist/types/src/models/index.d.ts +66 -0
- package/dist/types/src/router/index.d.ts +1 -0
- package/dist/types/src/router/routes.d.ts +277 -0
- package/dist/types/src/services/AdminApi.d.ts +7 -0
- package/dist/types/src/services/Api.d.ts +35 -0
- package/dist/types/src/services/BatchProcessor/BatchProcessor.d.ts +28 -0
- package/dist/types/src/services/BatchProcessor/index.d.ts +1 -0
- package/dist/types/src/services/HealthApi.d.ts +5 -0
- package/dist/types/src/services/Mapper.d.ts +373 -0
- package/dist/types/src/services/Mocker.d.ts +75 -0
- package/dist/types/src/services/RouteGuardExecutioner.d.ts +10 -0
- package/dist/types/src/services/SimpleIdManager.d.ts +4 -0
- package/dist/types/src/services/UiApi.d.ts +9 -0
- package/dist/types/src/services/WorkspaceApi.d.ts +27 -0
- package/dist/types/src/services/WorkspaceBlockCapabilitiesApi.d.ts +8 -0
- package/dist/types/src/services/WorkspaceBlockDocumentsApi.d.ts +20 -0
- package/dist/types/src/services/WorkspaceBlockSchemasApi.d.ts +14 -0
- package/dist/types/src/services/WorkspaceBlockTypesApi.d.ts +17 -0
- package/dist/types/src/services/WorkspaceConcurrencyLimitsApi.d.ts +21 -0
- package/dist/types/src/services/WorkspaceDeploymentsApi.d.ts +27 -0
- package/dist/types/src/services/WorkspaceFlowRunsApi.d.ts +32 -0
- package/dist/types/src/services/WorkspaceFlowsApi.d.ts +16 -0
- package/dist/types/src/services/WorkspaceLogsApi.d.ts +7 -0
- package/dist/types/src/services/WorkspaceNotificationsApi.d.ts +13 -0
- package/dist/types/src/services/WorkspaceSavedSearchesApi.d.ts +9 -0
- package/dist/types/src/services/WorkspaceTaskRunsApi.d.ts +19 -0
- package/dist/types/src/services/WorkspaceWorkPoolQueuesApi.d.ts +23 -0
- package/dist/types/src/services/WorkspaceWorkPoolWorkersApi.d.ts +9 -0
- package/dist/types/src/services/WorkspaceWorkPoolsApi.d.ts +26 -0
- package/dist/types/src/services/WorkspaceWorkQueuesApi.d.ts +29 -0
- package/dist/types/src/services/can.d.ts +14 -0
- package/dist/types/src/services/index.d.ts +26 -0
- package/dist/types/src/services/schemas/constants.d.ts +1 -0
- package/dist/types/src/services/schemas/index.d.ts +4 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyAny.d.ts +13 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyArray.d.ts +9 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyBlock.d.ts +10 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyBoolean.d.ts +9 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyInteger.d.ts +9 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyNull.d.ts +8 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyNumber.d.ts +10 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyObject.d.ts +11 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyService.d.ts +63 -0
- package/dist/types/src/services/schemas/properties/SchemaPropertyString.d.ts +15 -0
- package/dist/types/src/services/schemas/properties/factory.d.ts +3 -0
- package/dist/types/src/services/schemas/properties/index.d.ts +10 -0
- package/dist/types/src/services/schemas/resolvers/blockReferences.d.ts +3 -0
- package/dist/types/src/services/schemas/resolvers/definitions.d.ts +5 -0
- package/dist/types/src/services/schemas/resolvers/index.d.ts +3 -0
- package/dist/types/src/services/schemas/resolvers/meta.d.ts +2 -0
- package/dist/types/src/services/schemas/resolvers/schemas.d.ts +4 -0
- package/dist/types/src/services/schemas/utilities.d.ts +28 -0
- package/dist/types/src/types/ColorMode.d.ts +2 -0
- package/dist/types/src/types/RouteGuard.d.ts +7 -0
- package/dist/types/src/types/SortOptionTypes.d.ts +34 -0
- package/dist/types/src/types/UnionFilters.d.ts +131 -0
- package/dist/types/src/types/buttons.d.ts +1 -0
- package/dist/types/src/types/classes.d.ts +2 -0
- package/dist/types/src/types/cron.d.ts +33 -0
- package/dist/types/src/types/css.d.ts +1 -0
- package/dist/types/src/types/dates.d.ts +3 -0
- package/dist/types/src/types/filter.d.ts +30 -0
- package/dist/types/src/types/index.d.ts +14 -0
- package/dist/types/src/types/reactivity.d.ts +2 -0
- package/dist/types/src/types/schemas.d.ts +65 -0
- package/dist/types/src/types/states.d.ts +3 -0
- package/dist/types/src/types/tabs.d.ts +19 -0
- package/dist/types/src/types/tailwind.d.ts +1 -0
- package/dist/types/src/types/utilities.d.ts +7 -0
- package/dist/types/src/utilities/api.d.ts +38 -0
- package/dist/types/src/utilities/arrays.d.ts +19 -0
- package/dist/types/src/utilities/cache.d.ts +4 -0
- package/dist/types/src/utilities/colorMode.d.ts +4 -0
- package/dist/types/src/utilities/components.d.ts +19 -0
- package/dist/types/src/utilities/copy.d.ts +1 -0
- package/dist/types/src/utilities/dates.d.ts +14 -0
- package/dist/types/src/utilities/delete.d.ts +5 -0
- package/dist/types/src/utilities/httpStatus.d.ts +74 -0
- package/dist/types/src/utilities/index.d.ts +27 -0
- package/dist/types/src/utilities/inject.d.ts +2 -0
- package/dist/types/src/utilities/json.d.ts +7 -0
- package/dist/types/src/utilities/languageDefinitions/json.d.ts +3 -0
- package/dist/types/src/utilities/languageDefinitions/python.d.ts +2 -0
- package/dist/types/src/utilities/logs.d.ts +2 -0
- package/dist/types/src/utilities/math.d.ts +6 -0
- package/dist/types/src/utilities/numbers.d.ts +1 -0
- package/dist/types/src/utilities/object.d.ts +9 -0
- package/dist/types/src/utilities/parameters.d.ts +4 -0
- package/dist/types/src/utilities/processTypes.d.ts +1 -0
- package/dist/types/src/utilities/routes.d.ts +5 -0
- package/dist/types/src/utilities/savedFilters.d.ts +8 -0
- package/dist/types/src/utilities/seconds.d.ts +9 -0
- package/dist/types/src/utilities/state.d.ts +6 -0
- package/dist/types/src/utilities/strings.d.ts +12 -0
- package/dist/types/src/utilities/subscriptions.d.ts +11 -0
- package/dist/types/src/utilities/timeIntervals.d.ts +4 -0
- package/dist/types/src/utilities/timezone.d.ts +434 -0
- package/dist/types/src/utilities/validation.d.ts +30 -0
- package/dist/types/src/utilities/variables.d.ts +3 -0
- package/dist/types/vite.config.d.ts +2 -0
- package/dist/viewport.es-a6380c41-3517fd0a.mjs +1537 -0
- package/dist/viewport.es-a6380c41-3517fd0a.mjs.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { StateUpdate, TimelineNode } from '../models';
|
|
2
|
+
import { FlowRun } from '../models/FlowRun';
|
|
3
|
+
import { GraphNode } from '../models/GraphNode';
|
|
4
|
+
import { RunHistory } from '../models/RunHistory';
|
|
5
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
6
|
+
import { FlowRunsHistoryFilter, UnionFilters } from '../types/UnionFilters';
|
|
7
|
+
export interface IWorkspaceFlowRunsApi {
|
|
8
|
+
getFlowRun: (flowRunId: string) => Promise<FlowRun>;
|
|
9
|
+
getFlowRuns: (filter: UnionFilters) => Promise<FlowRun[]>;
|
|
10
|
+
getFlowRunsCount: (filter: UnionFilters) => Promise<number>;
|
|
11
|
+
getFlowRunsHistory: (filter: FlowRunsHistoryFilter) => Promise<RunHistory[]>;
|
|
12
|
+
getFlowRunsGraph: (flowRunId: string) => Promise<GraphNode[]>;
|
|
13
|
+
getFlowRunsTimeline: (flowRunId: string) => Promise<TimelineNode[]>;
|
|
14
|
+
retryFlowRun: (flowRunId: string) => Promise<void>;
|
|
15
|
+
setFlowRunState: (flowRunId: string, body: StateUpdate) => Promise<void>;
|
|
16
|
+
resumeFlowRun: (flowRunId: string) => Promise<void>;
|
|
17
|
+
deleteFlowRun: (flowRunId: string) => Promise<void>;
|
|
18
|
+
}
|
|
19
|
+
export declare class WorkspaceFlowRunsApi extends WorkspaceApi implements IWorkspaceFlowRunsApi {
|
|
20
|
+
protected routePrefix: string;
|
|
21
|
+
private readonly batcher;
|
|
22
|
+
getFlowRun(id: string): Promise<FlowRun>;
|
|
23
|
+
getFlowRuns(filter?: UnionFilters): Promise<FlowRun[]>;
|
|
24
|
+
getFlowRunsCount(filter?: UnionFilters): Promise<number>;
|
|
25
|
+
getFlowRunsHistory(filter: FlowRunsHistoryFilter): Promise<RunHistory[]>;
|
|
26
|
+
getFlowRunsGraph(flowRunId: string): Promise<GraphNode[]>;
|
|
27
|
+
getFlowRunsTimeline(id: string): Promise<TimelineNode[]>;
|
|
28
|
+
retryFlowRun(id: string): Promise<void>;
|
|
29
|
+
setFlowRunState(id: string, body: StateUpdate): Promise<void>;
|
|
30
|
+
resumeFlowRun(id: string): Promise<void>;
|
|
31
|
+
deleteFlowRun(flowRunId: string): Promise<void>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Flow } from '../models';
|
|
2
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
3
|
+
import { UnionFilters } from '../types';
|
|
4
|
+
export interface IWorkspaceFlowsApi {
|
|
5
|
+
getFlow: (flowId: string) => Promise<Flow>;
|
|
6
|
+
getFlows: (filter: UnionFilters) => Promise<Flow[]>;
|
|
7
|
+
getFlowsCount: (filter: UnionFilters) => Promise<number>;
|
|
8
|
+
deleteFlow: (flowId: string) => Promise<void>;
|
|
9
|
+
}
|
|
10
|
+
export declare class WorkspaceFlowsApi extends WorkspaceApi implements IWorkspaceFlowsApi {
|
|
11
|
+
protected routePrefix: string;
|
|
12
|
+
getFlow(flowId: string): Promise<Flow>;
|
|
13
|
+
getFlows(filter?: UnionFilters): Promise<Flow[]>;
|
|
14
|
+
getFlowsCount(filter?: UnionFilters): Promise<number>;
|
|
15
|
+
deleteFlow(flowId: string): Promise<void>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { LogsRequestFilter } from '../models/api/LogsRequestFilter';
|
|
2
|
+
import { Log } from '../models/Log';
|
|
3
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
4
|
+
export declare class WorkspaceLogsApi extends WorkspaceApi {
|
|
5
|
+
protected routePrefix: string;
|
|
6
|
+
getLogs(filter?: LogsRequestFilter): Promise<Log[]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { NotificationFilter } from '../models/api/NotificationFilter';
|
|
2
|
+
import { Notification } from '../models/Notification';
|
|
3
|
+
import { NotificationCreate } from '../models/NotificationCreate';
|
|
4
|
+
import { NotificationUpdate } from '../models/NotificationUpdate';
|
|
5
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
6
|
+
export declare class WorkspaceNotificationsApi extends WorkspaceApi {
|
|
7
|
+
protected routePrefix: string;
|
|
8
|
+
getNotification(id: string): Promise<Notification>;
|
|
9
|
+
createNotification(notification: NotificationCreate): Promise<Notification>;
|
|
10
|
+
getNotifications(filter?: NotificationFilter): Promise<Notification[]>;
|
|
11
|
+
updateNotification(id: string, notification: NotificationUpdate): Promise<void>;
|
|
12
|
+
deleteNotification(id: string): Promise<void>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SavedSearch, SavedSearchCreate } from '../models/SavedSearch';
|
|
2
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
3
|
+
export declare class WorkspaceSavedSearchesApi extends WorkspaceApi {
|
|
4
|
+
protected routePrefix: string;
|
|
5
|
+
getSavedSearches(filter?: {}): Promise<SavedSearch[]>;
|
|
6
|
+
getSavedSearch(id: string): Promise<SavedSearch>;
|
|
7
|
+
createSavedSearch(search: SavedSearchCreate): Promise<SavedSearch>;
|
|
8
|
+
deleteSavedSearch(id: string): Promise<void>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { StateUpdate } from '../models/StateUpdate';
|
|
2
|
+
import { TaskRun } from '../models/TaskRun';
|
|
3
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
4
|
+
import { UnionFilters } from '../types/UnionFilters';
|
|
5
|
+
export interface IWorkspaceTaskRunsApi {
|
|
6
|
+
getTaskRun: (taskRunId: string) => Promise<TaskRun>;
|
|
7
|
+
getTaskRuns: (filter: UnionFilters) => Promise<TaskRun[]>;
|
|
8
|
+
getTaskRunsCount: (filter: UnionFilters) => Promise<number>;
|
|
9
|
+
setTaskRunState: (taskRunId: string, body: StateUpdate) => Promise<void>;
|
|
10
|
+
deleteTaskRun: (taskRunId: string) => Promise<void>;
|
|
11
|
+
}
|
|
12
|
+
export declare class WorkspaceTaskRunsApi extends WorkspaceApi implements IWorkspaceTaskRunsApi {
|
|
13
|
+
protected routePrefix: string;
|
|
14
|
+
getTaskRun(id: string): Promise<TaskRun>;
|
|
15
|
+
getTaskRuns(filter?: UnionFilters): Promise<TaskRun[]>;
|
|
16
|
+
getTaskRunsCount(filter?: UnionFilters): Promise<number>;
|
|
17
|
+
setTaskRunState(id: string, body: StateUpdate): Promise<void>;
|
|
18
|
+
deleteTaskRun(taskRunId: string): Promise<void>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { WorkPoolQueueCreate, WorkPoolQueue, WorkPoolQueueEdit } from '../models';
|
|
2
|
+
import { WorkspaceApi } from '../services';
|
|
3
|
+
import { PaginatedWorkPoolQueueFilter } from '../types';
|
|
4
|
+
export interface IWorkspaceWorkPoolQueuesApi {
|
|
5
|
+
createWorkPoolQueue: (workPoolName: string, request: WorkPoolQueueCreate) => Promise<WorkPoolQueue>;
|
|
6
|
+
getWorkPoolQueues: (workPoolName: string, filter: PaginatedWorkPoolQueueFilter) => Promise<WorkPoolQueue[]>;
|
|
7
|
+
getWorkPoolQueueByName: (workPoolName: string, queueName: string) => Promise<WorkPoolQueue>;
|
|
8
|
+
updateWorkPoolQueue: (workPoolName: string, queueName: string, request: WorkPoolQueueCreate) => Promise<void>;
|
|
9
|
+
pauseWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
|
|
10
|
+
resumeWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
|
|
11
|
+
deleteWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
|
|
12
|
+
}
|
|
13
|
+
export declare class WorkspaceWorkPoolQueuesApi extends WorkspaceApi implements IWorkspaceWorkPoolQueuesApi {
|
|
14
|
+
protected routePrefix: string;
|
|
15
|
+
createWorkPoolQueue(workPoolName: string, request: WorkPoolQueueCreate): Promise<WorkPoolQueue>;
|
|
16
|
+
getWorkPoolQueues(workPoolName: string, filter?: PaginatedWorkPoolQueueFilter): Promise<WorkPoolQueue[]>;
|
|
17
|
+
getWorkPoolQueueByName(workPoolName: string, queueName: string): Promise<WorkPoolQueue>;
|
|
18
|
+
updateWorkPoolQueue(workPoolName: string, queueName: string, request: WorkPoolQueueEdit): Promise<void>;
|
|
19
|
+
pauseWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
|
|
20
|
+
resumeWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
|
|
21
|
+
deleteWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
|
|
22
|
+
updateWorkPoolQueuePriority(workPoolName: string, queueName: string, priority: number): Promise<void>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { WorkPoolWorker, WorkPoolWorkerFilter } from '../models';
|
|
2
|
+
import { WorkspaceApi } from '../services';
|
|
3
|
+
export interface IWorkspaceWorkPoolWorkersApi {
|
|
4
|
+
getWorkers: (workPoolName: string, filter: WorkPoolWorkerFilter) => Promise<WorkPoolWorker[]>;
|
|
5
|
+
}
|
|
6
|
+
export declare class WorkspaceWorkPoolWorkersApi extends WorkspaceApi implements IWorkspaceWorkPoolWorkersApi {
|
|
7
|
+
protected routePrefix: string;
|
|
8
|
+
getWorkers(workPoolName: string, filter?: WorkPoolWorkerFilter): Promise<WorkPoolWorker[]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { WorkPool, WorkPoolCreate, WorkPoolEdit, WorkerScheduledFlowRun, WorkerScheduledFlowRuns } from '../models';
|
|
2
|
+
import { WorkspaceApi } from '../services';
|
|
3
|
+
import { PaginatedWorkPoolFilter } from '../types';
|
|
4
|
+
export interface IWorkspaceWorkPoolsApi {
|
|
5
|
+
createWorkPool: (request: WorkPoolCreate) => Promise<WorkPool>;
|
|
6
|
+
getWorkPoolByName: (workPoolName: string) => Promise<WorkPool>;
|
|
7
|
+
getWorkPools: (filter: PaginatedWorkPoolFilter) => Promise<WorkPool[]>;
|
|
8
|
+
updateWorkPool: (workPoolName: string, request: WorkPoolEdit) => Promise<void>;
|
|
9
|
+
pauseWorkPool: (workPoolName: string) => Promise<void>;
|
|
10
|
+
resumeWorkPool: (workPoolName: string) => Promise<void>;
|
|
11
|
+
deleteWorkPool: (workPoolName: string) => Promise<void>;
|
|
12
|
+
getWorkPoolScheduledRuns: (workPoolName: string, request: WorkerScheduledFlowRuns) => Promise<WorkerScheduledFlowRun[]>;
|
|
13
|
+
getWorkPoolLateRuns: (workPoolName: string, request: WorkerScheduledFlowRuns) => Promise<WorkerScheduledFlowRun[]>;
|
|
14
|
+
}
|
|
15
|
+
export declare class WorkspaceWorkPoolsApi extends WorkspaceApi implements IWorkspaceWorkPoolsApi {
|
|
16
|
+
protected routePrefix: string;
|
|
17
|
+
createWorkPool(request: WorkPoolCreate): Promise<WorkPool>;
|
|
18
|
+
getWorkPoolByName(name: string): Promise<WorkPool>;
|
|
19
|
+
getWorkPools(filter?: PaginatedWorkPoolFilter): Promise<WorkPool[]>;
|
|
20
|
+
updateWorkPool(name: string, request: WorkPoolEdit): Promise<void>;
|
|
21
|
+
pauseWorkPool(name: string): Promise<void>;
|
|
22
|
+
resumeWorkPool(name: string): Promise<void>;
|
|
23
|
+
deleteWorkPool(name: string): Promise<void>;
|
|
24
|
+
getWorkPoolScheduledRuns(name: string, request: WorkerScheduledFlowRuns): Promise<WorkerScheduledFlowRun[]>;
|
|
25
|
+
getWorkPoolLateRuns(name: string, request: WorkerScheduledFlowRuns): Promise<WorkerScheduledFlowRun[]>;
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FlowRun, WorkQueueCreate, WorkQueueEdit, WorkQueueStatus } from '../models';
|
|
2
|
+
import { WorkQueue } from '../models/WorkQueue';
|
|
3
|
+
import { WorkspaceApi } from '../services/WorkspaceApi';
|
|
4
|
+
import { PaginatedFilter } from '../types/UnionFilters';
|
|
5
|
+
export interface IWorkspaceWorkQueuesApi {
|
|
6
|
+
getWorkQueue: (workQueueId: string) => Promise<WorkQueue>;
|
|
7
|
+
getWorkQueueByName: (workQueueName: string) => Promise<WorkQueue>;
|
|
8
|
+
getWorkQueues: (filter: PaginatedFilter) => Promise<WorkQueue[]>;
|
|
9
|
+
createWorkQueue: (request: WorkQueueCreate) => Promise<WorkQueue>;
|
|
10
|
+
pauseWorkQueue: (workQueueId: string) => Promise<void>;
|
|
11
|
+
resumeWorkQueue: (workQueueId: string) => Promise<void>;
|
|
12
|
+
updateWorkQueue: (workQueueId: string, request: WorkQueueEdit) => Promise<void>;
|
|
13
|
+
deleteWorkQueue: (workQueueId: string) => Promise<void>;
|
|
14
|
+
getRuns: (workQueueId: string) => Promise<FlowRun[]>;
|
|
15
|
+
getWorkQueueStatus: (workQueueId: string) => Promise<WorkQueueStatus>;
|
|
16
|
+
}
|
|
17
|
+
export declare class WorkspaceWorkQueuesApi extends WorkspaceApi implements IWorkspaceWorkQueuesApi {
|
|
18
|
+
protected routePrefix: string;
|
|
19
|
+
getWorkQueue(id: string): Promise<WorkQueue>;
|
|
20
|
+
getWorkQueueByName(name: string): Promise<WorkQueue>;
|
|
21
|
+
getWorkQueues(filter: PaginatedFilter): Promise<WorkQueue[]>;
|
|
22
|
+
createWorkQueue(request: WorkQueueCreate): Promise<WorkQueue>;
|
|
23
|
+
pauseWorkQueue(id: string): Promise<void>;
|
|
24
|
+
resumeWorkQueue(id: string): Promise<void>;
|
|
25
|
+
updateWorkQueue(id: string, request: WorkQueueEdit): Promise<void>;
|
|
26
|
+
deleteWorkQueue(id: string): Promise<void>;
|
|
27
|
+
getRuns(id: string): Promise<FlowRun[]>;
|
|
28
|
+
getWorkQueueStatus(id: string): Promise<WorkQueueStatus>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InjectionKey } from 'vue';
|
|
2
|
+
import { MaybeRef } from '../types/reactivity';
|
|
3
|
+
export declare const workspaceFeatureFlags: readonly [];
|
|
4
|
+
export type WorkspaceFeatureFlag = typeof workspaceFeatureFlags[number];
|
|
5
|
+
export declare const workspacePermissions: readonly ["create:automation", "create:block", "create:concurrency_limit", "create:deployment", "create:flow_run", "create:flow", "create:log", "create:notification_policy", "create:saved_search", "create:task_run", "create:work_queue", "create:work_pool_queue", "create:work_pool", "create:workspace_bot_access", "create:workspace_user_access", "delete:automation", "delete:block", "delete:concurrency_limit", "delete:deployment", "delete:flow_run", "delete:flow", "delete:notification_policy", "delete:saved_search", "delete:task_run", "delete:work_queue", "delete:work_pool_queue", "delete:work_pool", "delete:workspace_bot_access", "delete:workspace_user_access", "read:automation", "read:block", "read:concurrency_limit", "read:deployment", "read:flow_run", "read:flow", "read:log", "read:notification_policy", "read:saved_search", "read:task_run", "read:work_queue", "read:work_pool_queue", "read:work_pool", "read:workspace_bot_access", "read:workspace_settings", "read:workspace_user_access", "run:deployment", "update:automation", "update:block", "update:deployment", "update:flow_run", "update:flow", "update:notification_policy", "update:task_run", "update:work_queue", "update:work_pool_queue", "update:work_pool", "update:workspace_bot_access", "update:workspace_settings", "update:workspace_user_access", "update:workspace"];
|
|
6
|
+
export type WorkspacePermission = typeof workspacePermissions[number];
|
|
7
|
+
export type PermissionValue = boolean | undefined;
|
|
8
|
+
export type PermissionVerb<T extends string> = T extends `${infer Action}:${string}` ? Action : never;
|
|
9
|
+
export type Can<T extends string> = {
|
|
10
|
+
[K in PermissionVerb<T>]: Extract<T, `${K}:${string}`> extends `${string}:${infer Key}` ? Record<Key, PermissionValue> : never;
|
|
11
|
+
};
|
|
12
|
+
export type PermissionCheck<T> = (permission: T) => PermissionValue;
|
|
13
|
+
export declare function createCan<T extends string>(permissions: MaybeRef<Readonly<T[]>>): Can<T>;
|
|
14
|
+
export declare const canKey: InjectionKey<Can<WorkspacePermission | WorkspaceFeatureFlag>>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export * from './AdminApi';
|
|
2
|
+
export * from './Api';
|
|
3
|
+
export * from './can';
|
|
4
|
+
export * from './HealthApi';
|
|
5
|
+
export * from './Mapper';
|
|
6
|
+
export * from './Mocker';
|
|
7
|
+
export * from './RouteGuardExecutioner';
|
|
8
|
+
export * from './schemas';
|
|
9
|
+
export * from './SimpleIdManager';
|
|
10
|
+
export * from './UiApi';
|
|
11
|
+
export * from './WorkspaceApi';
|
|
12
|
+
export * from './WorkspaceBlockCapabilitiesApi';
|
|
13
|
+
export * from './WorkspaceBlockDocumentsApi';
|
|
14
|
+
export * from './WorkspaceBlockSchemasApi';
|
|
15
|
+
export * from './WorkspaceBlockTypesApi';
|
|
16
|
+
export * from './WorkspaceDeploymentsApi';
|
|
17
|
+
export * from './WorkspaceFlowRunsApi';
|
|
18
|
+
export * from './WorkspaceFlowsApi';
|
|
19
|
+
export * from './WorkspaceLogsApi';
|
|
20
|
+
export * from './WorkspaceNotificationsApi';
|
|
21
|
+
export * from './WorkspaceSavedSearchesApi';
|
|
22
|
+
export * from './WorkspaceTaskRunsApi';
|
|
23
|
+
export * from './WorkspaceWorkPoolQueuesApi';
|
|
24
|
+
export * from './WorkspaceWorkPoolsApi';
|
|
25
|
+
export * from './WorkspaceWorkQueuesApi';
|
|
26
|
+
export * from './WorkspaceWorkPoolWorkersApi';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MAX_SCHEMA_PROPERTY_LEVEL = 2;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyAny extends SchemaPropertyService {
|
|
5
|
+
protected get default(): unknown;
|
|
6
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
private referenceResponse;
|
|
10
|
+
private referenceRequest;
|
|
11
|
+
private getDefaultValueForFirstDefinition;
|
|
12
|
+
private isDefaultValueForReference;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyArray extends SchemaPropertyService {
|
|
5
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
6
|
+
protected get default(): unknown;
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BlockDocumentValue } from '../../../models/api/BlockDocumentCreateRequest';
|
|
2
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
3
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
4
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
5
|
+
export declare class SchemaPropertyBlock extends SchemaPropertyService {
|
|
6
|
+
protected readonly default: BlockDocumentValue;
|
|
7
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
8
|
+
protected request(value: SchemaValue): unknown;
|
|
9
|
+
protected response(value: SchemaValue): unknown;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyBoolean extends SchemaPropertyService {
|
|
5
|
+
protected get default(): unknown;
|
|
6
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyInteger extends SchemaPropertyService {
|
|
5
|
+
protected get default(): unknown;
|
|
6
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
3
|
+
export declare class SchemaPropertyNone extends SchemaPropertyService {
|
|
4
|
+
readonly component: null;
|
|
5
|
+
readonly default: undefined;
|
|
6
|
+
protected request(value: SchemaValue): unknown;
|
|
7
|
+
protected response(value: SchemaPropertyNone): unknown;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaPropertyInputAttrs, SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyNumber extends SchemaPropertyService {
|
|
5
|
+
protected get default(): unknown;
|
|
6
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
7
|
+
protected get attrs(): SchemaPropertyInputAttrs;
|
|
8
|
+
protected request(value: SchemaValue): unknown;
|
|
9
|
+
protected response(value: SchemaValue): unknown;
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
export declare class SchemaPropertyObject extends SchemaPropertyService {
|
|
5
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
6
|
+
protected get default(): unknown;
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
private maxLevelRequestValue;
|
|
10
|
+
private maxLevelResponseValue;
|
|
11
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { SelectOption } from '@prefecthq/prefect-design';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaProperty, SchemaPropertyInputAttrs, SchemaPropertyMeta, SchemaValue } from '../../../types/schemas';
|
|
4
|
+
import { Require } from '../../../types/utilities';
|
|
5
|
+
import { ComponentDefinition } from '../../../utilities/components';
|
|
6
|
+
import { ValidationMethod, ValidationMethodFactory } from '../../../utilities/validation';
|
|
7
|
+
export type SchemaPropertyServiceSource = {
|
|
8
|
+
property: SchemaProperty;
|
|
9
|
+
level: number;
|
|
10
|
+
};
|
|
11
|
+
export type SchemaPropertyServiceConstructor = new (source: SchemaPropertyServiceSource) => SchemaPropertyService;
|
|
12
|
+
export declare abstract class SchemaPropertyService {
|
|
13
|
+
/**
|
|
14
|
+
* Converts a schema value from the ui into the correct value for the api
|
|
15
|
+
*/
|
|
16
|
+
protected abstract request(value: SchemaValue): SchemaValue;
|
|
17
|
+
/**
|
|
18
|
+
* Converts a schema value from the api into the correct value for the ui
|
|
19
|
+
*/
|
|
20
|
+
protected abstract response(value: SchemaValue): SchemaValue;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the vue component and any props necessary to render the property in the schema form
|
|
23
|
+
*/
|
|
24
|
+
protected abstract get component(): SchemaPropertyComponentWithProps;
|
|
25
|
+
/**
|
|
26
|
+
* Returns the value needed for the @property {PropertyComponentWithProps} property to be
|
|
27
|
+
* rendered when no value exists or the value is invalid
|
|
28
|
+
*/
|
|
29
|
+
protected abstract get default(): SchemaValue;
|
|
30
|
+
/**
|
|
31
|
+
* Can be extended to add property specific validation rules. Implemented here because this is not required
|
|
32
|
+
*/
|
|
33
|
+
protected get validators(): ValidationMethodFactory[];
|
|
34
|
+
/**
|
|
35
|
+
* Can be extended to add property specific attrs rules. Implemented here because this is not required
|
|
36
|
+
*/
|
|
37
|
+
protected get attrs(): SchemaPropertyInputAttrs;
|
|
38
|
+
protected property: SchemaProperty;
|
|
39
|
+
protected level: number;
|
|
40
|
+
protected withProps: <T extends ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
|
|
41
|
+
component: T;
|
|
42
|
+
props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined;
|
|
43
|
+
} : {
|
|
44
|
+
component: T;
|
|
45
|
+
props: Omit<InstanceType<T>["$props"], "modelValue">;
|
|
46
|
+
};
|
|
47
|
+
protected get isMaxLevel(): boolean;
|
|
48
|
+
constructor({ property, level }: SchemaPropertyServiceSource);
|
|
49
|
+
mapResponseValue(value: SchemaValue): SchemaValue;
|
|
50
|
+
mapRequestValue(value: SchemaValue): SchemaValue | undefined;
|
|
51
|
+
getDefaultValue(): SchemaValue;
|
|
52
|
+
getComponent(): SchemaPropertyComponentWithProps;
|
|
53
|
+
getValidators(required: boolean): ValidationMethod[];
|
|
54
|
+
getAttrs(): SchemaPropertyInputAttrs;
|
|
55
|
+
getMeta(required: boolean): SchemaPropertyMeta | null;
|
|
56
|
+
protected componentIs(component: ComponentDefinition): boolean;
|
|
57
|
+
protected invalid(): void;
|
|
58
|
+
protected has<T extends keyof SchemaProperty>(key: T): this is {
|
|
59
|
+
property: SchemaProperty & Require<SchemaProperty, T>;
|
|
60
|
+
};
|
|
61
|
+
protected getSelectOptions(): SelectOption[];
|
|
62
|
+
protected isDefaultValue(value: SchemaValue): boolean;
|
|
63
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
|
|
3
|
+
import { SchemaValue } from '../../../types/schemas';
|
|
4
|
+
import { ValidationMethodFactory } from '../../../utilities/validation';
|
|
5
|
+
export declare class SchemaPropertyString extends SchemaPropertyService {
|
|
6
|
+
protected get validators(): ValidationMethodFactory[];
|
|
7
|
+
protected request(value: SchemaValue): unknown;
|
|
8
|
+
protected response(value: SchemaValue): unknown;
|
|
9
|
+
protected get default(): SchemaValue;
|
|
10
|
+
protected get component(): SchemaPropertyComponentWithProps;
|
|
11
|
+
private requestDateValue;
|
|
12
|
+
private responseDateValue;
|
|
13
|
+
private requestDateTimeValue;
|
|
14
|
+
private responseDateTimeValue;
|
|
15
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
|
|
2
|
+
import { SchemaProperty } from '../../../types/schemas';
|
|
3
|
+
export declare function schemaPropertyServiceFactory(property: SchemaProperty, level: number): SchemaPropertyService;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './SchemaPropertyArray';
|
|
2
|
+
export * from './SchemaPropertyBlock';
|
|
3
|
+
export * from './SchemaPropertyBoolean';
|
|
4
|
+
export * from './SchemaPropertyNull';
|
|
5
|
+
export * from './SchemaPropertyNumber';
|
|
6
|
+
export * from './SchemaPropertyObject';
|
|
7
|
+
export * from './SchemaPropertyService';
|
|
8
|
+
export * from './SchemaPropertyString';
|
|
9
|
+
export * from './SchemaPropertyAny';
|
|
10
|
+
export * from './factory';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { BlockDocumentReferencesResponse } from '../../../models';
|
|
2
|
+
import { SchemaValues } from '../../../types/schemas';
|
|
3
|
+
export declare function schemaValuesBlockReferencesResolver(values: SchemaValues, references: BlockDocumentReferencesResponse | undefined): SchemaValues;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { SchemaResolver } from '../../../services/schemas/resolvers/schemas';
|
|
2
|
+
import { SchemaDefinitions, SchemaProperties, SchemaProperty } from '../../../types/schemas';
|
|
3
|
+
export declare const schemaDefinitionsResolver: SchemaResolver;
|
|
4
|
+
export declare function resolveSchemaPropertiesDefinitions(properties: SchemaProperties | undefined, definitions: SchemaDefinitions): SchemaProperties | undefined;
|
|
5
|
+
export declare function resolveSchemaPropertyDefinition(property: SchemaProperty | undefined, definitions: SchemaDefinitions): SchemaProperty | undefined;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SchemaProperty, SchemaPropertyInputAttrs, Schema, SchemaValues, SchemaValue, SchemaPropertyAnyOf, SchemaPropertyAllOf } from '../../types/schemas';
|
|
2
|
+
import { ValidationMethod } from '../../utilities/validation';
|
|
3
|
+
export type SchemaPropertyComponentWithProps = ReturnType<typeof schemaPropertyComponentWithProps> | null;
|
|
4
|
+
export declare const schemaPropertyComponentWithProps: <T extends import("../../utilities/components").ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
|
|
5
|
+
component: T;
|
|
6
|
+
props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined;
|
|
7
|
+
} : {
|
|
8
|
+
component: T;
|
|
9
|
+
props: Omit<InstanceType<T>["$props"], "modelValue">;
|
|
10
|
+
};
|
|
11
|
+
export declare function getSchemaDefaultValues(schema: Schema): SchemaValues;
|
|
12
|
+
export declare function getSchemaPropertyDefaultValue(property: SchemaProperty, level?: number): SchemaValue;
|
|
13
|
+
export declare function getSchemaResponseValue(schema: Schema, values: SchemaValues): SchemaValues;
|
|
14
|
+
export declare function getSchemaRequestValue(schema: Schema, values: SchemaValues): SchemaValues;
|
|
15
|
+
export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
|
|
16
|
+
export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
|
|
17
|
+
export declare function getSchemaPropertyAttrs(property: SchemaProperty): SchemaPropertyInputAttrs;
|
|
18
|
+
export declare function getSchemaPropertyPlaceholder(property: SchemaProperty): string | undefined;
|
|
19
|
+
export declare function getSchemaPropertyComponentWithDefaultProps({ component, props }: NonNullable<SchemaPropertyComponentWithProps>): NonNullable<SchemaPropertyComponentWithProps>;
|
|
20
|
+
export declare function getSchemaPropertyDefaultValidators(property: SchemaProperty, required: boolean): ValidationMethod[];
|
|
21
|
+
export type ResolverCallback<T> = (schema: T) => T;
|
|
22
|
+
export declare function resolve<T>(value: T, resolvers: ResolverCallback<T>[]): T;
|
|
23
|
+
export declare function getSchemaValueDefinition(property: SchemaProperty, value: SchemaValue): Schema | null;
|
|
24
|
+
export declare function getSchemaValueAnyOfDefinition(property: SchemaPropertyAnyOf, value: SchemaValue): Schema | null;
|
|
25
|
+
export declare function getSchemaValueAnyOfDefinitionIndex({ anyOf: definitions }: SchemaPropertyAnyOf, value: SchemaValue): number | null;
|
|
26
|
+
export declare function getSchemaValueAllOfDefinition(property: SchemaPropertyAllOf, value: SchemaValue): Schema | null;
|
|
27
|
+
export declare function getSchemaValueAllOfDefinitionIndex({ allOf: definitions }: SchemaPropertyAllOf, value: SchemaValue): number | null;
|
|
28
|
+
export declare function getSchemaValueDefinitionIndex(definitions: Schema[], value: SchemaValue): number | null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RouteLocationNormalized, RouteLocationRaw } from 'vue-router';
|
|
2
|
+
export type MaybePromise<T> = T | Promise<T>;
|
|
3
|
+
export type RouteGuardReturn = MaybePromise<void | Error | RouteLocationRaw | boolean>;
|
|
4
|
+
export interface RouteGuard {
|
|
5
|
+
before?: (to: RouteLocationNormalized, from: RouteLocationNormalized) => RouteGuardReturn;
|
|
6
|
+
after?: (to: RouteLocationNormalized, from: RouteLocationNormalized) => void;
|
|
7
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
declare const flowSortValues: readonly ["CREATED_DESC", "UPDATED_DESC", "NAME_DESC", "NAME_ASC"];
|
|
3
|
+
export type FlowSortValues = typeof flowSortValues[number];
|
|
4
|
+
export declare function isFlowSortValue(value: unknown): value is FlowSortValues;
|
|
5
|
+
export declare function isFlowSortValue(value: Ref<unknown>): value is Ref<FlowSortValues>;
|
|
6
|
+
export declare const flowSortOptions: {
|
|
7
|
+
label: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}[];
|
|
10
|
+
declare const deploymentSortValues: readonly ["CREATED_DESC", "UPDATED_DESC", "NAME_DESC", "NAME_ASC"];
|
|
11
|
+
export type DeploymentSortValues = typeof deploymentSortValues[number];
|
|
12
|
+
export declare function isDeploymentSortValue(value: unknown): value is DeploymentSortValues;
|
|
13
|
+
export declare function isDeploymentSortValue(value: Ref<unknown>): value is Ref<DeploymentSortValues>;
|
|
14
|
+
export declare const deploymentSortOptions: {
|
|
15
|
+
label: string;
|
|
16
|
+
value: string;
|
|
17
|
+
}[];
|
|
18
|
+
declare const flowRunSortValues: readonly ["CREATED_DESC", "NAME_DESC", "NAME_ASC", "EXPECTED_START_TIME_DESC", "EXPECTED_START_TIME_ASC", "NEXT_SCHEDULED_START_TIME_ASC", "START_TIME_DESC", "START_TIME_ASC"];
|
|
19
|
+
export type FlowRunSortValues = typeof flowRunSortValues[number];
|
|
20
|
+
export declare function isFlowRunSortValue(value: unknown): value is FlowRunSortValues;
|
|
21
|
+
export declare function isFlowRunSortValue(value: Ref<unknown>): value is Ref<FlowRunSortValues>;
|
|
22
|
+
export type FlowRunSortOptions = {
|
|
23
|
+
label: string;
|
|
24
|
+
value: FlowRunSortValues;
|
|
25
|
+
}[];
|
|
26
|
+
declare const taskRunSortValues: readonly ["ID_DESC", "EXPECTED_START_TIME_ASC", "EXPECTED_START_TIME_DESC", "NEXT_SCHEDULED_START_TIME_ASC", "END_TIME_DESC"];
|
|
27
|
+
export type TaskRunSortValues = typeof taskRunSortValues[number];
|
|
28
|
+
export declare function isTaskRunSortValue(value: unknown): value is TaskRunSortValues;
|
|
29
|
+
export declare function isTaskRunSortValue(value: Ref<unknown>): value is Ref<TaskRunSortValues>;
|
|
30
|
+
export type TaskRunSortOptions = {
|
|
31
|
+
label: string;
|
|
32
|
+
value: TaskRunSortValues;
|
|
33
|
+
}[];
|
|
34
|
+
export {};
|