@nexusclawhq/cli 0.3.14 → 0.3.16
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 +12 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +477 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +488 -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 +954 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +477 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +547 -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/src/cli.test.js +1 -0
- package/dist/nexus-cli/src/cli.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/bundle.d.ts +1 -0
- package/dist/nexus-cli/src/commands/employee/bundle.js +9 -0
- package/dist/nexus-cli/src/commands/employee/bundle.js.map +1 -1
- 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-remote-operations.d.ts +4 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.js +13 -0
- package/dist/nexus-cli/src/services/workforce-remote-operations.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/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -7452,6 +7452,9 @@ declare const _default: {
|
|
|
7452
7452
|
knowledge: string;
|
|
7453
7453
|
sop: string;
|
|
7454
7454
|
test: string;
|
|
7455
|
+
loadFailed: string;
|
|
7456
|
+
loadFailedDescription: string;
|
|
7457
|
+
retry: string;
|
|
7455
7458
|
};
|
|
7456
7459
|
builderReadinessMenuCaption: string;
|
|
7457
7460
|
builderReadinessStatus: {
|
|
@@ -11078,6 +11081,12 @@ declare const _default: {
|
|
|
11078
11081
|
breadcrumbPlatformTools: string;
|
|
11079
11082
|
breadcrumbExecutionLogs: string;
|
|
11080
11083
|
breadcrumbLogDetail: string;
|
|
11084
|
+
scopeRequired: string;
|
|
11085
|
+
scopeRequiredDescription: string;
|
|
11086
|
+
loadFailed: string;
|
|
11087
|
+
loadFailedDescription: string;
|
|
11088
|
+
notFound: string;
|
|
11089
|
+
notFoundDescription: string;
|
|
11081
11090
|
};
|
|
11082
11091
|
executionLogs: {
|
|
11083
11092
|
statusSuccess: string;
|
|
@@ -11098,6 +11107,14 @@ declare const _default: {
|
|
|
11098
11107
|
searchPlaceholder: string;
|
|
11099
11108
|
breadcrumbSettings: string;
|
|
11100
11109
|
breadcrumbPlatformTools: string;
|
|
11110
|
+
workspaceRequired: string;
|
|
11111
|
+
workspaceRequiredDescription: string;
|
|
11112
|
+
loadFailed: string;
|
|
11113
|
+
loadFailedDescription: string;
|
|
11114
|
+
selectWorkspaceEmpty: string;
|
|
11115
|
+
noResults: string;
|
|
11116
|
+
errorTimeout: string;
|
|
11117
|
+
errorFailed: string;
|
|
11101
11118
|
};
|
|
11102
11119
|
fieldHistoryDetail: {
|
|
11103
11120
|
saveSuccess: string;
|
|
@@ -11932,6 +11949,11 @@ declare const _default: {
|
|
|
11932
11949
|
behaviorPolicyStudioTitle: string;
|
|
11933
11950
|
};
|
|
11934
11951
|
queryMonitorDetail: {
|
|
11952
|
+
scopeRequired: string;
|
|
11953
|
+
scopeRequiredDescription: string;
|
|
11954
|
+
loadFailed: string;
|
|
11955
|
+
notFound: string;
|
|
11956
|
+
retry: string;
|
|
11935
11957
|
basicInfo: string;
|
|
11936
11958
|
queryId: string;
|
|
11937
11959
|
executionTime: string;
|
|
@@ -11949,6 +11971,8 @@ declare const _default: {
|
|
|
11949
11971
|
backToList: string;
|
|
11950
11972
|
};
|
|
11951
11973
|
queryMonitor: {
|
|
11974
|
+
scopeRequired: string;
|
|
11975
|
+
loadFailed: string;
|
|
11952
11976
|
colExecutionTime: string;
|
|
11953
11977
|
colSqlSummary: string;
|
|
11954
11978
|
colQueryType: string;
|
|
@@ -13691,6 +13715,7 @@ declare const _default: {
|
|
|
13691
13715
|
trialConsoleUi: {
|
|
13692
13716
|
demoAccess: {
|
|
13693
13717
|
page: {
|
|
13718
|
+
title: string;
|
|
13694
13719
|
subtitle: string;
|
|
13695
13720
|
refresh: string;
|
|
13696
13721
|
loadError: string;
|
|
@@ -13699,6 +13724,7 @@ declare const _default: {
|
|
|
13699
13724
|
approvedAssignable: string;
|
|
13700
13725
|
readyInstances: string;
|
|
13701
13726
|
totalAvailableCapacity: string;
|
|
13727
|
+
invitations: string;
|
|
13702
13728
|
};
|
|
13703
13729
|
queue: {
|
|
13704
13730
|
title: string;
|
|
@@ -13716,9 +13742,11 @@ declare const _default: {
|
|
|
13716
13742
|
empty: string;
|
|
13717
13743
|
};
|
|
13718
13744
|
assignmentCard: {
|
|
13745
|
+
title: string;
|
|
13719
13746
|
empty: string;
|
|
13720
13747
|
};
|
|
13721
13748
|
jobCard: {
|
|
13749
|
+
title: string;
|
|
13722
13750
|
empty: string;
|
|
13723
13751
|
};
|
|
13724
13752
|
requestColumns: {
|
|
@@ -13729,6 +13757,9 @@ declare const _default: {
|
|
|
13729
13757
|
status: string;
|
|
13730
13758
|
recommended: string;
|
|
13731
13759
|
pendingScreening: string;
|
|
13760
|
+
riskScore: string;
|
|
13761
|
+
riskOnly: string;
|
|
13762
|
+
invitation: string;
|
|
13732
13763
|
actions: string;
|
|
13733
13764
|
};
|
|
13734
13765
|
invitation: {
|
|
@@ -13741,6 +13772,7 @@ declare const _default: {
|
|
|
13741
13772
|
};
|
|
13742
13773
|
actions: {
|
|
13743
13774
|
review: string;
|
|
13775
|
+
provision: string;
|
|
13744
13776
|
assign: string;
|
|
13745
13777
|
};
|
|
13746
13778
|
poolColumns: {
|
|
@@ -13755,12 +13787,14 @@ declare const _default: {
|
|
|
13755
13787
|
status: string;
|
|
13756
13788
|
};
|
|
13757
13789
|
assignmentColumns: {
|
|
13790
|
+
assignment: string;
|
|
13758
13791
|
instancePool: string;
|
|
13759
13792
|
status: string;
|
|
13760
13793
|
actions: string;
|
|
13761
13794
|
};
|
|
13762
13795
|
assignmentActions: {
|
|
13763
13796
|
expire: string;
|
|
13797
|
+
markResetPending: string;
|
|
13764
13798
|
completeReset: string;
|
|
13765
13799
|
};
|
|
13766
13800
|
jobColumns: {
|
|
@@ -13783,6 +13817,20 @@ declare const _default: {
|
|
|
13783
13817
|
accessLevelLabel: string;
|
|
13784
13818
|
decisionReasonLabel: string;
|
|
13785
13819
|
};
|
|
13820
|
+
options: {
|
|
13821
|
+
accessPublic: string;
|
|
13822
|
+
accessPrivate: string;
|
|
13823
|
+
accessInternal: string;
|
|
13824
|
+
routePublicDemo: string;
|
|
13825
|
+
routePrivateDemo: string;
|
|
13826
|
+
routeMaterialOnly: string;
|
|
13827
|
+
invitationMagicLink: string;
|
|
13828
|
+
invitationOtp: string;
|
|
13829
|
+
poolPublicDemo: string;
|
|
13830
|
+
poolPrivatePresales: string;
|
|
13831
|
+
poolInternal: string;
|
|
13832
|
+
unknownPool: string;
|
|
13833
|
+
};
|
|
13786
13834
|
assignModal: {
|
|
13787
13835
|
title: string;
|
|
13788
13836
|
instanceLabel: string;
|
|
@@ -13792,6 +13840,10 @@ declare const _default: {
|
|
|
13792
13840
|
};
|
|
13793
13841
|
poolModal: {
|
|
13794
13842
|
title: string;
|
|
13843
|
+
poolCodeLabel: string;
|
|
13844
|
+
poolTypeLabel: string;
|
|
13845
|
+
routeTypeLabel: string;
|
|
13846
|
+
accessLevelLabel: string;
|
|
13795
13847
|
capacityLabel: string;
|
|
13796
13848
|
industryScenarioLabel: string;
|
|
13797
13849
|
purposeLabel: string;
|
|
@@ -13802,6 +13854,7 @@ declare const _default: {
|
|
|
13802
13854
|
title: string;
|
|
13803
13855
|
poolLabel: string;
|
|
13804
13856
|
instanceCodeLabel: string;
|
|
13857
|
+
environmentKeyLabel: string;
|
|
13805
13858
|
};
|
|
13806
13859
|
toast: {
|
|
13807
13860
|
reviewSaved: string;
|
|
@@ -18451,6 +18504,11 @@ declare const _default: {
|
|
|
18451
18504
|
breadcrumbSettings: string;
|
|
18452
18505
|
breadcrumbPlatformTools: string;
|
|
18453
18506
|
searchPlaceholder: string;
|
|
18507
|
+
scopeRequired: string;
|
|
18508
|
+
loadFailed: string;
|
|
18509
|
+
detailScopeRequired: string;
|
|
18510
|
+
detailNotFound: string;
|
|
18511
|
+
retry: string;
|
|
18454
18512
|
colClassName: string;
|
|
18455
18513
|
colType: string;
|
|
18456
18514
|
colStatus: string;
|
|
@@ -18505,6 +18563,247 @@ declare const _default: {
|
|
|
18505
18563
|
abortError: string;
|
|
18506
18564
|
};
|
|
18507
18565
|
platformAdmin: {
|
|
18566
|
+
adminPanelUi: {
|
|
18567
|
+
common: {
|
|
18568
|
+
sectionOther: string;
|
|
18569
|
+
platformAdmin: string;
|
|
18570
|
+
adminPanel: string;
|
|
18571
|
+
systemOverview: string;
|
|
18572
|
+
configVariables: string;
|
|
18573
|
+
healthStatus: string;
|
|
18574
|
+
queues: string;
|
|
18575
|
+
worker: string;
|
|
18576
|
+
loading: string;
|
|
18577
|
+
loadFailed: string;
|
|
18578
|
+
loadFailedDescription: string;
|
|
18579
|
+
retry: string;
|
|
18580
|
+
refresh: string;
|
|
18581
|
+
filter: string;
|
|
18582
|
+
name: string;
|
|
18583
|
+
value: string;
|
|
18584
|
+
status: string;
|
|
18585
|
+
source: string;
|
|
18586
|
+
group: string;
|
|
18587
|
+
id: string;
|
|
18588
|
+
email: string;
|
|
18589
|
+
url: string;
|
|
18590
|
+
unknown: string;
|
|
18591
|
+
notFound: string;
|
|
18592
|
+
errorInfo: string;
|
|
18593
|
+
details: string;
|
|
18594
|
+
noDetails: string;
|
|
18595
|
+
operational: string;
|
|
18596
|
+
normal: string;
|
|
18597
|
+
outage: string;
|
|
18598
|
+
search: string;
|
|
18599
|
+
cancel: string;
|
|
18600
|
+
reset: string;
|
|
18601
|
+
};
|
|
18602
|
+
general: {
|
|
18603
|
+
about: string;
|
|
18604
|
+
appVersionInfo: string;
|
|
18605
|
+
currentVersion: string;
|
|
18606
|
+
latestVersion: string;
|
|
18607
|
+
latestVersionNotFound: string;
|
|
18608
|
+
featureFlagsAndImpersonation: string;
|
|
18609
|
+
userImpersonation: string;
|
|
18610
|
+
featureFlagsAndImpersonationHint: string;
|
|
18611
|
+
userImpersonationHint: string;
|
|
18612
|
+
userIdentifierPlaceholder: string;
|
|
18613
|
+
userInfo: string;
|
|
18614
|
+
aboutThisUser: string;
|
|
18615
|
+
fullName: string;
|
|
18616
|
+
workspaces: string;
|
|
18617
|
+
userWorkspaces: string;
|
|
18618
|
+
noWorkspaces: string;
|
|
18619
|
+
workspaceInfo: string;
|
|
18620
|
+
aboutThisWorkspace: string;
|
|
18621
|
+
members: string;
|
|
18622
|
+
unnamed: string;
|
|
18623
|
+
featureFlags: string;
|
|
18624
|
+
featureFlag: string;
|
|
18625
|
+
impersonate: string;
|
|
18626
|
+
impersonationDisabled: string;
|
|
18627
|
+
searchUserFirst: string;
|
|
18628
|
+
impersonationFailed: string;
|
|
18629
|
+
searchFailed: string;
|
|
18630
|
+
updateFeatureFlagFailed: string;
|
|
18631
|
+
};
|
|
18632
|
+
config: {
|
|
18633
|
+
allGroups: string;
|
|
18634
|
+
allSources: string;
|
|
18635
|
+
database: string;
|
|
18636
|
+
environment: string;
|
|
18637
|
+
default: string;
|
|
18638
|
+
showHiddenGroups: string;
|
|
18639
|
+
searchPlaceholder: string;
|
|
18640
|
+
noVariables: string;
|
|
18641
|
+
detailTitle: string;
|
|
18642
|
+
variableMissing: string;
|
|
18643
|
+
variableMissingDescription: string;
|
|
18644
|
+
tagPlaceholder: string;
|
|
18645
|
+
undefinedPlaceholder: string;
|
|
18646
|
+
databaseValuePlaceholder: string;
|
|
18647
|
+
envOnlyMessage: string;
|
|
18648
|
+
databaseSourceMessage: string;
|
|
18649
|
+
changedMessage: string;
|
|
18650
|
+
updated: string;
|
|
18651
|
+
updateFailed: string;
|
|
18652
|
+
resetTitle: string;
|
|
18653
|
+
resetConfirm1: string;
|
|
18654
|
+
resetConfirm2: string;
|
|
18655
|
+
resetSuccess: string;
|
|
18656
|
+
resetFailed: string;
|
|
18657
|
+
consumerLabel: string;
|
|
18658
|
+
requiresRestartMessage: string;
|
|
18659
|
+
noConsumerMessage: string;
|
|
18660
|
+
};
|
|
18661
|
+
health: {
|
|
18662
|
+
systemHealthHint: string;
|
|
18663
|
+
noHealthData: string;
|
|
18664
|
+
detailTitle: string;
|
|
18665
|
+
missing: string;
|
|
18666
|
+
missingDescription: string;
|
|
18667
|
+
workerUnavailable: string;
|
|
18668
|
+
noQueueInfo: string;
|
|
18669
|
+
};
|
|
18670
|
+
queue: {
|
|
18671
|
+
queueName: string;
|
|
18672
|
+
jobStats: string;
|
|
18673
|
+
manageQueuesHint: string;
|
|
18674
|
+
workerUnavailableTitle: string;
|
|
18675
|
+
workerUnavailableDescription: string;
|
|
18676
|
+
noQueues: string;
|
|
18677
|
+
title: string;
|
|
18678
|
+
waiting: string;
|
|
18679
|
+
active: string;
|
|
18680
|
+
failed: string;
|
|
18681
|
+
completed: string;
|
|
18682
|
+
delayed: string;
|
|
18683
|
+
paused: string;
|
|
18684
|
+
waitingState: string;
|
|
18685
|
+
attempts: string;
|
|
18686
|
+
createdAt: string;
|
|
18687
|
+
jobs: string;
|
|
18688
|
+
data: string;
|
|
18689
|
+
failedReason: string;
|
|
18690
|
+
returnValue: string;
|
|
18691
|
+
options: string;
|
|
18692
|
+
retentionLoading: string;
|
|
18693
|
+
retentionDescription: string;
|
|
18694
|
+
days: string;
|
|
18695
|
+
hours: string;
|
|
18696
|
+
};
|
|
18697
|
+
cron: {
|
|
18698
|
+
title: string;
|
|
18699
|
+
description: string;
|
|
18700
|
+
noJobs: string;
|
|
18701
|
+
jobName: string;
|
|
18702
|
+
schedule: string;
|
|
18703
|
+
lastRun: string;
|
|
18704
|
+
nextRun: string;
|
|
18705
|
+
enabled: string;
|
|
18706
|
+
actions: string;
|
|
18707
|
+
runNow: string;
|
|
18708
|
+
history: string;
|
|
18709
|
+
historyTitle: string;
|
|
18710
|
+
confirmRunNowTitle: string;
|
|
18711
|
+
confirmRunNowContent: string;
|
|
18712
|
+
operationFailed: string;
|
|
18713
|
+
runFailed: string;
|
|
18714
|
+
notWired: string;
|
|
18715
|
+
readOnly: string;
|
|
18716
|
+
jobEnabled: string;
|
|
18717
|
+
jobPaused: string;
|
|
18718
|
+
jobTriggered: string;
|
|
18719
|
+
jobExecuted: string;
|
|
18720
|
+
active: string;
|
|
18721
|
+
paused: string;
|
|
18722
|
+
error: string;
|
|
18723
|
+
neverRun: string;
|
|
18724
|
+
justNow: string;
|
|
18725
|
+
minutesAgo: string;
|
|
18726
|
+
hoursAgo: string;
|
|
18727
|
+
failed: string;
|
|
18728
|
+
success: string;
|
|
18729
|
+
running: string;
|
|
18730
|
+
everyMinute: string;
|
|
18731
|
+
every5Minutes: string;
|
|
18732
|
+
every10Minutes: string;
|
|
18733
|
+
every15Minutes: string;
|
|
18734
|
+
every30Minutes: string;
|
|
18735
|
+
everyHour: string;
|
|
18736
|
+
every2Hours: string;
|
|
18737
|
+
every6Hours: string;
|
|
18738
|
+
every12Hours: string;
|
|
18739
|
+
dailyMidnight: string;
|
|
18740
|
+
weeklySundayMidnight: string;
|
|
18741
|
+
monthlyFirstMidnight: string;
|
|
18742
|
+
startedAt: string;
|
|
18743
|
+
executionId: string;
|
|
18744
|
+
duration: string;
|
|
18745
|
+
totalItems: string;
|
|
18746
|
+
};
|
|
18747
|
+
logs: {
|
|
18748
|
+
title: string;
|
|
18749
|
+
sectionMonitoring: string;
|
|
18750
|
+
description: string;
|
|
18751
|
+
export: string;
|
|
18752
|
+
time: string;
|
|
18753
|
+
level: string;
|
|
18754
|
+
source: string;
|
|
18755
|
+
message: string;
|
|
18756
|
+
levelPlaceholder: string;
|
|
18757
|
+
sourcePlaceholder: string;
|
|
18758
|
+
searchPlaceholder: string;
|
|
18759
|
+
noLogs: string;
|
|
18760
|
+
};
|
|
18761
|
+
};
|
|
18762
|
+
adminPanel: string;
|
|
18763
|
+
adminHealth: {
|
|
18764
|
+
indicators: {
|
|
18765
|
+
database: {
|
|
18766
|
+
label: string;
|
|
18767
|
+
description: string;
|
|
18768
|
+
error: string;
|
|
18769
|
+
};
|
|
18770
|
+
redis: {
|
|
18771
|
+
label: string;
|
|
18772
|
+
description: string;
|
|
18773
|
+
error: string;
|
|
18774
|
+
};
|
|
18775
|
+
worker: {
|
|
18776
|
+
label: string;
|
|
18777
|
+
description: string;
|
|
18778
|
+
error: string;
|
|
18779
|
+
};
|
|
18780
|
+
connectedAccount: {
|
|
18781
|
+
label: string;
|
|
18782
|
+
description: string;
|
|
18783
|
+
};
|
|
18784
|
+
app: {
|
|
18785
|
+
label: string;
|
|
18786
|
+
description: string;
|
|
18787
|
+
error: string;
|
|
18788
|
+
};
|
|
18789
|
+
};
|
|
18790
|
+
detailLabels: {
|
|
18791
|
+
configuredCheck: string;
|
|
18792
|
+
status: string;
|
|
18793
|
+
waiting: string;
|
|
18794
|
+
active: string;
|
|
18795
|
+
completed: string;
|
|
18796
|
+
failed: string;
|
|
18797
|
+
delayed: string;
|
|
18798
|
+
paused: string;
|
|
18799
|
+
workerCount: string;
|
|
18800
|
+
consumerActive: string;
|
|
18801
|
+
};
|
|
18802
|
+
notConfigured: string;
|
|
18803
|
+
yes: string;
|
|
18804
|
+
no: string;
|
|
18805
|
+
technicalDetails: string;
|
|
18806
|
+
};
|
|
18508
18807
|
ops: {
|
|
18509
18808
|
common: {
|
|
18510
18809
|
back: string;
|
|
@@ -18533,6 +18832,7 @@ declare const _default: {
|
|
|
18533
18832
|
paymentStatus: string;
|
|
18534
18833
|
overdue: string;
|
|
18535
18834
|
noMatches: string;
|
|
18835
|
+
retry: string;
|
|
18536
18836
|
};
|
|
18537
18837
|
dashboard: {
|
|
18538
18838
|
title: string;
|
|
@@ -18562,6 +18862,8 @@ declare const _default: {
|
|
|
18562
18862
|
remainingDays: string;
|
|
18563
18863
|
renewalStatus: string;
|
|
18564
18864
|
noTrend: string;
|
|
18865
|
+
insufficientTrend: string;
|
|
18866
|
+
trendDescription: string;
|
|
18565
18867
|
trendAria: string;
|
|
18566
18868
|
healthAlertTitle: string;
|
|
18567
18869
|
healthAlertDescription: string;
|
|
@@ -18569,6 +18871,8 @@ declare const _default: {
|
|
|
18569
18871
|
renewalAlertDescription: string;
|
|
18570
18872
|
invoiceAlertTitle: string;
|
|
18571
18873
|
invoiceAlertDescription: string;
|
|
18874
|
+
loadFailed: string;
|
|
18875
|
+
loadFailedDescription: string;
|
|
18572
18876
|
};
|
|
18573
18877
|
subscriptions: {
|
|
18574
18878
|
create: string;
|
|
@@ -18579,6 +18883,10 @@ declare const _default: {
|
|
|
18579
18883
|
active: string;
|
|
18580
18884
|
trialing: string;
|
|
18581
18885
|
canceled: string;
|
|
18886
|
+
statusFilter: string;
|
|
18887
|
+
planFilter: string;
|
|
18888
|
+
loadFailed: string;
|
|
18889
|
+
loadFailedDescription: string;
|
|
18582
18890
|
};
|
|
18583
18891
|
provision: {
|
|
18584
18892
|
successTitle: string;
|
|
@@ -18598,10 +18906,17 @@ declare const _default: {
|
|
|
18598
18906
|
adminEmail: string;
|
|
18599
18907
|
billingCycle: string;
|
|
18600
18908
|
workspaceId: string;
|
|
18909
|
+
subscriptionId: string;
|
|
18910
|
+
catalogLoadFailed: string;
|
|
18911
|
+
catalogLoadFailedDescription: string;
|
|
18601
18912
|
};
|
|
18602
18913
|
tenantDetail: {
|
|
18603
18914
|
updateSuccess: string;
|
|
18604
18915
|
updateFailed: string;
|
|
18916
|
+
title: string;
|
|
18917
|
+
description: string;
|
|
18918
|
+
subscriptionSummary: string;
|
|
18919
|
+
healthAndUsage: string;
|
|
18605
18920
|
price: string;
|
|
18606
18921
|
currentStart: string;
|
|
18607
18922
|
currentEnd: string;
|
|
@@ -18612,6 +18927,54 @@ declare const _default: {
|
|
|
18612
18927
|
token: string;
|
|
18613
18928
|
apiCalls: string;
|
|
18614
18929
|
storage: string;
|
|
18930
|
+
tokenUnit: string;
|
|
18931
|
+
callUnit: string;
|
|
18932
|
+
noRiskReason: string;
|
|
18933
|
+
measurementStatus: string;
|
|
18934
|
+
measured: string;
|
|
18935
|
+
unknownMeasurement: string;
|
|
18936
|
+
measuredTime: string;
|
|
18937
|
+
unavailableMeasurements: string;
|
|
18938
|
+
measurementUnavailable: string;
|
|
18939
|
+
quotaRemaining: string;
|
|
18940
|
+
quotaExceeded: string;
|
|
18941
|
+
increaseQuota: string;
|
|
18942
|
+
quotaResource: string;
|
|
18943
|
+
currentUsage: string;
|
|
18944
|
+
currentQuota: string;
|
|
18945
|
+
recommendedPlan: string;
|
|
18946
|
+
upgradePlan: string;
|
|
18947
|
+
quotaUpgradeDescription: string;
|
|
18948
|
+
noHigherQuotaPlan: string;
|
|
18949
|
+
noHigherQuotaPlanDescription: string;
|
|
18950
|
+
quotaIncreaseSuccess: string;
|
|
18951
|
+
quotaIncreaseSuccessDescription: string;
|
|
18952
|
+
quotaIncreaseFailed: string;
|
|
18953
|
+
activityTitle: string;
|
|
18954
|
+
activityDescription: string;
|
|
18955
|
+
activityDateRange: string;
|
|
18956
|
+
noActivityRange: string;
|
|
18957
|
+
tokenActivity: string;
|
|
18958
|
+
apiActivity: string;
|
|
18959
|
+
periodTotal: string;
|
|
18960
|
+
latestObserved: string;
|
|
18961
|
+
insufficientTrendData: string;
|
|
18962
|
+
noActivityData: string;
|
|
18963
|
+
activityChartAria: string;
|
|
18964
|
+
measuredAt: string;
|
|
18965
|
+
storageSnapshot: string;
|
|
18966
|
+
storageSnapshotDescription: string;
|
|
18967
|
+
storageUnavailable: string;
|
|
18968
|
+
subscriptionChange: string;
|
|
18969
|
+
subscriptionChangeDescription: string;
|
|
18970
|
+
invoiceTitle: string;
|
|
18971
|
+
invoiceDescription: string;
|
|
18972
|
+
scopeRequired: string;
|
|
18973
|
+
scopeRequiredDescription: string;
|
|
18974
|
+
notFound: string;
|
|
18975
|
+
notFoundDescription: string;
|
|
18976
|
+
loadFailed: string;
|
|
18977
|
+
loadFailedDescription: string;
|
|
18615
18978
|
};
|
|
18616
18979
|
users: {
|
|
18617
18980
|
title: string;
|
|
@@ -18640,6 +19003,11 @@ declare const _default: {
|
|
|
18640
19003
|
editProfile: string;
|
|
18641
19004
|
email: string;
|
|
18642
19005
|
emailChangedSessionsRevoked: string;
|
|
19006
|
+
maintainRegistrationEmail: string;
|
|
19007
|
+
saveRegistrationEmail: string;
|
|
19008
|
+
registrationEmailChangeWarning: string;
|
|
19009
|
+
registrationEmailInvalid: string;
|
|
19010
|
+
registrationAccountActionUnavailable: string;
|
|
18643
19011
|
saveSuccess: string;
|
|
18644
19012
|
saveFail: string;
|
|
18645
19013
|
username: string;
|
|
@@ -18658,17 +19026,68 @@ declare const _default: {
|
|
|
18658
19026
|
renewals: {
|
|
18659
19027
|
invalidExtension: string;
|
|
18660
19028
|
updateSuccess: string;
|
|
19029
|
+
updateFailed: string;
|
|
18661
19030
|
days: string;
|
|
18662
19031
|
renewal: string;
|
|
18663
19032
|
lastPayment: string;
|
|
18664
19033
|
edit: string;
|
|
19034
|
+
loadFailed: string;
|
|
19035
|
+
loadFailedDescription: string;
|
|
18665
19036
|
};
|
|
18666
19037
|
billing: {
|
|
19038
|
+
title: string;
|
|
19039
|
+
description: string;
|
|
19040
|
+
customer: string;
|
|
19041
|
+
allCustomers: string;
|
|
18667
19042
|
invoiceStatus: string;
|
|
19043
|
+
paymentStatus: string;
|
|
19044
|
+
billingDate: string;
|
|
19045
|
+
resetFilters: string;
|
|
19046
|
+
exportAll: string;
|
|
19047
|
+
invoiceDetails: string;
|
|
19048
|
+
mrr: string;
|
|
19049
|
+
outstandingAmount: string;
|
|
19050
|
+
paidAmount: string;
|
|
19051
|
+
overdueAmount: string;
|
|
19052
|
+
invoiceCount: string;
|
|
19053
|
+
paidInvoices: string;
|
|
19054
|
+
overdueInvoices: string;
|
|
19055
|
+
currency: string;
|
|
19056
|
+
currencyUnknown: string;
|
|
19057
|
+
sourceNote: string;
|
|
19058
|
+
metricScope: string;
|
|
19059
|
+
measuredAt: string;
|
|
18668
19060
|
outstanding: string;
|
|
18669
19061
|
paid: string;
|
|
18670
19062
|
noInvoices: string;
|
|
19063
|
+
loadFailed: string;
|
|
19064
|
+
loadFailedDescription: string;
|
|
19065
|
+
exportFailed: string;
|
|
18671
19066
|
period: string;
|
|
19067
|
+
workbenchTitle: string;
|
|
19068
|
+
workbenchDescription: string;
|
|
19069
|
+
outstandingInvoices: string;
|
|
19070
|
+
paymentFailures: string;
|
|
19071
|
+
transferReviews: string;
|
|
19072
|
+
paymentsProcessing: string;
|
|
19073
|
+
workStates: {
|
|
19074
|
+
noInvoices: string;
|
|
19075
|
+
overdue: string;
|
|
19076
|
+
paymentFailed: string;
|
|
19077
|
+
transferReview: string;
|
|
19078
|
+
collectionInProgress: string;
|
|
19079
|
+
settled: string;
|
|
19080
|
+
unknown: string;
|
|
19081
|
+
};
|
|
19082
|
+
workReasons: {
|
|
19083
|
+
noFormalInvoices: string;
|
|
19084
|
+
overdueCollectionRequired: string;
|
|
19085
|
+
paymentFailureRequiresAction: string;
|
|
19086
|
+
bankTransferReviewRequired: string;
|
|
19087
|
+
paymentProcessing: string;
|
|
19088
|
+
outstandingCollectionRequired: string;
|
|
19089
|
+
allFormalInvoicesSettled: string;
|
|
19090
|
+
};
|
|
18672
19091
|
};
|
|
18673
19092
|
invoiceDetail: {
|
|
18674
19093
|
invoiceId: string;
|
|
@@ -18677,11 +19096,38 @@ declare const _default: {
|
|
|
18677
19096
|
tokenCost: string;
|
|
18678
19097
|
storageCost: string;
|
|
18679
19098
|
usageSubtotal: string;
|
|
19099
|
+
scopeRequired: string;
|
|
19100
|
+
scopeRequiredDescription: string;
|
|
19101
|
+
loadFailed: string;
|
|
19102
|
+
loadFailedDescription: string;
|
|
19103
|
+
notFound: string;
|
|
18680
19104
|
};
|
|
18681
19105
|
health: {
|
|
19106
|
+
title: string;
|
|
19107
|
+
description: string;
|
|
19108
|
+
needsAttention: string;
|
|
19109
|
+
all: string;
|
|
19110
|
+
riskReason: string;
|
|
19111
|
+
riskReasons: {
|
|
19112
|
+
subscriptionMissing: string;
|
|
19113
|
+
subscriptionPastDue: string;
|
|
19114
|
+
subscriptionUnpaid: string;
|
|
19115
|
+
subscriptionExpired: string;
|
|
19116
|
+
subscriptionExpiringSoon: string;
|
|
19117
|
+
loginActivityLow: string;
|
|
19118
|
+
loginActivityBelowHealthy: string;
|
|
19119
|
+
usageVeryLow: string;
|
|
19120
|
+
usageBelowHealthy: string;
|
|
19121
|
+
usageHigh: string;
|
|
19122
|
+
subscriptionNotActive: string;
|
|
19123
|
+
measurementUnavailable: string;
|
|
19124
|
+
healthThresholdNotMet: string;
|
|
19125
|
+
};
|
|
18682
19126
|
expiryDays: string;
|
|
18683
19127
|
loginPerWeek: string;
|
|
18684
19128
|
usage: string;
|
|
19129
|
+
loadFailed: string;
|
|
19130
|
+
loadFailedDescription: string;
|
|
18685
19131
|
};
|
|
18686
19132
|
};
|
|
18687
19133
|
impersonation: {
|
|
@@ -18733,6 +19179,11 @@ declare const _default: {
|
|
|
18733
19179
|
issued: string;
|
|
18734
19180
|
paid: string;
|
|
18735
19181
|
overdue: string;
|
|
19182
|
+
expiringSoon: string;
|
|
19183
|
+
renewed: string;
|
|
19184
|
+
disputed: string;
|
|
19185
|
+
transferPending: string;
|
|
19186
|
+
transferSubmitted: string;
|
|
18736
19187
|
void: string;
|
|
18737
19188
|
queued: string;
|
|
18738
19189
|
preparing: string;
|
|
@@ -18797,6 +19248,18 @@ declare const _default: {
|
|
|
18797
19248
|
quarterly: string;
|
|
18798
19249
|
yearly: string;
|
|
18799
19250
|
};
|
|
19251
|
+
plan: {
|
|
19252
|
+
starter: string;
|
|
19253
|
+
professional: string;
|
|
19254
|
+
enterprise: string;
|
|
19255
|
+
};
|
|
19256
|
+
measurement: {
|
|
19257
|
+
token: string;
|
|
19258
|
+
api: string;
|
|
19259
|
+
file: string;
|
|
19260
|
+
login: string;
|
|
19261
|
+
seat: string;
|
|
19262
|
+
};
|
|
18800
19263
|
providerKind: {
|
|
18801
19264
|
openaiCompatible: string;
|
|
18802
19265
|
openai: string;
|
|
@@ -18905,6 +19368,7 @@ declare const _default: {
|
|
|
18905
19368
|
workbenchAria: string;
|
|
18906
19369
|
recordsAria: string;
|
|
18907
19370
|
riskTitle: string;
|
|
19371
|
+
noActiveRisk: string;
|
|
18908
19372
|
contractGuarded: string;
|
|
18909
19373
|
maskedAuditView: string;
|
|
18910
19374
|
providerConfigs: string;
|
|
@@ -19005,6 +19469,8 @@ declare const _default: {
|
|
|
19005
19469
|
testProvider: string;
|
|
19006
19470
|
editProvider: string;
|
|
19007
19471
|
probeResults: string;
|
|
19472
|
+
noWiredProbeTargets: string;
|
|
19473
|
+
noProbeResults: string;
|
|
19008
19474
|
result: string;
|
|
19009
19475
|
passed: string;
|
|
19010
19476
|
failed: string;
|
|
@@ -19074,6 +19540,8 @@ declare const _default: {
|
|
|
19074
19540
|
notWired: string;
|
|
19075
19541
|
capabilityCatalogTitle: string;
|
|
19076
19542
|
capabilityCatalogDescription: string;
|
|
19543
|
+
runtimeCatalogUnavailable: string;
|
|
19544
|
+
invalidJson: string;
|
|
19077
19545
|
capabilityColumn: string;
|
|
19078
19546
|
wiringColumn: string;
|
|
19079
19547
|
runtimeConsumerColumn: string;
|
|
@@ -19095,6 +19563,9 @@ declare const _default: {
|
|
|
19095
19563
|
};
|
|
19096
19564
|
channelProviderControlPlane: {
|
|
19097
19565
|
ui: {
|
|
19566
|
+
loadFailed: string;
|
|
19567
|
+
loadFailedDescription: string;
|
|
19568
|
+
retry: string;
|
|
19098
19569
|
capability: {
|
|
19099
19570
|
send_email: string;
|
|
19100
19571
|
receive_email: string;
|
|
@@ -19167,6 +19638,12 @@ declare const _default: {
|
|
|
19167
19638
|
webhookSecret: string;
|
|
19168
19639
|
updated: string;
|
|
19169
19640
|
notWired: string;
|
|
19641
|
+
invalidJson: string;
|
|
19642
|
+
configuredSecretRefHint: string;
|
|
19643
|
+
optionalProviderSecretRefHint: string;
|
|
19644
|
+
optionalWebhookSecretRefHint: string;
|
|
19645
|
+
wiredCapabilitiesHint: string;
|
|
19646
|
+
notWiredCapabilitiesHint: string;
|
|
19170
19647
|
};
|
|
19171
19648
|
};
|
|
19172
19649
|
telephonyProviderControlPlane: {
|