@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,23 @@
|
|
|
1
|
+
import { BlockType } from '../models/BlockType';
|
|
2
|
+
import { Schema } from '../types/schemas';
|
|
3
|
+
export interface IBlockSchema {
|
|
4
|
+
id: string;
|
|
5
|
+
created: Date;
|
|
6
|
+
updated: Date;
|
|
7
|
+
checksum: string;
|
|
8
|
+
fields: Schema;
|
|
9
|
+
blockTypeId: string;
|
|
10
|
+
blockType: BlockType;
|
|
11
|
+
capabilities: string[];
|
|
12
|
+
}
|
|
13
|
+
export declare class BlockSchema implements IBlockSchema {
|
|
14
|
+
readonly id: string;
|
|
15
|
+
readonly created: Date;
|
|
16
|
+
readonly updated: Date;
|
|
17
|
+
checksum: string;
|
|
18
|
+
fields: Schema;
|
|
19
|
+
blockTypeId: string;
|
|
20
|
+
blockType: BlockType;
|
|
21
|
+
capabilities: string[];
|
|
22
|
+
constructor(blockSchema: IBlockSchema);
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface IBlockType {
|
|
2
|
+
id: string;
|
|
3
|
+
created: Date;
|
|
4
|
+
updated: Date;
|
|
5
|
+
name: string;
|
|
6
|
+
slug: string;
|
|
7
|
+
logoUrl: string | null;
|
|
8
|
+
documentationUrl: string | null;
|
|
9
|
+
description: string | null;
|
|
10
|
+
codeExample: string | null;
|
|
11
|
+
}
|
|
12
|
+
export declare class BlockType implements IBlockType {
|
|
13
|
+
readonly id: string;
|
|
14
|
+
created: Date;
|
|
15
|
+
updated: Date;
|
|
16
|
+
name: string;
|
|
17
|
+
slug: string;
|
|
18
|
+
logoUrl: string | null;
|
|
19
|
+
documentationUrl: string | null;
|
|
20
|
+
description: string | null;
|
|
21
|
+
codeExample: string | null;
|
|
22
|
+
constructor(blockType: IBlockType);
|
|
23
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CronScheduleResponse, ISchedule } from '../models';
|
|
2
|
+
import { CronKeyword } from '../types/cron';
|
|
3
|
+
export interface ICronSchedule extends ISchedule {
|
|
4
|
+
timezone: string | null;
|
|
5
|
+
cron: string;
|
|
6
|
+
dayOr: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class CronSchedule implements ICronSchedule {
|
|
9
|
+
timezone: string | null;
|
|
10
|
+
cron: string | CronKeyword;
|
|
11
|
+
dayOr: boolean;
|
|
12
|
+
constructor(schedule: Pick<ICronSchedule, 'cron' | 'timezone' | 'dayOr'>);
|
|
13
|
+
get raw(): string | CronKeyword;
|
|
14
|
+
toString({ verbose }?: {
|
|
15
|
+
verbose?: boolean;
|
|
16
|
+
}): string;
|
|
17
|
+
toResponse(): CronScheduleResponse;
|
|
18
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { SchemaResponse } from '../models/api/SchemaResponse';
|
|
2
|
+
import { CreatedOrUpdatedBy } from '../models/CreatedOrUpdatedBy';
|
|
3
|
+
import { Schedule } from '../models/Schedule';
|
|
4
|
+
import { Schema, SchemaValues } from '../types/schemas';
|
|
5
|
+
export interface IDeployment {
|
|
6
|
+
id: string;
|
|
7
|
+
created: Date;
|
|
8
|
+
createdBy: CreatedOrUpdatedBy | null;
|
|
9
|
+
updated: Date;
|
|
10
|
+
updatedBy: CreatedOrUpdatedBy | null;
|
|
11
|
+
name: string;
|
|
12
|
+
version: string;
|
|
13
|
+
description: string | null;
|
|
14
|
+
flowId: string;
|
|
15
|
+
schedule: Schedule | null;
|
|
16
|
+
isScheduleActive: boolean;
|
|
17
|
+
parameters: SchemaValues;
|
|
18
|
+
parameterOpenApiSchema: Schema;
|
|
19
|
+
tags: string[] | null;
|
|
20
|
+
manifestPath: string | null;
|
|
21
|
+
path: string | null;
|
|
22
|
+
rawSchema: SchemaResponse | null;
|
|
23
|
+
entrypoint: string | null;
|
|
24
|
+
storageDocumentId: string | null;
|
|
25
|
+
infrastructureDocumentId: string | null;
|
|
26
|
+
infrastructureOverrides: Record<string, unknown> | null;
|
|
27
|
+
workQueueName: string | null;
|
|
28
|
+
workPoolName: string | null;
|
|
29
|
+
}
|
|
30
|
+
export declare class Deployment implements IDeployment {
|
|
31
|
+
readonly id: string;
|
|
32
|
+
created: Date;
|
|
33
|
+
createdBy: CreatedOrUpdatedBy | null;
|
|
34
|
+
updated: Date;
|
|
35
|
+
updatedBy: CreatedOrUpdatedBy | null;
|
|
36
|
+
name: string;
|
|
37
|
+
version: string;
|
|
38
|
+
description: string | null;
|
|
39
|
+
readonly flowId: string;
|
|
40
|
+
schedule: Schedule | null;
|
|
41
|
+
isScheduleActive: boolean;
|
|
42
|
+
parameters: SchemaValues;
|
|
43
|
+
parameterOpenApiSchema: Schema;
|
|
44
|
+
readonly rawSchema: SchemaResponse | null;
|
|
45
|
+
tags: string[] | null;
|
|
46
|
+
manifestPath: string | null;
|
|
47
|
+
path: string | null;
|
|
48
|
+
entrypoint: string | null;
|
|
49
|
+
storageDocumentId: string | null;
|
|
50
|
+
infrastructureDocumentId: string | null;
|
|
51
|
+
infrastructureOverrides: Record<string, unknown> | null;
|
|
52
|
+
workQueueName: string | null;
|
|
53
|
+
workPoolName: string | null;
|
|
54
|
+
constructor(deployment: IDeployment);
|
|
55
|
+
get deprecated(): boolean;
|
|
56
|
+
get appliedBy(): string | null;
|
|
57
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { EmpiricalPolicy } from '../models/EmpiricalPolicy';
|
|
2
|
+
import { StateCreate } from '../models/StateCreate';
|
|
3
|
+
import { Schema, SchemaValues } from '../types/schemas';
|
|
4
|
+
type Base = {
|
|
5
|
+
name?: string | null;
|
|
6
|
+
idempotencyKey?: string | null;
|
|
7
|
+
context?: unknown;
|
|
8
|
+
empiricalPolicy?: EmpiricalPolicy;
|
|
9
|
+
tags?: string[] | null;
|
|
10
|
+
parentTaskRunId?: string | null;
|
|
11
|
+
infrastructureDocumentId?: string | null;
|
|
12
|
+
state?: StateCreate;
|
|
13
|
+
};
|
|
14
|
+
type WithoutParameters = Base & {
|
|
15
|
+
schema?: never;
|
|
16
|
+
parameters?: never;
|
|
17
|
+
};
|
|
18
|
+
type WithParameters = Base & {
|
|
19
|
+
schema: Schema;
|
|
20
|
+
parameters: SchemaValues;
|
|
21
|
+
};
|
|
22
|
+
export type DeploymentFlowRunCreate = WithoutParameters | WithParameters;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Schedule } from '../models/Schedule';
|
|
2
|
+
import { Schema, SchemaValues } from '../types/schemas';
|
|
3
|
+
type Base = {
|
|
4
|
+
description?: string | null;
|
|
5
|
+
schedule?: Schedule | null;
|
|
6
|
+
isScheduleActive?: boolean;
|
|
7
|
+
tags?: string[] | null;
|
|
8
|
+
workQueueName?: string | null;
|
|
9
|
+
workPoolName?: string | null;
|
|
10
|
+
};
|
|
11
|
+
type WithoutParameters = Base & {
|
|
12
|
+
schema?: never;
|
|
13
|
+
parameters?: never;
|
|
14
|
+
};
|
|
15
|
+
type WithParameters = Base & {
|
|
16
|
+
schema: Schema;
|
|
17
|
+
parameters: SchemaValues;
|
|
18
|
+
};
|
|
19
|
+
export type DeploymentUpdate = WithoutParameters | WithParameters;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface IEmpiricalPolicy {
|
|
2
|
+
retries: number | null;
|
|
3
|
+
retryDelay: number | null;
|
|
4
|
+
maxRetries: number | null;
|
|
5
|
+
retryDelaySeconds: number | null;
|
|
6
|
+
}
|
|
7
|
+
export declare class EmpiricalPolicy implements IEmpiricalPolicy {
|
|
8
|
+
retries: number | null;
|
|
9
|
+
retryDelay: number | null;
|
|
10
|
+
maxRetries: number | null;
|
|
11
|
+
retryDelaySeconds: number | null;
|
|
12
|
+
constructor(empiricalPolicy: IEmpiricalPolicy);
|
|
13
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AxiosError } from 'axios';
|
|
2
|
+
import { Require } from '../types/utilities';
|
|
3
|
+
export type ExistingHandleError = {
|
|
4
|
+
detail: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function isExistingHandleError(error: unknown): error is Require<AxiosError<ExistingHandleError>, 'response'>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type IFlow = {
|
|
2
|
+
id: string;
|
|
3
|
+
created: Date;
|
|
4
|
+
description: string;
|
|
5
|
+
updated: Date;
|
|
6
|
+
name: string;
|
|
7
|
+
};
|
|
8
|
+
export declare class Flow implements IFlow {
|
|
9
|
+
readonly id: string;
|
|
10
|
+
readonly created: Date;
|
|
11
|
+
readonly updated: Date;
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
constructor(flow: IFlow);
|
|
15
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { CreatedOrUpdatedBy } from '../models/CreatedOrUpdatedBy';
|
|
2
|
+
import { State } from '../models/State';
|
|
3
|
+
import { StateType } from '../models/StateType';
|
|
4
|
+
import { PrefectStateNames } from '../types';
|
|
5
|
+
import { SchemaValues } from '../types/schemas';
|
|
6
|
+
export interface IFlowRun {
|
|
7
|
+
id: string;
|
|
8
|
+
flowId: string;
|
|
9
|
+
deploymentId: string | null;
|
|
10
|
+
flowVersion: string | null;
|
|
11
|
+
idempotencyKey: string | null;
|
|
12
|
+
expectedStartTime: Date | null;
|
|
13
|
+
nextScheduledStartTime: string | null;
|
|
14
|
+
parameters: SchemaValues;
|
|
15
|
+
autoScheduled: boolean | null;
|
|
16
|
+
context: unknown;
|
|
17
|
+
empiricalConfig: unknown;
|
|
18
|
+
empiricalPolicy: unknown;
|
|
19
|
+
estimatedRunTime: number;
|
|
20
|
+
estimatedStartTimeDelta: number | null;
|
|
21
|
+
totalRunTime: number;
|
|
22
|
+
startTime: Date | null;
|
|
23
|
+
endTime: Date | null;
|
|
24
|
+
name: string | null;
|
|
25
|
+
parentTaskRunId: string | null;
|
|
26
|
+
stateId: string | null;
|
|
27
|
+
stateName: PrefectStateNames | null;
|
|
28
|
+
stateType: StateType | null;
|
|
29
|
+
state: State | null;
|
|
30
|
+
tags: string[] | null;
|
|
31
|
+
runCount: number | null;
|
|
32
|
+
created: Date;
|
|
33
|
+
createdBy: CreatedOrUpdatedBy | null;
|
|
34
|
+
updated: Date;
|
|
35
|
+
workQueueName: string | null;
|
|
36
|
+
workPoolName: string | null;
|
|
37
|
+
workPoolQueueName: string | null;
|
|
38
|
+
}
|
|
39
|
+
export declare class FlowRun implements IFlowRun {
|
|
40
|
+
readonly id: string;
|
|
41
|
+
readonly flowId: string;
|
|
42
|
+
readonly deploymentId: string | null;
|
|
43
|
+
readonly workQueueName: string | null;
|
|
44
|
+
flowVersion: string | null;
|
|
45
|
+
idempotencyKey: string | null;
|
|
46
|
+
expectedStartTime: Date | null;
|
|
47
|
+
nextScheduledStartTime: string | null;
|
|
48
|
+
parameters: SchemaValues;
|
|
49
|
+
autoScheduled: boolean | null;
|
|
50
|
+
context: unknown;
|
|
51
|
+
empiricalConfig: unknown;
|
|
52
|
+
empiricalPolicy: unknown;
|
|
53
|
+
estimatedRunTime: number;
|
|
54
|
+
estimatedStartTimeDelta: number | null;
|
|
55
|
+
totalRunTime: number;
|
|
56
|
+
startTime: Date | null;
|
|
57
|
+
endTime: Date | null;
|
|
58
|
+
name: string | null;
|
|
59
|
+
parentTaskRunId: string | null;
|
|
60
|
+
stateId: string | null;
|
|
61
|
+
stateName: PrefectStateNames | null;
|
|
62
|
+
stateType: StateType | null;
|
|
63
|
+
state: State | null;
|
|
64
|
+
tags: string[] | null;
|
|
65
|
+
runCount: number | null;
|
|
66
|
+
created: Date;
|
|
67
|
+
createdBy: CreatedOrUpdatedBy | null;
|
|
68
|
+
updated: Date;
|
|
69
|
+
workPoolName: string | null;
|
|
70
|
+
workPoolQueueName: string | null;
|
|
71
|
+
constructor(flowRun: IFlowRun);
|
|
72
|
+
get duration(): number;
|
|
73
|
+
isScheduled(): this is FlowRun & {
|
|
74
|
+
expectedStartTime: Date;
|
|
75
|
+
};
|
|
76
|
+
get delta(): string | null;
|
|
77
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { RunHistory } from '../models/RunHistory';
|
|
2
|
+
import { StateHistory } from '../models/StateHistory';
|
|
3
|
+
export declare class FlowRunHistoryMap {
|
|
4
|
+
private readonly map;
|
|
5
|
+
constructor(runHistory: RunHistory[]);
|
|
6
|
+
get(date: Date): StateHistory[];
|
|
7
|
+
private getKey;
|
|
8
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { State } from '../models/State';
|
|
2
|
+
export type TaskRunInputType = 'constant' | 'parameter' | 'task_run';
|
|
3
|
+
export interface IGraphNode {
|
|
4
|
+
id: string;
|
|
5
|
+
upstreamDependencies: {
|
|
6
|
+
inputType: TaskRunInputType;
|
|
7
|
+
id: string;
|
|
8
|
+
}[];
|
|
9
|
+
state: State | null;
|
|
10
|
+
expectedStartTime: Date | null;
|
|
11
|
+
estimatedRunTime: number | null;
|
|
12
|
+
totalRunTime: number | null;
|
|
13
|
+
startTime: Date | null;
|
|
14
|
+
endTime: Date | null;
|
|
15
|
+
}
|
|
16
|
+
export declare class GraphNode implements IGraphNode {
|
|
17
|
+
readonly id: string;
|
|
18
|
+
upstreamDependencies: {
|
|
19
|
+
inputType: TaskRunInputType;
|
|
20
|
+
id: string;
|
|
21
|
+
}[];
|
|
22
|
+
state: State | null;
|
|
23
|
+
expectedStartTime: Date | null;
|
|
24
|
+
estimatedRunTime: number | null;
|
|
25
|
+
totalRunTime: number | null;
|
|
26
|
+
startTime: Date | null;
|
|
27
|
+
endTime: Date | null;
|
|
28
|
+
constructor(graphNode: GraphNode);
|
|
29
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ISchedule } from '../models';
|
|
2
|
+
import { IntervalScheduleResponse } from '../models/api/ScheduleResponse';
|
|
3
|
+
export type Intervals = {
|
|
4
|
+
seconds: number;
|
|
5
|
+
minutes: number;
|
|
6
|
+
hours: number;
|
|
7
|
+
days: number;
|
|
8
|
+
};
|
|
9
|
+
export interface IIntervalSchedule extends ISchedule {
|
|
10
|
+
interval: number;
|
|
11
|
+
timezone: string | null;
|
|
12
|
+
anchorDate: Date | null;
|
|
13
|
+
getIntervals?: () => Intervals;
|
|
14
|
+
}
|
|
15
|
+
export declare class IntervalSchedule implements IIntervalSchedule {
|
|
16
|
+
timezone: string | null;
|
|
17
|
+
interval: number;
|
|
18
|
+
anchorDate: Date | null;
|
|
19
|
+
constructor(schedule: Pick<IIntervalSchedule, 'interval' | 'timezone' | 'anchorDate'>);
|
|
20
|
+
get raw(): number;
|
|
21
|
+
getIntervals(): Intervals;
|
|
22
|
+
toString({ verbose, neat }?: {
|
|
23
|
+
neat?: boolean;
|
|
24
|
+
verbose?: boolean;
|
|
25
|
+
}): string;
|
|
26
|
+
toResponse(): IntervalScheduleResponse;
|
|
27
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare const logLevel: readonly [0, 10, 20, 30, 40, 50];
|
|
2
|
+
export type LogLevel = typeof logLevel[number];
|
|
3
|
+
export interface ILog {
|
|
4
|
+
id: string;
|
|
5
|
+
created: Date;
|
|
6
|
+
updated: Date;
|
|
7
|
+
name: string;
|
|
8
|
+
level: LogLevel;
|
|
9
|
+
message: string;
|
|
10
|
+
timestamp: Date;
|
|
11
|
+
flowRunId: string;
|
|
12
|
+
taskRunId: string | null;
|
|
13
|
+
}
|
|
14
|
+
export declare class Log implements ILog {
|
|
15
|
+
readonly id: string;
|
|
16
|
+
readonly created: Date;
|
|
17
|
+
readonly updated: Date;
|
|
18
|
+
name: string;
|
|
19
|
+
level: LogLevel;
|
|
20
|
+
message: string;
|
|
21
|
+
timestamp: Date;
|
|
22
|
+
flowRunId: string;
|
|
23
|
+
taskRunId: string | null;
|
|
24
|
+
constructor(log: ILog);
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const notificationStatus: readonly ["all", "active", "paused"];
|
|
2
|
+
export type NotificationStatus = typeof notificationStatus[number];
|
|
3
|
+
export interface INotification {
|
|
4
|
+
id: string;
|
|
5
|
+
created: Date;
|
|
6
|
+
updated: Date;
|
|
7
|
+
isActive: boolean;
|
|
8
|
+
stateNames: string[];
|
|
9
|
+
tags: string[];
|
|
10
|
+
blockDocumentId: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class Notification implements INotification {
|
|
13
|
+
readonly id: string;
|
|
14
|
+
created: Date;
|
|
15
|
+
updated: Date;
|
|
16
|
+
isActive: boolean;
|
|
17
|
+
stateNames: string[];
|
|
18
|
+
tags: string[];
|
|
19
|
+
blockDocumentId: string;
|
|
20
|
+
constructor(notification: INotification);
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as Cron } from 'cronstrue';
|
|
2
|
+
import { Options as CronstrueOptions } from 'cronstrue/dist/options';
|
|
3
|
+
export declare class PublicCron extends Cron {
|
|
4
|
+
getFullDescription(): string;
|
|
5
|
+
getSecondsDescription(): string;
|
|
6
|
+
getMinutesDescription(): string;
|
|
7
|
+
getHoursDescription(): string;
|
|
8
|
+
getTimeOfDayDescription(): string;
|
|
9
|
+
getDayOfMonthDescription(): string | null;
|
|
10
|
+
getMonthDescription(): string;
|
|
11
|
+
getDayOfWeekDescription(): string;
|
|
12
|
+
getYearDescription(): string;
|
|
13
|
+
transformVerbosity(description: string, useVerboseFormat: boolean): string;
|
|
14
|
+
constructor(expression: string, options: CronstrueOptions);
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ISchedule } from '../models';
|
|
2
|
+
import { RRuleScheduleResponse } from '../models/api/ScheduleResponse';
|
|
3
|
+
export interface IRRuleSchedule extends ISchedule {
|
|
4
|
+
timezone: string | null;
|
|
5
|
+
rrule: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class RRuleSchedule implements IRRuleSchedule {
|
|
8
|
+
timezone: string | null;
|
|
9
|
+
rrule: string;
|
|
10
|
+
constructor(schedule: Pick<IRRuleSchedule, 'rrule' | 'timezone'>);
|
|
11
|
+
get raw(): string;
|
|
12
|
+
getRRule(): string;
|
|
13
|
+
toString(): string;
|
|
14
|
+
toResponse(): RRuleScheduleResponse;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IStateHistory, StateHistory } from '../models/StateHistory';
|
|
2
|
+
export type IRunHistory = {
|
|
3
|
+
intervalStart: Date;
|
|
4
|
+
intervalEnd: Date;
|
|
5
|
+
states: IStateHistory[];
|
|
6
|
+
};
|
|
7
|
+
export declare class RunHistory implements IRunHistory {
|
|
8
|
+
readonly intervalStart: Date;
|
|
9
|
+
readonly intervalEnd: Date;
|
|
10
|
+
readonly states: StateHistory[];
|
|
11
|
+
constructor(run: IRunHistory);
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface ISavedSearch {
|
|
2
|
+
id: string | null;
|
|
3
|
+
name: string;
|
|
4
|
+
filters: SavedSearchFilter;
|
|
5
|
+
}
|
|
6
|
+
export interface SavedSearchCreate {
|
|
7
|
+
name: string;
|
|
8
|
+
filters: SavedSearchFilter;
|
|
9
|
+
}
|
|
10
|
+
export declare class SavedSearch implements ISavedSearch {
|
|
11
|
+
readonly id: string | null;
|
|
12
|
+
name: string;
|
|
13
|
+
filters: SavedSearchFilter;
|
|
14
|
+
constructor(savedSearch: ISavedSearch);
|
|
15
|
+
}
|
|
16
|
+
export type SavedSearchFilter = {
|
|
17
|
+
state?: string[];
|
|
18
|
+
flow?: string[];
|
|
19
|
+
tag?: string[];
|
|
20
|
+
deployment?: string[];
|
|
21
|
+
workQueue?: string[];
|
|
22
|
+
startDate?: string;
|
|
23
|
+
endDate?: string;
|
|
24
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RRuleSchedule, CronSchedule, IntervalSchedule } from '../models';
|
|
2
|
+
export type Schedule = RRuleSchedule | CronSchedule | IntervalSchedule;
|
|
3
|
+
export declare function isSchedule(schedule: unknown): schedule is Schedule;
|
|
4
|
+
export declare function isRRuleSchedule(schedule: unknown): schedule is RRuleSchedule;
|
|
5
|
+
export declare function isCronSchedule(schedule: unknown): schedule is CronSchedule;
|
|
6
|
+
export declare function isIntervalSchedule(schedule: unknown): schedule is IntervalSchedule;
|
|
7
|
+
export declare const ScheduleTypes: readonly ["rrule", "cron", "interval"];
|
|
8
|
+
export type ScheduleType = typeof ScheduleTypes[number];
|
|
9
|
+
export declare function getScheduleType(schedule?: unknown): ScheduleType | null;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { LogLevel } from '../models/Log';
|
|
2
|
+
export type ServerSettings = {
|
|
3
|
+
PREFECT_HOME: string;
|
|
4
|
+
PREFECT_DEBUG_MODE: boolean;
|
|
5
|
+
PREFECT_TEST_MODE: boolean;
|
|
6
|
+
PREFECT_TEST_SETTING: string;
|
|
7
|
+
PREFECT_API_URL: string;
|
|
8
|
+
PREFECT_API_KEY: string;
|
|
9
|
+
PREFECT_CLOUD_URL: string;
|
|
10
|
+
PREFECT_API_REQUEST_TIMEOUT: number;
|
|
11
|
+
PREFECT_PROFILES_PATH: string;
|
|
12
|
+
PREFECT_LOGGING_LEVEL: LogLevel;
|
|
13
|
+
PREFECT_LOGGING_SERVER_LEVEL: LogLevel;
|
|
14
|
+
PREFECT_LOGGING_SETTINGS_PATH: string;
|
|
15
|
+
PREFECT_LOGGING_EXTRA_LOGGERS: string;
|
|
16
|
+
PREFECT_LOGGING_SERVER_ENABLED: boolean;
|
|
17
|
+
PREFECT_LOGGING_SERVER_BATCH_INTERVAL: number;
|
|
18
|
+
PREFECT_LOGGING_SERVER_BATCH_SIZE: number;
|
|
19
|
+
PREFECT_LOGGING_SERVER_MAX_LOG_SIZE: number;
|
|
20
|
+
PREFECT_AGENT_QUERY_INTERVAL: number;
|
|
21
|
+
PREFECT_AGENT_PREFETCH_SECONDS: number;
|
|
22
|
+
PREFECT_SERVER_DATABASE_CONNECTION_URL: string;
|
|
23
|
+
PREFECT_SERVER_DATABASE_ECHO: boolean;
|
|
24
|
+
PREFECT_SERVER_DATABASE_MIGRATE_ON_START: boolean;
|
|
25
|
+
PREFECT_SERVER_DATABASE_TIMEOUT: number;
|
|
26
|
+
PREFECT_SERVER_DATABASE_CONNECTION_TIMEOUT: number;
|
|
27
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_LOOP_SECONDS: number;
|
|
28
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_DEPLOYMENT_BATCH_SIZE: number;
|
|
29
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_MAX_RUNS: number;
|
|
30
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_MAX_SCHEDULED_TIME: number;
|
|
31
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_INSERT_BATCH_SIZE: number;
|
|
32
|
+
PREFECT_SERVER_SERVICES_LATE_RUNS_LOOP_SECONDS: number;
|
|
33
|
+
PREFECT_SERVER_SERVICES_LATE_RUNS_AFTER_SECONDS: number;
|
|
34
|
+
PREFECT_SERVER_API_DEFAULT_LIMIT: number;
|
|
35
|
+
PREFECT_SERVER_API_HOST: number;
|
|
36
|
+
PREFECT_SERVER_API_PORT: number;
|
|
37
|
+
PREFECT_SERVER_UI_ENABLED: boolean;
|
|
38
|
+
PREFECT_SERVER_UI_API_URL: string;
|
|
39
|
+
PREFECT_SERVER_ANALYTICS_ENABLED: boolean;
|
|
40
|
+
PREFECT_SERVER_SERVICES_SCHEDULER_ENABLED: boolean;
|
|
41
|
+
PREFECT_SERVER_SERVICES_LATE_RUNS_ENABLED: boolean;
|
|
42
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StateDetails } from '../models/StateDetails';
|
|
2
|
+
import { StateType } from '../models/StateType';
|
|
3
|
+
export type State = {
|
|
4
|
+
id: string;
|
|
5
|
+
type: StateType;
|
|
6
|
+
message: string;
|
|
7
|
+
stateDetails: StateDetails | null;
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
timestamp: string;
|
|
10
|
+
name: string;
|
|
11
|
+
};
|