@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,17 +920,29 @@ declare const _default: {
|
|
|
832
920
|
app: {
|
|
833
921
|
restoringSession: string;
|
|
834
922
|
enteringSystem: string;
|
|
923
|
+
crm: string;
|
|
924
|
+
marketing: string;
|
|
925
|
+
service: string;
|
|
835
926
|
partner: string;
|
|
836
927
|
platform: string;
|
|
928
|
+
settings: string;
|
|
837
929
|
};
|
|
838
930
|
appDescription: {
|
|
931
|
+
crm: string;
|
|
932
|
+
marketing: string;
|
|
933
|
+
service: string;
|
|
839
934
|
partner: string;
|
|
935
|
+
platform: string;
|
|
936
|
+
settings: string;
|
|
840
937
|
};
|
|
841
938
|
common: {
|
|
842
939
|
featureNotAvailable: string;
|
|
843
940
|
confirm: string;
|
|
844
941
|
cancel: string;
|
|
845
942
|
save: string;
|
|
943
|
+
saved: string;
|
|
944
|
+
created: string;
|
|
945
|
+
saveFailed: string;
|
|
846
946
|
delete: string;
|
|
847
947
|
edit: string;
|
|
848
948
|
create: string;
|
|
@@ -895,6 +995,9 @@ declare const _default: {
|
|
|
895
995
|
opportunity: string;
|
|
896
996
|
task: string;
|
|
897
997
|
report: string;
|
|
998
|
+
workbench: string;
|
|
999
|
+
account_folder: string;
|
|
1000
|
+
reports: string;
|
|
898
1001
|
crm: {
|
|
899
1002
|
dashboard: string;
|
|
900
1003
|
salesLead: string;
|
|
@@ -904,6 +1007,7 @@ declare const _default: {
|
|
|
904
1007
|
contactAll: string;
|
|
905
1008
|
salesFolder: string;
|
|
906
1009
|
salesOpportunity: string;
|
|
1010
|
+
forecastCenter: string;
|
|
907
1011
|
cpqFolder: string;
|
|
908
1012
|
cpqProduct: string;
|
|
909
1013
|
cpqPriceBook: string;
|
|
@@ -1139,6 +1243,16 @@ declare const _default: {
|
|
|
1139
1243
|
department: string;
|
|
1140
1244
|
division: string;
|
|
1141
1245
|
email: string;
|
|
1246
|
+
username: string;
|
|
1247
|
+
enterUsername: string;
|
|
1248
|
+
usernameTaken: string;
|
|
1249
|
+
passwordResetSent: string;
|
|
1250
|
+
passwordResetFailed: string;
|
|
1251
|
+
activationFailed: string;
|
|
1252
|
+
createUserFailed: string;
|
|
1253
|
+
resendActivationFailed: string;
|
|
1254
|
+
freezeUserFailed: string;
|
|
1255
|
+
unfreezeUserFailed: string;
|
|
1142
1256
|
enterFirstName: string;
|
|
1143
1257
|
enterLastName: string;
|
|
1144
1258
|
extension: string;
|
|
@@ -1269,6 +1383,7 @@ declare const _default: {
|
|
|
1269
1383
|
emailCodeResendIn: string;
|
|
1270
1384
|
emailCodeInvalid: string;
|
|
1271
1385
|
emailCodeSendFailed: string;
|
|
1386
|
+
emailVerified: string;
|
|
1272
1387
|
orgSelectionTitle: string;
|
|
1273
1388
|
changeEmail: string;
|
|
1274
1389
|
aiHeroTitleLead: string;
|
|
@@ -1990,8 +2105,22 @@ declare const _default: {
|
|
|
1990
2105
|
cancelWarningItem3: string;
|
|
1991
2106
|
cancelWarningItem4: string;
|
|
1992
2107
|
planCycleCaption: string;
|
|
2108
|
+
quoteRequired: string;
|
|
2109
|
+
quoteRequiredDesc: string;
|
|
1993
2110
|
loadFailed: string;
|
|
1994
2111
|
loadFailedDesc: string;
|
|
2112
|
+
opsPlanHealth: string;
|
|
2113
|
+
opsQuotaRisk: string;
|
|
2114
|
+
opsPendingInvoice: string;
|
|
2115
|
+
opsNextActions: string;
|
|
2116
|
+
opsCycleProgress: string;
|
|
2117
|
+
opsDaysUntilNextBill: string;
|
|
2118
|
+
opsBillDueToday: string;
|
|
2119
|
+
opsQuotaHealthy: string;
|
|
2120
|
+
opsInvoiceDegraded: string;
|
|
2121
|
+
opsActionViewUsage: string;
|
|
2122
|
+
opsActionSmartCap: string;
|
|
2123
|
+
opsActionContactSales: string;
|
|
1995
2124
|
enterpriseQuotaSaveSuccess: string;
|
|
1996
2125
|
enterpriseQuotaSaveFailed: string;
|
|
1997
2126
|
enterpriseQuotaConfigTitle: string;
|
|
@@ -2711,6 +2840,16 @@ declare const _default: {
|
|
|
2711
2840
|
};
|
|
2712
2841
|
developer: {
|
|
2713
2842
|
apiCredentials: string;
|
|
2843
|
+
pluginSubmit: {
|
|
2844
|
+
pluginNameLabel: string;
|
|
2845
|
+
displayNameLabel: string;
|
|
2846
|
+
versionLabel: string;
|
|
2847
|
+
descriptionLabel: string;
|
|
2848
|
+
authorLabel: string;
|
|
2849
|
+
categoryLabel: string;
|
|
2850
|
+
permissionsLabel: string;
|
|
2851
|
+
sourceBundleUrlLabel: string;
|
|
2852
|
+
};
|
|
2714
2853
|
credentialsUnavailable: string;
|
|
2715
2854
|
credentialsUnavailableReason: string;
|
|
2716
2855
|
dashboard: string;
|
|
@@ -2915,6 +3054,7 @@ declare const _default: {
|
|
|
2915
3054
|
pluginDisabled: string;
|
|
2916
3055
|
noInstalled: string;
|
|
2917
3056
|
permissionConfirm: string;
|
|
3057
|
+
permissionWarning: string;
|
|
2918
3058
|
permissions: string;
|
|
2919
3059
|
rateSuccess: string;
|
|
2920
3060
|
ratings: string;
|
|
@@ -2925,15 +3065,68 @@ declare const _default: {
|
|
|
2925
3065
|
};
|
|
2926
3066
|
namedCredentials: {
|
|
2927
3067
|
title: string;
|
|
3068
|
+
rotate: string;
|
|
3069
|
+
detailName: string;
|
|
3070
|
+
detailType: string;
|
|
3071
|
+
detailStatus: string;
|
|
3072
|
+
detailEndpoint: string;
|
|
3073
|
+
detailDescription: string;
|
|
3074
|
+
detailCreatedBy: string;
|
|
3075
|
+
detailLastUsed: string;
|
|
3076
|
+
neverUsed: string;
|
|
3077
|
+
noConfigurationData: string;
|
|
3078
|
+
selectCredentialForAudit: string;
|
|
3079
|
+
tokenUrl: string;
|
|
3080
|
+
clientId: string;
|
|
3081
|
+
clientSecret: string;
|
|
3082
|
+
scopes: string;
|
|
3083
|
+
apiKey: string;
|
|
3084
|
+
headerName: string;
|
|
3085
|
+
username: string;
|
|
3086
|
+
password: string;
|
|
3087
|
+
certificate: string;
|
|
3088
|
+
privateKey: string;
|
|
3089
|
+
deleteConfirmTitle: string;
|
|
3090
|
+
filterByType: string;
|
|
3091
|
+
nameLabel: string;
|
|
3092
|
+
descriptionLabel: string;
|
|
3093
|
+
endpointUrl: string;
|
|
3094
|
+
credentialType: string;
|
|
3095
|
+
selectType: string;
|
|
3096
|
+
newApiKey: string;
|
|
3097
|
+
enterNewApiKey: string;
|
|
3098
|
+
basicInfo: string;
|
|
3099
|
+
configurationMasked: string;
|
|
3100
|
+
selectCredential: string;
|
|
3101
|
+
createdMsg: string;
|
|
3102
|
+
updatedMsg: string;
|
|
3103
|
+
deletedMsg: string;
|
|
3104
|
+
rotatedMsg: string;
|
|
2928
3105
|
};
|
|
2929
3106
|
oauth2: {
|
|
2930
3107
|
clients: string;
|
|
2931
3108
|
createApp: string;
|
|
3109
|
+
clientIdLabel: string;
|
|
3110
|
+
clientSecretLabel: string;
|
|
3111
|
+
secretSaveNowHint: string;
|
|
3112
|
+
appNameLabel: string;
|
|
3113
|
+
descriptionLabel: string;
|
|
3114
|
+
redirectUrisLabel: string;
|
|
3115
|
+
allowedScopesLabel: string;
|
|
3116
|
+
copied: string;
|
|
3117
|
+
clientCreatedTitle: string;
|
|
2932
3118
|
};
|
|
2933
3119
|
plugins: {
|
|
2934
3120
|
configSaved: string;
|
|
2935
3121
|
configuration: string;
|
|
2936
3122
|
details: string;
|
|
3123
|
+
installationIdLabel: string;
|
|
3124
|
+
pluginIdLabel: string;
|
|
3125
|
+
versionLabel: string;
|
|
3126
|
+
configJsonLabel: string;
|
|
3127
|
+
targetVersionPlaceholder: string;
|
|
3128
|
+
rollbackConfirmTitle: string;
|
|
3129
|
+
invalidJson: string;
|
|
2937
3130
|
permissions: string;
|
|
2938
3131
|
rollback: string;
|
|
2939
3132
|
rolledBack: string;
|
|
@@ -2955,6 +3148,29 @@ declare const _default: {
|
|
|
2955
3148
|
title: string;
|
|
2956
3149
|
performanceUnavailable: string;
|
|
2957
3150
|
performanceUnavailableReason: string;
|
|
3151
|
+
deactivate: string;
|
|
3152
|
+
jobLabel: string;
|
|
3153
|
+
statusLabel: string;
|
|
3154
|
+
deactivateConfirmTitle: string;
|
|
3155
|
+
createPolicyTitle: string;
|
|
3156
|
+
objectLabel: string;
|
|
3157
|
+
objectPlaceholder: string;
|
|
3158
|
+
fieldLabel: string;
|
|
3159
|
+
fieldPlaceholder: string;
|
|
3160
|
+
searchable: string;
|
|
3161
|
+
statTotalEncryptedFields: string;
|
|
3162
|
+
statActiveKeys: string;
|
|
3163
|
+
statPoliciesWithRecords: string;
|
|
3164
|
+
statEncryptedRecordsPerPolicy: string;
|
|
3165
|
+
statPerformanceMetrics: string;
|
|
3166
|
+
keyHistory: string;
|
|
3167
|
+
rotateConfirmTitle: string;
|
|
3168
|
+
reEncryption: string;
|
|
3169
|
+
selectPolicyToReEncrypt: string;
|
|
3170
|
+
policyCreatedMsg: string;
|
|
3171
|
+
policyDeactivatedMsg: string;
|
|
3172
|
+
keyRotatedMsg: string;
|
|
3173
|
+
reEncryptionTriggeredMsg: string;
|
|
2958
3174
|
};
|
|
2959
3175
|
webhooks: {
|
|
2960
3176
|
dlq: string;
|
|
@@ -3174,6 +3390,12 @@ declare const _default: {
|
|
|
3174
3390
|
breadcrumbWorkspace: string;
|
|
3175
3391
|
breadcrumbSecurity: string;
|
|
3176
3392
|
breadcrumbNew: string;
|
|
3393
|
+
entityIdAddon: string;
|
|
3394
|
+
namePlaceholder: string;
|
|
3395
|
+
entityIdLabel: string;
|
|
3396
|
+
idpIssuerLabel: string;
|
|
3397
|
+
idpSsoUrlLabel: string;
|
|
3398
|
+
x509CertLabel: string;
|
|
3177
3399
|
sectionName: string;
|
|
3178
3400
|
sectionNameDesc: string;
|
|
3179
3401
|
nameRequired: string;
|
|
@@ -4644,6 +4866,7 @@ declare const _default: {
|
|
|
4644
4866
|
colSteps: string;
|
|
4645
4867
|
colParticipation: string;
|
|
4646
4868
|
colBillingTier: string;
|
|
4869
|
+
viewLog: string;
|
|
4647
4870
|
statTotalTokens: string;
|
|
4648
4871
|
statTotalCost: string;
|
|
4649
4872
|
statRemainingQuota: string;
|
|
@@ -8102,7 +8325,13 @@ declare const _default: {
|
|
|
8102
8325
|
common: {
|
|
8103
8326
|
cancel: string;
|
|
8104
8327
|
};
|
|
8328
|
+
readOnlyTag: string;
|
|
8329
|
+
siteCol: string;
|
|
8330
|
+
statusCol: string;
|
|
8331
|
+
searchLabel: string;
|
|
8332
|
+
reassignTitle: string;
|
|
8105
8333
|
link: {
|
|
8334
|
+
contactIdUuidLabel: string;
|
|
8106
8335
|
noResult: string;
|
|
8107
8336
|
linked: string;
|
|
8108
8337
|
failed: string;
|
|
@@ -8154,6 +8383,30 @@ declare const _default: {
|
|
|
8154
8383
|
breadcrumbPlatform: string;
|
|
8155
8384
|
refresh: string;
|
|
8156
8385
|
status: {
|
|
8386
|
+
conflictedTag: string;
|
|
8387
|
+
resolvedTag: string;
|
|
8388
|
+
noneTag: string;
|
|
8389
|
+
retry: string;
|
|
8390
|
+
pushAria: string;
|
|
8391
|
+
pullAria: string;
|
|
8392
|
+
refreshAria: string;
|
|
8393
|
+
contractNoteAlert: string;
|
|
8394
|
+
diffInspectionAlert: string;
|
|
8395
|
+
conflictMarkersAlert: string;
|
|
8396
|
+
colFilePath: string;
|
|
8397
|
+
colChangeType: string;
|
|
8398
|
+
colSource: string;
|
|
8399
|
+
colLastModified: string;
|
|
8400
|
+
colConflictStatus: string;
|
|
8401
|
+
colActions: string;
|
|
8402
|
+
changeTypeModified: string;
|
|
8403
|
+
changeTypeAdded: string;
|
|
8404
|
+
changeTypeDeleted: string;
|
|
8405
|
+
pullModalTitle: string;
|
|
8406
|
+
pullOkText: string;
|
|
8407
|
+
pushButton: string;
|
|
8408
|
+
pullButton: string;
|
|
8409
|
+
lastModifiedPrefix: string;
|
|
8157
8410
|
pushSubmitted: string;
|
|
8158
8411
|
noPushableDeletes: string;
|
|
8159
8412
|
confirmPushDeletes: string;
|
|
@@ -8173,6 +8426,29 @@ declare const _default: {
|
|
|
8173
8426
|
unsupportedPull: string;
|
|
8174
8427
|
};
|
|
8175
8428
|
baseline: {
|
|
8429
|
+
retry: string;
|
|
8430
|
+
historyTitle: string;
|
|
8431
|
+
pullFromRemoteAria: string;
|
|
8432
|
+
refreshAria: string;
|
|
8433
|
+
resetAria: string;
|
|
8434
|
+
setBaselineAria: string;
|
|
8435
|
+
contractNoteAlert: string;
|
|
8436
|
+
currentBaselineTitle: string;
|
|
8437
|
+
colBaselineId: string;
|
|
8438
|
+
colAvailable: string;
|
|
8439
|
+
colRevision: string;
|
|
8440
|
+
colSource: string;
|
|
8441
|
+
colAuthor: string;
|
|
8442
|
+
colCreatedAt: string;
|
|
8443
|
+
colDescription: string;
|
|
8444
|
+
setBaselineTitle: string;
|
|
8445
|
+
setBaselineOk: string;
|
|
8446
|
+
baselineDescriptionLabel: string;
|
|
8447
|
+
pullFromRemoteButton: string;
|
|
8448
|
+
resetTrackingButton: string;
|
|
8449
|
+
setBaselineButton: string;
|
|
8450
|
+
availableTag: string;
|
|
8451
|
+
unavailableTag: string;
|
|
8176
8452
|
rebuildSubmitted: string;
|
|
8177
8453
|
setFailed: string;
|
|
8178
8454
|
confirmReset: string;
|
|
@@ -8197,6 +8473,25 @@ declare const _default: {
|
|
|
8197
8473
|
descPlaceholder: string;
|
|
8198
8474
|
};
|
|
8199
8475
|
conflict: {
|
|
8476
|
+
unresolved: string;
|
|
8477
|
+
pageTitle: string;
|
|
8478
|
+
refreshContentAria: string;
|
|
8479
|
+
markResolvedAria: string;
|
|
8480
|
+
contractNoteAlert: string;
|
|
8481
|
+
conflictFileTitle: string;
|
|
8482
|
+
selectFileLabel: string;
|
|
8483
|
+
colPath: string;
|
|
8484
|
+
colMarkers: string;
|
|
8485
|
+
colResolutionState: string;
|
|
8486
|
+
colBackendAction: string;
|
|
8487
|
+
sideBySideTitle: string;
|
|
8488
|
+
conflictMarkersTitle: string;
|
|
8489
|
+
breadcrumbSourceTracking: string;
|
|
8490
|
+
breadcrumbConflictResolution: string;
|
|
8491
|
+
markResolvedButton: string;
|
|
8492
|
+
readyToSubmitTag: string;
|
|
8493
|
+
pendingSelectionTag: string;
|
|
8494
|
+
resolvedVia: string;
|
|
8200
8495
|
resolved: string;
|
|
8201
8496
|
subtitle: string;
|
|
8202
8497
|
contractNote: string;
|
|
@@ -8758,6 +9053,14 @@ declare const _default: {
|
|
|
8758
9053
|
executionLogTitle: string;
|
|
8759
9054
|
noExecutionRecords: string;
|
|
8760
9055
|
executionLogReplay: string;
|
|
9056
|
+
stepGuardrail: string;
|
|
9057
|
+
stepThought: string;
|
|
9058
|
+
stepAction: string;
|
|
9059
|
+
stepObservation: string;
|
|
9060
|
+
labelModel: string;
|
|
9061
|
+
labelDuration: string;
|
|
9062
|
+
labelTokens: string;
|
|
9063
|
+
confidencePercent: string;
|
|
8761
9064
|
totalSteps: string;
|
|
8762
9065
|
totalTokens: string;
|
|
8763
9066
|
totalDuration: string;
|
|
@@ -9147,6 +9450,29 @@ declare const _default: {
|
|
|
9147
9450
|
};
|
|
9148
9451
|
};
|
|
9149
9452
|
deploymentPages: {
|
|
9453
|
+
envProduction: string;
|
|
9454
|
+
envDevelopmentSandbox: string;
|
|
9455
|
+
envTestSandbox: string;
|
|
9456
|
+
createChangeSetTitle: string;
|
|
9457
|
+
changeSetNameLabel: string;
|
|
9458
|
+
changeSetNamePlaceholder: string;
|
|
9459
|
+
changeSetDescriptionLabel: string;
|
|
9460
|
+
changeSetDescriptionPlaceholder: string;
|
|
9461
|
+
sourceEnvFieldLabel: string;
|
|
9462
|
+
sourceEnvironmentPlaceholder: string;
|
|
9463
|
+
targetEnvFieldLabel: string;
|
|
9464
|
+
targetEnvironmentPlaceholder: string;
|
|
9465
|
+
pageTitle: string;
|
|
9466
|
+
searchChangeSetsPlaceholder: string;
|
|
9467
|
+
statusFilterPlaceholder: string;
|
|
9468
|
+
changeSetCreated: string;
|
|
9469
|
+
sandboxLabel: string;
|
|
9470
|
+
nameRequired: string;
|
|
9471
|
+
sourceRequired: string;
|
|
9472
|
+
targetRequired: string;
|
|
9473
|
+
pageSubtitle: string;
|
|
9474
|
+
deleteTooltip: string;
|
|
9475
|
+
deleteDisabledTooltip: string;
|
|
9150
9476
|
colName: string;
|
|
9151
9477
|
colStatus: string;
|
|
9152
9478
|
colComponentCount: string;
|
|
@@ -11674,6 +12000,12 @@ declare const _default: {
|
|
|
11674
12000
|
currentSpend: string;
|
|
11675
12001
|
monthlyBudget: string;
|
|
11676
12002
|
notConfigured: string;
|
|
12003
|
+
agentFallbackPrefix: string;
|
|
12004
|
+
agentUnknown: string;
|
|
12005
|
+
setupNoticeBoth: string;
|
|
12006
|
+
setupNoticeBudget: string;
|
|
12007
|
+
setupNoticePricing: string;
|
|
12008
|
+
setupActionSmartCap: string;
|
|
11677
12009
|
noBudgetConfigured: string;
|
|
11678
12010
|
noBudgetConfiguredDescription: string;
|
|
11679
12011
|
daysRemaining: string;
|
|
@@ -12092,6 +12424,8 @@ declare const _default: {
|
|
|
12092
12424
|
summaryValue: string;
|
|
12093
12425
|
includesOutcomeBilling: string;
|
|
12094
12426
|
tokenCostOnly: string;
|
|
12427
|
+
billingPrivate: string;
|
|
12428
|
+
billingPrivateNote: string;
|
|
12095
12429
|
phaseIntentDesc: string;
|
|
12096
12430
|
phaseAgentMatchDesc: string;
|
|
12097
12431
|
phaseExecutionDesc: string;
|
|
@@ -12816,6 +13150,53 @@ declare const _default: {
|
|
|
12816
13150
|
fieldsSection: string;
|
|
12817
13151
|
functionsSection: string;
|
|
12818
13152
|
};
|
|
13153
|
+
builder: {
|
|
13154
|
+
nullNoInput: string;
|
|
13155
|
+
functionName: string;
|
|
13156
|
+
dateaddQuickSetup: string;
|
|
13157
|
+
dateField: string;
|
|
13158
|
+
offsetAmount: string;
|
|
13159
|
+
offsetUnit: string;
|
|
13160
|
+
ifQuickSetup: string;
|
|
13161
|
+
conditionField: string;
|
|
13162
|
+
conditionOperator: string;
|
|
13163
|
+
conditionValueType: string;
|
|
13164
|
+
conditionValue: string;
|
|
13165
|
+
returnsNull: string;
|
|
13166
|
+
noArguments: string;
|
|
13167
|
+
operator: string;
|
|
13168
|
+
left: string;
|
|
13169
|
+
right: string;
|
|
13170
|
+
stringConcatenation: string;
|
|
13171
|
+
negative: string;
|
|
13172
|
+
constants: string;
|
|
13173
|
+
field: string;
|
|
13174
|
+
compareTo: string;
|
|
13175
|
+
value: string;
|
|
13176
|
+
substituteValueType: string;
|
|
13177
|
+
substituteValue: string;
|
|
13178
|
+
picklistField: string;
|
|
13179
|
+
picklistValue: string;
|
|
13180
|
+
condition1: string;
|
|
13181
|
+
condition2: string;
|
|
13182
|
+
formulaPreview: string;
|
|
13183
|
+
placeholderExampleFormula: string;
|
|
13184
|
+
placeholderExampleCondition: string;
|
|
13185
|
+
placeholderExamplePicklist: string;
|
|
13186
|
+
placeholderEnterText: string;
|
|
13187
|
+
messagePreviewFailed: string;
|
|
13188
|
+
messagePreviewRequestFailed: string;
|
|
13189
|
+
messagePicklistConversion: string;
|
|
13190
|
+
messagePicklistComparison: string;
|
|
13191
|
+
messageArgCountOutOfRange: string;
|
|
13192
|
+
descIspickval: string;
|
|
13193
|
+
descNoMatchingFunctions: string;
|
|
13194
|
+
descNoMatchingFields: string;
|
|
13195
|
+
messageSyntaxPassed: string;
|
|
13196
|
+
messageSelectFieldFirst: string;
|
|
13197
|
+
messagePreviewNotConfigured: string;
|
|
13198
|
+
messageConditionInserted: string;
|
|
13199
|
+
};
|
|
12819
13200
|
batchRecalculate: {
|
|
12820
13201
|
title: string;
|
|
12821
13202
|
skip: string;
|
|
@@ -13126,6 +13507,49 @@ declare const _default: {
|
|
|
13126
13507
|
leaveCancel: string;
|
|
13127
13508
|
};
|
|
13128
13509
|
recordPageBuilder: {
|
|
13510
|
+
inspector: {
|
|
13511
|
+
sectionTabsContainer: string;
|
|
13512
|
+
sectionTabProperties: string;
|
|
13513
|
+
sectionComponentProperties: string;
|
|
13514
|
+
sectionVisibilityRules: string;
|
|
13515
|
+
sectionCustomLwc: string;
|
|
13516
|
+
sectionCurrentScope: string;
|
|
13517
|
+
sectionPageMap: string;
|
|
13518
|
+
titlePageScope: string;
|
|
13519
|
+
labelLabel: string;
|
|
13520
|
+
placeholderComponentTitle: string;
|
|
13521
|
+
labelRegion: string;
|
|
13522
|
+
labelConditionExpression: string;
|
|
13523
|
+
labelDeviceVisibility: string;
|
|
13524
|
+
labelLayout: string;
|
|
13525
|
+
labelRelatedObjectApiName: string;
|
|
13526
|
+
placeholderSelectRelatedObject: string;
|
|
13527
|
+
labelRelationshipField: string;
|
|
13528
|
+
labelDisplayStyle: string;
|
|
13529
|
+
labelVisibleFields: string;
|
|
13530
|
+
labelSortField: string;
|
|
13531
|
+
labelSortDirection: string;
|
|
13532
|
+
labelPageSize: string;
|
|
13533
|
+
labelDefaultTitle: string;
|
|
13534
|
+
labelContent: string;
|
|
13535
|
+
labelStageFieldApiName: string;
|
|
13536
|
+
labelStages: string;
|
|
13537
|
+
placeholderOneStagePerLine: string;
|
|
13538
|
+
placeholderStageExample: string;
|
|
13539
|
+
labelCurrentStage: string;
|
|
13540
|
+
labelComponent: string;
|
|
13541
|
+
labelComponentApiName: string;
|
|
13542
|
+
labelBundleUrl: string;
|
|
13543
|
+
labelBundleHash: string;
|
|
13544
|
+
labelRuntimeStatus: string;
|
|
13545
|
+
okTextApply: string;
|
|
13546
|
+
runtimeShellBadge: string;
|
|
13547
|
+
componentCountLabel: string;
|
|
13548
|
+
noSavedPages: string;
|
|
13549
|
+
apiNameLabel: string;
|
|
13550
|
+
atLeastOneTab: string;
|
|
13551
|
+
bundleReadyBadge: string;
|
|
13552
|
+
};
|
|
13129
13553
|
formError: {
|
|
13130
13554
|
nameRequired: string;
|
|
13131
13555
|
internalNameRequired: string;
|
|
@@ -13976,6 +14400,8 @@ declare const _default: {
|
|
|
13976
14400
|
};
|
|
13977
14401
|
kanban: {
|
|
13978
14402
|
cancel: string;
|
|
14403
|
+
cardDueSoon: string;
|
|
14404
|
+
cardRiskHigh: string;
|
|
13979
14405
|
create: string;
|
|
13980
14406
|
loadFailed: string;
|
|
13981
14407
|
moveFailed: string;
|
|
@@ -14291,6 +14717,16 @@ declare const _default: {
|
|
|
14291
14717
|
title: string;
|
|
14292
14718
|
newPage: string;
|
|
14293
14719
|
edit: string;
|
|
14720
|
+
newPageModal: {
|
|
14721
|
+
title: string;
|
|
14722
|
+
pageNameLabel: string;
|
|
14723
|
+
apiNameLabel: string;
|
|
14724
|
+
typeLabel: string;
|
|
14725
|
+
descriptionLabel: string;
|
|
14726
|
+
pageNameRequired: string;
|
|
14727
|
+
apiNameRequired: string;
|
|
14728
|
+
apiNamePatternHint: string;
|
|
14729
|
+
};
|
|
14294
14730
|
createSuccess: string;
|
|
14295
14731
|
pageTypes: {
|
|
14296
14732
|
recordPage: string;
|
|
@@ -14678,6 +15114,48 @@ declare const _default: {
|
|
|
14678
15114
|
promotional: string;
|
|
14679
15115
|
useTemplate: string;
|
|
14680
15116
|
welcome: string;
|
|
15117
|
+
templates: {
|
|
15118
|
+
welcomeBasic: {
|
|
15119
|
+
name: string;
|
|
15120
|
+
description: string;
|
|
15121
|
+
};
|
|
15122
|
+
welcomeOnboarding: {
|
|
15123
|
+
name: string;
|
|
15124
|
+
description: string;
|
|
15125
|
+
};
|
|
15126
|
+
promoSale: {
|
|
15127
|
+
name: string;
|
|
15128
|
+
description: string;
|
|
15129
|
+
};
|
|
15130
|
+
promoProductLaunch: {
|
|
15131
|
+
name: string;
|
|
15132
|
+
description: string;
|
|
15133
|
+
};
|
|
15134
|
+
notifyReminder: {
|
|
15135
|
+
name: string;
|
|
15136
|
+
description: string;
|
|
15137
|
+
};
|
|
15138
|
+
notifyActionRequired: {
|
|
15139
|
+
name: string;
|
|
15140
|
+
description: string;
|
|
15141
|
+
};
|
|
15142
|
+
holidaySeason: {
|
|
15143
|
+
name: string;
|
|
15144
|
+
description: string;
|
|
15145
|
+
};
|
|
15146
|
+
holidayNewYear: {
|
|
15147
|
+
name: string;
|
|
15148
|
+
description: string;
|
|
15149
|
+
};
|
|
15150
|
+
newsletterMonthly: {
|
|
15151
|
+
name: string;
|
|
15152
|
+
description: string;
|
|
15153
|
+
};
|
|
15154
|
+
newsletterWeeklyDigest: {
|
|
15155
|
+
name: string;
|
|
15156
|
+
description: string;
|
|
15157
|
+
};
|
|
15158
|
+
};
|
|
14681
15159
|
};
|
|
14682
15160
|
territory: {
|
|
14683
15161
|
typesUnavailable: string;
|
|
@@ -15221,6 +15699,15 @@ declare const _default: {
|
|
|
15221
15699
|
};
|
|
15222
15700
|
decisionConfig: {
|
|
15223
15701
|
title: string;
|
|
15702
|
+
outcomeLabel: string;
|
|
15703
|
+
outcomeApiName: string;
|
|
15704
|
+
colResource: string;
|
|
15705
|
+
colOperator: string;
|
|
15706
|
+
colValue: string;
|
|
15707
|
+
defaultBadge: string;
|
|
15708
|
+
placeholderResource: string;
|
|
15709
|
+
placeholderValue: string;
|
|
15710
|
+
addOutcome: string;
|
|
15224
15711
|
description: string;
|
|
15225
15712
|
noConditionWarning: string;
|
|
15226
15713
|
deleteCondition: string;
|
|
@@ -16098,6 +16585,9 @@ declare const _default: {
|
|
|
16098
16585
|
recordList: {
|
|
16099
16586
|
actions: string;
|
|
16100
16587
|
refresh: string;
|
|
16588
|
+
density: string;
|
|
16589
|
+
densityCompact: string;
|
|
16590
|
+
densityComfy: string;
|
|
16101
16591
|
export: string;
|
|
16102
16592
|
moreActions: string;
|
|
16103
16593
|
exportTitle: string;
|
|
@@ -16337,6 +16827,12 @@ declare const _default: {
|
|
|
16337
16827
|
details: string;
|
|
16338
16828
|
saveSuccess: string;
|
|
16339
16829
|
saveFailed: string;
|
|
16830
|
+
contextActionApplied: string;
|
|
16831
|
+
taskCreated: string;
|
|
16832
|
+
aiNarrativeGuidanceOnly: string;
|
|
16833
|
+
actionTargetNotConfigured: string;
|
|
16834
|
+
actionNeedsConfiguration: string;
|
|
16835
|
+
pathAriaLabel: string;
|
|
16340
16836
|
deleted: string;
|
|
16341
16837
|
deleteFailed: string;
|
|
16342
16838
|
deleteUndone: string;
|
|
@@ -16620,6 +17116,33 @@ declare const _default: {
|
|
|
16620
17116
|
rawModeDesc: string;
|
|
16621
17117
|
switchToVisual: string;
|
|
16622
17118
|
};
|
|
17119
|
+
flowBuilderCanvas: {
|
|
17120
|
+
undoTitle: string;
|
|
17121
|
+
redoTitle: string;
|
|
17122
|
+
saveTitle: string;
|
|
17123
|
+
newVersionTitle: string;
|
|
17124
|
+
activateTitle: string;
|
|
17125
|
+
rollbackTitle: string;
|
|
17126
|
+
autoLayoutApplied: string;
|
|
17127
|
+
switchedToFreeForm: string;
|
|
17128
|
+
flowSaved: string;
|
|
17129
|
+
};
|
|
17130
|
+
workspaceLogo: {
|
|
17131
|
+
uploadButton: string;
|
|
17132
|
+
workspaceIdNotFound: string;
|
|
17133
|
+
uploadSuccess: string;
|
|
17134
|
+
uploadFailed: string;
|
|
17135
|
+
removeSuccess: string;
|
|
17136
|
+
removeFailed: string;
|
|
17137
|
+
};
|
|
17138
|
+
reportDesigner: {
|
|
17139
|
+
fieldsTitle: string;
|
|
17140
|
+
columnsLabel: string;
|
|
17141
|
+
groupByLabel: string;
|
|
17142
|
+
summaryLabel: string;
|
|
17143
|
+
previewTitle: string;
|
|
17144
|
+
configSaved: string;
|
|
17145
|
+
};
|
|
16623
17146
|
workflowRulesPage: {
|
|
16624
17147
|
layoutTitle: string;
|
|
16625
17148
|
breadcrumbWorkspace: string;
|
|
@@ -16824,6 +17347,33 @@ declare const _default: {
|
|
|
16824
17347
|
abortSuccess: string;
|
|
16825
17348
|
abortError: string;
|
|
16826
17349
|
};
|
|
17350
|
+
platformCommercialPricing: {
|
|
17351
|
+
actionSucceeded: string;
|
|
17352
|
+
actionFailed: string;
|
|
17353
|
+
catalog: string;
|
|
17354
|
+
promotions: string;
|
|
17355
|
+
agreements: string;
|
|
17356
|
+
version: string;
|
|
17357
|
+
status: string;
|
|
17358
|
+
currency: string;
|
|
17359
|
+
effectiveFrom: string;
|
|
17360
|
+
entries: string;
|
|
17361
|
+
actions: string;
|
|
17362
|
+
activate: string;
|
|
17363
|
+
retire: string;
|
|
17364
|
+
suspend: string;
|
|
17365
|
+
code: string;
|
|
17366
|
+
benefit: string;
|
|
17367
|
+
scope: string;
|
|
17368
|
+
workspace: string;
|
|
17369
|
+
agreementKey: string;
|
|
17370
|
+
contractEvidence: string;
|
|
17371
|
+
overrides: string;
|
|
17372
|
+
privateNotice: string;
|
|
17373
|
+
workspaceFilter: string;
|
|
17374
|
+
loadFailed: string;
|
|
17375
|
+
retry: string;
|
|
17376
|
+
};
|
|
16827
17377
|
platformAdmin: {
|
|
16828
17378
|
menuChannelProvider: string;
|
|
16829
17379
|
adminPanelUi: {
|
|
@@ -17611,6 +18161,9 @@ declare const _default: {
|
|
|
17611
18161
|
menuOpsSubscriptions: string;
|
|
17612
18162
|
menuOpsHealth: string;
|
|
17613
18163
|
menuOpsBilling: string;
|
|
18164
|
+
menuCommercialCatalog: string;
|
|
18165
|
+
menuPromotions: string;
|
|
18166
|
+
menuCustomerAgreements: string;
|
|
17614
18167
|
menuOpsRenewals: string;
|
|
17615
18168
|
menuAiProvider: string;
|
|
17616
18169
|
menuDemoAccess: string;
|
|
@@ -19176,6 +19729,38 @@ declare const _default: {
|
|
|
19176
19729
|
billingTierFull: string;
|
|
19177
19730
|
billingTierHalf: string;
|
|
19178
19731
|
billingTierNone: string;
|
|
19732
|
+
opsAgentPrefix: string;
|
|
19733
|
+
opsAgentUnknown: string;
|
|
19734
|
+
opsScoringAgentActions: string;
|
|
19735
|
+
opsScoringTotalActions: string;
|
|
19736
|
+
opsScoringRawRatio: string;
|
|
19737
|
+
opsScoringWeighted: string;
|
|
19738
|
+
opsOutcomeType: {
|
|
19739
|
+
lead_created: string;
|
|
19740
|
+
mql: string;
|
|
19741
|
+
opportunity_created: string;
|
|
19742
|
+
opportunity_won: string;
|
|
19743
|
+
customer_activated: string;
|
|
19744
|
+
case_closed: string;
|
|
19745
|
+
};
|
|
19746
|
+
opsBillingStatus: {
|
|
19747
|
+
pending: string;
|
|
19748
|
+
confirmed: string;
|
|
19749
|
+
waived: string;
|
|
19750
|
+
cancelled: string;
|
|
19751
|
+
};
|
|
19752
|
+
opsDisputeStatus: {
|
|
19753
|
+
none: string;
|
|
19754
|
+
open: string;
|
|
19755
|
+
raised: string;
|
|
19756
|
+
reviewing: string;
|
|
19757
|
+
resolved: string;
|
|
19758
|
+
};
|
|
19759
|
+
opsBillingTier: {
|
|
19760
|
+
full: string;
|
|
19761
|
+
half: string;
|
|
19762
|
+
none: string;
|
|
19763
|
+
};
|
|
19179
19764
|
};
|
|
19180
19765
|
homeDashboard: {
|
|
19181
19766
|
saveSuccess: string;
|