@nexusclawhq/cli 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.d.ts +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +488 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +499 -11
- 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 +976 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +488 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +558 -70
- 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 +59 -57
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.d.ts +15 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js +30 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/workspace-regional-settings.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/package.json +4 -0
- package/dist/nexus-cli/src/cli.js +0 -0
- package/dist/nexus-cli/src/services/__env-probe.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js +13 -0
- package/dist/nexus-cli/src/services/__env-probe.test.js.map +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js +132 -0
- package/dist/nexus-cli/src/services/ai-authoring-context-v2.pack.e2e.test.js.map +1 -0
- package/dist/nexus-cli/src/services/api-client.js +7 -1
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/step-up-helper.test.js +12 -1
- package/dist/nexus-cli/src/services/step-up-helper.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 +1 -1
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/components/drill-code-extension-page/index.js +70 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/metadata/drill-code-extension-page.manifest.json +63 -0
- package/dist/nexus-cli/src/templates/project/templates/drill-code-extension-page/src/tests/drill-code-extension-page.assertions.json +13 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -5025,6 +5025,8 @@ declare const _default: {
|
|
|
5025
5025
|
sendMessageAria: string;
|
|
5026
5026
|
requestFailedWithStatus: string;
|
|
5027
5027
|
serviceException: string;
|
|
5028
|
+
newConversation: string;
|
|
5029
|
+
restoringSession: string;
|
|
5028
5030
|
historyButton: string;
|
|
5029
5031
|
historyTitle: string;
|
|
5030
5032
|
historyEmpty: string;
|
|
@@ -7444,6 +7446,8 @@ declare const _default: {
|
|
|
7444
7446
|
builderPreviewMenuCaption: string;
|
|
7445
7447
|
builderPreviewRun: string;
|
|
7446
7448
|
builderPreviewWelcome: string;
|
|
7449
|
+
builderPreviewNewSession: string;
|
|
7450
|
+
builderPreviewRestoring: string;
|
|
7447
7451
|
builderReadinessTitle: string;
|
|
7448
7452
|
builderReadiness: {
|
|
7449
7453
|
access: string;
|
|
@@ -7452,6 +7456,9 @@ declare const _default: {
|
|
|
7452
7456
|
knowledge: string;
|
|
7453
7457
|
sop: string;
|
|
7454
7458
|
test: string;
|
|
7459
|
+
loadFailed: string;
|
|
7460
|
+
loadFailedDescription: string;
|
|
7461
|
+
retry: string;
|
|
7455
7462
|
};
|
|
7456
7463
|
builderReadinessMenuCaption: string;
|
|
7457
7464
|
builderReadinessStatus: {
|
|
@@ -11078,6 +11085,12 @@ declare const _default: {
|
|
|
11078
11085
|
breadcrumbPlatformTools: string;
|
|
11079
11086
|
breadcrumbExecutionLogs: string;
|
|
11080
11087
|
breadcrumbLogDetail: string;
|
|
11088
|
+
scopeRequired: string;
|
|
11089
|
+
scopeRequiredDescription: string;
|
|
11090
|
+
loadFailed: string;
|
|
11091
|
+
loadFailedDescription: string;
|
|
11092
|
+
notFound: string;
|
|
11093
|
+
notFoundDescription: string;
|
|
11081
11094
|
};
|
|
11082
11095
|
executionLogs: {
|
|
11083
11096
|
statusSuccess: string;
|
|
@@ -11098,6 +11111,14 @@ declare const _default: {
|
|
|
11098
11111
|
searchPlaceholder: string;
|
|
11099
11112
|
breadcrumbSettings: string;
|
|
11100
11113
|
breadcrumbPlatformTools: string;
|
|
11114
|
+
workspaceRequired: string;
|
|
11115
|
+
workspaceRequiredDescription: string;
|
|
11116
|
+
loadFailed: string;
|
|
11117
|
+
loadFailedDescription: string;
|
|
11118
|
+
selectWorkspaceEmpty: string;
|
|
11119
|
+
noResults: string;
|
|
11120
|
+
errorTimeout: string;
|
|
11121
|
+
errorFailed: string;
|
|
11101
11122
|
};
|
|
11102
11123
|
fieldHistoryDetail: {
|
|
11103
11124
|
saveSuccess: string;
|
|
@@ -11932,6 +11953,11 @@ declare const _default: {
|
|
|
11932
11953
|
behaviorPolicyStudioTitle: string;
|
|
11933
11954
|
};
|
|
11934
11955
|
queryMonitorDetail: {
|
|
11956
|
+
scopeRequired: string;
|
|
11957
|
+
scopeRequiredDescription: string;
|
|
11958
|
+
loadFailed: string;
|
|
11959
|
+
notFound: string;
|
|
11960
|
+
retry: string;
|
|
11935
11961
|
basicInfo: string;
|
|
11936
11962
|
queryId: string;
|
|
11937
11963
|
executionTime: string;
|
|
@@ -11949,6 +11975,8 @@ declare const _default: {
|
|
|
11949
11975
|
backToList: string;
|
|
11950
11976
|
};
|
|
11951
11977
|
queryMonitor: {
|
|
11978
|
+
scopeRequired: string;
|
|
11979
|
+
loadFailed: string;
|
|
11952
11980
|
colExecutionTime: string;
|
|
11953
11981
|
colSqlSummary: string;
|
|
11954
11982
|
colQueryType: string;
|
|
@@ -13691,6 +13719,7 @@ declare const _default: {
|
|
|
13691
13719
|
trialConsoleUi: {
|
|
13692
13720
|
demoAccess: {
|
|
13693
13721
|
page: {
|
|
13722
|
+
title: string;
|
|
13694
13723
|
subtitle: string;
|
|
13695
13724
|
refresh: string;
|
|
13696
13725
|
loadError: string;
|
|
@@ -13699,6 +13728,7 @@ declare const _default: {
|
|
|
13699
13728
|
approvedAssignable: string;
|
|
13700
13729
|
readyInstances: string;
|
|
13701
13730
|
totalAvailableCapacity: string;
|
|
13731
|
+
invitations: string;
|
|
13702
13732
|
};
|
|
13703
13733
|
queue: {
|
|
13704
13734
|
title: string;
|
|
@@ -13716,9 +13746,11 @@ declare const _default: {
|
|
|
13716
13746
|
empty: string;
|
|
13717
13747
|
};
|
|
13718
13748
|
assignmentCard: {
|
|
13749
|
+
title: string;
|
|
13719
13750
|
empty: string;
|
|
13720
13751
|
};
|
|
13721
13752
|
jobCard: {
|
|
13753
|
+
title: string;
|
|
13722
13754
|
empty: string;
|
|
13723
13755
|
};
|
|
13724
13756
|
requestColumns: {
|
|
@@ -13729,6 +13761,9 @@ declare const _default: {
|
|
|
13729
13761
|
status: string;
|
|
13730
13762
|
recommended: string;
|
|
13731
13763
|
pendingScreening: string;
|
|
13764
|
+
riskScore: string;
|
|
13765
|
+
riskOnly: string;
|
|
13766
|
+
invitation: string;
|
|
13732
13767
|
actions: string;
|
|
13733
13768
|
};
|
|
13734
13769
|
invitation: {
|
|
@@ -13741,6 +13776,7 @@ declare const _default: {
|
|
|
13741
13776
|
};
|
|
13742
13777
|
actions: {
|
|
13743
13778
|
review: string;
|
|
13779
|
+
provision: string;
|
|
13744
13780
|
assign: string;
|
|
13745
13781
|
};
|
|
13746
13782
|
poolColumns: {
|
|
@@ -13755,12 +13791,14 @@ declare const _default: {
|
|
|
13755
13791
|
status: string;
|
|
13756
13792
|
};
|
|
13757
13793
|
assignmentColumns: {
|
|
13794
|
+
assignment: string;
|
|
13758
13795
|
instancePool: string;
|
|
13759
13796
|
status: string;
|
|
13760
13797
|
actions: string;
|
|
13761
13798
|
};
|
|
13762
13799
|
assignmentActions: {
|
|
13763
13800
|
expire: string;
|
|
13801
|
+
markResetPending: string;
|
|
13764
13802
|
completeReset: string;
|
|
13765
13803
|
};
|
|
13766
13804
|
jobColumns: {
|
|
@@ -13783,6 +13821,20 @@ declare const _default: {
|
|
|
13783
13821
|
accessLevelLabel: string;
|
|
13784
13822
|
decisionReasonLabel: string;
|
|
13785
13823
|
};
|
|
13824
|
+
options: {
|
|
13825
|
+
accessPublic: string;
|
|
13826
|
+
accessPrivate: string;
|
|
13827
|
+
accessInternal: string;
|
|
13828
|
+
routePublicDemo: string;
|
|
13829
|
+
routePrivateDemo: string;
|
|
13830
|
+
routeMaterialOnly: string;
|
|
13831
|
+
invitationMagicLink: string;
|
|
13832
|
+
invitationOtp: string;
|
|
13833
|
+
poolPublicDemo: string;
|
|
13834
|
+
poolPrivatePresales: string;
|
|
13835
|
+
poolInternal: string;
|
|
13836
|
+
unknownPool: string;
|
|
13837
|
+
};
|
|
13786
13838
|
assignModal: {
|
|
13787
13839
|
title: string;
|
|
13788
13840
|
instanceLabel: string;
|
|
@@ -13792,6 +13844,10 @@ declare const _default: {
|
|
|
13792
13844
|
};
|
|
13793
13845
|
poolModal: {
|
|
13794
13846
|
title: string;
|
|
13847
|
+
poolCodeLabel: string;
|
|
13848
|
+
poolTypeLabel: string;
|
|
13849
|
+
routeTypeLabel: string;
|
|
13850
|
+
accessLevelLabel: string;
|
|
13795
13851
|
capacityLabel: string;
|
|
13796
13852
|
industryScenarioLabel: string;
|
|
13797
13853
|
purposeLabel: string;
|
|
@@ -13802,6 +13858,7 @@ declare const _default: {
|
|
|
13802
13858
|
title: string;
|
|
13803
13859
|
poolLabel: string;
|
|
13804
13860
|
instanceCodeLabel: string;
|
|
13861
|
+
environmentKeyLabel: string;
|
|
13805
13862
|
};
|
|
13806
13863
|
toast: {
|
|
13807
13864
|
reviewSaved: string;
|
|
@@ -18451,6 +18508,11 @@ declare const _default: {
|
|
|
18451
18508
|
breadcrumbSettings: string;
|
|
18452
18509
|
breadcrumbPlatformTools: string;
|
|
18453
18510
|
searchPlaceholder: string;
|
|
18511
|
+
scopeRequired: string;
|
|
18512
|
+
loadFailed: string;
|
|
18513
|
+
detailScopeRequired: string;
|
|
18514
|
+
detailNotFound: string;
|
|
18515
|
+
retry: string;
|
|
18454
18516
|
colClassName: string;
|
|
18455
18517
|
colType: string;
|
|
18456
18518
|
colStatus: string;
|
|
@@ -18505,6 +18567,247 @@ declare const _default: {
|
|
|
18505
18567
|
abortError: string;
|
|
18506
18568
|
};
|
|
18507
18569
|
platformAdmin: {
|
|
18570
|
+
adminPanelUi: {
|
|
18571
|
+
common: {
|
|
18572
|
+
sectionOther: string;
|
|
18573
|
+
platformAdmin: string;
|
|
18574
|
+
adminPanel: string;
|
|
18575
|
+
systemOverview: string;
|
|
18576
|
+
configVariables: string;
|
|
18577
|
+
healthStatus: string;
|
|
18578
|
+
queues: string;
|
|
18579
|
+
worker: string;
|
|
18580
|
+
loading: string;
|
|
18581
|
+
loadFailed: string;
|
|
18582
|
+
loadFailedDescription: string;
|
|
18583
|
+
retry: string;
|
|
18584
|
+
refresh: string;
|
|
18585
|
+
filter: string;
|
|
18586
|
+
name: string;
|
|
18587
|
+
value: string;
|
|
18588
|
+
status: string;
|
|
18589
|
+
source: string;
|
|
18590
|
+
group: string;
|
|
18591
|
+
id: string;
|
|
18592
|
+
email: string;
|
|
18593
|
+
url: string;
|
|
18594
|
+
unknown: string;
|
|
18595
|
+
notFound: string;
|
|
18596
|
+
errorInfo: string;
|
|
18597
|
+
details: string;
|
|
18598
|
+
noDetails: string;
|
|
18599
|
+
operational: string;
|
|
18600
|
+
normal: string;
|
|
18601
|
+
outage: string;
|
|
18602
|
+
search: string;
|
|
18603
|
+
cancel: string;
|
|
18604
|
+
reset: string;
|
|
18605
|
+
};
|
|
18606
|
+
general: {
|
|
18607
|
+
about: string;
|
|
18608
|
+
appVersionInfo: string;
|
|
18609
|
+
currentVersion: string;
|
|
18610
|
+
latestVersion: string;
|
|
18611
|
+
latestVersionNotFound: string;
|
|
18612
|
+
featureFlagsAndImpersonation: string;
|
|
18613
|
+
userImpersonation: string;
|
|
18614
|
+
featureFlagsAndImpersonationHint: string;
|
|
18615
|
+
userImpersonationHint: string;
|
|
18616
|
+
userIdentifierPlaceholder: string;
|
|
18617
|
+
userInfo: string;
|
|
18618
|
+
aboutThisUser: string;
|
|
18619
|
+
fullName: string;
|
|
18620
|
+
workspaces: string;
|
|
18621
|
+
userWorkspaces: string;
|
|
18622
|
+
noWorkspaces: string;
|
|
18623
|
+
workspaceInfo: string;
|
|
18624
|
+
aboutThisWorkspace: string;
|
|
18625
|
+
members: string;
|
|
18626
|
+
unnamed: string;
|
|
18627
|
+
featureFlags: string;
|
|
18628
|
+
featureFlag: string;
|
|
18629
|
+
impersonate: string;
|
|
18630
|
+
impersonationDisabled: string;
|
|
18631
|
+
searchUserFirst: string;
|
|
18632
|
+
impersonationFailed: string;
|
|
18633
|
+
searchFailed: string;
|
|
18634
|
+
updateFeatureFlagFailed: string;
|
|
18635
|
+
};
|
|
18636
|
+
config: {
|
|
18637
|
+
allGroups: string;
|
|
18638
|
+
allSources: string;
|
|
18639
|
+
database: string;
|
|
18640
|
+
environment: string;
|
|
18641
|
+
default: string;
|
|
18642
|
+
showHiddenGroups: string;
|
|
18643
|
+
searchPlaceholder: string;
|
|
18644
|
+
noVariables: string;
|
|
18645
|
+
detailTitle: string;
|
|
18646
|
+
variableMissing: string;
|
|
18647
|
+
variableMissingDescription: string;
|
|
18648
|
+
tagPlaceholder: string;
|
|
18649
|
+
undefinedPlaceholder: string;
|
|
18650
|
+
databaseValuePlaceholder: string;
|
|
18651
|
+
envOnlyMessage: string;
|
|
18652
|
+
databaseSourceMessage: string;
|
|
18653
|
+
changedMessage: string;
|
|
18654
|
+
updated: string;
|
|
18655
|
+
updateFailed: string;
|
|
18656
|
+
resetTitle: string;
|
|
18657
|
+
resetConfirm1: string;
|
|
18658
|
+
resetConfirm2: string;
|
|
18659
|
+
resetSuccess: string;
|
|
18660
|
+
resetFailed: string;
|
|
18661
|
+
consumerLabel: string;
|
|
18662
|
+
requiresRestartMessage: string;
|
|
18663
|
+
noConsumerMessage: string;
|
|
18664
|
+
};
|
|
18665
|
+
health: {
|
|
18666
|
+
systemHealthHint: string;
|
|
18667
|
+
noHealthData: string;
|
|
18668
|
+
detailTitle: string;
|
|
18669
|
+
missing: string;
|
|
18670
|
+
missingDescription: string;
|
|
18671
|
+
workerUnavailable: string;
|
|
18672
|
+
noQueueInfo: string;
|
|
18673
|
+
};
|
|
18674
|
+
queue: {
|
|
18675
|
+
queueName: string;
|
|
18676
|
+
jobStats: string;
|
|
18677
|
+
manageQueuesHint: string;
|
|
18678
|
+
workerUnavailableTitle: string;
|
|
18679
|
+
workerUnavailableDescription: string;
|
|
18680
|
+
noQueues: string;
|
|
18681
|
+
title: string;
|
|
18682
|
+
waiting: string;
|
|
18683
|
+
active: string;
|
|
18684
|
+
failed: string;
|
|
18685
|
+
completed: string;
|
|
18686
|
+
delayed: string;
|
|
18687
|
+
paused: string;
|
|
18688
|
+
waitingState: string;
|
|
18689
|
+
attempts: string;
|
|
18690
|
+
createdAt: string;
|
|
18691
|
+
jobs: string;
|
|
18692
|
+
data: string;
|
|
18693
|
+
failedReason: string;
|
|
18694
|
+
returnValue: string;
|
|
18695
|
+
options: string;
|
|
18696
|
+
retentionLoading: string;
|
|
18697
|
+
retentionDescription: string;
|
|
18698
|
+
days: string;
|
|
18699
|
+
hours: string;
|
|
18700
|
+
};
|
|
18701
|
+
cron: {
|
|
18702
|
+
title: string;
|
|
18703
|
+
description: string;
|
|
18704
|
+
noJobs: string;
|
|
18705
|
+
jobName: string;
|
|
18706
|
+
schedule: string;
|
|
18707
|
+
lastRun: string;
|
|
18708
|
+
nextRun: string;
|
|
18709
|
+
enabled: string;
|
|
18710
|
+
actions: string;
|
|
18711
|
+
runNow: string;
|
|
18712
|
+
history: string;
|
|
18713
|
+
historyTitle: string;
|
|
18714
|
+
confirmRunNowTitle: string;
|
|
18715
|
+
confirmRunNowContent: string;
|
|
18716
|
+
operationFailed: string;
|
|
18717
|
+
runFailed: string;
|
|
18718
|
+
notWired: string;
|
|
18719
|
+
readOnly: string;
|
|
18720
|
+
jobEnabled: string;
|
|
18721
|
+
jobPaused: string;
|
|
18722
|
+
jobTriggered: string;
|
|
18723
|
+
jobExecuted: string;
|
|
18724
|
+
active: string;
|
|
18725
|
+
paused: string;
|
|
18726
|
+
error: string;
|
|
18727
|
+
neverRun: string;
|
|
18728
|
+
justNow: string;
|
|
18729
|
+
minutesAgo: string;
|
|
18730
|
+
hoursAgo: string;
|
|
18731
|
+
failed: string;
|
|
18732
|
+
success: string;
|
|
18733
|
+
running: string;
|
|
18734
|
+
everyMinute: string;
|
|
18735
|
+
every5Minutes: string;
|
|
18736
|
+
every10Minutes: string;
|
|
18737
|
+
every15Minutes: string;
|
|
18738
|
+
every30Minutes: string;
|
|
18739
|
+
everyHour: string;
|
|
18740
|
+
every2Hours: string;
|
|
18741
|
+
every6Hours: string;
|
|
18742
|
+
every12Hours: string;
|
|
18743
|
+
dailyMidnight: string;
|
|
18744
|
+
weeklySundayMidnight: string;
|
|
18745
|
+
monthlyFirstMidnight: string;
|
|
18746
|
+
startedAt: string;
|
|
18747
|
+
executionId: string;
|
|
18748
|
+
duration: string;
|
|
18749
|
+
totalItems: string;
|
|
18750
|
+
};
|
|
18751
|
+
logs: {
|
|
18752
|
+
title: string;
|
|
18753
|
+
sectionMonitoring: string;
|
|
18754
|
+
description: string;
|
|
18755
|
+
export: string;
|
|
18756
|
+
time: string;
|
|
18757
|
+
level: string;
|
|
18758
|
+
source: string;
|
|
18759
|
+
message: string;
|
|
18760
|
+
levelPlaceholder: string;
|
|
18761
|
+
sourcePlaceholder: string;
|
|
18762
|
+
searchPlaceholder: string;
|
|
18763
|
+
noLogs: string;
|
|
18764
|
+
};
|
|
18765
|
+
};
|
|
18766
|
+
adminPanel: string;
|
|
18767
|
+
adminHealth: {
|
|
18768
|
+
indicators: {
|
|
18769
|
+
database: {
|
|
18770
|
+
label: string;
|
|
18771
|
+
description: string;
|
|
18772
|
+
error: string;
|
|
18773
|
+
};
|
|
18774
|
+
redis: {
|
|
18775
|
+
label: string;
|
|
18776
|
+
description: string;
|
|
18777
|
+
error: string;
|
|
18778
|
+
};
|
|
18779
|
+
worker: {
|
|
18780
|
+
label: string;
|
|
18781
|
+
description: string;
|
|
18782
|
+
error: string;
|
|
18783
|
+
};
|
|
18784
|
+
connectedAccount: {
|
|
18785
|
+
label: string;
|
|
18786
|
+
description: string;
|
|
18787
|
+
};
|
|
18788
|
+
app: {
|
|
18789
|
+
label: string;
|
|
18790
|
+
description: string;
|
|
18791
|
+
error: string;
|
|
18792
|
+
};
|
|
18793
|
+
};
|
|
18794
|
+
detailLabels: {
|
|
18795
|
+
configuredCheck: string;
|
|
18796
|
+
status: string;
|
|
18797
|
+
waiting: string;
|
|
18798
|
+
active: string;
|
|
18799
|
+
completed: string;
|
|
18800
|
+
failed: string;
|
|
18801
|
+
delayed: string;
|
|
18802
|
+
paused: string;
|
|
18803
|
+
workerCount: string;
|
|
18804
|
+
consumerActive: string;
|
|
18805
|
+
};
|
|
18806
|
+
notConfigured: string;
|
|
18807
|
+
yes: string;
|
|
18808
|
+
no: string;
|
|
18809
|
+
technicalDetails: string;
|
|
18810
|
+
};
|
|
18508
18811
|
ops: {
|
|
18509
18812
|
common: {
|
|
18510
18813
|
back: string;
|
|
@@ -18533,6 +18836,7 @@ declare const _default: {
|
|
|
18533
18836
|
paymentStatus: string;
|
|
18534
18837
|
overdue: string;
|
|
18535
18838
|
noMatches: string;
|
|
18839
|
+
retry: string;
|
|
18536
18840
|
};
|
|
18537
18841
|
dashboard: {
|
|
18538
18842
|
title: string;
|
|
@@ -18562,6 +18866,8 @@ declare const _default: {
|
|
|
18562
18866
|
remainingDays: string;
|
|
18563
18867
|
renewalStatus: string;
|
|
18564
18868
|
noTrend: string;
|
|
18869
|
+
insufficientTrend: string;
|
|
18870
|
+
trendDescription: string;
|
|
18565
18871
|
trendAria: string;
|
|
18566
18872
|
healthAlertTitle: string;
|
|
18567
18873
|
healthAlertDescription: string;
|
|
@@ -18569,6 +18875,8 @@ declare const _default: {
|
|
|
18569
18875
|
renewalAlertDescription: string;
|
|
18570
18876
|
invoiceAlertTitle: string;
|
|
18571
18877
|
invoiceAlertDescription: string;
|
|
18878
|
+
loadFailed: string;
|
|
18879
|
+
loadFailedDescription: string;
|
|
18572
18880
|
};
|
|
18573
18881
|
subscriptions: {
|
|
18574
18882
|
create: string;
|
|
@@ -18579,6 +18887,10 @@ declare const _default: {
|
|
|
18579
18887
|
active: string;
|
|
18580
18888
|
trialing: string;
|
|
18581
18889
|
canceled: string;
|
|
18890
|
+
statusFilter: string;
|
|
18891
|
+
planFilter: string;
|
|
18892
|
+
loadFailed: string;
|
|
18893
|
+
loadFailedDescription: string;
|
|
18582
18894
|
};
|
|
18583
18895
|
provision: {
|
|
18584
18896
|
successTitle: string;
|
|
@@ -18598,10 +18910,24 @@ declare const _default: {
|
|
|
18598
18910
|
adminEmail: string;
|
|
18599
18911
|
billingCycle: string;
|
|
18600
18912
|
workspaceId: string;
|
|
18913
|
+
subscriptionId: string;
|
|
18914
|
+
catalogLoadFailed: string;
|
|
18915
|
+
catalogLoadFailedDescription: string;
|
|
18916
|
+
language: string;
|
|
18917
|
+
timezone: string;
|
|
18918
|
+
dateFormat: string;
|
|
18919
|
+
timeFormat: string;
|
|
18920
|
+
numberFormat: string;
|
|
18921
|
+
currencyPosition: string;
|
|
18922
|
+
fiscalYearStartMonth: string;
|
|
18601
18923
|
};
|
|
18602
18924
|
tenantDetail: {
|
|
18603
18925
|
updateSuccess: string;
|
|
18604
18926
|
updateFailed: string;
|
|
18927
|
+
title: string;
|
|
18928
|
+
description: string;
|
|
18929
|
+
subscriptionSummary: string;
|
|
18930
|
+
healthAndUsage: string;
|
|
18605
18931
|
price: string;
|
|
18606
18932
|
currentStart: string;
|
|
18607
18933
|
currentEnd: string;
|
|
@@ -18612,6 +18938,54 @@ declare const _default: {
|
|
|
18612
18938
|
token: string;
|
|
18613
18939
|
apiCalls: string;
|
|
18614
18940
|
storage: string;
|
|
18941
|
+
tokenUnit: string;
|
|
18942
|
+
callUnit: string;
|
|
18943
|
+
noRiskReason: string;
|
|
18944
|
+
measurementStatus: string;
|
|
18945
|
+
measured: string;
|
|
18946
|
+
unknownMeasurement: string;
|
|
18947
|
+
measuredTime: string;
|
|
18948
|
+
unavailableMeasurements: string;
|
|
18949
|
+
measurementUnavailable: string;
|
|
18950
|
+
quotaRemaining: string;
|
|
18951
|
+
quotaExceeded: string;
|
|
18952
|
+
increaseQuota: string;
|
|
18953
|
+
quotaResource: string;
|
|
18954
|
+
currentUsage: string;
|
|
18955
|
+
currentQuota: string;
|
|
18956
|
+
recommendedPlan: string;
|
|
18957
|
+
upgradePlan: string;
|
|
18958
|
+
quotaUpgradeDescription: string;
|
|
18959
|
+
noHigherQuotaPlan: string;
|
|
18960
|
+
noHigherQuotaPlanDescription: string;
|
|
18961
|
+
quotaIncreaseSuccess: string;
|
|
18962
|
+
quotaIncreaseSuccessDescription: string;
|
|
18963
|
+
quotaIncreaseFailed: string;
|
|
18964
|
+
activityTitle: string;
|
|
18965
|
+
activityDescription: string;
|
|
18966
|
+
activityDateRange: string;
|
|
18967
|
+
noActivityRange: string;
|
|
18968
|
+
tokenActivity: string;
|
|
18969
|
+
apiActivity: string;
|
|
18970
|
+
periodTotal: string;
|
|
18971
|
+
latestObserved: string;
|
|
18972
|
+
insufficientTrendData: string;
|
|
18973
|
+
noActivityData: string;
|
|
18974
|
+
activityChartAria: string;
|
|
18975
|
+
measuredAt: string;
|
|
18976
|
+
storageSnapshot: string;
|
|
18977
|
+
storageSnapshotDescription: string;
|
|
18978
|
+
storageUnavailable: string;
|
|
18979
|
+
subscriptionChange: string;
|
|
18980
|
+
subscriptionChangeDescription: string;
|
|
18981
|
+
invoiceTitle: string;
|
|
18982
|
+
invoiceDescription: string;
|
|
18983
|
+
scopeRequired: string;
|
|
18984
|
+
scopeRequiredDescription: string;
|
|
18985
|
+
notFound: string;
|
|
18986
|
+
notFoundDescription: string;
|
|
18987
|
+
loadFailed: string;
|
|
18988
|
+
loadFailedDescription: string;
|
|
18615
18989
|
};
|
|
18616
18990
|
users: {
|
|
18617
18991
|
title: string;
|
|
@@ -18640,6 +19014,11 @@ declare const _default: {
|
|
|
18640
19014
|
editProfile: string;
|
|
18641
19015
|
email: string;
|
|
18642
19016
|
emailChangedSessionsRevoked: string;
|
|
19017
|
+
maintainRegistrationEmail: string;
|
|
19018
|
+
saveRegistrationEmail: string;
|
|
19019
|
+
registrationEmailChangeWarning: string;
|
|
19020
|
+
registrationEmailInvalid: string;
|
|
19021
|
+
registrationAccountActionUnavailable: string;
|
|
18643
19022
|
saveSuccess: string;
|
|
18644
19023
|
saveFail: string;
|
|
18645
19024
|
username: string;
|
|
@@ -18658,17 +19037,68 @@ declare const _default: {
|
|
|
18658
19037
|
renewals: {
|
|
18659
19038
|
invalidExtension: string;
|
|
18660
19039
|
updateSuccess: string;
|
|
19040
|
+
updateFailed: string;
|
|
18661
19041
|
days: string;
|
|
18662
19042
|
renewal: string;
|
|
18663
19043
|
lastPayment: string;
|
|
18664
19044
|
edit: string;
|
|
19045
|
+
loadFailed: string;
|
|
19046
|
+
loadFailedDescription: string;
|
|
18665
19047
|
};
|
|
18666
19048
|
billing: {
|
|
19049
|
+
title: string;
|
|
19050
|
+
description: string;
|
|
19051
|
+
customer: string;
|
|
19052
|
+
allCustomers: string;
|
|
18667
19053
|
invoiceStatus: string;
|
|
19054
|
+
paymentStatus: string;
|
|
19055
|
+
billingDate: string;
|
|
19056
|
+
resetFilters: string;
|
|
19057
|
+
exportAll: string;
|
|
19058
|
+
invoiceDetails: string;
|
|
19059
|
+
mrr: string;
|
|
19060
|
+
outstandingAmount: string;
|
|
19061
|
+
paidAmount: string;
|
|
19062
|
+
overdueAmount: string;
|
|
19063
|
+
invoiceCount: string;
|
|
19064
|
+
paidInvoices: string;
|
|
19065
|
+
overdueInvoices: string;
|
|
19066
|
+
currency: string;
|
|
19067
|
+
currencyUnknown: string;
|
|
19068
|
+
sourceNote: string;
|
|
19069
|
+
metricScope: string;
|
|
19070
|
+
measuredAt: string;
|
|
18668
19071
|
outstanding: string;
|
|
18669
19072
|
paid: string;
|
|
18670
19073
|
noInvoices: string;
|
|
19074
|
+
loadFailed: string;
|
|
19075
|
+
loadFailedDescription: string;
|
|
19076
|
+
exportFailed: string;
|
|
18671
19077
|
period: string;
|
|
19078
|
+
workbenchTitle: string;
|
|
19079
|
+
workbenchDescription: string;
|
|
19080
|
+
outstandingInvoices: string;
|
|
19081
|
+
paymentFailures: string;
|
|
19082
|
+
transferReviews: string;
|
|
19083
|
+
paymentsProcessing: string;
|
|
19084
|
+
workStates: {
|
|
19085
|
+
noInvoices: string;
|
|
19086
|
+
overdue: string;
|
|
19087
|
+
paymentFailed: string;
|
|
19088
|
+
transferReview: string;
|
|
19089
|
+
collectionInProgress: string;
|
|
19090
|
+
settled: string;
|
|
19091
|
+
unknown: string;
|
|
19092
|
+
};
|
|
19093
|
+
workReasons: {
|
|
19094
|
+
noFormalInvoices: string;
|
|
19095
|
+
overdueCollectionRequired: string;
|
|
19096
|
+
paymentFailureRequiresAction: string;
|
|
19097
|
+
bankTransferReviewRequired: string;
|
|
19098
|
+
paymentProcessing: string;
|
|
19099
|
+
outstandingCollectionRequired: string;
|
|
19100
|
+
allFormalInvoicesSettled: string;
|
|
19101
|
+
};
|
|
18672
19102
|
};
|
|
18673
19103
|
invoiceDetail: {
|
|
18674
19104
|
invoiceId: string;
|
|
@@ -18677,11 +19107,38 @@ declare const _default: {
|
|
|
18677
19107
|
tokenCost: string;
|
|
18678
19108
|
storageCost: string;
|
|
18679
19109
|
usageSubtotal: string;
|
|
19110
|
+
scopeRequired: string;
|
|
19111
|
+
scopeRequiredDescription: string;
|
|
19112
|
+
loadFailed: string;
|
|
19113
|
+
loadFailedDescription: string;
|
|
19114
|
+
notFound: string;
|
|
18680
19115
|
};
|
|
18681
19116
|
health: {
|
|
19117
|
+
title: string;
|
|
19118
|
+
description: string;
|
|
19119
|
+
needsAttention: string;
|
|
19120
|
+
all: string;
|
|
19121
|
+
riskReason: string;
|
|
19122
|
+
riskReasons: {
|
|
19123
|
+
subscriptionMissing: string;
|
|
19124
|
+
subscriptionPastDue: string;
|
|
19125
|
+
subscriptionUnpaid: string;
|
|
19126
|
+
subscriptionExpired: string;
|
|
19127
|
+
subscriptionExpiringSoon: string;
|
|
19128
|
+
loginActivityLow: string;
|
|
19129
|
+
loginActivityBelowHealthy: string;
|
|
19130
|
+
usageVeryLow: string;
|
|
19131
|
+
usageBelowHealthy: string;
|
|
19132
|
+
usageHigh: string;
|
|
19133
|
+
subscriptionNotActive: string;
|
|
19134
|
+
measurementUnavailable: string;
|
|
19135
|
+
healthThresholdNotMet: string;
|
|
19136
|
+
};
|
|
18682
19137
|
expiryDays: string;
|
|
18683
19138
|
loginPerWeek: string;
|
|
18684
19139
|
usage: string;
|
|
19140
|
+
loadFailed: string;
|
|
19141
|
+
loadFailedDescription: string;
|
|
18685
19142
|
};
|
|
18686
19143
|
};
|
|
18687
19144
|
impersonation: {
|
|
@@ -18733,6 +19190,11 @@ declare const _default: {
|
|
|
18733
19190
|
issued: string;
|
|
18734
19191
|
paid: string;
|
|
18735
19192
|
overdue: string;
|
|
19193
|
+
expiringSoon: string;
|
|
19194
|
+
renewed: string;
|
|
19195
|
+
disputed: string;
|
|
19196
|
+
transferPending: string;
|
|
19197
|
+
transferSubmitted: string;
|
|
18736
19198
|
void: string;
|
|
18737
19199
|
queued: string;
|
|
18738
19200
|
preparing: string;
|
|
@@ -18797,6 +19259,18 @@ declare const _default: {
|
|
|
18797
19259
|
quarterly: string;
|
|
18798
19260
|
yearly: string;
|
|
18799
19261
|
};
|
|
19262
|
+
plan: {
|
|
19263
|
+
starter: string;
|
|
19264
|
+
professional: string;
|
|
19265
|
+
enterprise: string;
|
|
19266
|
+
};
|
|
19267
|
+
measurement: {
|
|
19268
|
+
token: string;
|
|
19269
|
+
api: string;
|
|
19270
|
+
file: string;
|
|
19271
|
+
login: string;
|
|
19272
|
+
seat: string;
|
|
19273
|
+
};
|
|
18800
19274
|
providerKind: {
|
|
18801
19275
|
openaiCompatible: string;
|
|
18802
19276
|
openai: string;
|
|
@@ -18905,6 +19379,7 @@ declare const _default: {
|
|
|
18905
19379
|
workbenchAria: string;
|
|
18906
19380
|
recordsAria: string;
|
|
18907
19381
|
riskTitle: string;
|
|
19382
|
+
noActiveRisk: string;
|
|
18908
19383
|
contractGuarded: string;
|
|
18909
19384
|
maskedAuditView: string;
|
|
18910
19385
|
providerConfigs: string;
|
|
@@ -19005,6 +19480,8 @@ declare const _default: {
|
|
|
19005
19480
|
testProvider: string;
|
|
19006
19481
|
editProvider: string;
|
|
19007
19482
|
probeResults: string;
|
|
19483
|
+
noWiredProbeTargets: string;
|
|
19484
|
+
noProbeResults: string;
|
|
19008
19485
|
result: string;
|
|
19009
19486
|
passed: string;
|
|
19010
19487
|
failed: string;
|
|
@@ -19074,6 +19551,8 @@ declare const _default: {
|
|
|
19074
19551
|
notWired: string;
|
|
19075
19552
|
capabilityCatalogTitle: string;
|
|
19076
19553
|
capabilityCatalogDescription: string;
|
|
19554
|
+
runtimeCatalogUnavailable: string;
|
|
19555
|
+
invalidJson: string;
|
|
19077
19556
|
capabilityColumn: string;
|
|
19078
19557
|
wiringColumn: string;
|
|
19079
19558
|
runtimeConsumerColumn: string;
|
|
@@ -19095,6 +19574,9 @@ declare const _default: {
|
|
|
19095
19574
|
};
|
|
19096
19575
|
channelProviderControlPlane: {
|
|
19097
19576
|
ui: {
|
|
19577
|
+
loadFailed: string;
|
|
19578
|
+
loadFailedDescription: string;
|
|
19579
|
+
retry: string;
|
|
19098
19580
|
capability: {
|
|
19099
19581
|
send_email: string;
|
|
19100
19582
|
receive_email: string;
|
|
@@ -19167,6 +19649,12 @@ declare const _default: {
|
|
|
19167
19649
|
webhookSecret: string;
|
|
19168
19650
|
updated: string;
|
|
19169
19651
|
notWired: string;
|
|
19652
|
+
invalidJson: string;
|
|
19653
|
+
configuredSecretRefHint: string;
|
|
19654
|
+
optionalProviderSecretRefHint: string;
|
|
19655
|
+
optionalWebhookSecretRefHint: string;
|
|
19656
|
+
wiredCapabilitiesHint: string;
|
|
19657
|
+
notWiredCapabilitiesHint: string;
|
|
19170
19658
|
};
|
|
19171
19659
|
};
|
|
19172
19660
|
telephonyProviderControlPlane: {
|