@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
|
@@ -424,26 +424,26 @@ declare const _default: {
|
|
|
424
424
|
builderDescriptionPlaceholder: string;
|
|
425
425
|
builderIconPlaceholder: string;
|
|
426
426
|
avatarPresets: {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
427
|
+
"revenue-strategist": string;
|
|
428
|
+
"customer-success": string;
|
|
429
|
+
"finance-analyst": string;
|
|
430
|
+
"operations-planner": string;
|
|
431
|
+
"compliance-guardian": string;
|
|
432
|
+
"supply-chain-coordinator": string;
|
|
433
|
+
"marketing-growth": string;
|
|
434
|
+
"data-scientist": string;
|
|
435
|
+
"hr-talent-partner": string;
|
|
436
|
+
"field-service-coordinator": string;
|
|
437
|
+
"product-manager": string;
|
|
438
|
+
"project-coordinator": string;
|
|
439
|
+
"healthcare-account-advisor": string;
|
|
440
|
+
"manufacturing-quality": string;
|
|
441
|
+
"retail-operations": string;
|
|
442
|
+
"partner-channel-manager": string;
|
|
443
|
+
"procurement-negotiator": string;
|
|
444
|
+
"legal-contract-reviewer": string;
|
|
445
|
+
"training-coach": string;
|
|
446
|
+
"executive-assistant": string;
|
|
447
447
|
};
|
|
448
448
|
builderEmptyDescription: string;
|
|
449
449
|
builderGovernedTag: string;
|
|
@@ -763,6 +763,15 @@ declare const _default: {
|
|
|
763
763
|
templateNoBehaviorEvidence: string;
|
|
764
764
|
templateRedactionPolicyUseOnly: string;
|
|
765
765
|
templateTurnPatternIntoTemplate: string;
|
|
766
|
+
impactChipTooltip: string;
|
|
767
|
+
confidenceChipTooltip: string;
|
|
768
|
+
riskChipTooltip: string;
|
|
769
|
+
draftIntroHint: string;
|
|
770
|
+
runSimulation: string;
|
|
771
|
+
runSimulationTooltip: string;
|
|
772
|
+
runSimulationSuccess: string;
|
|
773
|
+
runSimulationFailed: string;
|
|
774
|
+
simulationBlockersLabel: string;
|
|
766
775
|
};
|
|
767
776
|
costRoiTitle: string;
|
|
768
777
|
costRoiRealData: string;
|
|
@@ -1779,6 +1788,20 @@ declare const _default: {
|
|
|
1779
1788
|
passwordChangeSuccess: string;
|
|
1780
1789
|
passwordChangeFailed: string;
|
|
1781
1790
|
currentPasswordWrong: string;
|
|
1791
|
+
mfaTitle: string;
|
|
1792
|
+
mfaDescription: string;
|
|
1793
|
+
mfaBindAuthenticator: string;
|
|
1794
|
+
mfaSecretWarning: string;
|
|
1795
|
+
mfaQrAlt: string;
|
|
1796
|
+
mfaManualSecret: string;
|
|
1797
|
+
mfaCodePlaceholder: string;
|
|
1798
|
+
mfaVerify: string;
|
|
1799
|
+
mfaEnabled: string;
|
|
1800
|
+
mfaEnabledDesc: string;
|
|
1801
|
+
mfaCodeInvalid: string;
|
|
1802
|
+
mfaLoadFailed: string;
|
|
1803
|
+
mfaSetupFailed: string;
|
|
1804
|
+
mfaVerifyFailed: string;
|
|
1782
1805
|
activeSessions: string;
|
|
1783
1806
|
activeSessionsDesc: string;
|
|
1784
1807
|
currentSession: string;
|
|
@@ -5374,11 +5397,11 @@ declare const _default: {
|
|
|
5374
5397
|
segment: string;
|
|
5375
5398
|
};
|
|
5376
5399
|
timezone: {
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5400
|
+
"Asia/Shanghai": string;
|
|
5401
|
+
"Asia/Tokyo": string;
|
|
5402
|
+
"America/New_York": string;
|
|
5403
|
+
"America/Los_Angeles": string;
|
|
5404
|
+
"Europe/London": string;
|
|
5382
5405
|
};
|
|
5383
5406
|
};
|
|
5384
5407
|
};
|
|
@@ -6256,25 +6279,25 @@ declare const _default: {
|
|
|
6256
6279
|
tagCampaign: string;
|
|
6257
6280
|
tagBindTemplateAndListFirst: string;
|
|
6258
6281
|
templateOption: {
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6282
|
+
"starter-welcome": string;
|
|
6283
|
+
"starter-launch": string;
|
|
6284
|
+
"starter-reactivation": string;
|
|
6285
|
+
"starter-webinar": string;
|
|
6263
6286
|
};
|
|
6264
6287
|
recipientListOption: {
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6288
|
+
"list-high-intent": string;
|
|
6289
|
+
"list-webinar": string;
|
|
6290
|
+
"list-vip": string;
|
|
6268
6291
|
};
|
|
6269
6292
|
starterTemplateSubject: {
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6293
|
+
"starter-welcome": string;
|
|
6294
|
+
"starter-reactivation": string;
|
|
6295
|
+
"starter-webinar": string;
|
|
6273
6296
|
};
|
|
6274
6297
|
recipientListPageDefaults: {
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6298
|
+
"list-high-intent": string;
|
|
6299
|
+
"list-reactivation": string;
|
|
6300
|
+
"list-vip-retail": string;
|
|
6278
6301
|
};
|
|
6279
6302
|
createTitle: string;
|
|
6280
6303
|
createSubtitle: string;
|
|
@@ -7486,6 +7509,89 @@ declare const _default: {
|
|
|
7486
7509
|
legacyMigrationDesc: string;
|
|
7487
7510
|
legacyTrustTitle: string;
|
|
7488
7511
|
};
|
|
7512
|
+
cognitiveForm: {
|
|
7513
|
+
candidateOnlyTitle: string;
|
|
7514
|
+
candidateOnlyDesc: string;
|
|
7515
|
+
saveCandidate: string;
|
|
7516
|
+
candidateSaved: string;
|
|
7517
|
+
candidateSaveFailed: string;
|
|
7518
|
+
noContractTitle: string;
|
|
7519
|
+
noProactiveTitle: string;
|
|
7520
|
+
noContextMemoryTitle: string;
|
|
7521
|
+
noContractDesc: string;
|
|
7522
|
+
contractIdLabel: string;
|
|
7523
|
+
contractRevisionLabel: string;
|
|
7524
|
+
missionLabel: string;
|
|
7525
|
+
missionPlaceholder: string;
|
|
7526
|
+
stakeholdersTitle: string;
|
|
7527
|
+
stakeholderCode: string;
|
|
7528
|
+
stakeholderRolePlaceholder: string;
|
|
7529
|
+
addStakeholder: string;
|
|
7530
|
+
scopeTitle: string;
|
|
7531
|
+
scopeIncludedLabel: string;
|
|
7532
|
+
scopeIncludedPlaceholder: string;
|
|
7533
|
+
scopeExcludedLabel: string;
|
|
7534
|
+
scopeExcludedPlaceholder: string;
|
|
7535
|
+
criteriaTitle: string;
|
|
7536
|
+
addCriterion: string;
|
|
7537
|
+
hardGate: string;
|
|
7538
|
+
softMetric: string;
|
|
7539
|
+
criterionCodeLabel: string;
|
|
7540
|
+
criterionKindLabel: string;
|
|
7541
|
+
criterionPhaseLabel: string;
|
|
7542
|
+
criterionHardGateLabel: string;
|
|
7543
|
+
criterionHardGateTip: string;
|
|
7544
|
+
criterionDirectionLabel: string;
|
|
7545
|
+
criterionTargetValueLabel: string;
|
|
7546
|
+
criterionTargetUnitLabel: string;
|
|
7547
|
+
criterionSoftWeightLabel: string;
|
|
7548
|
+
criterionSoftWeightTip: string;
|
|
7549
|
+
evaluatorKeyLabel: string;
|
|
7550
|
+
evidenceKindsLabel: string;
|
|
7551
|
+
missingPolicyLabel: string;
|
|
7552
|
+
budgetsAndPolicyTitle: string;
|
|
7553
|
+
budgetMaxCostLabel: string;
|
|
7554
|
+
budgetMaxLatencyLabel: string;
|
|
7555
|
+
conflictPolicyLabel: string;
|
|
7556
|
+
reviewRequiredLabel: string;
|
|
7557
|
+
yes: string;
|
|
7558
|
+
no: string;
|
|
7559
|
+
proactiveModeLabel: string;
|
|
7560
|
+
proactiveModeTip: string;
|
|
7561
|
+
maxEffectiveRiskLabel: string;
|
|
7562
|
+
maxCausalDepthLabel: string;
|
|
7563
|
+
maxCausalDepthTip: string;
|
|
7564
|
+
budgetPolicyRefLabel: string;
|
|
7565
|
+
wakeSourcesLabel: string;
|
|
7566
|
+
actionAllowlistTitle: string;
|
|
7567
|
+
addAction: string;
|
|
7568
|
+
toolNamePlaceholder: string;
|
|
7569
|
+
flowKeyPlaceholder: string;
|
|
7570
|
+
narrowingCapsTitle: string;
|
|
7571
|
+
capWakesPerDay: string;
|
|
7572
|
+
capProposalsPerDay: string;
|
|
7573
|
+
capMaxOpenProposals: string;
|
|
7574
|
+
capCostPerDay: string;
|
|
7575
|
+
thresholdsTitle: string;
|
|
7576
|
+
minExpectedValueLabel: string;
|
|
7577
|
+
minConfidenceLabel: string;
|
|
7578
|
+
maxUncertaintyLabel: string;
|
|
7579
|
+
cooldownSecondsLabel: string;
|
|
7580
|
+
a3LockedTitle: string;
|
|
7581
|
+
a3LockedDesc: string;
|
|
7582
|
+
a3LockedBadge: string;
|
|
7583
|
+
contextPolicyReadonlyTitle: string;
|
|
7584
|
+
memoryPolicyTitle: string;
|
|
7585
|
+
memoryEnabledLabel: string;
|
|
7586
|
+
activationModeLabel: string;
|
|
7587
|
+
allowedCategoriesLabel: string;
|
|
7588
|
+
requireFinalEvaluationLabel: string;
|
|
7589
|
+
defaultTtlDaysLabel: string;
|
|
7590
|
+
maximumTtlDaysLabel: string;
|
|
7591
|
+
allowLegacyReadThroughLabel: string;
|
|
7592
|
+
restrictedSensitivityLabel: string;
|
|
7593
|
+
restrictedSensitivityTip: string;
|
|
7594
|
+
};
|
|
7489
7595
|
builderSectionRail: string;
|
|
7490
7596
|
builderSelectTopic: string;
|
|
7491
7597
|
builderSelectTopicDesc: string;
|
|
@@ -7543,6 +7649,9 @@ declare const _default: {
|
|
|
7543
7649
|
generateExampleFailed: string;
|
|
7544
7650
|
generateExamplePrompt: string;
|
|
7545
7651
|
generatePreviewSample: string;
|
|
7652
|
+
starterPromptsEmpty: string;
|
|
7653
|
+
starterPromptPickerTitle: string;
|
|
7654
|
+
starterPromptPickerHint: string;
|
|
7546
7655
|
generated: string;
|
|
7547
7656
|
guardCount: string;
|
|
7548
7657
|
guardIdsOnly: string;
|
|
@@ -14222,11 +14331,11 @@ declare const _default: {
|
|
|
14222
14331
|
noDetail: string;
|
|
14223
14332
|
quickAction: string;
|
|
14224
14333
|
quickActionLabel: {
|
|
14225
|
-
|
|
14226
|
-
|
|
14227
|
-
|
|
14228
|
-
|
|
14229
|
-
|
|
14334
|
+
"new-account": string;
|
|
14335
|
+
"new-contact": string;
|
|
14336
|
+
"new-opportunity": string;
|
|
14337
|
+
"new-lead": string;
|
|
14338
|
+
"new-task": string;
|
|
14230
14339
|
};
|
|
14231
14340
|
noMatch: string;
|
|
14232
14341
|
searchPlaceholder: string;
|
|
@@ -15180,58 +15289,58 @@ declare const _default: {
|
|
|
15180
15289
|
dataReadWrite: string;
|
|
15181
15290
|
};
|
|
15182
15291
|
navTitleOverrides: {
|
|
15183
|
-
|
|
15184
|
-
|
|
15185
|
-
|
|
15186
|
-
|
|
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
|
-
|
|
15292
|
+
"user-nav-getting-started-first-day-workbench": string;
|
|
15293
|
+
"user-nav-gs-batch-operations": string;
|
|
15294
|
+
"user-nav-gs-create-first-records": string;
|
|
15295
|
+
"user-nav-testarticle1774945298863": string;
|
|
15296
|
+
"agent-builder": string;
|
|
15297
|
+
"dev-best-practices": string;
|
|
15298
|
+
"developer-nav-dev-guide-terminology-mapping": string;
|
|
15299
|
+
"developer-nav-integ-api-webhook-oauth2-guide": string;
|
|
15300
|
+
"developer-nav-integration-development-open-platform-guide": string;
|
|
15301
|
+
"developer-nav-integ-headless-wecom-feishu": string;
|
|
15302
|
+
"developer-nav-integ-graphql-schema": string;
|
|
15303
|
+
"developer-nav-dev-guide-governor-limits": string;
|
|
15304
|
+
"developer-nav-dev-guide-rag-sec": string;
|
|
15305
|
+
"developer-nav-dev-guide-list-view-page": string;
|
|
15306
|
+
"developer-nav-dev-guide-record-home-page": string;
|
|
15307
|
+
"developer-nav-dev-guide-crud-operations": string;
|
|
15308
|
+
"developer-nav-dev-guide-headless-gateway": string;
|
|
15309
|
+
"developer-nav-dev-guide-rest-api-crud": string;
|
|
15310
|
+
"developer-nav-dev-guide-api-authentication": string;
|
|
15311
|
+
"developer-nav-dev-guide-visual-testing": string;
|
|
15312
|
+
"developer-nav-dev-guide-page-layout-model": string;
|
|
15313
|
+
"developer-nav-dev-guide-nestjs-module-structure": string;
|
|
15314
|
+
"developer-nav-dev-guide-swagger-docs": string;
|
|
15315
|
+
"developer-nav-dev-guide-guardrail": string;
|
|
15316
|
+
"developer-nav-dev-guide-navigation-sync": string;
|
|
15317
|
+
"developer-nav-ab-guardrail-config": string;
|
|
15318
|
+
"developer-nav-ab-testing-sandbox": string;
|
|
15319
|
+
"developer-nav-ab-version-rollback": string;
|
|
15320
|
+
"agent-builder-topics-tools": string;
|
|
15321
|
+
"user-nav-call-center-operations-agent-workbench-guide": string;
|
|
15322
|
+
"user-nav-reporting-insights-operating-metrics-guide": string;
|
|
15323
|
+
"user-nav-rpt-report-types-explained": string;
|
|
15324
|
+
"user-nav-rpt-dashboard-design-principles": string;
|
|
15325
|
+
"user-nav-report-builder-dashboard-complete": string;
|
|
15326
|
+
"user-nav-cc-call-crm-integration": string;
|
|
15327
|
+
"user-nav-cc-ivr-routing": string;
|
|
15328
|
+
"service-operations-servicebot": string;
|
|
15329
|
+
"api-playground": string;
|
|
15330
|
+
"ai-skills-tools": string;
|
|
15331
|
+
"admin-nav-admin-ch09-skills-tools": string;
|
|
15332
|
+
"admin-nav-admin-ch13-swagger-docs": string;
|
|
15333
|
+
"admin-nav-admin-ch08-flow-builder": string;
|
|
15334
|
+
"admin-nav-admin-ch13-rest-api-guide": string;
|
|
15335
|
+
"admin-nav-admin-ch13-graphql-api": string;
|
|
15336
|
+
"admin-nav-admin-ch09-agent-config": string;
|
|
15337
|
+
"admin-nav-admin-ch09-sop-behavior": string;
|
|
15338
|
+
"admin-nav-admin-ch06-record-detail-tabs": string;
|
|
15339
|
+
"admin-nav-admin-04-icon-rules": string;
|
|
15340
|
+
"admin-nav-admin-02-timezone-locale": string;
|
|
15341
|
+
"admin-nav-admin-03-org-model": string;
|
|
15342
|
+
"admin-nav-admin-04-role-nav-diff": string;
|
|
15343
|
+
"smart-cap": string;
|
|
15235
15344
|
};
|
|
15236
15345
|
guide: {
|
|
15237
15346
|
user: string;
|
|
@@ -18373,6 +18482,185 @@ declare const _default: {
|
|
|
18373
18482
|
abortError: string;
|
|
18374
18483
|
};
|
|
18375
18484
|
platformAdmin: {
|
|
18485
|
+
ops: {
|
|
18486
|
+
common: {
|
|
18487
|
+
back: string;
|
|
18488
|
+
backToList: string;
|
|
18489
|
+
cancel: string;
|
|
18490
|
+
save: string;
|
|
18491
|
+
submit: string;
|
|
18492
|
+
view: string;
|
|
18493
|
+
details: string;
|
|
18494
|
+
workspace: string;
|
|
18495
|
+
plan: string;
|
|
18496
|
+
status: string;
|
|
18497
|
+
seats: string;
|
|
18498
|
+
cycle: string;
|
|
18499
|
+
created: string;
|
|
18500
|
+
amount: string;
|
|
18501
|
+
provider: string;
|
|
18502
|
+
risk: string;
|
|
18503
|
+
healthy: string;
|
|
18504
|
+
atRisk: string;
|
|
18505
|
+
critical: string;
|
|
18506
|
+
unknown: string;
|
|
18507
|
+
periodEnd: string;
|
|
18508
|
+
invoiceDate: string;
|
|
18509
|
+
billingPeriod: string;
|
|
18510
|
+
paymentStatus: string;
|
|
18511
|
+
overdue: string;
|
|
18512
|
+
noMatches: string;
|
|
18513
|
+
};
|
|
18514
|
+
dashboard: {
|
|
18515
|
+
title: string;
|
|
18516
|
+
description: string;
|
|
18517
|
+
tenantHealth: string;
|
|
18518
|
+
subscriptions: string;
|
|
18519
|
+
alertMessage: string;
|
|
18520
|
+
alertDescription: string;
|
|
18521
|
+
viewHealth: string;
|
|
18522
|
+
totalTenants: string;
|
|
18523
|
+
criticalHealthAlerts: string;
|
|
18524
|
+
overdueAndUnpaid: string;
|
|
18525
|
+
trendTitle: string;
|
|
18526
|
+
healthDistribution: string;
|
|
18527
|
+
alertCenter: string;
|
|
18528
|
+
noAlerts: string;
|
|
18529
|
+
renewalRisk: string;
|
|
18530
|
+
noRenewalRisk: string;
|
|
18531
|
+
tenantSnapshot: string;
|
|
18532
|
+
allTenants: string;
|
|
18533
|
+
alertSeverity: string;
|
|
18534
|
+
alertTitle: string;
|
|
18535
|
+
alertDescriptionColumn: string;
|
|
18536
|
+
action: string;
|
|
18537
|
+
urgent: string;
|
|
18538
|
+
watch: string;
|
|
18539
|
+
remainingDays: string;
|
|
18540
|
+
renewalStatus: string;
|
|
18541
|
+
noTrend: string;
|
|
18542
|
+
trendAria: string;
|
|
18543
|
+
healthAlertTitle: string;
|
|
18544
|
+
healthAlertDescription: string;
|
|
18545
|
+
renewalAlertTitle: string;
|
|
18546
|
+
renewalAlertDescription: string;
|
|
18547
|
+
invoiceAlertTitle: string;
|
|
18548
|
+
invoiceAlertDescription: string;
|
|
18549
|
+
};
|
|
18550
|
+
subscriptions: {
|
|
18551
|
+
create: string;
|
|
18552
|
+
searchPlaceholder: string;
|
|
18553
|
+
noSubscriptions: string;
|
|
18554
|
+
periodEnd: string;
|
|
18555
|
+
total: string;
|
|
18556
|
+
active: string;
|
|
18557
|
+
trialing: string;
|
|
18558
|
+
canceled: string;
|
|
18559
|
+
};
|
|
18560
|
+
provision: {
|
|
18561
|
+
successTitle: string;
|
|
18562
|
+
successMessage: string;
|
|
18563
|
+
failureMessage: string;
|
|
18564
|
+
viewTenant: string;
|
|
18565
|
+
customerNameRequired: string;
|
|
18566
|
+
adminUsernameRequired: string;
|
|
18567
|
+
adminUsernamePlaceholder: string;
|
|
18568
|
+
invalidUsername: string;
|
|
18569
|
+
adminEmailRequired: string;
|
|
18570
|
+
invalidEmail: string;
|
|
18571
|
+
invalidUuid: string;
|
|
18572
|
+
workspacePlaceholder: string;
|
|
18573
|
+
customerName: string;
|
|
18574
|
+
adminUsername: string;
|
|
18575
|
+
adminEmail: string;
|
|
18576
|
+
billingCycle: string;
|
|
18577
|
+
workspaceId: string;
|
|
18578
|
+
};
|
|
18579
|
+
tenantDetail: {
|
|
18580
|
+
updateSuccess: string;
|
|
18581
|
+
updateFailed: string;
|
|
18582
|
+
price: string;
|
|
18583
|
+
currentStart: string;
|
|
18584
|
+
currentEnd: string;
|
|
18585
|
+
extend: string;
|
|
18586
|
+
expiryDays: string;
|
|
18587
|
+
loginPerWeek: string;
|
|
18588
|
+
usageRatio: string;
|
|
18589
|
+
token: string;
|
|
18590
|
+
apiCalls: string;
|
|
18591
|
+
storage: string;
|
|
18592
|
+
};
|
|
18593
|
+
users: {
|
|
18594
|
+
title: string;
|
|
18595
|
+
registrationAccount: string;
|
|
18596
|
+
registrationAccountNotRecorded: string;
|
|
18597
|
+
searchPlaceholder: string;
|
|
18598
|
+
workspace: string;
|
|
18599
|
+
status: string;
|
|
18600
|
+
active: string;
|
|
18601
|
+
inactive: string;
|
|
18602
|
+
frozen: string;
|
|
18603
|
+
serviceAccount: string;
|
|
18604
|
+
role: string;
|
|
18605
|
+
lastLogin: string;
|
|
18606
|
+
viewDetail: string;
|
|
18607
|
+
backToList: string;
|
|
18608
|
+
notFound: string;
|
|
18609
|
+
resetPassword: string;
|
|
18610
|
+
resetPasswordConfirm: string;
|
|
18611
|
+
resetPasswordConfirmTitle: string;
|
|
18612
|
+
resetPasswordOkText: string;
|
|
18613
|
+
resetPasswordSuccessTitle: string;
|
|
18614
|
+
resetPasswordSuccessDesc: string;
|
|
18615
|
+
resetPasswordFailed: string;
|
|
18616
|
+
resetPasswordServiceAccount: string;
|
|
18617
|
+
editProfile: string;
|
|
18618
|
+
email: string;
|
|
18619
|
+
emailChangedSessionsRevoked: string;
|
|
18620
|
+
saveSuccess: string;
|
|
18621
|
+
saveFail: string;
|
|
18622
|
+
username: string;
|
|
18623
|
+
firstName: string;
|
|
18624
|
+
lastName: string;
|
|
18625
|
+
titleLabel: string;
|
|
18626
|
+
phone: string;
|
|
18627
|
+
locale: string;
|
|
18628
|
+
timeZone: string;
|
|
18629
|
+
isActive: string;
|
|
18630
|
+
impersonation: string;
|
|
18631
|
+
impersonationActive: string;
|
|
18632
|
+
impersonationNone: string;
|
|
18633
|
+
createdAt: string;
|
|
18634
|
+
};
|
|
18635
|
+
renewals: {
|
|
18636
|
+
invalidExtension: string;
|
|
18637
|
+
updateSuccess: string;
|
|
18638
|
+
days: string;
|
|
18639
|
+
renewal: string;
|
|
18640
|
+
lastPayment: string;
|
|
18641
|
+
edit: string;
|
|
18642
|
+
};
|
|
18643
|
+
billing: {
|
|
18644
|
+
invoiceStatus: string;
|
|
18645
|
+
outstanding: string;
|
|
18646
|
+
paid: string;
|
|
18647
|
+
noInvoices: string;
|
|
18648
|
+
period: string;
|
|
18649
|
+
};
|
|
18650
|
+
invoiceDetail: {
|
|
18651
|
+
invoiceId: string;
|
|
18652
|
+
lineItem: string;
|
|
18653
|
+
orgBaseFee: string;
|
|
18654
|
+
tokenCost: string;
|
|
18655
|
+
storageCost: string;
|
|
18656
|
+
usageSubtotal: string;
|
|
18657
|
+
};
|
|
18658
|
+
health: {
|
|
18659
|
+
expiryDays: string;
|
|
18660
|
+
loginPerWeek: string;
|
|
18661
|
+
usage: string;
|
|
18662
|
+
};
|
|
18663
|
+
};
|
|
18376
18664
|
impersonation: {
|
|
18377
18665
|
allowImpersonationDenied: string;
|
|
18378
18666
|
noTargetUser: string;
|
|
@@ -18493,6 +18781,8 @@ declare const _default: {
|
|
|
18493
18781
|
deepseek: string;
|
|
18494
18782
|
tongyiDashscope: string;
|
|
18495
18783
|
doubao: string;
|
|
18784
|
+
zhipu: string;
|
|
18785
|
+
localMoe: string;
|
|
18496
18786
|
custom: string;
|
|
18497
18787
|
smtp: string;
|
|
18498
18788
|
ses: string;
|
|
@@ -18581,6 +18871,85 @@ declare const _default: {
|
|
|
18581
18871
|
menuQueues: string;
|
|
18582
18872
|
menuCronJobs: string;
|
|
18583
18873
|
menuSystemLogs: string;
|
|
18874
|
+
providerControlPlaneUi: {
|
|
18875
|
+
family: {
|
|
18876
|
+
ai: string;
|
|
18877
|
+
telephony: string;
|
|
18878
|
+
channel: string;
|
|
18879
|
+
};
|
|
18880
|
+
guardrailAria: string;
|
|
18881
|
+
metricsAria: string;
|
|
18882
|
+
workbenchAria: string;
|
|
18883
|
+
recordsAria: string;
|
|
18884
|
+
riskTitle: string;
|
|
18885
|
+
contractGuarded: string;
|
|
18886
|
+
maskedAuditView: string;
|
|
18887
|
+
providerConfigs: string;
|
|
18888
|
+
orgPolicies: string;
|
|
18889
|
+
cancel: string;
|
|
18890
|
+
saveWithAudit: string;
|
|
18891
|
+
create: string;
|
|
18892
|
+
edit: string;
|
|
18893
|
+
bindPolicy: string;
|
|
18894
|
+
impactAria: string;
|
|
18895
|
+
impactPreview: string;
|
|
18896
|
+
impactDescription: string;
|
|
18897
|
+
tone: {
|
|
18898
|
+
success: string;
|
|
18899
|
+
warning: string;
|
|
18900
|
+
danger: string;
|
|
18901
|
+
info: string;
|
|
18902
|
+
neutral: string;
|
|
18903
|
+
};
|
|
18904
|
+
field: {
|
|
18905
|
+
key: string;
|
|
18906
|
+
label: string;
|
|
18907
|
+
kind: string;
|
|
18908
|
+
status: string;
|
|
18909
|
+
health: string;
|
|
18910
|
+
defaultModel: string;
|
|
18911
|
+
capabilities: string;
|
|
18912
|
+
secret: string;
|
|
18913
|
+
region: string;
|
|
18914
|
+
action: string;
|
|
18915
|
+
workspace: string;
|
|
18916
|
+
primaryProvider: string;
|
|
18917
|
+
routing: string;
|
|
18918
|
+
migration: string;
|
|
18919
|
+
fallbacks: string;
|
|
18920
|
+
channel: string;
|
|
18921
|
+
runtime: string;
|
|
18922
|
+
residency: string;
|
|
18923
|
+
providerSecret: string;
|
|
18924
|
+
webhookSecret: string;
|
|
18925
|
+
purpose: string;
|
|
18926
|
+
providerConfigKey: string;
|
|
18927
|
+
providerKind: string;
|
|
18928
|
+
priority: string;
|
|
18929
|
+
baseUrl: string;
|
|
18930
|
+
dataResidency: string;
|
|
18931
|
+
internalEndpoint: string;
|
|
18932
|
+
enabledCapabilities: string;
|
|
18933
|
+
modelListJson: string;
|
|
18934
|
+
metadataMaskedJson: string;
|
|
18935
|
+
migrationState: string;
|
|
18936
|
+
fallbackChainJson: string;
|
|
18937
|
+
modelPolicyJson: string;
|
|
18938
|
+
budgetPolicyJson: string;
|
|
18939
|
+
accountRefMasked: string;
|
|
18940
|
+
endpointMasked: string;
|
|
18941
|
+
senderIdentityJson: string;
|
|
18942
|
+
domainPolicyJson: string;
|
|
18943
|
+
suppressionPolicyJson: string;
|
|
18944
|
+
retryPolicyJson: string;
|
|
18945
|
+
rateLimitPolicyJson: string;
|
|
18946
|
+
senderPolicyJson: string;
|
|
18947
|
+
templateBoundaryPolicyJson: string;
|
|
18948
|
+
sendingLimitPolicyJson: string;
|
|
18949
|
+
compliancePolicyJson: string;
|
|
18950
|
+
featurePolicyJson: string;
|
|
18951
|
+
};
|
|
18952
|
+
};
|
|
18584
18953
|
aiProviderControlPlane: {
|
|
18585
18954
|
title: string;
|
|
18586
18955
|
subtitle: string;
|
|
@@ -18588,6 +18957,11 @@ declare const _default: {
|
|
|
18588
18957
|
addProvider: string;
|
|
18589
18958
|
entryTitle: string;
|
|
18590
18959
|
entryDescription: string;
|
|
18960
|
+
apiKeyLabel: string;
|
|
18961
|
+
apiKeyKeepHint: string;
|
|
18962
|
+
apiKeyCreateHint: string;
|
|
18963
|
+
apiKeyRequired: string;
|
|
18964
|
+
apiKeyPlaceholder: string;
|
|
18591
18965
|
providerConfigs: string;
|
|
18592
18966
|
activeProviders: string;
|
|
18593
18967
|
orgPolicies: string;
|
|
@@ -18602,6 +18976,175 @@ declare const _default: {
|
|
|
18602
18976
|
editPolicyModalTitle: string;
|
|
18603
18977
|
createPolicyModalTitle: string;
|
|
18604
18978
|
workspacePlaceholder: string;
|
|
18979
|
+
ui: {
|
|
18980
|
+
test: string;
|
|
18981
|
+
testAll: string;
|
|
18982
|
+
testProvider: string;
|
|
18983
|
+
editProvider: string;
|
|
18984
|
+
probeResults: string;
|
|
18985
|
+
result: string;
|
|
18986
|
+
passed: string;
|
|
18987
|
+
failed: string;
|
|
18988
|
+
latency: string;
|
|
18989
|
+
evidence: string;
|
|
18990
|
+
diagnostic: string;
|
|
18991
|
+
requestedModel: string;
|
|
18992
|
+
actualModel: string;
|
|
18993
|
+
modelConsistency: string;
|
|
18994
|
+
consistent: string;
|
|
18995
|
+
inconsistent: string;
|
|
18996
|
+
observedAt: string;
|
|
18997
|
+
actor: string;
|
|
18998
|
+
auditId: string;
|
|
18999
|
+
dimension: string;
|
|
19000
|
+
tokens: string;
|
|
19001
|
+
capability: {
|
|
19002
|
+
chat: string;
|
|
19003
|
+
embedding: string;
|
|
19004
|
+
vision: string;
|
|
19005
|
+
json: string;
|
|
19006
|
+
tool_calling: string;
|
|
19007
|
+
streaming: string;
|
|
19008
|
+
reasoning: string;
|
|
19009
|
+
};
|
|
19010
|
+
impact: {
|
|
19011
|
+
capabilityDelta: string;
|
|
19012
|
+
capabilityDeltaBody: string;
|
|
19013
|
+
secretSafety: string;
|
|
19014
|
+
secretSafetyBody: string;
|
|
19015
|
+
residencyReview: string;
|
|
19016
|
+
residencyReviewBody: string;
|
|
19017
|
+
affectedWorkspace: string;
|
|
19018
|
+
affectedWorkspaceBody: string;
|
|
19019
|
+
routingDelta: string;
|
|
19020
|
+
routingDeltaBody: string;
|
|
19021
|
+
auditTrail: string;
|
|
19022
|
+
auditTrailBody: string;
|
|
19023
|
+
};
|
|
19024
|
+
providerHealth: string;
|
|
19025
|
+
atRiskCount: string;
|
|
19026
|
+
activeCount: string;
|
|
19027
|
+
unknownHealthChecks: string;
|
|
19028
|
+
healthChecksVisible: string;
|
|
19029
|
+
policyCoverage: string;
|
|
19030
|
+
policyCoverageHelper: string;
|
|
19031
|
+
secretRotationRisk: string;
|
|
19032
|
+
configured: string;
|
|
19033
|
+
notConfigured: string;
|
|
19034
|
+
available: string;
|
|
19035
|
+
unavailable: string;
|
|
19036
|
+
notTested: string;
|
|
19037
|
+
gapCount: string;
|
|
19038
|
+
secretRotationHelper: string;
|
|
19039
|
+
fallbackRoutingRisk: string;
|
|
19040
|
+
covered: string;
|
|
19041
|
+
fallbackRoutingHelper: string;
|
|
19042
|
+
reliability: string;
|
|
19043
|
+
noDefaultModel: string;
|
|
19044
|
+
selectProviderReliability: string;
|
|
19045
|
+
modelRouting: string;
|
|
19046
|
+
modelRoutingBound: string;
|
|
19047
|
+
modelRoutingUnbound: string;
|
|
19048
|
+
capabilityCoverage: string;
|
|
19049
|
+
noCapabilities: string;
|
|
19050
|
+
wired: string;
|
|
19051
|
+
notWired: string;
|
|
19052
|
+
capabilityCatalogTitle: string;
|
|
19053
|
+
capabilityCatalogDescription: string;
|
|
19054
|
+
capabilityColumn: string;
|
|
19055
|
+
wiringColumn: string;
|
|
19056
|
+
runtimeConsumerColumn: string;
|
|
19057
|
+
noConsumer: string;
|
|
19058
|
+
noProviderSelected: string;
|
|
19059
|
+
modelResidency: string;
|
|
19060
|
+
noRegion: string;
|
|
19061
|
+
noResidencyPolicy: string;
|
|
19062
|
+
residencyUnavailable: string;
|
|
19063
|
+
noAiProviderSelected: string;
|
|
19064
|
+
providerKey: string;
|
|
19065
|
+
defaultModel: string;
|
|
19066
|
+
health: string;
|
|
19067
|
+
policyWorkspace: string;
|
|
19068
|
+
noPinnedPolicy: string;
|
|
19069
|
+
secret: string;
|
|
19070
|
+
updated: string;
|
|
19071
|
+
};
|
|
19072
|
+
};
|
|
19073
|
+
channelProviderControlPlane: {
|
|
19074
|
+
ui: {
|
|
19075
|
+
capability: {
|
|
19076
|
+
send_email: string;
|
|
19077
|
+
receive_email: string;
|
|
19078
|
+
send_sms: string;
|
|
19079
|
+
send_push: string;
|
|
19080
|
+
send_work_notice: string;
|
|
19081
|
+
in_app_notify: string;
|
|
19082
|
+
};
|
|
19083
|
+
purpose: {
|
|
19084
|
+
transactional: string;
|
|
19085
|
+
marketing: string;
|
|
19086
|
+
notification: string;
|
|
19087
|
+
workflow: string;
|
|
19088
|
+
servicebot: string;
|
|
19089
|
+
site_auth: string;
|
|
19090
|
+
inbound_case: string;
|
|
19091
|
+
in_app: string;
|
|
19092
|
+
mixed: string;
|
|
19093
|
+
};
|
|
19094
|
+
impact: {
|
|
19095
|
+
capabilityDelta: string;
|
|
19096
|
+
capabilityDeltaBody: string;
|
|
19097
|
+
secretSafety: string;
|
|
19098
|
+
secretSafetyBody: string;
|
|
19099
|
+
deliveryControls: string;
|
|
19100
|
+
deliveryControlsBody: string;
|
|
19101
|
+
affectedWorkspace: string;
|
|
19102
|
+
affectedWorkspaceBody: string;
|
|
19103
|
+
policyDelta: string;
|
|
19104
|
+
policyDeltaBody: string;
|
|
19105
|
+
auditTrail: string;
|
|
19106
|
+
auditTrailBody: string;
|
|
19107
|
+
};
|
|
19108
|
+
title: string;
|
|
19109
|
+
providerHealth: string;
|
|
19110
|
+
atRiskCount: string;
|
|
19111
|
+
activeCount: string;
|
|
19112
|
+
unknownDeliveryHealth: string;
|
|
19113
|
+
governedSenderCount: string;
|
|
19114
|
+
policyCoverage: string;
|
|
19115
|
+
policyCoverageHelper: string;
|
|
19116
|
+
secretRotationRisk: string;
|
|
19117
|
+
configured: string;
|
|
19118
|
+
notConfigured: string;
|
|
19119
|
+
gapCount: string;
|
|
19120
|
+
secretRotationHelper: string;
|
|
19121
|
+
fallbackRoutingRisk: string;
|
|
19122
|
+
pinned: string;
|
|
19123
|
+
fallbackRoutingHelper: string;
|
|
19124
|
+
reliability: string;
|
|
19125
|
+
channel: string;
|
|
19126
|
+
selectChannelProvider: string;
|
|
19127
|
+
senderIdentity: string;
|
|
19128
|
+
domainOwnershipUnset: string;
|
|
19129
|
+
noProviderSelected: string;
|
|
19130
|
+
deliveryPolicy: string;
|
|
19131
|
+
deliveryPolicyBound: string;
|
|
19132
|
+
deliveryPolicyUnbound: string;
|
|
19133
|
+
deliveryReliability: string;
|
|
19134
|
+
noRegion: string;
|
|
19135
|
+
noResidencyPolicy: string;
|
|
19136
|
+
noHealthMessage: string;
|
|
19137
|
+
deliveryReliabilityUnavailable: string;
|
|
19138
|
+
noChannelProviderSelected: string;
|
|
19139
|
+
providerKey: string;
|
|
19140
|
+
providerKind: string;
|
|
19141
|
+
policyWorkspace: string;
|
|
19142
|
+
noPinnedPolicy: string;
|
|
19143
|
+
providerSecret: string;
|
|
19144
|
+
webhookSecret: string;
|
|
19145
|
+
updated: string;
|
|
19146
|
+
notWired: string;
|
|
19147
|
+
};
|
|
18605
19148
|
};
|
|
18606
19149
|
telephonyProviderControlPlane: {
|
|
18607
19150
|
title: string;
|
|
@@ -19891,6 +20434,20 @@ declare const _default: {
|
|
|
19891
20434
|
brandFull: string;
|
|
19892
20435
|
openNavAria: string;
|
|
19893
20436
|
searchPlaceholder: string;
|
|
20437
|
+
searchAria: string;
|
|
20438
|
+
openSearchAria: string;
|
|
20439
|
+
searchResultsAria: string;
|
|
20440
|
+
searchTitle: string;
|
|
20441
|
+
searchLoading: string;
|
|
20442
|
+
searchError: string;
|
|
20443
|
+
searchPartial: string;
|
|
20444
|
+
searchEmpty: string;
|
|
20445
|
+
searchHint: string;
|
|
20446
|
+
searchGroup: {
|
|
20447
|
+
agent: string;
|
|
20448
|
+
testCase: string;
|
|
20449
|
+
knowledge: string;
|
|
20450
|
+
};
|
|
19894
20451
|
settingsLinkTitle: string;
|
|
19895
20452
|
brandInitial: string;
|
|
19896
20453
|
embeddedHomeLabel: string;
|
|
@@ -20002,6 +20559,40 @@ declare const _default: {
|
|
|
20002
20559
|
learned_pattern: string;
|
|
20003
20560
|
behavior_event: string;
|
|
20004
20561
|
};
|
|
20562
|
+
behaviorEventType: {
|
|
20563
|
+
execution_started: string;
|
|
20564
|
+
user_input_received: string;
|
|
20565
|
+
context_retrieved: string;
|
|
20566
|
+
knowledge_retrieved: string;
|
|
20567
|
+
agent_output_generated: string;
|
|
20568
|
+
tool_call_started: string;
|
|
20569
|
+
tool_call_completed: string;
|
|
20570
|
+
tool_call_failed: string;
|
|
20571
|
+
policy_checked: string;
|
|
20572
|
+
guardrail_triggered: string;
|
|
20573
|
+
approval_requested: string;
|
|
20574
|
+
approval_approved: string;
|
|
20575
|
+
approval_rejected: string;
|
|
20576
|
+
human_edit_applied: string;
|
|
20577
|
+
human_handoff_triggered: string;
|
|
20578
|
+
execution_completed: string;
|
|
20579
|
+
execution_failed: string;
|
|
20580
|
+
outcome_verified: string;
|
|
20581
|
+
feedback_received: string;
|
|
20582
|
+
learning_signal_generated: string;
|
|
20583
|
+
improvement_recommendation_generated: string;
|
|
20584
|
+
};
|
|
20585
|
+
evidenceDrawerField: {
|
|
20586
|
+
eventType: string;
|
|
20587
|
+
sourceEvent: string;
|
|
20588
|
+
signal: string;
|
|
20589
|
+
recommendation: string;
|
|
20590
|
+
redaction: string;
|
|
20591
|
+
observedAt: string;
|
|
20592
|
+
summary: string;
|
|
20593
|
+
copyId: string;
|
|
20594
|
+
idCopied: string;
|
|
20595
|
+
};
|
|
20005
20596
|
signalType: {
|
|
20006
20597
|
successful_behavior_pattern: string;
|
|
20007
20598
|
failed_behavior_pattern: string;
|