@nexusclawhq/cli 0.3.46 → 0.3.48
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 +270 -12
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +277 -19
- 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 +540 -24
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +270 -12
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +277 -19
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/commands/ai/help.test.js +4 -4
- package/dist/nexus-cli/src/commands/commands.test.js +1 -1
- package/dist/nexus-cli/src/commands/commands.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/learning.js +26 -0
- package/dist/nexus-cli/src/commands/workforce/learning.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +3 -3
- package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
- package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +2 -2
- package/dist/nexus-cli/src/contracts/workforce-contracts.js +2 -0
- package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-learning-remote.d.ts +48 -0
- package/dist/nexus-cli/src/services/workforce-learning-remote.js +40 -0
- package/dist/nexus-cli/src/services/workforce-learning-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-observe-remote.d.ts +19 -8
- package/dist/nexus-cli/src/services/workforce-observe-remote.js +28 -14
- package/dist/nexus-cli/src/services/workforce-observe-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-observe-remote.test.js +38 -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
|
@@ -756,6 +756,22 @@ declare const _default: {
|
|
|
756
756
|
confidenceChipTooltip: string;
|
|
757
757
|
riskChipTooltip: string;
|
|
758
758
|
draftIntroHint: string;
|
|
759
|
+
changeSummary: string;
|
|
760
|
+
changeReason: string;
|
|
761
|
+
releaseProgress: string;
|
|
762
|
+
nextStep: string;
|
|
763
|
+
viewAndHandle: string;
|
|
764
|
+
businessScope: string;
|
|
765
|
+
technicalDetails: string;
|
|
766
|
+
evidenceCount: string;
|
|
767
|
+
evidenceIds: string;
|
|
768
|
+
actionHintBehavior: string;
|
|
769
|
+
actionHintMaterialize: string;
|
|
770
|
+
actionHintBlocked: string;
|
|
771
|
+
stepDraft: string;
|
|
772
|
+
stepSimulation: string;
|
|
773
|
+
stepApproval: string;
|
|
774
|
+
stepPublish: string;
|
|
759
775
|
runSimulation: string;
|
|
760
776
|
runSimulationTooltip: string;
|
|
761
777
|
runSimulationSuccess: string;
|
|
@@ -1883,6 +1899,18 @@ declare const _default: {
|
|
|
1883
1899
|
planStarterName: string;
|
|
1884
1900
|
planGrowthName: string;
|
|
1885
1901
|
planEnterpriseName: string;
|
|
1902
|
+
planStarterFeature1: string;
|
|
1903
|
+
planStarterFeature2: string;
|
|
1904
|
+
planStarterFeature3: string;
|
|
1905
|
+
planStarterFeature4: string;
|
|
1906
|
+
planGrowthFeature1: string;
|
|
1907
|
+
planGrowthFeature2: string;
|
|
1908
|
+
planGrowthFeature3: string;
|
|
1909
|
+
planGrowthFeature4: string;
|
|
1910
|
+
planEnterpriseFeature1: string;
|
|
1911
|
+
planEnterpriseFeature2: string;
|
|
1912
|
+
planEnterpriseFeature3: string;
|
|
1913
|
+
planEnterpriseFeature4: string;
|
|
1886
1914
|
upgrade: string;
|
|
1887
1915
|
invoiceHistory: string;
|
|
1888
1916
|
invoicePeriod: string;
|
|
@@ -2660,6 +2688,7 @@ declare const _default: {
|
|
|
2660
2688
|
aiKcUpdateOk: string;
|
|
2661
2689
|
aiKcDeleteOk: string;
|
|
2662
2690
|
aiKcDeleteConfirm: string;
|
|
2691
|
+
aiKcDeleteFailed: string;
|
|
2663
2692
|
aiSopStatusDraft: string;
|
|
2664
2693
|
aiSopStatusReviewed: string;
|
|
2665
2694
|
aiSopStatusActive: string;
|
|
@@ -2957,6 +2986,7 @@ declare const _default: {
|
|
|
2957
2986
|
emptyHint: string;
|
|
2958
2987
|
totalCount: string;
|
|
2959
2988
|
actionTest: string;
|
|
2989
|
+
actionEdit: string;
|
|
2960
2990
|
actionDisable: string;
|
|
2961
2991
|
actionEnable: string;
|
|
2962
2992
|
actionDelete: string;
|
|
@@ -2966,11 +2996,14 @@ declare const _default: {
|
|
|
2966
2996
|
msgDeleted: string;
|
|
2967
2997
|
msgDeleteFailed: string;
|
|
2968
2998
|
msgCreated: string;
|
|
2999
|
+
msgUpdated: string;
|
|
2969
3000
|
msgCreateFailed: string;
|
|
3001
|
+
msgUpdateFailed: string;
|
|
2970
3002
|
msgTesting: string;
|
|
2971
3003
|
msgTestSent: string;
|
|
2972
3004
|
msgTestFailed: string;
|
|
2973
3005
|
createTitle: string;
|
|
3006
|
+
editTitle: string;
|
|
2974
3007
|
fieldTargetUrl: string;
|
|
2975
3008
|
fieldTargetUrlRequired: string;
|
|
2976
3009
|
fieldTargetUrlInvalid: string;
|
|
@@ -2981,6 +3014,7 @@ declare const _default: {
|
|
|
2981
3014
|
fieldOperationsPlaceholder: string;
|
|
2982
3015
|
btnCancel: string;
|
|
2983
3016
|
btnCreate: string;
|
|
3017
|
+
btnSave: string;
|
|
2984
3018
|
btnDelete: string;
|
|
2985
3019
|
deleteConfirmTitle: string;
|
|
2986
3020
|
deleteConfirmText: string;
|
|
@@ -4458,6 +4492,16 @@ declare const _default: {
|
|
|
4458
4492
|
pickEmployee: string;
|
|
4459
4493
|
searchEmployee: string;
|
|
4460
4494
|
online: string;
|
|
4495
|
+
selectEmployeeTitle: string;
|
|
4496
|
+
selectEmployeeDescription: string;
|
|
4497
|
+
sessionGoalTitle: string;
|
|
4498
|
+
sessionGoalDescription: string;
|
|
4499
|
+
defaultEmployeeGoal: string;
|
|
4500
|
+
sessionResultTitle: string;
|
|
4501
|
+
sessionResultDescription: string;
|
|
4502
|
+
finishAndStartNew: string;
|
|
4503
|
+
openTestCenter: string;
|
|
4504
|
+
openExecutions: string;
|
|
4461
4505
|
modeVoice: string;
|
|
4462
4506
|
modeVideo: string;
|
|
4463
4507
|
servingCustomer: string;
|
|
@@ -5072,6 +5116,9 @@ declare const _default: {
|
|
|
5072
5116
|
commentLabel: string;
|
|
5073
5117
|
rejectReasonRequired: string;
|
|
5074
5118
|
approveCommentPlaceholder: string;
|
|
5119
|
+
statusNeedsConfirmation: string;
|
|
5120
|
+
valueListSummary: string;
|
|
5121
|
+
valueObjectSummary: string;
|
|
5075
5122
|
riskLevel: {
|
|
5076
5123
|
critical: string;
|
|
5077
5124
|
high: string;
|
|
@@ -9447,6 +9494,7 @@ declare const _default: {
|
|
|
9447
9494
|
colTest: string;
|
|
9448
9495
|
testConnection: string;
|
|
9449
9496
|
testProviderAria: string;
|
|
9497
|
+
noExecutableTestTarget: string;
|
|
9450
9498
|
colActions: string;
|
|
9451
9499
|
systemProviderNoEdit: string;
|
|
9452
9500
|
confirmDeleteProvider: string;
|
|
@@ -12763,6 +12811,10 @@ declare const _default: {
|
|
|
12763
12811
|
};
|
|
12764
12812
|
};
|
|
12765
12813
|
formulaFieldUi: {
|
|
12814
|
+
completion: {
|
|
12815
|
+
fieldsSection: string;
|
|
12816
|
+
functionsSection: string;
|
|
12817
|
+
};
|
|
12766
12818
|
batchRecalculate: {
|
|
12767
12819
|
title: string;
|
|
12768
12820
|
skip: string;
|
|
@@ -12819,7 +12871,6 @@ declare const _default: {
|
|
|
12819
12871
|
categoriesAriaLabel: string;
|
|
12820
12872
|
categoryFunctionsAriaLabel: string;
|
|
12821
12873
|
};
|
|
12822
|
-
completion: {};
|
|
12823
12874
|
};
|
|
12824
12875
|
navigationUi: {
|
|
12825
12876
|
searchPlaceholder: string;
|
|
@@ -16973,19 +17024,44 @@ declare const _default: {
|
|
|
16973
17024
|
adminPanel: string;
|
|
16974
17025
|
adminHealth: {
|
|
16975
17026
|
indicators: {
|
|
16976
|
-
database: {
|
|
16977
|
-
|
|
17027
|
+
database: {
|
|
17028
|
+
label: string;
|
|
17029
|
+
description: string;
|
|
17030
|
+
error: string;
|
|
17031
|
+
};
|
|
17032
|
+
redis: {
|
|
17033
|
+
label: string;
|
|
17034
|
+
description: string;
|
|
17035
|
+
error: string;
|
|
17036
|
+
};
|
|
16978
17037
|
worker: {
|
|
16979
17038
|
label: string;
|
|
16980
17039
|
description: string;
|
|
16981
17040
|
error: string;
|
|
16982
17041
|
};
|
|
16983
|
-
connectedAccount: {
|
|
17042
|
+
connectedAccount: {
|
|
17043
|
+
label: string;
|
|
17044
|
+
description: string;
|
|
17045
|
+
error: string;
|
|
17046
|
+
};
|
|
16984
17047
|
app: {
|
|
17048
|
+
label: string;
|
|
16985
17049
|
description: string;
|
|
17050
|
+
error: string;
|
|
16986
17051
|
};
|
|
16987
17052
|
};
|
|
16988
|
-
detailLabels: {
|
|
17053
|
+
detailLabels: {
|
|
17054
|
+
configuredCheck: string;
|
|
17055
|
+
status: string;
|
|
17056
|
+
waiting: string;
|
|
17057
|
+
active: string;
|
|
17058
|
+
completed: string;
|
|
17059
|
+
failed: string;
|
|
17060
|
+
delayed: string;
|
|
17061
|
+
paused: string;
|
|
17062
|
+
workerCount: string;
|
|
17063
|
+
consumerActive: string;
|
|
17064
|
+
};
|
|
16989
17065
|
notConfigured: string;
|
|
16990
17066
|
yes: string;
|
|
16991
17067
|
no: string;
|
|
@@ -17526,6 +17602,24 @@ declare const _default: {
|
|
|
17526
17602
|
searchPlaceholder: string;
|
|
17527
17603
|
noMatchingItems: string;
|
|
17528
17604
|
menuPlatformAdminHome: string;
|
|
17605
|
+
sectionPlatformOperations: string;
|
|
17606
|
+
sectionProviderControlPlane: string;
|
|
17607
|
+
sectionSupportGovernance: string;
|
|
17608
|
+
sectionReleaseGovernance: string;
|
|
17609
|
+
sectionPlatformInfrastructure: string;
|
|
17610
|
+
menuOpsSubscriptions: string;
|
|
17611
|
+
menuOpsHealth: string;
|
|
17612
|
+
menuOpsBilling: string;
|
|
17613
|
+
menuOpsRenewals: string;
|
|
17614
|
+
menuAiProvider: string;
|
|
17615
|
+
menuDemoAccess: string;
|
|
17616
|
+
menuTenantExecutionAudit: string;
|
|
17617
|
+
menuPackagePromotions: string;
|
|
17618
|
+
menuPackageRollouts: string;
|
|
17619
|
+
menuAdminPanel: string;
|
|
17620
|
+
menuQueues: string;
|
|
17621
|
+
menuCronJobs: string;
|
|
17622
|
+
menuSystemLogs: string;
|
|
17529
17623
|
providerControlPlaneUi: {
|
|
17530
17624
|
family: {
|
|
17531
17625
|
ai: string;
|
|
@@ -18432,6 +18526,34 @@ declare const _default: {
|
|
|
18432
18526
|
sensitiveAllow: string;
|
|
18433
18527
|
};
|
|
18434
18528
|
imBotSetup: {
|
|
18529
|
+
testConnectivity: string;
|
|
18530
|
+
connectivityTestFailed: string;
|
|
18531
|
+
connectivityOutcome: {
|
|
18532
|
+
PASS: string;
|
|
18533
|
+
PARTIAL: string;
|
|
18534
|
+
FAIL: string;
|
|
18535
|
+
REDIRECT_REQUIRED: string;
|
|
18536
|
+
};
|
|
18537
|
+
connectivityOutcomeDetail: {
|
|
18538
|
+
PASS: string;
|
|
18539
|
+
PARTIAL: string;
|
|
18540
|
+
FAIL: string;
|
|
18541
|
+
REDIRECT_REQUIRED: string;
|
|
18542
|
+
};
|
|
18543
|
+
connectivityCode: {
|
|
18544
|
+
WEBHOOK_DELIVERY_OK: string;
|
|
18545
|
+
WEBHOOK_HTTP_REJECTED: string;
|
|
18546
|
+
WEBHOOK_PROVIDER_REJECTED: string;
|
|
18547
|
+
CONNECTION_FAILED: string;
|
|
18548
|
+
TARGET_BLOCKED: string;
|
|
18549
|
+
CONFIG_INCOMPLETE: string;
|
|
18550
|
+
TEST_MESSAGE_REQUIRED: string;
|
|
18551
|
+
TEST_MESSAGE_TOO_LONG: string;
|
|
18552
|
+
};
|
|
18553
|
+
webhookTestTitle: string;
|
|
18554
|
+
webhookTestDescription: string;
|
|
18555
|
+
webhookTestPlaceholder: string;
|
|
18556
|
+
webhookTestSend: string;
|
|
18435
18557
|
toolLabel: {
|
|
18436
18558
|
recordQuery: string;
|
|
18437
18559
|
recordAggregate: string;
|
|
@@ -18488,6 +18610,11 @@ declare const _default: {
|
|
|
18488
18610
|
step2: string;
|
|
18489
18611
|
step3: string;
|
|
18490
18612
|
};
|
|
18613
|
+
webhook: {
|
|
18614
|
+
label: string;
|
|
18615
|
+
step1: string;
|
|
18616
|
+
note: string;
|
|
18617
|
+
};
|
|
18491
18618
|
phone_agent: {
|
|
18492
18619
|
label: string;
|
|
18493
18620
|
step1: string;
|
|
@@ -18496,6 +18623,9 @@ declare const _default: {
|
|
|
18496
18623
|
};
|
|
18497
18624
|
};
|
|
18498
18625
|
field: {
|
|
18626
|
+
webhook: {
|
|
18627
|
+
webhookUrl: string;
|
|
18628
|
+
};
|
|
18499
18629
|
wecom: {
|
|
18500
18630
|
corpId: string;
|
|
18501
18631
|
agentId: string;
|
|
@@ -18546,6 +18676,15 @@ declare const _default: {
|
|
|
18546
18676
|
modePerAgent: string;
|
|
18547
18677
|
modeDispatcher: string;
|
|
18548
18678
|
modeSmart: string;
|
|
18679
|
+
explicitBindingRoute: string;
|
|
18680
|
+
boundEmployeeLabel: string;
|
|
18681
|
+
boundEmployeeHelp: string;
|
|
18682
|
+
employeePlaceholder: string;
|
|
18683
|
+
employeeRequired: string;
|
|
18684
|
+
employeeUnavailable: string;
|
|
18685
|
+
selectedEmployeeOverflow: string;
|
|
18686
|
+
selectedEmployeeCount: string;
|
|
18687
|
+
selectedEmployeeListAria: string;
|
|
18549
18688
|
priorityLabel: string;
|
|
18550
18689
|
priorityTip: string;
|
|
18551
18690
|
defaultDispatcherLabel: string;
|
|
@@ -18561,6 +18700,8 @@ declare const _default: {
|
|
|
18561
18700
|
deleteChannelAria: string;
|
|
18562
18701
|
simTitle: string;
|
|
18563
18702
|
simHint: string;
|
|
18703
|
+
simNoChannel: string;
|
|
18704
|
+
simNoEmployees: string;
|
|
18564
18705
|
simServing: string;
|
|
18565
18706
|
simToolsUsed: string;
|
|
18566
18707
|
simThinking: string;
|
|
@@ -18570,25 +18711,104 @@ declare const _default: {
|
|
|
18570
18711
|
addTitle: string;
|
|
18571
18712
|
pickPlatform: string;
|
|
18572
18713
|
howTo: string;
|
|
18714
|
+
webhookHowTo: string;
|
|
18573
18715
|
openConsole: string;
|
|
18574
18716
|
console: string;
|
|
18575
18717
|
fillIn: string;
|
|
18718
|
+
webhookFillIn: string;
|
|
18719
|
+
webhookUrlRequired: string;
|
|
18720
|
+
webhookSetupTitle: string;
|
|
18721
|
+
webhookSetupDescription: string;
|
|
18722
|
+
webhookStepAdd: string;
|
|
18723
|
+
webhookStepAddDescription: string;
|
|
18724
|
+
webhookStepUrl: string;
|
|
18725
|
+
webhookStepUrlDescription: string;
|
|
18726
|
+
webhookStepEmployees: string;
|
|
18727
|
+
webhookStepEmployeesDescription: string;
|
|
18728
|
+
webhookConfigured: string;
|
|
18729
|
+
webhookDisabled: string;
|
|
18730
|
+
webhookDeliveryReady: string;
|
|
18731
|
+
webhookDeliveryPaused: string;
|
|
18732
|
+
webhookSendingEmployees: string;
|
|
18733
|
+
webhookSendingEmployeesHelp: string;
|
|
18734
|
+
webhookDeliveryMode: string;
|
|
18735
|
+
webhookDeliveryModeValue: string;
|
|
18736
|
+
webhookUrlConfigured: string;
|
|
18737
|
+
webhookUrlConfiguredValue: string;
|
|
18738
|
+
webhookUrlMissing: string;
|
|
18739
|
+
pauseWebhookDelivery: string;
|
|
18740
|
+
enableWebhookDelivery: string;
|
|
18741
|
+
webhookChannelColumn: string;
|
|
18742
|
+
webhookSenderColumn: string;
|
|
18743
|
+
webhookDeliveryColumn: string;
|
|
18744
|
+
webhookDeliveryEnabled: string;
|
|
18745
|
+
webhookDeliveryPausedLabel: string;
|
|
18746
|
+
webhookConfigHeader: string;
|
|
18747
|
+
flow: {
|
|
18748
|
+
inbound_callback: {
|
|
18749
|
+
title: string;
|
|
18750
|
+
description: string;
|
|
18751
|
+
howTo: string;
|
|
18752
|
+
configure: string;
|
|
18753
|
+
employeesLabel: string;
|
|
18754
|
+
employeesHelp: string;
|
|
18755
|
+
configHeader: string;
|
|
18756
|
+
};
|
|
18757
|
+
inbound_adapter_pending: {
|
|
18758
|
+
title: string;
|
|
18759
|
+
description: string;
|
|
18760
|
+
howTo: string;
|
|
18761
|
+
configure: string;
|
|
18762
|
+
employeesLabel: string;
|
|
18763
|
+
employeesHelp: string;
|
|
18764
|
+
configHeader: string;
|
|
18765
|
+
};
|
|
18766
|
+
embedded_web_chat: {
|
|
18767
|
+
title: string;
|
|
18768
|
+
description: string;
|
|
18769
|
+
howTo: string;
|
|
18770
|
+
configure: string;
|
|
18771
|
+
employeesLabel: string;
|
|
18772
|
+
employeesHelp: string;
|
|
18773
|
+
configHeader: string;
|
|
18774
|
+
};
|
|
18775
|
+
authenticated_api: {
|
|
18776
|
+
title: string;
|
|
18777
|
+
description: string;
|
|
18778
|
+
howTo: string;
|
|
18779
|
+
configure: string;
|
|
18780
|
+
employeesLabel: string;
|
|
18781
|
+
employeesHelp: string;
|
|
18782
|
+
configHeader: string;
|
|
18783
|
+
};
|
|
18784
|
+
outbound_webhook: {
|
|
18785
|
+
title: string;
|
|
18786
|
+
description: string;
|
|
18787
|
+
howTo: string;
|
|
18788
|
+
configure: string;
|
|
18789
|
+
employeesLabel: string;
|
|
18790
|
+
employeesHelp: string;
|
|
18791
|
+
configHeader: string;
|
|
18792
|
+
};
|
|
18793
|
+
voice_channel: {
|
|
18794
|
+
title: string;
|
|
18795
|
+
description: string;
|
|
18796
|
+
howTo: string;
|
|
18797
|
+
configure: string;
|
|
18798
|
+
employeesLabel: string;
|
|
18799
|
+
employeesHelp: string;
|
|
18800
|
+
configHeader: string;
|
|
18801
|
+
};
|
|
18802
|
+
};
|
|
18576
18803
|
nameLabel: string;
|
|
18577
18804
|
namePh: string;
|
|
18578
18805
|
groupLabel: string;
|
|
18579
18806
|
groupPh: string;
|
|
18580
18807
|
routingLabel: string;
|
|
18581
|
-
routingTip: string;
|
|
18582
18808
|
credsHeader: string;
|
|
18583
18809
|
keepSecret: string;
|
|
18584
18810
|
pastePh: string;
|
|
18585
18811
|
save: string;
|
|
18586
|
-
simExample: {
|
|
18587
|
-
salesPioneer: string;
|
|
18588
|
-
serviceSteward: string;
|
|
18589
|
-
revenueAnalyst: string;
|
|
18590
|
-
opsCoach: string;
|
|
18591
|
-
};
|
|
18592
18812
|
};
|
|
18593
18813
|
settingsRestPages: {
|
|
18594
18814
|
sopDetail: {
|
|
@@ -19332,6 +19552,14 @@ declare const _default: {
|
|
|
19332
19552
|
publishRequiresApproval: string;
|
|
19333
19553
|
draftActionsLocked: string;
|
|
19334
19554
|
approvalActionUnavailable: string;
|
|
19555
|
+
agentChangeSummaryTitle: string;
|
|
19556
|
+
agentChangeSummaryDescription: string;
|
|
19557
|
+
agentPersonaLabel: string;
|
|
19558
|
+
agentPersonaHelp: string;
|
|
19559
|
+
agentInstructionsLabel: string;
|
|
19560
|
+
agentInstructionsHelp: string;
|
|
19561
|
+
agentIdentityPolicyLabel: string;
|
|
19562
|
+
agentIdentityPolicyHelp: string;
|
|
19335
19563
|
};
|
|
19336
19564
|
table: {
|
|
19337
19565
|
tabRecommendations: string;
|
|
@@ -19452,6 +19680,14 @@ declare const _default: {
|
|
|
19452
19680
|
operatingLoopTitle: string;
|
|
19453
19681
|
operatingLoopSubtitle: string;
|
|
19454
19682
|
operatingLoopAction: string;
|
|
19683
|
+
operatingLoopActionByStage: {
|
|
19684
|
+
discover: string;
|
|
19685
|
+
hire: string;
|
|
19686
|
+
prove: string;
|
|
19687
|
+
deploy: string;
|
|
19688
|
+
learn: string;
|
|
19689
|
+
improve: string;
|
|
19690
|
+
};
|
|
19455
19691
|
operatingLoopStage: {
|
|
19456
19692
|
discover: string;
|
|
19457
19693
|
hire: string;
|
|
@@ -19597,6 +19833,28 @@ declare const _default: {
|
|
|
19597
19833
|
truncation: string;
|
|
19598
19834
|
composerOpen: string;
|
|
19599
19835
|
composerCancel: string;
|
|
19836
|
+
impact: string;
|
|
19837
|
+
confidence: string;
|
|
19838
|
+
testCandidateCount: string;
|
|
19839
|
+
nextStep: string;
|
|
19840
|
+
noDraftTitle: string;
|
|
19841
|
+
noDraftDescription: string;
|
|
19842
|
+
noDraftHowTitle: string;
|
|
19843
|
+
noDraftHowEvidence: string;
|
|
19844
|
+
noDraftHowCandidate: string;
|
|
19845
|
+
noDraftHowContinue: string;
|
|
19846
|
+
stageNavigation: string;
|
|
19847
|
+
stageNumber: string;
|
|
19848
|
+
selectItemHint: string;
|
|
19849
|
+
evidenceOpenHint: string;
|
|
19850
|
+
cardNextStep: string;
|
|
19851
|
+
stageHint: {
|
|
19852
|
+
evidence: string;
|
|
19853
|
+
recommendations: string;
|
|
19854
|
+
blueprints: string;
|
|
19855
|
+
gate: string;
|
|
19856
|
+
artifacts: string;
|
|
19857
|
+
};
|
|
19600
19858
|
column: {
|
|
19601
19859
|
evidence: string;
|
|
19602
19860
|
recommendations: string;
|