@nexusclawhq/cli 0.3.49 → 0.3.50

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 (93) hide show
  1. package/dist/build-info.json +4 -4
  2. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
  3. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +3 -0
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +13 -0
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +561 -0
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +537 -6
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1146 -0
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +585 -0
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +856 -301
  27. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  28. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
  29. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  30. package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
  31. package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
  32. package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
  33. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
  34. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
  35. package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
  36. package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
  37. package/dist/nexus-cli/src/commands/employee/index.js +2 -0
  38. package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
  39. package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
  40. package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
  41. package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
  42. package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
  43. package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
  44. package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
  45. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  46. package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
  47. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
  48. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
  49. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
  50. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
  51. package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
  52. package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
  53. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  54. package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
  55. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  56. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  57. package/dist/nexus-cli/src/contracts/command-order.js +1 -0
  58. package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
  59. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  60. package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
  61. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  62. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
  63. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  64. package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
  65. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  66. package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
  67. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  68. package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
  69. package/dist/nexus-cli/src/services/api-client.js +54 -0
  70. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  71. package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
  72. package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
  73. package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
  74. package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
  75. package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
  76. package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
  77. package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
  78. package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
  79. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
  80. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
  81. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
  82. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
  83. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  84. package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
  85. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
  86. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  87. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
  88. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
  89. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  90. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  91. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  92. package/dist/tsconfig.tsbuildinfo +1 -1
  93. package/package.json +1 -1
@@ -25,6 +25,84 @@ export declare const locales: {
25
25
  finish: string;
26
26
  unselected: string;
27
27
  };
