@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.
Files changed (710) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +57 -0
  3. package/dist/circle.svg +34 -0
  4. package/dist/constellations.svg +78 -0
  5. package/dist/index-5e1667e6.mjs +58953 -0
  6. package/dist/index-5e1667e6.mjs.map +1 -0
  7. package/dist/prefect-ui-library.mjs +593 -0
  8. package/dist/prefect-ui-library.mjs.map +1 -0
  9. package/dist/prefect-ui-library.umd.js +1079 -0
  10. package/dist/prefect-ui-library.umd.js.map +1 -0
  11. package/dist/style.css +1 -0
  12. package/dist/types/demo/App.vue.d.ts +2 -0
  13. package/dist/types/demo/components/ComponentPage.vue.d.ts +27 -0
  14. package/dist/types/demo/components/ContextSidebar.vue.d.ts +2 -0
  15. package/dist/types/demo/components/HashLink.vue.d.ts +22 -0
  16. package/dist/types/demo/components/ResizableSection.vue.d.ts +9 -0
  17. package/dist/types/demo/components/contextAccordionChildItem.d.ts +5 -0
  18. package/dist/types/demo/components/router.d.ts +3 -0
  19. package/dist/types/demo/compositions/useBlockDocumentMock.d.ts +3 -0
  20. package/dist/types/demo/compositions/useBlockSchemaCapabilitiesMock.d.ts +2 -0
  21. package/dist/types/demo/compositions/useBlockSchemaMock.d.ts +3 -0
  22. package/dist/types/demo/compositions/useBlockTypeMock.d.ts +3 -0
  23. package/dist/types/demo/compositions/useFlowMock.d.ts +3 -0
  24. package/dist/types/demo/compositions/useFlowRunGraphMock.d.ts +2 -0
  25. package/dist/types/demo/compositions/useFlowRunsMock.d.ts +3 -0
  26. package/dist/types/demo/compositions/useSeeds.d.ts +20 -0
  27. package/dist/types/demo/compositions/useTaskRunsMock.d.ts +3 -0
  28. package/dist/types/demo/compositions/useWorkPoolMock.d.ts +3 -0
  29. package/dist/types/demo/compositions/useWorkPoolQueueMock.d.ts +3 -0
  30. package/dist/types/demo/compositions/useWorkersMock.d.ts +3 -0
  31. package/dist/types/demo/main.d.ts +2 -0
  32. package/dist/types/demo/router/index.d.ts +3 -0
  33. package/dist/types/demo/router/menu.d.ts +4 -0
  34. package/dist/types/demo/router/routeRecords.d.ts +5 -0
  35. package/dist/types/demo/router/routeRecordsFlat.d.ts +4 -0
  36. package/dist/types/demo/sections/TimezoneSupport.vue.d.ts +2 -0
  37. package/dist/types/demo/sections/WelcomePage.vue.d.ts +2 -0
  38. package/dist/types/demo/sections/blocks/BlockCapabilityBlockDocumentInput.vue.d.ts +2 -0
  39. package/dist/types/demo/sections/blocks/BlockDocumentCard.vue.d.ts +2 -0
  40. package/dist/types/demo/sections/blocks/BlockDocumentInput.vue.d.ts +2 -0
  41. package/dist/types/demo/sections/blocks/BlockDocumentKeyValue.vue.d.ts +2 -0
  42. package/dist/types/demo/sections/blocks/BlockDocumentMenu.vue.d.ts +2 -0
  43. package/dist/types/demo/sections/blocks/BlockDocumentsSelect.vue.d.ts +2 -0
  44. package/dist/types/demo/sections/blocks/BlockDocumentsTable.vue.d.ts +2 -0
  45. package/dist/types/demo/sections/blocks/BlockIconText.vue.d.ts +2 -0
  46. package/dist/types/demo/sections/blocks/BlockSchemaCapabilities.vue.d.ts +2 -0
  47. package/dist/types/demo/sections/blocks/BlockSchemaCapabilitiesSelect.vue.d.ts +2 -0
  48. package/dist/types/demo/sections/blocks/BlockSchemaCreateForm.vue.d.ts +2 -0
  49. package/dist/types/demo/sections/blocks/BlockSchemaEditForm.vue.d.ts +2 -0
  50. package/dist/types/demo/sections/blocks/BlockTypeCard.vue.d.ts +2 -0
  51. package/dist/types/demo/sections/blocks/BlockTypeCardLayout.vue.d.ts +2 -0
  52. package/dist/types/demo/sections/blocks/BlockTypeCardPreview.vue.d.ts +2 -0
  53. package/dist/types/demo/sections/blocks/BlockTypeList.vue.d.ts +2 -0
  54. package/dist/types/demo/sections/blocks/BlockTypeSelect.vue.d.ts +2 -0
  55. package/dist/types/demo/sections/blocks/BlockTypeSnippet.vue.d.ts +2 -0
  56. package/dist/types/demo/sections/blocks/BlocksPageEmptyState.vue.d.ts +2 -0
  57. package/dist/types/demo/sections/blocks/index.d.ts +2 -0
  58. package/dist/types/demo/sections/concurrency/ConcurrencyLimitDetails.vue.d.ts +2 -0
  59. package/dist/types/demo/sections/concurrency/ConcurrencyLimitModal.vue.d.ts +2 -0
  60. package/dist/types/demo/sections/concurrency/ConcurrencyLimitsPageEmptyState.vue.d.ts +2 -0
  61. package/dist/types/demo/sections/concurrency/ConcurrencyLimitsTable.vue.d.ts +2 -0
  62. package/dist/types/demo/sections/concurrency/index.d.ts +2 -0
  63. package/dist/types/demo/sections/deployments/CronScheduleForm.vue.d.ts +2 -0
  64. package/dist/types/demo/sections/deployments/index.d.ts +2 -0
  65. package/dist/types/demo/sections/flowRuns/FlowRunDetails.vue.d.ts +2 -0
  66. package/dist/types/demo/sections/flowRuns/FlowRunList.vue.d.ts +2 -0
  67. package/dist/types/demo/sections/flowRuns/FlowRunListItem.vue.d.ts +2 -0
  68. package/dist/types/demo/sections/flowRuns/FlowRunRadar.vue.d.ts +2 -0
  69. package/dist/types/demo/sections/flowRuns/FlowRunsFilterGroup.vue.d.ts +2 -0
  70. package/dist/types/demo/sections/flowRuns/index.d.ts +2 -0
  71. package/dist/types/demo/sections/general/CodeBanner.vue.d.ts +2 -0
  72. package/dist/types/demo/sections/general/CodeSnippet.vue.d.ts +2 -0
  73. package/dist/types/demo/sections/general/ColorModeSelect.vue.d.ts +2 -0
  74. package/dist/types/demo/sections/general/ColorModeSelectOption.vue.d.ts +2 -0
  75. package/dist/types/demo/sections/general/ConfirmDeleteModal.vue.d.ts +2 -0
  76. package/dist/types/demo/sections/general/CopyOverflowMenuItem.vue.d.ts +2 -0
  77. package/dist/types/demo/sections/general/LogoImage.vue.d.ts +2 -0
  78. package/dist/types/demo/sections/general/index.d.ts +2 -0
  79. package/dist/types/demo/sections/index.d.ts +2 -0
  80. package/dist/types/demo/sections/logs/RunLogs.vue.d.ts +2 -0
  81. package/dist/types/demo/sections/logs/index.d.ts +2 -0
  82. package/dist/types/demo/sections/notifications/NotificationForm.vue.d.ts +2 -0
  83. package/dist/types/demo/sections/notifications/index.d.ts +2 -0
  84. package/dist/types/demo/sections/states/StateNameSelect.vue.d.ts +2 -0
  85. package/dist/types/demo/sections/states/index.d.ts +2 -0
  86. package/dist/types/demo/sections/workers/WorkPoolCard.vue.d.ts +2 -0
  87. package/dist/types/demo/sections/workers/WorkPoolTables.vue.d.ts +2 -0
  88. package/dist/types/demo/sections/workers/WorkerHeadings.vue.d.ts +2 -0
  89. package/dist/types/demo/sections/workers/WorkersTable.vue.d.ts +2 -0
  90. package/dist/types/demo/sections/workers/index.d.ts +2 -0
  91. package/dist/types/demo/services/KeyedDataStore.d.ts +35 -0
  92. package/dist/types/demo/services/MockApi.d.ts +16 -0
  93. package/dist/types/demo/services/SimpleDataStore.d.ts +21 -0
  94. package/dist/types/demo/services/mockWorkspaceBlockCapabilitiesApi.d.ts +5 -0
  95. package/dist/types/demo/services/mockWorkspaceBlockDocumentsApi.d.ts +10 -0
  96. package/dist/types/demo/services/mockWorkspaceBlockSchemasApi.d.ts +8 -0
  97. package/dist/types/demo/services/mockWorkspaceBlockTypesApi.d.ts +9 -0
  98. package/dist/types/demo/services/mockWorkspaceConcurrencyLimitsApi.d.ts +13 -0
  99. package/dist/types/demo/services/mockWorkspaceDeploymentsApi.d.ts +14 -0
  100. package/dist/types/demo/services/mockWorkspaceFlowRunsApi.d.ts +16 -0
  101. package/dist/types/demo/services/mockWorkspaceFlowsApi.d.ts +10 -0
  102. package/dist/types/demo/services/mockWorkspaceTaskRunsApi.d.ts +11 -0
  103. package/dist/types/demo/services/mockWorkspaceWorkPoolQueuesApi.d.ts +13 -0
  104. package/dist/types/demo/services/mockWorkspaceWorkPoolWorkerApi.d.ts +6 -0
  105. package/dist/types/demo/services/mockWorkspaceWorkPoolsApi.d.ts +15 -0
  106. package/dist/types/demo/services/mockWorkspaceWorkQueuesApi.d.ts +16 -0
  107. package/dist/types/demo/types/demoSection.d.ts +4 -0
  108. package/dist/types/demo/types/flowRunGraphMock.d.ts +5 -0
  109. package/dist/types/demo/utilities/api.d.ts +21 -0
  110. package/dist/types/demo/utilities/colorMode.d.ts +2 -0
  111. package/dist/types/demo/utilities/data.d.ts +38 -0
  112. package/dist/types/src/components/ActivityChart.vue.d.ts +22 -0
  113. package/dist/types/src/components/BetaBadge.vue.d.ts +2 -0
  114. package/dist/types/src/components/BlockCapabilityBlockDocumentInput.vue.d.ts +21 -0
  115. package/dist/types/src/components/BlockDocument.vue.d.ts +24 -0
  116. package/dist/types/src/components/BlockDocumentCard.vue.d.ts +16 -0
  117. package/dist/types/src/components/BlockDocumentInput.vue.d.ts +21 -0
  118. package/dist/types/src/components/BlockDocumentKeyValue.vue.d.ts +15 -0
  119. package/dist/types/src/components/BlockDocumentMenu.vue.d.ts +20 -0
  120. package/dist/types/src/components/BlockDocumentsSelect.vue.d.ts +29 -0
  121. package/dist/types/src/components/BlockDocumentsTable.vue.d.ts +20 -0
  122. package/dist/types/src/components/BlockIconText.vue.d.ts +15 -0
  123. package/dist/types/src/components/BlockSchemaCapabilities.vue.d.ts +17 -0
  124. package/dist/types/src/components/BlockSchemaCapabilitySelect.vue.d.ts +19 -0
  125. package/dist/types/src/components/BlockSchemaCreateForm.vue.d.ts +24 -0
  126. package/dist/types/src/components/BlockSchemaEditForm.vue.d.ts +29 -0
  127. package/dist/types/src/components/BlockTypeCard.vue.d.ts +23 -0
  128. package/dist/types/src/components/BlockTypeCardLayout.vue.d.ts +23 -0
  129. package/dist/types/src/components/BlockTypeCardPreview.vue.d.ts +23 -0
  130. package/dist/types/src/components/BlockTypeList.vue.d.ts +22 -0
  131. package/dist/types/src/components/BlockTypeSelect.vue.d.ts +19 -0
  132. package/dist/types/src/components/BlockTypeSnippet.vue.d.ts +17 -0
  133. package/dist/types/src/components/BlocksPageEmptyState.vue.d.ts +2 -0
  134. package/dist/types/src/components/CodeBanner.vue.d.ts +27 -0
  135. package/dist/types/src/components/CodeHighlighting.vue.d.ts +19 -0
  136. package/dist/types/src/components/CodeLines.vue.d.ts +17 -0
  137. package/dist/types/src/components/CodeSnippet.vue.d.ts +19 -0
  138. package/dist/types/src/components/ColorModeSelect.vue.d.ts +19 -0
  139. package/dist/types/src/components/ColorModeSelectOption.vue.d.ts +16 -0
  140. package/dist/types/src/components/ConcurrencyLimitActiveRuns.vue.d.ts +15 -0
  141. package/dist/types/src/components/ConcurrencyLimitDetails.vue.d.ts +18 -0
  142. package/dist/types/src/components/ConcurrencyLimitMenu.vue.d.ts +20 -0
  143. package/dist/types/src/components/ConcurrencyLimitsCreateModal.vue.d.ts +26 -0
  144. package/dist/types/src/components/ConcurrencyLimitsPageEmptyState.vue.d.ts +2 -0
  145. package/dist/types/src/components/ConcurrencyLimitsTable.vue.d.ts +2 -0
  146. package/dist/types/src/components/ConcurrencyTableActiveSlots.vue.d.ts +15 -0
  147. package/dist/types/src/components/ConfirmDeleteModal.vue.d.ts +54 -0
  148. package/dist/types/src/components/ConfirmDeleteModalWithSlot.vue.d.ts +8 -0
  149. package/dist/types/src/components/ConfirmStateChangeModal.vue.d.ts +46 -0
  150. package/dist/types/src/components/CopyOverflowMenuItem.vue.d.ts +17 -0
  151. package/dist/types/src/components/CronScheduleForm.vue.d.ts +51 -0
  152. package/dist/types/src/components/DateInput.vue.d.ts +35 -0
  153. package/dist/types/src/components/DateRangeInput.vue.d.ts +34 -0
  154. package/dist/types/src/components/DateRangeInputWithFlowRunHistory.vue.d.ts +2 -0
  155. package/dist/types/src/components/DayOrDescriptionModal.vue.d.ts +2 -0
  156. package/dist/types/src/components/DeploymentCombobox.vue.d.ts +42 -0
  157. package/dist/types/src/components/DeploymentComboboxOption.vue.d.ts +17 -0
  158. package/dist/types/src/components/DeploymentCustomRunOverflowMenuItem.vue.d.ts +22 -0
  159. package/dist/types/src/components/DeploymentDeprecatedMessage.vue.d.ts +2 -0
  160. package/dist/types/src/components/DeploymentDescription.vue.d.ts +15 -0
  161. package/dist/types/src/components/DeploymentDescriptionEmptyState.vue.d.ts +16 -0
  162. package/dist/types/src/components/DeploymentDetails.vue.d.ts +22 -0
  163. package/dist/types/src/components/DeploymentForm.vue.d.ts +23 -0
  164. package/dist/types/src/components/DeploymentIconText.vue.d.ts +15 -0
  165. package/dist/types/src/components/DeploymentMenu.vue.d.ts +22 -0
  166. package/dist/types/src/components/DeploymentQuickRunOverflowMenuItem.vue.d.ts +22 -0
  167. package/dist/types/src/components/DeploymentToggle.vue.d.ts +20 -0
  168. package/dist/types/src/components/DeploymentsCount.vue.d.ts +15 -0
  169. package/dist/types/src/components/DeploymentsDeleteButton.vue.d.ts +19 -0
  170. package/dist/types/src/components/DeploymentsPageEmptyState.vue.d.ts +2 -0
  171. package/dist/types/src/components/DeploymentsTable.vue.d.ts +20 -0
  172. package/dist/types/src/components/DocumentationButton.vue.d.ts +22 -0
  173. package/dist/types/src/components/DurationIconText.vue.d.ts +15 -0
  174. package/dist/types/src/components/ExtraInfoModal.vue.d.ts +19 -0
  175. package/dist/types/src/components/FlowActivityChart.vue.d.ts +16 -0
  176. package/dist/types/src/components/FlowCombobox.vue.d.ts +36 -0
  177. package/dist/types/src/components/FlowDetails.vue.d.ts +18 -0
  178. package/dist/types/src/components/FlowIconText.vue.d.ts +15 -0
  179. package/dist/types/src/components/FlowMenu.vue.d.ts +29 -0
  180. package/dist/types/src/components/FlowRouterLink.vue.d.ts +27 -0
  181. package/dist/types/src/components/FlowRunCancelButton.vue.d.ts +16 -0
  182. package/dist/types/src/components/FlowRunCancelModal.vue.d.ts +24 -0
  183. package/dist/types/src/components/FlowRunCreateForm.vue.d.ts +25 -0
  184. package/dist/types/src/components/FlowRunDetails.vue.d.ts +20 -0
  185. package/dist/types/src/components/FlowRunFilteredList.vue.d.ts +24 -0
  186. package/dist/types/src/components/FlowRunIconText.vue.d.ts +15 -0
  187. package/dist/types/src/components/FlowRunList.vue.d.ts +24 -0
  188. package/dist/types/src/components/FlowRunListItem.vue.d.ts +25 -0
  189. package/dist/types/src/components/FlowRunLogs.vue.d.ts +16 -0
  190. package/dist/types/src/components/FlowRunMenu.vue.d.ts +19 -0
  191. package/dist/types/src/components/FlowRunPauseButton.vue.d.ts +16 -0
  192. package/dist/types/src/components/FlowRunPauseModal.vue.d.ts +21 -0
  193. package/dist/types/src/components/FlowRunPopOver.vue.d.ts +15 -0
  194. package/dist/types/src/components/FlowRunPopOverContent.vue.d.ts +15 -0
  195. package/dist/types/src/components/FlowRunResumeButton.vue.d.ts +16 -0
  196. package/dist/types/src/components/FlowRunResumeModal.vue.d.ts +21 -0
  197. package/dist/types/src/components/FlowRunRetryButton.vue.d.ts +16 -0
  198. package/dist/types/src/components/FlowRunRetryModal.vue.d.ts +27 -0
  199. package/dist/types/src/components/FlowRunStartTime.vue.d.ts +16 -0
  200. package/dist/types/src/components/FlowRunSubFlows.vue.d.ts +15 -0
  201. package/dist/types/src/components/FlowRunTagsInput.vue.d.ts +24 -0
  202. package/dist/types/src/components/FlowRunTaskCount.vue.d.ts +24 -0
  203. package/dist/types/src/components/FlowRunTaskRuns.vue.d.ts +15 -0
  204. package/dist/types/src/components/FlowRunTimeline.vue.d.ts +16 -0
  205. package/dist/types/src/components/FlowRunTimelineOptions.vue.d.ts +25 -0
  206. package/dist/types/src/components/FlowRunsDeleteButton.vue.d.ts +19 -0
  207. package/dist/types/src/components/FlowRunsFilterGroup.vue.d.ts +2 -0
  208. package/dist/types/src/components/FlowRunsPageEmptyState.vue.d.ts +2 -0
  209. package/dist/types/src/components/FlowRunsScatterPlot.vue.d.ts +20 -0
  210. package/dist/types/src/components/FlowRunsSort.vue.d.ts +20 -0
  211. package/dist/types/src/components/FlowsDeleteButton.vue.d.ts +19 -0
  212. package/dist/types/src/components/FlowsPageEmptyState.vue.d.ts +2 -0
  213. package/dist/types/src/components/FlowsTable.vue.d.ts +20 -0
  214. package/dist/types/src/components/FourZeroFour.vue.d.ts +11 -0
  215. package/dist/types/src/components/HelpIconModal.vue.d.ts +25 -0
  216. package/dist/types/src/components/IntervalScheduleForm.vue.d.ts +51 -0
  217. package/dist/types/src/components/JsonInput.vue.d.ts +26 -0
  218. package/dist/types/src/components/LogLevelLabel.vue.d.ts +16 -0
  219. package/dist/types/src/components/LogLevelSelect.vue.d.ts +20 -0
  220. package/dist/types/src/components/LogRow.vue.d.ts +16 -0
  221. package/dist/types/src/components/LogoImage.vue.d.ts +28 -0
  222. package/dist/types/src/components/LogsContainer.vue.d.ts +27 -0
  223. package/dist/types/src/components/LogsSort.vue.d.ts +20 -0
  224. package/dist/types/src/components/MarketingBanner.vue.d.ts +27 -0
  225. package/dist/types/src/components/NotificationDetails.vue.d.ts +21 -0
  226. package/dist/types/src/components/NotificationForm.vue.d.ts +29 -0
  227. package/dist/types/src/components/NotificationMenu.vue.d.ts +20 -0
  228. package/dist/types/src/components/NotificationStatusSelect.vue.d.ts +20 -0
  229. package/dist/types/src/components/NotificationToggle.vue.d.ts +20 -0
  230. package/dist/types/src/components/NotificationsPageEmptyState.vue.d.ts +2 -0
  231. package/dist/types/src/components/NotificationsTable.vue.d.ts +23 -0
  232. package/dist/types/src/components/PageHeading.vue.d.ts +33 -0
  233. package/dist/types/src/components/PageHeadingAccountSettings.vue.d.ts +2 -0
  234. package/dist/types/src/components/PageHeadingApiKeys.vue.d.ts +2 -0
  235. package/dist/types/src/components/PageHeadingBlock.vue.d.ts +20 -0
  236. package/dist/types/src/components/PageHeadingBlockEdit.vue.d.ts +16 -0
  237. package/dist/types/src/components/PageHeadingBlocks.vue.d.ts +2 -0
  238. package/dist/types/src/components/PageHeadingBlocksCatalog.vue.d.ts +2 -0
  239. package/dist/types/src/components/PageHeadingBlocksCatalogCreate.vue.d.ts +16 -0
  240. package/dist/types/src/components/PageHeadingBlocksCatalogView.vue.d.ts +16 -0
  241. package/dist/types/src/components/PageHeadingConcurrencyLimit.vue.d.ts +16 -0
  242. package/dist/types/src/components/PageHeadingConcurrencyLimits.vue.d.ts +2 -0
  243. package/dist/types/src/components/PageHeadingDeployment.vue.d.ts +23 -0
  244. package/dist/types/src/components/PageHeadingDeploymentEdit.vue.d.ts +16 -0
  245. package/dist/types/src/components/PageHeadingDeployments.vue.d.ts +2 -0
  246. package/dist/types/src/components/PageHeadingFlow.vue.d.ts +20 -0
  247. package/dist/types/src/components/PageHeadingFlowRun.vue.d.ts +19 -0
  248. package/dist/types/src/components/PageHeadingFlowRunCreate.vue.d.ts +16 -0
  249. package/dist/types/src/components/PageHeadingFlowRunRadar.vue.d.ts +18 -0
  250. package/dist/types/src/components/PageHeadingFlowRuns.vue.d.ts +15 -0
  251. package/dist/types/src/components/PageHeadingFlows.vue.d.ts +2 -0
  252. package/dist/types/src/components/PageHeadingNotificationCreate.vue.d.ts +2 -0
  253. package/dist/types/src/components/PageHeadingNotificationEdit.vue.d.ts +2 -0
  254. package/dist/types/src/components/PageHeadingNotifications.vue.d.ts +2 -0
  255. package/dist/types/src/components/PageHeadingTaskRun.vue.d.ts +17 -0
  256. package/dist/types/src/components/PageHeadingWorkPool.vue.d.ts +23 -0
  257. package/dist/types/src/components/PageHeadingWorkPoolCreate.vue.d.ts +2 -0
  258. package/dist/types/src/components/PageHeadingWorkPoolEdit.vue.d.ts +16 -0
  259. package/dist/types/src/components/PageHeadingWorkPoolQueue.vue.d.ts +25 -0
  260. package/dist/types/src/components/PageHeadingWorkPoolQueueCreate.vue.d.ts +15 -0
  261. package/dist/types/src/components/PageHeadingWorkPoolQueueEdit.vue.d.ts +17 -0
  262. package/dist/types/src/components/PageHeadingWorkPools.vue.d.ts +2 -0
  263. package/dist/types/src/components/PageHeadingWorkQueue.vue.d.ts +23 -0
  264. package/dist/types/src/components/PageHeadingWorkQueueCreate.vue.d.ts +2 -0
  265. package/dist/types/src/components/PageHeadingWorkQueueEdit.vue.d.ts +16 -0
  266. package/dist/types/src/components/PageHeadingWorkQueues.vue.d.ts +2 -0
  267. package/dist/types/src/components/PageHeadingWorkspaceSettings.vue.d.ts +2 -0
  268. package/dist/types/src/components/ParametersTable.vue.d.ts +16 -0
  269. package/dist/types/src/components/ProcessTypeBadge.vue.d.ts +15 -0
  270. package/dist/types/src/components/PythonInput.vue.d.ts +24 -0
  271. package/dist/types/src/components/RadarApp.vue.d.ts +15 -0
  272. package/dist/types/src/components/RadarNode.vue.d.ts +66 -0
  273. package/dist/types/src/components/RadarNodeFlowRun.vue.d.ts +16 -0
  274. package/dist/types/src/components/RadarNodePlaceholder.vue.d.ts +2 -0
  275. package/dist/types/src/components/RadarNodeSubFlowRun.vue.d.ts +16 -0
  276. package/dist/types/src/components/RadarNodeTaskRun.vue.d.ts +16 -0
  277. package/dist/types/src/components/RadarSmall.vue.d.ts +15 -0
  278. package/dist/types/src/components/ResultsCount.vue.d.ts +28 -0
  279. package/dist/types/src/components/RunMenu.vue.d.ts +16 -0
  280. package/dist/types/src/components/SaveFilterModal.vue.d.ts +30 -0
  281. package/dist/types/src/components/SavedFilters.vue.d.ts +2 -0
  282. package/dist/types/src/components/SavedFiltersDeleteModal.vue.d.ts +25 -0
  283. package/dist/types/src/components/SavedFiltersMenu.vue.d.ts +20 -0
  284. package/dist/types/src/components/ScheduleFieldset.vue.d.ts +22 -0
  285. package/dist/types/src/components/ScheduleFormModal.vue.d.ts +30 -0
  286. package/dist/types/src/components/SchemaForm.vue.d.ts +25 -0
  287. package/dist/types/src/components/SchemaFormFields.vue.d.ts +18 -0
  288. package/dist/types/src/components/SchemaFormInput.vue.d.ts +18 -0
  289. package/dist/types/src/components/SchemaFormProperties.vue.d.ts +18 -0
  290. package/dist/types/src/components/SchemaFormProperty.vue.d.ts +18 -0
  291. package/dist/types/src/components/SchemaFormPropertyAllOf.vue.d.ts +18 -0
  292. package/dist/types/src/components/SchemaFormPropertyAnyOf.vue.d.ts +18 -0
  293. package/dist/types/src/components/SchemaPropertiesKeyValues.vue.d.ts +18 -0
  294. package/dist/types/src/components/SchemaPropertyBlockKeyValue.vue.d.ts +19 -0
  295. package/dist/types/src/components/SchemaPropertyKeyValue.vue.d.ts +18 -0
  296. package/dist/types/src/components/SearchInput.vue.d.ts +37 -0
  297. package/dist/types/src/components/SelectedCount.vue.d.ts +28 -0
  298. package/dist/types/src/components/SeparatedList.vue.d.ts +24 -0
  299. package/dist/types/src/components/StateBadge.vue.d.ts +26 -0
  300. package/dist/types/src/components/StateIcon.vue.d.ts +30 -0
  301. package/dist/types/src/components/StateListItem.vue.d.ts +37 -0
  302. package/dist/types/src/components/StateNameSelect.vue.d.ts +21 -0
  303. package/dist/types/src/components/StateSelect.vue.d.ts +23 -0
  304. package/dist/types/src/components/SubmitButton.vue.d.ts +27 -0
  305. package/dist/types/src/components/TaskRunDetails.vue.d.ts +18 -0
  306. package/dist/types/src/components/TaskRunList.vue.d.ts +24 -0
  307. package/dist/types/src/components/TaskRunListItem.vue.d.ts +25 -0
  308. package/dist/types/src/components/TaskRunLogs.vue.d.ts +16 -0
  309. package/dist/types/src/components/TaskRunPanel.vue.d.ts +19 -0
  310. package/dist/types/src/components/TaskRunsSort.vue.d.ts +20 -0
  311. package/dist/types/src/components/TimezoneSelect.vue.d.ts +28 -0
  312. package/dist/types/src/components/ToastFlowRunCreate.vue.d.ts +26 -0
  313. package/dist/types/src/components/WorkPoolCard.vue.d.ts +20 -0
  314. package/dist/types/src/components/WorkPoolCombobox.vue.d.ts +36 -0
  315. package/dist/types/src/components/WorkPoolCreateForm.vue.d.ts +2 -0
  316. package/dist/types/src/components/WorkPoolDetails.vue.d.ts +18 -0
  317. package/dist/types/src/components/WorkPoolEditForm.vue.d.ts +16 -0
  318. package/dist/types/src/components/WorkPoolIconText.vue.d.ts +15 -0
  319. package/dist/types/src/components/WorkPoolLateIndicator.vue.d.ts +15 -0
  320. package/dist/types/src/components/WorkPoolList.vue.d.ts +23 -0
  321. package/dist/types/src/components/WorkPoolMenu.vue.d.ts +20 -0
  322. package/dist/types/src/components/WorkPoolQueueCombobox.vue.d.ts +38 -0
  323. package/dist/types/src/components/WorkPoolQueueCreateForm.vue.d.ts +15 -0
  324. package/dist/types/src/components/WorkPoolQueueDetails.vue.d.ts +20 -0
  325. package/dist/types/src/components/WorkPoolQueueEditForm.vue.d.ts +18 -0
  326. package/dist/types/src/components/WorkPoolQueueMenu.vue.d.ts +22 -0
  327. package/dist/types/src/components/WorkPoolQueuePriorityLabel.vue.d.ts +2 -0
  328. package/dist/types/src/components/WorkPoolQueueToggle.vue.d.ts +22 -0
  329. package/dist/types/src/components/WorkPoolQueueUpcomingFlowRunsList.vue.d.ts +18 -0
  330. package/dist/types/src/components/WorkPoolQueuesDeleteButton.vue.d.ts +22 -0
  331. package/dist/types/src/components/WorkPoolQueuesTable.vue.d.ts +15 -0
  332. package/dist/types/src/components/WorkPoolToggle.vue.d.ts +20 -0
  333. package/dist/types/src/components/WorkPoolTypeSelect.vue.d.ts +19 -0
  334. package/dist/types/src/components/WorkPools.vue.d.ts +6 -0
  335. package/dist/types/src/components/WorkPoolsPageEmptyState.vue.d.ts +2 -0
  336. package/dist/types/src/components/WorkQueueCombobox.vue.d.ts +36 -0
  337. package/dist/types/src/components/WorkQueueCreateForm.vue.d.ts +10 -0
  338. package/dist/types/src/components/WorkQueueDetails.vue.d.ts +18 -0
  339. package/dist/types/src/components/WorkQueueEditForm.vue.d.ts +31 -0
  340. package/dist/types/src/components/WorkQueueFlowRunsList.vue.d.ts +16 -0
  341. package/dist/types/src/components/WorkQueueIconText.vue.d.ts +19 -0
  342. package/dist/types/src/components/WorkQueueLastPolled.vue.d.ts +15 -0
  343. package/dist/types/src/components/WorkQueueLateIndicator.vue.d.ts +15 -0
  344. package/dist/types/src/components/WorkQueueMenu.vue.d.ts +29 -0
  345. package/dist/types/src/components/WorkQueueStatusBadge.vue.d.ts +16 -0
  346. package/dist/types/src/components/WorkQueueStatusIcon.vue.d.ts +15 -0
  347. package/dist/types/src/components/WorkQueueToggle.vue.d.ts +20 -0
  348. package/dist/types/src/components/WorkQueuesDeleteButton.vue.d.ts +20 -0
  349. package/dist/types/src/components/WorkQueuesPageEmptyState.vue.d.ts +2 -0
  350. package/dist/types/src/components/WorkQueuesTable.vue.d.ts +23 -0
  351. package/dist/types/src/components/WorkersLateIndicator.vue.d.ts +17 -0
  352. package/dist/types/src/components/WorkersTable.vue.d.ts +15 -0
  353. package/dist/types/src/components/index.d.ts +238 -0
  354. package/dist/types/src/compositions/index.d.ts +27 -0
  355. package/dist/types/src/compositions/useBlockDocument.d.ts +3 -0
  356. package/dist/types/src/compositions/useBlockSchema.d.ts +4 -0
  357. package/dist/types/src/compositions/useBlockType.d.ts +4 -0
  358. package/dist/types/src/compositions/useCan.d.ts +2 -0
  359. package/dist/types/src/compositions/useComponent.d.ts +14 -0
  360. package/dist/types/src/compositions/useDeployment.d.ts +3 -0
  361. package/dist/types/src/compositions/useDeploymentFilter.d.ts +15 -0
  362. package/dist/types/src/compositions/useFavicon.d.ts +3 -0
  363. package/dist/types/src/compositions/useFilter.d.ts +22 -0
  364. package/dist/types/src/compositions/useFlow.d.ts +3 -0
  365. package/dist/types/src/compositions/useFlowFilter.d.ts +13 -0
  366. package/dist/types/src/compositions/useFlowRun.d.ts +3 -0
  367. package/dist/types/src/compositions/useFlowRunFilter.d.ts +7 -0
  368. package/dist/types/src/compositions/useFlowRunFilterFromRoute.d.ts +23 -0
  369. package/dist/types/src/compositions/useForm.d.ts +2 -0
  370. package/dist/types/src/compositions/useOptionalRules.d.ts +5 -0
  371. package/dist/types/src/compositions/usePaginatedSubscription.d.ts +10 -0
  372. package/dist/types/src/compositions/useReactiveField.d.ts +3 -0
  373. package/dist/types/src/compositions/useReactiveForm.d.ts +3 -0
  374. package/dist/types/src/compositions/useScrollLinking.d.ts +22 -0
  375. package/dist/types/src/compositions/useShowModal.d.ts +10 -0
  376. package/dist/types/src/compositions/useTabs.d.ts +6 -0
  377. package/dist/types/src/compositions/useTaskRun.d.ts +3 -0
  378. package/dist/types/src/compositions/useTaskRunsCount.d.ts +2 -0
  379. package/dist/types/src/compositions/useWorkQueueStatus.d.ts +3 -0
  380. package/dist/types/src/compositions/useWorkspaceApi.d.ts +2 -0
  381. package/dist/types/src/compositions/useWorkspaceRoutes.d.ts +253 -0
  382. package/dist/types/src/index.d.ts +17 -0
  383. package/dist/types/src/localization/index.d.ts +93 -0
  384. package/dist/types/src/localization/locale/en.d.ts +93 -0
  385. package/dist/types/src/maps/blockDocument.d.ts +6 -0
  386. package/dist/types/src/maps/blockDocumentCreate.d.ts +4 -0
  387. package/dist/types/src/maps/blockDocumentFilter.d.ts +4 -0
  388. package/dist/types/src/maps/blockDocumentReferences.d.ts +3 -0
  389. package/dist/types/src/maps/blockDocumentUpdate.d.ts +4 -0
  390. package/dist/types/src/maps/blockSchema.d.ts +4 -0
  391. package/dist/types/src/maps/blockSchemaFilter.d.ts +4 -0
  392. package/dist/types/src/maps/blockSchemaReferences.d.ts +4 -0
  393. package/dist/types/src/maps/blockType.d.ts +4 -0
  394. package/dist/types/src/maps/blockTypeFilter.d.ts +4 -0
  395. package/dist/types/src/maps/concurrencyLimit.d.ts +4 -0
  396. package/dist/types/src/maps/concurrencyLimitCreate.d.ts +4 -0
  397. package/dist/types/src/maps/createdOrUpdatedBy.d.ts +4 -0
  398. package/dist/types/src/maps/date.d.ts +3 -0
  399. package/dist/types/src/maps/deployment.d.ts +7 -0
  400. package/dist/types/src/maps/divergingBarChartItem.d.ts +4 -0
  401. package/dist/types/src/maps/empiricalPolicy.d.ts +7 -0
  402. package/dist/types/src/maps/flow.d.ts +5 -0
  403. package/dist/types/src/maps/flowRun.d.ts +4 -0
  404. package/dist/types/src/maps/flowRunFilter.d.ts +4 -0
  405. package/dist/types/src/maps/flowRunGraph.d.ts +5 -0
  406. package/dist/types/src/maps/flowRunHistory.d.ts +5 -0
  407. package/dist/types/src/maps/flowRunTimeline.d.ts +4 -0
  408. package/dist/types/src/maps/index.d.ts +347 -0
  409. package/dist/types/src/maps/logs.d.ts +5 -0
  410. package/dist/types/src/maps/notification.d.ts +4 -0
  411. package/dist/types/src/maps/notificationCreate.d.ts +4 -0
  412. package/dist/types/src/maps/notificationUpdate.d.ts +4 -0
  413. package/dist/types/src/maps/number.d.ts +3 -0
  414. package/dist/types/src/maps/savedSearch.d.ts +4 -0
  415. package/dist/types/src/maps/savedSearchCreate.d.ts +4 -0
  416. package/dist/types/src/maps/scatterPlotItem.d.ts +10 -0
  417. package/dist/types/src/maps/schedule.d.ts +5 -0
  418. package/dist/types/src/maps/schema.d.ts +7 -0
  419. package/dist/types/src/maps/schemaValuesRequest.d.ts +8 -0
  420. package/dist/types/src/maps/schemaValuesResponse.d.ts +10 -0
  421. package/dist/types/src/maps/state.d.ts +7 -0
  422. package/dist/types/src/maps/stateDetails.d.ts +9 -0
  423. package/dist/types/src/maps/stateHistory.d.ts +5 -0
  424. package/dist/types/src/maps/stateType.d.ts +4 -0
  425. package/dist/types/src/maps/stateUpdate.d.ts +3 -0
  426. package/dist/types/src/maps/taskInput.d.ts +5 -0
  427. package/dist/types/src/maps/taskRun.d.ts +5 -0
  428. package/dist/types/src/maps/uiFlowRunHistory.d.ts +4 -0
  429. package/dist/types/src/maps/workPool.d.ts +6 -0
  430. package/dist/types/src/maps/workPoolQueue.d.ts +6 -0
  431. package/dist/types/src/maps/workPoolWorker.d.ts +4 -0
  432. package/dist/types/src/maps/workQueue.d.ts +6 -0
  433. package/dist/types/src/maps/workQueueFilter.d.ts +5 -0
  434. package/dist/types/src/maps/workQueueHealthPolicy.d.ts +3 -0
  435. package/dist/types/src/maps/workQueueStatus.d.ts +3 -0
  436. package/dist/types/src/maps/workerScheduledFlowRun.d.ts +4 -0
  437. package/dist/types/src/mocks/UiFlowRunHistory.d.ts +3 -0
  438. package/dist/types/src/mocks/any.d.ts +2 -0
  439. package/dist/types/src/mocks/blockDocument.d.ts +3 -0
  440. package/dist/types/src/mocks/blockDocumentData.d.ts +5 -0
  441. package/dist/types/src/mocks/blockSchema.d.ts +3 -0
  442. package/dist/types/src/mocks/blockSchemaCapabilities.d.ts +2 -0
  443. package/dist/types/src/mocks/blockSchemaCapability.d.ts +2 -0
  444. package/dist/types/src/mocks/blockType.d.ts +3 -0
  445. package/dist/types/src/mocks/blockTypeSnippet.d.ts +2 -0
  446. package/dist/types/src/mocks/boolean.d.ts +2 -0
  447. package/dist/types/src/mocks/concurrencyLimit.d.ts +3 -0
  448. package/dist/types/src/mocks/createdOrUpdatedBy.d.ts +3 -0
  449. package/dist/types/src/mocks/date.d.ts +4 -0
  450. package/dist/types/src/mocks/deployment.d.ts +3 -0
  451. package/dist/types/src/mocks/email.d.ts +2 -0
  452. package/dist/types/src/mocks/flow.d.ts +3 -0
  453. package/dist/types/src/mocks/flowResponse.d.ts +3 -0
  454. package/dist/types/src/mocks/flowRun.d.ts +3 -0
  455. package/dist/types/src/mocks/flowRunGraph.d.ts +15 -0
  456. package/dist/types/src/mocks/flowRunHistory.d.ts +3 -0
  457. package/dist/types/src/mocks/flowRunStateHistory.d.ts +3 -0
  458. package/dist/types/src/mocks/id.d.ts +2 -0
  459. package/dist/types/src/mocks/image.d.ts +7 -0
  460. package/dist/types/src/mocks/index.d.ts +60 -0
  461. package/dist/types/src/mocks/log.d.ts +4 -0
  462. package/dist/types/src/mocks/notification.d.ts +3 -0
  463. package/dist/types/src/mocks/notificationCreate.d.ts +3 -0
  464. package/dist/types/src/mocks/number.d.ts +2 -0
  465. package/dist/types/src/mocks/parameters.d.ts +3 -0
  466. package/dist/types/src/mocks/schedule.d.ts +7 -0
  467. package/dist/types/src/mocks/schemas.d.ts +5 -0
  468. package/dist/types/src/mocks/sentences/generateText.d.ts +4 -0
  469. package/dist/types/src/mocks/sentences/sample.d.ts +13 -0
  470. package/dist/types/src/mocks/sentences/utils.d.ts +7 -0
  471. package/dist/types/src/mocks/starnames/generateStarName.d.ts +2 -0
  472. package/dist/types/src/mocks/starnames/index.d.ts +4 -0
  473. package/dist/types/src/mocks/starnames/names.d.ts +2 -0
  474. package/dist/types/src/mocks/starnames/prefixes.d.ts +2 -0
  475. package/dist/types/src/mocks/starnames/suffixes.d.ts +2 -0
  476. package/dist/types/src/mocks/state.d.ts +3 -0
  477. package/dist/types/src/mocks/stateType.d.ts +3 -0
  478. package/dist/types/src/mocks/string.d.ts +10 -0
  479. package/dist/types/src/mocks/taskRun.d.ts +3 -0
  480. package/dist/types/src/mocks/url.d.ts +2 -0
  481. package/dist/types/src/mocks/workPool.d.ts +3 -0
  482. package/dist/types/src/mocks/workPoolQueue.d.ts +3 -0
  483. package/dist/types/src/mocks/workQueue.d.ts +5 -0
  484. package/dist/types/src/mocks/workQueueCreate.d.ts +3 -0
  485. package/dist/types/src/mocks/workQueueHealthPolicy.d.ts +3 -0
  486. package/dist/types/src/mocks/workQueueStatus.d.ts +3 -0
  487. package/dist/types/src/mocks/worker.d.ts +3 -0
  488. package/dist/types/src/models/ApiRouteParams.d.ts +7 -0
  489. package/dist/types/src/models/BlockDocument.d.ts +37 -0
  490. package/dist/types/src/models/BlockDocumentCreate.d.ts +12 -0
  491. package/dist/types/src/models/BlockDocumentFilter.d.ts +8 -0
  492. package/dist/types/src/models/BlockDocumentUpdate.d.ts +7 -0
  493. package/dist/types/src/models/BlockSchema.d.ts +23 -0
  494. package/dist/types/src/models/BlockSchemaFilter.d.ts +9 -0
  495. package/dist/types/src/models/BlockType.d.ts +23 -0
  496. package/dist/types/src/models/BlockTypeFilter.d.ts +9 -0
  497. package/dist/types/src/models/ConcurrencyLimit.d.ts +8 -0
  498. package/dist/types/src/models/ConcurrencyLimitCreate.d.ts +4 -0
  499. package/dist/types/src/models/ConcurrencyLimitsFilter.d.ts +4 -0
  500. package/dist/types/src/models/CreatedOrUpdatedBy.d.ts +6 -0
  501. package/dist/types/src/models/CronSchedule.d.ts +18 -0
  502. package/dist/types/src/models/CronStringLengthError.d.ts +3 -0
  503. package/dist/types/src/models/Deployment.d.ts +57 -0
  504. package/dist/types/src/models/DeploymentFlowRunCreate.d.ts +23 -0
  505. package/dist/types/src/models/DeploymentUpdate.d.ts +20 -0
  506. package/dist/types/src/models/EmpiricalPolicy.d.ts +13 -0
  507. package/dist/types/src/models/ExistingHandleError.d.ts +6 -0
  508. package/dist/types/src/models/FilterDateError.d.ts +3 -0
  509. package/dist/types/src/models/FilterPrefixError.d.ts +3 -0
  510. package/dist/types/src/models/FilterRelativeDateUnitError.d.ts +3 -0
  511. package/dist/types/src/models/Flow.d.ts +15 -0
  512. package/dist/types/src/models/FlowRun.d.ts +77 -0
  513. package/dist/types/src/models/FlowRunHistoryMap.d.ts +8 -0
  514. package/dist/types/src/models/GraphNode.d.ts +29 -0
  515. package/dist/types/src/models/ISchedule.d.ts +7 -0
  516. package/dist/types/src/models/IntervalSchedule.d.ts +27 -0
  517. package/dist/types/src/models/InvalidSchemaValueError.d.ts +3 -0
  518. package/dist/types/src/models/Log.d.ts +25 -0
  519. package/dist/types/src/models/NoSchemaPropertyDefaultValueError.d.ts +3 -0
  520. package/dist/types/src/models/Notification.d.ts +21 -0
  521. package/dist/types/src/models/NotificationCreate.d.ts +6 -0
  522. package/dist/types/src/models/NotificationUpdate.d.ts +6 -0
  523. package/dist/types/src/models/PublicCron.d.ts +15 -0
  524. package/dist/types/src/models/RRuleSchedule.d.ts +15 -0
  525. package/dist/types/src/models/RunHistory.d.ts +12 -0
  526. package/dist/types/src/models/SavedSearch.d.ts +24 -0
  527. package/dist/types/src/models/Schedule.d.ts +9 -0
  528. package/dist/types/src/models/ServerSettings.d.ts +42 -0
  529. package/dist/types/src/models/State.d.ts +11 -0
  530. package/dist/types/src/models/StateCreate.d.ts +9 -0
  531. package/dist/types/src/models/StateDetails.d.ts +10 -0
  532. package/dist/types/src/models/StateDetailsCreate.d.ts +8 -0
  533. package/dist/types/src/models/StateHistory.d.ts +16 -0
  534. package/dist/types/src/models/StateType.d.ts +13 -0
  535. package/dist/types/src/models/StateUpdate.d.ts +11 -0
  536. package/dist/types/src/models/TaskInput.d.ts +29 -0
  537. package/dist/types/src/models/TaskRun.d.ts +58 -0
  538. package/dist/types/src/models/TimelineNode.d.ts +15 -0
  539. package/dist/types/src/models/UiFlowRunHistory.d.ts +8 -0
  540. package/dist/types/src/models/WorkPool.d.ts +26 -0
  541. package/dist/types/src/models/WorkPoolCreate.d.ts +7 -0
  542. package/dist/types/src/models/WorkPoolEdit.d.ts +5 -0
  543. package/dist/types/src/models/WorkPoolQueue.d.ts +23 -0
  544. package/dist/types/src/models/WorkPoolQueueCreate.d.ts +7 -0
  545. package/dist/types/src/models/WorkPoolQueueEdit.d.ts +7 -0
  546. package/dist/types/src/models/WorkPoolWorker.d.ts +17 -0
  547. package/dist/types/src/models/WorkQueue.d.ts +27 -0
  548. package/dist/types/src/models/WorkQueueCreate.d.ts +6 -0
  549. package/dist/types/src/models/WorkQueueEdit.d.ts +5 -0
  550. package/dist/types/src/models/WorkQueueFilter.d.ts +9 -0
  551. package/dist/types/src/models/WorkQueueHealthPolicy.d.ts +4 -0
  552. package/dist/types/src/models/WorkQueueStatus.d.ts +14 -0
  553. package/dist/types/src/models/WorkerScheduledFlowRun.d.ts +6 -0
  554. package/dist/types/src/models/WorkerScheduledFlowRuns.d.ts +6 -0
  555. package/dist/types/src/models/api/BlockDocumentCreateRequest.d.ts +23 -0
  556. package/dist/types/src/models/api/BlockDocumentFilterRequest.d.ts +12 -0
  557. package/dist/types/src/models/api/BlockDocumentResponse.d.ts +25 -0
  558. package/dist/types/src/models/api/BlockDocumentUpdateRequest.d.ts +4 -0
  559. package/dist/types/src/models/api/BlockSchemaFilterRequest.d.ts +9 -0
  560. package/dist/types/src/models/api/BlockSchemaResponse.d.ts +12 -0
  561. package/dist/types/src/models/api/BlockTypeFilterRequest.d.ts +9 -0
  562. package/dist/types/src/models/api/BlockTypeResponse.d.ts +11 -0
  563. package/dist/types/src/models/api/ConcurrencyLimitCreateRequest.d.ts +4 -0
  564. package/dist/types/src/models/api/ConcurrencyLimitResponse.d.ts +8 -0
  565. package/dist/types/src/models/api/CreatedOrUpdatedByResponse.d.ts +6 -0
  566. package/dist/types/src/models/api/DeploymentFlowRunRequest.d.ts +13 -0
  567. package/dist/types/src/models/api/DeploymentResponse.d.ts +29 -0
  568. package/dist/types/src/models/api/DeploymentUpdateRequest.d.ts +15 -0
  569. package/dist/types/src/models/api/EmpiricalPolicyRequest.d.ts +6 -0
  570. package/dist/types/src/models/api/EmpiricalPolicyResponse.d.ts +6 -0
  571. package/dist/types/src/models/api/FlowResponse.d.ts +7 -0
  572. package/dist/types/src/models/api/FlowRunGraphResponse.d.ts +17 -0
  573. package/dist/types/src/models/api/FlowRunHistoryResponse.d.ts +6 -0
  574. package/dist/types/src/models/api/FlowRunResponse.d.ts +39 -0
  575. package/dist/types/src/models/api/LogResponse.d.ts +12 -0
  576. package/dist/types/src/models/api/LogsRequestFilter.d.ts +23 -0
  577. package/dist/types/src/models/api/NotificationCreateRequest.d.ts +6 -0
  578. package/dist/types/src/models/api/NotificationFilter.d.ts +5 -0
  579. package/dist/types/src/models/api/NotificationResponse.d.ts +9 -0
  580. package/dist/types/src/models/api/NotificationUpdateRequest.d.ts +6 -0
  581. package/dist/types/src/models/api/SavedSearchResponse.d.ts +19 -0
  582. package/dist/types/src/models/api/ScheduleRequest.d.ts +18 -0
  583. package/dist/types/src/models/api/ScheduleResponse.d.ts +18 -0
  584. package/dist/types/src/models/api/SchemaResponse.d.ts +41 -0
  585. package/dist/types/src/models/api/StateDetailsRequest.d.ts +11 -0
  586. package/dist/types/src/models/api/StateDetailsResponse.d.ts +11 -0
  587. package/dist/types/src/models/api/StateHistoryResponse.d.ts +8 -0
  588. package/dist/types/src/models/api/StateRequest.d.ts +9 -0
  589. package/dist/types/src/models/api/StateResponse.d.ts +11 -0
  590. package/dist/types/src/models/api/StateUpdateRequest.d.ts +11 -0
  591. package/dist/types/src/models/api/TaskInputResponse.d.ts +16 -0
  592. package/dist/types/src/models/api/TaskRunResponse.d.ts +31 -0
  593. package/dist/types/src/models/api/UiFlowRunHistoryResponse.d.ts +8 -0
  594. package/dist/types/src/models/api/WorkPoolQueueRequest.d.ts +14 -0
  595. package/dist/types/src/models/api/WorkPoolQueueResponse.d.ts +12 -0
  596. package/dist/types/src/models/api/WorkPoolRequest.d.ts +12 -0
  597. package/dist/types/src/models/api/WorkPoolResponse.d.ts +12 -0
  598. package/dist/types/src/models/api/WorkPoolWorkerFilter.d.ts +13 -0
  599. package/dist/types/src/models/api/WorkPoolWorkerResponse.d.ts +9 -0
  600. package/dist/types/src/models/api/WorkQueueFilterResponse.d.ts +4 -0
  601. package/dist/types/src/models/api/WorkQueueHealthPolicyResponse.d.ts +4 -0
  602. package/dist/types/src/models/api/WorkQueueRequest.d.ts +11 -0
  603. package/dist/types/src/models/api/WorkQueueResponse.d.ts +14 -0
  604. package/dist/types/src/models/api/WorkQueueStatusResponse.d.ts +9 -0
  605. package/dist/types/src/models/api/WorkerScheduledFlowRunResponse.d.ts +6 -0
  606. package/dist/types/src/models/api/WorkerScheduledFlowRunsRequest.d.ts +6 -0
  607. package/dist/types/src/models/api/index.d.ts +51 -0
  608. package/dist/types/src/models/index.d.ts +66 -0
  609. package/dist/types/src/router/index.d.ts +1 -0
  610. package/dist/types/src/router/routes.d.ts +277 -0
  611. package/dist/types/src/services/AdminApi.d.ts +7 -0
  612. package/dist/types/src/services/Api.d.ts +35 -0
  613. package/dist/types/src/services/BatchProcessor/BatchProcessor.d.ts +28 -0
  614. package/dist/types/src/services/BatchProcessor/index.d.ts +1 -0
  615. package/dist/types/src/services/HealthApi.d.ts +5 -0
  616. package/dist/types/src/services/Mapper.d.ts +373 -0
  617. package/dist/types/src/services/Mocker.d.ts +75 -0
  618. package/dist/types/src/services/RouteGuardExecutioner.d.ts +10 -0
  619. package/dist/types/src/services/SimpleIdManager.d.ts +4 -0
  620. package/dist/types/src/services/UiApi.d.ts +9 -0
  621. package/dist/types/src/services/WorkspaceApi.d.ts +27 -0
  622. package/dist/types/src/services/WorkspaceBlockCapabilitiesApi.d.ts +8 -0
  623. package/dist/types/src/services/WorkspaceBlockDocumentsApi.d.ts +20 -0
  624. package/dist/types/src/services/WorkspaceBlockSchemasApi.d.ts +14 -0
  625. package/dist/types/src/services/WorkspaceBlockTypesApi.d.ts +17 -0
  626. package/dist/types/src/services/WorkspaceConcurrencyLimitsApi.d.ts +21 -0
  627. package/dist/types/src/services/WorkspaceDeploymentsApi.d.ts +27 -0
  628. package/dist/types/src/services/WorkspaceFlowRunsApi.d.ts +32 -0
  629. package/dist/types/src/services/WorkspaceFlowsApi.d.ts +16 -0
  630. package/dist/types/src/services/WorkspaceLogsApi.d.ts +7 -0
  631. package/dist/types/src/services/WorkspaceNotificationsApi.d.ts +13 -0
  632. package/dist/types/src/services/WorkspaceSavedSearchesApi.d.ts +9 -0
  633. package/dist/types/src/services/WorkspaceTaskRunsApi.d.ts +19 -0
  634. package/dist/types/src/services/WorkspaceWorkPoolQueuesApi.d.ts +23 -0
  635. package/dist/types/src/services/WorkspaceWorkPoolWorkersApi.d.ts +9 -0
  636. package/dist/types/src/services/WorkspaceWorkPoolsApi.d.ts +26 -0
  637. package/dist/types/src/services/WorkspaceWorkQueuesApi.d.ts +29 -0
  638. package/dist/types/src/services/can.d.ts +14 -0
  639. package/dist/types/src/services/index.d.ts +26 -0
  640. package/dist/types/src/services/schemas/constants.d.ts +1 -0
  641. package/dist/types/src/services/schemas/index.d.ts +4 -0
  642. package/dist/types/src/services/schemas/properties/SchemaPropertyAny.d.ts +13 -0
  643. package/dist/types/src/services/schemas/properties/SchemaPropertyArray.d.ts +9 -0
  644. package/dist/types/src/services/schemas/properties/SchemaPropertyBlock.d.ts +10 -0
  645. package/dist/types/src/services/schemas/properties/SchemaPropertyBoolean.d.ts +9 -0
  646. package/dist/types/src/services/schemas/properties/SchemaPropertyInteger.d.ts +9 -0
  647. package/dist/types/src/services/schemas/properties/SchemaPropertyNull.d.ts +8 -0
  648. package/dist/types/src/services/schemas/properties/SchemaPropertyNumber.d.ts +10 -0
  649. package/dist/types/src/services/schemas/properties/SchemaPropertyObject.d.ts +11 -0
  650. package/dist/types/src/services/schemas/properties/SchemaPropertyService.d.ts +63 -0
  651. package/dist/types/src/services/schemas/properties/SchemaPropertyString.d.ts +15 -0
  652. package/dist/types/src/services/schemas/properties/factory.d.ts +3 -0
  653. package/dist/types/src/services/schemas/properties/index.d.ts +10 -0
  654. package/dist/types/src/services/schemas/resolvers/blockReferences.d.ts +3 -0
  655. package/dist/types/src/services/schemas/resolvers/definitions.d.ts +5 -0
  656. package/dist/types/src/services/schemas/resolvers/index.d.ts +3 -0
  657. package/dist/types/src/services/schemas/resolvers/meta.d.ts +2 -0
  658. package/dist/types/src/services/schemas/resolvers/schemas.d.ts +4 -0
  659. package/dist/types/src/services/schemas/utilities.d.ts +28 -0
  660. package/dist/types/src/types/ColorMode.d.ts +2 -0
  661. package/dist/types/src/types/RouteGuard.d.ts +7 -0
  662. package/dist/types/src/types/SortOptionTypes.d.ts +34 -0
  663. package/dist/types/src/types/UnionFilters.d.ts +131 -0
  664. package/dist/types/src/types/buttons.d.ts +1 -0
  665. package/dist/types/src/types/classes.d.ts +2 -0
  666. package/dist/types/src/types/cron.d.ts +33 -0
  667. package/dist/types/src/types/css.d.ts +1 -0
  668. package/dist/types/src/types/dates.d.ts +3 -0
  669. package/dist/types/src/types/filter.d.ts +30 -0
  670. package/dist/types/src/types/index.d.ts +14 -0
  671. package/dist/types/src/types/reactivity.d.ts +2 -0
  672. package/dist/types/src/types/schemas.d.ts +65 -0
  673. package/dist/types/src/types/states.d.ts +3 -0
  674. package/dist/types/src/types/tabs.d.ts +19 -0
  675. package/dist/types/src/types/tailwind.d.ts +1 -0
  676. package/dist/types/src/types/utilities.d.ts +7 -0
  677. package/dist/types/src/utilities/api.d.ts +38 -0
  678. package/dist/types/src/utilities/arrays.d.ts +19 -0
  679. package/dist/types/src/utilities/cache.d.ts +4 -0
  680. package/dist/types/src/utilities/colorMode.d.ts +4 -0
  681. package/dist/types/src/utilities/components.d.ts +19 -0
  682. package/dist/types/src/utilities/copy.d.ts +1 -0
  683. package/dist/types/src/utilities/dates.d.ts +14 -0
  684. package/dist/types/src/utilities/delete.d.ts +5 -0
  685. package/dist/types/src/utilities/httpStatus.d.ts +74 -0
  686. package/dist/types/src/utilities/index.d.ts +27 -0
  687. package/dist/types/src/utilities/inject.d.ts +2 -0
  688. package/dist/types/src/utilities/json.d.ts +7 -0
  689. package/dist/types/src/utilities/languageDefinitions/json.d.ts +3 -0
  690. package/dist/types/src/utilities/languageDefinitions/python.d.ts +2 -0
  691. package/dist/types/src/utilities/logs.d.ts +2 -0
  692. package/dist/types/src/utilities/math.d.ts +6 -0
  693. package/dist/types/src/utilities/numbers.d.ts +1 -0
  694. package/dist/types/src/utilities/object.d.ts +9 -0
  695. package/dist/types/src/utilities/parameters.d.ts +4 -0
  696. package/dist/types/src/utilities/processTypes.d.ts +1 -0
  697. package/dist/types/src/utilities/routes.d.ts +5 -0
  698. package/dist/types/src/utilities/savedFilters.d.ts +8 -0
  699. package/dist/types/src/utilities/seconds.d.ts +9 -0
  700. package/dist/types/src/utilities/state.d.ts +6 -0
  701. package/dist/types/src/utilities/strings.d.ts +12 -0
  702. package/dist/types/src/utilities/subscriptions.d.ts +11 -0
  703. package/dist/types/src/utilities/timeIntervals.d.ts +4 -0
  704. package/dist/types/src/utilities/timezone.d.ts +434 -0
  705. package/dist/types/src/utilities/validation.d.ts +30 -0
  706. package/dist/types/src/utilities/variables.d.ts +3 -0
  707. package/dist/types/vite.config.d.ts +2 -0
  708. package/dist/viewport.es-a6380c41-3517fd0a.mjs +1537 -0
  709. package/dist/viewport.es-a6380c41-3517fd0a.mjs.map +1 -0
  710. 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,9 @@
