@hotmeshio/long-tail 0.7.3 → 0.7.5

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 (213) hide show
  1. package/build/api/roles.d.ts +4 -0
  2. package/build/api/roles.js +7 -1
  3. package/build/lib/db/schemas/019_role_priority.sql +28 -0
  4. package/build/routes/roles.js +1 -1
  5. package/build/scripts/ortho-populate.d.ts +7 -1
  6. package/build/scripts/ortho-populate.js +21 -6
  7. package/build/services/escalation/facet-sql.d.ts +1 -0
  8. package/build/services/escalation/facet-sql.js +7 -6
  9. package/build/services/escalation/queries.js +27 -5
  10. package/build/services/escalation/sql.d.ts +19 -2
  11. package/build/services/escalation/sql.js +32 -9
  12. package/build/services/escalation/types.d.ts +7 -1
  13. package/build/services/role/index.js +2 -0
  14. package/build/services/role/sql.d.ts +4 -4
  15. package/build/services/role/sql.js +12 -6
  16. package/build/services/role/types.d.ts +14 -0
  17. package/build/system/mcp-servers/admin/schemas.d.ts +6 -0
  18. package/build/system/mcp-servers/admin/schemas.js +3 -0
  19. package/build/system/mcp-servers/admin/users.js +4 -1
  20. package/build/system/seed/tool-manifests-admin.d.ts +152 -0
  21. package/build/system/seed/tool-manifests-admin.js +1 -1
  22. package/dashboard/dist/assets/{AdminDashboard-C9eE1VEp.js → AdminDashboard-Bgomc_jH.js} +2 -2
  23. package/dashboard/dist/assets/{AdminDashboard-C9eE1VEp.js.map → AdminDashboard-Bgomc_jH.js.map} +1 -1
  24. package/dashboard/dist/assets/{AgentConfigPage-Ba8QfXM2.js → AgentConfigPage-C6gDgz21.js} +6 -6
  25. package/dashboard/dist/assets/{AgentConfigPage-Ba8QfXM2.js.map → AgentConfigPage-C6gDgz21.js.map} +1 -1
  26. package/dashboard/dist/assets/{AgentDetailPage-DVmec0CP.js → AgentDetailPage-0rrH5FmV.js} +4 -4
  27. package/dashboard/dist/assets/{AgentDetailPage-DVmec0CP.js.map → AgentDetailPage-0rrH5FmV.js.map} +1 -1
  28. package/dashboard/dist/assets/{AgentsPage-DNiCYMh3.js → AgentsPage-DkIU2zed.js} +2 -2
  29. package/dashboard/dist/assets/{AgentsPage-DNiCYMh3.js.map → AgentsPage-DkIU2zed.js.map} +1 -1
  30. package/dashboard/dist/assets/{AvailableEscalationsPage-gDIF8ocC.js → AvailableEscalationsPage-C9DAtNGp.js} +2 -2
  31. package/dashboard/dist/assets/{AvailableEscalationsPage-gDIF8ocC.js.map → AvailableEscalationsPage-C9DAtNGp.js.map} +1 -1
  32. package/dashboard/dist/assets/{BotPicker-3wBcBavT.js → BotPicker-MnI3OyE7.js} +2 -2
  33. package/dashboard/dist/assets/{BotPicker-3wBcBavT.js.map → BotPicker-MnI3OyE7.js.map} +1 -1
  34. package/dashboard/dist/assets/{CapabilitiesPage-WoPkND2y.js → CapabilitiesPage-Cv_AD_5i.js} +2 -2
  35. package/dashboard/dist/assets/{CapabilitiesPage-WoPkND2y.js.map → CapabilitiesPage-Cv_AD_5i.js.map} +1 -1
  36. package/dashboard/dist/assets/{CollapsibleSection-Cx99mqNN.js → CollapsibleSection-Ne-Q3QFM.js} +2 -2
  37. package/dashboard/dist/assets/{CollapsibleSection-Cx99mqNN.js.map → CollapsibleSection-Ne-Q3QFM.js.map} +1 -1
  38. package/dashboard/dist/assets/{CredentialsPage-DbNaoPbF.js → CredentialsPage-B3Mfwl22.js} +2 -2
  39. package/dashboard/dist/assets/{CredentialsPage-DbNaoPbF.js.map → CredentialsPage-B3Mfwl22.js.map} +1 -1
  40. package/dashboard/dist/assets/{CronLabel-DLW4_Zg4.js → CronLabel-CtjUBRPo.js} +2 -2
  41. package/dashboard/dist/assets/{CronLabel-DLW4_Zg4.js.map → CronLabel-CtjUBRPo.js.map} +1 -1
  42. package/dashboard/dist/assets/{CustomDurationPicker-BRUFjkiu.js → CustomDurationPicker-Cp1fgzPX.js} +2 -2
  43. package/dashboard/dist/assets/{CustomDurationPicker-BRUFjkiu.js.map → CustomDurationPicker-Cp1fgzPX.js.map} +1 -1
  44. package/dashboard/dist/assets/{DropZone-DEX0BBqt.js → DropZone-CZDmNBn-.js} +2 -2
  45. package/dashboard/dist/assets/{DropZone-DEX0BBqt.js.map → DropZone-CZDmNBn-.js.map} +1 -1
  46. package/dashboard/dist/assets/{ElapsedCell-BtmDQaym.js → ElapsedCell-Gr5UlUbn.js} +2 -2
  47. package/dashboard/dist/assets/{ElapsedCell-BtmDQaym.js.map → ElapsedCell-Gr5UlUbn.js.map} +1 -1
  48. package/dashboard/dist/assets/{EscalationSchemaPage-Bm4yBEGN.js → EscalationSchemaPage-C5tuV6SJ.js} +2 -2
  49. package/dashboard/dist/assets/{EscalationSchemaPage-Bm4yBEGN.js.map → EscalationSchemaPage-C5tuV6SJ.js.map} +1 -1
  50. package/dashboard/dist/assets/{EscalationsOverview-B3xZwTQA.js → EscalationsOverview-BIZVnSBF.js} +2 -2
  51. package/dashboard/dist/assets/{EscalationsOverview-B3xZwTQA.js.map → EscalationsOverview-BIZVnSBF.js.map} +1 -1
  52. package/dashboard/dist/assets/{EventTable-Bh9FKXLI.js → EventTable-90aUfsNr.js} +2 -2
  53. package/dashboard/dist/assets/{EventTable-Bh9FKXLI.js.map → EventTable-90aUfsNr.js.map} +1 -1
  54. package/dashboard/dist/assets/{GraphInvokePage-ov_ANlaE.js → GraphInvokePage-Io5ZucT8.js} +2 -2
  55. package/dashboard/dist/assets/{GraphInvokePage-ov_ANlaE.js.map → GraphInvokePage-Io5ZucT8.js.map} +1 -1
  56. package/dashboard/dist/assets/{HomePage-D0DV6izb.js → HomePage-Cu0vUzTF.js} +2 -2
  57. package/dashboard/dist/assets/{HomePage-D0DV6izb.js.map → HomePage-Cu0vUzTF.js.map} +1 -1
  58. package/dashboard/dist/assets/{ListToolbar-FpcvqNkN.js → ListToolbar-CdmIvEIF.js} +2 -2
  59. package/dashboard/dist/assets/{ListToolbar-FpcvqNkN.js.map → ListToolbar-CdmIvEIF.js.map} +1 -1
  60. package/dashboard/dist/assets/{McpOverview-DcuRiAff.js → McpOverview-C-Ypezuv.js} +2 -2
  61. package/dashboard/dist/assets/{McpOverview-DcuRiAff.js.map → McpOverview-C-Ypezuv.js.map} +1 -1
  62. package/dashboard/dist/assets/{McpQueryDetailPage-BcYl67KP.js → McpQueryDetailPage-DdontKcj.js} +2 -2
  63. package/dashboard/dist/assets/{McpQueryDetailPage-BcYl67KP.js.map → McpQueryDetailPage-DdontKcj.js.map} +1 -1
  64. package/dashboard/dist/assets/{McpQueryPage-C3GDzqZM.js → McpQueryPage-D-1TaOGG.js} +2 -2
  65. package/dashboard/dist/assets/{McpQueryPage-C3GDzqZM.js.map → McpQueryPage-D-1TaOGG.js.map} +1 -1
  66. package/dashboard/dist/assets/{McpRunDetailPage-SzOyhDBW.js → McpRunDetailPage-B1sCxKLD.js} +2 -2
  67. package/dashboard/dist/assets/{McpRunDetailPage-SzOyhDBW.js.map → McpRunDetailPage-B1sCxKLD.js.map} +1 -1
  68. package/dashboard/dist/assets/{McpRunsPage-BwgB6mRV.js → McpRunsPage-eWJ7cDa3.js} +2 -2
  69. package/dashboard/dist/assets/{McpRunsPage-BwgB6mRV.js.map → McpRunsPage-eWJ7cDa3.js.map} +1 -1
  70. package/dashboard/dist/assets/{NamespacePill-CwKdoyRM.js → NamespacePill-DlqBTvFR.js} +2 -2
  71. package/dashboard/dist/assets/{NamespacePill-CwKdoyRM.js.map → NamespacePill-DlqBTvFR.js.map} +1 -1
  72. package/dashboard/dist/assets/OperationsPage-C5phWL0O.js +2 -0
  73. package/dashboard/dist/assets/OperationsPage-C5phWL0O.js.map +1 -0
  74. package/dashboard/dist/assets/{OperatorDashboard-DSXh-yYw.js → OperatorDashboard-YP6kP-f_.js} +2 -2
  75. package/dashboard/dist/assets/{OperatorDashboard-DSXh-yYw.js.map → OperatorDashboard-YP6kP-f_.js.map} +1 -1
  76. package/dashboard/dist/assets/{PageHeader-BhaWTWcM.js → PageHeader-CFta2VaS.js} +2 -2
  77. package/dashboard/dist/assets/{PageHeader-BhaWTWcM.js.map → PageHeader-CFta2VaS.js.map} +1 -1
  78. package/dashboard/dist/assets/{PageHeaderWithStats-yex5WmHB.js → PageHeaderWithStats-CcVAji-7.js} +2 -2
  79. package/dashboard/dist/assets/{PageHeaderWithStats-yex5WmHB.js.map → PageHeaderWithStats-CcVAji-7.js.map} +1 -1
  80. package/dashboard/dist/assets/{ProcessDetailPage-iIB1rwEt.js → ProcessDetailPage-C_BXQvBs.js} +2 -2
  81. package/dashboard/dist/assets/{ProcessDetailPage-iIB1rwEt.js.map → ProcessDetailPage-C_BXQvBs.js.map} +1 -1
  82. package/dashboard/dist/assets/{ProcessesListPage-BrqWR2zr.js → ProcessesListPage-BNhFwTLl.js} +2 -2
  83. package/dashboard/dist/assets/{ProcessesListPage-BrqWR2zr.js.map → ProcessesListPage-BNhFwTLl.js.map} +1 -1
  84. package/dashboard/dist/assets/RoleDetailPage-8GLNjj9I.js +11 -0
  85. package/dashboard/dist/assets/RoleDetailPage-8GLNjj9I.js.map +1 -0
  86. package/dashboard/dist/assets/{RolePill-Cl71eDUA.js → RolePill-CXEyPMqb.js} +2 -2
  87. package/dashboard/dist/assets/{RolePill-Cl71eDUA.js.map → RolePill-CXEyPMqb.js.map} +1 -1
  88. package/dashboard/dist/assets/{RolesPage-Bzp9FhAl.js → RolesPage-B59tE2lZ.js} +2 -2
  89. package/dashboard/dist/assets/{RolesPage-Bzp9FhAl.js.map → RolesPage-B59tE2lZ.js.map} +1 -1
  90. package/dashboard/dist/assets/{RunAsSelector-DXbHRxQs.js → RunAsSelector-CokM3Ifp.js} +2 -2
  91. package/dashboard/dist/assets/{RunAsSelector-DXbHRxQs.js.map → RunAsSelector-CokM3Ifp.js.map} +1 -1
  92. package/dashboard/dist/assets/{StickyPagination-D8XuMSWD.js → StickyPagination-_H2j2CAH.js} +2 -2
  93. package/dashboard/dist/assets/{StickyPagination-D8XuMSWD.js.map → StickyPagination-_H2j2CAH.js.map} +1 -1
  94. package/dashboard/dist/assets/{StreamMessageDetail-D5v95pmz.js → StreamMessageDetail-sSfHDYIa.js} +2 -2
  95. package/dashboard/dist/assets/{StreamMessageDetail-D5v95pmz.js.map → StreamMessageDetail-sSfHDYIa.js.map} +1 -1
  96. package/dashboard/dist/assets/{SwimlaneTimeline-CUEf2R5R.js → SwimlaneTimeline-LZWtfBK3.js} +2 -2
  97. package/dashboard/dist/assets/{SwimlaneTimeline-CUEf2R5R.js.map → SwimlaneTimeline-LZWtfBK3.js.map} +1 -1
  98. package/dashboard/dist/assets/{TagInput-B_WQiuer.js → TagInput-CQg-TrV9.js} +2 -2
  99. package/dashboard/dist/assets/{TagInput-B_WQiuer.js.map → TagInput-CQg-TrV9.js.map} +1 -1
  100. package/dashboard/dist/assets/{TaskDetailPage-BJvKNwEe.js → TaskDetailPage-CHBV2V6R.js} +2 -2
  101. package/dashboard/dist/assets/{TaskDetailPage-BJvKNwEe.js.map → TaskDetailPage-CHBV2V6R.js.map} +1 -1
  102. package/dashboard/dist/assets/{TaskQueuePill-Lgn2obNU.js → TaskQueuePill-DyvtL8X4.js} +2 -2
  103. package/dashboard/dist/assets/{TaskQueuePill-Lgn2obNU.js.map → TaskQueuePill-DyvtL8X4.js.map} +1 -1
  104. package/dashboard/dist/assets/{TasksListPage-CM7BWh_h.js → TasksListPage-B71FxvrY.js} +2 -2
  105. package/dashboard/dist/assets/{TasksListPage-CM7BWh_h.js.map → TasksListPage-B71FxvrY.js.map} +1 -1
  106. package/dashboard/dist/assets/{TimeAgo-D1K7xKq5.js → TimeAgo-JgT0U_sd.js} +2 -2
  107. package/dashboard/dist/assets/{TimeAgo-D1K7xKq5.js.map → TimeAgo-JgT0U_sd.js.map} +1 -1
  108. package/dashboard/dist/assets/{TimestampCell-7G0echgP.js → TimestampCell-gEreK8Nn.js} +2 -2
  109. package/dashboard/dist/assets/{TimestampCell-7G0echgP.js.map → TimestampCell-gEreK8Nn.js.map} +1 -1
  110. package/dashboard/dist/assets/{ToolPill-uVqcbHPE.js → ToolPill-miuRcj1Q.js} +2 -2
  111. package/dashboard/dist/assets/{ToolPill-uVqcbHPE.js.map → ToolPill-miuRcj1Q.js.map} +1 -1
  112. package/dashboard/dist/assets/{ToolTestPanel-LxuJvURK.js → ToolTestPanel-ChfHw9Aq.js} +2 -2
  113. package/dashboard/dist/assets/{ToolTestPanel-LxuJvURK.js.map → ToolTestPanel-ChfHw9Aq.js.map} +1 -1
  114. package/dashboard/dist/assets/{TopicDetailPage-JvAX6rrR.js → TopicDetailPage-DigI0HGt.js} +2 -2
  115. package/dashboard/dist/assets/{TopicDetailPage-JvAX6rrR.js.map → TopicDetailPage-DigI0HGt.js.map} +1 -1
  116. package/dashboard/dist/assets/{TopicsPage-tFT2AcTz.js → TopicsPage-BHjlFpPN.js} +2 -2
  117. package/dashboard/dist/assets/{TopicsPage-tFT2AcTz.js.map → TopicsPage-BHjlFpPN.js.map} +1 -1
  118. package/dashboard/dist/assets/{UserName-Djz0nmaZ.js → UserName-uncbaKYf.js} +2 -2
  119. package/dashboard/dist/assets/{UserName-Djz0nmaZ.js.map → UserName-uncbaKYf.js.map} +1 -1
  120. package/dashboard/dist/assets/{WorkflowExecutionPage-f53hilbI.js → WorkflowExecutionPage-DwzLKTkt.js} +2 -2
  121. package/dashboard/dist/assets/{WorkflowExecutionPage-f53hilbI.js.map → WorkflowExecutionPage-DwzLKTkt.js.map} +1 -1
  122. package/dashboard/dist/assets/{WorkflowPill-IDjTRfQ8.js → WorkflowPill-BegV-iRF.js} +2 -2
  123. package/dashboard/dist/assets/{WorkflowPill-IDjTRfQ8.js.map → WorkflowPill-BegV-iRF.js.map} +1 -1
  124. package/dashboard/dist/assets/{WorkflowsDashboard-DM9Xe665.js → WorkflowsDashboard-rpnGhGnl.js} +2 -2
  125. package/dashboard/dist/assets/{WorkflowsDashboard-DM9Xe665.js.map → WorkflowsDashboard-rpnGhGnl.js.map} +1 -1
  126. package/dashboard/dist/assets/{WorkflowsOverview-CUGSrx9N.js → WorkflowsOverview-ihhW8DiS.js} +2 -2
  127. package/dashboard/dist/assets/{WorkflowsOverview-CUGSrx9N.js.map → WorkflowsOverview-ihhW8DiS.js.map} +1 -1
  128. package/dashboard/dist/assets/{YamlWorkflowDetailPage-B1_yqxAw.js → YamlWorkflowDetailPage-C61-8y-E.js} +2 -2
  129. package/dashboard/dist/assets/{YamlWorkflowDetailPage-B1_yqxAw.js.map → YamlWorkflowDetailPage-C61-8y-E.js.map} +1 -1
  130. package/dashboard/dist/assets/{YamlWorkflowsPage-NtGvqiu7.js → YamlWorkflowsPage-CMpgsLEo.js} +2 -2
  131. package/dashboard/dist/assets/{YamlWorkflowsPage-NtGvqiu7.js.map → YamlWorkflowsPage-CMpgsLEo.js.map} +1 -1
  132. package/dashboard/dist/assets/{agents-tML6AjDj.js → agents-27sErp5R.js} +2 -2
  133. package/dashboard/dist/assets/{agents-tML6AjDj.js.map → agents-27sErp5R.js.map} +1 -1
  134. package/dashboard/dist/assets/{bots-Cb0WTwhY.js → bots-CPHuAvjW.js} +2 -2
  135. package/dashboard/dist/assets/{bots-Cb0WTwhY.js.map → bots-CPHuAvjW.js.map} +1 -1
  136. package/dashboard/dist/assets/{capabilities-BGZogsi_.js → capabilities-BBTPqF-V.js} +2 -2
  137. package/dashboard/dist/assets/{capabilities-BGZogsi_.js.map → capabilities-BBTPqF-V.js.map} +1 -1
  138. package/dashboard/dist/assets/{controlplane-B7VJTlZD.js → controlplane-C9j2mwX8.js} +2 -2
  139. package/dashboard/dist/assets/{controlplane-B7VJTlZD.js.map → controlplane-C9j2mwX8.js.map} +1 -1
  140. package/dashboard/dist/assets/{escalation-Bl-SQV_u.js → escalation-CyJ_wz-f.js} +2 -2
  141. package/dashboard/dist/assets/{escalation-Bl-SQV_u.js.map → escalation-CyJ_wz-f.js.map} +1 -1
  142. package/dashboard/dist/assets/{escalation-columns-BlJOswRx.js → escalation-columns-DU4Jyxxo.js} +2 -2
  143. package/dashboard/dist/assets/{escalation-columns-BlJOswRx.js.map → escalation-columns-DU4Jyxxo.js.map} +1 -1
  144. package/dashboard/dist/assets/{index-e97M6GoI.js → index-BBQggGcf.js} +2 -2
  145. package/dashboard/dist/assets/{index-e97M6GoI.js.map → index-BBQggGcf.js.map} +1 -1
  146. package/dashboard/dist/assets/{index-D0-8byNu.js → index-BHS-ubrT.js} +2 -2
  147. package/dashboard/dist/assets/{index-D0-8byNu.js.map → index-BHS-ubrT.js.map} +1 -1
  148. package/dashboard/dist/assets/{index-DcbEIXit.js → index-BVHXREYZ.js} +2 -2
  149. package/dashboard/dist/assets/{index-DcbEIXit.js.map → index-BVHXREYZ.js.map} +1 -1
  150. package/dashboard/dist/assets/{index-Il_g7kw5.js → index-BiLZJ43R.js} +2 -2
  151. package/dashboard/dist/assets/{index-Il_g7kw5.js.map → index-BiLZJ43R.js.map} +1 -1
  152. package/dashboard/dist/assets/{index-Dgw1KKpq.js → index-BoZydcaW.js} +4 -4
  153. package/dashboard/dist/assets/{index-Dgw1KKpq.js.map → index-BoZydcaW.js.map} +1 -1
  154. package/dashboard/dist/assets/{index-CBv3UxF2.js → index-CCHGKErT.js} +2 -2
  155. package/dashboard/dist/assets/{index-CBv3UxF2.js.map → index-CCHGKErT.js.map} +1 -1
  156. package/dashboard/dist/assets/{index-0o71lRuY.js → index-CNprOGuS.js} +2 -2
  157. package/dashboard/dist/assets/{index-0o71lRuY.js.map → index-CNprOGuS.js.map} +1 -1
  158. package/dashboard/dist/assets/{index-Wny0bRgq.css → index-CZ6-l8_0.css} +1 -1
  159. package/dashboard/dist/assets/{index-3A_5CL81.js → index-CgeFUhUr.js} +2 -2
  160. package/dashboard/dist/assets/{index-3A_5CL81.js.map → index-CgeFUhUr.js.map} +1 -1
  161. package/dashboard/dist/assets/{index-TiKh2Ctj.js → index-ChniBGqD.js} +2 -2
  162. package/dashboard/dist/assets/{index-TiKh2Ctj.js.map → index-ChniBGqD.js.map} +1 -1
  163. package/dashboard/dist/assets/{index--WeZDfeN.js → index-CjXzZ19T.js} +2 -2
  164. package/dashboard/dist/assets/{index--WeZDfeN.js.map → index-CjXzZ19T.js.map} +1 -1
  165. package/dashboard/dist/assets/{index-DfDfJivY.js → index-D9pi0fs6.js} +2 -2
  166. package/dashboard/dist/assets/{index-DfDfJivY.js.map → index-D9pi0fs6.js.map} +1 -1
  167. package/dashboard/dist/assets/{index-SCrD3l-K.js → index-DoivEaUZ.js} +2 -2
  168. package/dashboard/dist/assets/{index-SCrD3l-K.js.map → index-DoivEaUZ.js.map} +1 -1
  169. package/dashboard/dist/assets/{index-BorpZbZA.js → index-Dzqt3g-K.js} +2 -2
  170. package/dashboard/dist/assets/{index-BorpZbZA.js.map → index-Dzqt3g-K.js.map} +1 -1
  171. package/dashboard/dist/assets/{knowledge-CDzw4E6q.js → knowledge-BErJA3Je.js} +2 -2
  172. package/dashboard/dist/assets/{knowledge-CDzw4E6q.js.map → knowledge-BErJA3Je.js.map} +1 -1
  173. package/dashboard/dist/assets/{mcp-D_-NQtnG.js → mcp-Cx9L42EN.js} +2 -2
  174. package/dashboard/dist/assets/{mcp-D_-NQtnG.js.map → mcp-Cx9L42EN.js.map} +1 -1
  175. package/dashboard/dist/assets/{mcp-query-BqZXdf9A.js → mcp-query-Cf6kcBoW.js} +2 -2
  176. package/dashboard/dist/assets/{mcp-query-BqZXdf9A.js.map → mcp-query-Cf6kcBoW.js.map} +1 -1
  177. package/dashboard/dist/assets/{pipelines-CNLhgj8b.js → pipelines-CFctrv71.js} +2 -2
  178. package/dashboard/dist/assets/{pipelines-CNLhgj8b.js.map → pipelines-CFctrv71.js.map} +1 -1
  179. package/dashboard/dist/assets/{roles-CFD2eYap.js → roles-CCXZtqDr.js} +2 -2
  180. package/dashboard/dist/assets/roles-CCXZtqDr.js.map +1 -0
  181. package/dashboard/dist/assets/{tasks-DcSvF636.js → tasks-BPNj8ZWL.js} +2 -2
  182. package/dashboard/dist/assets/{tasks-DcSvF636.js.map → tasks-BPNj8ZWL.js.map} +1 -1
  183. package/dashboard/dist/assets/{topics-DI8TFSZv.js → topics-CR4UBuSV.js} +2 -2
  184. package/dashboard/dist/assets/{topics-DI8TFSZv.js.map → topics-CR4UBuSV.js.map} +1 -1
  185. package/dashboard/dist/assets/{useEventHooks-DcIgMDh3.js → useEventHooks-BgdnN8Rj.js} +2 -2
  186. package/dashboard/dist/assets/{useEventHooks-DcIgMDh3.js.map → useEventHooks-BgdnN8Rj.js.map} +1 -1
  187. package/dashboard/dist/assets/{useNamespace-C88ZxGoX.js → useNamespace-BDsKfT0f.js} +2 -2
  188. package/dashboard/dist/assets/{useNamespace-C88ZxGoX.js.map → useNamespace-BDsKfT0f.js.map} +1 -1
  189. package/dashboard/dist/assets/{useYamlActivityEvents-D2-yVjJ7.js → useYamlActivityEvents-CWZwHIlR.js} +2 -2
  190. package/dashboard/dist/assets/{useYamlActivityEvents-D2-yVjJ7.js.map → useYamlActivityEvents-CWZwHIlR.js.map} +1 -1
  191. package/dashboard/dist/assets/{users-C0WV36X8.js → users-BqmKVXR1.js} +2 -2
  192. package/dashboard/dist/assets/{users-C0WV36X8.js.map → users-BqmKVXR1.js.map} +1 -1
  193. package/dashboard/dist/assets/{vendor-icons-CEWCGPeJ.js → vendor-icons-BaQqUm-e.js} +2 -2
  194. package/dashboard/dist/assets/{vendor-icons-CEWCGPeJ.js.map → vendor-icons-BaQqUm-e.js.map} +1 -1
  195. package/dashboard/dist/assets/{workflows-CkPv7xk-.js → workflows-Dps45zjk.js} +2 -2
  196. package/dashboard/dist/assets/{workflows-CkPv7xk-.js.map → workflows-Dps45zjk.js.map} +1 -1
  197. package/dashboard/dist/assets/{yaml-workflows-BjrMQLTK.js → yaml-workflows-DhlTkbvY.js} +2 -2
  198. package/dashboard/dist/assets/{yaml-workflows-BjrMQLTK.js.map → yaml-workflows-DhlTkbvY.js.map} +1 -1
  199. package/dashboard/dist/index.html +3 -3
  200. package/docs/api/http/escalations.md +3 -3
  201. package/docs/api/http/roles.md +6 -0
  202. package/docs/api/mcp/admin.md +2 -0
  203. package/docs/api/sdk/escalations.md +2 -2
  204. package/docs/api/sdk/roles.md +7 -1
  205. package/docs/dashboard.md +5 -4
  206. package/docs/data.md +2 -0
  207. package/docs/operations.md +16 -3
  208. package/package.json +2 -2
  209. package/dashboard/dist/assets/OperationsPage-BCr21p8I.js +0 -2
  210. package/dashboard/dist/assets/OperationsPage-BCr21p8I.js.map +0 -1
  211. package/dashboard/dist/assets/RoleDetailPage-DS37tJhq.js +0 -11
  212. package/dashboard/dist/assets/RoleDetailPage-DS37tJhq.js.map +0 -1
  213. package/dashboard/dist/assets/roles-CFD2eYap.js.map +0 -1
