@nexusclawhq/cli 0.3.49 → 0.3.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- 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/index.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +31 -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 +668 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +644 -7
- 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 +1360 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +692 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +963 -302
- 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-config-remote.contract.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
- package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
- package/dist/nexus-cli/src/services/workforce-config-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;
|
|
@@ -4334,6 +4538,10 @@ declare const _default: {
|
|
|
4334
4538
|
agentChat: {
|
|
4335
4539
|
agentReply: string;
|
|
4336
4540
|
auditChainEnabled: string;
|
|
4541
|
+
planLabel: string;
|
|
4542
|
+
agentBrand: string;
|
|
4543
|
+
aglPipeline: string;
|
|
4544
|
+
tokensLabel: string;
|
|
4337
4545
|
chainStable: string;
|
|
4338
4546
|
composingReply: string;
|
|
4339
4547
|
continuePrompt: string;
|
|
@@ -4403,6 +4611,7 @@ declare const _default: {
|
|
|
4403
4611
|
};
|
|
4404
4612
|
agentDemo: {
|
|
4405
4613
|
attributionScore: string;
|
|
4614
|
+
outcomeGuardrailTag: string;
|
|
4406
4615
|
billingSummaryTitle: string;
|
|
4407
4616
|
billingTier: string;
|
|
4408
4617
|
customInputPlaceholder: string;
|
|
@@ -8102,7 +8311,13 @@ declare const _default: {
|
|
|
8102
8311
|
common: {
|
|
8103
8312
|
cancel: string;
|
|
8104
8313
|
};
|
|
8314
|
+
readOnlyTag: string;
|
|
8315
|
+
siteCol: string;
|
|
8316
|
+
statusCol: string;
|
|
8317
|
+
searchLabel: string;
|
|
8318
|
+
reassignTitle: string;
|
|
8105
8319
|
link: {
|
|
8320
|
+
contactIdUuidLabel: string;
|
|
8106
8321
|
noResult: string;
|
|
8107
8322
|
linked: string;
|
|
8108
8323
|
failed: string;
|
|
@@ -8154,6 +8369,30 @@ declare const _default: {
|
|
|
8154
8369
|
breadcrumbPlatform: string;
|
|
8155
8370
|
refresh: string;
|
|
8156
8371
|
status: {
|
|
8372
|
+
conflictedTag: string;
|
|
8373
|
+
resolvedTag: string;
|
|
8374
|
+
noneTag: string;
|
|
8375
|
+
retry: string;
|
|
8376
|
+
pushAria: string;
|
|
8377
|
+
pullAria: string;
|
|
8378
|
+
refreshAria: string;
|
|
8379
|
+
contractNoteAlert: string;
|
|
8380
|
+
diffInspectionAlert: string;
|
|
8381
|
+
conflictMarkersAlert: string;
|
|
8382
|
+
colFilePath: string;
|
|
8383
|
+
colChangeType: string;
|
|
8384
|
+
colSource: string;
|
|
8385
|
+
colLastModified: string;
|
|
8386
|
+
colConflictStatus: string;
|
|
8387
|
+
colActions: string;
|
|
8388
|
+
changeTypeModified: string;
|
|
8389
|
+
changeTypeAdded: string;
|
|
8390
|
+
changeTypeDeleted: string;
|
|
8391
|
+
pullModalTitle: string;
|
|
8392
|
+
pullOkText: string;
|
|
8393
|
+
pushButton: string;
|
|
8394
|
+
pullButton: string;
|
|
8395
|
+
lastModifiedPrefix: string;
|
|
8157
8396
|
pushSubmitted: string;
|
|
8158
8397
|
noPushableDeletes: string;
|
|
8159
8398
|
confirmPushDeletes: string;
|
|
@@ -8173,6 +8412,29 @@ declare const _default: {
|
|
|
8173
8412
|
unsupportedPull: string;
|
|
8174
8413
|
};
|
|
8175
8414
|
baseline: {
|
|
8415
|
+
retry: string;
|
|
8416
|
+
historyTitle: string;
|
|
8417
|
+
pullFromRemoteAria: string;
|
|
8418
|
+
refreshAria: string;
|
|
8419
|
+
resetAria: string;
|
|
8420
|
+
setBaselineAria: string;
|
|
8421
|
+
contractNoteAlert: string;
|
|
8422
|
+
currentBaselineTitle: string;
|
|
8423
|
+
colBaselineId: string;
|
|
8424
|
+
colAvailable: string;
|
|
8425
|
+
colRevision: string;
|
|
8426
|
+
colSource: string;
|
|
8427
|
+
colAuthor: string;
|
|
8428
|
+
colCreatedAt: string;
|
|
8429
|
+
colDescription: string;
|
|
8430
|
+
setBaselineTitle: string;
|
|
8431
|
+
setBaselineOk: string;
|
|
8432
|
+
baselineDescriptionLabel: string;
|
|
8433
|
+
pullFromRemoteButton: string;
|
|
8434
|
+
resetTrackingButton: string;
|
|
8435
|
+
setBaselineButton: string;
|
|
8436
|
+
availableTag: string;
|
|
8437
|
+
unavailableTag: string;
|
|
8176
8438
|
rebuildSubmitted: string;
|
|
8177
8439
|
setFailed: string;
|
|
8178
8440
|
confirmReset: string;
|
|
@@ -8197,6 +8459,25 @@ declare const _default: {
|
|
|
8197
8459
|
descPlaceholder: string;
|
|
8198
8460
|
};
|
|
8199
8461
|
conflict: {
|
|
8462
|
+
unresolved: string;
|
|
8463
|
+
pageTitle: string;
|
|
8464
|
+
refreshContentAria: string;
|
|
8465
|
+
markResolvedAria: string;
|
|
8466
|
+
contractNoteAlert: string;
|
|
8467
|
+
conflictFileTitle: string;
|
|
8468
|
+
selectFileLabel: string;
|
|
8469
|
+
colPath: string;
|
|
8470
|
+
colMarkers: string;
|
|
8471
|
+
colResolutionState: string;
|
|
8472
|
+
colBackendAction: string;
|
|
8473
|
+
sideBySideTitle: string;
|
|
8474
|
+
conflictMarkersTitle: string;
|
|
8475
|
+
breadcrumbSourceTracking: string;
|
|
8476
|
+
breadcrumbConflictResolution: string;
|
|
8477
|
+
markResolvedButton: string;
|
|
8478
|
+
readyToSubmitTag: string;
|
|
8479
|
+
pendingSelectionTag: string;
|
|
8480
|
+
resolvedVia: string;
|
|
8200
8481
|
resolved: string;
|
|
8201
8482
|
subtitle: string;
|
|
8202
8483
|
contractNote: string;
|
|
@@ -8758,6 +9039,14 @@ declare const _default: {
|
|
|
8758
9039
|
executionLogTitle: string;
|
|
8759
9040
|
noExecutionRecords: string;
|
|
8760
9041
|
executionLogReplay: string;
|
|
9042
|
+
stepGuardrail: string;
|
|
9043
|
+
stepThought: string;
|
|
9044
|
+
stepAction: string;
|
|
9045
|
+
stepObservation: string;
|
|
9046
|
+
labelModel: string;
|
|
9047
|
+
labelDuration: string;
|
|
9048
|
+
labelTokens: string;
|
|
9049
|
+
confidencePercent: string;
|
|
8761
9050
|
totalSteps: string;
|
|
8762
9051
|
totalTokens: string;
|
|
8763
9052
|
totalDuration: string;
|
|
@@ -9147,6 +9436,33 @@ declare const _default: {
|
|
|
9147
9436
|
};
|
|
9148
9437
|
};
|
|
9149
9438
|
deploymentPages: {
|
|
9439
|
+
envProduction: string;
|
|
9440
|
+
envDevelopmentSandbox: string;
|
|
9441
|
+
historyTitle: string;
|
|
9442
|
+
historySubtitle: string;
|
|
9443
|
+
backToList: string;
|
|
9444
|
+
resultPlaceholder: string;
|
|
9445
|
+
envTestSandbox: string;
|
|
9446
|
+
createChangeSetTitle: string;
|
|
9447
|
+
changeSetNameLabel: string;
|
|
9448
|
+
changeSetNamePlaceholder: string;
|
|
9449
|
+
changeSetDescriptionLabel: string;
|
|
9450
|
+
changeSetDescriptionPlaceholder: string;
|
|
9451
|
+
sourceEnvFieldLabel: string;
|
|
9452
|
+
sourceEnvironmentPlaceholder: string;
|
|
9453
|
+
targetEnvFieldLabel: string;
|
|
9454
|
+
targetEnvironmentPlaceholder: string;
|
|
9455
|
+
pageTitle: string;
|
|
9456
|
+
searchChangeSetsPlaceholder: string;
|
|
9457
|
+
statusFilterPlaceholder: string;
|
|
9458
|
+
changeSetCreated: string;
|
|
9459
|
+
sandboxLabel: string;
|
|
9460
|
+
nameRequired: string;
|
|
9461
|
+
sourceRequired: string;
|
|
9462
|
+
targetRequired: string;
|
|
9463
|
+
pageSubtitle: string;
|
|
9464
|
+
deleteTooltip: string;
|
|
9465
|
+
deleteDisabledTooltip: string;
|
|
9150
9466
|
colName: string;
|
|
9151
9467
|
colStatus: string;
|
|
9152
9468
|
colComponentCount: string;
|
|
@@ -9175,7 +9491,6 @@ declare const _default: {
|
|
|
9175
9491
|
loadFailed: string;
|
|
9176
9492
|
loadFailedMessage: string;
|
|
9177
9493
|
notFound: string;
|
|
9178
|
-
backToList: string;
|
|
9179
9494
|
changeSetNotExist: string;
|
|
9180
9495
|
tryAdjustFilters: string;
|
|
9181
9496
|
changeSetDeleted: string;
|
|
@@ -10950,6 +11265,9 @@ declare const _default: {
|
|
|
10950
11265
|
};
|
|
10951
11266
|
rollupDebug: {
|
|
10952
11267
|
recalcDone: string;
|
|
11268
|
+
objectMetadataIdPlaceholder: string;
|
|
11269
|
+
parentRecordIdPlaceholder: string;
|
|
11270
|
+
rollupFieldIdPlaceholder: string;
|
|
10953
11271
|
batchRecalcDone: string;
|
|
10954
11272
|
pageTitle: string;
|
|
10955
11273
|
breadcrumbPlatformTools: string;
|
|
@@ -11674,6 +11992,12 @@ declare const _default: {
|
|
|
11674
11992
|
currentSpend: string;
|
|
11675
11993
|
monthlyBudget: string;
|
|
11676
11994
|
notConfigured: string;
|
|
11995
|
+
agentFallbackPrefix: string;
|
|
11996
|
+
agentUnknown: string;
|
|
11997
|
+
setupNoticeBoth: string;
|
|
11998
|
+
setupNoticeBudget: string;
|
|
11999
|
+
setupNoticePricing: string;
|
|
12000
|
+
setupActionSmartCap: string;
|
|
11677
12001
|
noBudgetConfigured: string;
|
|
11678
12002
|
noBudgetConfiguredDescription: string;
|
|
11679
12003
|
daysRemaining: string;
|
|
@@ -12092,6 +12416,8 @@ declare const _default: {
|
|
|
12092
12416
|
summaryValue: string;
|
|
12093
12417
|
includesOutcomeBilling: string;
|
|
12094
12418
|
tokenCostOnly: string;
|
|
12419
|
+
billingPrivate: string;
|
|
12420
|
+
billingPrivateNote: string;
|
|
12095
12421
|
phaseIntentDesc: string;
|
|
12096
12422
|
phaseAgentMatchDesc: string;
|
|
12097
12423
|
phaseExecutionDesc: string;
|
|
@@ -12765,6 +13091,10 @@ declare const _default: {
|
|
|
12765
13091
|
wizard: {
|
|
12766
13092
|
step1Title: string;
|
|
12767
13093
|
step2Title: string;
|
|
13094
|
+
convertTitle: string;
|
|
13095
|
+
accountLabel: string;
|
|
13096
|
+
contactLabel: string;
|
|
13097
|
+
opportunityLabel: string;
|
|
12768
13098
|
step3Title: string;
|
|
12769
13099
|
matchScore: string;
|
|
12770
13100
|
mappingLinkExistingWithLabel: string;
|
|
@@ -12816,6 +13146,53 @@ declare const _default: {
|
|
|
12816
13146
|
fieldsSection: string;
|
|
12817
13147
|
functionsSection: string;
|
|
12818
13148
|
};
|
|
13149
|
+
builder: {
|
|
13150
|
+
nullNoInput: string;
|
|
13151
|
+
functionName: string;
|
|
13152
|
+
dateaddQuickSetup: string;
|
|
13153
|
+
dateField: string;
|
|
13154
|
+
offsetAmount: string;
|
|
13155
|
+
offsetUnit: string;
|
|
13156
|
+
ifQuickSetup: string;
|
|
13157
|
+
conditionField: string;
|
|
13158
|
+
conditionOperator: string;
|
|
13159
|
+
conditionValueType: string;
|
|
13160
|
+
conditionValue: string;
|
|
13161
|
+
returnsNull: string;
|
|
13162
|
+
noArguments: string;
|
|
13163
|
+
operator: string;
|
|
13164
|
+
left: string;
|
|
13165
|
+
right: string;
|
|
13166
|
+
stringConcatenation: string;
|
|
13167
|
+
negative: string;
|
|
13168
|
+
constants: string;
|
|
13169
|
+
field: string;
|
|
13170
|
+
compareTo: string;
|
|
13171
|
+
value: string;
|
|
13172
|
+
substituteValueType: string;
|
|
13173
|
+
substituteValue: string;
|
|
13174
|
+
picklistField: string;
|
|
13175
|
+
picklistValue: string;
|
|
13176
|
+
condition1: string;
|
|
13177
|
+
condition2: string;
|
|
13178
|
+
formulaPreview: string;
|
|
13179
|
+
placeholderExampleFormula: string;
|
|
13180
|
+
placeholderExampleCondition: string;
|
|
13181
|
+
placeholderExamplePicklist: string;
|
|
13182
|
+
placeholderEnterText: string;
|
|
13183
|
+
messagePreviewFailed: string;
|
|
13184
|
+
messagePreviewRequestFailed: string;
|
|
13185
|
+
messagePicklistConversion: string;
|
|
13186
|
+
messagePicklistComparison: string;
|
|
13187
|
+
messageArgCountOutOfRange: string;
|
|
13188
|
+
descIspickval: string;
|
|
13189
|
+
descNoMatchingFunctions: string;
|
|
13190
|
+
descNoMatchingFields: string;
|
|
13191
|
+
messageSyntaxPassed: string;
|
|
13192
|
+
messageSelectFieldFirst: string;
|
|
13193
|
+
messagePreviewNotConfigured: string;
|
|
13194
|
+
messageConditionInserted: string;
|
|
13195
|
+
};
|
|
12819
13196
|
batchRecalculate: {
|
|
12820
13197
|
title: string;
|
|
12821
13198
|
skip: string;
|
|
@@ -13126,6 +13503,49 @@ declare const _default: {
|
|
|
13126
13503
|
leaveCancel: string;
|
|
13127
13504
|
};
|
|
13128
13505
|
recordPageBuilder: {
|
|
13506
|
+
inspector: {
|
|
13507
|
+
sectionTabsContainer: string;
|
|
13508
|
+
sectionTabProperties: string;
|
|
13509
|
+
sectionComponentProperties: string;
|
|
13510
|
+
sectionVisibilityRules: string;
|
|
13511
|
+
sectionCustomLwc: string;
|
|
13512
|
+
sectionCurrentScope: string;
|
|
13513
|
+
sectionPageMap: string;
|
|
13514
|
+
titlePageScope: string;
|
|
13515
|
+
labelLabel: string;
|
|
13516
|
+
placeholderComponentTitle: string;
|
|
13517
|
+
labelRegion: string;
|
|
13518
|
+
labelConditionExpression: string;
|
|
13519
|
+
labelDeviceVisibility: string;
|
|
13520
|
+
labelLayout: string;
|
|
13521
|
+
labelRelatedObjectApiName: string;
|
|
13522
|
+
placeholderSelectRelatedObject: string;
|
|
13523
|
+
labelRelationshipField: string;
|
|
13524
|
+
labelDisplayStyle: string;
|
|
13525
|
+
labelVisibleFields: string;
|
|
13526
|
+
labelSortField: string;
|
|
13527
|
+
labelSortDirection: string;
|
|
13528
|
+
labelPageSize: string;
|
|
13529
|
+
labelDefaultTitle: string;
|
|
13530
|
+
labelContent: string;
|
|
13531
|
+
labelStageFieldApiName: string;
|
|
13532
|
+
labelStages: string;
|
|
13533
|
+
placeholderOneStagePerLine: string;
|
|
13534
|
+
placeholderStageExample: string;
|
|
13535
|
+
labelCurrentStage: string;
|
|
13536
|
+
labelComponent: string;
|
|
13537
|
+
labelComponentApiName: string;
|
|
13538
|
+
labelBundleUrl: string;
|
|
13539
|
+
labelBundleHash: string;
|
|
13540
|
+
labelRuntimeStatus: string;
|
|
13541
|
+
okTextApply: string;
|
|
13542
|
+
runtimeShellBadge: string;
|
|
13543
|
+
componentCountLabel: string;
|
|
13544
|
+
noSavedPages: string;
|
|
13545
|
+
apiNameLabel: string;
|
|
13546
|
+
atLeastOneTab: string;
|
|
13547
|
+
bundleReadyBadge: string;
|
|
13548
|
+
};
|
|
13129
13549
|
formError: {
|
|
13130
13550
|
nameRequired: string;
|
|
13131
13551
|
internalNameRequired: string;
|
|
@@ -13178,6 +13598,12 @@ declare const _default: {
|
|
|
13178
13598
|
};
|
|
13179
13599
|
recordContextPacket: {
|
|
13180
13600
|
fieldRequiredHint: string;
|
|
13601
|
+
evidenceTitle: string;
|
|
13602
|
+
feedbackTitle: string;
|
|
13603
|
+
debugContextTitle: string;
|
|
13604
|
+
commandDockTitle: string;
|
|
13605
|
+
smartPasteLabel: string;
|
|
13606
|
+
runAgentLabel: string;
|
|
13181
13607
|
inlineAssist: {
|
|
13182
13608
|
fillCritical: {
|
|
13183
13609
|
assist: string;
|
|
@@ -13976,6 +14402,8 @@ declare const _default: {
|
|
|
13976
14402
|
};
|
|
13977
14403
|
kanban: {
|
|
13978
14404
|
cancel: string;
|
|
14405
|
+
cardDueSoon: string;
|
|
14406
|
+
cardRiskHigh: string;
|
|
13979
14407
|
create: string;
|
|
13980
14408
|
loadFailed: string;
|
|
13981
14409
|
moveFailed: string;
|
|
@@ -14291,6 +14719,16 @@ declare const _default: {
|
|
|
14291
14719
|
title: string;
|
|
14292
14720
|
newPage: string;
|
|
14293
14721
|
edit: string;
|
|
14722
|
+
newPageModal: {
|
|
14723
|
+
title: string;
|
|
14724
|
+
pageNameLabel: string;
|
|
14725
|
+
apiNameLabel: string;
|
|
14726
|
+
typeLabel: string;
|
|
14727
|
+
descriptionLabel: string;
|
|
14728
|
+
pageNameRequired: string;
|
|
14729
|
+
apiNameRequired: string;
|
|
14730
|
+
apiNamePatternHint: string;
|
|
14731
|
+
};
|
|
14294
14732
|
createSuccess: string;
|
|
14295
14733
|
pageTypes: {
|
|
14296
14734
|
recordPage: string;
|
|
@@ -14678,6 +15116,48 @@ declare const _default: {
|
|
|
14678
15116
|
promotional: string;
|
|
14679
15117
|
useTemplate: string;
|
|
14680
15118
|
welcome: string;
|
|
15119
|
+
templates: {
|
|
15120
|
+
welcomeBasic: {
|
|
15121
|
+
name: string;
|
|
15122
|
+
description: string;
|
|
15123
|
+
};
|
|
15124
|
+
welcomeOnboarding: {
|
|
15125
|
+
name: string;
|
|
15126
|
+
description: string;
|
|
15127
|
+
};
|
|
15128
|
+
promoSale: {
|
|
15129
|
+
name: string;
|
|
15130
|
+
description: string;
|
|
15131
|
+
};
|
|
15132
|
+
promoProductLaunch: {
|
|
15133
|
+
name: string;
|
|
15134
|
+
description: string;
|
|
15135
|
+
};
|
|
15136
|
+
notifyReminder: {
|
|
15137
|
+
name: string;
|
|
15138
|
+
description: string;
|
|
15139
|
+
};
|
|
15140
|
+
notifyActionRequired: {
|
|
15141
|
+
name: string;
|
|
15142
|
+
description: string;
|
|
15143
|
+
};
|
|
15144
|
+
holidaySeason: {
|
|
15145
|
+
name: string;
|
|
15146
|
+
description: string;
|
|
15147
|
+
};
|
|
15148
|
+
holidayNewYear: {
|
|
15149
|
+
name: string;
|
|
15150
|
+
description: string;
|
|
15151
|
+
};
|
|
15152
|
+
newsletterMonthly: {
|
|
15153
|
+
name: string;
|
|
15154
|
+
description: string;
|
|
15155
|
+
};
|
|
15156
|
+
newsletterWeeklyDigest: {
|
|
15157
|
+
name: string;
|
|
15158
|
+
description: string;
|
|
15159
|
+
};
|
|
15160
|
+
};
|
|
14681
15161
|
};
|
|
14682
15162
|
territory: {
|
|
14683
15163
|
typesUnavailable: string;
|
|
@@ -15221,6 +15701,15 @@ declare const _default: {
|
|
|
15221
15701
|
};
|
|
15222
15702
|
decisionConfig: {
|
|
15223
15703
|
title: string;
|
|
15704
|
+
outcomeLabel: string;
|
|
15705
|
+
outcomeApiName: string;
|
|
15706
|
+
colResource: string;
|
|
15707
|
+
colOperator: string;
|
|
15708
|
+
colValue: string;
|
|
15709
|
+
defaultBadge: string;
|
|
15710
|
+
placeholderResource: string;
|
|
15711
|
+
placeholderValue: string;
|
|
15712
|
+
addOutcome: string;
|
|
15224
15713
|
description: string;
|
|
15225
15714
|
noConditionWarning: string;
|
|
15226
15715
|
deleteCondition: string;
|
|
@@ -16098,6 +16587,9 @@ declare const _default: {
|
|
|
16098
16587
|
recordList: {
|
|
16099
16588
|
actions: string;
|
|
16100
16589
|
refresh: string;
|
|
16590
|
+
density: string;
|
|
16591
|
+
densityCompact: string;
|
|
16592
|
+
densityComfy: string;
|
|
16101
16593
|
export: string;
|
|
16102
16594
|
moreActions: string;
|
|
16103
16595
|
exportTitle: string;
|
|
@@ -16337,6 +16829,7 @@ declare const _default: {
|
|
|
16337
16829
|
details: string;
|
|
16338
16830
|
saveSuccess: string;
|
|
16339
16831
|
saveFailed: string;
|
|
16832
|
+
pathAriaLabel: string;
|
|
16340
16833
|
deleted: string;
|
|
16341
16834
|
deleteFailed: string;
|
|
16342
16835
|
deleteUndone: string;
|
|
@@ -16356,6 +16849,7 @@ declare const _default: {
|
|
|
16356
16849
|
notFoundTitle: string;
|
|
16357
16850
|
notFoundSubtitle: string;
|
|
16358
16851
|
backToList: string;
|
|
16852
|
+
backToListAndRefresh: string;
|
|
16359
16853
|
dataLoadFailed: string;
|
|
16360
16854
|
retry: string;
|
|
16361
16855
|
record: string;
|
|
@@ -16612,6 +17106,7 @@ declare const _default: {
|
|
|
16612
17106
|
};
|
|
16613
17107
|
conditionBuilder: {
|
|
16614
17108
|
selectField: string;
|
|
17109
|
+
valuePlaceholder: string;
|
|
16615
17110
|
deleteCondition: string;
|
|
16616
17111
|
deleteConditionGroup: string;
|
|
16617
17112
|
addCondition: string;
|
|
@@ -16620,6 +17115,116 @@ declare const _default: {
|
|
|
16620
17115
|
rawModeDesc: string;
|
|
16621
17116
|
switchToVisual: string;
|
|
16622
17117
|
};
|
|
17118
|
+
recordingPlayer: {
|
|
17119
|
+
sentimentTimeline: string;
|
|
17120
|
+
rewind5s: string;
|
|
17121
|
+
forward5s: string;
|
|
17122
|
+
volume: string;
|
|
17123
|
+
playbackSpeed: string;
|
|
17124
|
+
};
|
|
17125
|
+
knowledgeBridge: {
|
|
17126
|
+
articleLoading: string;
|
|
17127
|
+
articleNotFound: string;
|
|
17128
|
+
articleUnavailable: string;
|
|
17129
|
+
feedbackYes: string;
|
|
17130
|
+
feedbackNo: string;
|
|
17131
|
+
wasThisHelpful: string;
|
|
17132
|
+
articleHelpful: string;
|
|
17133
|
+
articleNotHelpful: string;
|
|
17134
|
+
caseLoading: string;
|
|
17135
|
+
caseNotFound: string;
|
|
17136
|
+
caseUnavailable: string;
|
|
17137
|
+
commentPlaceholder: string;
|
|
17138
|
+
commentLabel: string;
|
|
17139
|
+
searchPrompt: string;
|
|
17140
|
+
searching: string;
|
|
17141
|
+
searchPlaceholder: string;
|
|
17142
|
+
searchLabel: string;
|
|
17143
|
+
};
|
|
17144
|
+
packageInstall: {
|
|
17145
|
+
title: string;
|
|
17146
|
+
installOk: string;
|
|
17147
|
+
localRegistryMode: string;
|
|
17148
|
+
localRegistryRoot: string;
|
|
17149
|
+
};
|
|
17150
|
+
revisionHistory: {
|
|
17151
|
+
filterByAuthor: string;
|
|
17152
|
+
searchBySummary: string;
|
|
17153
|
+
};
|
|
17154
|
+
nwcRuntime: {
|
|
17155
|
+
artifactMissing: string;
|
|
17156
|
+
runtimeError: string;
|
|
17157
|
+
dataBridgeFailed: string;
|
|
17158
|
+
resolveFailed: string;
|
|
17159
|
+
};
|
|
17160
|
+
fieldLayoutEditor: {
|
|
17161
|
+
availableFields: string;
|
|
17162
|
+
properties: string;
|
|
17163
|
+
searchFieldsPlaceholder: string;
|
|
17164
|
+
layoutSaved: string;
|
|
17165
|
+
};
|
|
17166
|
+
playgroundSetup: {
|
|
17167
|
+
apiKeyLabel: string;
|
|
17168
|
+
apiKeyPlaceholder: string;
|
|
17169
|
+
schemaLabel: string;
|
|
17170
|
+
apiKeyValidated: string;
|
|
17171
|
+
};
|
|
17172
|
+
dashboardEditor: {
|
|
17173
|
+
noData: string;
|
|
17174
|
+
componentError: string;
|
|
17175
|
+
addReportComponent: string;
|
|
17176
|
+
layoutSaved: string;
|
|
17177
|
+
};
|
|
17178
|
+
flowBuilderCanvas: {
|
|
17179
|
+
undoTitle: string;
|
|
17180
|
+
redoTitle: string;
|
|
17181
|
+
saveTitle: string;
|
|
17182
|
+
newVersionTitle: string;
|
|
17183
|
+
activateTitle: string;
|
|
17184
|
+
rollbackTitle: string;
|
|
17185
|
+
autoLayoutApplied: string;
|
|
17186
|
+
switchedToFreeForm: string;
|
|
17187
|
+
flowSaved: string;
|
|
17188
|
+
};
|
|
17189
|
+
shortcutHelp: {
|
|
17190
|
+
title: string;
|
|
17191
|
+
switchToView: string;
|
|
17192
|
+
globalSection: string;
|
|
17193
|
+
recordDetailSection: string;
|
|
17194
|
+
listViewSection: string;
|
|
17195
|
+
viewSwitchSection: string;
|
|
17196
|
+
macHint: string;
|
|
17197
|
+
listHint: string;
|
|
17198
|
+
def: {
|
|
17199
|
+
globalSearch: string;
|
|
17200
|
+
globalNew: string;
|
|
17201
|
+
globalHelp: string;
|
|
17202
|
+
recordEdit: string;
|
|
17203
|
+
recordSave: string;
|
|
17204
|
+
recordClone: string;
|
|
17205
|
+
recordDelete: string;
|
|
17206
|
+
listNavDown: string;
|
|
17207
|
+
listNavUp: string;
|
|
17208
|
+
listOpen: string;
|
|
17209
|
+
switchToViewN: string;
|
|
17210
|
+
};
|
|
17211
|
+
};
|
|
17212
|
+
workspaceLogo: {
|
|
17213
|
+
uploadButton: string;
|
|
17214
|
+
workspaceIdNotFound: string;
|
|
17215
|
+
uploadSuccess: string;
|
|
17216
|
+
uploadFailed: string;
|
|
17217
|
+
removeSuccess: string;
|
|
17218
|
+
removeFailed: string;
|
|
17219
|
+
};
|
|
17220
|
+
reportDesigner: {
|
|
17221
|
+
fieldsTitle: string;
|
|
17222
|
+
columnsLabel: string;
|
|
17223
|
+
groupByLabel: string;
|
|
17224
|
+
summaryLabel: string;
|
|
17225
|
+
previewTitle: string;
|
|
17226
|
+
configSaved: string;
|
|
17227
|
+
};
|
|
16623
17228
|
workflowRulesPage: {
|
|
16624
17229
|
layoutTitle: string;
|
|
16625
17230
|
breadcrumbWorkspace: string;
|
|
@@ -16824,6 +17429,33 @@ declare const _default: {
|
|
|
16824
17429
|
abortSuccess: string;
|
|
16825
17430
|
abortError: string;
|
|
16826
17431
|
};
|
|
17432
|
+
platformCommercialPricing: {
|
|
17433
|
+
actionSucceeded: string;
|
|
17434
|
+
actionFailed: string;
|
|
17435
|
+
catalog: string;
|
|
17436
|
+
promotions: string;
|
|
17437
|
+
agreements: string;
|
|
17438
|
+
version: string;
|
|
17439
|
+
status: string;
|
|
17440
|
+
currency: string;
|
|
17441
|
+
effectiveFrom: string;
|
|
17442
|
+
entries: string;
|
|
17443
|
+
actions: string;
|
|
17444
|
+
activate: string;
|
|
17445
|
+
retire: string;
|
|
17446
|
+
suspend: string;
|
|
17447
|
+
code: string;
|
|
17448
|
+
benefit: string;
|
|
17449
|
+
scope: string;
|
|
17450
|
+
workspace: string;
|
|
17451
|
+
agreementKey: string;
|
|
17452
|
+
contractEvidence: string;
|
|
17453
|
+
overrides: string;
|
|
17454
|
+
privateNotice: string;
|
|
17455
|
+
workspaceFilter: string;
|
|
17456
|
+
loadFailed: string;
|
|
17457
|
+
retry: string;
|
|
17458
|
+
};
|
|
16827
17459
|
platformAdmin: {
|
|
16828
17460
|
menuChannelProvider: string;
|
|
16829
17461
|
adminPanelUi: {
|
|
@@ -17611,6 +18243,9 @@ declare const _default: {
|
|
|
17611
18243
|
menuOpsSubscriptions: string;
|
|
17612
18244
|
menuOpsHealth: string;
|
|
17613
18245
|
menuOpsBilling: string;
|
|
18246
|
+
menuCommercialCatalog: string;
|
|
18247
|
+
menuPromotions: string;
|
|
18248
|
+
menuCustomerAgreements: string;
|
|
17614
18249
|
menuOpsRenewals: string;
|
|
17615
18250
|
menuAiProvider: string;
|
|
17616
18251
|
menuDemoAccess: string;
|
|
@@ -19176,6 +19811,38 @@ declare const _default: {
|
|
|
19176
19811
|
billingTierFull: string;
|
|
19177
19812
|
billingTierHalf: string;
|
|
19178
19813
|
billingTierNone: string;
|
|
19814
|
+
opsAgentPrefix: string;
|
|
19815
|
+
opsAgentUnknown: string;
|
|
19816
|
+
opsScoringAgentActions: string;
|
|
19817
|
+
opsScoringTotalActions: string;
|
|
19818
|
+
opsScoringRawRatio: string;
|
|
19819
|
+
opsScoringWeighted: string;
|
|
19820
|
+
opsOutcomeType: {
|
|
19821
|
+
lead_created: string;
|
|
19822
|
+
mql: string;
|
|
19823
|
+
opportunity_created: string;
|
|
19824
|
+
opportunity_won: string;
|
|
19825
|
+
customer_activated: string;
|
|
19826
|
+
case_closed: string;
|
|
19827
|
+
};
|
|
19828
|
+
opsBillingStatus: {
|
|
19829
|
+
pending: string;
|
|
19830
|
+
confirmed: string;
|
|
19831
|
+
waived: string;
|
|
19832
|
+
cancelled: string;
|
|
19833
|
+
};
|
|
19834
|
+
opsDisputeStatus: {
|
|
19835
|
+
none: string;
|
|
19836
|
+
open: string;
|
|
19837
|
+
raised: string;
|
|
19838
|
+
reviewing: string;
|
|
19839
|
+
resolved: string;
|
|
19840
|
+
};
|
|
19841
|
+
opsBillingTier: {
|
|
19842
|
+
full: string;
|
|
19843
|
+
half: string;
|
|
19844
|
+
none: string;
|
|
19845
|
+
};
|
|
19179
19846
|
};
|
|
19180
19847
|
homeDashboard: {
|
|
19181
19848
|
saveSuccess: string;
|