@nexusclawhq/cli 0.3.38 → 0.3.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.d.ts +27 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.js +32 -0
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/community-capabilities.js.map +1 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +13 -2
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.js +12 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +12 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -3
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -3
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +988 -101
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +1004 -122
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1976 -202
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +988 -101
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +1010 -125
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +2 -2
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js +1 -1
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js.map +1 -1
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +0 -12
  26. package/dist/nexus-cli/src/cli.d.ts +4 -1
  27. package/dist/nexus-cli/src/cli.js +8 -1
  28. package/dist/nexus-cli/src/cli.js.map +1 -1
  29. package/dist/nexus-cli/src/cli.test.js +6 -0
  30. package/dist/nexus-cli/src/cli.test.js.map +1 -1
  31. package/dist/nexus-cli/src/commands/ai/help.test.js +4 -4
  32. package/dist/nexus-cli/src/commands/commands.test.js +1 -1
  33. package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
  34. package/dist/nexus-cli/src/commands/employee/bundle.d.ts +16 -0
  35. package/dist/nexus-cli/src/commands/employee/bundle.js +31 -15
  36. package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
  37. package/dist/nexus-cli/src/commands/employee/bundle.test.d.ts +1 -0
  38. package/dist/nexus-cli/src/commands/employee/bundle.test.js +33 -0
  39. package/dist/nexus-cli/src/commands/employee/bundle.test.js.map +1 -0
  40. package/dist/nexus-cli/src/commands/workforce/curated-exemplar.d.ts +2 -0
  41. package/dist/nexus-cli/src/commands/workforce/curated-exemplar.js +51 -0
  42. package/dist/nexus-cli/src/commands/workforce/curated-exemplar.js.map +1 -0
  43. package/dist/nexus-cli/src/commands/workforce/index.js +2 -0
  44. package/dist/nexus-cli/src/commands/workforce/index.js.map +1 -1
  45. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +5 -5
  46. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  47. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  48. package/dist/nexus-cli/src/contracts/command-policy.registry.js +2 -2
  49. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  50. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +4 -4
  51. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  52. package/dist/nexus-cli/src/runtime/output-coordinator.js +4 -3
  53. package/dist/nexus-cli/src/runtime/output-coordinator.js.map +1 -1
  54. package/dist/nexus-cli/src/runtime/output-coordinator.test.js +28 -0
  55. package/dist/nexus-cli/src/runtime/output-coordinator.test.js.map +1 -1
  56. package/dist/nexus-cli/src/services/curated-exemplar-remote.d.ts +32 -0
  57. package/dist/nexus-cli/src/services/curated-exemplar-remote.js +50 -0
  58. package/dist/nexus-cli/src/services/curated-exemplar-remote.js.map +1 -0
  59. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  60. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  61. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  62. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  63. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  64. package/dist/tsconfig.tsbuildinfo +1 -1
  65. package/package.json +2 -2
@@ -966,6 +966,11 @@ export declare const locales: {
966
966
  high: string;
967
967
  medium: string;
968
968
  low: string;
969
+ critical: string;
970
+ CRITICAL: string;
971
+ HIGH: string;
972
+ MEDIUM: string;
973
+ LOW: string;
969
974
  };
970
975
  overdue: string;
971
976
  deadline: string;
@@ -1689,6 +1694,8 @@ export declare const locales: {
1689
1694
  };
1690
1695
  duplicateStrategyNames: {
1691
1696
  skip: string;
1697
+ overwrite: string;
1698
+ create_new: string;
1692
1699
  };
