@nexusclawhq/cli 0.3.48 → 0.3.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +628 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +615 -22
- 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 +1280 -10
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +652 -5
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +934 -317
- 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-jwt.d.ts +8 -0
- package/dist/nexus-cli/src/commands/org/login-jwt.js +33 -2
- package/dist/nexus-cli/src/commands/org/login-jwt.js.map +1 -1
- package/dist/nexus-cli/src/commands/org/login-jwt.test.js +20 -0
- package/dist/nexus-cli/src/commands/org/login-jwt.test.js.map +1 -1
- 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-archive.d.ts +1 -1
- 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-bundle-remote.d.ts +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
|
@@ -25,6 +25,84 @@ export declare const locales: {
|
|
|
25
25
|
finish: string;
|
|
26
26
|
unselected: string;
|
|
27
27
|
};
|
|
28
|
+
builder: {
|
|
29
|
+
labelPlaceholder: string;
|
|
30
|
+
apiNamePlaceholder: string;
|
|
31
|
+
flowType: string;
|
|
32
|
+
selectObject: string;
|
|
33
|
+
object: string;
|
|
34
|
+
configureTrigger: string;
|
|
35
|
+
triggerCreated: string;
|
|
36
|
+
triggerUpdated: string;
|
|
37
|
+
triggerCreatedOrUpdated: string;
|
|
38
|
+
triggerDeleted: string;
|
|
39
|
+
setEntryConditions: string;
|
|
40
|
+
conditionRequirements: string;
|
|
41
|
+
conditions: string;
|
|
42
|
+
optimizeFlow: string;
|
|
43
|
+
scheduleSettings: string;
|
|
44
|
+
frequency: string;
|
|
45
|
+
startDate: string;
|
|
46
|
+
startTime: string;
|
|
47
|
+
platformEvent: string;
|
|
48
|
+
eventApiName: string;
|
|
49
|
+
screenEntry: string;
|
|
50
|
+
entryMode: string;
|
|
51
|
+
designerNotes: string;
|
|
52
|
+
action: string;
|
|
53
|
+
howToSetFieldValues: string;
|
|
54
|
+
setFieldValuesManually: string;
|
|
55
|
+
useVariablesAndFormulas: string;
|
|
56
|
+
fieldMappingsReady: string;
|
|
57
|
+
recordOrRecordId: string;
|
|
58
|
+
setFieldValues: string;
|
|
59
|
+
pauseType: string;
|
|
60
|
+
timeSource: string;
|
|
61
|
+
offsetNumberOptions: string;
|
|
62
|
+
scheduleSummary: string;
|
|
63
|
+
defaultOutcome: string;
|
|
64
|
+
outcomeOrder: string;
|
|
65
|
+
toolbox: string;
|
|
66
|
+
searchThisFlow: string;
|
|
67
|
+
closeInspector: string;
|
|
68
|
+
debugData: string;
|
|
69
|
+
daysAfterSource: string;
|
|
70
|
+
durationAfterSource: string;
|
|
71
|
+
durationOnly: string;
|
|
72
|
+
pauseUntilDate: string;
|
|
73
|
+
pauseUntilEvent: string;
|
|
74
|
+
unitMinutes: string;
|
|
75
|
+
unitHours: string;
|
|
76
|
+
unitDays: string;
|
|
77
|
+
timeSourceCloseDate: string;
|
|
78
|
+
optimizationFastFieldUpdates: string;
|
|
79
|
+
optimizationActionsAndRelatedRecords: string;
|
|
80
|
+
scheduleDaily: string;
|
|
81
|
+
scheduleWeekly: string;
|
|
82
|
+
scheduleOnce: string;
|
|
83
|
+
entryAppPage: string;
|
|
84
|
+
entryQuickAction: string;
|
|
85
|
+
entryUtilityBar: string;
|
|
86
|
+
summaryTrigger: string;
|
|
87
|
+
summaryOptimizeFor: string;
|
|
88
|
+
summarySchedule: string;
|
|
89
|
+
summaryStartAt: string;
|
|
90
|
+
summaryEvent: string;
|
|
91
|
+
summaryRunType: string;
|
|
92
|
+
summaryEntry: string;
|
|
93
|
+
summaryInteraction: string;
|
|
94
|
+
summaryInvocation: string;
|
|
95
|
+
summaryStatus: string;
|
|
96
|
+
notSet: string;
|
|
97
|
+
platformEventReceived: string;
|
|
98
|
+
runTypeAutolaunched: string;
|
|
99
|
+
guidedScreenExperience: string;
|
|
100
|
+
runTypeUserFacing: string;
|
|
101
|
+
invokedByFlowsActionsAi: string;
|
|
102
|
+
noExplicitTrigger: string;
|
|
103
|
+
runTypeBackground: string;
|
|
104
|
+
selectFlowTypeToConfigureStart: string;
|
|
105
|
+
};
|
|
28
106
|
flowType: {
|
|
29
107
|
unselected: string;
|
|
30
108
|
recordTriggered: {
|
|
@@ -347,6 +425,16 @@ export declare const locales: {
|
|
|
347
425
|
breadcrumbAi: string;
|
|
348
426
|
breadcrumbAgents: string;
|
|
349
427
|
breadcrumbConfigure: string;
|
|
428
|
+
fieldNamePlaceholder: string;
|
|
429
|
+
fieldIconPlaceholder: string;
|
|
430
|
+
typeSales: string;
|
|
431
|
+
typeService: string;
|
|
432
|
+
typeAnalytics: string;
|
|
433
|
+
typeAdmin: string;
|
|
434
|
+
typeCustom: string;
|
|
435
|
+
modelTier1: string;
|
|
436
|
+
modelTier2: string;
|
|
437
|
+
modelTier3: string;
|
|
350
438
|
breadcrumbExecutionLogs: string;
|
|
351
439
|
breadcrumbExecutionDetail: string;
|
|
352
440
|
listTitle: string;
|
|
@@ -836,17 +924,29 @@ export declare const locales: {
|
|
|
836
924
|
app: {
|
|
837
925
|
restoringSession: string;
|
|
838
926
|
enteringSystem: string;
|
|
927
|
+
crm: string;
|
|
928
|
+
marketing: string;
|
|
929
|
+
service: string;
|
|
839
930
|
partner: string;
|
|
840
931
|
platform: string;
|
|
932
|
+
settings: string;
|
|
841
933
|
};
|
|
842
934
|
appDescription: {
|
|
935
|
+
crm: string;
|
|
936
|
+
marketing: string;
|
|
937
|
+
service: string;
|
|
843
938
|
partner: string;
|
|
939
|
+
platform: string;
|
|
940
|
+
settings: string;
|
|
844
941
|
};
|
|
845
942
|
common: {
|
|
846
943
|
featureNotAvailable: string;
|
|
847
944
|
confirm: string;
|
|
848
945
|
cancel: string;
|
|
849
946
|
save: string;
|
|
947
|
+
saved: string;
|
|
948
|
+
created: string;
|
|
949
|
+
saveFailed: string;
|
|
850
950
|
delete: string;
|
|
851
951
|
edit: string;
|
|
852
952
|
create: string;
|
|
@@ -899,6 +999,9 @@ export declare const locales: {
|
|
|
899
999
|
opportunity: string;
|
|
900
1000
|
task: string;
|
|
901
1001
|
report: string;
|
|
1002
|
+
workbench: string;
|
|
1003
|
+
account_folder: string;
|
|
1004
|
+
reports: string;
|
|
902
1005
|
crm: {
|
|
903
1006
|
dashboard: string;
|
|
904
1007
|
salesLead: string;
|
|
@@ -908,6 +1011,7 @@ export declare const locales: {
|
|
|
908
1011
|
contactAll: string;
|
|
909
1012
|
salesFolder: string;
|
|
910
1013
|
salesOpportunity: string;
|
|
1014
|
+
forecastCenter: string;
|
|
911
1015
|
cpqFolder: string;
|
|
912
1016
|
cpqProduct: string;
|
|
913
1017
|
cpqPriceBook: string;
|
|
@@ -1143,6 +1247,16 @@ export declare const locales: {
|
|
|
1143
1247
|
department: string;
|
|
1144
1248
|
division: string;
|
|
1145
1249
|
email: string;
|
|
1250
|
+
username: string;
|
|
1251
|
+
enterUsername: string;
|
|
1252
|
+
usernameTaken: string;
|
|
1253
|
+
passwordResetSent: string;
|
|
1254
|
+
passwordResetFailed: string;
|
|
1255
|
+
activationFailed: string;
|
|
1256
|
+
createUserFailed: string;
|
|
1257
|
+
resendActivationFailed: string;
|
|
1258
|
+
freezeUserFailed: string;
|
|
1259
|
+
unfreezeUserFailed: string;
|
|
1146
1260
|
enterFirstName: string;
|
|
1147
1261
|
enterLastName: string;
|
|
1148
1262
|
extension: string;
|
|
@@ -1273,6 +1387,7 @@ export declare const locales: {
|
|
|
1273
1387
|
emailCodeResendIn: string;
|
|
1274
1388
|
emailCodeInvalid: string;
|
|
1275
1389
|
emailCodeSendFailed: string;
|
|
1390
|
+
emailVerified: string;
|
|
1276
1391
|
orgSelectionTitle: string;
|
|
1277
1392
|
changeEmail: string;
|
|
1278
1393
|
aiHeroTitleLead: string;
|
|
@@ -1994,8 +2109,22 @@ export declare const locales: {
|
|
|
1994
2109
|
cancelWarningItem3: string;
|
|
1995
2110
|
cancelWarningItem4: string;
|
|
1996
2111
|
planCycleCaption: string;
|
|
2112
|
+
quoteRequired: string;
|
|
2113
|
+
quoteRequiredDesc: string;
|
|
1997
2114
|
loadFailed: string;
|
|
1998
2115
|
loadFailedDesc: string;
|
|
2116
|
+
opsPlanHealth: string;
|
|
2117
|
+
opsQuotaRisk: string;
|
|
2118
|
+
opsPendingInvoice: string;
|
|
2119
|
+
opsNextActions: string;
|
|
2120
|
+
opsCycleProgress: string;
|
|
2121
|
+
opsDaysUntilNextBill: string;
|
|
2122
|
+
opsBillDueToday: string;
|
|
2123
|
+
opsQuotaHealthy: string;
|
|
2124
|
+
opsInvoiceDegraded: string;
|
|
2125
|
+
opsActionViewUsage: string;
|
|
2126
|
+
opsActionSmartCap: string;
|
|
2127
|
+
opsActionContactSales: string;
|
|
1999
2128
|
enterpriseQuotaSaveSuccess: string;
|
|
2000
2129
|
enterpriseQuotaSaveFailed: string;
|
|
2001
2130
|
enterpriseQuotaConfigTitle: string;
|
|
@@ -2715,6 +2844,16 @@ export declare const locales: {
|
|
|
2715
2844
|
};
|
|
2716
2845
|
developer: {
|
|
2717
2846
|
apiCredentials: string;
|
|
2847
|
+
pluginSubmit: {
|
|
2848
|
+
pluginNameLabel: string;
|
|
2849
|
+
displayNameLabel: string;
|
|
2850
|
+
versionLabel: string;
|
|
2851
|
+
descriptionLabel: string;
|
|
2852
|
+
authorLabel: string;
|
|
2853
|
+
categoryLabel: string;
|
|
2854
|
+
permissionsLabel: string;
|
|
2855
|
+
sourceBundleUrlLabel: string;
|
|
2856
|
+
};
|
|
2718
2857
|
credentialsUnavailable: string;
|
|
2719
2858
|
credentialsUnavailableReason: string;
|
|
2720
2859
|
dashboard: string;
|
|
@@ -2919,6 +3058,7 @@ export declare const locales: {
|
|
|
2919
3058
|
pluginDisabled: string;
|
|
2920
3059
|
noInstalled: string;
|
|
2921
3060
|
permissionConfirm: string;
|
|
3061
|
+
permissionWarning: string;
|
|
2922
3062
|
permissions: string;
|
|
2923
3063
|
rateSuccess: string;
|
|
2924
3064
|
ratings: string;
|
|
@@ -2929,15 +3069,68 @@ export declare const locales: {
|
|
|
2929
3069
|
};
|
|
2930
3070
|
namedCredentials: {
|
|
2931
3071
|
title: string;
|
|
3072
|
+
rotate: string;
|
|
3073
|
+
detailName: string;
|
|
3074
|
+
detailType: string;
|
|
3075
|
+
detailStatus: string;
|
|
3076
|
+
detailEndpoint: string;
|
|
3077
|
+
detailDescription: string;
|
|
3078
|
+
detailCreatedBy: string;
|
|
3079
|
+
detailLastUsed: string;
|
|
3080
|
+
neverUsed: string;
|
|
3081
|
+
noConfigurationData: string;
|
|
3082
|
+
selectCredentialForAudit: string;
|
|
3083
|
+
tokenUrl: string;
|
|
3084
|
+
clientId: string;
|
|
3085
|
+
clientSecret: string;
|
|
3086
|
+
scopes: string;
|
|
3087
|
+
apiKey: string;
|
|
3088
|
+
headerName: string;
|
|
3089
|
+
username: string;
|
|
3090
|
+
password: string;
|
|
3091
|
+
certificate: string;
|
|
3092
|
+
privateKey: string;
|
|
3093
|
+
deleteConfirmTitle: string;
|
|
3094
|
+
filterByType: string;
|
|
3095
|
+
nameLabel: string;
|
|
3096
|
+
descriptionLabel: string;
|
|
3097
|
+
endpointUrl: string;
|
|
3098
|
+
credentialType: string;
|
|
3099
|
+
selectType: string;
|
|
3100
|
+
newApiKey: string;
|
|
3101
|
+
enterNewApiKey: string;
|
|
3102
|
+
basicInfo: string;
|
|
3103
|
+
configurationMasked: string;
|
|
3104
|
+
selectCredential: string;
|
|
3105
|
+
createdMsg: string;
|
|
3106
|
+
updatedMsg: string;
|
|
3107
|
+
deletedMsg: string;
|
|
3108
|
+
rotatedMsg: string;
|
|
2932
3109
|
};
|
|
2933
3110
|
oauth2: {
|
|
2934
3111
|
clients: string;
|
|
2935
3112
|
createApp: string;
|
|
3113
|
+
clientIdLabel: string;
|
|
3114
|
+
clientSecretLabel: string;
|
|
3115
|
+
secretSaveNowHint: string;
|
|
3116
|
+
appNameLabel: string;
|
|
3117
|
+
descriptionLabel: string;
|
|
3118
|
+
redirectUrisLabel: string;
|
|
3119
|
+
allowedScopesLabel: string;
|
|
3120
|
+
copied: string;
|
|
3121
|
+
clientCreatedTitle: string;
|
|
2936
3122
|
};
|
|
2937
3123
|
plugins: {
|
|
2938
3124
|
configSaved: string;
|
|
2939
3125
|
configuration: string;
|
|
2940
3126
|
details: string;
|
|
3127
|
+
installationIdLabel: string;
|
|
3128
|
+
pluginIdLabel: string;
|
|
3129
|
+
versionLabel: string;
|
|
3130
|
+
configJsonLabel: string;
|
|
3131
|
+
targetVersionPlaceholder: string;
|
|
3132
|
+
rollbackConfirmTitle: string;
|
|
3133
|
+
invalidJson: string;
|
|
2941
3134
|
permissions: string;
|
|
2942
3135
|
rollback: string;
|
|
2943
3136
|
rolledBack: string;
|
|
@@ -2959,6 +3152,29 @@ export declare const locales: {
|
|
|
2959
3152
|
title: string;
|
|
2960
3153
|
performanceUnavailable: string;
|
|
2961
3154
|
performanceUnavailableReason: string;
|
|
3155
|
+
deactivate: string;
|
|
3156
|
+
jobLabel: string;
|
|
3157
|
+
statusLabel: string;
|
|
3158
|
+
deactivateConfirmTitle: string;
|
|
3159
|
+
createPolicyTitle: string;
|
|
3160
|
+
objectLabel: string;
|
|
3161
|
+
objectPlaceholder: string;
|
|
3162
|
+
fieldLabel: string;
|
|
3163
|
+
fieldPlaceholder: string;
|
|
3164
|
+
searchable: string;
|
|
3165
|
+
statTotalEncryptedFields: string;
|
|
3166
|
+
statActiveKeys: string;
|
|
3167
|
+
statPoliciesWithRecords: string;
|
|
3168
|
+
statEncryptedRecordsPerPolicy: string;
|
|
3169
|
+
statPerformanceMetrics: string;
|
|
3170
|
+
keyHistory: string;
|
|
3171
|
+
rotateConfirmTitle: string;
|
|
3172
|
+
reEncryption: string;
|
|
3173
|
+
selectPolicyToReEncrypt: string;
|
|
3174
|
+
policyCreatedMsg: string;
|
|
3175
|
+
policyDeactivatedMsg: string;
|
|
3176
|
+
keyRotatedMsg: string;
|
|
3177
|
+
reEncryptionTriggeredMsg: string;
|
|
2962
3178
|
};
|
|
2963
3179
|
webhooks: {
|
|
2964
3180
|
dlq: string;
|
|
@@ -3178,6 +3394,12 @@ export declare const locales: {
|
|
|
3178
3394
|
breadcrumbWorkspace: string;
|
|
3179
3395
|
breadcrumbSecurity: string;
|
|
3180
3396
|
breadcrumbNew: string;
|
|
3397
|
+
entityIdAddon: string;
|
|
3398
|
+
namePlaceholder: string;
|
|
3399
|
+
entityIdLabel: string;
|
|
3400
|
+
idpIssuerLabel: string;
|
|
3401
|
+
idpSsoUrlLabel: string;
|
|
3402
|
+
x509CertLabel: string;
|
|
3181
3403
|
sectionName: string;
|
|
3182
3404
|
sectionNameDesc: string;
|
|
3183
3405
|
nameRequired: string;
|
|
@@ -4648,6 +4870,7 @@ export declare const locales: {
|
|
|
4648
4870
|
colSteps: string;
|
|
4649
4871
|
colParticipation: string;
|
|
4650
4872
|
colBillingTier: string;
|
|
4873
|
+
viewLog: string;
|
|
4651
4874
|
statTotalTokens: string;
|
|
4652
4875
|
statTotalCost: string;
|
|
4653
4876
|
statRemainingQuota: string;
|
|
@@ -6916,6 +7139,7 @@ export declare const locales: {
|
|
|
6916
7139
|
editInstruction: string;
|
|
6917
7140
|
evidenceRequired: string;
|
|
6918
7141
|
executionHistory: string;
|
|
7142
|
+
externalConversations: string;
|
|
6919
7143
|
executionIdentity: string;
|
|
6920
7144
|
executionSteps: string;
|
|
6921
7145
|
executionStepsEmpty: string;
|
|
@@ -8105,7 +8329,13 @@ export declare const locales: {
|
|
|
8105
8329
|
common: {
|
|
8106
8330
|
cancel: string;
|
|
8107
8331
|
};
|
|
8332
|
+
readOnlyTag: string;
|
|
8333
|
+
siteCol: string;
|
|
8334
|
+
statusCol: string;
|
|
8335
|
+
searchLabel: string;
|
|
8336
|
+
reassignTitle: string;
|
|
8108
8337
|
link: {
|
|
8338
|
+
contactIdUuidLabel: string;
|
|
8109
8339
|
noResult: string;
|
|
8110
8340
|
linked: string;
|
|
8111
8341
|
failed: string;
|
|
@@ -8157,6 +8387,30 @@ export declare const locales: {
|
|
|
8157
8387
|
breadcrumbPlatform: string;
|
|
8158
8388
|
refresh: string;
|
|
8159
8389
|
status: {
|
|
8390
|
+
conflictedTag: string;
|
|
8391
|
+
resolvedTag: string;
|
|
8392
|
+
noneTag: string;
|
|
8393
|
+
retry: string;
|
|
8394
|
+
pushAria: string;
|
|
8395
|
+
pullAria: string;
|
|
8396
|
+
refreshAria: string;
|
|
8397
|
+
contractNoteAlert: string;
|
|
8398
|
+
diffInspectionAlert: string;
|
|
8399
|
+
conflictMarkersAlert: string;
|
|
8400
|
+
colFilePath: string;
|
|
8401
|
+
colChangeType: string;
|
|
8402
|
+
colSource: string;
|
|
8403
|
+
colLastModified: string;
|
|
8404
|
+
colConflictStatus: string;
|
|
8405
|
+
colActions: string;
|
|
8406
|
+
changeTypeModified: string;
|
|
8407
|
+
changeTypeAdded: string;
|
|
8408
|
+
changeTypeDeleted: string;
|
|
8409
|
+
pullModalTitle: string;
|
|
8410
|
+
pullOkText: string;
|
|
8411
|
+
pushButton: string;
|
|
8412
|
+
pullButton: string;
|
|
8413
|
+
lastModifiedPrefix: string;
|
|
8160
8414
|
pushSubmitted: string;
|
|
8161
8415
|
noPushableDeletes: string;
|
|
8162
8416
|
confirmPushDeletes: string;
|
|
@@ -8176,6 +8430,29 @@ export declare const locales: {
|
|
|
8176
8430
|
unsupportedPull: string;
|
|
8177
8431
|
};
|
|
8178
8432
|
baseline: {
|
|
8433
|
+
retry: string;
|
|
8434
|
+
historyTitle: string;
|
|
8435
|
+
pullFromRemoteAria: string;
|
|
8436
|
+
refreshAria: string;
|
|
8437
|
+
resetAria: string;
|
|
8438
|
+
setBaselineAria: string;
|
|
8439
|
+
contractNoteAlert: string;
|
|
8440
|
+
currentBaselineTitle: string;
|
|
8441
|
+
colBaselineId: string;
|
|
8442
|
+
colAvailable: string;
|
|
8443
|
+
colRevision: string;
|
|
8444
|
+
colSource: string;
|
|
8445
|
+
colAuthor: string;
|
|
8446
|
+
colCreatedAt: string;
|
|
8447
|
+
colDescription: string;
|
|
8448
|
+
setBaselineTitle: string;
|
|
8449
|
+
setBaselineOk: string;
|
|
8450
|
+
baselineDescriptionLabel: string;
|
|
8451
|
+
pullFromRemoteButton: string;
|
|
8452
|
+
resetTrackingButton: string;
|
|
8453
|
+
setBaselineButton: string;
|
|
8454
|
+
availableTag: string;
|
|
8455
|
+
unavailableTag: string;
|
|
8179
8456
|
rebuildSubmitted: string;
|
|
8180
8457
|
setFailed: string;
|
|
8181
8458
|
confirmReset: string;
|
|
@@ -8200,6 +8477,25 @@ export declare const locales: {
|
|
|
8200
8477
|
descPlaceholder: string;
|
|
8201
8478
|
};
|
|
8202
8479
|
conflict: {
|
|
8480
|
+
unresolved: string;
|
|
8481
|
+
pageTitle: string;
|
|
8482
|
+
refreshContentAria: string;
|
|
8483
|
+
markResolvedAria: string;
|
|
8484
|
+
contractNoteAlert: string;
|
|
8485
|
+
conflictFileTitle: string;
|
|
8486
|
+
selectFileLabel: string;
|
|
8487
|
+
colPath: string;
|
|
8488
|
+
colMarkers: string;
|
|
8489
|
+
colResolutionState: string;
|
|
8490
|
+
colBackendAction: string;
|
|
8491
|
+
sideBySideTitle: string;
|
|
8492
|
+
conflictMarkersTitle: string;
|
|
8493
|
+
breadcrumbSourceTracking: string;
|
|
8494
|
+
breadcrumbConflictResolution: string;
|
|
8495
|
+
markResolvedButton: string;
|
|
8496
|
+
readyToSubmitTag: string;
|
|
8497
|
+
pendingSelectionTag: string;
|
|
8498
|
+
resolvedVia: string;
|
|
8203
8499
|
resolved: string;
|
|
8204
8500
|
subtitle: string;
|
|
8205
8501
|
contractNote: string;
|
|
@@ -8761,6 +9057,14 @@ export declare const locales: {
|
|
|
8761
9057
|
executionLogTitle: string;
|
|
8762
9058
|
noExecutionRecords: string;
|
|
8763
9059
|
executionLogReplay: string;
|
|
9060
|
+
stepGuardrail: string;
|
|
9061
|
+
stepThought: string;
|
|
9062
|
+
stepAction: string;
|
|
9063
|
+
stepObservation: string;
|
|
9064
|
+
labelModel: string;
|
|
9065
|
+
labelDuration: string;
|
|
9066
|
+
labelTokens: string;
|
|
9067
|
+
confidencePercent: string;
|
|
8764
9068
|
totalSteps: string;
|
|
8765
9069
|
totalTokens: string;
|
|
8766
9070
|
totalDuration: string;
|
|
@@ -9150,6 +9454,29 @@ export declare const locales: {
|
|
|
9150
9454
|
};
|
|
9151
9455
|
};
|
|
9152
9456
|
deploymentPages: {
|
|
9457
|
+
envProduction: string;
|
|
9458
|
+
envDevelopmentSandbox: string;
|
|
9459
|
+
envTestSandbox: string;
|
|
9460
|
+
createChangeSetTitle: string;
|
|
9461
|
+
changeSetNameLabel: string;
|
|
9462
|
+
changeSetNamePlaceholder: string;
|
|
9463
|
+
changeSetDescriptionLabel: string;
|
|
9464
|
+
changeSetDescriptionPlaceholder: string;
|
|
9465
|
+
sourceEnvFieldLabel: string;
|
|
9466
|
+
sourceEnvironmentPlaceholder: string;
|
|
9467
|
+
targetEnvFieldLabel: string;
|
|
9468
|
+
targetEnvironmentPlaceholder: string;
|
|
9469
|
+
pageTitle: string;
|
|
9470
|
+
searchChangeSetsPlaceholder: string;
|
|
9471
|
+
statusFilterPlaceholder: string;
|
|
9472
|
+
changeSetCreated: string;
|
|
9473
|
+
sandboxLabel: string;
|
|
9474
|
+
nameRequired: string;
|
|
9475
|
+
sourceRequired: string;
|
|
9476
|
+
targetRequired: string;
|
|
9477
|
+
pageSubtitle: string;
|
|
9478
|
+
deleteTooltip: string;
|
|
9479
|
+
deleteDisabledTooltip: string;
|
|
9153
9480
|
colName: string;
|
|
9154
9481
|
colStatus: string;
|
|
9155
9482
|
colComponentCount: string;
|
|
@@ -11677,6 +12004,12 @@ export declare const locales: {
|
|
|
11677
12004
|
currentSpend: string;
|
|
11678
12005
|
monthlyBudget: string;
|
|
11679
12006
|
notConfigured: string;
|
|
12007
|
+
agentFallbackPrefix: string;
|
|
12008
|
+
agentUnknown: string;
|
|
12009
|
+
setupNoticeBoth: string;
|
|
12010
|
+
setupNoticeBudget: string;
|
|
12011
|
+
setupNoticePricing: string;
|
|
12012
|
+
setupActionSmartCap: string;
|
|
11680
12013
|
noBudgetConfigured: string;
|
|
11681
12014
|
noBudgetConfiguredDescription: string;
|
|
11682
12015
|
daysRemaining: string;
|
|
@@ -12095,6 +12428,8 @@ export declare const locales: {
|
|
|
12095
12428
|
summaryValue: string;
|
|
12096
12429
|
includesOutcomeBilling: string;
|
|
12097
12430
|
tokenCostOnly: string;
|
|
12431
|
+
billingPrivate: string;
|
|
12432
|
+
billingPrivateNote: string;
|
|
12098
12433
|
phaseIntentDesc: string;
|
|
12099
12434
|
phaseAgentMatchDesc: string;
|
|
12100
12435
|
phaseExecutionDesc: string;
|
|
@@ -12819,6 +13154,53 @@ export declare const locales: {
|
|
|
12819
13154
|
fieldsSection: string;
|
|
12820
13155
|
functionsSection: string;
|
|
12821
13156
|
};
|
|
13157
|
+
builder: {
|
|
13158
|
+
nullNoInput: string;
|
|
13159
|
+
functionName: string;
|
|
13160
|
+
dateaddQuickSetup: string;
|
|
13161
|
+
dateField: string;
|
|
13162
|
+
offsetAmount: string;
|
|
13163
|
+
offsetUnit: string;
|
|
13164
|
+
ifQuickSetup: string;
|
|
13165
|
+
conditionField: string;
|
|
13166
|
+
conditionOperator: string;
|
|
13167
|
+
conditionValueType: string;
|
|
13168
|
+
conditionValue: string;
|
|
13169
|
+
returnsNull: string;
|
|
13170
|
+
noArguments: string;
|
|
13171
|
+
operator: string;
|
|
13172
|
+
left: string;
|
|
13173
|
+
right: string;
|
|
13174
|
+
stringConcatenation: string;
|
|
13175
|
+
negative: string;
|
|
13176
|
+
constants: string;
|
|
13177
|
+
field: string;
|
|
13178
|
+
compareTo: string;
|
|
13179
|
+
value: string;
|
|
13180
|
+
substituteValueType: string;
|
|
13181
|
+
substituteValue: string;
|
|
13182
|
+
picklistField: string;
|
|
13183
|
+
picklistValue: string;
|
|
13184
|
+
condition1: string;
|
|
13185
|
+
condition2: string;
|
|
13186
|
+
formulaPreview: string;
|
|
13187
|
+
placeholderExampleFormula: string;
|
|
13188
|
+
placeholderExampleCondition: string;
|
|
13189
|
+
placeholderExamplePicklist: string;
|
|
13190
|
+
placeholderEnterText: string;
|
|
13191
|
+
messagePreviewFailed: string;
|
|
13192
|
+
messagePreviewRequestFailed: string;
|
|
13193
|
+
messagePicklistConversion: string;
|
|
13194
|
+
messagePicklistComparison: string;
|
|
13195
|
+
messageArgCountOutOfRange: string;
|
|
13196
|
+
descIspickval: string;
|
|
13197
|
+
descNoMatchingFunctions: string;
|
|
13198
|
+
descNoMatchingFields: string;
|
|
13199
|
+
messageSyntaxPassed: string;
|
|
13200
|
+
messageSelectFieldFirst: string;
|
|
13201
|
+
messagePreviewNotConfigured: string;
|
|
13202
|
+
messageConditionInserted: string;
|
|
13203
|
+
};
|
|
12822
13204
|
batchRecalculate: {
|
|
12823
13205
|
title: string;
|
|
12824
13206
|
skip: string;
|
|
@@ -13129,6 +13511,49 @@ export declare const locales: {
|
|
|
13129
13511
|
leaveCancel: string;
|
|
13130
13512
|
};
|
|
13131
13513
|
recordPageBuilder: {
|
|
13514
|
+
inspector: {
|
|
13515
|
+
sectionTabsContainer: string;
|
|
13516
|
+
sectionTabProperties: string;
|
|
13517
|
+
sectionComponentProperties: string;
|
|
13518
|
+
sectionVisibilityRules: string;
|
|
13519
|
+
sectionCustomLwc: string;
|
|
13520
|
+
sectionCurrentScope: string;
|
|
13521
|
+
sectionPageMap: string;
|
|
13522
|
+
titlePageScope: string;
|
|
13523
|
+
labelLabel: string;
|
|
13524
|
+
placeholderComponentTitle: string;
|
|
13525
|
+
labelRegion: string;
|
|
13526
|
+
labelConditionExpression: string;
|
|
13527
|
+
labelDeviceVisibility: string;
|
|
13528
|
+
labelLayout: string;
|
|
13529
|
+
labelRelatedObjectApiName: string;
|
|
13530
|
+
placeholderSelectRelatedObject: string;
|
|
13531
|
+
labelRelationshipField: string;
|
|
13532
|
+
labelDisplayStyle: string;
|
|
13533
|
+
labelVisibleFields: string;
|
|
13534
|
+
labelSortField: string;
|
|
13535
|
+
labelSortDirection: string;
|
|
13536
|
+
labelPageSize: string;
|
|
13537
|
+
labelDefaultTitle: string;
|
|
13538
|
+
labelContent: string;
|
|
13539
|
+
labelStageFieldApiName: string;
|
|
13540
|
+
labelStages: string;
|
|
13541
|
+
placeholderOneStagePerLine: string;
|
|
13542
|
+
placeholderStageExample: string;
|
|
13543
|
+
labelCurrentStage: string;
|
|
13544
|
+
labelComponent: string;
|
|
13545
|
+
labelComponentApiName: string;
|
|
13546
|
+
labelBundleUrl: string;
|
|
13547
|
+
labelBundleHash: string;
|
|
13548
|
+
labelRuntimeStatus: string;
|
|
13549
|
+
okTextApply: string;
|
|
13550
|
+
runtimeShellBadge: string;
|
|
13551
|
+
componentCountLabel: string;
|
|
13552
|
+
noSavedPages: string;
|
|
13553
|
+
apiNameLabel: string;
|
|
13554
|
+
atLeastOneTab: string;
|
|
13555
|
+
bundleReadyBadge: string;
|
|
13556
|
+
};
|
|
13132
13557
|
formError: {
|
|
13133
13558
|
nameRequired: string;
|
|
13134
13559
|
internalNameRequired: string;
|
|
@@ -13979,6 +14404,8 @@ export declare const locales: {
|
|
|
13979
14404
|
};
|
|
13980
14405
|
kanban: {
|
|
13981
14406
|
cancel: string;
|
|
14407
|
+
cardDueSoon: string;
|
|
14408
|
+
cardRiskHigh: string;
|
|
13982
14409
|
create: string;
|
|
13983
14410
|
loadFailed: string;
|
|
13984
14411
|
moveFailed: string;
|
|
@@ -14294,6 +14721,16 @@ export declare const locales: {
|
|
|
14294
14721
|
title: string;
|
|
14295
14722
|
newPage: string;
|
|
14296
14723
|
edit: string;
|
|
14724
|
+
newPageModal: {
|
|
14725
|
+
title: string;
|
|
14726
|
+
pageNameLabel: string;
|
|
14727
|
+
apiNameLabel: string;
|
|
14728
|
+
typeLabel: string;
|
|
14729
|
+
descriptionLabel: string;
|
|
14730
|
+
pageNameRequired: string;
|
|
14731
|
+
apiNameRequired: string;
|
|
14732
|
+
apiNamePatternHint: string;
|
|
14733
|
+
};
|
|
14297
14734
|
createSuccess: string;
|
|
14298
14735
|
pageTypes: {
|
|
14299
14736
|
recordPage: string;
|
|
@@ -14681,6 +15118,48 @@ export declare const locales: {
|
|
|
14681
15118
|
promotional: string;
|
|
14682
15119
|
useTemplate: string;
|
|
14683
15120
|
welcome: string;
|
|
15121
|
+
templates: {
|
|
15122
|
+
welcomeBasic: {
|
|
15123
|
+
name: string;
|
|
15124
|
+
description: string;
|
|
15125
|
+
};
|
|
15126
|
+
welcomeOnboarding: {
|
|
15127
|
+
name: string;
|
|
15128
|
+
description: string;
|
|
15129
|
+
};
|
|
15130
|
+
promoSale: {
|
|
15131
|
+
name: string;
|
|
15132
|
+
description: string;
|
|
15133
|
+
};
|
|
15134
|
+
promoProductLaunch: {
|
|
15135
|
+
name: string;
|
|
15136
|
+
description: string;
|
|
15137
|
+
};
|
|
15138
|
+
notifyReminder: {
|
|
15139
|
+
name: string;
|
|
15140
|
+
description: string;
|
|
15141
|
+
};
|
|
15142
|
+
notifyActionRequired: {
|
|
15143
|
+
name: string;
|
|
15144
|
+
description: string;
|
|
15145
|
+
};
|
|
15146
|
+
holidaySeason: {
|
|
15147
|
+
name: string;
|
|
15148
|
+
description: string;
|
|
15149
|
+
};
|
|
15150
|
+
holidayNewYear: {
|
|
15151
|
+
name: string;
|
|
15152
|
+
description: string;
|
|
15153
|
+
};
|
|
15154
|
+
newsletterMonthly: {
|
|
15155
|
+
name: string;
|
|
15156
|
+
description: string;
|
|
15157
|
+
};
|
|
15158
|
+
newsletterWeeklyDigest: {
|
|
15159
|
+
name: string;
|
|
15160
|
+
description: string;
|
|
15161
|
+
};
|
|
15162
|
+
};
|
|
14684
15163
|
};
|
|
14685
15164
|
territory: {
|
|
14686
15165
|
typesUnavailable: string;
|
|
@@ -15224,6 +15703,15 @@ export declare const locales: {
|
|
|
15224
15703
|
};
|
|
15225
15704
|
decisionConfig: {
|
|
15226
15705
|
title: string;
|
|
15706
|
+
outcomeLabel: string;
|
|
15707
|
+
outcomeApiName: string;
|
|
15708
|
+
colResource: string;
|
|
15709
|
+
colOperator: string;
|
|
15710
|
+
colValue: string;
|
|
15711
|
+
defaultBadge: string;
|
|
15712
|
+
placeholderResource: string;
|
|
15713
|
+
placeholderValue: string;
|
|
15714
|
+
addOutcome: string;
|
|
15227
15715
|
description: string;
|
|
15228
15716
|
noConditionWarning: string;
|
|
15229
15717
|
deleteCondition: string;
|
|
@@ -16101,6 +16589,9 @@ export declare const locales: {
|
|
|
16101
16589
|
recordList: {
|
|
16102
16590
|
actions: string;
|
|
16103
16591
|
refresh: string;
|
|
16592
|
+
density: string;
|
|
16593
|
+
densityCompact: string;
|
|
16594
|
+
densityComfy: string;
|
|
16104
16595
|
export: string;
|
|
16105
16596
|
moreActions: string;
|
|
16106
16597
|
exportTitle: string;
|
|
@@ -16340,6 +16831,12 @@ export declare const locales: {
|
|
|
16340
16831
|
details: string;
|
|
16341
16832
|
saveSuccess: string;
|
|
16342
16833
|
saveFailed: string;
|
|
16834
|
+
contextActionApplied: string;
|
|
16835
|
+
taskCreated: string;
|
|
16836
|
+
aiNarrativeGuidanceOnly: string;
|
|
16837
|
+
actionTargetNotConfigured: string;
|
|
16838
|
+
actionNeedsConfiguration: string;
|
|
16839
|
+
pathAriaLabel: string;
|
|
16343
16840
|
deleted: string;
|
|
16344
16841
|
deleteFailed: string;
|
|
16345
16842
|
deleteUndone: string;
|
|
@@ -16623,6 +17120,33 @@ export declare const locales: {
|
|
|
16623
17120
|
rawModeDesc: string;
|
|
16624
17121
|
switchToVisual: string;
|
|
16625
17122
|
};
|
|
17123
|
+
flowBuilderCanvas: {
|
|
17124
|
+
undoTitle: string;
|
|
17125
|
+
redoTitle: string;
|
|
17126
|
+
saveTitle: string;
|
|
17127
|
+
newVersionTitle: string;
|
|
17128
|
+
activateTitle: string;
|
|
17129
|
+
rollbackTitle: string;
|
|
17130
|
+
autoLayoutApplied: string;
|
|
17131
|
+
switchedToFreeForm: string;
|
|
17132
|
+
flowSaved: string;
|
|
17133
|
+
};
|
|
17134
|
+
workspaceLogo: {
|
|
17135
|
+
uploadButton: string;
|
|
17136
|
+
workspaceIdNotFound: string;
|
|
17137
|
+
uploadSuccess: string;
|
|
17138
|
+
uploadFailed: string;
|
|
17139
|
+
removeSuccess: string;
|
|
17140
|
+
removeFailed: string;
|
|
17141
|
+
};
|
|
17142
|
+
reportDesigner: {
|
|
17143
|
+
fieldsTitle: string;
|
|
17144
|
+
columnsLabel: string;
|
|
17145
|
+
groupByLabel: string;
|
|
17146
|
+
summaryLabel: string;
|
|
17147
|
+
previewTitle: string;
|
|
17148
|
+
configSaved: string;
|
|
17149
|
+
};
|
|
16626
17150
|
workflowRulesPage: {
|
|
16627
17151
|
layoutTitle: string;
|
|
16628
17152
|
breadcrumbWorkspace: string;
|
|
@@ -16827,6 +17351,33 @@ export declare const locales: {
|
|
|
16827
17351
|
abortSuccess: string;
|
|
16828
17352
|
abortError: string;
|
|
16829
17353
|
};
|
|
17354
|
+
platformCommercialPricing: {
|
|
17355
|
+
actionSucceeded: string;
|
|
17356
|
+
actionFailed: string;
|
|
17357
|
+
catalog: string;
|
|
17358
|
+
promotions: string;
|
|
17359
|
+
agreements: string;
|
|
17360
|
+
version: string;
|
|
17361
|
+
status: string;
|
|
17362
|
+
currency: string;
|
|
17363
|
+
effectiveFrom: string;
|
|
17364
|
+
entries: string;
|
|
17365
|
+
actions: string;
|
|
17366
|
+
activate: string;
|
|
17367
|
+
retire: string;
|
|
17368
|
+
suspend: string;
|
|
17369
|
+
code: string;
|
|
17370
|
+
benefit: string;
|
|
17371
|
+
scope: string;
|
|
17372
|
+
workspace: string;
|
|
17373
|
+
agreementKey: string;
|
|
17374
|
+
contractEvidence: string;
|
|
17375
|
+
overrides: string;
|
|
17376
|
+
privateNotice: string;
|
|
17377
|
+
workspaceFilter: string;
|
|
17378
|
+
loadFailed: string;
|
|
17379
|
+
retry: string;
|
|
17380
|
+
};
|
|
16830
17381
|
platformAdmin: {
|
|
16831
17382
|
menuChannelProvider: string;
|
|
16832
17383
|
adminPanelUi: {
|
|
@@ -17614,6 +18165,9 @@ export declare const locales: {
|
|
|
17614
18165
|
menuOpsSubscriptions: string;
|
|
17615
18166
|
menuOpsHealth: string;
|
|
17616
18167
|
menuOpsBilling: string;
|
|
18168
|
+
menuCommercialCatalog: string;
|
|
18169
|
+
menuPromotions: string;
|
|
18170
|
+
menuCustomerAgreements: string;
|
|
17617
18171
|
menuOpsRenewals: string;
|
|
17618
18172
|
menuAiProvider: string;
|
|
17619
18173
|
menuDemoAccess: string;
|
|
@@ -18545,6 +19099,27 @@ export declare const locales: {
|
|
|
18545
19099
|
REDIRECT_REQUIRED: string;
|
|
18546
19100
|
};
|
|
18547
19101
|
connectivityCode: {
|
|
19102
|
+
FEISHU_TOKEN_OK: string;
|
|
19103
|
+
FEISHU_TOKEN_REJECTED: string;
|
|
19104
|
+
FEISHU_MESSAGE_DELIVERY_OK: string;
|
|
19105
|
+
FEISHU_MESSAGE_DELIVERY_REJECTED: string;
|
|
19106
|
+
FEISHU_TEST_INPUT_REQUIRED: string;
|
|
19107
|
+
FEISHU_TEST_INPUT_INVALID: string;
|
|
19108
|
+
WECOM_TOKEN_OK: string;
|
|
19109
|
+
WECOM_TOKEN_REJECTED: string;
|
|
19110
|
+
WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
|
|
19111
|
+
DINGTALK_TOKEN_OK: string;
|
|
19112
|
+
DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
|
|
19113
|
+
DINGTALK_TOKEN_REJECTED: string;
|
|
19114
|
+
SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
19115
|
+
SLACK_CREDENTIALS_REJECTED: string;
|
|
19116
|
+
TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
19117
|
+
TEAMS_CREDENTIALS_REJECTED: string;
|
|
19118
|
+
API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
|
|
19119
|
+
API_CALLBACK_OK: string;
|
|
19120
|
+
API_CALLBACK_REJECTED: string;
|
|
19121
|
+
WEB_CHAT_WIDGET_TEST_REQUIRED: string;
|
|
19122
|
+
TELEPHONY_TEST_REQUIRED: string;
|
|
18548
19123
|
WEBHOOK_DELIVERY_OK: string;
|
|
18549
19124
|
WEBHOOK_HTTP_REJECTED: string;
|
|
18550
19125
|
WEBHOOK_PROVIDER_REJECTED: string;
|
|
@@ -18556,8 +19131,35 @@ export declare const locales: {
|
|
|
18556
19131
|
};
|
|
18557
19132
|
webhookTestTitle: string;
|
|
18558
19133
|
webhookTestDescription: string;
|
|
18559
|
-
|
|
18560
|
-
|
|
19134
|
+
deliveryTestEmployeeLabel: string;
|
|
19135
|
+
deliveryTestEmployeePlaceholder: string;
|
|
19136
|
+
deliveryTestGenerateAndSend: string;
|
|
19137
|
+
deliveryTestScenarioLabel: string;
|
|
19138
|
+
deliveryTestScenario: {
|
|
19139
|
+
welcome: {
|
|
19140
|
+
label: string;
|
|
19141
|
+
prompt: string;
|
|
19142
|
+
};
|
|
19143
|
+
event_reminder: {
|
|
19144
|
+
label: string;
|
|
19145
|
+
prompt: string;
|
|
19146
|
+
};
|
|
19147
|
+
service_follow_up: {
|
|
19148
|
+
label: string;
|
|
19149
|
+
prompt: string;
|
|
19150
|
+
};
|
|
19151
|
+
};
|
|
19152
|
+
deliveryTestGenerationPrompt: string;
|
|
19153
|
+
deliveryTestGenerationFailed: string;
|
|
19154
|
+
sendTestMessage: string;
|
|
19155
|
+
testCredentials: string;
|
|
19156
|
+
credentialTestTitle: string;
|
|
19157
|
+
credentialTestScopeTitle: string;
|
|
19158
|
+
credentialTestScopeDescription: string;
|
|
19159
|
+
startCredentialTest: string;
|
|
19160
|
+
feishuMessageTestTitle: string;
|
|
19161
|
+
feishuMessageTestDescription: string;
|
|
19162
|
+
feishuChatIdPlaceholder: string;
|
|
18561
19163
|
toolLabel: {
|
|
18562
19164
|
recordQuery: string;
|
|
18563
19165
|
recordAggregate: string;
|
|
@@ -18629,11 +19231,11 @@ export declare const locales: {
|
|
|
18629
19231
|
field: {
|
|
18630
19232
|
webhook: {
|
|
18631
19233
|
webhookUrl: string;
|
|
19234
|
+
dingtalkSigningSecret: string;
|
|
18632
19235
|
};
|
|
18633
19236
|
wecom: {
|
|
18634
|
-
|
|
18635
|
-
|
|
18636
|
-
secret: string;
|
|
19237
|
+
token: string;
|
|
19238
|
+
aesKey: string;
|
|
18637
19239
|
};
|
|
18638
19240
|
};
|
|
18639
19241
|
simNoReply: string;
|
|
@@ -18698,6 +19300,18 @@ export declare const locales: {
|
|
|
18698
19300
|
copyCallbackUrl: string;
|
|
18699
19301
|
copyCallbackUrlAria: string;
|
|
18700
19302
|
callbackUrlCopied: string;
|
|
19303
|
+
callbackUrlCopyFailed: string;
|
|
19304
|
+
connectionModeLabel: string;
|
|
19305
|
+
connectionMode: {
|
|
19306
|
+
stream: string;
|
|
19307
|
+
callback: string;
|
|
19308
|
+
streamHelp: string;
|
|
19309
|
+
callbackHelp: string;
|
|
19310
|
+
};
|
|
19311
|
+
dingtalkStreamReady: string;
|
|
19312
|
+
dingtalkStreamError: string;
|
|
19313
|
+
dingtalkStreamStepTitle: string;
|
|
19314
|
+
dingtalkStreamStepDescription: string;
|
|
18701
19315
|
confirmDelete: string;
|
|
18702
19316
|
delete: string;
|
|
18703
19317
|
cancel: string;
|
|
@@ -18721,6 +19335,7 @@ export declare const locales: {
|
|
|
18721
19335
|
fillIn: string;
|
|
18722
19336
|
webhookFillIn: string;
|
|
18723
19337
|
webhookUrlRequired: string;
|
|
19338
|
+
credentialFieldRequired: string;
|
|
18724
19339
|
webhookSetupTitle: string;
|
|
18725
19340
|
webhookSetupDescription: string;
|
|
18726
19341
|
webhookStepAdd: string;
|
|
@@ -19118,6 +19733,38 @@ export declare const locales: {
|
|
|
19118
19733
|
billingTierFull: string;
|
|
19119
19734
|
billingTierHalf: string;
|
|
19120
19735
|
billingTierNone: string;
|
|
19736
|
+
opsAgentPrefix: string;
|
|
19737
|
+
opsAgentUnknown: string;
|
|
19738
|
+
opsScoringAgentActions: string;
|
|
19739
|
+
opsScoringTotalActions: string;
|
|
19740
|
+
opsScoringRawRatio: string;
|
|
19741
|
+
opsScoringWeighted: string;
|
|
19742
|
+
opsOutcomeType: {
|
|
19743
|
+
lead_created: string;
|
|
19744
|
+
mql: string;
|
|
19745
|
+
opportunity_created: string;
|
|
19746
|
+
opportunity_won: string;
|
|
19747
|
+
customer_activated: string;
|
|
19748
|
+
case_closed: string;
|
|
19749
|
+
};
|
|
19750
|
+
opsBillingStatus: {
|
|
19751
|
+
pending: string;
|
|
19752
|
+
confirmed: string;
|
|
19753
|
+
waived: string;
|
|
19754
|
+
cancelled: string;
|
|
19755
|
+
};
|
|
19756
|
+
opsDisputeStatus: {
|
|
19757
|
+
none: string;
|
|
19758
|
+
open: string;
|
|
19759
|
+
raised: string;
|
|
19760
|
+
reviewing: string;
|
|
19761
|
+
resolved: string;
|
|
19762
|
+
};
|
|
19763
|
+
opsBillingTier: {
|
|
19764
|
+
full: string;
|
|
19765
|
+
half: string;
|
|
19766
|
+
none: string;
|
|
19767
|
+
};
|
|
19121
19768
|
};
|
|
19122
19769
|
homeDashboard: {
|
|
19123
19770
|
saveSuccess: string;
|
|
@@ -20365,6 +21012,84 @@ export declare const locales: {
|
|
|
20365
21012
|
finish: string;
|
|
20366
21013
|
unselected: string;
|
|
20367
21014
|
};
|
|
21015
|
+
builder: {
|
|
21016
|
+
labelPlaceholder: string;
|
|
21017
|
+
apiNamePlaceholder: string;
|
|
21018
|
+
flowType: string;
|
|
21019
|
+
selectObject: string;
|
|
21020
|
+
object: string;
|
|
21021
|
+
configureTrigger: string;
|
|
21022
|
+
triggerCreated: string;
|
|
21023
|
+
triggerUpdated: string;
|
|
21024
|
+
triggerCreatedOrUpdated: string;
|
|
21025
|
+
triggerDeleted: string;
|
|
21026
|
+
setEntryConditions: string;
|
|
21027
|
+
conditionRequirements: string;
|
|
21028
|
+
conditions: string;
|
|
21029
|
+
optimizeFlow: string;
|
|
21030
|
+
scheduleSettings: string;
|
|
21031
|
+
frequency: string;
|
|
21032
|
+
startDate: string;
|
|
21033
|
+
startTime: string;
|
|
21034
|
+
platformEvent: string;
|
|
21035
|
+
eventApiName: string;
|
|
21036
|
+
screenEntry: string;
|
|
21037
|
+
entryMode: string;
|
|
21038
|
+
designerNotes: string;
|
|
21039
|
+
action: string;
|
|
21040
|
+
howToSetFieldValues: string;
|
|
21041
|
+
setFieldValuesManually: string;
|
|
21042
|
+
useVariablesAndFormulas: string;
|
|
21043
|
+
fieldMappingsReady: string;
|
|
21044
|
+
recordOrRecordId: string;
|
|
21045
|
+
setFieldValues: string;
|
|
21046
|
+
pauseType: string;
|
|
21047
|
+
timeSource: string;
|
|
21048
|
+
offsetNumberOptions: string;
|
|
21049
|
+
scheduleSummary: string;
|
|
21050
|
+
defaultOutcome: string;
|
|
21051
|
+
outcomeOrder: string;
|
|
21052
|
+
toolbox: string;
|
|
21053
|
+
searchThisFlow: string;
|
|
21054
|
+
closeInspector: string;
|
|
21055
|
+
debugData: string;
|
|
21056
|
+
daysAfterSource: string;
|
|
21057
|
+
durationAfterSource: string;
|
|
21058
|
+
durationOnly: string;
|
|
21059
|
+
pauseUntilDate: string;
|
|
21060
|
+
pauseUntilEvent: string;
|
|
21061
|
+
unitMinutes: string;
|
|
21062
|
+
unitHours: string;
|
|
21063
|
+
unitDays: string;
|
|
21064
|
+
timeSourceCloseDate: string;
|
|
21065
|
+
optimizationFastFieldUpdates: string;
|
|
21066
|
+
optimizationActionsAndRelatedRecords: string;
|
|
21067
|
+
scheduleDaily: string;
|
|
21068
|
+
scheduleWeekly: string;
|
|
21069
|
+
scheduleOnce: string;
|
|
21070
|
+
entryAppPage: string;
|
|
21071
|
+
entryQuickAction: string;
|
|
21072
|
+
entryUtilityBar: string;
|
|
21073
|
+
summaryTrigger: string;
|
|
21074
|
+
summaryOptimizeFor: string;
|
|
21075
|
+
summarySchedule: string;
|
|
21076
|
+
summaryStartAt: string;
|
|
21077
|
+
summaryEvent: string;
|
|
21078
|
+
summaryRunType: string;
|
|
21079
|
+
summaryEntry: string;
|
|
21080
|
+
summaryInteraction: string;
|
|
21081
|
+
summaryInvocation: string;
|
|
21082
|
+
summaryStatus: string;
|
|
21083
|
+
notSet: string;
|
|
21084
|
+
platformEventReceived: string;
|
|
21085
|
+
runTypeAutolaunched: string;
|
|
21086
|
+
guidedScreenExperience: string;
|
|
21087
|
+
runTypeUserFacing: string;
|
|
21088
|
+
invokedByFlowsActionsAi: string;
|
|
21089
|
+
noExplicitTrigger: string;
|
|
21090
|
+
runTypeBackground: string;
|
|
21091
|
+
selectFlowTypeToConfigureStart: string;
|
|
21092
|
+
};
|
|
20368
21093
|
flowType: {
|
|
20369
21094
|
unselected: string;
|
|
20370
21095
|
recordTriggered: {
|
|
@@ -20687,6 +21412,16 @@ export declare const locales: {
|
|
|
20687
21412
|
breadcrumbAi: string;
|
|
20688
21413
|
breadcrumbAgents: string;
|
|
20689
21414
|
breadcrumbConfigure: string;
|
|
21415
|
+
fieldNamePlaceholder: string;
|
|
21416
|
+
fieldIconPlaceholder: string;
|
|
21417
|
+
typeSales: string;
|
|
21418
|
+
typeService: string;
|
|
21419
|
+
typeAnalytics: string;
|
|
21420
|
+
typeAdmin: string;
|
|
21421
|
+
typeCustom: string;
|
|
21422
|
+
modelTier1: string;
|
|
21423
|
+
modelTier2: string;
|
|
21424
|
+
modelTier3: string;
|
|
20690
21425
|
breadcrumbExecutionLogs: string;
|
|
20691
21426
|
breadcrumbExecutionDetail: string;
|
|
20692
21427
|
listTitle: string;
|
|
@@ -21176,11 +21911,20 @@ export declare const locales: {
|
|
|
21176
21911
|
app: {
|
|
21177
21912
|
restoringSession: string;
|
|
21178
21913
|
enteringSystem: string;
|
|
21914
|
+
crm: string;
|
|
21915
|
+
marketing: string;
|
|
21916
|
+
service: string;
|
|
21179
21917
|
partner: string;
|
|
21180
21918
|
platform: string;
|
|
21919
|
+
settings: string;
|
|
21181
21920
|
};
|
|
21182
21921
|
appDescription: {
|
|
21922
|
+
crm: string;
|
|
21923
|
+
marketing: string;
|
|
21924
|
+
service: string;
|
|
21183
21925
|
partner: string;
|
|
21926
|
+
platform: string;
|
|
21927
|
+
settings: string;
|
|
21184
21928
|
};
|
|
21185
21929
|
common: {
|
|
21186
21930
|
featureNotAvailable: string;
|
|
@@ -21248,6 +21992,7 @@ export declare const locales: {
|
|
|
21248
21992
|
contactAll: string;
|
|
21249
21993
|
salesFolder: string;
|
|
21250
21994
|
salesOpportunity: string;
|
|
21995
|
+
forecastCenter: string;
|
|
21251
21996
|
cpqFolder: string;
|
|
21252
21997
|
cpqProduct: string;
|
|
21253
21998
|
cpqPriceBook: string;
|
|
@@ -22334,8 +23079,22 @@ export declare const locales: {
|
|
|
22334
23079
|
cancelWarningItem3: string;
|
|
22335
23080
|
cancelWarningItem4: string;
|
|
22336
23081
|
planCycleCaption: string;
|
|
23082
|
+
quoteRequired: string;
|
|
23083
|
+
quoteRequiredDesc: string;
|
|
22337
23084
|
loadFailed: string;
|
|
22338
23085
|
loadFailedDesc: string;
|
|
23086
|
+
opsPlanHealth: string;
|
|
23087
|
+
opsQuotaRisk: string;
|
|
23088
|
+
opsPendingInvoice: string;
|
|
23089
|
+
opsNextActions: string;
|
|
23090
|
+
opsCycleProgress: string;
|
|
23091
|
+
opsDaysUntilNextBill: string;
|
|
23092
|
+
opsBillDueToday: string;
|
|
23093
|
+
opsQuotaHealthy: string;
|
|
23094
|
+
opsInvoiceDegraded: string;
|
|
23095
|
+
opsActionViewUsage: string;
|
|
23096
|
+
opsActionSmartCap: string;
|
|
23097
|
+
opsActionContactSales: string;
|
|
22339
23098
|
enterpriseQuotaSaveSuccess: string;
|
|
22340
23099
|
enterpriseQuotaSaveFailed: string;
|
|
22341
23100
|
enterpriseQuotaConfigTitle: string;
|
|
@@ -23055,6 +23814,16 @@ export declare const locales: {
|
|
|
23055
23814
|
};
|
|
23056
23815
|
developer: {
|
|
23057
23816
|
apiCredentials: string;
|
|
23817
|
+
pluginSubmit: {
|
|
23818
|
+
pluginNameLabel: string;
|
|
23819
|
+
displayNameLabel: string;
|
|
23820
|
+
versionLabel: string;
|
|
23821
|
+
descriptionLabel: string;
|
|
23822
|
+
authorLabel: string;
|
|
23823
|
+
categoryLabel: string;
|
|
23824
|
+
permissionsLabel: string;
|
|
23825
|
+
sourceBundleUrlLabel: string;
|
|
23826
|
+
};
|
|
23058
23827
|
credentialsUnavailable: string;
|
|
23059
23828
|
credentialsUnavailableReason: string;
|
|
23060
23829
|
dashboard: string;
|
|
@@ -23269,15 +24038,68 @@ export declare const locales: {
|
|
|
23269
24038
|
};
|
|
23270
24039
|
namedCredentials: {
|
|
23271
24040
|
title: string;
|
|
24041
|
+
rotate: string;
|
|
24042
|
+
detailName: string;
|
|
24043
|
+
detailType: string;
|
|
24044
|
+
detailStatus: string;
|
|
24045
|
+
detailEndpoint: string;
|
|
24046
|
+
detailDescription: string;
|
|
24047
|
+
detailCreatedBy: string;
|
|
24048
|
+
detailLastUsed: string;
|
|
24049
|
+
neverUsed: string;
|
|
24050
|
+
noConfigurationData: string;
|
|
24051
|
+
selectCredentialForAudit: string;
|
|
24052
|
+
tokenUrl: string;
|
|
24053
|
+
clientId: string;
|
|
24054
|
+
clientSecret: string;
|
|
24055
|
+
scopes: string;
|
|
24056
|
+
apiKey: string;
|
|
24057
|
+
headerName: string;
|
|
24058
|
+
username: string;
|
|
24059
|
+
password: string;
|
|
24060
|
+
certificate: string;
|
|
24061
|
+
privateKey: string;
|
|
24062
|
+
deleteConfirmTitle: string;
|
|
24063
|
+
filterByType: string;
|
|
24064
|
+
nameLabel: string;
|
|
24065
|
+
descriptionLabel: string;
|
|
24066
|
+
endpointUrl: string;
|
|
24067
|
+
credentialType: string;
|
|
24068
|
+
selectType: string;
|
|
24069
|
+
newApiKey: string;
|
|
24070
|
+
enterNewApiKey: string;
|
|
24071
|
+
basicInfo: string;
|
|
24072
|
+
configurationMasked: string;
|
|
24073
|
+
selectCredential: string;
|
|
24074
|
+
createdMsg: string;
|
|
24075
|
+
updatedMsg: string;
|
|
24076
|
+
deletedMsg: string;
|
|
24077
|
+
rotatedMsg: string;
|
|
23272
24078
|
};
|
|
23273
24079
|
oauth2: {
|
|
23274
24080
|
clients: string;
|
|
23275
24081
|
createApp: string;
|
|
24082
|
+
clientIdLabel: string;
|
|
24083
|
+
clientSecretLabel: string;
|
|
24084
|
+
secretSaveNowHint: string;
|
|
24085
|
+
appNameLabel: string;
|
|
24086
|
+
descriptionLabel: string;
|
|
24087
|
+
redirectUrisLabel: string;
|
|
24088
|
+
allowedScopesLabel: string;
|
|
24089
|
+
copied: string;
|
|
24090
|
+
clientCreatedTitle: string;
|
|
23276
24091
|
};
|
|
23277
24092
|
plugins: {
|
|
23278
24093
|
configSaved: string;
|
|
23279
24094
|
configuration: string;
|
|
23280
24095
|
details: string;
|
|
24096
|
+
installationIdLabel: string;
|
|
24097
|
+
pluginIdLabel: string;
|
|
24098
|
+
versionLabel: string;
|
|
24099
|
+
configJsonLabel: string;
|
|
24100
|
+
targetVersionPlaceholder: string;
|
|
24101
|
+
rollbackConfirmTitle: string;
|
|
24102
|
+
invalidJson: string;
|
|
23281
24103
|
permissions: string;
|
|
23282
24104
|
rollback: string;
|
|
23283
24105
|
rolledBack: string;
|
|
@@ -23299,6 +24121,29 @@ export declare const locales: {
|
|
|
23299
24121
|
title: string;
|
|
23300
24122
|
performanceUnavailable: string;
|
|
23301
24123
|
performanceUnavailableReason: string;
|
|
24124
|
+
deactivate: string;
|
|
24125
|
+
jobLabel: string;
|
|
24126
|
+
statusLabel: string;
|
|
24127
|
+
deactivateConfirmTitle: string;
|
|
24128
|
+
createPolicyTitle: string;
|
|
24129
|
+
objectLabel: string;
|
|
24130
|
+
objectPlaceholder: string;
|
|
24131
|
+
fieldLabel: string;
|
|
24132
|
+
fieldPlaceholder: string;
|
|
24133
|
+
searchable: string;
|
|
24134
|
+
statTotalEncryptedFields: string;
|
|
24135
|
+
statActiveKeys: string;
|
|
24136
|
+
statPoliciesWithRecords: string;
|
|
24137
|
+
statEncryptedRecordsPerPolicy: string;
|
|
24138
|
+
statPerformanceMetrics: string;
|
|
24139
|
+
keyHistory: string;
|
|
24140
|
+
rotateConfirmTitle: string;
|
|
24141
|
+
reEncryption: string;
|
|
24142
|
+
selectPolicyToReEncrypt: string;
|
|
24143
|
+
policyCreatedMsg: string;
|
|
24144
|
+
policyDeactivatedMsg: string;
|
|
24145
|
+
keyRotatedMsg: string;
|
|
24146
|
+
reEncryptionTriggeredMsg: string;
|
|
23302
24147
|
};
|
|
23303
24148
|
webhooks: {
|
|
23304
24149
|
dlq: string;
|
|
@@ -23518,6 +24363,12 @@ export declare const locales: {
|
|
|
23518
24363
|
breadcrumbWorkspace: string;
|
|
23519
24364
|
breadcrumbSecurity: string;
|
|
23520
24365
|
breadcrumbNew: string;
|
|
24366
|
+
entityIdAddon: string;
|
|
24367
|
+
namePlaceholder: string;
|
|
24368
|
+
entityIdLabel: string;
|
|
24369
|
+
idpIssuerLabel: string;
|
|
24370
|
+
idpSsoUrlLabel: string;
|
|
24371
|
+
x509CertLabel: string;
|
|
23521
24372
|
sectionName: string;
|
|
23522
24373
|
sectionNameDesc: string;
|
|
23523
24374
|
nameRequired: string;
|
|
@@ -27256,6 +28107,7 @@ export declare const locales: {
|
|
|
27256
28107
|
editInstruction: string;
|
|
27257
28108
|
evidenceRequired: string;
|
|
27258
28109
|
executionHistory: string;
|
|
28110
|
+
externalConversations: string;
|
|
27259
28111
|
executionIdentity: string;
|
|
27260
28112
|
executionSteps: string;
|
|
27261
28113
|
executionStepsEmpty: string;
|
|
@@ -28445,7 +29297,13 @@ export declare const locales: {
|
|
|
28445
29297
|
common: {
|
|
28446
29298
|
cancel: string;
|
|
28447
29299
|
};
|
|
29300
|
+
readOnlyTag: string;
|
|
29301
|
+
siteCol: string;
|
|
29302
|
+
statusCol: string;
|
|
29303
|
+
searchLabel: string;
|
|
29304
|
+
reassignTitle: string;
|
|
28448
29305
|
link: {
|
|
29306
|
+
contactIdUuidLabel: string;
|
|
28449
29307
|
noResult: string;
|
|
28450
29308
|
linked: string;
|
|
28451
29309
|
failed: string;
|
|
@@ -28497,6 +29355,30 @@ export declare const locales: {
|
|
|
28497
29355
|
breadcrumbPlatform: string;
|
|
28498
29356
|
refresh: string;
|
|
28499
29357
|
status: {
|
|
29358
|
+
conflictedTag: string;
|
|
29359
|
+
resolvedTag: string;
|
|
29360
|
+
noneTag: string;
|
|
29361
|
+
retry: string;
|
|
29362
|
+
pushAria: string;
|
|
29363
|
+
pullAria: string;
|
|
29364
|
+
refreshAria: string;
|
|
29365
|
+
contractNoteAlert: string;
|
|
29366
|
+
diffInspectionAlert: string;
|
|
29367
|
+
conflictMarkersAlert: string;
|
|
29368
|
+
colFilePath: string;
|
|
29369
|
+
colChangeType: string;
|
|
29370
|
+
colSource: string;
|
|
29371
|
+
colLastModified: string;
|
|
29372
|
+
colConflictStatus: string;
|
|
29373
|
+
colActions: string;
|
|
29374
|
+
changeTypeModified: string;
|
|
29375
|
+
changeTypeAdded: string;
|
|
29376
|
+
changeTypeDeleted: string;
|
|
29377
|
+
pullModalTitle: string;
|
|
29378
|
+
pullOkText: string;
|
|
29379
|
+
pushButton: string;
|
|
29380
|
+
pullButton: string;
|
|
29381
|
+
lastModifiedPrefix: string;
|
|
28500
29382
|
pushSubmitted: string;
|
|
28501
29383
|
noPushableDeletes: string;
|
|
28502
29384
|
confirmPushDeletes: string;
|
|
@@ -28516,6 +29398,29 @@ export declare const locales: {
|
|
|
28516
29398
|
unsupportedPull: string;
|
|
28517
29399
|
};
|
|
28518
29400
|
baseline: {
|
|
29401
|
+
retry: string;
|
|
29402
|
+
historyTitle: string;
|
|
29403
|
+
pullFromRemoteAria: string;
|
|
29404
|
+
refreshAria: string;
|
|
29405
|
+
resetAria: string;
|
|
29406
|
+
setBaselineAria: string;
|
|
29407
|
+
contractNoteAlert: string;
|
|
29408
|
+
currentBaselineTitle: string;
|
|
29409
|
+
colBaselineId: string;
|
|
29410
|
+
colAvailable: string;
|
|
29411
|
+
colRevision: string;
|
|
29412
|
+
colSource: string;
|
|
29413
|
+
colAuthor: string;
|
|
29414
|
+
colCreatedAt: string;
|
|
29415
|
+
colDescription: string;
|
|
29416
|
+
setBaselineTitle: string;
|
|
29417
|
+
setBaselineOk: string;
|
|
29418
|
+
baselineDescriptionLabel: string;
|
|
29419
|
+
pullFromRemoteButton: string;
|
|
29420
|
+
resetTrackingButton: string;
|
|
29421
|
+
setBaselineButton: string;
|
|
29422
|
+
availableTag: string;
|
|
29423
|
+
unavailableTag: string;
|
|
28519
29424
|
rebuildSubmitted: string;
|
|
28520
29425
|
setFailed: string;
|
|
28521
29426
|
confirmReset: string;
|
|
@@ -28540,6 +29445,25 @@ export declare const locales: {
|
|
|
28540
29445
|
descPlaceholder: string;
|
|
28541
29446
|
};
|
|
28542
29447
|
conflict: {
|
|
29448
|
+
unresolved: string;
|
|
29449
|
+
pageTitle: string;
|
|
29450
|
+
refreshContentAria: string;
|
|
29451
|
+
markResolvedAria: string;
|
|
29452
|
+
contractNoteAlert: string;
|
|
29453
|
+
conflictFileTitle: string;
|
|
29454
|
+
selectFileLabel: string;
|
|
29455
|
+
colPath: string;
|
|
29456
|
+
colMarkers: string;
|
|
29457
|
+
colResolutionState: string;
|
|
29458
|
+
colBackendAction: string;
|
|
29459
|
+
sideBySideTitle: string;
|
|
29460
|
+
conflictMarkersTitle: string;
|
|
29461
|
+
breadcrumbSourceTracking: string;
|
|
29462
|
+
breadcrumbConflictResolution: string;
|
|
29463
|
+
markResolvedButton: string;
|
|
29464
|
+
readyToSubmitTag: string;
|
|
29465
|
+
pendingSelectionTag: string;
|
|
29466
|
+
resolvedVia: string;
|
|
28543
29467
|
resolved: string;
|
|
28544
29468
|
subtitle: string;
|
|
28545
29469
|
contractNote: string;
|
|
@@ -29101,6 +30025,14 @@ export declare const locales: {
|
|
|
29101
30025
|
executionLogTitle: string;
|
|
29102
30026
|
noExecutionRecords: string;
|
|
29103
30027
|
executionLogReplay: string;
|
|
30028
|
+
stepGuardrail: string;
|
|
30029
|
+
stepThought: string;
|
|
30030
|
+
stepAction: string;
|
|
30031
|
+
stepObservation: string;
|
|
30032
|
+
labelModel: string;
|
|
30033
|
+
labelDuration: string;
|
|
30034
|
+
labelTokens: string;
|
|
30035
|
+
confidencePercent: string;
|
|
29104
30036
|
totalSteps: string;
|
|
29105
30037
|
totalTokens: string;
|
|
29106
30038
|
totalDuration: string;
|
|
@@ -29490,6 +30422,29 @@ export declare const locales: {
|
|
|
29490
30422
|
};
|
|
29491
30423
|
};
|
|
29492
30424
|
deploymentPages: {
|
|
30425
|
+
envProduction: string;
|
|
30426
|
+
envDevelopmentSandbox: string;
|
|
30427
|
+
envTestSandbox: string;
|
|
30428
|
+
createChangeSetTitle: string;
|
|
30429
|
+
changeSetNameLabel: string;
|
|
30430
|
+
changeSetNamePlaceholder: string;
|
|
30431
|
+
changeSetDescriptionLabel: string;
|
|
30432
|
+
changeSetDescriptionPlaceholder: string;
|
|
30433
|
+
sourceEnvFieldLabel: string;
|
|
30434
|
+
sourceEnvironmentPlaceholder: string;
|
|
30435
|
+
targetEnvFieldLabel: string;
|
|
30436
|
+
targetEnvironmentPlaceholder: string;
|
|
30437
|
+
pageTitle: string;
|
|
30438
|
+
searchChangeSetsPlaceholder: string;
|
|
30439
|
+
statusFilterPlaceholder: string;
|
|
30440
|
+
changeSetCreated: string;
|
|
30441
|
+
sandboxLabel: string;
|
|
30442
|
+
nameRequired: string;
|
|
30443
|
+
sourceRequired: string;
|
|
30444
|
+
targetRequired: string;
|
|
30445
|
+
pageSubtitle: string;
|
|
30446
|
+
deleteTooltip: string;
|
|
30447
|
+
deleteDisabledTooltip: string;
|
|
29493
30448
|
colName: string;
|
|
29494
30449
|
colStatus: string;
|
|
29495
30450
|
colComponentCount: string;
|
|
@@ -32017,6 +32972,12 @@ export declare const locales: {
|
|
|
32017
32972
|
currentSpend: string;
|
|
32018
32973
|
monthlyBudget: string;
|
|
32019
32974
|
notConfigured: string;
|
|
32975
|
+
agentFallbackPrefix: string;
|
|
32976
|
+
agentUnknown: string;
|
|
32977
|
+
setupNoticeBoth: string;
|
|
32978
|
+
setupNoticeBudget: string;
|
|
32979
|
+
setupNoticePricing: string;
|
|
32980
|
+
setupActionSmartCap: string;
|
|
32020
32981
|
noBudgetConfigured: string;
|
|
32021
32982
|
noBudgetConfiguredDescription: string;
|
|
32022
32983
|
daysRemaining: string;
|
|
@@ -32435,6 +33396,8 @@ export declare const locales: {
|
|
|
32435
33396
|
summaryValue: string;
|
|
32436
33397
|
includesOutcomeBilling: string;
|
|
32437
33398
|
tokenCostOnly: string;
|
|
33399
|
+
billingPrivate: string;
|
|
33400
|
+
billingPrivateNote: string;
|
|
32438
33401
|
phaseIntentDesc: string;
|
|
32439
33402
|
phaseAgentMatchDesc: string;
|
|
32440
33403
|
phaseExecutionDesc: string;
|
|
@@ -33159,6 +34122,53 @@ export declare const locales: {
|
|
|
33159
34122
|
fieldsSection: string;
|
|
33160
34123
|
functionsSection: string;
|
|
33161
34124
|
};
|
|
34125
|
+
builder: {
|
|
34126
|
+
nullNoInput: string;
|
|
34127
|
+
functionName: string;
|
|
34128
|
+
dateaddQuickSetup: string;
|
|
34129
|
+
dateField: string;
|
|
34130
|
+
offsetAmount: string;
|
|
34131
|
+
offsetUnit: string;
|
|
34132
|
+
ifQuickSetup: string;
|
|
34133
|
+
conditionField: string;
|
|
34134
|
+
conditionOperator: string;
|
|
34135
|
+
conditionValueType: string;
|
|
34136
|
+
conditionValue: string;
|
|
34137
|
+
returnsNull: string;
|
|
34138
|
+
noArguments: string;
|
|
34139
|
+
operator: string;
|
|
34140
|
+
left: string;
|
|
34141
|
+
right: string;
|
|
34142
|
+
stringConcatenation: string;
|
|
34143
|
+
negative: string;
|
|
34144
|
+
constants: string;
|
|
34145
|
+
field: string;
|
|
34146
|
+
compareTo: string;
|
|
34147
|
+
value: string;
|
|
34148
|
+
substituteValueType: string;
|
|
34149
|
+
substituteValue: string;
|
|
34150
|
+
picklistField: string;
|
|
34151
|
+
picklistValue: string;
|
|
34152
|
+
condition1: string;
|
|
34153
|
+
condition2: string;
|
|
34154
|
+
formulaPreview: string;
|
|
34155
|
+
placeholderExampleFormula: string;
|
|
34156
|
+
placeholderExampleCondition: string;
|
|
34157
|
+
placeholderExamplePicklist: string;
|
|
34158
|
+
placeholderEnterText: string;
|
|
34159
|
+
messagePreviewFailed: string;
|
|
34160
|
+
messagePreviewRequestFailed: string;
|
|
34161
|
+
messagePicklistConversion: string;
|
|
34162
|
+
messagePicklistComparison: string;
|
|
34163
|
+
messageArgCountOutOfRange: string;
|
|
34164
|
+
descIspickval: string;
|
|
34165
|
+
descNoMatchingFunctions: string;
|
|
34166
|
+
descNoMatchingFields: string;
|
|
34167
|
+
messageSyntaxPassed: string;
|
|
34168
|
+
messageSelectFieldFirst: string;
|
|
34169
|
+
messagePreviewNotConfigured: string;
|
|
34170
|
+
messageConditionInserted: string;
|
|
34171
|
+
};
|
|
33162
34172
|
batchRecalculate: {
|
|
33163
34173
|
title: string;
|
|
33164
34174
|
skip: string;
|
|
@@ -33469,6 +34479,49 @@ export declare const locales: {
|
|
|
33469
34479
|
leaveCancel: string;
|
|
33470
34480
|
};
|
|
33471
34481
|
recordPageBuilder: {
|
|
34482
|
+
inspector: {
|
|
34483
|
+
sectionTabsContainer: string;
|
|
34484
|
+
sectionTabProperties: string;
|
|
34485
|
+
sectionComponentProperties: string;
|
|
34486
|
+
sectionVisibilityRules: string;
|
|
34487
|
+
sectionCustomLwc: string;
|
|
34488
|
+
sectionCurrentScope: string;
|
|
34489
|
+
sectionPageMap: string;
|
|
34490
|
+
titlePageScope: string;
|
|
34491
|
+
labelLabel: string;
|
|
34492
|
+
placeholderComponentTitle: string;
|
|
34493
|
+
labelRegion: string;
|
|
34494
|
+
labelConditionExpression: string;
|
|
34495
|
+
labelDeviceVisibility: string;
|
|
34496
|
+
labelLayout: string;
|
|
34497
|
+
labelRelatedObjectApiName: string;
|
|
34498
|
+
placeholderSelectRelatedObject: string;
|
|
34499
|
+
labelRelationshipField: string;
|
|
34500
|
+
labelDisplayStyle: string;
|
|
34501
|
+
labelVisibleFields: string;
|
|
34502
|
+
labelSortField: string;
|
|
34503
|
+
labelSortDirection: string;
|
|
34504
|
+
labelPageSize: string;
|
|
34505
|
+
labelDefaultTitle: string;
|
|
34506
|
+
labelContent: string;
|
|
34507
|
+
labelStageFieldApiName: string;
|
|
34508
|
+
labelStages: string;
|
|
34509
|
+
placeholderOneStagePerLine: string;
|
|
34510
|
+
placeholderStageExample: string;
|
|
34511
|
+
labelCurrentStage: string;
|
|
34512
|
+
labelComponent: string;
|
|
34513
|
+
labelComponentApiName: string;
|
|
34514
|
+
labelBundleUrl: string;
|
|
34515
|
+
labelBundleHash: string;
|
|
34516
|
+
labelRuntimeStatus: string;
|
|
34517
|
+
okTextApply: string;
|
|
34518
|
+
runtimeShellBadge: string;
|
|
34519
|
+
componentCountLabel: string;
|
|
34520
|
+
noSavedPages: string;
|
|
34521
|
+
apiNameLabel: string;
|
|
34522
|
+
atLeastOneTab: string;
|
|
34523
|
+
bundleReadyBadge: string;
|
|
34524
|
+
};
|
|
33472
34525
|
formError: {
|
|
33473
34526
|
nameRequired: string;
|
|
33474
34527
|
internalNameRequired: string;
|
|
@@ -34319,6 +35372,8 @@ export declare const locales: {
|
|
|
34319
35372
|
};
|
|
34320
35373
|
kanban: {
|
|
34321
35374
|
cancel: string;
|
|
35375
|
+
cardDueSoon: string;
|
|
35376
|
+
cardRiskHigh: string;
|
|
34322
35377
|
create: string;
|
|
34323
35378
|
loadFailed: string;
|
|
34324
35379
|
moveFailed: string;
|
|
@@ -34634,6 +35689,16 @@ export declare const locales: {
|
|
|
34634
35689
|
title: string;
|
|
34635
35690
|
newPage: string;
|
|
34636
35691
|
edit: string;
|
|
35692
|
+
newPageModal: {
|
|
35693
|
+
title: string;
|
|
35694
|
+
pageNameLabel: string;
|
|
35695
|
+
apiNameLabel: string;
|
|
35696
|
+
typeLabel: string;
|
|
35697
|
+
descriptionLabel: string;
|
|
35698
|
+
pageNameRequired: string;
|
|
35699
|
+
apiNameRequired: string;
|
|
35700
|
+
apiNamePatternHint: string;
|
|
35701
|
+
};
|
|
34637
35702
|
createSuccess: string;
|
|
34638
35703
|
pageTypes: {
|
|
34639
35704
|
recordPage: string;
|
|
@@ -35021,6 +36086,48 @@ export declare const locales: {
|
|
|
35021
36086
|
promotional: string;
|
|
35022
36087
|
useTemplate: string;
|
|
35023
36088
|
welcome: string;
|
|
36089
|
+
templates: {
|
|
36090
|
+
welcomeBasic: {
|
|
36091
|
+
name: string;
|
|
36092
|
+
description: string;
|
|
36093
|
+
};
|
|
36094
|
+
welcomeOnboarding: {
|
|
36095
|
+
name: string;
|
|
36096
|
+
description: string;
|
|
36097
|
+
};
|
|
36098
|
+
promoSale: {
|
|
36099
|
+
name: string;
|
|
36100
|
+
description: string;
|
|
36101
|
+
};
|
|
36102
|
+
promoProductLaunch: {
|
|
36103
|
+
name: string;
|
|
36104
|
+
description: string;
|
|
36105
|
+
};
|
|
36106
|
+
notifyReminder: {
|
|
36107
|
+
name: string;
|
|
36108
|
+
description: string;
|
|
36109
|
+
};
|
|
36110
|
+
notifyActionRequired: {
|
|
36111
|
+
name: string;
|
|
36112
|
+
description: string;
|
|
36113
|
+
};
|
|
36114
|
+
holidaySeason: {
|
|
36115
|
+
name: string;
|
|
36116
|
+
description: string;
|
|
36117
|
+
};
|
|
36118
|
+
holidayNewYear: {
|
|
36119
|
+
name: string;
|
|
36120
|
+
description: string;
|
|
36121
|
+
};
|
|
36122
|
+
newsletterMonthly: {
|
|
36123
|
+
name: string;
|
|
36124
|
+
description: string;
|
|
36125
|
+
};
|
|
36126
|
+
newsletterWeeklyDigest: {
|
|
36127
|
+
name: string;
|
|
36128
|
+
description: string;
|
|
36129
|
+
};
|
|
36130
|
+
};
|
|
35024
36131
|
};
|
|
35025
36132
|
territory: {
|
|
35026
36133
|
typesUnavailable: string;
|
|
@@ -35564,6 +36671,15 @@ export declare const locales: {
|
|
|
35564
36671
|
};
|
|
35565
36672
|
decisionConfig: {
|
|
35566
36673
|
title: string;
|
|
36674
|
+
outcomeLabel: string;
|
|
36675
|
+
outcomeApiName: string;
|
|
36676
|
+
colResource: string;
|
|
36677
|
+
colOperator: string;
|
|
36678
|
+
colValue: string;
|
|
36679
|
+
defaultBadge: string;
|
|
36680
|
+
placeholderResource: string;
|
|
36681
|
+
placeholderValue: string;
|
|
36682
|
+
addOutcome: string;
|
|
35567
36683
|
description: string;
|
|
35568
36684
|
noConditionWarning: string;
|
|
35569
36685
|
deleteCondition: string;
|
|
@@ -36441,6 +37557,9 @@ export declare const locales: {
|
|
|
36441
37557
|
recordList: {
|
|
36442
37558
|
actions: string;
|
|
36443
37559
|
refresh: string;
|
|
37560
|
+
density: string;
|
|
37561
|
+
densityCompact: string;
|
|
37562
|
+
densityComfy: string;
|
|
36444
37563
|
export: string;
|
|
36445
37564
|
moreActions: string;
|
|
36446
37565
|
exportTitle: string;
|
|
@@ -36680,6 +37799,7 @@ export declare const locales: {
|
|
|
36680
37799
|
details: string;
|
|
36681
37800
|
saveSuccess: string;
|
|
36682
37801
|
saveFailed: string;
|
|
37802
|
+
pathAriaLabel: string;
|
|
36683
37803
|
deleted: string;
|
|
36684
37804
|
deleteFailed: string;
|
|
36685
37805
|
deleteUndone: string;
|
|
@@ -36963,6 +38083,33 @@ export declare const locales: {
|
|
|
36963
38083
|
rawModeDesc: string;
|
|
36964
38084
|
switchToVisual: string;
|
|
36965
38085
|
};
|
|
38086
|
+
flowBuilderCanvas: {
|
|
38087
|
+
undoTitle: string;
|
|
38088
|
+
redoTitle: string;
|
|
38089
|
+
saveTitle: string;
|
|
38090
|
+
newVersionTitle: string;
|
|
38091
|
+
activateTitle: string;
|
|
38092
|
+
rollbackTitle: string;
|
|
38093
|
+
autoLayoutApplied: string;
|
|
38094
|
+
switchedToFreeForm: string;
|
|
38095
|
+
flowSaved: string;
|
|
38096
|
+
};
|
|
38097
|
+
workspaceLogo: {
|
|
38098
|
+
uploadButton: string;
|
|
38099
|
+
workspaceIdNotFound: string;
|
|
38100
|
+
uploadSuccess: string;
|
|
38101
|
+
uploadFailed: string;
|
|
38102
|
+
removeSuccess: string;
|
|
38103
|
+
removeFailed: string;
|
|
38104
|
+
};
|
|
38105
|
+
reportDesigner: {
|
|
38106
|
+
fieldsTitle: string;
|
|
38107
|
+
columnsLabel: string;
|
|
38108
|
+
groupByLabel: string;
|
|
38109
|
+
summaryLabel: string;
|
|
38110
|
+
previewTitle: string;
|
|
38111
|
+
configSaved: string;
|
|
38112
|
+
};
|
|
36966
38113
|
workflowRulesPage: {
|
|
36967
38114
|
layoutTitle: string;
|
|
36968
38115
|
breadcrumbWorkspace: string;
|
|
@@ -37167,6 +38314,33 @@ export declare const locales: {
|
|
|
37167
38314
|
abortSuccess: string;
|
|
37168
38315
|
abortError: string;
|
|
37169
38316
|
};
|
|
38317
|
+
platformCommercialPricing: {
|
|
38318
|
+
actionSucceeded: string;
|
|
38319
|
+
actionFailed: string;
|
|
38320
|
+
catalog: string;
|
|
38321
|
+
promotions: string;
|
|
38322
|
+
agreements: string;
|
|
38323
|
+
version: string;
|
|
38324
|
+
status: string;
|
|
38325
|
+
currency: string;
|
|
38326
|
+
effectiveFrom: string;
|
|
38327
|
+
entries: string;
|
|
38328
|
+
actions: string;
|
|
38329
|
+
activate: string;
|
|
38330
|
+
retire: string;
|
|
38331
|
+
suspend: string;
|
|
38332
|
+
code: string;
|
|
38333
|
+
benefit: string;
|
|
38334
|
+
scope: string;
|
|
38335
|
+
workspace: string;
|
|
38336
|
+
agreementKey: string;
|
|
38337
|
+
contractEvidence: string;
|
|
38338
|
+
overrides: string;
|
|
38339
|
+
privateNotice: string;
|
|
38340
|
+
workspaceFilter: string;
|
|
38341
|
+
loadFailed: string;
|
|
38342
|
+
retry: string;
|
|
38343
|
+
};
|
|
37170
38344
|
platformAdmin: {
|
|
37171
38345
|
menuChannelProvider: string;
|
|
37172
38346
|
adminPanelUi: {
|
|
@@ -37954,6 +39128,9 @@ export declare const locales: {
|
|
|
37954
39128
|
menuOpsSubscriptions: string;
|
|
37955
39129
|
menuOpsHealth: string;
|
|
37956
39130
|
menuOpsBilling: string;
|
|
39131
|
+
menuCommercialCatalog: string;
|
|
39132
|
+
menuPromotions: string;
|
|
39133
|
+
menuCustomerAgreements: string;
|
|
37957
39134
|
menuOpsRenewals: string;
|
|
37958
39135
|
menuAiProvider: string;
|
|
37959
39136
|
menuDemoAccess: string;
|
|
@@ -38885,6 +40062,27 @@ export declare const locales: {
|
|
|
38885
40062
|
REDIRECT_REQUIRED: string;
|
|
38886
40063
|
};
|
|
38887
40064
|
connectivityCode: {
|
|
40065
|
+
FEISHU_TOKEN_OK: string;
|
|
40066
|
+
FEISHU_TOKEN_REJECTED: string;
|
|
40067
|
+
FEISHU_MESSAGE_DELIVERY_OK: string;
|
|
40068
|
+
FEISHU_MESSAGE_DELIVERY_REJECTED: string;
|
|
40069
|
+
FEISHU_TEST_INPUT_REQUIRED: string;
|
|
40070
|
+
FEISHU_TEST_INPUT_INVALID: string;
|
|
40071
|
+
WECOM_TOKEN_OK: string;
|
|
40072
|
+
WECOM_TOKEN_REJECTED: string;
|
|
40073
|
+
WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
|
|
40074
|
+
DINGTALK_TOKEN_OK: string;
|
|
40075
|
+
DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
|
|
40076
|
+
DINGTALK_TOKEN_REJECTED: string;
|
|
40077
|
+
SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
40078
|
+
SLACK_CREDENTIALS_REJECTED: string;
|
|
40079
|
+
TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
40080
|
+
TEAMS_CREDENTIALS_REJECTED: string;
|
|
40081
|
+
API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
|
|
40082
|
+
API_CALLBACK_OK: string;
|
|
40083
|
+
API_CALLBACK_REJECTED: string;
|
|
40084
|
+
WEB_CHAT_WIDGET_TEST_REQUIRED: string;
|
|
40085
|
+
TELEPHONY_TEST_REQUIRED: string;
|
|
38888
40086
|
WEBHOOK_DELIVERY_OK: string;
|
|
38889
40087
|
WEBHOOK_HTTP_REJECTED: string;
|
|
38890
40088
|
WEBHOOK_PROVIDER_REJECTED: string;
|
|
@@ -38896,8 +40094,35 @@ export declare const locales: {
|
|
|
38896
40094
|
};
|
|
38897
40095
|
webhookTestTitle: string;
|
|
38898
40096
|
webhookTestDescription: string;
|
|
38899
|
-
|
|
38900
|
-
|
|
40097
|
+
deliveryTestEmployeeLabel: string;
|
|
40098
|
+
deliveryTestEmployeePlaceholder: string;
|
|
40099
|
+
deliveryTestGenerateAndSend: string;
|
|
40100
|
+
deliveryTestScenarioLabel: string;
|
|
40101
|
+
deliveryTestScenario: {
|
|
40102
|
+
welcome: {
|
|
40103
|
+
label: string;
|
|
40104
|
+
prompt: string;
|
|
40105
|
+
};
|
|
40106
|
+
event_reminder: {
|
|
40107
|
+
label: string;
|
|
40108
|
+
prompt: string;
|
|
40109
|
+
};
|
|
40110
|
+
service_follow_up: {
|
|
40111
|
+
label: string;
|
|
40112
|
+
prompt: string;
|
|
40113
|
+
};
|
|
40114
|
+
};
|
|
40115
|
+
deliveryTestGenerationPrompt: string;
|
|
40116
|
+
deliveryTestGenerationFailed: string;
|
|
40117
|
+
sendTestMessage: string;
|
|
40118
|
+
testCredentials: string;
|
|
40119
|
+
credentialTestTitle: string;
|
|
40120
|
+
credentialTestScopeTitle: string;
|
|
40121
|
+
credentialTestScopeDescription: string;
|
|
40122
|
+
startCredentialTest: string;
|
|
40123
|
+
feishuMessageTestTitle: string;
|
|
40124
|
+
feishuMessageTestDescription: string;
|
|
40125
|
+
feishuChatIdPlaceholder: string;
|
|
38901
40126
|
toolLabel: {
|
|
38902
40127
|
recordQuery: string;
|
|
38903
40128
|
recordAggregate: string;
|
|
@@ -38969,11 +40194,11 @@ export declare const locales: {
|
|
|
38969
40194
|
field: {
|
|
38970
40195
|
webhook: {
|
|
38971
40196
|
webhookUrl: string;
|
|
40197
|
+
dingtalkSigningSecret: string;
|
|
38972
40198
|
};
|
|
38973
40199
|
wecom: {
|
|
38974
|
-
|
|
38975
|
-
|
|
38976
|
-
secret: string;
|
|
40200
|
+
token: string;
|
|
40201
|
+
aesKey: string;
|
|
38977
40202
|
};
|
|
38978
40203
|
};
|
|
38979
40204
|
simNoReply: string;
|
|
@@ -39038,6 +40263,18 @@ export declare const locales: {
|
|
|
39038
40263
|
copyCallbackUrl: string;
|
|
39039
40264
|
copyCallbackUrlAria: string;
|
|
39040
40265
|
callbackUrlCopied: string;
|
|
40266
|
+
callbackUrlCopyFailed: string;
|
|
40267
|
+
connectionModeLabel: string;
|
|
40268
|
+
connectionMode: {
|
|
40269
|
+
stream: string;
|
|
40270
|
+
callback: string;
|
|
40271
|
+
streamHelp: string;
|
|
40272
|
+
callbackHelp: string;
|
|
40273
|
+
};
|
|
40274
|
+
dingtalkStreamReady: string;
|
|
40275
|
+
dingtalkStreamError: string;
|
|
40276
|
+
dingtalkStreamStepTitle: string;
|
|
40277
|
+
dingtalkStreamStepDescription: string;
|
|
39041
40278
|
confirmDelete: string;
|
|
39042
40279
|
delete: string;
|
|
39043
40280
|
cancel: string;
|
|
@@ -39061,6 +40298,7 @@ export declare const locales: {
|
|
|
39061
40298
|
fillIn: string;
|
|
39062
40299
|
webhookFillIn: string;
|
|
39063
40300
|
webhookUrlRequired: string;
|
|
40301
|
+
credentialFieldRequired: string;
|
|
39064
40302
|
webhookSetupTitle: string;
|
|
39065
40303
|
webhookSetupDescription: string;
|
|
39066
40304
|
webhookStepAdd: string;
|
|
@@ -39458,6 +40696,38 @@ export declare const locales: {
|
|
|
39458
40696
|
billingTierFull: string;
|
|
39459
40697
|
billingTierHalf: string;
|
|
39460
40698
|
billingTierNone: string;
|
|
40699
|
+
opsAgentPrefix: string;
|
|
40700
|
+
opsAgentUnknown: string;
|
|
40701
|
+
opsScoringAgentActions: string;
|
|
40702
|
+
opsScoringTotalActions: string;
|
|
40703
|
+
opsScoringRawRatio: string;
|
|
40704
|
+
opsScoringWeighted: string;
|
|
40705
|
+
opsOutcomeType: {
|
|
40706
|
+
lead_created: string;
|
|
40707
|
+
mql: string;
|
|
40708
|
+
opportunity_created: string;
|
|
40709
|
+
opportunity_won: string;
|
|
40710
|
+
customer_activated: string;
|
|
40711
|
+
case_closed: string;
|
|
40712
|
+
};
|
|
40713
|
+
opsBillingStatus: {
|
|
40714
|
+
pending: string;
|
|
40715
|
+
confirmed: string;
|
|
40716
|
+
waived: string;
|
|
40717
|
+
cancelled: string;
|
|
40718
|
+
};
|
|
40719
|
+
opsDisputeStatus: {
|
|
40720
|
+
none: string;
|
|
40721
|
+
open: string;
|
|
40722
|
+
raised: string;
|
|
40723
|
+
reviewing: string;
|
|
40724
|
+
resolved: string;
|
|
40725
|
+
};
|
|
40726
|
+
opsBillingTier: {
|
|
40727
|
+
full: string;
|
|
40728
|
+
half: string;
|
|
40729
|
+
none: string;
|
|
40730
|
+
};
|
|
39461
40731
|
};
|
|
39462
40732
|
homeDashboard: {
|
|
39463
40733
|
saveSuccess: string;
|