@hotmeshio/long-tail 0.10.0 → 0.10.2

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 (240) hide show
  1. package/build/api/me.d.ts +16 -0
  2. package/build/api/me.js +79 -0
  3. package/build/api/roles.d.ts +6 -0
  4. package/build/api/roles.js +10 -0
  5. package/build/lib/db/schemas/022_user_preferences.sql +18 -0
  6. package/build/routes/index.js +2 -0
  7. package/build/routes/me.d.ts +2 -0
  8. package/build/routes/me.js +57 -0
  9. package/build/sdk/index.d.ts +6 -0
  10. package/build/sdk/index.js +11 -0
  11. package/build/services/role/index.js +1 -0
  12. package/build/services/role/sql.d.ts +5 -2
  13. package/build/services/role/sql.js +7 -1
  14. package/build/services/role/types.d.ts +16 -0
  15. package/build/services/user/index.d.ts +1 -0
  16. package/build/services/user/index.js +5 -1
  17. package/build/services/user/preferences.d.ts +15 -0
  18. package/build/services/user/preferences.js +38 -0
  19. package/build/system/mcp-servers/admin/schemas.d.ts +26 -0
  20. package/build/system/mcp-servers/admin/schemas.js +6 -0
  21. package/build/system/mcp-servers/admin/users.js +6 -3
  22. package/build/system/seed/tool-manifests-admin.d.ts +167 -0
  23. package/build/system/seed/tool-manifests-admin.js +1 -1
  24. package/build/tsconfig.tsbuildinfo +1 -1
  25. package/dashboard/dist/assets/{AdminDashboard-DQS74RL0.js → AdminDashboard-Dy031e9g.js} +2 -2
  26. package/dashboard/dist/assets/{AdminDashboard-DQS74RL0.js.map → AdminDashboard-Dy031e9g.js.map} +1 -1
  27. package/dashboard/dist/assets/{AgentConfigPage-CSMCrFR4.js → AgentConfigPage-CqmtYBbC.js} +6 -6
  28. package/dashboard/dist/assets/{AgentConfigPage-CSMCrFR4.js.map → AgentConfigPage-CqmtYBbC.js.map} +1 -1
  29. package/dashboard/dist/assets/{AgentDetailPage-CDiopQ7D.js → AgentDetailPage-oYLBrN74.js} +3 -3
  30. package/dashboard/dist/assets/{AgentDetailPage-CDiopQ7D.js.map → AgentDetailPage-oYLBrN74.js.map} +1 -1
  31. package/dashboard/dist/assets/{AgentsPage-CyUXe9n4.js → AgentsPage-CHczRx5N.js} +2 -2
  32. package/dashboard/dist/assets/{AgentsPage-CyUXe9n4.js.map → AgentsPage-CHczRx5N.js.map} +1 -1
  33. package/dashboard/dist/assets/AvailableEscalationsPage-DDVuivEE.js +2 -0
  34. package/dashboard/dist/assets/AvailableEscalationsPage-DDVuivEE.js.map +1 -0
  35. package/dashboard/dist/assets/BotPicker-2QEIpc-K.js +2 -0
  36. package/dashboard/dist/assets/{BotPicker-BuCGvEed.js.map → BotPicker-2QEIpc-K.js.map} +1 -1
  37. package/dashboard/dist/assets/{CapabilitiesPage-nTv4STcG.js → CapabilitiesPage-lQJGZ_-t.js} +2 -2
  38. package/dashboard/dist/assets/{CapabilitiesPage-nTv4STcG.js.map → CapabilitiesPage-lQJGZ_-t.js.map} +1 -1
  39. package/dashboard/dist/assets/{CollapsibleSection-CkOks9Cf.js → CollapsibleSection-CHWP0WI6.js} +2 -2
  40. package/dashboard/dist/assets/{CollapsibleSection-CkOks9Cf.js.map → CollapsibleSection-CHWP0WI6.js.map} +1 -1
  41. package/dashboard/dist/assets/CountdownTimer-TXsRlTU4.js +2 -0
  42. package/dashboard/dist/assets/CountdownTimer-TXsRlTU4.js.map +1 -0
  43. package/dashboard/dist/assets/{CredentialsPage-BwA7k9Cb.js → CredentialsPage-BKxS-1sA.js} +2 -2
  44. package/dashboard/dist/assets/{CredentialsPage-BwA7k9Cb.js.map → CredentialsPage-BKxS-1sA.js.map} +1 -1
  45. package/dashboard/dist/assets/{CronLabel-jC_i-Lh9.js → CronLabel-Bd2G0Rap.js} +2 -2
  46. package/dashboard/dist/assets/{CronLabel-jC_i-Lh9.js.map → CronLabel-Bd2G0Rap.js.map} +1 -1
  47. package/dashboard/dist/assets/{CustomDurationPicker-F6bR2Q5A.js → CustomDurationPicker-j4bBrDJ6.js} +2 -2
  48. package/dashboard/dist/assets/{CustomDurationPicker-F6bR2Q5A.js.map → CustomDurationPicker-j4bBrDJ6.js.map} +1 -1
  49. package/dashboard/dist/assets/{DropZone-zxH-9B8c.js → DropZone-DNDEgMpJ.js} +2 -2
  50. package/dashboard/dist/assets/{DropZone-zxH-9B8c.js.map → DropZone-DNDEgMpJ.js.map} +1 -1
  51. package/dashboard/dist/assets/{ElapsedCell-DZ3RTZFc.js → ElapsedCell-g7GO7f8L.js} +2 -2
  52. package/dashboard/dist/assets/{ElapsedCell-DZ3RTZFc.js.map → ElapsedCell-g7GO7f8L.js.map} +1 -1
  53. package/dashboard/dist/assets/{EscalationListSchemaPage-CaMydHIO.js → EscalationListSchemaPage-CIJ-OgVC.js} +3 -3
  54. package/dashboard/dist/assets/{EscalationListSchemaPage-CaMydHIO.js.map → EscalationListSchemaPage-CIJ-OgVC.js.map} +1 -1
  55. package/dashboard/dist/assets/{EscalationSchemaPage-BlMx2WE6.js → EscalationSchemaPage-C7dHgG8e.js} +3 -3
  56. package/dashboard/dist/assets/{EscalationSchemaPage-BlMx2WE6.js.map → EscalationSchemaPage-C7dHgG8e.js.map} +1 -1
  57. package/dashboard/dist/assets/{EscalationsOverview-DcMkbiSo.js → EscalationsOverview-D8NrATg2.js} +2 -2
  58. package/dashboard/dist/assets/{EscalationsOverview-DcMkbiSo.js.map → EscalationsOverview-D8NrATg2.js.map} +1 -1
  59. package/dashboard/dist/assets/{EventTable-CuZ2Q_wH.js → EventTable-DBV1P2ME.js} +2 -2
  60. package/dashboard/dist/assets/{EventTable-CuZ2Q_wH.js.map → EventTable-DBV1P2ME.js.map} +1 -1
  61. package/dashboard/dist/assets/{GraphInvokePage-CXElQqcV.js → GraphInvokePage-DbHvggQ_.js} +2 -2
  62. package/dashboard/dist/assets/{GraphInvokePage-CXElQqcV.js.map → GraphInvokePage-DbHvggQ_.js.map} +1 -1
  63. package/dashboard/dist/assets/{HomePage-DcWfjZA-.js → HomePage-BpexnDO_.js} +2 -2
  64. package/dashboard/dist/assets/{HomePage-DcWfjZA-.js.map → HomePage-BpexnDO_.js.map} +1 -1
  65. package/dashboard/dist/assets/ListToolbar-KC6LGtKP.js +2 -0
  66. package/dashboard/dist/assets/{ListToolbar-Dmd1UiM-.js.map → ListToolbar-KC6LGtKP.js.map} +1 -1
  67. package/dashboard/dist/assets/{McpOverview-Cul2LFEw.js → McpOverview-BDZC9Hvl.js} +2 -2
  68. package/dashboard/dist/assets/{McpOverview-Cul2LFEw.js.map → McpOverview-BDZC9Hvl.js.map} +1 -1
  69. package/dashboard/dist/assets/{McpQueryDetailPage-BVlQ0WBa.js → McpQueryDetailPage-CXhgX1pS.js} +2 -2
  70. package/dashboard/dist/assets/{McpQueryDetailPage-BVlQ0WBa.js.map → McpQueryDetailPage-CXhgX1pS.js.map} +1 -1
  71. package/dashboard/dist/assets/{McpQueryPage-B7PmO_V-.js → McpQueryPage-CsKNXUhb.js} +2 -2
  72. package/dashboard/dist/assets/{McpQueryPage-B7PmO_V-.js.map → McpQueryPage-CsKNXUhb.js.map} +1 -1
  73. package/dashboard/dist/assets/{McpRunDetailPage-B1RhxxlU.js → McpRunDetailPage-BM3mUSlH.js} +2 -2
  74. package/dashboard/dist/assets/{McpRunDetailPage-B1RhxxlU.js.map → McpRunDetailPage-BM3mUSlH.js.map} +1 -1
  75. package/dashboard/dist/assets/{McpRunsPage-DlSrpxiv.js → McpRunsPage-f5hDbpLo.js} +2 -2
  76. package/dashboard/dist/assets/{McpRunsPage-DlSrpxiv.js.map → McpRunsPage-f5hDbpLo.js.map} +1 -1
  77. package/dashboard/dist/assets/{NamespacePill-BQNMfY0m.js → NamespacePill-C4u6Go1W.js} +2 -2
  78. package/dashboard/dist/assets/{NamespacePill-BQNMfY0m.js.map → NamespacePill-C4u6Go1W.js.map} +1 -1
  79. package/dashboard/dist/assets/OperationsPage-D37cZ8Qh.js +2 -0
  80. package/dashboard/dist/assets/{OperationsPage-vm_ByX41.js.map → OperationsPage-D37cZ8Qh.js.map} +1 -1
  81. package/dashboard/dist/assets/OperatorDashboard-_axS17fp.js +2 -0
  82. package/dashboard/dist/assets/{OperatorDashboard-zviIxH-0.js.map → OperatorDashboard-_axS17fp.js.map} +1 -1
  83. package/dashboard/dist/assets/{PageHeader-BIY1YvKR.js → PageHeader-Bxa1XFz0.js} +2 -2
  84. package/dashboard/dist/assets/{PageHeader-BIY1YvKR.js.map → PageHeader-Bxa1XFz0.js.map} +1 -1
  85. package/dashboard/dist/assets/{PageHeaderWithStats-TUyglVW0.js → PageHeaderWithStats-D_sO0MqJ.js} +2 -2
  86. package/dashboard/dist/assets/{PageHeaderWithStats-TUyglVW0.js.map → PageHeaderWithStats-D_sO0MqJ.js.map} +1 -1
  87. package/dashboard/dist/assets/{ProcessDetailPage-txiMHbMI.js → ProcessDetailPage-D8pAWUXx.js} +2 -2
  88. package/dashboard/dist/assets/{ProcessDetailPage-txiMHbMI.js.map → ProcessDetailPage-D8pAWUXx.js.map} +1 -1
  89. package/dashboard/dist/assets/{ProcessesListPage-CRttlU3L.js → ProcessesListPage-CoQEi_Su.js} +2 -2
  90. package/dashboard/dist/assets/{ProcessesListPage-CRttlU3L.js.map → ProcessesListPage-CoQEi_Su.js.map} +1 -1
  91. package/dashboard/dist/assets/RoleDetailPage-ufbypNNR.js +8 -0
  92. package/dashboard/dist/assets/RoleDetailPage-ufbypNNR.js.map +1 -0
  93. package/dashboard/dist/assets/{RolePill-4LO_CuO3.js → RolePill-DLwmVMam.js} +2 -2
  94. package/dashboard/dist/assets/{RolePill-4LO_CuO3.js.map → RolePill-DLwmVMam.js.map} +1 -1
  95. package/dashboard/dist/assets/RolesPage-CxpXm4Sw.js +2 -0
  96. package/dashboard/dist/assets/{RolesPage-DzrSv6m-.js.map → RolesPage-CxpXm4Sw.js.map} +1 -1
  97. package/dashboard/dist/assets/RunAsSelector-BebF8Lib.js +2 -0
  98. package/dashboard/dist/assets/{RunAsSelector-CiLjlmIE.js.map → RunAsSelector-BebF8Lib.js.map} +1 -1
  99. package/dashboard/dist/assets/{SlidePanel-DK4sWXmp.js → SlidePanel-BDVDuwIf.js} +2 -2
  100. package/dashboard/dist/assets/{SlidePanel-DK4sWXmp.js.map → SlidePanel-BDVDuwIf.js.map} +1 -1
  101. package/dashboard/dist/assets/{StickyPagination-Di6b2GDE.js → StickyPagination-Cd83AHd_.js} +2 -2
  102. package/dashboard/dist/assets/{StickyPagination-Di6b2GDE.js.map → StickyPagination-Cd83AHd_.js.map} +1 -1
  103. package/dashboard/dist/assets/{StreamMessageDetail-BbkU45X_.js → StreamMessageDetail-BIXbrZM0.js} +2 -2
  104. package/dashboard/dist/assets/{StreamMessageDetail-BbkU45X_.js.map → StreamMessageDetail-BIXbrZM0.js.map} +1 -1
  105. package/dashboard/dist/assets/{SwimlaneTimeline-BzsvdstG.js → SwimlaneTimeline-CC5qZjYo.js} +2 -2
  106. package/dashboard/dist/assets/{SwimlaneTimeline-BzsvdstG.js.map → SwimlaneTimeline-CC5qZjYo.js.map} +1 -1
  107. package/dashboard/dist/assets/{TagInput-CK-JhBG2.js → TagInput-C2gi47M8.js} +2 -2
  108. package/dashboard/dist/assets/{TagInput-CK-JhBG2.js.map → TagInput-C2gi47M8.js.map} +1 -1
  109. package/dashboard/dist/assets/{TaskDetailPage-Biikk9o_.js → TaskDetailPage-DnjhW7qv.js} +2 -2
  110. package/dashboard/dist/assets/{TaskDetailPage-Biikk9o_.js.map → TaskDetailPage-DnjhW7qv.js.map} +1 -1
  111. package/dashboard/dist/assets/{TaskQueuePill-C_Vo2Clc.js → TaskQueuePill-BPP0Almh.js} +2 -2
  112. package/dashboard/dist/assets/{TaskQueuePill-C_Vo2Clc.js.map → TaskQueuePill-BPP0Almh.js.map} +1 -1
  113. package/dashboard/dist/assets/{TasksListPage-t9WAft9-.js → TasksListPage-DySfZFgs.js} +2 -2
  114. package/dashboard/dist/assets/{TasksListPage-t9WAft9-.js.map → TasksListPage-DySfZFgs.js.map} +1 -1
  115. package/dashboard/dist/assets/{TimeAgo-I7X6jdne.js → TimeAgo-BKOl-7Tt.js} +2 -2
  116. package/dashboard/dist/assets/{TimeAgo-I7X6jdne.js.map → TimeAgo-BKOl-7Tt.js.map} +1 -1
  117. package/dashboard/dist/assets/{TimestampCell-Cex9nr0t.js → TimestampCell-DGOsba-A.js} +2 -2
  118. package/dashboard/dist/assets/{TimestampCell-Cex9nr0t.js.map → TimestampCell-DGOsba-A.js.map} +1 -1
  119. package/dashboard/dist/assets/ToolPill-D74TkYB-.js +2 -0
  120. package/dashboard/dist/assets/{ToolPill-BCi101Jh.js.map → ToolPill-D74TkYB-.js.map} +1 -1
  121. package/dashboard/dist/assets/{ToolTestPanel--MGaDY-1.js → ToolTestPanel-Bez6OyRL.js} +2 -2
  122. package/dashboard/dist/assets/{ToolTestPanel--MGaDY-1.js.map → ToolTestPanel-Bez6OyRL.js.map} +1 -1
  123. package/dashboard/dist/assets/{TopicDetailPage-B8pHHweA.js → TopicDetailPage-BHccgkU_.js} +2 -2
  124. package/dashboard/dist/assets/{TopicDetailPage-B8pHHweA.js.map → TopicDetailPage-BHccgkU_.js.map} +1 -1
  125. package/dashboard/dist/assets/{TopicsPage-tiOEQz2m.js → TopicsPage-5yW63ELl.js} +2 -2
  126. package/dashboard/dist/assets/{TopicsPage-tiOEQz2m.js.map → TopicsPage-5yW63ELl.js.map} +1 -1
  127. package/dashboard/dist/assets/{UserName-Cdhyuv5K.js → UserName-DcXhOSVm.js} +2 -2
  128. package/dashboard/dist/assets/{UserName-Cdhyuv5K.js.map → UserName-DcXhOSVm.js.map} +1 -1
  129. package/dashboard/dist/assets/{WorkflowExecutionPage-DD1BKj5k.js → WorkflowExecutionPage-CDDLled5.js} +2 -2
  130. package/dashboard/dist/assets/{WorkflowExecutionPage-DD1BKj5k.js.map → WorkflowExecutionPage-CDDLled5.js.map} +1 -1
  131. package/dashboard/dist/assets/WorkflowPill-Fjc2q9U9.js +2 -0
  132. package/dashboard/dist/assets/{WorkflowPill-DHxrAkp3.js.map → WorkflowPill-Fjc2q9U9.js.map} +1 -1
  133. package/dashboard/dist/assets/{WorkflowsDashboard-BeWjDHYW.js → WorkflowsDashboard-C0Bbrd5M.js} +2 -2
  134. package/dashboard/dist/assets/{WorkflowsDashboard-BeWjDHYW.js.map → WorkflowsDashboard-C0Bbrd5M.js.map} +1 -1
  135. package/dashboard/dist/assets/{WorkflowsOverview-CkI-Pmj7.js → WorkflowsOverview-D8MkSMex.js} +2 -2
  136. package/dashboard/dist/assets/{WorkflowsOverview-CkI-Pmj7.js.map → WorkflowsOverview-D8MkSMex.js.map} +1 -1
  137. package/dashboard/dist/assets/{YamlWorkflowDetailPage-BQnO8-PQ.js → YamlWorkflowDetailPage-BcbrYhDI.js} +11 -11
  138. package/dashboard/dist/assets/{YamlWorkflowDetailPage-BQnO8-PQ.js.map → YamlWorkflowDetailPage-BcbrYhDI.js.map} +1 -1
  139. package/dashboard/dist/assets/{YamlWorkflowsPage-DjmNTQ5r.js → YamlWorkflowsPage-9Ki54d-9.js} +2 -2
  140. package/dashboard/dist/assets/{YamlWorkflowsPage-DjmNTQ5r.js.map → YamlWorkflowsPage-9Ki54d-9.js.map} +1 -1
  141. package/dashboard/dist/assets/{agents-2DaoprdB.js → agents-CopQ3t5o.js} +2 -2
  142. package/dashboard/dist/assets/{agents-2DaoprdB.js.map → agents-CopQ3t5o.js.map} +1 -1
  143. package/dashboard/dist/assets/{bots-BdwLwMUg.js → bots-CAYJYL9E.js} +2 -2
  144. package/dashboard/dist/assets/{bots-BdwLwMUg.js.map → bots-CAYJYL9E.js.map} +1 -1
  145. package/dashboard/dist/assets/{capabilities-BsuFeK9J.js → capabilities-5JRieYUy.js} +2 -2
  146. package/dashboard/dist/assets/{capabilities-BsuFeK9J.js.map → capabilities-5JRieYUy.js.map} +1 -1
  147. package/dashboard/dist/assets/{controlplane-CxKOrcFO.js → controlplane-B4rT6tIw.js} +2 -2
  148. package/dashboard/dist/assets/{controlplane-CxKOrcFO.js.map → controlplane-B4rT6tIw.js.map} +1 -1
  149. package/dashboard/dist/assets/{escalation-columns-y5SQ2Ulh.js → escalation-columns-BbS5X61l.js} +2 -2
  150. package/dashboard/dist/assets/{escalation-columns-y5SQ2Ulh.js.map → escalation-columns-BbS5X61l.js.map} +1 -1
  151. package/dashboard/dist/assets/{index-BVZINC_p.js → index-B68A3v-S.js} +2 -2
  152. package/dashboard/dist/assets/{index-BVZINC_p.js.map → index-B68A3v-S.js.map} +1 -1
  153. package/dashboard/dist/assets/{index-CRBXgMsh.js → index-BAi89Xpm.js} +2 -2
  154. package/dashboard/dist/assets/{index-CRBXgMsh.js.map → index-BAi89Xpm.js.map} +1 -1
  155. package/dashboard/dist/assets/index-BJ0jjFsI.js +5 -0
  156. package/dashboard/dist/assets/index-BJ0jjFsI.js.map +1 -0
  157. package/dashboard/dist/assets/index-BOJMUk4F.js +2 -0
  158. package/dashboard/dist/assets/{index-BYEkfaUq.js.map → index-BOJMUk4F.js.map} +1 -1
  159. package/dashboard/dist/assets/{index-DyS2DHqy.js → index-BrgYykPV.js} +2 -2
  160. package/dashboard/dist/assets/{index-DyS2DHqy.js.map → index-BrgYykPV.js.map} +1 -1
  161. package/dashboard/dist/assets/{index-DJ5nhcGB.js → index-BxgtIqvl.js} +2 -2
  162. package/dashboard/dist/assets/{index-DJ5nhcGB.js.map → index-BxgtIqvl.js.map} +1 -1
  163. package/dashboard/dist/assets/index-C0cHXaX-.css +1 -0
  164. package/dashboard/dist/assets/{index-DVLBkcoD.js → index-CDHDoHYz.js} +2 -2
  165. package/dashboard/dist/assets/{index-DVLBkcoD.js.map → index-CDHDoHYz.js.map} +1 -1
  166. package/dashboard/dist/assets/index-CUZJHXew.js +2 -0
  167. package/dashboard/dist/assets/{index-H6Vp-gPG.js.map → index-CUZJHXew.js.map} +1 -1
  168. package/dashboard/dist/assets/index-D5n_e59T.js +2 -0
  169. package/dashboard/dist/assets/{index-BC1NxetR.js.map → index-D5n_e59T.js.map} +1 -1
  170. package/dashboard/dist/assets/index-DIgiIoou.js +63 -0
  171. package/dashboard/dist/assets/index-DIgiIoou.js.map +1 -0
  172. package/dashboard/dist/assets/{index-Cfq3UKd8.js → index-Dd1RxGNw.js} +2 -2
  173. package/dashboard/dist/assets/{index-Cfq3UKd8.js.map → index-Dd1RxGNw.js.map} +1 -1
  174. package/dashboard/dist/assets/index-iOb3sGsC.js +5 -0
  175. package/dashboard/dist/assets/{index-DjI2AUbn.js.map → index-iOb3sGsC.js.map} +1 -1
  176. package/dashboard/dist/assets/{index-BXbt5NHG.js → index-mcAkQblr.js} +2 -2
  177. package/dashboard/dist/assets/{index-BXbt5NHG.js.map → index-mcAkQblr.js.map} +1 -1
  178. package/dashboard/dist/assets/{knowledge-CLnYcq0Y.js → knowledge-B9bmoXOe.js} +2 -2
  179. package/dashboard/dist/assets/{knowledge-CLnYcq0Y.js.map → knowledge-B9bmoXOe.js.map} +1 -1
  180. package/dashboard/dist/assets/{mcp-C1-iXkg7.js → mcp-DYMFBOFz.js} +2 -2
  181. package/dashboard/dist/assets/{mcp-C1-iXkg7.js.map → mcp-DYMFBOFz.js.map} +1 -1
  182. package/dashboard/dist/assets/{mcp-query-DcyDxuGY.js → mcp-query-wloSpyPM.js} +2 -2
  183. package/dashboard/dist/assets/{mcp-query-DcyDxuGY.js.map → mcp-query-wloSpyPM.js.map} +1 -1
  184. package/dashboard/dist/assets/{pipelines-BvG5D6bV.js → pipelines-DBXX6TEi.js} +2 -2
  185. package/dashboard/dist/assets/{pipelines-BvG5D6bV.js.map → pipelines-DBXX6TEi.js.map} +1 -1
  186. package/dashboard/dist/assets/{tasks-qwh8q5q7.js → tasks-CD3-C7tP.js} +2 -2
  187. package/dashboard/dist/assets/{tasks-qwh8q5q7.js.map → tasks-CD3-C7tP.js.map} +1 -1
  188. package/dashboard/dist/assets/{topics-MLKKA-Ql.js → topics-D8pKi6zA.js} +2 -2
  189. package/dashboard/dist/assets/{topics-MLKKA-Ql.js.map → topics-D8pKi6zA.js.map} +1 -1
  190. package/dashboard/dist/assets/{useEventHooks-B8uNFB-l.js → useEventHooks-DV9pLDOW.js} +2 -2
  191. package/dashboard/dist/assets/{useEventHooks-B8uNFB-l.js.map → useEventHooks-DV9pLDOW.js.map} +1 -1
  192. package/dashboard/dist/assets/{useNamespace-DjZmztJM.js → useNamespace-DykYhZY9.js} +2 -2
  193. package/dashboard/dist/assets/{useNamespace-DjZmztJM.js.map → useNamespace-DykYhZY9.js.map} +1 -1
  194. package/dashboard/dist/assets/{useYamlActivityEvents-DIvK20uI.js → useYamlActivityEvents-By044UAv.js} +2 -2
  195. package/dashboard/dist/assets/{useYamlActivityEvents-DIvK20uI.js.map → useYamlActivityEvents-By044UAv.js.map} +1 -1
  196. package/dashboard/dist/assets/{users-CVjajeDg.js → users-mI9goDjj.js} +2 -2
  197. package/dashboard/dist/assets/{users-CVjajeDg.js.map → users-mI9goDjj.js.map} +1 -1
  198. package/dashboard/dist/assets/{vendor-icons-Qk9qLjF_.js → vendor-icons-ihWGa7_d.js} +147 -132
  199. package/dashboard/dist/assets/vendor-icons-ihWGa7_d.js.map +1 -0
  200. package/dashboard/dist/assets/{workflows-BziTcJNq.js → workflows-DCUilz68.js} +2 -2
  201. package/dashboard/dist/assets/{workflows-BziTcJNq.js.map → workflows-DCUilz68.js.map} +1 -1
  202. package/dashboard/dist/assets/{yaml-workflows-Dr-ZcE_0.js → yaml-workflows-DWNMP1PT.js} +2 -2
  203. package/dashboard/dist/assets/{yaml-workflows-Dr-ZcE_0.js.map → yaml-workflows-DWNMP1PT.js.map} +1 -1
  204. package/dashboard/dist/index.html +3 -3
  205. package/docs/api/http/escalations.md +1 -0
  206. package/docs/api/http/roles.md +2 -0
  207. package/docs/api/http/users.md +39 -0
  208. package/docs/api/sdk/roles.md +5 -0
  209. package/docs/api/sdk/users.md +39 -0
  210. package/docs/hitl/pinned-views.md +45 -0
  211. package/docs/hitl/x-lt-list-schema.md +30 -2
  212. package/docs/hitl/x-lt-show-if.md +11 -0
  213. package/docs/hitl/x-lt-validation.md +27 -0
  214. package/docs/hitl/x-lt-widget.md +33 -1
  215. package/docs/hitl-guide.md +7 -3
  216. package/package.json +1 -1
  217. package/dashboard/dist/assets/AvailableEscalationsPage-AiuiLcz-.js +0 -2
  218. package/dashboard/dist/assets/AvailableEscalationsPage-AiuiLcz-.js.map +0 -1
  219. package/dashboard/dist/assets/BotPicker-BuCGvEed.js +0 -2
  220. package/dashboard/dist/assets/CountdownTimer-DdKL8Ryt.js +0 -2
  221. package/dashboard/dist/assets/CountdownTimer-DdKL8Ryt.js.map +0 -1
  222. package/dashboard/dist/assets/ListToolbar-Dmd1UiM-.js +0 -2
  223. package/dashboard/dist/assets/OperationsPage-vm_ByX41.js +0 -2
  224. package/dashboard/dist/assets/OperatorDashboard-zviIxH-0.js +0 -2
  225. package/dashboard/dist/assets/RoleDetailPage-DBIl_mhK.js +0 -8
  226. package/dashboard/dist/assets/RoleDetailPage-DBIl_mhK.js.map +0 -1
  227. package/dashboard/dist/assets/RolesPage-DzrSv6m-.js +0 -2
  228. package/dashboard/dist/assets/RunAsSelector-CiLjlmIE.js +0 -2
  229. package/dashboard/dist/assets/ToolPill-BCi101Jh.js +0 -2
  230. package/dashboard/dist/assets/WorkflowPill-DHxrAkp3.js +0 -2
  231. package/dashboard/dist/assets/index-BC1NxetR.js +0 -2
  232. package/dashboard/dist/assets/index-BYEkfaUq.js +0 -2
  233. package/dashboard/dist/assets/index-B_68lp-B.js +0 -5
  234. package/dashboard/dist/assets/index-B_68lp-B.js.map +0 -1
  235. package/dashboard/dist/assets/index-BeivyVtT.css +0 -1
  236. package/dashboard/dist/assets/index-DjI2AUbn.js +0 -5
  237. package/dashboard/dist/assets/index-H6Vp-gPG.js +0 -2
  238. package/dashboard/dist/assets/index-YPLTjeli.js +0 -63
  239. package/dashboard/dist/assets/index-YPLTjeli.js.map +0 -1
  240. package/dashboard/dist/assets/vendor-icons-Qk9qLjF_.js.map +0 -1
