@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,11 +920,20 @@ 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;
@@ -904,6 +1001,7 @@ declare const _default: {
904
1001
  contactAll: string;
905
1002
  salesFolder: string;
906
1003
  salesOpportunity: string;
1004
+ forecastCenter: string;
907
1005
  cpqFolder: string;
908
1006
  cpqProduct: string;
909
1007
  cpqPriceBook: string;
@@ -1990,8 +2088,22 @@ declare const _default: {
1990
2088
  cancelWarningItem3: string;
1991
2089
  cancelWarningItem4: string;
1992
2090
  planCycleCaption: string;
2091
+ quoteRequired: string;
2092
+ quoteRequiredDesc: string;
1993
2093
  loadFailed: string;
1994
2094
  loadFailedDesc: string;
2095
+ opsPlanHealth: string;
2096
+ opsQuotaRisk: string;
2097
+ opsPendingInvoice: string;
2098
+ opsNextActions: string;
2099
+ opsCycleProgress: string;
2100
+ opsDaysUntilNextBill: string;
2101
+ opsBillDueToday: string;
2102
+ opsQuotaHealthy: string;
2103
+ opsInvoiceDegraded: string;
2104
+ opsActionViewUsage: string;
2105
+ opsActionSmartCap: string;
2106
+ opsActionContactSales: string;
1995
2107
  enterpriseQuotaSaveSuccess: string;
1996
2108
  enterpriseQuotaSaveFailed: string;
1997
2109
  enterpriseQuotaConfigTitle: string;
@@ -2711,6 +2823,16 @@ declare const _default: {
2711
2823
  };
2712
2824
  developer: {
2713
2825
  apiCredentials: string;
2826
+ pluginSubmit: {
2827
+ pluginNameLabel: string;
2828
+ displayNameLabel: string;
2829
+ versionLabel: string;
2830
+ descriptionLabel: string;
2831
+ authorLabel: string;
2832
+ categoryLabel: string;
2833
+ permissionsLabel: string;
2834
+ sourceBundleUrlLabel: string;
2835
+ };
2714
2836
  credentialsUnavailable: string;
2715
2837
  credentialsUnavailableReason: string;
2716
2838
  dashboard: string;
@@ -2925,15 +3047,68 @@ declare const _default: {
2925
3047
  };
2926
3048
  namedCredentials: {
2927
3049
  title: string;
3050
+ rotate: string;
3051
+ detailName: string;
3052
+ detailType: string;
3053
+ detailStatus: string;
3054
+ detailEndpoint: string;
3055
+ detailDescription: string;
3056
+ detailCreatedBy: string;
3057
+ detailLastUsed: string;
3058
+ neverUsed: string;
3059
+ noConfigurationData: string;
3060
+ selectCredentialForAudit: string;
3061
+ tokenUrl: string;
3062
+ clientId: string;
3063
+ clientSecret: string;
3064
+ scopes: string;
3065
+ apiKey: string;
3066
+ headerName: string;
3067
+ username: string;
3068
+ password: string;
3069
+ certificate: string;
3070
+ privateKey: string;
3071
+ deleteConfirmTitle: string;
3072
+ filterByType: string;
3073
+ nameLabel: string;
3074
+ descriptionLabel: string;
3075
+ endpointUrl: string;
3076
+ credentialType: string;
3077
+ selectType: string;
3078
+ newApiKey: string;
3079
+ enterNewApiKey: string;
3080
+ basicInfo: string;
3081
+ configurationMasked: string;
3082
+ selectCredential: string;
3083
+ createdMsg: string;
3084
+ updatedMsg: string;
3085
+ deletedMsg: string;
3086
+ rotatedMsg: string;
2928
3087
  };
2929
3088
  oauth2: {
2930
3089
  clients: string;
2931
3090
  createApp: string;
3091
+ clientIdLabel: string;
3092
+ clientSecretLabel: string;
3093
+ secretSaveNowHint: string;
3094
+ appNameLabel: string;
3095
+ descriptionLabel: string;
3096
+ redirectUrisLabel: string;
3097
+ allowedScopesLabel: string;
3098
+ copied: string;
3099
+ clientCreatedTitle: string;
2932
3100
  };
2933
3101
  plugins: {
2934
3102
  configSaved: string;
2935
3103
  configuration: string;
2936
3104
  details: string;
3105
+ installationIdLabel: string;
3106
+ pluginIdLabel: string;
3107
+ versionLabel: string;
3108
+ configJsonLabel: string;
3109
+ targetVersionPlaceholder: string;
3110
+ rollbackConfirmTitle: string;
3111
+ invalidJson: string;
2937
3112
  permissions: string;
2938
3113
  rollback: string;
2939
3114
  rolledBack: string;
@@ -2955,6 +3130,29 @@ declare const _default: {
2955
3130
  title: string;
2956
3131
  performanceUnavailable: string;
2957
3132
  performanceUnavailableReason: string;
3133
+ deactivate: string;
3134
+ jobLabel: string;
3135
+ statusLabel: string;
3136
+ deactivateConfirmTitle: string;
3137
+ createPolicyTitle: string;
3138
+ objectLabel: string;
3139
+ objectPlaceholder: string;
3140
+ fieldLabel: string;
3141
+ fieldPlaceholder: string;
3142
+ searchable: string;
3143
+ statTotalEncryptedFields: string;
3144
+ statActiveKeys: string;
3145
+ statPoliciesWithRecords: string;
3146
+ statEncryptedRecordsPerPolicy: string;
3147
+ statPerformanceMetrics: string;
3148
+ keyHistory: string;
3149
+ rotateConfirmTitle: string;
3150
+ reEncryption: string;
3151
+ selectPolicyToReEncrypt: string;
3152
+ policyCreatedMsg: string;
3153
+ policyDeactivatedMsg: string;
3154
+ keyRotatedMsg: string;
3155
+ reEncryptionTriggeredMsg: string;
2958
3156
  };
2959
3157
  webhooks: {
2960
3158
  dlq: string;
@@ -3174,6 +3372,12 @@ declare const _default: {
3174
3372
  breadcrumbWorkspace: string;
3175
3373
  breadcrumbSecurity: string;
3176
3374
  breadcrumbNew: string;
3375
+ entityIdAddon: string;
3376
+ namePlaceholder: string;
3377
+ entityIdLabel: string;
3378
+ idpIssuerLabel: string;
3379
+ idpSsoUrlLabel: string;
3380
+ x509CertLabel: string;
3177
3381
  sectionName: string;
3178
3382
  sectionNameDesc: string;
3179
3383
  nameRequired: string;
@@ -6912,6 +7116,7 @@ declare const _default: {
6912
7116
  editInstruction: string;
6913
7117
  evidenceRequired: string;
6914
7118
  executionHistory: string;
7119
+ externalConversations: string;
6915
7120
  executionIdentity: string;
6916
7121
  executionSteps: string;
6917
7122
  executionStepsEmpty: string;
@@ -8101,7 +8306,13 @@ declare const _default: {
8101
8306
  common: {
8102
8307
  cancel: string;
8103
8308
  };
8309
+ readOnlyTag: string;
8310
+ siteCol: string;
8311
+ statusCol: string;
8312
+ searchLabel: string;
8313
+ reassignTitle: string;
8104
8314
  link: {
8315
+ contactIdUuidLabel: string;
8105
8316
  noResult: string;
8106
8317
  linked: string;
8107
8318
  failed: string;
@@ -8153,6 +8364,30 @@ declare const _default: {
8153
8364
  breadcrumbPlatform: string;
8154
8365
  refresh: string;
8155
8366
  status: {
8367
+ conflictedTag: string;
8368
+ resolvedTag: string;
8369
+ noneTag: string;
8370
+ retry: string;
8371
+ pushAria: string;
8372
+ pullAria: string;
8373
+ refreshAria: string;
8374
+ contractNoteAlert: string;
8375
+ diffInspectionAlert: string;
8376
+ conflictMarkersAlert: string;
8377
+ colFilePath: string;
8378
+ colChangeType: string;
8379
+ colSource: string;
8380
+ colLastModified: string;
8381
+ colConflictStatus: string;
8382
+ colActions: string;
8383
+ changeTypeModified: string;
8384
+ changeTypeAdded: string;
8385
+ changeTypeDeleted: string;
8386
+ pullModalTitle: string;
8387
+ pullOkText: string;
8388
+ pushButton: string;
8389
+ pullButton: string;
8390
+ lastModifiedPrefix: string;
8156
8391
  pushSubmitted: string;
8157
8392
  noPushableDeletes: string;
8158
8393
  confirmPushDeletes: string;
@@ -8172,6 +8407,29 @@ declare const _default: {
8172
8407
  unsupportedPull: string;
8173
8408
  };
8174
8409
  baseline: {
8410
+ retry: string;
8411
+ historyTitle: string;
8412
+ pullFromRemoteAria: string;
8413
+ refreshAria: string;
8414
+ resetAria: string;
8415
+ setBaselineAria: string;
8416
+ contractNoteAlert: string;
8417
+ currentBaselineTitle: string;
8418
+ colBaselineId: string;
8419
+ colAvailable: string;
8420
+ colRevision: string;
8421
+ colSource: string;
8422
+ colAuthor: string;
8423
+ colCreatedAt: string;
8424
+ colDescription: string;
8425
+ setBaselineTitle: string;
8426
+ setBaselineOk: string;
8427
+ baselineDescriptionLabel: string;
8428
+ pullFromRemoteButton: string;
8429
+ resetTrackingButton: string;
8430
+ setBaselineButton: string;
8431
+ availableTag: string;
8432
+ unavailableTag: string;
8175
8433
  rebuildSubmitted: string;
8176
8434
  setFailed: string;
8177
8435
  confirmReset: string;
@@ -8196,6 +8454,25 @@ declare const _default: {
8196
8454
  descPlaceholder: string;
8197
8455
  };
8198
8456
  conflict: {
8457
+ unresolved: string;
8458
+ pageTitle: string;
8459
+ refreshContentAria: string;
8460
+ markResolvedAria: string;
8461
+ contractNoteAlert: string;
8462
+ conflictFileTitle: string;
8463
+ selectFileLabel: string;
8464
+ colPath: string;
8465
+ colMarkers: string;
8466
+ colResolutionState: string;
8467
+ colBackendAction: string;
8468
+ sideBySideTitle: string;
8469
+ conflictMarkersTitle: string;
8470
+ breadcrumbSourceTracking: string;
8471
+ breadcrumbConflictResolution: string;
8472
+ markResolvedButton: string;
8473
+ readyToSubmitTag: string;
8474
+ pendingSelectionTag: string;
8475
+ resolvedVia: string;
8199
8476
  resolved: string;
8200
8477
  subtitle: string;
8201
8478
  contractNote: string;
@@ -8757,6 +9034,14 @@ declare const _default: {
8757
9034
  executionLogTitle: string;
8758
9035
  noExecutionRecords: string;
8759
9036
  executionLogReplay: string;
9037
+ stepGuardrail: string;
9038
+ stepThought: string;
9039
+ stepAction: string;
9040
+ stepObservation: string;
9041
+ labelModel: string;
9042
+ labelDuration: string;
9043
+ labelTokens: string;
9044
+ confidencePercent: string;
8760
9045
  totalSteps: string;
8761
9046
  totalTokens: string;
8762
9047
  totalDuration: string;
@@ -9146,6 +9431,29 @@ declare const _default: {
9146
9431
  };
9147
9432
  };
9148
9433
  deploymentPages: {
9434
+ envProduction: string;
9435
+ envDevelopmentSandbox: string;
9436
+ envTestSandbox: string;
9437
+ createChangeSetTitle: string;
9438
+ changeSetNameLabel: string;
9439
+ changeSetNamePlaceholder: string;
9440
+ changeSetDescriptionLabel: string;
9441
+ changeSetDescriptionPlaceholder: string;
9442
+ sourceEnvFieldLabel: string;
9443
+ sourceEnvironmentPlaceholder: string;
9444
+ targetEnvFieldLabel: string;
9445
+ targetEnvironmentPlaceholder: string;
9446
+ pageTitle: string;
9447
+ searchChangeSetsPlaceholder: string;
9448
+ statusFilterPlaceholder: string;
9449
+ changeSetCreated: string;
9450
+ sandboxLabel: string;
9451
+ nameRequired: string;
9452
+ sourceRequired: string;
9453
+ targetRequired: string;
9454
+ pageSubtitle: string;
9455
+ deleteTooltip: string;
9456
+ deleteDisabledTooltip: string;
9149
9457
  colName: string;
9150
9458
  colStatus: string;
9151
9459
  colComponentCount: string;
@@ -11673,6 +11981,12 @@ declare const _default: {
11673
11981
  currentSpend: string;
11674
11982
  monthlyBudget: string;
11675
11983
  notConfigured: string;
11984
+ agentFallbackPrefix: string;
11985
+ agentUnknown: string;
11986
+ setupNoticeBoth: string;
11987
+ setupNoticeBudget: string;
11988
+ setupNoticePricing: string;
11989
+ setupActionSmartCap: string;
11676
11990
  noBudgetConfigured: string;
11677
11991
  noBudgetConfiguredDescription: string;
11678
11992
  daysRemaining: string;
@@ -12091,6 +12405,8 @@ declare const _default: {
12091
12405
  summaryValue: string;
12092
12406
  includesOutcomeBilling: string;
12093
12407
  tokenCostOnly: string;
12408
+ billingPrivate: string;
12409
+ billingPrivateNote: string;
12094
12410
  phaseIntentDesc: string;
12095
12411
  phaseAgentMatchDesc: string;
12096
12412
  phaseExecutionDesc: string;
@@ -12815,6 +13131,53 @@ declare const _default: {
12815
13131
  fieldsSection: string;
12816
13132
  functionsSection: string;
12817
13133
  };
13134
+ builder: {
13135
+ nullNoInput: string;
13136
+ functionName: string;
13137
+ dateaddQuickSetup: string;
13138
+ dateField: string;
13139
+ offsetAmount: string;
13140
+ offsetUnit: string;
13141
+ ifQuickSetup: string;
13142
+ conditionField: string;
13143
+ conditionOperator: string;
13144
+ conditionValueType: string;
13145
+ conditionValue: string;
13146
+ returnsNull: string;
13147
+ noArguments: string;
13148
+ operator: string;
13149
+ left: string;
13150
+ right: string;
13151
+ stringConcatenation: string;
13152
+ negative: string;
13153
+ constants: string;
13154
+ field: string;
13155
+ compareTo: string;
13156
+ value: string;
13157
+ substituteValueType: string;
13158
+ substituteValue: string;
13159
+ picklistField: string;
13160
+ picklistValue: string;
13161
+ condition1: string;
13162
+ condition2: string;
13163
+ formulaPreview: string;
13164
+ placeholderExampleFormula: string;
13165
+ placeholderExampleCondition: string;
13166
+ placeholderExamplePicklist: string;
13167
+ placeholderEnterText: string;
13168
+ messagePreviewFailed: string;
13169
+ messagePreviewRequestFailed: string;
13170
+ messagePicklistConversion: string;
13171
+ messagePicklistComparison: string;
13172
+ messageArgCountOutOfRange: string;
13173
+ descIspickval: string;
13174
+ descNoMatchingFunctions: string;
13175
+ descNoMatchingFields: string;
13176
+ messageSyntaxPassed: string;
13177
+ messageSelectFieldFirst: string;
13178
+ messagePreviewNotConfigured: string;
13179
+ messageConditionInserted: string;
13180
+ };
12818
13181
  batchRecalculate: {
12819
13182
  title: string;
12820
13183
  skip: string;
@@ -13125,6 +13488,49 @@ declare const _default: {
13125
13488
  leaveCancel: string;
13126
13489
  };
13127
13490
  recordPageBuilder: {
13491
+ inspector: {
13492
+ sectionTabsContainer: string;
13493
+ sectionTabProperties: string;
13494
+ sectionComponentProperties: string;
13495
+ sectionVisibilityRules: string;
13496
+ sectionCustomLwc: string;
13497
+ sectionCurrentScope: string;
13498
+ sectionPageMap: string;
13499
+ titlePageScope: string;
13500
+ labelLabel: string;
13501
+ placeholderComponentTitle: string;
13502
+ labelRegion: string;
13503
+ labelConditionExpression: string;
13504
+ labelDeviceVisibility: string;
13505
+ labelLayout: string;
13506
+ labelRelatedObjectApiName: string;
13507
+ placeholderSelectRelatedObject: string;
13508
+ labelRelationshipField: string;
13509
+ labelDisplayStyle: string;
13510
+ labelVisibleFields: string;
13511
+ labelSortField: string;
13512
+ labelSortDirection: string;
13513
+ labelPageSize: string;
13514
+ labelDefaultTitle: string;
13515
+ labelContent: string;
13516
+ labelStageFieldApiName: string;
13517
+ labelStages: string;
13518
+ placeholderOneStagePerLine: string;
13519
+ placeholderStageExample: string;
13520
+ labelCurrentStage: string;
13521
+ labelComponent: string;
13522
+ labelComponentApiName: string;
13523
+ labelBundleUrl: string;
13524
+ labelBundleHash: string;
13525
+ labelRuntimeStatus: string;
13526
+ okTextApply: string;
13527
+ runtimeShellBadge: string;
13528
+ componentCountLabel: string;
13529
+ noSavedPages: string;
13530
+ apiNameLabel: string;
13531
+ atLeastOneTab: string;
13532
+ bundleReadyBadge: string;
13533
+ };
13128
13534
  formError: {
13129
13535
  nameRequired: string;
13130
13536
  internalNameRequired: string;
@@ -13975,6 +14381,8 @@ declare const _default: {
13975
14381
  };
13976
14382
  kanban: {
13977
14383
  cancel: string;
14384
+ cardDueSoon: string;
14385
+ cardRiskHigh: string;
13978
14386
  create: string;
13979
14387
  loadFailed: string;
13980
14388
  moveFailed: string;
@@ -14290,6 +14698,16 @@ declare const _default: {
14290
14698
  title: string;
14291
14699
  newPage: string;
14292
14700
  edit: string;
14701
+ newPageModal: {
14702
+ title: string;
14703
+ pageNameLabel: string;
14704
+ apiNameLabel: string;
14705
+ typeLabel: string;
14706
+ descriptionLabel: string;
14707
+ pageNameRequired: string;
14708
+ apiNameRequired: string;
14709
+ apiNamePatternHint: string;
14710
+ };
14293
14711
  createSuccess: string;
14294
14712
  pageTypes: {
14295
14713
  recordPage: string;
@@ -14677,6 +15095,48 @@ declare const _default: {
14677
15095
  promotional: string;
14678
15096
  useTemplate: string;
14679
15097
  welcome: string;
15098
+ templates: {
15099
+ welcomeBasic: {
15100
+ name: string;
15101
+ description: string;
15102
+ };
15103
+ welcomeOnboarding: {
15104
+ name: string;
15105
+ description: string;
15106
+ };
15107
+ promoSale: {
15108
+ name: string;
15109
+ description: string;
15110
+ };
15111
+ promoProductLaunch: {
15112
+ name: string;
15113
+ description: string;
15114
+ };
15115
+ notifyReminder: {
15116
+ name: string;
15117
+ description: string;
15118
+ };
15119
+ notifyActionRequired: {
15120
+ name: string;
15121
+ description: string;
15122
+ };
15123
+ holidaySeason: {
15124
+ name: string;
15125
+ description: string;
15126
+ };
15127
+ holidayNewYear: {
15128
+ name: string;
15129
+ description: string;
15130
+ };
15131
+ newsletterMonthly: {
15132
+ name: string;
15133
+ description: string;
15134
+ };
15135
+ newsletterWeeklyDigest: {
15136
+ name: string;
15137
+ description: string;
15138
+ };
15139
+ };
14680
15140
  };
14681
15141
  territory: {
14682
15142
  typesUnavailable: string;
@@ -15220,6 +15680,15 @@ declare const _default: {
15220
15680
  };
15221
15681
  decisionConfig: {
15222
15682
  title: string;
15683
+ outcomeLabel: string;
15684
+ outcomeApiName: string;
15685
+ colResource: string;
15686
+ colOperator: string;
15687
+ colValue: string;
15688
+ defaultBadge: string;
15689
+ placeholderResource: string;
15690
+ placeholderValue: string;
15691
+ addOutcome: string;
15223
15692
  description: string;
15224
15693
  noConditionWarning: string;
15225
15694
  deleteCondition: string;
@@ -16097,6 +16566,9 @@ declare const _default: {
16097
16566
  recordList: {
16098
16567
  actions: string;
16099
16568
  refresh: string;
16569
+ density: string;
16570
+ densityCompact: string;
16571
+ densityComfy: string;
16100
16572
  export: string;
16101
16573
  moreActions: string;
16102
16574
  exportTitle: string;
@@ -16336,6 +16808,7 @@ declare const _default: {
16336
16808
  details: string;
16337
16809
  saveSuccess: string;
16338
16810
  saveFailed: string;
16811
+ pathAriaLabel: string;
16339
16812
  deleted: string;
16340
16813
  deleteFailed: string;
16341
16814
  deleteUndone: string;
@@ -16619,6 +17092,33 @@ declare const _default: {
16619
17092
  rawModeDesc: string;
16620
17093
  switchToVisual: string;
16621
17094
  };
17095
+ flowBuilderCanvas: {
17096
+ undoTitle: string;
17097
+ redoTitle: string;
17098
+ saveTitle: string;
17099
+ newVersionTitle: string;
17100
+ activateTitle: string;
17101
+ rollbackTitle: string;
17102
+ autoLayoutApplied: string;
17103
+ switchedToFreeForm: string;
17104
+ flowSaved: string;
17105
+ };
17106
+ workspaceLogo: {
17107
+ uploadButton: string;
17108
+ workspaceIdNotFound: string;
17109
+ uploadSuccess: string;
17110
+ uploadFailed: string;
17111
+ removeSuccess: string;
17112
+ removeFailed: string;
17113
+ };
17114
+ reportDesigner: {
17115
+ fieldsTitle: string;
17116
+ columnsLabel: string;
17117
+ groupByLabel: string;
17118
+ summaryLabel: string;
17119
+ previewTitle: string;
17120
+ configSaved: string;
17121
+ };
16622
17122
  workflowRulesPage: {
16623
17123
  layoutTitle: string;
16624
17124
  breadcrumbWorkspace: string;
@@ -16823,6 +17323,33 @@ declare const _default: {
16823
17323
  abortSuccess: string;
16824
17324
  abortError: string;
16825
17325
  };
17326
+ platformCommercialPricing: {
17327
+ actionSucceeded: string;
17328
+ actionFailed: string;
17329
+ catalog: string;
17330
+ promotions: string;
17331
+ agreements: string;
17332
+ version: string;
17333
+ status: string;
17334
+ currency: string;
17335
+ effectiveFrom: string;
17336
+ entries: string;
17337
+ actions: string;
17338
+ activate: string;
17339
+ retire: string;
17340
+ suspend: string;
17341
+ code: string;
17342
+ benefit: string;
17343
+ scope: string;
17344
+ workspace: string;
17345
+ agreementKey: string;
17346
+ contractEvidence: string;
17347
+ overrides: string;
17348
+ privateNotice: string;
17349
+ workspaceFilter: string;
17350
+ loadFailed: string;
17351
+ retry: string;
17352
+ };
16826
17353
  platformAdmin: {
16827
17354
  menuChannelProvider: string;
16828
17355
  adminPanelUi: {
@@ -17610,6 +18137,9 @@ declare const _default: {
17610
18137
  menuOpsSubscriptions: string;
17611
18138
  menuOpsHealth: string;
17612
18139
  menuOpsBilling: string;
18140
+ menuCommercialCatalog: string;
18141
+ menuPromotions: string;
18142
+ menuCustomerAgreements: string;
17613
18143
  menuOpsRenewals: string;
17614
18144
  menuAiProvider: string;
17615
18145
  menuDemoAccess: string;
@@ -18541,6 +19071,27 @@ declare const _default: {
18541
19071
  REDIRECT_REQUIRED: string;
18542
19072
  };
18543
19073
  connectivityCode: {
19074
+ FEISHU_TOKEN_OK: string;
19075
+ FEISHU_TOKEN_REJECTED: string;
19076
+ FEISHU_MESSAGE_DELIVERY_OK: string;
19077
+ FEISHU_MESSAGE_DELIVERY_REJECTED: string;
19078
+ FEISHU_TEST_INPUT_REQUIRED: string;
19079
+ FEISHU_TEST_INPUT_INVALID: string;
19080
+ WECOM_TOKEN_OK: string;
19081
+ WECOM_TOKEN_REJECTED: string;
19082
+ WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
19083
+ DINGTALK_TOKEN_OK: string;
19084
+ DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
19085
+ DINGTALK_TOKEN_REJECTED: string;
19086
+ SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
19087
+ SLACK_CREDENTIALS_REJECTED: string;
19088
+ TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
19089
+ TEAMS_CREDENTIALS_REJECTED: string;
19090
+ API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
19091
+ API_CALLBACK_OK: string;
19092
+ API_CALLBACK_REJECTED: string;
19093
+ WEB_CHAT_WIDGET_TEST_REQUIRED: string;
19094
+ TELEPHONY_TEST_REQUIRED: string;
18544
19095
  WEBHOOK_DELIVERY_OK: string;
18545
19096
  WEBHOOK_HTTP_REJECTED: string;
18546
19097
  WEBHOOK_PROVIDER_REJECTED: string;
@@ -18552,8 +19103,35 @@ declare const _default: {
18552
19103
  };
18553
19104
  webhookTestTitle: string;
18554
19105
  webhookTestDescription: string;
18555
- webhookTestPlaceholder: string;
18556
- webhookTestSend: string;
19106
+ deliveryTestEmployeeLabel: string;
19107
+ deliveryTestEmployeePlaceholder: string;
19108
+ deliveryTestGenerateAndSend: string;
19109
+ deliveryTestScenarioLabel: string;
19110
+ deliveryTestScenario: {
19111
+ welcome: {
19112
+ label: string;
19113
+ prompt: string;
19114
+ };
19115
+ event_reminder: {
19116
+ label: string;
19117
+ prompt: string;
19118
+ };
19119
+ service_follow_up: {
19120
+ label: string;
19121
+ prompt: string;
19122
+ };
19123
+ };
19124
+ deliveryTestGenerationPrompt: string;
19125
+ deliveryTestGenerationFailed: string;
19126
+ sendTestMessage: string;
19127
+ testCredentials: string;
19128
+ credentialTestTitle: string;
19129
+ credentialTestScopeTitle: string;
19130
+ credentialTestScopeDescription: string;
19131
+ startCredentialTest: string;
19132
+ feishuMessageTestTitle: string;
19133
+ feishuMessageTestDescription: string;
19134
+ feishuChatIdPlaceholder: string;
18557
19135
  toolLabel: {
18558
19136
  recordQuery: string;
18559
19137
  recordAggregate: string;
@@ -18625,11 +19203,11 @@ declare const _default: {
18625
19203
  field: {
18626
19204
  webhook: {
18627
19205
  webhookUrl: string;
19206
+ dingtalkSigningSecret: string;
18628
19207
  };
18629
19208
  wecom: {
18630
- corpId: string;
18631
- agentId: string;
18632
- secret: string;
19209
+ token: string;
19210
+ aesKey: string;
18633
19211
  };
18634
19212
  };
18635
19213
  simNoReply: string;
@@ -18694,6 +19272,18 @@ declare const _default: {
18694
19272
  copyCallbackUrl: string;
18695
19273
  copyCallbackUrlAria: string;
18696
19274
  callbackUrlCopied: string;
19275
+ callbackUrlCopyFailed: string;
19276
+ connectionModeLabel: string;
19277
+ connectionMode: {
19278
+ stream: string;
19279
+ callback: string;
19280
+ streamHelp: string;
19281
+ callbackHelp: string;
19282
+ };
19283
+ dingtalkStreamReady: string;
19284
+ dingtalkStreamError: string;
19285
+ dingtalkStreamStepTitle: string;
19286
+ dingtalkStreamStepDescription: string;
18697
19287
  confirmDelete: string;
18698
19288
  delete: string;
18699
19289
  cancel: string;
@@ -18717,6 +19307,7 @@ declare const _default: {
18717
19307
  fillIn: string;
18718
19308
  webhookFillIn: string;
18719
19309
  webhookUrlRequired: string;
19310
+ credentialFieldRequired: string;
18720
19311
  webhookSetupTitle: string;
18721
19312
  webhookSetupDescription: string;
18722
19313
  webhookStepAdd: string;
@@ -19114,6 +19705,38 @@ declare const _default: {
19114
19705
  billingTierFull: string;
19115
19706
  billingTierHalf: string;
19116
19707
  billingTierNone: string;
19708
+ opsAgentPrefix: string;
19709
+ opsAgentUnknown: string;
19710
+ opsScoringAgentActions: string;
19711
+ opsScoringTotalActions: string;
19712
+ opsScoringRawRatio: string;
19713
+ opsScoringWeighted: string;
19714
+ opsOutcomeType: {
19715
+ lead_created: string;
19716
+ mql: string;
19717
+ opportunity_created: string;
19718
+ opportunity_won: string;
19719
+ customer_activated: string;
19720
+ case_closed: string;
19721
+ };
19722
+ opsBillingStatus: {
19723
+ pending: string;
19724
+ confirmed: string;
19725
+ waived: string;
19726
+ cancelled: string;
19727
+ };
19728
+ opsDisputeStatus: {
19729
+ none: string;
19730
+ open: string;
19731
+ raised: string;
19732
+ reviewing: string;
19733
+ resolved: string;
19734
+ };
19735
+ opsBillingTier: {
19736
+ full: string;
19737
+ half: string;
19738
+ none: string;
19739
+ };
19117
19740
  };
19118
19741
  homeDashboard: {
19119
19742
  saveSuccess: string;