1693
1700
  metrics: {
1694
1701
  totalRows: string;
@@ -2627,6 +2634,55 @@ export declare const locales: {
2627
2634
  aiKcGroundingTitle: string;
2628
2635
  aiSopWorkflowHubTitle: string;
2629
2636
  aiGuardrailPolicyIntelligenceTitle: string;
2637
+ objects: string;
2638
+ automation: string;
2639
+ integrations: string;
2640
+ dev: string;
2641
+ appColStatus: string;
2642
+ appColActions: string;
2643
+ autoNumberPrefix: string;
2644
+ autoNumberPrefixRequired: string;
2645
+ autoNumberStarting: string;
2646
+ autoNumberStartingRequired: string;
2647
+ aiTabSkills: string;
2648
+ aiTabTools: string;
2649
+ aiTabSettings: string;
2650
+ aiAuditActionAllow: string;
2651
+ aiAuditActionAudit: string;
2652
+ aiAuditActionConfirm: string;
2653
+ aiAuditActionApprove: string;
2654
+ aiAuditActionBlock: string;
2655
+ aiAuditApprovalPending: string;
2656
+ aiAuditApprovalApproved: string;
2657
+ aiAuditApprovalRejected: string;
2658
+ aiKcEditChunk: string;
2659
+ aiKcDetailLoadFailed: string;
2660
+ aiKcLoading: string;
2661
+ aiKcRetrievalCount: string;
2662
+ aiKcInjectionCount: string;
2663
+ aiKcReferenceCount: string;
2664
+ aiKcUpdateOk: string;
2665
+ aiKcDeleteOk: string;
2666
+ aiKcDeleteConfirm: string;
2667
+ aiSopStatusDraft: string;
2668
+ aiSopStatusReviewed: string;
2669
+ aiSopStatusActive: string;
2670
+ aiSopStatusArchived: string;
2671
+ rbHardDelete: string;
2672
+ rbPermanentDelete: string;
2673
+ rbPermanentDeleteUnavailable: string;
2674
+ rbSelectDelete: string;
2675
+ rbDeleteOk: string;
2676
+ rbDeleteFail: string;
2677
+ rbDeleteConfirmTitle: string;
2678
+ rbDeleteConfirmContent: string;
2679
+ rbCancel: string;
2680
+ aiSopCategoryGrowth: string;
2681
+ aiSopCategorySales: string;
2682
+ aiSopCategoryService: string;
2683
+ aiSopCategoryOnboarding: string;
2684
+ aiSopCategoryOperations: string;
2685
+ aiSopCategoryCompliance: string;
2630
2686
  };
2631
2687
  developer: {
2632
2688
  apiCredentials: string;
@@ -2706,10 +2762,33 @@ export declare const locales: {
2706
2762
  emptyNoneHint: string;
2707
2763
  neverRefreshed: string;
2708
2764
  refreshNow: string;
2709
- type: {};
2710
- typeDesc: {};
2711
- status: {};
2712
- stage: {};
2765
+ type: {
2766
+ DEVELOPER: string;
2767
+ DEVELOPER_PRO: string;
2768
+ PARTIAL: string;
2769
+ FULL: string;
2770
+ };
2771
+ typeDesc: {
2772
+ DEVELOPER: string;
2773
+ DEVELOPER_PRO: string;
2774
+ PARTIAL: string;
2775
+ FULL: string;
2776
+ };
2777
+ status: {
2778
+ CREATING: string;
2779
+ ACTIVE: string;
2780
+ REFRESHING: string;
2781
+ DELETING: string;
2782
+ DELETED: string;
2783
+ ERROR: string;
2784
+ };
2785
+ stage: {
2786
+ DEVELOPMENT: string;
2787
+ INTEGRATION: string;
2788
+ UAT: string;
2789
+ STAGING: string;
2790
+ PRODUCTION: string;
2791
+ };
2713
2792
  wizard: {
2714
2793
  title: string;
2715
2794
  stepType: string;
@@ -2728,12 +2807,25 @@ export declare const locales: {
2728
2807
  stagePlaceholder: string;
2729
2808
  stageRequired: string;
2730
2809
  stageExtra: string;
2731
- stageDesc: {};
2810
+ stageDesc: {
2811
+ DEVELOPMENT: string;
2812
+ INTEGRATION: string;
2813
+ UAT: string;
2814
+ STAGING: string;
2815
+ PRODUCTION: string;
2816
+ };
2732
2817
  sampleSizeLabel: string;
2733
2818
  sampleSizeTooltip: string;
2734
2819
  dataTemplateLabel: string;
2735
2820
  dataTemplateRequired: string;
2736
- template: {};
2821
+ template: {
2822
+ minimal: string;
2823
+ minimalDesc: string;
2824
+ standard: string;
2825
+ standardDesc: string;
2826
+ comprehensive: string;
2827
+ comprehensiveDesc: string;
2828
+ };
2737
2829
  fullWarningTitle: string;
2738
2830
  fullWarningDesc: string;
2739
2831
  confirmInfoTitle: string;
@@ -3475,6 +3567,10 @@ export declare const locales: {
3475
3567
  deleteObjectDesc: string;
3476
3568
  deleteConfirmInput: string;
3477
3569
  confirmText: string;
3570
+ functionCategoryMath: string;
3571
+ functionCategoryString: string;
3572
+ functionCategoryDate: string;
3573
+ functionCategoryLogic: string;
3478
3574
  };
3479
3575
  permission: {
3480
3576
  tabPermissions: string;
@@ -3556,6 +3652,8 @@ export declare const locales: {
3556
3652
  maxSessionsHint: string;
3557
3653
  policyLabel: string;
3558
3654
  policyDesc: string;
3655
+ policy_KICK_OLDEST: string;
3656
+ policy_BLOCK_NEW: string;
3559
3657
  };
3560
3658
  activationStatus: string;
3561
3659
  activationStatusDesc: string;
@@ -3878,6 +3976,9 @@ export declare const locales: {
3878
3976
  status: {
3879
3977
  active: string;
3880
3978
  failed: string;
3979
+ creating: string;
3980
+ dropping: string;
3981
+ dropped: string;
3881
3982
  };
3882
3983
  };
3883
3984
  appWizard: {
@@ -4244,7 +4345,30 @@ export declare const locales: {
4244
4345
  account: string;
4245
4346
  opportunity: string;
4246
4347
  activity: string;
4247
- };
4348
+ lead: string;
4349
+ contact: string;
4350
+ task: string;
4351
+ case: string;
4352
+ product: string;
4353
+ };
4354
+ recordQueryLoading: string;
4355
+ recordQueryDone: string;
4356
+ recordCreateLoading: string;
4357
+ recordCreateDone: string;
4358
+ recordUpdateLoading: string;
4359
+ recordUpdateDone: string;
4360
+ recordDeleteLoading: string;
4361
+ recordDeleteDone: string;
4362
+ knowledgeSearchLoading: string;
4363
+ knowledgeSearchDone: string;
4364
+ emailDraftLoading: string;
4365
+ emailDraftDone: string;
4366
+ emailSendLoading: string;
4367
+ emailSendDone: string;
4368
+ reportAggregateLoading: string;
4369
+ reportAggregateDone: string;
4370
+ webSearchLoading: string;
4371
+ webSearchDone: string;
4248
4372
  };
4249
4373
  };
4250
4374
  agentDemo: {
@@ -4580,6 +4704,12 @@ export declare const locales: {
4580
4704
  viewDetail: string;
4581
4705
  success: string;
4582
4706
  error: string;
4707
+ startSuccess: string;
4708
+ startError: string;
4709
+ pauseSuccess: string;
4710
+ pauseError: string;
4711
+ cancelSuccess: string;
4712
+ cancelError: string;
4583
4713
  };
4584
4714
  filter: {
4585
4715
  status: {
@@ -4587,19 +4717,33 @@ export declare const locales: {
4587
4717
  running: string;
4588
4718
  paused: string;
4589
4719
  completed: string;
4720
+ all: string;
4721
+ scheduled: string;
4722
+ cancelled: string;
4590
4723
  };
4591
4724
  type: {
4592
4725
  manual: string;
4726
+ all: string;
4727
+ preview: string;
4728
+ progressive: string;
4729
+ predictive: string;
4730
+ ai_auto: string;
4593
4731
  };
4594
4732
  };
4595
4733
  type: {
4596
4734
  manual: string;
4735
+ preview: string;
4736
+ progressive: string;
4737
+ predictive: string;
4738
+ ai_auto: string;
4597
4739
  };
4598
4740
  status: {
4599
4741
  draft: string;
4600
4742
  running: string;
4601
4743
  paused: string;
4602
4744
  completed: string;
4745
+ scheduled: string;
4746
+ cancelled: string;
4603
4747
  };
4604
4748
  stats: {
4605
4749
  total: string;
@@ -4687,15 +4831,28 @@ export declare const locales: {
4687
4831
  };
4688
4832
  createModal: {
4689
4833
  type: {
4690
- manual: {};
4834
+ manual: {
4835
+ label: string;
4836
+ desc: string;
4837
+ };
4691
4838
  preview: {
4692
4839
  label: string;
4693
4840
  desc: string;
4694
4841
  };
4695
- progressive: {};
4696
- ai_auto: {};
4842
+ progressive: {
4843
+ label: string;
4844
+ desc: string;
4845
+ };
4846
+ ai_auto: {
4847
+ label: string;
4848
+ desc: string;
4849
+ };
4850
+ };
4851
+ contactSource: {
4852
+ list_view: string;
4853
+ csv: string;
4854
+ segment: string;
4697
4855
  };
4698
- contactSource: {};
4699
4856
  timezone: {
4700
4857
  "Asia/Shanghai": string;
4701
4858
  "Asia/Tokyo": string;
@@ -4784,6 +4941,17 @@ export declare const locales: {
4784
4941
  colTargetCustomer: string;
4785
4942
  colLearning: string;
4786
4943
  executionQueue: string;
4944
+ customerHistoryTitle: string;
4945
+ customerHistoryDescription: string;
4946
+ backToAllExecutions: string;
4947
+ trigger: {
4948
+ manual: string;
4949
+ schedule: string;
4950
+ event: string;
4951
+ agentTest: string;
4952
+ message: string;
4953
+ other: string;
4954
+ };
4787
4955
  fleet: {
4788
4956
  title: string;
4789
4957
  windowLabel: string;
@@ -5314,6 +5482,10 @@ export declare const locales: {
5314
5482
  intro: string;
5315
5483
  create: string;
5316
5484
  open: string;
5485
+ refresh: string;
5486
+ refreshAria: string;
5487
+ refreshSuccess: string;
5488
+ refreshError: string;
5317
5489
  deleteConfirm: string;
5318
5490
  deleteAria: string;
5319
5491
  deleteSuccess: string;
@@ -5387,13 +5559,19 @@ export declare const locales: {
5387
5559
  title: string;
5388
5560
  refresh: string;
5389
5561
  refreshSuccess: string;
5562
+ refreshSuccessWithSummary: string;
5390
5563
  refreshError: string;
5391
5564
  estimatedCount: string;
5392
5565
  totalCount: string;
5393
5566
  colContactId: string;
5394
5567
  colSource: string;
5395
5568
  colAddedAt: string;
5396
- sourceOption: {};
5569
+ sourceOption: {
5570
+ filter: string;
5571
+ csv_import: string;
5572
+ manual: string;
5573
+ recipient_list_import: string;
5574
+ };
5397
5575
  };
5398
5576
  };
5399
5577
  emailMarketing: {
@@ -5623,16 +5801,28 @@ export declare const locales: {
5623
5801
  };
5624
5802
  action: {
5625
5803
  description: string;
5804
+ name: string;
5626
5805
  };
5627
5806
  decision: {
5628
5807
  description: string;
5808
+ name: string;
5629
5809
  };
5630
5810
  wait: {
5631
5811
  description: string;
5812
+ name: string;
5813
+ };
5814
+ split: {
5815
+ name: string;
5816
+ description: string;
5817
+ };
5818
+ goal: {
5819
+ name: string;
5820
+ description: string;
5821
+ };
5822
+ exit: {
5823
+ name: string;
5824
+ description: string;
5632
5825
  };
5633
- split: {};
5634
- goal: {};
5635
- exit: {};
5636
5826
  };
5637
5827
  };
5638
5828
  nodeConfig: {
@@ -6220,18 +6410,23 @@ export declare const locales: {
6220
6410
  risk: {
6221
6411
  L0: {
6222
6412
  label: string;
6413
+ action: string;
6223
6414
  };
6224
6415
  L1: {
6225
6416
  label: string;
6417
+ action: string;
6226
6418
  };
6227
6419
  L2: {
6228
6420
  label: string;
6421
+ action: string;
6229
6422
  };
6230
6423
  L3: {
6231
6424
  label: string;
6425
+ action: string;
6232
6426
  };
6233
6427
  L4: {
6234
6428
  label: string;
6429
+ action: string;
6235
6430
  };
6236
6431
  };
6237
6432
  toolForm: {
@@ -6412,6 +6607,7 @@ export declare const locales: {
6412
6607
  builderGuardrailTitle: string;
6413
6608
  builderHighRiskActions: string;
6414
6609
  builderIdentity: {
6610
+ independent: string;
6415
6611
  assistant: string;
6416
6612
  };
6417
6613
  assistantIdentityBanner: string;
@@ -6437,7 +6633,15 @@ export declare const locales: {
6437
6633
  builderKpiWindowMeta: string;
6438
6634
  builderLearningDesc: string;
6439
6635
  builderLearningRecommendationDesc: string;
6440
- builderLifecycle: {};
6636
+ builderLifecycle: {
6637
+ draft: string;
6638
+ approval_pending: string;
6639
+ ready: string;
6640
+ running: string;
6641
+ governance_needed: string;
6642
+ asset_gap: string;
6643
+ test_gap: string;
6644
+ };
6441
6645
  builderLifecycleAction: string;
6442
6646
  builderLifecycleStage: string;
6443
6647
  builderMetricWindow: string;
@@ -6457,13 +6661,22 @@ export declare const locales: {
6457
6661
  builderPreviewRestoring: string;
6458
6662
  builderReadinessTitle: string;
6459
6663
  builderReadiness: {
6664
+ identity: string;
6460
6665
  knowledge: string;
6461
6666
  guardrail: string;
6462
6667
  access: string;
6463
6668
  sop: string;
6669
+ test: string;
6670
+ loadFailed: string;
6671
+ loadFailedDescription: string;
6672
+ retry: string;
6464
6673
  };
6465
6674
  builderReadinessMenuCaption: string;
6466
- builderReadinessStatus: {};
6675
+ builderReadinessStatus: {
6676
+ ok: string;
6677
+ gap: string;
6678
+ unknown: string;
6679
+ };
6467
6680
  builderRecentExecutions: string;
6468
6681
  builderRecentFailure: string;
6469
6682
  builderRecentFailureDesc: string;
@@ -6480,13 +6693,25 @@ export declare const locales: {
6480
6693
  builderSavedState: string;
6481
6694
  editProfile: string;
6482
6695
  builderSection: {
6696
+ identity: string;
6697
+ sharing: string;
6698
+ cognitivePolicy: string;
6699
+ topics: string;
6700
+ actions: string;
6483
6701
  knowledge: string;
6484
6702
  guardrail: string;
6485
6703
  access: string;
6486
6704
  sop: string;
6705
+ learning: string;
6706
+ test: string;
6707
+ observability: string;
6487
6708
  };
6488
6709
  cognitive: {
6489
- tab: {};
6710
+ tab: {
6711
+ successContract: string;
6712
+ proactivePolicy: string;
6713
+ contextAndMemoryPolicy: string;
6714
+ };
6490
6715
  successContractTitle: string;
6491
6716
  successContractDesc: string;
6492
6717
  proactivePolicyTitle: string;
@@ -6902,6 +7127,13 @@ export declare const locales: {
6902
7127
  versionHistory: string;
6903
7128
  writeRateLimit: string;
6904
7129
  };
7130
+ nodeTypes: {
7131
+ topic: string;
7132
+ tool: string;
7133
+ guardrail: string;
7134
+ knowledge: string;
7135
+ model: string;
7136
+ };
6905
7137
  };
6906
7138
  servicebotAgentDesk: {
6907
7139
  channel: {
@@ -7032,7 +7264,15 @@ export declare const locales: {
7032
7264
  namePlaceholder: string;
7033
7265
  descriptionPlaceholder: string;
7034
7266
  scopeHint: string;
7035
- permission: {};
7267
+ permission: {
7268
+ dataRead: string;
7269
+ dataWrite: string;
7270
+ navigation: string;
7271
+ ui: string;
7272
+ platformScan: string;
7273
+ platformLocation: string;
7274
+ platformImage: string;
7275
+ };
7036
7276
  onlyJs: string;
7037
7277
  maxSize: string;
7038
7278
  uploadSuccess: string;
@@ -7119,7 +7359,14 @@ export declare const locales: {
7119
7359
  fontColor: string;
7120
7360
  noAggHint: string;
7121
7361
  title: string;
7122
- conditionType: {};
7362
+ conditionType: {
7363
+ gt: string;
7364
+ lt: string;
7365
+ eq: string;
7366
+ between: string;
7367
+ topN: string;
7368
+ bottomN: string;
7369
+ };
7123
7370
  };
7124
7371
  configPanel: {
7125
7372
  collapsePanel: string;
@@ -7171,6 +7418,21 @@ export declare const locales: {
7171
7418
  notEquals: string;
7172
7419
  in: string;
7173
7420
  notIn: string;
7421
+ between: string;
7422
+ before: string;
7423
+ after: string;
7424
+ thisWeek: string;
7425
+ lastWeek: string;
7426
+ thisMonth: string;
7427
+ lastMonth: string;
7428
+ thisQuarter: string;
7429
+ lastQuarter: string;
7430
+ thisYear: string;
7431
+ lastYear: string;
7432
+ thisFiscalQuarter: string;
7433
+ lastFiscalYear: string;
7434
+ lastNDays: string;
7435
+ nextNDays: string;
7174
7436
  };
7175
7437
  };
7176
7438
  filtersTab: {
@@ -7325,6 +7587,13 @@ export declare const locales: {
7325
7587
  statusScheduled: string;
7326
7588
  statusScheduledHelperNext: string;
7327
7589
  statusScheduledHelperFirst: string;
7590
+ weekdaySunday: string;
7591
+ weekdayMonday: string;
7592
+ weekdayTuesday: string;
7593
+ weekdayWednesday: string;
7594
+ weekdayThursday: string;
7595
+ weekdayFriday: string;
7596
+ weekdaySaturday: string;
7328
7597
  };
7329
7598
  selectFields: {};
7330
7599
  selectObject: {};
@@ -7367,15 +7636,29 @@ export declare const locales: {
7367
7636
  saveFailed: string;
7368
7637
  saveFirst: string;
7369
7638
  undo: string;
7370
- reportTypeOptions: {};
7639
+ reportTypeOptions: {
7640
+ tabular: string;
7641
+ summary: string;
7642
+ matrix: string;
7643
+ joined: string;
7644
+ };
7371
7645
  apiNamePlaceholder: string;
7372
7646
  close: string;
7373
7647
  };
7374
7648
  viewer: {
7375
7649
  reportTypeMeta: {
7376
- tabular: {};
7377
- summary: {};
7378
- matrix: {};
7650
+ tabular: {
7651
+ label: string;
7652
+ hint: string;
7653
+ };
7654
+ summary: {
7655
+ label: string;
7656
+ hint: string;
7657
+ };
7658
+ matrix: {
7659
+ label: string;
7660
+ hint: string;
7661
+ };
7379
7662
  };
7380
7663
  aggregateCount: string;
7381
7664
  aggregateEmpty: string;
@@ -7619,13 +7902,34 @@ export declare const locales: {
7619
7902
  customDomainMax: string;
7620
7903
  customDomainPlaceholder: string;
7621
7904
  templateOptions: {
7622
- BLANK: {};
7623
- CUSTOMER_SERVICE: {};
7624
- HELP_CENTER: {};
7625
- PARTNER_CENTRAL: {};
7626
- SELF_SERVICE: {};
7627
- COMMUNITY: {};
7628
- MICROSITE: {};
7905
+ BLANK: {
7906
+ label: string;
7907
+ description: string;
7908
+ };
7909
+ CUSTOMER_SERVICE: {
7910
+ label: string;
7911
+ description: string;
7912
+ };
7913
+ HELP_CENTER: {
7914
+ label: string;
7915
+ description: string;
7916
+ };
7917
+ PARTNER_CENTRAL: {
7918
+ label: string;
7919
+ description: string;
7920
+ };
7921
+ SELF_SERVICE: {
7922
+ label: string;
7923
+ description: string;
7924
+ };
7925
+ COMMUNITY: {
7926
+ label: string;
7927
+ description: string;
7928
+ };
7929
+ MICROSITE: {
7930
+ label: string;
7931
+ description: string;
7932
+ };
7629
7933
  };
7630
7934
  };
7631
7935
  list: {
@@ -8103,7 +8407,14 @@ export declare const locales: {
8103
8407
  };
8104
8408
  cardConfig: {
8105
8409
  cardType: string;
8106
- cardTypeOption: {};
8410
+ cardTypeOption: {
8411
+ metric: string;
8412
+ list: string;
8413
+ chart: string;
8414
+ pending_actions: string;
8415
+ recent: string;
8416
+ custom: string;
8417
+ };
8107
8418
  title: string;
8108
8419
  icon: string;
8109
8420
  relatedObject: string;
@@ -8170,7 +8481,14 @@ export declare const locales: {
8170
8481
  targetValue: string;
8171
8482
  route: string;
8172
8483
  flowVersionId: string;
8173
- actionTypeOption: {};
8484
+ actionTypeOption: {
8485
+ create_related: string;
8486
+ update_field: string;
8487
+ trigger_flow: string;
8488
+ call: string;
8489
+ email: string;
8490
+ navigate: string;
8491
+ };
8174
8492
  };
8175
8493
  fabConfig: {
8176
8494
  buttonName: string;
@@ -8178,6 +8496,12 @@ export declare const locales: {
8178
8496
  actionType: string;
8179
8497
  createObject: string;
8180
8498
  route: string;
8499
+ fabTypeOption: {
8500
+ create: string;
8501
+ scan: string;
8502
+ navigate: string;
8503
+ trigger_flow: string;
8504
+ };
8181
8505
  };
8182
8506
  tabConfig: {
8183
8507
  tabName: string;
@@ -8909,8 +9233,29 @@ export declare const locales: {
8909
9233
  noDeployResults: string;
8910
9234
  };
8911
9235
  objectFieldsPages: {
8912
- fieldTypeOption: {};
8913
- relationTypeOption: {};
9236
+ fieldTypeOption: {
9237
+ TEXT: string;
9238
+ LONG_TEXT: string;
9239
+ NUMBER: string;
9240
+ DATE: string;
9241
+ DATETIME: string;
9242
+ BOOLEAN: string;
9243
+ SELECT: string;
9244
+ MULTI_SELECT: string;
9245
+ RELATION: string;
9246
+ EMAIL: string;
9247
+ PHONE: string;
9248
+ URL: string;
9249
+ CURRENCY: string;
9250
+ UUID: string;
9251
+ FORMULA: string;
9252
+ ROLLUP: string;
9253
+ };
9254
+ relationTypeOption: {
9255
+ ONE_TO_MANY: string;
9256
+ MANY_TO_ONE: string;
9257
+ MANY_TO_MANY: string;
9258
+ };
8914
9259
  breadcrumbSettings: string;
8915
9260
  breadcrumbObjects: string;
8916
9261
  breadcrumbNewField: string;
@@ -10905,14 +11250,42 @@ export declare const locales: {
10905
11250
  homePrimaryChainLabel: string;
10906
11251
  homeExtendedLabel: string;
10907
11252
  homeCards: {
10908
- profiles: {};
10909
- dealRegistrations: {};
10910
- referrals: {};
10911
- insights: {};
10912
- channelSources: {};
10913
- jointMarketing: {};
10914
- enablement: {};
10915
- integrations: {};
11253
+ profiles: {
11254
+ title: string;
11255
+ description: string;
11256
+ step: string;
11257
+ };
11258
+ dealRegistrations: {
11259
+ title: string;
11260
+ description: string;
11261
+ step: string;
11262
+ };
11263
+ referrals: {
11264
+ title: string;
11265
+ description: string;
11266
+ step: string;
11267
+ };
11268
+ insights: {
11269
+ title: string;
11270
+ description: string;
11271
+ step: string;
11272
+ };
11273
+ channelSources: {
11274
+ title: string;
11275
+ description: string;
11276
+ };
11277
+ jointMarketing: {
11278
+ title: string;
11279
+ description: string;
11280
+ };
11281
+ enablement: {
11282
+ title: string;
11283
+ description: string;
11284
+ };
11285
+ integrations: {
11286
+ title: string;
11287
+ description: string;
11288
+ };
10916
11289
  };
10917
11290
  };
10918
11291
  platformAdmin: {
@@ -11113,7 +11486,13 @@ export declare const locales: {
11113
11486
  memberTypeLabel: string;
11114
11487
  memberTypePlaceholder: string;
11115
11488
  memberTypeRequired: string;
11116
- memberTypeOption: {};
11489
+ memberTypeOption: {
11490
+ USER: string;
11491
+ ROLE: string;
11492
+ ROLE_AND_SUBORDINATES: string;
11493
+ ORG_NODE: string;
11494
+ PUBLIC_GROUP: string;
11495
+ };
11117
11496
  referenceRequired: string;
11118
11497
  searchPlaceholder: string;
11119
11498
  selectMember: string;
@@ -11151,7 +11530,13 @@ export declare const locales: {
11151
11530
  labelMemberCount: string;
11152
11531
  memberRemoved: string;
11153
11532
  memberNameUnavailable: string;
11154
- memberTypeOption: {};
11533
+ memberTypeOption: {
11534
+ USER: string;
11535
+ ROLE: string;
11536
+ ROLE_AND_SUBORDINATES: string;
11537
+ ORG_NODE: string;
11538
+ PUBLIC_GROUP: string;
11539
+ };
11155
11540
  membersTitle: string;
11156
11541
  noMembers: string;
11157
11542
  notFound: string;
@@ -11401,8 +11786,25 @@ export declare const locales: {
11401
11786
  totalCount: string;
11402
11787
  riskGroup: {
11403
11788
  access: string;
11789
+ captcha: string;
11790
+ identity: string;
11791
+ risk: string;
11792
+ system: string;
11793
+ };
11794
+ failureCode: {
11795
+ CAPTCHA_REQUIRED: string;
11796
+ CAPTCHA_FAILED: string;
11797
+ EMAIL_DUPLICATE: string;
11798
+ USERNAME_DUPLICATE: string;
11799
+ FORBIDDEN: string;
11800
+ BAD_REQUEST: string;
11801
+ SIGNUP_FAILED: string;
11802
+ RATE_LIMITED: string;
11803
+ IP_RATE_LIMITED: string;
11804
+ EMAIL_RATE_LIMITED: string;
11805
+ PROVISIONING_CONFLICT: string;
11806
+ PROVISIONING_FAILED: string;
11404
11807
  };
11405
- failureCode: {};
11406
11808
  };
11407
11809
  };
11408
11810
  marketingPages: {
@@ -11724,7 +12126,14 @@ export declare const locales: {
11724
12126
  description: string;
11725
12127
  actionHint: string;
11726
12128
  };
11727
- dispositionLabel: {};
12129
+ dispositionLabel: {
12130
+ interested: string;
12131
+ callback: string;
12132
+ not_interested: string;
12133
+ no_answer: string;
12134
+ voicemail: string;
12135
+ other: string;
12136
+ };
11728
12137
  };
11729
12138
  itemTable: {
11730
12139
  filterStatusPlaceholder: string;
@@ -11774,7 +12183,11 @@ export declare const locales: {
11774
12183
  typeRequired: string;
11775
12184
  typeEditTooltip: string;
11776
12185
  typePlaceholder: string;
11777
- typeOption: {};
12186
+ typeOption: {
12187
+ object: string;
12188
+ page: string;
12189
+ url: string;
12190
+ };
11778
12191
  objectLabel: string;
11779
12192
  objectRequired: string;
11780
12193
  objectPlaceholder: string;
@@ -12376,7 +12789,13 @@ export declare const locales: {
12376
12789
  relationFieldLabel: string;
12377
12790
  relationFieldPlaceholder: string;
12378
12791
  aggregateFunctionLabel: string;
12379
- functionOption: {};
12792
+ functionOption: {
12793
+ SUM: string;
12794
+ COUNT: string;
12795
+ AVG: string;
12796
+ MIN: string;
12797
+ MAX: string;
12798
+ };
12380
12799
  childFieldLabel: string;
12381
12800
  childFieldPlaceholder: string;
12382
12801
  filterCriteriaLabel: string;
@@ -12616,6 +13035,12 @@ export declare const locales: {
12616
13035
  messageLabel: string;
12617
13036
  stackLabel: string;
12618
13037
  componentStackLabel: string;
13038
+ routeLabel: string;
13039
+ workspaceLabel: string;
13040
+ traceLabel: string;
13041
+ timeLabel: string;
13042
+ copyDetails: string;
13043
+ copied: string;
12619
13044
  };
12620
13045
  fileUpload: {
12621
13046
  selectFile: string;
@@ -12903,30 +13328,102 @@ export declare const locales: {
12903
13328
  };
12904
13329
  newFieldSelect: {
12905
13330
  fieldType: {
12906
- TEXT: {};
12907
- LONG_TEXT: {};
12908
- NUMBER: {};
12909
- BOOLEAN: {};
12910
- DATE: {};
12911
- DATE_TIME: {};
12912
- SELECT: {};
12913
- MULTI_SELECT: {};
12914
- RATING: {};
12915
- CURRENCY: {};
12916
- EMAILS: {};
12917
- PHONES: {};
12918
- LINKS: {};
12919
- FULL_NAME: {};
12920
- ADDRESS: {};
12921
- RELATION: {};
12922
- UUID: {};
12923
- RAW_JSON: {};
12924
- ARRAY: {};
12925
- FILES: {};
12926
- GEOLOCATION: {};
12927
- EXTERNAL_LOOKUP: {};
12928
- FORMULA: {};
12929
- ROLLUP: {};
13331
+ TEXT: {
13332
+ label: string;
13333
+ description: string;
13334
+ };
13335
+ LONG_TEXT: {
13336
+ label: string;
13337
+ description: string;
13338
+ };
13339
+ NUMBER: {
13340
+ label: string;
13341
+ description: string;
13342
+ };
13343
+ BOOLEAN: {
13344
+ label: string;
13345
+ description: string;
13346
+ };
13347
+ DATE: {
13348
+ label: string;
13349
+ description: string;
13350
+ };
13351
+ DATE_TIME: {
13352
+ label: string;
13353
+ description: string;
13354
+ };
13355
+ SELECT: {
13356
+ label: string;
13357
+ description: string;
13358
+ };
13359
+ MULTI_SELECT: {
13360
+ label: string;
13361
+ description: string;
13362
+ };
13363
+ RATING: {
13364
+ label: string;
13365
+ description: string;
13366
+ };
13367
+ CURRENCY: {
13368
+ label: string;
13369
+ description: string;
13370
+ };
13371
+ EMAILS: {
13372
+ label: string;
13373
+ description: string;
13374
+ };
13375
+ PHONES: {
13376
+ label: string;
13377
+ description: string;
13378
+ };
13379
+ LINKS: {
13380
+ label: string;
13381
+ description: string;
13382
+ };
13383
+ FULL_NAME: {
13384
+ label: string;
13385
+ description: string;
13386
+ };
13387
+ ADDRESS: {
13388
+ label: string;
13389
+ description: string;
13390
+ };
13391
+ RELATION: {
13392
+ label: string;
13393
+ description: string;
13394
+ };
13395
+ UUID: {
13396
+ label: string;
13397
+ description: string;
13398
+ };
13399
+ RAW_JSON: {
13400
+ label: string;
13401
+ description: string;
13402
+ };
13403
+ ARRAY: {
13404
+ label: string;
13405
+ description: string;
13406
+ };
13407
+ FILES: {
13408
+ label: string;
13409
+ description: string;
13410
+ };
13411
+ GEOLOCATION: {
13412
+ label: string;
13413
+ description: string;
13414
+ };
13415
+ EXTERNAL_LOOKUP: {
13416
+ label: string;
13417
+ description: string;
13418
+ };
13419
+ FORMULA: {
13420
+ label: string;
13421
+ description: string;
13422
+ };
13423
+ ROLLUP: {
13424
+ label: string;
13425
+ description: string;
13426
+ };
12930
13427
  };
12931
13428
  categoryDescription: {
12932
13429
  Basic: string;
@@ -14057,6 +14554,12 @@ export declare const locales: {
14057
14554
  objAutomationExecution: string;
14058
14555
  objLoginHistory: string;
14059
14556
  objQuoteLineItem: string;
14557
+ chartArea: string;
14558
+ chartCombo: string;
14559
+ chartDonut: string;
14560
+ chartGauge: string;
14561
+ chartScatter: string;
14562
+ chartType: string;
14060
14563
  };
14061
14564
  servicebot: {
14062
14565
  channels: string;
@@ -14654,8 +15157,19 @@ export declare const locales: {
14654
15157
  loadFailed: string;
14655
15158
  totalRecords: string;
14656
15159
  noRecords: string;
14657
- status: {};
14658
- triggerType: {};
15160
+ status: {
15161
+ RUNNING: string;
15162
+ COMPLETED: string;
15163
+ FAILED: string;
15164
+ CANCELLED: string;
15165
+ WAITING: string;
15166
+ };
15167
+ triggerType: {
15168
+ RECORD_TRIGGER: string;
15169
+ MANUAL: string;
15170
+ SCHEDULED: string;
15171
+ SUBFLOW: string;
15172
+ };
14659
15173
  };
14660
15174
  decisionConfig: {
14661
15175
  title: string;
@@ -15169,6 +15683,12 @@ export declare const locales: {
15169
15683
  transferToMobile: string;
15170
15684
  close: string;
15171
15685
  };
15686
+ queueStatus: {
15687
+ pending: string;
15688
+ completed: string;
15689
+ failed: string;
15690
+ skipped: string;
15691
+ };
15172
15692
  };
15173
15693
  recording: {
15174
15694
  list: {
@@ -15285,6 +15805,11 @@ export declare const locales: {
15285
15805
  pending: string;
15286
15806
  completed: string;
15287
15807
  failed: string;
15808
+ scheduled: string;
15809
+ dialing: string;
15810
+ connected: string;
15811
+ skipped: string;
15812
+ dnc: string;
15288
15813
  };
15289
15814
  disposition: {
15290
15815
  interested: string;
@@ -15292,6 +15817,7 @@ export declare const locales: {
15292
15817
  not_interested: string;
15293
15818
  voicemail: string;
15294
15819
  no_answer: string;
15820
+ appointment_set: string;
15295
15821
  };
15296
15822
  filter: {
15297
15823
  status: string;
@@ -15941,7 +16467,13 @@ export declare const locales: {
15941
16467
  cancel: string;
15942
16468
  deleteConfirmPrefix: string;
15943
16469
  deleteConfirmSuffix: string;
15944
- object: {};
16470
+ object: {
16471
+ Opportunity: string;
16472
+ Quote: string;
16473
+ Contract: string;
16474
+ Account: string;
16475
+ Order: string;
16476
+ };
15945
16477
  approver: {
15946
16478
  user: string;
15947
16479
  role: string;
@@ -16090,8 +16622,18 @@ export declare const locales: {
16090
16622
  fieldConditions: string;
16091
16623
  updateSuccess: string;
16092
16624
  updateFailed: string;
16093
- object: {};
16094
- evaluation: {};
16625
+ object: {
16626
+ Opportunity: string;
16627
+ Account: string;
16628
+ Contact: string;
16629
+ Task: string;
16630
+ Lead: string;
16631
+ };
16632
+ evaluation: {
16633
+ created: string;
16634
+ created_and_edited: string;
16635
+ edited: string;
16636
+ };
16095
16637
  };
16096
16638
  triggersAdmin: {
16097
16639
  title: string;
@@ -16235,6 +16777,7 @@ export declare const locales: {
16235
16777
  abortError: string;
16236
16778
  };
16237
16779
  platformAdmin: {
16780
+ menuChannelProvider: string;
16238
16781
  adminPanelUi: {
16239
16782
  common: {
16240
16783
  sectionOther: string;
@@ -16988,13 +17531,84 @@ export declare const locales: {
16988
17531
  noMatchingItems: string;
16989
17532
  menuPlatformAdminHome: string;
16990
17533
  providerControlPlaneUi: {
16991
- family: {};
16992
- tone: {};
17534
+ family: {
17535
+ ai: string;
17536
+ telephony: string;
17537
+ channel: string;
17538
+ };
17539
+ tone: {
17540
+ success: string;
17541
+ warning: string;
17542
+ danger: string;
17543
+ info: string;
17544
+ neutral: string;
17545
+ };
16993
17546
  field: {
16994
17547
  key: string;
16995
17548
  label: string;
16996
17549
  secret: string;
16997
- };
17550
+ kind: string;
17551
+ status: string;
17552
+ health: string;
17553
+ defaultModel: string;
17554
+ capabilities: string;
17555
+ region: string;
17556
+ action: string;
17557
+ workspace: string;
17558
+ primaryProvider: string;
17559
+ routing: string;
17560
+ migration: string;
17561
+ fallbacks: string;
17562
+ channel: string;
17563
+ runtime: string;
17564
+ residency: string;
17565
+ providerSecret: string;
17566
+ webhookSecret: string;
17567
+ purpose: string;
17568
+ providerConfigKey: string;
17569
+ providerKind: string;
17570
+ priority: string;
17571
+ baseUrl: string;
17572
+ dataResidency: string;
17573
+ internalEndpoint: string;
17574
+ enabledCapabilities: string;
17575
+ modelListJson: string;
17576
+ metadataMaskedJson: string;
17577
+ migrationState: string;
17578
+ fallbackChainJson: string;
17579
+ modelPolicyJson: string;
17580
+ budgetPolicyJson: string;
17581
+ accountRefMasked: string;
17582
+ endpointMasked: string;
17583
+ senderIdentityJson: string;
17584
+ domainPolicyJson: string;
17585
+ suppressionPolicyJson: string;
17586
+ retryPolicyJson: string;
17587
+ rateLimitPolicyJson: string;
17588
+ senderPolicyJson: string;
17589
+ templateBoundaryPolicyJson: string;
17590
+ sendingLimitPolicyJson: string;
17591
+ compliancePolicyJson: string;
17592
+ featurePolicyJson: string;
17593
+ };
17594
+ guardrailAria: string;
17595
+ metricsAria: string;
17596
+ workbenchAria: string;
17597
+ recordsAria: string;
17598
+ riskTitle: string;
17599
+ noActiveRisk: string;
17600
+ contractGuarded: string;
17601
+ maskedAuditView: string;
17602
+ providerConfigs: string;
17603
+ orgPolicies: string;
17604
+ cancel: string;
17605
+ saveWithAudit: string;
17606
+ create: string;
17607
+ edit: string;
17608
+ bindPolicy: string;
17609
+ impactAria: string;
17610
+ impactPreview: string;
17611
+ impactDescription: string;
16998
17612
  };
16999
17613
  aiProviderControlPlane: {
17000
17614
  title: string;
@@ -17018,7 +17632,15 @@ export declare const locales: {
17018
17632
  createPolicyModalTitle: string;
17019
17633
  workspacePlaceholder: string;
17020
17634
  ui: {
17021
- capability: {};
17635
+ capability: {
17636
+ chat: string;
17637
+ embedding: string;
17638
+ vision: string;
17639
+ json: string;
17640
+ tool_calling: string;
17641
+ streaming: string;
17642
+ reasoning: string;
17643
+ };
17022
17644
  impact: {
17023
17645
  capabilityDelta: string;
17024
17646
  capabilityDeltaBody: string;
@@ -17033,13 +17655,110 @@ export declare const locales: {
17033
17655
  auditTrail: string;
17034
17656
  auditTrailBody: string;
17035
17657
  };
17036
- runtimeConsumer: {};
17658
+ runtimeConsumer: {
17659
+ modelRouting: string;
17660
+ knowledgeRetrieval: string;
17661
+ other: string;
17662
+ unavailable: string;
17663
+ };
17664
+ loadFailed: string;
17665
+ loadFailedDescription: string;
17666
+ retry: string;
17667
+ test: string;
17668
+ testAll: string;
17669
+ testProvider: string;
17670
+ editProvider: string;
17671
+ probeResults: string;
17672
+ noWiredProbeTargets: string;
17673
+ noProbeResults: string;
17674
+ result: string;
17675
+ passed: string;
17676
+ failed: string;
17677
+ latency: string;
17678
+ evidence: string;
17679
+ diagnostic: string;
17680
+ requestedModel: string;
17681
+ actualModel: string;
17682
+ modelConsistency: string;
17683
+ consistent: string;
17684
+ inconsistent: string;
17685
+ observedAt: string;
17686
+ actor: string;
17687
+ auditId: string;
17688
+ dimension: string;
17689
+ tokens: string;
17690
+ providerHealth: string;
17691
+ atRiskCount: string;
17692
+ activeCount: string;
17693
+ unknownHealthChecks: string;
17694
+ healthChecksVisible: string;
17695
+ policyCoverage: string;
17696
+ policyCoverageHelper: string;
17697
+ secretRotationRisk: string;
17698
+ configured: string;
17699
+ notConfigured: string;
17700
+ available: string;
17701
+ unavailable: string;
17702
+ notTested: string;
17703
+ gapCount: string;
17704
+ secretRotationHelper: string;
17705
+ fallbackRoutingRisk: string;
17706
+ covered: string;
17707
+ fallbackRoutingHelper: string;
17708
+ reliability: string;
17709
+ noDefaultModel: string;
17710
+ selectProviderReliability: string;
17711
+ modelRouting: string;
17712
+ modelRoutingBound: string;
17713
+ modelRoutingUnbound: string;
17714
+ capabilityCoverage: string;
17715
+ noCapabilities: string;
17716
+ wired: string;
17717
+ notWired: string;
17718
+ capabilityCatalogTitle: string;
17719
+ capabilityCatalogDescription: string;
17720
+ runtimeCatalogUnavailable: string;
17721
+ invalidJson: string;
17722
+ capabilityColumn: string;
17723
+ wiringColumn: string;
17724
+ runtimeConsumerColumn: string;
17725
+ noConsumer: string;
17726
+ noProviderSelected: string;
17727
+ modelResidency: string;
17728
+ noRegion: string;
17729
+ noResidencyPolicy: string;
17730
+ residencyUnavailable: string;
17731
+ noAiProviderSelected: string;
17732
+ providerKey: string;
17733
+ defaultModel: string;
17734
+ health: string;
17735
+ policyWorkspace: string;
17736
+ noPinnedPolicy: string;
17737
+ secret: string;
17738
+ updated: string;
17037
17739
  };
17038
17740
  };
17039
17741
  channelProviderControlPlane: {
17040
17742
  ui: {
17041
- capability: {};
17042
- purpose: {};
17743
+ capability: {
17744
+ send_email: string;
17745
+ receive_email: string;
17746
+ send_sms: string;
17747
+ send_push: string;
17748
+ send_work_notice: string;
17749
+ in_app_notify: string;
17750
+ };
17751
+ purpose: {
17752
+ transactional: string;
17753
+ marketing: string;
17754
+ notification: string;
17755
+ workflow: string;
17756
+ servicebot: string;
17757
+ site_auth: string;
17758
+ inbound_case: string;
17759
+ in_app: string;
17760
+ mixed: string;
17761
+ };
17043
17762
  impact: {
17044
17763
  capabilityDelta: string;
17045
17764
  capabilityDeltaBody: string;
@@ -17054,6 +17773,54 @@ export declare const locales: {
17054
17773
  auditTrail: string;
17055
17774
  auditTrailBody: string;
17056
17775
  };
17776
+ loadFailed: string;
17777
+ loadFailedDescription: string;
17778
+ retry: string;
17779
+ title: string;
17780
+ providerHealth: string;
17781
+ atRiskCount: string;
17782
+ activeCount: string;
17783
+ unknownDeliveryHealth: string;
17784
+ governedSenderCount: string;
17785
+ policyCoverage: string;
17786
+ policyCoverageHelper: string;
17787
+ secretRotationRisk: string;
17788
+ configured: string;
17789
+ notConfigured: string;
17790
+ gapCount: string;
17791
+ secretRotationHelper: string;
17792
+ fallbackRoutingRisk: string;
17793
+ pinned: string;
17794
+ fallbackRoutingHelper: string;
17795
+ reliability: string;
17796
+ channel: string;
17797
+ selectChannelProvider: string;
17798
+ senderIdentity: string;
17799
+ domainOwnershipUnset: string;
17800
+ noProviderSelected: string;
17801
+ deliveryPolicy: string;
17802
+ deliveryPolicyBound: string;
17803
+ deliveryPolicyUnbound: string;
17804
+ deliveryReliability: string;
17805
+ noRegion: string;
17806
+ noResidencyPolicy: string;
17807
+ noHealthMessage: string;
17808
+ deliveryReliabilityUnavailable: string;
17809
+ noChannelProviderSelected: string;
17810
+ providerKey: string;
17811
+ providerKind: string;
17812
+ policyWorkspace: string;
17813
+ noPinnedPolicy: string;
17814
+ providerSecret: string;
17815
+ webhookSecret: string;
17816
+ updated: string;
17817
+ notWired: string;
17818
+ invalidJson: string;
17819
+ configuredSecretRefHint: string;
17820
+ optionalProviderSecretRefHint: string;
17821
+ optionalWebhookSecretRefHint: string;
17822
+ wiredCapabilitiesHint: string;
17823
+ notWiredCapabilitiesHint: string;
17057
17824
  };
17058
17825
  };
17059
17826
  telephonyProviderControlPlane: {};
@@ -17669,19 +18436,75 @@ export declare const locales: {
17669
18436
  sensitiveAllow: string;
17670
18437
  };
17671
18438
  imBotSetup: {
17672
- toolLabel: {};
18439
+ toolLabel: {
18440
+ recordQuery: string;
18441
+ recordAggregate: string;
18442
+ recordCreate: string;
18443
+ recordUpdate: string;
18444
+ activityLog: string;
18445
+ knowledgeSearch: string;
18446
+ reportGenerate: string;
18447
+ imNotify: string;
18448
+ };
17673
18449
  platform: {
17674
- dingtalk: {};
17675
- feishu: {};
17676
- wecom: {};
17677
- slack: {};
17678
- teams: {};
17679
- web_chat: {};
17680
- api: {};
17681
- phone_agent: {};
18450
+ dingtalk: {
18451
+ label: string;
18452
+ step1: string;
18453
+ step2: string;
18454
+ step3: string;
18455
+ step4: string;
18456
+ };
18457
+ feishu: {
18458
+ label: string;
18459
+ step1: string;
18460
+ step2: string;
18461
+ step3: string;
18462
+ step4: string;
18463
+ };
18464
+ wecom: {
18465
+ label: string;
18466
+ step1: string;
18467
+ step2: string;
18468
+ step3: string;
18469
+ note: string;
18470
+ };
18471
+ slack: {
18472
+ label: string;
18473
+ step1: string;
18474
+ step2: string;
18475
+ step3: string;
18476
+ };
18477
+ teams: {
18478
+ label: string;
18479
+ step1: string;
18480
+ step2: string;
18481
+ step3: string;
18482
+ };
18483
+ web_chat: {
18484
+ label: string;
18485
+ step1: string;
18486
+ step2: string;
18487
+ step3: string;
18488
+ };
18489
+ api: {
18490
+ label: string;
18491
+ step1: string;
18492
+ step2: string;
18493
+ step3: string;
18494
+ };
18495
+ phone_agent: {
18496
+ label: string;
18497
+ step1: string;
18498
+ step2: string;
18499
+ step3: string;
18500
+ };
17682
18501
  };
17683
18502
  field: {
17684
- wecom: {};
18503
+ wecom: {
18504
+ corpId: string;
18505
+ agentId: string;
18506
+ secret: string;
18507
+ };
17685
18508
  };
17686
18509
  simNoReply: string;
17687
18510
  simFailed: string;
@@ -17733,6 +18556,9 @@ export declare const locales: {
17733
18556
  on: string;
17734
18557
  toggleChannelAria: string;
17735
18558
  edit: string;
18559
+ copyCallbackUrl: string;
18560
+ copyCallbackUrlAria: string;
18561
+ callbackUrlCopied: string;
17736
18562
  confirmDelete: string;
17737
18563
  delete: string;
17738
18564
  cancel: string;
@@ -18121,9 +18947,25 @@ export declare const locales: {
18121
18947
  colActions: string;
18122
18948
  detail: string;
18123
18949
  totalCount: string;
18124
- outcomeTypeLabels: {};
18125
- tierLabels: {};
18126
- statusLabels: {};
18950
+ outcomeTypeLabels: {
18951
+ mql: string;
18952
+ opportunityCreated: string;
18953
+ opportunityWon: string;
18954
+ caseClosed: string;
18955
+ customerActivated: string;
18956
+ };
18957
+ tierLabels: {
18958
+ full: string;
18959
+ half: string;
18960
+ none: string;
18961
+ };
18962
+ statusLabels: {
18963
+ pending: string;
18964
+ billed: string;
18965
+ waived: string;
18966
+ disputed: string;
18967
+ cancelled: string;
18968
+ };
18127
18969
  };
18128
18970
  agentPermission: {
18129
18971
  pageTitle: string;
@@ -18538,6 +19380,11 @@ export declare const locales: {
18538
19380
  type: {
18539
19381
  service: string;
18540
19382
  custom: string;
19383
+ sales: string;
19384
+ analytics: string;
19385
+ operations: string;
19386
+ marketing: string;
19387
+ support: string;
18541
19388
  };
18542
19389
  status: {
18543
19390
  active: string;
@@ -18547,17 +19394,55 @@ export declare const locales: {
18547
19394
  inactive: string;
18548
19395
  disabled: string;
18549
19396
  };
18550
- capability: {};
19397
+ capability: {
19398
+ multilingual_outreach: string;
19399
+ lead_qualification: string;
19400
+ email_drafting: string;
19401
+ prospect_research: string;
19402
+ mql_scoring: string;
19403
+ mql_conversion: string;
19404
+ follow_up_cadence: string;
19405
+ inbound_inquiry: string;
19406
+ sales: string;
19407
+ case_resolution: string;
19408
+ refund_processing: string;
19409
+ order_tracking: string;
19410
+ faq_answering: string;
19411
+ escalation_routing: string;
19412
+ team_coaching: string;
19413
+ next_best_action: string;
19414
+ sop_adherence: string;
19415
+ bottleneck_alerting: string;
19416
+ bottleneck_detection: string;
19417
+ performance_review: string;
19418
+ enablement: string;
19419
+ pipeline_analysis: string;
19420
+ revenue_forecasting: string;
19421
+ report_generation: string;
19422
+ kpi_monitoring: string;
19423
+ };
18551
19424
  };
18552
19425
  orchestrationDisplay: {
18553
19426
  trigger: {
18554
19427
  manual: string;
19428
+ event: string;
19429
+ schedule: string;
18555
19430
  };
18556
19431
  category: {
18557
19432
  default: string;
19433
+ custom: string;
19434
+ };
19435
+ failureStrategy: {
19436
+ continue: string;
19437
+ fail_fast: string;
19438
+ retry: string;
19439
+ };
19440
+ stepType: {
19441
+ agent_task: string;
19442
+ condition: string;
19443
+ parallel: string;
19444
+ tool_call: string;
18558
19445
  };
18559
- failureStrategy: {};
18560
- stepType: {};
18561
19446
  };
18562
19447
  aiWorkforceHome: {
18563
19448
  title: string;
@@ -18628,6 +19513,8 @@ export declare const locales: {
18628
19513
  emptyRecent: string;
18629
19514
  executionFallback: string;
18630
19515
  agentFallback: string;
19516
+ customerPrefix: string;
19517
+ customerCommLink: string;
18631
19518
  metric: {
18632
19519
  activeAgents: string;
18633
19520
  totalAgentsPrefix: string;
@@ -20161,6 +21048,11 @@ export declare const locales: {
20161
21048
  high: string;
20162
21049
  medium: string;
20163
21050
  low: string;
21051
+ critical: string;
21052
+ CRITICAL: string;
21053
+ HIGH: string;
21054
+ MEDIUM: string;
21055
+ LOW: string;
20164
21056
  };
20165
21057
  overdue: string;
20166
21058
  deadline: string;
@@ -20884,6 +21776,8 @@ export declare const locales: {
20884
21776
  };
20885
21777
  duplicateStrategyNames: {
20886
21778
  skip: string;
21779
+ overwrite: string;
21780
+ create_new: string;
20887
21781
  };
20888
21782
  metrics: {
20889
21783
  totalRows: string;
@@ -21822,6 +22716,55 @@ export declare const locales: {
21822
22716
  aiKcGroundingTitle: string;
21823
22717
  aiSopWorkflowHubTitle: string;
21824
22718
  aiGuardrailPolicyIntelligenceTitle: string;
22719
+ objects: string;
22720
+ automation: string;
22721
+ integrations: string;
22722
+ dev: string;
22723
+ appColStatus: string;
22724
+ appColActions: string;
22725
+ autoNumberPrefix: string;
22726
+ autoNumberPrefixRequired: string;
22727
+ autoNumberStarting: string;
22728
+ autoNumberStartingRequired: string;
22729
+ aiTabSkills: string;
22730
+ aiTabTools: string;
22731
+ aiTabSettings: string;
22732
+ aiAuditActionAllow: string;
22733
+ aiAuditActionAudit: string;
22734
+ aiAuditActionConfirm: string;
22735
+ aiAuditActionApprove: string;
22736
+ aiAuditActionBlock: string;
22737
+ aiAuditApprovalPending: string;
22738
+ aiAuditApprovalApproved: string;
22739
+ aiAuditApprovalRejected: string;
22740
+ aiKcEditChunk: string;
22741
+ aiKcDetailLoadFailed: string;
22742
+ aiKcLoading: string;
22743
+ aiKcRetrievalCount: string;
22744
+ aiKcInjectionCount: string;
22745
+ aiKcReferenceCount: string;
22746
+ aiKcUpdateOk: string;
22747
+ aiKcDeleteOk: string;
22748
+ aiKcDeleteConfirm: string;
22749
+ aiSopStatusDraft: string;
22750
+ aiSopStatusReviewed: string;
22751
+ aiSopStatusActive: string;
22752
+ aiSopStatusArchived: string;
22753
+ rbHardDelete: string;
22754
+ rbPermanentDelete: string;
22755
+ rbPermanentDeleteUnavailable: string;
22756
+ rbSelectDelete: string;
22757
+ rbDeleteOk: string;
22758
+ rbDeleteFail: string;
22759
+ rbDeleteConfirmTitle: string;
22760
+ rbDeleteConfirmContent: string;
22761
+ rbCancel: string;
22762
+ aiSopCategoryGrowth: string;
22763
+ aiSopCategorySales: string;
22764
+ aiSopCategoryService: string;
22765
+ aiSopCategoryOnboarding: string;
22766
+ aiSopCategoryOperations: string;
22767
+ aiSopCategoryCompliance: string;
21825
22768
  };
21826
22769
  developer: {
21827
22770
  apiCredentials: string;
@@ -21901,10 +22844,33 @@ export declare const locales: {
21901
22844
  emptyNoneHint: string;
21902
22845
  neverRefreshed: string;
21903
22846
  refreshNow: string;
21904
- type: {};
21905
- typeDesc: {};
21906
- status: {};
21907
- stage: {};
22847
+ type: {
22848
+ DEVELOPER: string;
22849
+ DEVELOPER_PRO: string;
22850
+ PARTIAL: string;
22851
+ FULL: string;
22852
+ };
22853
+ typeDesc: {
22854
+ DEVELOPER: string;
22855
+ DEVELOPER_PRO: string;
22856
+ PARTIAL: string;
22857
+ FULL: string;
22858
+ };
22859
+ status: {
22860
+ CREATING: string;
22861
+ ACTIVE: string;
22862
+ REFRESHING: string;
22863
+ DELETING: string;
22864
+ DELETED: string;
22865
+ ERROR: string;
22866
+ };
22867
+ stage: {
22868
+ DEVELOPMENT: string;
22869
+ INTEGRATION: string;
22870
+ UAT: string;
22871
+ STAGING: string;
22872
+ PRODUCTION: string;
22873
+ };
21908
22874
  wizard: {
21909
22875
  title: string;
21910
22876
  stepType: string;
@@ -21923,12 +22889,25 @@ export declare const locales: {
21923
22889
  stagePlaceholder: string;
21924
22890
  stageRequired: string;
21925
22891
  stageExtra: string;
21926
- stageDesc: {};
22892
+ stageDesc: {
22893
+ DEVELOPMENT: string;
22894
+ INTEGRATION: string;
22895
+ UAT: string;
22896
+ STAGING: string;
22897
+ PRODUCTION: string;
22898
+ };
21927
22899
  sampleSizeLabel: string;
21928
22900
  sampleSizeTooltip: string;
21929
22901
  dataTemplateLabel: string;
21930
22902
  dataTemplateRequired: string;
21931
- template: {};
22903
+ template: {
22904
+ minimal: string;
22905
+ minimalDesc: string;
22906
+ standard: string;
22907
+ standardDesc: string;
22908
+ comprehensive: string;
22909
+ comprehensiveDesc: string;
22910
+ };
21932
22911
  fullWarningTitle: string;
21933
22912
  fullWarningDesc: string;
21934
22913
  confirmInfoTitle: string;
@@ -22670,6 +23649,10 @@ export declare const locales: {
22670
23649
  deleteObjectDesc: string;
22671
23650
  deleteConfirmInput: string;
22672
23651
  confirmText: string;
23652
+ functionCategoryMath: string;
23653
+ functionCategoryString: string;
23654
+ functionCategoryDate: string;
23655
+ functionCategoryLogic: string;
22673
23656
  };
22674
23657
  permission: {
22675
23658
  tabPermissions: string;
@@ -22751,6 +23734,8 @@ export declare const locales: {
22751
23734
  maxSessionsHint: string;
22752
23735
  policyLabel: string;
22753
23736
  policyDesc: string;
23737
+ policy_KICK_OLDEST: string;
23738
+ policy_BLOCK_NEW: string;
22754
23739
  };
22755
23740
  activationStatus: string;
22756
23741
  activationStatusDesc: string;
@@ -23073,6 +24058,9 @@ export declare const locales: {
23073
24058
  status: {
23074
24059
  active: string;
23075
24060
  failed: string;
24061
+ creating: string;
24062
+ dropping: string;
24063
+ dropped: string;
23076
24064
  };
23077
24065
  };
23078
24066
  appWizard: {
@@ -23439,7 +24427,30 @@ export declare const locales: {
23439
24427
  account: string;
23440
24428
  opportunity: string;
23441
24429
  activity: string;
23442
- };
24430
+ lead: string;
24431
+ contact: string;
24432
+ task: string;
24433
+ case: string;
24434
+ product: string;
24435
+ };
24436
+ recordQueryLoading: string;
24437
+ recordQueryDone: string;
24438
+ recordCreateLoading: string;
24439
+ recordCreateDone: string;
24440
+ recordUpdateLoading: string;
24441
+ recordUpdateDone: string;
24442
+ recordDeleteLoading: string;
24443
+ recordDeleteDone: string;
24444
+ knowledgeSearchLoading: string;
24445
+ knowledgeSearchDone: string;
24446
+ emailDraftLoading: string;
24447
+ emailDraftDone: string;
24448
+ emailSendLoading: string;
24449
+ emailSendDone: string;
24450
+ reportAggregateLoading: string;
24451
+ reportAggregateDone: string;
24452
+ webSearchLoading: string;
24453
+ webSearchDone: string;
23443
24454
  };
23444
24455
  };
23445
24456
  agentDemo: {
@@ -23775,6 +24786,12 @@ export declare const locales: {
23775
24786
  viewDetail: string;
23776
24787
  success: string;
23777
24788
  error: string;
24789
+ startSuccess: string;
24790
+ startError: string;
24791
+ pauseSuccess: string;
24792
+ pauseError: string;
24793
+ cancelSuccess: string;
24794
+ cancelError: string;
23778
24795
  };
23779
24796
  filter: {
23780
24797
  status: {
@@ -23782,19 +24799,33 @@ export declare const locales: {
23782
24799
  running: string;
23783
24800
  paused: string;
23784
24801
  completed: string;
24802
+ all: string;
24803
+ scheduled: string;
24804
+ cancelled: string;
23785
24805
  };
23786
24806
  type: {
23787
24807
  manual: string;
24808
+ all: string;
24809
+ preview: string;
24810
+ progressive: string;
24811
+ predictive: string;
24812
+ ai_auto: string;
23788
24813
  };
23789
24814
  };
23790
24815
  type: {
23791
24816
  manual: string;
24817
+ preview: string;
24818
+ progressive: string;
24819
+ predictive: string;
24820
+ ai_auto: string;
23792
24821
  };
23793
24822
  status: {
23794
24823
  draft: string;
23795
24824
  running: string;
23796
24825
  paused: string;
23797
24826
  completed: string;
24827
+ scheduled: string;
24828
+ cancelled: string;
23798
24829
  };
23799
24830
  stats: {
23800
24831
  total: string;
@@ -23882,15 +24913,28 @@ export declare const locales: {
23882
24913
  };
23883
24914
  createModal: {
23884
24915
  type: {
23885
- manual: {};
24916
+ manual: {
24917
+ label: string;
24918
+ desc: string;
24919
+ };
23886
24920
  preview: {
23887
24921
  label: string;
23888
24922
  desc: string;
23889
24923
  };
23890
- progressive: {};
23891
- ai_auto: {};
24924
+ progressive: {
24925
+ label: string;
24926
+ desc: string;
24927
+ };
24928
+ ai_auto: {
24929
+ label: string;
24930
+ desc: string;
24931
+ };
24932
+ };
24933
+ contactSource: {
24934
+ list_view: string;
24935
+ csv: string;
24936
+ segment: string;
23892
24937
  };
23893
- contactSource: {};
23894
24938
  timezone: {
23895
24939
  "Asia/Shanghai": string;
23896
24940
  "Asia/Tokyo": string;
@@ -23977,6 +25021,17 @@ export declare const locales: {
23977
25021
  nextPage: string;
23978
25022
  pageIndicator: string;
23979
25023
  colTargetCustomer: string;
25024
+ customerHistoryTitle: string;
25025
+ customerHistoryDescription: string;
25026
+ backToAllExecutions: string;
25027
+ trigger: {
25028
+ manual: string;
25029
+ schedule: string;
25030
+ event: string;
25031
+ agentTest: string;
25032
+ message: string;
25033
+ other: string;
25034
+ };
23980
25035
  colLearning: string;
23981
25036
  executionQueue: string;
23982
25037
  fleet: {
@@ -24509,6 +25564,10 @@ export declare const locales: {
24509
25564
  intro: string;
24510
25565
  create: string;
24511
25566
  open: string;
25567
+ refresh: string;
25568
+ refreshAria: string;
25569
+ refreshSuccess: string;
25570
+ refreshError: string;
24512
25571
  deleteConfirm: string;
24513
25572
  deleteAria: string;
24514
25573
  deleteSuccess: string;
@@ -24582,13 +25641,19 @@ export declare const locales: {
24582
25641
  title: string;
24583
25642
  refresh: string;
24584
25643
  refreshSuccess: string;
25644
+ refreshSuccessWithSummary: string;
24585
25645
  refreshError: string;
24586
25646
  estimatedCount: string;
24587
25647
  totalCount: string;
24588
25648
  colContactId: string;
24589
25649
  colSource: string;
24590
25650
  colAddedAt: string;
24591
- sourceOption: {};
25651
+ sourceOption: {
25652
+ filter: string;
25653
+ csv_import: string;
25654
+ manual: string;
25655
+ recipient_list_import: string;
25656
+ };
24592
25657
  };
24593
25658
  };
24594
25659
  emailMarketing: {
@@ -24818,16 +25883,28 @@ export declare const locales: {
24818
25883
  };
24819
25884
  action: {
24820
25885
  description: string;
25886
+ name: string;
24821
25887
  };
24822
25888
  decision: {
24823
25889
  description: string;
25890
+ name: string;
24824
25891
  };
24825
25892
  wait: {
24826
25893
  description: string;
25894
+ name: string;
25895
+ };
25896
+ split: {
25897
+ name: string;
25898
+ description: string;
25899
+ };
25900
+ goal: {
25901
+ name: string;
25902
+ description: string;
25903
+ };
25904
+ exit: {
25905
+ name: string;
25906
+ description: string;
24827
25907
  };
24828
- split: {};
24829
- goal: {};
24830
- exit: {};
24831
25908
  };
24832
25909
  };
24833
25910
  nodeConfig: {
@@ -25415,18 +26492,23 @@ export declare const locales: {
25415
26492
  risk: {
25416
26493
  L0: {
25417
26494
  label: string;
26495
+ action: string;
25418
26496
  };
25419
26497
  L1: {
25420
26498
  label: string;
26499
+ action: string;
25421
26500
  };
25422
26501
  L2: {
25423
26502
  label: string;
26503
+ action: string;
25424
26504
  };
25425
26505
  L3: {
25426
26506
  label: string;
26507
+ action: string;
25427
26508
  };
25428
26509
  L4: {
25429
26510
  label: string;
26511
+ action: string;
25430
26512
  };
25431
26513
  };
25432
26514
  toolForm: {
@@ -25607,6 +26689,7 @@ export declare const locales: {
25607
26689
  builderGuardrailTitle: string;
25608
26690
  builderHighRiskActions: string;
25609
26691
  builderIdentity: {
26692
+ independent: string;
25610
26693
  assistant: string;
25611
26694
  };
25612
26695
  assistantIdentityBanner: string;
@@ -25632,7 +26715,15 @@ export declare const locales: {
25632
26715
  builderKpiWindowMeta: string;
25633
26716
  builderLearningDesc: string;
25634
26717
  builderLearningRecommendationDesc: string;
25635
- builderLifecycle: {};
26718
+ builderLifecycle: {
26719
+ draft: string;
26720
+ approval_pending: string;
26721
+ ready: string;
26722
+ running: string;
26723
+ governance_needed: string;
26724
+ asset_gap: string;
26725
+ test_gap: string;
26726
+ };
25636
26727
  builderLifecycleAction: string;
25637
26728
  builderLifecycleStage: string;
25638
26729
  builderMetricWindow: string;
@@ -25652,13 +26743,22 @@ export declare const locales: {
25652
26743
  builderPreviewRestoring: string;
25653
26744
  builderReadinessTitle: string;
25654
26745
  builderReadiness: {
26746
+ identity: string;
25655
26747
  knowledge: string;
25656
26748
  guardrail: string;
25657
26749
  access: string;
25658
26750
  sop: string;
26751
+ test: string;
26752
+ loadFailed: string;
26753
+ loadFailedDescription: string;
26754
+ retry: string;
25659
26755
  };
25660
26756
  builderReadinessMenuCaption: string;
25661
- builderReadinessStatus: {};
26757
+ builderReadinessStatus: {
26758
+ ok: string;
26759
+ gap: string;
26760
+ unknown: string;
26761
+ };
25662
26762
  builderRecentExecutions: string;
25663
26763
  builderRecentFailure: string;
25664
26764
  builderRecentFailureDesc: string;
@@ -25675,13 +26775,25 @@ export declare const locales: {
25675
26775
  builderSavedState: string;
25676
26776
  editProfile: string;
25677
26777
  builderSection: {
26778
+ identity: string;
26779
+ sharing: string;
26780
+ cognitivePolicy: string;
26781
+ topics: string;
26782
+ actions: string;
25678
26783
  knowledge: string;
25679
26784
  guardrail: string;
25680
26785
  access: string;
25681
26786
  sop: string;
26787
+ learning: string;
26788
+ test: string;
26789
+ observability: string;
25682
26790
  };
25683
26791
  cognitive: {
25684
- tab: {};
26792
+ tab: {
26793
+ successContract: string;
26794
+ proactivePolicy: string;
26795
+ contextAndMemoryPolicy: string;
26796
+ };
25685
26797
  successContractTitle: string;
25686
26798
  successContractDesc: string;
25687
26799
  proactivePolicyTitle: string;
@@ -26097,6 +27209,13 @@ export declare const locales: {
26097
27209
  versionHistory: string;
26098
27210
  writeRateLimit: string;
26099
27211
  };
27212
+ nodeTypes: {
27213
+ topic: string;
27214
+ tool: string;
27215
+ guardrail: string;
27216
+ knowledge: string;
27217
+ model: string;
27218
+ };
26100
27219
  };
26101
27220
  servicebotAgentDesk: {
26102
27221
  channel: {
@@ -26227,7 +27346,15 @@ export declare const locales: {
26227
27346
  namePlaceholder: string;
26228
27347
  descriptionPlaceholder: string;
26229
27348
  scopeHint: string;
26230
- permission: {};
27349
+ permission: {
27350
+ dataRead: string;
27351
+ dataWrite: string;
27352
+ navigation: string;
27353
+ ui: string;
27354
+ platformScan: string;
27355
+ platformLocation: string;
27356
+ platformImage: string;
27357
+ };
26231
27358
  onlyJs: string;
26232
27359
  maxSize: string;
26233
27360
  uploadSuccess: string;
@@ -26314,7 +27441,14 @@ export declare const locales: {
26314
27441
  fontColor: string;
26315
27442
  noAggHint: string;
26316
27443
  title: string;
26317
- conditionType: {};
27444
+ conditionType: {
27445
+ gt: string;
27446
+ lt: string;
27447
+ eq: string;
27448
+ between: string;
27449
+ topN: string;
27450
+ bottomN: string;
27451
+ };
26318
27452
  };
26319
27453
  configPanel: {
26320
27454
  collapsePanel: string;
@@ -26366,6 +27500,21 @@ export declare const locales: {
26366
27500
  notEquals: string;
26367
27501
  in: string;
26368
27502
  notIn: string;
27503
+ between: string;
27504
+ before: string;
27505
+ after: string;
27506
+ thisWeek: string;
27507
+ lastWeek: string;
27508
+ thisMonth: string;
27509
+ lastMonth: string;
27510
+ thisQuarter: string;
27511
+ lastQuarter: string;
27512
+ thisYear: string;
27513
+ lastYear: string;
27514
+ thisFiscalQuarter: string;
27515
+ lastFiscalYear: string;
27516
+ lastNDays: string;
27517
+ nextNDays: string;
26369
27518
  };
26370
27519
  };
26371
27520
  filtersTab: {
@@ -26520,6 +27669,13 @@ export declare const locales: {
26520
27669
  statusScheduled: string;
26521
27670
  statusScheduledHelperNext: string;
26522
27671
  statusScheduledHelperFirst: string;
27672
+ weekdaySunday: string;
27673
+ weekdayMonday: string;
27674
+ weekdayTuesday: string;
27675
+ weekdayWednesday: string;
27676
+ weekdayThursday: string;
27677
+ weekdayFriday: string;
27678
+ weekdaySaturday: string;
26523
27679
  };
26524
27680
  selectFields: {};
26525
27681
  selectObject: {};
@@ -26562,15 +27718,29 @@ export declare const locales: {
26562
27718
  saveFailed: string;
26563
27719
  saveFirst: string;
26564
27720
  undo: string;
26565
- reportTypeOptions: {};
27721
+ reportTypeOptions: {
27722
+ tabular: string;
27723
+ summary: string;
27724
+ matrix: string;
27725
+ joined: string;
27726
+ };
26566
27727
  apiNamePlaceholder: string;
26567
27728
  close: string;
26568
27729
  };
26569
27730
  viewer: {
26570
27731
  reportTypeMeta: {
26571
- tabular: {};
26572
- summary: {};
26573
- matrix: {};
27732
+ tabular: {
27733
+ label: string;
27734
+ hint: string;
27735
+ };
27736
+ summary: {
27737
+ label: string;
27738
+ hint: string;
27739
+ };
27740
+ matrix: {
27741
+ label: string;
27742
+ hint: string;
27743
+ };
26574
27744
  };
26575
27745
  aggregateCount: string;
26576
27746
  aggregateEmpty: string;
@@ -26814,13 +27984,34 @@ export declare const locales: {
26814
27984
  customDomainMax: string;
26815
27985
  customDomainPlaceholder: string;
26816
27986
  templateOptions: {
26817
- BLANK: {};
26818
- CUSTOMER_SERVICE: {};
26819
- HELP_CENTER: {};
26820
- PARTNER_CENTRAL: {};
26821
- SELF_SERVICE: {};
26822
- COMMUNITY: {};
26823
- MICROSITE: {};
27987
+ BLANK: {
27988
+ label: string;
27989
+ description: string;
27990
+ };
27991
+ CUSTOMER_SERVICE: {
27992
+ label: string;
27993
+ description: string;
27994
+ };
27995
+ HELP_CENTER: {
27996
+ label: string;
27997
+ description: string;
27998
+ };
27999
+ PARTNER_CENTRAL: {
28000
+ label: string;
28001
+ description: string;
28002
+ };
28003
+ SELF_SERVICE: {
28004
+ label: string;
28005
+ description: string;
28006
+ };
28007
+ COMMUNITY: {
28008
+ label: string;
28009
+ description: string;
28010
+ };
28011
+ MICROSITE: {
28012
+ label: string;
28013
+ description: string;
28014
+ };
26824
28015
  };
26825
28016
  };
26826
28017
  list: {
@@ -27298,7 +28489,14 @@ export declare const locales: {
27298
28489
  };
27299
28490
  cardConfig: {
27300
28491
  cardType: string;
27301
- cardTypeOption: {};
28492
+ cardTypeOption: {
28493
+ metric: string;
28494
+ list: string;
28495
+ chart: string;
28496
+ pending_actions: string;
28497
+ recent: string;
28498
+ custom: string;
28499
+ };
27302
28500
  title: string;
27303
28501
  icon: string;
27304
28502
  relatedObject: string;
@@ -27365,7 +28563,14 @@ export declare const locales: {
27365
28563
  targetValue: string;
27366
28564
  route: string;
27367
28565
  flowVersionId: string;
27368
- actionTypeOption: {};
28566
+ actionTypeOption: {
28567
+ create_related: string;
28568
+ update_field: string;
28569
+ trigger_flow: string;
28570
+ call: string;
28571
+ email: string;
28572
+ navigate: string;
28573
+ };
27369
28574
  };
27370
28575
  fabConfig: {
27371
28576
  buttonName: string;
@@ -27373,6 +28578,12 @@ export declare const locales: {
27373
28578
  actionType: string;
27374
28579
  createObject: string;
27375
28580
  route: string;
28581
+ fabTypeOption: {
28582
+ create: string;
28583
+ scan: string;
28584
+ navigate: string;
28585
+ trigger_flow: string;
28586
+ };
27376
28587
  };
27377
28588
  tabConfig: {
27378
28589
  tabName: string;
@@ -28104,8 +29315,29 @@ export declare const locales: {
28104
29315
  noDeployResults: string;
28105
29316
  };
28106
29317
  objectFieldsPages: {
28107
- fieldTypeOption: {};
28108
- relationTypeOption: {};
29318
+ fieldTypeOption: {
29319
+ TEXT: string;
29320
+ LONG_TEXT: string;
29321
+ NUMBER: string;
29322
+ DATE: string;
29323
+ DATETIME: string;
29324
+ BOOLEAN: string;
29325
+ SELECT: string;
29326
+ MULTI_SELECT: string;
29327
+ RELATION: string;
29328
+ EMAIL: string;
29329
+ PHONE: string;
29330
+ URL: string;
29331
+ CURRENCY: string;
29332
+ UUID: string;
29333
+ FORMULA: string;
29334
+ ROLLUP: string;
29335
+ };
29336
+ relationTypeOption: {
29337
+ ONE_TO_MANY: string;
29338
+ MANY_TO_ONE: string;
29339
+ MANY_TO_MANY: string;
29340
+ };
28109
29341
  breadcrumbSettings: string;
28110
29342
  breadcrumbObjects: string;
28111
29343
  breadcrumbNewField: string;
@@ -30100,14 +31332,42 @@ export declare const locales: {
30100
31332
  homePrimaryChainLabel: string;
30101
31333
  homeExtendedLabel: string;
30102
31334
  homeCards: {
30103
- profiles: {};
30104
- dealRegistrations: {};
30105
- referrals: {};
30106
- insights: {};
30107
- channelSources: {};
30108
- jointMarketing: {};
30109
- enablement: {};
30110
- integrations: {};
31335
+ profiles: {
31336
+ title: string;
31337
+ description: string;
31338
+ step: string;
31339
+ };
31340
+ dealRegistrations: {
31341
+ title: string;
31342
+ description: string;
31343
+ step: string;
31344
+ };
31345
+ referrals: {
31346
+ title: string;
31347
+ description: string;
31348
+ step: string;
31349
+ };
31350
+ insights: {
31351
+ title: string;
31352
+ description: string;
31353
+ step: string;
31354
+ };
31355
+ channelSources: {
31356
+ title: string;
31357
+ description: string;
31358
+ };
31359
+ jointMarketing: {
31360
+ title: string;
31361
+ description: string;
31362
+ };
31363
+ enablement: {
31364
+ title: string;
31365
+ description: string;
31366
+ };
31367
+ integrations: {
31368
+ title: string;
31369
+ description: string;
31370
+ };
30111
31371
  };
30112
31372
  };
30113
31373
  platformAdmin: {
@@ -30308,7 +31568,13 @@ export declare const locales: {
30308
31568
  memberTypeLabel: string;
30309
31569
  memberTypePlaceholder: string;
30310
31570
  memberTypeRequired: string;
30311
- memberTypeOption: {};
31571
+ memberTypeOption: {
31572
+ USER: string;
31573
+ ROLE: string;
31574
+ ROLE_AND_SUBORDINATES: string;
31575
+ ORG_NODE: string;
31576
+ PUBLIC_GROUP: string;
31577
+ };
30312
31578
  referenceRequired: string;
30313
31579
  searchPlaceholder: string;
30314
31580
  selectMember: string;
@@ -30346,7 +31612,13 @@ export declare const locales: {
30346
31612
  labelMemberCount: string;
30347
31613
  memberRemoved: string;
30348
31614
  memberNameUnavailable: string;
30349
- memberTypeOption: {};
31615
+ memberTypeOption: {
31616
+ USER: string;
31617
+ ROLE: string;
31618
+ ROLE_AND_SUBORDINATES: string;
31619
+ ORG_NODE: string;
31620
+ PUBLIC_GROUP: string;
31621
+ };
30350
31622
  membersTitle: string;
30351
31623
  noMembers: string;
30352
31624
  notFound: string;
@@ -30596,8 +31868,25 @@ export declare const locales: {
30596
31868
  totalCount: string;
30597
31869
  riskGroup: {
30598
31870
  access: string;
31871
+ captcha: string;
31872
+ identity: string;
31873
+ risk: string;
31874
+ system: string;
31875
+ };
31876
+ failureCode: {
31877
+ CAPTCHA_REQUIRED: string;
31878
+ CAPTCHA_FAILED: string;
31879
+ EMAIL_DUPLICATE: string;
31880
+ USERNAME_DUPLICATE: string;
31881
+ FORBIDDEN: string;
31882
+ BAD_REQUEST: string;
31883
+ SIGNUP_FAILED: string;
31884
+ RATE_LIMITED: string;
31885
+ IP_RATE_LIMITED: string;
31886
+ EMAIL_RATE_LIMITED: string;
31887
+ PROVISIONING_CONFLICT: string;
31888
+ PROVISIONING_FAILED: string;
30599
31889
  };
30600
- failureCode: {};
30601
31890
  };
30602
31891
  };
30603
31892
  marketingPages: {
@@ -30919,7 +32208,14 @@ export declare const locales: {
30919
32208
  description: string;
30920
32209
  actionHint: string;
30921
32210
  };
30922
- dispositionLabel: {};
32211
+ dispositionLabel: {
32212
+ interested: string;
32213
+ callback: string;
32214
+ not_interested: string;
32215
+ no_answer: string;
32216
+ voicemail: string;
32217
+ other: string;
32218
+ };
30923
32219
  };
30924
32220
  itemTable: {
30925
32221
  filterStatusPlaceholder: string;
@@ -30969,7 +32265,11 @@ export declare const locales: {
30969
32265
  typeRequired: string;
30970
32266
  typeEditTooltip: string;
30971
32267
  typePlaceholder: string;
30972
- typeOption: {};
32268
+ typeOption: {
32269
+ object: string;
32270
+ page: string;
32271
+ url: string;
32272
+ };
30973
32273
  objectLabel: string;
30974
32274
  objectRequired: string;
30975
32275
  objectPlaceholder: string;
@@ -31571,7 +32871,13 @@ export declare const locales: {
31571
32871
  relationFieldLabel: string;
31572
32872
  relationFieldPlaceholder: string;
31573
32873
  aggregateFunctionLabel: string;
31574
- functionOption: {};
32874
+ functionOption: {
32875
+ SUM: string;
32876
+ COUNT: string;
32877
+ AVG: string;
32878
+ MIN: string;
32879
+ MAX: string;
32880
+ };
31575
32881
  childFieldLabel: string;
31576
32882
  childFieldPlaceholder: string;
31577
32883
  filterCriteriaLabel: string;
@@ -31811,6 +33117,12 @@ export declare const locales: {
31811
33117
  messageLabel: string;
31812
33118
  stackLabel: string;
31813
33119
  componentStackLabel: string;
33120
+ routeLabel: string;
33121
+ workspaceLabel: string;
33122
+ traceLabel: string;
33123
+ timeLabel: string;
33124
+ copyDetails: string;
33125
+ copied: string;
31814
33126
  };
31815
33127
  fileUpload: {
31816
33128
  selectFile: string;
@@ -32098,30 +33410,102 @@ export declare const locales: {
32098
33410
  };
32099
33411
  newFieldSelect: {
32100
33412
  fieldType: {
32101
- TEXT: {};
32102
- LONG_TEXT: {};
32103
- NUMBER: {};
32104
- BOOLEAN: {};
32105
- DATE: {};
32106
- DATE_TIME: {};
32107
- SELECT: {};
32108
- MULTI_SELECT: {};
32109
- RATING: {};
32110
- CURRENCY: {};
32111
- EMAILS: {};
32112
- PHONES: {};
32113
- LINKS: {};
32114
- FULL_NAME: {};
32115
- ADDRESS: {};
32116
- RELATION: {};
32117
- UUID: {};
32118
- RAW_JSON: {};
32119
- ARRAY: {};
32120
- FILES: {};
32121
- GEOLOCATION: {};
32122
- EXTERNAL_LOOKUP: {};
32123
- FORMULA: {};
32124
- ROLLUP: {};
33413
+ TEXT: {
33414
+ label: string;
33415
+ description: string;
33416
+ };
33417
+ LONG_TEXT: {
33418
+ label: string;
33419
+ description: string;
33420
+ };
33421
+ NUMBER: {
33422
+ label: string;
33423
+ description: string;
33424
+ };
33425
+ BOOLEAN: {
33426
+ label: string;
33427
+ description: string;
33428
+ };
33429
+ DATE: {
33430
+ label: string;
33431
+ description: string;
33432
+ };
33433
+ DATE_TIME: {
33434
+ label: string;
33435
+ description: string;
33436
+ };
33437
+ SELECT: {
33438
+ label: string;
33439
+ description: string;
33440
+ };
33441
+ MULTI_SELECT: {
33442
+ label: string;
33443
+ description: string;
33444
+ };
33445
+ RATING: {
33446
+ label: string;
33447
+ description: string;
33448
+ };
33449
+ CURRENCY: {
33450
+ label: string;
33451
+ description: string;
33452
+ };
33453
+ EMAILS: {
33454
+ label: string;
33455
+ description: string;
33456
+ };
33457
+ PHONES: {
33458
+ label: string;
33459
+ description: string;
33460
+ };
33461
+ LINKS: {
33462
+ label: string;
33463
+ description: string;
33464
+ };
33465
+ FULL_NAME: {
33466
+ label: string;
33467
+ description: string;
33468
+ };
33469
+ ADDRESS: {
33470
+ label: string;
33471
+ description: string;
33472
+ };
33473
+ RELATION: {
33474
+ label: string;
33475
+ description: string;
33476
+ };
33477
+ UUID: {
33478
+ label: string;
33479
+ description: string;
33480
+ };
33481
+ RAW_JSON: {
33482
+ label: string;
33483
+ description: string;
33484
+ };
33485
+ ARRAY: {
33486
+ label: string;
33487
+ description: string;
33488
+ };
33489
+ FILES: {
33490
+ label: string;
33491
+ description: string;
33492
+ };
33493
+ GEOLOCATION: {
33494
+ label: string;
33495
+ description: string;
33496
+ };
33497
+ EXTERNAL_LOOKUP: {
33498
+ label: string;
33499
+ description: string;
33500
+ };
33501
+ FORMULA: {
33502
+ label: string;
33503
+ description: string;
33504
+ };
33505
+ ROLLUP: {
33506
+ label: string;
33507
+ description: string;
33508
+ };
32125
33509
  };
32126
33510
  categoryDescription: {
32127
33511
  Basic: string;
@@ -33252,6 +34636,12 @@ export declare const locales: {
33252
34636
  objAutomationExecution: string;
33253
34637
  objLoginHistory: string;
33254
34638
  objQuoteLineItem: string;
34639
+ chartArea: string;
34640
+ chartCombo: string;
34641
+ chartDonut: string;
34642
+ chartGauge: string;
34643
+ chartScatter: string;
34644
+ chartType: string;
33255
34645
  };
33256
34646
  servicebot: {
33257
34647
  channels: string;
@@ -33849,8 +35239,19 @@ export declare const locales: {
33849
35239
  loadFailed: string;
33850
35240
  totalRecords: string;
33851
35241
  noRecords: string;
33852
- status: {};
33853
- triggerType: {};
35242
+ status: {
35243
+ RUNNING: string;
35244
+ COMPLETED: string;
35245
+ FAILED: string;
35246
+ CANCELLED: string;
35247
+ WAITING: string;
35248
+ };
35249
+ triggerType: {
35250
+ RECORD_TRIGGER: string;
35251
+ MANUAL: string;
35252
+ SCHEDULED: string;
35253
+ SUBFLOW: string;
35254
+ };
33854
35255
  };
33855
35256
  decisionConfig: {
33856
35257
  title: string;
@@ -34364,6 +35765,12 @@ export declare const locales: {
34364
35765
  transferToMobile: string;
34365
35766
  close: string;
34366
35767
  };
35768
+ queueStatus: {
35769
+ pending: string;
35770
+ completed: string;
35771
+ failed: string;
35772
+ skipped: string;
35773
+ };
34367
35774
  };
34368
35775
  recording: {
34369
35776
  list: {
@@ -34480,6 +35887,11 @@ export declare const locales: {
34480
35887
  pending: string;
34481
35888
  completed: string;
34482
35889
  failed: string;
35890
+ scheduled: string;
35891
+ dialing: string;
35892
+ connected: string;
35893
+ skipped: string;
35894
+ dnc: string;
34483
35895
  };
34484
35896
  disposition: {
34485
35897
  interested: string;
@@ -34487,6 +35899,7 @@ export declare const locales: {
34487
35899
  not_interested: string;
34488
35900
  voicemail: string;
34489
35901
  no_answer: string;
35902
+ appointment_set: string;
34490
35903
  };
34491
35904
  filter: {
34492
35905
  status: string;
@@ -35136,7 +36549,13 @@ export declare const locales: {
35136
36549
  cancel: string;
35137
36550
  deleteConfirmPrefix: string;
35138
36551
  deleteConfirmSuffix: string;
35139
- object: {};
36552
+ object: {
36553
+ Opportunity: string;
36554
+ Quote: string;
36555
+ Contract: string;
36556
+ Account: string;
36557
+ Order: string;
36558
+ };
35140
36559
  approver: {
35141
36560
  user: string;
35142
36561
  role: string;
@@ -35285,8 +36704,18 @@ export declare const locales: {
35285
36704
  fieldConditions: string;
35286
36705
  updateSuccess: string;
35287
36706
  updateFailed: string;
35288
- object: {};
35289
- evaluation: {};
36707
+ object: {
36708
+ Opportunity: string;
36709
+ Account: string;
36710
+ Contact: string;
36711
+ Task: string;
36712
+ Lead: string;
36713
+ };
36714
+ evaluation: {
36715
+ created: string;
36716
+ created_and_edited: string;
36717
+ edited: string;
36718
+ };
35290
36719
  };
35291
36720
  triggersAdmin: {
35292
36721
  title: string;
@@ -35430,6 +36859,7 @@ export declare const locales: {
35430
36859
  abortError: string;
35431
36860
  };
35432
36861
  platformAdmin: {
36862
+ menuChannelProvider: string;
35433
36863
  adminPanelUi: {
35434
36864
  common: {
35435
36865
  sectionOther: string;
@@ -36183,13 +37613,84 @@ export declare const locales: {
36183
37613
  noMatchingItems: string;
36184
37614
  menuPlatformAdminHome: string;
36185
37615
  providerControlPlaneUi: {
36186
- family: {};
36187
- tone: {};
37616
+ family: {
37617
+ ai: string;
37618
+ telephony: string;
37619
+ channel: string;
37620
+ };
37621
+ tone: {
37622
+ success: string;
37623
+ warning: string;
37624
+ danger: string;
37625
+ info: string;
37626
+ neutral: string;
37627
+ };
36188
37628
  field: {
36189
37629
  key: string;
36190
37630
  label: string;
36191
37631
  secret: string;
36192
- };
37632
+ kind: string;
37633
+ status: string;
37634
+ health: string;
37635
+ defaultModel: string;
37636
+ capabilities: string;
37637
+ region: string;
37638
+ action: string;
37639
+ workspace: string;
37640
+ primaryProvider: string;
37641
+ routing: string;
37642
+ migration: string;
37643
+ fallbacks: string;
37644
+ channel: string;
37645
+ runtime: string;
37646
+ residency: string;
37647
+ providerSecret: string;
37648
+ webhookSecret: string;
37649
+ purpose: string;
37650
+ providerConfigKey: string;
37651
+ providerKind: string;
37652
+ priority: string;
37653
+ baseUrl: string;
37654
+ dataResidency: string;
37655
+ internalEndpoint: string;
37656
+ enabledCapabilities: string;
37657
+ modelListJson: string;
37658
+ metadataMaskedJson: string;
37659
+ migrationState: string;
37660
+ fallbackChainJson: string;
37661
+ modelPolicyJson: string;
37662
+ budgetPolicyJson: string;
37663
+ accountRefMasked: string;
37664
+ endpointMasked: string;
37665
+ senderIdentityJson: string;
37666
+ domainPolicyJson: string;
37667
+ suppressionPolicyJson: string;
37668
+ retryPolicyJson: string;
37669
+ rateLimitPolicyJson: string;
37670
+ senderPolicyJson: string;
37671
+ templateBoundaryPolicyJson: string;
37672
+ sendingLimitPolicyJson: string;
37673
+ compliancePolicyJson: string;
37674
+ featurePolicyJson: string;
37675
+ };
37676
+ guardrailAria: string;
37677
+ metricsAria: string;
37678
+ workbenchAria: string;
37679
+ recordsAria: string;
37680
+ riskTitle: string;
37681
+ noActiveRisk: string;
37682
+ contractGuarded: string;
37683
+ maskedAuditView: string;
37684
+ providerConfigs: string;
37685
+ orgPolicies: string;
37686
+ cancel: string;
37687
+ saveWithAudit: string;
37688
+ create: string;
37689
+ edit: string;
37690
+ bindPolicy: string;
37691
+ impactAria: string;
37692
+ impactPreview: string;
37693
+ impactDescription: string;
36193
37694
  };
36194
37695
  aiProviderControlPlane: {
36195
37696
  title: string;
@@ -36213,7 +37714,15 @@ export declare const locales: {
36213
37714
  createPolicyModalTitle: string;
36214
37715
  workspacePlaceholder: string;
36215
37716
  ui: {
36216
- capability: {};
37717
+ capability: {
37718
+ chat: string;
37719
+ embedding: string;
37720
+ vision: string;
37721
+ json: string;
37722
+ tool_calling: string;
37723
+ streaming: string;
37724
+ reasoning: string;
37725
+ };
36217
37726
  impact: {
36218
37727
  capabilityDelta: string;
36219
37728
  capabilityDeltaBody: string;
@@ -36228,13 +37737,110 @@ export declare const locales: {
36228
37737
  auditTrail: string;
36229
37738
  auditTrailBody: string;
36230
37739
  };
36231
- runtimeConsumer: {};
37740
+ runtimeConsumer: {
37741
+ modelRouting: string;
37742
+ knowledgeRetrieval: string;
37743
+ other: string;
37744
+ unavailable: string;
37745
+ };
37746
+ loadFailed: string;
37747
+ loadFailedDescription: string;
37748
+ retry: string;
37749
+ test: string;
37750
+ testAll: string;
37751
+ testProvider: string;
37752
+ editProvider: string;
37753
+ probeResults: string;
37754
+ noWiredProbeTargets: string;
37755
+ noProbeResults: string;
37756
+ result: string;
37757
+ passed: string;
37758
+ failed: string;
37759
+ latency: string;
37760
+ evidence: string;
37761
+ diagnostic: string;
37762
+ requestedModel: string;
37763
+ actualModel: string;
37764
+ modelConsistency: string;
37765
+ consistent: string;
37766
+ inconsistent: string;
37767
+ observedAt: string;
37768
+ actor: string;
37769
+ auditId: string;
37770
+ dimension: string;
37771
+ tokens: string;
37772
+ providerHealth: string;
37773
+ atRiskCount: string;
37774
+ activeCount: string;
37775
+ unknownHealthChecks: string;
37776
+ healthChecksVisible: string;
37777
+ policyCoverage: string;
37778
+ policyCoverageHelper: string;
37779
+ secretRotationRisk: string;
37780
+ configured: string;
37781
+ notConfigured: string;
37782
+ available: string;
37783
+ unavailable: string;
37784
+ notTested: string;
37785
+ gapCount: string;
37786
+ secretRotationHelper: string;
37787
+ fallbackRoutingRisk: string;
37788
+ covered: string;
37789
+ fallbackRoutingHelper: string;
37790
+ reliability: string;
37791
+ noDefaultModel: string;
37792
+ selectProviderReliability: string;
37793
+ modelRouting: string;
37794
+ modelRoutingBound: string;
37795
+ modelRoutingUnbound: string;
37796
+ capabilityCoverage: string;
37797
+ noCapabilities: string;
37798
+ wired: string;
37799
+ notWired: string;
37800
+ capabilityCatalogTitle: string;
37801
+ capabilityCatalogDescription: string;
37802
+ runtimeCatalogUnavailable: string;
37803
+ invalidJson: string;
37804
+ capabilityColumn: string;
37805
+ wiringColumn: string;
37806
+ runtimeConsumerColumn: string;
37807
+ noConsumer: string;
37808
+ noProviderSelected: string;
37809
+ modelResidency: string;
37810
+ noRegion: string;
37811
+ noResidencyPolicy: string;
37812
+ residencyUnavailable: string;
37813
+ noAiProviderSelected: string;
37814
+ providerKey: string;
37815
+ defaultModel: string;
37816
+ health: string;
37817
+ policyWorkspace: string;
37818
+ noPinnedPolicy: string;
37819
+ secret: string;
37820
+ updated: string;
36232
37821
  };
36233
37822
  };
36234
37823
  channelProviderControlPlane: {
36235
37824
  ui: {
36236
- capability: {};
36237
- purpose: {};
37825
+ capability: {
37826
+ send_email: string;
37827
+ receive_email: string;
37828
+ send_sms: string;
37829
+ send_push: string;
37830
+ send_work_notice: string;
37831
+ in_app_notify: string;
37832
+ };
37833
+ purpose: {
37834
+ transactional: string;
37835
+ marketing: string;
37836
+ notification: string;
37837
+ workflow: string;
37838
+ servicebot: string;
37839
+ site_auth: string;
37840
+ inbound_case: string;
37841
+ in_app: string;
37842
+ mixed: string;
37843
+ };
36238
37844
  impact: {
36239
37845
  capabilityDelta: string;
36240
37846
  capabilityDeltaBody: string;
@@ -36249,6 +37855,54 @@ export declare const locales: {
36249
37855
  auditTrail: string;
36250
37856
  auditTrailBody: string;
36251
37857
  };
37858
+ loadFailed: string;
37859
+ loadFailedDescription: string;
37860
+ retry: string;
37861
+ title: string;
37862
+ providerHealth: string;
37863
+ atRiskCount: string;
37864
+ activeCount: string;
37865
+ unknownDeliveryHealth: string;
37866
+ governedSenderCount: string;
37867
+ policyCoverage: string;
37868
+ policyCoverageHelper: string;
37869
+ secretRotationRisk: string;
37870
+ configured: string;
37871
+ notConfigured: string;
37872
+ gapCount: string;
37873
+ secretRotationHelper: string;
37874
+ fallbackRoutingRisk: string;
37875
+ pinned: string;
37876
+ fallbackRoutingHelper: string;
37877
+ reliability: string;
37878
+ channel: string;
37879
+ selectChannelProvider: string;
37880
+ senderIdentity: string;
37881
+ domainOwnershipUnset: string;
37882
+ noProviderSelected: string;
37883
+ deliveryPolicy: string;
37884
+ deliveryPolicyBound: string;
37885
+ deliveryPolicyUnbound: string;
37886
+ deliveryReliability: string;
37887
+ noRegion: string;
37888
+ noResidencyPolicy: string;
37889
+ noHealthMessage: string;
37890
+ deliveryReliabilityUnavailable: string;
37891
+ noChannelProviderSelected: string;
37892
+ providerKey: string;
37893
+ providerKind: string;
37894
+ policyWorkspace: string;
37895
+ noPinnedPolicy: string;
37896
+ providerSecret: string;
37897
+ webhookSecret: string;
37898
+ updated: string;
37899
+ notWired: string;
37900
+ invalidJson: string;
37901
+ configuredSecretRefHint: string;
37902
+ optionalProviderSecretRefHint: string;
37903
+ optionalWebhookSecretRefHint: string;
37904
+ wiredCapabilitiesHint: string;
37905
+ notWiredCapabilitiesHint: string;
36252
37906
  };
36253
37907
  };
36254
37908
  telephonyProviderControlPlane: {};
@@ -36864,19 +38518,75 @@ export declare const locales: {
36864
38518
  sensitiveAllow: string;
36865
38519
  };
36866
38520
  imBotSetup: {
36867
- toolLabel: {};
38521
+ toolLabel: {
38522
+ recordQuery: string;
38523
+ recordAggregate: string;
38524
+ recordCreate: string;
38525
+ recordUpdate: string;
38526
+ activityLog: string;
38527
+ knowledgeSearch: string;
38528
+ reportGenerate: string;
38529
+ imNotify: string;
38530
+ };
36868
38531
  platform: {
36869
- dingtalk: {};
36870
- feishu: {};
36871
- wecom: {};
36872
- slack: {};
36873
- teams: {};
36874
- web_chat: {};
36875
- api: {};
36876
- phone_agent: {};
38532
+ dingtalk: {
38533
+ label: string;
38534
+ step1: string;
38535
+ step2: string;
38536
+ step3: string;
38537
+ step4: string;
38538
+ };
38539
+ feishu: {
38540
+ label: string;
38541
+ step1: string;
38542
+ step2: string;
38543
+ step3: string;
38544
+ step4: string;
38545
+ };
38546
+ wecom: {
38547
+ label: string;
38548
+ step1: string;
38549
+ step2: string;
38550
+ step3: string;
38551
+ note: string;
38552
+ };
38553
+ slack: {
38554
+ label: string;
38555
+ step1: string;
38556
+ step2: string;
38557
+ step3: string;
38558
+ };
38559
+ teams: {
38560
+ label: string;
38561
+ step1: string;
38562
+ step2: string;
38563
+ step3: string;
38564
+ };
38565
+ web_chat: {
38566
+ label: string;
38567
+ step1: string;
38568
+ step2: string;
38569
+ step3: string;
38570
+ };
38571
+ api: {
38572
+ label: string;
38573
+ step1: string;
38574
+ step2: string;
38575
+ step3: string;
38576
+ };
38577
+ phone_agent: {
38578
+ label: string;
38579
+ step1: string;
38580
+ step2: string;
38581
+ step3: string;
38582
+ };
36877
38583
  };
36878
38584
  field: {
36879
- wecom: {};
38585
+ wecom: {
38586
+ corpId: string;
38587
+ agentId: string;
38588
+ secret: string;
38589
+ };
36880
38590
  };
36881
38591
  simNoReply: string;
36882
38592
  simFailed: string;
@@ -36928,6 +38638,9 @@ export declare const locales: {
36928
38638
  on: string;
36929
38639
  toggleChannelAria: string;
36930
38640
  edit: string;
38641
+ copyCallbackUrl: string;
38642
+ copyCallbackUrlAria: string;
38643
+ callbackUrlCopied: string;
36931
38644
  confirmDelete: string;
36932
38645
  delete: string;
36933
38646
  cancel: string;
@@ -37316,9 +39029,25 @@ export declare const locales: {
37316
39029
  colActions: string;
37317
39030
  detail: string;
37318
39031
  totalCount: string;
37319
- outcomeTypeLabels: {};
37320
- tierLabels: {};
37321
- statusLabels: {};
39032
+ outcomeTypeLabels: {
39033
+ mql: string;
39034
+ opportunityCreated: string;
39035
+ opportunityWon: string;
39036
+ caseClosed: string;
39037
+ customerActivated: string;
39038
+ };
39039
+ tierLabels: {
39040
+ full: string;
39041
+ half: string;
39042
+ none: string;
39043
+ };
39044
+ statusLabels: {
39045
+ pending: string;
39046
+ billed: string;
39047
+ waived: string;
39048
+ disputed: string;
39049
+ cancelled: string;
39050
+ };
37322
39051
  };
37323
39052
  agentPermission: {
37324
39053
  pageTitle: string;
@@ -37733,6 +39462,11 @@ export declare const locales: {
37733
39462
  type: {
37734
39463
  service: string;
37735
39464
  custom: string;
39465
+ sales: string;
39466
+ analytics: string;
39467
+ operations: string;
39468
+ marketing: string;
39469
+ support: string;
37736
39470
  };
37737
39471
  status: {
37738
39472
  active: string;
@@ -37742,17 +39476,55 @@ export declare const locales: {
37742
39476
  inactive: string;
37743
39477
  disabled: string;
37744
39478
  };
37745
- capability: {};
39479
+ capability: {
39480
+ multilingual_outreach: string;
39481
+ lead_qualification: string;
39482
+ email_drafting: string;
39483
+ prospect_research: string;
39484
+ mql_scoring: string;
39485
+ mql_conversion: string;
39486
+ follow_up_cadence: string;
39487
+ inbound_inquiry: string;
39488
+ sales: string;
39489
+ case_resolution: string;
39490
+ refund_processing: string;
39491
+ order_tracking: string;
39492
+ faq_answering: string;
39493
+ escalation_routing: string;
39494
+ team_coaching: string;
39495
+ next_best_action: string;
39496
+ sop_adherence: string;
39497
+ bottleneck_alerting: string;
39498
+ bottleneck_detection: string;
39499
+ performance_review: string;
39500
+ enablement: string;
39501
+ pipeline_analysis: string;
39502
+ revenue_forecasting: string;
39503
+ report_generation: string;
39504
+ kpi_monitoring: string;
39505
+ };
37746
39506
  };
37747
39507
  orchestrationDisplay: {
37748
39508
  trigger: {
37749
39509
  manual: string;
39510
+ event: string;
39511
+ schedule: string;
37750
39512
  };
37751
39513
  category: {
37752
39514
  default: string;
39515
+ custom: string;
39516
+ };
39517
+ failureStrategy: {
39518
+ continue: string;
39519
+ fail_fast: string;
39520
+ retry: string;
39521
+ };
39522
+ stepType: {
39523
+ agent_task: string;
39524
+ condition: string;
39525
+ parallel: string;
39526
+ tool_call: string;
37753
39527
  };
37754
- failureStrategy: {};
37755
- stepType: {};
37756
39528
  };
37757
39529
  aiWorkforceHome: {
37758
39530
  title: string;
@@ -37823,6 +39595,8 @@ export declare const locales: {
37823
39595
  emptyRecent: string;
37824
39596
  executionFallback: string;
37825
39597
  agentFallback: string;
39598
+ customerPrefix: string;
39599
+ customerCommLink: string;
37826
39600
  metric: {
37827
39601
  activeAgents: string;
37828
39602
  totalAgentsPrefix: string;