@nexusclawhq/cli 0.2.4 → 0.3.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 (229) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +5 -0
  3. package/dist/build-info.json +5 -5
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/ai-employee-cognition/cognitive-policy.types.d.ts +19 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +7 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +719 -111
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +19450 -18711
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1438 -222
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +719 -111
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +19485 -18789
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +2 -11
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +5 -1
  17. package/dist/nexus-cli/src/cli.js +2 -0
  18. package/dist/nexus-cli/src/cli.js.map +1 -1
  19. package/dist/nexus-cli/src/commands/ai/help.test.js +11 -29
  20. package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
  21. package/dist/nexus-cli/src/commands/commands.test.js +81 -1
  22. package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
  23. package/dist/nexus-cli/src/commands/employee/deploy.js +35 -9
  24. package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
  25. package/dist/nexus-cli/src/commands/org/index.js +2 -0
  26. package/dist/nexus-cli/src/commands/org/index.js.map +1 -1
  27. package/dist/nexus-cli/src/commands/org/step-up.d.ts +2 -0
  28. package/dist/nexus-cli/src/commands/org/step-up.js +75 -0
  29. package/dist/nexus-cli/src/commands/org/step-up.js.map +1 -0
  30. package/dist/nexus-cli/src/commands/workforce/approval.d.ts +2 -0
  31. package/dist/nexus-cli/src/commands/workforce/approval.js +60 -0
  32. package/dist/nexus-cli/src/commands/workforce/approval.js.map +1 -0
  33. package/dist/nexus-cli/src/commands/workforce/cognition.d.ts +2 -0
  34. package/dist/nexus-cli/src/commands/workforce/cognition.js +62 -0
  35. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -0
  36. package/dist/nexus-cli/src/commands/workforce/constitution.d.ts +2 -0
  37. package/dist/nexus-cli/src/commands/workforce/constitution.js +37 -0
  38. package/dist/nexus-cli/src/commands/workforce/constitution.js.map +1 -0
  39. package/dist/nexus-cli/src/commands/workforce/guardrail.d.ts +2 -0
  40. package/dist/nexus-cli/src/commands/workforce/guardrail.js +67 -0
  41. package/dist/nexus-cli/src/commands/workforce/guardrail.js.map +1 -0
  42. package/dist/nexus-cli/src/commands/workforce/index.d.ts +2 -0
  43. package/dist/nexus-cli/src/commands/workforce/index.js +43 -0
  44. package/dist/nexus-cli/src/commands/workforce/index.js.map +1 -0
  45. package/dist/nexus-cli/src/commands/workforce/knowledge.d.ts +2 -0
  46. package/dist/nexus-cli/src/commands/workforce/knowledge.js +143 -0
  47. package/dist/nexus-cli/src/commands/workforce/knowledge.js.map +1 -0
  48. package/dist/nexus-cli/src/commands/workforce/learning.d.ts +2 -0
  49. package/dist/nexus-cli/src/commands/workforce/learning.js +146 -0
  50. package/dist/nexus-cli/src/commands/workforce/learning.js.map +1 -0
  51. package/dist/nexus-cli/src/commands/workforce/observe.d.ts +2 -0
  52. package/dist/nexus-cli/src/commands/workforce/observe.js +152 -0
  53. package/dist/nexus-cli/src/commands/workforce/observe.js.map +1 -0
  54. package/dist/nexus-cli/src/commands/workforce/orchestration.d.ts +2 -0
  55. package/dist/nexus-cli/src/commands/workforce/orchestration.js +199 -0
  56. package/dist/nexus-cli/src/commands/workforce/orchestration.js.map +1 -0
  57. package/dist/nexus-cli/src/commands/workforce/permission.d.ts +2 -0
  58. package/dist/nexus-cli/src/commands/workforce/permission.js +113 -0
  59. package/dist/nexus-cli/src/commands/workforce/permission.js.map +1 -0
  60. package/dist/nexus-cli/src/commands/workforce/prompt.d.ts +2 -0
  61. package/dist/nexus-cli/src/commands/workforce/prompt.js +137 -0
  62. package/dist/nexus-cli/src/commands/workforce/prompt.js.map +1 -0
  63. package/dist/nexus-cli/src/commands/workforce/provider.d.ts +2 -0
  64. package/dist/nexus-cli/src/commands/workforce/provider.js +152 -0
  65. package/dist/nexus-cli/src/commands/workforce/provider.js.map +1 -0
  66. package/dist/nexus-cli/src/commands/workforce/rehearsal.d.ts +2 -0
  67. package/dist/nexus-cli/src/commands/workforce/rehearsal.js +71 -0
  68. package/dist/nexus-cli/src/commands/workforce/rehearsal.js.map +1 -0
  69. package/dist/nexus-cli/src/commands/workforce/release.d.ts +2 -0
  70. package/dist/nexus-cli/src/commands/workforce/release.js +24 -0
  71. package/dist/nexus-cli/src/commands/workforce/release.js.map +1 -0
  72. package/dist/nexus-cli/src/commands/workforce/shared.d.ts +8 -0
  73. package/dist/nexus-cli/src/commands/workforce/shared.js +86 -0
  74. package/dist/nexus-cli/src/commands/workforce/shared.js.map +1 -0
  75. package/dist/nexus-cli/src/commands/workforce/sop.d.ts +2 -0
  76. package/dist/nexus-cli/src/commands/workforce/sop.js +86 -0
  77. package/dist/nexus-cli/src/commands/workforce/sop.js.map +1 -0
  78. package/dist/nexus-cli/src/commands/workforce/task.d.ts +4 -0
  79. package/dist/nexus-cli/src/commands/workforce/task.js +67 -0
  80. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -0
  81. package/dist/nexus-cli/src/commands/workforce/test-case.d.ts +2 -0
  82. package/dist/nexus-cli/src/commands/workforce/test-case.js +121 -0
  83. package/dist/nexus-cli/src/commands/workforce/test-case.js.map +1 -0
  84. package/dist/nexus-cli/src/config/platform-seed-registry.json +134 -0
  85. package/dist/nexus-cli/src/contracts/command-contract.guard.js +25 -2
  86. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  87. package/dist/nexus-cli/src/contracts/command-contract.registry.js +2 -0
  88. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  89. package/dist/nexus-cli/src/contracts/contracts.test.js +40 -54
  90. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  91. package/dist/nexus-cli/src/contracts/workforce-contracts.d.ts +2 -0
  92. package/dist/nexus-cli/src/contracts/workforce-contracts.js +175 -0
  93. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -0
  94. package/dist/nexus-cli/src/services/api-client.d.ts +37 -1
  95. package/dist/nexus-cli/src/services/api-client.js +120 -34
  96. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  97. package/dist/nexus-cli/src/services/api-client.test.js +87 -0
  98. package/dist/nexus-cli/src/services/api-client.test.js.map +1 -1
  99. package/dist/nexus-cli/src/services/package-self-containment.js +1 -0
  100. package/dist/nexus-cli/src/services/package-self-containment.js.map +1 -1
  101. package/dist/nexus-cli/src/services/step-up-helper.d.ts +43 -0
  102. package/dist/nexus-cli/src/services/step-up-helper.js +98 -0
  103. package/dist/nexus-cli/src/services/step-up-helper.js.map +1 -0
  104. package/dist/nexus-cli/src/services/step-up-helper.test.d.ts +1 -0
  105. package/dist/nexus-cli/src/services/step-up-helper.test.js +176 -0
  106. package/dist/nexus-cli/src/services/step-up-helper.test.js.map +1 -0
  107. package/dist/nexus-cli/src/services/step-up-interactive.d.ts +2 -0
  108. package/dist/nexus-cli/src/services/step-up-interactive.js +69 -0
  109. package/dist/nexus-cli/src/services/step-up-interactive.js.map +1 -0
  110. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +27 -0
  111. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +48 -0
  112. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -0
  113. package/dist/nexus-cli/src/services/workforce-common.d.ts +2 -0
  114. package/dist/nexus-cli/src/services/workforce-common.js +20 -0
  115. package/dist/nexus-cli/src/services/workforce-common.js.map +1 -0
  116. package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +127 -0
  117. package/dist/nexus-cli/src/services/workforce-config-remote.js +205 -0
  118. package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -0
  119. package/dist/nexus-cli/src/services/workforce-distillation-remote.d.ts +118 -0
  120. package/dist/nexus-cli/src/services/workforce-distillation-remote.js +171 -0
  121. package/dist/nexus-cli/src/services/workforce-distillation-remote.js.map +1 -0
  122. package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.d.ts +105 -0
  123. package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.js +174 -0
  124. package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.js.map +1 -0
  125. package/dist/nexus-cli/src/services/workforce-learning-remote.d.ts +131 -0
  126. package/dist/nexus-cli/src/services/workforce-learning-remote.js +179 -0
  127. package/dist/nexus-cli/src/services/workforce-learning-remote.js.map +1 -0
  128. package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +104 -0
  129. package/dist/nexus-cli/src/services/workforce-observe-remote.js +216 -0
  130. package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -0
  131. package/dist/nexus-cli/src/services/workforce-ops-remote.d.ts +96 -0
  132. package/dist/nexus-cli/src/services/workforce-ops-remote.js +178 -0
  133. package/dist/nexus-cli/src/services/workforce-ops-remote.js.map +1 -0
  134. package/dist/nexus-cli/src/services/workforce-orchestration-remote.d.ts +132 -0
  135. package/dist/nexus-cli/src/services/workforce-orchestration-remote.js +244 -0
  136. package/dist/nexus-cli/src/services/workforce-orchestration-remote.js.map +1 -0
  137. package/dist/nexus-cli/src/services/workforce-permission-remote.d.ts +72 -0
  138. package/dist/nexus-cli/src/services/workforce-permission-remote.js +130 -0
  139. package/dist/nexus-cli/src/services/workforce-permission-remote.js.map +1 -0
  140. package/dist/nexus-cli/src/services/workforce-provider-remote.d.ts +82 -0
  141. package/dist/nexus-cli/src/services/workforce-provider-remote.js +129 -0
  142. package/dist/nexus-cli/src/services/workforce-provider-remote.js.map +1 -0
  143. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +85 -0
  144. package/dist/nexus-cli/src/services/workforce-test-remote.js +139 -0
  145. package/dist/nexus-cli/src/services/workforce-test-remote.js.map +1 -0
  146. package/dist/nexus-cli/src/templates/project/template-manifest.json +11 -5
  147. package/dist/nexus-cli/src/templates/project/templates/base-crm/README.md.tpl +4 -3
  148. package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.json.tpl +77 -13
  149. package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.yaml.tpl +68 -0
  150. package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/README.md.tpl +4 -4
  151. package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.json.tpl +77 -13
  152. package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.yaml.tpl +71 -0
  153. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/README.md.tpl +4 -4
  154. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-app/main/default/isolated/drill-code-extension-page.manifest.json +63 -0
  155. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-app/main/default/nwc/drill-code-extension-page/index.js +70 -0
  156. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-app/main/default/tests/drill-code-extension-page.assertions.json +13 -0
  157. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.json.tpl +61 -7
  158. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.yaml.tpl +58 -0
  159. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/preview/drill-code-extension-page.html +1 -1
  160. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/scripts/build-component.mjs +1 -1
  161. package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/scripts/deploy-drill.mjs +1 -1
  162. package/dist/nexus-cli/src/templates/project/templates/empty/README.md.tpl +3 -2
  163. package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.json.tpl +79 -13
  164. package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.yaml.tpl +67 -0
  165. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/claude.md +6 -0
  166. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/codex.md +6 -0
  167. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/generic.md +6 -0
  168. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/glm-5.2.md +6 -0
  169. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/code-sdk.d.ts +1 -0
  170. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/command-order.json +1 -0
  171. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/flow-node-catalog.json +1 -0
  172. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/ai-policies.json +1 -0
  173. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/approval-policies.json +1 -0
  174. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/connectors.json +1 -0
  175. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/invokable-units.json +1 -0
  176. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/objects.json +1 -0
  177. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/cli-contract.json +1 -0
  178. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/context-lock.json +1 -0
  179. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/context-manifest.json +1 -0
  180. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.cases.json +1 -0
  181. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.input.schema.json +1 -0
  182. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.output.schema.json +1 -0
  183. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.ts +3 -0
  184. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/flow/minimal-manual-flow.json +1 -0
  185. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/agent-code-tool-catalog-v1.schema.json +1 -0
  186. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/ai-workforce-executable-bundle-v1.schema.json +1 -0
  187. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/approval-policy-authoring-catalog-v1.schema.json +1 -0
  188. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/code-action-cases-v1.schema.json +1 -0
  189. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/code-extension-governance-v2.schema.json +1 -0
  190. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/employee-package-v2.schema.json +1 -0
  191. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/flow-package-v1.schema.json +1 -0
  192. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/flows-payload-v2.schema.json +1 -0
  193. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/object-authoring-catalog-v1.schema.json +1 -0
  194. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-bundle-lock-v1.schema.json +1 -0
  195. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-release-evidence-v1.schema.json +1 -0
  196. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-runtime-bindings-v1.schema.json +1 -0
  197. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workspace-authoring-contract-v1.schema.json +1 -0
  198. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/workspace-contract.json +1 -0
  199. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/README.md.tpl +41 -0
  200. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.json.tpl +86 -0
  201. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.yaml.tpl +61 -0
  202. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/package.json.tpl +25 -0
  203. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/.nexusclaw/scaffold.json +12 -0
  204. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/agent-tools.json +53 -0
  205. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/code/genericLookup.ts +5 -0
  206. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/package.yaml +28 -0
  207. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/schemas/genericLookup.input.schema.json +6 -0
  208. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/schemas/genericLookup.output.schema.json +6 -0
  209. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/tests/genericLookup.cases.json +26 -0
  210. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-flow/GenericFollowUp.flow.yaml +10 -0
  211. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/scripts/init-bundle.mjs +25 -0
  212. package/dist/nexus-cli/src/templates/project/templates/executable-workforce/tsconfig.json.tpl +10 -0
  213. package/dist/nexus-cli/src/templates/project/templates/industry-education/README.md.tpl +7 -1
  214. package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.json.tpl +77 -14
  215. package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.yaml.tpl +69 -0
  216. package/dist/nexus-cli/src/templates/project/templates/industry-finance/README.md.tpl +7 -1
  217. package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.json.tpl +77 -14
  218. package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.yaml.tpl +69 -0
  219. package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/README.md.tpl +7 -1
  220. package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.json.tpl +77 -14
  221. package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.yaml.tpl +69 -0
  222. package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/README.md.tpl +4 -4
  223. package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.json.tpl +77 -13
  224. package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.yaml.tpl +69 -0
  225. package/dist/nexus-cli/src/templates/project/templates/industry-retail/README.md.tpl +7 -1
  226. package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.json.tpl +77 -14
  227. package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.yaml.tpl +69 -0
  228. package/dist/tsconfig.tsbuildinfo +1 -1
  229. package/package.json +1 -1