@@ -14,6 +14,7 @@ exports.claimByFacetsSchema = exports.claimGroupsSchema = exports.searchByFacets
14
14
  * deep-instantiation errors in the registerTool() generic.
15
15
  */
16
16
  const zod_1 = require("zod");
17
+ const facet_sql_1 = require("../../../services/escalation/facet-sql");
17
18
  // ── tasks (routes/tasks.ts) ─────────────────────────────────────────────────
18
19
  exports.findTasksSchema = zod_1.z.object({
19
20
  status: zod_1.z.string().optional().describe('Filter: pending, completed, etc.'),
@@ -242,6 +243,8 @@ exports.updateRoleSchema = zod_1.z.object({
242
243
  sla_minutes: zod_1.z.number().nullable().optional().describe('Target resolution time in minutes. One of the capacity settings: target_per_hour = worker_count / (sla_minutes / 60)'),
243
244
  target_per_hour: zod_1.z.number().nullable().optional().describe('Intended throughput (items resolved per hour). Drives the station pace baseline on the Operations view.'),
244
245
  worker_count: zod_1.z.number().nullable().optional().describe('Capacity at this station (staff or machine count). One of the capacity settings.'),
246
+ priority_threshold_minutes: zod_1.z.number().min(0).nullable().optional().describe('Max age in minutes before a pending unclaimed escalation counts toward the Pace Board priority count. Falls back to sla_minutes when null.'),
247
+ priority_facet: zod_1.z.string().regex(facet_sql_1.FACET_KEY).nullable().optional().describe('lt_escalations.metadata key holding the age origin for the priority count as an ISO 8601 UTC timestamp (e.g. authorized_at). Falls back to created_at when null. When set, items missing the key or holding an unparseable value are not counted.'),
245
248
  upstream_roles: zod_1.z.array(zod_1.z.string()).nullable().optional().describe('Replace the set of roles this station draws input from across other sequences (parent_role stays the single prior step in its own sequence). Omitted = preserve; null or [] = clear.'),
246
249
  change_summary: zod_1.z.string().optional().describe('Recorded on the schema version snapshot when this update changes form_schema or metadata_schema'),
247
250
  });
@@ -196,7 +196,8 @@ function registerUserTools(server) {
196
196
  description: 'Update role metadata with PATCH semantics — omitted fields keep their ' +
197
197
  'values. Covers display name, description, form/metadata schemas, the ' +
198
198
  'free properties bag, ops_visible flag, parent role, and the typed ' +
199
- 'operational targets (sla_minutes, target_per_hour, worker_count).',
199
+ 'operational targets (sla_minutes, target_per_hour, worker_count, ' +
200
+ 'priority_threshold_minutes, priority_facet).',
200
201
  inputSchema: schemas_1.updateRoleSchema,
201
202
  }, async (args) => {
202
203
  const updated = await roleService.updateRoleMetadata(args.role, {
@@ -210,6 +211,8 @@ function registerUserTools(server) {
210
211
  sla_minutes: args.sla_minutes,
211
212
  target_per_hour: args.target_per_hour,
212
213
  worker_count: args.worker_count,
214
+ priority_threshold_minutes: args.priority_threshold_minutes,
215
+ priority_facet: args.priority_facet,
213
216
  upstream_roles: args.upstream_roles,
214
217
  change_summary: args.change_summary,
215
218
  });
@@ -89,6 +89,8 @@ export declare const ADMIN_TOOLS: ({
89
89
  sla_minutes?: undefined;
90
90
  target_per_hour?: undefined;
91
91
  worker_count?: undefined;
92
+ priority_threshold_minutes?: undefined;
93
+ priority_facet?: undefined;
92
94
  upstream_roles?: undefined;
93
95
  change_summary?: undefined;
94
96
  version?: undefined;
@@ -232,6 +234,8 @@ export declare const ADMIN_TOOLS: ({
232
234
  sla_minutes?: undefined;
233
235
  target_per_hour?: undefined;
234
236
  worker_count?: undefined;
237
+ priority_threshold_minutes?: undefined;
238
+ priority_facet?: undefined;
235
239
  upstream_roles?: undefined;
236
240
  change_summary?: undefined;
237
241
  version?: undefined;
@@ -399,6 +403,8 @@ export declare const ADMIN_TOOLS: ({
399
403
  sla_minutes?: undefined;
400
404
  target_per_hour?: undefined;
401
405
  worker_count?: undefined;
406
+ priority_threshold_minutes?: undefined;
407
+ priority_facet?: undefined;
402
408
  upstream_roles?: undefined;
403
409
  change_summary?: undefined;
404
410
  version?: undefined;
@@ -542,6 +548,8 @@ export declare const ADMIN_TOOLS: ({
542
548
  sla_minutes?: undefined;
543
549
  target_per_hour?: undefined;
544
550
  worker_count?: undefined;
551
+ priority_threshold_minutes?: undefined;
552
+ priority_facet?: undefined;
545
553
  upstream_roles?: undefined;
546
554
  change_summary?: undefined;
547
555
  version?: undefined;
@@ -685,6 +693,8 @@ export declare const ADMIN_TOOLS: ({
685
693
  sla_minutes?: undefined;
686
694
  target_per_hour?: undefined;
687
695
  worker_count?: undefined;
696
+ priority_threshold_minutes?: undefined;
697
+ priority_facet?: undefined;
688
698
  upstream_roles?: undefined;
689
699
  change_summary?: undefined;
690
700
  version?: undefined;
@@ -830,6 +840,8 @@ export declare const ADMIN_TOOLS: ({
830
840
  sla_minutes?: undefined;
831
841
  target_per_hour?: undefined;
832
842
  worker_count?: undefined;
843
+ priority_threshold_minutes?: undefined;
844
+ priority_facet?: undefined;
833
845
  upstream_roles?: undefined;
834
846
  change_summary?: undefined;
835
847
  version?: undefined;
@@ -975,6 +987,8 @@ export declare const ADMIN_TOOLS: ({
975
987
  sla_minutes?: undefined;
976
988
  target_per_hour?: undefined;
977
989
  worker_count?: undefined;
990
+ priority_threshold_minutes?: undefined;
991
+ priority_facet?: undefined;
978
992
  upstream_roles?: undefined;
979
993
  change_summary?: undefined;
980
994
  version?: undefined;
@@ -1120,6 +1134,8 @@ export declare const ADMIN_TOOLS: ({
1120
1134
  sla_minutes?: undefined;
1121
1135
  target_per_hour?: undefined;
1122
1136
  worker_count?: undefined;
1137
+ priority_threshold_minutes?: undefined;
1138
+ priority_facet?: undefined;
1123
1139
  upstream_roles?: undefined;
1124
1140
  change_summary?: undefined;
1125
1141
  version?: undefined;
@@ -1265,6 +1281,8 @@ export declare const ADMIN_TOOLS: ({
1265
1281
  sla_minutes?: undefined;
1266
1282
  target_per_hour?: undefined;
1267
1283
  worker_count?: undefined;
1284
+ priority_threshold_minutes?: undefined;
1285
+ priority_facet?: undefined;
1268
1286
  upstream_roles?: undefined;
1269
1287
  change_summary?: undefined;
1270
1288
  version?: undefined;
@@ -1410,6 +1428,8 @@ export declare const ADMIN_TOOLS: ({
1410
1428
  sla_minutes?: undefined;
1411
1429
  target_per_hour?: undefined;
1412
1430
  worker_count?: undefined;
1431
+ priority_threshold_minutes?: undefined;
1432
+ priority_facet?: undefined;
1413
1433
  upstream_roles?: undefined;
1414
1434
  change_summary?: undefined;
1415
1435
  version?: undefined;
@@ -1556,6 +1576,8 @@ export declare const ADMIN_TOOLS: ({
1556
1576
  sla_minutes?: undefined;
1557
1577
  target_per_hour?: undefined;
1558
1578
  worker_count?: undefined;
1579
+ priority_threshold_minutes?: undefined;
1580
+ priority_facet?: undefined;
1559
1581
  upstream_roles?: undefined;
1560
1582
  change_summary?: undefined;
1561
1583
  version?: undefined;
@@ -1697,6 +1719,8 @@ export declare const ADMIN_TOOLS: ({
1697
1719
  sla_minutes?: undefined;
1698
1720
  target_per_hour?: undefined;
1699
1721
  worker_count?: undefined;
1722
+ priority_threshold_minutes?: undefined;
1723
+ priority_facet?: undefined;
1700
1724
  upstream_roles?: undefined;
1701
1725
  change_summary?: undefined;
1702
1726
  version?: undefined;
@@ -1845,6 +1869,8 @@ export declare const ADMIN_TOOLS: ({
1845
1869
  sla_minutes?: undefined;
1846
1870
  target_per_hour?: undefined;
1847
1871
  worker_count?: undefined;
1872
+ priority_threshold_minutes?: undefined;
1873
+ priority_facet?: undefined;
1848
1874
  upstream_roles?: undefined;
1849
1875
  change_summary?: undefined;
1850
1876
  version?: undefined;
@@ -1995,6 +2021,8 @@ export declare const ADMIN_TOOLS: ({
1995
2021
  sla_minutes?: undefined;
1996
2022
  target_per_hour?: undefined;
1997
2023
  worker_count?: undefined;
2024
+ priority_threshold_minutes?: undefined;
2025
+ priority_facet?: undefined;
1998
2026
  upstream_roles?: undefined;
1999
2027
  change_summary?: undefined;
2000
2028
  version?: undefined;
@@ -2151,6 +2179,8 @@ export declare const ADMIN_TOOLS: ({
2151
2179
  sla_minutes?: undefined;
2152
2180
  target_per_hour?: undefined;
2153
2181
  worker_count?: undefined;
2182
+ priority_threshold_minutes?: undefined;
2183
+ priority_facet?: undefined;
2154
2184
  upstream_roles?: undefined;
2155
2185
  change_summary?: undefined;
2156
2186
  version?: undefined;
@@ -2300,6 +2330,8 @@ export declare const ADMIN_TOOLS: ({
2300
2330
  sla_minutes?: undefined;
2301
2331
  target_per_hour?: undefined;
2302
2332
  worker_count?: undefined;
2333
+ priority_threshold_minutes?: undefined;
2334
+ priority_facet?: undefined;
2303
2335
  upstream_roles?: undefined;
2304
2336
  change_summary?: undefined;
2305
2337
  version?: undefined;
@@ -2449,6 +2481,8 @@ export declare const ADMIN_TOOLS: ({
2449
2481
  sla_minutes?: undefined;
2450
2482
  target_per_hour?: undefined;
2451
2483
  worker_count?: undefined;
2484
+ priority_threshold_minutes?: undefined;
2485
+ priority_facet?: undefined;
2452
2486
  upstream_roles?: undefined;
2453
2487
  change_summary?: undefined;
2454
2488
  version?: undefined;
@@ -2601,6 +2635,8 @@ export declare const ADMIN_TOOLS: ({
2601
2635
  sla_minutes?: undefined;
2602
2636
  target_per_hour?: undefined;
2603
2637
  worker_count?: undefined;
2638
+ priority_threshold_minutes?: undefined;
2639
+ priority_facet?: undefined;
2604
2640
  upstream_roles?: undefined;
2605
2641
  change_summary?: undefined;
2606
2642
  version?: undefined;
@@ -2755,6 +2791,8 @@ export declare const ADMIN_TOOLS: ({
2755
2791
  sla_minutes?: undefined;
2756
2792
  target_per_hour?: undefined;
2757
2793
  worker_count?: undefined;
2794
+ priority_threshold_minutes?: undefined;
2795
+ priority_facet?: undefined;
2758
2796
  upstream_roles?: undefined;
2759
2797
  change_summary?: undefined;
2760
2798
  version?: undefined;
@@ -2906,6 +2944,8 @@ export declare const ADMIN_TOOLS: ({
2906
2944
  sla_minutes?: undefined;
2907
2945
  target_per_hour?: undefined;
2908
2946
  worker_count?: undefined;
2947
+ priority_threshold_minutes?: undefined;
2948
+ priority_facet?: undefined;
2909
2949
  upstream_roles?: undefined;
2910
2950
  change_summary?: undefined;
2911
2951
  version?: undefined;
@@ -3054,6 +3094,8 @@ export declare const ADMIN_TOOLS: ({
3054
3094
  sla_minutes?: undefined;
3055
3095
  target_per_hour?: undefined;
3056
3096
  worker_count?: undefined;
3097
+ priority_threshold_minutes?: undefined;
3098
+ priority_facet?: undefined;
3057
3099
  upstream_roles?: undefined;
3058
3100
  change_summary?: undefined;
3059
3101
  version?: undefined;
@@ -3204,6 +3246,8 @@ export declare const ADMIN_TOOLS: ({
3204
3246
  sla_minutes?: undefined;
3205
3247
  target_per_hour?: undefined;
3206
3248
  worker_count?: undefined;
3249
+ priority_threshold_minutes?: undefined;
3250
+ priority_facet?: undefined;
3207
3251
  upstream_roles?: undefined;
3208
3252
  change_summary?: undefined;
3209
3253
  version?: undefined;
@@ -3352,6 +3396,8 @@ export declare const ADMIN_TOOLS: ({
3352
3396
  sla_minutes?: undefined;
3353
3397
  target_per_hour?: undefined;
3354
3398
  worker_count?: undefined;
3399
+ priority_threshold_minutes?: undefined;
3400
+ priority_facet?: undefined;
3355
3401
  upstream_roles?: undefined;
3356
3402
  change_summary?: undefined;
3357
3403
  version?: undefined;
@@ -3500,6 +3546,8 @@ export declare const ADMIN_TOOLS: ({
3500
3546
  sla_minutes?: undefined;
3501
3547
  target_per_hour?: undefined;
3502
3548
  worker_count?: undefined;
3549
+ priority_threshold_minutes?: undefined;
3550
+ priority_facet?: undefined;
3503
3551
  upstream_roles?: undefined;
3504
3552
  change_summary?: undefined;
3505
3553
  version?: undefined;
@@ -3677,6 +3725,8 @@ export declare const ADMIN_TOOLS: ({
3677
3725
  sla_minutes?: undefined;
3678
3726
  target_per_hour?: undefined;
3679
3727
  worker_count?: undefined;
3728
+ priority_threshold_minutes?: undefined;
3729
+ priority_facet?: undefined;
3680
3730
  upstream_roles?: undefined;
3681
3731
  change_summary?: undefined;
3682
3732
  version?: undefined;
@@ -3820,6 +3870,8 @@ export declare const ADMIN_TOOLS: ({
3820
3870
  sla_minutes?: undefined;
3821
3871
  target_per_hour?: undefined;
3822
3872
  worker_count?: undefined;
3873
+ priority_threshold_minutes?: undefined;
3874
+ priority_facet?: undefined;
3823
3875
  upstream_roles?: undefined;
3824
3876
  change_summary?: undefined;
3825
3877
  version?: undefined;
@@ -3963,6 +4015,8 @@ export declare const ADMIN_TOOLS: ({
3963
4015
  sla_minutes?: undefined;
3964
4016
  target_per_hour?: undefined;
3965
4017
  worker_count?: undefined;
4018
+ priority_threshold_minutes?: undefined;
4019
+ priority_facet?: undefined;
3966
4020
  upstream_roles?: undefined;
3967
4021
  change_summary?: undefined;
3968
4022
  version?: undefined;
@@ -4112,6 +4166,8 @@ export declare const ADMIN_TOOLS: ({
4112
4166
  sla_minutes?: undefined;
4113
4167
  target_per_hour?: undefined;
4114
4168
  worker_count?: undefined;
4169
+ priority_threshold_minutes?: undefined;
4170
+ priority_facet?: undefined;
4115
4171
  upstream_roles?: undefined;
4116
4172
  change_summary?: undefined;
4117
4173
  version?: undefined;
@@ -4257,6 +4313,8 @@ export declare const ADMIN_TOOLS: ({
4257
4313
  sla_minutes?: undefined;
4258
4314
  target_per_hour?: undefined;
4259
4315
  worker_count?: undefined;
4316
+ priority_threshold_minutes?: undefined;
4317
+ priority_facet?: undefined;
4260
4318
  upstream_roles?: undefined;
4261
4319
  change_summary?: undefined;
4262
4320
  version?: undefined;
@@ -4410,6 +4468,8 @@ export declare const ADMIN_TOOLS: ({
4410
4468
  sla_minutes?: undefined;
4411
4469
  target_per_hour?: undefined;
4412
4470
  worker_count?: undefined;
4471
+ priority_threshold_minutes?: undefined;
4472
+ priority_facet?: undefined;
4413
4473
  upstream_roles?: undefined;
4414
4474
  change_summary?: undefined;
4415
4475
  version?: undefined;
@@ -4564,6 +4624,8 @@ export declare const ADMIN_TOOLS: ({
4564
4624
  sla_minutes?: undefined;
4565
4625
  target_per_hour?: undefined;
4566
4626
  worker_count?: undefined;
4627
+ priority_threshold_minutes?: undefined;
4628
+ priority_facet?: undefined;
4567
4629
  upstream_roles?: undefined;
4568
4630
  change_summary?: undefined;
4569
4631
  version?: undefined;
@@ -4718,6 +4780,8 @@ export declare const ADMIN_TOOLS: ({
4718
4780
  sla_minutes?: undefined;
4719
4781
  target_per_hour?: undefined;
4720
4782
  worker_count?: undefined;
4783
+ priority_threshold_minutes?: undefined;
4784
+ priority_facet?: undefined;
4721
4785
  upstream_roles?: undefined;
4722
4786
  change_summary?: undefined;
4723
4787
  version?: undefined;
@@ -4878,6 +4942,8 @@ export declare const ADMIN_TOOLS: ({
4878
4942
  sla_minutes?: undefined;
4879
4943
  target_per_hour?: undefined;
4880
4944
  worker_count?: undefined;
4945
+ priority_threshold_minutes?: undefined;
4946
+ priority_facet?: undefined;
4881
4947
  upstream_roles?: undefined;
4882
4948
  change_summary?: undefined;
4883
4949
  version?: undefined;
@@ -5027,6 +5093,8 @@ export declare const ADMIN_TOOLS: ({
5027
5093
  sla_minutes?: undefined;
5028
5094
  target_per_hour?: undefined;
5029
5095
  worker_count?: undefined;
5096
+ priority_threshold_minutes?: undefined;
5097
+ priority_facet?: undefined;
5030
5098
  upstream_roles?: undefined;
5031
5099
  change_summary?: undefined;
5032
5100
  version?: undefined;
@@ -5177,6 +5245,8 @@ export declare const ADMIN_TOOLS: ({
5177
5245
  sla_minutes?: undefined;
5178
5246
  target_per_hour?: undefined;
5179
5247
  worker_count?: undefined;
5248
+ priority_threshold_minutes?: undefined;
5249
+ priority_facet?: undefined;
5180
5250
  upstream_roles?: undefined;
5181
5251
  change_summary?: undefined;
5182
5252
  version?: undefined;
@@ -5339,6 +5409,8 @@ export declare const ADMIN_TOOLS: ({
5339
5409
  sla_minutes?: undefined;
5340
5410
  target_per_hour?: undefined;
5341
5411
  worker_count?: undefined;
5412
+ priority_threshold_minutes?: undefined;
5413
+ priority_facet?: undefined;
5342
5414
  upstream_roles?: undefined;
5343
5415
  change_summary?: undefined;
5344
5416
  version?: undefined;
@@ -5487,6 +5559,8 @@ export declare const ADMIN_TOOLS: ({
5487
5559
  sla_minutes?: undefined;
5488
5560
  target_per_hour?: undefined;
5489
5561
  worker_count?: undefined;
5562
+ priority_threshold_minutes?: undefined;
5563
+ priority_facet?: undefined;
5490
5564
  upstream_roles?: undefined;
5491
5565
  change_summary?: undefined;
5492
5566
  version?: undefined;
@@ -5632,6 +5706,8 @@ export declare const ADMIN_TOOLS: ({
5632
5706
  sla_minutes?: undefined;
5633
5707
  target_per_hour?: undefined;
5634
5708
  worker_count?: undefined;
5709
+ priority_threshold_minutes?: undefined;
5710
+ priority_facet?: undefined;
5635
5711
  upstream_roles?: undefined;
5636
5712
  change_summary?: undefined;
5637
5713
  version?: undefined;
@@ -5775,6 +5851,8 @@ export declare const ADMIN_TOOLS: ({
5775
5851
  sla_minutes?: undefined;
5776
5852
  target_per_hour?: undefined;
5777
5853
  worker_count?: undefined;
5854
+ priority_threshold_minutes?: undefined;
5855
+ priority_facet?: undefined;
5778
5856
  upstream_roles?: undefined;
5779
5857
  change_summary?: undefined;
5780
5858
  version?: undefined;
@@ -5920,6 +5998,8 @@ export declare const ADMIN_TOOLS: ({
5920
5998
  sla_minutes?: undefined;
5921
5999
  target_per_hour?: undefined;
5922
6000
  worker_count?: undefined;
6001
+ priority_threshold_minutes?: undefined;
6002
+ priority_facet?: undefined;
5923
6003
  upstream_roles?: undefined;
5924
6004
  change_summary?: undefined;
5925
6005
  version?: undefined;
@@ -6023,6 +6103,12 @@ export declare const ADMIN_TOOLS: ({
6023
6103
  worker_count: {
6024
6104
  type: string;
6025
6105
  };
6106
+ priority_threshold_minutes: {
6107
+ type: string;
6108
+ };
6109
+ priority_facet: {
6110
+ type: string;
6111
+ };
6026
6112
  upstream_roles: {
6027
6113
  type: string;
6028
6114
  items: {
@@ -6236,6 +6322,8 @@ export declare const ADMIN_TOOLS: ({
6236
6322
  sla_minutes?: undefined;
6237
6323
  target_per_hour?: undefined;
6238
6324
  worker_count?: undefined;
6325
+ priority_threshold_minutes?: undefined;
6326
+ priority_facet?: undefined;
6239
6327
  upstream_roles?: undefined;
6240
6328
  change_summary?: undefined;
6241
6329
  max_events?: undefined;
@@ -6394,6 +6482,8 @@ export declare const ADMIN_TOOLS: ({
6394
6482
  sla_minutes?: undefined;
6395
6483
  target_per_hour?: undefined;
6396
6484
  worker_count?: undefined;
6485
+ priority_threshold_minutes?: undefined;
6486
+ priority_facet?: undefined;
6397
6487
  upstream_roles?: undefined;
6398
6488
  change_summary?: undefined;
6399
6489
  version?: undefined;
@@ -6541,6 +6631,8 @@ export declare const ADMIN_TOOLS: ({
6541
6631
  sla_minutes?: undefined;
6542
6632
  target_per_hour?: undefined;
6543
6633
  worker_count?: undefined;
6634
+ priority_threshold_minutes?: undefined;
6635
+ priority_facet?: undefined;
6544
6636
  upstream_roles?: undefined;
6545
6637
  change_summary?: undefined;
6546
6638
  version?: undefined;
@@ -6688,6 +6780,8 @@ export declare const ADMIN_TOOLS: ({
6688
6780
  sla_minutes?: undefined;
6689
6781
  target_per_hour?: undefined;
6690
6782
  worker_count?: undefined;
6783
+ priority_threshold_minutes?: undefined;
6784
+ priority_facet?: undefined;
6691
6785
  upstream_roles?: undefined;
6692
6786
  change_summary?: undefined;
6693
6787
  version?: undefined;
@@ -6846,6 +6940,8 @@ export declare const ADMIN_TOOLS: ({
6846
6940
  sla_minutes?: undefined;
6847
6941
  target_per_hour?: undefined;
6848
6942
  worker_count?: undefined;
6943
+ priority_threshold_minutes?: undefined;
6944
+ priority_facet?: undefined;
6849
6945
  upstream_roles?: undefined;
6850
6946
  change_summary?: undefined;
6851
6947
  version?: undefined;
@@ -6992,6 +7088,8 @@ export declare const ADMIN_TOOLS: ({
6992
7088
  sla_minutes?: undefined;
6993
7089
  target_per_hour?: undefined;
6994
7090
  worker_count?: undefined;
7091
+ priority_threshold_minutes?: undefined;
7092
+ priority_facet?: undefined;
6995
7093
  upstream_roles?: undefined;
6996
7094
  change_summary?: undefined;
6997
7095
  version?: undefined;
@@ -7160,6 +7258,8 @@ export declare const ADMIN_TOOLS: ({
7160
7258
  sla_minutes?: undefined;
7161
7259
  target_per_hour?: undefined;
7162
7260
  worker_count?: undefined;
7261
+ priority_threshold_minutes?: undefined;
7262
+ priority_facet?: undefined;
7163
7263
  upstream_roles?: undefined;
7164
7264
  change_summary?: undefined;
7165
7265
  version?: undefined;
@@ -7318,6 +7418,8 @@ export declare const ADMIN_TOOLS: ({
7318
7418
  sla_minutes?: undefined;
7319
7419
  target_per_hour?: undefined;
7320
7420
  worker_count?: undefined;
7421
+ priority_threshold_minutes?: undefined;
7422
+ priority_facet?: undefined;
7321
7423
  upstream_roles?: undefined;
7322
7424
  change_summary?: undefined;
7323
7425
  version?: undefined;
@@ -7459,6 +7561,8 @@ export declare const ADMIN_TOOLS: ({
7459
7561
  sla_minutes?: undefined;
7460
7562
  target_per_hour?: undefined;
7461
7563
  worker_count?: undefined;
7564
+ priority_threshold_minutes?: undefined;
7565
+ priority_facet?: undefined;
7462
7566
  upstream_roles?: undefined;
7463
7567
  change_summary?: undefined;
7464
7568
  version?: undefined;
@@ -7624,6 +7728,8 @@ export declare const ADMIN_TOOLS: ({
7624
7728
  sla_minutes?: undefined;
7625
7729
  target_per_hour?: undefined;
7626
7730
  worker_count?: undefined;
7731
+ priority_threshold_minutes?: undefined;
7732
+ priority_facet?: undefined;
7627
7733
  upstream_roles?: undefined;
7628
7734
  change_summary?: undefined;
7629
7735
  version?: undefined;
@@ -7762,6 +7868,8 @@ export declare const ADMIN_TOOLS: ({
7762
7868
  sla_minutes?: undefined;
7763
7869
  target_per_hour?: undefined;
7764
7870
  worker_count?: undefined;
7871
+ priority_threshold_minutes?: undefined;
7872
+ priority_facet?: undefined;
7765
7873
  upstream_roles?: undefined;
7766
7874
  change_summary?: undefined;
7767
7875
  version?: undefined;
@@ -7924,6 +8032,8 @@ export declare const ADMIN_TOOLS: ({
7924
8032
  sla_minutes?: undefined;
7925
8033
  target_per_hour?: undefined;
7926
8034
  worker_count?: undefined;
8035
+ priority_threshold_minutes?: undefined;
8036
+ priority_facet?: undefined;
7927
8037
  upstream_roles?: undefined;
7928
8038
  change_summary?: undefined;
7929
8039
  version?: undefined;
@@ -8074,6 +8184,8 @@ export declare const ADMIN_TOOLS: ({
8074
8184
  sla_minutes?: undefined;
8075
8185
  target_per_hour?: undefined;
8076
8186
  worker_count?: undefined;
8187
+ priority_threshold_minutes?: undefined;
8188
+ priority_facet?: undefined;
8077
8189
  upstream_roles?: undefined;
8078
8190
  change_summary?: undefined;
8079
8191
  version?: undefined;
@@ -8228,6 +8340,8 @@ export declare const ADMIN_TOOLS: ({
8228
8340
  sla_minutes?: undefined;
8229
8341
  target_per_hour?: undefined;
8230
8342
  worker_count?: undefined;
8343
+ priority_threshold_minutes?: undefined;
8344
+ priority_facet?: undefined;
8231
8345
  upstream_roles?: undefined;
8232
8346
  change_summary?: undefined;
8233
8347
  version?: undefined;
@@ -8370,6 +8484,8 @@ export declare const ADMIN_TOOLS: ({
8370
8484
  sla_minutes?: undefined;
8371
8485
  target_per_hour?: undefined;
8372
8486
  worker_count?: undefined;
8487
+ priority_threshold_minutes?: undefined;
8488
+ priority_facet?: undefined;
8373
8489
  upstream_roles?: undefined;
8374
8490
  change_summary?: undefined;
8375
8491
  version?: undefined;
@@ -8515,6 +8631,8 @@ export declare const ADMIN_TOOLS: ({
8515
8631
  sla_minutes?: undefined;
8516
8632
  target_per_hour?: undefined;
8517
8633
  worker_count?: undefined;
8634
+ priority_threshold_minutes?: undefined;
8635
+ priority_facet?: undefined;
8518
8636
  upstream_roles?: undefined;
8519
8637
  change_summary?: undefined;
8520
8638
  version?: undefined;
@@ -8670,6 +8788,8 @@ export declare const ADMIN_TOOLS: ({
8670
8788
  sla_minutes?: undefined;
8671
8789
  target_per_hour?: undefined;
8672
8790
  worker_count?: undefined;
8791
+ priority_threshold_minutes?: undefined;
8792
+ priority_facet?: undefined;
8673
8793
  upstream_roles?: undefined;
8674
8794
  change_summary?: undefined;
8675
8795
  version?: undefined;
@@ -8814,6 +8934,8 @@ export declare const ADMIN_TOOLS: ({
8814
8934
  sla_minutes?: undefined;
8815
8935
  target_per_hour?: undefined;
8816
8936
  worker_count?: undefined;
8937
+ priority_threshold_minutes?: undefined;
8938
+ priority_facet?: undefined;
8817
8939
  upstream_roles?: undefined;
8818
8940
  change_summary?: undefined;
8819
8941
  version?: undefined;
@@ -8989,6 +9111,8 @@ export declare const ADMIN_TOOLS: ({
8989
9111
  sla_minutes?: undefined;
8990
9112
  target_per_hour?: undefined;
8991
9113
  worker_count?: undefined;
9114
+ priority_threshold_minutes?: undefined;
9115
+ priority_facet?: undefined;
8992
9116
  upstream_roles?: undefined;
8993
9117
  change_summary?: undefined;
8994
9118
  version?: undefined;
@@ -9125,6 +9249,8 @@ export declare const ADMIN_TOOLS: ({
9125
9249
  sla_minutes?: undefined;
9126
9250
  target_per_hour?: undefined;
9127
9251
  worker_count?: undefined;
9252
+ priority_threshold_minutes?: undefined;
9253
+ priority_facet?: undefined;
9128
9254
  upstream_roles?: undefined;
9129
9255
  change_summary?: undefined;
9130
9256
  version?: undefined;
@@ -9286,6 +9412,8 @@ export declare const ADMIN_TOOLS: ({
9286
9412
  sla_minutes?: undefined;
9287
9413
  target_per_hour?: undefined;
9288
9414
  worker_count?: undefined;
9415
+ priority_threshold_minutes?: undefined;
9416
+ priority_facet?: undefined;
9289
9417
  upstream_roles?: undefined;
9290
9418
  change_summary?: undefined;
9291
9419
  version?: undefined;
@@ -9431,6 +9559,8 @@ export declare const ADMIN_TOOLS: ({
9431
9559
  sla_minutes?: undefined;
9432
9560
  target_per_hour?: undefined;
9433
9561
  worker_count?: undefined;
9562
+ priority_threshold_minutes?: undefined;
9563
+ priority_facet?: undefined;
9434
9564
  upstream_roles?: undefined;
9435
9565
  change_summary?: undefined;
9436
9566
  version?: undefined;
@@ -9579,6 +9709,8 @@ export declare const ADMIN_TOOLS: ({
9579
9709
  sla_minutes?: undefined;
9580
9710
  target_per_hour?: undefined;
9581
9711
  worker_count?: undefined;
9712
+ priority_threshold_minutes?: undefined;
9713
+ priority_facet?: undefined;
9582
9714
  upstream_roles?: undefined;
9583
9715
  change_summary?: undefined;
9584
9716
  version?: undefined;
@@ -9727,6 +9859,8 @@ export declare const ADMIN_TOOLS: ({
9727
9859
  sla_minutes?: undefined;
9728
9860
  target_per_hour?: undefined;
9729
9861
  worker_count?: undefined;
9862
+ priority_threshold_minutes?: undefined;
9863
+ priority_facet?: undefined;
9730
9864
  upstream_roles?: undefined;
9731
9865
  change_summary?: undefined;
9732
9866
  version?: undefined;
@@ -9870,6 +10004,8 @@ export declare const ADMIN_TOOLS: ({
9870
10004
  sla_minutes?: undefined;
9871
10005
  target_per_hour?: undefined;
9872
10006
  worker_count?: undefined;
10007
+ priority_threshold_minutes?: undefined;
10008
+ priority_facet?: undefined;
9873
10009
  upstream_roles?: undefined;
9874
10010
  change_summary?: undefined;
9875
10011
  version?: undefined;
@@ -10029,6 +10165,8 @@ export declare const ADMIN_TOOLS: ({
10029
10165
  sla_minutes?: undefined;
10030
10166
  target_per_hour?: undefined;
10031
10167
  worker_count?: undefined;
10168
+ priority_threshold_minutes?: undefined;
10169
+ priority_facet?: undefined;
10032
10170
  upstream_roles?: undefined;
10033
10171
  change_summary?: undefined;
10034
10172
  version?: undefined;
@@ -10184,6 +10322,8 @@ export declare const ADMIN_TOOLS: ({
10184
10322
  sla_minutes?: undefined;
10185
10323
  target_per_hour?: undefined;
10186
10324
  worker_count?: undefined;
10325
+ priority_threshold_minutes?: undefined;
10326
+ priority_facet?: undefined;
10187
10327
  upstream_roles?: undefined;
10188
10328
  change_summary?: undefined;
10189
10329
  version?: undefined;
@@ -10341,6 +10481,8 @@ export declare const ADMIN_TOOLS: ({
10341
10481
  sla_minutes?: undefined;
10342
10482
  target_per_hour?: undefined;
10343
10483
  worker_count?: undefined;
10484
+ priority_threshold_minutes?: undefined;
10485
+ priority_facet?: undefined;
10344
10486
  upstream_roles?: undefined;
10345
10487
  change_summary?: undefined;
10346
10488
  version?: undefined;
@@ -10493,6 +10635,8 @@ export declare const ADMIN_TOOLS: ({
10493
10635
  sla_minutes?: undefined;
10494
10636
  target_per_hour?: undefined;
10495
10637
  worker_count?: undefined;
10638
+ priority_threshold_minutes?: undefined;
10639
+ priority_facet?: undefined;
10496
10640
  upstream_roles?: undefined;
10497
10641
  change_summary?: undefined;
10498
10642
  version?: undefined;
@@ -10634,6 +10778,8 @@ export declare const ADMIN_TOOLS: ({
10634
10778
  sla_minutes?: undefined;
10635
10779
  target_per_hour?: undefined;
10636
10780
  worker_count?: undefined;
10781
+ priority_threshold_minutes?: undefined;
10782
+ priority_facet?: undefined;
10637
10783
  upstream_roles?: undefined;
10638
10784
  change_summary?: undefined;
10639
10785
  version?: undefined;
@@ -10789,6 +10935,8 @@ export declare const ADMIN_TOOLS: ({
10789
10935
  sla_minutes?: undefined;
10790
10936
  target_per_hour?: undefined;
10791
10937
  worker_count?: undefined;
10938
+ priority_threshold_minutes?: undefined;
10939
+ priority_facet?: undefined;
10792
10940
  upstream_roles?: undefined;
10793
10941
  change_summary?: undefined;
10794
10942
  version?: undefined;
@@ -10932,6 +11080,8 @@ export declare const ADMIN_TOOLS: ({
10932
11080
  sla_minutes?: undefined;
10933
11081
  target_per_hour?: undefined;
10934
11082
  worker_count?: undefined;
11083
+ priority_threshold_minutes?: undefined;
11084
+ priority_facet?: undefined;
10935
11085
  upstream_roles?: undefined;
10936
11086
  change_summary?: undefined;
10937
11087
  version?: undefined;
@@ -11081,6 +11231,8 @@ export declare const ADMIN_TOOLS: ({
11081
11231
  sla_minutes?: undefined;
11082
11232
  target_per_hour?: undefined;
11083
11233
  worker_count?: undefined;
11234
+ priority_threshold_minutes?: undefined;
11235
+ priority_facet?: undefined;
11084
11236
  upstream_roles?: undefined;
11085
11237
  change_summary?: undefined;
11086
11238
  version?: undefined;