@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,32 @@
1
+ import { StateUpdate, TimelineNode } from '../models';
2
+ import { FlowRun } from '../models/FlowRun';
3
+ import { GraphNode } from '../models/GraphNode';
4
+ import { RunHistory } from '../models/RunHistory';
5
+ import { WorkspaceApi } from '../services/WorkspaceApi';
6
+ import { FlowRunsHistoryFilter, UnionFilters } from '../types/UnionFilters';
7
+ export interface IWorkspaceFlowRunsApi {
8
+ getFlowRun: (flowRunId: string) => Promise<FlowRun>;
9
+ getFlowRuns: (filter: UnionFilters) => Promise<FlowRun[]>;
10
+ getFlowRunsCount: (filter: UnionFilters) => Promise<number>;
11
+ getFlowRunsHistory: (filter: FlowRunsHistoryFilter) => Promise<RunHistory[]>;
12
+ getFlowRunsGraph: (flowRunId: string) => Promise<GraphNode[]>;
13
+ getFlowRunsTimeline: (flowRunId: string) => Promise<TimelineNode[]>;
14
+ retryFlowRun: (flowRunId: string) => Promise<void>;
15
+ setFlowRunState: (flowRunId: string, body: StateUpdate) => Promise<void>;
16
+ resumeFlowRun: (flowRunId: string) => Promise<void>;
17
+ deleteFlowRun: (flowRunId: string) => Promise<void>;
18
+ }
19
+ export declare class WorkspaceFlowRunsApi extends WorkspaceApi implements IWorkspaceFlowRunsApi {
20
+ protected routePrefix: string;
21
+ private readonly batcher;
22
+ getFlowRun(id: string): Promise<FlowRun>;
23
+ getFlowRuns(filter?: UnionFilters): Promise<FlowRun[]>;
24
+ getFlowRunsCount(filter?: UnionFilters): Promise<number>;
25
+ getFlowRunsHistory(filter: FlowRunsHistoryFilter): Promise<RunHistory[]>;
26
+ getFlowRunsGraph(flowRunId: string): Promise<GraphNode[]>;
27
+ getFlowRunsTimeline(id: string): Promise<TimelineNode[]>;
28
+ retryFlowRun(id: string): Promise<void>;
29
+ setFlowRunState(id: string, body: StateUpdate): Promise<void>;
30
+ resumeFlowRun(id: string): Promise<void>;
31
+ deleteFlowRun(flowRunId: string): Promise<void>;
32
+ }
@@ -0,0 +1,16 @@
1
+ import { Flow } from '../models';
2
+ import { WorkspaceApi } from '../services/WorkspaceApi';
3
+ import { UnionFilters } from '../types';
4
+ export interface IWorkspaceFlowsApi {
5
+ getFlow: (flowId: string) => Promise<Flow>;
6
+ getFlows: (filter: UnionFilters) => Promise<Flow[]>;
7
+ getFlowsCount: (filter: UnionFilters) => Promise<number>;
8
+ deleteFlow: (flowId: string) => Promise<void>;
9
+ }
10
+ export declare class WorkspaceFlowsApi extends WorkspaceApi implements IWorkspaceFlowsApi {
11
+ protected routePrefix: string;
12
+ getFlow(flowId: string): Promise<Flow>;
13
+ getFlows(filter?: UnionFilters): Promise<Flow[]>;
14
+ getFlowsCount(filter?: UnionFilters): Promise<number>;
15
+ deleteFlow(flowId: string): Promise<void>;
16
+ }
@@ -0,0 +1,7 @@
1
+ import { LogsRequestFilter } from '../models/api/LogsRequestFilter';
2
+ import { Log } from '../models/Log';
3
+ import { WorkspaceApi } from '../services/WorkspaceApi';
4
+ export declare class WorkspaceLogsApi extends WorkspaceApi {
5
+ protected routePrefix: string;
6
+ getLogs(filter?: LogsRequestFilter): Promise<Log[]>;
7
+ }
@@ -0,0 +1,13 @@
1
+ import { NotificationFilter } from '../models/api/NotificationFilter';
2
+ import { Notification } from '../models/Notification';
3
+ import { NotificationCreate } from '../models/NotificationCreate';
4
+ import { NotificationUpdate } from '../models/NotificationUpdate';
5
+ import { WorkspaceApi } from '../services/WorkspaceApi';
6
+ export declare class WorkspaceNotificationsApi extends WorkspaceApi {
7
+ protected routePrefix: string;
8
+ getNotification(id: string): Promise<Notification>;
9
+ createNotification(notification: NotificationCreate): Promise<Notification>;
10
+ getNotifications(filter?: NotificationFilter): Promise<Notification[]>;
11
+ updateNotification(id: string, notification: NotificationUpdate): Promise<void>;
12
+ deleteNotification(id: string): Promise<void>;
13
+ }
@@ -0,0 +1,9 @@
1
+ import { SavedSearch, SavedSearchCreate } from '../models/SavedSearch';
2
+ import { WorkspaceApi } from '../services/WorkspaceApi';
3
+ export declare class WorkspaceSavedSearchesApi extends WorkspaceApi {
4
+ protected routePrefix: string;
5
+ getSavedSearches(filter?: {}): Promise<SavedSearch[]>;
6
+ getSavedSearch(id: string): Promise<SavedSearch>;
7
+ createSavedSearch(search: SavedSearchCreate): Promise<SavedSearch>;
8
+ deleteSavedSearch(id: string): Promise<void>;
9
+ }
@@ -0,0 +1,19 @@
1
+ import { StateUpdate } from '../models/StateUpdate';
2
+ import { TaskRun } from '../models/TaskRun';
3
+ import { WorkspaceApi } from '../services/WorkspaceApi';
4
+ import { UnionFilters } from '../types/UnionFilters';
5
+ export interface IWorkspaceTaskRunsApi {
6
+ getTaskRun: (taskRunId: string) => Promise<TaskRun>;
7
+ getTaskRuns: (filter: UnionFilters) => Promise<TaskRun[]>;
8
+ getTaskRunsCount: (filter: UnionFilters) => Promise<number>;
9
+ setTaskRunState: (taskRunId: string, body: StateUpdate) => Promise<void>;
10
+ deleteTaskRun: (taskRunId: string) => Promise<void>;
11
+ }
12
+ export declare class WorkspaceTaskRunsApi extends WorkspaceApi implements IWorkspaceTaskRunsApi {
13
+ protected routePrefix: string;
14
+ getTaskRun(id: string): Promise<TaskRun>;
15
+ getTaskRuns(filter?: UnionFilters): Promise<TaskRun[]>;
16
+ getTaskRunsCount(filter?: UnionFilters): Promise<number>;
17
+ setTaskRunState(id: string, body: StateUpdate): Promise<void>;
18
+ deleteTaskRun(taskRunId: string): Promise<void>;
19
+ }
@@ -0,0 +1,23 @@
1
+ import { WorkPoolQueueCreate, WorkPoolQueue, WorkPoolQueueEdit } from '../models';
2
+ import { WorkspaceApi } from '../services';
3
+ import { PaginatedWorkPoolQueueFilter } from '../types';
4
+ export interface IWorkspaceWorkPoolQueuesApi {
5
+ createWorkPoolQueue: (workPoolName: string, request: WorkPoolQueueCreate) => Promise<WorkPoolQueue>;
6
+ getWorkPoolQueues: (workPoolName: string, filter: PaginatedWorkPoolQueueFilter) => Promise<WorkPoolQueue[]>;
7
+ getWorkPoolQueueByName: (workPoolName: string, queueName: string) => Promise<WorkPoolQueue>;
8
+ updateWorkPoolQueue: (workPoolName: string, queueName: string, request: WorkPoolQueueCreate) => Promise<void>;
9
+ pauseWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
10
+ resumeWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
11
+ deleteWorkPoolQueue: (workPoolName: string, queueName: string) => Promise<void>;
12
+ }
13
+ export declare class WorkspaceWorkPoolQueuesApi extends WorkspaceApi implements IWorkspaceWorkPoolQueuesApi {
14
+ protected routePrefix: string;
15
+ createWorkPoolQueue(workPoolName: string, request: WorkPoolQueueCreate): Promise<WorkPoolQueue>;
16
+ getWorkPoolQueues(workPoolName: string, filter?: PaginatedWorkPoolQueueFilter): Promise<WorkPoolQueue[]>;
17
+ getWorkPoolQueueByName(workPoolName: string, queueName: string): Promise<WorkPoolQueue>;
18
+ updateWorkPoolQueue(workPoolName: string, queueName: string, request: WorkPoolQueueEdit): Promise<void>;
19
+ pauseWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
20
+ resumeWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
21
+ deleteWorkPoolQueue(workPoolName: string, queueName: string): Promise<void>;
22
+ updateWorkPoolQueuePriority(workPoolName: string, queueName: string, priority: number): Promise<void>;
23
+ }
@@ -0,0 +1,9 @@
1
+ import { WorkPoolWorker, WorkPoolWorkerFilter } from '../models';
2
+ import { WorkspaceApi } from '../services';
3
+ export interface IWorkspaceWorkPoolWorkersApi {
4
+ getWorkers: (workPoolName: string, filter: WorkPoolWorkerFilter) => Promise<WorkPoolWorker[]>;
5
+ }
6
+ export declare class WorkspaceWorkPoolWorkersApi extends WorkspaceApi implements IWorkspaceWorkPoolWorkersApi {
7
+ protected routePrefix: string;
8
+ getWorkers(workPoolName: string, filter?: WorkPoolWorkerFilter): Promise<WorkPoolWorker[]>;
9
+ }
@@ -0,0 +1,26 @@
1
+ import { WorkPool, WorkPoolCreate, WorkPoolEdit, WorkerScheduledFlowRun, WorkerScheduledFlowRuns } from '../models';
2
+ import { WorkspaceApi } from '../services';
3
+ import { PaginatedWorkPoolFilter } from '../types';
4
+ export interface IWorkspaceWorkPoolsApi {
5
+ createWorkPool: (request: WorkPoolCreate) => Promise<WorkPool>;
6
+ getWorkPoolByName: (workPoolName: string) => Promise<WorkPool>;
7
+ getWorkPools: (filter: PaginatedWorkPoolFilter) => Promise<WorkPool[]>;
8
+ updateWorkPool: (workPoolName: string, request: WorkPoolEdit) => Promise<void>;
9
+ pauseWorkPool: (workPoolName: string) => Promise<void>;
10
+ resumeWorkPool: (workPoolName: string) => Promise<void>;
11
+ deleteWorkPool: (workPoolName: string) => Promise<void>;
12
+ getWorkPoolScheduledRuns: (workPoolName: string, request: WorkerScheduledFlowRuns) => Promise<WorkerScheduledFlowRun[]>;
13
+ getWorkPoolLateRuns: (workPoolName: string, request: WorkerScheduledFlowRuns) => Promise<WorkerScheduledFlowRun[]>;
14
+ }
15
+ export declare class WorkspaceWorkPoolsApi extends WorkspaceApi implements IWorkspaceWorkPoolsApi {
16
+ protected routePrefix: string;
17
+ createWorkPool(request: WorkPoolCreate): Promise<WorkPool>;
18
+ getWorkPoolByName(name: string): Promise<WorkPool>;
19
+ getWorkPools(filter?: PaginatedWorkPoolFilter): Promise<WorkPool[]>;
20
+ updateWorkPool(name: string, request: WorkPoolEdit): Promise<void>;
21
+ pauseWorkPool(name: string): Promise<void>;
22
+ resumeWorkPool(name: string): Promise<void>;
23
+ deleteWorkPool(name: string): Promise<void>;
24
+ getWorkPoolScheduledRuns(name: string, request: WorkerScheduledFlowRuns): Promise<WorkerScheduledFlowRun[]>;
25
+ getWorkPoolLateRuns(name: string, request: WorkerScheduledFlowRuns): Promise<WorkerScheduledFlowRun[]>;
26
+ }
@@ -0,0 +1,29 @@
1
+ import { FlowRun, WorkQueueCreate, WorkQueueEdit, WorkQueueStatus } from '../models';
2
+ import { WorkQueue } from '../models/WorkQueue';
3
+ import { WorkspaceApi } from '../services/WorkspaceApi';
4
+ import { PaginatedFilter } from '../types/UnionFilters';
5
+ export interface IWorkspaceWorkQueuesApi {
6
+ getWorkQueue: (workQueueId: string) => Promise<WorkQueue>;
7
+ getWorkQueueByName: (workQueueName: string) => Promise<WorkQueue>;
8
+ getWorkQueues: (filter: PaginatedFilter) => Promise<WorkQueue[]>;
9
+ createWorkQueue: (request: WorkQueueCreate) => Promise<WorkQueue>;
10
+ pauseWorkQueue: (workQueueId: string) => Promise<void>;
11
+ resumeWorkQueue: (workQueueId: string) => Promise<void>;
12
+ updateWorkQueue: (workQueueId: string, request: WorkQueueEdit) => Promise<void>;
13
+ deleteWorkQueue: (workQueueId: string) => Promise<void>;
14
+ getRuns: (workQueueId: string) => Promise<FlowRun[]>;
15
+ getWorkQueueStatus: (workQueueId: string) => Promise<WorkQueueStatus>;
16
+ }
17
+ export declare class WorkspaceWorkQueuesApi extends WorkspaceApi implements IWorkspaceWorkQueuesApi {
18
+ protected routePrefix: string;
19
+ getWorkQueue(id: string): Promise<WorkQueue>;
20
+ getWorkQueueByName(name: string): Promise<WorkQueue>;
21
+ getWorkQueues(filter: PaginatedFilter): Promise<WorkQueue[]>;
22
+ createWorkQueue(request: WorkQueueCreate): Promise<WorkQueue>;
23
+ pauseWorkQueue(id: string): Promise<void>;
24
+ resumeWorkQueue(id: string): Promise<void>;
25
+ updateWorkQueue(id: string, request: WorkQueueEdit): Promise<void>;
26
+ deleteWorkQueue(id: string): Promise<void>;
27
+ getRuns(id: string): Promise<FlowRun[]>;
28
+ getWorkQueueStatus(id: string): Promise<WorkQueueStatus>;
29
+ }
@@ -0,0 +1,14 @@
1
+ import { InjectionKey } from 'vue';
2
+ import { MaybeRef } from '../types/reactivity';
3
+ export declare const workspaceFeatureFlags: readonly [];
4
+ export type WorkspaceFeatureFlag = typeof workspaceFeatureFlags[number];
5
+ export declare const workspacePermissions: readonly ["create:automation", "create:block", "create:concurrency_limit", "create:deployment", "create:flow_run", "create:flow", "create:log", "create:notification_policy", "create:saved_search", "create:task_run", "create:work_queue", "create:work_pool_queue", "create:work_pool", "create:workspace_bot_access", "create:workspace_user_access", "delete:automation", "delete:block", "delete:concurrency_limit", "delete:deployment", "delete:flow_run", "delete:flow", "delete:notification_policy", "delete:saved_search", "delete:task_run", "delete:work_queue", "delete:work_pool_queue", "delete:work_pool", "delete:workspace_bot_access", "delete:workspace_user_access", "read:automation", "read:block", "read:concurrency_limit", "read:deployment", "read:flow_run", "read:flow", "read:log", "read:notification_policy", "read:saved_search", "read:task_run", "read:work_queue", "read:work_pool_queue", "read:work_pool", "read:workspace_bot_access", "read:workspace_settings", "read:workspace_user_access", "run:deployment", "update:automation", "update:block", "update:deployment", "update:flow_run", "update:flow", "update:notification_policy", "update:task_run", "update:work_queue", "update:work_pool_queue", "update:work_pool", "update:workspace_bot_access", "update:workspace_settings", "update:workspace_user_access", "update:workspace"];
6
+ export type WorkspacePermission = typeof workspacePermissions[number];
7
+ export type PermissionValue = boolean | undefined;
8
+ export type PermissionVerb<T extends string> = T extends `${infer Action}:${string}` ? Action : never;
9
+ export type Can<T extends string> = {
10
+ [K in PermissionVerb<T>]: Extract<T, `${K}:${string}`> extends `${string}:${infer Key}` ? Record<Key, PermissionValue> : never;
11
+ };
12
+ export type PermissionCheck<T> = (permission: T) => PermissionValue;
13
+ export declare function createCan<T extends string>(permissions: MaybeRef<Readonly<T[]>>): Can<T>;
14
+ export declare const canKey: InjectionKey<Can<WorkspacePermission | WorkspaceFeatureFlag>>;
@@ -0,0 +1,26 @@
1
+ export * from './AdminApi';
2
+ export * from './Api';
3
+ export * from './can';
4
+ export * from './HealthApi';
5
+ export * from './Mapper';
6
+ export * from './Mocker';
7
+ export * from './RouteGuardExecutioner';
8
+ export * from './schemas';
9
+ export * from './SimpleIdManager';
10
+ export * from './UiApi';
11
+ export * from './WorkspaceApi';
12
+ export * from './WorkspaceBlockCapabilitiesApi';
13
+ export * from './WorkspaceBlockDocumentsApi';
14
+ export * from './WorkspaceBlockSchemasApi';
15
+ export * from './WorkspaceBlockTypesApi';
16
+ export * from './WorkspaceDeploymentsApi';
17
+ export * from './WorkspaceFlowRunsApi';
18
+ export * from './WorkspaceFlowsApi';
19
+ export * from './WorkspaceLogsApi';
20
+ export * from './WorkspaceNotificationsApi';
21
+ export * from './WorkspaceSavedSearchesApi';
22
+ export * from './WorkspaceTaskRunsApi';
23
+ export * from './WorkspaceWorkPoolQueuesApi';
24
+ export * from './WorkspaceWorkPoolsApi';
25
+ export * from './WorkspaceWorkQueuesApi';
26
+ export * from './WorkspaceWorkPoolWorkersApi';
@@ -0,0 +1 @@
1
+ export declare const MAX_SCHEMA_PROPERTY_LEVEL = 2;
@@ -0,0 +1,4 @@
1
+ export * from './constants';
2
+ export * from './properties';
3
+ export * from './resolvers';
4
+ export * from './utilities';
@@ -0,0 +1,13 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyAny extends SchemaPropertyService {
5
+ protected get default(): unknown;
6
+ protected get component(): SchemaPropertyComponentWithProps;
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ private referenceResponse;
10
+ private referenceRequest;
11
+ private getDefaultValueForFirstDefinition;
12
+ private isDefaultValueForReference;
13
+ }
@@ -0,0 +1,9 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyArray extends SchemaPropertyService {
5
+ protected get component(): SchemaPropertyComponentWithProps;
6
+ protected get default(): unknown;
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { BlockDocumentValue } from '../../../models/api/BlockDocumentCreateRequest';
2
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
3
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
4
+ import { SchemaValue } from '../../../types/schemas';
5
+ export declare class SchemaPropertyBlock extends SchemaPropertyService {
6
+ protected readonly default: BlockDocumentValue;
7
+ protected get component(): SchemaPropertyComponentWithProps;
8
+ protected request(value: SchemaValue): unknown;
9
+ protected response(value: SchemaValue): unknown;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyBoolean extends SchemaPropertyService {
5
+ protected get default(): unknown;
6
+ protected get component(): SchemaPropertyComponentWithProps;
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyInteger extends SchemaPropertyService {
5
+ protected get default(): unknown;
6
+ protected get component(): SchemaPropertyComponentWithProps;
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaValue } from '../../../types/schemas';
3
+ export declare class SchemaPropertyNone extends SchemaPropertyService {
4
+ readonly component: null;
5
+ readonly default: undefined;
6
+ protected request(value: SchemaValue): unknown;
7
+ protected response(value: SchemaPropertyNone): unknown;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaPropertyInputAttrs, SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyNumber extends SchemaPropertyService {
5
+ protected get default(): unknown;
6
+ protected get component(): SchemaPropertyComponentWithProps;
7
+ protected get attrs(): SchemaPropertyInputAttrs;
8
+ protected request(value: SchemaValue): unknown;
9
+ protected response(value: SchemaValue): unknown;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ export declare class SchemaPropertyObject extends SchemaPropertyService {
5
+ protected get component(): SchemaPropertyComponentWithProps;
6
+ protected get default(): unknown;
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ private maxLevelRequestValue;
10
+ private maxLevelResponseValue;
11
+ }
@@ -0,0 +1,63 @@
1
+ import { SelectOption } from '@prefecthq/prefect-design';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaProperty, SchemaPropertyInputAttrs, SchemaPropertyMeta, SchemaValue } from '../../../types/schemas';
4
+ import { Require } from '../../../types/utilities';
5
+ import { ComponentDefinition } from '../../../utilities/components';
6
+ import { ValidationMethod, ValidationMethodFactory } from '../../../utilities/validation';
7
+ export type SchemaPropertyServiceSource = {
8
+ property: SchemaProperty;
9
+ level: number;
10
+ };
11
+ export type SchemaPropertyServiceConstructor = new (source: SchemaPropertyServiceSource) => SchemaPropertyService;
12
+ export declare abstract class SchemaPropertyService {
13
+ /**
14
+ * Converts a schema value from the ui into the correct value for the api
15
+ */
16
+ protected abstract request(value: SchemaValue): SchemaValue;
17
+ /**
18
+ * Converts a schema value from the api into the correct value for the ui
19
+ */
20
+ protected abstract response(value: SchemaValue): SchemaValue;
21
+ /**
22
+ * Returns the vue component and any props necessary to render the property in the schema form
23
+ */
24
+ protected abstract get component(): SchemaPropertyComponentWithProps;
25
+ /**
26
+ * Returns the value needed for the @property {PropertyComponentWithProps} property to be
27
+ * rendered when no value exists or the value is invalid
28
+ */
29
+ protected abstract get default(): SchemaValue;
30
+ /**
31
+ * Can be extended to add property specific validation rules. Implemented here because this is not required
32
+ */
33
+ protected get validators(): ValidationMethodFactory[];
34
+ /**
35
+ * Can be extended to add property specific attrs rules. Implemented here because this is not required
36
+ */
37
+ protected get attrs(): SchemaPropertyInputAttrs;
38
+ protected property: SchemaProperty;
39
+ protected level: number;
40
+ protected withProps: <T extends ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
41
+ component: T;
42
+ props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined;
43
+ } : {
44
+ component: T;
45
+ props: Omit<InstanceType<T>["$props"], "modelValue">;
46
+ };
47
+ protected get isMaxLevel(): boolean;
48
+ constructor({ property, level }: SchemaPropertyServiceSource);
49
+ mapResponseValue(value: SchemaValue): SchemaValue;
50
+ mapRequestValue(value: SchemaValue): SchemaValue | undefined;
51
+ getDefaultValue(): SchemaValue;
52
+ getComponent(): SchemaPropertyComponentWithProps;
53
+ getValidators(required: boolean): ValidationMethod[];
54
+ getAttrs(): SchemaPropertyInputAttrs;
55
+ getMeta(required: boolean): SchemaPropertyMeta | null;
56
+ protected componentIs(component: ComponentDefinition): boolean;
57
+ protected invalid(): void;
58
+ protected has<T extends keyof SchemaProperty>(key: T): this is {
59
+ property: SchemaProperty & Require<SchemaProperty, T>;
60
+ };
61
+ protected getSelectOptions(): SelectOption[];
62
+ protected isDefaultValue(value: SchemaValue): boolean;
63
+ }
@@ -0,0 +1,15 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaPropertyComponentWithProps } from '../../../services/schemas/utilities';
3
+ import { SchemaValue } from '../../../types/schemas';
4
+ import { ValidationMethodFactory } from '../../../utilities/validation';
5
+ export declare class SchemaPropertyString extends SchemaPropertyService {
6
+ protected get validators(): ValidationMethodFactory[];
7
+ protected request(value: SchemaValue): unknown;
8
+ protected response(value: SchemaValue): unknown;
9
+ protected get default(): SchemaValue;
10
+ protected get component(): SchemaPropertyComponentWithProps;
11
+ private requestDateValue;
12
+ private responseDateValue;
13
+ private requestDateTimeValue;
14
+ private responseDateTimeValue;
15
+ }
@@ -0,0 +1,3 @@
1
+ import { SchemaPropertyService } from '../../../services/schemas/properties/SchemaPropertyService';
2
+ import { SchemaProperty } from '../../../types/schemas';
3
+ export declare function schemaPropertyServiceFactory(property: SchemaProperty, level: number): SchemaPropertyService;
@@ -0,0 +1,10 @@
1
+ export * from './SchemaPropertyArray';
2
+ export * from './SchemaPropertyBlock';
3
+ export * from './SchemaPropertyBoolean';
4
+ export * from './SchemaPropertyNull';
5
+ export * from './SchemaPropertyNumber';
6
+ export * from './SchemaPropertyObject';
7
+ export * from './SchemaPropertyService';
8
+ export * from './SchemaPropertyString';
9
+ export * from './SchemaPropertyAny';
10
+ export * from './factory';
@@ -0,0 +1,3 @@
1
+ import { BlockDocumentReferencesResponse } from '../../../models';
2
+ import { SchemaValues } from '../../../types/schemas';
3
+ export declare function schemaValuesBlockReferencesResolver(values: SchemaValues, references: BlockDocumentReferencesResponse | undefined): SchemaValues;
@@ -0,0 +1,5 @@
1
+ import { SchemaResolver } from '../../../services/schemas/resolvers/schemas';
2
+ import { SchemaDefinitions, SchemaProperties, SchemaProperty } from '../../../types/schemas';
3
+ export declare const schemaDefinitionsResolver: SchemaResolver;
4
+ export declare function resolveSchemaPropertiesDefinitions(properties: SchemaProperties | undefined, definitions: SchemaDefinitions): SchemaProperties | undefined;
5
+ export declare function resolveSchemaPropertyDefinition(property: SchemaProperty | undefined, definitions: SchemaDefinitions): SchemaProperty | undefined;
@@ -0,0 +1,3 @@
1
+ export * from './definitions';
2
+ export * from './meta';
3
+ export * from './blockReferences';
@@ -0,0 +1,2 @@
1
+ import { SchemaResolver } from '../../../services/schemas/resolvers/schemas';
2
+ export declare const schemaMetaResolver: SchemaResolver;
@@ -0,0 +1,4 @@
1
+ import { ResolverCallback } from '../../../services/schemas/utilities';
2
+ import { Schema } from '../../../types/schemas';
3
+ export type SchemaResolver = ResolverCallback<Schema>;
4
+ export declare const resolveSchema: SchemaResolver;
@@ -0,0 +1,28 @@
1
+ import { SchemaProperty, SchemaPropertyInputAttrs, Schema, SchemaValues, SchemaValue, SchemaPropertyAnyOf, SchemaPropertyAllOf } from '../../types/schemas';
2
+ import { ValidationMethod } from '../../utilities/validation';
3
+ export type SchemaPropertyComponentWithProps = ReturnType<typeof schemaPropertyComponentWithProps> | null;
4
+ export declare const schemaPropertyComponentWithProps: <T extends import("../../utilities/components").ComponentDefinition>(...args: Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? [component: T, props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined] : [component: T, props: Omit<InstanceType<T>["$props"], "modelValue">]) => Omit<Partial<InstanceType<T>["$props"]>, "modelValue"> extends Omit<InstanceType<T>["$props"], "modelValue"> ? {
5
+ component: T;
6
+ props?: Omit<InstanceType<T>["$props"], "modelValue"> | undefined;
7
+ } : {
8
+ component: T;
9
+ props: Omit<InstanceType<T>["$props"], "modelValue">;
10
+ };
11
+ export declare function getSchemaDefaultValues(schema: Schema): SchemaValues;
12
+ export declare function getSchemaPropertyDefaultValue(property: SchemaProperty, level?: number): SchemaValue;
13
+ export declare function getSchemaResponseValue(schema: Schema, values: SchemaValues): SchemaValues;
14
+ export declare function getSchemaRequestValue(schema: Schema, values: SchemaValues): SchemaValues;
15
+ export declare function getSchemaPropertyResponseValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
16
+ export declare function getSchemaPropertyRequestValue(property: SchemaProperty, value: SchemaValue): SchemaValue;
17
+ export declare function getSchemaPropertyAttrs(property: SchemaProperty): SchemaPropertyInputAttrs;
18
+ export declare function getSchemaPropertyPlaceholder(property: SchemaProperty): string | undefined;
19
+ export declare function getSchemaPropertyComponentWithDefaultProps({ component, props }: NonNullable<SchemaPropertyComponentWithProps>): NonNullable<SchemaPropertyComponentWithProps>;
20
+ export declare function getSchemaPropertyDefaultValidators(property: SchemaProperty, required: boolean): ValidationMethod[];
21
+ export type ResolverCallback<T> = (schema: T) => T;
22
+ export declare function resolve<T>(value: T, resolvers: ResolverCallback<T>[]): T;
23
+ export declare function getSchemaValueDefinition(property: SchemaProperty, value: SchemaValue): Schema | null;
24
+ export declare function getSchemaValueAnyOfDefinition(property: SchemaPropertyAnyOf, value: SchemaValue): Schema | null;
25
+ export declare function getSchemaValueAnyOfDefinitionIndex({ anyOf: definitions }: SchemaPropertyAnyOf, value: SchemaValue): number | null;
26
+ export declare function getSchemaValueAllOfDefinition(property: SchemaPropertyAllOf, value: SchemaValue): Schema | null;
27
+ export declare function getSchemaValueAllOfDefinitionIndex({ allOf: definitions }: SchemaPropertyAllOf, value: SchemaValue): number | null;
28
+ export declare function getSchemaValueDefinitionIndex(definitions: Schema[], value: SchemaValue): number | null;
@@ -0,0 +1,2 @@
1
+ export declare const colorModes: readonly ["achromatopsia", "deuteranopia", "deuteranomaly", "protaponia", "protanomaly", "tritanomaly", "tritanopia"];
2
+ export type ColorMode = typeof colorModes[number];
@@ -0,0 +1,7 @@
1
+ import { RouteLocationNormalized, RouteLocationRaw } from 'vue-router';
2
+ export type MaybePromise<T> = T | Promise<T>;
3
+ export type RouteGuardReturn = MaybePromise<void | Error | RouteLocationRaw | boolean>;
4
+ export interface RouteGuard {
5
+ before?: (to: RouteLocationNormalized, from: RouteLocationNormalized) => RouteGuardReturn;
6
+ after?: (to: RouteLocationNormalized, from: RouteLocationNormalized) => void;
7
+ }
@@ -0,0 +1,34 @@
1
+ import { Ref } from 'vue';
2
+ declare const flowSortValues: readonly ["CREATED_DESC", "UPDATED_DESC", "NAME_DESC", "NAME_ASC"];
3
+ export type FlowSortValues = typeof flowSortValues[number];
4
+ export declare function isFlowSortValue(value: unknown): value is FlowSortValues;
5
+ export declare function isFlowSortValue(value: Ref<unknown>): value is Ref<FlowSortValues>;
6
+ export declare const flowSortOptions: {
7
+ label: string;
8
+ value: string;
9
+ }[];
10
+ declare const deploymentSortValues: readonly ["CREATED_DESC", "UPDATED_DESC", "NAME_DESC", "NAME_ASC"];
11
+ export type DeploymentSortValues = typeof deploymentSortValues[number];
12
+ export declare function isDeploymentSortValue(value: unknown): value is DeploymentSortValues;
13
+ export declare function isDeploymentSortValue(value: Ref<unknown>): value is Ref<DeploymentSortValues>;
14
+ export declare const deploymentSortOptions: {
15
+ label: string;
16
+ value: string;
17
+ }[];
18
+ declare const flowRunSortValues: readonly ["CREATED_DESC", "NAME_DESC", "NAME_ASC", "EXPECTED_START_TIME_DESC", "EXPECTED_START_TIME_ASC", "NEXT_SCHEDULED_START_TIME_ASC", "START_TIME_DESC", "START_TIME_ASC"];
19
+ export type FlowRunSortValues = typeof flowRunSortValues[number];
20
+ export declare function isFlowRunSortValue(value: unknown): value is FlowRunSortValues;
21
+ export declare function isFlowRunSortValue(value: Ref<unknown>): value is Ref<FlowRunSortValues>;
22
+ export type FlowRunSortOptions = {
23
+ label: string;
24
+ value: FlowRunSortValues;
25
+ }[];
26
+ declare const taskRunSortValues: readonly ["ID_DESC", "EXPECTED_START_TIME_ASC", "EXPECTED_START_TIME_DESC", "NEXT_SCHEDULED_START_TIME_ASC", "END_TIME_DESC"];
27
+ export type TaskRunSortValues = typeof taskRunSortValues[number];
28
+ export declare function isTaskRunSortValue(value: unknown): value is TaskRunSortValues;
29
+ export declare function isTaskRunSortValue(value: Ref<unknown>): value is Ref<TaskRunSortValues>;
30
+ export type TaskRunSortOptions = {
31
+ label: string;
32
+ value: TaskRunSortValues;
33
+ }[];
34
+ export {};