@nexusclawhq/cli 0.3.49 → 0.3.51

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 (102) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
  4. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.d.ts +1 -1
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +31 -0
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +668 -1
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +644 -7
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  27. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1360 -2
  28. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +692 -1
  29. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +963 -302
  30. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  31. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
  32. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  33. package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
  34. package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
  35. package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
  36. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
  37. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
  38. package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
  39. package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
  40. package/dist/nexus-cli/src/commands/employee/index.js +2 -0
  41. package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
  42. package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
  43. package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
  44. package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
  45. package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
  46. package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
  47. package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
  48. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  49. package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
  50. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
  51. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
  52. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
  53. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
  54. package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
  55. package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
  56. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  57. package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
  58. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  59. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  60. package/dist/nexus-cli/src/contracts/command-order.js +1 -0
  61. package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
  62. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  63. package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
  64. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  65. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
  66. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  67. package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
  68. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  69. package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
  70. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  71. package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
  72. package/dist/nexus-cli/src/services/api-client.js +54 -0
  73. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  74. package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
  75. package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
  76. package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
  77. package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
  78. package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
  79. package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
  80. package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
  81. package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
  82. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
  83. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
  84. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
  85. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
  86. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  87. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.d.ts +1 -0
  88. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
  89. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
  90. package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
  91. package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
  92. package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -1
  93. package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
  94. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
  95. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  96. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
  97. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
  98. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  99. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  100. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  101. package/dist/tsconfig.tsbuildinfo +1 -1
  102. package/package.json +1 -1
@@ -21,6 +21,84 @@ declare const _default: {
21
21
  finish: string;
22
22
  unselected: string;
23
23
  };