28
+ builder: {
29
+ labelPlaceholder: string;
30
+ apiNamePlaceholder: string;
31
+ flowType: string;
32
+ selectObject: string;
33
+ object: string;
34
+ configureTrigger: string;
35
+ triggerCreated: string;
36
+ triggerUpdated: string;
37
+ triggerCreatedOrUpdated: string;
38
+ triggerDeleted: string;
39
+ setEntryConditions: string;
40
+ conditionRequirements: string;
41
+ conditions: string;
42
+ optimizeFlow: string;
43
+ scheduleSettings: string;
44
+ frequency: string;
45
+ startDate: string;
46
+ startTime: string;
47
+ platformEvent: string;
48
+ eventApiName: string;
49
+ screenEntry: string;
50
+ entryMode: string;
51
+ designerNotes: string;
52
+ action: string;
53
+ howToSetFieldValues: string;
54
+ setFieldValuesManually: string;
55
+ useVariablesAndFormulas: string;
56
+ fieldMappingsReady: string;
57
+ recordOrRecordId: string;
58
+ setFieldValues: string;
59
+ pauseType: string;
60
+ timeSource: string;
61
+ offsetNumberOptions: string;
62
+ scheduleSummary: string;
63
+ defaultOutcome: string;
64
+ outcomeOrder: string;
65
+ toolbox: string;
66
+ searchThisFlow: string;
67
+ closeInspector: string;
68
+ debugData: string;
69
+ daysAfterSource: string;
70
+ durationAfterSource: string;
71
+ durationOnly: string;
72
+ pauseUntilDate: string;
73
+ pauseUntilEvent: string;
74
+ unitMinutes: string;
75
+ unitHours: string;
76
+ unitDays: string;
77
+ timeSourceCloseDate: string;
78
+ optimizationFastFieldUpdates: string;
79
+ optimizationActionsAndRelatedRecords: string;
80
+ scheduleDaily: string;
81
+ scheduleWeekly: string;
82
+ scheduleOnce: string;
83
+ entryAppPage: string;
84
+ entryQuickAction: string;
85
+ entryUtilityBar: string;
86
+ summaryTrigger: string;
87
+ summaryOptimizeFor: string;
88
+ summarySchedule: string;
89
+ summaryStartAt: string;
90
+ summaryEvent: string;
91
+ summaryRunType: string;
92
+ summaryEntry: string;
93
+ summaryInteraction: string;
94
+ summaryInvocation: string;
95
+ summaryStatus: string;
96
+ notSet: string;
97
+ platformEventReceived: string;
98
+ runTypeAutolaunched: string;
99
+ guidedScreenExperience: string;
100
+ runTypeUserFacing: string;
101
+ invokedByFlowsActionsAi: string;
102
+ noExplicitTrigger: string;
103
+ runTypeBackground: string;
104
+ selectFlowTypeToConfigureStart: string;
105
+ };
28
106
  flowType: {
29
107
  unselected: string;
30
108
  recordTriggered: {
@@ -347,6 +425,16 @@ export declare const locales: {
347
425
  breadcrumbAi: string;
348
426
  breadcrumbAgents: string;
349
427
  breadcrumbConfigure: string;
428
+ fieldNamePlaceholder: string;
429
+ fieldIconPlaceholder: string;
430
+ typeSales: string;
431
+ typeService: string;
432
+ typeAnalytics: string;
433
+ typeAdmin: string;
434
+ typeCustom: string;
435
+ modelTier1: string;
436
+ modelTier2: string;
437
+ modelTier3: string;
350
438
  breadcrumbExecutionLogs: string;
351
439
  breadcrumbExecutionDetail: string;
352
440
  listTitle: string;
@@ -836,17 +924,29 @@ export declare const locales: {
836
924
  app: {
837
925
  restoringSession: string;
838
926
  enteringSystem: string;
927
+ crm: string;
928
+ marketing: string;
929
+ service: string;
839
930
  partner: string;
840
931
  platform: string;
932
+ settings: string;
841
933
  };
842
934
  appDescription: {
935
+ crm: string;
936
+ marketing: string;
937
+ service: string;
843
938
  partner: string;
939
+ platform: string;
940
+ settings: string;
844
941
  };
845
942
  common: {
846
943
  featureNotAvailable: string;
847
944
  confirm: string;
848
945
  cancel: string;
849
946
  save: string;
947
+ saved: string;
948
+ created: string;
949
+ saveFailed: string;
850
950
  delete: string;
851
951
  edit: string;
852
952
  create: string;
@@ -899,6 +999,9 @@ export declare const locales: {
899
999
  opportunity: string;
900
1000
  task: string;
901
1001
  report: string;
1002
+ workbench: string;
1003
+ account_folder: string;
1004
+ reports: string;
902
1005
  crm: {
903
1006
  dashboard: string;
904
1007
  salesLead: string;
@@ -908,6 +1011,7 @@ export declare const locales: {
908
1011
  contactAll: string;
909
1012
  salesFolder: string;
910
1013
  salesOpportunity: string;
1014
+ forecastCenter: string;
911
1015
  cpqFolder: string;
912
1016
  cpqProduct: string;
913
1017
  cpqPriceBook: string;
@@ -1143,6 +1247,16 @@ export declare const locales: {
1143
1247
  department: string;
1144
1248
  division: string;
1145
1249
  email: string;
1250
+ username: string;
1251
+ enterUsername: string;
1252
+ usernameTaken: string;
1253
+ passwordResetSent: string;
1254
+ passwordResetFailed: string;
1255
+ activationFailed: string;
1256
+ createUserFailed: string;
1257
+ resendActivationFailed: string;
1258
+ freezeUserFailed: string;
1259
+ unfreezeUserFailed: string;
1146
1260
  enterFirstName: string;
1147
1261
  enterLastName: string;
1148
1262
  extension: string;
@@ -1273,6 +1387,7 @@ export declare const locales: {
1273
1387
  emailCodeResendIn: string;
1274
1388
  emailCodeInvalid: string;
1275
1389
  emailCodeSendFailed: string;
1390
+ emailVerified: string;
1276
1391
  orgSelectionTitle: string;
1277
1392
  changeEmail: string;
1278
1393
  aiHeroTitleLead: string;
@@ -1994,8 +2109,22 @@ export declare const locales: {
1994
2109
  cancelWarningItem3: string;
1995
2110
  cancelWarningItem4: string;
1996
2111
  planCycleCaption: string;
2112
+ quoteRequired: string;
2113
+ quoteRequiredDesc: string;
1997
2114
  loadFailed: string;
1998
2115
  loadFailedDesc: string;
2116
+ opsPlanHealth: string;
2117
+ opsQuotaRisk: string;
2118
+ opsPendingInvoice: string;
2119
+ opsNextActions: string;
2120
+ opsCycleProgress: string;
2121
+ opsDaysUntilNextBill: string;
2122
+ opsBillDueToday: string;
2123
+ opsQuotaHealthy: string;
2124
+ opsInvoiceDegraded: string;
2125
+ opsActionViewUsage: string;
2126
+ opsActionSmartCap: string;
2127
+ opsActionContactSales: string;
1999
2128
  enterpriseQuotaSaveSuccess: string;
2000
2129
  enterpriseQuotaSaveFailed: string;
2001
2130
  enterpriseQuotaConfigTitle: string;
@@ -2715,6 +2844,16 @@ export declare const locales: {
2715
2844
  };
2716
2845
  developer: {
2717
2846
  apiCredentials: string;
2847
+ pluginSubmit: {
2848
+ pluginNameLabel: string;
2849
+ displayNameLabel: string;
2850
+ versionLabel: string;
2851
+ descriptionLabel: string;
2852
+ authorLabel: string;
2853
+ categoryLabel: string;
2854
+ permissionsLabel: string;
2855
+ sourceBundleUrlLabel: string;
2856
+ };
2718
2857
  credentialsUnavailable: string;
2719
2858
  credentialsUnavailableReason: string;
2720
2859
  dashboard: string;
@@ -2919,6 +3058,7 @@ export declare const locales: {
2919
3058
  pluginDisabled: string;
2920
3059
  noInstalled: string;
2921
3060
  permissionConfirm: string;
3061
+ permissionWarning: string;
2922
3062
  permissions: string;
2923
3063
  rateSuccess: string;
2924
3064
  ratings: string;
@@ -2929,15 +3069,68 @@ export declare const locales: {
2929
3069
  };
2930
3070
  namedCredentials: {
2931
3071
  title: string;
3072
+ rotate: string;
3073
+ detailName: string;
3074
+ detailType: string;
3075
+ detailStatus: string;
3076
+ detailEndpoint: string;
3077
+ detailDescription: string;
3078
+ detailCreatedBy: string;
3079
+ detailLastUsed: string;
3080
+ neverUsed: string;
3081
+ noConfigurationData: string;
3082
+ selectCredentialForAudit: string;
3083
+ tokenUrl: string;
3084
+ clientId: string;
3085
+ clientSecret: string;
3086
+ scopes: string;
3087
+ apiKey: string;
3088
+ headerName: string;
3089
+ username: string;
3090
+ password: string;
3091
+ certificate: string;
3092
+ privateKey: string;
3093
+ deleteConfirmTitle: string;
3094
+ filterByType: string;
3095
+ nameLabel: string;
3096
+ descriptionLabel: string;
3097
+ endpointUrl: string;
3098
+ credentialType: string;
3099
+ selectType: string;
3100
+ newApiKey: string;
3101
+ enterNewApiKey: string;
3102
+ basicInfo: string;
3103
+ configurationMasked: string;
3104
+ selectCredential: string;
3105
+ createdMsg: string;
3106
+ updatedMsg: string;
3107
+ deletedMsg: string;
3108
+ rotatedMsg: string;
2932
3109
  };
2933
3110
  oauth2: {
2934
3111
  clients: string;
2935
3112
  createApp: string;
3113
+ clientIdLabel: string;
3114
+ clientSecretLabel: string;
3115
+ secretSaveNowHint: string;
3116
+ appNameLabel: string;
3117
+ descriptionLabel: string;
3118
+ redirectUrisLabel: string;
3119
+ allowedScopesLabel: string;
3120
+ copied: string;
3121
+ clientCreatedTitle: string;
2936
3122
  };
2937
3123
  plugins: {
2938
3124
  configSaved: string;
2939
3125
  configuration: string;
2940
3126
  details: string;
3127
+ installationIdLabel: string;
3128
+ pluginIdLabel: string;
3129
+ versionLabel: string;
3130
+ configJsonLabel: string;
3131
+ targetVersionPlaceholder: string;
3132
+ rollbackConfirmTitle: string;
3133
+ invalidJson: string;
2941
3134
  permissions: string;
2942
3135
  rollback: string;
2943
3136
  rolledBack: string;
@@ -2959,6 +3152,29 @@ export declare const locales: {
2959
3152
  title: string;
2960
3153
  performanceUnavailable: string;
2961
3154
  performanceUnavailableReason: string;
3155
+ deactivate: string;
3156
+ jobLabel: string;
3157
+ statusLabel: string;
3158
+ deactivateConfirmTitle: string;
3159
+ createPolicyTitle: string;
3160
+ objectLabel: string;
3161
+ objectPlaceholder: string;
3162
+ fieldLabel: string;
3163
+ fieldPlaceholder: string;
3164
+ searchable: string;
3165
+ statTotalEncryptedFields: string;
3166
+ statActiveKeys: string;
3167
+ statPoliciesWithRecords: string;
3168
+ statEncryptedRecordsPerPolicy: string;
3169
+ statPerformanceMetrics: string;
3170
+ keyHistory: string;
3171
+ rotateConfirmTitle: string;
3172
+ reEncryption: string;
3173
+ selectPolicyToReEncrypt: string;
3174
+ policyCreatedMsg: string;
3175
+ policyDeactivatedMsg: string;
3176
+ keyRotatedMsg: string;
3177
+ reEncryptionTriggeredMsg: string;
2962
3178
  };
2963
3179
  webhooks: {
2964
3180
  dlq: string;
@@ -3178,6 +3394,12 @@ export declare const locales: {
3178
3394
  breadcrumbWorkspace: string;
3179
3395
  breadcrumbSecurity: string;
3180
3396
  breadcrumbNew: string;
3397
+ entityIdAddon: string;
3398
+ namePlaceholder: string;
3399
+ entityIdLabel: string;
3400
+ idpIssuerLabel: string;
3401
+ idpSsoUrlLabel: string;
3402
+ x509CertLabel: string;
3181
3403
  sectionName: string;
3182
3404
  sectionNameDesc: string;
3183
3405
  nameRequired: string;
@@ -4648,6 +4870,7 @@ export declare const locales: {
4648
4870
  colSteps: string;
4649
4871
  colParticipation: string;
4650
4872
  colBillingTier: string;
4873
+ viewLog: string;
4651
4874
  statTotalTokens: string;
4652
4875
  statTotalCost: string;
4653
4876
  statRemainingQuota: string;
@@ -8106,7 +8329,13 @@ export declare const locales: {
8106
8329
  common: {
8107
8330
  cancel: string;
8108
8331
  };
8332
+ readOnlyTag: string;
8333
+ siteCol: string;
8334
+ statusCol: string;
8335
+ searchLabel: string;
8336
+ reassignTitle: string;
8109
8337
  link: {
8338
+ contactIdUuidLabel: string;
8110
8339
  noResult: string;
8111
8340
  linked: string;
8112
8341
  failed: string;
@@ -8158,6 +8387,30 @@ export declare const locales: {
8158
8387
  breadcrumbPlatform: string;
8159
8388
  refresh: string;
8160
8389
  status: {
8390
+ conflictedTag: string;
8391
+ resolvedTag: string;
8392
+ noneTag: string;
8393
+ retry: string;
8394
+ pushAria: string;
8395
+ pullAria: string;
8396
+ refreshAria: string;
8397
+ contractNoteAlert: string;
8398
+ diffInspectionAlert: string;
8399
+ conflictMarkersAlert: string;
8400
+ colFilePath: string;
8401
+ colChangeType: string;
8402
+ colSource: string;
8403
+ colLastModified: string;
8404
+ colConflictStatus: string;
8405
+ colActions: string;
8406
+ changeTypeModified: string;
8407
+ changeTypeAdded: string;
8408
+ changeTypeDeleted: string;
8409
+ pullModalTitle: string;
8410
+ pullOkText: string;
8411
+ pushButton: string;
8412
+ pullButton: string;
8413
+ lastModifiedPrefix: string;
8161
8414
  pushSubmitted: string;
8162
8415
  noPushableDeletes: string;
8163
8416
  confirmPushDeletes: string;
@@ -8177,6 +8430,29 @@ export declare const locales: {
8177
8430
  unsupportedPull: string;
8178
8431
  };
8179
8432
  baseline: {
8433
+ retry: string;
8434
+ historyTitle: string;
8435
+ pullFromRemoteAria: string;
8436
+ refreshAria: string;
8437
+ resetAria: string;
8438
+ setBaselineAria: string;
8439
+ contractNoteAlert: string;
8440
+ currentBaselineTitle: string;
8441
+ colBaselineId: string;
8442
+ colAvailable: string;
8443
+ colRevision: string;
8444
+ colSource: string;
8445
+ colAuthor: string;
8446
+ colCreatedAt: string;
8447
+ colDescription: string;
8448
+ setBaselineTitle: string;
8449
+ setBaselineOk: string;
8450
+ baselineDescriptionLabel: string;
8451
+ pullFromRemoteButton: string;
8452
+ resetTrackingButton: string;
8453
+ setBaselineButton: string;
8454
+ availableTag: string;
8455
+ unavailableTag: string;
8180
8456
  rebuildSubmitted: string;
8181
8457
  setFailed: string;
8182
8458
  confirmReset: string;
@@ -8201,6 +8477,25 @@ export declare const locales: {
8201
8477
  descPlaceholder: string;
8202
8478
  };
8203
8479
  conflict: {
8480
+ unresolved: string;
8481
+ pageTitle: string;
8482
+ refreshContentAria: string;
8483
+ markResolvedAria: string;
8484
+ contractNoteAlert: string;
8485
+ conflictFileTitle: string;
8486
+ selectFileLabel: string;
8487
+ colPath: string;
8488
+ colMarkers: string;
8489
+ colResolutionState: string;
8490
+ colBackendAction: string;
8491
+ sideBySideTitle: string;
8492
+ conflictMarkersTitle: string;
8493
+ breadcrumbSourceTracking: string;
8494
+ breadcrumbConflictResolution: string;
8495
+ markResolvedButton: string;
8496
+ readyToSubmitTag: string;
8497
+ pendingSelectionTag: string;
8498
+ resolvedVia: string;
8204
8499
  resolved: string;
8205
8500
  subtitle: string;
8206
8501
  contractNote: string;
@@ -8762,6 +9057,14 @@ export declare const locales: {
8762
9057
  executionLogTitle: string;
8763
9058
  noExecutionRecords: string;
8764
9059
  executionLogReplay: string;
9060
+ stepGuardrail: string;
9061
+ stepThought: string;
9062
+ stepAction: string;
9063
+ stepObservation: string;
9064
+ labelModel: string;
9065
+ labelDuration: string;
9066
+ labelTokens: string;
9067
+ confidencePercent: string;
8765
9068
  totalSteps: string;
8766
9069
  totalTokens: string;
8767
9070
  totalDuration: string;
@@ -9151,6 +9454,29 @@ export declare const locales: {
9151
9454
  };
9152
9455
  };
9153
9456
  deploymentPages: {
9457
+ envProduction: string;
9458
+ envDevelopmentSandbox: string;
9459
+ envTestSandbox: string;
9460
+ createChangeSetTitle: string;
9461
+ changeSetNameLabel: string;
9462
+ changeSetNamePlaceholder: string;
9463
+ changeSetDescriptionLabel: string;
9464
+ changeSetDescriptionPlaceholder: string;
9465
+ sourceEnvFieldLabel: string;
9466
+ sourceEnvironmentPlaceholder: string;
9467
+ targetEnvFieldLabel: string;
9468
+ targetEnvironmentPlaceholder: string;
9469
+ pageTitle: string;
9470
+ searchChangeSetsPlaceholder: string;
9471
+ statusFilterPlaceholder: string;
9472
+ changeSetCreated: string;
9473
+ sandboxLabel: string;
9474
+ nameRequired: string;
9475
+ sourceRequired: string;
9476
+ targetRequired: string;
9477
+ pageSubtitle: string;
9478
+ deleteTooltip: string;
9479
+ deleteDisabledTooltip: string;
9154
9480
  colName: string;
9155
9481
  colStatus: string;
9156
9482
  colComponentCount: string;
@@ -11678,6 +12004,12 @@ export declare const locales: {
11678
12004
  currentSpend: string;
11679
12005
  monthlyBudget: string;
11680
12006
  notConfigured: string;
12007
+ agentFallbackPrefix: string;
12008
+ agentUnknown: string;
12009
+ setupNoticeBoth: string;
12010
+ setupNoticeBudget: string;
12011
+ setupNoticePricing: string;
12012
+ setupActionSmartCap: string;
11681
12013
  noBudgetConfigured: string;
11682
12014
  noBudgetConfiguredDescription: string;
11683
12015
  daysRemaining: string;
@@ -12096,6 +12428,8 @@ export declare const locales: {
12096
12428
  summaryValue: string;
12097
12429
  includesOutcomeBilling: string;
12098
12430
  tokenCostOnly: string;
12431
+ billingPrivate: string;
12432
+ billingPrivateNote: string;
12099
12433
  phaseIntentDesc: string;
12100
12434
  phaseAgentMatchDesc: string;
12101
12435
  phaseExecutionDesc: string;
@@ -12820,6 +13154,53 @@ export declare const locales: {
12820
13154
  fieldsSection: string;
12821
13155
  functionsSection: string;
12822
13156
  };
13157
+ builder: {
13158
+ nullNoInput: string;
13159
+ functionName: string;
13160
+ dateaddQuickSetup: string;
13161
+ dateField: string;
13162
+ offsetAmount: string;
13163
+ offsetUnit: string;
13164
+ ifQuickSetup: string;
13165
+ conditionField: string;
13166
+ conditionOperator: string;
13167
+ conditionValueType: string;
13168
+ conditionValue: string;
13169
+ returnsNull: string;
13170
+ noArguments: string;
13171
+ operator: string;
13172
+ left: string;
13173
+ right: string;
13174
+ stringConcatenation: string;
13175
+ negative: string;
13176
+ constants: string;
13177
+ field: string;
13178
+ compareTo: string;
13179
+ value: string;
13180
+ substituteValueType: string;
13181
+ substituteValue: string;
13182
+ picklistField: string;
13183
+ picklistValue: string;
13184
+ condition1: string;
13185
+ condition2: string;
13186
+ formulaPreview: string;
13187
+ placeholderExampleFormula: string;
13188
+ placeholderExampleCondition: string;
13189
+ placeholderExamplePicklist: string;
13190
+ placeholderEnterText: string;
13191
+ messagePreviewFailed: string;
13192
+ messagePreviewRequestFailed: string;
13193
+ messagePicklistConversion: string;
13194
+ messagePicklistComparison: string;
13195
+ messageArgCountOutOfRange: string;
13196
+ descIspickval: string;
13197
+ descNoMatchingFunctions: string;
13198
+ descNoMatchingFields: string;
13199
+ messageSyntaxPassed: string;
13200
+ messageSelectFieldFirst: string;
13201
+ messagePreviewNotConfigured: string;
13202
+ messageConditionInserted: string;
13203
+ };
12823
13204
  batchRecalculate: {
12824
13205
  title: string;
12825
13206
  skip: string;
@@ -13130,6 +13511,49 @@ export declare const locales: {
13130
13511
  leaveCancel: string;
13131
13512
  };
13132
13513
  recordPageBuilder: {
13514
+ inspector: {
13515
+ sectionTabsContainer: string;
13516
+ sectionTabProperties: string;
13517
+ sectionComponentProperties: string;
13518
+ sectionVisibilityRules: string;
13519
+ sectionCustomLwc: string;
13520
+ sectionCurrentScope: string;
13521
+ sectionPageMap: string;
13522
+ titlePageScope: string;
13523
+ labelLabel: string;
13524
+ placeholderComponentTitle: string;
13525
+ labelRegion: string;
13526
+ labelConditionExpression: string;
13527
+ labelDeviceVisibility: string;
13528
+ labelLayout: string;
13529
+ labelRelatedObjectApiName: string;
13530
+ placeholderSelectRelatedObject: string;
13531
+ labelRelationshipField: string;
13532
+ labelDisplayStyle: string;
13533
+ labelVisibleFields: string;
13534
+ labelSortField: string;
13535
+ labelSortDirection: string;
13536
+ labelPageSize: string;
13537
+ labelDefaultTitle: string;
13538
+ labelContent: string;
13539
+ labelStageFieldApiName: string;
13540
+ labelStages: string;
13541
+ placeholderOneStagePerLine: string;
13542
+ placeholderStageExample: string;
13543
+ labelCurrentStage: string;
13544
+ labelComponent: string;
13545
+ labelComponentApiName: string;
13546
+ labelBundleUrl: string;
13547
+ labelBundleHash: string;
13548
+ labelRuntimeStatus: string;
13549
+ okTextApply: string;
13550
+ runtimeShellBadge: string;
13551
+ componentCountLabel: string;
13552
+ noSavedPages: string;
13553
+ apiNameLabel: string;
13554
+ atLeastOneTab: string;
13555
+ bundleReadyBadge: string;
13556
+ };
13133
13557
  formError: {
13134
13558
  nameRequired: string;
13135
13559
  internalNameRequired: string;
@@ -13980,6 +14404,8 @@ export declare const locales: {
13980
14404
  };
13981
14405
  kanban: {
13982
14406
  cancel: string;
14407
+ cardDueSoon: string;
14408
+ cardRiskHigh: string;
13983
14409
  create: string;
13984
14410
  loadFailed: string;
13985
14411
  moveFailed: string;
@@ -14295,6 +14721,16 @@ export declare const locales: {
14295
14721
  title: string;
14296
14722
  newPage: string;
14297
14723
  edit: string;
14724
+ newPageModal: {
14725
+ title: string;
14726
+ pageNameLabel: string;
14727
+ apiNameLabel: string;
14728
+ typeLabel: string;
14729
+ descriptionLabel: string;
14730
+ pageNameRequired: string;
14731
+ apiNameRequired: string;
14732
+ apiNamePatternHint: string;
14733
+ };
14298
14734
  createSuccess: string;
14299
14735
  pageTypes: {
14300
14736
  recordPage: string;
@@ -14682,6 +15118,48 @@ export declare const locales: {
14682
15118
  promotional: string;
14683
15119
  useTemplate: string;
14684
15120
  welcome: string;
15121
+ templates: {
15122
+ welcomeBasic: {
15123
+ name: string;
15124
+ description: string;
15125
+ };
15126
+ welcomeOnboarding: {
15127
+ name: string;
15128
+ description: string;
15129
+ };
15130
+ promoSale: {
15131
+ name: string;
15132
+ description: string;
15133
+ };
15134
+ promoProductLaunch: {
15135
+ name: string;
15136
+ description: string;
15137
+ };
15138
+ notifyReminder: {
15139
+ name: string;
15140
+ description: string;
15141
+ };
15142
+ notifyActionRequired: {
15143
+ name: string;
15144
+ description: string;
15145
+ };
15146
+ holidaySeason: {
15147
+ name: string;
15148
+ description: string;
15149
+ };
15150
+ holidayNewYear: {
15151
+ name: string;
15152
+ description: string;
15153
+ };
15154
+ newsletterMonthly: {
15155
+ name: string;
15156
+ description: string;
15157
+ };
15158
+ newsletterWeeklyDigest: {
15159
+ name: string;
15160
+ description: string;
15161
+ };
15162
+ };
14685
15163
  };
14686
15164
  territory: {
14687
15165
  typesUnavailable: string;
@@ -15225,6 +15703,15 @@ export declare const locales: {
15225
15703
  };
15226
15704
  decisionConfig: {
15227
15705
  title: string;
15706
+ outcomeLabel: string;
15707
+ outcomeApiName: string;
15708
+ colResource: string;
15709
+ colOperator: string;
15710
+ colValue: string;
15711
+ defaultBadge: string;
15712
+ placeholderResource: string;
15713
+ placeholderValue: string;
15714
+ addOutcome: string;
15228
15715
  description: string;
15229
15716
  noConditionWarning: string;
15230
15717
  deleteCondition: string;
@@ -16102,6 +16589,9 @@ export declare const locales: {
16102
16589
  recordList: {
16103
16590
  actions: string;
16104
16591
  refresh: string;
16592
+ density: string;
16593
+ densityCompact: string;
16594
+ densityComfy: string;
16105
16595
  export: string;
16106
16596
  moreActions: string;
16107
16597
  exportTitle: string;
@@ -16341,6 +16831,12 @@ export declare const locales: {
16341
16831
  details: string;
16342
16832
  saveSuccess: string;
16343
16833
  saveFailed: string;
16834
+ contextActionApplied: string;
16835
+ taskCreated: string;
16836
+ aiNarrativeGuidanceOnly: string;
16837
+ actionTargetNotConfigured: string;
16838
+ actionNeedsConfiguration: string;
16839
+ pathAriaLabel: string;
16344
16840
  deleted: string;
16345
16841
  deleteFailed: string;
16346
16842
  deleteUndone: string;
@@ -16624,6 +17120,33 @@ export declare const locales: {
16624
17120
  rawModeDesc: string;
16625
17121
  switchToVisual: string;
16626
17122
  };
17123
+ flowBuilderCanvas: {
17124
+ undoTitle: string;
17125
+ redoTitle: string;
17126
+ saveTitle: string;
17127
+ newVersionTitle: string;
17128
+ activateTitle: string;
17129
+ rollbackTitle: string;
17130
+ autoLayoutApplied: string;
17131
+ switchedToFreeForm: string;
17132
+ flowSaved: string;
17133
+ };
17134
+ workspaceLogo: {
17135
+ uploadButton: string;
17136
+ workspaceIdNotFound: string;
17137
+ uploadSuccess: string;
17138
+ uploadFailed: string;
17139
+ removeSuccess: string;
17140
+ removeFailed: string;
17141
+ };
17142
+ reportDesigner: {
17143
+ fieldsTitle: string;
17144
+ columnsLabel: string;
17145
+ groupByLabel: string;
17146
+ summaryLabel: string;
17147
+ previewTitle: string;
17148
+ configSaved: string;
17149
+ };
16627
17150
  workflowRulesPage: {
16628
17151
  layoutTitle: string;
16629
17152
  breadcrumbWorkspace: string;
@@ -16828,6 +17351,33 @@ export declare const locales: {
16828
17351
  abortSuccess: string;
16829
17352
  abortError: string;
16830
17353
  };
17354
+ platformCommercialPricing: {
17355
+ actionSucceeded: string;
17356
+ actionFailed: string;
17357
+ catalog: string;
17358
+ promotions: string;
17359
+ agreements: string;
17360
+ version: string;
17361
+ status: string;
17362
+ currency: string;
17363
+ effectiveFrom: string;
17364
+ entries: string;
17365
+ actions: string;
17366
+ activate: string;
17367
+ retire: string;
17368
+ suspend: string;
17369
+ code: string;
17370
+ benefit: string;
17371
+ scope: string;
17372
+ workspace: string;
17373
+ agreementKey: string;
17374
+ contractEvidence: string;
17375
+ overrides: string;
17376
+ privateNotice: string;
17377
+ workspaceFilter: string;
17378
+ loadFailed: string;
17379
+ retry: string;
17380
+ };
16831
17381
  platformAdmin: {
16832
17382
  menuChannelProvider: string;
16833
17383
  adminPanelUi: {
@@ -17615,6 +18165,9 @@ export declare const locales: {
17615
18165
  menuOpsSubscriptions: string;
17616
18166
  menuOpsHealth: string;
17617
18167
  menuOpsBilling: string;
18168
+ menuCommercialCatalog: string;
18169
+ menuPromotions: string;
18170
+ menuCustomerAgreements: string;
17618
18171
  menuOpsRenewals: string;
17619
18172
  menuAiProvider: string;
17620
18173
  menuDemoAccess: string;
@@ -19180,6 +19733,38 @@ export declare const locales: {
19180
19733
  billingTierFull: string;
19181
19734
  billingTierHalf: string;
19182
19735
  billingTierNone: string;
19736
+ opsAgentPrefix: string;
19737
+ opsAgentUnknown: string;
19738
+ opsScoringAgentActions: string;
19739
+ opsScoringTotalActions: string;
19740
+ opsScoringRawRatio: string;
19741
+ opsScoringWeighted: string;
19742
+ opsOutcomeType: {
19743
+ lead_created: string;
19744
+ mql: string;
19745
+ opportunity_created: string;
19746
+ opportunity_won: string;
19747
+ customer_activated: string;
19748
+ case_closed: string;
19749
+ };
19750
+ opsBillingStatus: {
19751
+ pending: string;
19752
+ confirmed: string;
19753
+ waived: string;
19754
+ cancelled: string;
19755
+ };
19756
+ opsDisputeStatus: {
19757
+ none: string;
19758
+ open: string;
19759
+ raised: string;
19760
+ reviewing: string;
19761
+ resolved: string;
19762
+ };
19763
+ opsBillingTier: {
19764
+ full: string;
19765
+ half: string;
19766
+ none: string;
19767
+ };
19183
19768
  };
19184
19769
  homeDashboard: {
19185
19770
  saveSuccess: string;
@@ -20427,6 +21012,84 @@ export declare const locales: {
20427
21012
  finish: string;
20428
21013
  unselected: string;
20429
21014
  };
21015
+ builder: {
21016
+ labelPlaceholder: string;
21017
+ apiNamePlaceholder: string;
21018
+ flowType: string;
21019
+ selectObject: string;
21020
+ object: string;
21021
+ configureTrigger: string;
21022
+ triggerCreated: string;
21023
+ triggerUpdated: string;
21024
+ triggerCreatedOrUpdated: string;
21025
+ triggerDeleted: string;
21026
+ setEntryConditions: string;
21027
+ conditionRequirements: string;
21028
+ conditions: string;
21029
+ optimizeFlow: string;
21030
+ scheduleSettings: string;
21031
+ frequency: string;
21032
+ startDate: string;
21033
+ startTime: string;
21034
+ platformEvent: string;
21035
+ eventApiName: string;
21036
+ screenEntry: string;
21037
+ entryMode: string;
21038
+ designerNotes: string;
21039
+ action: string;
21040
+ howToSetFieldValues: string;
21041
+ setFieldValuesManually: string;
21042
+ useVariablesAndFormulas: string;
21043
+ fieldMappingsReady: string;
21044
+ recordOrRecordId: string;
21045
+ setFieldValues: string;
21046
+ pauseType: string;
21047
+ timeSource: string;
21048
+ offsetNumberOptions: string;
21049
+ scheduleSummary: string;
21050
+ defaultOutcome: string;
21051
+ outcomeOrder: string;
21052
+ toolbox: string;
21053
+ searchThisFlow: string;
21054
+ closeInspector: string;
21055
+ debugData: string;
21056
+ daysAfterSource: string;
21057
+ durationAfterSource: string;
21058
+ durationOnly: string;
21059
+ pauseUntilDate: string;
21060
+ pauseUntilEvent: string;
21061
+ unitMinutes: string;
21062
+ unitHours: string;
21063
+ unitDays: string;
21064
+ timeSourceCloseDate: string;
21065
+ optimizationFastFieldUpdates: string;
21066
+ optimizationActionsAndRelatedRecords: string;
21067
+ scheduleDaily: string;
21068
+ scheduleWeekly: string;
21069
+ scheduleOnce: string;
21070
+ entryAppPage: string;
21071
+ entryQuickAction: string;
21072
+ entryUtilityBar: string;
21073
+ summaryTrigger: string;
21074
+ summaryOptimizeFor: string;
21075
+ summarySchedule: string;
21076
+ summaryStartAt: string;
21077
+ summaryEvent: string;
21078
+ summaryRunType: string;
21079
+ summaryEntry: string;
21080
+ summaryInteraction: string;
21081
+ summaryInvocation: string;
21082
+ summaryStatus: string;
21083
+ notSet: string;
21084
+ platformEventReceived: string;
21085
+ runTypeAutolaunched: string;
21086
+ guidedScreenExperience: string;
21087
+ runTypeUserFacing: string;
21088
+ invokedByFlowsActionsAi: string;
21089
+ noExplicitTrigger: string;
21090
+ runTypeBackground: string;
21091
+ selectFlowTypeToConfigureStart: string;
21092
+ };
20430
21093
  flowType: {
20431
21094
  unselected: string;
20432
21095
  recordTriggered: {
@@ -20749,6 +21412,16 @@ export declare const locales: {
20749
21412
  breadcrumbAi: string;
20750
21413
  breadcrumbAgents: string;
20751
21414
  breadcrumbConfigure: string;
21415
+ fieldNamePlaceholder: string;
21416
+ fieldIconPlaceholder: string;
21417
+ typeSales: string;
21418
+ typeService: string;
21419
+ typeAnalytics: string;
21420
+ typeAdmin: string;
21421
+ typeCustom: string;
21422
+ modelTier1: string;
21423
+ modelTier2: string;
21424
+ modelTier3: string;
20752
21425
  breadcrumbExecutionLogs: string;
20753
21426
  breadcrumbExecutionDetail: string;
20754
21427
  listTitle: string;
@@ -21238,11 +21911,20 @@ export declare const locales: {
21238
21911
  app: {
21239
21912
  restoringSession: string;
21240
21913
  enteringSystem: string;
21914
+ crm: string;
21915
+ marketing: string;
21916
+ service: string;
21241
21917
  partner: string;
21242
21918
  platform: string;
21919
+ settings: string;
21243
21920
  };
21244
21921
  appDescription: {
21922
+ crm: string;
21923
+ marketing: string;
21924
+ service: string;
21245
21925
  partner: string;
21926
+ platform: string;
21927
+ settings: string;
21246
21928
  };
21247
21929
  common: {
21248
21930
  featureNotAvailable: string;
@@ -21310,6 +21992,7 @@ export declare const locales: {
21310
21992
  contactAll: string;
21311
21993
  salesFolder: string;
21312
21994
  salesOpportunity: string;
21995
+ forecastCenter: string;
21313
21996
  cpqFolder: string;
21314
21997
  cpqProduct: string;
21315
21998
  cpqPriceBook: string;
@@ -22396,8 +23079,22 @@ export declare const locales: {
22396
23079
  cancelWarningItem3: string;
22397
23080
  cancelWarningItem4: string;
22398
23081
  planCycleCaption: string;
23082
+ quoteRequired: string;
23083
+ quoteRequiredDesc: string;
22399
23084
  loadFailed: string;
22400
23085
  loadFailedDesc: string;
23086
+ opsPlanHealth: string;
23087
+ opsQuotaRisk: string;
23088
+ opsPendingInvoice: string;
23089
+ opsNextActions: string;
23090
+ opsCycleProgress: string;
23091
+ opsDaysUntilNextBill: string;
23092
+ opsBillDueToday: string;
23093
+ opsQuotaHealthy: string;
23094
+ opsInvoiceDegraded: string;
23095
+ opsActionViewUsage: string;
23096
+ opsActionSmartCap: string;
23097
+ opsActionContactSales: string;
22401
23098
  enterpriseQuotaSaveSuccess: string;
22402
23099
  enterpriseQuotaSaveFailed: string;
22403
23100
  enterpriseQuotaConfigTitle: string;
@@ -23117,6 +23814,16 @@ export declare const locales: {
23117
23814
  };
23118
23815
  developer: {
23119
23816
  apiCredentials: string;
23817
+ pluginSubmit: {
23818
+ pluginNameLabel: string;
23819
+ displayNameLabel: string;
23820
+ versionLabel: string;
23821
+ descriptionLabel: string;
23822
+ authorLabel: string;
23823
+ categoryLabel: string;
23824
+ permissionsLabel: string;
23825
+ sourceBundleUrlLabel: string;
23826
+ };
23120
23827
  credentialsUnavailable: string;
23121
23828
  credentialsUnavailableReason: string;
23122
23829
  dashboard: string;
@@ -23331,15 +24038,68 @@ export declare const locales: {
23331
24038
  };
23332
24039
  namedCredentials: {
23333
24040
  title: string;
24041
+ rotate: string;
24042
+ detailName: string;
24043
+ detailType: string;
24044
+ detailStatus: string;
24045
+ detailEndpoint: string;
24046
+ detailDescription: string;
24047
+ detailCreatedBy: string;
24048
+ detailLastUsed: string;
24049
+ neverUsed: string;
24050
+ noConfigurationData: string;
24051
+ selectCredentialForAudit: string;
24052
+ tokenUrl: string;
24053
+ clientId: string;
24054
+ clientSecret: string;
24055
+ scopes: string;
24056
+ apiKey: string;
24057
+ headerName: string;
24058
+ username: string;
24059
+ password: string;
24060
+ certificate: string;
24061
+ privateKey: string;
24062
+ deleteConfirmTitle: string;
24063
+ filterByType: string;
24064
+ nameLabel: string;
24065
+ descriptionLabel: string;
24066
+ endpointUrl: string;
24067
+ credentialType: string;
24068
+ selectType: string;
24069
+ newApiKey: string;
24070
+ enterNewApiKey: string;
24071
+ basicInfo: string;
24072
+ configurationMasked: string;
24073
+ selectCredential: string;
24074
+ createdMsg: string;
24075
+ updatedMsg: string;
24076
+ deletedMsg: string;
24077
+ rotatedMsg: string;
23334
24078
  };
23335
24079
  oauth2: {
23336
24080
  clients: string;
23337
24081
  createApp: string;
24082
+ clientIdLabel: string;
24083
+ clientSecretLabel: string;
24084
+ secretSaveNowHint: string;
24085
+ appNameLabel: string;
24086
+ descriptionLabel: string;
24087
+ redirectUrisLabel: string;
24088
+ allowedScopesLabel: string;
24089
+ copied: string;
24090
+ clientCreatedTitle: string;
23338
24091
  };
23339
24092
  plugins: {
23340
24093
  configSaved: string;
23341
24094
  configuration: string;
23342
24095
  details: string;
24096
+ installationIdLabel: string;
24097
+ pluginIdLabel: string;
24098
+ versionLabel: string;
24099
+ configJsonLabel: string;
24100
+ targetVersionPlaceholder: string;
24101
+ rollbackConfirmTitle: string;
24102
+ invalidJson: string;
23343
24103
  permissions: string;
23344
24104
  rollback: string;
23345
24105
  rolledBack: string;
@@ -23361,6 +24121,29 @@ export declare const locales: {
23361
24121
  title: string;
23362
24122
  performanceUnavailable: string;
23363
24123
  performanceUnavailableReason: string;
24124
+ deactivate: string;
24125
+ jobLabel: string;
24126
+ statusLabel: string;
24127
+ deactivateConfirmTitle: string;
24128
+ createPolicyTitle: string;
24129
+ objectLabel: string;
24130
+ objectPlaceholder: string;
24131
+ fieldLabel: string;
24132
+ fieldPlaceholder: string;
24133
+ searchable: string;
24134
+ statTotalEncryptedFields: string;
24135
+ statActiveKeys: string;
24136
+ statPoliciesWithRecords: string;
24137
+ statEncryptedRecordsPerPolicy: string;
24138
+ statPerformanceMetrics: string;
24139
+ keyHistory: string;
24140
+ rotateConfirmTitle: string;
24141
+ reEncryption: string;
24142
+ selectPolicyToReEncrypt: string;
24143
+ policyCreatedMsg: string;
24144
+ policyDeactivatedMsg: string;
24145
+ keyRotatedMsg: string;
24146
+ reEncryptionTriggeredMsg: string;
23364
24147
  };
23365
24148
  webhooks: {
23366
24149
  dlq: string;
@@ -23580,6 +24363,12 @@ export declare const locales: {
23580
24363
  breadcrumbWorkspace: string;
23581
24364
  breadcrumbSecurity: string;
23582
24365
  breadcrumbNew: string;
24366
+ entityIdAddon: string;
24367
+ namePlaceholder: string;
24368
+ entityIdLabel: string;
24369
+ idpIssuerLabel: string;
24370
+ idpSsoUrlLabel: string;
24371
+ x509CertLabel: string;
23583
24372
  sectionName: string;
23584
24373
  sectionNameDesc: string;
23585
24374
  nameRequired: string;
@@ -28508,7 +29297,13 @@ export declare const locales: {
28508
29297
  common: {
28509
29298
  cancel: string;
28510
29299
  };
29300
+ readOnlyTag: string;
29301
+ siteCol: string;
29302
+ statusCol: string;
29303
+ searchLabel: string;
29304
+ reassignTitle: string;
28511
29305
  link: {
29306
+ contactIdUuidLabel: string;
28512
29307
  noResult: string;
28513
29308
  linked: string;
28514
29309
  failed: string;
@@ -28560,6 +29355,30 @@ export declare const locales: {
28560
29355
  breadcrumbPlatform: string;
28561
29356
  refresh: string;
28562
29357
  status: {
29358
+ conflictedTag: string;
29359
+ resolvedTag: string;
29360
+ noneTag: string;
29361
+ retry: string;
29362
+ pushAria: string;
29363
+ pullAria: string;
29364
+ refreshAria: string;
29365
+ contractNoteAlert: string;
29366
+ diffInspectionAlert: string;
29367
+ conflictMarkersAlert: string;
29368
+ colFilePath: string;
29369
+ colChangeType: string;
29370
+ colSource: string;
29371
+ colLastModified: string;
29372
+ colConflictStatus: string;
29373
+ colActions: string;
29374
+ changeTypeModified: string;
29375
+ changeTypeAdded: string;
29376
+ changeTypeDeleted: string;
29377
+ pullModalTitle: string;
29378
+ pullOkText: string;
29379
+ pushButton: string;
29380
+ pullButton: string;
29381
+ lastModifiedPrefix: string;
28563
29382
  pushSubmitted: string;
28564
29383
  noPushableDeletes: string;
28565
29384
  confirmPushDeletes: string;
@@ -28579,6 +29398,29 @@ export declare const locales: {
28579
29398
  unsupportedPull: string;
28580
29399
  };
28581
29400
  baseline: {
29401
+ retry: string;
29402
+ historyTitle: string;
29403
+ pullFromRemoteAria: string;
29404
+ refreshAria: string;
29405
+ resetAria: string;
29406
+ setBaselineAria: string;
29407
+ contractNoteAlert: string;
29408
+ currentBaselineTitle: string;
29409
+ colBaselineId: string;
29410
+ colAvailable: string;
29411
+ colRevision: string;
29412
+ colSource: string;
29413
+ colAuthor: string;
29414
+ colCreatedAt: string;
29415
+ colDescription: string;
29416
+ setBaselineTitle: string;
29417
+ setBaselineOk: string;
29418
+ baselineDescriptionLabel: string;
29419
+ pullFromRemoteButton: string;
29420
+ resetTrackingButton: string;
29421
+ setBaselineButton: string;
29422
+ availableTag: string;
29423
+ unavailableTag: string;
28582
29424
  rebuildSubmitted: string;
28583
29425
  setFailed: string;
28584
29426
  confirmReset: string;
@@ -28603,6 +29445,25 @@ export declare const locales: {
28603
29445
  descPlaceholder: string;
28604
29446
  };
28605
29447
  conflict: {
29448
+ unresolved: string;
29449
+ pageTitle: string;
29450
+ refreshContentAria: string;
29451
+ markResolvedAria: string;
29452
+ contractNoteAlert: string;
29453
+ conflictFileTitle: string;
29454
+ selectFileLabel: string;
29455
+ colPath: string;
29456
+ colMarkers: string;
29457
+ colResolutionState: string;
29458
+ colBackendAction: string;
29459
+ sideBySideTitle: string;
29460
+ conflictMarkersTitle: string;
29461
+ breadcrumbSourceTracking: string;
29462
+ breadcrumbConflictResolution: string;
29463
+ markResolvedButton: string;
29464
+ readyToSubmitTag: string;
29465
+ pendingSelectionTag: string;
29466
+ resolvedVia: string;
28606
29467
  resolved: string;
28607
29468
  subtitle: string;
28608
29469
  contractNote: string;
@@ -29164,6 +30025,14 @@ export declare const locales: {
29164
30025
  executionLogTitle: string;
29165
30026
  noExecutionRecords: string;
29166
30027
  executionLogReplay: string;
30028
+ stepGuardrail: string;
30029
+ stepThought: string;
30030
+ stepAction: string;
30031
+ stepObservation: string;
30032
+ labelModel: string;
30033
+ labelDuration: string;
30034
+ labelTokens: string;
30035
+ confidencePercent: string;
29167
30036
  totalSteps: string;
29168
30037
  totalTokens: string;
29169
30038
  totalDuration: string;
@@ -29553,6 +30422,29 @@ export declare const locales: {
29553
30422
  };
29554
30423
  };
29555
30424
  deploymentPages: {
30425
+ envProduction: string;
30426
+ envDevelopmentSandbox: string;
30427
+ envTestSandbox: string;
30428
+ createChangeSetTitle: string;
30429
+ changeSetNameLabel: string;
30430
+ changeSetNamePlaceholder: string;
30431
+ changeSetDescriptionLabel: string;
30432
+ changeSetDescriptionPlaceholder: string;
30433
+ sourceEnvFieldLabel: string;
30434
+ sourceEnvironmentPlaceholder: string;
30435
+ targetEnvFieldLabel: string;
30436
+ targetEnvironmentPlaceholder: string;
30437
+ pageTitle: string;
30438
+ searchChangeSetsPlaceholder: string;
30439
+ statusFilterPlaceholder: string;
30440
+ changeSetCreated: string;
30441
+ sandboxLabel: string;
30442
+ nameRequired: string;
30443
+ sourceRequired: string;
30444
+ targetRequired: string;
30445
+ pageSubtitle: string;
30446
+ deleteTooltip: string;
30447
+ deleteDisabledTooltip: string;
29556
30448
  colName: string;
29557
30449
  colStatus: string;
29558
30450
  colComponentCount: string;
@@ -32080,6 +32972,12 @@ export declare const locales: {
32080
32972
  currentSpend: string;
32081
32973
  monthlyBudget: string;
32082
32974
  notConfigured: string;
32975
+ agentFallbackPrefix: string;
32976
+ agentUnknown: string;
32977
+ setupNoticeBoth: string;
32978
+ setupNoticeBudget: string;
32979
+ setupNoticePricing: string;
32980
+ setupActionSmartCap: string;
32083
32981
  noBudgetConfigured: string;
32084
32982
  noBudgetConfiguredDescription: string;
32085
32983
  daysRemaining: string;
@@ -32498,6 +33396,8 @@ export declare const locales: {
32498
33396
  summaryValue: string;
32499
33397
  includesOutcomeBilling: string;
32500
33398
  tokenCostOnly: string;
33399
+ billingPrivate: string;
33400
+ billingPrivateNote: string;
32501
33401
  phaseIntentDesc: string;
32502
33402
  phaseAgentMatchDesc: string;
32503
33403
  phaseExecutionDesc: string;
@@ -33222,6 +34122,53 @@ export declare const locales: {
33222
34122
  fieldsSection: string;
33223
34123
  functionsSection: string;
33224
34124
  };
34125
+ builder: {
34126
+ nullNoInput: string;
34127
+ functionName: string;
34128
+ dateaddQuickSetup: string;
34129
+ dateField: string;
34130
+ offsetAmount: string;
34131
+ offsetUnit: string;
34132
+ ifQuickSetup: string;
34133
+ conditionField: string;
34134
+ conditionOperator: string;
34135
+ conditionValueType: string;
34136
+ conditionValue: string;
34137
+ returnsNull: string;
34138
+ noArguments: string;
34139
+ operator: string;
34140
+ left: string;
34141
+ right: string;
34142
+ stringConcatenation: string;
34143
+ negative: string;
34144
+ constants: string;
34145
+ field: string;
34146
+ compareTo: string;
34147
+ value: string;
34148
+ substituteValueType: string;
34149
+ substituteValue: string;
34150
+ picklistField: string;
34151
+ picklistValue: string;
34152
+ condition1: string;
34153
+ condition2: string;
34154
+ formulaPreview: string;
34155
+ placeholderExampleFormula: string;
34156
+ placeholderExampleCondition: string;
34157
+ placeholderExamplePicklist: string;
34158
+ placeholderEnterText: string;
34159
+ messagePreviewFailed: string;
34160
+ messagePreviewRequestFailed: string;
34161
+ messagePicklistConversion: string;
34162
+ messagePicklistComparison: string;
34163
+ messageArgCountOutOfRange: string;
34164
+ descIspickval: string;
34165
+ descNoMatchingFunctions: string;
34166
+ descNoMatchingFields: string;
34167
+ messageSyntaxPassed: string;
34168
+ messageSelectFieldFirst: string;
34169
+ messagePreviewNotConfigured: string;
34170
+ messageConditionInserted: string;
34171
+ };
33225
34172
  batchRecalculate: {
33226
34173
  title: string;
33227
34174
  skip: string;
@@ -33532,6 +34479,49 @@ export declare const locales: {
33532
34479
  leaveCancel: string;
33533
34480
  };
33534
34481
  recordPageBuilder: {
34482
+ inspector: {
34483
+ sectionTabsContainer: string;
34484
+ sectionTabProperties: string;
34485
+ sectionComponentProperties: string;
34486
+ sectionVisibilityRules: string;
34487
+ sectionCustomLwc: string;
34488
+ sectionCurrentScope: string;
34489
+ sectionPageMap: string;
34490
+ titlePageScope: string;
34491
+ labelLabel: string;
34492
+ placeholderComponentTitle: string;
34493
+ labelRegion: string;
34494
+ labelConditionExpression: string;
34495
+ labelDeviceVisibility: string;
34496
+ labelLayout: string;
34497
+ labelRelatedObjectApiName: string;
34498
+ placeholderSelectRelatedObject: string;
34499
+ labelRelationshipField: string;
34500
+ labelDisplayStyle: string;
34501
+ labelVisibleFields: string;
34502
+ labelSortField: string;
34503
+ labelSortDirection: string;
34504
+ labelPageSize: string;
34505
+ labelDefaultTitle: string;
34506
+ labelContent: string;
34507
+ labelStageFieldApiName: string;
34508
+ labelStages: string;
34509
+ placeholderOneStagePerLine: string;
34510
+ placeholderStageExample: string;
34511
+ labelCurrentStage: string;
34512
+ labelComponent: string;
34513
+ labelComponentApiName: string;
34514
+ labelBundleUrl: string;
34515
+ labelBundleHash: string;
34516
+ labelRuntimeStatus: string;
34517
+ okTextApply: string;
34518
+ runtimeShellBadge: string;
34519
+ componentCountLabel: string;
34520
+ noSavedPages: string;
34521
+ apiNameLabel: string;
34522
+ atLeastOneTab: string;
34523
+ bundleReadyBadge: string;
34524
+ };
33535
34525
  formError: {
33536
34526
  nameRequired: string;
33537
34527
  internalNameRequired: string;
@@ -34382,6 +35372,8 @@ export declare const locales: {
34382
35372
  };
34383
35373
  kanban: {
34384
35374
  cancel: string;
35375
+ cardDueSoon: string;
35376
+ cardRiskHigh: string;
34385
35377
  create: string;
34386
35378
  loadFailed: string;
34387
35379
  moveFailed: string;
@@ -34697,6 +35689,16 @@ export declare const locales: {
34697
35689
  title: string;
34698
35690
  newPage: string;
34699
35691
  edit: string;
35692
+ newPageModal: {
35693
+ title: string;
35694
+ pageNameLabel: string;
35695
+ apiNameLabel: string;
35696
+ typeLabel: string;
35697
+ descriptionLabel: string;
35698
+ pageNameRequired: string;
35699
+ apiNameRequired: string;
35700
+ apiNamePatternHint: string;
35701
+ };
34700
35702
  createSuccess: string;
34701
35703
  pageTypes: {
34702
35704
  recordPage: string;
@@ -35084,6 +36086,48 @@ export declare const locales: {
35084
36086
  promotional: string;
35085
36087
  useTemplate: string;
35086
36088
  welcome: string;
36089
+ templates: {
36090
+ welcomeBasic: {
36091
+ name: string;
36092
+ description: string;
36093
+ };
36094
+ welcomeOnboarding: {
36095
+ name: string;
36096
+ description: string;
36097
+ };
36098
+ promoSale: {
36099
+ name: string;
36100
+ description: string;
36101
+ };
36102
+ promoProductLaunch: {
36103
+ name: string;
36104
+ description: string;
36105
+ };
36106
+ notifyReminder: {
36107
+ name: string;
36108
+ description: string;
36109
+ };
36110
+ notifyActionRequired: {
36111
+ name: string;
36112
+ description: string;
36113
+ };
36114
+ holidaySeason: {
36115
+ name: string;
36116
+ description: string;
36117
+ };
36118
+ holidayNewYear: {
36119
+ name: string;
36120
+ description: string;
36121
+ };
36122
+ newsletterMonthly: {
36123
+ name: string;
36124
+ description: string;
36125
+ };
36126
+ newsletterWeeklyDigest: {
36127
+ name: string;
36128
+ description: string;
36129
+ };
36130
+ };
35087
36131
  };
35088
36132
  territory: {
35089
36133
  typesUnavailable: string;
@@ -35627,6 +36671,15 @@ export declare const locales: {
35627
36671
  };
35628
36672
  decisionConfig: {
35629
36673
  title: string;
36674
+ outcomeLabel: string;
36675
+ outcomeApiName: string;
36676
+ colResource: string;
36677
+ colOperator: string;
36678
+ colValue: string;
36679
+ defaultBadge: string;
36680
+ placeholderResource: string;
36681
+ placeholderValue: string;
36682
+ addOutcome: string;
35630
36683
  description: string;
35631
36684
  noConditionWarning: string;
35632
36685
  deleteCondition: string;
@@ -36504,6 +37557,9 @@ export declare const locales: {
36504
37557
  recordList: {
36505
37558
  actions: string;
36506
37559
  refresh: string;
37560
+ density: string;
37561
+ densityCompact: string;
37562
+ densityComfy: string;
36507
37563
  export: string;
36508
37564
  moreActions: string;
36509
37565
  exportTitle: string;
@@ -36743,6 +37799,7 @@ export declare const locales: {
36743
37799
  details: string;
36744
37800
  saveSuccess: string;
36745
37801
  saveFailed: string;
37802
+ pathAriaLabel: string;
36746
37803
  deleted: string;
36747
37804
  deleteFailed: string;
36748
37805
  deleteUndone: string;
@@ -37026,6 +38083,33 @@ export declare const locales: {
37026
38083
  rawModeDesc: string;
37027
38084
  switchToVisual: string;
37028
38085
  };
38086
+ flowBuilderCanvas: {
38087
+ undoTitle: string;
38088
+ redoTitle: string;
38089
+ saveTitle: string;
38090
+ newVersionTitle: string;
38091
+ activateTitle: string;
38092
+ rollbackTitle: string;
38093
+ autoLayoutApplied: string;
38094
+ switchedToFreeForm: string;
38095
+ flowSaved: string;
38096
+ };
38097
+ workspaceLogo: {
38098
+ uploadButton: string;
38099
+ workspaceIdNotFound: string;
38100
+ uploadSuccess: string;
38101
+ uploadFailed: string;
38102
+ removeSuccess: string;
38103
+ removeFailed: string;
38104
+ };
38105
+ reportDesigner: {
38106
+ fieldsTitle: string;
38107
+ columnsLabel: string;
38108
+ groupByLabel: string;
38109
+ summaryLabel: string;
38110
+ previewTitle: string;
38111
+ configSaved: string;
38112
+ };
37029
38113
  workflowRulesPage: {
37030
38114
  layoutTitle: string;
37031
38115
  breadcrumbWorkspace: string;
@@ -37230,6 +38314,33 @@ export declare const locales: {
37230
38314
  abortSuccess: string;
37231
38315
  abortError: string;
37232
38316
  };
38317
+ platformCommercialPricing: {
38318
+ actionSucceeded: string;
38319
+ actionFailed: string;
38320
+ catalog: string;
38321
+ promotions: string;
38322
+ agreements: string;
38323
+ version: string;
38324
+ status: string;
38325
+ currency: string;
38326
+ effectiveFrom: string;
38327
+ entries: string;
38328
+ actions: string;
38329
+ activate: string;
38330
+ retire: string;
38331
+ suspend: string;
38332
+ code: string;
38333
+ benefit: string;
38334
+ scope: string;
38335
+ workspace: string;
38336
+ agreementKey: string;
38337
+ contractEvidence: string;
38338
+ overrides: string;
38339
+ privateNotice: string;
38340
+ workspaceFilter: string;
38341
+ loadFailed: string;
38342
+ retry: string;
38343
+ };
37233
38344
  platformAdmin: {
37234
38345
  menuChannelProvider: string;
37235
38346
  adminPanelUi: {
@@ -38017,6 +39128,9 @@ export declare const locales: {
38017
39128
  menuOpsSubscriptions: string;
38018
39129
  menuOpsHealth: string;
38019
39130
  menuOpsBilling: string;
39131
+ menuCommercialCatalog: string;
39132
+ menuPromotions: string;
39133
+ menuCustomerAgreements: string;
38020
39134
  menuOpsRenewals: string;
38021
39135
  menuAiProvider: string;
38022
39136
  menuDemoAccess: string;
@@ -39582,6 +40696,38 @@ export declare const locales: {
39582
40696
  billingTierFull: string;
39583
40697
  billingTierHalf: string;
39584
40698
  billingTierNone: string;
40699
+ opsAgentPrefix: string;
40700
+ opsAgentUnknown: string;
40701
+ opsScoringAgentActions: string;
40702
+ opsScoringTotalActions: string;
40703
+ opsScoringRawRatio: string;
40704
+ opsScoringWeighted: string;
40705
+ opsOutcomeType: {
40706
+ lead_created: string;
40707
+ mql: string;
40708
+ opportunity_created: string;
40709
+ opportunity_won: string;
40710
+ customer_activated: string;
40711
+ case_closed: string;
40712
+ };
40713
+ opsBillingStatus: {
40714
+ pending: string;
40715
+ confirmed: string;
40716
+ waived: string;
40717
+ cancelled: string;
40718
+ };
40719
+ opsDisputeStatus: {
40720
+ none: string;
40721
+ open: string;
40722
+ raised: string;
40723
+ reviewing: string;
40724
+ resolved: string;
40725
+ };
40726
+ opsBillingTier: {
40727
+ full: string;
40728
+ half: string;
40729
+ none: string;
40730
+ };
39585
40731
  };
39586
40732
  homeDashboard: {
39587
40733
  saveSuccess: string;