@@ -92,6 +92,8 @@ export declare const ADMIN_TOOLS: ({
92
92
  priority_threshold_minutes?: undefined;
93
93
  priority_facet?: undefined;
94
94
  upstream_roles?: undefined;
95
+ list_schema?: undefined;
96
+ default_pins?: undefined;
95
97
  change_summary?: undefined;
96
98
  version?: undefined;
97
99
  max_events?: undefined;
@@ -237,6 +239,8 @@ export declare const ADMIN_TOOLS: ({
237
239
  priority_threshold_minutes?: undefined;
238
240
  priority_facet?: undefined;
239
241
  upstream_roles?: undefined;
242
+ list_schema?: undefined;
243
+ default_pins?: undefined;
240
244
  change_summary?: undefined;
241
245
  version?: undefined;
242
246
  max_events?: undefined;
@@ -406,6 +410,8 @@ export declare const ADMIN_TOOLS: ({
406
410
  priority_threshold_minutes?: undefined;
407
411
  priority_facet?: undefined;
408
412
  upstream_roles?: undefined;
413
+ list_schema?: undefined;
414
+ default_pins?: undefined;
409
415
  change_summary?: undefined;
410
416
  version?: undefined;
411
417
  max_events?: undefined;
@@ -551,6 +557,8 @@ export declare const ADMIN_TOOLS: ({
551
557
  priority_threshold_minutes?: undefined;
552
558
  priority_facet?: undefined;
553
559
  upstream_roles?: undefined;
560
+ list_schema?: undefined;
561
+ default_pins?: undefined;
554
562
  change_summary?: undefined;
555
563
  version?: undefined;
556
564
  max_events?: undefined;
@@ -696,6 +704,8 @@ export declare const ADMIN_TOOLS: ({
696
704
  priority_threshold_minutes?: undefined;
697
705
  priority_facet?: undefined;
698
706
  upstream_roles?: undefined;
707
+ list_schema?: undefined;
708
+ default_pins?: undefined;
699
709
  change_summary?: undefined;
700
710
  version?: undefined;
701
711
  max_events?: undefined;
@@ -843,6 +853,8 @@ export declare const ADMIN_TOOLS: ({
843
853
  priority_threshold_minutes?: undefined;
844
854
  priority_facet?: undefined;
845
855
  upstream_roles?: undefined;
856
+ list_schema?: undefined;
857
+ default_pins?: undefined;
846
858
  change_summary?: undefined;
847
859
  version?: undefined;
848
860
  max_events?: undefined;
@@ -990,6 +1002,8 @@ export declare const ADMIN_TOOLS: ({
990
1002
  priority_threshold_minutes?: undefined;
991
1003
  priority_facet?: undefined;
992
1004
  upstream_roles?: undefined;
1005
+ list_schema?: undefined;
1006
+ default_pins?: undefined;
993
1007
  change_summary?: undefined;
994
1008
  version?: undefined;
995
1009
  max_events?: undefined;
@@ -1137,6 +1151,8 @@ export declare const ADMIN_TOOLS: ({
1137
1151
  priority_threshold_minutes?: undefined;
1138
1152
  priority_facet?: undefined;
1139
1153
  upstream_roles?: undefined;
1154
+ list_schema?: undefined;
1155
+ default_pins?: undefined;
1140
1156
  change_summary?: undefined;
1141
1157
  version?: undefined;
1142
1158
  max_events?: undefined;
@@ -1284,6 +1300,8 @@ export declare const ADMIN_TOOLS: ({
1284
1300
  priority_threshold_minutes?: undefined;
1285
1301
  priority_facet?: undefined;
1286
1302
  upstream_roles?: undefined;
1303
+ list_schema?: undefined;
1304
+ default_pins?: undefined;
1287
1305
  change_summary?: undefined;
1288
1306
  version?: undefined;
1289
1307
  max_events?: undefined;
@@ -1431,6 +1449,8 @@ export declare const ADMIN_TOOLS: ({
1431
1449
  priority_threshold_minutes?: undefined;
1432
1450
  priority_facet?: undefined;
1433
1451
  upstream_roles?: undefined;
1452
+ list_schema?: undefined;
1453
+ default_pins?: undefined;
1434
1454
  change_summary?: undefined;
1435
1455
  version?: undefined;
1436
1456
  max_events?: undefined;
@@ -1579,6 +1599,8 @@ export declare const ADMIN_TOOLS: ({
1579
1599
  priority_threshold_minutes?: undefined;
1580
1600
  priority_facet?: undefined;
1581
1601
  upstream_roles?: undefined;
1602
+ list_schema?: undefined;
1603
+ default_pins?: undefined;
1582
1604
  change_summary?: undefined;
1583
1605
  version?: undefined;
1584
1606
  max_events?: undefined;
@@ -1722,6 +1744,8 @@ export declare const ADMIN_TOOLS: ({
1722
1744
  priority_threshold_minutes?: undefined;
1723
1745
  priority_facet?: undefined;
1724
1746
  upstream_roles?: undefined;
1747
+ list_schema?: undefined;
1748
+ default_pins?: undefined;
1725
1749
  change_summary?: undefined;
1726
1750
  version?: undefined;
1727
1751
  max_events?: undefined;
@@ -1872,6 +1896,8 @@ export declare const ADMIN_TOOLS: ({
1872
1896
  priority_threshold_minutes?: undefined;
1873
1897
  priority_facet?: undefined;
1874
1898
  upstream_roles?: undefined;
1899
+ list_schema?: undefined;
1900
+ default_pins?: undefined;
1875
1901
  change_summary?: undefined;
1876
1902
  version?: undefined;
1877
1903
  max_events?: undefined;
@@ -2024,6 +2050,8 @@ export declare const ADMIN_TOOLS: ({
2024
2050
  priority_threshold_minutes?: undefined;
2025
2051
  priority_facet?: undefined;
2026
2052
  upstream_roles?: undefined;
2053
+ list_schema?: undefined;
2054
+ default_pins?: undefined;
2027
2055
  change_summary?: undefined;
2028
2056
  version?: undefined;
2029
2057
  max_events?: undefined;
@@ -2182,6 +2210,8 @@ export declare const ADMIN_TOOLS: ({
2182
2210
  priority_threshold_minutes?: undefined;
2183
2211
  priority_facet?: undefined;
2184
2212
  upstream_roles?: undefined;
2213
+ list_schema?: undefined;
2214
+ default_pins?: undefined;
2185
2215
  change_summary?: undefined;
2186
2216
  version?: undefined;
2187
2217
  max_events?: undefined;
@@ -2333,6 +2363,8 @@ export declare const ADMIN_TOOLS: ({
2333
2363
  priority_threshold_minutes?: undefined;
2334
2364
  priority_facet?: undefined;
2335
2365
  upstream_roles?: undefined;
2366
+ list_schema?: undefined;
2367
+ default_pins?: undefined;
2336
2368
  change_summary?: undefined;
2337
2369
  version?: undefined;
2338
2370
  max_events?: undefined;
@@ -2484,6 +2516,8 @@ export declare const ADMIN_TOOLS: ({
2484
2516
  priority_threshold_minutes?: undefined;
2485
2517
  priority_facet?: undefined;
2486
2518
  upstream_roles?: undefined;
2519
+ list_schema?: undefined;
2520
+ default_pins?: undefined;
2487
2521
  change_summary?: undefined;
2488
2522
  version?: undefined;
2489
2523
  max_events?: undefined;
@@ -2638,6 +2672,8 @@ export declare const ADMIN_TOOLS: ({
2638
2672
  priority_threshold_minutes?: undefined;
2639
2673
  priority_facet?: undefined;
2640
2674
  upstream_roles?: undefined;
2675
+ list_schema?: undefined;
2676
+ default_pins?: undefined;
2641
2677
  change_summary?: undefined;
2642
2678
  version?: undefined;
2643
2679
  max_events?: undefined;
@@ -2794,6 +2830,8 @@ export declare const ADMIN_TOOLS: ({
2794
2830
  priority_threshold_minutes?: undefined;
2795
2831
  priority_facet?: undefined;
2796
2832
  upstream_roles?: undefined;
2833
+ list_schema?: undefined;
2834
+ default_pins?: undefined;
2797
2835
  change_summary?: undefined;
2798
2836
  version?: undefined;
2799
2837
  max_events?: undefined;
@@ -2947,6 +2985,8 @@ export declare const ADMIN_TOOLS: ({
2947
2985
  priority_threshold_minutes?: undefined;
2948
2986
  priority_facet?: undefined;
2949
2987
  upstream_roles?: undefined;
2988
+ list_schema?: undefined;
2989
+ default_pins?: undefined;
2950
2990
  change_summary?: undefined;
2951
2991
  version?: undefined;
2952
2992
  max_events?: undefined;
@@ -3097,6 +3137,8 @@ export declare const ADMIN_TOOLS: ({
3097
3137
  priority_threshold_minutes?: undefined;
3098
3138
  priority_facet?: undefined;
3099
3139
  upstream_roles?: undefined;
3140
+ list_schema?: undefined;
3141
+ default_pins?: undefined;
3100
3142
  change_summary?: undefined;
3101
3143
  version?: undefined;
3102
3144
  max_events?: undefined;
@@ -3249,6 +3291,8 @@ export declare const ADMIN_TOOLS: ({
3249
3291
  priority_threshold_minutes?: undefined;
3250
3292
  priority_facet?: undefined;
3251
3293
  upstream_roles?: undefined;
3294
+ list_schema?: undefined;
3295
+ default_pins?: undefined;
3252
3296
  change_summary?: undefined;
3253
3297
  version?: undefined;
3254
3298
  max_events?: undefined;
@@ -3399,6 +3443,8 @@ export declare const ADMIN_TOOLS: ({
3399
3443
  priority_threshold_minutes?: undefined;
3400
3444
  priority_facet?: undefined;
3401
3445
  upstream_roles?: undefined;
3446
+ list_schema?: undefined;
3447
+ default_pins?: undefined;
3402
3448
  change_summary?: undefined;
3403
3449
  version?: undefined;
3404
3450
  max_events?: undefined;
@@ -3549,6 +3595,8 @@ export declare const ADMIN_TOOLS: ({
3549
3595
  priority_threshold_minutes?: undefined;
3550
3596
  priority_facet?: undefined;
3551
3597
  upstream_roles?: undefined;
3598
+ list_schema?: undefined;
3599
+ default_pins?: undefined;
3552
3600
  change_summary?: undefined;
3553
3601
  version?: undefined;
3554
3602
  max_events?: undefined;
@@ -3728,6 +3776,8 @@ export declare const ADMIN_TOOLS: ({
3728
3776
  priority_threshold_minutes?: undefined;
3729
3777
  priority_facet?: undefined;
3730
3778
  upstream_roles?: undefined;
3779
+ list_schema?: undefined;
3780
+ default_pins?: undefined;
3731
3781
  change_summary?: undefined;
3732
3782
  version?: undefined;
3733
3783
  max_events?: undefined;
@@ -3873,6 +3923,8 @@ export declare const ADMIN_TOOLS: ({
3873
3923
  priority_threshold_minutes?: undefined;
3874
3924
  priority_facet?: undefined;
3875
3925
  upstream_roles?: undefined;
3926
+ list_schema?: undefined;
3927
+ default_pins?: undefined;
3876
3928
  change_summary?: undefined;
3877
3929
  version?: undefined;
3878
3930
  max_events?: undefined;
@@ -4018,6 +4070,8 @@ export declare const ADMIN_TOOLS: ({
4018
4070
  priority_threshold_minutes?: undefined;
4019
4071
  priority_facet?: undefined;
4020
4072
  upstream_roles?: undefined;
4073
+ list_schema?: undefined;
4074
+ default_pins?: undefined;
4021
4075
  change_summary?: undefined;
4022
4076
  version?: undefined;
4023
4077
  max_events?: undefined;
@@ -4169,6 +4223,8 @@ export declare const ADMIN_TOOLS: ({
4169
4223
  priority_threshold_minutes?: undefined;
4170
4224
  priority_facet?: undefined;
4171
4225
  upstream_roles?: undefined;
4226
+ list_schema?: undefined;
4227
+ default_pins?: undefined;
4172
4228
  change_summary?: undefined;
4173
4229
  version?: undefined;
4174
4230
  max_events?: undefined;
@@ -4316,6 +4372,8 @@ export declare const ADMIN_TOOLS: ({
4316
4372
  priority_threshold_minutes?: undefined;
4317
4373
  priority_facet?: undefined;
4318
4374
  upstream_roles?: undefined;
4375
+ list_schema?: undefined;
4376
+ default_pins?: undefined;
4319
4377
  change_summary?: undefined;
4320
4378
  version?: undefined;
4321
4379
  max_events?: undefined;
@@ -4471,6 +4529,8 @@ export declare const ADMIN_TOOLS: ({
4471
4529
  priority_threshold_minutes?: undefined;
4472
4530
  priority_facet?: undefined;
4473
4531
  upstream_roles?: undefined;
4532
+ list_schema?: undefined;
4533
+ default_pins?: undefined;
4474
4534
  change_summary?: undefined;
4475
4535
  version?: undefined;
4476
4536
  max_events?: undefined;
@@ -4627,6 +4687,8 @@ export declare const ADMIN_TOOLS: ({
4627
4687
  priority_threshold_minutes?: undefined;
4628
4688
  priority_facet?: undefined;
4629
4689
  upstream_roles?: undefined;
4690
+ list_schema?: undefined;
4691
+ default_pins?: undefined;
4630
4692
  change_summary?: undefined;
4631
4693
  version?: undefined;
4632
4694
  max_events?: undefined;
@@ -4783,6 +4845,8 @@ export declare const ADMIN_TOOLS: ({
4783
4845
  priority_threshold_minutes?: undefined;
4784
4846
  priority_facet?: undefined;
4785
4847
  upstream_roles?: undefined;
4848
+ list_schema?: undefined;
4849
+ default_pins?: undefined;
4786
4850
  change_summary?: undefined;
4787
4851
  version?: undefined;
4788
4852
  max_events?: undefined;
@@ -4945,6 +5009,8 @@ export declare const ADMIN_TOOLS: ({
4945
5009
  priority_threshold_minutes?: undefined;
4946
5010
  priority_facet?: undefined;
4947
5011
  upstream_roles?: undefined;
5012
+ list_schema?: undefined;
5013
+ default_pins?: undefined;
4948
5014
  change_summary?: undefined;
4949
5015
  version?: undefined;
4950
5016
  max_events?: undefined;
@@ -5096,6 +5162,8 @@ export declare const ADMIN_TOOLS: ({
5096
5162
  priority_threshold_minutes?: undefined;
5097
5163
  priority_facet?: undefined;
5098
5164
  upstream_roles?: undefined;
5165
+ list_schema?: undefined;
5166
+ default_pins?: undefined;
5099
5167
  change_summary?: undefined;
5100
5168
  version?: undefined;
5101
5169
  max_events?: undefined;
@@ -5248,6 +5316,8 @@ export declare const ADMIN_TOOLS: ({
5248
5316
  priority_threshold_minutes?: undefined;
5249
5317
  priority_facet?: undefined;
5250
5318
  upstream_roles?: undefined;
5319
+ list_schema?: undefined;
5320
+ default_pins?: undefined;
5251
5321
  change_summary?: undefined;
5252
5322
  version?: undefined;
5253
5323
  max_events?: undefined;
@@ -5412,6 +5482,8 @@ export declare const ADMIN_TOOLS: ({
5412
5482
  priority_threshold_minutes?: undefined;
5413
5483
  priority_facet?: undefined;
5414
5484
  upstream_roles?: undefined;
5485
+ list_schema?: undefined;
5486
+ default_pins?: undefined;
5415
5487
  change_summary?: undefined;
5416
5488
  version?: undefined;
5417
5489
  max_events?: undefined;
@@ -5562,6 +5634,8 @@ export declare const ADMIN_TOOLS: ({
5562
5634
  priority_threshold_minutes?: undefined;
5563
5635
  priority_facet?: undefined;
5564
5636
  upstream_roles?: undefined;
5637
+ list_schema?: undefined;
5638
+ default_pins?: undefined;
5565
5639
  change_summary?: undefined;
5566
5640
  version?: undefined;
5567
5641
  max_events?: undefined;
@@ -5709,6 +5783,8 @@ export declare const ADMIN_TOOLS: ({
5709
5783
  priority_threshold_minutes?: undefined;
5710
5784
  priority_facet?: undefined;
5711
5785
  upstream_roles?: undefined;
5786
+ list_schema?: undefined;
5787
+ default_pins?: undefined;
5712
5788
  change_summary?: undefined;
5713
5789
  version?: undefined;
5714
5790
  max_events?: undefined;
@@ -5854,6 +5930,8 @@ export declare const ADMIN_TOOLS: ({
5854
5930
  priority_threshold_minutes?: undefined;
5855
5931
  priority_facet?: undefined;
5856
5932
  upstream_roles?: undefined;
5933
+ list_schema?: undefined;
5934
+ default_pins?: undefined;
5857
5935
  change_summary?: undefined;
5858
5936
  version?: undefined;
5859
5937
  max_events?: undefined;
@@ -6001,6 +6079,8 @@ export declare const ADMIN_TOOLS: ({
6001
6079
  priority_threshold_minutes?: undefined;
6002
6080
  priority_facet?: undefined;
6003
6081
  upstream_roles?: undefined;
6082
+ list_schema?: undefined;
6083
+ default_pins?: undefined;
6004
6084
  change_summary?: undefined;
6005
6085
  version?: undefined;
6006
6086
  max_events?: undefined;
@@ -6115,6 +6195,27 @@ export declare const ADMIN_TOOLS: ({
6115
6195
  type: string;
6116
6196
  };
6117
6197
  };
6198
+ list_schema: {
6199
+ type: string;
6200
+ };
6201
+ default_pins: {
6202
+ type: string;
6203
+ items: {
6204
+ type: string;
6205
+ properties: {
6206
+ label: {
6207
+ type: string;
6208
+ };
6209
+ url: {
6210
+ type: string;
6211
+ };
6212
+ badge: {
6213
+ type: string;
6214
+ };
6215
+ };
6216
+ required: string[];
6217
+ };
6218
+ };
6118
6219
  change_summary: {
6119
6220
  type: string;
6120
6221
  };
@@ -6325,6 +6426,8 @@ export declare const ADMIN_TOOLS: ({
6325
6426
  priority_threshold_minutes?: undefined;
6326
6427
  priority_facet?: undefined;
6327
6428
  upstream_roles?: undefined;
6429
+ list_schema?: undefined;
6430
+ default_pins?: undefined;
6328
6431
  change_summary?: undefined;
6329
6432
  max_events?: undefined;
6330
6433
  include?: undefined;
@@ -6485,6 +6588,8 @@ export declare const ADMIN_TOOLS: ({
6485
6588
  priority_threshold_minutes?: undefined;
6486
6589
  priority_facet?: undefined;
6487
6590
  upstream_roles?: undefined;
6591
+ list_schema?: undefined;
6592
+ default_pins?: undefined;
6488
6593
  change_summary?: undefined;
6489
6594
  version?: undefined;
6490
6595
  idle_minutes?: undefined;
@@ -6634,6 +6739,8 @@ export declare const ADMIN_TOOLS: ({
6634
6739
  priority_threshold_minutes?: undefined;
6635
6740
  priority_facet?: undefined;
6636
6741
  upstream_roles?: undefined;
6742
+ list_schema?: undefined;
6743
+ default_pins?: undefined;
6637
6744
  change_summary?: undefined;
6638
6745
  version?: undefined;
6639
6746
  max_events?: undefined;
@@ -6783,6 +6890,8 @@ export declare const ADMIN_TOOLS: ({
6783
6890
  priority_threshold_minutes?: undefined;
6784
6891
  priority_facet?: undefined;
6785
6892
  upstream_roles?: undefined;
6893
+ list_schema?: undefined;
6894
+ default_pins?: undefined;
6786
6895
  change_summary?: undefined;
6787
6896
  version?: undefined;
6788
6897
  max_events?: undefined;
@@ -6943,6 +7052,8 @@ export declare const ADMIN_TOOLS: ({
6943
7052
  priority_threshold_minutes?: undefined;
6944
7053
  priority_facet?: undefined;
6945
7054
  upstream_roles?: undefined;
7055
+ list_schema?: undefined;
7056
+ default_pins?: undefined;
6946
7057
  change_summary?: undefined;
6947
7058
  version?: undefined;
6948
7059
  max_events?: undefined;
@@ -7091,6 +7202,8 @@ export declare const ADMIN_TOOLS: ({
7091
7202
  priority_threshold_minutes?: undefined;
7092
7203
  priority_facet?: undefined;
7093
7204
  upstream_roles?: undefined;
7205
+ list_schema?: undefined;
7206
+ default_pins?: undefined;
7094
7207
  change_summary?: undefined;
7095
7208
  version?: undefined;
7096
7209
  max_events?: undefined;
@@ -7261,6 +7374,8 @@ export declare const ADMIN_TOOLS: ({
7261
7374
  priority_threshold_minutes?: undefined;
7262
7375
  priority_facet?: undefined;
7263
7376
  upstream_roles?: undefined;
7377
+ list_schema?: undefined;
7378
+ default_pins?: undefined;
7264
7379
  change_summary?: undefined;
7265
7380
  version?: undefined;
7266
7381
  max_events?: undefined;
@@ -7421,6 +7536,8 @@ export declare const ADMIN_TOOLS: ({
7421
7536
  priority_threshold_minutes?: undefined;
7422
7537
  priority_facet?: undefined;
7423
7538
  upstream_roles?: undefined;
7539
+ list_schema?: undefined;
7540
+ default_pins?: undefined;
7424
7541
  change_summary?: undefined;
7425
7542
  version?: undefined;
7426
7543
  max_events?: undefined;
@@ -7564,6 +7681,8 @@ export declare const ADMIN_TOOLS: ({
7564
7681
  priority_threshold_minutes?: undefined;
7565
7682
  priority_facet?: undefined;
7566
7683
  upstream_roles?: undefined;
7684
+ list_schema?: undefined;
7685
+ default_pins?: undefined;
7567
7686
  change_summary?: undefined;
7568
7687
  version?: undefined;
7569
7688
  max_events?: undefined;
@@ -7731,6 +7850,8 @@ export declare const ADMIN_TOOLS: ({
7731
7850
  priority_threshold_minutes?: undefined;
7732
7851
  priority_facet?: undefined;
7733
7852
  upstream_roles?: undefined;
7853
+ list_schema?: undefined;
7854
+ default_pins?: undefined;
7734
7855
  change_summary?: undefined;
7735
7856
  version?: undefined;
7736
7857
  max_events?: undefined;
@@ -7871,6 +7992,8 @@ export declare const ADMIN_TOOLS: ({
7871
7992
  priority_threshold_minutes?: undefined;
7872
7993
  priority_facet?: undefined;
7873
7994
  upstream_roles?: undefined;
7995
+ list_schema?: undefined;
7996
+ default_pins?: undefined;
7874
7997
  change_summary?: undefined;
7875
7998
  version?: undefined;
7876
7999
  max_events?: undefined;
@@ -8035,6 +8158,8 @@ export declare const ADMIN_TOOLS: ({
8035
8158
  priority_threshold_minutes?: undefined;
8036
8159
  priority_facet?: undefined;
8037
8160
  upstream_roles?: undefined;
8161
+ list_schema?: undefined;
8162
+ default_pins?: undefined;
8038
8163
  change_summary?: undefined;
8039
8164
  version?: undefined;
8040
8165
  max_events?: undefined;
@@ -8187,6 +8312,8 @@ export declare const ADMIN_TOOLS: ({
8187
8312
  priority_threshold_minutes?: undefined;
8188
8313
  priority_facet?: undefined;
8189
8314
  upstream_roles?: undefined;
8315
+ list_schema?: undefined;
8316
+ default_pins?: undefined;
8190
8317
  change_summary?: undefined;
8191
8318
  version?: undefined;
8192
8319
  max_events?: undefined;
@@ -8343,6 +8470,8 @@ export declare const ADMIN_TOOLS: ({
8343
8470
  priority_threshold_minutes?: undefined;
8344
8471
  priority_facet?: undefined;
8345
8472
  upstream_roles?: undefined;
8473
+ list_schema?: undefined;
8474
+ default_pins?: undefined;
8346
8475
  change_summary?: undefined;
8347
8476
  version?: undefined;
8348
8477
  max_events?: undefined;
@@ -8487,6 +8616,8 @@ export declare const ADMIN_TOOLS: ({
8487
8616
  priority_threshold_minutes?: undefined;
8488
8617
  priority_facet?: undefined;
8489
8618
  upstream_roles?: undefined;
8619
+ list_schema?: undefined;
8620
+ default_pins?: undefined;
8490
8621
  change_summary?: undefined;
8491
8622
  version?: undefined;
8492
8623
  max_events?: undefined;
@@ -8634,6 +8765,8 @@ export declare const ADMIN_TOOLS: ({
8634
8765
  priority_threshold_minutes?: undefined;
8635
8766
  priority_facet?: undefined;
8636
8767
  upstream_roles?: undefined;
8768
+ list_schema?: undefined;
8769
+ default_pins?: undefined;
8637
8770
  change_summary?: undefined;
8638
8771
  version?: undefined;
8639
8772
  max_events?: undefined;
@@ -8791,6 +8924,8 @@ export declare const ADMIN_TOOLS: ({
8791
8924
  priority_threshold_minutes?: undefined;
8792
8925
  priority_facet?: undefined;
8793
8926
  upstream_roles?: undefined;
8927
+ list_schema?: undefined;
8928
+ default_pins?: undefined;
8794
8929
  change_summary?: undefined;
8795
8930
  version?: undefined;
8796
8931
  max_events?: undefined;
@@ -8937,6 +9072,8 @@ export declare const ADMIN_TOOLS: ({
8937
9072
  priority_threshold_minutes?: undefined;
8938
9073
  priority_facet?: undefined;
8939
9074
  upstream_roles?: undefined;
9075
+ list_schema?: undefined;
9076
+ default_pins?: undefined;
8940
9077
  change_summary?: undefined;
8941
9078
  version?: undefined;
8942
9079
  max_events?: undefined;
@@ -9114,6 +9251,8 @@ export declare const ADMIN_TOOLS: ({
9114
9251
  priority_threshold_minutes?: undefined;
9115
9252
  priority_facet?: undefined;
9116
9253
  upstream_roles?: undefined;
9254
+ list_schema?: undefined;
9255
+ default_pins?: undefined;
9117
9256
  change_summary?: undefined;
9118
9257
  version?: undefined;
9119
9258
  max_events?: undefined;
@@ -9252,6 +9391,8 @@ export declare const ADMIN_TOOLS: ({
9252
9391
  priority_threshold_minutes?: undefined;
9253
9392
  priority_facet?: undefined;
9254
9393
  upstream_roles?: undefined;
9394
+ list_schema?: undefined;
9395
+ default_pins?: undefined;
9255
9396
  change_summary?: undefined;
9256
9397
  version?: undefined;
9257
9398
  max_events?: undefined;
@@ -9415,6 +9556,8 @@ export declare const ADMIN_TOOLS: ({
9415
9556
  priority_threshold_minutes?: undefined;
9416
9557
  priority_facet?: undefined;
9417
9558
  upstream_roles?: undefined;
9559
+ list_schema?: undefined;
9560
+ default_pins?: undefined;
9418
9561
  change_summary?: undefined;
9419
9562
  version?: undefined;
9420
9563
  max_events?: undefined;
@@ -9562,6 +9705,8 @@ export declare const ADMIN_TOOLS: ({
9562
9705
  priority_threshold_minutes?: undefined;
9563
9706
  priority_facet?: undefined;
9564
9707
  upstream_roles?: undefined;
9708
+ list_schema?: undefined;
9709
+ default_pins?: undefined;
9565
9710
  change_summary?: undefined;
9566
9711
  version?: undefined;
9567
9712
  max_events?: undefined;
@@ -9712,6 +9857,8 @@ export declare const ADMIN_TOOLS: ({
9712
9857
  priority_threshold_minutes?: undefined;
9713
9858
  priority_facet?: undefined;
9714
9859
  upstream_roles?: undefined;
9860
+ list_schema?: undefined;
9861
+ default_pins?: undefined;
9715
9862
  change_summary?: undefined;
9716
9863
  version?: undefined;
9717
9864
  max_events?: undefined;
@@ -9862,6 +10009,8 @@ export declare const ADMIN_TOOLS: ({
9862
10009
  priority_threshold_minutes?: undefined;
9863
10010
  priority_facet?: undefined;
9864
10011
  upstream_roles?: undefined;
10012
+ list_schema?: undefined;
10013
+ default_pins?: undefined;
9865
10014
  change_summary?: undefined;
9866
10015
  version?: undefined;
9867
10016
  max_events?: undefined;
@@ -10007,6 +10156,8 @@ export declare const ADMIN_TOOLS: ({
10007
10156
  priority_threshold_minutes?: undefined;
10008
10157
  priority_facet?: undefined;
10009
10158
  upstream_roles?: undefined;
10159
+ list_schema?: undefined;
10160
+ default_pins?: undefined;
10010
10161
  change_summary?: undefined;
10011
10162
  version?: undefined;
10012
10163
  max_events?: undefined;
@@ -10168,6 +10319,8 @@ export declare const ADMIN_TOOLS: ({
10168
10319
  priority_threshold_minutes?: undefined;
10169
10320
  priority_facet?: undefined;
10170
10321
  upstream_roles?: undefined;
10322
+ list_schema?: undefined;
10323
+ default_pins?: undefined;
10171
10324
  change_summary?: undefined;
10172
10325
  version?: undefined;
10173
10326
  max_events?: undefined;
@@ -10325,6 +10478,8 @@ export declare const ADMIN_TOOLS: ({
10325
10478
  priority_threshold_minutes?: undefined;
10326
10479
  priority_facet?: undefined;
10327
10480
  upstream_roles?: undefined;
10481
+ list_schema?: undefined;
10482
+ default_pins?: undefined;
10328
10483
  change_summary?: undefined;
10329
10484
  version?: undefined;
10330
10485
  max_events?: undefined;
@@ -10484,6 +10639,8 @@ export declare const ADMIN_TOOLS: ({
10484
10639
  priority_threshold_minutes?: undefined;
10485
10640
  priority_facet?: undefined;
10486
10641
  upstream_roles?: undefined;
10642
+ list_schema?: undefined;
10643
+ default_pins?: undefined;
10487
10644
  change_summary?: undefined;
10488
10645
  version?: undefined;
10489
10646
  max_events?: undefined;
@@ -10638,6 +10795,8 @@ export declare const ADMIN_TOOLS: ({
10638
10795
  priority_threshold_minutes?: undefined;
10639
10796
  priority_facet?: undefined;
10640
10797
  upstream_roles?: undefined;
10798
+ list_schema?: undefined;
10799
+ default_pins?: undefined;
10641
10800
  change_summary?: undefined;
10642
10801
  version?: undefined;
10643
10802
  max_events?: undefined;
@@ -10781,6 +10940,8 @@ export declare const ADMIN_TOOLS: ({
10781
10940
  priority_threshold_minutes?: undefined;
10782
10941
  priority_facet?: undefined;
10783
10942
  upstream_roles?: undefined;
10943
+ list_schema?: undefined;
10944
+ default_pins?: undefined;
10784
10945
  change_summary?: undefined;
10785
10946
  version?: undefined;
10786
10947
  max_events?: undefined;
@@ -10938,6 +11099,8 @@ export declare const ADMIN_TOOLS: ({
10938
11099
  priority_threshold_minutes?: undefined;
10939
11100
  priority_facet?: undefined;
10940
11101
  upstream_roles?: undefined;
11102
+ list_schema?: undefined;
11103
+ default_pins?: undefined;
10941
11104
  change_summary?: undefined;
10942
11105
  version?: undefined;
10943
11106
  max_events?: undefined;
@@ -11083,6 +11246,8 @@ export declare const ADMIN_TOOLS: ({
11083
11246
  priority_threshold_minutes?: undefined;
11084
11247
  priority_facet?: undefined;
11085
11248
  upstream_roles?: undefined;
11249
+ list_schema?: undefined;
11250
+ default_pins?: undefined;
11086
11251
  change_summary?: undefined;
11087
11252
  version?: undefined;
11088
11253
  max_events?: undefined;
@@ -11234,6 +11399,8 @@ export declare const ADMIN_TOOLS: ({
11234
11399
  priority_threshold_minutes?: undefined;
11235
11400
  priority_facet?: undefined;
11236
11401
  upstream_roles?: undefined;
11402
+ list_schema?: undefined;
11403
+ default_pins?: undefined;
11237
11404
  change_summary?: undefined;
11238
11405
  version?: undefined;
11239
11406
  max_events?: undefined;
@@ -59,7 +59,7 @@ exports.ADMIN_TOOLS = [
59
59
  { name: 'list_roles', description: 'List all distinct roles known to the system.', read_safe: true, inputSchema: { type: 'object', properties: {} } },
60
60
  { name: 'create_role', description: 'Create a new role. Lowercase alphanumeric with hyphens/underscores.', read_safe: false, inputSchema: { type: 'object', properties: { role: { type: 'string' } }, required: ['role'] } },
61
61
  { name: 'add_escalation_chain', description: 'Define an escalation path from one role to another.', read_safe: false, inputSchema: { type: 'object', properties: { source_role: { type: 'string' }, target_role: { type: 'string' } }, required: ['source_role', 'target_role'] } },
62
- { name: 'update_role', description: 'Update role metadata with PATCH semantics (omitted fields keep their values): display name, description, form/metadata schemas, properties bag, ops_visible flag, parent role, and the typed operational targets. A schema change snapshots the pair into the version history.', read_safe: false, inputSchema: { type: 'object', properties: { role: { type: 'string' }, title: { type: 'string' }, description: { type: 'string' }, form_schema: { type: 'object' }, metadata_schema: { type: 'object' }, properties: { type: 'object' }, ops_visible: { type: 'boolean' }, parent_role: { type: 'string' }, sla_minutes: { type: 'number' }, target_per_hour: { type: 'number' }, worker_count: { type: 'integer' }, priority_threshold_minutes: { type: 'number' }, priority_facet: { type: 'string' }, upstream_roles: { type: 'array', items: { type: 'string' } }, change_summary: { type: 'string' } }, required: ['role'] } },
62
+ { name: 'update_role', description: 'Update role metadata with PATCH semantics (omitted fields keep their values): display name, description, form/metadata/list schemas, properties bag, ops_visible flag, parent role, default_pins (member pinned-view seeds), and the typed operational targets. A schema change snapshots the pair into the version history.', read_safe: false, inputSchema: { type: 'object', properties: { role: { type: 'string' }, title: { type: 'string' }, description: { type: 'string' }, form_schema: { type: 'object' }, metadata_schema: { type: 'object' }, properties: { type: 'object' }, ops_visible: { type: 'boolean' }, parent_role: { type: 'string' }, sla_minutes: { type: 'number' }, target_per_hour: { type: 'number' }, worker_count: { type: 'integer' }, priority_threshold_minutes: { type: 'number' }, priority_facet: { type: 'string' }, upstream_roles: { type: 'array', items: { type: 'string' } }, list_schema: { type: 'object' }, default_pins: { type: 'array', items: { type: 'object', properties: { label: { type: 'string' }, url: { type: 'string' }, badge: { type: 'boolean' } }, required: ['label', 'url'] } }, change_summary: { type: 'string' } }, required: ['role'] } },
63
63
  { name: 'get_role_schema', description: 'Fetch a role\'s form_schema + metadata_schema pair — the live (latest) schema, or an immutable snapshot when a version is given (the version escalations pin via metadata.schema_version).', read_safe: true, inputSchema: { type: 'object', properties: { role: { type: 'string' }, version: { type: 'integer' } }, required: ['role'] } },
64
64
  { name: 'list_role_schema_versions', description: 'List a role\'s schema version history, newest first. Each schema edit creates a new version; fetch a full snapshot with get_role_schema.', read_safe: true, inputSchema: { type: 'object', properties: { role: { type: 'string' } }, required: ['role'] } },
65
65
  { name: 'diagnose_job', description: 'Read-only diagnosis for a single workflow job: status, idle time, stream summary, escalation row, and structured findings with evidence.', read_safe: true, inputSchema: { type: 'object', properties: { workflow_id: { type: 'string' }, app_id: { type: 'string' }, max_events: { type: 'integer' }, include: { type: 'array', items: { type: 'string', enum: ['events', 'streams'] } }, verbosity: { type: 'string', enum: ['summary', 'full'] } }, required: ['workflow_id'] } },