@hotmeshio/long-tail 0.1.16 → 0.1.17

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 (359) hide show
  1. package/build/api/escalations/resolve.js +1 -0
  2. package/build/api/files.d.ts +4 -0
  3. package/build/api/files.js +14 -0
  4. package/build/api/workflows/config.js +5 -0
  5. package/build/index.d.ts +0 -1
  6. package/build/index.js +1 -4
  7. package/build/lib/db/schemas/002_seed.sql +3 -81
  8. package/build/lib/storage/mime.js +20 -0
  9. package/build/routes/file-browser.js +30 -0
  10. package/build/routes/files.js +20 -18
  11. package/build/services/config/sql.d.ts +3 -0
  12. package/build/services/config/sql.js +15 -1
  13. package/build/services/config/write.d.ts +6 -0
  14. package/build/services/config/write.js +64 -0
  15. package/build/services/cron/index.d.ts +5 -0
  16. package/build/services/cron/index.js +30 -0
  17. package/build/services/insight/index.js +3 -0
  18. package/build/services/interceptor/activities/task.d.ts +1 -0
  19. package/build/services/interceptor/activities/task.js +2 -1
  20. package/build/services/interceptor/activities/workflow.js +1 -0
  21. package/build/services/interceptor/index.js +4 -4
  22. package/build/services/interceptor/lifecycle.js +1 -1
  23. package/build/services/mcp/db.d.ts +17 -0
  24. package/build/services/mcp/db.js +50 -0
  25. package/build/services/mcp/sql.d.ts +4 -1
  26. package/build/services/mcp/sql.js +9 -2
  27. package/build/services/oauth/index.js +4 -1
  28. package/build/services/oauth/providers/google.js +7 -2
  29. package/build/services/orchestrator/index.js +5 -0
  30. package/build/services/task/crud.js +1 -0
  31. package/build/services/task/sql.d.ts +1 -1
  32. package/build/services/task/sql.js +2 -2
  33. package/build/services/task/types.d.ts +2 -0
  34. package/build/services/workers/registry.js +3 -1
  35. package/build/services/workflow-invocation.js +8 -1
  36. package/build/start/workers.d.ts +2 -1
  37. package/build/start/workers.js +66 -6
  38. package/build/system/index.d.ts +12 -10
  39. package/build/system/index.js +240 -67
  40. package/build/system/mcp-servers/playwright/schemas.d.ts +12 -12
  41. package/build/system/seed/index.d.ts +0 -7
  42. package/build/system/seed/index.js +5 -46
  43. package/build/tsconfig.tsbuildinfo +1 -1
  44. package/build/types/index.d.ts +1 -1
  45. package/build/types/startup.d.ts +59 -2
  46. package/dashboard/dist/assets/AdminDashboard-CsTOErp1.js +2 -0
  47. package/dashboard/dist/assets/{AdminDashboard-Bprul9Eb.js.map → AdminDashboard-CsTOErp1.js.map} +1 -1
  48. package/dashboard/dist/assets/AvailableEscalationsPage-BqQA3IJp.js +2 -0
  49. package/dashboard/dist/assets/{AvailableEscalationsPage-H_z5mC10.js.map → AvailableEscalationsPage-BqQA3IJp.js.map} +1 -1
  50. package/dashboard/dist/assets/BotPicker-C2xR1xay.js +2 -0
  51. package/dashboard/dist/assets/{BotPicker-DcvILNUf.js.map → BotPicker-C2xR1xay.js.map} +1 -1
  52. package/dashboard/dist/assets/CollapsibleSection-CRtHQsAv.js +2 -0
  53. package/dashboard/dist/assets/{CollapsibleSection-BWPbzgEe.js.map → CollapsibleSection-CRtHQsAv.js.map} +1 -1
  54. package/dashboard/dist/assets/ConfirmDeleteModal-dOxidrSR.js +2 -0
  55. package/dashboard/dist/assets/{ConfirmDeleteModal-Cy6KVLfC.js.map → ConfirmDeleteModal-dOxidrSR.js.map} +1 -1
  56. package/dashboard/dist/assets/CopyableId-DmLF-RqZ.js +2 -0
  57. package/dashboard/dist/assets/{CopyableId-CRED8hvk.js.map → CopyableId-DmLF-RqZ.js.map} +1 -1
  58. package/dashboard/dist/assets/CredentialsPage-C7XT1bnO.js +2 -0
  59. package/dashboard/dist/assets/CredentialsPage-C7XT1bnO.js.map +1 -0
  60. package/dashboard/dist/assets/CustomDurationPicker-BABUv1V2.js +2 -0
  61. package/dashboard/dist/assets/{CustomDurationPicker-eOk2EqQ5.js.map → CustomDurationPicker-BABUv1V2.js.map} +1 -1
  62. package/dashboard/dist/assets/DataTable-D3-wSEf0.js +2 -0
  63. package/dashboard/dist/assets/{DataTable-bd2PTBJd.js.map → DataTable-D3-wSEf0.js.map} +1 -1
  64. package/dashboard/dist/assets/DropZone-DHKmMqRA.js +2 -0
  65. package/dashboard/dist/assets/DropZone-DHKmMqRA.js.map +1 -0
  66. package/dashboard/dist/assets/ElapsedCell-DrJif03B.js +2 -0
  67. package/dashboard/dist/assets/{ElapsedCell-BGo8vyus.js.map → ElapsedCell-DrJif03B.js.map} +1 -1
  68. package/dashboard/dist/assets/EmptyState-BcsfPq9T.js +2 -0
  69. package/dashboard/dist/assets/EmptyState-BcsfPq9T.js.map +1 -0
  70. package/dashboard/dist/assets/EscalationsOverview-H6CwfeR-.js +2 -0
  71. package/dashboard/dist/assets/EscalationsOverview-H6CwfeR-.js.map +1 -0
  72. package/dashboard/dist/assets/EventTable-Dh3_9DAY.js +2 -0
  73. package/dashboard/dist/assets/{EventTable-CmFhswLW.js.map → EventTable-Dh3_9DAY.js.map} +1 -1
  74. package/dashboard/dist/assets/FilterBar-Ck4K4rzu.js +2 -0
  75. package/dashboard/dist/assets/{FilterBar-BQNzsd3A.js.map → FilterBar-Ck4K4rzu.js.map} +1 -1
  76. package/dashboard/dist/assets/ListToolbar-CyEkulVR.js +2 -0
  77. package/dashboard/dist/assets/{ListToolbar-OWOn-HiC.js.map → ListToolbar-CyEkulVR.js.map} +1 -1
  78. package/dashboard/dist/assets/McpOverview-ChLa6Gl7.js +2 -0
  79. package/dashboard/dist/assets/{McpOverview-OkEzvClD.js.map → McpOverview-ChLa6Gl7.js.map} +1 -1
  80. package/dashboard/dist/assets/McpQueryDetailPage-5Dsj6PlL.js +5 -0
  81. package/dashboard/dist/assets/McpQueryDetailPage-5Dsj6PlL.js.map +1 -0
  82. package/dashboard/dist/assets/McpQueryPage-D2DmDFPu.js +2 -0
  83. package/dashboard/dist/assets/McpQueryPage-D2DmDFPu.js.map +1 -0
  84. package/dashboard/dist/assets/McpRunDetailPage-ERVuNEEK.js +2 -0
  85. package/dashboard/dist/assets/{McpRunDetailPage-DMeiG4i_.js.map → McpRunDetailPage-ERVuNEEK.js.map} +1 -1
  86. package/dashboard/dist/assets/McpRunsPage-BKba-3Wl.js +2 -0
  87. package/dashboard/dist/assets/McpRunsPage-BKba-3Wl.js.map +1 -0
  88. package/dashboard/dist/assets/Modal-DEODGeqx.js +2 -0
  89. package/dashboard/dist/assets/{Modal-Dir9Rlnx.js.map → Modal-DEODGeqx.js.map} +1 -1
  90. package/dashboard/dist/assets/OperatorDashboard-CJm_BTPU.js +2 -0
  91. package/dashboard/dist/assets/{OperatorDashboard-OqWC6Azy.js.map → OperatorDashboard-CJm_BTPU.js.map} +1 -1
  92. package/dashboard/dist/assets/PageHeader-B-SN5GZ2.js +2 -0
  93. package/dashboard/dist/assets/PageHeader-B-SN5GZ2.js.map +1 -0
  94. package/dashboard/dist/assets/PageHeaderWithStats-BZ3AGT5s.js +2 -0
  95. package/dashboard/dist/assets/PageHeaderWithStats-BZ3AGT5s.js.map +1 -0
  96. package/dashboard/dist/assets/PriorityBadge-DfQY9St9.js +2 -0
  97. package/dashboard/dist/assets/{PriorityBadge-C7D5d_HY.js.map → PriorityBadge-DfQY9St9.js.map} +1 -1
  98. package/dashboard/dist/assets/ProcessDetailPage-vfnCDyQK.js +2 -0
  99. package/dashboard/dist/assets/{ProcessDetailPage-DZIP6grw.js.map → ProcessDetailPage-vfnCDyQK.js.map} +1 -1
  100. package/dashboard/dist/assets/ProcessesListPage-DcAN6AJK.js +2 -0
  101. package/dashboard/dist/assets/ProcessesListPage-DcAN6AJK.js.map +1 -0
  102. package/dashboard/dist/assets/RolePill-BhVC0cc3.js +2 -0
  103. package/dashboard/dist/assets/{RolePill-D6nMxMvp.js.map → RolePill-BhVC0cc3.js.map} +1 -1
  104. package/dashboard/dist/assets/RolesPage-DYSt2aAr.js +2 -0
  105. package/dashboard/dist/assets/RolesPage-DYSt2aAr.js.map +1 -0
  106. package/dashboard/dist/assets/RowActions-Dg-Fsm5O.js +2 -0
  107. package/dashboard/dist/assets/{RowActions-JqgAB0p3.js.map → RowActions-Dg-Fsm5O.js.map} +1 -1
  108. package/dashboard/dist/assets/RunAsSelector-CD7_Dmb0.js +2 -0
  109. package/dashboard/dist/assets/{RunAsSelector-KAlKtitB.js.map → RunAsSelector-CD7_Dmb0.js.map} +1 -1
  110. package/dashboard/dist/assets/StatCard-DlgF0CJC.js +2 -0
  111. package/dashboard/dist/assets/{StatCard-B-WLhOaH.js.map → StatCard-DlgF0CJC.js.map} +1 -1
  112. package/dashboard/dist/assets/StatusBadge-XQlNFwmH.js +2 -0
  113. package/dashboard/dist/assets/StatusBadge-XQlNFwmH.js.map +1 -0
  114. package/dashboard/dist/assets/StepIndicator-CuUIGxKk.js +2 -0
  115. package/dashboard/dist/assets/{StepIndicator-D9Xvdf18.js.map → StepIndicator-CuUIGxKk.js.map} +1 -1
  116. package/dashboard/dist/assets/StickyPagination-F9FZsRy9.js +2 -0
  117. package/dashboard/dist/assets/{StickyPagination-CJHMzYJj.js.map → StickyPagination-F9FZsRy9.js.map} +1 -1
  118. package/dashboard/dist/assets/SwimlaneTimeline-CUl5RdXU.js +2 -0
  119. package/dashboard/dist/assets/SwimlaneTimeline-CUl5RdXU.js.map +1 -0
  120. package/dashboard/dist/assets/TagInput-DftaRHDV.js +2 -0
  121. package/dashboard/dist/assets/{TagInput-DcPnUnSJ.js.map → TagInput-DftaRHDV.js.map} +1 -1
  122. package/dashboard/dist/assets/TaskDetailPage-BoA-cfwW.js +2 -0
  123. package/dashboard/dist/assets/TaskDetailPage-BoA-cfwW.js.map +1 -0
  124. package/dashboard/dist/assets/TaskQueuePill-Ce8KlXtR.js +2 -0
  125. package/dashboard/dist/assets/TaskQueuePill-Ce8KlXtR.js.map +1 -0
  126. package/dashboard/dist/assets/TasksListPage-g6XIbhju.js +2 -0
  127. package/dashboard/dist/assets/{TasksListPage-DeewV4Gp.js.map → TasksListPage-g6XIbhju.js.map} +1 -1
  128. package/dashboard/dist/assets/TimeAgo-BihIwEbB.js +2 -0
  129. package/dashboard/dist/assets/{TimeAgo-DJZq-e4R.js.map → TimeAgo-BihIwEbB.js.map} +1 -1
  130. package/dashboard/dist/assets/TimestampCell-GOFcvE-i.js +2 -0
  131. package/dashboard/dist/assets/{TimestampCell-Dx5uwGfS.js.map → TimestampCell-GOFcvE-i.js.map} +1 -1
  132. package/dashboard/dist/assets/UserName-CmMVt4vS.js +2 -0
  133. package/dashboard/dist/assets/{UserName-CnGk7MgL.js.map → UserName-CmMVt4vS.js.map} +1 -1
  134. package/dashboard/dist/assets/WorkflowExecutionPage-soRFz_30.js +2 -0
  135. package/dashboard/dist/assets/{WorkflowExecutionPage-CPQ0fIwf.js.map → WorkflowExecutionPage-soRFz_30.js.map} +1 -1
  136. package/dashboard/dist/assets/WorkflowPill-DUDDyBsj.js +2 -0
  137. package/dashboard/dist/assets/{WorkflowPill-BrD5d1AG.js.map → WorkflowPill-DUDDyBsj.js.map} +1 -1
  138. package/dashboard/dist/assets/WorkflowsDashboard-Be1A1zAT.js +2 -0
  139. package/dashboard/dist/assets/WorkflowsDashboard-Be1A1zAT.js.map +1 -0
  140. package/dashboard/dist/assets/WorkflowsOverview-z3Ztiz1y.js +2 -0
  141. package/dashboard/dist/assets/{WorkflowsOverview-lBp2E6rN.js.map → WorkflowsOverview-z3Ztiz1y.js.map} +1 -1
  142. package/dashboard/dist/assets/YamlWorkflowsPage-C6qzcQcJ.js +2 -0
  143. package/dashboard/dist/assets/YamlWorkflowsPage-C6qzcQcJ.js.map +1 -0
  144. package/dashboard/dist/assets/{bots-fc_O_YIq.js → bots-BZPXDh_y.js} +2 -2
  145. package/dashboard/dist/assets/{bots-fc_O_YIq.js.map → bots-BZPXDh_y.js.map} +1 -1
  146. package/dashboard/dist/assets/escalation-DBUIq1Z4.js +2 -0
  147. package/dashboard/dist/assets/{escalation-BYhLYHBz.js.map → escalation-DBUIq1Z4.js.map} +1 -1
  148. package/dashboard/dist/assets/escalation-columns-DL4zsR8Y.js +2 -0
  149. package/dashboard/dist/assets/{escalation-columns-DjJyuC1g.js.map → escalation-columns-DL4zsR8Y.js.map} +1 -1
  150. package/dashboard/dist/assets/helpers-D50KFFkI.js +2 -0
  151. package/dashboard/dist/assets/{helpers-CQG3Rh2y.js.map → helpers-D50KFFkI.js.map} +1 -1
  152. package/dashboard/dist/assets/index-B-ioA6yv.js +2 -0
  153. package/dashboard/dist/assets/index-B-ioA6yv.js.map +1 -0
  154. package/dashboard/dist/assets/index-B-jzKfuv.js +2 -0
  155. package/dashboard/dist/assets/index-B-jzKfuv.js.map +1 -0
  156. package/dashboard/dist/assets/index-BMpoMc4A.js +2 -0
  157. package/dashboard/dist/assets/{index-D51PaQZY.js.map → index-BMpoMc4A.js.map} +1 -1
  158. package/dashboard/dist/assets/index-BU04qgJt.js +15 -0
  159. package/dashboard/dist/assets/index-BU04qgJt.js.map +1 -0
  160. package/dashboard/dist/assets/index-BUjxYyxc.js +63 -0
  161. package/dashboard/dist/assets/index-BUjxYyxc.js.map +1 -0
  162. package/dashboard/dist/assets/index-BpoHVMV7.js +2 -0
  163. package/dashboard/dist/assets/index-BpoHVMV7.js.map +1 -0
  164. package/dashboard/dist/assets/index-CEnDYJOO.js +2 -0
  165. package/dashboard/dist/assets/index-CEnDYJOO.js.map +1 -0
  166. package/dashboard/dist/assets/index-CbuH92vk.js +6 -0
  167. package/dashboard/dist/assets/index-CbuH92vk.js.map +1 -0
  168. package/dashboard/dist/assets/index-D9_hZmsW.js +5 -0
  169. package/dashboard/dist/assets/{index-KYpLvJKB.js.map → index-D9_hZmsW.js.map} +1 -1
  170. package/dashboard/dist/assets/index-DrouIN-M.js +2 -0
  171. package/dashboard/dist/assets/{index-DR4qQvlW.js.map → index-DrouIN-M.js.map} +1 -1
  172. package/dashboard/dist/assets/index-DzICLMI7.js +2 -0
  173. package/dashboard/dist/assets/{index-DNtXXy1o.js.map → index-DzICLMI7.js.map} +1 -1
  174. package/dashboard/dist/assets/index-efS5gKpv.css +1 -0
  175. package/dashboard/dist/assets/index-qT78AZDq.js +2 -0
  176. package/dashboard/dist/assets/index-qT78AZDq.js.map +1 -0
  177. package/dashboard/dist/assets/mcp-D0GrHRFe.js +2 -0
  178. package/dashboard/dist/assets/{mcp-D2XfRh8v.js.map → mcp-D0GrHRFe.js.map} +1 -1
  179. package/dashboard/dist/assets/{mcp-query-CIx_mIC7.js → mcp-query-DC5woQn5.js} +2 -2
  180. package/dashboard/dist/assets/{mcp-query-CIx_mIC7.js.map → mcp-query-DC5woQn5.js.map} +1 -1
  181. package/dashboard/dist/assets/{mcp-runs-C9_J4LIH.js → mcp-runs-CsoVQoPB.js} +2 -2
  182. package/dashboard/dist/assets/{mcp-runs-C9_J4LIH.js.map → mcp-runs-CsoVQoPB.js.map} +1 -1
  183. package/dashboard/dist/assets/namespaces-unpIb4gX.js +2 -0
  184. package/dashboard/dist/assets/{namespaces-BwMljx6f.js.map → namespaces-unpIb4gX.js.map} +1 -1
  185. package/dashboard/dist/assets/{roles-Bd_sTV6I.js → roles--kBaFljg.js} +2 -2
  186. package/dashboard/dist/assets/{roles-Bd_sTV6I.js.map → roles--kBaFljg.js.map} +1 -1
  187. package/dashboard/dist/assets/settings-B96YkawY.js +2 -0
  188. package/dashboard/dist/assets/{settings-BCb8eFyA.js.map → settings-B96YkawY.js.map} +1 -1
  189. package/dashboard/dist/assets/{tasks-Bq54qGGq.js → tasks-D_1NCfOZ.js} +2 -2
  190. package/dashboard/dist/assets/{tasks-Bq54qGGq.js.map → tasks-D_1NCfOZ.js.map} +1 -1
  191. package/dashboard/dist/assets/{useEventHooks-BTbGf536.js → useEventHooks-BPjEkCpD.js} +2 -2
  192. package/dashboard/dist/assets/{useEventHooks-BTbGf536.js.map → useEventHooks-BPjEkCpD.js.map} +1 -1
  193. package/dashboard/dist/assets/{useExpandedRows-Cg9iq6Vy.js → useExpandedRows-CkcEntB-.js} +2 -2
  194. package/dashboard/dist/assets/{useExpandedRows-Cg9iq6Vy.js.map → useExpandedRows-CkcEntB-.js.map} +1 -1
  195. package/dashboard/dist/assets/{useFilterParams-CGRYFw_A.js → useFilterParams-DZCAaBC7.js} +2 -2
  196. package/dashboard/dist/assets/{useFilterParams-CGRYFw_A.js.map → useFilterParams-DZCAaBC7.js.map} +1 -1
  197. package/dashboard/dist/assets/{useYamlActivityEvents-CsYP09W5.js → useYamlActivityEvents-D3RQjfzo.js} +2 -2
  198. package/dashboard/dist/assets/{useYamlActivityEvents-CsYP09W5.js.map → useYamlActivityEvents-D3RQjfzo.js.map} +1 -1
  199. package/dashboard/dist/assets/{users-BTBhafGc.js → users-e2oatvoj.js} +2 -2
  200. package/dashboard/dist/assets/{users-BTBhafGc.js.map → users-e2oatvoj.js.map} +1 -1
  201. package/dashboard/dist/assets/{vendor-icons-CWl44VA6.js → vendor-icons-BkK55L-1.js} +103 -88
  202. package/dashboard/dist/assets/vendor-icons-BkK55L-1.js.map +1 -0
  203. package/dashboard/dist/assets/vendor-query-B2UbickB.js +18 -0
  204. package/dashboard/dist/assets/vendor-query-B2UbickB.js.map +1 -0
  205. package/dashboard/dist/assets/vendor-react-CX88sFS5.js +22 -0
  206. package/dashboard/dist/assets/vendor-react-CX88sFS5.js.map +1 -0
  207. package/dashboard/dist/assets/{workflows-BkzA4ahe.js → workflows-D6diL54s.js} +2 -2
  208. package/dashboard/dist/assets/{workflows-BkzA4ahe.js.map → workflows-D6diL54s.js.map} +1 -1
  209. package/dashboard/dist/assets/{yaml-workflows-Cs0EYp0F.js → yaml-workflows-CAKU7LUu.js} +2 -2
  210. package/dashboard/dist/assets/{yaml-workflows-Cs0EYp0F.js.map → yaml-workflows-CAKU7LUu.js.map} +1 -1
  211. package/dashboard/dist/index.html +5 -5
  212. package/docs/dashboard.md +233 -65
  213. package/package.json +3 -2
  214. package/build/examples/external-mcp-server/server.d.ts +0 -17
  215. package/build/examples/external-mcp-server/server.js +0 -116
  216. package/build/examples/index.d.ts +0 -2
  217. package/build/examples/index.js +0 -7
  218. package/build/examples/seed-data.d.ts +0 -55
  219. package/build/examples/seed-data.js +0 -161
  220. package/build/examples/seed.d.ts +0 -5
  221. package/build/examples/seed.js +0 -132
  222. package/build/examples/types/envelopes.d.ts +0 -69
  223. package/build/examples/types/envelopes.js +0 -8
  224. package/build/examples/types/index.d.ts +0 -10
  225. package/build/examples/types/index.js +0 -9
  226. package/build/examples/types/resolvers.d.ts +0 -27
  227. package/build/examples/types/resolvers.js +0 -9
  228. package/build/examples/workers.d.ts +0 -10
  229. package/build/examples/workers.js +0 -59
  230. package/build/examples/workflows/assembly-line/activities.d.ts +0 -28
  231. package/build/examples/workflows/assembly-line/activities.js +0 -53
  232. package/build/examples/workflows/assembly-line/index.d.ts +0 -17
  233. package/build/examples/workflows/assembly-line/index.js +0 -60
  234. package/build/examples/workflows/assembly-line/iterator.d.ts +0 -12
  235. package/build/examples/workflows/assembly-line/iterator.js +0 -54
  236. package/build/examples/workflows/assembly-line/reverter.d.ts +0 -18
  237. package/build/examples/workflows/assembly-line/reverter.js +0 -89
  238. package/build/examples/workflows/assembly-line/types.d.ts +0 -25
  239. package/build/examples/workflows/assembly-line/types.js +0 -8
  240. package/build/examples/workflows/assembly-line/worker.d.ts +0 -13
  241. package/build/examples/workflows/assembly-line/worker.js +0 -81
  242. package/build/examples/workflows/basic-echo/activities.d.ts +0 -20
  243. package/build/examples/workflows/basic-echo/activities.js +0 -55
  244. package/build/examples/workflows/basic-echo/index.d.ts +0 -14
  245. package/build/examples/workflows/basic-echo/index.js +0 -66
  246. package/build/examples/workflows/basic-signal/activities.d.ts +0 -17
  247. package/build/examples/workflows/basic-signal/activities.js +0 -18
  248. package/build/examples/workflows/basic-signal/index.d.ts +0 -17
  249. package/build/examples/workflows/basic-signal/index.js +0 -116
  250. package/build/examples/workflows/kitchen-sink/activities.d.ts +0 -40
  251. package/build/examples/workflows/kitchen-sink/activities.js +0 -46
  252. package/build/examples/workflows/kitchen-sink/index.d.ts +0 -22
  253. package/build/examples/workflows/kitchen-sink/index.js +0 -123
  254. package/build/examples/workflows/review-content/activities.d.ts +0 -10
  255. package/build/examples/workflows/review-content/activities.js +0 -44
  256. package/build/examples/workflows/review-content/index.d.ts +0 -10
  257. package/build/examples/workflows/review-content/index.js +0 -95
  258. package/build/examples/workflows/review-content/types.d.ts +0 -28
  259. package/build/examples/workflows/review-content/types.js +0 -2
  260. package/build/lib/db/schemas/schemas/001_schema.sql +0 -485
  261. package/build/lib/db/schemas/schemas/002_seed.sql +0 -92
  262. package/build/system/seed/server-definitions.d.ts +0 -3210
  263. package/build/system/seed/server-definitions.js +0 -232
  264. package/dashboard/dist/assets/AdminDashboard-Bprul9Eb.js +0 -2
  265. package/dashboard/dist/assets/AvailableEscalationsPage-H_z5mC10.js +0 -2
  266. package/dashboard/dist/assets/BotPicker-DcvILNUf.js +0 -2
  267. package/dashboard/dist/assets/CollapsibleSection-BWPbzgEe.js +0 -2
  268. package/dashboard/dist/assets/ConfirmDeleteModal-Cy6KVLfC.js +0 -2
  269. package/dashboard/dist/assets/CopyableId-CRED8hvk.js +0 -2
  270. package/dashboard/dist/assets/CredentialsPage-BUdvxiE3.js +0 -2
  271. package/dashboard/dist/assets/CredentialsPage-BUdvxiE3.js.map +0 -1
  272. package/dashboard/dist/assets/CustomDurationPicker-eOk2EqQ5.js +0 -2
  273. package/dashboard/dist/assets/DataTable-bd2PTBJd.js +0 -2
  274. package/dashboard/dist/assets/ElapsedCell-BGo8vyus.js +0 -2
  275. package/dashboard/dist/assets/EmptyState-BygtU-Rh.js +0 -2
  276. package/dashboard/dist/assets/EmptyState-BygtU-Rh.js.map +0 -1
  277. package/dashboard/dist/assets/EscalationsOverview-DUEcN5MP.js +0 -2
  278. package/dashboard/dist/assets/EscalationsOverview-DUEcN5MP.js.map +0 -1
  279. package/dashboard/dist/assets/EventTable-CmFhswLW.js +0 -2
  280. package/dashboard/dist/assets/FilterBar-BQNzsd3A.js +0 -2
  281. package/dashboard/dist/assets/ListToolbar-OWOn-HiC.js +0 -2
  282. package/dashboard/dist/assets/McpOverview-OkEzvClD.js +0 -2
  283. package/dashboard/dist/assets/McpQueryDetailPage-C6Ih5sC_.js +0 -5
  284. package/dashboard/dist/assets/McpQueryDetailPage-C6Ih5sC_.js.map +0 -1
  285. package/dashboard/dist/assets/McpQueryPage-BAuOf5TL.js +0 -2
  286. package/dashboard/dist/assets/McpQueryPage-BAuOf5TL.js.map +0 -1
  287. package/dashboard/dist/assets/McpRunDetailPage-DMeiG4i_.js +0 -2
  288. package/dashboard/dist/assets/McpRunsPage-CG3cNJh8.js +0 -2
  289. package/dashboard/dist/assets/McpRunsPage-CG3cNJh8.js.map +0 -1
  290. package/dashboard/dist/assets/Modal-Dir9Rlnx.js +0 -2
  291. package/dashboard/dist/assets/OperatorDashboard-OqWC6Azy.js +0 -2
  292. package/dashboard/dist/assets/PageHeader-FJIemmrC.js +0 -2
  293. package/dashboard/dist/assets/PageHeader-FJIemmrC.js.map +0 -1
  294. package/dashboard/dist/assets/PageHeaderWithStats-Br5y9qNO.js +0 -2
  295. package/dashboard/dist/assets/PageHeaderWithStats-Br5y9qNO.js.map +0 -1
  296. package/dashboard/dist/assets/PriorityBadge-C7D5d_HY.js +0 -2
  297. package/dashboard/dist/assets/ProcessDetailPage-DZIP6grw.js +0 -2
  298. package/dashboard/dist/assets/ProcessesListPage-BQoPYkeB.js +0 -2
  299. package/dashboard/dist/assets/ProcessesListPage-BQoPYkeB.js.map +0 -1
  300. package/dashboard/dist/assets/RolePill-D6nMxMvp.js +0 -2
  301. package/dashboard/dist/assets/RolesPage-CwLnJFhy.js +0 -2
  302. package/dashboard/dist/assets/RolesPage-CwLnJFhy.js.map +0 -1
  303. package/dashboard/dist/assets/RowActions-JqgAB0p3.js +0 -2
  304. package/dashboard/dist/assets/RunAsSelector-KAlKtitB.js +0 -2
  305. package/dashboard/dist/assets/StatCard-B-WLhOaH.js +0 -2
  306. package/dashboard/dist/assets/StatusBadge-DVCf2ncM.js +0 -2
  307. package/dashboard/dist/assets/StatusBadge-DVCf2ncM.js.map +0 -1
  308. package/dashboard/dist/assets/StepIndicator-D9Xvdf18.js +0 -2
  309. package/dashboard/dist/assets/StickyPagination-CJHMzYJj.js +0 -2
  310. package/dashboard/dist/assets/SwimlaneTimeline-YiXPDyEL.js +0 -2
  311. package/dashboard/dist/assets/SwimlaneTimeline-YiXPDyEL.js.map +0 -1
  312. package/dashboard/dist/assets/TagInput-DcPnUnSJ.js +0 -2
  313. package/dashboard/dist/assets/TaskDetailPage-DftmYWD7.js +0 -2
  314. package/dashboard/dist/assets/TaskDetailPage-DftmYWD7.js.map +0 -1
  315. package/dashboard/dist/assets/TaskQueuePill-BzduBqwy.js +0 -2
  316. package/dashboard/dist/assets/TaskQueuePill-BzduBqwy.js.map +0 -1
  317. package/dashboard/dist/assets/TasksListPage-DeewV4Gp.js +0 -2
  318. package/dashboard/dist/assets/TimeAgo-DJZq-e4R.js +0 -2
  319. package/dashboard/dist/assets/TimestampCell-Dx5uwGfS.js +0 -2
  320. package/dashboard/dist/assets/UserName-CnGk7MgL.js +0 -2
  321. package/dashboard/dist/assets/WorkflowExecutionPage-CPQ0fIwf.js +0 -2
  322. package/dashboard/dist/assets/WorkflowPill-BrD5d1AG.js +0 -2
  323. package/dashboard/dist/assets/WorkflowsDashboard-BzjhABZP.js +0 -2
  324. package/dashboard/dist/assets/WorkflowsDashboard-BzjhABZP.js.map +0 -1
  325. package/dashboard/dist/assets/WorkflowsOverview-lBp2E6rN.js +0 -2
  326. package/dashboard/dist/assets/YamlWorkflowsPage-C_MkAp2i.js +0 -2
  327. package/dashboard/dist/assets/YamlWorkflowsPage-C_MkAp2i.js.map +0 -1
  328. package/dashboard/dist/assets/escalation-BYhLYHBz.js +0 -2
  329. package/dashboard/dist/assets/escalation-columns-DjJyuC1g.js +0 -2
  330. package/dashboard/dist/assets/helpers-CQG3Rh2y.js +0 -2
  331. package/dashboard/dist/assets/index-2nBhR7Dg.js +0 -2
  332. package/dashboard/dist/assets/index-2nBhR7Dg.js.map +0 -1
  333. package/dashboard/dist/assets/index-4IUoh_hd.js +0 -2
  334. package/dashboard/dist/assets/index-4IUoh_hd.js.map +0 -1
  335. package/dashboard/dist/assets/index-B2CqPzLK.js +0 -2
  336. package/dashboard/dist/assets/index-B2CqPzLK.js.map +0 -1
  337. package/dashboard/dist/assets/index-B78xalb4.js +0 -2
  338. package/dashboard/dist/assets/index-B78xalb4.js.map +0 -1
  339. package/dashboard/dist/assets/index-BI8r69O_.js +0 -2
  340. package/dashboard/dist/assets/index-BI8r69O_.js.map +0 -1
  341. package/dashboard/dist/assets/index-C5TUqJu0.css +0 -1
  342. package/dashboard/dist/assets/index-CUqCBBZG.js +0 -6
  343. package/dashboard/dist/assets/index-CUqCBBZG.js.map +0 -1
  344. package/dashboard/dist/assets/index-D51PaQZY.js +0 -2
  345. package/dashboard/dist/assets/index-DNtXXy1o.js +0 -2
  346. package/dashboard/dist/assets/index-DR4qQvlW.js +0 -2
  347. package/dashboard/dist/assets/index-Dh0PCbR-.js +0 -15
  348. package/dashboard/dist/assets/index-Dh0PCbR-.js.map +0 -1
  349. package/dashboard/dist/assets/index-KYpLvJKB.js +0 -5
  350. package/dashboard/dist/assets/index-sNrqYt0Q.js +0 -281
  351. package/dashboard/dist/assets/index-sNrqYt0Q.js.map +0 -1
  352. package/dashboard/dist/assets/mcp-D2XfRh8v.js +0 -2
  353. package/dashboard/dist/assets/namespaces-BwMljx6f.js +0 -2
  354. package/dashboard/dist/assets/settings-BCb8eFyA.js +0 -2
  355. package/dashboard/dist/assets/vendor-icons-CWl44VA6.js.map +0 -1
  356. package/dashboard/dist/assets/vendor-query-DLp59M9_.js +0 -35
  357. package/dashboard/dist/assets/vendor-query-DLp59M9_.js.map +0 -1
  358. package/dashboard/dist/assets/vendor-react-Co3Y8ikm.js +0 -26
  359. package/dashboard/dist/assets/vendor-react-Co3Y8ikm.js.map +0 -1
