@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,39 @@
|
|
|
1
|
+
import { CreatedOrUpdatedByResponse } from '../../models/api/CreatedOrUpdatedByResponse';
|
|
2
|
+
import { StateResponse } from '../../models/api/StateResponse';
|
|
3
|
+
import { ServerStateType } from '../../models/StateType';
|
|
4
|
+
import { PrefectStateNames } from '../../types';
|
|
5
|
+
import { DateString } from '../../types/dates';
|
|
6
|
+
import { SchemaValues } from '../../types/schemas';
|
|
7
|
+
export type FlowRunResponse = {
|
|
8
|
+
id: string;
|
|
9
|
+
created: DateString;
|
|
10
|
+
created_by: CreatedOrUpdatedByResponse | null;
|
|
11
|
+
updated: DateString;
|
|
12
|
+
name: string | null;
|
|
13
|
+
flow_id: string;
|
|
14
|
+
state_id: string | null;
|
|
15
|
+
deployment_id: string | null;
|
|
16
|
+
flow_version: string | null;
|
|
17
|
+
parameters: SchemaValues;
|
|
18
|
+
idempotency_key: string | null;
|
|
19
|
+
context: unknown;
|
|
20
|
+
empirical_policy: unknown;
|
|
21
|
+
empirical_config: unknown;
|
|
22
|
+
tags: string[] | null;
|
|
23
|
+
parent_task_run_id: string | null;
|
|
24
|
+
state_name: PrefectStateNames | null;
|
|
25
|
+
state_type: ServerStateType | null;
|
|
26
|
+
run_count: number | null;
|
|
27
|
+
expected_start_time: DateString | null;
|
|
28
|
+
next_scheduled_start_time: DateString | null;
|
|
29
|
+
start_time: DateString | null;
|
|
30
|
+
end_time: DateString | null;
|
|
31
|
+
total_run_time: number;
|
|
32
|
+
estimated_run_time: number;
|
|
33
|
+
estimated_start_time_delta: number | null;
|
|
34
|
+
auto_scheduled: boolean | null;
|
|
35
|
+
state: StateResponse | null;
|
|
36
|
+
work_queue_name: string | null;
|
|
37
|
+
work_pool_name: string | null;
|
|
38
|
+
work_pool_queue_name: string | null;
|
|
39
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { LogLevel } from '../../models/Log';
|
|
2
|
+
export type LogResponse = {
|
|
3
|
+
id: string;
|
|
4
|
+
created: string;
|
|
5
|
+
updated: string;
|
|
6
|
+
name: string;
|
|
7
|
+
level: LogLevel;
|
|
8
|
+
message: string;
|
|
9
|
+
timestamp: string;
|
|
10
|
+
flow_run_id: string;
|
|
11
|
+
task_run_id: string | null;
|
|
12
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LogResponse } from '../../models/api/LogResponse';
|
|
2
|
+
export type LogsRequestSort = `${Uppercase<keyof LogResponse>}_${'ASC' | 'DESC'}`;
|
|
3
|
+
export interface LogsRequestFilter {
|
|
4
|
+
limit?: number;
|
|
5
|
+
offset?: number;
|
|
6
|
+
logs?: {
|
|
7
|
+
level?: {
|
|
8
|
+
ge_?: number;
|
|
9
|
+
le_?: number;
|
|
10
|
+
};
|
|
11
|
+
timestamp?: {
|
|
12
|
+
before_?: string;
|
|
13
|
+
after_?: string;
|
|
14
|
+
};
|
|
15
|
+
flow_run_id?: {
|
|
16
|
+
any_?: string[];
|
|
17
|
+
};
|
|
18
|
+
task_run_id?: {
|
|
19
|
+
any_?: string[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
sort?: LogsRequestSort;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type SavedSearchResponse = {
|
|
2
|
+
id: string;
|
|
3
|
+
created?: string;
|
|
4
|
+
updated?: string;
|
|
5
|
+
name: string;
|
|
6
|
+
filters?: SavedSearchFilterResponse[];
|
|
7
|
+
};
|
|
8
|
+
export type FilterResponseValue = string | string[];
|
|
9
|
+
export interface SavedSearchFilterResponse {
|
|
10
|
+
object?: string;
|
|
11
|
+
property?: string;
|
|
12
|
+
type?: string;
|
|
13
|
+
operation?: string;
|
|
14
|
+
value?: FilterResponseValue;
|
|
15
|
+
}
|
|
16
|
+
export type SavedSearchCreateRequest = {
|
|
17
|
+
name?: string;
|
|
18
|
+
filters?: SavedSearchFilterResponse[];
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ScheduleRequest = RRuleScheduleRequest | CronScheduleRequest | IntervalScheduleRequest;
|
|
2
|
+
export type RRuleScheduleRequest = {
|
|
3
|
+
rrule: string;
|
|
4
|
+
timezone: string | null;
|
|
5
|
+
};
|
|
6
|
+
export type CronScheduleRequest = {
|
|
7
|
+
cron: string;
|
|
8
|
+
timezone: string | null;
|
|
9
|
+
day_or: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type IntervalScheduleRequest = {
|
|
12
|
+
interval: number;
|
|
13
|
+
timezone: string | null;
|
|
14
|
+
anchor_date: string | null;
|
|
15
|
+
};
|
|
16
|
+
export declare function isRRuleScheduleRequest(schedule: ScheduleRequest): schedule is RRuleScheduleRequest;
|
|
17
|
+
export declare function isCronScheduleRequest(schedule: ScheduleRequest): schedule is CronScheduleRequest;
|
|
18
|
+
export declare function isIntervalScheduleRequest(schedule: ScheduleRequest): schedule is IntervalScheduleRequest;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ScheduleResponse = RRuleScheduleResponse | CronScheduleResponse | IntervalScheduleResponse;
|
|
2
|
+
export type RRuleScheduleResponse = {
|
|
3
|
+
rrule: string;
|
|
4
|
+
timezone: string | null;
|
|
5
|
+
};
|
|
6
|
+
export type CronScheduleResponse = {
|
|
7
|
+
cron: string;
|
|
8
|
+
timezone: string | null;
|
|
9
|
+
day_or: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type IntervalScheduleResponse = {
|
|
12
|
+
interval: number;
|
|
13
|
+
timezone: string | null;
|
|
14
|
+
anchor_date: string | null;
|
|
15
|
+
};
|
|
16
|
+
export declare function isRRuleScheduleResponse(schedule: ScheduleResponse): schedule is RRuleScheduleResponse;
|
|
17
|
+
export declare function isCronScheduleResponse(schedule: ScheduleResponse): schedule is CronScheduleResponse;
|
|
18
|
+
export declare function isIntervalScheduleResponse(schedule: ScheduleResponse): schedule is IntervalScheduleResponse;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { SchemaReference, SchemaType, SchemaStringFormat, SchemaEnum } from '../../types/schemas';
|
|
2
|
+
export type BlockSchemaReferenceResponse = {
|
|
3
|
+
block_schema_checksum: string;
|
|
4
|
+
block_type_slug: string;
|
|
5
|
+
};
|
|
6
|
+
export type BlockSchemaReferencesResponse = Record<string, BlockSchemaReferenceResponse | undefined>;
|
|
7
|
+
export type SchemaPropertiesResponse = Record<string, SchemaPropertyResponse | undefined>;
|
|
8
|
+
export type SchemaDefinitionsResponse = Record<string, SchemaResponse | undefined>;
|
|
9
|
+
export type SchemaPropertyResponse = {
|
|
10
|
+
block_type_slug?: string;
|
|
11
|
+
$ref?: SchemaReference;
|
|
12
|
+
anyOf?: SchemaResponse[];
|
|
13
|
+
allOf?: SchemaResponse[];
|
|
14
|
+
example?: string;
|
|
15
|
+
alias?: string;
|
|
16
|
+
default?: unknown;
|
|
17
|
+
description?: string;
|
|
18
|
+
enum?: SchemaEnum<unknown>;
|
|
19
|
+
exclusiveMaximum?: number;
|
|
20
|
+
exclusiveMinimum?: number;
|
|
21
|
+
format?: SchemaStringFormat;
|
|
22
|
+
items?: SchemaPropertyResponse;
|
|
23
|
+
maximum?: number;
|
|
24
|
+
maxItems?: number;
|
|
25
|
+
maxLength?: number;
|
|
26
|
+
minimum?: number;
|
|
27
|
+
minItems?: number;
|
|
28
|
+
minLength?: number;
|
|
29
|
+
multipleOf?: number;
|
|
30
|
+
pattern?: string;
|
|
31
|
+
properties?: SchemaPropertiesResponse;
|
|
32
|
+
required?: string[];
|
|
33
|
+
title?: string;
|
|
34
|
+
type?: SchemaType;
|
|
35
|
+
uniqueItems?: boolean;
|
|
36
|
+
};
|
|
37
|
+
export type SchemaResponse = SchemaPropertyResponse & {
|
|
38
|
+
block_schema_references?: BlockSchemaReferenceResponse;
|
|
39
|
+
secret_fields?: string[];
|
|
40
|
+
definitions?: SchemaDefinitionsResponse;
|
|
41
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DateString } from '../../types/dates';
|
|
2
|
+
export type StateDetailsRequest = {
|
|
3
|
+
flow_run_id?: string | null;
|
|
4
|
+
task_run_id?: string | null;
|
|
5
|
+
child_flow_run_id?: string | null;
|
|
6
|
+
scheduled_time?: DateString | null;
|
|
7
|
+
cache_key?: string | null;
|
|
8
|
+
cache_expiration?: string | null;
|
|
9
|
+
pause_timeout?: DateString | null;
|
|
10
|
+
pause_rescheduled_time?: boolean | null;
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DateString } from '../../types/dates';
|
|
2
|
+
export type StateDetailsResponse = {
|
|
3
|
+
flow_run_id?: string | null;
|
|
4
|
+
task_run_id?: string | null;
|
|
5
|
+
child_flow_run_id?: string | null;
|
|
6
|
+
scheduled_time?: DateString | null;
|
|
7
|
+
cache_key?: string | null;
|
|
8
|
+
cache_expiration?: string | null;
|
|
9
|
+
pause_timeout?: DateString | null;
|
|
10
|
+
pause_rescheduled_time?: boolean | null;
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ServerStateType, StateDetailsRequest } from '../../models';
|
|
2
|
+
export type StateRequest = {
|
|
3
|
+
type: ServerStateType;
|
|
4
|
+
message?: string;
|
|
5
|
+
state_details?: StateDetailsRequest | null;
|
|
6
|
+
data?: Record<string, unknown>;
|
|
7
|
+
timestamp?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StateDetailsResponse } from '../../models/api/StateDetailsResponse';
|
|
2
|
+
import { StateType } from '../../models/StateType';
|
|
3
|
+
export type StateResponse = {
|
|
4
|
+
id: string;
|
|
5
|
+
type: Uppercase<StateType>;
|
|
6
|
+
message: string;
|
|
7
|
+
state_details: StateDetailsResponse | null;
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
timestamp: string;
|
|
10
|
+
name: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StateDetailsRequest } from '../../models/api/StateDetailsRequest';
|
|
2
|
+
import { ServerStateType } from '../../models/StateType';
|
|
3
|
+
export interface StateUpdateRequestDetails {
|
|
4
|
+
type: ServerStateType;
|
|
5
|
+
name?: string;
|
|
6
|
+
message?: string;
|
|
7
|
+
state_details?: StateDetailsRequest;
|
|
8
|
+
}
|
|
9
|
+
export type StateUpdateRequest = {
|
|
10
|
+
state: StateUpdateRequestDetails;
|
|
11
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type TaskInputResponse = ConstantTaskInputResponse | ParameterTaskInputResponse | TaskRunTaskInputResponse;
|
|
2
|
+
export type ConstantTaskInputResponse = {
|
|
3
|
+
input_type: 'constant';
|
|
4
|
+
type: string;
|
|
5
|
+
};
|
|
6
|
+
export type ParameterTaskInputResponse = {
|
|
7
|
+
input_type: 'parameter';
|
|
8
|
+
name: string;
|
|
9
|
+
};
|
|
10
|
+
export type TaskRunTaskInputResponse = {
|
|
11
|
+
input_type: 'task_run';
|
|
12
|
+
id: string;
|
|
13
|
+
};
|
|
14
|
+
export declare function isConstantTaskInputResponse(taskInputResponse: TaskInputResponse): taskInputResponse is ConstantTaskInputResponse;
|
|
15
|
+
export declare function isParameterTaskInputResponse(taskInputResponse: TaskInputResponse): taskInputResponse is ParameterTaskInputResponse;
|
|
16
|
+
export declare function isTaskRunTaskInputResponse(taskInputResponse: TaskInputResponse): taskInputResponse is TaskRunTaskInputResponse;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { EmpiricalPolicyResponse } from '../../models/api/EmpiricalPolicyResponse';
|
|
2
|
+
import { StateResponse } from '../../models/api/StateResponse';
|
|
3
|
+
import { TaskInputResponse } from '../../models/api/TaskInputResponse';
|
|
4
|
+
import { ServerStateType } from '../../models/StateType';
|
|
5
|
+
import { DateString } from '../../types/dates';
|
|
6
|
+
export type TaskRunResponse = {
|
|
7
|
+
id: string;
|
|
8
|
+
created: string;
|
|
9
|
+
updated: string;
|
|
10
|
+
name: string | null;
|
|
11
|
+
flow_run_id: string;
|
|
12
|
+
task_key: string;
|
|
13
|
+
dynamic_key: string;
|
|
14
|
+
cache_key: string | null;
|
|
15
|
+
cache_expiration: DateString | null;
|
|
16
|
+
task_version: string | null;
|
|
17
|
+
empirical_policy: EmpiricalPolicyResponse | null;
|
|
18
|
+
tags: string[] | null;
|
|
19
|
+
state_id: string | null;
|
|
20
|
+
task_inputs: Record<string, TaskInputResponse[]> | null;
|
|
21
|
+
state_type: ServerStateType | null;
|
|
22
|
+
run_count: number | null;
|
|
23
|
+
expected_start_time: DateString | null;
|
|
24
|
+
next_scheduled_start_time: DateString | null;
|
|
25
|
+
start_time: DateString | null;
|
|
26
|
+
end_time: DateString | null;
|
|
27
|
+
total_run_time: number | null;
|
|
28
|
+
estimated_run_time: number | null;
|
|
29
|
+
estimated_start_time_delta: number | null;
|
|
30
|
+
state: StateResponse | null;
|
|
31
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type WorkPoolQueueCreateRequest = Partial<{
|
|
2
|
+
name: string;
|
|
3
|
+
description: string | null;
|
|
4
|
+
is_paused: boolean;
|
|
5
|
+
concurrency_limit: number | null;
|
|
6
|
+
priority: number;
|
|
7
|
+
}>;
|
|
8
|
+
export type WorkPoolQueueEditRequest = {
|
|
9
|
+
name?: string;
|
|
10
|
+
description?: string | null;
|
|
11
|
+
is_paused?: boolean;
|
|
12
|
+
concurrency_limit?: number | null;
|
|
13
|
+
priority?: number;
|
|
14
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DateString } from '../../types/dates';
|
|
2
|
+
export type WorkPoolQueueResponse = {
|
|
3
|
+
id: string;
|
|
4
|
+
created: DateString;
|
|
5
|
+
updated: DateString;
|
|
6
|
+
work_pool_id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
description: string | null;
|
|
9
|
+
is_paused: boolean | null;
|
|
10
|
+
concurrency_limit: number | null;
|
|
11
|
+
priority: number;
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type WorkPoolCreateRequest = Partial<{
|
|
2
|
+
name: string;
|
|
3
|
+
description: string;
|
|
4
|
+
type: string;
|
|
5
|
+
is_paused: boolean;
|
|
6
|
+
concurrency_limit: number;
|
|
7
|
+
}>;
|
|
8
|
+
export type WorkPoolEditRequest = Partial<{
|
|
9
|
+
description: string | null;
|
|
10
|
+
is_paused: boolean;
|
|
11
|
+
concurrency_limit: number | null;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DateString } from '../../types/dates';
|
|
2
|
+
export type WorkPoolResponse = {
|
|
3
|
+
id: string;
|
|
4
|
+
created: DateString;
|
|
5
|
+
updated: DateString;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string | null;
|
|
8
|
+
type: string;
|
|
9
|
+
is_paused: boolean | null;
|
|
10
|
+
concurrency_limit: number | null;
|
|
11
|
+
default_queue_id: string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type WorkQueueCreateRequest = Partial<{
|
|
2
|
+
name: string | null;
|
|
3
|
+
description: string | null;
|
|
4
|
+
is_paused: boolean | null;
|
|
5
|
+
concurrency_limit: number | null;
|
|
6
|
+
}>;
|
|
7
|
+
export type WorkQueueEditRequest = Partial<{
|
|
8
|
+
description: string | null;
|
|
9
|
+
is_paused: boolean | null;
|
|
10
|
+
concurrency_limit: number | null;
|
|
11
|
+
}>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WorkQueueFilterResponse } from '../../models/api/WorkQueueFilterResponse';
|
|
2
|
+
import { DateString } from '../../types/dates';
|
|
3
|
+
export type WorkQueueResponse = {
|
|
4
|
+
id: string;
|
|
5
|
+
created: DateString;
|
|
6
|
+
updated: DateString;
|
|
7
|
+
name: string;
|
|
8
|
+
filter?: WorkQueueFilterResponse;
|
|
9
|
+
description: string | null;
|
|
10
|
+
is_paused: boolean | null;
|
|
11
|
+
concurrency_limit: number | null;
|
|
12
|
+
priority: number;
|
|
13
|
+
work_pool_id: string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { WorkQueueHealthPolicyResponse } from '../../models/api/WorkQueueHealthPolicyResponse';
|
|
2
|
+
import { DateString } from '../../types/dates';
|
|
3
|
+
export type WorkQueueStatusResponse = {
|
|
4
|
+
healthy: boolean;
|
|
5
|
+
late_runs_count: number;
|
|
6
|
+
last_polled: DateString | null;
|
|
7
|
+
health_check_policy: WorkQueueHealthPolicyResponse;
|
|
8
|
+
agent_detail: never[];
|
|
9
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export * from './BlockDocumentCreateRequest';
|
|
2
|
+
export * from './BlockDocumentFilterRequest';
|
|
3
|
+
export * from './BlockDocumentResponse';
|
|
4
|
+
export * from './BlockDocumentUpdateRequest';
|
|
5
|
+
export * from './BlockSchemaFilterRequest';
|
|
6
|
+
export * from './BlockSchemaResponse';
|
|
7
|
+
export * from './BlockTypeFilterRequest';
|
|
8
|
+
export * from './BlockTypeResponse';
|
|
9
|
+
export * from './ConcurrencyLimitCreateRequest';
|
|
10
|
+
export * from './ConcurrencyLimitResponse';
|
|
11
|
+
export * from './CreatedOrUpdatedByResponse';
|
|
12
|
+
export * from './DeploymentFlowRunRequest';
|
|
13
|
+
export * from './DeploymentResponse';
|
|
14
|
+
export * from './DeploymentUpdateRequest';
|
|
15
|
+
export * from './EmpiricalPolicyResponse';
|
|
16
|
+
export * from './FlowResponse';
|
|
17
|
+
export * from './FlowRunGraphResponse';
|
|
18
|
+
export * from './FlowRunHistoryResponse';
|
|
19
|
+
export * from './FlowRunResponse';
|
|
20
|
+
export * from './LogResponse';
|
|
21
|
+
export * from './LogsRequestFilter';
|
|
22
|
+
export * from './NotificationCreateRequest';
|
|
23
|
+
export * from './NotificationFilter';
|
|
24
|
+
export * from './NotificationResponse';
|
|
25
|
+
export * from './NotificationUpdateRequest';
|
|
26
|
+
export * from './SavedSearchResponse';
|
|
27
|
+
export * from './ScheduleRequest';
|
|
28
|
+
export * from './ScheduleResponse';
|
|
29
|
+
export * from './SchemaResponse';
|
|
30
|
+
export * from './StateDetailsRequest';
|
|
31
|
+
export * from './StateDetailsResponse';
|
|
32
|
+
export * from './StateHistoryResponse';
|
|
33
|
+
export * from './StateRequest';
|
|
34
|
+
export * from './StateResponse';
|
|
35
|
+
export * from './StateUpdateRequest';
|
|
36
|
+
export * from './TaskInputResponse';
|
|
37
|
+
export * from './TaskRunResponse';
|
|
38
|
+
export * from './UiFlowRunHistoryResponse';
|
|
39
|
+
export * from './WorkerScheduledFlowRunResponse';
|
|
40
|
+
export * from './WorkerScheduledFlowRunsRequest';
|
|
41
|
+
export * from './WorkPoolQueueRequest';
|
|
42
|
+
export * from './WorkPoolQueueResponse';
|
|
43
|
+
export * from './WorkPoolRequest';
|
|
44
|
+
export * from './WorkPoolResponse';
|
|
45
|
+
export * from './WorkPoolWorkerFilter';
|
|
46
|
+
export * from './WorkPoolWorkerResponse';
|
|
47
|
+
export * from './WorkQueueFilterResponse';
|
|
48
|
+
export * from './WorkQueueHealthPolicyResponse';
|
|
49
|
+
export * from './WorkQueueRequest';
|
|
50
|
+
export * from './WorkQueueResponse';
|
|
51
|
+
export * from './WorkQueueStatusResponse';
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export * from './api';
|
|
2
|
+
export * from './ApiRouteParams';
|
|
3
|
+
export * from './BlockDocument';
|
|
4
|
+
export * from './BlockDocumentCreate';
|
|
5
|
+
export * from './BlockDocumentFilter';
|
|
6
|
+
export * from './BlockDocumentUpdate';
|
|
7
|
+
export * from './BlockSchema';
|
|
8
|
+
export * from './BlockSchemaFilter';
|
|
9
|
+
export * from './BlockType';
|
|
10
|
+
export * from './BlockTypeFilter';
|
|
11
|
+
export * from './ConcurrencyLimit';
|
|
12
|
+
export * from './ConcurrencyLimitCreate';
|
|
13
|
+
export * from './ConcurrencyLimitsFilter';
|
|
14
|
+
export * from './CreatedOrUpdatedBy';
|
|
15
|
+
export * from './CronSchedule';
|
|
16
|
+
export * from './CronStringLengthError';
|
|
17
|
+
export * from './Deployment';
|
|
18
|
+
export * from './DeploymentFlowRunCreate';
|
|
19
|
+
export * from './DeploymentUpdate';
|
|
20
|
+
export * from './EmpiricalPolicy';
|
|
21
|
+
export * from './ExistingHandleError';
|
|
22
|
+
export * from './FilterDateError';
|
|
23
|
+
export * from './FilterPrefixError';
|
|
24
|
+
export * from './FilterRelativeDateUnitError';
|
|
25
|
+
export * from './Flow';
|
|
26
|
+
export * from './FlowRun';
|
|
27
|
+
export * from './GraphNode';
|
|
28
|
+
export * from './IntervalSchedule';
|
|
29
|
+
export * from './InvalidSchemaValueError';
|
|
30
|
+
export * from './ISchedule';
|
|
31
|
+
export * from './Log';
|
|
32
|
+
export * from './NoSchemaPropertyDefaultValueError';
|
|
33
|
+
export * from './Notification';
|
|
34
|
+
export * from './NotificationCreate';
|
|
35
|
+
export * from './NotificationUpdate';
|
|
36
|
+
export * from './RRuleSchedule';
|
|
37
|
+
export * from './RunHistory';
|
|
38
|
+
export * from './SavedSearch';
|
|
39
|
+
export * from './ServerSettings';
|
|
40
|
+
export * from './Schedule';
|
|
41
|
+
export * from './State';
|
|
42
|
+
export * from './StateCreate';
|
|
43
|
+
export * from './StateDetails';
|
|
44
|
+
export * from './StateDetailsCreate';
|
|
45
|
+
export * from './StateHistory';
|
|
46
|
+
export * from './StateType';
|
|
47
|
+
export * from './StateUpdate';
|
|
48
|
+
export * from './TaskInput';
|
|
49
|
+
export * from './TaskRun';
|
|
50
|
+
export * from './TimelineNode';
|
|
51
|
+
export * from './UiFlowRunHistory';
|
|
52
|
+
export * from './WorkerScheduledFlowRun';
|
|
53
|
+
export * from './WorkerScheduledFlowRuns';
|
|
54
|
+
export * from './WorkPool';
|
|
55
|
+
export * from './WorkPoolCreate';
|
|
56
|
+
export * from './WorkPoolEdit';
|
|
57
|
+
export * from './WorkPoolQueue';
|
|
58
|
+
export * from './WorkPoolQueueCreate';
|
|
59
|
+
export * from './WorkPoolQueueEdit';
|
|
60
|
+
export * from './WorkPoolWorker';
|
|
61
|
+
export * from './WorkQueue';
|
|
62
|
+
export * from './WorkQueueCreate';
|
|
63
|
+
export * from './WorkQueueEdit';
|
|
64
|
+
export * from './WorkQueueFilter';
|
|
65
|
+
export * from './WorkQueueHealthPolicy';
|
|
66
|
+
export * from './WorkQueueStatus';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './routes';
|