@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
@@ -962,6 +962,11 @@ declare const _default: {
962
962
  high: string;
963
963
  medium: string;
964
964
  low: string;
965
+ critical: string;
966
+ CRITICAL: string;
967
+ HIGH: string;
968
+ MEDIUM: string;
969
+ LOW: string;
965
970
  };
966
971
  overdue: string;
967
972
  deadline: string;
@@ -1685,6 +1690,8 @@ declare const _default: {
1685
1690
  };
1686
1691
  duplicateStrategyNames: {
1687
1692
  skip: string;
1693
+ overwrite: string;
1694
+ create_new: string;
1688
1695
  };
1689
1696
  metrics: {
1690
1697
  totalRows: string;
@@ -2623,6 +2630,55 @@ declare const _default: {
2623
2630
  aiKcGroundingTitle: string;
2624
2631
  aiSopWorkflowHubTitle: string;
2625
2632
  aiGuardrailPolicyIntelligenceTitle: string;
2633
+ objects: string;
2634
+ automation: string;
2635
+ integrations: string;
2636
+ dev: string;
2637
+ appColStatus: string;
2638
+ appColActions: string;
2639
+ autoNumberPrefix: string;
2640
+ autoNumberPrefixRequired: string;
2641
+ autoNumberStarting: string;
2642
+ autoNumberStartingRequired: string;
2643
+ aiTabSkills: string;
2644
+ aiTabTools: string;
2645
+ aiTabSettings: string;
2646
+ aiAuditActionAllow: string;
2647
+ aiAuditActionAudit: string;
2648
+ aiAuditActionConfirm: string;
2649
+ aiAuditActionApprove: string;
2650
+ aiAuditActionBlock: string;
2651
+ aiAuditApprovalPending: string;
2652
+ aiAuditApprovalApproved: string;
2653
+ aiAuditApprovalRejected: string;
2654
+ aiKcEditChunk: string;
2655
+ aiKcDetailLoadFailed: string;
2656
+ aiKcLoading: string;
2657
+ aiKcRetrievalCount: string;
2658
+ aiKcInjectionCount: string;
2659
+ aiKcReferenceCount: string;
2660
+ aiKcUpdateOk: string;
2661
+ aiKcDeleteOk: string;
2662
+ aiKcDeleteConfirm: string;
2663
+ aiSopStatusDraft: string;
2664
+ aiSopStatusReviewed: string;
2665
+ aiSopStatusActive: string;
2666
+ aiSopStatusArchived: string;
2667
+ rbHardDelete: string;
2668
+ rbPermanentDelete: string;
2669
+ rbPermanentDeleteUnavailable: string;
2670
+ rbSelectDelete: string;
2671
+ rbDeleteOk: string;
2672
+ rbDeleteFail: string;
2673
+ rbDeleteConfirmTitle: string;
2674
+ rbDeleteConfirmContent: string;
2675
+ rbCancel: string;
2676
+ aiSopCategoryGrowth: string;
2677
+ aiSopCategorySales: string;
2678
+ aiSopCategoryService: string;
2679
+ aiSopCategoryOnboarding: string;
2680
+ aiSopCategoryOperations: string;
2681
+ aiSopCategoryCompliance: string;
2626
2682
  };
2627
2683
  developer: {
2628
2684
  apiCredentials: string;
@@ -2702,10 +2758,33 @@ declare const _default: {
2702
2758
  emptyNoneHint: string;
2703
2759
  neverRefreshed: string;
2704
2760
  refreshNow: string;
2705
- type: {};
2706
- typeDesc: {};
2707
- status: {};
2708
- stage: {};
2761
+ type: {
2762
+ DEVELOPER: string;
2763
+ DEVELOPER_PRO: string;
2764
+ PARTIAL: string;
2765
+ FULL: string;
2766
+ };
2767
+ typeDesc: {
2768
+ DEVELOPER: string;
2769
+ DEVELOPER_PRO: string;
2770
+ PARTIAL: string;
2771
+ FULL: string;
2772
+ };
2773
+ status: {
2774
+ CREATING: string;
2775
+ ACTIVE: string;
2776
+ REFRESHING: string;
2777
+ DELETING: string;
2778
+ DELETED: string;
2779
+ ERROR: string;
2780
+ };
2781
+ stage: {
2782
+ DEVELOPMENT: string;
2783
+ INTEGRATION: string;
2784
+ UAT: string;
2785
+ STAGING: string;
2786
+ PRODUCTION: string;
2787
+ };
2709
2788
  wizard: {
2710
2789
  title: string;
2711
2790
  stepType: string;
@@ -2724,12 +2803,25 @@ declare const _default: {
2724
2803
  stagePlaceholder: string;
2725
2804
  stageRequired: string;
2726
2805
  stageExtra: string;
2727
- stageDesc: {};
2806
+ stageDesc: {
2807
+ DEVELOPMENT: string;
2808
+ INTEGRATION: string;
2809
+ UAT: string;
2810
+ STAGING: string;
2811
+ PRODUCTION: string;
2812
+ };
2728
2813
  sampleSizeLabel: string;
2729
2814
  sampleSizeTooltip: string;
2730
2815
  dataTemplateLabel: string;
2731
2816
  dataTemplateRequired: string;
2732
- template: {};
2817
+ template: {
2818
+ minimal: string;
2819
+ minimalDesc: string;
2820
+ standard: string;
2821
+ standardDesc: string;
2822
+ comprehensive: string;
2823
+ comprehensiveDesc: string;
2824
+ };
2733
2825
  fullWarningTitle: string;
2734
2826
  fullWarningDesc: string;
2735
2827
  confirmInfoTitle: string;
@@ -3471,6 +3563,10 @@ declare const _default: {
3471
3563
  deleteObjectDesc: string;
3472
3564
  deleteConfirmInput: string;
3473
3565
  confirmText: string;
3566
+ functionCategoryMath: string;
3567
+ functionCategoryString: string;
3568
+ functionCategoryDate: string;
3569
+ functionCategoryLogic: string;
3474
3570
  };
3475
3571
  permission: {
3476
3572
  tabPermissions: string;
@@ -3552,6 +3648,8 @@ declare const _default: {
3552
3648
  maxSessionsHint: string;
3553
3649
  policyLabel: string;
3554
3650
  policyDesc: string;
3651
+ policy_KICK_OLDEST: string;
3652
+ policy_BLOCK_NEW: string;
3555
3653
  };
3556
3654
  activationStatus: string;
3557
3655
  activationStatusDesc: string;
@@ -3874,6 +3972,9 @@ declare const _default: {
3874
3972
  status: {
3875
3973
  active: string;
3876
3974
  failed: string;
3975
+ creating: string;
3976
+ dropping: string;
3977
+ dropped: string;
3877
3978
  };
3878
3979
  };
3879
3980
  appWizard: {
@@ -4240,7 +4341,30 @@ declare const _default: {
4240
4341
  account: string;
4241
4342
  opportunity: string;
4242
4343
  activity: string;
4243
- };
4344
+ lead: string;
4345
+ contact: string;
4346
+ task: string;
4347
+ case: string;
4348
+ product: string;
4349
+ };
4350
+ recordQueryLoading: string;
4351
+ recordQueryDone: string;
4352
+ recordCreateLoading: string;
4353
+ recordCreateDone: string;
4354
+ recordUpdateLoading: string;
4355
+ recordUpdateDone: string;
4356
+ recordDeleteLoading: string;
4357
+ recordDeleteDone: string;
4358
+ knowledgeSearchLoading: string;
4359
+ knowledgeSearchDone: string;
4360
+ emailDraftLoading: string;
4361
+ emailDraftDone: string;
4362
+ emailSendLoading: string;
4363
+ emailSendDone: string;
4364
+ reportAggregateLoading: string;
4365
+ reportAggregateDone: string;
4366
+ webSearchLoading: string;
4367
+ webSearchDone: string;
4244
4368
  };
4245
4369
  };
4246
4370
  agentDemo: {
@@ -4576,6 +4700,12 @@ declare const _default: {
4576
4700
  viewDetail: string;
4577
4701
  success: string;
4578
4702
  error: string;
4703
+ startSuccess: string;
4704
+ startError: string;
4705
+ pauseSuccess: string;
4706
+ pauseError: string;
4707
+ cancelSuccess: string;
4708
+ cancelError: string;
4579
4709
  };
4580
4710
  filter: {
4581
4711
  status: {
@@ -4583,19 +4713,33 @@ declare const _default: {
4583
4713
  running: string;
4584
4714
  paused: string;
4585
4715
  completed: string;
4716
+ all: string;
4717
+ scheduled: string;
4718
+ cancelled: string;
4586
4719
  };
4587
4720
  type: {
4588
4721
  manual: string;
4722
+ all: string;
4723
+ preview: string;
4724
+ progressive: string;
4725
+ predictive: string;
4726
+ ai_auto: string;
4589
4727
  };
4590
4728
  };
4591
4729
  type: {
4592
4730
  manual: string;
4731
+ preview: string;
4732
+ progressive: string;
4733
+ predictive: string;
4734
+ ai_auto: string;
4593
4735
  };
4594
4736
  status: {
4595
4737
  draft: string;
4596
4738
  running: string;
4597
4739
  paused: string;
4598
4740
  completed: string;
4741
+ scheduled: string;
4742
+ cancelled: string;
4599
4743
  };
4600
4744
  stats: {
4601
4745
  total: string;
@@ -4683,15 +4827,28 @@ declare const _default: {
4683
4827
  };
4684
4828
  createModal: {
4685
4829
  type: {
4686
- manual: {};
4830
+ manual: {
4831
+ label: string;
4832
+ desc: string;
4833
+ };
4687
4834
  preview: {
4688
4835
  label: string;
4689
4836
  desc: string;
4690
4837
  };
4691
- progressive: {};
4692
- ai_auto: {};
4838
+ progressive: {
4839
+ label: string;
4840
+ desc: string;
4841
+ };
4842
+ ai_auto: {
4843
+ label: string;
4844
+ desc: string;
4845
+ };
4846
+ };
4847
+ contactSource: {
4848
+ list_view: string;
4849
+ csv: string;
4850
+ segment: string;
4693
4851
  };
4694
- contactSource: {};
4695
4852
  timezone: {
4696
4853
  "Asia/Shanghai": string;
4697
4854
  "Asia/Tokyo": string;
@@ -4778,6 +4935,17 @@ declare const _default: {
4778
4935
  nextPage: string;
4779
4936
  pageIndicator: string;
4780
4937
  colTargetCustomer: string;
4938
+ customerHistoryTitle: string;
4939
+ customerHistoryDescription: string;
4940
+ backToAllExecutions: string;
4941
+ trigger: {
4942
+ manual: string;
4943
+ schedule: string;
4944
+ event: string;
4945
+ agentTest: string;
4946
+ message: string;
4947
+ other: string;
4948
+ };
4781
4949
  colLearning: string;
4782
4950
  executionQueue: string;
4783
4951
  fleet: {
@@ -5310,6 +5478,10 @@ declare const _default: {
5310
5478
  intro: string;
5311
5479
  create: string;
5312
5480
  open: string;
5481
+ refresh: string;
5482
+ refreshAria: string;
5483
+ refreshSuccess: string;
5484
+ refreshError: string;
5313
5485
  deleteConfirm: string;
5314
5486
  deleteAria: string;
5315
5487
  deleteSuccess: string;
@@ -5383,13 +5555,19 @@ declare const _default: {
5383
5555
  title: string;
5384
5556
  refresh: string;
5385
5557
  refreshSuccess: string;
5558
+ refreshSuccessWithSummary: string;
5386
5559
  refreshError: string;
5387
5560
  estimatedCount: string;
5388
5561
  totalCount: string;
5389
5562
  colContactId: string;
5390
5563
  colSource: string;
5391
5564
  colAddedAt: string;
5392
- sourceOption: {};
5565
+ sourceOption: {
5566
+ filter: string;
5567
+ csv_import: string;
5568
+ manual: string;
5569
+ recipient_list_import: string;
5570
+ };
5393
5571
  };
5394
5572
  };
5395
5573
  emailMarketing: {
@@ -5619,16 +5797,28 @@ declare const _default: {
5619
5797
  };
5620
5798
  action: {
5621
5799
  description: string;
5800
+ name: string;
5622
5801
  };
5623
5802
  decision: {
5624
5803
  description: string;
5804
+ name: string;
5625
5805
  };
5626
5806
  wait: {
5627
5807
  description: string;
5808
+ name: string;
5809
+ };
5810
+ split: {
5811
+ name: string;
5812
+ description: string;
5813
+ };
5814
+ goal: {
5815
+ name: string;
5816
+ description: string;
5817
+ };
5818
+ exit: {
5819
+ name: string;
5820
+ description: string;
5628
5821
  };
5629
- split: {};
5630
- goal: {};
5631
- exit: {};
5632
5822
  };
5633
5823
  };
5634
5824
  nodeConfig: {
@@ -6216,18 +6406,23 @@ declare const _default: {
6216
6406
  risk: {
6217
6407
  L0: {
6218
6408
  label: string;
6409
+ action: string;
6219
6410
  };
6220
6411
  L1: {
6221
6412
  label: string;
6413
+ action: string;
6222
6414
  };
6223
6415
  L2: {
6224
6416
  label: string;
6417
+ action: string;
6225
6418
  };
6226
6419
  L3: {
6227
6420
  label: string;
6421
+ action: string;
6228
6422
  };
6229
6423
  L4: {
6230
6424
  label: string;
6425
+ action: string;
6231
6426
  };
6232
6427
  };
6233
6428
  toolForm: {
@@ -6408,6 +6603,7 @@ declare const _default: {
6408
6603
  builderGuardrailTitle: string;
6409
6604
  builderHighRiskActions: string;
6410
6605
  builderIdentity: {
6606
+ independent: string;
6411
6607
  assistant: string;
6412
6608
  };
6413
6609
  assistantIdentityBanner: string;
@@ -6433,7 +6629,15 @@ declare const _default: {
6433
6629
  builderKpiWindowMeta: string;
6434
6630
  builderLearningDesc: string;
6435
6631
  builderLearningRecommendationDesc: string;
6436
- builderLifecycle: {};
6632
+ builderLifecycle: {
6633
+ draft: string;
6634
+ approval_pending: string;
6635
+ ready: string;
6636
+ running: string;
6637
+ governance_needed: string;
6638
+ asset_gap: string;
6639
+ test_gap: string;
6640
+ };
6437
6641
  builderLifecycleAction: string;
6438
6642
  builderLifecycleStage: string;
6439
6643
  builderMetricWindow: string;
@@ -6453,13 +6657,22 @@ declare const _default: {
6453
6657
  builderPreviewRestoring: string;
6454
6658
  builderReadinessTitle: string;
6455
6659
  builderReadiness: {
6660
+ identity: string;
6456
6661
  knowledge: string;
6457
6662
  guardrail: string;
6458
6663
  access: string;
6459
6664
  sop: string;
6665
+ test: string;
6666
+ loadFailed: string;
6667
+ loadFailedDescription: string;
6668
+ retry: string;
6460
6669
  };
6461
6670
  builderReadinessMenuCaption: string;
6462
- builderReadinessStatus: {};
6671
+ builderReadinessStatus: {
6672
+ ok: string;
6673
+ gap: string;
6674
+ unknown: string;
6675
+ };
6463
6676
  builderRecentExecutions: string;
6464
6677
  builderRecentFailure: string;
6465
6678
  builderRecentFailureDesc: string;
@@ -6476,13 +6689,25 @@ declare const _default: {
6476
6689
  builderSavedState: string;
6477
6690
  editProfile: string;
6478
6691
  builderSection: {
6692
+ identity: string;
6693
+ sharing: string;
6694
+ cognitivePolicy: string;
6695
+ topics: string;
6696
+ actions: string;
6479
6697
  knowledge: string;
6480
6698
  guardrail: string;
6481
6699
  access: string;
6482
6700
  sop: string;
6701
+ learning: string;
6702
+ test: string;
6703
+ observability: string;
6483
6704
  };
6484
6705
  cognitive: {
6485
- tab: {};
6706
+ tab: {
6707
+ successContract: string;
6708
+ proactivePolicy: string;
6709
+ contextAndMemoryPolicy: string;
6710
+ };
6486
6711
  successContractTitle: string;
6487
6712
  successContractDesc: string;
6488
6713
  proactivePolicyTitle: string;
@@ -6898,6 +7123,13 @@ declare const _default: {
6898
7123
  versionHistory: string;
6899
7124
  writeRateLimit: string;
6900
7125
  };
7126
+ nodeTypes: {
7127
+ topic: string;
7128
+ tool: string;
7129
+ guardrail: string;
7130
+ knowledge: string;
7131
+ model: string;
7132
+ };
6901
7133
  };
6902
7134
  servicebotAgentDesk: {
6903
7135
  channel: {
@@ -7028,7 +7260,15 @@ declare const _default: {
7028
7260
  namePlaceholder: string;
7029
7261
  descriptionPlaceholder: string;
7030
7262
  scopeHint: string;
7031
- permission: {};
7263
+ permission: {
7264
+ dataRead: string;
7265
+ dataWrite: string;
7266
+ navigation: string;
7267
+ ui: string;
7268
+ platformScan: string;
7269
+ platformLocation: string;
7270
+ platformImage: string;
7271
+ };
7032
7272
  onlyJs: string;
7033
7273
  maxSize: string;
7034
7274
  uploadSuccess: string;
@@ -7115,7 +7355,14 @@ declare const _default: {
7115
7355
  fontColor: string;
7116
7356
  noAggHint: string;
7117
7357
  title: string;
7118
- conditionType: {};
7358
+ conditionType: {
7359
+ gt: string;
7360
+ lt: string;
7361
+ eq: string;
7362
+ between: string;
7363
+ topN: string;
7364
+ bottomN: string;
7365
+ };
7119
7366
  };
7120
7367
  configPanel: {
7121
7368
  collapsePanel: string;
@@ -7167,6 +7414,21 @@ declare const _default: {
7167
7414
  notEquals: string;
7168
7415
  in: string;
7169
7416
  notIn: string;
7417
+ between: string;
7418
+ before: string;
7419
+ after: string;
7420
+ thisWeek: string;
7421
+ lastWeek: string;
7422
+ thisMonth: string;
7423
+ lastMonth: string;
7424
+ thisQuarter: string;
7425
+ lastQuarter: string;
7426
+ thisYear: string;
7427
+ lastYear: string;
7428
+ thisFiscalQuarter: string;
7429
+ lastFiscalYear: string;
7430
+ lastNDays: string;
7431
+ nextNDays: string;
7170
7432
  };
7171
7433
  };
7172
7434
  filtersTab: {
@@ -7321,6 +7583,13 @@ declare const _default: {
7321
7583
  statusScheduled: string;
7322
7584
  statusScheduledHelperNext: string;
7323
7585
  statusScheduledHelperFirst: string;
7586
+ weekdaySunday: string;
7587
+ weekdayMonday: string;
7588
+ weekdayTuesday: string;
7589
+ weekdayWednesday: string;
7590
+ weekdayThursday: string;
7591
+ weekdayFriday: string;
7592
+ weekdaySaturday: string;
7324
7593
  };
7325
7594
  selectFields: {};
7326
7595
  selectObject: {};
@@ -7363,15 +7632,29 @@ declare const _default: {
7363
7632
  saveFailed: string;
7364
7633
  saveFirst: string;
7365
7634
  undo: string;
7366
- reportTypeOptions: {};
7635
+ reportTypeOptions: {
7636
+ tabular: string;
7637
+ summary: string;
7638
+ matrix: string;
7639
+ joined: string;
7640
+ };
7367
7641
  apiNamePlaceholder: string;
7368
7642
  close: string;
7369
7643
  };
7370
7644
  viewer: {
7371
7645
  reportTypeMeta: {
7372
- tabular: {};
7373
- summary: {};
7374
- matrix: {};
7646
+ tabular: {
7647
+ label: string;
7648
+ hint: string;
7649
+ };
7650
+ summary: {
7651
+ label: string;
7652
+ hint: string;
7653
+ };
7654
+ matrix: {
7655
+ label: string;
7656
+ hint: string;
7657
+ };
7375
7658
  };
7376
7659
  aggregateCount: string;
7377
7660
  aggregateEmpty: string;
@@ -7615,13 +7898,34 @@ declare const _default: {
7615
7898
  customDomainMax: string;
7616
7899
  customDomainPlaceholder: string;
7617
7900
  templateOptions: {
7618
- BLANK: {};
7619
- CUSTOMER_SERVICE: {};
7620
- HELP_CENTER: {};
7621
- PARTNER_CENTRAL: {};
7622
- SELF_SERVICE: {};
7623
- COMMUNITY: {};
7624
- MICROSITE: {};
7901
+ BLANK: {
7902
+ label: string;
7903
+ description: string;
7904
+ };
7905
+ CUSTOMER_SERVICE: {
7906
+ label: string;
7907
+ description: string;
7908
+ };
7909
+ HELP_CENTER: {
7910
+ label: string;
7911
+ description: string;
7912
+ };
7913
+ PARTNER_CENTRAL: {
7914
+ label: string;
7915
+ description: string;
7916
+ };
7917
+ SELF_SERVICE: {
7918
+ label: string;
7919
+ description: string;
7920
+ };
7921
+ COMMUNITY: {
7922
+ label: string;
7923
+ description: string;
7924
+ };
7925
+ MICROSITE: {
7926
+ label: string;
7927
+ description: string;
7928
+ };
7625
7929
  };
7626
7930
  };
7627
7931
  list: {
@@ -8099,7 +8403,14 @@ declare const _default: {
8099
8403
  };
8100
8404
  cardConfig: {
8101
8405
  cardType: string;
8102
- cardTypeOption: {};
8406
+ cardTypeOption: {
8407
+ metric: string;
8408
+ list: string;
8409
+ chart: string;
8410
+ pending_actions: string;
8411
+ recent: string;
8412
+ custom: string;
8413
+ };
8103
8414
  title: string;
8104
8415
  icon: string;
8105
8416
  relatedObject: string;
@@ -8166,7 +8477,14 @@ declare const _default: {
8166
8477
  targetValue: string;
8167
8478
  route: string;
8168
8479
  flowVersionId: string;
8169
- actionTypeOption: {};
8480
+ actionTypeOption: {
8481
+ create_related: string;
8482
+ update_field: string;
8483
+ trigger_flow: string;
8484
+ call: string;
8485
+ email: string;
8486
+ navigate: string;
8487
+ };
8170
8488
  };
8171
8489
  fabConfig: {
8172
8490
  buttonName: string;
@@ -8174,6 +8492,12 @@ declare const _default: {
8174
8492
  actionType: string;
8175
8493
  createObject: string;
8176
8494
  route: string;
8495
+ fabTypeOption: {
8496
+ create: string;
8497
+ scan: string;
8498
+ navigate: string;
8499
+ trigger_flow: string;
8500
+ };
8177
8501
  };
8178
8502
  tabConfig: {
8179
8503
  tabName: string;
@@ -8905,8 +9229,29 @@ declare const _default: {
8905
9229
  noDeployResults: string;
8906
9230
  };
8907
9231
  objectFieldsPages: {
8908
- fieldTypeOption: {};
8909
- relationTypeOption: {};
9232
+ fieldTypeOption: {
9233
+ TEXT: string;
9234
+ LONG_TEXT: string;
9235
+ NUMBER: string;
9236
+ DATE: string;
9237
+ DATETIME: string;
9238
+ BOOLEAN: string;
9239
+ SELECT: string;
9240
+ MULTI_SELECT: string;
9241
+ RELATION: string;
9242
+ EMAIL: string;
9243
+ PHONE: string;
9244
+ URL: string;
9245
+ CURRENCY: string;
9246
+ UUID: string;
9247
+ FORMULA: string;
9248
+ ROLLUP: string;
9249
+ };
9250
+ relationTypeOption: {
9251
+ ONE_TO_MANY: string;
9252
+ MANY_TO_ONE: string;
9253
+ MANY_TO_MANY: string;
9254
+ };
8910
9255
  breadcrumbSettings: string;
8911
9256
  breadcrumbObjects: string;
8912
9257
  breadcrumbNewField: string;
@@ -10901,14 +11246,42 @@ declare const _default: {
10901
11246
  homePrimaryChainLabel: string;
10902
11247
  homeExtendedLabel: string;
10903
11248
  homeCards: {
10904
- profiles: {};
10905
- dealRegistrations: {};
10906
- referrals: {};
10907
- insights: {};
10908
- channelSources: {};
10909
- jointMarketing: {};
10910
- enablement: {};
10911
- integrations: {};
11249
+ profiles: {
11250
+ title: string;
11251
+ description: string;
11252
+ step: string;
11253
+ };
11254
+ dealRegistrations: {
11255
+ title: string;
11256
+ description: string;
11257
+ step: string;
11258
+ };
11259
+ referrals: {
11260
+ title: string;
11261
+ description: string;
11262
+ step: string;
11263
+ };
11264
+ insights: {
11265
+ title: string;
11266
+ description: string;
11267
+ step: string;
11268
+ };
11269
+ channelSources: {
11270
+ title: string;
11271
+ description: string;
11272
+ };
11273
+ jointMarketing: {
11274
+ title: string;
11275
+ description: string;
11276
+ };
11277
+ enablement: {
11278
+ title: string;
11279
+ description: string;
11280
+ };
11281
+ integrations: {
11282
+ title: string;
11283
+ description: string;
11284
+ };
10912
11285
  };
10913
11286
  };
10914
11287
  platformAdmin: {
@@ -11109,7 +11482,13 @@ declare const _default: {
11109
11482
  memberTypeLabel: string;
11110
11483
  memberTypePlaceholder: string;
11111
11484
  memberTypeRequired: string;
11112
- memberTypeOption: {};
11485
+ memberTypeOption: {
11486
+ USER: string;
11487
+ ROLE: string;
11488
+ ROLE_AND_SUBORDINATES: string;
11489
+ ORG_NODE: string;
11490
+ PUBLIC_GROUP: string;
11491
+ };
11113
11492
  referenceRequired: string;
11114
11493
  searchPlaceholder: string;
11115
11494
  selectMember: string;
@@ -11147,7 +11526,13 @@ declare const _default: {
11147
11526
  labelMemberCount: string;
11148
11527
  memberRemoved: string;
11149
11528
  memberNameUnavailable: string;
11150
- memberTypeOption: {};
11529
+ memberTypeOption: {
11530
+ USER: string;
11531
+ ROLE: string;
11532
+ ROLE_AND_SUBORDINATES: string;
11533
+ ORG_NODE: string;
11534
+ PUBLIC_GROUP: string;
11535
+ };
11151
11536
  membersTitle: string;
11152
11537
  noMembers: string;
11153
11538
  notFound: string;
@@ -11397,8 +11782,25 @@ declare const _default: {
11397
11782
  totalCount: string;
11398
11783
  riskGroup: {
11399
11784
  access: string;
11785
+ captcha: string;
11786
+ identity: string;
11787
+ risk: string;
11788
+ system: string;
11789
+ };
11790
+ failureCode: {
11791
+ CAPTCHA_REQUIRED: string;
11792
+ CAPTCHA_FAILED: string;
11793
+ EMAIL_DUPLICATE: string;
11794
+ USERNAME_DUPLICATE: string;
11795
+ FORBIDDEN: string;
11796
+ BAD_REQUEST: string;
11797
+ SIGNUP_FAILED: string;
11798
+ RATE_LIMITED: string;
11799
+ IP_RATE_LIMITED: string;
11800
+ EMAIL_RATE_LIMITED: string;
11801
+ PROVISIONING_CONFLICT: string;
11802
+ PROVISIONING_FAILED: string;
11400
11803
  };
11401
- failureCode: {};
11402
11804
  };
11403
11805
  };
11404
11806
  marketingPages: {
@@ -11720,7 +12122,14 @@ declare const _default: {
11720
12122
  description: string;
11721
12123
  actionHint: string;
11722
12124
  };
11723
- dispositionLabel: {};
12125
+ dispositionLabel: {
12126
+ interested: string;
12127
+ callback: string;
12128
+ not_interested: string;
12129
+ no_answer: string;
12130
+ voicemail: string;
12131
+ other: string;
12132
+ };
11724
12133
  };
11725
12134
  itemTable: {
11726
12135
  filterStatusPlaceholder: string;
@@ -11770,7 +12179,11 @@ declare const _default: {
11770
12179
  typeRequired: string;
11771
12180
  typeEditTooltip: string;
11772
12181
  typePlaceholder: string;
11773
- typeOption: {};
12182
+ typeOption: {
12183
+ object: string;
12184
+ page: string;
12185
+ url: string;
12186
+ };
11774
12187
  objectLabel: string;
11775
12188
  objectRequired: string;
11776
12189
  objectPlaceholder: string;
@@ -12372,7 +12785,13 @@ declare const _default: {
12372
12785
  relationFieldLabel: string;
12373
12786
  relationFieldPlaceholder: string;
12374
12787
  aggregateFunctionLabel: string;
12375
- functionOption: {};
12788
+ functionOption: {
12789
+ SUM: string;
12790
+ COUNT: string;
12791
+ AVG: string;
12792
+ MIN: string;
12793
+ MAX: string;
12794
+ };
12376
12795
  childFieldLabel: string;
12377
12796
  childFieldPlaceholder: string;
12378
12797
  filterCriteriaLabel: string;
@@ -12612,6 +13031,12 @@ declare const _default: {
12612
13031
  messageLabel: string;
12613
13032
  stackLabel: string;
12614
13033
  componentStackLabel: string;
13034
+ routeLabel: string;
13035
+ workspaceLabel: string;
13036
+ traceLabel: string;
13037
+ timeLabel: string;
13038
+ copyDetails: string;
13039
+ copied: string;
12615
13040
  };
12616
13041
  fileUpload: {
12617
13042
  selectFile: string;
@@ -12899,30 +13324,102 @@ declare const _default: {
12899
13324
  };
12900
13325
  newFieldSelect: {
12901
13326
  fieldType: {
12902
- TEXT: {};
12903
- LONG_TEXT: {};
12904
- NUMBER: {};
12905
- BOOLEAN: {};
12906
- DATE: {};
12907
- DATE_TIME: {};
12908
- SELECT: {};
12909
- MULTI_SELECT: {};
12910
- RATING: {};
12911
- CURRENCY: {};
12912
- EMAILS: {};
12913
- PHONES: {};
12914
- LINKS: {};
12915
- FULL_NAME: {};
12916
- ADDRESS: {};
12917
- RELATION: {};
12918
- UUID: {};
12919
- RAW_JSON: {};
12920
- ARRAY: {};
12921
- FILES: {};
12922
- GEOLOCATION: {};
12923
- EXTERNAL_LOOKUP: {};
12924
- FORMULA: {};
12925
- ROLLUP: {};
13327
+ TEXT: {
13328
+ label: string;
13329
+ description: string;
13330
+ };
13331
+ LONG_TEXT: {
13332
+ label: string;
13333
+ description: string;
13334
+ };
13335
+ NUMBER: {
13336
+ label: string;
13337
+ description: string;
13338
+ };
13339
+ BOOLEAN: {
13340
+ label: string;
13341
+ description: string;
13342
+ };
13343
+ DATE: {
13344
+ label: string;
13345
+ description: string;
13346
+ };
13347
+ DATE_TIME: {
13348
+ label: string;
13349
+ description: string;
13350
+ };
13351
+ SELECT: {
13352
+ label: string;
13353
+ description: string;
13354
+ };
13355
+ MULTI_SELECT: {
13356
+ label: string;
13357
+ description: string;
13358
+ };
13359
+ RATING: {
13360
+ label: string;
13361
+ description: string;
13362
+ };
13363
+ CURRENCY: {
13364
+ label: string;
13365
+ description: string;
13366
+ };
13367
+ EMAILS: {
13368
+ label: string;
13369
+ description: string;
13370
+ };
13371
+ PHONES: {
13372
+ label: string;
13373
+ description: string;
13374
+ };
13375
+ LINKS: {
13376
+ label: string;
13377
+ description: string;
13378
+ };
13379
+ FULL_NAME: {
13380
+ label: string;
13381
+ description: string;
13382
+ };
13383
+ ADDRESS: {
13384
+ label: string;
13385
+ description: string;
13386
+ };
13387
+ RELATION: {
13388
+ label: string;
13389
+ description: string;
13390
+ };
13391
+ UUID: {
13392
+ label: string;
13393
+ description: string;
13394
+ };
13395
+ RAW_JSON: {
13396
+ label: string;
13397
+ description: string;
13398
+ };
13399
+ ARRAY: {
13400
+ label: string;
13401
+ description: string;
13402
+ };
13403
+ FILES: {
13404
+ label: string;
13405
+ description: string;
13406
+ };
13407
+ GEOLOCATION: {
13408
+ label: string;
13409
+ description: string;
13410
+ };
13411
+ EXTERNAL_LOOKUP: {
13412
+ label: string;
13413
+ description: string;
13414
+ };
13415
+ FORMULA: {
13416
+ label: string;
13417
+ description: string;
13418
+ };
13419
+ ROLLUP: {
13420
+ label: string;
13421
+ description: string;
13422
+ };
12926
13423
  };
12927
13424
  categoryDescription: {
12928
13425
  Basic: string;
@@ -14053,6 +14550,12 @@ declare const _default: {
14053
14550
  objAutomationExecution: string;
14054
14551
  objLoginHistory: string;
14055
14552
  objQuoteLineItem: string;
14553
+ chartArea: string;
14554
+ chartCombo: string;
14555
+ chartDonut: string;
14556
+ chartGauge: string;
14557
+ chartScatter: string;
14558
+ chartType: string;
14056
14559
  };
14057
14560
  servicebot: {
14058
14561
  channels: string;
@@ -14650,8 +15153,19 @@ declare const _default: {
14650
15153
  loadFailed: string;
14651
15154
  totalRecords: string;
14652
15155
  noRecords: string;
14653
- status: {};
14654
- triggerType: {};
15156
+ status: {
15157
+ RUNNING: string;
15158
+ COMPLETED: string;
15159
+ FAILED: string;
15160
+ CANCELLED: string;
15161
+ WAITING: string;
15162
+ };
15163
+ triggerType: {
15164
+ RECORD_TRIGGER: string;
15165
+ MANUAL: string;
15166
+ SCHEDULED: string;
15167
+ SUBFLOW: string;
15168
+ };
14655
15169
  };
14656
15170
  decisionConfig: {
14657
15171
  title: string;
@@ -15165,6 +15679,12 @@ declare const _default: {
15165
15679
  transferToMobile: string;
15166
15680
  close: string;
15167
15681
  };
15682
+ queueStatus: {
15683
+ pending: string;
15684
+ completed: string;
15685
+ failed: string;
15686
+ skipped: string;
15687
+ };
15168
15688
  };
15169
15689
  recording: {
15170
15690
  list: {
@@ -15281,6 +15801,11 @@ declare const _default: {
15281
15801
  pending: string;
15282
15802
  completed: string;
15283
15803
  failed: string;
15804
+ scheduled: string;
15805
+ dialing: string;
15806
+ connected: string;
15807
+ skipped: string;
15808
+ dnc: string;
15284
15809
  };
15285
15810
  disposition: {
15286
15811
  interested: string;
@@ -15288,6 +15813,7 @@ declare const _default: {
15288
15813
  not_interested: string;
15289
15814
  voicemail: string;
15290
15815
  no_answer: string;
15816
+ appointment_set: string;
15291
15817
  };
15292
15818
  filter: {
15293
15819
  status: string;
@@ -15937,7 +16463,13 @@ declare const _default: {
15937
16463
  cancel: string;
15938
16464
  deleteConfirmPrefix: string;
15939
16465
  deleteConfirmSuffix: string;
15940
- object: {};
16466
+ object: {
16467
+ Opportunity: string;
16468
+ Quote: string;
16469
+ Contract: string;
16470
+ Account: string;
16471
+ Order: string;
16472
+ };
15941
16473
  approver: {
15942
16474
  user: string;
15943
16475
  role: string;
@@ -16086,8 +16618,18 @@ declare const _default: {
16086
16618
  fieldConditions: string;
16087
16619
  updateSuccess: string;
16088
16620
  updateFailed: string;
16089
- object: {};
16090
- evaluation: {};
16621
+ object: {
16622
+ Opportunity: string;
16623
+ Account: string;
16624
+ Contact: string;
16625
+ Task: string;
16626
+ Lead: string;
16627
+ };
16628
+ evaluation: {
16629
+ created: string;
16630
+ created_and_edited: string;
16631
+ edited: string;
16632
+ };
16091
16633
  };
16092
16634
  triggersAdmin: {
16093
16635
  title: string;
@@ -16231,6 +16773,7 @@ declare const _default: {
16231
16773
  abortError: string;
16232
16774
  };
16233
16775
  platformAdmin: {
16776
+ menuChannelProvider: string;
16234
16777
  adminPanelUi: {
16235
16778
  common: {
16236
16779
  sectionOther: string;
@@ -16984,13 +17527,84 @@ declare const _default: {
16984
17527
  noMatchingItems: string;
16985
17528
  menuPlatformAdminHome: string;
16986
17529
  providerControlPlaneUi: {
16987
- family: {};
16988
- tone: {};
17530
+ family: {
17531
+ ai: string;
17532
+ telephony: string;
17533
+ channel: string;
17534
+ };
17535
+ tone: {
17536
+ success: string;
17537
+ warning: string;
17538
+ danger: string;
17539
+ info: string;
17540
+ neutral: string;
17541
+ };
16989
17542
  field: {
16990
17543
  key: string;
16991
17544
  label: string;
16992
17545
  secret: string;
16993
- };
17546
+ kind: string;
17547
+ status: string;
17548
+ health: string;
17549
+ defaultModel: string;
17550
+ capabilities: string;
17551
+ region: string;
17552
+ action: string;
17553
+ workspace: string;
17554
+ primaryProvider: string;
17555
+ routing: string;
17556
+ migration: string;
17557
+ fallbacks: string;
17558
+ channel: string;
17559
+ runtime: string;
17560
+ residency: string;
17561
+ providerSecret: string;
17562
+ webhookSecret: string;
17563
+ purpose: string;
17564
+ providerConfigKey: string;
17565
+ providerKind: string;
17566
+ priority: string;
17567
+ baseUrl: string;
17568
+ dataResidency: string;
17569
+ internalEndpoint: string;
17570
+ enabledCapabilities: string;
17571
+ modelListJson: string;
17572
+ metadataMaskedJson: string;
17573
+ migrationState: string;
17574
+ fallbackChainJson: string;
17575
+ modelPolicyJson: string;
17576
+ budgetPolicyJson: string;
17577
+ accountRefMasked: string;
17578
+ endpointMasked: string;
17579
+ senderIdentityJson: string;
17580
+ domainPolicyJson: string;
17581
+ suppressionPolicyJson: string;
17582
+ retryPolicyJson: string;
17583
+ rateLimitPolicyJson: string;
17584
+ senderPolicyJson: string;
17585
+ templateBoundaryPolicyJson: string;
17586
+ sendingLimitPolicyJson: string;
17587
+ compliancePolicyJson: string;
17588
+ featurePolicyJson: string;
17589
+ };
17590
+ guardrailAria: string;
17591
+ metricsAria: string;
17592
+ workbenchAria: string;
17593
+ recordsAria: string;
17594
+ riskTitle: string;
17595
+ noActiveRisk: string;
17596
+ contractGuarded: string;
17597
+ maskedAuditView: string;
17598
+ providerConfigs: string;
17599
+ orgPolicies: string;
17600
+ cancel: string;
17601
+ saveWithAudit: string;
17602
+ create: string;
17603
+ edit: string;
17604
+ bindPolicy: string;
17605
+ impactAria: string;
17606
+ impactPreview: string;
17607
+ impactDescription: string;
16994
17608
  };
16995
17609
  aiProviderControlPlane: {
16996
17610
  title: string;
@@ -17014,7 +17628,15 @@ declare const _default: {
17014
17628
  createPolicyModalTitle: string;
17015
17629
  workspacePlaceholder: string;
17016
17630
  ui: {
17017
- capability: {};
17631
+ capability: {
17632
+ chat: string;
17633
+ embedding: string;
17634
+ vision: string;
17635
+ json: string;
17636
+ tool_calling: string;
17637
+ streaming: string;
17638
+ reasoning: string;
17639
+ };
17018
17640
  impact: {
17019
17641
  capabilityDelta: string;
17020
17642
  capabilityDeltaBody: string;
@@ -17029,13 +17651,110 @@ declare const _default: {
17029
17651
  auditTrail: string;
17030
17652
  auditTrailBody: string;
17031
17653
  };
17032
- runtimeConsumer: {};
17654
+ runtimeConsumer: {
17655
+ modelRouting: string;
17656
+ knowledgeRetrieval: string;
17657
+ other: string;
17658
+ unavailable: string;
17659
+ };
17660
+ loadFailed: string;
17661
+ loadFailedDescription: string;
17662
+ retry: string;
17663
+ test: string;
17664
+ testAll: string;
17665
+ testProvider: string;
17666
+ editProvider: string;
17667
+ probeResults: string;
17668
+ noWiredProbeTargets: string;
17669
+ noProbeResults: string;
17670
+ result: string;
17671
+ passed: string;
17672
+ failed: string;
17673
+ latency: string;
17674
+ evidence: string;
17675
+ diagnostic: string;
17676
+ requestedModel: string;
17677
+ actualModel: string;
17678
+ modelConsistency: string;
17679
+ consistent: string;
17680
+ inconsistent: string;
17681
+ observedAt: string;
17682
+ actor: string;
17683
+ auditId: string;
17684
+ dimension: string;
17685
+ tokens: string;
17686
+ providerHealth: string;
17687
+ atRiskCount: string;
17688
+ activeCount: string;
17689
+ unknownHealthChecks: string;
17690
+ healthChecksVisible: string;
17691
+ policyCoverage: string;
17692
+ policyCoverageHelper: string;
17693
+ secretRotationRisk: string;
17694
+ configured: string;
17695
+ notConfigured: string;
17696
+ available: string;
17697
+ unavailable: string;
17698
+ notTested: string;
17699
+ gapCount: string;
17700
+ secretRotationHelper: string;
17701
+ fallbackRoutingRisk: string;
17702
+ covered: string;
17703
+ fallbackRoutingHelper: string;
17704
+ reliability: string;
17705
+ noDefaultModel: string;
17706
+ selectProviderReliability: string;
17707
+ modelRouting: string;
17708
+ modelRoutingBound: string;
17709
+ modelRoutingUnbound: string;
17710
+ capabilityCoverage: string;
17711
+ noCapabilities: string;
17712
+ wired: string;
17713
+ notWired: string;
17714
+ capabilityCatalogTitle: string;
17715
+ capabilityCatalogDescription: string;
17716
+ runtimeCatalogUnavailable: string;
17717
+ invalidJson: string;
17718
+ capabilityColumn: string;
17719
+ wiringColumn: string;
17720
+ runtimeConsumerColumn: string;
17721
+ noConsumer: string;
17722
+ noProviderSelected: string;
17723
+ modelResidency: string;
17724
+ noRegion: string;
17725
+ noResidencyPolicy: string;
17726
+ residencyUnavailable: string;
17727
+ noAiProviderSelected: string;
17728
+ providerKey: string;
17729
+ defaultModel: string;
17730
+ health: string;
17731
+ policyWorkspace: string;
17732
+ noPinnedPolicy: string;
17733
+ secret: string;
17734
+ updated: string;
17033
17735
  };
17034
17736
  };
17035
17737
  channelProviderControlPlane: {
17036
17738
  ui: {
17037
- capability: {};
17038
- purpose: {};
17739
+ capability: {
17740
+ send_email: string;
17741
+ receive_email: string;
17742
+ send_sms: string;
17743
+ send_push: string;
17744
+ send_work_notice: string;
17745
+ in_app_notify: string;
17746
+ };
17747
+ purpose: {
17748
+ transactional: string;
17749
+ marketing: string;
17750
+ notification: string;
17751
+ workflow: string;
17752
+ servicebot: string;
17753
+ site_auth: string;
17754
+ inbound_case: string;
17755
+ in_app: string;
17756
+ mixed: string;
17757
+ };
17039
17758
  impact: {
17040
17759
  capabilityDelta: string;
17041
17760
  capabilityDeltaBody: string;
@@ -17050,6 +17769,54 @@ declare const _default: {
17050
17769
  auditTrail: string;
17051
17770
  auditTrailBody: string;
17052
17771
  };
17772
+ loadFailed: string;
17773
+ loadFailedDescription: string;
17774
+ retry: string;
17775
+ title: string;
17776
+ providerHealth: string;
17777
+ atRiskCount: string;
17778
+ activeCount: string;
17779
+ unknownDeliveryHealth: string;
17780
+ governedSenderCount: string;
17781
+ policyCoverage: string;
17782
+ policyCoverageHelper: string;
17783
+ secretRotationRisk: string;
17784
+ configured: string;
17785
+ notConfigured: string;
17786
+ gapCount: string;
17787
+ secretRotationHelper: string;
17788
+ fallbackRoutingRisk: string;
17789
+ pinned: string;
17790
+ fallbackRoutingHelper: string;
17791
+ reliability: string;
17792
+ channel: string;
17793
+ selectChannelProvider: string;
17794
+ senderIdentity: string;
17795
+ domainOwnershipUnset: string;
17796
+ noProviderSelected: string;
17797
+ deliveryPolicy: string;
17798
+ deliveryPolicyBound: string;
17799
+ deliveryPolicyUnbound: string;
17800
+ deliveryReliability: string;
17801
+ noRegion: string;
17802
+ noResidencyPolicy: string;
17803
+ noHealthMessage: string;
17804
+ deliveryReliabilityUnavailable: string;
17805
+ noChannelProviderSelected: string;
17806
+ providerKey: string;
17807
+ providerKind: string;
17808
+ policyWorkspace: string;
17809
+ noPinnedPolicy: string;
17810
+ providerSecret: string;
17811
+ webhookSecret: string;
17812
+ updated: string;
17813
+ notWired: string;
17814
+ invalidJson: string;
17815
+ configuredSecretRefHint: string;
17816
+ optionalProviderSecretRefHint: string;
17817
+ optionalWebhookSecretRefHint: string;
17818
+ wiredCapabilitiesHint: string;
17819
+ notWiredCapabilitiesHint: string;
17053
17820
  };
17054
17821
  };
17055
17822
  telephonyProviderControlPlane: {};
@@ -17665,19 +18432,75 @@ declare const _default: {
17665
18432
  sensitiveAllow: string;
17666
18433
  };
17667
18434
  imBotSetup: {
17668
- toolLabel: {};
18435
+ toolLabel: {
18436
+ recordQuery: string;
18437
+ recordAggregate: string;
18438
+ recordCreate: string;
18439
+ recordUpdate: string;
18440
+ activityLog: string;
18441
+ knowledgeSearch: string;
18442
+ reportGenerate: string;
18443
+ imNotify: string;
18444
+ };
17669
18445
  platform: {
17670
- dingtalk: {};
17671
- feishu: {};
17672
- wecom: {};
17673
- slack: {};
17674
- teams: {};
17675
- web_chat: {};
17676
- api: {};
17677
- phone_agent: {};
18446
+ dingtalk: {
18447
+ label: string;
18448
+ step1: string;
18449
+ step2: string;
18450
+ step3: string;
18451
+ step4: string;
18452
+ };
18453
+ feishu: {
18454
+ label: string;
18455
+ step1: string;
18456
+ step2: string;
18457
+ step3: string;
18458
+ step4: string;
18459
+ };
18460
+ wecom: {
18461
+ label: string;
18462
+ step1: string;
18463
+ step2: string;
18464
+ step3: string;
18465
+ note: string;
18466
+ };
18467
+ slack: {
18468
+ label: string;
18469
+ step1: string;
18470
+ step2: string;
18471
+ step3: string;
18472
+ };
18473
+ teams: {
18474
+ label: string;
18475
+ step1: string;
18476
+ step2: string;
18477
+ step3: string;
18478
+ };
18479
+ web_chat: {
18480
+ label: string;
18481
+ step1: string;
18482
+ step2: string;
18483
+ step3: string;
18484
+ };
18485
+ api: {
18486
+ label: string;
18487
+ step1: string;
18488
+ step2: string;
18489
+ step3: string;
18490
+ };
18491
+ phone_agent: {
18492
+ label: string;
18493
+ step1: string;
18494
+ step2: string;
18495
+ step3: string;
18496
+ };
17678
18497
  };
17679
18498
  field: {
17680
- wecom: {};
18499
+ wecom: {
18500
+ corpId: string;
18501
+ agentId: string;
18502
+ secret: string;
18503
+ };
17681
18504
  };
17682
18505
  simNoReply: string;
17683
18506
  simFailed: string;
@@ -17729,6 +18552,9 @@ declare const _default: {
17729
18552
  on: string;
17730
18553
  toggleChannelAria: string;
17731
18554
  edit: string;
18555
+ copyCallbackUrl: string;
18556
+ copyCallbackUrlAria: string;
18557
+ callbackUrlCopied: string;
17732
18558
  confirmDelete: string;
17733
18559
  delete: string;
17734
18560
  cancel: string;
@@ -18117,9 +18943,25 @@ declare const _default: {
18117
18943
  colActions: string;
18118
18944
  detail: string;
18119
18945
  totalCount: string;
18120
- outcomeTypeLabels: {};
18121
- tierLabels: {};
18122
- statusLabels: {};
18946
+ outcomeTypeLabels: {
18947
+ mql: string;
18948
+ opportunityCreated: string;
18949
+ opportunityWon: string;
18950
+ caseClosed: string;
18951
+ customerActivated: string;
18952
+ };
18953
+ tierLabels: {
18954
+ full: string;
18955
+ half: string;
18956
+ none: string;
18957
+ };
18958
+ statusLabels: {
18959
+ pending: string;
18960
+ billed: string;
18961
+ waived: string;
18962
+ disputed: string;
18963
+ cancelled: string;
18964
+ };
18123
18965
  };
18124
18966
  agentPermission: {
18125
18967
  pageTitle: string;
@@ -18534,6 +19376,11 @@ declare const _default: {
18534
19376
  type: {
18535
19377
  service: string;
18536
19378
  custom: string;
19379
+ sales: string;
19380
+ analytics: string;
19381
+ operations: string;
19382
+ marketing: string;
19383
+ support: string;
18537
19384
  };
18538
19385
  status: {
18539
19386
  active: string;
@@ -18543,17 +19390,55 @@ declare const _default: {
18543
19390
  inactive: string;
18544
19391
  disabled: string;
18545
19392
  };
18546
- capability: {};
19393
+ capability: {
19394
+ multilingual_outreach: string;
19395
+ lead_qualification: string;
19396
+ email_drafting: string;
19397
+ prospect_research: string;
19398
+ mql_scoring: string;
19399
+ mql_conversion: string;
19400
+ follow_up_cadence: string;
19401
+ inbound_inquiry: string;
19402
+ sales: string;
19403
+ case_resolution: string;
19404
+ refund_processing: string;
19405
+ order_tracking: string;
19406
+ faq_answering: string;
19407
+ escalation_routing: string;
19408
+ team_coaching: string;
19409
+ next_best_action: string;
19410
+ sop_adherence: string;
19411
+ bottleneck_alerting: string;
19412
+ bottleneck_detection: string;
19413
+ performance_review: string;
19414
+ enablement: string;
19415
+ pipeline_analysis: string;
19416
+ revenue_forecasting: string;
19417
+ report_generation: string;
19418
+ kpi_monitoring: string;
19419
+ };
18547
19420
  };
18548
19421
  orchestrationDisplay: {
18549
19422
  trigger: {
18550
19423
  manual: string;
19424
+ event: string;
19425
+ schedule: string;
18551
19426
  };
18552
19427
  category: {
18553
19428
  default: string;
19429
+ custom: string;
19430
+ };
19431
+ failureStrategy: {
19432
+ continue: string;
19433
+ fail_fast: string;
19434
+ retry: string;
19435
+ };
19436
+ stepType: {
19437
+ agent_task: string;
19438
+ condition: string;
19439
+ parallel: string;
19440
+ tool_call: string;
18554
19441
  };
18555
- failureStrategy: {};
18556
- stepType: {};
18557
19442
  };
18558
19443
  aiWorkforceHome: {
18559
19444
  title: string;
@@ -18624,6 +19509,8 @@ declare const _default: {
18624
19509
  emptyRecent: string;
18625
19510
  executionFallback: string;
18626
19511
  agentFallback: string;
19512
+ customerPrefix: string;
19513
+ customerCommLink: string;
18627
19514
  metric: {
18628
19515
  activeAgents: string;
18629
19516
  totalAgentsPrefix: string;