24
+ builder: {
25
+ labelPlaceholder: string;
26
+ apiNamePlaceholder: string;
27
+ flowType: string;
28
+ selectObject: string;
29
+ object: string;
30
+ configureTrigger: string;
31
+ triggerCreated: string;
32
+ triggerUpdated: string;
33
+ triggerCreatedOrUpdated: string;
34
+ triggerDeleted: string;
35
+ setEntryConditions: string;
36
+ conditionRequirements: string;
37
+ conditions: string;
38
+ optimizeFlow: string;
39
+ scheduleSettings: string;
40
+ frequency: string;
41
+ startDate: string;
42
+ startTime: string;
43
+ platformEvent: string;
44
+ eventApiName: string;
45
+ screenEntry: string;
46
+ entryMode: string;
47
+ designerNotes: string;
48
+ action: string;
49
+ howToSetFieldValues: string;
50
+ setFieldValuesManually: string;
51
+ useVariablesAndFormulas: string;
52
+ fieldMappingsReady: string;
53
+ recordOrRecordId: string;
54
+ setFieldValues: string;
55
+ pauseType: string;
56
+ timeSource: string;
57
+ offsetNumberOptions: string;
58
+ scheduleSummary: string;
59
+ defaultOutcome: string;
60
+ outcomeOrder: string;
61
+ toolbox: string;
62
+ searchThisFlow: string;
63
+ closeInspector: string;
64
+ debugData: string;
65
+ daysAfterSource: string;
66
+ durationAfterSource: string;
67
+ durationOnly: string;
68
+ pauseUntilDate: string;
69
+ pauseUntilEvent: string;
70
+ unitMinutes: string;
71
+ unitHours: string;
72
+ unitDays: string;
73
+ timeSourceCloseDate: string;
74
+ optimizationFastFieldUpdates: string;
75
+ optimizationActionsAndRelatedRecords: string;
76
+ scheduleDaily: string;
77
+ scheduleWeekly: string;
78
+ scheduleOnce: string;
79
+ entryAppPage: string;
80
+ entryQuickAction: string;
81
+ entryUtilityBar: string;
82
+ summaryTrigger: string;
83
+ summaryOptimizeFor: string;
84
+ summarySchedule: string;
85
+ summaryStartAt: string;
86
+ summaryEvent: string;
87
+ summaryRunType: string;
88
+ summaryEntry: string;
89
+ summaryInteraction: string;
90
+ summaryInvocation: string;
91
+ summaryStatus: string;
92
+ notSet: string;
93
+ platformEventReceived: string;
94
+ runTypeAutolaunched: string;
95
+ guidedScreenExperience: string;
96
+ runTypeUserFacing: string;
97
+ invokedByFlowsActionsAi: string;
98
+ noExplicitTrigger: string;
99
+ runTypeBackground: string;
100
+ selectFlowTypeToConfigureStart: string;
101
+ };
24
102
  flowType: {
25
103
  unselected: string;
26
104
  recordTriggered: {
@@ -343,6 +421,16 @@ declare const _default: {
343
421
  breadcrumbAi: string;
344
422
  breadcrumbAgents: string;
345
423
  breadcrumbConfigure: string;
424
+ fieldNamePlaceholder: string;
425
+ fieldIconPlaceholder: string;
426
+ typeSales: string;
427
+ typeService: string;
428
+ typeAnalytics: string;
429
+ typeAdmin: string;
430
+ typeCustom: string;
431
+ modelTier1: string;
432
+ modelTier2: string;
433
+ modelTier3: string;
346
434
  breadcrumbExecutionLogs: string;
347
435
  breadcrumbExecutionDetail: string;
348
436
  listTitle: string;
@@ -832,17 +920,29 @@ declare const _default: {
832
920
  app: {
833
921
  restoringSession: string;
834
922
  enteringSystem: string;
923
+ crm: string;
924
+ marketing: string;
925
+ service: string;
835
926
  partner: string;
836
927
  platform: string;
928
+ settings: string;
837
929
  };
838
930
  appDescription: {
931
+ crm: string;
932
+ marketing: string;
933
+ service: string;
839
934
  partner: string;
935
+ platform: string;
936
+ settings: string;
840
937
  };
841
938
  common: {
842
939
  featureNotAvailable: string;
843
940
  confirm: string;
844
941
  cancel: string;
845
942
  save: string;
943
+ saved: string;
944
+ created: string;
945
+ saveFailed: string;
846
946
  delete: string;
847
947
  edit: string;
848
948
  create: string;
@@ -895,6 +995,9 @@ declare const _default: {
895
995
  opportunity: string;
896
996
  task: string;
897
997
  report: string;
998
+ workbench: string;
999
+ account_folder: string;
1000
+ reports: string;
898
1001
  crm: {
899
1002
  dashboard: string;
900
1003
  salesLead: string;
@@ -904,6 +1007,7 @@ declare const _default: {
904
1007
  contactAll: string;
905
1008
  salesFolder: string;
906
1009
  salesOpportunity: string;
1010
+ forecastCenter: string;
907
1011
  cpqFolder: string;
908
1012
  cpqProduct: string;
909
1013
  cpqPriceBook: string;
@@ -1139,6 +1243,16 @@ declare const _default: {
1139
1243
  department: string;
1140
1244
  division: string;
1141
1245
  email: string;
1246
+ username: string;
1247
+ enterUsername: string;
1248
+ usernameTaken: string;
1249
+ passwordResetSent: string;
1250
+ passwordResetFailed: string;
1251
+ activationFailed: string;
1252
+ createUserFailed: string;
1253
+ resendActivationFailed: string;
1254
+ freezeUserFailed: string;
1255
+ unfreezeUserFailed: string;
1142
1256
  enterFirstName: string;
1143
1257
  enterLastName: string;
1144
1258
  extension: string;
@@ -1269,6 +1383,7 @@ declare const _default: {
1269
1383
  emailCodeResendIn: string;
1270
1384
  emailCodeInvalid: string;
1271
1385
  emailCodeSendFailed: string;
1386
+ emailVerified: string;
1272
1387
  orgSelectionTitle: string;
1273
1388
  changeEmail: string;
1274
1389
  aiHeroTitleLead: string;
@@ -1990,8 +2105,22 @@ declare const _default: {
1990
2105
  cancelWarningItem3: string;
1991
2106
  cancelWarningItem4: string;
1992
2107
  planCycleCaption: string;
2108
+ quoteRequired: string;
2109
+ quoteRequiredDesc: string;
1993
2110
  loadFailed: string;
1994
2111
  loadFailedDesc: string;
2112
+ opsPlanHealth: string;
2113
+ opsQuotaRisk: string;
2114
+ opsPendingInvoice: string;
2115
+ opsNextActions: string;
2116
+ opsCycleProgress: string;
2117
+ opsDaysUntilNextBill: string;
2118
+ opsBillDueToday: string;
2119
+ opsQuotaHealthy: string;
2120
+ opsInvoiceDegraded: string;
2121
+ opsActionViewUsage: string;
2122
+ opsActionSmartCap: string;
2123
+ opsActionContactSales: string;
1995
2124
  enterpriseQuotaSaveSuccess: string;
1996
2125
  enterpriseQuotaSaveFailed: string;
1997
2126
  enterpriseQuotaConfigTitle: string;
@@ -2711,6 +2840,16 @@ declare const _default: {
2711
2840
  };
2712
2841
  developer: {
2713
2842
  apiCredentials: string;
2843
+ pluginSubmit: {
2844
+ pluginNameLabel: string;
2845
+ displayNameLabel: string;
2846
+ versionLabel: string;
2847
+ descriptionLabel: string;
2848
+ authorLabel: string;
2849
+ categoryLabel: string;
2850
+ permissionsLabel: string;
2851
+ sourceBundleUrlLabel: string;
2852
+ };
2714
2853
  credentialsUnavailable: string;
2715
2854
  credentialsUnavailableReason: string;
2716
2855
  dashboard: string;
@@ -2915,6 +3054,7 @@ declare const _default: {
2915
3054
  pluginDisabled: string;
2916
3055
  noInstalled: string;
2917
3056
  permissionConfirm: string;
3057
+ permissionWarning: string;
2918
3058
  permissions: string;
2919
3059
  rateSuccess: string;
2920
3060
  ratings: string;
@@ -2925,15 +3065,68 @@ declare const _default: {
2925
3065
  };
2926
3066
  namedCredentials: {
2927
3067
  title: string;
3068
+ rotate: string;
3069
+ detailName: string;
3070
+ detailType: string;
3071
+ detailStatus: string;
3072
+ detailEndpoint: string;
3073
+ detailDescription: string;
3074
+ detailCreatedBy: string;
3075
+ detailLastUsed: string;
3076
+ neverUsed: string;
3077
+ noConfigurationData: string;
3078
+ selectCredentialForAudit: string;
3079
+ tokenUrl: string;
3080
+ clientId: string;
3081
+ clientSecret: string;
3082
+ scopes: string;
3083
+ apiKey: string;
3084
+ headerName: string;
3085
+ username: string;
3086
+ password: string;
3087
+ certificate: string;
3088
+ privateKey: string;
3089
+ deleteConfirmTitle: string;
3090
+ filterByType: string;
3091
+ nameLabel: string;
3092
+ descriptionLabel: string;
3093
+ endpointUrl: string;
3094
+ credentialType: string;
3095
+ selectType: string;
3096
+ newApiKey: string;
3097
+ enterNewApiKey: string;
3098
+ basicInfo: string;
3099
+ configurationMasked: string;
3100
+ selectCredential: string;
3101
+ createdMsg: string;
3102
+ updatedMsg: string;
3103
+ deletedMsg: string;
3104
+ rotatedMsg: string;
2928
3105
  };
2929
3106
  oauth2: {
2930
3107
  clients: string;
2931
3108
  createApp: string;
3109
+ clientIdLabel: string;
3110
+ clientSecretLabel: string;
3111
+ secretSaveNowHint: string;
3112
+ appNameLabel: string;
3113
+ descriptionLabel: string;
3114
+ redirectUrisLabel: string;
3115
+ allowedScopesLabel: string;
3116
+ copied: string;
3117
+ clientCreatedTitle: string;
2932
3118
  };
2933
3119
  plugins: {
2934
3120
  configSaved: string;
2935
3121
  configuration: string;
2936
3122
  details: string;
3123
+ installationIdLabel: string;
3124
+ pluginIdLabel: string;
3125
+ versionLabel: string;
3126
+ configJsonLabel: string;
3127
+ targetVersionPlaceholder: string;
3128
+ rollbackConfirmTitle: string;
3129
+ invalidJson: string;
2937
3130
  permissions: string;
2938
3131
  rollback: string;
2939
3132
  rolledBack: string;
@@ -2955,6 +3148,29 @@ declare const _default: {
2955
3148
  title: string;
2956
3149
  performanceUnavailable: string;
2957
3150
  performanceUnavailableReason: string;
3151
+ deactivate: string;
3152
+ jobLabel: string;
3153
+ statusLabel: string;
3154
+ deactivateConfirmTitle: string;
3155
+ createPolicyTitle: string;
3156
+ objectLabel: string;
3157
+ objectPlaceholder: string;
3158
+ fieldLabel: string;
3159
+ fieldPlaceholder: string;
3160
+ searchable: string;
3161
+ statTotalEncryptedFields: string;
3162
+ statActiveKeys: string;
3163
+ statPoliciesWithRecords: string;
3164
+ statEncryptedRecordsPerPolicy: string;
3165
+ statPerformanceMetrics: string;
3166
+ keyHistory: string;
3167
+ rotateConfirmTitle: string;
3168
+ reEncryption: string;
3169
+ selectPolicyToReEncrypt: string;
3170
+ policyCreatedMsg: string;
3171
+ policyDeactivatedMsg: string;
3172
+ keyRotatedMsg: string;
3173
+ reEncryptionTriggeredMsg: string;
2958
3174
  };
2959
3175
  webhooks: {
2960
3176
  dlq: string;
@@ -3174,6 +3390,12 @@ declare const _default: {
3174
3390
  breadcrumbWorkspace: string;
3175
3391
  breadcrumbSecurity: string;
3176
3392
  breadcrumbNew: string;
3393
+ entityIdAddon: string;
3394
+ namePlaceholder: string;
3395
+ entityIdLabel: string;
3396
+ idpIssuerLabel: string;
3397
+ idpSsoUrlLabel: string;
3398
+ x509CertLabel: string;
3177
3399
  sectionName: string;
3178
3400
  sectionNameDesc: string;
3179
3401
  nameRequired: string;
@@ -4334,6 +4556,10 @@ declare const _default: {
4334
4556
  agentChat: {
4335
4557
  agentReply: string;
4336
4558
  auditChainEnabled: string;
4559
+ planLabel: string;
4560
+ agentBrand: string;
4561
+ aglPipeline: string;
4562
+ tokensLabel: string;
4337
4563
  chainStable: string;
4338
4564
  composingReply: string;
4339
4565
  continuePrompt: string;
@@ -4403,6 +4629,7 @@ declare const _default: {
4403
4629
  };
4404
4630
  agentDemo: {
4405
4631
  attributionScore: string;
4632
+ outcomeGuardrailTag: string;
4406
4633
  billingSummaryTitle: string;
4407
4634
  billingTier: string;
4408
4635
  customInputPlaceholder: string;
@@ -4644,6 +4871,7 @@ declare const _default: {
4644
4871
  colSteps: string;
4645
4872
  colParticipation: string;
4646
4873
  colBillingTier: string;
4874
+ viewLog: string;
4647
4875
  statTotalTokens: string;
4648
4876
  statTotalCost: string;
4649
4877
  statRemainingQuota: string;
@@ -8102,7 +8330,13 @@ declare const _default: {
8102
8330
  common: {
8103
8331
  cancel: string;
8104
8332
  };
8333
+ readOnlyTag: string;
8334
+ siteCol: string;
8335
+ statusCol: string;
8336
+ searchLabel: string;
8337
+ reassignTitle: string;
8105
8338
  link: {
8339
+ contactIdUuidLabel: string;
8106
8340
  noResult: string;
8107
8341
  linked: string;
8108
8342
  failed: string;
@@ -8154,6 +8388,30 @@ declare const _default: {
8154
8388
  breadcrumbPlatform: string;
8155
8389
  refresh: string;
8156
8390
  status: {
8391
+ conflictedTag: string;
8392
+ resolvedTag: string;
8393
+ noneTag: string;
8394
+ retry: string;
8395
+ pushAria: string;
8396
+ pullAria: string;
8397
+ refreshAria: string;
8398
+ contractNoteAlert: string;
8399
+ diffInspectionAlert: string;
8400
+ conflictMarkersAlert: string;
8401
+ colFilePath: string;
8402
+ colChangeType: string;
8403
+ colSource: string;
8404
+ colLastModified: string;
8405
+ colConflictStatus: string;
8406
+ colActions: string;
8407
+ changeTypeModified: string;
8408
+ changeTypeAdded: string;
8409
+ changeTypeDeleted: string;
8410
+ pullModalTitle: string;
8411
+ pullOkText: string;
8412
+ pushButton: string;
8413
+ pullButton: string;
8414
+ lastModifiedPrefix: string;
8157
8415
  pushSubmitted: string;
8158
8416
  noPushableDeletes: string;
8159
8417
  confirmPushDeletes: string;
@@ -8173,6 +8431,29 @@ declare const _default: {
8173
8431
  unsupportedPull: string;
8174
8432
  };
8175
8433
  baseline: {
8434
+ retry: string;
8435
+ historyTitle: string;
8436
+ pullFromRemoteAria: string;
8437
+ refreshAria: string;
8438
+ resetAria: string;
8439
+ setBaselineAria: string;
8440
+ contractNoteAlert: string;
8441
+ currentBaselineTitle: string;
8442
+ colBaselineId: string;
8443
+ colAvailable: string;
8444
+ colRevision: string;
8445
+ colSource: string;
8446
+ colAuthor: string;
8447
+ colCreatedAt: string;
8448
+ colDescription: string;
8449
+ setBaselineTitle: string;
8450
+ setBaselineOk: string;
8451
+ baselineDescriptionLabel: string;
8452
+ pullFromRemoteButton: string;
8453
+ resetTrackingButton: string;
8454
+ setBaselineButton: string;
8455
+ availableTag: string;
8456
+ unavailableTag: string;
8176
8457
  rebuildSubmitted: string;
8177
8458
  setFailed: string;
8178
8459
  confirmReset: string;
@@ -8197,6 +8478,25 @@ declare const _default: {
8197
8478
  descPlaceholder: string;
8198
8479
  };
8199
8480
  conflict: {
8481
+ unresolved: string;
8482
+ pageTitle: string;
8483
+ refreshContentAria: string;
8484
+ markResolvedAria: string;
8485
+ contractNoteAlert: string;
8486
+ conflictFileTitle: string;
8487
+ selectFileLabel: string;
8488
+ colPath: string;
8489
+ colMarkers: string;
8490
+ colResolutionState: string;
8491
+ colBackendAction: string;
8492
+ sideBySideTitle: string;
8493
+ conflictMarkersTitle: string;
8494
+ breadcrumbSourceTracking: string;
8495
+ breadcrumbConflictResolution: string;
8496
+ markResolvedButton: string;
8497
+ readyToSubmitTag: string;
8498
+ pendingSelectionTag: string;
8499
+ resolvedVia: string;
8200
8500
  resolved: string;
8201
8501
  subtitle: string;
8202
8502
  contractNote: string;
@@ -8758,6 +9058,14 @@ declare const _default: {
8758
9058
  executionLogTitle: string;
8759
9059
  noExecutionRecords: string;
8760
9060
  executionLogReplay: string;
9061
+ stepGuardrail: string;
9062
+ stepThought: string;
9063
+ stepAction: string;
9064
+ stepObservation: string;
9065
+ labelModel: string;
9066
+ labelDuration: string;
9067
+ labelTokens: string;
9068
+ confidencePercent: string;
8761
9069
  totalSteps: string;
8762
9070
  totalTokens: string;
8763
9071
  totalDuration: string;
@@ -9147,6 +9455,33 @@ declare const _default: {
9147
9455
  };
9148
9456
  };
9149
9457
  deploymentPages: {
9458
+ envProduction: string;
9459
+ envDevelopmentSandbox: string;
9460
+ historyTitle: string;
9461
+ historySubtitle: string;
9462
+ backToList: string;
9463
+ resultPlaceholder: string;
9464
+ envTestSandbox: string;
9465
+ createChangeSetTitle: string;
9466
+ changeSetNameLabel: string;
9467
+ changeSetNamePlaceholder: string;
9468
+ changeSetDescriptionLabel: string;
9469
+ changeSetDescriptionPlaceholder: string;
9470
+ sourceEnvFieldLabel: string;
9471
+ sourceEnvironmentPlaceholder: string;
9472
+ targetEnvFieldLabel: string;
9473
+ targetEnvironmentPlaceholder: string;
9474
+ pageTitle: string;
9475
+ searchChangeSetsPlaceholder: string;
9476
+ statusFilterPlaceholder: string;
9477
+ changeSetCreated: string;
9478
+ sandboxLabel: string;
9479
+ nameRequired: string;
9480
+ sourceRequired: string;
9481
+ targetRequired: string;
9482
+ pageSubtitle: string;
9483
+ deleteTooltip: string;
9484
+ deleteDisabledTooltip: string;
9150
9485
  colName: string;
9151
9486
  colStatus: string;
9152
9487
  colComponentCount: string;
@@ -9175,7 +9510,6 @@ declare const _default: {
9175
9510
  loadFailed: string;
9176
9511
  loadFailedMessage: string;
9177
9512
  notFound: string;
9178
- backToList: string;
9179
9513
  changeSetNotExist: string;
9180
9514
  tryAdjustFilters: string;
9181
9515
  changeSetDeleted: string;
@@ -10950,6 +11284,9 @@ declare const _default: {
10950
11284
  };
10951
11285
  rollupDebug: {
10952
11286
  recalcDone: string;
11287
+ objectMetadataIdPlaceholder: string;
11288
+ parentRecordIdPlaceholder: string;
11289
+ rollupFieldIdPlaceholder: string;
10953
11290
  batchRecalcDone: string;
10954
11291
  pageTitle: string;
10955
11292
  breadcrumbPlatformTools: string;
@@ -11674,6 +12011,12 @@ declare const _default: {
11674
12011
  currentSpend: string;
11675
12012
  monthlyBudget: string;
11676
12013
  notConfigured: string;
12014
+ agentFallbackPrefix: string;
12015
+ agentUnknown: string;
12016
+ setupNoticeBoth: string;
12017
+ setupNoticeBudget: string;
12018
+ setupNoticePricing: string;
12019
+ setupActionSmartCap: string;
11677
12020
  noBudgetConfigured: string;
11678
12021
  noBudgetConfiguredDescription: string;
11679
12022
  daysRemaining: string;
@@ -12092,6 +12435,8 @@ declare const _default: {
12092
12435
  summaryValue: string;
12093
12436
  includesOutcomeBilling: string;
12094
12437
  tokenCostOnly: string;
12438
+ billingPrivate: string;
12439
+ billingPrivateNote: string;
12095
12440
  phaseIntentDesc: string;
12096
12441
  phaseAgentMatchDesc: string;
12097
12442
  phaseExecutionDesc: string;
@@ -12765,6 +13110,10 @@ declare const _default: {
12765
13110
  wizard: {
12766
13111
  step1Title: string;
12767
13112
  step2Title: string;
13113
+ convertTitle: string;
13114
+ accountLabel: string;
13115
+ contactLabel: string;
13116
+ opportunityLabel: string;
12768
13117
  step3Title: string;
12769
13118
  matchScore: string;
12770
13119
  mappingLinkExistingWithLabel: string;
@@ -12816,6 +13165,53 @@ declare const _default: {
12816
13165
  fieldsSection: string;
12817
13166
  functionsSection: string;
12818
13167
  };
13168
+ builder: {
13169
+ nullNoInput: string;
13170
+ functionName: string;
13171
+ dateaddQuickSetup: string;
13172
+ dateField: string;
13173
+ offsetAmount: string;
13174
+ offsetUnit: string;
13175
+ ifQuickSetup: string;
13176
+ conditionField: string;
13177
+ conditionOperator: string;
13178
+ conditionValueType: string;
13179
+ conditionValue: string;
13180
+ returnsNull: string;
13181
+ noArguments: string;
13182
+ operator: string;
13183
+ left: string;
13184
+ right: string;
13185
+ stringConcatenation: string;
13186
+ negative: string;
13187
+ constants: string;
13188
+ field: string;
13189
+ compareTo: string;
13190
+ value: string;
13191
+ substituteValueType: string;
13192
+ substituteValue: string;
13193
+ picklistField: string;
13194
+ picklistValue: string;
13195
+ condition1: string;
13196
+ condition2: string;
13197
+ formulaPreview: string;
13198
+ placeholderExampleFormula: string;
13199
+ placeholderExampleCondition: string;
13200
+ placeholderExamplePicklist: string;
13201
+ placeholderEnterText: string;
13202
+ messagePreviewFailed: string;
13203
+ messagePreviewRequestFailed: string;
13204
+ messagePicklistConversion: string;
13205
+ messagePicklistComparison: string;
13206
+ messageArgCountOutOfRange: string;
13207
+ descIspickval: string;
13208
+ descNoMatchingFunctions: string;
13209
+ descNoMatchingFields: string;
13210
+ messageSyntaxPassed: string;
13211
+ messageSelectFieldFirst: string;
13212
+ messagePreviewNotConfigured: string;
13213
+ messageConditionInserted: string;
13214
+ };
12819
13215
  batchRecalculate: {
12820
13216
  title: string;
12821
13217
  skip: string;
@@ -13126,6 +13522,49 @@ declare const _default: {
13126
13522
  leaveCancel: string;
13127
13523
  };
13128
13524
  recordPageBuilder: {
13525
+ inspector: {
13526
+ sectionTabsContainer: string;
13527
+ sectionTabProperties: string;
13528
+ sectionComponentProperties: string;
13529
+ sectionVisibilityRules: string;
13530
+ sectionCustomLwc: string;
13531
+ sectionCurrentScope: string;
13532
+ sectionPageMap: string;
13533
+ titlePageScope: string;
13534
+ labelLabel: string;
13535
+ placeholderComponentTitle: string;
13536
+ labelRegion: string;
13537
+ labelConditionExpression: string;
13538
+ labelDeviceVisibility: string;
13539
+ labelLayout: string;
13540
+ labelRelatedObjectApiName: string;
13541
+ placeholderSelectRelatedObject: string;
13542
+ labelRelationshipField: string;
13543
+ labelDisplayStyle: string;
13544
+ labelVisibleFields: string;
13545
+ labelSortField: string;
13546
+ labelSortDirection: string;
13547
+ labelPageSize: string;
13548
+ labelDefaultTitle: string;
13549
+ labelContent: string;
13550
+ labelStageFieldApiName: string;
13551
+ labelStages: string;
13552
+ placeholderOneStagePerLine: string;
13553
+ placeholderStageExample: string;
13554
+ labelCurrentStage: string;
13555
+ labelComponent: string;
13556
+ labelComponentApiName: string;
13557
+ labelBundleUrl: string;
13558
+ labelBundleHash: string;
13559
+ labelRuntimeStatus: string;
13560
+ okTextApply: string;
13561
+ runtimeShellBadge: string;
13562
+ componentCountLabel: string;
13563
+ noSavedPages: string;
13564
+ apiNameLabel: string;
13565
+ atLeastOneTab: string;
13566
+ bundleReadyBadge: string;
13567
+ };
13129
13568
  formError: {
13130
13569
  nameRequired: string;
13131
13570
  internalNameRequired: string;
@@ -13178,6 +13617,12 @@ declare const _default: {
13178
13617
  };
13179
13618
  recordContextPacket: {
13180
13619
  fieldRequiredHint: string;
13620
+ evidenceTitle: string;
13621
+ feedbackTitle: string;
13622
+ debugContextTitle: string;
13623
+ commandDockTitle: string;
13624
+ smartPasteLabel: string;
13625
+ runAgentLabel: string;
13181
13626
  inlineAssist: {
13182
13627
  fillCritical: {
13183
13628
  assist: string;
@@ -13976,6 +14421,8 @@ declare const _default: {
13976
14421
  };
13977
14422
  kanban: {
13978
14423
  cancel: string;
14424
+ cardDueSoon: string;
14425
+ cardRiskHigh: string;
13979
14426
  create: string;
13980
14427
  loadFailed: string;
13981
14428
  moveFailed: string;
@@ -14291,6 +14738,16 @@ declare const _default: {
14291
14738
  title: string;
14292
14739
  newPage: string;
14293
14740
  edit: string;
14741
+ newPageModal: {
14742
+ title: string;
14743
+ pageNameLabel: string;
14744
+ apiNameLabel: string;
14745
+ typeLabel: string;
14746
+ descriptionLabel: string;
14747
+ pageNameRequired: string;
14748
+ apiNameRequired: string;
14749
+ apiNamePatternHint: string;
14750
+ };
14294
14751
  createSuccess: string;
14295
14752
  pageTypes: {
14296
14753
  recordPage: string;
@@ -14678,6 +15135,48 @@ declare const _default: {
14678
15135
  promotional: string;
14679
15136
  useTemplate: string;
14680
15137
  welcome: string;
15138
+ templates: {
15139
+ welcomeBasic: {
15140
+ name: string;
15141
+ description: string;
15142
+ };
15143
+ welcomeOnboarding: {
15144
+ name: string;
15145
+ description: string;
15146
+ };
15147
+ promoSale: {
15148
+ name: string;
15149
+ description: string;
15150
+ };
15151
+ promoProductLaunch: {
15152
+ name: string;
15153
+ description: string;
15154
+ };
15155
+ notifyReminder: {
15156
+ name: string;
15157
+ description: string;
15158
+ };
15159
+ notifyActionRequired: {
15160
+ name: string;
15161
+ description: string;
15162
+ };
15163
+ holidaySeason: {
15164
+ name: string;
15165
+ description: string;
15166
+ };
15167
+ holidayNewYear: {
15168
+ name: string;
15169
+ description: string;
15170
+ };
15171
+ newsletterMonthly: {
15172
+ name: string;
15173
+ description: string;
15174
+ };
15175
+ newsletterWeeklyDigest: {
15176
+ name: string;
15177
+ description: string;
15178
+ };
15179
+ };
14681
15180
  };
14682
15181
  territory: {
14683
15182
  typesUnavailable: string;
@@ -15221,6 +15720,15 @@ declare const _default: {
15221
15720
  };
15222
15721
  decisionConfig: {
15223
15722
  title: string;
15723
+ outcomeLabel: string;
15724
+ outcomeApiName: string;
15725
+ colResource: string;
15726
+ colOperator: string;
15727
+ colValue: string;
15728
+ defaultBadge: string;
15729
+ placeholderResource: string;
15730
+ placeholderValue: string;
15731
+ addOutcome: string;
15224
15732
  description: string;
15225
15733
  noConditionWarning: string;
15226
15734
  deleteCondition: string;
@@ -16098,6 +16606,9 @@ declare const _default: {
16098
16606
  recordList: {
16099
16607
  actions: string;
16100
16608
  refresh: string;
16609
+ density: string;
16610
+ densityCompact: string;
16611
+ densityComfy: string;
16101
16612
  export: string;
16102
16613
  moreActions: string;
16103
16614
  exportTitle: string;
@@ -16337,6 +16848,12 @@ declare const _default: {
16337
16848
  details: string;
16338
16849
  saveSuccess: string;
16339
16850
  saveFailed: string;
16851
+ contextActionApplied: string;
16852
+ taskCreated: string;
16853
+ aiNarrativeGuidanceOnly: string;
16854
+ actionTargetNotConfigured: string;
16855
+ actionNeedsConfiguration: string;
16856
+ pathAriaLabel: string;
16340
16857
  deleted: string;
16341
16858
  deleteFailed: string;
16342
16859
  deleteUndone: string;
@@ -16356,6 +16873,7 @@ declare const _default: {
16356
16873
  notFoundTitle: string;
16357
16874
  notFoundSubtitle: string;
16358
16875
  backToList: string;
16876
+ backToListAndRefresh: string;
16359
16877
  dataLoadFailed: string;
16360
16878
  retry: string;
16361
16879
  record: string;
@@ -16612,6 +17130,7 @@ declare const _default: {
16612
17130
  };
16613
17131
  conditionBuilder: {
16614
17132
  selectField: string;
17133
+ valuePlaceholder: string;
16615
17134
  deleteCondition: string;
16616
17135
  deleteConditionGroup: string;
16617
17136
  addCondition: string;
@@ -16620,6 +17139,116 @@ declare const _default: {
16620
17139
  rawModeDesc: string;
16621
17140
  switchToVisual: string;
16622
17141
  };
17142
+ recordingPlayer: {
17143
+ sentimentTimeline: string;
17144
+ rewind5s: string;
17145
+ forward5s: string;
17146
+ volume: string;
17147
+ playbackSpeed: string;
17148
+ };
17149
+ knowledgeBridge: {
17150
+ articleLoading: string;
17151
+ articleNotFound: string;
17152
+ articleUnavailable: string;
17153
+ feedbackYes: string;
17154
+ feedbackNo: string;
17155
+ wasThisHelpful: string;
17156
+ articleHelpful: string;
17157
+ articleNotHelpful: string;
17158
+ caseLoading: string;
17159
+ caseNotFound: string;
17160
+ caseUnavailable: string;
17161
+ commentPlaceholder: string;
17162
+ commentLabel: string;
17163
+ searchPrompt: string;
17164
+ searching: string;
17165
+ searchPlaceholder: string;
17166
+ searchLabel: string;
17167
+ };
17168
+ packageInstall: {
17169
+ title: string;
17170
+ installOk: string;
17171
+ localRegistryMode: string;
17172
+ localRegistryRoot: string;
17173
+ };
17174
+ revisionHistory: {
17175
+ filterByAuthor: string;
17176
+ searchBySummary: string;
17177
+ };
17178
+ nwcRuntime: {
17179
+ artifactMissing: string;
17180
+ runtimeError: string;
17181
+ dataBridgeFailed: string;
17182
+ resolveFailed: string;
17183
+ };
17184
+ fieldLayoutEditor: {
17185
+ availableFields: string;
17186
+ properties: string;
17187
+ searchFieldsPlaceholder: string;
17188
+ layoutSaved: string;
17189
+ };
17190
+ playgroundSetup: {
17191
+ apiKeyLabel: string;
17192
+ apiKeyPlaceholder: string;
17193
+ schemaLabel: string;
17194
+ apiKeyValidated: string;
17195
+ };
17196
+ dashboardEditor: {
17197
+ noData: string;
17198
+ componentError: string;
17199
+ addReportComponent: string;
17200
+ layoutSaved: string;
17201
+ };
17202
+ flowBuilderCanvas: {
17203
+ undoTitle: string;
17204
+ redoTitle: string;
17205
+ saveTitle: string;
17206
+ newVersionTitle: string;
17207
+ activateTitle: string;
17208
+ rollbackTitle: string;
17209
+ autoLayoutApplied: string;
17210
+ switchedToFreeForm: string;
17211
+ flowSaved: string;
17212
+ };
17213
+ shortcutHelp: {
17214
+ title: string;
17215
+ switchToView: string;
17216
+ globalSection: string;
17217
+ recordDetailSection: string;
17218
+ listViewSection: string;
17219
+ viewSwitchSection: string;
17220
+ macHint: string;
17221
+ listHint: string;
17222
+ def: {
17223
+ globalSearch: string;
17224
+ globalNew: string;
17225
+ globalHelp: string;
17226
+ recordEdit: string;
17227
+ recordSave: string;
17228
+ recordClone: string;
17229
+ recordDelete: string;
17230
+ listNavDown: string;
17231
+ listNavUp: string;
17232
+ listOpen: string;
17233
+ switchToViewN: string;
17234
+ };
17235
+ };
17236
+ workspaceLogo: {
17237
+ uploadButton: string;
17238
+ workspaceIdNotFound: string;
17239
+ uploadSuccess: string;
17240
+ uploadFailed: string;
17241
+ removeSuccess: string;
17242
+ removeFailed: string;
17243
+ };
17244
+ reportDesigner: {
17245
+ fieldsTitle: string;
17246
+ columnsLabel: string;
17247
+ groupByLabel: string;
17248
+ summaryLabel: string;
17249
+ previewTitle: string;
17250
+ configSaved: string;
17251
+ };
16623
17252
  workflowRulesPage: {
16624
17253
  layoutTitle: string;
16625
17254
  breadcrumbWorkspace: string;
@@ -16824,6 +17453,33 @@ declare const _default: {
16824
17453
  abortSuccess: string;
16825
17454
  abortError: string;
16826
17455
  };
17456
+ platformCommercialPricing: {
17457
+ actionSucceeded: string;
17458
+ actionFailed: string;
17459
+ catalog: string;
17460
+ promotions: string;
17461
+ agreements: string;
17462
+ version: string;
17463
+ status: string;
17464
+ currency: string;
17465
+ effectiveFrom: string;
17466
+ entries: string;
17467
+ actions: string;
17468
+ activate: string;
17469
+ retire: string;
17470
+ suspend: string;
17471
+ code: string;
17472
+ benefit: string;
17473
+ scope: string;
17474
+ workspace: string;
17475
+ agreementKey: string;
17476
+ contractEvidence: string;
17477
+ overrides: string;
17478
+ privateNotice: string;
17479
+ workspaceFilter: string;
17480
+ loadFailed: string;
17481
+ retry: string;
17482
+ };
16827
17483
  platformAdmin: {
16828
17484
  menuChannelProvider: string;
16829
17485
  adminPanelUi: {
@@ -17611,6 +18267,9 @@ declare const _default: {
17611
18267
  menuOpsSubscriptions: string;
17612
18268
  menuOpsHealth: string;
17613
18269
  menuOpsBilling: string;
18270
+ menuCommercialCatalog: string;
18271
+ menuPromotions: string;
18272
+ menuCustomerAgreements: string;
17614
18273
  menuOpsRenewals: string;
17615
18274
  menuAiProvider: string;
17616
18275
  menuDemoAccess: string;
@@ -19176,6 +19835,38 @@ declare const _default: {
19176
19835
  billingTierFull: string;
19177
19836
  billingTierHalf: string;
19178
19837
  billingTierNone: string;
19838
+ opsAgentPrefix: string;
19839
+ opsAgentUnknown: string;
19840
+ opsScoringAgentActions: string;
19841
+ opsScoringTotalActions: string;
19842
+ opsScoringRawRatio: string;
19843
+ opsScoringWeighted: string;
19844
+ opsOutcomeType: {
19845
+ lead_created: string;
19846
+ mql: string;
19847
+ opportunity_created: string;
19848
+ opportunity_won: string;
19849
+ customer_activated: string;
19850
+ case_closed: string;
19851
+ };
19852
+ opsBillingStatus: {
19853
+ pending: string;
19854
+ confirmed: string;
19855
+ waived: string;
19856
+ cancelled: string;
19857
+ };
19858
+ opsDisputeStatus: {
19859
+ none: string;
19860
+ open: string;
19861
+ raised: string;
19862
+ reviewing: string;
19863
+ resolved: string;
19864
+ };
19865
+ opsBillingTier: {
19866
+ full: string;
19867
+ half: string;
19868
+ none: string;
19869
+ };
19179
19870
  };
19180
19871
  homeDashboard: {
19181
19872
  saveSuccess: string;