@nexusclawhq/cli 0.2.3 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +5 -0
- package/dist/build-info.json +5 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/ai-employee-cognition/cognitive-policy.types.d.ts +19 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +686 -95
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +19426 -18705
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1372 -190
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +686 -95
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +19467 -18789
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +2 -11
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +5 -1
- package/dist/nexus-cli/src/cli.js +2 -0
- package/dist/nexus-cli/src/cli.js.map +1 -1
- package/dist/nexus-cli/src/commands/ai/help.test.js +11 -29
- package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/commands.test.js +81 -1
- package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/deploy.js +35 -9
- package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/index.js +2 -0
- package/dist/nexus-cli/src/commands/org/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/login-web.d.ts +7 -0
- package/dist/nexus-cli/src/commands/org/login-web.js +31 -4
- package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/login-web.test.js +15 -0
- package/dist/nexus-cli/src/commands/org/login-web.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/step-up.d.ts +2 -0
- package/dist/nexus-cli/src/commands/org/step-up.js +75 -0
- package/dist/nexus-cli/src/commands/org/step-up.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/approval.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/approval.js +60 -0
- package/dist/nexus-cli/src/commands/workforce/approval.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/cognition.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/cognition.js +62 -0
- package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/constitution.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/constitution.js +37 -0
- package/dist/nexus-cli/src/commands/workforce/constitution.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/guardrail.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/guardrail.js +67 -0
- package/dist/nexus-cli/src/commands/workforce/guardrail.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/index.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/index.js +43 -0
- package/dist/nexus-cli/src/commands/workforce/index.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/knowledge.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/knowledge.js +143 -0
- package/dist/nexus-cli/src/commands/workforce/knowledge.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/learning.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/learning.js +146 -0
- package/dist/nexus-cli/src/commands/workforce/learning.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/observe.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/observe.js +152 -0
- package/dist/nexus-cli/src/commands/workforce/observe.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/orchestration.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/orchestration.js +199 -0
- package/dist/nexus-cli/src/commands/workforce/orchestration.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/permission.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/permission.js +113 -0
- package/dist/nexus-cli/src/commands/workforce/permission.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/prompt.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/prompt.js +137 -0
- package/dist/nexus-cli/src/commands/workforce/prompt.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/provider.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/provider.js +152 -0
- package/dist/nexus-cli/src/commands/workforce/provider.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/rehearsal.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/rehearsal.js +71 -0
- package/dist/nexus-cli/src/commands/workforce/rehearsal.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/release.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/release.js +24 -0
- package/dist/nexus-cli/src/commands/workforce/release.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/shared.d.ts +8 -0
- package/dist/nexus-cli/src/commands/workforce/shared.js +86 -0
- package/dist/nexus-cli/src/commands/workforce/shared.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/sop.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/sop.js +86 -0
- package/dist/nexus-cli/src/commands/workforce/sop.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/task.d.ts +4 -0
- package/dist/nexus-cli/src/commands/workforce/task.js +67 -0
- package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -0
- package/dist/nexus-cli/src/commands/workforce/test-case.d.ts +2 -0
- package/dist/nexus-cli/src/commands/workforce/test-case.js +121 -0
- package/dist/nexus-cli/src/commands/workforce/test-case.js.map +1 -0
- package/dist/nexus-cli/src/config/platform-seed-registry.json +134 -0
- package/dist/nexus-cli/src/contracts/command-contract.guard.js +25 -2
- package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract.registry.js +2 -0
- package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/contracts.test.js +40 -54
- package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
- package/dist/nexus-cli/src/contracts/workforce-contracts.d.ts +2 -0
- package/dist/nexus-cli/src/contracts/workforce-contracts.js +175 -0
- package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -0
- package/dist/nexus-cli/src/services/api-client.d.ts +37 -1
- package/dist/nexus-cli/src/services/api-client.js +120 -34
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.test.js +87 -0
- package/dist/nexus-cli/src/services/api-client.test.js.map +1 -1
- package/dist/nexus-cli/src/services/package-self-containment.js +1 -0
- package/dist/nexus-cli/src/services/package-self-containment.js.map +1 -1
- package/dist/nexus-cli/src/services/step-up-helper.d.ts +43 -0
- package/dist/nexus-cli/src/services/step-up-helper.js +98 -0
- package/dist/nexus-cli/src/services/step-up-helper.js.map +1 -0
- package/dist/nexus-cli/src/services/step-up-helper.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/step-up-helper.test.js +176 -0
- package/dist/nexus-cli/src/services/step-up-helper.test.js.map +1 -0
- package/dist/nexus-cli/src/services/step-up-interactive.d.ts +2 -0
- package/dist/nexus-cli/src/services/step-up-interactive.js +69 -0
- package/dist/nexus-cli/src/services/step-up-interactive.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +27 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js +48 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-common.d.ts +2 -0
- package/dist/nexus-cli/src/services/workforce-common.js +20 -0
- package/dist/nexus-cli/src/services/workforce-common.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +127 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.js +205 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-distillation-remote.d.ts +118 -0
- package/dist/nexus-cli/src/services/workforce-distillation-remote.js +171 -0
- package/dist/nexus-cli/src/services/workforce-distillation-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.d.ts +105 -0
- package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.js +174 -0
- package/dist/nexus-cli/src/services/workforce-guardrail-knowledge-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-learning-remote.d.ts +131 -0
- package/dist/nexus-cli/src/services/workforce-learning-remote.js +179 -0
- package/dist/nexus-cli/src/services/workforce-learning-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +97 -0
- package/dist/nexus-cli/src/services/workforce-observe-remote.js +207 -0
- package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-ops-remote.d.ts +94 -0
- package/dist/nexus-cli/src/services/workforce-ops-remote.js +176 -0
- package/dist/nexus-cli/src/services/workforce-ops-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-orchestration-remote.d.ts +132 -0
- package/dist/nexus-cli/src/services/workforce-orchestration-remote.js +244 -0
- package/dist/nexus-cli/src/services/workforce-orchestration-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-permission-remote.d.ts +72 -0
- package/dist/nexus-cli/src/services/workforce-permission-remote.js +130 -0
- package/dist/nexus-cli/src/services/workforce-permission-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-provider-remote.d.ts +82 -0
- package/dist/nexus-cli/src/services/workforce-provider-remote.js +129 -0
- package/dist/nexus-cli/src/services/workforce-provider-remote.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +85 -0
- package/dist/nexus-cli/src/services/workforce-test-remote.js +134 -0
- package/dist/nexus-cli/src/services/workforce-test-remote.js.map +1 -0
- package/dist/nexus-cli/src/templates/project/template-manifest.json +11 -5
- package/dist/nexus-cli/src/templates/project/templates/base-crm/README.md.tpl +4 -3
- package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.json.tpl +77 -13
- package/dist/nexus-cli/src/templates/project/templates/base-crm/nexus-project.yaml.tpl +68 -0
- package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/README.md.tpl +4 -4
- package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.json.tpl +77 -13
- package/dist/nexus-cli/src/templates/project/templates/demo-public-channel-store-delivery/nexus-project.yaml.tpl +71 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/README.md.tpl +4 -4
- 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
- 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
- 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
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.json.tpl +61 -7
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/nexus-project.yaml.tpl +58 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/preview/drill-code-extension-page.html +1 -1
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/scripts/build-component.mjs +1 -1
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/scripts/deploy-drill.mjs +1 -1
- package/dist/nexus-cli/src/templates/project/templates/empty/README.md.tpl +3 -2
- package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.json.tpl +79 -13
- package/dist/nexus-cli/src/templates/project/templates/empty/nexus-project.yaml.tpl +67 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/claude.md +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/codex.md +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/generic.md +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/agent-instructions/glm-5.2.md +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/code-sdk.d.ts +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/command-order.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/authoring/flow-node-catalog.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/ai-policies.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/approval-policies.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/connectors.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/invokable-units.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/catalogs/objects.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/cli-contract.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/context-lock.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/context-manifest.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.cases.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.input.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.output.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/code/minimal-action.ts +3 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/examples/flow/minimal-manual-flow.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/agent-code-tool-catalog-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/ai-workforce-executable-bundle-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/approval-policy-authoring-catalog-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/code-action-cases-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/code-extension-governance-v2.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/employee-package-v2.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/flow-package-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/flows-payload-v2.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/object-authoring-catalog-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-bundle-lock-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-release-evidence-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workforce-runtime-bindings-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/schemas/workspace-authoring-contract-v1.schema.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/.nexusclaw/context/workspace-contract.json +1 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/README.md.tpl +41 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.json.tpl +86 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/nexus-project.yaml.tpl +61 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/package.json.tpl +25 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/.nexusclaw/scaffold.json +12 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/agent-tools.json +53 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/code/genericLookup.ts +5 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/package.yaml +28 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/schemas/genericLookup.input.schema.json +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/schemas/genericLookup.output.schema.json +6 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-action/tests/genericLookup.cases.json +26 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/packages/generic-flow/GenericFollowUp.flow.yaml +10 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/scripts/init-bundle.mjs +25 -0
- package/dist/nexus-cli/src/templates/project/templates/executable-workforce/tsconfig.json.tpl +10 -0
- package/dist/nexus-cli/src/templates/project/templates/industry-education/README.md.tpl +7 -1
- package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.json.tpl +77 -14
- package/dist/nexus-cli/src/templates/project/templates/industry-education/nexus-project.yaml.tpl +69 -0
- package/dist/nexus-cli/src/templates/project/templates/industry-finance/README.md.tpl +7 -1
- package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.json.tpl +77 -14
- package/dist/nexus-cli/src/templates/project/templates/industry-finance/nexus-project.yaml.tpl +69 -0
- package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/README.md.tpl +7 -1
- package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.json.tpl +77 -14
- package/dist/nexus-cli/src/templates/project/templates/industry-healthcare/nexus-project.yaml.tpl +69 -0
- package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/README.md.tpl +4 -4
- package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.json.tpl +77 -13
- package/dist/nexus-cli/src/templates/project/templates/industry-partner-cloud/nexus-project.yaml.tpl +69 -0
- package/dist/nexus-cli/src/templates/project/templates/industry-retail/README.md.tpl +7 -1
- package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.json.tpl +77 -14
- package/dist/nexus-cli/src/templates/project/templates/industry-retail/nexus-project.yaml.tpl +69 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
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;
|
|
@@ -5378,11 +5401,11 @@ export declare const locales: {
|
|
|
5378
5401
|
segment: string;
|
|
5379
5402
|
};
|
|
5380
5403
|
timezone: {
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5404
|
+
"Asia/Shanghai": string;
|
|
5405
|
+
"Asia/Tokyo": string;
|
|
5406
|
+
"America/New_York": string;
|
|
5407
|
+
"America/Los_Angeles": string;
|
|
5408
|
+
"Europe/London": string;
|
|
5386
5409
|
};
|
|
5387
5410
|
};
|
|
5388
5411
|
};
|
|
@@ -6260,25 +6283,25 @@ export declare const locales: {
|
|
|
6260
6283
|
tagCampaign: string;
|
|
6261
6284
|
tagBindTemplateAndListFirst: string;
|
|
6262
6285
|
templateOption: {
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6286
|
+
"starter-welcome": string;
|
|
6287
|
+
"starter-launch": string;
|
|
6288
|
+
"starter-reactivation": string;
|
|
6289
|
+
"starter-webinar": string;
|
|
6267
6290
|
};
|
|
6268
6291
|
recipientListOption: {
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6292
|
+
"list-high-intent": string;
|
|
6293
|
+
"list-webinar": string;
|
|
6294
|
+
"list-vip": string;
|
|
6272
6295
|
};
|
|
6273
6296
|
starterTemplateSubject: {
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6297
|
+
"starter-welcome": string;
|
|
6298
|
+
"starter-reactivation": string;
|
|
6299
|
+
"starter-webinar": string;
|
|
6277
6300
|
};
|
|
6278
6301
|
recipientListPageDefaults: {
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6302
|
+
"list-high-intent": string;
|
|
6303
|
+
"list-reactivation": string;
|
|
6304
|
+
"list-vip-retail": string;
|
|
6282
6305
|
};
|
|
6283
6306
|
createTitle: string;
|
|
6284
6307
|
createSubtitle: string;
|
|
@@ -7490,6 +7513,89 @@ export declare const locales: {
|
|
|
7490
7513
|
legacyMigrationDesc: string;
|
|
7491
7514
|
legacyTrustTitle: string;
|
|
7492
7515
|
};
|
|
7516
|
+
cognitiveForm: {
|
|
7517
|
+
candidateOnlyTitle: string;
|
|
7518
|
+
candidateOnlyDesc: string;
|
|
7519
|
+
saveCandidate: string;
|
|
7520
|
+
candidateSaved: string;
|
|
7521
|
+
candidateSaveFailed: string;
|
|
7522
|
+
noContractTitle: string;
|
|
7523
|
+
noProactiveTitle: string;
|
|
7524
|
+
noContextMemoryTitle: string;
|
|
7525
|
+
noContractDesc: string;
|
|
7526
|
+
contractIdLabel: string;
|
|
7527
|
+
contractRevisionLabel: string;
|
|
7528
|
+
missionLabel: string;
|
|
7529
|
+
missionPlaceholder: string;
|
|
7530
|
+
stakeholdersTitle: string;
|
|
7531
|
+
stakeholderCode: string;
|
|
7532
|
+
stakeholderRolePlaceholder: string;
|
|
7533
|
+
addStakeholder: string;
|
|
7534
|
+
scopeTitle: string;
|
|
7535
|
+
scopeIncludedLabel: string;
|
|
7536
|
+
scopeIncludedPlaceholder: string;
|
|
7537
|
+
scopeExcludedLabel: string;
|
|
7538
|
+
scopeExcludedPlaceholder: string;
|
|
7539
|
+
criteriaTitle: string;
|
|
7540
|
+
addCriterion: string;
|
|
7541
|
+
hardGate: string;
|
|
7542
|
+
softMetric: string;
|
|
7543
|
+
criterionCodeLabel: string;
|
|
7544
|
+
criterionKindLabel: string;
|
|
7545
|
+
criterionPhaseLabel: string;
|
|
7546
|
+
criterionHardGateLabel: string;
|
|
7547
|
+
criterionHardGateTip: string;
|
|
7548
|
+
criterionDirectionLabel: string;
|
|
7549
|
+
criterionTargetValueLabel: string;
|
|
7550
|
+
criterionTargetUnitLabel: string;
|
|
7551
|
+
criterionSoftWeightLabel: string;
|
|
7552
|
+
criterionSoftWeightTip: string;
|
|
7553
|
+
evaluatorKeyLabel: string;
|
|
7554
|
+
evidenceKindsLabel: string;
|
|
7555
|
+
missingPolicyLabel: string;
|
|
7556
|
+
budgetsAndPolicyTitle: string;
|
|
7557
|
+
budgetMaxCostLabel: string;
|
|
7558
|
+
budgetMaxLatencyLabel: string;
|
|
7559
|
+
conflictPolicyLabel: string;
|
|
7560
|
+
reviewRequiredLabel: string;
|
|
7561
|
+
yes: string;
|
|
7562
|
+
no: string;
|
|
7563
|
+
proactiveModeLabel: string;
|
|
7564
|
+
proactiveModeTip: string;
|
|
7565
|
+
maxEffectiveRiskLabel: string;
|
|
7566
|
+
maxCausalDepthLabel: string;
|
|
7567
|
+
maxCausalDepthTip: string;
|
|
7568
|
+
budgetPolicyRefLabel: string;
|
|
7569
|
+
wakeSourcesLabel: string;
|
|
7570
|
+
actionAllowlistTitle: string;
|
|
7571
|
+
addAction: string;
|
|
7572
|
+
toolNamePlaceholder: string;
|
|
7573
|
+
flowKeyPlaceholder: string;
|
|
7574
|
+
narrowingCapsTitle: string;
|
|
7575
|
+
capWakesPerDay: string;
|
|
7576
|
+
capProposalsPerDay: string;
|
|
7577
|
+
capMaxOpenProposals: string;
|
|
7578
|
+
capCostPerDay: string;
|
|
7579
|
+
thresholdsTitle: string;
|
|
7580
|
+
minExpectedValueLabel: string;
|
|
7581
|
+
minConfidenceLabel: string;
|
|
7582
|
+
maxUncertaintyLabel: string;
|
|
7583
|
+
cooldownSecondsLabel: string;
|
|
7584
|
+
a3LockedTitle: string;
|
|
7585
|
+
a3LockedDesc: string;
|
|
7586
|
+
a3LockedBadge: string;
|
|
7587
|
+
contextPolicyReadonlyTitle: string;
|
|
7588
|
+
memoryPolicyTitle: string;
|
|
7589
|
+
memoryEnabledLabel: string;
|
|
7590
|
+
activationModeLabel: string;
|
|
7591
|
+
allowedCategoriesLabel: string;
|
|
7592
|
+
requireFinalEvaluationLabel: string;
|
|
7593
|
+
defaultTtlDaysLabel: string;
|
|
7594
|
+
maximumTtlDaysLabel: string;
|
|
7595
|
+
allowLegacyReadThroughLabel: string;
|
|
7596
|
+
restrictedSensitivityLabel: string;
|
|
7597
|
+
restrictedSensitivityTip: string;
|
|
7598
|
+
};
|
|
7493
7599
|
builderSectionRail: string;
|
|
7494
7600
|
builderSelectTopic: string;
|
|
7495
7601
|
builderSelectTopicDesc: string;
|
|
@@ -7547,6 +7653,9 @@ export declare const locales: {
|
|
|
7547
7653
|
generateExampleFailed: string;
|
|
7548
7654
|
generateExamplePrompt: string;
|
|
7549
7655
|
generatePreviewSample: string;
|
|
7656
|
+
starterPromptsEmpty: string;
|
|
7657
|
+
starterPromptPickerTitle: string;
|
|
7658
|
+
starterPromptPickerHint: string;
|
|
7550
7659
|
generated: string;
|
|
7551
7660
|
guardCount: string;
|
|
7552
7661
|
guardIdsOnly: string;
|
|
@@ -14226,11 +14335,11 @@ export declare const locales: {
|
|
|
14226
14335
|
noDetail: string;
|
|
14227
14336
|
quickAction: string;
|
|
14228
14337
|
quickActionLabel: {
|
|
14229
|
-
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
|
|
14338
|
+
"new-account": string;
|
|
14339
|
+
"new-contact": string;
|
|
14340
|
+
"new-opportunity": string;
|
|
14341
|
+
"new-lead": string;
|
|
14342
|
+
"new-task": string;
|
|
14234
14343
|
};
|
|
14235
14344
|
noMatch: string;
|
|
14236
14345
|
searchPlaceholder: string;
|
|
@@ -15184,58 +15293,58 @@ export declare const locales: {
|
|
|
15184
15293
|
dataReadWrite: string;
|
|
15185
15294
|
};
|
|
15186
15295
|
navTitleOverrides: {
|
|
15187
|
-
|
|
15188
|
-
|
|
15189
|
-
|
|
15190
|
-
|
|
15191
|
-
|
|
15192
|
-
|
|
15193
|
-
|
|
15194
|
-
|
|
15195
|
-
|
|
15196
|
-
|
|
15197
|
-
|
|
15198
|
-
|
|
15199
|
-
|
|
15200
|
-
|
|
15201
|
-
|
|
15202
|
-
|
|
15203
|
-
|
|
15204
|
-
|
|
15205
|
-
|
|
15206
|
-
|
|
15207
|
-
|
|
15208
|
-
|
|
15209
|
-
|
|
15210
|
-
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
|
|
15217
|
-
|
|
15218
|
-
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
|
|
15222
|
-
|
|
15223
|
-
|
|
15224
|
-
|
|
15225
|
-
|
|
15226
|
-
|
|
15227
|
-
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
|
|
15296
|
+
"user-nav-getting-started-first-day-workbench": string;
|
|
15297
|
+
"user-nav-gs-batch-operations": string;
|
|
15298
|
+
"user-nav-gs-create-first-records": string;
|
|
15299
|
+
"user-nav-testarticle1774945298863": string;
|
|
15300
|
+
"agent-builder": string;
|
|
15301
|
+
"dev-best-practices": string;
|
|
15302
|
+
"developer-nav-dev-guide-terminology-mapping": string;
|
|
15303
|
+
"developer-nav-integ-api-webhook-oauth2-guide": string;
|
|
15304
|
+
"developer-nav-integration-development-open-platform-guide": string;
|
|
15305
|
+
"developer-nav-integ-headless-wecom-feishu": string;
|
|
15306
|
+
"developer-nav-integ-graphql-schema": string;
|
|
15307
|
+
"developer-nav-dev-guide-governor-limits": string;
|
|
15308
|
+
"developer-nav-dev-guide-rag-sec": string;
|
|
15309
|
+
"developer-nav-dev-guide-list-view-page": string;
|
|
15310
|
+
"developer-nav-dev-guide-record-home-page": string;
|
|
15311
|
+
"developer-nav-dev-guide-crud-operations": string;
|
|
15312
|
+
"developer-nav-dev-guide-headless-gateway": string;
|
|
15313
|
+
"developer-nav-dev-guide-rest-api-crud": string;
|
|
15314
|
+
"developer-nav-dev-guide-api-authentication": string;
|
|
15315
|
+
"developer-nav-dev-guide-visual-testing": string;
|
|
15316
|
+
"developer-nav-dev-guide-page-layout-model": string;
|
|
15317
|
+
"developer-nav-dev-guide-nestjs-module-structure": string;
|
|
15318
|
+
"developer-nav-dev-guide-swagger-docs": string;
|
|
15319
|
+
"developer-nav-dev-guide-guardrail": string;
|
|
15320
|
+
"developer-nav-dev-guide-navigation-sync": string;
|
|
15321
|
+
"developer-nav-ab-guardrail-config": string;
|
|
15322
|
+
"developer-nav-ab-testing-sandbox": string;
|
|
15323
|
+
"developer-nav-ab-version-rollback": string;
|
|
15324
|
+
"agent-builder-topics-tools": string;
|
|
15325
|
+
"user-nav-call-center-operations-agent-workbench-guide": string;
|
|
15326
|
+
"user-nav-reporting-insights-operating-metrics-guide": string;
|
|
15327
|
+
"user-nav-rpt-report-types-explained": string;
|
|
15328
|
+
"user-nav-rpt-dashboard-design-principles": string;
|
|
15329
|
+
"user-nav-report-builder-dashboard-complete": string;
|
|
15330
|
+
"user-nav-cc-call-crm-integration": string;
|
|
15331
|
+
"user-nav-cc-ivr-routing": string;
|
|
15332
|
+
"service-operations-servicebot": string;
|
|
15333
|
+
"api-playground": string;
|
|
15334
|
+
"ai-skills-tools": string;
|
|
15335
|
+
"admin-nav-admin-ch09-skills-tools": string;
|
|
15336
|
+
"admin-nav-admin-ch13-swagger-docs": string;
|
|
15337
|
+
"admin-nav-admin-ch08-flow-builder": string;
|
|
15338
|
+
"admin-nav-admin-ch13-rest-api-guide": string;
|
|
15339
|
+
"admin-nav-admin-ch13-graphql-api": string;
|
|
15340
|
+
"admin-nav-admin-ch09-agent-config": string;
|
|
15341
|
+
"admin-nav-admin-ch09-sop-behavior": string;
|
|
15342
|
+
"admin-nav-admin-ch06-record-detail-tabs": string;
|
|
15343
|
+
"admin-nav-admin-04-icon-rules": string;
|
|
15344
|
+
"admin-nav-admin-02-timezone-locale": string;
|
|
15345
|
+
"admin-nav-admin-03-org-model": string;
|
|
15346
|
+
"admin-nav-admin-04-role-nav-diff": string;
|
|
15347
|
+
"smart-cap": string;
|
|
15239
15348
|
};
|
|
15240
15349
|
guide: {
|
|
15241
15350
|
user: string;
|
|
@@ -18377,6 +18486,185 @@ export declare const locales: {
|
|
|
18377
18486
|
abortError: string;
|
|
18378
18487
|
};
|
|
18379
18488
|
platformAdmin: {
|
|
18489
|
+
ops: {
|
|
18490
|
+
common: {
|
|
18491
|
+
back: string;
|
|
18492
|
+
backToList: string;
|
|
18493
|
+
cancel: string;
|
|
18494
|
+
save: string;
|
|
18495
|
+
submit: string;
|
|
18496
|
+
view: string;
|
|
18497
|
+
details: string;
|
|
18498
|
+
workspace: string;
|
|
18499
|
+
plan: string;
|
|
18500
|
+
status: string;
|
|
18501
|
+
seats: string;
|
|
18502
|
+
cycle: string;
|
|
18503
|
+
created: string;
|
|
18504
|
+
amount: string;
|
|
18505
|
+
provider: string;
|
|
18506
|
+
risk: string;
|
|
18507
|
+
healthy: string;
|
|
18508
|
+
atRisk: string;
|
|
18509
|
+
critical: string;
|
|
18510
|
+
unknown: string;
|
|
18511
|
+
periodEnd: string;
|
|
18512
|
+
invoiceDate: string;
|
|
18513
|
+
billingPeriod: string;
|
|
18514
|
+
paymentStatus: string;
|
|
18515
|
+
overdue: string;
|
|
18516
|
+
noMatches: string;
|
|
18517
|
+
};
|
|
18518
|
+
dashboard: {
|
|
18519
|
+
title: string;
|
|
18520
|
+
description: string;
|
|
18521
|
+
tenantHealth: string;
|
|
18522
|
+
subscriptions: string;
|
|
18523
|
+
alertMessage: string;
|
|
18524
|
+
alertDescription: string;
|
|
18525
|
+
viewHealth: string;
|
|
18526
|
+
totalTenants: string;
|
|
18527
|
+
criticalHealthAlerts: string;
|
|
18528
|
+
overdueAndUnpaid: string;
|
|
18529
|
+
trendTitle: string;
|
|
18530
|
+
healthDistribution: string;
|
|
18531
|
+
alertCenter: string;
|
|
18532
|
+
noAlerts: string;
|
|
18533
|
+
renewalRisk: string;
|
|
18534
|
+
noRenewalRisk: string;
|
|
18535
|
+
tenantSnapshot: string;
|
|
18536
|
+
allTenants: string;
|
|
18537
|
+
alertSeverity: string;
|
|
18538
|
+
alertTitle: string;
|
|
18539
|
+
alertDescriptionColumn: string;
|
|
18540
|
+
action: string;
|
|
18541
|
+
urgent: string;
|
|
18542
|
+
watch: string;
|
|
18543
|
+
remainingDays: string;
|
|
18544
|
+
renewalStatus: string;
|
|
18545
|
+
noTrend: string;
|
|
18546
|
+
trendAria: string;
|
|
18547
|
+
healthAlertTitle: string;
|
|
18548
|
+
healthAlertDescription: string;
|
|
18549
|
+
renewalAlertTitle: string;
|
|
18550
|
+
renewalAlertDescription: string;
|
|
18551
|
+
invoiceAlertTitle: string;
|
|
18552
|
+
invoiceAlertDescription: string;
|
|
18553
|
+
};
|
|
18554
|
+
subscriptions: {
|
|
18555
|
+
create: string;
|
|
18556
|
+
searchPlaceholder: string;
|
|
18557
|
+
noSubscriptions: string;
|
|
18558
|
+
periodEnd: string;
|
|
18559
|
+
total: string;
|
|
18560
|
+
active: string;
|
|
18561
|
+
trialing: string;
|
|
18562
|
+
canceled: string;
|
|
18563
|
+
};
|
|
18564
|
+
provision: {
|
|
18565
|
+
successTitle: string;
|
|
18566
|
+
successMessage: string;
|
|
18567
|
+
failureMessage: string;
|
|
18568
|
+
viewTenant: string;
|
|
18569
|
+
customerNameRequired: string;
|
|
18570
|
+
adminUsernameRequired: string;
|
|
18571
|
+
adminUsernamePlaceholder: string;
|
|
18572
|
+
invalidUsername: string;
|
|
18573
|
+
adminEmailRequired: string;
|
|
18574
|
+
invalidEmail: string;
|
|
18575
|
+
invalidUuid: string;
|
|
18576
|
+
workspacePlaceholder: string;
|
|
18577
|
+
customerName: string;
|
|
18578
|
+
adminUsername: string;
|
|
18579
|
+
adminEmail: string;
|
|
18580
|
+
billingCycle: string;
|
|
18581
|
+
workspaceId: string;
|
|
18582
|
+
};
|
|
18583
|
+
tenantDetail: {
|
|
18584
|
+
updateSuccess: string;
|
|
18585
|
+
updateFailed: string;
|
|
18586
|
+
price: string;
|
|
18587
|
+
currentStart: string;
|
|
18588
|
+
currentEnd: string;
|
|
18589
|
+
extend: string;
|
|
18590
|
+
expiryDays: string;
|
|
18591
|
+
loginPerWeek: string;
|
|
18592
|
+
usageRatio: string;
|
|
18593
|
+
token: string;
|
|
18594
|
+
apiCalls: string;
|
|
18595
|
+
storage: string;
|
|
18596
|
+
};
|
|
18597
|
+
users: {
|
|
18598
|
+
title: string;
|
|
18599
|
+
registrationAccount: string;
|
|
18600
|
+
registrationAccountNotRecorded: string;
|
|
18601
|
+
searchPlaceholder: string;
|
|
18602
|
+
workspace: string;
|
|
18603
|
+
status: string;
|
|
18604
|
+
active: string;
|
|
18605
|
+
inactive: string;
|
|
18606
|
+
frozen: string;
|
|
18607
|
+
serviceAccount: string;
|
|
18608
|
+
role: string;
|
|
18609
|
+
lastLogin: string;
|
|
18610
|
+
viewDetail: string;
|
|
18611
|
+
backToList: string;
|
|
18612
|
+
notFound: string;
|
|
18613
|
+
resetPassword: string;
|
|
18614
|
+
resetPasswordConfirm: string;
|
|
18615
|
+
resetPasswordConfirmTitle: string;
|
|
18616
|
+
resetPasswordOkText: string;
|
|
18617
|
+
resetPasswordSuccessTitle: string;
|
|
18618
|
+
resetPasswordSuccessDesc: string;
|
|
18619
|
+
resetPasswordFailed: string;
|
|
18620
|
+
resetPasswordServiceAccount: string;
|
|
18621
|
+
editProfile: string;
|
|
18622
|
+
email: string;
|
|
18623
|
+
emailChangedSessionsRevoked: string;
|
|
18624
|
+
saveSuccess: string;
|
|
18625
|
+
saveFail: string;
|
|
18626
|
+
username: string;
|
|
18627
|
+
firstName: string;
|
|
18628
|
+
lastName: string;
|
|
18629
|
+
titleLabel: string;
|
|
18630
|
+
phone: string;
|
|
18631
|
+
locale: string;
|
|
18632
|
+
timeZone: string;
|
|
18633
|
+
isActive: string;
|
|
18634
|
+
impersonation: string;
|
|
18635
|
+
impersonationActive: string;
|
|
18636
|
+
impersonationNone: string;
|
|
18637
|
+
createdAt: string;
|
|
18638
|
+
};
|
|
18639
|
+
renewals: {
|
|
18640
|
+
invalidExtension: string;
|
|
18641
|
+
updateSuccess: string;
|
|
18642
|
+
days: string;
|
|
18643
|
+
renewal: string;
|
|
18644
|
+
lastPayment: string;
|
|
18645
|
+
edit: string;
|
|
18646
|
+
};
|
|
18647
|
+
billing: {
|
|
18648
|
+
invoiceStatus: string;
|
|
18649
|
+
outstanding: string;
|
|
18650
|
+
paid: string;
|
|
18651
|
+
noInvoices: string;
|
|
18652
|
+
period: string;
|
|
18653
|
+
};
|
|
18654
|
+
invoiceDetail: {
|
|
18655
|
+
invoiceId: string;
|
|
18656
|
+
lineItem: string;
|
|
18657
|
+
orgBaseFee: string;
|
|
18658
|
+
tokenCost: string;
|
|
18659
|
+
storageCost: string;
|
|
18660
|
+
usageSubtotal: string;
|
|
18661
|
+
};
|
|
18662
|
+
health: {
|
|
18663
|
+
expiryDays: string;
|
|
18664
|
+
loginPerWeek: string;
|
|
18665
|
+
usage: string;
|
|
18666
|
+
};
|
|
18667
|
+
};
|
|
18380
18668
|
impersonation: {
|
|
18381
18669
|
allowImpersonationDenied: string;
|
|
18382
18670
|
noTargetUser: string;
|
|
@@ -18497,6 +18785,8 @@ export declare const locales: {
|
|
|
18497
18785
|
deepseek: string;
|
|
18498
18786
|
tongyiDashscope: string;
|
|
18499
18787
|
doubao: string;
|
|
18788
|
+
zhipu: string;
|
|
18789
|
+
localMoe: string;
|
|
18500
18790
|
custom: string;
|
|
18501
18791
|
smtp: string;
|
|
18502
18792
|
ses: string;
|
|
@@ -18585,6 +18875,85 @@ export declare const locales: {
|
|
|
18585
18875
|
menuQueues: string;
|
|
18586
18876
|
menuCronJobs: string;
|
|
18587
18877
|
menuSystemLogs: string;
|
|
18878
|
+
providerControlPlaneUi: {
|
|
18879
|
+
family: {
|
|
18880
|
+
ai: string;
|
|
18881
|
+
telephony: string;
|
|
18882
|
+
channel: string;
|
|
18883
|
+
};
|
|
18884
|
+
guardrailAria: string;
|
|
18885
|
+
metricsAria: string;
|
|
18886
|
+
workbenchAria: string;
|
|
18887
|
+
recordsAria: string;
|
|
18888
|
+
riskTitle: string;
|
|
18889
|
+
contractGuarded: string;
|
|
18890
|
+
maskedAuditView: string;
|
|
18891
|
+
providerConfigs: string;
|
|
18892
|
+
orgPolicies: string;
|
|
18893
|
+
cancel: string;
|
|
18894
|
+
saveWithAudit: string;
|
|
18895
|
+
create: string;
|
|
18896
|
+
edit: string;
|
|
18897
|
+
bindPolicy: string;
|
|
18898
|
+
impactAria: string;
|
|
18899
|
+
impactPreview: string;
|
|
18900
|
+
impactDescription: string;
|
|
18901
|
+
tone: {
|
|
18902
|
+
success: string;
|
|
18903
|
+
warning: string;
|
|
18904
|
+
danger: string;
|
|
18905
|
+
info: string;
|
|
18906
|
+
neutral: string;
|
|
18907
|
+
};
|
|
18908
|
+
field: {
|
|
18909
|
+
key: string;
|
|
18910
|
+
label: string;
|
|
18911
|
+
kind: string;
|
|
18912
|
+
status: string;
|
|
18913
|
+
health: string;
|
|
18914
|
+
defaultModel: string;
|
|
18915
|
+
capabilities: string;
|
|
18916
|
+
secret: string;
|
|
18917
|
+
region: string;
|
|
18918
|
+
action: string;
|
|
18919
|
+
workspace: string;
|
|
18920
|
+
primaryProvider: string;
|
|
18921
|
+
routing: string;
|
|
18922
|
+
migration: string;
|
|
18923
|
+
fallbacks: string;
|
|
18924
|
+
channel: string;
|
|
18925
|
+
runtime: string;
|
|
18926
|
+
residency: string;
|
|
18927
|
+
providerSecret: string;
|
|
18928
|
+
webhookSecret: string;
|
|
18929
|
+
purpose: string;
|
|
18930
|
+
providerConfigKey: string;
|
|
18931
|
+
providerKind: string;
|
|
18932
|
+
priority: string;
|
|
18933
|
+
baseUrl: string;
|
|
18934
|
+
dataResidency: string;
|
|
18935
|
+
internalEndpoint: string;
|
|
18936
|
+
enabledCapabilities: string;
|
|
18937
|
+
modelListJson: string;
|
|
18938
|
+
metadataMaskedJson: string;
|
|
18939
|
+
migrationState: string;
|
|
18940
|
+
fallbackChainJson: string;
|
|
18941
|
+
modelPolicyJson: string;
|
|
18942
|
+
budgetPolicyJson: string;
|
|
18943
|
+
accountRefMasked: string;
|
|
18944
|
+
endpointMasked: string;
|
|
18945
|
+
senderIdentityJson: string;
|
|
18946
|
+
domainPolicyJson: string;
|
|
18947
|
+
suppressionPolicyJson: string;
|
|
18948
|
+
retryPolicyJson: string;
|
|
18949
|
+
rateLimitPolicyJson: string;
|
|
18950
|
+
senderPolicyJson: string;
|
|
18951
|
+
templateBoundaryPolicyJson: string;
|
|
18952
|
+
sendingLimitPolicyJson: string;
|
|
18953
|
+
compliancePolicyJson: string;
|
|
18954
|
+
featurePolicyJson: string;
|
|
18955
|
+
};
|
|
18956
|
+
};
|
|
18588
18957
|
aiProviderControlPlane: {
|
|
18589
18958
|
title: string;
|
|
18590
18959
|
subtitle: string;
|
|
@@ -18592,6 +18961,11 @@ export declare const locales: {
|
|
|
18592
18961
|
addProvider: string;
|
|
18593
18962
|
entryTitle: string;
|
|
18594
18963
|
entryDescription: string;
|
|
18964
|
+
apiKeyLabel: string;
|
|
18965
|
+
apiKeyKeepHint: string;
|
|
18966
|
+
apiKeyCreateHint: string;
|
|
18967
|
+
apiKeyRequired: string;
|
|
18968
|
+
apiKeyPlaceholder: string;
|
|
18595
18969
|
providerConfigs: string;
|
|
18596
18970
|
activeProviders: string;
|
|
18597
18971
|
orgPolicies: string;
|
|
@@ -18606,6 +18980,175 @@ export declare const locales: {
|
|
|
18606
18980
|
editPolicyModalTitle: string;
|
|
18607
18981
|
createPolicyModalTitle: string;
|
|
18608
18982
|
workspacePlaceholder: string;
|
|
18983
|
+
ui: {
|
|
18984
|
+
test: string;
|
|
18985
|
+
testAll: string;
|
|
18986
|
+
testProvider: string;
|
|
18987
|
+
editProvider: string;
|
|
18988
|
+
probeResults: string;
|
|
18989
|
+
result: string;
|
|
18990
|
+
passed: string;
|
|
18991
|
+
failed: string;
|
|
18992
|
+
latency: string;
|
|
18993
|
+
evidence: string;
|
|
18994
|
+
diagnostic: string;
|
|
18995
|
+
requestedModel: string;
|
|
18996
|
+
actualModel: string;
|
|
18997
|
+
modelConsistency: string;
|
|
18998
|
+
consistent: string;
|
|
18999
|
+
inconsistent: string;
|
|
19000
|
+
observedAt: string;
|
|
19001
|
+
actor: string;
|
|
19002
|
+
auditId: string;
|
|
19003
|
+
dimension: string;
|
|
19004
|
+
tokens: string;
|
|
19005
|
+
capability: {
|
|
19006
|
+
chat: string;
|
|
19007
|
+
embedding: string;
|
|
19008
|
+
vision: string;
|
|
19009
|
+
json: string;
|
|
19010
|
+
tool_calling: string;
|
|
19011
|
+
streaming: string;
|
|
19012
|
+
reasoning: string;
|
|
19013
|
+
};
|
|
19014
|
+
impact: {
|
|
19015
|
+
capabilityDelta: string;
|
|
19016
|
+
capabilityDeltaBody: string;
|
|
19017
|
+
secretSafety: string;
|
|
19018
|
+
secretSafetyBody: string;
|
|
19019
|
+
residencyReview: string;
|
|
19020
|
+
residencyReviewBody: string;
|
|
19021
|
+
affectedWorkspace: string;
|
|
19022
|
+
affectedWorkspaceBody: string;
|
|
19023
|
+
routingDelta: string;
|
|
19024
|
+
routingDeltaBody: string;
|
|
19025
|
+
auditTrail: string;
|
|
19026
|
+
auditTrailBody: string;
|
|
19027
|
+
};
|
|
19028
|
+
providerHealth: string;
|
|
19029
|
+
atRiskCount: string;
|
|
19030
|
+
activeCount: string;
|
|
19031
|
+
unknownHealthChecks: string;
|
|
19032
|
+
healthChecksVisible: string;
|
|
19033
|
+
policyCoverage: string;
|
|
19034
|
+
policyCoverageHelper: string;
|
|
19035
|
+
secretRotationRisk: string;
|
|
19036
|
+
configured: string;
|
|
19037
|
+
notConfigured: string;
|
|
19038
|
+
available: string;
|
|
19039
|
+
unavailable: string;
|
|
19040
|
+
notTested: string;
|
|
19041
|
+
gapCount: string;
|
|
19042
|
+
secretRotationHelper: string;
|
|
19043
|
+
fallbackRoutingRisk: string;
|
|
19044
|
+
covered: string;
|
|
19045
|
+
fallbackRoutingHelper: string;
|
|
19046
|
+
reliability: string;
|
|
19047
|
+
noDefaultModel: string;
|
|
19048
|
+
selectProviderReliability: string;
|
|
19049
|
+
modelRouting: string;
|
|
19050
|
+
modelRoutingBound: string;
|
|
19051
|
+
modelRoutingUnbound: string;
|
|
19052
|
+
capabilityCoverage: string;
|
|
19053
|
+
noCapabilities: string;
|
|
19054
|
+
wired: string;
|
|
19055
|
+
notWired: string;
|
|
19056
|
+
capabilityCatalogTitle: string;
|
|
19057
|
+
capabilityCatalogDescription: string;
|
|
19058
|
+
capabilityColumn: string;
|
|
19059
|
+
wiringColumn: string;
|
|
19060
|
+
runtimeConsumerColumn: string;
|
|
19061
|
+
noConsumer: string;
|
|
19062
|
+
noProviderSelected: string;
|
|
19063
|
+
modelResidency: string;
|
|
19064
|
+
noRegion: string;
|
|
19065
|
+
noResidencyPolicy: string;
|
|
19066
|
+
residencyUnavailable: string;
|
|
19067
|
+
noAiProviderSelected: string;
|
|
19068
|
+
providerKey: string;
|
|
19069
|
+
defaultModel: string;
|
|
19070
|
+
health: string;
|
|
19071
|
+
policyWorkspace: string;
|
|
19072
|
+
noPinnedPolicy: string;
|
|
19073
|
+
secret: string;
|
|
19074
|
+
updated: string;
|
|
19075
|
+
};
|
|
19076
|
+
};
|
|
19077
|
+
channelProviderControlPlane: {
|
|
19078
|
+
ui: {
|
|
19079
|
+
capability: {
|
|
19080
|
+
send_email: string;
|
|
19081
|
+
receive_email: string;
|
|
19082
|
+
send_sms: string;
|
|
19083
|
+
send_push: string;
|
|
19084
|
+
send_work_notice: string;
|
|
19085
|
+
in_app_notify: string;
|
|
19086
|
+
};
|
|
19087
|
+
purpose: {
|
|
19088
|
+
transactional: string;
|
|
19089
|
+
marketing: string;
|
|
19090
|
+
notification: string;
|
|
19091
|
+
workflow: string;
|
|
19092
|
+
servicebot: string;
|
|
19093
|
+
site_auth: string;
|
|
19094
|
+
inbound_case: string;
|
|
19095
|
+
in_app: string;
|
|
19096
|
+
mixed: string;
|
|
19097
|
+
};
|
|
19098
|
+
impact: {
|
|
19099
|
+
capabilityDelta: string;
|
|
19100
|
+
capabilityDeltaBody: string;
|
|
19101
|
+
secretSafety: string;
|
|
19102
|
+
secretSafetyBody: string;
|
|
19103
|
+
deliveryControls: string;
|
|
19104
|
+
deliveryControlsBody: string;
|
|
19105
|
+
affectedWorkspace: string;
|
|
19106
|
+
affectedWorkspaceBody: string;
|
|
19107
|
+
policyDelta: string;
|
|
19108
|
+
policyDeltaBody: string;
|
|
19109
|
+
auditTrail: string;
|
|
19110
|
+
auditTrailBody: string;
|
|
19111
|
+
};
|
|
19112
|
+
title: string;
|
|
19113
|
+
providerHealth: string;
|
|
19114
|
+
atRiskCount: string;
|
|
19115
|
+
activeCount: string;
|
|
19116
|
+
unknownDeliveryHealth: string;
|
|
19117
|
+
governedSenderCount: string;
|
|
19118
|
+
policyCoverage: string;
|
|
19119
|
+
policyCoverageHelper: string;
|
|
19120
|
+
secretRotationRisk: string;
|
|
19121
|
+
configured: string;
|
|
19122
|
+
notConfigured: string;
|
|
19123
|
+
gapCount: string;
|
|
19124
|
+
secretRotationHelper: string;
|
|
19125
|
+
fallbackRoutingRisk: string;
|
|
19126
|
+
pinned: string;
|
|
19127
|
+
fallbackRoutingHelper: string;
|
|
19128
|
+
reliability: string;
|
|
19129
|
+
channel: string;
|
|
19130
|
+
selectChannelProvider: string;
|
|
19131
|
+
senderIdentity: string;
|
|
19132
|
+
domainOwnershipUnset: string;
|
|
19133
|
+
noProviderSelected: string;
|
|
19134
|
+
deliveryPolicy: string;
|
|
19135
|
+
deliveryPolicyBound: string;
|
|
19136
|
+
deliveryPolicyUnbound: string;
|
|
19137
|
+
deliveryReliability: string;
|
|
19138
|
+
noRegion: string;
|
|
19139
|
+
noResidencyPolicy: string;
|
|
19140
|
+
noHealthMessage: string;
|
|
19141
|
+
deliveryReliabilityUnavailable: string;
|
|
19142
|
+
noChannelProviderSelected: string;
|
|
19143
|
+
providerKey: string;
|
|
19144
|
+
providerKind: string;
|
|
19145
|
+
policyWorkspace: string;
|
|
19146
|
+
noPinnedPolicy: string;
|
|
19147
|
+
providerSecret: string;
|
|
19148
|
+
webhookSecret: string;
|
|
19149
|
+
updated: string;
|
|
19150
|
+
notWired: string;
|
|
19151
|
+
};
|
|
18609
19152
|
};
|
|
18610
19153
|
telephonyProviderControlPlane: {
|
|
18611
19154
|
title: string;
|
|
@@ -19895,6 +20438,20 @@ export declare const locales: {
|
|
|
19895
20438
|
brandFull: string;
|
|
19896
20439
|
openNavAria: string;
|
|
19897
20440
|
searchPlaceholder: string;
|
|
20441
|
+
searchAria: string;
|
|
20442
|
+
openSearchAria: string;
|
|
20443
|
+
searchResultsAria: string;
|
|
20444
|
+
searchTitle: string;
|
|
20445
|
+
searchLoading: string;
|
|
20446
|
+
searchError: string;
|
|
20447
|
+
searchPartial: string;
|
|
20448
|
+
searchEmpty: string;
|
|
20449
|
+
searchHint: string;
|
|
20450
|
+
searchGroup: {
|
|
20451
|
+
agent: string;
|
|
20452
|
+
testCase: string;
|
|
20453
|
+
knowledge: string;
|
|
20454
|
+
};
|
|
19898
20455
|
settingsLinkTitle: string;
|
|
19899
20456
|
brandInitial: string;
|
|
19900
20457
|
embeddedHomeLabel: string;
|
|
@@ -20006,6 +20563,40 @@ export declare const locales: {
|
|
|
20006
20563
|
learned_pattern: string;
|
|
20007
20564
|
behavior_event: string;
|
|
20008
20565
|
};
|
|
20566
|
+
behaviorEventType: {
|
|
20567
|
+
execution_started: string;
|
|
20568
|
+
user_input_received: string;
|
|
20569
|
+
context_retrieved: string;
|
|
20570
|
+
knowledge_retrieved: string;
|
|
20571
|
+
agent_output_generated: string;
|
|
20572
|
+
tool_call_started: string;
|
|
20573
|
+
tool_call_completed: string;
|
|
20574
|
+
tool_call_failed: string;
|
|
20575
|
+
policy_checked: string;
|
|
20576
|
+
guardrail_triggered: string;
|
|
20577
|
+
approval_requested: string;
|
|
20578
|
+
approval_approved: string;
|
|
20579
|
+
approval_rejected: string;
|
|
20580
|
+
human_edit_applied: string;
|
|
20581
|
+
human_handoff_triggered: string;
|
|
20582
|
+
execution_completed: string;
|
|
20583
|
+
execution_failed: string;
|
|
20584
|
+
outcome_verified: string;
|
|
20585
|
+
feedback_received: string;
|
|
20586
|
+
learning_signal_generated: string;
|
|
20587
|
+
improvement_recommendation_generated: string;
|
|
20588
|
+
};
|
|
20589
|
+
evidenceDrawerField: {
|
|
20590
|
+
eventType: string;
|
|
20591
|
+
sourceEvent: string;
|
|
20592
|
+
signal: string;
|
|
20593
|
+
recommendation: string;
|
|
20594
|
+
redaction: string;
|
|
20595
|
+
observedAt: string;
|
|
20596
|
+
summary: string;
|
|
20597
|
+
copyId: string;
|
|
20598
|
+
idCopied: string;
|
|
20599
|
+
};
|
|
20009
20600
|
signalType: {
|
|
20010
20601
|
successful_behavior_pattern: string;
|
|
20011
20602
|
failed_behavior_pattern: string;
|
|
@@ -21319,26 +21910,26 @@ export declare const locales: {
|
|
|
21319
21910
|
builderDescriptionPlaceholder: string;
|
|
21320
21911
|
builderIconPlaceholder: string;
|
|
21321
21912
|
avatarPresets: {
|
|
21322
|
-
|
|
21323
|
-
|
|
21324
|
-
|
|
21325
|
-
|
|
21326
|
-
|
|
21327
|
-
|
|
21328
|
-
|
|
21329
|
-
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21333
|
-
|
|
21334
|
-
|
|
21335
|
-
|
|
21336
|
-
|
|
21337
|
-
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
|
|
21913
|
+
"revenue-strategist": string;
|
|
21914
|
+
"customer-success": string;
|
|
21915
|
+
"finance-analyst": string;
|
|
21916
|
+
"operations-planner": string;
|
|
21917
|
+
"compliance-guardian": string;
|
|
21918
|
+
"supply-chain-coordinator": string;
|
|
21919
|
+
"marketing-growth": string;
|
|
21920
|
+
"data-scientist": string;
|
|
21921
|
+
"hr-talent-partner": string;
|
|
21922
|
+
"field-service-coordinator": string;
|
|
21923
|
+
"product-manager": string;
|
|
21924
|
+
"project-coordinator": string;
|
|
21925
|
+
"healthcare-account-advisor": string;
|
|
21926
|
+
"manufacturing-quality": string;
|
|
21927
|
+
"retail-operations": string;
|
|
21928
|
+
"partner-channel-manager": string;
|
|
21929
|
+
"procurement-negotiator": string;
|
|
21930
|
+
"legal-contract-reviewer": string;
|
|
21931
|
+
"training-coach": string;
|
|
21932
|
+
"executive-assistant": string;
|
|
21342
21933
|
};
|
|
21343
21934
|
builderEmptyDescription: string;
|
|
21344
21935
|
builderGovernedTag: string;
|
|
@@ -21658,6 +22249,15 @@ export declare const locales: {
|
|
|
21658
22249
|
templateNoBehaviorEvidence: string;
|
|
21659
22250
|
templateRedactionPolicyUseOnly: string;
|
|
21660
22251
|
templateTurnPatternIntoTemplate: string;
|
|
22252
|
+
impactChipTooltip: string;
|
|
22253
|
+
confidenceChipTooltip: string;
|
|
22254
|
+
riskChipTooltip: string;
|
|
22255
|
+
draftIntroHint: string;
|
|
22256
|
+
runSimulation: string;
|
|
22257
|
+
runSimulationTooltip: string;
|
|
22258
|
+
runSimulationSuccess: string;
|
|
22259
|
+
runSimulationFailed: string;
|
|
22260
|
+
simulationBlockersLabel: string;
|
|
21661
22261
|
};
|
|
21662
22262
|
costRoiTitle: string;
|
|
21663
22263
|
costRoiRealData: string;
|
|
@@ -22674,6 +23274,20 @@ export declare const locales: {
|
|
|
22674
23274
|
passwordChangeSuccess: string;
|
|
22675
23275
|
passwordChangeFailed: string;
|
|
22676
23276
|
currentPasswordWrong: string;
|
|
23277
|
+
mfaTitle: string;
|
|
23278
|
+
mfaDescription: string;
|
|
23279
|
+
mfaBindAuthenticator: string;
|
|
23280
|
+
mfaSecretWarning: string;
|
|
23281
|
+
mfaQrAlt: string;
|
|
23282
|
+
mfaManualSecret: string;
|
|
23283
|
+
mfaCodePlaceholder: string;
|
|
23284
|
+
mfaVerify: string;
|
|
23285
|
+
mfaEnabled: string;
|
|
23286
|
+
mfaEnabledDesc: string;
|
|
23287
|
+
mfaCodeInvalid: string;
|
|
23288
|
+
mfaLoadFailed: string;
|
|
23289
|
+
mfaSetupFailed: string;
|
|
23290
|
+
mfaVerifyFailed: string;
|
|
22677
23291
|
activeSessions: string;
|
|
22678
23292
|
activeSessionsDesc: string;
|
|
22679
23293
|
currentSession: string;
|
|
@@ -26269,11 +26883,11 @@ export declare const locales: {
|
|
|
26269
26883
|
segment: string;
|
|
26270
26884
|
};
|
|
26271
26885
|
timezone: {
|
|
26272
|
-
|
|
26273
|
-
|
|
26274
|
-
|
|
26275
|
-
|
|
26276
|
-
|
|
26886
|
+
"Asia/Shanghai": string;
|
|
26887
|
+
"Asia/Tokyo": string;
|
|
26888
|
+
"America/New_York": string;
|
|
26889
|
+
"America/Los_Angeles": string;
|
|
26890
|
+
"Europe/London": string;
|
|
26277
26891
|
};
|
|
26278
26892
|
};
|
|
26279
26893
|
};
|
|
@@ -27151,25 +27765,25 @@ export declare const locales: {
|
|
|
27151
27765
|
tagCampaign: string;
|
|
27152
27766
|
tagBindTemplateAndListFirst: string;
|
|
27153
27767
|
templateOption: {
|
|
27154
|
-
|
|
27155
|
-
|
|
27156
|
-
|
|
27157
|
-
|
|
27768
|
+
"starter-welcome": string;
|
|
27769
|
+
"starter-launch": string;
|
|
27770
|
+
"starter-reactivation": string;
|
|
27771
|
+
"starter-webinar": string;
|
|
27158
27772
|
};
|
|
27159
27773
|
recipientListOption: {
|
|
27160
|
-
|
|
27161
|
-
|
|
27162
|
-
|
|
27774
|
+
"list-high-intent": string;
|
|
27775
|
+
"list-webinar": string;
|
|
27776
|
+
"list-vip": string;
|
|
27163
27777
|
};
|
|
27164
27778
|
starterTemplateSubject: {
|
|
27165
|
-
|
|
27166
|
-
|
|
27167
|
-
|
|
27779
|
+
"starter-welcome": string;
|
|
27780
|
+
"starter-reactivation": string;
|
|
27781
|
+
"starter-webinar": string;
|
|
27168
27782
|
};
|
|
27169
27783
|
recipientListPageDefaults: {
|
|
27170
|
-
|
|
27171
|
-
|
|
27172
|
-
|
|
27784
|
+
"list-high-intent": string;
|
|
27785
|
+
"list-reactivation": string;
|
|
27786
|
+
"list-vip-retail": string;
|
|
27173
27787
|
};
|
|
27174
27788
|
createTitle: string;
|
|
27175
27789
|
createSubtitle: string;
|
|
@@ -28381,6 +28995,89 @@ export declare const locales: {
|
|
|
28381
28995
|
legacyMigrationDesc: string;
|
|
28382
28996
|
legacyTrustTitle: string;
|
|
28383
28997
|
};
|
|
28998
|
+
cognitiveForm: {
|
|
28999
|
+
candidateOnlyTitle: string;
|
|
29000
|
+
candidateOnlyDesc: string;
|
|
29001
|
+
saveCandidate: string;
|
|
29002
|
+
candidateSaved: string;
|
|
29003
|
+
candidateSaveFailed: string;
|
|
29004
|
+
noContractTitle: string;
|
|
29005
|
+
noProactiveTitle: string;
|
|
29006
|
+
noContextMemoryTitle: string;
|
|
29007
|
+
noContractDesc: string;
|
|
29008
|
+
contractIdLabel: string;
|
|
29009
|
+
contractRevisionLabel: string;
|
|
29010
|
+
missionLabel: string;
|
|
29011
|
+
missionPlaceholder: string;
|
|
29012
|
+
stakeholdersTitle: string;
|
|
29013
|
+
stakeholderCode: string;
|
|
29014
|
+
stakeholderRolePlaceholder: string;
|
|
29015
|
+
addStakeholder: string;
|
|
29016
|
+
scopeTitle: string;
|
|
29017
|
+
scopeIncludedLabel: string;
|
|
29018
|
+
scopeIncludedPlaceholder: string;
|
|
29019
|
+
scopeExcludedLabel: string;
|
|
29020
|
+
scopeExcludedPlaceholder: string;
|
|
29021
|
+
criteriaTitle: string;
|
|
29022
|
+
addCriterion: string;
|
|
29023
|
+
hardGate: string;
|
|
29024
|
+
softMetric: string;
|
|
29025
|
+
criterionCodeLabel: string;
|
|
29026
|
+
criterionKindLabel: string;
|
|
29027
|
+
criterionPhaseLabel: string;
|
|
29028
|
+
criterionHardGateLabel: string;
|
|
29029
|
+
criterionHardGateTip: string;
|
|
29030
|
+
criterionDirectionLabel: string;
|
|
29031
|
+
criterionTargetValueLabel: string;
|
|
29032
|
+
criterionTargetUnitLabel: string;
|
|
29033
|
+
criterionSoftWeightLabel: string;
|
|
29034
|
+
criterionSoftWeightTip: string;
|
|
29035
|
+
evaluatorKeyLabel: string;
|
|
29036
|
+
evidenceKindsLabel: string;
|
|
29037
|
+
missingPolicyLabel: string;
|
|
29038
|
+
budgetsAndPolicyTitle: string;
|
|
29039
|
+
budgetMaxCostLabel: string;
|
|
29040
|
+
budgetMaxLatencyLabel: string;
|
|
29041
|
+
conflictPolicyLabel: string;
|
|
29042
|
+
reviewRequiredLabel: string;
|
|
29043
|
+
yes: string;
|
|
29044
|
+
no: string;
|
|
29045
|
+
proactiveModeLabel: string;
|
|
29046
|
+
proactiveModeTip: string;
|
|
29047
|
+
maxEffectiveRiskLabel: string;
|
|
29048
|
+
maxCausalDepthLabel: string;
|
|
29049
|
+
maxCausalDepthTip: string;
|
|
29050
|
+
budgetPolicyRefLabel: string;
|
|
29051
|
+
wakeSourcesLabel: string;
|
|
29052
|
+
actionAllowlistTitle: string;
|
|
29053
|
+
addAction: string;
|
|
29054
|
+
toolNamePlaceholder: string;
|
|
29055
|
+
flowKeyPlaceholder: string;
|
|
29056
|
+
narrowingCapsTitle: string;
|
|
29057
|
+
capWakesPerDay: string;
|
|
29058
|
+
capProposalsPerDay: string;
|
|
29059
|
+
capMaxOpenProposals: string;
|
|
29060
|
+
capCostPerDay: string;
|
|
29061
|
+
thresholdsTitle: string;
|
|
29062
|
+
minExpectedValueLabel: string;
|
|
29063
|
+
minConfidenceLabel: string;
|
|
29064
|
+
maxUncertaintyLabel: string;
|
|
29065
|
+
cooldownSecondsLabel: string;
|
|
29066
|
+
a3LockedTitle: string;
|
|
29067
|
+
a3LockedDesc: string;
|
|
29068
|
+
a3LockedBadge: string;
|
|
29069
|
+
contextPolicyReadonlyTitle: string;
|
|
29070
|
+
memoryPolicyTitle: string;
|
|
29071
|
+
memoryEnabledLabel: string;
|
|
29072
|
+
activationModeLabel: string;
|
|
29073
|
+
allowedCategoriesLabel: string;
|
|
29074
|
+
requireFinalEvaluationLabel: string;
|
|
29075
|
+
defaultTtlDaysLabel: string;
|
|
29076
|
+
maximumTtlDaysLabel: string;
|
|
29077
|
+
allowLegacyReadThroughLabel: string;
|
|
29078
|
+
restrictedSensitivityLabel: string;
|
|
29079
|
+
restrictedSensitivityTip: string;
|
|
29080
|
+
};
|
|
28384
29081
|
builderSectionRail: string;
|
|
28385
29082
|
builderSelectTopic: string;
|
|
28386
29083
|
builderSelectTopicDesc: string;
|
|
@@ -28438,6 +29135,9 @@ export declare const locales: {
|
|
|
28438
29135
|
generateExampleFailed: string;
|
|
28439
29136
|
generateExamplePrompt: string;
|
|
28440
29137
|
generatePreviewSample: string;
|
|
29138
|
+
starterPromptsEmpty: string;
|
|
29139
|
+
starterPromptPickerTitle: string;
|
|
29140
|
+
starterPromptPickerHint: string;
|
|
28441
29141
|
generated: string;
|
|
28442
29142
|
guardCount: string;
|
|
28443
29143
|
guardIdsOnly: string;
|
|
@@ -35117,11 +35817,11 @@ export declare const locales: {
|
|
|
35117
35817
|
noDetail: string;
|
|
35118
35818
|
quickAction: string;
|
|
35119
35819
|
quickActionLabel: {
|
|
35120
|
-
|
|
35121
|
-
|
|
35122
|
-
|
|
35123
|
-
|
|
35124
|
-
|
|
35820
|
+
"new-account": string;
|
|
35821
|
+
"new-contact": string;
|
|
35822
|
+
"new-opportunity": string;
|
|
35823
|
+
"new-lead": string;
|
|
35824
|
+
"new-task": string;
|
|
35125
35825
|
};
|
|
35126
35826
|
noMatch: string;
|
|
35127
35827
|
searchPlaceholder: string;
|
|
@@ -36073,58 +36773,58 @@ export declare const locales: {
|
|
|
36073
36773
|
dataReadWrite: string;
|
|
36074
36774
|
};
|
|
36075
36775
|
navTitleOverrides: {
|
|
36076
|
-
|
|
36077
|
-
|
|
36078
|
-
|
|
36079
|
-
|
|
36080
|
-
|
|
36081
|
-
|
|
36082
|
-
|
|
36083
|
-
|
|
36084
|
-
|
|
36085
|
-
|
|
36086
|
-
|
|
36087
|
-
|
|
36088
|
-
|
|
36089
|
-
|
|
36090
|
-
|
|
36091
|
-
|
|
36092
|
-
|
|
36093
|
-
|
|
36094
|
-
|
|
36095
|
-
|
|
36096
|
-
|
|
36097
|
-
|
|
36098
|
-
|
|
36099
|
-
|
|
36100
|
-
|
|
36101
|
-
|
|
36102
|
-
|
|
36103
|
-
|
|
36104
|
-
|
|
36105
|
-
|
|
36106
|
-
|
|
36107
|
-
|
|
36108
|
-
|
|
36109
|
-
|
|
36110
|
-
|
|
36111
|
-
|
|
36112
|
-
|
|
36113
|
-
|
|
36114
|
-
|
|
36115
|
-
|
|
36116
|
-
|
|
36117
|
-
|
|
36118
|
-
|
|
36119
|
-
|
|
36120
|
-
|
|
36121
|
-
|
|
36122
|
-
|
|
36123
|
-
|
|
36124
|
-
|
|
36125
|
-
|
|
36126
|
-
|
|
36127
|
-
|
|
36776
|
+
"user-nav-getting-started-first-day-workbench": string;
|
|
36777
|
+
"user-nav-gs-batch-operations": string;
|
|
36778
|
+
"user-nav-gs-create-first-records": string;
|
|
36779
|
+
"user-nav-testarticle1774945298863": string;
|
|
36780
|
+
"agent-builder": string;
|
|
36781
|
+
"dev-best-practices": string;
|
|
36782
|
+
"developer-nav-dev-guide-terminology-mapping": string;
|
|
36783
|
+
"developer-nav-integ-api-webhook-oauth2-guide": string;
|
|
36784
|
+
"developer-nav-integration-development-open-platform-guide": string;
|
|
36785
|
+
"developer-nav-integ-headless-wecom-feishu": string;
|
|
36786
|
+
"developer-nav-integ-graphql-schema": string;
|
|
36787
|
+
"developer-nav-dev-guide-governor-limits": string;
|
|
36788
|
+
"developer-nav-dev-guide-rag-sec": string;
|
|
36789
|
+
"developer-nav-dev-guide-list-view-page": string;
|
|
36790
|
+
"developer-nav-dev-guide-record-home-page": string;
|
|
36791
|
+
"developer-nav-dev-guide-crud-operations": string;
|
|
36792
|
+
"developer-nav-dev-guide-headless-gateway": string;
|
|
36793
|
+
"developer-nav-dev-guide-rest-api-crud": string;
|
|
36794
|
+
"developer-nav-dev-guide-api-authentication": string;
|
|
36795
|
+
"developer-nav-dev-guide-visual-testing": string;
|
|
36796
|
+
"developer-nav-dev-guide-page-layout-model": string;
|
|
36797
|
+
"developer-nav-dev-guide-nestjs-module-structure": string;
|
|
36798
|
+
"developer-nav-dev-guide-swagger-docs": string;
|
|
36799
|
+
"developer-nav-dev-guide-guardrail": string;
|
|
36800
|
+
"developer-nav-dev-guide-navigation-sync": string;
|
|
36801
|
+
"developer-nav-ab-guardrail-config": string;
|
|
36802
|
+
"developer-nav-ab-testing-sandbox": string;
|
|
36803
|
+
"developer-nav-ab-version-rollback": string;
|
|
36804
|
+
"agent-builder-topics-tools": string;
|
|
36805
|
+
"user-nav-call-center-operations-agent-workbench-guide": string;
|
|
36806
|
+
"user-nav-reporting-insights-operating-metrics-guide": string;
|
|
36807
|
+
"user-nav-rpt-report-types-explained": string;
|
|
36808
|
+
"user-nav-rpt-dashboard-design-principles": string;
|
|
36809
|
+
"user-nav-report-builder-dashboard-complete": string;
|
|
36810
|
+
"user-nav-cc-call-crm-integration": string;
|
|
36811
|
+
"user-nav-cc-ivr-routing": string;
|
|
36812
|
+
"service-operations-servicebot": string;
|
|
36813
|
+
"api-playground": string;
|
|
36814
|
+
"ai-skills-tools": string;
|
|
36815
|
+
"admin-nav-admin-ch09-skills-tools": string;
|
|
36816
|
+
"admin-nav-admin-ch13-swagger-docs": string;
|
|
36817
|
+
"admin-nav-admin-ch08-flow-builder": string;
|
|
36818
|
+
"admin-nav-admin-ch13-rest-api-guide": string;
|
|
36819
|
+
"admin-nav-admin-ch13-graphql-api": string;
|
|
36820
|
+
"admin-nav-admin-ch09-agent-config": string;
|
|
36821
|
+
"admin-nav-admin-ch09-sop-behavior": string;
|
|
36822
|
+
"admin-nav-admin-ch06-record-detail-tabs": string;
|
|
36823
|
+
"admin-nav-admin-04-icon-rules": string;
|
|
36824
|
+
"admin-nav-admin-02-timezone-locale": string;
|
|
36825
|
+
"admin-nav-admin-03-org-model": string;
|
|
36826
|
+
"admin-nav-admin-04-role-nav-diff": string;
|
|
36827
|
+
"smart-cap": string;
|
|
36128
36828
|
};
|
|
36129
36829
|
guide: {
|
|
36130
36830
|
user: string;
|
|
@@ -39268,6 +39968,185 @@ export declare const locales: {
|
|
|
39268
39968
|
abortError: string;
|
|
39269
39969
|
};
|
|
39270
39970
|
platformAdmin: {
|
|
39971
|
+
ops: {
|
|
39972
|
+
common: {
|
|
39973
|
+
back: string;
|
|
39974
|
+
backToList: string;
|
|
39975
|
+
cancel: string;
|
|
39976
|
+
save: string;
|
|
39977
|
+
submit: string;
|
|
39978
|
+
view: string;
|
|
39979
|
+
details: string;
|
|
39980
|
+
workspace: string;
|
|
39981
|
+
plan: string;
|
|
39982
|
+
status: string;
|
|
39983
|
+
seats: string;
|
|
39984
|
+
cycle: string;
|
|
39985
|
+
created: string;
|
|
39986
|
+
amount: string;
|
|
39987
|
+
provider: string;
|
|
39988
|
+
risk: string;
|
|
39989
|
+
healthy: string;
|
|
39990
|
+
atRisk: string;
|
|
39991
|
+
critical: string;
|
|
39992
|
+
unknown: string;
|
|
39993
|
+
periodEnd: string;
|
|
39994
|
+
invoiceDate: string;
|
|
39995
|
+
billingPeriod: string;
|
|
39996
|
+
paymentStatus: string;
|
|
39997
|
+
overdue: string;
|
|
39998
|
+
noMatches: string;
|
|
39999
|
+
};
|
|
40000
|
+
dashboard: {
|
|
40001
|
+
title: string;
|
|
40002
|
+
description: string;
|
|
40003
|
+
tenantHealth: string;
|
|
40004
|
+
subscriptions: string;
|
|
40005
|
+
alertMessage: string;
|
|
40006
|
+
alertDescription: string;
|
|
40007
|
+
viewHealth: string;
|
|
40008
|
+
totalTenants: string;
|
|
40009
|
+
criticalHealthAlerts: string;
|
|
40010
|
+
overdueAndUnpaid: string;
|
|
40011
|
+
trendTitle: string;
|
|
40012
|
+
healthDistribution: string;
|
|
40013
|
+
alertCenter: string;
|
|
40014
|
+
noAlerts: string;
|
|
40015
|
+
renewalRisk: string;
|
|
40016
|
+
noRenewalRisk: string;
|
|
40017
|
+
tenantSnapshot: string;
|
|
40018
|
+
allTenants: string;
|
|
40019
|
+
alertSeverity: string;
|
|
40020
|
+
alertTitle: string;
|
|
40021
|
+
alertDescriptionColumn: string;
|
|
40022
|
+
action: string;
|
|
40023
|
+
urgent: string;
|
|
40024
|
+
watch: string;
|
|
40025
|
+
remainingDays: string;
|
|
40026
|
+
renewalStatus: string;
|
|
40027
|
+
noTrend: string;
|
|
40028
|
+
trendAria: string;
|
|
40029
|
+
healthAlertTitle: string;
|
|
40030
|
+
healthAlertDescription: string;
|
|
40031
|
+
renewalAlertTitle: string;
|
|
40032
|
+
renewalAlertDescription: string;
|
|
40033
|
+
invoiceAlertTitle: string;
|
|
40034
|
+
invoiceAlertDescription: string;
|
|
40035
|
+
};
|
|
40036
|
+
subscriptions: {
|
|
40037
|
+
create: string;
|
|
40038
|
+
searchPlaceholder: string;
|
|
40039
|
+
noSubscriptions: string;
|
|
40040
|
+
periodEnd: string;
|
|
40041
|
+
total: string;
|
|
40042
|
+
active: string;
|
|
40043
|
+
trialing: string;
|
|
40044
|
+
canceled: string;
|
|
40045
|
+
};
|
|
40046
|
+
provision: {
|
|
40047
|
+
successTitle: string;
|
|
40048
|
+
successMessage: string;
|
|
40049
|
+
failureMessage: string;
|
|
40050
|
+
viewTenant: string;
|
|
40051
|
+
customerNameRequired: string;
|
|
40052
|
+
adminUsernameRequired: string;
|
|
40053
|
+
adminUsernamePlaceholder: string;
|
|
40054
|
+
invalidUsername: string;
|
|
40055
|
+
adminEmailRequired: string;
|
|
40056
|
+
invalidEmail: string;
|
|
40057
|
+
invalidUuid: string;
|
|
40058
|
+
workspacePlaceholder: string;
|
|
40059
|
+
customerName: string;
|
|
40060
|
+
adminUsername: string;
|
|
40061
|
+
adminEmail: string;
|
|
40062
|
+
billingCycle: string;
|
|
40063
|
+
workspaceId: string;
|
|
40064
|
+
};
|
|
40065
|
+
tenantDetail: {
|
|
40066
|
+
updateSuccess: string;
|
|
40067
|
+
updateFailed: string;
|
|
40068
|
+
price: string;
|
|
40069
|
+
currentStart: string;
|
|
40070
|
+
currentEnd: string;
|
|
40071
|
+
extend: string;
|
|
40072
|
+
expiryDays: string;
|
|
40073
|
+
loginPerWeek: string;
|
|
40074
|
+
usageRatio: string;
|
|
40075
|
+
token: string;
|
|
40076
|
+
apiCalls: string;
|
|
40077
|
+
storage: string;
|
|
40078
|
+
};
|
|
40079
|
+
users: {
|
|
40080
|
+
title: string;
|
|
40081
|
+
registrationAccount: string;
|
|
40082
|
+
registrationAccountNotRecorded: string;
|
|
40083
|
+
searchPlaceholder: string;
|
|
40084
|
+
workspace: string;
|
|
40085
|
+
status: string;
|
|
40086
|
+
active: string;
|
|
40087
|
+
inactive: string;
|
|
40088
|
+
frozen: string;
|
|
40089
|
+
serviceAccount: string;
|
|
40090
|
+
role: string;
|
|
40091
|
+
lastLogin: string;
|
|
40092
|
+
viewDetail: string;
|
|
40093
|
+
backToList: string;
|
|
40094
|
+
notFound: string;
|
|
40095
|
+
resetPassword: string;
|
|
40096
|
+
resetPasswordConfirm: string;
|
|
40097
|
+
resetPasswordConfirmTitle: string;
|
|
40098
|
+
resetPasswordOkText: string;
|
|
40099
|
+
resetPasswordSuccessTitle: string;
|
|
40100
|
+
resetPasswordSuccessDesc: string;
|
|
40101
|
+
resetPasswordFailed: string;
|
|
40102
|
+
resetPasswordServiceAccount: string;
|
|
40103
|
+
editProfile: string;
|
|
40104
|
+
email: string;
|
|
40105
|
+
emailChangedSessionsRevoked: string;
|
|
40106
|
+
saveSuccess: string;
|
|
40107
|
+
saveFail: string;
|
|
40108
|
+
username: string;
|
|
40109
|
+
firstName: string;
|
|
40110
|
+
lastName: string;
|
|
40111
|
+
titleLabel: string;
|
|
40112
|
+
phone: string;
|
|
40113
|
+
locale: string;
|
|
40114
|
+
timeZone: string;
|
|
40115
|
+
isActive: string;
|
|
40116
|
+
impersonation: string;
|
|
40117
|
+
impersonationActive: string;
|
|
40118
|
+
impersonationNone: string;
|
|
40119
|
+
createdAt: string;
|
|
40120
|
+
};
|
|
40121
|
+
renewals: {
|
|
40122
|
+
invalidExtension: string;
|
|
40123
|
+
updateSuccess: string;
|
|
40124
|
+
days: string;
|
|
40125
|
+
renewal: string;
|
|
40126
|
+
lastPayment: string;
|
|
40127
|
+
edit: string;
|
|
40128
|
+
};
|
|
40129
|
+
billing: {
|
|
40130
|
+
invoiceStatus: string;
|
|
40131
|
+
outstanding: string;
|
|
40132
|
+
paid: string;
|
|
40133
|
+
noInvoices: string;
|
|
40134
|
+
period: string;
|
|
40135
|
+
};
|
|
40136
|
+
invoiceDetail: {
|
|
40137
|
+
invoiceId: string;
|
|
40138
|
+
lineItem: string;
|
|
40139
|
+
orgBaseFee: string;
|
|
40140
|
+
tokenCost: string;
|
|
40141
|
+
storageCost: string;
|
|
40142
|
+
usageSubtotal: string;
|
|
40143
|
+
};
|
|
40144
|
+
health: {
|
|
40145
|
+
expiryDays: string;
|
|
40146
|
+
loginPerWeek: string;
|
|
40147
|
+
usage: string;
|
|
40148
|
+
};
|
|
40149
|
+
};
|
|
39271
40150
|
impersonation: {
|
|
39272
40151
|
allowImpersonationDenied: string;
|
|
39273
40152
|
noTargetUser: string;
|
|
@@ -39388,6 +40267,8 @@ export declare const locales: {
|
|
|
39388
40267
|
deepseek: string;
|
|
39389
40268
|
tongyiDashscope: string;
|
|
39390
40269
|
doubao: string;
|
|
40270
|
+
zhipu: string;
|
|
40271
|
+
localMoe: string;
|
|
39391
40272
|
custom: string;
|
|
39392
40273
|
smtp: string;
|
|
39393
40274
|
ses: string;
|
|
@@ -39476,6 +40357,85 @@ export declare const locales: {
|
|
|
39476
40357
|
menuQueues: string;
|
|
39477
40358
|
menuCronJobs: string;
|
|
39478
40359
|
menuSystemLogs: string;
|
|
40360
|
+
providerControlPlaneUi: {
|
|
40361
|
+
family: {
|
|
40362
|
+
ai: string;
|
|
40363
|
+
telephony: string;
|
|
40364
|
+
channel: string;
|
|
40365
|
+
};
|
|
40366
|
+
guardrailAria: string;
|
|
40367
|
+
metricsAria: string;
|
|
40368
|
+
workbenchAria: string;
|
|
40369
|
+
recordsAria: string;
|
|
40370
|
+
riskTitle: string;
|
|
40371
|
+
contractGuarded: string;
|
|
40372
|
+
maskedAuditView: string;
|
|
40373
|
+
providerConfigs: string;
|
|
40374
|
+
orgPolicies: string;
|
|
40375
|
+
cancel: string;
|
|
40376
|
+
saveWithAudit: string;
|
|
40377
|
+
create: string;
|
|
40378
|
+
edit: string;
|
|
40379
|
+
bindPolicy: string;
|
|
40380
|
+
impactAria: string;
|
|
40381
|
+
impactPreview: string;
|
|
40382
|
+
impactDescription: string;
|
|
40383
|
+
tone: {
|
|
40384
|
+
success: string;
|
|
40385
|
+
warning: string;
|
|
40386
|
+
danger: string;
|
|
40387
|
+
info: string;
|
|
40388
|
+
neutral: string;
|
|
40389
|
+
};
|
|
40390
|
+
field: {
|
|
40391
|
+
key: string;
|
|
40392
|
+
label: string;
|
|
40393
|
+
kind: string;
|
|
40394
|
+
status: string;
|
|
40395
|
+
health: string;
|
|
40396
|
+
defaultModel: string;
|
|
40397
|
+
capabilities: string;
|
|
40398
|
+
secret: string;
|
|
40399
|
+
region: string;
|
|
40400
|
+
action: string;
|
|
40401
|
+
workspace: string;
|
|
40402
|
+
primaryProvider: string;
|
|
40403
|
+
routing: string;
|
|
40404
|
+
migration: string;
|
|
40405
|
+
fallbacks: string;
|
|
40406
|
+
channel: string;
|
|
40407
|
+
runtime: string;
|
|
40408
|
+
residency: string;
|
|
40409
|
+
providerSecret: string;
|
|
40410
|
+
webhookSecret: string;
|
|
40411
|
+
purpose: string;
|
|
40412
|
+
providerConfigKey: string;
|
|
40413
|
+
providerKind: string;
|
|
40414
|
+
priority: string;
|
|
40415
|
+
baseUrl: string;
|
|
40416
|
+
dataResidency: string;
|
|
40417
|
+
internalEndpoint: string;
|
|
40418
|
+
enabledCapabilities: string;
|
|
40419
|
+
modelListJson: string;
|
|
40420
|
+
metadataMaskedJson: string;
|
|
40421
|
+
migrationState: string;
|
|
40422
|
+
fallbackChainJson: string;
|
|
40423
|
+
modelPolicyJson: string;
|
|
40424
|
+
budgetPolicyJson: string;
|
|
40425
|
+
accountRefMasked: string;
|
|
40426
|
+
endpointMasked: string;
|
|
40427
|
+
senderIdentityJson: string;
|
|
40428
|
+
domainPolicyJson: string;
|
|
40429
|
+
suppressionPolicyJson: string;
|
|
40430
|
+
retryPolicyJson: string;
|
|
40431
|
+
rateLimitPolicyJson: string;
|
|
40432
|
+
senderPolicyJson: string;
|
|
40433
|
+
templateBoundaryPolicyJson: string;
|
|
40434
|
+
sendingLimitPolicyJson: string;
|
|
40435
|
+
compliancePolicyJson: string;
|
|
40436
|
+
featurePolicyJson: string;
|
|
40437
|
+
};
|
|
40438
|
+
};
|
|
39479
40439
|
aiProviderControlPlane: {
|
|
39480
40440
|
title: string;
|
|
39481
40441
|
subtitle: string;
|
|
@@ -39483,6 +40443,11 @@ export declare const locales: {
|
|
|
39483
40443
|
addProvider: string;
|
|
39484
40444
|
entryTitle: string;
|
|
39485
40445
|
entryDescription: string;
|
|
40446
|
+
apiKeyLabel: string;
|
|
40447
|
+
apiKeyKeepHint: string;
|
|
40448
|
+
apiKeyCreateHint: string;
|
|
40449
|
+
apiKeyRequired: string;
|
|
40450
|
+
apiKeyPlaceholder: string;
|
|
39486
40451
|
providerConfigs: string;
|
|
39487
40452
|
activeProviders: string;
|
|
39488
40453
|
orgPolicies: string;
|
|
@@ -39497,6 +40462,175 @@ export declare const locales: {
|
|
|
39497
40462
|
editPolicyModalTitle: string;
|
|
39498
40463
|
createPolicyModalTitle: string;
|
|
39499
40464
|
workspacePlaceholder: string;
|
|
40465
|
+
ui: {
|
|
40466
|
+
test: string;
|
|
40467
|
+
testAll: string;
|
|
40468
|
+
testProvider: string;
|
|
40469
|
+
editProvider: string;
|
|
40470
|
+
probeResults: string;
|
|
40471
|
+
result: string;
|
|
40472
|
+
passed: string;
|
|
40473
|
+
failed: string;
|
|
40474
|
+
latency: string;
|
|
40475
|
+
evidence: string;
|
|
40476
|
+
diagnostic: string;
|
|
40477
|
+
requestedModel: string;
|
|
40478
|
+
actualModel: string;
|
|
40479
|
+
modelConsistency: string;
|
|
40480
|
+
consistent: string;
|
|
40481
|
+
inconsistent: string;
|
|
40482
|
+
observedAt: string;
|
|
40483
|
+
actor: string;
|
|
40484
|
+
auditId: string;
|
|
40485
|
+
dimension: string;
|
|
40486
|
+
tokens: string;
|
|
40487
|
+
capability: {
|
|
40488
|
+
chat: string;
|
|
40489
|
+
embedding: string;
|
|
40490
|
+
vision: string;
|
|
40491
|
+
json: string;
|
|
40492
|
+
tool_calling: string;
|
|
40493
|
+
streaming: string;
|
|
40494
|
+
reasoning: string;
|
|
40495
|
+
};
|
|
40496
|
+
impact: {
|
|
40497
|
+
capabilityDelta: string;
|
|
40498
|
+
capabilityDeltaBody: string;
|
|
40499
|
+
secretSafety: string;
|
|
40500
|
+
secretSafetyBody: string;
|
|
40501
|
+
residencyReview: string;
|
|
40502
|
+
residencyReviewBody: string;
|
|
40503
|
+
affectedWorkspace: string;
|
|
40504
|
+
affectedWorkspaceBody: string;
|
|
40505
|
+
routingDelta: string;
|
|
40506
|
+
routingDeltaBody: string;
|
|
40507
|
+
auditTrail: string;
|
|
40508
|
+
auditTrailBody: string;
|
|
40509
|
+
};
|
|
40510
|
+
providerHealth: string;
|
|
40511
|
+
atRiskCount: string;
|
|
40512
|
+
activeCount: string;
|
|
40513
|
+
unknownHealthChecks: string;
|
|
40514
|
+
healthChecksVisible: string;
|
|
40515
|
+
policyCoverage: string;
|
|
40516
|
+
policyCoverageHelper: string;
|
|
40517
|
+
secretRotationRisk: string;
|
|
40518
|
+
configured: string;
|
|
40519
|
+
notConfigured: string;
|
|
40520
|
+
available: string;
|
|
40521
|
+
unavailable: string;
|
|
40522
|
+
notTested: string;
|
|
40523
|
+
gapCount: string;
|
|
40524
|
+
secretRotationHelper: string;
|
|
40525
|
+
fallbackRoutingRisk: string;
|
|
40526
|
+
covered: string;
|
|
40527
|
+
fallbackRoutingHelper: string;
|
|
40528
|
+
reliability: string;
|
|
40529
|
+
noDefaultModel: string;
|
|
40530
|
+
selectProviderReliability: string;
|
|
40531
|
+
modelRouting: string;
|
|
40532
|
+
modelRoutingBound: string;
|
|
40533
|
+
modelRoutingUnbound: string;
|
|
40534
|
+
capabilityCoverage: string;
|
|
40535
|
+
noCapabilities: string;
|
|
40536
|
+
wired: string;
|
|
40537
|
+
notWired: string;
|
|
40538
|
+
capabilityCatalogTitle: string;
|
|
40539
|
+
capabilityCatalogDescription: string;
|
|
40540
|
+
capabilityColumn: string;
|
|
40541
|
+
wiringColumn: string;
|
|
40542
|
+
runtimeConsumerColumn: string;
|
|
40543
|
+
noConsumer: string;
|
|
40544
|
+
noProviderSelected: string;
|
|
40545
|
+
modelResidency: string;
|
|
40546
|
+
noRegion: string;
|
|
40547
|
+
noResidencyPolicy: string;
|
|
40548
|
+
residencyUnavailable: string;
|
|
40549
|
+
noAiProviderSelected: string;
|
|
40550
|
+
providerKey: string;
|
|
40551
|
+
defaultModel: string;
|
|
40552
|
+
health: string;
|
|
40553
|
+
policyWorkspace: string;
|
|
40554
|
+
noPinnedPolicy: string;
|
|
40555
|
+
secret: string;
|
|
40556
|
+
updated: string;
|
|
40557
|
+
};
|
|
40558
|
+
};
|
|
40559
|
+
channelProviderControlPlane: {
|
|
40560
|
+
ui: {
|
|
40561
|
+
capability: {
|
|
40562
|
+
send_email: string;
|
|
40563
|
+
receive_email: string;
|
|
40564
|
+
send_sms: string;
|
|
40565
|
+
send_push: string;
|
|
40566
|
+
send_work_notice: string;
|
|
40567
|
+
in_app_notify: string;
|
|
40568
|
+
};
|
|
40569
|
+
purpose: {
|
|
40570
|
+
transactional: string;
|
|
40571
|
+
marketing: string;
|
|
40572
|
+
notification: string;
|
|
40573
|
+
workflow: string;
|
|
40574
|
+
servicebot: string;
|
|
40575
|
+
site_auth: string;
|
|
40576
|
+
inbound_case: string;
|
|
40577
|
+
in_app: string;
|
|
40578
|
+
mixed: string;
|
|
40579
|
+
};
|
|
40580
|
+
impact: {
|
|
40581
|
+
capabilityDelta: string;
|
|
40582
|
+
capabilityDeltaBody: string;
|
|
40583
|
+
secretSafety: string;
|
|
40584
|
+
secretSafetyBody: string;
|
|
40585
|
+
deliveryControls: string;
|
|
40586
|
+
deliveryControlsBody: string;
|
|
40587
|
+
affectedWorkspace: string;
|
|
40588
|
+
affectedWorkspaceBody: string;
|
|
40589
|
+
policyDelta: string;
|
|
40590
|
+
policyDeltaBody: string;
|
|
40591
|
+
auditTrail: string;
|
|
40592
|
+
auditTrailBody: string;
|
|
40593
|
+
};
|
|
40594
|
+
title: string;
|
|
40595
|
+
providerHealth: string;
|
|
40596
|
+
atRiskCount: string;
|
|
40597
|
+
activeCount: string;
|
|
40598
|
+
unknownDeliveryHealth: string;
|
|
40599
|
+
governedSenderCount: string;
|
|
40600
|
+
policyCoverage: string;
|
|
40601
|
+
policyCoverageHelper: string;
|
|
40602
|
+
secretRotationRisk: string;
|
|
40603
|
+
configured: string;
|
|
40604
|
+
notConfigured: string;
|
|
40605
|
+
gapCount: string;
|
|
40606
|
+
secretRotationHelper: string;
|
|
40607
|
+
fallbackRoutingRisk: string;
|
|
40608
|
+
pinned: string;
|
|
40609
|
+
fallbackRoutingHelper: string;
|
|
40610
|
+
reliability: string;
|
|
40611
|
+
channel: string;
|
|
40612
|
+
selectChannelProvider: string;
|
|
40613
|
+
senderIdentity: string;
|
|
40614
|
+
domainOwnershipUnset: string;
|
|
40615
|
+
noProviderSelected: string;
|
|
40616
|
+
deliveryPolicy: string;
|
|
40617
|
+
deliveryPolicyBound: string;
|
|
40618
|
+
deliveryPolicyUnbound: string;
|
|
40619
|
+
deliveryReliability: string;
|
|
40620
|
+
noRegion: string;
|
|
40621
|
+
noResidencyPolicy: string;
|
|
40622
|
+
noHealthMessage: string;
|
|
40623
|
+
deliveryReliabilityUnavailable: string;
|
|
40624
|
+
noChannelProviderSelected: string;
|
|
40625
|
+
providerKey: string;
|
|
40626
|
+
providerKind: string;
|
|
40627
|
+
policyWorkspace: string;
|
|
40628
|
+
noPinnedPolicy: string;
|
|
40629
|
+
providerSecret: string;
|
|
40630
|
+
webhookSecret: string;
|
|
40631
|
+
updated: string;
|
|
40632
|
+
notWired: string;
|
|
40633
|
+
};
|
|
39500
40634
|
};
|
|
39501
40635
|
telephonyProviderControlPlane: {
|
|
39502
40636
|
title: string;
|
|
@@ -40786,6 +41920,20 @@ export declare const locales: {
|
|
|
40786
41920
|
brandFull: string;
|
|
40787
41921
|
openNavAria: string;
|
|
40788
41922
|
searchPlaceholder: string;
|
|
41923
|
+
searchAria: string;
|
|
41924
|
+
openSearchAria: string;
|
|
41925
|
+
searchResultsAria: string;
|
|
41926
|
+
searchTitle: string;
|
|
41927
|
+
searchLoading: string;
|
|
41928
|
+
searchError: string;
|
|
41929
|
+
searchPartial: string;
|
|
41930
|
+
searchEmpty: string;
|
|
41931
|
+
searchHint: string;
|
|
41932
|
+
searchGroup: {
|
|
41933
|
+
agent: string;
|
|
41934
|
+
testCase: string;
|
|
41935
|
+
knowledge: string;
|
|
41936
|
+
};
|
|
40789
41937
|
settingsLinkTitle: string;
|
|
40790
41938
|
brandInitial: string;
|
|
40791
41939
|
embeddedHomeLabel: string;
|
|
@@ -40897,6 +42045,40 @@ export declare const locales: {
|
|
|
40897
42045
|
learned_pattern: string;
|
|
40898
42046
|
behavior_event: string;
|
|
40899
42047
|
};
|
|
42048
|
+
behaviorEventType: {
|
|
42049
|
+
execution_started: string;
|
|
42050
|
+
user_input_received: string;
|
|
42051
|
+
context_retrieved: string;
|
|
42052
|
+
knowledge_retrieved: string;
|
|
42053
|
+
agent_output_generated: string;
|
|
42054
|
+
tool_call_started: string;
|
|
42055
|
+
tool_call_completed: string;
|
|
42056
|
+
tool_call_failed: string;
|
|
42057
|
+
policy_checked: string;
|
|
42058
|
+
guardrail_triggered: string;
|
|
42059
|
+
approval_requested: string;
|
|
42060
|
+
approval_approved: string;
|
|
42061
|
+
approval_rejected: string;
|
|
42062
|
+
human_edit_applied: string;
|
|
42063
|
+
human_handoff_triggered: string;
|
|
42064
|
+
execution_completed: string;
|
|
42065
|
+
execution_failed: string;
|
|
42066
|
+
outcome_verified: string;
|
|
42067
|
+
feedback_received: string;
|
|
42068
|
+
learning_signal_generated: string;
|
|
42069
|
+
improvement_recommendation_generated: string;
|
|
42070
|
+
};
|
|
42071
|
+
evidenceDrawerField: {
|
|
42072
|
+
eventType: string;
|
|
42073
|
+
sourceEvent: string;
|
|
42074
|
+
signal: string;
|
|
42075
|
+
recommendation: string;
|
|
42076
|
+
redaction: string;
|
|
42077
|
+
observedAt: string;
|
|
42078
|
+
summary: string;
|
|
42079
|
+
copyId: string;
|
|
42080
|
+
idCopied: string;
|
|
42081
|
+
};
|
|
40900
42082
|
signalType: {
|
|
40901
42083
|
successful_behavior_pattern: string;
|
|
40902
42084
|
failed_behavior_pattern: string;
|