@nexusclawhq/cli 0.3.39 → 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 (27) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +12 -0
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +969 -98
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +992 -117
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1938 -196
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +969 -98
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +997 -119
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  13. package/dist/nexus-cli/src/commands/employee/bundle.d.ts +16 -0
  14. package/dist/nexus-cli/src/commands/employee/bundle.js +31 -15
  15. package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
  16. package/dist/nexus-cli/src/commands/employee/bundle.test.d.ts +1 -0
  17. package/dist/nexus-cli/src/commands/employee/bundle.test.js +33 -0
  18. package/dist/nexus-cli/src/commands/employee/bundle.test.js.map +1 -0
  19. package/dist/nexus-cli/src/runtime/output-coordinator.js +4 -3
  20. package/dist/nexus-cli/src/runtime/output-coordinator.js.map +1 -1
  21. package/dist/nexus-cli/src/runtime/output-coordinator.test.js +28 -0
  22. package/dist/nexus-cli/src/runtime/output-coordinator.test.js.map +1 -1
  23. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  24. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  25. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  26. package/dist/tsconfig.tsbuildinfo +1 -1
  27. 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;
@@ -4780,6 +4937,17 @@ declare const _default: {
4780
4937
  colTargetCustomer: string;
4781
4938
  colLearning: string;
4782
4939
  executionQueue: string;
4940
+ customerHistoryTitle: string;
4941
+ customerHistoryDescription: string;
4942
+ backToAllExecutions: string;
4943
+ trigger: {
4944
+ manual: string;
4945
+ schedule: string;
4946
+ event: string;
4947
+ agentTest: string;
4948
+ message: string;
4949
+ other: string;
4950
+ };
4783
4951
  fleet: {
4784
4952
  title: string;
4785
4953
  windowLabel: string;
@@ -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,7 +7632,12 @@ 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
  };
@@ -7624,13 +7898,34 @@ declare const _default: {
7624
7898
  customDomainMax: string;
7625
7899
  customDomainPlaceholder: string;
7626
7900
  templateOptions: {
7627
- BLANK: {};
7628
- CUSTOMER_SERVICE: {};
7629
- HELP_CENTER: {};
7630
- PARTNER_CENTRAL: {};
7631
- SELF_SERVICE: {};
7632
- COMMUNITY: {};
7633
- 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
+ };
7634
7929
  };
7635
7930
  };
