@nexusclawhq/cli 0.3.47 → 0.3.49
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/shared/dist/locales/en-US.d.ts +335 -15
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +350 -30
- 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 +670 -30
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +335 -15
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +350 -30
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- 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/services/workforce-observe-remote.d.ts +2 -1
- package/dist/nexus-cli/src/services/workforce-observe-remote.js +12 -5
- package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-observe-remote.test.js +5 -0
- package/dist/nexus-cli/src/services/workforce-observe-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
|
@@ -760,6 +760,22 @@ export declare const locales: {
|
|
|
760
760
|
confidenceChipTooltip: string;
|
|
761
761
|
riskChipTooltip: string;
|
|
762
762
|
draftIntroHint: string;
|
|
763
|
+
changeSummary: string;
|
|
764
|
+
changeReason: string;
|
|
765
|
+
releaseProgress: string;
|
|
766
|
+
nextStep: string;
|
|
767
|
+
viewAndHandle: string;
|
|
768
|
+
businessScope: string;
|
|
769
|
+
technicalDetails: string;
|
|
770
|
+
evidenceCount: string;
|
|
771
|
+
evidenceIds: string;
|
|
772
|
+
actionHintBehavior: string;
|
|
773
|
+
actionHintMaterialize: string;
|
|
774
|
+
actionHintBlocked: string;
|
|
775
|
+
stepDraft: string;
|
|
776
|
+
stepSimulation: string;
|
|
777
|
+
stepApproval: string;
|
|
778
|
+
stepPublish: string;
|
|
763
779
|
runSimulation: string;
|
|
764
780
|
runSimulationTooltip: string;
|
|
765
781
|
runSimulationSuccess: string;
|
|
@@ -1887,6 +1903,18 @@ export declare const locales: {
|
|
|
1887
1903
|
planStarterName: string;
|
|
1888
1904
|
planGrowthName: string;
|
|
1889
1905
|
planEnterpriseName: string;
|
|
1906
|
+
planStarterFeature1: string;
|
|
1907
|
+
planStarterFeature2: string;
|
|
1908
|
+
planStarterFeature3: string;
|
|
1909
|
+
planStarterFeature4: string;
|
|
1910
|
+
planGrowthFeature1: string;
|
|
1911
|
+
planGrowthFeature2: string;
|
|
1912
|
+
planGrowthFeature3: string;
|
|
1913
|
+
planGrowthFeature4: string;
|
|
1914
|
+
planEnterpriseFeature1: string;
|
|
1915
|
+
planEnterpriseFeature2: string;
|
|
1916
|
+
planEnterpriseFeature3: string;
|
|
1917
|
+
planEnterpriseFeature4: string;
|
|
1890
1918
|
upgrade: string;
|
|
1891
1919
|
invoiceHistory: string;
|
|
1892
1920
|
invoicePeriod: string;
|
|
@@ -2664,6 +2692,7 @@ export declare const locales: {
|
|
|
2664
2692
|
aiKcUpdateOk: string;
|
|
2665
2693
|
aiKcDeleteOk: string;
|
|
2666
2694
|
aiKcDeleteConfirm: string;
|
|
2695
|
+
aiKcDeleteFailed: string;
|
|
2667
2696
|
aiSopStatusDraft: string;
|
|
2668
2697
|
aiSopStatusReviewed: string;
|
|
2669
2698
|
aiSopStatusActive: string;
|
|
@@ -2961,6 +2990,7 @@ export declare const locales: {
|
|
|
2961
2990
|
emptyHint: string;
|
|
2962
2991
|
totalCount: string;
|
|
2963
2992
|
actionTest: string;
|
|
2993
|
+
actionEdit: string;
|
|
2964
2994
|
actionDisable: string;
|
|
2965
2995
|
actionEnable: string;
|
|
2966
2996
|
actionDelete: string;
|
|
@@ -2970,11 +3000,14 @@ export declare const locales: {
|
|
|
2970
3000
|
msgDeleted: string;
|
|
2971
3001
|
msgDeleteFailed: string;
|
|
2972
3002
|
msgCreated: string;
|
|
3003
|
+
msgUpdated: string;
|
|
2973
3004
|
msgCreateFailed: string;
|
|
3005
|
+
msgUpdateFailed: string;
|
|
2974
3006
|
msgTesting: string;
|
|
2975
3007
|
msgTestSent: string;
|
|
2976
3008
|
msgTestFailed: string;
|
|
2977
3009
|
createTitle: string;
|
|
3010
|
+
editTitle: string;
|
|
2978
3011
|
fieldTargetUrl: string;
|
|
2979
3012
|
fieldTargetUrlRequired: string;
|
|
2980
3013
|
fieldTargetUrlInvalid: string;
|
|
@@ -2985,6 +3018,7 @@ export declare const locales: {
|
|
|
2985
3018
|
fieldOperationsPlaceholder: string;
|
|
2986
3019
|
btnCancel: string;
|
|
2987
3020
|
btnCreate: string;
|
|
3021
|
+
btnSave: string;
|
|
2988
3022
|
btnDelete: string;
|
|
2989
3023
|
deleteConfirmTitle: string;
|
|
2990
3024
|
deleteConfirmText: string;
|
|
@@ -4462,6 +4496,16 @@ export declare const locales: {
|
|
|
4462
4496
|
pickEmployee: string;
|
|
4463
4497
|
searchEmployee: string;
|
|
4464
4498
|
online: string;
|
|
4499
|
+
selectEmployeeTitle: string;
|
|
4500
|
+
selectEmployeeDescription: string;
|
|
4501
|
+
sessionGoalTitle: string;
|
|
4502
|
+
sessionGoalDescription: string;
|
|
4503
|
+
defaultEmployeeGoal: string;
|
|
4504
|
+
sessionResultTitle: string;
|
|
4505
|
+
sessionResultDescription: string;
|
|
4506
|
+
finishAndStartNew: string;
|
|
4507
|
+
openTestCenter: string;
|
|
4508
|
+
openExecutions: string;
|
|
4465
4509
|
modeVoice: string;
|
|
4466
4510
|
modeVideo: string;
|
|
4467
4511
|
servingCustomer: string;
|
|
@@ -5076,6 +5120,9 @@ export declare const locales: {
|
|
|
5076
5120
|
commentLabel: string;
|
|
5077
5121
|
rejectReasonRequired: string;
|
|
5078
5122
|
approveCommentPlaceholder: string;
|
|
5123
|
+
statusNeedsConfirmation: string;
|
|
5124
|
+
valueListSummary: string;
|
|
5125
|
+
valueObjectSummary: string;
|
|
5079
5126
|
riskLevel: {
|
|
5080
5127
|
critical: string;
|
|
5081
5128
|
high: string;
|
|
@@ -6869,6 +6916,7 @@ export declare const locales: {
|
|
|
6869
6916
|
editInstruction: string;
|
|
6870
6917
|
evidenceRequired: string;
|
|
6871
6918
|
executionHistory: string;
|
|
6919
|
+
externalConversations: string;
|
|
6872
6920
|
executionIdentity: string;
|
|
6873
6921
|
executionSteps: string;
|
|
6874
6922
|
executionStepsEmpty: string;
|
|
@@ -9451,6 +9499,7 @@ export declare const locales: {
|
|
|
9451
9499
|
colTest: string;
|
|
9452
9500
|
testConnection: string;
|
|
9453
9501
|
testProviderAria: string;
|
|
9502
|
+
noExecutableTestTarget: string;
|
|
9454
9503
|
colActions: string;
|
|
9455
9504
|
systemProviderNoEdit: string;
|
|
9456
9505
|
confirmDeleteProvider: string;
|
|
@@ -12767,6 +12816,10 @@ export declare const locales: {
|
|
|
12767
12816
|
};
|
|
12768
12817
|
};
|
|
12769
12818
|
formulaFieldUi: {
|
|
12819
|
+
completion: {
|
|
12820
|
+
fieldsSection: string;
|
|
12821
|
+
functionsSection: string;
|
|
12822
|
+
};
|
|
12770
12823
|
batchRecalculate: {
|
|
12771
12824
|
title: string;
|
|
12772
12825
|
skip: string;
|
|
@@ -12823,7 +12876,6 @@ export declare const locales: {
|
|
|
12823
12876
|
categoriesAriaLabel: string;
|
|
12824
12877
|
categoryFunctionsAriaLabel: string;
|
|
12825
12878
|
};
|
|
12826
|
-
completion: {};
|
|
12827
12879
|
};
|
|
12828
12880
|
navigationUi: {
|
|
12829
12881
|
searchPlaceholder: string;
|
|
@@ -16977,19 +17029,44 @@ export declare const locales: {
|
|
|
16977
17029
|
adminPanel: string;
|
|
16978
17030
|
adminHealth: {
|
|
16979
17031
|
indicators: {
|
|
16980
|
-
database: {
|
|
16981
|
-
|
|
17032
|
+
database: {
|
|
17033
|
+
label: string;
|
|
17034
|
+
description: string;
|
|
17035
|
+
error: string;
|
|
17036
|
+
};
|
|
17037
|
+
redis: {
|
|
17038
|
+
label: string;
|
|
17039
|
+
description: string;
|
|
17040
|
+
error: string;
|
|
17041
|
+
};
|
|
16982
17042
|
worker: {
|
|
16983
17043
|
label: string;
|
|
16984
17044
|
description: string;
|
|
16985
17045
|
error: string;
|
|
16986
17046
|
};
|
|
16987
|
-
connectedAccount: {
|
|
17047
|
+
connectedAccount: {
|
|
17048
|
+
label: string;
|
|
17049
|
+
description: string;
|
|
17050
|
+
error: string;
|
|
17051
|
+
};
|
|
16988
17052
|
app: {
|
|
17053
|
+
label: string;
|
|
16989
17054
|
description: string;
|
|
17055
|
+
error: string;
|
|
16990
17056
|
};
|
|
16991
17057
|
};
|
|
16992
|
-
detailLabels: {
|
|
17058
|
+
detailLabels: {
|
|
17059
|
+
configuredCheck: string;
|
|
17060
|
+
status: string;
|
|
17061
|
+
waiting: string;
|
|
17062
|
+
active: string;
|
|
17063
|
+
completed: string;
|
|
17064
|
+
failed: string;
|
|
17065
|
+
delayed: string;
|
|
17066
|
+
paused: string;
|
|
17067
|
+
workerCount: string;
|
|
17068
|
+
consumerActive: string;
|
|
17069
|
+
};
|
|
16993
17070
|
notConfigured: string;
|
|
16994
17071
|
yes: string;
|
|
16995
17072
|
no: string;
|
|
@@ -17530,6 +17607,24 @@ export declare const locales: {
|
|
|
17530
17607
|
searchPlaceholder: string;
|
|
17531
17608
|
noMatchingItems: string;
|
|
17532
17609
|
menuPlatformAdminHome: string;
|
|
17610
|
+
sectionPlatformOperations: string;
|
|
17611
|
+
sectionProviderControlPlane: string;
|
|
17612
|
+
sectionSupportGovernance: string;
|
|
17613
|
+
sectionReleaseGovernance: string;
|
|
17614
|
+
sectionPlatformInfrastructure: string;
|
|
17615
|
+
menuOpsSubscriptions: string;
|
|
17616
|
+
menuOpsHealth: string;
|
|
17617
|
+
menuOpsBilling: string;
|
|
17618
|
+
menuOpsRenewals: string;
|
|
17619
|
+
menuAiProvider: string;
|
|
17620
|
+
menuDemoAccess: string;
|
|
17621
|
+
menuTenantExecutionAudit: string;
|
|
17622
|
+
menuPackagePromotions: string;
|
|
17623
|
+
menuPackageRollouts: string;
|
|
17624
|
+
menuAdminPanel: string;
|
|
17625
|
+
menuQueues: string;
|
|
17626
|
+
menuCronJobs: string;
|
|
17627
|
+
menuSystemLogs: string;
|
|
17533
17628
|
providerControlPlaneUi: {
|
|
17534
17629
|
family: {
|
|
17535
17630
|
ai: string;
|
|
@@ -18436,6 +18531,82 @@ export declare const locales: {
|
|
|
18436
18531
|
sensitiveAllow: string;
|
|
18437
18532
|
};
|
|
18438
18533
|
imBotSetup: {
|
|
18534
|
+
testConnectivity: string;
|
|
18535
|
+
connectivityTestFailed: string;
|
|
18536
|
+
connectivityOutcome: {
|
|
18537
|
+
PASS: string;
|
|
18538
|
+
PARTIAL: string;
|
|
18539
|
+
FAIL: string;
|
|
18540
|
+
REDIRECT_REQUIRED: string;
|
|
18541
|
+
};
|
|
18542
|
+
connectivityOutcomeDetail: {
|
|
18543
|
+
PASS: string;
|
|
18544
|
+
PARTIAL: string;
|
|
18545
|
+
FAIL: string;
|
|
18546
|
+
REDIRECT_REQUIRED: string;
|
|
18547
|
+
};
|
|
18548
|
+
connectivityCode: {
|
|
18549
|
+
FEISHU_TOKEN_OK: string;
|
|
18550
|
+
FEISHU_TOKEN_REJECTED: string;
|
|
18551
|
+
FEISHU_MESSAGE_DELIVERY_OK: string;
|
|
18552
|
+
FEISHU_MESSAGE_DELIVERY_REJECTED: string;
|
|
18553
|
+
FEISHU_TEST_INPUT_REQUIRED: string;
|
|
18554
|
+
FEISHU_TEST_INPUT_INVALID: string;
|
|
18555
|
+
WECOM_TOKEN_OK: string;
|
|
18556
|
+
WECOM_TOKEN_REJECTED: string;
|
|
18557
|
+
WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
|
|
18558
|
+
DINGTALK_TOKEN_OK: string;
|
|
18559
|
+
DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
|
|
18560
|
+
DINGTALK_TOKEN_REJECTED: string;
|
|
18561
|
+
SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
18562
|
+
SLACK_CREDENTIALS_REJECTED: string;
|
|
18563
|
+
TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
18564
|
+
TEAMS_CREDENTIALS_REJECTED: string;
|
|
18565
|
+
API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
|
|
18566
|
+
API_CALLBACK_OK: string;
|
|
18567
|
+
API_CALLBACK_REJECTED: string;
|
|
18568
|
+
WEB_CHAT_WIDGET_TEST_REQUIRED: string;
|
|
18569
|
+
TELEPHONY_TEST_REQUIRED: string;
|
|
18570
|
+
WEBHOOK_DELIVERY_OK: string;
|
|
18571
|
+
WEBHOOK_HTTP_REJECTED: string;
|
|
18572
|
+
WEBHOOK_PROVIDER_REJECTED: string;
|
|
18573
|
+
CONNECTION_FAILED: string;
|
|
18574
|
+
TARGET_BLOCKED: string;
|
|
18575
|
+
CONFIG_INCOMPLETE: string;
|
|
18576
|
+
TEST_MESSAGE_REQUIRED: string;
|
|
18577
|
+
TEST_MESSAGE_TOO_LONG: string;
|
|
18578
|
+
};
|
|
18579
|
+
webhookTestTitle: string;
|
|
18580
|
+
webhookTestDescription: string;
|
|
18581
|
+
deliveryTestEmployeeLabel: string;
|
|
18582
|
+
deliveryTestEmployeePlaceholder: string;
|
|
18583
|
+
deliveryTestGenerateAndSend: string;
|
|
18584
|
+
deliveryTestScenarioLabel: string;
|
|
18585
|
+
deliveryTestScenario: {
|
|
18586
|
+
welcome: {
|
|
18587
|
+
label: string;
|
|
18588
|
+
prompt: string;
|
|
18589
|
+
};
|
|
18590
|
+
event_reminder: {
|
|
18591
|
+
label: string;
|
|
18592
|
+
prompt: string;
|
|
18593
|
+
};
|
|
18594
|
+
service_follow_up: {
|
|
18595
|
+
label: string;
|
|
18596
|
+
prompt: string;
|
|
18597
|
+
};
|
|
18598
|
+
};
|
|
18599
|
+
deliveryTestGenerationPrompt: string;
|
|
18600
|
+
deliveryTestGenerationFailed: string;
|
|
18601
|
+
sendTestMessage: string;
|
|
18602
|
+
testCredentials: string;
|
|
18603
|
+
credentialTestTitle: string;
|
|
18604
|
+
credentialTestScopeTitle: string;
|
|
18605
|
+
credentialTestScopeDescription: string;
|
|
18606
|
+
startCredentialTest: string;
|
|
18607
|
+
feishuMessageTestTitle: string;
|
|
18608
|
+
feishuMessageTestDescription: string;
|
|
18609
|
+
feishuChatIdPlaceholder: string;
|
|
18439
18610
|
toolLabel: {
|
|
18440
18611
|
recordQuery: string;
|
|
18441
18612
|
recordAggregate: string;
|
|
@@ -18492,6 +18663,11 @@ export declare const locales: {
|
|
|
18492
18663
|
step2: string;
|
|
18493
18664
|
step3: string;
|
|
18494
18665
|
};
|
|
18666
|
+
webhook: {
|
|
18667
|
+
label: string;
|
|
18668
|
+
step1: string;
|
|
18669
|
+
note: string;
|
|
18670
|
+
};
|
|
18495
18671
|
phone_agent: {
|
|
18496
18672
|
label: string;
|
|
18497
18673
|
step1: string;
|
|
@@ -18500,10 +18676,13 @@ export declare const locales: {
|
|
|
18500
18676
|
};
|
|
18501
18677
|
};
|
|
18502
18678
|
field: {
|
|
18679
|
+
webhook: {
|
|
18680
|
+
webhookUrl: string;
|
|
18681
|
+
dingtalkSigningSecret: string;
|
|
18682
|
+
};
|
|
18503
18683
|
wecom: {
|
|
18504
|
-
|
|
18505
|
-
|
|
18506
|
-
secret: string;
|
|
18684
|
+
token: string;
|
|
18685
|
+
aesKey: string;
|
|
18507
18686
|
};
|
|
18508
18687
|
};
|
|
18509
18688
|
simNoReply: string;
|
|
@@ -18550,6 +18729,15 @@ export declare const locales: {
|
|
|
18550
18729
|
modePerAgent: string;
|
|
18551
18730
|
modeDispatcher: string;
|
|
18552
18731
|
modeSmart: string;
|
|
18732
|
+
explicitBindingRoute: string;
|
|
18733
|
+
boundEmployeeLabel: string;
|
|
18734
|
+
boundEmployeeHelp: string;
|
|
18735
|
+
employeePlaceholder: string;
|
|
18736
|
+
employeeRequired: string;
|
|
18737
|
+
employeeUnavailable: string;
|
|
18738
|
+
selectedEmployeeOverflow: string;
|
|
18739
|
+
selectedEmployeeCount: string;
|
|
18740
|
+
selectedEmployeeListAria: string;
|
|
18553
18741
|
priorityLabel: string;
|
|
18554
18742
|
priorityTip: string;
|
|
18555
18743
|
defaultDispatcherLabel: string;
|
|
@@ -18559,12 +18747,26 @@ export declare const locales: {
|
|
|
18559
18747
|
copyCallbackUrl: string;
|
|
18560
18748
|
copyCallbackUrlAria: string;
|
|
18561
18749
|
callbackUrlCopied: string;
|
|
18750
|
+
callbackUrlCopyFailed: string;
|
|
18751
|
+
connectionModeLabel: string;
|
|
18752
|
+
connectionMode: {
|
|
18753
|
+
stream: string;
|
|
18754
|
+
callback: string;
|
|
18755
|
+
streamHelp: string;
|
|
18756
|
+
callbackHelp: string;
|
|
18757
|
+
};
|
|
18758
|
+
dingtalkStreamReady: string;
|
|
18759
|
+
dingtalkStreamError: string;
|
|
18760
|
+
dingtalkStreamStepTitle: string;
|
|
18761
|
+
dingtalkStreamStepDescription: string;
|
|
18562
18762
|
confirmDelete: string;
|
|
18563
18763
|
delete: string;
|
|
18564
18764
|
cancel: string;
|
|
18565
18765
|
deleteChannelAria: string;
|
|
18566
18766
|
simTitle: string;
|
|
18567
18767
|
simHint: string;
|
|
18768
|
+
simNoChannel: string;
|
|
18769
|
+
simNoEmployees: string;
|
|
18568
18770
|
simServing: string;
|
|
18569
18771
|
simToolsUsed: string;
|
|
18570
18772
|
simThinking: string;
|
|
@@ -18574,25 +18776,105 @@ export declare const locales: {
|
|
|
18574
18776
|
addTitle: string;
|
|
18575
18777
|
pickPlatform: string;
|
|
18576
18778
|
howTo: string;
|
|
18779
|
+
webhookHowTo: string;
|
|
18577
18780
|
openConsole: string;
|
|
18578
18781
|
console: string;
|
|
18579
18782
|
fillIn: string;
|
|
18783
|
+
webhookFillIn: string;
|
|
18784
|
+
webhookUrlRequired: string;
|
|
18785
|
+
credentialFieldRequired: string;
|
|
18786
|
+
webhookSetupTitle: string;
|
|
18787
|
+
webhookSetupDescription: string;
|
|
18788
|
+
webhookStepAdd: string;
|
|
18789
|
+
webhookStepAddDescription: string;
|
|
18790
|
+
webhookStepUrl: string;
|
|
18791
|
+
webhookStepUrlDescription: string;
|
|
18792
|
+
webhookStepEmployees: string;
|
|
18793
|
+
webhookStepEmployeesDescription: string;
|
|
18794
|
+
webhookConfigured: string;
|
|
18795
|
+
webhookDisabled: string;
|
|
18796
|
+
webhookDeliveryReady: string;
|
|
18797
|
+
webhookDeliveryPaused: string;
|
|
18798
|
+
webhookSendingEmployees: string;
|
|
18799
|
+
webhookSendingEmployeesHelp: string;
|
|
18800
|
+
webhookDeliveryMode: string;
|
|
18801
|
+
webhookDeliveryModeValue: string;
|
|
18802
|
+
webhookUrlConfigured: string;
|
|
18803
|
+
webhookUrlConfiguredValue: string;
|
|
18804
|
+
webhookUrlMissing: string;
|
|
18805
|
+
pauseWebhookDelivery: string;
|
|
18806
|
+
enableWebhookDelivery: string;
|
|
18807
|
+
webhookChannelColumn: string;
|
|
18808
|
+
webhookSenderColumn: string;
|
|
18809
|
+
webhookDeliveryColumn: string;
|
|
18810
|
+
webhookDeliveryEnabled: string;
|
|
18811
|
+
webhookDeliveryPausedLabel: string;
|
|
18812
|
+
webhookConfigHeader: string;
|
|
18813
|
+
flow: {
|
|
18814
|
+
inbound_callback: {
|
|
18815
|
+
title: string;
|
|
18816
|
+
description: string;
|
|
18817
|
+
howTo: string;
|
|
18818
|
+
configure: string;
|
|
18819
|
+
employeesLabel: string;
|
|
18820
|
+
employeesHelp: string;
|
|
18821
|
+
configHeader: string;
|
|
18822
|
+
};
|
|
18823
|
+
inbound_adapter_pending: {
|
|
18824
|
+
title: string;
|
|
18825
|
+
description: string;
|
|
18826
|
+
howTo: string;
|
|
18827
|
+
configure: string;
|
|
18828
|
+
employeesLabel: string;
|
|
18829
|
+
employeesHelp: string;
|
|
18830
|
+
configHeader: string;
|
|
18831
|
+
};
|
|
18832
|
+
embedded_web_chat: {
|
|
18833
|
+
title: string;
|
|
18834
|
+
description: string;
|
|
18835
|
+
howTo: string;
|
|
18836
|
+
configure: string;
|
|
18837
|
+
employeesLabel: string;
|
|
18838
|
+
employeesHelp: string;
|
|
18839
|
+
configHeader: string;
|
|
18840
|
+
};
|
|
18841
|
+
authenticated_api: {
|
|
18842
|
+
title: string;
|
|
18843
|
+
description: string;
|
|
18844
|
+
howTo: string;
|
|
18845
|
+
configure: string;
|
|
18846
|
+
employeesLabel: string;
|
|
18847
|
+
employeesHelp: string;
|
|
18848
|
+
configHeader: string;
|
|
18849
|
+
};
|
|
18850
|
+
outbound_webhook: {
|
|
18851
|
+
title: string;
|
|
18852
|
+
description: string;
|
|
18853
|
+
howTo: string;
|
|
18854
|
+
configure: string;
|
|
18855
|
+
employeesLabel: string;
|
|
18856
|
+
employeesHelp: string;
|
|
18857
|
+
configHeader: string;
|
|
18858
|
+
};
|
|
18859
|
+
voice_channel: {
|
|
18860
|
+
title: string;
|
|
18861
|
+
description: string;
|
|
18862
|
+
howTo: string;
|
|
18863
|
+
configure: string;
|
|
18864
|
+
employeesLabel: string;
|
|
18865
|
+
employeesHelp: string;
|
|
18866
|
+
configHeader: string;
|
|
18867
|
+
};
|
|
18868
|
+
};
|
|
18580
18869
|
nameLabel: string;
|
|
18581
18870
|
namePh: string;
|
|
18582
18871
|
groupLabel: string;
|
|
18583
18872
|
groupPh: string;
|
|
18584
18873
|
routingLabel: string;
|
|
18585
|
-
routingTip: string;
|
|
18586
18874
|
credsHeader: string;
|
|
18587
18875
|
keepSecret: string;
|
|
18588
18876
|
pastePh: string;
|
|
18589
18877
|
save: string;
|
|
18590
|
-
simExample: {
|
|
18591
|
-
salesPioneer: string;
|
|
18592
|
-
serviceSteward: string;
|
|
18593
|
-
revenueAnalyst: string;
|
|
18594
|
-
opsCoach: string;
|
|
18595
|
-
};
|
|
18596
18878
|
};
|
|
18597
18879
|
settingsRestPages: {
|
|
18598
18880
|
sopDetail: {
|
|
@@ -19336,6 +19618,14 @@ export declare const locales: {
|
|
|
19336
19618
|
publishRequiresApproval: string;
|
|
19337
19619
|
draftActionsLocked: string;
|
|
19338
19620
|
approvalActionUnavailable: string;
|
|
19621
|
+
agentChangeSummaryTitle: string;
|
|
19622
|
+
agentChangeSummaryDescription: string;
|
|
19623
|
+
agentPersonaLabel: string;
|
|
19624
|
+
agentPersonaHelp: string;
|
|
19625
|
+
agentInstructionsLabel: string;
|
|
19626
|
+
agentInstructionsHelp: string;
|
|
19627
|
+
agentIdentityPolicyLabel: string;
|
|
19628
|
+
agentIdentityPolicyHelp: string;
|
|
19339
19629
|
};
|
|
19340
19630
|
table: {
|
|
19341
19631
|
tabRecommendations: string;
|
|
@@ -19456,6 +19746,14 @@ export declare const locales: {
|
|
|
19456
19746
|
operatingLoopTitle: string;
|
|
19457
19747
|
operatingLoopSubtitle: string;
|
|
19458
19748
|
operatingLoopAction: string;
|
|
19749
|
+
operatingLoopActionByStage: {
|
|
19750
|
+
discover: string;
|
|
19751
|
+
hire: string;
|
|
19752
|
+
prove: string;
|
|
19753
|
+
deploy: string;
|
|
19754
|
+
learn: string;
|
|
19755
|
+
improve: string;
|
|
19756
|
+
};
|
|
19459
19757
|
operatingLoopStage: {
|
|
19460
19758
|
discover: string;
|
|
19461
19759
|
hire: string;
|
|
@@ -19601,6 +19899,28 @@ export declare const locales: {
|
|
|
19601
19899
|
truncation: string;
|
|
19602
19900
|
composerOpen: string;
|
|
19603
19901
|
composerCancel: string;
|
|
19902
|
+
impact: string;
|
|
19903
|
+
confidence: string;
|
|
19904
|
+
testCandidateCount: string;
|
|
19905
|
+
nextStep: string;
|
|
19906
|
+
noDraftTitle: string;
|
|
19907
|
+
noDraftDescription: string;
|
|
19908
|
+
noDraftHowTitle: string;
|
|
19909
|
+
noDraftHowEvidence: string;
|
|
19910
|
+
noDraftHowCandidate: string;
|
|
19911
|
+
noDraftHowContinue: string;
|
|
19912
|
+
stageNavigation: string;
|
|
19913
|
+
stageNumber: string;
|
|
19914
|
+
selectItemHint: string;
|
|
19915
|
+
evidenceOpenHint: string;
|
|
19916
|
+
cardNextStep: string;
|
|
19917
|
+
stageHint: {
|
|
19918
|
+
evidence: string;
|
|
19919
|
+
recommendations: string;
|
|
19920
|
+
blueprints: string;
|
|
19921
|
+
gate: string;
|
|
19922
|
+
artifacts: string;
|
|
19923
|
+
};
|
|
19604
19924
|
column: {
|
|
19605
19925
|
evidence: string;
|
|
19606
19926
|
recommendations: string;
|
|
@@ -20842,6 +21162,22 @@ export declare const locales: {
|
|
|
20842
21162
|
confidenceChipTooltip: string;
|
|
20843
21163
|
riskChipTooltip: string;
|
|
20844
21164
|
draftIntroHint: string;
|
|
21165
|
+
changeSummary: string;
|
|
21166
|
+
changeReason: string;
|
|
21167
|
+
releaseProgress: string;
|
|
21168
|
+
nextStep: string;
|
|
21169
|
+
viewAndHandle: string;
|
|
21170
|
+
businessScope: string;
|
|
21171
|
+
technicalDetails: string;
|
|
21172
|
+
evidenceCount: string;
|
|
21173
|
+
evidenceIds: string;
|
|
21174
|
+
actionHintBehavior: string;
|
|
21175
|
+
actionHintMaterialize: string;
|
|
21176
|
+
actionHintBlocked: string;
|
|
21177
|
+
stepDraft: string;
|
|
21178
|
+
stepSimulation: string;
|
|
21179
|
+
stepApproval: string;
|
|
21180
|
+
stepPublish: string;
|
|
20845
21181
|
runSimulation: string;
|
|
20846
21182
|
runSimulationTooltip: string;
|
|
20847
21183
|
runSimulationSuccess: string;
|
|
@@ -21969,6 +22305,18 @@ export declare const locales: {
|
|
|
21969
22305
|
planStarterName: string;
|
|
21970
22306
|
planGrowthName: string;
|
|
21971
22307
|
planEnterpriseName: string;
|
|
22308
|
+
planStarterFeature1: string;
|
|
22309
|
+
planStarterFeature2: string;
|
|
22310
|
+
planStarterFeature3: string;
|
|
22311
|
+
planStarterFeature4: string;
|
|
22312
|
+
planGrowthFeature1: string;
|
|
22313
|
+
planGrowthFeature2: string;
|
|
22314
|
+
planGrowthFeature3: string;
|
|
22315
|
+
planGrowthFeature4: string;
|
|
22316
|
+
planEnterpriseFeature1: string;
|
|
22317
|
+
planEnterpriseFeature2: string;
|
|
22318
|
+
planEnterpriseFeature3: string;
|
|
22319
|
+
planEnterpriseFeature4: string;
|
|
21972
22320
|
upgrade: string;
|
|
21973
22321
|
invoiceHistory: string;
|
|
21974
22322
|
invoicePeriod: string;
|
|
@@ -22746,6 +23094,7 @@ export declare const locales: {
|
|
|
22746
23094
|
aiKcUpdateOk: string;
|
|
22747
23095
|
aiKcDeleteOk: string;
|
|
22748
23096
|
aiKcDeleteConfirm: string;
|
|
23097
|
+
aiKcDeleteFailed: string;
|
|
22749
23098
|
aiSopStatusDraft: string;
|
|
22750
23099
|
aiSopStatusReviewed: string;
|
|
22751
23100
|
aiSopStatusActive: string;
|
|
@@ -23043,6 +23392,7 @@ export declare const locales: {
|
|
|
23043
23392
|
emptyHint: string;
|
|
23044
23393
|
totalCount: string;
|
|
23045
23394
|
actionTest: string;
|
|
23395
|
+
actionEdit: string;
|
|
23046
23396
|
actionDisable: string;
|
|
23047
23397
|
actionEnable: string;
|
|
23048
23398
|
actionDelete: string;
|
|
@@ -23052,11 +23402,14 @@ export declare const locales: {
|
|
|
23052
23402
|
msgDeleted: string;
|
|
23053
23403
|
msgDeleteFailed: string;
|
|
23054
23404
|
msgCreated: string;
|
|
23405
|
+
msgUpdated: string;
|
|
23055
23406
|
msgCreateFailed: string;
|
|
23407
|
+
msgUpdateFailed: string;
|
|
23056
23408
|
msgTesting: string;
|
|
23057
23409
|
msgTestSent: string;
|
|
23058
23410
|
msgTestFailed: string;
|
|
23059
23411
|
createTitle: string;
|
|
23412
|
+
editTitle: string;
|
|
23060
23413
|
fieldTargetUrl: string;
|
|
23061
23414
|
fieldTargetUrlRequired: string;
|
|
23062
23415
|
fieldTargetUrlInvalid: string;
|
|
@@ -23067,6 +23420,7 @@ export declare const locales: {
|
|
|
23067
23420
|
fieldOperationsPlaceholder: string;
|
|
23068
23421
|
btnCancel: string;
|
|
23069
23422
|
btnCreate: string;
|
|
23423
|
+
btnSave: string;
|
|
23070
23424
|
btnDelete: string;
|
|
23071
23425
|
deleteConfirmTitle: string;
|
|
23072
23426
|
deleteConfirmText: string;
|
|
@@ -24544,6 +24898,16 @@ export declare const locales: {
|
|
|
24544
24898
|
pickEmployee: string;
|
|
24545
24899
|
searchEmployee: string;
|
|
24546
24900
|
online: string;
|
|
24901
|
+
selectEmployeeTitle: string;
|
|
24902
|
+
selectEmployeeDescription: string;
|
|
24903
|
+
sessionGoalTitle: string;
|
|
24904
|
+
sessionGoalDescription: string;
|
|
24905
|
+
defaultEmployeeGoal: string;
|
|
24906
|
+
sessionResultTitle: string;
|
|
24907
|
+
sessionResultDescription: string;
|
|
24908
|
+
finishAndStartNew: string;
|
|
24909
|
+
openTestCenter: string;
|
|
24910
|
+
openExecutions: string;
|
|
24547
24911
|
modeVoice: string;
|
|
24548
24912
|
modeVideo: string;
|
|
24549
24913
|
servingCustomer: string;
|
|
@@ -25158,6 +25522,9 @@ export declare const locales: {
|
|
|
25158
25522
|
commentLabel: string;
|
|
25159
25523
|
rejectReasonRequired: string;
|
|
25160
25524
|
approveCommentPlaceholder: string;
|
|
25525
|
+
statusNeedsConfirmation: string;
|
|
25526
|
+
valueListSummary: string;
|
|
25527
|
+
valueObjectSummary: string;
|
|
25161
25528
|
riskLevel: {
|
|
25162
25529
|
critical: string;
|
|
25163
25530
|
high: string;
|
|
@@ -26951,6 +27318,7 @@ export declare const locales: {
|
|
|
26951
27318
|
editInstruction: string;
|
|
26952
27319
|
evidenceRequired: string;
|
|
26953
27320
|
executionHistory: string;
|
|
27321
|
+
externalConversations: string;
|
|
26954
27322
|
executionIdentity: string;
|
|
26955
27323
|
executionSteps: string;
|
|
26956
27324
|
executionStepsEmpty: string;
|
|
@@ -29535,6 +29903,7 @@ export declare const locales: {
|
|
|
29535
29903
|
colTest: string;
|
|
29536
29904
|
testConnection: string;
|
|
29537
29905
|
testProviderAria: string;
|
|
29906
|
+
noExecutableTestTarget: string;
|
|
29538
29907
|
colActions: string;
|
|
29539
29908
|
systemProviderNoEdit: string;
|
|
29540
29909
|
confirmDeleteProvider: string;
|
|
@@ -32849,6 +33218,10 @@ export declare const locales: {
|
|
|
32849
33218
|
};
|
|
32850
33219
|
};
|
|
32851
33220
|
formulaFieldUi: {
|
|
33221
|
+
completion: {
|
|
33222
|
+
fieldsSection: string;
|
|
33223
|
+
functionsSection: string;
|
|
33224
|
+
};
|
|
32852
33225
|
batchRecalculate: {
|
|
32853
33226
|
title: string;
|
|
32854
33227
|
skip: string;
|
|
@@ -32905,7 +33278,6 @@ export declare const locales: {
|
|
|
32905
33278
|
categoriesAriaLabel: string;
|
|
32906
33279
|
categoryFunctionsAriaLabel: string;
|
|
32907
33280
|
};
|
|
32908
|
-
completion: {};
|
|
32909
33281
|
};
|
|
32910
33282
|
navigationUi: {
|
|
32911
33283
|
searchPlaceholder: string;
|
|
@@ -37059,19 +37431,44 @@ export declare const locales: {
|
|
|
37059
37431
|
adminPanel: string;
|
|
37060
37432
|
adminHealth: {
|
|
37061
37433
|
indicators: {
|
|
37062
|
-
database: {
|
|
37063
|
-
|
|
37434
|
+
database: {
|
|
37435
|
+
label: string;
|
|
37436
|
+
description: string;
|
|
37437
|
+
error: string;
|
|
37438
|
+
};
|
|
37439
|
+
redis: {
|
|
37440
|
+
label: string;
|
|
37441
|
+
description: string;
|
|
37442
|
+
error: string;
|
|
37443
|
+
};
|
|
37064
37444
|
worker: {
|
|
37065
37445
|
label: string;
|
|
37066
37446
|
description: string;
|
|
37067
37447
|
error: string;
|
|
37068
37448
|
};
|
|
37069
|
-
connectedAccount: {
|
|
37449
|
+
connectedAccount: {
|
|
37450
|
+
label: string;
|
|
37451
|
+
description: string;
|
|
37452
|
+
error: string;
|
|
37453
|
+
};
|
|
37070
37454
|
app: {
|
|
37455
|
+
label: string;
|
|
37071
37456
|
description: string;
|
|
37457
|
+
error: string;
|
|
37072
37458
|
};
|
|
37073
37459
|
};
|
|
37074
|
-
detailLabels: {
|
|
37460
|
+
detailLabels: {
|
|
37461
|
+
configuredCheck: string;
|
|
37462
|
+
status: string;
|
|
37463
|
+
waiting: string;
|
|
37464
|
+
active: string;
|
|
37465
|
+
completed: string;
|
|
37466
|
+
failed: string;
|
|
37467
|
+
delayed: string;
|
|
37468
|
+
paused: string;
|
|
37469
|
+
workerCount: string;
|
|
37470
|
+
consumerActive: string;
|
|
37471
|
+
};
|
|
37075
37472
|
notConfigured: string;
|
|
37076
37473
|
yes: string;
|
|
37077
37474
|
no: string;
|
|
@@ -37612,6 +38009,24 @@ export declare const locales: {
|
|
|
37612
38009
|
searchPlaceholder: string;
|
|
37613
38010
|
noMatchingItems: string;
|
|
37614
38011
|
menuPlatformAdminHome: string;
|
|
38012
|
+
sectionPlatformOperations: string;
|
|
38013
|
+
sectionProviderControlPlane: string;
|
|
38014
|
+
sectionSupportGovernance: string;
|
|
38015
|
+
sectionReleaseGovernance: string;
|
|
38016
|
+
sectionPlatformInfrastructure: string;
|
|
38017
|
+
menuOpsSubscriptions: string;
|
|
38018
|
+
menuOpsHealth: string;
|
|
38019
|
+
menuOpsBilling: string;
|
|
38020
|
+
menuOpsRenewals: string;
|
|
38021
|
+
menuAiProvider: string;
|
|
38022
|
+
menuDemoAccess: string;
|
|
38023
|
+
menuTenantExecutionAudit: string;
|
|
38024
|
+
menuPackagePromotions: string;
|
|
38025
|
+
menuPackageRollouts: string;
|
|
38026
|
+
menuAdminPanel: string;
|
|
38027
|
+
menuQueues: string;
|
|
38028
|
+
menuCronJobs: string;
|
|
38029
|
+
menuSystemLogs: string;
|
|
37615
38030
|
providerControlPlaneUi: {
|
|
37616
38031
|
family: {
|
|
37617
38032
|
ai: string;
|
|
@@ -38518,6 +38933,82 @@ export declare const locales: {
|
|
|
38518
38933
|
sensitiveAllow: string;
|
|
38519
38934
|
};
|
|
38520
38935
|
imBotSetup: {
|
|
38936
|
+
testConnectivity: string;
|
|
38937
|
+
connectivityTestFailed: string;
|
|
38938
|
+
connectivityOutcome: {
|
|
38939
|
+
PASS: string;
|
|
38940
|
+
PARTIAL: string;
|
|
38941
|
+
FAIL: string;
|
|
38942
|
+
REDIRECT_REQUIRED: string;
|
|
38943
|
+
};
|
|
38944
|
+
connectivityOutcomeDetail: {
|
|
38945
|
+
PASS: string;
|
|
38946
|
+
PARTIAL: string;
|
|
38947
|
+
FAIL: string;
|
|
38948
|
+
REDIRECT_REQUIRED: string;
|
|
38949
|
+
};
|
|
38950
|
+
connectivityCode: {
|
|
38951
|
+
FEISHU_TOKEN_OK: string;
|
|
38952
|
+
FEISHU_TOKEN_REJECTED: string;
|
|
38953
|
+
FEISHU_MESSAGE_DELIVERY_OK: string;
|
|
38954
|
+
FEISHU_MESSAGE_DELIVERY_REJECTED: string;
|
|
38955
|
+
FEISHU_TEST_INPUT_REQUIRED: string;
|
|
38956
|
+
FEISHU_TEST_INPUT_INVALID: string;
|
|
38957
|
+
WECOM_TOKEN_OK: string;
|
|
38958
|
+
WECOM_TOKEN_REJECTED: string;
|
|
38959
|
+
WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: string;
|
|
38960
|
+
DINGTALK_TOKEN_OK: string;
|
|
38961
|
+
DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: string;
|
|
38962
|
+
DINGTALK_TOKEN_REJECTED: string;
|
|
38963
|
+
SLACK_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
38964
|
+
SLACK_CREDENTIALS_REJECTED: string;
|
|
38965
|
+
TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: string;
|
|
38966
|
+
TEAMS_CREDENTIALS_REJECTED: string;
|
|
38967
|
+
API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: string;
|
|
38968
|
+
API_CALLBACK_OK: string;
|
|
38969
|
+
API_CALLBACK_REJECTED: string;
|
|
38970
|
+
WEB_CHAT_WIDGET_TEST_REQUIRED: string;
|
|
38971
|
+
TELEPHONY_TEST_REQUIRED: string;
|
|
38972
|
+
WEBHOOK_DELIVERY_OK: string;
|
|
38973
|
+
WEBHOOK_HTTP_REJECTED: string;
|
|
38974
|
+
WEBHOOK_PROVIDER_REJECTED: string;
|
|
38975
|
+
CONNECTION_FAILED: string;
|
|
38976
|
+
TARGET_BLOCKED: string;
|
|
38977
|
+
CONFIG_INCOMPLETE: string;
|
|
38978
|
+
TEST_MESSAGE_REQUIRED: string;
|
|
38979
|
+
TEST_MESSAGE_TOO_LONG: string;
|
|
38980
|
+
};
|
|
38981
|
+
webhookTestTitle: string;
|
|
38982
|
+
webhookTestDescription: string;
|
|
38983
|
+
deliveryTestEmployeeLabel: string;
|
|
38984
|
+
deliveryTestEmployeePlaceholder: string;
|
|
38985
|
+
deliveryTestGenerateAndSend: string;
|
|
38986
|
+
deliveryTestScenarioLabel: string;
|
|
38987
|
+
deliveryTestScenario: {
|
|
38988
|
+
welcome: {
|
|
38989
|
+
label: string;
|
|
38990
|
+
prompt: string;
|
|
38991
|
+
};
|
|
38992
|
+
event_reminder: {
|
|
38993
|
+
label: string;
|
|
38994
|
+
prompt: string;
|
|
38995
|
+
};
|
|
38996
|
+
service_follow_up: {
|
|
38997
|
+
label: string;
|
|
38998
|
+
prompt: string;
|
|
38999
|
+
};
|
|
39000
|
+
};
|
|
39001
|
+
deliveryTestGenerationPrompt: string;
|
|
39002
|
+
deliveryTestGenerationFailed: string;
|
|
39003
|
+
sendTestMessage: string;
|
|
39004
|
+
testCredentials: string;
|
|
39005
|
+
credentialTestTitle: string;
|
|
39006
|
+
credentialTestScopeTitle: string;
|
|
39007
|
+
credentialTestScopeDescription: string;
|
|
39008
|
+
startCredentialTest: string;
|
|
39009
|
+
feishuMessageTestTitle: string;
|
|
39010
|
+
feishuMessageTestDescription: string;
|
|
39011
|
+
feishuChatIdPlaceholder: string;
|
|
38521
39012
|
toolLabel: {
|
|
38522
39013
|
recordQuery: string;
|
|
38523
39014
|
recordAggregate: string;
|
|
@@ -38574,6 +39065,11 @@ export declare const locales: {
|
|
|
38574
39065
|
step2: string;
|
|
38575
39066
|
step3: string;
|
|
38576
39067
|
};
|
|
39068
|
+
webhook: {
|
|
39069
|
+
label: string;
|
|
39070
|
+
step1: string;
|
|
39071
|
+
note: string;
|
|
39072
|
+
};
|
|
38577
39073
|
phone_agent: {
|
|
38578
39074
|
label: string;
|
|
38579
39075
|
step1: string;
|
|
@@ -38582,10 +39078,13 @@ export declare const locales: {
|
|
|
38582
39078
|
};
|
|
38583
39079
|
};
|
|
38584
39080
|
field: {
|
|
39081
|
+
webhook: {
|
|
39082
|
+
webhookUrl: string;
|
|
39083
|
+
dingtalkSigningSecret: string;
|
|
39084
|
+
};
|
|
38585
39085
|
wecom: {
|
|
38586
|
-
|
|
38587
|
-
|
|
38588
|
-
secret: string;
|
|
39086
|
+
token: string;
|
|
39087
|
+
aesKey: string;
|
|
38589
39088
|
};
|
|
38590
39089
|
};
|
|
38591
39090
|
simNoReply: string;
|
|
@@ -38632,6 +39131,15 @@ export declare const locales: {
|
|
|
38632
39131
|
modePerAgent: string;
|
|
38633
39132
|
modeDispatcher: string;
|
|
38634
39133
|
modeSmart: string;
|
|
39134
|
+
explicitBindingRoute: string;
|
|
39135
|
+
boundEmployeeLabel: string;
|
|
39136
|
+
boundEmployeeHelp: string;
|
|
39137
|
+
employeePlaceholder: string;
|
|
39138
|
+
employeeRequired: string;
|
|
39139
|
+
employeeUnavailable: string;
|
|
39140
|
+
selectedEmployeeOverflow: string;
|
|
39141
|
+
selectedEmployeeCount: string;
|
|
39142
|
+
selectedEmployeeListAria: string;
|
|
38635
39143
|
priorityLabel: string;
|
|
38636
39144
|
priorityTip: string;
|
|
38637
39145
|
defaultDispatcherLabel: string;
|
|
@@ -38641,12 +39149,26 @@ export declare const locales: {
|
|
|
38641
39149
|
copyCallbackUrl: string;
|
|
38642
39150
|
copyCallbackUrlAria: string;
|
|
38643
39151
|
callbackUrlCopied: string;
|
|
39152
|
+
callbackUrlCopyFailed: string;
|
|
39153
|
+
connectionModeLabel: string;
|
|
39154
|
+
connectionMode: {
|
|
39155
|
+
stream: string;
|
|
39156
|
+
callback: string;
|
|
39157
|
+
streamHelp: string;
|
|
39158
|
+
callbackHelp: string;
|
|
39159
|
+
};
|
|
39160
|
+
dingtalkStreamReady: string;
|
|
39161
|
+
dingtalkStreamError: string;
|
|
39162
|
+
dingtalkStreamStepTitle: string;
|
|
39163
|
+
dingtalkStreamStepDescription: string;
|
|
38644
39164
|
confirmDelete: string;
|
|
38645
39165
|
delete: string;
|
|
38646
39166
|
cancel: string;
|
|
38647
39167
|
deleteChannelAria: string;
|
|
38648
39168
|
simTitle: string;
|
|
38649
39169
|
simHint: string;
|
|
39170
|
+
simNoChannel: string;
|
|
39171
|
+
simNoEmployees: string;
|
|
38650
39172
|
simServing: string;
|
|
38651
39173
|
simToolsUsed: string;
|
|
38652
39174
|
simThinking: string;
|
|
@@ -38656,25 +39178,105 @@ export declare const locales: {
|
|
|
38656
39178
|
addTitle: string;
|
|
38657
39179
|
pickPlatform: string;
|
|
38658
39180
|
howTo: string;
|
|
39181
|
+
webhookHowTo: string;
|
|
38659
39182
|
openConsole: string;
|
|
38660
39183
|
console: string;
|
|
38661
39184
|
fillIn: string;
|
|
39185
|
+
webhookFillIn: string;
|
|
39186
|
+
webhookUrlRequired: string;
|
|
39187
|
+
credentialFieldRequired: string;
|
|
39188
|
+
webhookSetupTitle: string;
|
|
39189
|
+
webhookSetupDescription: string;
|
|
39190
|
+
webhookStepAdd: string;
|
|
39191
|
+
webhookStepAddDescription: string;
|
|
39192
|
+
webhookStepUrl: string;
|
|
39193
|
+
webhookStepUrlDescription: string;
|
|
39194
|
+
webhookStepEmployees: string;
|
|
39195
|
+
webhookStepEmployeesDescription: string;
|
|
39196
|
+
webhookConfigured: string;
|
|
39197
|
+
webhookDisabled: string;
|
|
39198
|
+
webhookDeliveryReady: string;
|
|
39199
|
+
webhookDeliveryPaused: string;
|
|
39200
|
+
webhookSendingEmployees: string;
|
|
39201
|
+
webhookSendingEmployeesHelp: string;
|
|
39202
|
+
webhookDeliveryMode: string;
|
|
39203
|
+
webhookDeliveryModeValue: string;
|
|
39204
|
+
webhookUrlConfigured: string;
|
|
39205
|
+
webhookUrlConfiguredValue: string;
|
|
39206
|
+
webhookUrlMissing: string;
|
|
39207
|
+
pauseWebhookDelivery: string;
|
|
39208
|
+
enableWebhookDelivery: string;
|
|
39209
|
+
webhookChannelColumn: string;
|
|
39210
|
+
webhookSenderColumn: string;
|
|
39211
|
+
webhookDeliveryColumn: string;
|
|
39212
|
+
webhookDeliveryEnabled: string;
|
|
39213
|
+
webhookDeliveryPausedLabel: string;
|
|
39214
|
+
webhookConfigHeader: string;
|
|
39215
|
+
flow: {
|
|
39216
|
+
inbound_callback: {
|
|
39217
|
+
title: string;
|
|
39218
|
+
description: string;
|
|
39219
|
+
howTo: string;
|
|
39220
|
+
configure: string;
|
|
39221
|
+
employeesLabel: string;
|
|
39222
|
+
employeesHelp: string;
|
|
39223
|
+
configHeader: string;
|
|
39224
|
+
};
|
|
39225
|
+
inbound_adapter_pending: {
|
|
39226
|
+
title: string;
|
|
39227
|
+
description: string;
|
|
39228
|
+
howTo: string;
|
|
39229
|
+
configure: string;
|
|
39230
|
+
employeesLabel: string;
|
|
39231
|
+
employeesHelp: string;
|
|
39232
|
+
configHeader: string;
|
|
39233
|
+
};
|
|
39234
|
+
embedded_web_chat: {
|
|
39235
|
+
title: string;
|
|
39236
|
+
description: string;
|
|
39237
|
+
howTo: string;
|
|
39238
|
+
configure: string;
|
|
39239
|
+
employeesLabel: string;
|
|
39240
|
+
employeesHelp: string;
|
|
39241
|
+
configHeader: string;
|
|
39242
|
+
};
|
|
39243
|
+
authenticated_api: {
|
|
39244
|
+
title: string;
|
|
39245
|
+
description: string;
|
|
39246
|
+
howTo: string;
|
|
39247
|
+
configure: string;
|
|
39248
|
+
employeesLabel: string;
|
|
39249
|
+
employeesHelp: string;
|
|
39250
|
+
configHeader: string;
|
|
39251
|
+
};
|
|
39252
|
+
outbound_webhook: {
|
|
39253
|
+
title: string;
|
|
39254
|
+
description: string;
|
|
39255
|
+
howTo: string;
|
|
39256
|
+
configure: string;
|
|
39257
|
+
employeesLabel: string;
|
|
39258
|
+
employeesHelp: string;
|
|
39259
|
+
configHeader: string;
|
|
39260
|
+
};
|
|
39261
|
+
voice_channel: {
|
|
39262
|
+
title: string;
|
|
39263
|
+
description: string;
|
|
39264
|
+
howTo: string;
|
|
39265
|
+
configure: string;
|
|
39266
|
+
employeesLabel: string;
|
|
39267
|
+
employeesHelp: string;
|
|
39268
|
+
configHeader: string;
|
|
39269
|
+
};
|
|
39270
|
+
};
|
|
38662
39271
|
nameLabel: string;
|
|
38663
39272
|
namePh: string;
|
|
38664
39273
|
groupLabel: string;
|
|
38665
39274
|
groupPh: string;
|
|
38666
39275
|
routingLabel: string;
|
|
38667
|
-
routingTip: string;
|
|
38668
39276
|
credsHeader: string;
|
|
38669
39277
|
keepSecret: string;
|
|
38670
39278
|
pastePh: string;
|
|
38671
39279
|
save: string;
|
|
38672
|
-
simExample: {
|
|
38673
|
-
salesPioneer: string;
|
|
38674
|
-
serviceSteward: string;
|
|
38675
|
-
revenueAnalyst: string;
|
|
38676
|
-
opsCoach: string;
|
|
38677
|
-
};
|
|
38678
39280
|
};
|
|
38679
39281
|
settingsRestPages: {
|
|
38680
39282
|
sopDetail: {
|
|
@@ -39418,6 +40020,14 @@ export declare const locales: {
|
|
|
39418
40020
|
publishRequiresApproval: string;
|
|
39419
40021
|
draftActionsLocked: string;
|
|
39420
40022
|
approvalActionUnavailable: string;
|
|
40023
|
+
agentChangeSummaryTitle: string;
|
|
40024
|
+
agentChangeSummaryDescription: string;
|
|
40025
|
+
agentPersonaLabel: string;
|
|
40026
|
+
agentPersonaHelp: string;
|
|
40027
|
+
agentInstructionsLabel: string;
|
|
40028
|
+
agentInstructionsHelp: string;
|
|
40029
|
+
agentIdentityPolicyLabel: string;
|
|
40030
|
+
agentIdentityPolicyHelp: string;
|
|
39421
40031
|
};
|
|
39422
40032
|
table: {
|
|
39423
40033
|
tabRecommendations: string;
|
|
@@ -39538,6 +40148,14 @@ export declare const locales: {
|
|
|
39538
40148
|
operatingLoopTitle: string;
|
|
39539
40149
|
operatingLoopSubtitle: string;
|
|
39540
40150
|
operatingLoopAction: string;
|
|
40151
|
+
operatingLoopActionByStage: {
|
|
40152
|
+
discover: string;
|
|
40153
|
+
hire: string;
|
|
40154
|
+
prove: string;
|
|
40155
|
+
deploy: string;
|
|
40156
|
+
learn: string;
|
|
40157
|
+
improve: string;
|
|
40158
|
+
};
|
|
39541
40159
|
operatingLoopStage: {
|
|
39542
40160
|
discover: string;
|
|
39543
40161
|
hire: string;
|
|
@@ -39683,6 +40301,28 @@ export declare const locales: {
|
|
|
39683
40301
|
truncation: string;
|
|
39684
40302
|
composerOpen: string;
|
|
39685
40303
|
composerCancel: string;
|
|
40304
|
+
impact: string;
|
|
40305
|
+
confidence: string;
|
|
40306
|
+
testCandidateCount: string;
|
|
40307
|
+
nextStep: string;
|
|
40308
|
+
noDraftTitle: string;
|
|
40309
|
+
noDraftDescription: string;
|
|
40310
|
+
noDraftHowTitle: string;
|
|
40311
|
+
noDraftHowEvidence: string;
|
|
40312
|
+
noDraftHowCandidate: string;
|
|
40313
|
+
noDraftHowContinue: string;
|
|
40314
|
+
stageNavigation: string;
|
|
40315
|
+
stageNumber: string;
|
|
40316
|
+
selectItemHint: string;
|
|
40317
|
+
evidenceOpenHint: string;
|
|
40318
|
+
cardNextStep: string;
|
|
40319
|
+
stageHint: {
|
|
40320
|
+
evidence: string;
|
|
40321
|
+
recommendations: string;
|
|
40322
|
+
blueprints: string;
|
|
40323
|
+
gate: string;
|
|
40324
|
+
artifacts: string;
|
|
40325
|
+
};
|
|
39686
40326
|
column: {
|
|
39687
40327
|
evidence: string;
|
|
39688
40328
|
recommendations: string;
|