@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.
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +13 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +561 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +537 -6
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1146 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +585 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +856 -301
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
- package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
- package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
- package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
- package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/index.js +2 -0
- package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
- package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
- package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
- package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
- package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
- package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
- package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
- package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
- package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
- package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-order.js +1 -0
- package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
- package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
- package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
- package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
- package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
- package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
- package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
- package/dist/nexus-cli/src/services/api-client.js +54 -0
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
- package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
- package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
- package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
- package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
- package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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;
|
|
@@ -8102,7 +8306,13 @@ declare const _default: {
|
|
|
8102
8306
|
common: {
|
|
8103
8307
|
cancel: string;
|
|
8104
8308
|
};
|
|
8309
|
+
readOnlyTag: string;
|
|
8310
|
+
siteCol: string;
|
|
8311
|
+
statusCol: string;
|
|
8312
|
+
searchLabel: string;
|
|
8313
|
+
reassignTitle: string;
|
|
8105
8314
|
link: {
|
|
8315
|
+
contactIdUuidLabel: string;
|
|
8106
8316
|
noResult: string;
|
|
8107
8317
|
linked: string;
|
|
8108
8318
|
failed: string;
|
|
@@ -8154,6 +8364,30 @@ declare const _default: {
|
|
|
8154
8364
|
breadcrumbPlatform: string;
|
|
8155
8365
|
refresh: string;
|
|
8156
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;
|
|
8157
8391
|
pushSubmitted: string;
|
|
8158
8392
|
noPushableDeletes: string;
|
|
8159
8393
|
confirmPushDeletes: string;
|
|
@@ -8173,6 +8407,29 @@ declare const _default: {
|
|
|
8173
8407
|
unsupportedPull: string;
|
|
8174
8408
|
};
|
|
8175
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;
|
|
8176
8433
|
rebuildSubmitted: string;
|
|
8177
8434
|
setFailed: string;
|
|
8178
8435
|
confirmReset: string;
|
|
@@ -8197,6 +8454,25 @@ declare const _default: {
|
|
|
8197
8454
|
descPlaceholder: string;
|
|
8198
8455
|
};
|
|
8199
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;
|
|
8200
8476
|
resolved: string;
|
|
8201
8477
|
subtitle: string;
|
|
8202
8478
|
contractNote: string;
|
|
@@ -8758,6 +9034,14 @@ declare const _default: {
|
|
|
8758
9034
|
executionLogTitle: string;
|
|
8759
9035
|
noExecutionRecords: string;
|
|
8760
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;
|
|
8761
9045
|
totalSteps: string;
|
|
8762
9046
|
totalTokens: string;
|
|
8763
9047
|
totalDuration: string;
|
|
@@ -9147,6 +9431,29 @@ declare const _default: {
|
|
|
9147
9431
|
};
|
|
9148
9432
|
};
|
|
9149
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;
|
|
9150
9457
|
colName: string;
|
|
9151
9458
|
colStatus: string;
|
|
9152
9459
|
colComponentCount: string;
|
|
@@ -11674,6 +11981,12 @@ declare const _default: {
|
|
|
11674
11981
|
currentSpend: string;
|
|
11675
11982
|
monthlyBudget: string;
|
|
11676
11983
|
notConfigured: string;
|
|
11984
|
+
agentFallbackPrefix: string;
|
|
11985
|
+
agentUnknown: string;
|
|
11986
|
+
setupNoticeBoth: string;
|
|
11987
|
+
setupNoticeBudget: string;
|
|
11988
|
+
setupNoticePricing: string;
|
|
11989
|
+
setupActionSmartCap: string;
|
|
11677
11990
|
noBudgetConfigured: string;
|
|
11678
11991
|
noBudgetConfiguredDescription: string;
|
|
11679
11992
|
daysRemaining: string;
|
|
@@ -12092,6 +12405,8 @@ declare const _default: {
|
|
|
12092
12405
|
summaryValue: string;
|
|
12093
12406
|
includesOutcomeBilling: string;
|
|
12094
12407
|
tokenCostOnly: string;
|
|
12408
|
+
billingPrivate: string;
|
|
12409
|
+
billingPrivateNote: string;
|
|
12095
12410
|
phaseIntentDesc: string;
|
|
12096
12411
|
phaseAgentMatchDesc: string;
|
|
12097
12412
|
phaseExecutionDesc: string;
|
|
@@ -12816,6 +13131,53 @@ declare const _default: {
|
|
|
12816
13131
|
fieldsSection: string;
|
|
12817
13132
|
functionsSection: string;
|
|
12818
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
|
+
};
|
|
12819
13181
|
batchRecalculate: {
|
|
12820
13182
|
title: string;
|
|
12821
13183
|
skip: string;
|
|
@@ -13126,6 +13488,49 @@ declare const _default: {
|
|
|
13126
13488
|
leaveCancel: string;
|
|
13127
13489
|
};
|
|
13128
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
|
+
};
|
|
13129
13534
|
formError: {
|
|
13130
13535
|
nameRequired: string;
|
|
13131
13536
|
internalNameRequired: string;
|
|
@@ -13976,6 +14381,8 @@ declare const _default: {
|
|
|
13976
14381
|
};
|
|
13977
14382
|
kanban: {
|
|
13978
14383
|
cancel: string;
|
|
14384
|
+
cardDueSoon: string;
|
|
14385
|
+
cardRiskHigh: string;
|
|
13979
14386
|
create: string;
|
|
13980
14387
|
loadFailed: string;
|
|
13981
14388
|
moveFailed: string;
|
|
@@ -14291,6 +14698,16 @@ declare const _default: {
|
|
|
14291
14698
|
title: string;
|
|
14292
14699
|
newPage: string;
|
|
14293
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
|
+
};
|
|
14294
14711
|
createSuccess: string;
|
|
14295
14712
|
pageTypes: {
|
|
14296
14713
|
recordPage: string;
|
|
@@ -14678,6 +15095,48 @@ declare const _default: {
|
|
|
14678
15095
|
promotional: string;
|
|
14679
15096
|
useTemplate: string;
|
|
14680
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
|
+
};
|
|
14681
15140
|
};
|
|
14682
15141
|
territory: {
|
|
14683
15142
|
typesUnavailable: string;
|
|
@@ -15221,6 +15680,15 @@ declare const _default: {
|
|
|
15221
15680
|
};
|
|
15222
15681
|
decisionConfig: {
|
|
15223
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;
|
|
15224
15692
|
description: string;
|
|
15225
15693
|
noConditionWarning: string;
|
|
15226
15694
|
deleteCondition: string;
|
|
@@ -16098,6 +16566,9 @@ declare const _default: {
|
|
|
16098
16566
|
recordList: {
|
|
16099
16567
|
actions: string;
|
|
16100
16568
|
refresh: string;
|
|
16569
|
+
density: string;
|
|
16570
|
+
densityCompact: string;
|
|
16571
|
+
densityComfy: string;
|
|
16101
16572
|
export: string;
|
|
16102
16573
|
moreActions: string;
|
|
16103
16574
|
exportTitle: string;
|
|
@@ -16337,6 +16808,7 @@ declare const _default: {
|
|
|
16337
16808
|
details: string;
|
|
16338
16809
|
saveSuccess: string;
|
|
16339
16810
|
saveFailed: string;
|
|
16811
|
+
pathAriaLabel: string;
|
|
16340
16812
|
deleted: string;
|
|
16341
16813
|
deleteFailed: string;
|
|
16342
16814
|
deleteUndone: string;
|
|
@@ -16620,6 +17092,33 @@ declare const _default: {
|
|
|
16620
17092
|
rawModeDesc: string;
|
|
16621
17093
|
switchToVisual: string;
|
|
16622
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
|
+
};
|
|
16623
17122
|
workflowRulesPage: {
|
|
16624
17123
|
layoutTitle: string;
|
|
16625
17124
|
breadcrumbWorkspace: string;
|
|
@@ -16824,6 +17323,33 @@ declare const _default: {
|
|
|
16824
17323
|
abortSuccess: string;
|
|
16825
17324
|
abortError: string;
|
|
16826
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
|
+
};
|
|
16827
17353
|
platformAdmin: {
|
|
16828
17354
|
menuChannelProvider: string;
|
|
16829
17355
|
adminPanelUi: {
|
|
@@ -17611,6 +18137,9 @@ declare const _default: {
|
|
|
17611
18137
|
menuOpsSubscriptions: string;
|
|
17612
18138
|
menuOpsHealth: string;
|
|
17613
18139
|
menuOpsBilling: string;
|
|
18140
|
+
menuCommercialCatalog: string;
|
|
18141
|
+
menuPromotions: string;
|
|
18142
|
+
menuCustomerAgreements: string;
|
|
17614
18143
|
menuOpsRenewals: string;
|
|
17615
18144
|
menuAiProvider: string;
|
|
17616
18145
|
menuDemoAccess: string;
|
|
@@ -19176,6 +19705,38 @@ declare const _default: {
|
|
|
19176
19705
|
billingTierFull: string;
|
|
19177
19706
|
billingTierHalf: string;
|
|
19178
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
|
+
};
|
|
19179
19740
|
};
|
|
19180
19741
|
homeDashboard: {
|
|
19181
19742
|
saveSuccess: string;
|