@@ -428,26 +428,26 @@ export declare const locales: {
428
428
  builderDescriptionPlaceholder: string;
429
429
  builderIconPlaceholder: string;
430
430
  avatarPresets: {
431
- 'revenue-strategist': string;
432
- 'customer-success': string;
433
- 'finance-analyst': string;
434
- 'operations-planner': string;
435
- 'compliance-guardian': string;
436
- 'supply-chain-coordinator': string;
437
- 'marketing-growth': string;
438
- 'data-scientist': string;
439
- 'hr-talent-partner': string;
440
- 'field-service-coordinator': string;
441
- 'product-manager': string;
442
- 'project-coordinator': string;
443
- 'healthcare-account-advisor': string;
444
- 'manufacturing-quality': string;
445
- 'retail-operations': string;
446
- 'partner-channel-manager': string;
447
- 'procurement-negotiator': string;
448
- 'legal-contract-reviewer': string;
449
- 'training-coach': string;
450
- 'executive-assistant': string;
431
+ "revenue-strategist": string;
432
+ "customer-success": string;
433
+ "finance-analyst": string;
434
+ "operations-planner": string;
435
+ "compliance-guardian": string;
436
+ "supply-chain-coordinator": string;
437
+ "marketing-growth": string;
438
+ "data-scientist": string;
439
+ "hr-talent-partner": string;
440
+ "field-service-coordinator": string;
441
+ "product-manager": string;
442
+ "project-coordinator": string;
443
+ "healthcare-account-advisor": string;
444
+ "manufacturing-quality": string;
445
+ "retail-operations": string;
446
+ "partner-channel-manager": string;
447
+ "procurement-negotiator": string;
448
+ "legal-contract-reviewer": string;
449
+ "training-coach": string;
450
+ "executive-assistant": string;
451
451
  };
452
452
  builderEmptyDescription: string;
453
453
  builderGovernedTag: string;
@@ -767,6 +767,15 @@ export declare const locales: {
767
767
  templateNoBehaviorEvidence: string;
768
768
  templateRedactionPolicyUseOnly: string;
769
769
  templateTurnPatternIntoTemplate: string;
770
+ impactChipTooltip: string;
771
+ confidenceChipTooltip: string;
772
+ riskChipTooltip: string;
773
+ draftIntroHint: string;
774
+ runSimulation: string;
775
+ runSimulationTooltip: string;
776
+ runSimulationSuccess: string;
777
+ runSimulationFailed: string;
778
+ simulationBlockersLabel: string;
770
779
  };
771
780
  costRoiTitle: string;
772
781
  costRoiRealData: string;
@@ -1783,6 +1792,20 @@ export declare const locales: {
1783
1792
  passwordChangeSuccess: string;
1784
1793
  passwordChangeFailed: string;
1785
1794
  currentPasswordWrong: string;
1795
+ mfaTitle: string;
1796
+ mfaDescription: string;
1797
+ mfaBindAuthenticator: string;
1798
+ mfaSecretWarning: string;
1799
+ mfaQrAlt: string;
1800
+ mfaManualSecret: string;
1801
+ mfaCodePlaceholder: string;
1802
+ mfaVerify: string;
1803
+ mfaEnabled: string;
1804
+ mfaEnabledDesc: string;
1805
+ mfaCodeInvalid: string;
1806
+ mfaLoadFailed: string;
1807
+ mfaSetupFailed: string;
1808
+ mfaVerifyFailed: string;
1786
1809
  activeSessions: string;
1787
1810
  activeSessionsDesc: string;
1788
1811
  currentSession: string;
@@ -4956,25 +4979,9 @@ export declare const locales: {
4956
4979
  micError: string;
4957
4980
  cameraUnsupported: string;
4958
4981
  cameraDenied: string;
4959
- starterMedtech1: string;
4960
- starterMedtech2: string;
4961
- starterMedtech3: string;
4962
- starterSales1: string;
4963
- starterSales2: string;
4964
- starterSales3: string;
4965
- starterService1: string;
4966
- starterService2: string;
4967
- starterService3: string;
4968
- starterAnalysis1: string;
4969
- starterAnalysis2: string;
4970
- starterAnalysis3: string;
4971
- starterOps1: string;
4972
- starterOps2: string;
4973
- starterOps3: string;
4974
4982
  starterDefault1: string;
4975
4983
  starterDefault2: string;
4976
4984
  starterDefault3: string;
4977
- medtechCustomerHint: string;
4978
4985
  customerHint: string;
4979
4986
  backAria: string;
4980
4987
  title: string;
@@ -5022,6 +5029,16 @@ export declare const locales: {
5022
5029
  sendMessageAria: string;
5023
5030
  requestFailedWithStatus: string;
5024
5031
  serviceException: string;
5032
+ historyButton: string;
5033
+ historyTitle: string;
5034
+ historyEmpty: string;
5035
+ historyAllAgents: string;
5036
+ historyCurrentAgent: string;
5037
+ historyFilterTip: string;
5038
+ historyMsgCount: string;
5039
+ replayBack: string;
5040
+ replayBadge: string;
5041
+ replayLoadFailed: string;
5025
5042
  };
5026
5043
  aiAssistant: {
5027
5044
  archived: string;
@@ -5378,11 +5395,11 @@ export declare const locales: {
5378
5395
  segment: string;
5379
5396
  };
5380
5397
  timezone: {
5381
- 'Asia/Shanghai': string;
5382
- 'Asia/Tokyo': string;
5383
- 'America/New_York': string;
5384
- 'America/Los_Angeles': string;
5385
- 'Europe/London': string;
5398
+ "Asia/Shanghai": string;
5399
+ "Asia/Tokyo": string;
5400
+ "America/New_York": string;
5401
+ "America/Los_Angeles": string;
5402
+ "Europe/London": string;
5386
5403
  };
5387
5404
  };
5388
5405
  };
@@ -5435,6 +5452,7 @@ export declare const locales: {
5435
5452
  commandCenter: {
5436
5453
  common: {
5437
5454
  allStatuses: string;
5455
+ backToList: string;
5438
5456
  cancel: string;
5439
5457
  colActions: string;
5440
5458
  colDuration: string;
@@ -6260,25 +6278,25 @@ export declare const locales: {
6260
6278
  tagCampaign: string;
6261
6279
  tagBindTemplateAndListFirst: string;
6262
6280
  templateOption: {
6263
- 'starter-welcome': string;
6264
- 'starter-launch': string;
6265
- 'starter-reactivation': string;
6266
- 'starter-webinar': string;
6281
+ "starter-welcome": string;
6282
+ "starter-launch": string;
6283
+ "starter-reactivation": string;
6284
+ "starter-webinar": string;
6267
6285
  };
6268
6286
  recipientListOption: {
6269
- 'list-high-intent': string;
6270
- 'list-webinar': string;
6271
- 'list-vip': string;
6287
+ "list-high-intent": string;
6288
+ "list-webinar": string;
6289
+ "list-vip": string;
6272
6290
  };
6273
6291
  starterTemplateSubject: {
6274
- 'starter-welcome': string;
6275
- 'starter-reactivation': string;
6276
- 'starter-webinar': string;
6292
+ "starter-welcome": string;
6293
+ "starter-reactivation": string;
6294
+ "starter-webinar": string;
6277
6295
  };
6278
6296
  recipientListPageDefaults: {
6279
- 'list-high-intent': string;
6280
- 'list-reactivation': string;
6281
- 'list-vip-retail': string;
6297
+ "list-high-intent": string;
6298
+ "list-reactivation": string;
6299
+ "list-vip-retail": string;
6282
6300
  };
6283
6301
  createTitle: string;
6284
6302
  createSubtitle: string;
@@ -7383,6 +7401,12 @@ export declare const locales: {
7383
7401
  assistant: string;
7384
7402
  independent: string;
7385
7403
  };
7404
+ assistantIdentityBanner: string;
7405
+ independentIdentityBanner: string;
7406
+ assistantIdentityEditorHint: string;
7407
+ assistantPermissionNotice: string;
7408
+ assistantAccessNotice: string;
7409
+ assistantAudienceNotice: string;
7386
7410
  builderIdentityDesc: string;
7387
7411
  builderIdentityGap: string;
7388
7412
  builderIdentityInfo: string;
@@ -7490,6 +7514,89 @@ export declare const locales: {
7490
7514
  legacyMigrationDesc: string;
7491
7515
  legacyTrustTitle: string;
7492
7516
  };
7517
+ cognitiveForm: {
7518
+ candidateOnlyTitle: string;
7519
+ candidateOnlyDesc: string;
7520
+ saveCandidate: string;
7521
+ candidateSaved: string;
7522
+ candidateSaveFailed: string;
7523
+ noContractTitle: string;
7524
+ noProactiveTitle: string;
7525
+ noContextMemoryTitle: string;
7526
+ noContractDesc: string;
7527
+ contractIdLabel: string;
7528
+ contractRevisionLabel: string;
7529
+ missionLabel: string;
7530
+ missionPlaceholder: string;
7531
+ stakeholdersTitle: string;
7532
+ stakeholderCode: string;
7533
+ stakeholderRolePlaceholder: string;
7534
+ addStakeholder: string;
7535
+ scopeTitle: string;
7536
+ scopeIncludedLabel: string;
7537
+ scopeIncludedPlaceholder: string;
7538
+ scopeExcludedLabel: string;
7539
+ scopeExcludedPlaceholder: string;
7540
+ criteriaTitle: string;
7541
+ addCriterion: string;
7542
+ hardGate: string;
7543
+ softMetric: string;
7544
+ criterionCodeLabel: string;
7545
+ criterionKindLabel: string;
7546
+ criterionPhaseLabel: string;
7547
+ criterionHardGateLabel: string;
7548
+ criterionHardGateTip: string;
7549
+ criterionDirectionLabel: string;
7550
+ criterionTargetValueLabel: string;
7551
+ criterionTargetUnitLabel: string;
7552
+ criterionSoftWeightLabel: string;
7553
+ criterionSoftWeightTip: string;
7554
+ evaluatorKeyLabel: string;
7555
+ evidenceKindsLabel: string;
7556
+ missingPolicyLabel: string;
7557
+ budgetsAndPolicyTitle: string;
7558
+ budgetMaxCostLabel: string;
7559
+ budgetMaxLatencyLabel: string;
7560
+ conflictPolicyLabel: string;
7561
+ reviewRequiredLabel: string;
7562
+ yes: string;
7563
+ no: string;
7564
+ proactiveModeLabel: string;
7565
+ proactiveModeTip: string;
7566
+ maxEffectiveRiskLabel: string;
7567
+ maxCausalDepthLabel: string;
7568
+ maxCausalDepthTip: string;
7569
+ budgetPolicyRefLabel: string;
7570
+ wakeSourcesLabel: string;
7571
+ actionAllowlistTitle: string;
7572
+ addAction: string;
7573
+ toolNamePlaceholder: string;
7574
+ flowKeyPlaceholder: string;
7575
+ narrowingCapsTitle: string;
7576
+ capWakesPerDay: string;
7577
+ capProposalsPerDay: string;
7578
+ capMaxOpenProposals: string;
7579
+ capCostPerDay: string;
7580
+ thresholdsTitle: string;
7581
+ minExpectedValueLabel: string;
7582
+ minConfidenceLabel: string;
7583
+ maxUncertaintyLabel: string;
7584
+ cooldownSecondsLabel: string;
7585
+ a3LockedTitle: string;
7586
+ a3LockedDesc: string;
7587
+ a3LockedBadge: string;
7588
+ contextPolicyReadonlyTitle: string;
7589
+ memoryPolicyTitle: string;
7590
+ memoryEnabledLabel: string;
7591
+ activationModeLabel: string;
7592
+ allowedCategoriesLabel: string;
7593
+ requireFinalEvaluationLabel: string;
7594
+ defaultTtlDaysLabel: string;
7595
+ maximumTtlDaysLabel: string;
7596
+ allowLegacyReadThroughLabel: string;
7597
+ restrictedSensitivityLabel: string;
7598
+ restrictedSensitivityTip: string;
7599
+ };
7493
7600
  builderSectionRail: string;
7494
7601
  builderSelectTopic: string;
7495
7602
  builderSelectTopicDesc: string;
@@ -7547,6 +7654,9 @@ export declare const locales: {
7547
7654
  generateExampleFailed: string;
7548
7655
  generateExamplePrompt: string;
7549
7656
  generatePreviewSample: string;
7657
+ starterPromptsEmpty: string;
7658
+ starterPromptPickerTitle: string;
7659
+ starterPromptPickerHint: string;
7550
7660
  generated: string;
7551
7661
  guardCount: string;
7552
7662
  guardIdsOnly: string;
@@ -11674,6 +11784,22 @@ export declare const locales: {
11674
11784
  pickAgentDesc: string;
11675
11785
  releaseGate: string;
11676
11786
  provingGroundTitle: string;
11787
+ runsEmptyDesc: string;
11788
+ runSummaryTitle: string;
11789
+ viewRunResults: string;
11790
+ gateSuccessVector: string;
11791
+ gateHardGate: string;
11792
+ gateEvidenceComplete: string;
11793
+ gateRunLineage: string;
11794
+ gateValuePass: string;
11795
+ gateValueBlocked: string;
11796
+ gateValueComplete: string;
11797
+ gateValueIncomplete: string;
11798
+ gateValueInsufficient: string;
11799
+ cognitionGateFailedMsg: string;
11800
+ cognitionGatePassedMsg: string;
11801
+ cognitionGateMissingMsg: string;
11802
+ cognitionGateDesc: string;
11677
11803
  };
11678
11804
  promptTemplates: {
11679
11805
  pageTitle: string;
@@ -14226,11 +14352,11 @@ export declare const locales: {
14226
14352
  noDetail: string;
14227
14353
  quickAction: string;
14228
14354
  quickActionLabel: {
14229
- 'new-account': string;
14230
- 'new-contact': string;
14231
- 'new-opportunity': string;
14232
- 'new-lead': string;
14233
- 'new-task': string;
14355
+ "new-account": string;
14356
+ "new-contact": string;
14357
+ "new-opportunity": string;
14358
+ "new-lead": string;
14359
+ "new-task": string;
14234
14360
  };
14235
14361
  noMatch: string;
14236
14362
  searchPlaceholder: string;
@@ -15184,58 +15310,58 @@ export declare const locales: {
15184
15310
  dataReadWrite: string;
15185
15311
  };
15186
15312
  navTitleOverrides: {
15187
- 'user-nav-getting-started-first-day-workbench': string;
15188
- 'user-nav-gs-batch-operations': string;
15189
- 'user-nav-gs-create-first-records': string;
15190
- 'user-nav-testarticle1774945298863': string;
15191
- 'agent-builder': string;
15192
- 'dev-best-practices': string;
15193
- 'developer-nav-dev-guide-terminology-mapping': string;
15194
- 'developer-nav-integ-api-webhook-oauth2-guide': string;
15195
- 'developer-nav-integration-development-open-platform-guide': string;
15196
- 'developer-nav-integ-headless-wecom-feishu': string;
15197
- 'developer-nav-integ-graphql-schema': string;
15198
- 'developer-nav-dev-guide-governor-limits': string;
15199
- 'developer-nav-dev-guide-rag-sec': string;
15200
- 'developer-nav-dev-guide-list-view-page': string;
15201
- 'developer-nav-dev-guide-record-home-page': string;
15202
- 'developer-nav-dev-guide-crud-operations': string;
15203
- 'developer-nav-dev-guide-headless-gateway': string;
15204
- 'developer-nav-dev-guide-rest-api-crud': string;
15205
- 'developer-nav-dev-guide-api-authentication': string;
15206
- 'developer-nav-dev-guide-visual-testing': string;
15207
- 'developer-nav-dev-guide-page-layout-model': string;
15208
- 'developer-nav-dev-guide-nestjs-module-structure': string;
15209
- 'developer-nav-dev-guide-swagger-docs': string;
15210
- 'developer-nav-dev-guide-guardrail': string;
15211
- 'developer-nav-dev-guide-navigation-sync': string;
15212
- 'developer-nav-ab-guardrail-config': string;
15213
- 'developer-nav-ab-testing-sandbox': string;
15214
- 'developer-nav-ab-version-rollback': string;
15215
- 'agent-builder-topics-tools': string;
15216
- 'user-nav-call-center-operations-agent-workbench-guide': string;
15217
- 'user-nav-reporting-insights-operating-metrics-guide': string;
15218
- 'user-nav-rpt-report-types-explained': string;
15219
- 'user-nav-rpt-dashboard-design-principles': string;
15220
- 'user-nav-report-builder-dashboard-complete': string;
15221
- 'user-nav-cc-call-crm-integration': string;
15222
- 'user-nav-cc-ivr-routing': string;
15223
- 'service-operations-servicebot': string;
15224
- 'api-playground': string;
15225
- 'ai-skills-tools': string;
15226
- 'admin-nav-admin-ch09-skills-tools': string;
15227
- 'admin-nav-admin-ch13-swagger-docs': string;
15228
- 'admin-nav-admin-ch08-flow-builder': string;
15229
- 'admin-nav-admin-ch13-rest-api-guide': string;
15230
- 'admin-nav-admin-ch13-graphql-api': string;
15231
- 'admin-nav-admin-ch09-agent-config': string;
15232
- 'admin-nav-admin-ch09-sop-behavior': string;
15233
- 'admin-nav-admin-ch06-record-detail-tabs': string;
15234
- 'admin-nav-admin-04-icon-rules': string;
15235
- 'admin-nav-admin-02-timezone-locale': string;
15236
- 'admin-nav-admin-03-org-model': string;
15237
- 'admin-nav-admin-04-role-nav-diff': string;
15238
- 'smart-cap': string;
15313
+ "user-nav-getting-started-first-day-workbench": string;
15314
+ "user-nav-gs-batch-operations": string;
15315
+ "user-nav-gs-create-first-records": string;
15316
+ "user-nav-testarticle1774945298863": string;
15317
+ "agent-builder": string;
15318
+ "dev-best-practices": string;
15319
+ "developer-nav-dev-guide-terminology-mapping": string;
15320
+ "developer-nav-integ-api-webhook-oauth2-guide": string;
15321
+ "developer-nav-integration-development-open-platform-guide": string;
15322
+ "developer-nav-integ-headless-wecom-feishu": string;
15323
+ "developer-nav-integ-graphql-schema": string;
15324
+ "developer-nav-dev-guide-governor-limits": string;
15325
+ "developer-nav-dev-guide-rag-sec": string;
15326
+ "developer-nav-dev-guide-list-view-page": string;
15327
+ "developer-nav-dev-guide-record-home-page": string;
15328
+ "developer-nav-dev-guide-crud-operations": string;
15329
+ "developer-nav-dev-guide-headless-gateway": string;
15330
+ "developer-nav-dev-guide-rest-api-crud": string;
15331
+ "developer-nav-dev-guide-api-authentication": string;
15332
+ "developer-nav-dev-guide-visual-testing": string;
15333
+ "developer-nav-dev-guide-page-layout-model": string;
15334
+ "developer-nav-dev-guide-nestjs-module-structure": string;
15335
+ "developer-nav-dev-guide-swagger-docs": string;
15336
+ "developer-nav-dev-guide-guardrail": string;
15337
+ "developer-nav-dev-guide-navigation-sync": string;
15338
+ "developer-nav-ab-guardrail-config": string;
15339
+ "developer-nav-ab-testing-sandbox": string;
15340
+ "developer-nav-ab-version-rollback": string;
15341
+ "agent-builder-topics-tools": string;
15342
+ "user-nav-call-center-operations-agent-workbench-guide": string;
15343
+ "user-nav-reporting-insights-operating-metrics-guide": string;
15344
+ "user-nav-rpt-report-types-explained": string;
15345
+ "user-nav-rpt-dashboard-design-principles": string;
15346
+ "user-nav-report-builder-dashboard-complete": string;
15347
+ "user-nav-cc-call-crm-integration": string;
15348
+ "user-nav-cc-ivr-routing": string;
15349
+ "service-operations-servicebot": string;
15350
+ "api-playground": string;
15351
+ "ai-skills-tools": string;
15352
+ "admin-nav-admin-ch09-skills-tools": string;
15353
+ "admin-nav-admin-ch13-swagger-docs": string;
15354
+ "admin-nav-admin-ch08-flow-builder": string;
15355
+ "admin-nav-admin-ch13-rest-api-guide": string;
15356
+ "admin-nav-admin-ch13-graphql-api": string;
15357
+ "admin-nav-admin-ch09-agent-config": string;
15358
+ "admin-nav-admin-ch09-sop-behavior": string;
15359
+ "admin-nav-admin-ch06-record-detail-tabs": string;
15360
+ "admin-nav-admin-04-icon-rules": string;
15361
+ "admin-nav-admin-02-timezone-locale": string;
15362
+ "admin-nav-admin-03-org-model": string;
15363
+ "admin-nav-admin-04-role-nav-diff": string;
15364
+ "smart-cap": string;
15239
15365
  };
15240
15366
  guide: {
15241
15367
  user: string;
@@ -18377,6 +18503,185 @@ export declare const locales: {
18377
18503
  abortError: string;
18378
18504
  };
18379
18505
  platformAdmin: {
18506
+ ops: {
18507
+ common: {
18508
+ back: string;
18509
+ backToList: string;
18510
+ cancel: string;
18511
+ save: string;
18512
+ submit: string;
18513
+ view: string;
18514
+ details: string;
18515
+ workspace: string;
18516
+ plan: string;
18517
+ status: string;
18518
+ seats: string;
18519
+ cycle: string;
18520
+ created: string;
18521
+ amount: string;
18522
+ provider: string;
18523
+ risk: string;
18524
+ healthy: string;
18525
+ atRisk: string;
18526
+ critical: string;
18527
+ unknown: string;
18528
+ periodEnd: string;
18529
+ invoiceDate: string;
18530
+ billingPeriod: string;
18531
+ paymentStatus: string;
18532
+ overdue: string;
18533
+ noMatches: string;
18534
+ };
18535
+ dashboard: {
18536
+ title: string;
18537
+ description: string;
18538
+ tenantHealth: string;
18539
+ subscriptions: string;
18540
+ alertMessage: string;
18541
+ alertDescription: string;
18542
+ viewHealth: string;
18543
+ totalTenants: string;
18544
+ criticalHealthAlerts: string;
18545
+ overdueAndUnpaid: string;
18546
+ trendTitle: string;
18547
+ healthDistribution: string;
18548
+ alertCenter: string;
18549
+ noAlerts: string;
18550
+ renewalRisk: string;
18551
+ noRenewalRisk: string;
18552
+ tenantSnapshot: string;
18553
+ allTenants: string;
18554
+ alertSeverity: string;
18555
+ alertTitle: string;
18556
+ alertDescriptionColumn: string;
18557
+ action: string;
18558
+ urgent: string;
18559
+ watch: string;
18560
+ remainingDays: string;
18561
+ renewalStatus: string;
18562
+ noTrend: string;
18563
+ trendAria: string;
18564
+ healthAlertTitle: string;
18565
+ healthAlertDescription: string;
18566
+ renewalAlertTitle: string;
18567
+ renewalAlertDescription: string;
18568
+ invoiceAlertTitle: string;
18569
+ invoiceAlertDescription: string;
18570
+ };
18571
+ subscriptions: {
18572
+ create: string;
18573
+ searchPlaceholder: string;
18574
+ noSubscriptions: string;
18575
+ periodEnd: string;
18576
+ total: string;
18577
+ active: string;
18578
+ trialing: string;
18579
+ canceled: string;
18580
+ };
18581
+ provision: {
18582
+ successTitle: string;
18583
+ successMessage: string;
18584
+ failureMessage: string;
18585
+ viewTenant: string;
18586
+ customerNameRequired: string;
18587
+ adminUsernameRequired: string;
18588
+ adminUsernamePlaceholder: string;
18589
+ invalidUsername: string;
18590
+ adminEmailRequired: string;
18591
+ invalidEmail: string;
18592
+ invalidUuid: string;
18593
+ workspacePlaceholder: string;
18594
+ customerName: string;
18595
+ adminUsername: string;
18596
+ adminEmail: string;
18597
+ billingCycle: string;
18598
+ workspaceId: string;
18599
+ };
18600
+ tenantDetail: {
18601
+ updateSuccess: string;
18602
+ updateFailed: string;
18603
+ price: string;
18604
+ currentStart: string;
18605
+ currentEnd: string;
18606
+ extend: string;
18607
+ expiryDays: string;
18608
+ loginPerWeek: string;
18609
+ usageRatio: string;
18610
+ token: string;
18611
+ apiCalls: string;
18612
+ storage: string;
18613
+ };
18614
+ users: {
18615
+ title: string;
18616
+ registrationAccount: string;
18617
+ registrationAccountNotRecorded: string;
18618
+ searchPlaceholder: string;
18619
+ workspace: string;
18620
+ status: string;
18621
+ active: string;
18622
+ inactive: string;
18623
+ frozen: string;
18624
+ serviceAccount: string;
18625
+ role: string;
18626
+ lastLogin: string;
18627
+ viewDetail: string;
18628
+ backToList: string;
18629
+ notFound: string;
18630
+ resetPassword: string;
18631
+ resetPasswordConfirm: string;
18632
+ resetPasswordConfirmTitle: string;
18633
+ resetPasswordOkText: string;
18634
+ resetPasswordSuccessTitle: string;
18635
+ resetPasswordSuccessDesc: string;
18636
+ resetPasswordFailed: string;
18637
+ resetPasswordServiceAccount: string;
18638
+ editProfile: string;
18639
+ email: string;
18640
+ emailChangedSessionsRevoked: string;
18641
+ saveSuccess: string;
18642
+ saveFail: string;
18643
+ username: string;
18644
+ firstName: string;
18645
+ lastName: string;
18646
+ titleLabel: string;
18647
+ phone: string;
18648
+ locale: string;
18649
+ timeZone: string;
18650
+ isActive: string;
18651
+ impersonation: string;
18652
+ impersonationActive: string;
18653
+ impersonationNone: string;
18654
+ createdAt: string;
18655
+ };
18656
+ renewals: {
18657
+ invalidExtension: string;
18658
+ updateSuccess: string;
18659
+ days: string;
18660
+ renewal: string;
18661
+ lastPayment: string;
18662
+ edit: string;
18663
+ };
18664
+ billing: {
18665
+ invoiceStatus: string;
18666
+ outstanding: string;
18667
+ paid: string;
18668
+ noInvoices: string;
18669
+ period: string;
18670
+ };
18671
+ invoiceDetail: {
18672
+ invoiceId: string;
18673
+ lineItem: string;
18674
+ orgBaseFee: string;
18675
+ tokenCost: string;
18676
+ storageCost: string;
18677
+ usageSubtotal: string;
18678
+ };
18679
+ health: {
18680
+ expiryDays: string;
18681
+ loginPerWeek: string;
18682
+ usage: string;
18683
+ };
18684
+ };
18380
18685
  impersonation: {
18381
18686
  allowImpersonationDenied: string;
18382
18687
  noTargetUser: string;
@@ -18497,6 +18802,8 @@ export declare const locales: {
18497
18802
  deepseek: string;
18498
18803
  tongyiDashscope: string;
18499
18804
  doubao: string;
18805
+ zhipu: string;
18806
+ localMoe: string;
18500
18807
  custom: string;
18501
18808
  smtp: string;
18502
18809
  ses: string;
@@ -18585,6 +18892,85 @@ export declare const locales: {
18585
18892
  menuQueues: string;
18586
18893
  menuCronJobs: string;
18587
18894
  menuSystemLogs: string;
18895
+ providerControlPlaneUi: {
18896
+ family: {
18897
+ ai: string;
18898
+ telephony: string;
18899
+ channel: string;
18900
+ };
18901
+ guardrailAria: string;
18902
+ metricsAria: string;
18903
+ workbenchAria: string;
18904
+ recordsAria: string;
18905
+ riskTitle: string;
18906
+ contractGuarded: string;
18907
+ maskedAuditView: string;
18908
+ providerConfigs: string;
18909
+ orgPolicies: string;
18910
+ cancel: string;
18911
+ saveWithAudit: string;
18912
+ create: string;
18913
+ edit: string;
18914
+ bindPolicy: string;
18915
+ impactAria: string;
18916
+ impactPreview: string;
18917
+ impactDescription: string;
18918
+ tone: {
18919
+ success: string;
18920
+ warning: string;
18921
+ danger: string;
18922
+ info: string;
18923
+ neutral: string;
18924
+ };
18925
+ field: {
18926
+ key: string;
18927
+ label: string;
18928
+ kind: string;
18929
+ status: string;
18930
+ health: string;
18931
+ defaultModel: string;
18932
+ capabilities: string;
18933
+ secret: string;
18934
+ region: string;
18935
+ action: string;
18936
+ workspace: string;
18937
+ primaryProvider: string;
18938
+ routing: string;
18939
+ migration: string;
18940
+ fallbacks: string;
18941
+ channel: string;
18942
+ runtime: string;
18943
+ residency: string;
18944
+ providerSecret: string;
18945
+ webhookSecret: string;
18946
+ purpose: string;
18947
+ providerConfigKey: string;
18948
+ providerKind: string;
18949
+ priority: string;
18950
+ baseUrl: string;
18951
+ dataResidency: string;
18952
+ internalEndpoint: string;
18953
+ enabledCapabilities: string;
18954
+ modelListJson: string;
18955
+ metadataMaskedJson: string;
18956
+ migrationState: string;
18957
+ fallbackChainJson: string;
18958
+ modelPolicyJson: string;
18959
+ budgetPolicyJson: string;
18960
+ accountRefMasked: string;
18961
+ endpointMasked: string;
18962
+ senderIdentityJson: string;
18963
+ domainPolicyJson: string;
18964
+ suppressionPolicyJson: string;
18965
+ retryPolicyJson: string;
18966
+ rateLimitPolicyJson: string;
18967
+ senderPolicyJson: string;
18968
+ templateBoundaryPolicyJson: string;
18969
+ sendingLimitPolicyJson: string;
18970
+ compliancePolicyJson: string;
18971
+ featurePolicyJson: string;
18972
+ };
18973
+ };
18588
18974
  aiProviderControlPlane: {
18589
18975
  title: string;
18590
18976
  subtitle: string;
@@ -18592,6 +18978,11 @@ export declare const locales: {
18592
18978
  addProvider: string;
18593
18979
  entryTitle: string;
18594
18980
  entryDescription: string;
18981
+ apiKeyLabel: string;
18982
+ apiKeyKeepHint: string;
18983
+ apiKeyCreateHint: string;
18984
+ apiKeyRequired: string;
18985
+ apiKeyPlaceholder: string;
18595
18986
  providerConfigs: string;
18596
18987
  activeProviders: string;
18597
18988
  orgPolicies: string;
@@ -18606,6 +18997,175 @@ export declare const locales: {
18606
18997
  editPolicyModalTitle: string;
18607
18998
  createPolicyModalTitle: string;
18608
18999
  workspacePlaceholder: string;
19000
+ ui: {
19001
+ test: string;
19002
+ testAll: string;
19003
+ testProvider: string;
19004
+ editProvider: string;
19005
+ probeResults: string;
19006
+ result: string;
19007
+ passed: string;
19008
+ failed: string;
19009
+ latency: string;
19010
+ evidence: string;
19011
+ diagnostic: string;
19012
+ requestedModel: string;
19013
+ actualModel: string;
19014
+ modelConsistency: string;
19015
+ consistent: string;
19016
+ inconsistent: string;
19017
+ observedAt: string;
19018
+ actor: string;
19019
+ auditId: string;
19020
+ dimension: string;
19021
+ tokens: string;
19022
+ capability: {
19023
+ chat: string;
19024
+ embedding: string;
19025
+ vision: string;
19026
+ json: string;
19027
+ tool_calling: string;
19028
+ streaming: string;
19029
+ reasoning: string;
19030
+ };
19031
+ impact: {
19032
+ capabilityDelta: string;
19033
+ capabilityDeltaBody: string;
19034
+ secretSafety: string;
19035
+ secretSafetyBody: string;
19036
+ residencyReview: string;
19037
+ residencyReviewBody: string;
19038
+ affectedWorkspace: string;
19039
+ affectedWorkspaceBody: string;
19040
+ routingDelta: string;
19041
+ routingDeltaBody: string;
19042
+ auditTrail: string;
19043
+ auditTrailBody: string;
19044
+ };
19045
+ providerHealth: string;
19046
+ atRiskCount: string;
19047
+ activeCount: string;
19048
+ unknownHealthChecks: string;
19049
+ healthChecksVisible: string;
19050
+ policyCoverage: string;
19051
+ policyCoverageHelper: string;
19052
+ secretRotationRisk: string;
19053
+ configured: string;
19054
+ notConfigured: string;
19055
+ available: string;
19056
+ unavailable: string;
19057
+ notTested: string;
19058
+ gapCount: string;
19059
+ secretRotationHelper: string;
19060
+ fallbackRoutingRisk: string;
19061
+ covered: string;
19062
+ fallbackRoutingHelper: string;
19063
+ reliability: string;
19064
+ noDefaultModel: string;
19065
+ selectProviderReliability: string;
19066
+ modelRouting: string;
19067
+ modelRoutingBound: string;
19068
+ modelRoutingUnbound: string;
19069
+ capabilityCoverage: string;
19070
+ noCapabilities: string;
19071
+ wired: string;
19072
+ notWired: string;
19073
+ capabilityCatalogTitle: string;
19074
+ capabilityCatalogDescription: string;
19075
+ capabilityColumn: string;
19076
+ wiringColumn: string;
19077
+ runtimeConsumerColumn: string;
19078
+ noConsumer: string;
19079
+ noProviderSelected: string;
19080
+ modelResidency: string;
19081
+ noRegion: string;
19082
+ noResidencyPolicy: string;
19083
+ residencyUnavailable: string;
19084
+ noAiProviderSelected: string;
19085
+ providerKey: string;
19086
+ defaultModel: string;
19087
+ health: string;
19088
+ policyWorkspace: string;
19089
+ noPinnedPolicy: string;
19090
+ secret: string;
19091
+ updated: string;
19092
+ };
19093
+ };
19094
+ channelProviderControlPlane: {
19095
+ ui: {
19096
+ capability: {
19097
+ send_email: string;
19098
+ receive_email: string;
19099
+ send_sms: string;
19100
+ send_push: string;
19101
+ send_work_notice: string;
19102
+ in_app_notify: string;
19103
+ };
19104
+ purpose: {
19105
+ transactional: string;
19106
+ marketing: string;
19107
+ notification: string;
19108
+ workflow: string;
19109
+ servicebot: string;
19110
+ site_auth: string;
19111
+ inbound_case: string;
19112
+ in_app: string;
19113
+ mixed: string;
19114
+ };
19115
+ impact: {
19116
+ capabilityDelta: string;
19117
+ capabilityDeltaBody: string;
19118
+ secretSafety: string;
19119
+ secretSafetyBody: string;
19120
+ deliveryControls: string;
19121
+ deliveryControlsBody: string;
19122
+ affectedWorkspace: string;
19123
+ affectedWorkspaceBody: string;
19124
+ policyDelta: string;
19125
+ policyDeltaBody: string;
19126
+ auditTrail: string;
19127
+ auditTrailBody: string;
19128
+ };
19129
+ title: string;
19130
+ providerHealth: string;
19131
+ atRiskCount: string;
19132
+ activeCount: string;
19133
+ unknownDeliveryHealth: string;
19134
+ governedSenderCount: string;
19135
+ policyCoverage: string;
19136
+ policyCoverageHelper: string;
19137
+ secretRotationRisk: string;
19138
+ configured: string;
19139
+ notConfigured: string;
19140
+ gapCount: string;
19141
+ secretRotationHelper: string;
19142
+ fallbackRoutingRisk: string;
19143
+ pinned: string;
19144
+ fallbackRoutingHelper: string;
19145
+ reliability: string;
19146
+ channel: string;
19147
+ selectChannelProvider: string;
19148
+ senderIdentity: string;
19149
+ domainOwnershipUnset: string;
19150
+ noProviderSelected: string;
19151
+ deliveryPolicy: string;
19152
+ deliveryPolicyBound: string;
19153
+ deliveryPolicyUnbound: string;
19154
+ deliveryReliability: string;
19155
+ noRegion: string;
19156
+ noResidencyPolicy: string;
19157
+ noHealthMessage: string;
19158
+ deliveryReliabilityUnavailable: string;
19159
+ noChannelProviderSelected: string;
19160
+ providerKey: string;
19161
+ providerKind: string;
19162
+ policyWorkspace: string;
19163
+ noPinnedPolicy: string;
19164
+ providerSecret: string;
19165
+ webhookSecret: string;
19166
+ updated: string;
19167
+ notWired: string;
19168
+ };
18609
19169
  };
18610
19170
  telephonyProviderControlPlane: {
18611
19171
  title: string;
@@ -19895,6 +20455,20 @@ export declare const locales: {
19895
20455
  brandFull: string;
19896
20456
  openNavAria: string;
19897
20457
  searchPlaceholder: string;
20458
+ searchAria: string;
20459
+ openSearchAria: string;
20460
+ searchResultsAria: string;
20461
+ searchTitle: string;
20462
+ searchLoading: string;
20463
+ searchError: string;
20464
+ searchPartial: string;
20465
+ searchEmpty: string;
20466
+ searchHint: string;
20467
+ searchGroup: {
20468
+ agent: string;
20469
+ testCase: string;
20470
+ knowledge: string;
20471
+ };
19898
20472
  settingsLinkTitle: string;
19899
20473
  brandInitial: string;
19900
20474
  embeddedHomeLabel: string;
@@ -20006,6 +20580,40 @@ export declare const locales: {
20006
20580
  learned_pattern: string;
20007
20581
  behavior_event: string;
20008
20582
  };
20583
+ behaviorEventType: {
20584
+ execution_started: string;
20585
+ user_input_received: string;
20586
+ context_retrieved: string;
20587
+ knowledge_retrieved: string;
20588
+ agent_output_generated: string;
20589
+ tool_call_started: string;
20590
+ tool_call_completed: string;
20591
+ tool_call_failed: string;
20592
+ policy_checked: string;
20593
+ guardrail_triggered: string;
20594
+ approval_requested: string;
20595
+ approval_approved: string;
20596
+ approval_rejected: string;
20597
+ human_edit_applied: string;
20598
+ human_handoff_triggered: string;
20599
+ execution_completed: string;
20600
+ execution_failed: string;
20601
+ outcome_verified: string;
20602
+ feedback_received: string;
20603
+ learning_signal_generated: string;
20604
+ improvement_recommendation_generated: string;
20605
+ };
20606
+ evidenceDrawerField: {
20607
+ eventType: string;
20608
+ sourceEvent: string;
20609
+ signal: string;
20610
+ recommendation: string;
20611
+ redaction: string;
20612
+ observedAt: string;
20613
+ summary: string;
20614
+ copyId: string;
20615
+ idCopied: string;
20616
+ };
20009
20617
  signalType: {
20010
20618
  successful_behavior_pattern: string;
20011
20619
  failed_behavior_pattern: string;
@@ -21319,26 +21927,26 @@ export declare const locales: {
21319
21927
  builderDescriptionPlaceholder: string;
21320
21928
  builderIconPlaceholder: string;
21321
21929
  avatarPresets: {
21322
- 'revenue-strategist': string;
21323
- 'customer-success': string;
21324
- 'finance-analyst': string;
21325
- 'operations-planner': string;
21326
- 'compliance-guardian': string;
21327
- 'supply-chain-coordinator': string;
21328
- 'marketing-growth': string;
21329
- 'data-scientist': string;
21330
- 'hr-talent-partner': string;
21331
- 'field-service-coordinator': string;
21332
- 'product-manager': string;
21333
- 'project-coordinator': string;
21334
- 'healthcare-account-advisor': string;
21335
- 'manufacturing-quality': string;
21336
- 'retail-operations': string;
21337
- 'partner-channel-manager': string;
21338
- 'procurement-negotiator': string;
21339
- 'legal-contract-reviewer': string;
21340
- 'training-coach': string;
21341
- 'executive-assistant': string;
21930
+ "revenue-strategist": string;
21931
+ "customer-success": string;
21932
+ "finance-analyst": string;
21933
+ "operations-planner": string;
21934
+ "compliance-guardian": string;
21935
+ "supply-chain-coordinator": string;
21936
+ "marketing-growth": string;
21937
+ "data-scientist": string;
21938
+ "hr-talent-partner": string;
21939
+ "field-service-coordinator": string;
21940
+ "product-manager": string;
21941
+ "project-coordinator": string;
21942
+ "healthcare-account-advisor": string;
21943
+ "manufacturing-quality": string;
21944
+ "retail-operations": string;
21945
+ "partner-channel-manager": string;
21946
+ "procurement-negotiator": string;
21947
+ "legal-contract-reviewer": string;
21948
+ "training-coach": string;
21949
+ "executive-assistant": string;
21342
21950
  };
21343
21951
  builderEmptyDescription: string;
21344
21952
  builderGovernedTag: string;
@@ -21658,6 +22266,15 @@ export declare const locales: {
21658
22266
  templateNoBehaviorEvidence: string;
21659
22267
  templateRedactionPolicyUseOnly: string;
21660
22268
  templateTurnPatternIntoTemplate: string;
22269
+ impactChipTooltip: string;
22270
+ confidenceChipTooltip: string;
22271
+ riskChipTooltip: string;
22272
+ draftIntroHint: string;
22273
+ runSimulation: string;
22274
+ runSimulationTooltip: string;
22275
+ runSimulationSuccess: string;
22276
+ runSimulationFailed: string;
22277
+ simulationBlockersLabel: string;
21661
22278
  };
21662
22279
  costRoiTitle: string;
21663
22280
  costRoiRealData: string;
@@ -22674,6 +23291,20 @@ export declare const locales: {
22674
23291
  passwordChangeSuccess: string;
22675
23292
  passwordChangeFailed: string;
22676
23293
  currentPasswordWrong: string;
23294
+ mfaTitle: string;
23295
+ mfaDescription: string;
23296
+ mfaBindAuthenticator: string;
23297
+ mfaSecretWarning: string;
23298
+ mfaQrAlt: string;
23299
+ mfaManualSecret: string;
23300
+ mfaCodePlaceholder: string;
23301
+ mfaVerify: string;
23302
+ mfaEnabled: string;
23303
+ mfaEnabledDesc: string;
23304
+ mfaCodeInvalid: string;
23305
+ mfaLoadFailed: string;
23306
+ mfaSetupFailed: string;
23307
+ mfaVerifyFailed: string;
22677
23308
  activeSessions: string;
22678
23309
  activeSessionsDesc: string;
22679
23310
  currentSession: string;
@@ -25847,25 +26478,9 @@ export declare const locales: {
25847
26478
  micError: string;
25848
26479
  cameraUnsupported: string;
25849
26480
  cameraDenied: string;
25850
- starterMedtech1: string;
25851
- starterMedtech2: string;
25852
- starterMedtech3: string;
25853
- starterSales1: string;
25854
- starterSales2: string;
25855
- starterSales3: string;
25856
- starterService1: string;
25857
- starterService2: string;
25858
- starterService3: string;
25859
- starterAnalysis1: string;
25860
- starterAnalysis2: string;
25861
- starterAnalysis3: string;
25862
- starterOps1: string;
25863
- starterOps2: string;
25864
- starterOps3: string;
25865
26481
  starterDefault1: string;
25866
26482
  starterDefault2: string;
25867
26483
  starterDefault3: string;
25868
- medtechCustomerHint: string;
25869
26484
  customerHint: string;
25870
26485
  backAria: string;
25871
26486
  title: string;
@@ -25913,6 +26528,16 @@ export declare const locales: {
25913
26528
  sendMessageAria: string;
25914
26529
  requestFailedWithStatus: string;
25915
26530
  serviceException: string;
26531
+ historyButton: string;
26532
+ historyTitle: string;
26533
+ historyEmpty: string;
26534
+ historyAllAgents: string;
26535
+ historyCurrentAgent: string;
26536
+ historyFilterTip: string;
26537
+ historyMsgCount: string;
26538
+ replayBack: string;
26539
+ replayBadge: string;
26540
+ replayLoadFailed: string;
25916
26541
  };
25917
26542
  aiAssistant: {
25918
26543
  archived: string;
@@ -26269,11 +26894,11 @@ export declare const locales: {
26269
26894
  segment: string;
26270
26895
  };
26271
26896
  timezone: {
26272
- 'Asia/Shanghai': string;
26273
- 'Asia/Tokyo': string;
26274
- 'America/New_York': string;
26275
- 'America/Los_Angeles': string;
26276
- 'Europe/London': string;
26897
+ "Asia/Shanghai": string;
26898
+ "Asia/Tokyo": string;
26899
+ "America/New_York": string;
26900
+ "America/Los_Angeles": string;
26901
+ "Europe/London": string;
26277
26902
  };
26278
26903
  };
26279
26904
  };
@@ -26326,6 +26951,7 @@ export declare const locales: {
26326
26951
  commandCenter: {
26327
26952
  common: {
26328
26953
  allStatuses: string;
26954
+ backToList: string;
26329
26955
  cancel: string;
26330
26956
  colActions: string;
26331
26957
  colDuration: string;
@@ -27151,25 +27777,25 @@ export declare const locales: {
27151
27777
  tagCampaign: string;
27152
27778
  tagBindTemplateAndListFirst: string;
27153
27779
  templateOption: {
27154
- 'starter-welcome': string;
27155
- 'starter-launch': string;
27156
- 'starter-reactivation': string;
27157
- 'starter-webinar': string;
27780
+ "starter-welcome": string;
27781
+ "starter-launch": string;
27782
+ "starter-reactivation": string;
27783
+ "starter-webinar": string;
27158
27784
  };
27159
27785
  recipientListOption: {
27160
- 'list-high-intent': string;
27161
- 'list-webinar': string;
27162
- 'list-vip': string;
27786
+ "list-high-intent": string;
27787
+ "list-webinar": string;
27788
+ "list-vip": string;
27163
27789
  };
27164
27790
  starterTemplateSubject: {
27165
- 'starter-welcome': string;
27166
- 'starter-reactivation': string;
27167
- 'starter-webinar': string;
27791
+ "starter-welcome": string;
27792
+ "starter-reactivation": string;
27793
+ "starter-webinar": string;
27168
27794
  };
27169
27795
  recipientListPageDefaults: {
27170
- 'list-high-intent': string;
27171
- 'list-reactivation': string;
27172
- 'list-vip-retail': string;
27796
+ "list-high-intent": string;
27797
+ "list-reactivation": string;
27798
+ "list-vip-retail": string;
27173
27799
  };
27174
27800
  createTitle: string;
27175
27801
  createSubtitle: string;
@@ -28274,6 +28900,12 @@ export declare const locales: {
28274
28900
  assistant: string;
28275
28901
  independent: string;
28276
28902
  };
28903
+ assistantIdentityBanner: string;
28904
+ independentIdentityBanner: string;
28905
+ assistantIdentityEditorHint: string;
28906
+ assistantPermissionNotice: string;
28907
+ assistantAccessNotice: string;
28908
+ assistantAudienceNotice: string;
28277
28909
  builderIdentityDesc: string;
28278
28910
  builderIdentityGap: string;
28279
28911
  builderIdentityInfo: string;
@@ -28381,6 +29013,89 @@ export declare const locales: {
28381
29013
  legacyMigrationDesc: string;
28382
29014
  legacyTrustTitle: string;
28383
29015
  };
29016
+ cognitiveForm: {
29017
+ candidateOnlyTitle: string;
29018
+ candidateOnlyDesc: string;
29019
+ saveCandidate: string;
29020
+ candidateSaved: string;
29021
+ candidateSaveFailed: string;
29022
+ noContractTitle: string;
29023
+ noProactiveTitle: string;
29024
+ noContextMemoryTitle: string;
29025
+ noContractDesc: string;
29026
+ contractIdLabel: string;
29027
+ contractRevisionLabel: string;
29028
+ missionLabel: string;
29029
+ missionPlaceholder: string;
29030
+ stakeholdersTitle: string;
29031
+ stakeholderCode: string;
29032
+ stakeholderRolePlaceholder: string;
29033
+ addStakeholder: string;
29034
+ scopeTitle: string;
29035
+ scopeIncludedLabel: string;
29036
+ scopeIncludedPlaceholder: string;
29037
+ scopeExcludedLabel: string;
29038
+ scopeExcludedPlaceholder: string;
29039
+ criteriaTitle: string;
29040
+ addCriterion: string;
29041
+ hardGate: string;
29042
+ softMetric: string;
29043
+ criterionCodeLabel: string;
29044
+ criterionKindLabel: string;
29045
+ criterionPhaseLabel: string;
29046
+ criterionHardGateLabel: string;
29047
+ criterionHardGateTip: string;
29048
+ criterionDirectionLabel: string;
29049
+ criterionTargetValueLabel: string;
29050
+ criterionTargetUnitLabel: string;
29051
+ criterionSoftWeightLabel: string;
29052
+ criterionSoftWeightTip: string;
29053
+ evaluatorKeyLabel: string;
29054
+ evidenceKindsLabel: string;
29055
+ missingPolicyLabel: string;
29056
+ budgetsAndPolicyTitle: string;
29057
+ budgetMaxCostLabel: string;
29058
+ budgetMaxLatencyLabel: string;
29059
+ conflictPolicyLabel: string;
29060
+ reviewRequiredLabel: string;
29061
+ yes: string;
29062
+ no: string;
29063
+ proactiveModeLabel: string;
29064
+ proactiveModeTip: string;
29065
+ maxEffectiveRiskLabel: string;
29066
+ maxCausalDepthLabel: string;
29067
+ maxCausalDepthTip: string;
29068
+ budgetPolicyRefLabel: string;
29069
+ wakeSourcesLabel: string;
29070
+ actionAllowlistTitle: string;
29071
+ addAction: string;
29072
+ toolNamePlaceholder: string;
29073
+ flowKeyPlaceholder: string;
29074
+ narrowingCapsTitle: string;
29075
+ capWakesPerDay: string;
29076
+ capProposalsPerDay: string;
29077
+ capMaxOpenProposals: string;
29078
+ capCostPerDay: string;
29079
+ thresholdsTitle: string;
29080
+ minExpectedValueLabel: string;
29081
+ minConfidenceLabel: string;
29082
+ maxUncertaintyLabel: string;
29083
+ cooldownSecondsLabel: string;
29084
+ a3LockedTitle: string;
29085
+ a3LockedDesc: string;
29086
+ a3LockedBadge: string;
29087
+ contextPolicyReadonlyTitle: string;
29088
+ memoryPolicyTitle: string;
29089
+ memoryEnabledLabel: string;
29090
+ activationModeLabel: string;
29091
+ allowedCategoriesLabel: string;
29092
+ requireFinalEvaluationLabel: string;
29093
+ defaultTtlDaysLabel: string;
29094
+ maximumTtlDaysLabel: string;
29095
+ allowLegacyReadThroughLabel: string;
29096
+ restrictedSensitivityLabel: string;
29097
+ restrictedSensitivityTip: string;
29098
+ };
28384
29099
  builderSectionRail: string;
28385
29100
  builderSelectTopic: string;
28386
29101
  builderSelectTopicDesc: string;
@@ -28438,6 +29153,9 @@ export declare const locales: {
28438
29153
  generateExampleFailed: string;
28439
29154
  generateExamplePrompt: string;
28440
29155
  generatePreviewSample: string;
29156
+ starterPromptsEmpty: string;
29157
+ starterPromptPickerTitle: string;
29158
+ starterPromptPickerHint: string;
28441
29159
  generated: string;
28442
29160
  guardCount: string;
28443
29161
  guardIdsOnly: string;
@@ -32565,6 +33283,22 @@ export declare const locales: {
32565
33283
  pickAgentDesc: string;
32566
33284
  releaseGate: string;
32567
33285
  provingGroundTitle: string;
33286
+ runsEmptyDesc: string;
33287
+ runSummaryTitle: string;
33288
+ viewRunResults: string;
33289
+ gateSuccessVector: string;
33290
+ gateHardGate: string;
33291
+ gateEvidenceComplete: string;
33292
+ gateRunLineage: string;
33293
+ gateValuePass: string;
33294
+ gateValueBlocked: string;
33295
+ gateValueComplete: string;
33296
+ gateValueIncomplete: string;
33297
+ gateValueInsufficient: string;
33298
+ cognitionGateFailedMsg: string;
33299
+ cognitionGatePassedMsg: string;
33300
+ cognitionGateMissingMsg: string;
33301
+ cognitionGateDesc: string;
32568
33302
  };
32569
33303
  promptTemplates: {
32570
33304
  pageTitle: string;
@@ -35117,11 +35851,11 @@ export declare const locales: {
35117
35851
  noDetail: string;
35118
35852
  quickAction: string;
35119
35853
  quickActionLabel: {
35120
- 'new-account': string;
35121
- 'new-contact': string;
35122
- 'new-opportunity': string;
35123
- 'new-lead': string;
35124
- 'new-task': string;
35854
+ "new-account": string;
35855
+ "new-contact": string;
35856
+ "new-opportunity": string;
35857
+ "new-lead": string;
35858
+ "new-task": string;
35125
35859
  };
35126
35860
  noMatch: string;
35127
35861
  searchPlaceholder: string;
@@ -36073,58 +36807,58 @@ export declare const locales: {
36073
36807
  dataReadWrite: string;
36074
36808
  };
36075
36809
  navTitleOverrides: {
36076
- 'user-nav-getting-started-first-day-workbench': string;
36077
- 'user-nav-gs-batch-operations': string;
36078
- 'user-nav-gs-create-first-records': string;
36079
- 'user-nav-testarticle1774945298863': string;
36080
- 'agent-builder': string;
36081
- 'dev-best-practices': string;
36082
- 'developer-nav-dev-guide-terminology-mapping': string;
36083
- 'developer-nav-integ-api-webhook-oauth2-guide': string;
36084
- 'developer-nav-integration-development-open-platform-guide': string;
36085
- 'developer-nav-integ-headless-wecom-feishu': string;
36086
- 'developer-nav-integ-graphql-schema': string;
36087
- 'developer-nav-dev-guide-governor-limits': string;
36088
- 'developer-nav-dev-guide-rag-sec': string;
36089
- 'developer-nav-dev-guide-list-view-page': string;
36090
- 'developer-nav-dev-guide-record-home-page': string;
36091
- 'developer-nav-dev-guide-crud-operations': string;
36092
- 'developer-nav-dev-guide-headless-gateway': string;
36093
- 'developer-nav-dev-guide-rest-api-crud': string;
36094
- 'developer-nav-dev-guide-api-authentication': string;
36095
- 'developer-nav-dev-guide-visual-testing': string;
36096
- 'developer-nav-dev-guide-page-layout-model': string;
36097
- 'developer-nav-dev-guide-nestjs-module-structure': string;
36098
- 'developer-nav-dev-guide-swagger-docs': string;
36099
- 'developer-nav-dev-guide-guardrail': string;
36100
- 'developer-nav-dev-guide-navigation-sync': string;
36101
- 'developer-nav-ab-guardrail-config': string;
36102
- 'developer-nav-ab-testing-sandbox': string;
36103
- 'developer-nav-ab-version-rollback': string;
36104
- 'agent-builder-topics-tools': string;
36105
- 'user-nav-call-center-operations-agent-workbench-guide': string;
36106
- 'user-nav-reporting-insights-operating-metrics-guide': string;
36107
- 'user-nav-rpt-report-types-explained': string;
36108
- 'user-nav-rpt-dashboard-design-principles': string;
36109
- 'user-nav-report-builder-dashboard-complete': string;
36110
- 'user-nav-cc-call-crm-integration': string;
36111
- 'user-nav-cc-ivr-routing': string;
36112
- 'service-operations-servicebot': string;
36113
- 'api-playground': string;
36114
- 'ai-skills-tools': string;
36115
- 'admin-nav-admin-ch09-skills-tools': string;
36116
- 'admin-nav-admin-ch13-swagger-docs': string;
36117
- 'admin-nav-admin-ch08-flow-builder': string;
36118
- 'admin-nav-admin-ch13-rest-api-guide': string;
36119
- 'admin-nav-admin-ch13-graphql-api': string;
36120
- 'admin-nav-admin-ch09-agent-config': string;
36121
- 'admin-nav-admin-ch09-sop-behavior': string;
36122
- 'admin-nav-admin-ch06-record-detail-tabs': string;
36123
- 'admin-nav-admin-04-icon-rules': string;
36124
- 'admin-nav-admin-02-timezone-locale': string;
36125
- 'admin-nav-admin-03-org-model': string;
36126
- 'admin-nav-admin-04-role-nav-diff': string;
36127
- 'smart-cap': string;
36810
+ "user-nav-getting-started-first-day-workbench": string;
36811
+ "user-nav-gs-batch-operations": string;
36812
+ "user-nav-gs-create-first-records": string;
36813
+ "user-nav-testarticle1774945298863": string;
36814
+ "agent-builder": string;
36815
+ "dev-best-practices": string;
36816
+ "developer-nav-dev-guide-terminology-mapping": string;
36817
+ "developer-nav-integ-api-webhook-oauth2-guide": string;
36818
+ "developer-nav-integration-development-open-platform-guide": string;
36819
+ "developer-nav-integ-headless-wecom-feishu": string;
36820
+ "developer-nav-integ-graphql-schema": string;
36821
+ "developer-nav-dev-guide-governor-limits": string;
36822
+ "developer-nav-dev-guide-rag-sec": string;
36823
+ "developer-nav-dev-guide-list-view-page": string;
36824
+ "developer-nav-dev-guide-record-home-page": string;
36825
+ "developer-nav-dev-guide-crud-operations": string;
36826
+ "developer-nav-dev-guide-headless-gateway": string;
36827
+ "developer-nav-dev-guide-rest-api-crud": string;
36828
+ "developer-nav-dev-guide-api-authentication": string;
36829
+ "developer-nav-dev-guide-visual-testing": string;
36830
+ "developer-nav-dev-guide-page-layout-model": string;
36831
+ "developer-nav-dev-guide-nestjs-module-structure": string;
36832
+ "developer-nav-dev-guide-swagger-docs": string;
36833
+ "developer-nav-dev-guide-guardrail": string;
36834
+ "developer-nav-dev-guide-navigation-sync": string;
36835
+ "developer-nav-ab-guardrail-config": string;
36836
+ "developer-nav-ab-testing-sandbox": string;
36837
+ "developer-nav-ab-version-rollback": string;
36838
+ "agent-builder-topics-tools": string;
36839
+ "user-nav-call-center-operations-agent-workbench-guide": string;
36840
+ "user-nav-reporting-insights-operating-metrics-guide": string;
36841
+ "user-nav-rpt-report-types-explained": string;
36842
+ "user-nav-rpt-dashboard-design-principles": string;
36843
+ "user-nav-report-builder-dashboard-complete": string;
36844
+ "user-nav-cc-call-crm-integration": string;
36845
+ "user-nav-cc-ivr-routing": string;
36846
+ "service-operations-servicebot": string;
36847
+ "api-playground": string;
36848
+ "ai-skills-tools": string;
36849
+ "admin-nav-admin-ch09-skills-tools": string;
36850
+ "admin-nav-admin-ch13-swagger-docs": string;
36851
+ "admin-nav-admin-ch08-flow-builder": string;
36852
+ "admin-nav-admin-ch13-rest-api-guide": string;
36853
+ "admin-nav-admin-ch13-graphql-api": string;
36854
+ "admin-nav-admin-ch09-agent-config": string;
36855
+ "admin-nav-admin-ch09-sop-behavior": string;
36856
+ "admin-nav-admin-ch06-record-detail-tabs": string;
36857
+ "admin-nav-admin-04-icon-rules": string;
36858
+ "admin-nav-admin-02-timezone-locale": string;
36859
+ "admin-nav-admin-03-org-model": string;
36860
+ "admin-nav-admin-04-role-nav-diff": string;
36861
+ "smart-cap": string;
36128
36862
  };
36129
36863
  guide: {
36130
36864
  user: string;
@@ -39268,6 +40002,185 @@ export declare const locales: {
39268
40002
  abortError: string;
39269
40003
  };
39270
40004
  platformAdmin: {
40005
+ ops: {
40006
+ common: {
40007
+ back: string;
40008
+ backToList: string;
40009
+ cancel: string;
40010
+ save: string;
40011
+ submit: string;
40012
+ view: string;
40013
+ details: string;
40014
+ workspace: string;
40015
+ plan: string;
40016
+ status: string;
40017
+ seats: string;
40018
+ cycle: string;
40019
+ created: string;
40020
+ amount: string;
40021
+ provider: string;
40022
+ risk: string;
40023
+ healthy: string;
40024
+ atRisk: string;
40025
+ critical: string;
40026
+ unknown: string;
40027
+ periodEnd: string;
40028
+ invoiceDate: string;
40029
+ billingPeriod: string;
40030
+ paymentStatus: string;
40031
+ overdue: string;
40032
+ noMatches: string;
40033
+ };
40034
+ dashboard: {
40035
+ title: string;
40036
+ description: string;
40037
+ tenantHealth: string;
40038
+ subscriptions: string;
40039
+ alertMessage: string;
40040
+ alertDescription: string;
40041
+ viewHealth: string;
40042
+ totalTenants: string;
40043
+ criticalHealthAlerts: string;
40044
+ overdueAndUnpaid: string;
40045
+ trendTitle: string;
40046
+ healthDistribution: string;
40047
+ alertCenter: string;
40048
+ noAlerts: string;
40049
+ renewalRisk: string;
40050
+ noRenewalRisk: string;
40051
+ tenantSnapshot: string;
40052
+ allTenants: string;
40053
+ alertSeverity: string;
40054
+ alertTitle: string;
40055
+ alertDescriptionColumn: string;
40056
+ action: string;
40057
+ urgent: string;
40058
+ watch: string;
40059
+ remainingDays: string;
40060
+ renewalStatus: string;
40061
+ noTrend: string;
40062
+ trendAria: string;
40063
+ healthAlertTitle: string;
40064
+ healthAlertDescription: string;
40065
+ renewalAlertTitle: string;
40066
+ renewalAlertDescription: string;
40067
+ invoiceAlertTitle: string;
40068
+ invoiceAlertDescription: string;
40069
+ };
40070
+ subscriptions: {
40071
+ create: string;
40072
+ searchPlaceholder: string;
40073
+ noSubscriptions: string;
40074
+ periodEnd: string;
40075
+ total: string;
40076
+ active: string;
40077
+ trialing: string;
40078
+ canceled: string;
40079
+ };
40080
+ provision: {
40081
+ successTitle: string;
40082
+ successMessage: string;
40083
+ failureMessage: string;
40084
+ viewTenant: string;
40085
+ customerNameRequired: string;
40086
+ adminUsernameRequired: string;
40087
+ adminUsernamePlaceholder: string;
40088
+ invalidUsername: string;
40089
+ adminEmailRequired: string;
40090
+ invalidEmail: string;
40091
+ invalidUuid: string;
40092
+ workspacePlaceholder: string;
40093
+ customerName: string;
40094
+ adminUsername: string;
40095
+ adminEmail: string;
40096
+ billingCycle: string;
40097
+ workspaceId: string;
40098
+ };
40099
+ tenantDetail: {
40100
+ updateSuccess: string;
40101
+ updateFailed: string;
40102
+ price: string;
40103
+ currentStart: string;
40104
+ currentEnd: string;
40105
+ extend: string;
40106
+ expiryDays: string;
40107
+ loginPerWeek: string;
40108
+ usageRatio: string;
40109
+ token: string;
40110
+ apiCalls: string;
40111
+ storage: string;
40112
+ };
40113
+ users: {
40114
+ title: string;
40115
+ registrationAccount: string;
40116
+ registrationAccountNotRecorded: string;
40117
+ searchPlaceholder: string;
40118
+ workspace: string;
40119
+ status: string;
40120
+ active: string;
40121
+ inactive: string;
40122
+ frozen: string;
40123
+ serviceAccount: string;
40124
+ role: string;
40125
+ lastLogin: string;
40126
+ viewDetail: string;
40127
+ backToList: string;
40128
+ notFound: string;
40129
+ resetPassword: string;
40130
+ resetPasswordConfirm: string;
40131
+ resetPasswordConfirmTitle: string;
40132
+ resetPasswordOkText: string;
40133
+ resetPasswordSuccessTitle: string;
40134
+ resetPasswordSuccessDesc: string;
40135
+ resetPasswordFailed: string;
40136
+ resetPasswordServiceAccount: string;
40137
+ editProfile: string;
40138
+ email: string;
40139
+ emailChangedSessionsRevoked: string;
40140
+ saveSuccess: string;
40141
+ saveFail: string;
40142
+ username: string;
40143
+ firstName: string;
40144
+ lastName: string;
40145
+ titleLabel: string;
40146
+ phone: string;
40147
+ locale: string;
40148
+ timeZone: string;
40149
+ isActive: string;
40150
+ impersonation: string;
40151
+ impersonationActive: string;
40152
+ impersonationNone: string;
40153
+ createdAt: string;
40154
+ };
40155
+ renewals: {
40156
+ invalidExtension: string;
40157
+ updateSuccess: string;
40158
+ days: string;
40159
+ renewal: string;
40160
+ lastPayment: string;
40161
+ edit: string;
40162
+ };
40163
+ billing: {
40164
+ invoiceStatus: string;
40165
+ outstanding: string;
40166
+ paid: string;
40167
+ noInvoices: string;
40168
+ period: string;
40169
+ };
40170
+ invoiceDetail: {
40171
+ invoiceId: string;
40172
+ lineItem: string;
40173
+ orgBaseFee: string;
40174
+ tokenCost: string;
40175
+ storageCost: string;
40176
+ usageSubtotal: string;
40177
+ };
40178
+ health: {
40179
+ expiryDays: string;
40180
+ loginPerWeek: string;
40181
+ usage: string;
40182
+ };
40183
+ };
39271
40184
  impersonation: {
39272
40185
  allowImpersonationDenied: string;
39273
40186
  noTargetUser: string;
@@ -39388,6 +40301,8 @@ export declare const locales: {
39388
40301
  deepseek: string;
39389
40302
  tongyiDashscope: string;
39390
40303
  doubao: string;
40304
+ zhipu: string;
40305
+ localMoe: string;
39391
40306
  custom: string;
39392
40307
  smtp: string;
39393
40308
  ses: string;
@@ -39476,6 +40391,85 @@ export declare const locales: {
39476
40391
  menuQueues: string;
39477
40392
  menuCronJobs: string;
39478
40393
  menuSystemLogs: string;
40394
+ providerControlPlaneUi: {
40395
+ family: {
40396
+ ai: string;
40397
+ telephony: string;
40398
+ channel: string;
40399
+ };
40400
+ guardrailAria: string;
40401
+ metricsAria: string;
40402
+ workbenchAria: string;
40403
+ recordsAria: string;
40404
+ riskTitle: string;
40405
+ contractGuarded: string;
40406
+ maskedAuditView: string;
40407
+ providerConfigs: string;
40408
+ orgPolicies: string;
40409
+ cancel: string;
40410
+ saveWithAudit: string;
40411
+ create: string;
40412
+ edit: string;
40413
+ bindPolicy: string;
40414
+ impactAria: string;
40415
+ impactPreview: string;
40416
+ impactDescription: string;
40417
+ tone: {
40418
+ success: string;
40419
+ warning: string;
40420
+ danger: string;
40421
+ info: string;
40422
+ neutral: string;
40423
+ };
40424
+ field: {
40425
+ key: string;
40426
+ label: string;
40427
+ kind: string;
40428
+ status: string;
40429
+ health: string;
40430
+ defaultModel: string;
40431
+ capabilities: string;
40432
+ secret: string;
40433
+ region: string;
40434
+ action: string;
40435
+ workspace: string;
40436
+ primaryProvider: string;
40437
+ routing: string;
40438
+ migration: string;
40439
+ fallbacks: string;
40440
+ channel: string;
40441
+ runtime: string;
40442
+ residency: string;
40443
+ providerSecret: string;
40444
+ webhookSecret: string;
40445
+ purpose: string;
40446
+ providerConfigKey: string;
40447
+ providerKind: string;
40448
+ priority: string;
40449
+ baseUrl: string;
40450
+ dataResidency: string;
40451
+ internalEndpoint: string;
40452
+ enabledCapabilities: string;
40453
+ modelListJson: string;
40454
+ metadataMaskedJson: string;
40455
+ migrationState: string;
40456
+ fallbackChainJson: string;
40457
+ modelPolicyJson: string;
40458
+ budgetPolicyJson: string;
40459
+ accountRefMasked: string;
40460
+ endpointMasked: string;
40461
+ senderIdentityJson: string;
40462
+ domainPolicyJson: string;
40463
+ suppressionPolicyJson: string;
40464
+ retryPolicyJson: string;
40465
+ rateLimitPolicyJson: string;
40466
+ senderPolicyJson: string;
40467
+ templateBoundaryPolicyJson: string;
40468
+ sendingLimitPolicyJson: string;
40469
+ compliancePolicyJson: string;
40470
+ featurePolicyJson: string;
40471
+ };
40472
+ };
39479
40473
  aiProviderControlPlane: {
39480
40474
  title: string;
39481
40475
  subtitle: string;
@@ -39483,6 +40477,11 @@ export declare const locales: {
39483
40477
  addProvider: string;
39484
40478
  entryTitle: string;
39485
40479
  entryDescription: string;
40480
+ apiKeyLabel: string;
40481
+ apiKeyKeepHint: string;
40482
+ apiKeyCreateHint: string;
40483
+ apiKeyRequired: string;
40484
+ apiKeyPlaceholder: string;
39486
40485
  providerConfigs: string;
39487
40486
  activeProviders: string;
39488
40487
  orgPolicies: string;
@@ -39497,6 +40496,175 @@ export declare const locales: {
39497
40496
  editPolicyModalTitle: string;
39498
40497
  createPolicyModalTitle: string;
39499
40498
  workspacePlaceholder: string;
40499
+ ui: {
40500
+ test: string;
40501
+ testAll: string;
40502
+ testProvider: string;
40503
+ editProvider: string;
40504
+ probeResults: string;
40505
+ result: string;
40506
+ passed: string;
40507
+ failed: string;
40508
+ latency: string;
40509
+ evidence: string;
40510
+ diagnostic: string;
40511
+ requestedModel: string;
40512
+ actualModel: string;
40513
+ modelConsistency: string;
40514
+ consistent: string;
40515
+ inconsistent: string;
40516
+ observedAt: string;
40517
+ actor: string;
40518
+ auditId: string;
40519
+ dimension: string;
40520
+ tokens: string;
40521
+ capability: {
40522
+ chat: string;
40523
+ embedding: string;
40524
+ vision: string;
40525
+ json: string;
40526
+ tool_calling: string;
40527
+ streaming: string;
40528
+ reasoning: string;
40529
+ };
40530
+ impact: {
40531
+ capabilityDelta: string;
40532
+ capabilityDeltaBody: string;
40533
+ secretSafety: string;
40534
+ secretSafetyBody: string;
40535
+ residencyReview: string;
40536
+ residencyReviewBody: string;
40537
+ affectedWorkspace: string;
40538
+ affectedWorkspaceBody: string;
40539
+ routingDelta: string;
40540
+ routingDeltaBody: string;
40541
+ auditTrail: string;
40542
+ auditTrailBody: string;
40543
+ };
40544
+ providerHealth: string;
40545
+ atRiskCount: string;
40546
+ activeCount: string;
40547
+ unknownHealthChecks: string;
40548
+ healthChecksVisible: string;
40549
+ policyCoverage: string;
40550
+ policyCoverageHelper: string;
40551
+ secretRotationRisk: string;
40552
+ configured: string;
40553
+ notConfigured: string;
40554
+ available: string;
40555
+ unavailable: string;
40556
+ notTested: string;
40557
+ gapCount: string;
40558
+ secretRotationHelper: string;
40559
+ fallbackRoutingRisk: string;
40560
+ covered: string;
40561
+ fallbackRoutingHelper: string;
40562
+ reliability: string;
40563
+ noDefaultModel: string;
40564
+ selectProviderReliability: string;
40565
+ modelRouting: string;
40566
+ modelRoutingBound: string;
40567
+ modelRoutingUnbound: string;
40568
+ capabilityCoverage: string;
40569
+ noCapabilities: string;
40570
+ wired: string;
40571
+ notWired: string;
40572
+ capabilityCatalogTitle: string;
40573
+ capabilityCatalogDescription: string;
40574
+ capabilityColumn: string;
40575
+ wiringColumn: string;
40576
+ runtimeConsumerColumn: string;
40577
+ noConsumer: string;
40578
+ noProviderSelected: string;
40579
+ modelResidency: string;
40580
+ noRegion: string;
40581
+ noResidencyPolicy: string;
40582
+ residencyUnavailable: string;
40583
+ noAiProviderSelected: string;
40584
+ providerKey: string;
40585
+ defaultModel: string;
40586
+ health: string;
40587
+ policyWorkspace: string;
40588
+ noPinnedPolicy: string;
40589
+ secret: string;
40590
+ updated: string;
40591
+ };
40592
+ };
40593
+ channelProviderControlPlane: {
40594
+ ui: {
40595
+ capability: {
40596
+ send_email: string;
40597
+ receive_email: string;
40598
+ send_sms: string;
40599
+ send_push: string;
40600
+ send_work_notice: string;
40601
+ in_app_notify: string;
40602
+ };
40603
+ purpose: {
40604
+ transactional: string;
40605
+ marketing: string;
40606
+ notification: string;
40607
+ workflow: string;
40608
+ servicebot: string;
40609
+ site_auth: string;
40610
+ inbound_case: string;
40611
+ in_app: string;
40612
+ mixed: string;
40613
+ };
40614
+ impact: {
40615
+ capabilityDelta: string;
40616
+ capabilityDeltaBody: string;
40617
+ secretSafety: string;
40618
+ secretSafetyBody: string;
40619
+ deliveryControls: string;
40620
+ deliveryControlsBody: string;
40621
+ affectedWorkspace: string;
40622
+ affectedWorkspaceBody: string;
40623
+ policyDelta: string;
40624
+ policyDeltaBody: string;
40625
+ auditTrail: string;
40626
+ auditTrailBody: string;
40627
+ };
40628
+ title: string;
40629
+ providerHealth: string;
40630
+ atRiskCount: string;
40631
+ activeCount: string;
40632
+ unknownDeliveryHealth: string;
40633
+ governedSenderCount: string;
40634
+ policyCoverage: string;
40635
+ policyCoverageHelper: string;
40636
+ secretRotationRisk: string;
40637
+ configured: string;
40638
+ notConfigured: string;
40639
+ gapCount: string;
40640
+ secretRotationHelper: string;
40641
+ fallbackRoutingRisk: string;
40642
+ pinned: string;
40643
+ fallbackRoutingHelper: string;
40644
+ reliability: string;
40645
+ channel: string;
40646
+ selectChannelProvider: string;
40647
+ senderIdentity: string;
40648
+ domainOwnershipUnset: string;
40649
+ noProviderSelected: string;
40650
+ deliveryPolicy: string;
40651
+ deliveryPolicyBound: string;
40652
+ deliveryPolicyUnbound: string;
40653
+ deliveryReliability: string;
40654
+ noRegion: string;
40655
+ noResidencyPolicy: string;
40656
+ noHealthMessage: string;
40657
+ deliveryReliabilityUnavailable: string;
40658
+ noChannelProviderSelected: string;
40659
+ providerKey: string;
40660
+ providerKind: string;
40661
+ policyWorkspace: string;
40662
+ noPinnedPolicy: string;
40663
+ providerSecret: string;
40664
+ webhookSecret: string;
40665
+ updated: string;
40666
+ notWired: string;
40667
+ };
39500
40668
  };
39501
40669
  telephonyProviderControlPlane: {
39502
40670
  title: string;
@@ -40786,6 +41954,20 @@ export declare const locales: {
40786
41954
  brandFull: string;
40787
41955
  openNavAria: string;
40788
41956
  searchPlaceholder: string;
41957
+ searchAria: string;
41958
+ openSearchAria: string;
41959
+ searchResultsAria: string;
41960
+ searchTitle: string;
41961
+ searchLoading: string;
41962
+ searchError: string;
41963
+ searchPartial: string;
41964
+ searchEmpty: string;
41965
+ searchHint: string;
41966
+ searchGroup: {
41967
+ agent: string;
41968
+ testCase: string;
41969
+ knowledge: string;
41970
+ };
40789
41971
  settingsLinkTitle: string;
40790
41972
  brandInitial: string;
40791
41973
  embeddedHomeLabel: string;
@@ -40897,6 +42079,40 @@ export declare const locales: {
40897
42079
  learned_pattern: string;
40898
42080
  behavior_event: string;
40899
42081
  };
42082
+ behaviorEventType: {
42083
+ execution_started: string;
42084
+ user_input_received: string;
42085
+ context_retrieved: string;
42086
+ knowledge_retrieved: string;
42087
+ agent_output_generated: string;
42088
+ tool_call_started: string;
42089
+ tool_call_completed: string;
42090
+ tool_call_failed: string;
42091
+ policy_checked: string;
42092
+ guardrail_triggered: string;
42093
+ approval_requested: string;
42094
+ approval_approved: string;
42095
+ approval_rejected: string;
42096
+ human_edit_applied: string;
42097
+ human_handoff_triggered: string;
42098
+ execution_completed: string;
42099
+ execution_failed: string;
42100
+ outcome_verified: string;
42101
+ feedback_received: string;
42102
+ learning_signal_generated: string;
42103
+ improvement_recommendation_generated: string;
42104
+ };
42105
+ evidenceDrawerField: {
42106
+ eventType: string;
42107
+ sourceEvent: string;
42108
+ signal: string;
42109
+ recommendation: string;
42110
+ redaction: string;
42111
+ observedAt: string;
42112
+ summary: string;
42113
+ copyId: string;
42114
+ idCopied: string;
42115
+ };
40900
42116
  signalType: {
40901
42117
  successful_behavior_pattern: string;
40902
42118
  failed_behavior_pattern: string;