1
+ export type BlockSchemaFilter = {
2
+ offset?: number;
3
+ limit?: number;
4
+ blockSchemas?: {
5
+ blockTypeId?: {
6
+ any_?: string[];
7
+ };
8
+ };
9
+ };
@@ -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,9 @@
1
+ export type BlockTypeFilter = {
2
+ blockSchemas?: {
3
+ blockCapabilities?: {
4
+ all_?: string[];
5
+ };
6
+ };
7
+ limit?: number;
8
+ offset?: number;
9
+ };
@@ -0,0 +1,8 @@
1
+ export type ConcurrencyLimit = {
2
+ tag: string;
3
+ concurrencyLimit: number;
4
+ id: string;
5
+ created?: Date;
6
+ updated?: Date;
7
+ activeSlots?: string[];
8
+ };
@@ -0,0 +1,4 @@
1
+ export type ConcurrencyLimitCreate = {
2
+ tag: string;
3
+ concurrencyLimit: number;
4
+ };
@@ -0,0 +1,4 @@
1
+ export type ConcurrencyLimitsFilter = {
2
+ offset?: number;
3
+ limit?: number;
4
+ };
@@ -0,0 +1,6 @@
1
+ export type CreatedOrUpdatedByType = 'USER' | 'BOT' | 'DEPLOYMENT';
2
+ export type CreatedOrUpdatedBy = {
3
+ id: string;
4
+ displayValue: string;
5
+ type: CreatedOrUpdatedByType;
6
+ };
@@ -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,3 @@
1
+ export declare class CronStringLengthError extends Error {
2
+ constructor(len: number);
3
+ }
@@ -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,3 @@
1
+ export declare class FilterDateError extends Error {
2
+ constructor();
3
+ }
@@ -0,0 +1,3 @@
1
+ export declare class FilterPrefixError extends Error {
2
+ constructor();
3
+ }
@@ -0,0 +1,3 @@
1
+ export declare class FilterRelativeDateUnitError extends Error {
2
+ constructor();
3
+ }
@@ -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,7 @@
1
+ import { ScheduleResponse } from '../models';
2
+ export type ISchedule = {
3
+ raw: string | number | null | undefined;
4
+ timezone: string | null;
5
+ toString: () => string;
6
+ toResponse: () => ScheduleResponse;
7
+ };
@@ -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,3 @@
1
+ export declare class InvalidSchemaValueError extends Error {
2
+ constructor();
3
+ }
@@ -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,3 @@
1
+ export declare class NoSchemaPropertyDefaultValueError extends Error {
2
+ constructor();
3
+ }
@@ -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,6 @@
1
+ export type NotificationCreate = {
2
+ isActive?: boolean;
3
+ stateNames?: string[];
4
+ tags?: string[];
5
+ blockDocumentId: string;
6
+ };
@@ -0,0 +1,6 @@
1
+ export type NotificationUpdate = {
2
+ isActive?: boolean;
3
+ stateNames?: string[];
4
+ tags?: string[];
5
+ blockDocumentId?: string;
6
+ };
@@ -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
+ };
@@ -0,0 +1,9 @@
1
+ import { StateType, StateDetailsCreate } from '../models';
2
+ export type StateCreate = {
3
+ type: StateType;
4
+ message?: string;
5
+ stateDetails?: StateDetailsCreate;
6
+ data?: Record<string, unknown>;
7
+ timestamp?: string;
8
+ name?: string;
9
+ };