@@ -1,3210 +0,0 @@
1
- export declare const SEED_MCP_SERVERS: ({
2
- name: string;
3
- description: string;
4
- transport_type: string;
5
- transport_config: {
6
- builtin: boolean;
7
- process: string;
8
- };
9
- tool_manifest: ({
10
- name: string;
11
- description: string;
12
- inputSchema: {
13
- type: string;
14
- properties: {
15
- role: {
16
- type: string;
17
- description: string;
18
- };
19
- message: {
20
- type: string;
21
- description: string;
22
- };
23
- data: {
24
- type: string;
25
- description: string;
26
- };
27
- type: {
28
- type: string;
29
- description: string;
30
- default: string;
31
- };
32
- subtype: {
33
- type: string;
34
- description: string;
35
- default: string;
36
- };
37
- priority: {
38
- type: string;
39
- description: string;
40
- default: number;
41
- };
42
- escalation_id?: undefined;
43
- limit?: undefined;
44
- resolver_id?: undefined;
45
- payload?: undefined;
46
- form_schema?: undefined;
47
- assigned_to?: undefined;
48
- };
49
- required: string[];
50
- };
51
- } | {
52
- name: string;
53
- description: string;
54
- inputSchema: {
55
- type: string;
56
- properties: {
57
- escalation_id: {
58
- type: string;
59
- description: string;
60
- };
61
- role?: undefined;
62
- message?: undefined;
63
- data?: undefined;
64
- type?: undefined;
65
- subtype?: undefined;
66
- priority?: undefined;
67
- limit?: undefined;
68
- resolver_id?: undefined;
69
- payload?: undefined;
70
- form_schema?: undefined;
71
- assigned_to?: undefined;
72
- };
73
- required: string[];
74
- };
75
- } | {
76
- name: string;
77
- description: string;
78
- inputSchema: {
79
- type: string;
80
- properties: {
81
- role: {
82
- type: string;
83
- description: string;
84
- };
85
- limit: {
86
- type: string;
87
- description: string;
88
- default: number;
89
- };
90
- message?: undefined;
91
- data?: undefined;
92
- type?: undefined;
93
- subtype?: undefined;
94
- priority?: undefined;
95
- escalation_id?: undefined;
96
- resolver_id?: undefined;
97
- payload?: undefined;
98
- form_schema?: undefined;
99
- assigned_to?: undefined;
100
- };
101
- required: string[];
102
- };
103
- } | {
104
- name: string;
105
- description: string;
106
- inputSchema: {
107
- type: string;
108
- properties: {
109
- escalation_id: {
110
- type: string;
111
- description: string;
112
- };
113
- resolver_id: {
114
- type: string;
115
- description: string;
116
- };
117
- payload: {
118
- type: string;
119
- description: string;
120
- };
121
- role?: undefined;
122
- message?: undefined;
123
- data?: undefined;
124
- type?: undefined;
125
- subtype?: undefined;
126
- priority?: undefined;
127
- limit?: undefined;
128
- form_schema?: undefined;
129
- assigned_to?: undefined;
130
- };
131
- required: string[];
132
- };
133
- } | {
134
- name: string;
135
- description: string;
136
- inputSchema: {
137
- type: string;
138
- properties: {
139
- role: {
140
- type: string;
141
- description: string;
142
- };
143
- message: {
144
- type: string;
145
- description: string;
146
- };
147
- form_schema: {
148
- type: string;
149
- description: string;
150
- };
151
- data: {
152
- type: string;
153
- description: string;
154
- };
155
- assigned_to: {
156
- type: string;
157
- description: string;
158
- };
159
- type: {
160
- type: string;
161
- description: string;
162
- default: string;
163
- };
164
- subtype: {
165
- type: string;
166
- description: string;
167
- default: string;
168
- };
169
- priority: {
170
- type: string;
171
- description: string;
172
- default: number;
173
- };
174
- escalation_id?: undefined;
175
- limit?: undefined;
176
- resolver_id?: undefined;
177
- payload?: undefined;
178
- };
179
- required: string[];
180
- };
181
- })[];
182
- metadata: {
183
- builtin: boolean;
184
- category: string;
185
- level?: undefined;
186
- };
187
- tags: string[];
188
- compile_hints: string;
189
- credential_providers: never[];
190
- } | {
191
- name: string;
192
- description: string;
193
- transport_type: string;
194
- transport_config: {
195
- builtin: boolean;
196
- process: string;
197
- };
198
- tool_manifest: {
199
- name: string;
200
- description: string;
201
- inputSchema: {
202
- type: string;
203
- properties: {
204
- content: {
205
- type: string;
206
- description: string;
207
- };
208
- target_language: {
209
- type: string;
210
- description: string;
211
- };
212
- source_language: {
213
- type: string;
214
- description: string;
215
- };
216
- };
217
- required: string[];
218
- };
219
- }[];
220
- metadata: {
221
- builtin: boolean;
222
- category: string;
223
- level?: undefined;
224
- };
225
- tags: string[];
226
- compile_hints: null;
227
- credential_providers: string[];
228
- } | {
229
- name: string;
230
- description: string;
231
- transport_type: string;
232
- transport_config: {
233
- builtin: boolean;
234
- process: string;
235
- };
236
- tool_manifest: ({
237
- name: string;
238
- description: string;
239
- inputSchema: {
240
- type: string;
241
- properties: {
242
- image: {
243
- type: string;
244
- description: string;
245
- };
246
- prompt: {
247
- type: string;
248
- description: string;
249
- };
250
- context?: undefined;
251
- };
252
- required: string[];
253
- };
254
- } | {
255
- name: string;
256
- description: string;
257
- inputSchema: {
258
- type: string;
259
- properties: {
260
- image: {
261
- type: string;
262
- description: string;
263
- };
264
- context: {
265
- type: string;
266
- description: string;
267
- };
268
- prompt?: undefined;
269
- };
270
- required: string[];
271
- };
272
- })[];
273
- metadata: {
274
- builtin: boolean;
275
- category: string;
276
- level?: undefined;
277
- };
278
- tags: string[];
279
- compile_hints: string;
280
- credential_providers: string[];
281
- } | {
282
- name: string;
283
- description: string;
284
- transport_type: string;
285
- transport_config: {
286
- builtin: boolean;
287
- process: string;
288
- };
289
- tool_manifest: ({
290
- name: string;
291
- description: string;
292
- inputSchema: {
293
- type: string;
294
- properties: {
295
- url: {
296
- type: string;
297
- };
298
- wait_until: {
299
- type: string;
300
- description: string;
301
- };
302
- path?: undefined;
303
- page_id?: undefined;
304
- full_page?: undefined;
305
- selector?: undefined;
306
- value?: undefined;
307
- timeout?: undefined;
308
- script?: undefined;
309
- steps?: undefined;
310
- };
311
- required: string[];
312
- };
313
- } | {
314
- name: string;
315
- description: string;
316
- inputSchema: {
317
- type: string;
318
- properties: {
319
- url: {
320
- type: string;
321
- };
322
- wait_until: {
323
- type: string;
324
- description?: undefined;
325
- };
326
- path: {
327
- type: string;
328
- };
329
- page_id: {
330
- type: string;
331
- };
332
- full_page: {
333
- type: string;
334
- };
335
- selector: {
336
- type: string;
337
- };
338
- value?: undefined;
339
- timeout?: undefined;
340
- script?: undefined;
341
- steps?: undefined;
342
- };
343
- required: string[];
344
- };
345
- } | {
346
- name: string;
347
- description: string;
348
- inputSchema: {
349
- type: string;
350
- properties: {
351
- selector: {
352
- type: string;
353
- };
354
- page_id: {
355
- type: string;
356
- };
357
- url?: undefined;
358
- wait_until?: undefined;
359
- path?: undefined;
360
- full_page?: undefined;
361
- value?: undefined;
362
- timeout?: undefined;
363
- script?: undefined;
364
- steps?: undefined;
365
- };
366
- required: string[];
367
- };
368
- } | {
369
- name: string;
370
- description: string;
371
- inputSchema: {
372
- type: string;
373
- properties: {
374
- selector: {
375
- type: string;
376
- };
377
- value: {
378
- type: string;
379
- };
380
- page_id: {
381
- type: string;
382
- };
383
- url?: undefined;
384
- wait_until?: undefined;
385
- path?: undefined;
386
- full_page?: undefined;
387
- timeout?: undefined;
388
- script?: undefined;
389
- steps?: undefined;
390
- };
391
- required: string[];
392
- };
393
- } | {
394
- name: string;
395
- description: string;
396
- inputSchema: {
397
- type: string;
398
- properties: {
399
- selector: {
400
- type: string;
401
- };
402
- page_id: {
403
- type: string;
404
- };
405
- timeout: {
406
- type: string;
407
- };
408
- url?: undefined;
409
- wait_until?: undefined;
410
- path?: undefined;
411
- full_page?: undefined;
412
- value?: undefined;
413
- script?: undefined;
414
- steps?: undefined;
415
- };
416
- required: string[];
417
- };
418
- } | {
419
- name: string;
420
- description: string;
421
- inputSchema: {
422
- type: string;
423
- properties: {
424
- script: {
425
- type: string;
426
- };
427
- page_id: {
428
- type: string;
429
- };
430
- url?: undefined;
431
- wait_until?: undefined;
432
- path?: undefined;
433
- full_page?: undefined;
434
- selector?: undefined;
435
- value?: undefined;
436
- timeout?: undefined;
437
- steps?: undefined;
438
- };
439
- required: string[];
440
- };
441
- } | {
442
- name: string;
443
- description: string;
444
- inputSchema: {
445
- type: string;
446
- properties: {
447
- steps: {
448
- type: string;
449
- description: string;
450
- items: {
451
- type: string;
452
- properties: {
453
- action: {
454
- type: string;
455
- enum: string[];
456
- };
457
- url: {
458
- type: string;
459
- description: string;
460
- };
461
- wait_until: {
462
- type: string;
463
- };
464
- path: {
465
- type: string;
466
- };
467
- full_page: {
468
- type: string;
469
- };
470
- selector: {
471
- type: string;
472
- };
473
- value: {
474
- type: string;
475
- };
476
- script: {
477
- type: string;
478
- };
479
- timeout: {
480
- type: string;
481
- description: string;
482
- };
483
- not: {
484
- type: string;
485
- description: string;
486
- };
487
- };
488
- required: string[];
489
- };
490
- };
491
- url?: undefined;
492
- wait_until?: undefined;
493
- path?: undefined;
494
- page_id?: undefined;
495
- full_page?: undefined;
496
- selector?: undefined;
497
- value?: undefined;
498
- timeout?: undefined;
499
- script?: undefined;
500
- };
501
- required: string[];
502
- };
503
- } | {
504
- name: string;
505
- description: string;
506
- inputSchema: {
507
- type: string;
508
- properties: {
509
- url?: undefined;
510
- wait_until?: undefined;
511
- path?: undefined;
512
- page_id?: undefined;
513
- full_page?: undefined;
514
- selector?: undefined;
515
- value?: undefined;
516
- timeout?: undefined;
517
- script?: undefined;
518
- steps?: undefined;
519
- };
520
- required?: undefined;
521
- };
522
- } | {
523
- name: string;
524
- description: string;
525
- inputSchema: {
526
- type: string;
527
- properties: {
528
- page_id: {
529
- type: string;
530
- };
531
- url?: undefined;
532
- wait_until?: undefined;
533
- path?: undefined;
534
- full_page?: undefined;
535
- selector?: undefined;
536
- value?: undefined;
537
- timeout?: undefined;
538
- script?: undefined;
539
- steps?: undefined;
540
- };
541
- required: string[];
542
- };
543
- })[];
544
- metadata: {
545
- builtin: boolean;
546
- category: string;
547
- level: string;
548
- };
549
- tags: string[];
550
- compile_hints: string;
551
- credential_providers: never[];
552
- } | {
553
- name: string;
554
- description: string;
555
- transport_type: string;
556
- transport_config: {
557
- builtin: boolean;
558
- process: string;
559
- };
560
- tool_manifest: ({
561
- name: string;
562
- description: string;
563
- inputSchema: {
564
- type: string;
565
- properties: {
566
- url: {
567
- type: string;
568
- description: string;
569
- };
570
- username_selector: {
571
- type: string;
572
- description: string;
573
- };
574
- password_selector: {
575
- type: string;
576
- description: string;
577
- };
578
- username: {
579
- type: string;
580
- description: string;
581
- };
582
- password: {
583
- type: string;
584
- description: string;
585
- };
586
- submit_selector: {
587
- type: string;
588
- description: string;
589
- };
590
- wait_after_login: {
591
- type: string;
592
- description: string;
593
- };
594
- screenshot_path: {
595
- type: string;
596
- description: string;
597
- };
598
- full_page: {
599
- type: string;
600
- };
601
- timeout: {
602
- type: string;
603
- description: string;
604
- };
605
- page_id?: undefined;
606
- wait_for_selector?: undefined;
607
- wait_ms?: undefined;
608
- wait_until?: undefined;
609
- login?: undefined;
610
- pages?: undefined;
611
- selector?: undefined;
612
- script?: undefined;
613
- extract_links?: undefined;
614
- extract_metadata?: undefined;
615
- fields?: undefined;
616
- wait_after_submit?: undefined;
617
- };
618
- required: string[];
619
- };
620
- } | {
621
- name: string;
622
- description: string;
623
- inputSchema: {
624
- type: string;
625
- properties: {
626
- url: {
627
- type: string;
628
- description?: undefined;
629
- };
630
- screenshot_path: {
631
- type: string;
632
- description: string;
633
- };
634
- page_id: {
635
- type: string;
636
- description: string;
637
- };
638
- full_page: {
639
- type: string;
640
- };
641
- wait_for_selector: {
642
- type: string;
643
- };
644
- wait_ms: {
645
- type: string;
646
- description: string;
647
- };
648
- wait_until: {
649
- type: string;
650
- };
651
- timeout: {
652
- type: string;
653
- description?: undefined;
654
- };
655
- username_selector?: undefined;
656
- password_selector?: undefined;
657
- username?: undefined;
658
- password?: undefined;
659
- submit_selector?: undefined;
660
- wait_after_login?: undefined;
661
- login?: undefined;
662
- pages?: undefined;
663
- selector?: undefined;
664
- script?: undefined;
665
- extract_links?: undefined;
666
- extract_metadata?: undefined;
667
- fields?: undefined;
668
- wait_after_submit?: undefined;
669
- };
670
- required: string[];
671
- };
672
- } | {
673
- name: string;
674
- description: string;
675
- inputSchema: {
676
- type: string;
677
- properties: {
678
- login: {
679
- type: string;
680
- description: string;
681
- properties: {
682
- url: {
683
- type: string;
684
- description: string;
685
- };
686
- username_selector: {
687
- type: string;
688
- description: string;
689
- };
690
- password_selector: {
691
- type: string;
692
- description: string;
693
- };
694
- username: {
695
- type: string;
696
- };
697
- password: {
698
- type: string;
699
- };
700
- submit_selector: {
701
- type: string;
702
- description: string;
703
- };
704
- wait_after_login: {
705
- type: string;
706
- description: string;
707
- };
708
- timeout: {
709
- type: string;
710
- };
711
- };
712
- required: string[];
713
- };
714
- pages: {
715
- type: string;
716
- description: string;
717
- items: {
718
- type: string;
719
- properties: {
720
- url: {
721
- type: string;
722
- description: string;
723
- };
724
- screenshot_path: {
725
- type: string;
726
- description: string;
727
- };
728
- wait_for_selector: {
729
- type: string;
730
- description: string;
731
- };
732
- wait_ms: {
733
- type: string;
734
- description: string;
735
- };
736
- full_page: {
737
- type: string;
738
- };
739
- };
740
- required: string[];
741
- };
742
- };
743
- url?: undefined;
744
- username_selector?: undefined;
745
- password_selector?: undefined;
746
- username?: undefined;
747
- password?: undefined;
748
- submit_selector?: undefined;
749
- wait_after_login?: undefined;
750
- screenshot_path?: undefined;
751
- full_page?: undefined;
752
- timeout?: undefined;
753
- page_id?: undefined;
754
- wait_for_selector?: undefined;
755
- wait_ms?: undefined;
756
- wait_until?: undefined;
757
- selector?: undefined;
758
- script?: undefined;
759
- extract_links?: undefined;
760
- extract_metadata?: undefined;
761
- fields?: undefined;
762
- wait_after_submit?: undefined;
763
- };
764
- required: string[];
765
- };
766
- } | {
767
- name: string;
768
- description: string;
769
- inputSchema: {
770
- type: string;
771
- properties: {
772
- url: {
773
- type: string;
774
- description: string;
775
- };
776
- page_id: {
777
- type: string;
778
- description: string;
779
- };
780
- selector: {
781
- type: string;
782
- description: string;
783
- };
784
- script: {
785
- type: string;
786
- description: string;
787
- };
788
- extract_links: {
789
- type: string;
790
- };
791
- extract_metadata: {
792
- type: string;
793
- };
794
- wait_for_selector: {
795
- type: string;
796
- };
797
- wait_ms: {
798
- type: string;
799
- description?: undefined;
800
- };
801
- username_selector?: undefined;
802
- password_selector?: undefined;
803
- username?: undefined;
804
- password?: undefined;
805
- submit_selector?: undefined;
806
- wait_after_login?: undefined;
807
- screenshot_path?: undefined;
808
- full_page?: undefined;
809
- timeout?: undefined;
810
- wait_until?: undefined;
811
- login?: undefined;
812
- pages?: undefined;
813
- fields?: undefined;
814
- wait_after_submit?: undefined;
815
- };
816
- required?: undefined;
817
- };
818
- } | {
819
- name: string;
820
- description: string;
821
- inputSchema: {
822
- type: string;
823
- properties: {
824
- url: {
825
- type: string;
826
- description?: undefined;
827
- };
828
- fields: {
829
- type: string;
830
- description: string;
831
- items: {
832
- type: string;
833
- properties: {
834
- selector: {
835
- type: string;
836
- };
837
- value: {
838
- type: string;
839
- };
840
- };
841
- required: string[];
842
- };
843
- };
844
- submit_selector: {
845
- type: string;
846
- description?: undefined;
847
- };
848
- wait_after_submit: {
849
- type: string;
850
- description: string;
851
- };
852
- screenshot_path: {
853
- type: string;
854
- description?: undefined;
855
- };
856
- full_page: {
857
- type: string;
858
- };
859
- timeout: {
860
- type: string;
861
- description?: undefined;
862
- };
863
- username_selector?: undefined;
864
- password_selector?: undefined;
865
- username?: undefined;
866
- password?: undefined;
867
- wait_after_login?: undefined;
868
- page_id?: undefined;
869
- wait_for_selector?: undefined;
870
- wait_ms?: undefined;
871
- wait_until?: undefined;
872
- login?: undefined;
873
- pages?: undefined;
874
- selector?: undefined;
875
- script?: undefined;
876
- extract_links?: undefined;
877
- extract_metadata?: undefined;
878
- };
879
- required: string[];
880
- };
881
- })[];
882
- metadata: {
883
- builtin: boolean;
884
- category: string;
885
- level: string;
886
- };
887
- tags: string[];
888
- compile_hints: string;
889
- credential_providers: never[];
890
- } | {
891
- name: string;
892
- description: string;
893
- transport_type: string;
894
- transport_config: {
895
- builtin: boolean;
896
- process: string;
897
- };
898
- tool_manifest: ({
899
- name: string;
900
- description: string;
901
- inputSchema: {
902
- type: string;
903
- properties: {
904
- query?: undefined;
905
- path?: undefined;
906
- };
907
- required?: undefined;
908
- };
909
- } | {
910
- name: string;
911
- description: string;
912
- inputSchema: {
913
- type: string;
914
- properties: {
915
- query: {
916
- type: string;
917
- description: string;
918
- };
919
- path?: undefined;
920
- };
921
- required: string[];
922
- };
923
- } | {
924
- name: string;
925
- description: string;
926
- inputSchema: {
927
- type: string;
928
- properties: {
929
- path: {
930
- type: string;
931
- description: string;
932
- };
933
- query?: undefined;
934
- };
935
- required: string[];
936
- };
937
- })[];
938
- metadata: {
939
- builtin: boolean;
940
- category: string;
941
- level?: undefined;
942
- };
943
- tags: string[];
944
- compile_hints: null;
945
- credential_providers: never[];
946
- } | {
947
- name: string;
948
- description: string;
949
- transport_type: string;
950
- transport_config: {
951
- builtin: boolean;
952
- process: string;
953
- };
954
- tool_manifest: ({
955
- name: string;
956
- description: string;
957
- inputSchema: {
958
- type: string;
959
- properties: {
960
- path: {
961
- type: string;
962
- description: string;
963
- };
964
- encoding: {
965
- type: string;
966
- description: string;
967
- default: string;
968
- };
969
- content?: undefined;
970
- directory?: undefined;
971
- recursive?: undefined;
972
- };
973
- required: string[];
974
- };
975
- } | {
976
- name: string;
977
- description: string;
978
- inputSchema: {
979
- type: string;
980
- properties: {
981
- path: {
982
- type: string;
983
- description: string;
984
- };
985
- content: {
986
- type: string;
987
- description: string;
988
- };
989
- encoding: {
990
- type: string;
991
- description: string;
992
- default: string;
993
- };
994
- directory?: undefined;
995
- recursive?: undefined;
996
- };
997
- required: string[];
998
- };
999
- } | {
1000
- name: string;
1001
- description: string;
1002
- inputSchema: {
1003
- type: string;
1004
- properties: {
1005
- directory: {
1006
- type: string;
1007
- description: string;
1008
- default: string;
1009
- };
1010
- recursive: {
1011
- type: string;
1012
- description: string;
1013
- default: boolean;
1014
- };
1015
- path?: undefined;
1016
- encoding?: undefined;
1017
- content?: undefined;
1018
- };
1019
- required?: undefined;
1020
- };
1021
- } | {
1022
- name: string;
1023
- description: string;
1024
- inputSchema: {
1025
- type: string;
1026
- properties: {
1027
- path: {
1028
- type: string;
1029
- description: string;
1030
- };
1031
- encoding?: undefined;
1032
- content?: undefined;
1033
- directory?: undefined;
1034
- recursive?: undefined;
1035
- };
1036
- required: string[];
1037
- };
1038
- })[];
1039
- metadata: {
1040
- builtin: boolean;
1041
- category: string;
1042
- level?: undefined;
1043
- };
1044
- tags: string[];
1045
- compile_hints: null;
1046
- credential_providers: never[];
1047
- } | {
1048
- name: string;
1049
- description: string;
1050
- transport_type: string;
1051
- transport_config: {
1052
- builtin: boolean;
1053
- process: string;
1054
- };
1055
- tool_manifest: ({
1056
- name: string;
1057
- description: string;
1058
- inputSchema: {
1059
- type: string;
1060
- properties: {
1061
- url: {
1062
- type: string;
1063
- description: string;
1064
- };
1065
- method: {
1066
- type: string;
1067
- description: string;
1068
- };
1069
- headers: {
1070
- type: string;
1071
- description: string;
1072
- };
1073
- body: {
1074
- type: string;
1075
- description: string;
1076
- };
1077
- timeout_ms: {
1078
- type: string;
1079
- description: string;
1080
- };
1081
- };
1082
- required: string[];
1083
- };
1084
- } | {
1085
- name: string;
1086
- description: string;
1087
- inputSchema: {
1088
- type: string;
1089
- properties: {
1090
- url: {
1091
- type: string;
1092
- description: string;
1093
- };
1094
- headers: {
1095
- type: string;
1096
- description: string;
1097
- };
1098
- method?: undefined;
1099
- body?: undefined;
1100
- timeout_ms?: undefined;
1101
- };
1102
- required: string[];
1103
- };
1104
- })[];
1105
- metadata: {
1106
- builtin: boolean;
1107
- category: string;
1108
- level?: undefined;
1109
- };
1110
- tags: string[];
1111
- compile_hints: string;
1112
- credential_providers: never[];
1113
- } | {
1114
- name: string;
1115
- description: string;
1116
- transport_type: string;
1117
- transport_config: {
1118
- builtin: boolean;
1119
- process: string;
1120
- };
1121
- tool_manifest: ({
1122
- name: string;
1123
- description: string;
1124
- inputSchema: {
1125
- type: string;
1126
- properties: {
1127
- provider: {
1128
- type: string;
1129
- description: string;
1130
- };
1131
- user_id: {
1132
- type: string;
1133
- description: string;
1134
- };
1135
- label: {
1136
- type: string;
1137
- description: string;
1138
- };
1139
- };
1140
- required: string[];
1141
- };
1142
- } | {
1143
- name: string;
1144
- description: string;
1145
- inputSchema: {
1146
- type: string;
1147
- properties: {
1148
- user_id: {
1149
- type: string;
1150
- description: string;
1151
- };
1152
- provider?: undefined;
1153
- label?: undefined;
1154
- };
1155
- required: string[];
1156
- };
1157
- })[];
1158
- metadata: {
1159
- builtin: boolean;
1160
- category: string;
1161
- level?: undefined;
1162
- };
1163
- tags: string[];
1164
- compile_hints: string;
1165
- credential_providers: never[];
1166
- } | {
1167
- name: string;
1168
- description: string;
1169
- transport_type: string;
1170
- transport_config: {
1171
- builtin: boolean;
1172
- process: string;
1173
- };
1174
- tool_manifest: ({
1175
- name: string;
1176
- description: string;
1177
- inputSchema: {
1178
- type: string;
1179
- properties: {
1180
- prompt: {
1181
- type: string;
1182
- description: string;
1183
- default: string;
1184
- };
1185
- working_directory: {
1186
- type: string;
1187
- description: string;
1188
- default: string;
1189
- };
1190
- allowed_tools: {
1191
- type: string;
1192
- items: {
1193
- type: string;
1194
- };
1195
- description: string;
1196
- default: string[];
1197
- };
1198
- max_turns: {
1199
- type: string;
1200
- description: string;
1201
- default: number;
1202
- };
1203
- model: {
1204
- type: string;
1205
- description: string;
1206
- default: string;
1207
- };
1208
- system_prompt: {
1209
- type: string;
1210
- description: string;
1211
- };
1212
- timeout_ms: {
1213
- type: string;
1214
- description: string;
1215
- default: number;
1216
- };
1217
- credential_label: {
1218
- type: string;
1219
- description: string;
1220
- default: string;
1221
- };
1222
- };
1223
- required: string[];
1224
- };
1225
- } | {
1226
- name: string;
1227
- description: string;
1228
- inputSchema: {
1229
- type: string;
1230
- properties: {
1231
- prompt?: undefined;
1232
- working_directory?: undefined;
1233
- allowed_tools?: undefined;
1234
- max_turns?: undefined;
1235
- model?: undefined;
1236
- system_prompt?: undefined;
1237
- timeout_ms?: undefined;
1238
- credential_label?: undefined;
1239
- };
1240
- required?: undefined;
1241
- };
1242
- })[];
1243
- metadata: {
1244
- builtin: boolean;
1245
- category: string;
1246
- level?: undefined;
1247
- };
1248
- tags: string[];
1249
- compile_hints: string;
1250
- credential_providers: string[];
1251
- } | {
1252
- name: string;
1253
- description: string;
1254
- transport_type: string;
1255
- transport_config: {
1256
- builtin: boolean;
1257
- process: string;
1258
- };
1259
- tool_manifest: ({
1260
- name: string;
1261
- description: string;
1262
- inputSchema: {
1263
- type: string;
1264
- properties: {
1265
- status: {
1266
- type: string;
1267
- enum?: undefined;
1268
- };
1269
- workflow_type: {
1270
- type: string;
1271
- };
1272
- workflow_id: {
1273
- type: string;
1274
- };
1275
- origin_id: {
1276
- type: string;
1277
- };
1278
- limit: {
1279
- type: string;
1280
- };
1281
- offset: {
1282
- type: string;
1283
- };
1284
- role?: undefined;
1285
- type?: undefined;
1286
- priority?: undefined;
1287
- period?: undefined;
1288
- id?: undefined;
1289
- duration_minutes?: undefined;
1290
- ids?: undefined;
1291
- hint?: undefined;
1292
- invocable?: undefined;
1293
- task_queue?: undefined;
1294
- default_role?: undefined;
1295
- description?: undefined;
1296
- execute_as?: undefined;
1297
- roles?: undefined;
1298
- invocation_roles?: undefined;
1299
- consumes?: undefined;
1300
- tool_tags?: undefined;
1301
- cron_schedule?: undefined;
1302
- include_system?: undefined;
1303
- data?: undefined;
1304
- metadata?: undefined;
1305
- tags?: undefined;
1306
- search?: undefined;
1307
- name?: undefined;
1308
- auto_connect?: undefined;
1309
- app_id?: undefined;
1310
- source_workflow_id?: undefined;
1311
- workflow_name?: undefined;
1312
- compilation_feedback?: undefined;
1313
- sync?: undefined;
1314
- timeout?: undefined;
1315
- external_id?: undefined;
1316
- display_name?: undefined;
1317
- email?: undefined;
1318
- user_id?: undefined;
1319
- source_role?: undefined;
1320
- target_role?: undefined;
1321
- expire?: undefined;
1322
- jobs?: undefined;
1323
- streams?: undefined;
1324
- entities?: undefined;
1325
- prune_transient?: undefined;
1326
- };
1327
- required?: undefined;
1328
- };
1329
- } | {
1330
- name: string;
1331
- description: string;
1332
- inputSchema: {
1333
- type: string;
1334
- properties: {
1335
- origin_id: {
1336
- type: string;
1337
- };
1338
- status?: undefined;
1339
- workflow_type?: undefined;
1340
- workflow_id?: undefined;
1341
- limit?: undefined;
1342
- offset?: undefined;
1343
- role?: undefined;
1344
- type?: undefined;
1345
- priority?: undefined;
1346
- period?: undefined;
1347
- id?: undefined;
1348
- duration_minutes?: undefined;
1349
- ids?: undefined;
1350
- hint?: undefined;
1351
- invocable?: undefined;
1352
- task_queue?: undefined;
1353
- default_role?: undefined;
1354
- description?: undefined;
1355
- execute_as?: undefined;
1356
- roles?: undefined;
1357
- invocation_roles?: undefined;
1358
- consumes?: undefined;
1359
- tool_tags?: undefined;
1360
- cron_schedule?: undefined;
1361
- include_system?: undefined;
1362
- data?: undefined;
1363
- metadata?: undefined;
1364
- tags?: undefined;
1365
- search?: undefined;
1366
- name?: undefined;
1367
- auto_connect?: undefined;
1368
- app_id?: undefined;
1369
- source_workflow_id?: undefined;
1370
- workflow_name?: undefined;
1371
- compilation_feedback?: undefined;
1372
- sync?: undefined;
1373
- timeout?: undefined;
1374
- external_id?: undefined;
1375
- display_name?: undefined;
1376
- email?: undefined;
1377
- user_id?: undefined;
1378
- source_role?: undefined;
1379
- target_role?: undefined;
1380
- expire?: undefined;
1381
- jobs?: undefined;
1382
- streams?: undefined;
1383
- entities?: undefined;
1384
- prune_transient?: undefined;
1385
- };
1386
- required: string[];
1387
- };
1388
- } | {
1389
- name: string;
1390
- description: string;
1391
- inputSchema: {
1392
- type: string;
1393
- properties: {
1394
- status: {
1395
- type: string;
1396
- enum: string[];
1397
- };
1398
- role: {
1399
- type: string;
1400
- };
1401
- type: {
1402
- type: string;
1403
- enum?: undefined;
1404
- };
1405
- priority: {
1406
- type: string;
1407
- };
1408
- limit: {
1409
- type: string;
1410
- };
1411
- offset: {
1412
- type: string;
1413
- };
1414
- workflow_type?: undefined;
1415
- workflow_id?: undefined;
1416
- origin_id?: undefined;
1417
- period?: undefined;
1418
- id?: undefined;
1419
- duration_minutes?: undefined;
1420
- ids?: undefined;
1421
- hint?: undefined;
1422
- invocable?: undefined;
1423
- task_queue?: undefined;
1424
- default_role?: undefined;
1425
- description?: undefined;
1426
- execute_as?: undefined;
1427
- roles?: undefined;
1428
- invocation_roles?: undefined;
1429
- consumes?: undefined;
1430
- tool_tags?: undefined;
1431
- cron_schedule?: undefined;
1432
- include_system?: undefined;
1433
- data?: undefined;
1434
- metadata?: undefined;
1435
- tags?: undefined;
1436
- search?: undefined;
1437
- name?: undefined;
1438
- auto_connect?: undefined;
1439
- app_id?: undefined;
1440
- source_workflow_id?: undefined;
1441
- workflow_name?: undefined;
1442
- compilation_feedback?: undefined;
1443
- sync?: undefined;
1444
- timeout?: undefined;
1445
- external_id?: undefined;
1446
- display_name?: undefined;
1447
- email?: undefined;
1448
- user_id?: undefined;
1449
- source_role?: undefined;
1450
- target_role?: undefined;
1451
- expire?: undefined;
1452
- jobs?: undefined;
1453
- streams?: undefined;
1454
- entities?: undefined;
1455
- prune_transient?: undefined;
1456
- };
1457
- required?: undefined;
1458
- };
1459
- } | {
1460
- name: string;
1461
- description: string;
1462
- inputSchema: {
1463
- type: string;
1464
- properties: {
1465
- period: {
1466
- type: string;
1467
- };
1468
- status?: undefined;
1469
- workflow_type?: undefined;
1470
- workflow_id?: undefined;
1471
- origin_id?: undefined;
1472
- limit?: undefined;
1473
- offset?: undefined;
1474
- role?: undefined;
1475
- type?: undefined;
1476
- priority?: undefined;
1477
- id?: undefined;
1478
- duration_minutes?: undefined;
1479
- ids?: undefined;
1480
- hint?: undefined;
1481
- invocable?: undefined;
1482
- task_queue?: undefined;
1483
- default_role?: undefined;
1484
- description?: undefined;
1485
- execute_as?: undefined;
1486
- roles?: undefined;
1487
- invocation_roles?: undefined;
1488
- consumes?: undefined;
1489
- tool_tags?: undefined;
1490
- cron_schedule?: undefined;
1491
- include_system?: undefined;
1492
- data?: undefined;
1493
- metadata?: undefined;
1494
- tags?: undefined;
1495
- search?: undefined;
1496
- name?: undefined;
1497
- auto_connect?: undefined;
1498
- app_id?: undefined;
1499
- source_workflow_id?: undefined;
1500
- workflow_name?: undefined;
1501
- compilation_feedback?: undefined;
1502
- sync?: undefined;
1503
- timeout?: undefined;
1504
- external_id?: undefined;
1505
- display_name?: undefined;
1506
- email?: undefined;
1507
- user_id?: undefined;
1508
- source_role?: undefined;
1509
- target_role?: undefined;
1510
- expire?: undefined;
1511
- jobs?: undefined;
1512
- streams?: undefined;
1513
- entities?: undefined;
1514
- prune_transient?: undefined;
1515
- };
1516
- required?: undefined;
1517
- };
1518
- } | {
1519
- name: string;
1520
- description: string;
1521
- inputSchema: {
1522
- type: string;
1523
- properties: {
1524
- id: {
1525
- type: string;
1526
- };
1527
- duration_minutes: {
1528
- type: string;
1529
- };
1530
- status?: undefined;
1531
- workflow_type?: undefined;
1532
- workflow_id?: undefined;
1533
- origin_id?: undefined;
1534
- limit?: undefined;
1535
- offset?: undefined;
1536
- role?: undefined;
1537
- type?: undefined;
1538
- priority?: undefined;
1539
- period?: undefined;
1540
- ids?: undefined;
1541
- hint?: undefined;
1542
- invocable?: undefined;
1543
- task_queue?: undefined;
1544
- default_role?: undefined;
1545
- description?: undefined;
1546
- execute_as?: undefined;
1547
- roles?: undefined;
1548
- invocation_roles?: undefined;
1549
- consumes?: undefined;
1550
- tool_tags?: undefined;
1551
- cron_schedule?: undefined;
1552
- include_system?: undefined;
1553
- data?: undefined;
1554
- metadata?: undefined;
1555
- tags?: undefined;
1556
- search?: undefined;
1557
- name?: undefined;
1558
- auto_connect?: undefined;
1559
- app_id?: undefined;
1560
- source_workflow_id?: undefined;
1561
- workflow_name?: undefined;
1562
- compilation_feedback?: undefined;
1563
- sync?: undefined;
1564
- timeout?: undefined;
1565
- external_id?: undefined;
1566
- display_name?: undefined;
1567
- email?: undefined;
1568
- user_id?: undefined;
1569
- source_role?: undefined;
1570
- target_role?: undefined;
1571
- expire?: undefined;
1572
- jobs?: undefined;
1573
- streams?: undefined;
1574
- entities?: undefined;
1575
- prune_transient?: undefined;
1576
- };
1577
- required: string[];
1578
- };
1579
- } | {
1580
- name: string;
1581
- description: string;
1582
- inputSchema: {
1583
- type: string;
1584
- properties: {
1585
- status?: undefined;
1586
- workflow_type?: undefined;
1587
- workflow_id?: undefined;
1588
- origin_id?: undefined;
1589
- limit?: undefined;
1590
- offset?: undefined;
1591
- role?: undefined;
1592
- type?: undefined;
1593
- priority?: undefined;
1594
- period?: undefined;
1595
- id?: undefined;
1596
- duration_minutes?: undefined;
1597
- ids?: undefined;
1598
- hint?: undefined;
1599
- invocable?: undefined;
1600
- task_queue?: undefined;
1601
- default_role?: undefined;
1602
- description?: undefined;
1603
- execute_as?: undefined;
1604
- roles?: undefined;
1605
- invocation_roles?: undefined;
1606
- consumes?: undefined;
1607
- tool_tags?: undefined;
1608
- cron_schedule?: undefined;
1609
- include_system?: undefined;
1610
- data?: undefined;
1611
- metadata?: undefined;
1612
- tags?: undefined;
1613
- search?: undefined;
1614
- name?: undefined;
1615
- auto_connect?: undefined;
1616
- app_id?: undefined;
1617
- source_workflow_id?: undefined;
1618
- workflow_name?: undefined;
1619
- compilation_feedback?: undefined;
1620
- sync?: undefined;
1621
- timeout?: undefined;
1622
- external_id?: undefined;
1623
- display_name?: undefined;
1624
- email?: undefined;
1625
- user_id?: undefined;
1626
- source_role?: undefined;
1627
- target_role?: undefined;
1628
- expire?: undefined;
1629
- jobs?: undefined;
1630
- streams?: undefined;
1631
- entities?: undefined;
1632
- prune_transient?: undefined;
1633
- };
1634
- required?: undefined;
1635
- };
1636
- } | {
1637
- name: string;
1638
- description: string;
1639
- inputSchema: {
1640
- type: string;
1641
- properties: {
1642
- ids: {
1643
- type: string;
1644
- items: {
1645
- type: string;
1646
- };
1647
- };
1648
- hint: {
1649
- type: string;
1650
- };
1651
- status?: undefined;
1652
- workflow_type?: undefined;
1653
- workflow_id?: undefined;
1654
- origin_id?: undefined;
1655
- limit?: undefined;
1656
- offset?: undefined;
1657
- role?: undefined;
1658
- type?: undefined;
1659
- priority?: undefined;
1660
- period?: undefined;
1661
- id?: undefined;
1662
- duration_minutes?: undefined;
1663
- invocable?: undefined;
1664
- task_queue?: undefined;
1665
- default_role?: undefined;
1666
- description?: undefined;
1667
- execute_as?: undefined;
1668
- roles?: undefined;
1669
- invocation_roles?: undefined;
1670
- consumes?: undefined;
1671
- tool_tags?: undefined;
1672
- cron_schedule?: undefined;
1673
- include_system?: undefined;
1674
- data?: undefined;
1675
- metadata?: undefined;
1676
- tags?: undefined;
1677
- search?: undefined;
1678
- name?: undefined;
1679
- auto_connect?: undefined;
1680
- app_id?: undefined;
1681
- source_workflow_id?: undefined;
1682
- workflow_name?: undefined;
1683
- compilation_feedback?: undefined;
1684
- sync?: undefined;
1685
- timeout?: undefined;
1686
- external_id?: undefined;
1687
- display_name?: undefined;
1688
- email?: undefined;
1689
- user_id?: undefined;
1690
- source_role?: undefined;
1691
- target_role?: undefined;
1692
- expire?: undefined;
1693
- jobs?: undefined;
1694
- streams?: undefined;
1695
- entities?: undefined;
1696
- prune_transient?: undefined;
1697
- };
1698
- required: string[];
1699
- };
1700
- } | {
1701
- name: string;
1702
- description: string;
1703
- inputSchema: {
1704
- type: string;
1705
- properties: {
1706
- workflow_type: {
1707
- type: string;
1708
- };
1709
- invocable: {
1710
- type: string;
1711
- };
1712
- task_queue: {
1713
- type: string;
1714
- };
1715
- default_role: {
1716
- type: string;
1717
- };
1718
- description: {
1719
- type: string;
1720
- };
1721
- execute_as: {
1722
- type: string;
1723
- };
1724
- roles: {
1725
- type: string;
1726
- items: {
1727
- type: string;
1728
- properties?: undefined;
1729
- required?: undefined;
1730
- };
1731
- };
1732
- invocation_roles: {
1733
- type: string;
1734
- items: {
1735
- type: string;
1736
- };
1737
- };
1738
- consumes: {
1739
- type: string;
1740
- items: {
1741
- type: string;
1742
- };
1743
- };
1744
- tool_tags: {
1745
- type: string;
1746
- items: {
1747
- type: string;
1748
- };
1749
- };
1750
- cron_schedule: {
1751
- type: string;
1752
- };
1753
- status?: undefined;
1754
- workflow_id?: undefined;
1755
- origin_id?: undefined;
1756
- limit?: undefined;
1757
- offset?: undefined;
1758
- role?: undefined;
1759
- type?: undefined;
1760
- priority?: undefined;
1761
- period?: undefined;
1762
- id?: undefined;
1763
- duration_minutes?: undefined;
1764
- ids?: undefined;
1765
- hint?: undefined;
1766
- include_system?: undefined;
1767
- data?: undefined;
1768
- metadata?: undefined;
1769
- tags?: undefined;
1770
- search?: undefined;
1771
- name?: undefined;
1772
- auto_connect?: undefined;
1773
- app_id?: undefined;
1774
- source_workflow_id?: undefined;
1775
- workflow_name?: undefined;
1776
- compilation_feedback?: undefined;
1777
- sync?: undefined;
1778
- timeout?: undefined;
1779
- external_id?: undefined;
1780
- display_name?: undefined;
1781
- email?: undefined;
1782
- user_id?: undefined;
1783
- source_role?: undefined;
1784
- target_role?: undefined;
1785
- expire?: undefined;
1786
- jobs?: undefined;
1787
- streams?: undefined;
1788
- entities?: undefined;
1789
- prune_transient?: undefined;
1790
- };
1791
- required: string[];
1792
- };
1793
- } | {
1794
- name: string;
1795
- description: string;
1796
- inputSchema: {
1797
- type: string;
1798
- properties: {
1799
- workflow_type: {
1800
- type: string;
1801
- };
1802
- status?: undefined;
1803
- workflow_id?: undefined;
1804
- origin_id?: undefined;
1805
- limit?: undefined;
1806
- offset?: undefined;
1807
- role?: undefined;
1808
- type?: undefined;
1809
- priority?: undefined;
1810
- period?: undefined;
1811
- id?: undefined;
1812
- duration_minutes?: undefined;
1813
- ids?: undefined;
1814
- hint?: undefined;
1815
- invocable?: undefined;
1816
- task_queue?: undefined;
1817
- default_role?: undefined;
1818
- description?: undefined;
1819
- execute_as?: undefined;
1820
- roles?: undefined;
1821
- invocation_roles?: undefined;
1822
- consumes?: undefined;
1823
- tool_tags?: undefined;
1824
- cron_schedule?: undefined;
1825
- include_system?: undefined;
1826
- data?: undefined;
1827
- metadata?: undefined;
1828
- tags?: undefined;
1829
- search?: undefined;
1830
- name?: undefined;
1831
- auto_connect?: undefined;
1832
- app_id?: undefined;
1833
- source_workflow_id?: undefined;
1834
- workflow_name?: undefined;
1835
- compilation_feedback?: undefined;
1836
- sync?: undefined;
1837
- timeout?: undefined;
1838
- external_id?: undefined;
1839
- display_name?: undefined;
1840
- email?: undefined;
1841
- user_id?: undefined;
1842
- source_role?: undefined;
1843
- target_role?: undefined;
1844
- expire?: undefined;
1845
- jobs?: undefined;
1846
- streams?: undefined;
1847
- entities?: undefined;
1848
- prune_transient?: undefined;
1849
- };
1850
- required: string[];
1851
- };
1852
- } | {
1853
- name: string;
1854
- description: string;
1855
- inputSchema: {
1856
- type: string;
1857
- properties: {
1858
- include_system: {
1859
- type: string;
1860
- };
1861
- status?: undefined;
1862
- workflow_type?: undefined;
1863
- workflow_id?: undefined;
1864
- origin_id?: undefined;
1865
- limit?: undefined;
1866
- offset?: undefined;
1867
- role?: undefined;
1868
- type?: undefined;
1869
- priority?: undefined;
1870
- period?: undefined;
1871
- id?: undefined;
1872
- duration_minutes?: undefined;
1873
- ids?: undefined;
1874
- hint?: undefined;
1875
- invocable?: undefined;
1876
- task_queue?: undefined;
1877
- default_role?: undefined;
1878
- description?: undefined;
1879
- execute_as?: undefined;
1880
- roles?: undefined;
1881
- invocation_roles?: undefined;
1882
- consumes?: undefined;
1883
- tool_tags?: undefined;
1884
- cron_schedule?: undefined;
1885
- data?: undefined;
1886
- metadata?: undefined;
1887
- tags?: undefined;
1888
- search?: undefined;
1889
- name?: undefined;
1890
- auto_connect?: undefined;
1891
- app_id?: undefined;
1892
- source_workflow_id?: undefined;
1893
- workflow_name?: undefined;
1894
- compilation_feedback?: undefined;
1895
- sync?: undefined;
1896
- timeout?: undefined;
1897
- external_id?: undefined;
1898
- display_name?: undefined;
1899
- email?: undefined;
1900
- user_id?: undefined;
1901
- source_role?: undefined;
1902
- target_role?: undefined;
1903
- expire?: undefined;
1904
- jobs?: undefined;
1905
- streams?: undefined;
1906
- entities?: undefined;
1907
- prune_transient?: undefined;
1908
- };
1909
- required?: undefined;
1910
- };
1911
- } | {
1912
- name: string;
1913
- description: string;
1914
- inputSchema: {
1915
- type: string;
1916
- properties: {
1917
- workflow_type: {
1918
- type: string;
1919
- };
1920
- data: {
1921
- type: string;
1922
- };
1923
- metadata: {
1924
- type: string;
1925
- };
1926
- execute_as: {
1927
- type: string;
1928
- };
1929
- status?: undefined;
1930
- workflow_id?: undefined;
1931
- origin_id?: undefined;
1932
- limit?: undefined;
1933
- offset?: undefined;
1934
- role?: undefined;
1935
- type?: undefined;
1936
- priority?: undefined;
1937
- period?: undefined;
1938
- id?: undefined;
1939
- duration_minutes?: undefined;
1940
- ids?: undefined;
1941
- hint?: undefined;
1942
- invocable?: undefined;
1943
- task_queue?: undefined;
1944
- default_role?: undefined;
1945
- description?: undefined;
1946
- roles?: undefined;
1947
- invocation_roles?: undefined;
1948
- consumes?: undefined;
1949
- tool_tags?: undefined;
1950
- cron_schedule?: undefined;
1951
- include_system?: undefined;
1952
- tags?: undefined;
1953
- search?: undefined;
1954
- name?: undefined;
1955
- auto_connect?: undefined;
1956
- app_id?: undefined;
1957
- source_workflow_id?: undefined;
1958
- workflow_name?: undefined;
1959
- compilation_feedback?: undefined;
1960
- sync?: undefined;
1961
- timeout?: undefined;
1962
- external_id?: undefined;
1963
- display_name?: undefined;
1964
- email?: undefined;
1965
- user_id?: undefined;
1966
- source_role?: undefined;
1967
- target_role?: undefined;
1968
- expire?: undefined;
1969
- jobs?: undefined;
1970
- streams?: undefined;
1971
- entities?: undefined;
1972
- prune_transient?: undefined;
1973
- };
1974
- required: string[];
1975
- };
1976
- } | {
1977
- name: string;
1978
- description: string;
1979
- inputSchema: {
1980
- type: string;
1981
- properties: {
1982
- workflow_id: {
1983
- type: string;
1984
- };
1985
- status?: undefined;
1986
- workflow_type?: undefined;
1987
- origin_id?: undefined;
1988
- limit?: undefined;
1989
- offset?: undefined;
1990
- role?: undefined;
1991
- type?: undefined;
1992
- priority?: undefined;
1993
- period?: undefined;
1994
- id?: undefined;
1995
- duration_minutes?: undefined;
1996
- ids?: undefined;
1997
- hint?: undefined;
1998
- invocable?: undefined;
1999
- task_queue?: undefined;
2000
- default_role?: undefined;
2001
- description?: undefined;
2002
- execute_as?: undefined;
2003
- roles?: undefined;
2004
- invocation_roles?: undefined;
2005
- consumes?: undefined;
2006
- tool_tags?: undefined;
2007
- cron_schedule?: undefined;
2008
- include_system?: undefined;
2009
- data?: undefined;
2010
- metadata?: undefined;
2011
- tags?: undefined;
2012
- search?: undefined;
2013
- name?: undefined;
2014
- auto_connect?: undefined;
2015
- app_id?: undefined;
2016
- source_workflow_id?: undefined;
2017
- workflow_name?: undefined;
2018
- compilation_feedback?: undefined;
2019
- sync?: undefined;
2020
- timeout?: undefined;
2021
- external_id?: undefined;
2022
- display_name?: undefined;
2023
- email?: undefined;
2024
- user_id?: undefined;
2025
- source_role?: undefined;
2026
- target_role?: undefined;
2027
- expire?: undefined;
2028
- jobs?: undefined;
2029
- streams?: undefined;
2030
- entities?: undefined;
2031
- prune_transient?: undefined;
2032
- };
2033
- required: string[];
2034
- };
2035
- } | {
2036
- name: string;
2037
- description: string;
2038
- inputSchema: {
2039
- type: string;
2040
- properties: {
2041
- status: {
2042
- type: string;
2043
- enum?: undefined;
2044
- };
2045
- tags: {
2046
- type: string;
2047
- items?: undefined;
2048
- };
2049
- search: {
2050
- type: string;
2051
- };
2052
- limit: {
2053
- type: string;
2054
- };
2055
- offset: {
2056
- type: string;
2057
- };
2058
- workflow_type?: undefined;
2059
- workflow_id?: undefined;
2060
- origin_id?: undefined;
2061
- role?: undefined;
2062
- type?: undefined;
2063
- priority?: undefined;
2064
- period?: undefined;
2065
- id?: undefined;
2066
- duration_minutes?: undefined;
2067
- ids?: undefined;
2068
- hint?: undefined;
2069
- invocable?: undefined;
2070
- task_queue?: undefined;
2071
- default_role?: undefined;
2072
- description?: undefined;
2073
- execute_as?: undefined;
2074
- roles?: undefined;
2075
- invocation_roles?: undefined;
2076
- consumes?: undefined;
2077
- tool_tags?: undefined;
2078
- cron_schedule?: undefined;
2079
- include_system?: undefined;
2080
- data?: undefined;
2081
- metadata?: undefined;
2082
- name?: undefined;
2083
- auto_connect?: undefined;
2084
- app_id?: undefined;
2085
- source_workflow_id?: undefined;
2086
- workflow_name?: undefined;
2087
- compilation_feedback?: undefined;
2088
- sync?: undefined;
2089
- timeout?: undefined;
2090
- external_id?: undefined;
2091
- display_name?: undefined;
2092
- email?: undefined;
2093
- user_id?: undefined;
2094
- source_role?: undefined;
2095
- target_role?: undefined;
2096
- expire?: undefined;
2097
- jobs?: undefined;
2098
- streams?: undefined;
2099
- entities?: undefined;
2100
- prune_transient?: undefined;
2101
- };
2102
- required?: undefined;
2103
- };
2104
- } | {
2105
- name: string;
2106
- description: string;
2107
- inputSchema: {
2108
- type: string;
2109
- properties: {
2110
- id: {
2111
- type: string;
2112
- };
2113
- name: {
2114
- type: string;
2115
- };
2116
- description: {
2117
- type: string;
2118
- };
2119
- tags: {
2120
- type: string;
2121
- items: {
2122
- type: string;
2123
- };
2124
- };
2125
- auto_connect: {
2126
- type: string;
2127
- };
2128
- status?: undefined;
2129
- workflow_type?: undefined;
2130
- workflow_id?: undefined;
2131
- origin_id?: undefined;
2132
- limit?: undefined;
2133
- offset?: undefined;
2134
- role?: undefined;
2135
- type?: undefined;
2136
- priority?: undefined;
2137
- period?: undefined;
2138
- duration_minutes?: undefined;
2139
- ids?: undefined;
2140
- hint?: undefined;
2141
- invocable?: undefined;
2142
- task_queue?: undefined;
2143
- default_role?: undefined;
2144
- execute_as?: undefined;
2145
- roles?: undefined;
2146
- invocation_roles?: undefined;
2147
- consumes?: undefined;
2148
- tool_tags?: undefined;
2149
- cron_schedule?: undefined;
2150
- include_system?: undefined;
2151
- data?: undefined;
2152
- metadata?: undefined;
2153
- search?: undefined;
2154
- app_id?: undefined;
2155
- source_workflow_id?: undefined;
2156
- workflow_name?: undefined;
2157
- compilation_feedback?: undefined;
2158
- sync?: undefined;
2159
- timeout?: undefined;
2160
- external_id?: undefined;
2161
- display_name?: undefined;
2162
- email?: undefined;
2163
- user_id?: undefined;
2164
- source_role?: undefined;
2165
- target_role?: undefined;
2166
- expire?: undefined;
2167
- jobs?: undefined;
2168
- streams?: undefined;
2169
- entities?: undefined;
2170
- prune_transient?: undefined;
2171
- };
2172
- required: string[];
2173
- };
2174
- } | {
2175
- name: string;
2176
- description: string;
2177
- inputSchema: {
2178
- type: string;
2179
- properties: {
2180
- id: {
2181
- type: string;
2182
- };
2183
- status?: undefined;
2184
- workflow_type?: undefined;
2185
- workflow_id?: undefined;
2186
- origin_id?: undefined;
2187
- limit?: undefined;
2188
- offset?: undefined;
2189
- role?: undefined;
2190
- type?: undefined;
2191
- priority?: undefined;
2192
- period?: undefined;
2193
- duration_minutes?: undefined;
2194
- ids?: undefined;
2195
- hint?: undefined;
2196
- invocable?: undefined;
2197
- task_queue?: undefined;
2198
- default_role?: undefined;
2199
- description?: undefined;
2200
- execute_as?: undefined;
2201
- roles?: undefined;
2202
- invocation_roles?: undefined;
2203
- consumes?: undefined;
2204
- tool_tags?: undefined;
2205
- cron_schedule?: undefined;
2206
- include_system?: undefined;
2207
- data?: undefined;
2208
- metadata?: undefined;
2209
- tags?: undefined;
2210
- search?: undefined;
2211
- name?: undefined;
2212
- auto_connect?: undefined;
2213
- app_id?: undefined;
2214
- source_workflow_id?: undefined;
2215
- workflow_name?: undefined;
2216
- compilation_feedback?: undefined;
2217
- sync?: undefined;
2218
- timeout?: undefined;
2219
- external_id?: undefined;
2220
- display_name?: undefined;
2221
- email?: undefined;
2222
- user_id?: undefined;
2223
- source_role?: undefined;
2224
- target_role?: undefined;
2225
- expire?: undefined;
2226
- jobs?: undefined;
2227
- streams?: undefined;
2228
- entities?: undefined;
2229
- prune_transient?: undefined;
2230
- };
2231
- required: string[];
2232
- };
2233
- } | {
2234
- name: string;
2235
- description: string;
2236
- inputSchema: {
2237
- type: string;
2238
- properties: {
2239
- status: {
2240
- type: string;
2241
- enum?: undefined;
2242
- };
2243
- app_id: {
2244
- type: string;
2245
- };
2246
- search: {
2247
- type: string;
2248
- };
2249
- source_workflow_id: {
2250
- type: string;
2251
- };
2252
- limit: {
2253
- type: string;
2254
- };
2255
- offset: {
2256
- type: string;
2257
- };
2258
- workflow_type?: undefined;
2259
- workflow_id?: undefined;
2260
- origin_id?: undefined;
2261
- role?: undefined;
2262
- type?: undefined;
2263
- priority?: undefined;
2264
- period?: undefined;
2265
- id?: undefined;
2266
- duration_minutes?: undefined;
2267
- ids?: undefined;
2268
- hint?: undefined;
2269
- invocable?: undefined;
2270
- task_queue?: undefined;
2271
- default_role?: undefined;
2272
- description?: undefined;
2273
- execute_as?: undefined;
2274
- roles?: undefined;
2275
- invocation_roles?: undefined;
2276
- consumes?: undefined;
2277
- tool_tags?: undefined;
2278
- cron_schedule?: undefined;
2279
- include_system?: undefined;
2280
- data?: undefined;
2281
- metadata?: undefined;
2282
- tags?: undefined;
2283
- name?: undefined;
2284
- auto_connect?: undefined;
2285
- workflow_name?: undefined;
2286
- compilation_feedback?: undefined;
2287
- sync?: undefined;
2288
- timeout?: undefined;
2289
- external_id?: undefined;
2290
- display_name?: undefined;
2291
- email?: undefined;
2292
- user_id?: undefined;
2293
- source_role?: undefined;
2294
- target_role?: undefined;
2295
- expire?: undefined;
2296
- jobs?: undefined;
2297
- streams?: undefined;
2298
- entities?: undefined;
2299
- prune_transient?: undefined;
2300
- };
2301
- required?: undefined;
2302
- };
2303
- } | {
2304
- name: string;
2305
- description: string;
2306
- inputSchema: {
2307
- type: string;
2308
- properties: {
2309
- workflow_id: {
2310
- type: string;
2311
- };
2312
- task_queue: {
2313
- type: string;
2314
- };
2315
- workflow_name: {
2316
- type: string;
2317
- };
2318
- name: {
2319
- type: string;
2320
- };
2321
- description: {
2322
- type: string;
2323
- };
2324
- app_id: {
2325
- type: string;
2326
- };
2327
- tags: {
2328
- type: string;
2329
- items: {
2330
- type: string;
2331
- };
2332
- };
2333
- compilation_feedback: {
2334
- type: string;
2335
- };
2336
- status?: undefined;
2337
- workflow_type?: undefined;
2338
- origin_id?: undefined;
2339
- limit?: undefined;
2340
- offset?: undefined;
2341
- role?: undefined;
2342
- type?: undefined;
2343
- priority?: undefined;
2344
- period?: undefined;
2345
- id?: undefined;
2346
- duration_minutes?: undefined;
2347
- ids?: undefined;
2348
- hint?: undefined;
2349
- invocable?: undefined;
2350
- default_role?: undefined;
2351
- execute_as?: undefined;
2352
- roles?: undefined;
2353
- invocation_roles?: undefined;
2354
- consumes?: undefined;
2355
- tool_tags?: undefined;
2356
- cron_schedule?: undefined;
2357
- include_system?: undefined;
2358
- data?: undefined;
2359
- metadata?: undefined;
2360
- search?: undefined;
2361
- auto_connect?: undefined;
2362
- source_workflow_id?: undefined;
2363
- sync?: undefined;
2364
- timeout?: undefined;
2365
- external_id?: undefined;
2366
- display_name?: undefined;
2367
- email?: undefined;
2368
- user_id?: undefined;
2369
- source_role?: undefined;
2370
- target_role?: undefined;
2371
- expire?: undefined;
2372
- jobs?: undefined;
2373
- streams?: undefined;
2374
- entities?: undefined;
2375
- prune_transient?: undefined;
2376
- };
2377
- required: string[];
2378
- };
2379
- } | {
2380
- name: string;
2381
- description: string;
2382
- inputSchema: {
2383
- type: string;
2384
- properties: {
2385
- id: {
2386
- type: string;
2387
- };
2388
- data: {
2389
- type: string;
2390
- };
2391
- sync: {
2392
- type: string;
2393
- };
2394
- timeout: {
2395
- type: string;
2396
- };
2397
- status?: undefined;
2398
- workflow_type?: undefined;
2399
- workflow_id?: undefined;
2400
- origin_id?: undefined;
2401
- limit?: undefined;
2402
- offset?: undefined;
2403
- role?: undefined;
2404
- type?: undefined;
2405
- priority?: undefined;
2406
- period?: undefined;
2407
- duration_minutes?: undefined;
2408
- ids?: undefined;
2409
- hint?: undefined;
2410
- invocable?: undefined;
2411
- task_queue?: undefined;
2412
- default_role?: undefined;
2413
- description?: undefined;
2414
- execute_as?: undefined;
2415
- roles?: undefined;
2416
- invocation_roles?: undefined;
2417
- consumes?: undefined;
2418
- tool_tags?: undefined;
2419
- cron_schedule?: undefined;
2420
- include_system?: undefined;
2421
- metadata?: undefined;
2422
- tags?: undefined;
2423
- search?: undefined;
2424
- name?: undefined;
2425
- auto_connect?: undefined;
2426
- app_id?: undefined;
2427
- source_workflow_id?: undefined;
2428
- workflow_name?: undefined;
2429
- compilation_feedback?: undefined;
2430
- external_id?: undefined;
2431
- display_name?: undefined;
2432
- email?: undefined;
2433
- user_id?: undefined;
2434
- source_role?: undefined;
2435
- target_role?: undefined;
2436
- expire?: undefined;
2437
- jobs?: undefined;
2438
- streams?: undefined;
2439
- entities?: undefined;
2440
- prune_transient?: undefined;
2441
- };
2442
- required: string[];
2443
- };
2444
- } | {
2445
- name: string;
2446
- description: string;
2447
- inputSchema: {
2448
- type: string;
2449
- properties: {
2450
- role: {
2451
- type: string;
2452
- };
2453
- status: {
2454
- type: string;
2455
- enum?: undefined;
2456
- };
2457
- limit: {
2458
- type: string;
2459
- };
2460
- offset: {
2461
- type: string;
2462
- };
2463
- workflow_type?: undefined;
2464
- workflow_id?: undefined;
2465
- origin_id?: undefined;
2466
- type?: undefined;
2467
- priority?: undefined;
2468
- period?: undefined;
2469
- id?: undefined;
2470
- duration_minutes?: undefined;
2471
- ids?: undefined;
2472
- hint?: undefined;
2473
- invocable?: undefined;
2474
- task_queue?: undefined;
2475
- default_role?: undefined;
2476
- description?: undefined;
2477
- execute_as?: undefined;
2478
- roles?: undefined;
2479
- invocation_roles?: undefined;
2480
- consumes?: undefined;
2481
- tool_tags?: undefined;
2482
- cron_schedule?: undefined;
2483
- include_system?: undefined;
2484
- data?: undefined;
2485
- metadata?: undefined;
2486
- tags?: undefined;
2487
- search?: undefined;
2488
- name?: undefined;
2489
- auto_connect?: undefined;
2490
- app_id?: undefined;
2491
- source_workflow_id?: undefined;
2492
- workflow_name?: undefined;
2493
- compilation_feedback?: undefined;
2494
- sync?: undefined;
2495
- timeout?: undefined;
2496
- external_id?: undefined;
2497
- display_name?: undefined;
2498
- email?: undefined;
2499
- user_id?: undefined;
2500
- source_role?: undefined;
2501
- target_role?: undefined;
2502
- expire?: undefined;
2503
- jobs?: undefined;
2504
- streams?: undefined;
2505
- entities?: undefined;
2506
- prune_transient?: undefined;
2507
- };
2508
- required?: undefined;
2509
- };
2510
- } | {
2511
- name: string;
2512
- description: string;
2513
- inputSchema: {
2514
- type: string;
2515
- properties: {
2516
- external_id: {
2517
- type: string;
2518
- };
2519
- display_name: {
2520
- type: string;
2521
- };
2522
- email: {
2523
- type: string;
2524
- };
2525
- roles: {
2526
- type: string;
2527
- items: {
2528
- type: string;
2529
- properties: {
2530
- role: {
2531
- type: string;
2532
- };
2533
- type: {
2534
- type: string;
2535
- enum: string[];
2536
- };
2537
- };
2538
- required: string[];
2539
- };
2540
- };
2541
- status?: undefined;
2542
- workflow_type?: undefined;
2543
- workflow_id?: undefined;
2544
- origin_id?: undefined;
2545
- limit?: undefined;
2546
- offset?: undefined;
2547
- role?: undefined;
2548
- type?: undefined;
2549
- priority?: undefined;
2550
- period?: undefined;
2551
- id?: undefined;
2552
- duration_minutes?: undefined;
2553
- ids?: undefined;
2554
- hint?: undefined;
2555
- invocable?: undefined;
2556
- task_queue?: undefined;
2557
- default_role?: undefined;
2558
- description?: undefined;
2559
- execute_as?: undefined;
2560
- invocation_roles?: undefined;
2561
- consumes?: undefined;
2562
- tool_tags?: undefined;
2563
- cron_schedule?: undefined;
2564
- include_system?: undefined;
2565
- data?: undefined;
2566
- metadata?: undefined;
2567
- tags?: undefined;
2568
- search?: undefined;
2569
- name?: undefined;
2570
- auto_connect?: undefined;
2571
- app_id?: undefined;
2572
- source_workflow_id?: undefined;
2573
- workflow_name?: undefined;
2574
- compilation_feedback?: undefined;
2575
- sync?: undefined;
2576
- timeout?: undefined;
2577
- user_id?: undefined;
2578
- source_role?: undefined;
2579
- target_role?: undefined;
2580
- expire?: undefined;
2581
- jobs?: undefined;
2582
- streams?: undefined;
2583
- entities?: undefined;
2584
- prune_transient?: undefined;
2585
- };
2586
- required: string[];
2587
- };
2588
- } | {
2589
- name: string;
2590
- description: string;
2591
- inputSchema: {
2592
- type: string;
2593
- properties: {
2594
- user_id: {
2595
- type: string;
2596
- };
2597
- role: {
2598
- type: string;
2599
- };
2600
- type: {
2601
- type: string;
2602
- enum: string[];
2603
- };
2604
- status?: undefined;
2605
- workflow_type?: undefined;
2606
- workflow_id?: undefined;
2607
- origin_id?: undefined;
2608
- limit?: undefined;
2609
- offset?: undefined;
2610
- priority?: undefined;
2611
- period?: undefined;
2612
- id?: undefined;
2613
- duration_minutes?: undefined;
2614
- ids?: undefined;
2615
- hint?: undefined;
2616
- invocable?: undefined;
2617
- task_queue?: undefined;
2618
- default_role?: undefined;
2619
- description?: undefined;
2620
- execute_as?: undefined;
2621
- roles?: undefined;
2622
- invocation_roles?: undefined;
2623
- consumes?: undefined;
2624
- tool_tags?: undefined;
2625
- cron_schedule?: undefined;
2626
- include_system?: undefined;
2627
- data?: undefined;
2628
- metadata?: undefined;
2629
- tags?: undefined;
2630
- search?: undefined;
2631
- name?: undefined;
2632
- auto_connect?: undefined;
2633
- app_id?: undefined;
2634
- source_workflow_id?: undefined;
2635
- workflow_name?: undefined;
2636
- compilation_feedback?: undefined;
2637
- sync?: undefined;
2638
- timeout?: undefined;
2639
- external_id?: undefined;
2640
- display_name?: undefined;
2641
- email?: undefined;
2642
- source_role?: undefined;
2643
- target_role?: undefined;
2644
- expire?: undefined;
2645
- jobs?: undefined;
2646
- streams?: undefined;
2647
- entities?: undefined;
2648
- prune_transient?: undefined;
2649
- };
2650
- required: string[];
2651
- };
2652
- } | {
2653
- name: string;
2654
- description: string;
2655
- inputSchema: {
2656
- type: string;
2657
- properties: {
2658
- user_id: {
2659
- type: string;
2660
- };
2661
- role: {
2662
- type: string;
2663
- };
2664
- status?: undefined;
2665
- workflow_type?: undefined;
2666
- workflow_id?: undefined;
2667
- origin_id?: undefined;
2668
- limit?: undefined;
2669
- offset?: undefined;
2670
- type?: undefined;
2671
- priority?: undefined;
2672
- period?: undefined;
2673
- id?: undefined;
2674
- duration_minutes?: undefined;
2675
- ids?: undefined;
2676
- hint?: undefined;
2677
- invocable?: undefined;
2678
- task_queue?: undefined;
2679
- default_role?: undefined;
2680
- description?: undefined;
2681
- execute_as?: undefined;
2682
- roles?: undefined;
2683
- invocation_roles?: undefined;
2684
- consumes?: undefined;
2685
- tool_tags?: undefined;
2686
- cron_schedule?: undefined;
2687
- include_system?: undefined;
2688
- data?: undefined;
2689
- metadata?: undefined;
2690
- tags?: undefined;
2691
- search?: undefined;
2692
- name?: undefined;
2693
- auto_connect?: undefined;
2694
- app_id?: undefined;
2695
- source_workflow_id?: undefined;
2696
- workflow_name?: undefined;
2697
- compilation_feedback?: undefined;
2698
- sync?: undefined;
2699
- timeout?: undefined;
2700
- external_id?: undefined;
2701
- display_name?: undefined;
2702
- email?: undefined;
2703
- source_role?: undefined;
2704
- target_role?: undefined;
2705
- expire?: undefined;
2706
- jobs?: undefined;
2707
- streams?: undefined;
2708
- entities?: undefined;
2709
- prune_transient?: undefined;
2710
- };
2711
- required: string[];
2712
- };
2713
- } | {
2714
- name: string;
2715
- description: string;
2716
- inputSchema: {
2717
- type: string;
2718
- properties: {
2719
- role: {
2720
- type: string;
2721
- };
2722
- status?: undefined;
2723
- workflow_type?: undefined;
2724
- workflow_id?: undefined;
2725
- origin_id?: undefined;
2726
- limit?: undefined;
2727
- offset?: undefined;
2728
- type?: undefined;
2729
- priority?: undefined;
2730
- period?: undefined;
2731
- id?: undefined;
2732
- duration_minutes?: undefined;
2733
- ids?: undefined;
2734
- hint?: undefined;
2735
- invocable?: undefined;
2736
- task_queue?: undefined;
2737
- default_role?: undefined;
2738
- description?: undefined;
2739
- execute_as?: undefined;
2740
- roles?: undefined;
2741
- invocation_roles?: undefined;
2742
- consumes?: undefined;
2743
- tool_tags?: undefined;
2744
- cron_schedule?: undefined;
2745
- include_system?: undefined;
2746
- data?: undefined;
2747
- metadata?: undefined;
2748
- tags?: undefined;
2749
- search?: undefined;
2750
- name?: undefined;
2751
- auto_connect?: undefined;
2752
- app_id?: undefined;
2753
- source_workflow_id?: undefined;
2754
- workflow_name?: undefined;
2755
- compilation_feedback?: undefined;
2756
- sync?: undefined;
2757
- timeout?: undefined;
2758
- external_id?: undefined;
2759
- display_name?: undefined;
2760
- email?: undefined;
2761
- user_id?: undefined;
2762
- source_role?: undefined;
2763
- target_role?: undefined;
2764
- expire?: undefined;
2765
- jobs?: undefined;
2766
- streams?: undefined;
2767
- entities?: undefined;
2768
- prune_transient?: undefined;
2769
- };
2770
- required: string[];
2771
- };
2772
- } | {
2773
- name: string;
2774
- description: string;
2775
- inputSchema: {
2776
- type: string;
2777
- properties: {
2778
- source_role: {
2779
- type: string;
2780
- };
2781
- target_role: {
2782
- type: string;
2783
- };
2784
- status?: undefined;
2785
- workflow_type?: undefined;
2786
- workflow_id?: undefined;
2787
- origin_id?: undefined;
2788
- limit?: undefined;
2789
- offset?: undefined;
2790
- role?: undefined;
2791
- type?: undefined;
2792
- priority?: undefined;
2793
- period?: undefined;
2794
- id?: undefined;
2795
- duration_minutes?: undefined;
2796
- ids?: undefined;
2797
- hint?: undefined;
2798
- invocable?: undefined;
2799
- task_queue?: undefined;
2800
- default_role?: undefined;
2801
- description?: undefined;
2802
- execute_as?: undefined;
2803
- roles?: undefined;
2804
- invocation_roles?: undefined;
2805
- consumes?: undefined;
2806
- tool_tags?: undefined;
2807
- cron_schedule?: undefined;
2808
- include_system?: undefined;
2809
- data?: undefined;
2810
- metadata?: undefined;
2811
- tags?: undefined;
2812
- search?: undefined;
2813
- name?: undefined;
2814
- auto_connect?: undefined;
2815
- app_id?: undefined;
2816
- source_workflow_id?: undefined;
2817
- workflow_name?: undefined;
2818
- compilation_feedback?: undefined;
2819
- sync?: undefined;
2820
- timeout?: undefined;
2821
- external_id?: undefined;
2822
- display_name?: undefined;
2823
- email?: undefined;
2824
- user_id?: undefined;
2825
- expire?: undefined;
2826
- jobs?: undefined;
2827
- streams?: undefined;
2828
- entities?: undefined;
2829
- prune_transient?: undefined;
2830
- };
2831
- required: string[];
2832
- };
2833
- } | {
2834
- name: string;
2835
- description: string;
2836
- inputSchema: {
2837
- type: string;
2838
- properties: {
2839
- expire: {
2840
- type: string;
2841
- };
2842
- jobs: {
2843
- type: string;
2844
- };
2845
- streams: {
2846
- type: string;
2847
- };
2848
- entities: {
2849
- type: string;
2850
- items: {
2851
- type: string;
2852
- };
2853
- };
2854
- prune_transient: {
2855
- type: string;
2856
- };
2857
- status?: undefined;
2858
- workflow_type?: undefined;
2859
- workflow_id?: undefined;
2860
- origin_id?: undefined;
2861
- limit?: undefined;
2862
- offset?: undefined;
2863
- role?: undefined;
2864
- type?: undefined;
2865
- priority?: undefined;
2866
- period?: undefined;
2867
- id?: undefined;
2868
- duration_minutes?: undefined;
2869
- ids?: undefined;
2870
- hint?: undefined;
2871
- invocable?: undefined;
2872
- task_queue?: undefined;
2873
- default_role?: undefined;
2874
- description?: undefined;
2875
- execute_as?: undefined;
2876
- roles?: undefined;
2877
- invocation_roles?: undefined;
2878
- consumes?: undefined;
2879
- tool_tags?: undefined;
2880
- cron_schedule?: undefined;
2881
- include_system?: undefined;
2882
- data?: undefined;
2883
- metadata?: undefined;
2884
- tags?: undefined;
2885
- search?: undefined;
2886
- name?: undefined;
2887
- auto_connect?: undefined;
2888
- app_id?: undefined;
2889
- source_workflow_id?: undefined;
2890
- workflow_name?: undefined;
2891
- compilation_feedback?: undefined;
2892
- sync?: undefined;
2893
- timeout?: undefined;
2894
- external_id?: undefined;
2895
- display_name?: undefined;
2896
- email?: undefined;
2897
- user_id?: undefined;
2898
- source_role?: undefined;
2899
- target_role?: undefined;
2900
- };
2901
- required?: undefined;
2902
- };
2903
- })[];
2904
- metadata: {
2905
- builtin: boolean;
2906
- category: string;
2907
- level?: undefined;
2908
- };
2909
- tags: string[];
2910
- compile_hints: string;
2911
- credential_providers: never[];
2912
- } | {
2913
- name: string;
2914
- description: string;
2915
- transport_type: string;
2916
- transport_config: {
2917
- builtin: boolean;
2918
- process: string;
2919
- };
2920
- tool_manifest: ({
2921
- name: string;
2922
- description: string;
2923
- inputSchema: {
2924
- type: string;
2925
- properties: {
2926
- domain: {
2927
- type: string;
2928
- description: string;
2929
- };
2930
- key: {
2931
- type: string;
2932
- description: string;
2933
- };
2934
- field: {
2935
- type: string;
2936
- description: string;
2937
- };
2938
- data: {
2939
- description: string;
2940
- };
2941
- tags: {
2942
- type: string;
2943
- items: {
2944
- type: string;
2945
- };
2946
- description: string;
2947
- };
2948
- query?: undefined;
2949
- limit?: undefined;
2950
- offset?: undefined;
2951
- path?: undefined;
2952
- value?: undefined;
2953
- };
2954
- required: string[];
2955
- };
2956
- } | {
2957
- name: string;
2958
- description: string;
2959
- inputSchema: {
2960
- type: string;
2961
- properties: {
2962
- domain: {
2963
- type: string;
2964
- description: string;
2965
- };
2966
- key: {
2967
- type: string;
2968
- description: string;
2969
- };
2970
- field?: undefined;
2971
- data?: undefined;
2972
- tags?: undefined;
2973
- query?: undefined;
2974
- limit?: undefined;
2975
- offset?: undefined;
2976
- path?: undefined;
2977
- value?: undefined;
2978
- };
2979
- required: string[];
2980
- };
2981
- } | {
2982
- name: string;
2983
- description: string;
2984
- inputSchema: {
2985
- type: string;
2986
- properties: {
2987
- domain: {
2988
- type: string;
2989
- description: string;
2990
- };
2991
- query: {
2992
- type: string;
2993
- description: string;
2994
- };
2995
- tags: {
2996
- type: string;
2997
- items: {
2998
- type: string;
2999
- };
3000
- description: string;
3001
- };
3002
- limit: {
3003
- type: string;
3004
- description: string;
3005
- };
3006
- key?: undefined;
3007
- field?: undefined;
3008
- data?: undefined;
3009
- offset?: undefined;
3010
- path?: undefined;
3011
- value?: undefined;
3012
- };
3013
- required: string[];
3014
- };
3015
- } | {
3016
- name: string;
3017
- description: string;
3018
- inputSchema: {
3019
- type: string;
3020
- properties: {
3021
- domain: {
3022
- type: string;
3023
- description: string;
3024
- };
3025
- tags: {
3026
- type: string;
3027
- items: {
3028
- type: string;
3029
- };
3030
- description: string;
3031
- };
3032
- limit: {
3033
- type: string;
3034
- description: string;
3035
- };
3036
- offset: {
3037
- type: string;
3038
- description: string;
3039
- };
3040
- key?: undefined;
3041
- field?: undefined;
3042
- data?: undefined;
3043
- query?: undefined;
3044
- path?: undefined;
3045
- value?: undefined;
3046
- };
3047
- required: string[];
3048
- };
3049
- } | {
3050
- name: string;
3051
- description: string;
3052
- inputSchema: {
3053
- type: string;
3054
- properties: {
3055
- domain?: undefined;
3056
- key?: undefined;
3057
- field?: undefined;
3058
- data?: undefined;
3059
- tags?: undefined;
3060
- query?: undefined;
3061
- limit?: undefined;
3062
- offset?: undefined;
3063
- path?: undefined;
3064
- value?: undefined;
3065
- };
3066
- required?: undefined;
3067
- };
3068
- } | {
3069
- name: string;
3070
- description: string;
3071
- inputSchema: {
3072
- type: string;
3073
- properties: {
3074
- domain: {
3075
- type: string;
3076
- description: string;
3077
- };
3078
- key: {
3079
- type: string;
3080
- description: string;
3081
- };
3082
- path: {
3083
- type: string;
3084
- description: string;
3085
- };
3086
- value: {
3087
- description: string;
3088
- };
3089
- field?: undefined;
3090
- data?: undefined;
3091
- tags?: undefined;
3092
- query?: undefined;
3093
- limit?: undefined;
3094
- offset?: undefined;
3095
- };
3096
- required: string[];
3097
- };
3098
- })[];
3099
- metadata: {
3100
- builtin: boolean;
3101
- category: string;
3102
- level?: undefined;
3103
- };
3104
- tags: string[];
3105
- compile_hints: string;
3106
- credential_providers: never[];
3107
- } | {
3108
- name: string;
3109
- description: string;
3110
- transport_type: string;
3111
- transport_config: {
3112
- builtin: boolean;
3113
- process: string;
3114
- };
3115
- tool_manifest: ({
3116
- name: string;
3117
- description: string;
3118
- inputSchema: {
3119
- type: string;
3120
- properties: {
3121
- endpoint: {
3122
- type: string;
3123
- description: string;
3124
- };
3125
- method: {
3126
- type: string;
3127
- description: string;
3128
- };
3129
- headers: {
3130
- type: string;
3131
- description: string;
3132
- };
3133
- query: {
3134
- type: string;
3135
- description: string;
3136
- };
3137
- body: {
3138
- description: string;
3139
- };
3140
- request_schema: {
3141
- type: string;
3142
- description: string;
3143
- };
3144
- response_schema: {
3145
- type: string;
3146
- description: string;
3147
- };
3148
- timeout_ms: {
3149
- type: string;
3150
- description: string;
3151
- };
3152
- credential_provider: {
3153
- type: string;
3154
- description: string;
3155
- };
3156
- credential_label: {
3157
- type: string;
3158
- description: string;
3159
- };
3160
- auth_scheme: {
3161
- type: string;
3162
- description: string;
3163
- };
3164
- auth_header: {
3165
- type: string;
3166
- description: string;
3167
- };
3168
- data?: undefined;
3169
- schema?: undefined;
3170
- };
3171
- required: string[];
3172
- };
3173
- } | {
3174
- name: string;
3175
- description: string;
3176
- inputSchema: {
3177
- type: string;
3178
- properties: {
3179
- data: {
3180
- description: string;
3181
- };
3182
- schema: {
3183
- type: string;
3184
- description: string;
3185
- };
3186
- endpoint?: undefined;
3187
- method?: undefined;
3188
- headers?: undefined;
3189
- query?: undefined;
3190
- body?: undefined;
3191
- request_schema?: undefined;
3192
- response_schema?: undefined;
3193
- timeout_ms?: undefined;
3194
- credential_provider?: undefined;
3195
- credential_label?: undefined;
3196
- auth_scheme?: undefined;
3197
- auth_header?: undefined;
3198
- };
3199
- required: string[];
3200
- };
3201
- })[];
3202
- metadata: {
3203
- builtin: boolean;
3204
- category: string;
3205
- level?: undefined;
3206
- };
3207
- tags: string[];
3208
- compile_hints: string;
3209
- credential_providers: never[];
3210
- })[];