7636
7931
  list: {
@@ -8108,7 +8403,14 @@ declare const _default: {
8108
8403
  };
8109
8404
  cardConfig: {
8110
8405
  cardType: string;
8111
- cardTypeOption: {};
8406
+ cardTypeOption: {
8407
+ metric: string;
8408
+ list: string;
8409
+ chart: string;
8410
+ pending_actions: string;
8411
+ recent: string;
8412
+ custom: string;
8413
+ };
8112
8414
  title: string;
8113
8415
  icon: string;
8114
8416
  relatedObject: string;
@@ -8175,7 +8477,14 @@ declare const _default: {
8175
8477
  targetValue: string;
8176
8478
  route: string;
8177
8479
  flowVersionId: string;
8178
- 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
+ };
8179
8488
  };
8180
8489
  fabConfig: {
8181
8490
  buttonName: string;
@@ -8183,6 +8492,12 @@ declare const _default: {
8183
8492
  actionType: string;
8184
8493
  createObject: string;
8185
8494
  route: string;
8495
+ fabTypeOption: {
8496
+ create: string;
8497
+ scan: string;
8498
+ navigate: string;
8499
+ trigger_flow: string;
8500
+ };
8186
8501
  };
8187
8502
  tabConfig: {
8188
8503
  tabName: string;
@@ -8914,8 +9229,29 @@ declare const _default: {
8914
9229
  noDeployResults: string;
8915
9230
  };
8916
9231
  objectFieldsPages: {
8917
- fieldTypeOption: {};
8918
- 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
+ };
8919
9255
  breadcrumbSettings: string;
8920
9256
  breadcrumbObjects: string;
8921
9257
  breadcrumbNewField: string;
@@ -10910,14 +11246,42 @@ declare const _default: {
10910
11246
  homePrimaryChainLabel: string;
10911
11247
  homeExtendedLabel: string;
10912
11248
  homeCards: {
10913
- profiles: {};
10914
- dealRegistrations: {};
10915
- referrals: {};
10916
- insights: {};
10917
- channelSources: {};
10918
- jointMarketing: {};
10919
- enablement: {};
10920
- 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
+ };
10921
11285
  };
10922
11286
  };
10923
11287
  platformAdmin: {
@@ -11118,7 +11482,13 @@ declare const _default: {
11118
11482
  memberTypeLabel: string;
11119
11483
  memberTypePlaceholder: string;
11120
11484
  memberTypeRequired: string;
11121
- memberTypeOption: {};
11485
+ memberTypeOption: {
11486
+ USER: string;
11487
+ ROLE: string;
11488
+ ROLE_AND_SUBORDINATES: string;
11489
+ ORG_NODE: string;
11490
+ PUBLIC_GROUP: string;
11491
+ };
11122
11492
  referenceRequired: string;
11123
11493
  searchPlaceholder: string;
11124
11494
  selectMember: string;
@@ -11156,7 +11526,13 @@ declare const _default: {
11156
11526
  labelMemberCount: string;
11157
11527
  memberRemoved: string;
11158
11528
  memberNameUnavailable: string;
11159
- memberTypeOption: {};
11529
+ memberTypeOption: {
11530
+ USER: string;
11531
+ ROLE: string;
11532
+ ROLE_AND_SUBORDINATES: string;
11533
+ ORG_NODE: string;
11534
+ PUBLIC_GROUP: string;
11535
+ };
11160
11536
  membersTitle: string;
11161
11537
  noMembers: string;
11162
11538
  notFound: string;
@@ -11406,8 +11782,25 @@ declare const _default: {
11406
11782
  totalCount: string;
11407
11783
  riskGroup: {
11408
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;
11409
11803
  };
11410
- failureCode: {};
11411
11804
  };
11412
11805
  };
11413
11806
  marketingPages: {
@@ -11729,7 +12122,14 @@ declare const _default: {
11729
12122
  description: string;
11730
12123
  actionHint: string;
11731
12124
  };
11732
- dispositionLabel: {};
12125
+ dispositionLabel: {
12126
+ interested: string;
12127
+ callback: string;
12128
+ not_interested: string;
12129
+ no_answer: string;
12130
+ voicemail: string;
12131
+ other: string;
12132
+ };
11733
12133
  };
11734
12134
  itemTable: {
11735
12135
  filterStatusPlaceholder: string;
@@ -11779,7 +12179,11 @@ declare const _default: {
11779
12179
  typeRequired: string;
11780
12180
  typeEditTooltip: string;
11781
12181
  typePlaceholder: string;
11782
- typeOption: {};
12182
+ typeOption: {
12183
+ object: string;
12184
+ page: string;
12185
+ url: string;
12186
+ };
11783
12187
  objectLabel: string;
11784
12188
  objectRequired: string;
11785
12189
  objectPlaceholder: string;
@@ -12381,7 +12785,13 @@ declare const _default: {
12381
12785
  relationFieldLabel: string;
12382
12786
  relationFieldPlaceholder: string;
12383
12787
  aggregateFunctionLabel: string;
12384
- functionOption: {};
12788
+ functionOption: {
12789
+ SUM: string;
12790
+ COUNT: string;
12791
+ AVG: string;
12792
+ MIN: string;
12793
+ MAX: string;
12794
+ };
12385
12795
  childFieldLabel: string;
12386
12796
  childFieldPlaceholder: string;
12387
12797
  filterCriteriaLabel: string;
@@ -12914,30 +13324,102 @@ declare const _default: {
12914
13324
  };
12915
13325
  newFieldSelect: {
12916
13326
  fieldType: {
12917
- TEXT: {};
12918
- LONG_TEXT: {};
12919
- NUMBER: {};
12920
- BOOLEAN: {};
12921
- DATE: {};
12922
- DATE_TIME: {};
12923
- SELECT: {};
12924
- MULTI_SELECT: {};
12925
- RATING: {};
12926
- CURRENCY: {};
12927
- EMAILS: {};
12928
- PHONES: {};
12929
- LINKS: {};
12930
- FULL_NAME: {};
12931
- ADDRESS: {};
12932
- RELATION: {};
12933
- UUID: {};
12934
- RAW_JSON: {};
12935
- ARRAY: {};
12936
- FILES: {};
12937
- GEOLOCATION: {};
12938
- EXTERNAL_LOOKUP: {};
12939
- FORMULA: {};
12940
- 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
+ };
12941
13423
  };
12942
13424
  categoryDescription: {
12943
13425
  Basic: string;
@@ -14068,6 +14550,12 @@ declare const _default: {
14068
14550
  objAutomationExecution: string;
14069
14551
  objLoginHistory: string;
14070
14552
  objQuoteLineItem: string;
14553
+ chartArea: string;
14554
+ chartCombo: string;
14555
+ chartDonut: string;
14556
+ chartGauge: string;
14557
+ chartScatter: string;
14558
+ chartType: string;
14071
14559
  };
14072
14560
  servicebot: {
14073
14561
  channels: string;
@@ -14665,8 +15153,19 @@ declare const _default: {
14665
15153
  loadFailed: string;
14666
15154
  totalRecords: string;
14667
15155
  noRecords: string;
14668
- status: {};
14669
- 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
+ };
14670
15169
  };
14671
15170
  decisionConfig: {
14672
15171
  title: string;
@@ -15180,6 +15679,12 @@ declare const _default: {
15180
15679
  transferToMobile: string;
15181
15680
  close: string;
15182
15681
  };
15682
+ queueStatus: {
15683
+ pending: string;
15684
+ completed: string;
15685
+ failed: string;
15686
+ skipped: string;
15687
+ };
15183
15688
  };
15184
15689
  recording: {
15185
15690
  list: {
@@ -15296,6 +15801,11 @@ declare const _default: {
15296
15801
  pending: string;
15297
15802
  completed: string;
15298
15803
  failed: string;
15804
+ scheduled: string;
15805
+ dialing: string;
15806
+ connected: string;
15807
+ skipped: string;
15808
+ dnc: string;
15299
15809
  };
15300
15810
  disposition: {
15301
15811
  interested: string;
@@ -15303,6 +15813,7 @@ declare const _default: {
15303
15813
  not_interested: string;
15304
15814
  voicemail: string;
15305
15815
  no_answer: string;
15816
+ appointment_set: string;
15306
15817
  };
15307
15818
  filter: {
15308
15819
  status: string;
@@ -15952,7 +16463,13 @@ declare const _default: {
15952
16463
  cancel: string;
15953
16464
  deleteConfirmPrefix: string;
15954
16465
  deleteConfirmSuffix: string;
15955
- object: {};
16466
+ object: {
16467
+ Opportunity: string;
16468
+ Quote: string;
16469
+ Contract: string;
16470
+ Account: string;
16471
+ Order: string;
16472
+ };
15956
16473
  approver: {
15957
16474
  user: string;
15958
16475
  role: string;
@@ -16101,8 +16618,18 @@ declare const _default: {
16101
16618
  fieldConditions: string;
16102
16619
  updateSuccess: string;
16103
16620
  updateFailed: string;
16104
- object: {};
16105
- 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
+ };
16106
16633
  };
16107
16634
  triggersAdmin: {
16108
16635
  title: string;
@@ -17000,13 +17527,84 @@ declare const _default: {
17000
17527
  noMatchingItems: string;
17001
17528
  menuPlatformAdminHome: string;
17002
17529
  providerControlPlaneUi: {
17003
- family: {};
17004
- 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
+ };
17005
17542
  field: {
17006
17543
  key: string;
17007
17544
  label: string;
17008
17545
  secret: string;
17009
- };
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;
17010
17608
  };
17011
17609
  aiProviderControlPlane: {
17012
17610
  title: string;
@@ -17030,7 +17628,15 @@ declare const _default: {
17030
17628
  createPolicyModalTitle: string;
17031
17629
  workspacePlaceholder: string;
17032
17630
  ui: {
17033
- 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
+ };
17034
17640
  impact: {
17035
17641
  capabilityDelta: string;
17036
17642
  capabilityDeltaBody: string;
@@ -17045,13 +17651,110 @@ declare const _default: {
17045
17651
  auditTrail: string;
17046
17652
  auditTrailBody: string;
17047
17653
  };
17048
- 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;
17049
17735
  };
17050
17736
  };
17051
17737
  channelProviderControlPlane: {
17052
17738
  ui: {
17053
- capability: {};
17054
- 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
+ };
17055
17758
  impact: {
17056
17759
  capabilityDelta: string;
17057
17760
  capabilityDeltaBody: string;
@@ -17066,6 +17769,54 @@ declare const _default: {
17066
17769
  auditTrail: string;
17067
17770
  auditTrailBody: string;
17068
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;
17069
17820
  };
17070
17821
  };
17071
17822
  telephonyProviderControlPlane: {};
@@ -17681,19 +18432,75 @@ declare const _default: {
17681
18432
  sensitiveAllow: string;
17682
18433
  };
17683
18434
  imBotSetup: {
17684
- 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
+ };
17685
18445
  platform: {
17686
- dingtalk: {};
17687
- feishu: {};
17688
- wecom: {};
17689
- slack: {};
17690
- teams: {};
17691
- web_chat: {};
17692
- api: {};
17693
- 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
+ };
17694
18497
  };
17695
18498
  field: {
17696
- wecom: {};
18499
+ wecom: {
18500
+ corpId: string;
18501
+ agentId: string;
18502
+ secret: string;
18503
+ };
17697
18504
  };
17698
18505
  simNoReply: string;
17699
18506
  simFailed: string;
@@ -17745,6 +18552,9 @@ declare const _default: {
17745
18552
  on: string;
17746
18553
  toggleChannelAria: string;
17747
18554
  edit: string;
18555
+ copyCallbackUrl: string;
18556
+ copyCallbackUrlAria: string;
18557
+ callbackUrlCopied: string;
17748
18558
  confirmDelete: string;
17749
18559
  delete: string;
17750
18560
  cancel: string;
@@ -18133,9 +18943,25 @@ declare const _default: {
18133
18943
  colActions: string;
18134
18944
  detail: string;
18135
18945
  totalCount: string;
18136
- outcomeTypeLabels: {};
18137
- tierLabels: {};
18138
- 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
+ };
18139
18965
  };
18140
18966
  agentPermission: {
18141
18967
  pageTitle: string;
@@ -18550,6 +19376,11 @@ declare const _default: {
18550
19376
  type: {
18551
19377
  service: string;
18552
19378
  custom: string;
19379
+ sales: string;
19380
+ analytics: string;
19381
+ operations: string;
19382
+ marketing: string;
19383
+ support: string;
18553
19384
  };
18554
19385
  status: {
18555
19386
  active: string;
@@ -18559,17 +19390,55 @@ declare const _default: {
18559
19390
  inactive: string;
18560
19391
  disabled: string;
18561
19392
  };
18562
- 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
+ };
18563
19420
  };
18564
19421
  orchestrationDisplay: {
18565
19422
  trigger: {
18566
19423
  manual: string;
19424
+ event: string;
19425
+ schedule: string;
18567
19426
  };
18568
19427
  category: {
18569
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;
18570
19441
  };
18571
- failureStrategy: {};
18572
- stepType: {};
18573
19442
  };
18574
19443
  aiWorkforceHome: {
18575
19444
  title: string;
@@ -18640,6 +19509,8 @@ declare const _default: {
18640
19509
  emptyRecent: string;
18641
19510
  executionFallback: string;
18642
19511
  agentFallback: string;
19512
+ customerPrefix: string;
19513
+ customerCommLink: string;
18643
19514
  metric: {
18644
19515
  activeAgents: string;
18645
19516
  totalAgentsPrefix: string;