@nexusclawhq/cli 0.3.48 → 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 (100) 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 +628 -5
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +615 -22
  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 +1280 -10
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +652 -5
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +934 -317
  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-jwt.d.ts +8 -0
  43. package/dist/nexus-cli/src/commands/org/login-jwt.js +33 -2
  44. package/dist/nexus-cli/src/commands/org/login-jwt.js.map +1 -1
  45. package/dist/nexus-cli/src/commands/org/login-jwt.test.js +20 -0
  46. package/dist/nexus-cli/src/commands/org/login-jwt.test.js.map +1 -1
  47. package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
  48. package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
  49. package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
  50. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  51. package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
  52. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
  53. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
  54. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
  55. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
  56. package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
  57. package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
  58. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  59. package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
  60. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  61. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  62. package/dist/nexus-cli/src/contracts/command-order.js +1 -0
  63. package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
  64. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  65. package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
  66. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  67. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
  68. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  69. package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
  70. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  71. package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
  72. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  73. package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
  74. package/dist/nexus-cli/src/services/api-client.js +54 -0
  75. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  76. package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
  77. package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
  78. package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
  79. package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
  80. package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
  81. package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
  82. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  83. package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
  84. package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
  85. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
  86. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
  87. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  88. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
  89. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
  90. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  91. package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
  92. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
  93. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  94. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
  95. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
  96. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  97. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  98. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  99. package/dist/tsconfig.tsbuildinfo +1 -1
  100. 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;
