@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
@@ -900,7 +900,7 @@ const messages = {
900
900
  crm: {
901
901
  dashboard: "Dashboard",
902
902
  salesLead: "Leads",
903
- // LYNC-107: keep the en-US key set aligned with zh-CN so both locales
903
+ // Keep the en-US key set aligned with zh-CN so both locales
904
904
  // resolve from the translation table rather than the DB fallback name.
905
905
  accountFolder: "Accounts",
906
906
  accountAll: "All Accounts",
@@ -984,7 +984,12 @@ const messages = {
984
984
  severity: {
985
985
  high: "High",
986
986
  medium: "Medium",
987
- low: "Low"
987
+ low: "Low",
988
+ critical: "Critical",
989
+ CRITICAL: "Critical",
990
+ HIGH: "High",
991
+ MEDIUM: "Medium",
992
+ LOW: "Low"
988
993
  },
989
994
  overdue: "{days} days overdue",
990
995
  deadline: "{hours} hours until deadline",
@@ -1707,7 +1712,9 @@ const messages = {
1707
1712
  createNew: "Create new records (ignore duplicates)",
1708
1713
  },
1709
1714
  duplicateStrategyNames: {
1710
- skip: "Skip"
1715
+ skip: "Skip",
1716
+ overwrite: "Overwrite",
1717
+ create_new: "Create New Records"
1711
1718
  },
1712
1719
  metrics: {
1713
1720
  totalRows: "Total Rows",
@@ -2645,7 +2652,56 @@ const messages = {
2645
2652
  aiKcGrounding: "__EN_TODO__: 溯源",
2646
2653
  aiKcGroundingTitle: "__EN_TODO__: 知识溯源智能",
2647
2654
  aiSopWorkflowHubTitle: "__EN_TODO__: SOP-流程转化中心",
2648
- aiGuardrailPolicyIntelligenceTitle: "__EN_TODO__: 策略智能引擎"
2655
+ aiGuardrailPolicyIntelligenceTitle: "__EN_TODO__: 策略智能引擎",
2656
+ objects: "Object Manager",
2657
+ automation: "Automation",
2658
+ integrations: "Integrations",
2659
+ dev: "Developer Tools",
2660
+ appColStatus: "Status",
2661
+ appColActions: "Actions",
2662
+ autoNumberPrefix: "Prefix, e.g. INV-",
2663
+ autoNumberPrefixRequired: "Please enter prefix",
2664
+ autoNumberStarting: "Starting value",
2665
+ autoNumberStartingRequired: "Please enter starting value",
2666
+ aiTabSkills: "Skills",
2667
+ aiTabTools: "Tools",
2668
+ aiTabSettings: "Settings",
2669
+ aiAuditActionAllow: "Allow",
2670
+ aiAuditActionAudit: "Audit",
2671
+ aiAuditActionConfirm: "Confirm",
2672
+ aiAuditActionApprove: "Approve",
2673
+ aiAuditActionBlock: "Block",
2674
+ aiAuditApprovalPending: "Pending",
2675
+ aiAuditApprovalApproved: "Approved",
2676
+ aiAuditApprovalRejected: "Rejected",
2677
+ aiKcEditChunk: "Edit Knowledge Chunk",
2678
+ aiKcDetailLoadFailed: "Failed to load knowledge chunk detail",
2679
+ aiKcLoading: "Loading...",
2680
+ aiKcRetrievalCount: "Retrievals",
2681
+ aiKcInjectionCount: "Injections",
2682
+ aiKcReferenceCount: "References",
2683
+ aiKcUpdateOk: "Knowledge chunk updated",
2684
+ aiKcDeleteOk: "Deleted",
2685
+ aiKcDeleteConfirm: "Confirm delete?",
2686
+ aiSopStatusDraft: "Draft",
2687
+ aiSopStatusReviewed: "Reviewed",
2688
+ aiSopStatusActive: "Active",
2689
+ aiSopStatusArchived: "Archived",
2690
+ rbHardDelete: "Permanently Delete",
2691
+ rbPermanentDelete: "Permanently Delete",
2692
+ rbPermanentDeleteUnavailable: "The customer recycle bin is restore-only. Permanent deletion is handled by the system retention policy or DSAR process and is not exposed on this page.",
2693
+ rbSelectDelete: "Select at least one record to permanently delete",
2694
+ rbDeleteOk: "Permanently deleted {count} record(s)",
2695
+ rbDeleteFail: "Permanent delete failed, please retry later",
2696
+ rbDeleteConfirmTitle: "Confirm permanent delete",
2697
+ rbDeleteConfirmContent: "Permanently delete the selected {count} record(s)? This cannot be undone.",
2698
+ rbCancel: "Cancel",
2699
+ aiSopCategoryGrowth: "__EN_TODO__: 增长获客",
2700
+ aiSopCategorySales: "__EN_TODO__: 销售转化",
2701
+ aiSopCategoryService: "__EN_TODO__: 客户服务",
2702
+ aiSopCategoryOnboarding: "__EN_TODO__: 客户启用",
2703
+ aiSopCategoryOperations: "__EN_TODO__: 运营流程",
2704
+ aiSopCategoryCompliance: "__EN_TODO__: 合规治理"
2649
2705
  },
2650
2706
  developer: {
2651
2707
  apiCredentials: "API Credentials",
@@ -2725,10 +2781,33 @@ const messages = {
2725
2781
  emptyNoneHint: "A sandbox is an isolated copy of production, used for development, testing, and training",
2726
2782
  neverRefreshed: "Never refreshed",
2727
2783
  refreshNow: "Refreshable now",
2728
- type: {},
2729
- typeDesc: {},
2730
- status: {},
2731
- stage: {},
2784
+ type: {
2785
+ DEVELOPER: "Developer",
2786
+ DEVELOPER_PRO: "Developer Pro",
2787
+ PARTIAL: "Partial Copy",
2788
+ FULL: "Full Copy"
2789
+ },
2790
+ typeDesc: {
2791
+ DEVELOPER: "Copies metadata only. Best for development and testing without data.",
2792
+ DEVELOPER_PRO: "Copies metadata and sampled data. Good for development with realistic data.",
2793
+ PARTIAL: "Copies metadata and template data. Suitable for testing with specific data sets.",
2794
+ FULL: "Complete copy of all metadata and data. Best for UAT and staging environments."
2795
+ },
2796
+ status: {
2797
+ CREATING: "Creating",
2798
+ ACTIVE: "Active",
2799
+ REFRESHING: "Refreshing",
2800
+ DELETING: "Deleting",
2801
+ DELETED: "Deleted",
2802
+ ERROR: "Error"
2803
+ },
2804
+ stage: {
2805
+ DEVELOPMENT: "Development",
2806
+ INTEGRATION: "Integration",
2807
+ UAT: "UAT",
2808
+ STAGING: "Staging",
2809
+ PRODUCTION: "Production Mirror"
2810
+ },
2732
2811
  wizard: {
2733
2812
  title: "Create sandbox",
2734
2813
  stepType: "Select type",
@@ -2747,12 +2826,25 @@ const messages = {
2747
2826
  stagePlaceholder: "Select environment stage",
2748
2827
  stageRequired: "Please select an environment stage",
2749
2828
  stageExtra: "Distinguishes development, integration, UAT, and staging semantics to avoid mistaking a sandbox for production.",
2750
- stageDesc: {},
2829
+ stageDesc: {
2830
+ DEVELOPMENT: "Local development and debugging",
2831
+ INTEGRATION: "Cross-module integration validation",
2832
+ UAT: "Business acceptance and training",
2833
+ STAGING: "Pre-release rehearsal",
2834
+ PRODUCTION: "Production mirror or rehearsal environment"
2835
+ },
2751
2836
  sampleSizeLabel: "Data sampling ratio",
2752
2837
  sampleSizeTooltip: "Ratio of data sampled from production",
2753
2838
  dataTemplateLabel: "Data template",
2754
2839
  dataTemplateRequired: "Please select a data template",
2755
- template: {},
2840
+ template: {
2841
+ minimal: "Minimal data set",
2842
+ minimalDesc: "Contains only the essential base data",
2843
+ standard: "Standard data set",
2844
+ standardDesc: "Contains commonly used test data",
2845
+ comprehensive: "Comprehensive data set",
2846
+ comprehensiveDesc: "Contains data for comprehensive test scenarios"
2847
+ },
2756
2848
  fullWarningTitle: "Full copy sandbox",
2757
2849
  fullWarningDesc: "A full copy duplicates all production data and may take a long time to create. Creating it during off-peak hours is recommended.",
2758
2850
  confirmInfoTitle: "Please confirm the following configuration",
@@ -3494,6 +3586,10 @@ const messages = {
3494
3586
  deleteObjectDesc: 'Deleting "{name}" will permanently delete all related data and records.',
3495
3587
  deleteConfirmInput: "Type {text} to confirm deletion:",
3496
3588
  confirmText: "yes",
3589
+ functionCategoryMath: "Math",
3590
+ functionCategoryString: "String",
3591
+ functionCategoryDate: "Date",
3592
+ functionCategoryLogic: "Logic"
3497
3593
  },
3498
3594
  permission: {
3499
3595
  tabPermissions: "Permissions",
@@ -3574,7 +3670,9 @@ const messages = {
3574
3670
  maxSessionsDesc: "Maximum number of simultaneous sessions allowed per user",
3575
3671
  maxSessionsHint: "Set to 0 for unlimited concurrent sessions",
3576
3672
  policyLabel: "Limit Policy",
3577
- policyDesc: "Action to take when concurrent session limit is reached"
3673
+ policyDesc: "Action to take when concurrent session limit is reached",
3674
+ policy_KICK_OLDEST: "Kick Oldest Session",
3675
+ policy_BLOCK_NEW: "Block New Login"
3578
3676
  },
3579
3677
  activationStatus: "Activation Status",
3580
3678
  activationStatusDesc: "Control whether this permission set is active",
@@ -3897,6 +3995,9 @@ const messages = {
3897
3995
  status: {
3898
3996
  active: "Enabled",
3899
3997
  failed: "Failed",
3998
+ creating: "Creating",
3999
+ dropping: "Deleting",
4000
+ dropped: "Deleted"
3900
4001
  },
3901
4002
  },
3902
4003
  appWizard: {
@@ -4262,8 +4363,31 @@ const messages = {
4262
4363
  objectName: {
4263
4364
  account: "Account",
4264
4365
  opportunity: "Opportunity",
4265
- activity: "Activity"
4266
- },
4366
+ activity: "Activity",
4367
+ lead: "Lead",
4368
+ contact: "Contact",
4369
+ task: "Task",
4370
+ case: "Case",
4371
+ product: "Product"
4372
+ },
4373
+ recordQueryLoading: "Querying data...",
4374
+ recordQueryDone: "Query complete",
4375
+ recordCreateLoading: "Creating record...",
4376
+ recordCreateDone: "Record created",
4377
+ recordUpdateLoading: "Updating record...",
4378
+ recordUpdateDone: "Record updated",
4379
+ recordDeleteLoading: "Deleting record...",
4380
+ recordDeleteDone: "Record deleted",
4381
+ knowledgeSearchLoading: "Searching knowledge base...",
4382
+ knowledgeSearchDone: "Knowledge search complete",
4383
+ emailDraftLoading: "Drafting email...",
4384
+ emailDraftDone: "Email draft generated",
4385
+ emailSendLoading: "Sending email...",
4386
+ emailSendDone: "Email sent",
4387
+ reportAggregateLoading: "Generating report...",
4388
+ reportAggregateDone: "Report generated",
4389
+ webSearchLoading: "Searching the web...",
4390
+ webSearchDone: "Search complete"
4267
4391
  },
4268
4392
  },
4269
4393
  agentDemo: {
@@ -4600,27 +4724,47 @@ const messages = {
4600
4724
  deleteConfirm: "Are you sure you want to delete this campaign?",
4601
4725
  viewDetail: "View Detail",
4602
4726
  success: "Action successful",
4603
- error: "Action failed"
4727
+ error: "Action failed",
4728
+ startSuccess: "Started successfully",
4729
+ startError: "Failed to start",
4730
+ pauseSuccess: "Paused successfully",
4731
+ pauseError: "Failed to pause",
4732
+ cancelSuccess: "Cancelled successfully",
4733
+ cancelError: "Failed to cancel"
4604
4734
  },
4605
4735
  filter: {
4606
4736
  status: {
4607
4737
  draft: "Draft",
4608
4738
  running: "Running",
4609
4739
  paused: "Paused",
4610
- completed: "Completed"
4740
+ completed: "Completed",
4741
+ all: "All Statuses",
4742
+ scheduled: "Scheduled",
4743
+ cancelled: "Cancelled"
4611
4744
  },
4612
4745
  type: {
4613
- manual: "Manual"
4746
+ manual: "Manual",
4747
+ all: "All Types",
4748
+ preview: "Preview",
4749
+ progressive: "Progressive",
4750
+ predictive: "Predictive",
4751
+ ai_auto: "AI Auto"
4614
4752
  },
4615
4753
  },
4616
4754
  type: {
4617
- manual: "Manual"
4755
+ manual: "Manual",
4756
+ preview: "Preview",
4757
+ progressive: "Progressive",
4758
+ predictive: "Predictive",
4759
+ ai_auto: "AI Auto"
4618
4760
  },
4619
4761
  status: {
4620
4762
  draft: "Draft",
4621
4763
  running: "Running",
4622
4764
  paused: "Paused",
4623
- completed: "Completed"
4765
+ completed: "Completed",
4766
+ scheduled: "Scheduled",
4767
+ cancelled: "Cancelled"
4624
4768
  },
4625
4769
  stats: {
4626
4770
  total: "Total",
@@ -4708,15 +4852,28 @@ const messages = {
4708
4852
  },
4709
4853
  createModal: {
4710
4854
  type: {
4711
- manual: {},
4855
+ manual: {
4856
+ label: "📋 Manual Dial",
4857
+ desc: "Agents dial each contact one by one."
4858
+ },
4712
4859
  preview: {
4713
4860
  label: "👁 Preview Dial",
4714
4861
  desc: "Show contact info first, then the agent confirms the call.",
4715
4862
  },
4716
- progressive: {},
4717
- ai_auto: {},
4863
+ progressive: {
4864
+ label: "📞 Progressive Auto Dial",
4865
+ desc: "The system dials automatically and transfers to an agent once connected."
4866
+ },
4867
+ ai_auto: {
4868
+ label: "🤖 AI Fully Automated Outbound",
4869
+ desc: "An AI voice agent completes the call automatically."
4870
+ },
4871
+ },
4872
+ contactSource: {
4873
+ list_view: "Import from list view",
4874
+ csv: "Upload from CSV",
4875
+ segment: "Import from a customer segment"
4718
4876
  },
4719
- contactSource: {},
4720
4877
  timezone: {
4721
4878
  "Asia/Shanghai": "China Standard Time (UTC+8)",
4722
4879
  "Asia/Tokyo": "Japan Standard Time (UTC+9)",
@@ -4803,6 +4960,19 @@ const messages = {
4803
4960
  nextPage: "Next",
4804
4961
  pageIndicator: "Page {page}",
4805
4962
  colTargetCustomer: "Related Customer",
4963
+ // customer-dimension communication history view.
4964
+ customerHistoryTitle: "Customer Communication History: {customer}",
4965
+ customerHistoryDescription: "All AI employee communications and follow-up executions for this customer (newest first).",
4966
+ backToAllExecutions: "Back to all executions",
4967
+ // human-readable trigger source labels.
4968
+ trigger: {
4969
+ manual: "Manual input",
4970
+ schedule: "Scheduled proactive",
4971
+ event: "Event triggered",
4972
+ agentTest: "Manual test triggered",
4973
+ message: "Message triggered",
4974
+ other: "Other",
4975
+ },
4806
4976
  colLearning: "Learning Status",
4807
4977
  executionQueue: "Execution queue",
4808
4978
  fleet: {
@@ -5335,6 +5505,10 @@ const messages = {
5335
5505
  intro: "First distinguish which are dynamic rules and which are static lists, then decide whether to keep reusing the current segment or create a new audience pool better suited to your campaign.",
5336
5506
  create: "New Segment",
5337
5507
  open: "Open",
5508
+ refresh: "Refresh",
5509
+ refreshAria: "Refresh segment members",
5510
+ refreshSuccess: "Segment members refreshed",
5511
+ refreshError: "Refresh failed: {message}",
5338
5512
  deleteConfirm: "Delete this segment?",
5339
5513
  deleteAria: "Delete segment",
5340
5514
  deleteSuccess: "Segment deleted",
@@ -5408,13 +5582,19 @@ const messages = {
5408
5582
  title: "Member Preview",
5409
5583
  refresh: "Refresh",
5410
5584
  refreshSuccess: "Segment members refreshed",
5411
- refreshError: "Refresh failed",
5585
+ refreshSuccessWithSummary: "Segment members refreshed: {summary}",
5586
+ refreshError: "Refresh failed: {message}",
5412
5587
  estimatedCount: "Estimated Members",
5413
5588
  totalCount: "{count} total",
5414
5589
  colContactId: "Contact ID",
5415
5590
  colSource: "Source",
5416
5591
  colAddedAt: "Added At",
5417
- sourceOption: {},
5592
+ sourceOption: {
5593
+ filter: "Dynamic filter",
5594
+ csv_import: "CSV import",
5595
+ manual: "Manual add",
5596
+ recipient_list_import: "Recipient list import",
5597
+ },
5418
5598
  },
5419
5599
  },
5420
5600
  emailMarketing: {
@@ -5638,14 +5818,27 @@ const messages = {
5638
5818
  },
5639
5819
  action: {
5640
5820
  description: "Send email/update field/webhook",
5821
+ name: "Action"
5641
5822
  },
5642
5823
  decision: {
5643
5824
  description: "Conditional branch routing",
5825
+ name: "Decision"
5826
+ },
5827
+ wait: { description: "Wait for duration/date/event",
5828
+ name: "Wait"
5829
+ },
5830
+ split: {
5831
+ name: "A/B Split",
5832
+ description: "Randomly assign by percentage"
5833
+ },
5834
+ goal: {
5835
+ name: "Goal",
5836
+ description: "Check whether a condition is met"
5837
+ },
5838
+ exit: {
5839
+ name: "Exit",
5840
+ description: "Journey end point"
5644
5841
  },
5645
- wait: { description: "Wait for duration/date/event" },
5646
- split: {},
5647
- goal: {},
5648
- exit: {},
5649
5842
  },
5650
5843
  },
5651
5844
  nodeConfig: {
@@ -6233,18 +6426,23 @@ const messages = {
6233
6426
  risk: {
6234
6427
  L0: {
6235
6428
  label: "No Risk",
6429
+ action: "Allow"
6236
6430
  },
6237
6431
  L1: {
6238
6432
  label: "Low Risk",
6433
+ action: "Audit"
6239
6434
  },
6240
6435
  L2: {
6241
6436
  label: "Medium Risk",
6437
+ action: "Confirm"
6242
6438
  },
6243
6439
  L3: {
6244
6440
  label: "High Risk",
6441
+ action: "Approve"
6245
6442
  },
6246
6443
  L4: {
6247
6444
  label: "Critical Risk",
6445
+ action: "Block"
6248
6446
  },
6249
6447
  },
6250
6448
  toolForm: {
@@ -6425,6 +6623,7 @@ const messages = {
6425
6623
  builderGuardrailTitle: "Guardrail assignment",
6426
6624
  builderHighRiskActions: "High-risk actions",
6427
6625
  builderIdentity: {
6626
+ independent: "Independent AI employee",
6428
6627
  assistant: "Employee assistant"
6429
6628
  },
6430
6629
  assistantIdentityBanner: "This is an employee assistant: it runs under the authorizing user's account, role, and org node, and holds no permissions of its own. Fill in the service account and role below to convert it into an independent AI employee.",
@@ -6450,7 +6649,15 @@ const messages = {
6450
6649
  builderKpiWindowMeta: "Last {count} records",
6451
6650
  builderLearningDesc: "Extracts verifiable improvements from redacted real executions, approvals, and outcomes; capture of manual edits is being wired in.",
6452
6651
  builderLearningRecommendationDesc: "Recommendations must carry evidence, risk, impact, and candidate tests; they cannot become live configuration directly.",
6453
- builderLifecycle: {},
6652
+ builderLifecycle: {
6653
+ draft: "Draft",
6654
+ approval_pending: "Pending approval",
6655
+ ready: "Ready",
6656
+ running: "Running",
6657
+ governance_needed: "Governance needed",
6658
+ asset_gap: "Assets needed",
6659
+ test_gap: "Test needed"
6660
+ },
6454
6661
  builderLifecycleAction: "View readiness",
6455
6662
  builderLifecycleStage: "Lifecycle stage",
6456
6663
  builderMetricWindow: "Metric window",
@@ -6470,13 +6677,22 @@ const messages = {
6470
6677
  builderPreviewRestoring: "Restoring the last conversation…",
6471
6678
  builderReadinessTitle: "Readiness",
6472
6679
  builderReadiness: {
6680
+ identity: "Execution identity",
6473
6681
  knowledge: "Knowledge",
6474
6682
  guardrail: "Guardrail",
6475
6683
  access: "Usage scope",
6476
- sop: "SOP"
6684
+ sop: "SOP",
6685
+ test: "Test",
6686
+ loadFailed: "Failed to load the provider control plane",
6687
+ loadFailedDescription: "Provider configurations and organization policies could not be read. Please retry.",
6688
+ retry: "Retry"
6477
6689
  },
6478
6690
  builderReadinessMenuCaption: "Pre-publish check",
6479
- builderReadinessStatus: {},
6691
+ builderReadinessStatus: {
6692
+ ok: "OK",
6693
+ gap: "Gap",
6694
+ unknown: "Unexplained"
6695
+ },
6480
6696
  builderRecentExecutions: "Recent executions",
6481
6697
  builderRecentFailure: "Recent failure",
6482
6698
  builderRecentFailureDesc: "From existing AgentExecution records.",
@@ -6493,13 +6709,25 @@ const messages = {
6493
6709
  builderSavedState: "Current configuration is synced",
6494
6710
  editProfile: "Edit profile",
6495
6711
  builderSection: {
6712
+ identity: "Identity",
6713
+ sharing: "Usage sharing",
6714
+ cognitivePolicy: "Goals",
6715
+ topics: "Responsibilities",
6716
+ actions: "Skills",
6496
6717
  knowledge: "Knowledge",
6497
6718
  guardrail: "Guardrail",
6498
6719
  access: "Access",
6499
- sop: "SOP"
6720
+ sop: "SOP",
6721
+ learning: "Learning",
6722
+ test: "Test",
6723
+ observability: "Observability"
6500
6724
  },
6501
6725
  cognitive: {
6502
- tab: {},
6726
+ tab: {
6727
+ successContract: "Goals & Metrics",
6728
+ proactivePolicy: "Proactive Policy",
6729
+ contextAndMemoryPolicy: "Context & Memory Policy"
6730
+ },
6503
6731
  successContractTitle: "Success Contract",
6504
6732
  successContractDesc: "Distinguish hard gates from weighted metrics; the candidate version can only be published after passing evaluation.",
6505
6733
  proactivePolicyTitle: "Proactive Policy",
@@ -6915,6 +7143,13 @@ const messages = {
6915
7143
  versionHistory: "Version history",
6916
7144
  writeRateLimit: "Max writes per minute",
6917
7145
  },
7146
+ nodeTypes: {
7147
+ topic: "Topic",
7148
+ tool: "Tool",
7149
+ guardrail: "Guardrail",
7150
+ knowledge: "Knowledge",
7151
+ model: "Model"
7152
+ }
6918
7153
  },
6919
7154
  servicebotAgentDesk: {
6920
7155
  channel: {
@@ -7045,7 +7280,15 @@ const messages = {
7045
7280
  namePlaceholder: "Sales dashboard",
7046
7281
  descriptionPlaceholder: "Component description (optional)",
7047
7282
  scopeHint: "Limit to objects (comma-separated, empty means no limit):",
7048
- permission: {},
7283
+ permission: {
7284
+ dataRead: "Data Read (data:read)",
7285
+ dataWrite: "Data Write (data:write)",
7286
+ navigation: "Navigation (navigation)",
7287
+ ui: "UI Interaction (ui)",
7288
+ platformScan: "Scan (platform:scan)",
7289
+ platformLocation: "Location (platform:location)",
7290
+ platformImage: "Image Picker (platform:image)"
7291
+ },
7049
7292
  onlyJs: "Only .js files are supported",
7050
7293
  maxSize: "File size cannot exceed 2MB",
7051
7294
  uploadSuccess: "Bundle uploaded successfully",
@@ -7132,7 +7375,14 @@ const messages = {
7132
7375
  fontColor: "Font color:",
7133
7376
  noAggHint: "Add a summary field in the outline panel first to configure conditional formatting",
7134
7377
  title: "Conditional Formatting",
7135
- conditionType: {},
7378
+ conditionType: {
7379
+ gt: "Greater than",
7380
+ lt: "Less than",
7381
+ eq: "Equal to",
7382
+ between: "Between",
7383
+ topN: "Top N",
7384
+ bottomN: "Bottom N"
7385
+ },
7136
7386
  },
7137
7387
  configPanel: {
7138
7388
  collapsePanel: "Collapse panel",
@@ -7184,6 +7434,21 @@ const messages = {
7184
7434
  notEquals: "Not equal to",
7185
7435
  in: "In",
7186
7436
  notIn: "Not in",
7437
+ between: "Between",
7438
+ before: "Before",
7439
+ after: "After",
7440
+ thisWeek: "This week",
7441
+ lastWeek: "Last week",
7442
+ thisMonth: "This month",
7443
+ lastMonth: "Last month",
7444
+ thisQuarter: "This quarter",
7445
+ lastQuarter: "Last quarter",
7446
+ thisYear: "This year",
7447
+ lastYear: "Last year",
7448
+ thisFiscalQuarter: "This fiscal quarter",
7449
+ lastFiscalYear: "Last fiscal year",
7450
+ lastNDays: "Last N days",
7451
+ nextNDays: "Next N days"
7187
7452
  },
7188
7453
  },
7189
7454
  filtersTab: {
@@ -7338,6 +7603,13 @@ const messages = {
7338
7603
  statusScheduled: "Scheduled",
7339
7604
  statusScheduledHelperNext: "Waiting for the next run",
7340
7605
  statusScheduledHelperFirst: "Waiting for the first run",
7606
+ weekdaySunday: "Sunday",
7607
+ weekdayMonday: "Monday",
7608
+ weekdayTuesday: "Tuesday",
7609
+ weekdayWednesday: "Wednesday",
7610
+ weekdayThursday: "Thursday",
7611
+ weekdayFriday: "Friday",
7612
+ weekdaySaturday: "Saturday"
7341
7613
  },
7342
7614
  selectFields: {},
7343
7615
  selectObject: {},
@@ -7380,15 +7652,20 @@ const messages = {
7380
7652
  saveFailed: "Save failed",
7381
7653
  saveFirst: "Please save the report first",
7382
7654
  undo: "Undo (⌘Z)",
7383
- reportTypeOptions: {},
7655
+ reportTypeOptions: {
7656
+ tabular: "Detail Report",
7657
+ summary: "Summary Report",
7658
+ matrix: "Matrix Report",
7659
+ joined: "Joined Report"
7660
+ },
7384
7661
  apiNamePlaceholder: "API Name",
7385
7662
  close: "Close",
7386
7663
  },
7387
7664
  viewer: {
7388
7665
  reportTypeMeta: {
7389
- tabular: {},
7390
- summary: {},
7391
- matrix: {},
7666
+ tabular: { label: "Tabular", hint: "Row-by-row raw records for export and verification" },
7667
+ summary: { label: "Summary", hint: "Grouped and aggregated with chart trend context" },
7668
+ matrix: { label: "Matrix", hint: "Row × column cross analysis with heatmap toggle" },
7392
7669
  },
7393
7670
  aggregateCount: "{count} summary results",
7394
7671
  aggregateEmpty: "No summary results yet",
@@ -7632,13 +7909,34 @@ const messages = {
7632
7909
  customDomainMax: "Cannot exceed 253 characters",
7633
7910
  customDomainPlaceholder: "e.g. support.example.com",
7634
7911
  templateOptions: {
7635
- BLANK: {},
7636
- CUSTOMER_SERVICE: {},
7637
- HELP_CENTER: {},
7638
- PARTNER_CENTRAL: {},
7639
- SELF_SERVICE: {},
7640
- COMMUNITY: {},
7641
- MICROSITE: {},
7912
+ BLANK: {
7913
+ label: "Blank",
7914
+ description: "A blank template with no preset pages or permissions, fully customizable."
7915
+ },
7916
+ CUSTOMER_SERVICE: {
7917
+ label: "Customer Service",
7918
+ description: "Customer service portal: case submission, knowledge base, case deflection."
7919
+ },
7920
+ HELP_CENTER: {
7921
+ label: "Help Center",
7922
+ description: "Help center: knowledge base search, FAQ, community Q&A."
7923
+ },
7924
+ PARTNER_CENTRAL: {
7925
+ label: "Partner Central",
7926
+ description: "Partner portal: deal registration, lead sharing, channel insights."
7927
+ },
7928
+ SELF_SERVICE: {
7929
+ label: "Self-Service",
7930
+ description: "Self-service: account management, order lookup, form submission."
7931
+ },
7932
+ COMMUNITY: {
7933
+ label: "Community",
7934
+ description: "Community: discussions, Q&A, topics."
7935
+ },
7936
+ MICROSITE: {
7937
+ label: "Microsite",
7938
+ description: "Microsite: CMS content pages, landing pages, campaign pages."
7939
+ },
7642
7940
  },
7643
7941
  },
7644
7942
  list: {
@@ -8116,7 +8414,14 @@ const messages = {
8116
8414
  },
8117
8415
  cardConfig: {
8118
8416
  cardType: "Card Type",
8119
- cardTypeOption: {},
8417
+ cardTypeOption: {
8418
+ metric: "Metric Card",
8419
+ list: "List Card",
8420
+ chart: "Chart Card",
8421
+ pending_actions: "Pending Actions",
8422
+ recent: "Recently Viewed",
8423
+ custom: "Custom (Phase 2)"
8424
+ },
8120
8425
  title: "Title",
8121
8426
  icon: "Icon",
8122
8427
  relatedObject: "Related Object",
@@ -8183,7 +8488,14 @@ const messages = {
8183
8488
  targetValue: "Target Value",
8184
8489
  route: "Navigation Path",
8185
8490
  flowVersionId: "Flow Version ID",
8186
- actionTypeOption: {},
8491
+ actionTypeOption: {
8492
+ create_related: "Create Related Record",
8493
+ update_field: "Update Field",
8494
+ trigger_flow: "Trigger Flow",
8495
+ call: "Make a Call",
8496
+ email: "Send Email",
8497
+ navigate: "Navigate to Page"
8498
+ },
8187
8499
  },
8188
8500
  fabConfig: {
8189
8501
  buttonName: "Button Name",
@@ -8191,6 +8503,12 @@ const messages = {
8191
8503
  actionType: "Action Type",
8192
8504
  createObject: "Object to Create",
8193
8505
  route: "Navigation Path",
8506
+ fabTypeOption: {
8507
+ create: "Create record",
8508
+ scan: "Scan code",
8509
+ navigate: "Navigate to page",
8510
+ trigger_flow: "Trigger flow"
8511
+ }
8194
8512
  },
8195
8513
  tabConfig: {
8196
8514
  tabName: "Tab Name",
@@ -8930,8 +9248,29 @@ const messages = {
8930
9248
  noDeployResults: "No deployment results yet",
8931
9249
  },
8932
9250
  objectFieldsPages: {
8933
- fieldTypeOption: {},
8934
- relationTypeOption: {},
9251
+ fieldTypeOption: {
9252
+ TEXT: "Text",
9253
+ LONG_TEXT: "Long Text",
9254
+ NUMBER: "Number",
9255
+ DATE: "Date",
9256
+ DATETIME: "Date Time",
9257
+ BOOLEAN: "Boolean",
9258
+ SELECT: "Select",
9259
+ MULTI_SELECT: "Multi-Select",
9260
+ RELATION: "Relation",
9261
+ EMAIL: "Email",
9262
+ PHONE: "Phone",
9263
+ URL: "Link",
9264
+ CURRENCY: "Currency",
9265
+ UUID: "Unique ID",
9266
+ FORMULA: "Formula",
9267
+ ROLLUP: "Rollup"
9268
+ },
9269
+ relationTypeOption: {
9270
+ ONE_TO_MANY: "One-to-Many (ONE_TO_MANY)",
9271
+ MANY_TO_ONE: "Many-to-One (MANY_TO_ONE)",
9272
+ MANY_TO_MANY: "Many-to-Many (MANY_TO_MANY)"
9273
+ },
8935
9274
  breadcrumbSettings: "Settings",
8936
9275
  breadcrumbObjects: "Objects",
8937
9276
  breadcrumbNewField: "New Field",
@@ -10938,14 +11277,42 @@ const messages = {
10938
11277
  homePrimaryChainLabel: "Core Path: Profiles → Registration → Leads → Insights",
10939
11278
  homeExtendedLabel: "Cross-module Entries: Sales Cloud · Marketing Cloud · Open Platform",
10940
11279
  homeCards: {
10941
- profiles: {},
10942
- dealRegistrations: {},
10943
- referrals: {},
10944
- insights: {},
10945
- channelSources: {},
10946
- jointMarketing: {},
10947
- enablement: {},
10948
- integrations: {},
11280
+ profiles: {
11281
+ title: "Partner Profiles",
11282
+ description: "Manage partner tiers, owners, certification status, and portal readiness as the foundational PRM master data.",
11283
+ step: "Step 1"
11284
+ },
11285
+ dealRegistrations: {
11286
+ title: "Deal Registration",
11287
+ description: "A dedicated object handling partner deal registration, approval protection periods, and downstream co-selling collaboration.",
11288
+ step: "Step 2"
11289
+ },
11290
+ referrals: {
11291
+ title: "Referral Leads",
11292
+ description: "Focus on leads sourced from Partner Referral, demonstrating the loop from partner-driven traffic to Sales Cloud.",
11293
+ step: "Step 3"
11294
+ },
11295
+ insights: {
11296
+ title: "Channel Insights",
11297
+ description: "One click into Partner Cloud dashboards and reports, going straight into the investor demo path.",
11298
+ step: "Step 4"
11299
+ },
11300
+ channelSources: {
11301
+ title: "Channel Source View",
11302
+ description: "View registration structure by channel source, making it easy to explain collaboration models and contribution distribution."
11303
+ },
11304
+ jointMarketing: {
11305
+ title: "Joint Marketing -> Marketing Cloud",
11306
+ description: "Jump to Marketing Cloud to reuse campaigns, segmentation, and journey capabilities in support of channel co-marketing."
11307
+ },
11308
+ enablement: {
11309
+ title: "Partner Enablement -> Help Center",
11310
+ description: "Jump to the Help Center to manage partner training, sales materials, and SOPs."
11311
+ },
11312
+ integrations: {
11313
+ title: "Portal & Integrations -> Open Platform",
11314
+ description: "Jump to the Open Platform to connect partner portals via API Keys and webhooks."
11315
+ },
10949
11316
  },
10950
11317
  },
10951
11318
  platformAdmin: {
@@ -11146,7 +11513,13 @@ const messages = {
11146
11513
  memberTypeLabel: "Member Type",
11147
11514
  memberTypePlaceholder: "Select a member type",
11148
11515
  memberTypeRequired: "Please select a member type",
11149
- memberTypeOption: {},
11516
+ memberTypeOption: {
11517
+ USER: "User",
11518
+ ROLE: "Role",
11519
+ ROLE_AND_SUBORDINATES: "Role and Subordinates",
11520
+ ORG_NODE: "Org Node",
11521
+ PUBLIC_GROUP: "Public Group"
11522
+ },
11150
11523
  referenceRequired: "Please select a specific member",
11151
11524
  searchPlaceholder: "Search and select...",
11152
11525
  selectMember: "Select Member",
@@ -11184,7 +11557,13 @@ const messages = {
11184
11557
  labelMemberCount: "Member Count",
11185
11558
  memberRemoved: "Member removed",
11186
11559
  memberNameUnavailable: "Name unavailable",
11187
- memberTypeOption: {},
11560
+ memberTypeOption: {
11561
+ USER: "User",
11562
+ ROLE: "Role",
11563
+ ROLE_AND_SUBORDINATES: "Role and Subordinates",
11564
+ ORG_NODE: "Org Node",
11565
+ PUBLIC_GROUP: "Public Group"
11566
+ },
11188
11567
  membersTitle: "Member List",
11189
11568
  noMembers: "No members yet",
11190
11569
  notFound: "Public group does not exist",
@@ -11433,9 +11812,26 @@ const messages = {
11433
11812
  empty: "No signup risk audit records under the current filters",
11434
11813
  totalCount: "{count} total",
11435
11814
  riskGroup: {
11436
- access: "Access Blocked"
11815
+ access: "Access Blocked",
11816
+ captcha: "Captcha Risk",
11817
+ identity: "Account Conflict",
11818
+ risk: "Input Anomaly",
11819
+ system: "System Error"
11820
+ },
11821
+ failureCode: {
11822
+ CAPTCHA_REQUIRED: "Captcha Missing",
11823
+ CAPTCHA_FAILED: "Captcha Verification Failed",
11824
+ EMAIL_DUPLICATE: "Email Already Registered",
11825
+ USERNAME_DUPLICATE: "Username Already Exists",
11826
+ FORBIDDEN: "Access Denied",
11827
+ BAD_REQUEST: "Invalid Request Parameters",
11828
+ SIGNUP_FAILED: "Signup Process Failed",
11829
+ RATE_LIMITED: "Signup Rate Limited",
11830
+ IP_RATE_LIMITED: "Too Many Signups from IP",
11831
+ EMAIL_RATE_LIMITED: "Too Many Attempts for Email",
11832
+ PROVISIONING_CONFLICT: "Trial Provisioning Conflict",
11833
+ PROVISIONING_FAILED: "Trial Provisioning Failed"
11437
11834
  },
11438
- failureCode: {},
11439
11835
  },
11440
11836
  },
11441
11837
  marketingPages: {
@@ -11757,7 +12153,14 @@ const messages = {
11757
12153
  description: "No multi-day dialing data yet. As the campaign progresses, daily connected and missed trends will appear here.",
11758
12154
  actionHint: "Run consecutively to generate the trend",
11759
12155
  },
11760
- dispositionLabel: {},
12156
+ dispositionLabel: {
12157
+ interested: "Interested",
12158
+ callback: "Callback",
12159
+ not_interested: "Not Interested",
12160
+ no_answer: "No Answer",
12161
+ voicemail: "Voicemail",
12162
+ other: "Other"
12163
+ },
11761
12164
  },
11762
12165
  itemTable: {
11763
12166
  filterStatusPlaceholder: "Filter by status",
@@ -11807,7 +12210,11 @@ const messages = {
11807
12210
  typeRequired: "Please select a tab type",
11808
12211
  typeEditTooltip: "Type cannot be changed in edit mode; to change it, delete and recreate the tab",
11809
12212
  typePlaceholder: "Please select a tab type",
11810
- typeOption: {},
12213
+ typeOption: {
12214
+ object: "Object",
12215
+ page: "Custom Page",
12216
+ url: "External Link"
12217
+ },
11811
12218
  objectLabel: "Linked Object",
11812
12219
  objectRequired: "Please select a linked object",
11813
12220
  objectPlaceholder: "Please select a linked object",
@@ -12257,7 +12664,7 @@ const messages = {
12257
12664
  routingRules: {
12258
12665
  pageTitle: "Routing Rules"
12259
12666
  },
12260
- // SAFTBR-605 (design §6.7) — channels/routing/canned-responses are governed
12667
+ // Channels/routing/canned-responses are governed
12261
12668
  // unavailable in V1: no matching persistence/API/runtime consumer. Static
12262
12669
  // contract metadata (owner/reason/reviewer/exitCriteria) is surfaced here.
12263
12670
  unsupported: {
@@ -12412,7 +12819,13 @@ const messages = {
12412
12819
  relationFieldLabel: "Relation Field",
12413
12820
  relationFieldPlaceholder: "Select the relation field on the child object that points to the parent",
12414
12821
  aggregateFunctionLabel: "Aggregate Function",
12415
- functionOption: {},
12822
+ functionOption: {
12823
+ SUM: "Sum (SUM)",
12824
+ COUNT: "Count (COUNT)",
12825
+ AVG: "Average (AVG)",
12826
+ MIN: "Minimum (MIN)",
12827
+ MAX: "Maximum (MAX)"
12828
+ },
12416
12829
  childFieldLabel: "Field To Aggregate",
12417
12830
  childFieldPlaceholder: "Select the field to aggregate",
12418
12831
  filterCriteriaLabel: "Filter Criteria (Optional)",
@@ -12652,6 +13065,12 @@ const messages = {
12652
13065
  messageLabel: "Error message:",
12653
13066
  stackLabel: "Stack trace:",
12654
13067
  componentStackLabel: "Component stack:",
13068
+ routeLabel: "Route:",
13069
+ workspaceLabel: "Workspace:",
13070
+ traceLabel: "Trace ID:",
13071
+ timeLabel: "Time:",
13072
+ copyDetails: "Copy error details",
13073
+ copied: "Error details copied to clipboard",
12655
13074
  },
12656
13075
  fileUpload: {
12657
13076
  selectFile: "Select file",
@@ -12939,30 +13358,102 @@ const messages = {
12939
13358
  },
12940
13359
  newFieldSelect: {
12941
13360
  fieldType: {
12942
- TEXT: {},
12943
- LONG_TEXT: {},
12944
- NUMBER: {},
12945
- BOOLEAN: {},
12946
- DATE: {},
12947
- DATE_TIME: {},
12948
- SELECT: {},
12949
- MULTI_SELECT: {},
12950
- RATING: {},
12951
- CURRENCY: {},
12952
- EMAILS: {},
12953
- PHONES: {},
12954
- LINKS: {},
12955
- FULL_NAME: {},
12956
- ADDRESS: {},
12957
- RELATION: {},
12958
- UUID: {},
12959
- RAW_JSON: {},
12960
- ARRAY: {},
12961
- FILES: {},
12962
- GEOLOCATION: {},
12963
- EXTERNAL_LOOKUP: {},
12964
- FORMULA: {},
12965
- ROLLUP: {},
13361
+ TEXT: {
13362
+ label: "Text",
13363
+ description: "Single or multi-line text"
13364
+ },
13365
+ LONG_TEXT: {
13366
+ label: "Text Area",
13367
+ description: "Multi-line plain text (max 131,072 characters)"
13368
+ },
13369
+ NUMBER: {
13370
+ label: "Number",
13371
+ description: "Integer or decimal"
13372
+ },
13373
+ BOOLEAN: {
13374
+ label: "Boolean",
13375
+ description: "True/false value"
13376
+ },
13377
+ DATE: {
13378
+ label: "Date",
13379
+ description: "Date only"
13380
+ },
13381
+ DATE_TIME: {
13382
+ label: "Date Time",
13383
+ description: "Date and time"
13384
+ },
13385
+ SELECT: {
13386
+ label: "Picklist",
13387
+ description: "Single-select dropdown"
13388
+ },
13389
+ MULTI_SELECT: {
13390
+ label: "Multi-select",
13391
+ description: "Multi-select tags"
13392
+ },
13393
+ RATING: {
13394
+ label: "Rating",
13395
+ description: "Star rating"
13396
+ },
13397
+ CURRENCY: {
13398
+ label: "Currency",
13399
+ description: "Amount and currency code"
13400
+ },
13401
+ EMAILS: {
13402
+ label: "Email",
13403
+ description: "Primary email and additional emails"
13404
+ },
13405
+ PHONES: {
13406
+ label: "Phone",
13407
+ description: "Primary phone and additional phones"
13408
+ },
13409
+ LINKS: {
13410
+ label: "Links",
13411
+ description: "Primary link and additional links"
13412
+ },
13413
+ FULL_NAME: {
13414
+ label: "Full Name",
13415
+ description: "First and last name"
13416
+ },
13417
+ ADDRESS: {
13418
+ label: "Address",
13419
+ description: "Complete address information"
13420
+ },
13421
+ RELATION: {
13422
+ label: "Relation",
13423
+ description: "Relate to other objects"
13424
+ },
13425
+ UUID: {
13426
+ label: "Unique ID",
13427
+ description: "UUID identifier"
13428
+ },
13429
+ RAW_JSON: {
13430
+ label: "JSON",
13431
+ description: "JSON data"
13432
+ },
13433
+ ARRAY: {
13434
+ label: "Array",
13435
+ description: "List of values"
13436
+ },
13437
+ FILES: {
13438
+ label: "Files",
13439
+ description: "File attachments"
13440
+ },
13441
+ GEOLOCATION: {
13442
+ label: "Geolocation",
13443
+ description: "Latitude/longitude coordinates with map picker support"
13444
+ },
13445
+ EXTERNAL_LOOKUP: {
13446
+ label: "External Lookup",
13447
+ description: "Reference records in external systems"
13448
+ },
13449
+ FORMULA: {
13450
+ label: "Formula",
13451
+ description: "Read-only value computed from other fields"
13452
+ },
13453
+ ROLLUP: {
13454
+ label: "Rollup",
13455
+ description: "Roll up child object fields (SUM/COUNT/AVG/MIN/MAX)"
13456
+ },
12966
13457
  },
12967
13458
  categoryDescription: {
12968
13459
  Basic: "Basic field types for common needs",
@@ -14114,6 +14605,12 @@ const messages = {
14114
14605
  objAutomationExecution: "Automation Execution",
14115
14606
  objLoginHistory: "Login History",
14116
14607
  objQuoteLineItem: "Quote Line Item",
14608
+ chartArea: "Area",
14609
+ chartCombo: "Combo",
14610
+ chartDonut: "Donut",
14611
+ chartGauge: "Gauge",
14612
+ chartScatter: "Scatter",
14613
+ chartType: "Chart Type"
14117
14614
  },
14118
14615
  servicebot: {
14119
14616
  channels: "Channels",
@@ -14727,8 +15224,19 @@ const messages = {
14727
15224
  loadFailed: "Failed to load: {message}",
14728
15225
  totalRecords: "{total} execution records in total",
14729
15226
  noRecords: "No execution records",
14730
- status: {},
14731
- triggerType: {},
15227
+ status: {
15228
+ RUNNING: "Running",
15229
+ COMPLETED: "Completed",
15230
+ FAILED: "Failed",
15231
+ CANCELLED: "Cancelled",
15232
+ WAITING: "Waiting"
15233
+ },
15234
+ triggerType: {
15235
+ RECORD_TRIGGER: "Record Trigger",
15236
+ MANUAL: "Manual Trigger",
15237
+ SCHEDULED: "Scheduled Trigger",
15238
+ SUBFLOW: "Subflow"
15239
+ },
14732
15240
  },
14733
15241
  decisionConfig: {
14734
15242
  title: "Decision Branch Configuration",
@@ -15242,6 +15750,12 @@ const messages = {
15242
15750
  transferToMobile: "Transfer to Mobile",
15243
15751
  close: "Close",
15244
15752
  },
15753
+ queueStatus: {
15754
+ pending: "Pending call",
15755
+ completed: "Completed",
15756
+ failed: "Failed",
15757
+ skipped: "Skipped"
15758
+ }
15245
15759
  },
15246
15760
  recording: {
15247
15761
  list: {
@@ -15357,7 +15871,12 @@ const messages = {
15357
15871
  status: {
15358
15872
  pending: "Pending",
15359
15873
  completed: "Completed",
15360
- failed: "Failed"
15874
+ failed: "Failed",
15875
+ scheduled: "Scheduled",
15876
+ dialing: "Dialing",
15877
+ connected: "Connected",
15878
+ skipped: "Skipped",
15879
+ dnc: "DNC"
15361
15880
  },
15362
15881
  disposition: {
15363
15882
  interested: "Interested",
@@ -15365,6 +15884,7 @@ const messages = {
15365
15884
  not_interested: "Not Interested",
15366
15885
  voicemail: "Voicemail",
15367
15886
  no_answer: "No Answer",
15887
+ appointment_set: "Appointment Set"
15368
15888
  },
15369
15889
  filter: {
15370
15890
  status: "Filter by status"
@@ -16014,7 +16534,13 @@ const messages = {
16014
16534
  cancel: "Cancel",
16015
16535
  deleteConfirmPrefix: "Are you sure you want to delete approval process ",
16016
16536
  deleteConfirmSuffix: "? This action cannot be undone.",
16017
- object: {},
16537
+ object: {
16538
+ Opportunity: "Opportunity",
16539
+ Quote: "Quote",
16540
+ Contract: "Contract",
16541
+ Account: "Account",
16542
+ Order: "Order"
16543
+ },
16018
16544
  approver: {
16019
16545
  user: "Assigned User",
16020
16546
  role: "Role"
@@ -16163,8 +16689,18 @@ const messages = {
16163
16689
  fieldConditions: "Filter Rules",
16164
16690
  updateSuccess: "Workflow rule updated successfully",
16165
16691
  updateFailed: "Update failed, please check the form",
16166
- object: {},
16167
- evaluation: {},
16692
+ object: {
16693
+ Opportunity: "Opportunity",
16694
+ Account: "Account",
16695
+ Contact: "Contact",
16696
+ Task: "Task",
16697
+ Lead: "Lead"
16698
+ },
16699
+ evaluation: {
16700
+ created: "On creation only",
16701
+ created_and_edited: "On creation and edit",
16702
+ edited: "On edit only"
16703
+ },
16168
16704
  },
16169
16705
  triggersAdmin: {
16170
16706
  title: "Trigger Management",
@@ -16312,6 +16848,7 @@ const messages = {
16312
16848
  abortError: "Abort failed: {message}",
16313
16849
  },
16314
16850
  platformAdmin: {
16851
+ menuChannelProvider: "Messaging Channels",
16315
16852
  adminPanelUi: {
16316
16853
  common: {
16317
16854
  sectionOther: "Other",
@@ -17065,13 +17602,84 @@ const messages = {
17065
17602
  noMatchingItems: "No matching platform admin items",
17066
17603
  menuPlatformAdminHome: "Platform Overview",
17067
17604
  providerControlPlaneUi: {
17068
- family: {},
17069
- tone: {},
17605
+ family: {
17606
+ ai: "AI Provider Control Plane",
17607
+ telephony: "Telephony Provider Control Plane",
17608
+ channel: "Channel Provider Control Plane"
17609
+ },
17610
+ tone: {
17611
+ success: "Success",
17612
+ warning: "Warning",
17613
+ danger: "Danger",
17614
+ info: "Info",
17615
+ neutral: "Neutral"
17616
+ },
17070
17617
  field: {
17071
17618
  key: "Key",
17072
17619
  label: "Label",
17073
- secret: "Secret"
17074
- },
17620
+ secret: "Secret",
17621
+ kind: "Kind",
17622
+ status: "Status",
17623
+ health: "Health",
17624
+ defaultModel: "Default Model",
17625
+ capabilities: "Capabilities",
17626
+ region: "Region",
17627
+ action: "Action",
17628
+ workspace: "Workspace",
17629
+ primaryProvider: "Primary Provider",
17630
+ routing: "Routing",
17631
+ migration: "Migration",
17632
+ fallbacks: "Fallbacks",
17633
+ channel: "Channel",
17634
+ runtime: "Runtime",
17635
+ residency: "Residency",
17636
+ providerSecret: "Provider Secret",
17637
+ webhookSecret: "Webhook Secret",
17638
+ purpose: "Purpose",
17639
+ providerConfigKey: "Provider Config Key",
17640
+ providerKind: "Provider Kind",
17641
+ priority: "Priority",
17642
+ baseUrl: "Base URL",
17643
+ dataResidency: "Data Residency",
17644
+ internalEndpoint: "Internal Endpoint",
17645
+ enabledCapabilities: "Enabled Capabilities",
17646
+ modelListJson: "Model List JSON",
17647
+ metadataMaskedJson: "Metadata Masked JSON",
17648
+ migrationState: "Migration State",
17649
+ fallbackChainJson: "Fallback Chain JSON",
17650
+ modelPolicyJson: "Model Policy JSON",
17651
+ budgetPolicyJson: "Budget Policy JSON",
17652
+ accountRefMasked: "Account Ref Masked",
17653
+ endpointMasked: "Endpoint Masked",
17654
+ senderIdentityJson: "Sender Identity JSON",
17655
+ domainPolicyJson: "Domain Policy JSON",
17656
+ suppressionPolicyJson: "Suppression Policy JSON",
17657
+ retryPolicyJson: "Retry Policy JSON",
17658
+ rateLimitPolicyJson: "Rate Limit Policy JSON",
17659
+ senderPolicyJson: "Sender Policy JSON",
17660
+ templateBoundaryPolicyJson: "Template Boundary Policy JSON",
17661
+ sendingLimitPolicyJson: "Sending Limit Policy JSON",
17662
+ compliancePolicyJson: "Compliance Policy JSON",
17663
+ featurePolicyJson: "Feature Policy JSON"
17664
+ },
17665
+ guardrailAria: "Provider guardrail summary",
17666
+ metricsAria: "Provider trust metrics",
17667
+ workbenchAria: "Provider operations workbench",
17668
+ recordsAria: "Provider records and policies",
17669
+ riskTitle: "Risk and safe next actions",
17670
+ noActiveRisk: "No provider risk currently requires action.",
17671
+ contractGuarded: "Contract guarded",
17672
+ maskedAuditView: "Masked audit view",
17673
+ providerConfigs: "Provider configs",
17674
+ orgPolicies: "Org policies",
17675
+ cancel: "Cancel",
17676
+ saveWithAudit: "Save with audit trail",
17677
+ create: "Create",
17678
+ edit: "Edit",
17679
+ bindPolicy: "Bind policy",
17680
+ impactAria: "Provider change impact preview",
17681
+ impactPreview: "Impact preview",
17682
+ impactDescription: "Validate scope, routing, SecretRef, residency, and audit intent before saving."
17075
17683
  },
17076
17684
  aiProviderControlPlane: {
17077
17685
  title: "AI Provider Control Plane",
@@ -17095,7 +17703,15 @@ const messages = {
17095
17703
  createPolicyModalTitle: "Bind Org AI Provider Policy",
17096
17704
  workspacePlaceholder: "Select workspace",
17097
17705
  ui: {
17098
- capability: {},
17706
+ capability: {
17707
+ chat: "Chat",
17708
+ embedding: "Embedding",
17709
+ vision: "Vision",
17710
+ json: "JSON",
17711
+ tool_calling: "Tool Calling",
17712
+ streaming: "Streaming",
17713
+ reasoning: "Reasoning"
17714
+ },
17099
17715
  impact: {
17100
17716
  capabilityDelta: "Capability delta",
17101
17717
  capabilityDeltaBody: "Only capabilities marked WIRED by the runtime catalog can be enabled. The current policy consumer is Chat.",
@@ -17110,13 +17726,110 @@ const messages = {
17110
17726
  auditTrail: "Audit trail",
17111
17727
  auditTrailBody: "Policy updates remain platform-admin scoped and should be reviewable from audit logs.",
17112
17728
  },
17113
- runtimeConsumer: {}
17729
+ runtimeConsumer: {
17730
+ modelRouting: "Model routing",
17731
+ knowledgeRetrieval: "Knowledge retrieval",
17732
+ other: "Other runtime service",
17733
+ unavailable: "—"
17734
+ },
17735
+ loadFailed: "Failed to load the AI provider control plane",
17736
+ loadFailedDescription: "AI provider configurations or organization policies could not be read. Please retry.",
17737
+ retry: "Retry",
17738
+ test: "Test",
17739
+ testAll: "Test all",
17740
+ testProvider: "Test provider capabilities",
17741
+ editProvider: "Edit provider",
17742
+ probeResults: "Capability test results",
17743
+ noWiredProbeTargets: "There are no wired capability targets to test. Configure an active model and select only capabilities marked WIRED by the runtime catalog.",
17744
+ noProbeResults: "No capability-test evidence was returned",
17745
+ result: "Result",
17746
+ passed: "Passed",
17747
+ failed: "Failed",
17748
+ latency: "Latency",
17749
+ evidence: "Evidence",
17750
+ diagnostic: "Diagnostic",
17751
+ requestedModel: "Requested model",
17752
+ actualModel: "Actual model",
17753
+ modelConsistency: "Model match",
17754
+ consistent: "Matched",
17755
+ inconsistent: "Mismatched",
17756
+ observedAt: "Observed at",
17757
+ actor: "Operator",
17758
+ auditId: "Audit ID",
17759
+ dimension: "Dimension {count}",
17760
+ tokens: "Tokens {input}/{output}",
17761
+ providerHealth: "Provider health",
17762
+ atRiskCount: "{count} at risk",
17763
+ activeCount: "{active}/{total} active",
17764
+ unknownHealthChecks: "{count} provider health checks are unknown",
17765
+ healthChecksVisible: "Health checks are visible before raw configs",
17766
+ policyCoverage: "Policy coverage",
17767
+ policyCoverageHelper: "{count} org policies route to governed model providers",
17768
+ secretRotationRisk: "Secret rotation risk",
17769
+ configured: "Configured",
17770
+ notConfigured: "Not configured",
17771
+ available: "Available",
17772
+ unavailable: "Unavailable",
17773
+ notTested: "Not tested",
17774
+ gapCount: "{count} gaps",
17775
+ secretRotationHelper: "Only configuration status is returned; SecretRef identifiers and raw credentials stay out of the UI",
17776
+ fallbackRoutingRisk: "Fallback and routing risk",
17777
+ covered: "Covered",
17778
+ fallbackRoutingHelper: "Pinned model route, migration state, and fallback chain are reviewed together",
17779
+ reliability: "Reliability",
17780
+ noDefaultModel: "No default model",
17781
+ selectProviderReliability: "Select or create a provider to see runtime reliability",
17782
+ modelRouting: "Model routing",
17783
+ modelRoutingBound: "{workspace} routes to {provider} in {state}",
17784
+ modelRoutingUnbound: "No org policy is bound yet; create a pinned route before relying on this provider.",
17785
+ capabilityCoverage: "Capability coverage",
17786
+ noCapabilities: "No capabilities configured",
17787
+ wired: "WIRED",
17788
+ notWired: "NOT_WIRED",
17789
+ capabilityCatalogTitle: "Runtime capability catalog",
17790
+ capabilityCatalogDescription: "Each capability is only executable when a real runtime consumer is wired. NOT_WIRED capabilities cannot be enabled on providers.",
17791
+ runtimeCatalogUnavailable: "Runtime capability catalog unavailable",
17792
+ invalidJson: "{field} contains invalid JSON",
17793
+ capabilityColumn: "Capability",
17794
+ wiringColumn: "Wiring",
17795
+ runtimeConsumerColumn: "Runtime consumer",
17796
+ noConsumer: "—",
17797
+ noProviderSelected: "No provider is selected.",
17798
+ modelResidency: "Model residency",
17799
+ noRegion: "No region",
17800
+ noResidencyPolicy: "No residency policy",
17801
+ residencyUnavailable: "Residency cannot be audited until a provider exists.",
17802
+ noAiProviderSelected: "No AI provider selected",
17803
+ providerKey: "Provider key",
17804
+ defaultModel: "Default model",
17805
+ health: "Health",
17806
+ policyWorkspace: "Policy workspace",
17807
+ noPinnedPolicy: "No pinned policy",
17808
+ secret: "Secret",
17809
+ updated: "Updated"
17114
17810
  },
17115
17811
  },
17116
17812
  channelProviderControlPlane: {
17117
17813
  ui: {
17118
- capability: {},
17119
- purpose: {},
17814
+ capability: {
17815
+ send_email: "Send Email",
17816
+ receive_email: "Receive Email",
17817
+ send_sms: "Send SMS",
17818
+ send_push: "Send Push",
17819
+ send_work_notice: "Send Work Notice",
17820
+ in_app_notify: "In-app Notify"
17821
+ },
17822
+ purpose: {
17823
+ transactional: "Transactional",
17824
+ marketing: "Marketing",
17825
+ notification: "Notification",
17826
+ workflow: "Workflow",
17827
+ servicebot: "ServiceBot",
17828
+ site_auth: "Site Auth",
17829
+ inbound_case: "Inbound Case",
17830
+ in_app: "In App",
17831
+ mixed: "Mixed"
17832
+ },
17120
17833
  impact: {
17121
17834
  capabilityDelta: "Channel capability delta",
17122
17835
  capabilityDeltaBody: "Changing capabilities affects send, receive, tracking, domain verification, and suppression behavior.",
@@ -17130,7 +17843,55 @@ const messages = {
17130
17843
  policyDeltaBody: "Sender, template boundary, sending limit, suppression, compliance, and feature policy are saved together.",
17131
17844
  auditTrail: "Audit trail",
17132
17845
  auditTrailBody: "Channel policy changes are compliance sensitive and remain visible to platform audit.",
17133
- }
17846
+ },
17847
+ loadFailed: "Failed to load the channel provider control plane",
17848
+ loadFailedDescription: "Channel provider configurations and organization policies could not be read. Please retry.",
17849
+ retry: "Retry",
17850
+ title: "Channel Provider Control Plane",
17851
+ providerHealth: "Provider health",
17852
+ atRiskCount: "{count} at risk",
17853
+ activeCount: "{active}/{total} active",
17854
+ unknownDeliveryHealth: "{count} channel providers have unknown delivery health",
17855
+ governedSenderCount: "{count} sender identities look governed",
17856
+ policyCoverage: "Policy coverage",
17857
+ policyCoverageHelper: "{count} org policies bind sender, template, limit, suppression, and compliance behavior",
17858
+ secretRotationRisk: "Secret rotation risk",
17859
+ configured: "Configured",
17860
+ notConfigured: "Not configured",
17861
+ gapCount: "{count} gaps",
17862
+ secretRotationHelper: "Only provider and webhook configuration status is returned; SecretRef identifiers stay out of the UI",
17863
+ fallbackRoutingRisk: "Fallback and routing risk",
17864
+ pinned: "Pinned",
17865
+ fallbackRoutingHelper: "Sender policy, rate limit, suppression, retry, and provider route are reviewed together",
17866
+ reliability: "Reliability",
17867
+ channel: "Channel",
17868
+ selectChannelProvider: "Select or create a channel provider",
17869
+ senderIdentity: "Sender identity",
17870
+ domainOwnershipUnset: "Domain ownership not set",
17871
+ noProviderSelected: "No provider is selected.",
17872
+ deliveryPolicy: "Delivery policy",
17873
+ deliveryPolicyBound: "{workspace} controls {purpose} delivery through {provider}",
17874
+ deliveryPolicyUnbound: "No org policy is bound yet; sender and delivery controls are not pinned.",
17875
+ deliveryReliability: "Suppression, retry, and rate limit",
17876
+ noRegion: "No region",
17877
+ noResidencyPolicy: "No residency policy",
17878
+ noHealthMessage: "No health message",
17879
+ deliveryReliabilityUnavailable: "Delivery reliability cannot be audited until a provider exists.",
17880
+ noChannelProviderSelected: "No channel provider selected",
17881
+ providerKey: "Provider key",
17882
+ providerKind: "Provider kind",
17883
+ policyWorkspace: "Policy workspace",
17884
+ noPinnedPolicy: "No pinned policy",
17885
+ providerSecret: "Provider secret",
17886
+ webhookSecret: "Webhook secret",
17887
+ updated: "Updated",
17888
+ notWired: "NOT_WIRED",
17889
+ invalidJson: "{field} must contain valid JSON",
17890
+ configuredSecretRefHint: "Configured. Leave blank to retain the current SecretRef without reading or overwriting the credential.",
17891
+ optionalProviderSecretRefHint: "Leave blank when this provider does not require a credential.",
17892
+ optionalWebhookSecretRefHint: "Leave blank when this channel does not require webhook signature verification.",
17893
+ wiredCapabilitiesHint: "Only capabilities with a registered runtime consumer can be enabled.",
17894
+ notWiredCapabilitiesHint: "Providers without runtime wiring cannot enable delivery capabilities."
17134
17895
  },
17135
17896
  },
17136
17897
  telephonyProviderControlPlane: {},
@@ -17746,19 +18507,75 @@ const messages = {
17746
18507
  sensitiveAllow: "Allow display",
17747
18508
  },
17748
18509
  imBotSetup: {
17749
- toolLabel: {},
18510
+ toolLabel: {
18511
+ recordQuery: "Query CRM",
18512
+ recordAggregate: "Aggregate CRM",
18513
+ recordCreate: "Write CRM",
18514
+ recordUpdate: "Update CRM",
18515
+ activityLog: "Log activity",
18516
+ knowledgeSearch: "Search knowledge base",
18517
+ reportGenerate: "Generate report",
18518
+ imNotify: "Send outreach notification"
18519
+ },
17750
18520
  platform: {
17751
- dingtalk: {},
17752
- feishu: {},
17753
- wecom: {},
17754
- slack: {},
17755
- teams: {},
17756
- web_chat: {},
17757
- api: {},
17758
- phone_agent: {},
18521
+ dingtalk: {
18522
+ label: "DingTalk",
18523
+ step1: "Sign in to the DingTalk Open Platform (open-dev.dingtalk.com) and create an enterprise-internal app under \"App Development\".",
18524
+ step2: "On the \"Credentials & Basic Info\" page, copy the AppKey (Client ID) and AppSecret (Client Secret).",
18525
+ step3: "Enable the \"Robot\" capability and set the message receive URL to your workspace IM gateway callback address.",
18526
+ step4: "Publish the app version, grant it to the organization, then paste the credentials below.",
18527
+ },
18528
+ feishu: {
18529
+ label: "Feishu",
18530
+ step1: "Sign in to open.feishu.cn and create a custom enterprise app in the Developer Console.",
18531
+ step2: "On the \"Credentials & Basic Info\" page, copy the App ID and App Secret.",
18532
+ step3: "Enable the \"Bot\" capability, subscribe to message events, and configure the callback URL.",
18533
+ step4: "Create and publish an app version, then paste the credentials below.",
18534
+ },
18535
+ wecom: {
18536
+ label: "WeCom",
18537
+ step1: "Sign in to the WeCom admin console (work.weixin.qq.com) and create a self-built app under \"App Management\".",
18538
+ step2: "On the app detail page, copy the CorpId, AgentId, and Secret.",
18539
+ step3: "On the \"Receive Messages\" page, configure the Token and EncodingAESKey, and set the callback URL to your workspace IM gateway address.",
18540
+ note: "Callback verification requires the backend IM gateway to be online; if verification fails, confirm the workspace default IM gateway is enabled and retry.",
18541
+ },
18542
+ slack: {
18543
+ label: "Slack",
18544
+ step1: "Sign in to api.slack.com/apps and create a new app.",
18545
+ step2: "On \"Basic Information\", copy the Client ID, Client Secret, and Signing Secret.",
18546
+ step3: "Install the app to your workspace under \"OAuth & Permissions\" and copy the Bot Token, then paste the credentials below.",
18547
+ },
18548
+ teams: {
18549
+ label: "Microsoft Teams",
18550
+ step1: "Sign in to portal.azure.com and register an application under \"App registrations\".",
18551
+ step2: "On the \"Overview\" page, copy the Tenant ID and Client ID, and create a Client Secret under \"Certificates & secrets\".",
18552
+ step3: "Enable the app and messaging extension in the Teams admin center, then paste the credentials below.",
18553
+ },
18554
+ web_chat: {
18555
+ label: "Web Chat",
18556
+ step1: "Enable the web chat widget in the Help Center and obtain the site Site Key.",
18557
+ step2: "Copy the Signing Secret from the widget security settings.",
18558
+ step3: "Configure the allowed embedding origins (Allowed Origins), then paste the credentials below.",
18559
+ },
18560
+ api: {
18561
+ label: "API",
18562
+ step1: "Open \"Platform Settings → Integrations → API Keys\".",
18563
+ step2: "Create a key and copy the API Key and Signing Secret.",
18564
+ step3: "Configure the Callback URL for event delivery, then paste the credentials below.",
18565
+ },
18566
+ phone_agent: {
18567
+ label: "Phone Agent",
18568
+ step1: "Open \"Platform Settings → Telephony\" and select the telephony provider.",
18569
+ step2: "Copy the agent phone number and Account ID.",
18570
+ step3: "Generate the agent Auth Token, then paste the credentials below.",
18571
+ },
17759
18572
  },
17760
18573
  field: {
17761
- wecom: {},
18574
+ wecom: {
18575
+ corpId: "Corp ID",
18576
+ agentId: "Agent ID",
18577
+ secret: "Secret",
18578
+ },
17762
18579
  },
17763
18580
  simNoReply: "(No reply)",
17764
18581
  simFailed: "Reply failed",
@@ -17810,6 +18627,9 @@ const messages = {
17810
18627
  on: "On",
17811
18628
  toggleChannelAria: "Enable or disable integration",
17812
18629
  edit: "Edit",
18630
+ copyCallbackUrl: "Copy callback URL",
18631
+ copyCallbackUrlAria: "Copy callback URL",
18632
+ callbackUrlCopied: "Callback URL copied. Paste it into the message-receive / callback URL field on the open platform.",
17813
18633
  confirmDelete: "Delete this integration?",
17814
18634
  delete: "Delete",
17815
18635
  cancel: "Cancel",
@@ -18198,9 +19018,25 @@ const messages = {
18198
19018
  colActions: "Actions",
18199
19019
  detail: "Details",
18200
19020
  totalCount: "{count} total",
18201
- outcomeTypeLabels: {},
18202
- tierLabels: {},
18203
- statusLabels: {},
19021
+ outcomeTypeLabels: {
19022
+ mql: "MQL",
19023
+ opportunityCreated: "Opportunity Created",
19024
+ opportunityWon: "Opportunity Won",
19025
+ caseClosed: "Case Closed",
19026
+ customerActivated: "Customer Activated"
19027
+ },
19028
+ tierLabels: {
19029
+ full: "Full Attribution",
19030
+ half: "Half Attribution",
19031
+ none: "Observation Only"
19032
+ },
19033
+ statusLabels: {
19034
+ pending: "Pending",
19035
+ billed: "Trial Billed",
19036
+ waived: "Observation Only",
19037
+ disputed: "Disputed",
19038
+ cancelled: "Cancelled"
19039
+ },
18204
19040
  },
18205
19041
  agentPermission: {
18206
19042
  pageTitle: "Agent Permission Configuration",
@@ -18615,6 +19451,11 @@ const messages = {
18615
19451
  type: {
18616
19452
  service: "Customer Service",
18617
19453
  custom: "General Purpose",
19454
+ sales: "Sales",
19455
+ analytics: "Analytics",
19456
+ operations: "Operations",
19457
+ marketing: "Marketing",
19458
+ support: "Support"
18618
19459
  },
18619
19460
  status: {
18620
19461
  active: "Published",
@@ -18624,17 +19465,55 @@ const messages = {
18624
19465
  inactive: "Disabled",
18625
19466
  disabled: "Disabled",
18626
19467
  },
18627
- capability: {},
19468
+ capability: {
19469
+ multilingual_outreach: "Multilingual Outreach",
19470
+ lead_qualification: "Lead Qualification",
19471
+ email_drafting: "Email Drafting",
19472
+ prospect_research: "Prospect Research",
19473
+ mql_scoring: "MQL Scoring",
19474
+ mql_conversion: "MQL Conversion",
19475
+ follow_up_cadence: "Follow-up Cadence",
19476
+ inbound_inquiry: "Inbound Inquiry Handling",
19477
+ sales: "Sales Development",
19478
+ case_resolution: "Case Resolution",
19479
+ refund_processing: "Refund Processing",
19480
+ order_tracking: "Order Tracking",
19481
+ faq_answering: "FAQ Answers",
19482
+ escalation_routing: "Escalation Routing",
19483
+ team_coaching: "Team Coaching",
19484
+ next_best_action: "Next Best Action",
19485
+ sop_adherence: "SOP Adherence",
19486
+ bottleneck_alerting: "Bottleneck Alerts",
19487
+ bottleneck_detection: "Bottleneck Detection",
19488
+ performance_review: "Performance Review",
19489
+ enablement: "Team Enablement",
19490
+ pipeline_analysis: "Pipeline Analysis",
19491
+ revenue_forecasting: "Revenue Forecasting",
19492
+ report_generation: "Report Generation",
19493
+ kpi_monitoring: "KPI Monitoring"
19494
+ },
18628
19495
  },
18629
19496
  orchestrationDisplay: {
18630
19497
  trigger: {
18631
- manual: "Manual Trigger"
19498
+ manual: "Manual Trigger",
19499
+ event: "Event Trigger",
19500
+ schedule: "Scheduled Trigger"
18632
19501
  },
18633
19502
  category: {
18634
19503
  default: "Default",
19504
+ custom: "Custom"
19505
+ },
19506
+ failureStrategy: {
19507
+ continue: "Continue",
19508
+ fail_fast: "Fail Fast",
19509
+ retry: "Retry Automatically"
19510
+ },
19511
+ stepType: {
19512
+ agent_task: "Agent Task",
19513
+ condition: "Condition",
19514
+ parallel: "Parallel Branch",
19515
+ tool_call: "Tool Call"
18635
19516
  },
18636
- failureStrategy: {},
18637
- stepType: {},
18638
19517
  },
18639
19518
  aiWorkforceHome: {
18640
19519
  title: "AI Workforce Command Center",
@@ -18705,6 +19584,9 @@ const messages = {
18705
19584
  emptyRecent: "No key events",
18706
19585
  executionFallback: "Execution Task",
18707
19586
  agentFallback: "AI Employee",
19587
+ // customer-dimension entry from the recent events panel.
19588
+ customerPrefix: "Customer: ",
19589
+ customerCommLink: "History",
18708
19590
  metric: {
18709
19591
  activeAgents: "Active AI Employees",
18710
19592
  totalAgentsPrefix: "Total",