@@ -4644,6 +4866,7 @@ declare const _default: {
4644
4866
  colSteps: string;
4645
4867
  colParticipation: string;
4646
4868
  colBillingTier: string;
4869
+ viewLog: string;
4647
4870
  statTotalTokens: string;
4648
4871
  statTotalCost: string;
4649
4872
  statRemainingQuota: string;
@@ -6912,6 +7135,7 @@ declare const _default: {
6912
7135
  editInstruction: string;
6913
7136
  evidenceRequired: string;
6914
7137
  executionHistory: string;
7138
+ externalConversations: string;
6915
7139
  executionIdentity: string;
6916
7140
  executionSteps: string;
6917
7141
  executionStepsEmpty: string;
@@ -8101,7 +8325,13 @@ declare const _default: {
8101
8325
  common: {
8102
8326
  cancel: string;
8103
8327
  };
8328
+ readOnlyTag: string;
8329
+ siteCol: string;
8330
+ statusCol: string;
8331
+ searchLabel: string;
8332
+ reassignTitle: string;
8104
8333
  link: {
8334
+ contactIdUuidLabel: string;
8105
8335
  noResult: string;
8106
8336
  linked: string;
8107
8337
  failed: string;
@@ -8153,6 +8383,30 @@ declare const _default: {
8153
8383
  breadcrumbPlatform: string;
8154
8384
  refresh: string;
8155
8385
  status: {
8386
+ conflictedTag: string;
8387
+ resolvedTag: string;
8388
+ noneTag: string;
8389
+ retry: string;
8390
+ pushAria: string;
8391
+ pullAria: string;
8392
+ refreshAria: string;
8393
+ contractNoteAlert: string;
8394
+ diffInspectionAlert: string;
8395
+ conflictMarkersAlert: string;
8396
+ colFilePath: string;
8397
+ colChangeType: string;
8398
+ colSource: string;
8399
+ colLastModified: string;
8400
+ colConflictStatus: string;
8401
+ colActions: string;
8402
+ changeTypeModified: string;
8403
+ changeTypeAdded: string;
8404
+ changeTypeDeleted: string;
8405
+ pullModalTitle: string;
8406
+ pullOkText: string;
8407
+ pushButton: string;
8408
+ pullButton: string;
8409
+ lastModifiedPrefix: string;
8156
8410
  pushSubmitted: string;
8157
8411
  noPushableDeletes: string;
8158
8412
  confirmPushDeletes: string;
@@ -8172,6 +8426,29 @@ declare const _default: {
8172
8426
  unsupportedPull: string;
8173
8427
  };
8174
8428
  baseline: {
8429
+ retry: string;
8430
+ historyTitle: string;
8431
+ pullFromRemoteAria: string;
8432
+ refreshAria: string;
8433
+ resetAria: string;
8434
+ setBaselineAria: string;
8435
+ contractNoteAlert: string;
8436
+ currentBaselineTitle: string;
8437
+ colBaselineId: string;
8438
+ colAvailable: string;
8439
+ colRevision: string;
8440
+ colSource: string;
8441
+ colAuthor: string;
8442
+ colCreatedAt: string;
8443
+ colDescription: string;
8444
+ setBaselineTitle: string;
8445
+ setBaselineOk: string;
8446
+ baselineDescriptionLabel: string;
8447
+ pullFromRemoteButton: string;
8448
+ resetTrackingButton: string;
8449
+ setBaselineButton: string;
8450
+ availableTag: string;
8451
+ unavailableTag: string;
8175
8452
  rebuildSubmitted: string;
8176
8453
  setFailed: string;
8177
8454
  confirmReset: string;
@@ -8196,6 +8473,25 @@ declare const _default: {
8196
8473
  descPlaceholder: string;
8197
8474
  };
8198
8475
  conflict: {
8476
+ unresolved: string;
8477
+ pageTitle: string;
8478
+ refreshContentAria: string;
8479
+ markResolvedAria: string;
8480
+ contractNoteAlert: string;
8481
+ conflictFileTitle: string;
8482
+ selectFileLabel: string;
8483
+ colPath: string;
8484
+ colMarkers: string;
8485
+ colResolutionState: string;
8486
+ colBackendAction: string;
8487
+ sideBySideTitle: string;
8488
+ conflictMarkersTitle: string;
8489
+ breadcrumbSourceTracking: string;
8490
+ breadcrumbConflictResolution: string;
8491
+ markResolvedButton: string;
8492
+ readyToSubmitTag: string;
8493
+ pendingSelectionTag: string;
8494
+ resolvedVia: string;
8199
8495
  resolved: string;
8200
8496
  subtitle: string;
8201
8497
  contractNote: string;
@@ -8757,6 +9053,14 @@ declare const _default: {
8757
9053
  executionLogTitle: string;
8758
9054
  noExecutionRecords: string;
8759
9055
  executionLogReplay: string;
9056
+ stepGuardrail: string;
9057
+ stepThought: string;
9058
+ stepAction: string;
9059
+ stepObservation: string;
9060
+ labelModel: string;
9061
+ labelDuration: string;
9062
+ labelTokens: string;
9063
+ confidencePercent: string;
8760
9064
  totalSteps: string;
8761
9065
  totalTokens: string;
8762
9066
  totalDuration: string;
@@ -9146,6 +9450,29 @@ declare const _default: {
9146
9450
  };
9147
9451
  };
9148
9452
  deploymentPages: {
9453
+ envProduction: string;
9454
+ envDevelopmentSandbox: string;
9455
+ envTestSandbox: string;
9456
+ createChangeSetTitle: string;
9457
+ changeSetNameLabel: string;
9458
+ changeSetNamePlaceholder: string;
9459
+ changeSetDescriptionLabel: string;
9460
+ changeSetDescriptionPlaceholder: string;
9461
+ sourceEnvFieldLabel: string;
9462
+ sourceEnvironmentPlaceholder: string;
9463
+ targetEnvFieldLabel: string;
9464
+ targetEnvironmentPlaceholder: string;
9465
+ pageTitle: string;
9466
+ searchChangeSetsPlaceholder: string;
9467
+ statusFilterPlaceholder: string;
9468
+ changeSetCreated: string;
9469
+ sandboxLabel: string;
9470
+ nameRequired: string;
9471
+ sourceRequired: string;
9472
+ targetRequired: string;
9473
+ pageSubtitle: string;
9474
+ deleteTooltip: string;
9475
+ deleteDisabledTooltip: string;
9149
9476
  colName: string;
9150
9477
  colStatus: string;
9151
9478
  colComponentCount: string;
@@ -11673,6 +12000,12 @@ declare const _default: {
11673
12000
  currentSpend: string;
11674
12001
  monthlyBudget: string;
11675
12002
  notConfigured: string;
12003
+ agentFallbackPrefix: string;
12004
+ agentUnknown: string;
12005
+ setupNoticeBoth: string;
12006
+ setupNoticeBudget: string;
12007
+ setupNoticePricing: string;
12008
+ setupActionSmartCap: string;
11676
12009
  noBudgetConfigured: string;
11677
12010
  noBudgetConfiguredDescription: string;
11678
12011
  daysRemaining: string;
@@ -12091,6 +12424,8 @@ declare const _default: {
12091
12424
  summaryValue: string;
12092
12425
  includesOutcomeBilling: string;
12093
12426
  tokenCostOnly: string;
12427
+ billingPrivate: string;
12428
+ billingPrivateNote: string;
12094
12429
  phaseIntentDesc: string;
12095
12430
  phaseAgentMatchDesc: string;
12096
12431
  phaseExecutionDesc: string;
@@ -12815,6 +13150,53 @@ declare const _default: {
12815
13150
  fieldsSection: string;
12816
13151
  functionsSection: string;
12817
13152
  };
13153
+ builder: {
13154
+ nullNoInput: string;
13155
+ functionName: string;
13156
+ dateaddQuickSetup: string;
13157
+ dateField: string;
13158
+ offsetAmount: string;
13159
+ offsetUnit: string;
13160
+ ifQuickSetup: string;
13161
+ conditionField: string;
13162
+ conditionOperator: string;
13163
+ conditionValueType: string;
13164
+ conditionValue: string;
13165
+ returnsNull: string;
13166
+ noArguments: string;
13167
+ operator: string;
13168
+ left: string;
13169
+ right: string;
13170
+ stringConcatenation: string;
13171
+ negative: string;
13172
+ constants: string;
13173
+ field: string;
13174
+ compareTo: string;
13175
+ value: string;
13176
+ substituteValueType: string;
13177
+ substituteValue: string;
13178
+ picklistField: string;
13179
+ picklistValue: string;
13180
+ condition1: string;
13181
+ condition2: string;
13182
+ formulaPreview: string;
13183
+ placeholderExampleFormula: string;
13184
+ placeholderExampleCondition: string;
13185
+ placeholderExamplePicklist: string;
13186
+ placeholderEnterText: string;
13187
+ messagePreviewFailed: string;
13188
+ messagePreviewRequestFailed: string;
13189
+ messagePicklistConversion: string;
13190
+ messagePicklistComparison: string;
13191
+ messageArgCountOutOfRange: string;
13192
+ descIspickval: string;
13193
+ descNoMatchingFunctions: string;
13194
+ descNoMatchingFields: string;
13195
+ messageSyntaxPassed: string;
13196
+ messageSelectFieldFirst: string;
13197
+ messagePreviewNotConfigured: string;
13198
+ messageConditionInserted: string;
13199
+ };
12818
13200
  batchRecalculate: {
12819
13201
  title: string;
12820
13202
  skip: string;
@@ -13125,6 +13507,49 @@ declare const _default: {
13125
13507
  leaveCancel: string;
13126
13508
  };
13127
13509
  recordPageBuilder: {
13510
+ inspector: {
13511
+ sectionTabsContainer: string;
13512
+ sectionTabProperties: string;
13513
+ sectionComponentProperties: string;
13514
+ sectionVisibilityRules: string;
13515
+ sectionCustomLwc: string;
13516
+ sectionCurrentScope: string;
13517
+ sectionPageMap: string;
13518
+ titlePageScope: string;
13519
+ labelLabel: string;
13520
+ placeholderComponentTitle: string;
13521
+ labelRegion: string;
13522
+ labelConditionExpression: string;
13523
+ labelDeviceVisibility: string;
13524
+ labelLayout: string;
13525
+ labelRelatedObjectApiName: string;
13526
+ placeholderSelectRelatedObject: string;
13527
+ labelRelationshipField: string;
13528
+ labelDisplayStyle: string;
13529
+ labelVisibleFields: string;
13530
+ labelSortField: string;
13531
+ labelSortDirection: string;
13532
+ labelPageSize: string;
13533
+ labelDefaultTitle: string;
13534
+ labelContent: string;
13535
+ labelStageFieldApiName: string;
13536
+ labelStages: string;
13537
+ placeholderOneStagePerLine: string;
13538
+ placeholderStageExample: string;
13539
+ labelCurrentStage: string;
13540
+ labelComponent: string;
13541
+ labelComponentApiName: string;
13542
+ labelBundleUrl: string;
13543
+ labelBundleHash: string;
13544
+ labelRuntimeStatus: string;
13545
+ okTextApply: string;
13546
+ runtimeShellBadge: string;
13547
+ componentCountLabel: string;
13548
+ noSavedPages: string;
13549
+ apiNameLabel: string;
13550
+ atLeastOneTab: string;
13551
+ bundleReadyBadge: string;
13552
+ };
13128
13553
  formError: {
13129
13554
  nameRequired: string;
13130
13555
  internalNameRequired: string;
@@ -13975,6 +14400,8 @@ declare const _default: {
13975
14400
  };
13976
14401
  kanban: {
13977
14402
  cancel: string;
14403
+ cardDueSoon: string;
14404
+ cardRiskHigh: string;
13978
14405
  create: string;
13979
14406
  loadFailed: string;
13980
14407
  moveFailed: string;
@@ -14290,6 +14717,16 @@ declare const _default: {
14290
14717
  title: string;
14291
14718
  newPage: string;
14292
14719
  edit: string;
14720
+ newPageModal: {
14721
+ title: string;
14722
+ pageNameLabel: string;
14723
+ apiNameLabel: string;
14724
+ typeLabel: string;
14725
+ descriptionLabel: string;
14726
+ pageNameRequired: string;
14727
+ apiNameRequired: string;
14728
+ apiNamePatternHint: string;
14729
+ };
14293
14730
  createSuccess: string;
14294
14731
  pageTypes: {
14295
14732
  recordPage: string;
@@ -14677,6 +15114,48 @@ declare const _default: {
14677
15114
  promotional: string;
14678
15115
  useTemplate: string;
14679
15116
  welcome: string;
15117
+ templates: {
15118
+ welcomeBasic: {
15119
+ name: string;
15120
+ description: string;
15121
+ };
15122
+ welcomeOnboarding: {
15123
+ name: string;
15124
+ description: string;
15125
+ };
15126
+ promoSale: {
15127
+ name: string;
15128
+ description: string;
15129
+ };
15130
+ promoProductLaunch: {
15131
+ name: string;
15132
+ description: string;
15133
+ };
15134
+ notifyReminder: {
15135
+ name: string;
15136
+ description: string;
15137
+ };
15138
+ notifyActionRequired: {
15139
+ name: string;
15140
+ description: string;
15141
+ };
15142
+ holidaySeason: {
15143
+ name: string;
15144
+ description: string;
15145
+ };
15146
+ holidayNewYear: {
15147
+ name: string;
15148
+ description: string;
15149
+ };
15150
+ newsletterMonthly: {
15151
+ name: string;
15152
+ description: string;
15153
+ };
15154
+ newsletterWeeklyDigest: {
15155
+ name: string;
15156
+ description: string;
15157
+ };
15158
+ };
14680
15159
  };
14681
15160
  territory: {
14682
15161
  typesUnavailable: string;
@@ -15220,6 +15699,15 @@ declare const _default: {
15220
15699
  };
15221
15700
  decisionConfig: {
15222
15701
  title: string;
15702
+ outcomeLabel: string;
15703
+ outcomeApiName: string;
15704
+ colResource: string;
15705
+ colOperator: string;
15706
+ colValue: string;
15707
+ defaultBadge: string;
15708
+ placeholderResource: string;
15709
+ placeholderValue: string;
15710
+ addOutcome: string;
15223
15711
  description: string;
15224
15712
  noConditionWarning: string;
15225
15713
  deleteCondition: string;
@@ -16097,6 +16585,9 @@ declare const _default: {
16097
16585
  recordList: {
16098
16586
  actions: string;
16099
16587
  refresh: string;
16588
+ density: string;
16589
+ densityCompact: string;
16590
+ densityComfy: string;
16100
16591
  export: string;
16101
16592
  moreActions: string;
16102
16593
  exportTitle: string;
@@ -16336,6 +16827,12 @@ declare const _default: {
16336
16827
  details: string;
16337
16828
  saveSuccess: string;
16338
16829
  saveFailed: string;
16830
+ contextActionApplied: string;
16831
+ taskCreated: string;
16832
+ aiNarrativeGuidanceOnly: string;
16833
+ actionTargetNotConfigured: string;
16834
+ actionNeedsConfiguration: string;
16835
+ pathAriaLabel: string;
16339
16836
  deleted: string;
16340
16837
  deleteFailed: string;
16341
16838
  deleteUndone: string;
@@ -16619,6 +17116,33 @@ declare const _default: {
16619
17116
  rawModeDesc: string;
16620
17117
  switchToVisual: string;
16621
17118
  };
17119
+ flowBuilderCanvas: {
17120
+ undoTitle: string;
17121
+ redoTitle: string;
17122
+ saveTitle: string;
17123
+ newVersionTitle: string;
17124
+ activateTitle: string;
17125
+ rollbackTitle: string;
17126
+ autoLayoutApplied: string;
17127
+ switchedToFreeForm: string;
17128
+ flowSaved: string;
17129
+ };
17130
+ workspaceLogo: {
17131
+ uploadButton: string;
17132
+ workspaceIdNotFound: string;
17133
+ uploadSuccess: string;
17134
+ uploadFailed: string;
17135
+ removeSuccess: string;
17136
+ removeFailed: string;
17137
+ };
17138
+ reportDesigner: {
17139
+ fieldsTitle: string;
17140
+ columnsLabel: string;
17141
+ groupByLabel: string;
17142
+ summaryLabel: string;
17143
+ previewTitle: string;
17144
+ configSaved: string;
17145
+ };
16622
17146
  workflowRulesPage: {
16623
17147
  layoutTitle: string;
16624
17148
  breadcrumbWorkspace: string;
@@ -16823,6 +17347,33 @@ declare const _default: {
16823
17347
  abortSuccess: string;
16824
17348
  abortError: string;
16825
17349
  };
17350
+ platformCommercialPricing: {
17351
+ actionSucceeded: string;
17352
+ actionFailed: string;
17353
+ catalog: string;
17354
+ promotions: string;
17355
+ agreements: string;
17356
+ version: string;
17357
+ status: string;
17358
+ currency: string;
17359
+ effectiveFrom: string;
17360
+ entries: string;
17361
+ actions: string;
17362
+ activate: string;
17363
+ retire: string;
17364
+ suspend: string;
17365
+ code: string;
17366
+ benefit: string;
17367
+ scope: string;
17368
+ workspace: string;
17369
+ agreementKey: string;
17370
+ contractEvidence: string;
17371
+ overrides: string;
17372
+ privateNotice: string;
17373
+ workspaceFilter: string;
17374
+ loadFailed: string;
17375
+ retry: string;
17376
+ };
16826
17377
  platformAdmin: {
16827
17378
  menuChannelProvider: string;
16828
17379
  adminPanelUi: {
@@ -17610,6 +18161,9 @@ declare const _default: {
17610
18161
  menuOpsSubscriptions: string;
17611
18162
  menuOpsHealth: string;
17612
18163
  menuOpsBilling: string;
18164
+ menuCommercialCatalog: string;
18165
+ menuPromotions: string;
18166
+ menuCustomerAgreements: string;
17613
18167
  menuOpsRenewals: string;
17614
18168
  menuAiProvider: string;
17615
18169
  menuDemoAccess: string;
@@ -18541,6 +19095,27 @@ declare const _default: {
18541
19095
  REDIRECT_REQUIRED: string;
18542
19096
  };
18543
19097
  connectivityCode: {
19098
+ FEISHU_TOKEN_OK: string;
19099
+ FEISHU_TOKEN_REJECTED: string;
19100
+ FEISHU_MESSAGE_DELIVERY_OK: string;
19101
+ FEISHU_MESSAGE_DELIVERY_REJECTED: string;
19102
+ FEISHU_TEST_INPUT_REQUIRED: string;
19103
+ FEISHU_TEST_INPUT_INVALID: string;
19104
+ WECOM_TOKEN_OK: string;
19105
+ WECOM_TOKEN_REJECTED: string;
19106
+ WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
19107
+ DINGTALK_TOKEN_OK: string;
19108
+ DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
19109
+ DINGTALK_TOKEN_REJECTED: string;
19110
+ SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
19111
+ SLACK_CREDENTIALS_REJECTED: string;
19112
+ TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
19113
+ TEAMS_CREDENTIALS_REJECTED: string;
19114
+ API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
19115
+ API_CALLBACK_OK: string;
19116
+ API_CALLBACK_REJECTED: string;
19117
+ WEB_CHAT_WIDGET_TEST_REQUIRED: string;
19118
+ TELEPHONY_TEST_REQUIRED: string;
18544
19119
  WEBHOOK_DELIVERY_OK: string;
18545
19120
  WEBHOOK_HTTP_REJECTED: string;
18546
19121
  WEBHOOK_PROVIDER_REJECTED: string;
@@ -18552,8 +19127,35 @@ declare const _default: {
18552
19127
  };
18553
19128
  webhookTestTitle: string;
18554
19129
  webhookTestDescription: string;
18555
- webhookTestPlaceholder: string;
18556
- webhookTestSend: string;
19130
+ deliveryTestEmployeeLabel: string;
19131
+ deliveryTestEmployeePlaceholder: string;
19132
+ deliveryTestGenerateAndSend: string;
19133
+ deliveryTestScenarioLabel: string;
19134
+ deliveryTestScenario: {
19135
+ welcome: {
19136
+ label: string;
19137
+ prompt: string;
19138
+ };
19139
+ event_reminder: {
19140
+ label: string;
19141
+ prompt: string;
19142
+ };
19143
+ service_follow_up: {
19144
+ label: string;
19145
+ prompt: string;
19146
+ };
19147
+ };
19148
+ deliveryTestGenerationPrompt: string;
19149
+ deliveryTestGenerationFailed: string;
19150
+ sendTestMessage: string;
19151
+ testCredentials: string;
19152
+ credentialTestTitle: string;
19153
+ credentialTestScopeTitle: string;
19154
+ credentialTestScopeDescription: string;
19155
+ startCredentialTest: string;
19156
+ feishuMessageTestTitle: string;
19157
+ feishuMessageTestDescription: string;
19158
+ feishuChatIdPlaceholder: string;
18557
19159
  toolLabel: {
18558
19160
  recordQuery: string;
18559
19161
  recordAggregate: string;
@@ -18625,11 +19227,11 @@ declare const _default: {
18625
19227
  field: {
18626
19228
  webhook: {
18627
19229
  webhookUrl: string;
19230
+ dingtalkSigningSecret: string;
18628
19231
  };
18629
19232
  wecom: {
18630
- corpId: string;
18631
- agentId: string;
18632
- secret: string;
19233
+ token: string;
19234
+ aesKey: string;
18633
19235
  };
18634
19236
  };
18635
19237
  simNoReply: string;
@@ -18694,6 +19296,18 @@ declare const _default: {
18694
19296
  copyCallbackUrl: string;
18695
19297
  copyCallbackUrlAria: string;
18696
19298
  callbackUrlCopied: string;
19299
+ callbackUrlCopyFailed: string;
19300
+ connectionModeLabel: string;
19301
+ connectionMode: {
19302
+ stream: string;
19303
+ callback: string;
19304
+ streamHelp: string;
19305
+ callbackHelp: string;
19306
+ };
19307
+ dingtalkStreamReady: string;
19308
+ dingtalkStreamError: string;
19309
+ dingtalkStreamStepTitle: string;
19310
+ dingtalkStreamStepDescription: string;
18697
19311
  confirmDelete: string;
18698
19312
  delete: string;
18699
19313
  cancel: string;
@@ -18717,6 +19331,7 @@ declare const _default: {
18717
19331
  fillIn: string;
18718
19332
  webhookFillIn: string;
18719
19333
  webhookUrlRequired: string;
19334
+ credentialFieldRequired: string;
18720
19335
  webhookSetupTitle: string;
18721
19336
  webhookSetupDescription: string;
18722
19337
  webhookStepAdd: string;
@@ -19114,6 +19729,38 @@ declare const _default: {
19114
19729
  billingTierFull: string;
19115
19730
  billingTierHalf: string;
19116
19731
  billingTierNone: string;
19732
+ opsAgentPrefix: string;
19733
+ opsAgentUnknown: string;
19734
+ opsScoringAgentActions: string;
19735
+ opsScoringTotalActions: string;
19736
+ opsScoringRawRatio: string;
19737
+ opsScoringWeighted: string;
19738
+ opsOutcomeType: {
19739
+ lead_created: string;
19740
+ mql: string;
19741
+ opportunity_created: string;
19742
+ opportunity_won: string;
19743
+ customer_activated: string;
19744
+ case_closed: string;
19745
+ };
19746
+ opsBillingStatus: {
19747
+ pending: string;
19748
+ confirmed: string;
19749
+ waived: string;
19750
+ cancelled: string;
19751
+ };
19752
+ opsDisputeStatus: {
19753
+ none: string;
19754
+ open: string;
19755
+ raised: string;
19756
+ reviewing: string;
19757
+ resolved: string;
19758
+ };
19759
+ opsBillingTier: {
19760
+ full: string;
19761
+ half: string;
19762
+ none: string;
19763
+ };
19117
19764
  };
19118
19765
  homeDashboard: {
19119
19766
  saveSuccess: string;