@replicated/portal-components 0.0.19 → 0.0.21
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/components/metadata/registry.json +2 -2
- package/components/metadata/registry.md +2 -2
- package/dist/actions/change-team.js +66 -7
- package/dist/actions/change-team.js.map +1 -1
- package/dist/actions/index.d.mts +3 -1
- package/dist/actions/index.d.ts +3 -1
- package/dist/actions/index.js +182 -465
- package/dist/actions/index.js.map +1 -1
- package/dist/actions/install-actions.d.mts +3 -1
- package/dist/actions/install-actions.d.ts +3 -1
- package/dist/actions/install-actions.js +58 -5
- package/dist/actions/install-actions.js.map +1 -1
- package/dist/actions/service-account.d.mts +3 -1
- package/dist/actions/service-account.d.ts +3 -1
- package/dist/actions/service-account.js +58 -5
- package/dist/actions/service-account.js.map +1 -1
- package/dist/actions/support-bundles.d.mts +3 -1
- package/dist/actions/support-bundles.d.ts +3 -1
- package/dist/actions/support-bundles.js +58 -5
- package/dist/actions/support-bundles.js.map +1 -1
- package/dist/actions/team-settings.d.mts +3 -1
- package/dist/actions/team-settings.d.ts +3 -1
- package/dist/actions/team-settings.js +91 -27
- package/dist/actions/team-settings.js.map +1 -1
- package/dist/actions/trial-signup.d.mts +24 -0
- package/dist/actions/trial-signup.d.ts +24 -0
- package/dist/actions/trial-signup.js +482 -0
- package/dist/actions/trial-signup.js.map +1 -0
- package/dist/actions/user-settings.d.mts +3 -1
- package/dist/actions/user-settings.d.ts +3 -1
- package/dist/actions/user-settings.js +58 -5
- package/dist/actions/user-settings.js.map +1 -1
- package/dist/airgap-instances.d.mts +3 -1
- package/dist/airgap-instances.d.ts +3 -1
- package/dist/airgap-instances.js +41 -112
- package/dist/airgap-instances.js.map +1 -1
- package/dist/branding-BsMSywts.d.mts +36 -0
- package/dist/branding-BsMSywts.d.ts +36 -0
- package/dist/error-page.js +10 -2
- package/dist/error-page.js.map +1 -1
- package/dist/error.js +10 -2
- package/dist/error.js.map +1 -1
- package/dist/esm/actions/change-team.js +66 -7
- package/dist/esm/actions/change-team.js.map +1 -1
- package/dist/esm/actions/index.js +181 -462
- package/dist/esm/actions/index.js.map +1 -1
- package/dist/esm/actions/install-actions.js +58 -5
- package/dist/esm/actions/install-actions.js.map +1 -1
- package/dist/esm/actions/service-account.js +58 -5
- package/dist/esm/actions/service-account.js.map +1 -1
- package/dist/esm/actions/support-bundles.js +58 -5
- package/dist/esm/actions/support-bundles.js.map +1 -1
- package/dist/esm/actions/team-settings.js +91 -27
- package/dist/esm/actions/team-settings.js.map +1 -1
- package/dist/esm/actions/trial-signup.js +478 -0
- package/dist/esm/actions/trial-signup.js.map +1 -0
- package/dist/esm/actions/user-settings.js +58 -5
- package/dist/esm/actions/user-settings.js.map +1 -1
- package/dist/esm/airgap-instances.js +40 -112
- package/dist/esm/airgap-instances.js.map +1 -1
- package/dist/esm/error-page.js +10 -2
- package/dist/esm/error-page.js.map +1 -1
- package/dist/esm/error.js +10 -2
- package/dist/esm/error.js.map +1 -1
- package/dist/esm/helm-install-wizard.js +118 -79
- package/dist/esm/helm-install-wizard.js.map +1 -1
- package/dist/esm/index.js +706 -438
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/install-actions.js +40 -5
- package/dist/esm/install-actions.js.map +1 -1
- package/dist/esm/install-card.js +9 -6
- package/dist/esm/install-card.js.map +1 -1
- package/dist/esm/install-targets.js +9 -2
- package/dist/esm/install-targets.js.map +1 -1
- package/dist/esm/instance-card.js +39 -111
- package/dist/esm/instance-card.js.map +1 -1
- package/dist/esm/join-team.js +9 -3
- package/dist/esm/join-team.js.map +1 -1
- package/dist/esm/license-card.js +24 -22
- package/dist/esm/license-card.js.map +1 -1
- package/dist/esm/license-details.js +128 -334
- package/dist/esm/license-details.js.map +1 -1
- package/dist/esm/linux-install-wizard.js +95 -41
- package/dist/esm/linux-install-wizard.js.map +1 -1
- package/dist/esm/login.js +20 -4
- package/dist/esm/login.js.map +1 -1
- package/dist/esm/middleware.js +33 -0
- package/dist/esm/middleware.js.map +1 -0
- package/dist/esm/online-instance-list.js +40 -112
- package/dist/esm/online-instance-list.js.map +1 -1
- package/dist/esm/release-history-panel.js +27 -14
- package/dist/esm/release-history-panel.js.map +1 -1
- package/dist/esm/saml-callback-client.js +82 -0
- package/dist/esm/saml-callback-client.js.map +1 -0
- package/dist/esm/saml-handlers.js +138 -0
- package/dist/esm/saml-handlers.js.map +1 -0
- package/dist/esm/security-card.js +53 -38
- package/dist/esm/security-card.js.map +1 -1
- package/dist/esm/service-accounts-tab.js +800 -0
- package/dist/esm/service-accounts-tab.js.map +1 -0
- package/dist/esm/support-bundle-collection-card.js +48 -24
- package/dist/esm/support-bundle-collection-card.js.map +1 -1
- package/dist/esm/support-bundles-card.js +10 -5
- package/dist/esm/support-bundles-card.js.map +1 -1
- package/dist/esm/support-card.js +37 -5
- package/dist/esm/support-card.js.map +1 -1
- package/dist/esm/team-selection.js +5 -1
- package/dist/esm/team-selection.js.map +1 -1
- package/dist/esm/team-settings-card.js +5 -2
- package/dist/esm/team-settings-card.js.map +1 -1
- package/dist/esm/team-settings.js +7 -2
- package/dist/esm/team-settings.js.map +1 -1
- package/dist/esm/top-nav-user-menu.js +5 -1
- package/dist/esm/top-nav-user-menu.js.map +1 -1
- package/dist/esm/top-nav.js +175 -62
- package/dist/esm/top-nav.js.map +1 -1
- package/dist/esm/trial-signup.js +256 -0
- package/dist/esm/trial-signup.js.map +1 -0
- package/dist/esm/update-layout.js +175 -62
- package/dist/esm/update-layout.js.map +1 -1
- package/dist/esm/updates-card.js +15 -4
- package/dist/esm/updates-card.js.map +1 -1
- package/dist/esm/upload-support-bundle-modal.js +9 -4
- package/dist/esm/upload-support-bundle-modal.js.map +1 -1
- package/dist/esm/user-settings-card.js +5 -2
- package/dist/esm/user-settings-card.js.map +1 -1
- package/dist/esm/user-settings.js +12 -6
- package/dist/esm/user-settings.js.map +1 -1
- package/dist/esm/utils/index.js +204 -13
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/fetch-license-iTyF7_GY.d.mts +81 -0
- package/dist/fetch-license-iTyF7_GY.d.ts +81 -0
- package/dist/helm-install-wizard.d.mts +11 -3
- package/dist/helm-install-wizard.d.ts +11 -3
- package/dist/helm-install-wizard.js +118 -79
- package/dist/helm-install-wizard.js.map +1 -1
- package/dist/{index-BAiVrSSR.d.mts → index-DyzJ0yKD.d.mts} +48 -50
- package/dist/{index-DWt-N5od.d.ts → index-sMbq94M7.d.ts} +48 -50
- package/dist/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +726 -438
- package/dist/index.js.map +1 -1
- package/dist/install-actions.d.mts +4 -2
- package/dist/install-actions.d.ts +4 -2
- package/dist/install-actions.js +40 -5
- package/dist/install-actions.js.map +1 -1
- package/dist/install-card.d.mts +2 -3
- package/dist/install-card.d.ts +2 -3
- package/dist/install-card.js +9 -6
- package/dist/install-card.js.map +1 -1
- package/dist/install-targets.js +9 -2
- package/dist/install-targets.js.map +1 -1
- package/dist/instance-card.d.mts +3 -1
- package/dist/instance-card.d.ts +3 -1
- package/dist/instance-card.js +40 -111
- package/dist/instance-card.js.map +1 -1
- package/dist/join-team.js +9 -3
- package/dist/join-team.js.map +1 -1
- package/dist/license-card.d.mts +2 -3
- package/dist/license-card.d.ts +2 -3
- package/dist/license-card.js +24 -22
- package/dist/license-card.js.map +1 -1
- package/dist/license-details.js +128 -334
- package/dist/license-details.js.map +1 -1
- package/dist/linux-install-wizard.d.mts +9 -3
- package/dist/linux-install-wizard.d.ts +9 -3
- package/dist/linux-install-wizard.js +95 -41
- package/dist/linux-install-wizard.js.map +1 -1
- package/dist/login.d.mts +4 -0
- package/dist/login.d.ts +4 -0
- package/dist/login.js +20 -4
- package/dist/login.js.map +1 -1
- package/dist/middleware.d.mts +13 -0
- package/dist/middleware.d.ts +13 -0
- package/dist/middleware.js +35 -0
- package/dist/middleware.js.map +1 -0
- package/dist/online-instance-list.d.mts +3 -1
- package/dist/online-instance-list.d.ts +3 -1
- package/dist/online-instance-list.js +41 -112
- package/dist/online-instance-list.js.map +1 -1
- package/dist/pending-installations.d.mts +3 -1
- package/dist/pending-installations.d.ts +3 -1
- package/dist/release-history-panel.js +27 -14
- package/dist/release-history-panel.js.map +1 -1
- package/dist/saml-callback-client.d.mts +36 -0
- package/dist/saml-callback-client.d.ts +36 -0
- package/dist/saml-callback-client.js +88 -0
- package/dist/saml-callback-client.js.map +1 -0
- package/dist/saml-handlers.d.mts +50 -0
- package/dist/saml-handlers.d.ts +50 -0
- package/dist/saml-handlers.js +141 -0
- package/dist/saml-handlers.js.map +1 -0
- package/dist/security-card.d.mts +3 -1
- package/dist/security-card.d.ts +3 -1
- package/dist/security-card.js +53 -38
- package/dist/security-card.js.map +1 -1
- package/dist/service-accounts-tab.d.mts +51 -0
- package/dist/service-accounts-tab.d.ts +51 -0
- package/dist/service-accounts-tab.js +802 -0
- package/dist/service-accounts-tab.js.map +1 -0
- package/dist/styles.css +375 -127
- package/dist/support-bundle-collection-card.d.mts +1 -1
- package/dist/support-bundle-collection-card.d.ts +1 -1
- package/dist/support-bundle-collection-card.js +47 -23
- package/dist/support-bundle-collection-card.js.map +1 -1
- package/dist/support-bundles-card.d.mts +4 -2
- package/dist/support-bundles-card.d.ts +4 -2
- package/dist/support-bundles-card.js +10 -5
- package/dist/support-bundles-card.js.map +1 -1
- package/dist/support-card.js +37 -5
- package/dist/support-card.js.map +1 -1
- package/dist/team-selection.js +5 -1
- package/dist/team-selection.js.map +1 -1
- package/dist/team-settings-card.js +5 -2
- package/dist/team-settings-card.js.map +1 -1
- package/dist/team-settings.js +7 -2
- package/dist/team-settings.js.map +1 -1
- package/dist/{top-nav-IRIn66wS.d.ts → top-nav-BUQAGoG1.d.mts} +14 -2
- package/dist/{top-nav-IRIn66wS.d.mts → top-nav-CEqw0KpO.d.ts} +14 -2
- package/dist/top-nav-user-menu.js +5 -1
- package/dist/top-nav-user-menu.js.map +1 -1
- package/dist/top-nav.d.mts +2 -1
- package/dist/top-nav.d.ts +2 -1
- package/dist/top-nav.js +175 -62
- package/dist/top-nav.js.map +1 -1
- package/dist/trial-signup.d.mts +31 -0
- package/dist/trial-signup.d.ts +31 -0
- package/dist/trial-signup.js +258 -0
- package/dist/trial-signup.js.map +1 -0
- package/dist/update-layout.js +175 -62
- package/dist/update-layout.js.map +1 -1
- package/dist/updates-card.js +15 -4
- package/dist/updates-card.js.map +1 -1
- package/dist/upload-support-bundle-modal.js +9 -4
- package/dist/upload-support-bundle-modal.js.map +1 -1
- package/dist/user-settings-card.js +5 -2
- package/dist/user-settings-card.js.map +1 -1
- package/dist/user-settings.js +12 -6
- package/dist/user-settings.js.map +1 -1
- package/dist/utils/index.d.mts +74 -16
- package/dist/utils/index.d.ts +74 -16
- package/dist/utils/index.js +215 -12
- package/dist/utils/index.js.map +1 -1
- package/package.json +37 -2
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { L as License } from './fetch-license-iTyF7_GY.mjs';
|
|
1
2
|
import './actions/change-team.mjs';
|
|
3
|
+
import './actions/trial-signup.mjs';
|
|
2
4
|
|
|
3
5
|
/**
|
|
4
6
|
* Install-related server actions for the Linux and Helm installation wizards.
|
|
@@ -342,7 +344,17 @@ declare const toggleSamlEnabledAction: (enabled: boolean) => Promise<{
|
|
|
342
344
|
declare const deprovisionSamlAction: () => Promise<{
|
|
343
345
|
success: boolean;
|
|
344
346
|
}>;
|
|
345
|
-
|
|
347
|
+
interface AppFeatures {
|
|
348
|
+
epEnabled: boolean;
|
|
349
|
+
trialSignupEnabled: boolean;
|
|
350
|
+
trialExpirationDays: number;
|
|
351
|
+
licenseType: string;
|
|
352
|
+
termsAndConditionsUrl: string;
|
|
353
|
+
epSecurityCenterEnabled: boolean;
|
|
354
|
+
epSamlAuthEnabled: boolean;
|
|
355
|
+
epHideSupportBundleUploadEnabled: boolean;
|
|
356
|
+
}
|
|
357
|
+
declare const fetchAppFeatures: () => Promise<AppFeatures>;
|
|
346
358
|
|
|
347
359
|
declare const fetchCurrentUserAction: () => Promise<UserProfile>;
|
|
348
360
|
declare const updateUserAction: (data: {
|
|
@@ -404,6 +416,7 @@ declare const fetchUser: () => Promise<UserResult>;
|
|
|
404
416
|
* specific actions, but it exports helpers so downstream portals can describe
|
|
405
417
|
* their actions with consistent metadata.
|
|
406
418
|
*/
|
|
419
|
+
|
|
407
420
|
/**
|
|
408
421
|
* Gets the base API origin from environment, with trailing slashes removed.
|
|
409
422
|
*/
|
|
@@ -478,26 +491,6 @@ interface CustomBrandingResponse {
|
|
|
478
491
|
brandingData: string;
|
|
479
492
|
documentation: unknown;
|
|
480
493
|
}
|
|
481
|
-
interface PortalLicenseField {
|
|
482
|
-
key: string;
|
|
483
|
-
label: string;
|
|
484
|
-
value: string | null;
|
|
485
|
-
isSecret?: boolean;
|
|
486
|
-
}
|
|
487
|
-
interface PortalLicenseDetails {
|
|
488
|
-
id?: string;
|
|
489
|
-
status?: string;
|
|
490
|
-
statusLabel?: string;
|
|
491
|
-
environment?: string;
|
|
492
|
-
expiresAt?: string | null;
|
|
493
|
-
releaseChannels?: string[];
|
|
494
|
-
installMethods?: string[];
|
|
495
|
-
installNotes?: string;
|
|
496
|
-
customerName?: string;
|
|
497
|
-
customerId?: string;
|
|
498
|
-
customerOrganization?: string;
|
|
499
|
-
fields: PortalLicenseField[];
|
|
500
|
-
}
|
|
501
494
|
interface ListSupportBundlesInput {
|
|
502
495
|
token: string;
|
|
503
496
|
}
|
|
@@ -553,27 +546,10 @@ interface UploadSupportBundleCompleteResult {
|
|
|
553
546
|
bundleId: string;
|
|
554
547
|
slug: string;
|
|
555
548
|
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
interface FetchLicenseDetailsResult {
|
|
560
|
-
license: PortalLicenseDetails;
|
|
561
|
-
raw: unknown;
|
|
562
|
-
}
|
|
563
|
-
interface FetchInstallOptionsInput {
|
|
564
|
-
token: string;
|
|
565
|
-
}
|
|
566
|
-
interface FetchInstallOptionsResult {
|
|
567
|
-
showLinux: boolean;
|
|
568
|
-
showHelm: boolean;
|
|
569
|
-
}
|
|
570
|
-
interface FetchLicenseSummaryInput {
|
|
571
|
-
token: string;
|
|
572
|
-
}
|
|
573
|
-
interface FetchLicenseSummaryResult {
|
|
574
|
-
type: string;
|
|
575
|
-
expiresAt: string | null;
|
|
549
|
+
|
|
550
|
+
interface FetchLicenseInput {
|
|
576
551
|
}
|
|
552
|
+
type FetchLicenseResult = License;
|
|
577
553
|
interface FetchCustomersInput {
|
|
578
554
|
token: string;
|
|
579
555
|
}
|
|
@@ -595,12 +571,37 @@ interface SwitchCustomerInput {
|
|
|
595
571
|
interface SwitchCustomerResult {
|
|
596
572
|
token: string;
|
|
597
573
|
}
|
|
598
|
-
interface
|
|
599
|
-
|
|
574
|
+
interface ReleaseHelmChart {
|
|
575
|
+
name: string;
|
|
576
|
+
version: string;
|
|
577
|
+
error?: string;
|
|
578
|
+
is_kots_installer_only?: boolean;
|
|
579
|
+
}
|
|
580
|
+
interface DownloadPortalRelease {
|
|
581
|
+
channel_sequence: number;
|
|
582
|
+
release_sequence: number;
|
|
583
|
+
is_required: boolean;
|
|
584
|
+
has_kurl_installer: boolean;
|
|
585
|
+
release_date: string;
|
|
586
|
+
label: string;
|
|
587
|
+
release_notes: string;
|
|
588
|
+
download_link: string;
|
|
589
|
+
build_status: string;
|
|
590
|
+
last_update_time: string;
|
|
591
|
+
checksum: string;
|
|
592
|
+
airgap_bundle_images: string[];
|
|
593
|
+
helm_images: string[];
|
|
594
|
+
helm_charts: ReleaseHelmChart[];
|
|
595
|
+
target_kots_version: string;
|
|
596
|
+
embedded_cluster_airgap_bundle_url: string;
|
|
597
|
+
has_ec_installer: boolean;
|
|
598
|
+
ec_version: string;
|
|
599
|
+
ec_replicated_app_domain: string;
|
|
600
|
+
ec_proxy_registry_domain: string;
|
|
600
601
|
}
|
|
601
602
|
interface ListReleasesResult {
|
|
602
|
-
|
|
603
|
-
|
|
603
|
+
releases: DownloadPortalRelease[];
|
|
604
|
+
totalCount: number;
|
|
604
605
|
}
|
|
605
606
|
/**
|
|
606
607
|
* Fetches custom branding for the portal.
|
|
@@ -622,10 +623,7 @@ declare const uploadSupportBundle: PortalServerActionDefinition<UploadSupportBun
|
|
|
622
623
|
* Use this when you need progress indication - call this to get the URL, then upload directly from client.
|
|
623
624
|
*/
|
|
624
625
|
declare const getSupportBundleUploadUrl: (appId: string) => string;
|
|
625
|
-
declare const listReleases:
|
|
626
|
-
declare const fetchLicenseDetails: PortalServerActionDefinition<FetchLicenseDetailsInput, FetchLicenseDetailsResult>;
|
|
627
|
-
declare const fetchInstallOptions: PortalServerActionDefinition<FetchInstallOptionsInput, FetchInstallOptionsResult>;
|
|
628
|
-
declare const fetchLicenseSummary: PortalServerActionDefinition<FetchLicenseSummaryInput, FetchLicenseSummaryResult>;
|
|
626
|
+
declare const listReleases: () => Promise<ListReleasesResult>;
|
|
629
627
|
declare const fetchCustomers: PortalServerActionDefinition<FetchCustomersInput, FetchCustomersResult>;
|
|
630
628
|
declare const switchCustomer: PortalServerActionDefinition<SwitchCustomerInput, SwitchCustomerResult>;
|
|
631
629
|
type SecurityInstallType = "linux" | "helm";
|
|
@@ -1035,4 +1033,4 @@ interface RefreshInviteResult {
|
|
|
1035
1033
|
*/
|
|
1036
1034
|
declare const refreshInvite: PortalServerActionDefinition<RefreshInviteInput, RefreshInviteResult>;
|
|
1037
1035
|
|
|
1038
|
-
export { type
|
|
1036
|
+
export { type FetchLicenseResult as $, getSupportBundleUploadUrl as A, decodeJwtPayload as B, type ChannelRelease as C, type DiscardInstallationResult as D, getCustomerIdFromToken as E, type FetchChannelReleasesResult as F, type GetSecurityInfoDiffResult as G, verifyMagicLink as H, type InstallOptions as I, fetchDashboardComposite as J, getSecurityInfo as K, getSecurityInfoDiff as L, getSecurityInfoSBOM as M, type NetworkAvailability as N, downloadSecuritySBOM as O, type PendingInstallation as P, fetchCurrentUser as Q, updateUser as R, type SecurityReleaseImage as S, fetchNotifications as T, type UpdateInstallOptionsInput as U, updateNotifications as V, type PortalActionContext as W, type PortalActionVisibility as X, type PortalServerActionDefinition as Y, type CustomBrandingResponse as Z, type FetchLicenseInput as _, type CreateServiceAccountResult as a, inviteUserAction as a$, type ReleaseHelmChart as a0, type DownloadPortalRelease as a1, type ListReleasesResult as a2, type InitiateLoginInput as a3, type InitiateLoginResult as a4, type VerifyMagicLinkInput as a5, type VerifyMagicLinkResult as a6, type VerifyMagicLinkError as a7, type ListSupportBundlesInput as a8, type ListSupportBundlesResult as a9, type UpdateNotificationsInput as aA, type UpdateNotificationsResult as aB, fetchPendingInstallations as aC, discardInstallation as aD, getUpdateInstructions as aE, filterHelmReleases as aF, type EmbeddedClusterInstallationType as aG, type HelmInstallationType as aH, type InstallationTypes as aI, type FetchChannelReleasesInput as aJ, type InstallType as aK, type RegistryAvailability as aL, type KubernetesDistribution as aM, type InstallStatus as aN, type FetchPendingInstallationsInput as aO, type DiscardInstallationInput as aP, type GetUpdateInstructionsInput as aQ, type GetUpdateInstructionsResult as aR, type UpdateInstructions as aS, fetchPendingInstallationsAction as aT, fetchChannelReleasesAction as aU, createInstallOptionsAction as aV, getInstallOptionsAction as aW, updateInstallOptionsAction as aX, discardInstallationAction as aY, createServiceAccountAction$1 as aZ, fetchTeamUsersAction as a_, type SupportBundleInsight as aa, type DownloadSupportBundleInput as ab, type DownloadSupportBundleResult as ac, type DeleteSupportBundleInput as ad, type DeleteSupportBundleResult as ae, type UploadSupportBundleCompleteInput as af, type UploadSupportBundleCompleteResult as ag, type SecurityInstallType as ah, type SecurityScanSummary as ai, type SecurityScanWrapper as aj, type GetSecurityInfoInput as ak, type GetSecurityInfoResult as al, type SecurityInfoDiff as am, type GetSecurityInfoDiffInput as an, type SBOMMetadata as ao, type GetSecurityInfoSBOMInput as ap, type GetSecurityInfoSBOMResult as aq, type DownloadSBOMInput as ar, type FetchCurrentUserInput as as, type FetchCurrentUserResult as at, type UserProfile as au, type UpdateUserInput as av, type UpdateUserResult as aw, type NotificationSetting as ax, type FetchNotificationsInput as ay, type FetchNotificationsResult as az, type CreateInstallOptionsInput as b, type UpdateSamlConfigResult as b$, deleteUserAction as b0, fetchServiceAccountsAction as b1, createServiceAccountAction as b2, revokeServiceAccountAction as b3, rotateServiceAccountTokenAction as b4, fetchInstancesAction as b5, fetchSamlConfigAction as b6, updateSamlConfigAction as b7, toggleSamlEnabledAction as b8, deprovisionSamlAction as b9, type SwitchCustomerResult as bA, fetchCustomers as bB, switchCustomer as bC, type FetchTeamStatsInput as bD, type ServiceAccountSummary as bE, type FetchTeamStatsResult as bF, type FetchDashboardInstancesInput as bG, type FetchDashboardInstancesResult as bH, fetchTeamStats as bI, fetchDashboardInstances as bJ, type FetchTeamUsersInput as bK, type FetchTeamUsersResult as bL, type InviteUserInput as bM, type InviteUserResult as bN, type DeleteUserInput as bO, type DeleteUserResult as bP, type FetchServiceAccountsInput as bQ, type FetchServiceAccountsResult as bR, type RevokeServiceAccountInput as bS, type RevokeServiceAccountResult as bT, type RotateServiceAccountTokenInput as bU, type RotateServiceAccountTokenResult as bV, type FetchInstancesInput as bW, type FetchInstancesResult as bX, type FetchSamlConfigInput as bY, type FetchSamlConfigResult as bZ, type UpdateSamlConfigInput as b_, type AppFeatures as ba, fetchAppFeatures as bb, type SAMLConfig as bc, type ServiceAccount as bd, type Instance as be, type TeamUser as bf, fetchCurrentUserAction as bg, updateUserAction as bh, fetchNotificationsAction as bi, updateNotificationsAction as bj, type TeamForUserSettings as bk, fetchTeamsForUserSettings as bl, type ActionResult as bm, type UploadSupportBundleResult$1 as bn, type ListBundlesResult as bo, downloadSupportBundleAction as bp, deleteSupportBundleAction as bq, uploadSupportBundleAction as br, listSupportBundlesAction as bs, getApiOrigin as bt, type UploadSupportBundleInput as bu, type UploadSupportBundleResult as bv, type FetchCustomersInput as bw, type Customer as bx, type FetchCustomersResult as by, type SwitchCustomerInput as bz, type CreateInstallOptionsResult as c, type ToggleSamlEnabledInput as c0, type ToggleSamlEnabledResult as c1, type DeprovisionSamlInput as c2, type DeprovisionSamlResult as c3, fetchTeamUsers as c4, inviteUser as c5, deleteUser as c6, fetchServiceAccounts as c7, revokeServiceAccount as c8, rotateServiceAccountToken as c9, fetchInstances as ca, fetchSamlConfig as cb, updateSamlConfig as cc, toggleSamlEnabled as cd, deprovisionSaml as ce, type AcceptInviteInput as cf, type AcceptInviteResult as cg, type AcceptInviteError as ch, acceptInvite as ci, type RefreshInviteInput as cj, type RefreshInviteResult as ck, refreshInvite as cl, fetchAppInfo as cm, fetchUser as cn, type UserResult as co, type UserContext as cp, type UserPermissions as cq, type GetInstallOptionsInput as d, type GetInstallOptionsResult as e, type UpdateInstallOptionsResult as f, createServiceAccount as g, type CreateServiceAccountInput as h, type ServiceAccountData as i, fetchChannelReleases as j, createInstallOptions as k, getInstallOptions as l, filterEmbeddedClusterReleases as m, type InstallInstructions as n, type InstallStep as o, type FetchPendingInstallationsResult as p, type SupportBundleSummary as q, defineServerAction as r, fetchCustomBranding as s, listReleases as t, updateInstallOptions as u, initiateLogin as v, listSupportBundles as w, downloadSupportBundle as x, deleteSupportBundle as y, uploadSupportBundle as z };
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { L as License } from './fetch-license-iTyF7_GY.js';
|
|
1
2
|
import './actions/change-team.js';
|
|
3
|
+
import './actions/trial-signup.js';
|
|
2
4
|
|
|
3
5
|
/**
|
|
4
6
|
* Install-related server actions for the Linux and Helm installation wizards.
|
|
@@ -342,7 +344,17 @@ declare const toggleSamlEnabledAction: (enabled: boolean) => Promise<{
|
|
|
342
344
|
declare const deprovisionSamlAction: () => Promise<{
|
|
343
345
|
success: boolean;
|
|
344
346
|
}>;
|
|
345
|
-
|
|
347
|
+
interface AppFeatures {
|
|
348
|
+
epEnabled: boolean;
|
|
349
|
+
trialSignupEnabled: boolean;
|
|
350
|
+
trialExpirationDays: number;
|
|
351
|
+
licenseType: string;
|
|
352
|
+
termsAndConditionsUrl: string;
|
|
353
|
+
epSecurityCenterEnabled: boolean;
|
|
354
|
+
epSamlAuthEnabled: boolean;
|
|
355
|
+
epHideSupportBundleUploadEnabled: boolean;
|
|
356
|
+
}
|
|
357
|
+
declare const fetchAppFeatures: () => Promise<AppFeatures>;
|
|
346
358
|
|
|
347
359
|
declare const fetchCurrentUserAction: () => Promise<UserProfile>;
|
|
348
360
|
declare const updateUserAction: (data: {
|
|
@@ -404,6 +416,7 @@ declare const fetchUser: () => Promise<UserResult>;
|
|
|
404
416
|
* specific actions, but it exports helpers so downstream portals can describe
|
|
405
417
|
* their actions with consistent metadata.
|
|
406
418
|
*/
|
|
419
|
+
|
|
407
420
|
/**
|
|
408
421
|
* Gets the base API origin from environment, with trailing slashes removed.
|
|
409
422
|
*/
|
|
@@ -478,26 +491,6 @@ interface CustomBrandingResponse {
|
|
|
478
491
|
brandingData: string;
|
|
479
492
|
documentation: unknown;
|
|
480
493
|
}
|
|
481
|
-
interface PortalLicenseField {
|
|
482
|
-
key: string;
|
|
483
|
-
label: string;
|
|
484
|
-
value: string | null;
|
|
485
|
-
isSecret?: boolean;
|
|
486
|
-
}
|
|
487
|
-
interface PortalLicenseDetails {
|
|
488
|
-
id?: string;
|
|
489
|
-
status?: string;
|
|
490
|
-
statusLabel?: string;
|
|
491
|
-
environment?: string;
|
|
492
|
-
expiresAt?: string | null;
|
|
493
|
-
releaseChannels?: string[];
|
|
494
|
-
installMethods?: string[];
|
|
495
|
-
installNotes?: string;
|
|
496
|
-
customerName?: string;
|
|
497
|
-
customerId?: string;
|
|
498
|
-
customerOrganization?: string;
|
|
499
|
-
fields: PortalLicenseField[];
|
|
500
|
-
}
|
|
501
494
|
interface ListSupportBundlesInput {
|
|
502
495
|
token: string;
|
|
503
496
|
}
|
|
@@ -553,27 +546,10 @@ interface UploadSupportBundleCompleteResult {
|
|
|
553
546
|
bundleId: string;
|
|
554
547
|
slug: string;
|
|
555
548
|
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
interface FetchLicenseDetailsResult {
|
|
560
|
-
license: PortalLicenseDetails;
|
|
561
|
-
raw: unknown;
|
|
562
|
-
}
|
|
563
|
-
interface FetchInstallOptionsInput {
|
|
564
|
-
token: string;
|
|
565
|
-
}
|
|
566
|
-
interface FetchInstallOptionsResult {
|
|
567
|
-
showLinux: boolean;
|
|
568
|
-
showHelm: boolean;
|
|
569
|
-
}
|
|
570
|
-
interface FetchLicenseSummaryInput {
|
|
571
|
-
token: string;
|
|
572
|
-
}
|
|
573
|
-
interface FetchLicenseSummaryResult {
|
|
574
|
-
type: string;
|
|
575
|
-
expiresAt: string | null;
|
|
549
|
+
|
|
550
|
+
interface FetchLicenseInput {
|
|
576
551
|
}
|
|
552
|
+
type FetchLicenseResult = License;
|
|
577
553
|
interface FetchCustomersInput {
|
|
578
554
|
token: string;
|
|
579
555
|
}
|
|
@@ -595,12 +571,37 @@ interface SwitchCustomerInput {
|
|
|
595
571
|
interface SwitchCustomerResult {
|
|
596
572
|
token: string;
|
|
597
573
|
}
|
|
598
|
-
interface
|
|
599
|
-
|
|
574
|
+
interface ReleaseHelmChart {
|
|
575
|
+
name: string;
|
|
576
|
+
version: string;
|
|
577
|
+
error?: string;
|
|
578
|
+
is_kots_installer_only?: boolean;
|
|
579
|
+
}
|
|
580
|
+
interface DownloadPortalRelease {
|
|
581
|
+
channel_sequence: number;
|
|
582
|
+
release_sequence: number;
|
|
583
|
+
is_required: boolean;
|
|
584
|
+
has_kurl_installer: boolean;
|
|
585
|
+
release_date: string;
|
|
586
|
+
label: string;
|
|
587
|
+
release_notes: string;
|
|
588
|
+
download_link: string;
|
|
589
|
+
build_status: string;
|
|
590
|
+
last_update_time: string;
|
|
591
|
+
checksum: string;
|
|
592
|
+
airgap_bundle_images: string[];
|
|
593
|
+
helm_images: string[];
|
|
594
|
+
helm_charts: ReleaseHelmChart[];
|
|
595
|
+
target_kots_version: string;
|
|
596
|
+
embedded_cluster_airgap_bundle_url: string;
|
|
597
|
+
has_ec_installer: boolean;
|
|
598
|
+
ec_version: string;
|
|
599
|
+
ec_replicated_app_domain: string;
|
|
600
|
+
ec_proxy_registry_domain: string;
|
|
600
601
|
}
|
|
601
602
|
interface ListReleasesResult {
|
|
602
|
-
|
|
603
|
-
|
|
603
|
+
releases: DownloadPortalRelease[];
|
|
604
|
+
totalCount: number;
|
|
604
605
|
}
|
|
605
606
|
/**
|
|
606
607
|
* Fetches custom branding for the portal.
|
|
@@ -622,10 +623,7 @@ declare const uploadSupportBundle: PortalServerActionDefinition<UploadSupportBun
|
|
|
622
623
|
* Use this when you need progress indication - call this to get the URL, then upload directly from client.
|
|
623
624
|
*/
|
|
624
625
|
declare const getSupportBundleUploadUrl: (appId: string) => string;
|
|
625
|
-
declare const listReleases:
|
|
626
|
-
declare const fetchLicenseDetails: PortalServerActionDefinition<FetchLicenseDetailsInput, FetchLicenseDetailsResult>;
|
|
627
|
-
declare const fetchInstallOptions: PortalServerActionDefinition<FetchInstallOptionsInput, FetchInstallOptionsResult>;
|
|
628
|
-
declare const fetchLicenseSummary: PortalServerActionDefinition<FetchLicenseSummaryInput, FetchLicenseSummaryResult>;
|
|
626
|
+
declare const listReleases: () => Promise<ListReleasesResult>;
|
|
629
627
|
declare const fetchCustomers: PortalServerActionDefinition<FetchCustomersInput, FetchCustomersResult>;
|
|
630
628
|
declare const switchCustomer: PortalServerActionDefinition<SwitchCustomerInput, SwitchCustomerResult>;
|
|
631
629
|
type SecurityInstallType = "linux" | "helm";
|
|
@@ -1035,4 +1033,4 @@ interface RefreshInviteResult {
|
|
|
1035
1033
|
*/
|
|
1036
1034
|
declare const refreshInvite: PortalServerActionDefinition<RefreshInviteInput, RefreshInviteResult>;
|
|
1037
1035
|
|
|
1038
|
-
export { type
|
|
1036
|
+
export { type FetchLicenseResult as $, getSupportBundleUploadUrl as A, decodeJwtPayload as B, type ChannelRelease as C, type DiscardInstallationResult as D, getCustomerIdFromToken as E, type FetchChannelReleasesResult as F, type GetSecurityInfoDiffResult as G, verifyMagicLink as H, type InstallOptions as I, fetchDashboardComposite as J, getSecurityInfo as K, getSecurityInfoDiff as L, getSecurityInfoSBOM as M, type NetworkAvailability as N, downloadSecuritySBOM as O, type PendingInstallation as P, fetchCurrentUser as Q, updateUser as R, type SecurityReleaseImage as S, fetchNotifications as T, type UpdateInstallOptionsInput as U, updateNotifications as V, type PortalActionContext as W, type PortalActionVisibility as X, type PortalServerActionDefinition as Y, type CustomBrandingResponse as Z, type FetchLicenseInput as _, type CreateServiceAccountResult as a, inviteUserAction as a$, type ReleaseHelmChart as a0, type DownloadPortalRelease as a1, type ListReleasesResult as a2, type InitiateLoginInput as a3, type InitiateLoginResult as a4, type VerifyMagicLinkInput as a5, type VerifyMagicLinkResult as a6, type VerifyMagicLinkError as a7, type ListSupportBundlesInput as a8, type ListSupportBundlesResult as a9, type UpdateNotificationsInput as aA, type UpdateNotificationsResult as aB, fetchPendingInstallations as aC, discardInstallation as aD, getUpdateInstructions as aE, filterHelmReleases as aF, type EmbeddedClusterInstallationType as aG, type HelmInstallationType as aH, type InstallationTypes as aI, type FetchChannelReleasesInput as aJ, type InstallType as aK, type RegistryAvailability as aL, type KubernetesDistribution as aM, type InstallStatus as aN, type FetchPendingInstallationsInput as aO, type DiscardInstallationInput as aP, type GetUpdateInstructionsInput as aQ, type GetUpdateInstructionsResult as aR, type UpdateInstructions as aS, fetchPendingInstallationsAction as aT, fetchChannelReleasesAction as aU, createInstallOptionsAction as aV, getInstallOptionsAction as aW, updateInstallOptionsAction as aX, discardInstallationAction as aY, createServiceAccountAction$1 as aZ, fetchTeamUsersAction as a_, type SupportBundleInsight as aa, type DownloadSupportBundleInput as ab, type DownloadSupportBundleResult as ac, type DeleteSupportBundleInput as ad, type DeleteSupportBundleResult as ae, type UploadSupportBundleCompleteInput as af, type UploadSupportBundleCompleteResult as ag, type SecurityInstallType as ah, type SecurityScanSummary as ai, type SecurityScanWrapper as aj, type GetSecurityInfoInput as ak, type GetSecurityInfoResult as al, type SecurityInfoDiff as am, type GetSecurityInfoDiffInput as an, type SBOMMetadata as ao, type GetSecurityInfoSBOMInput as ap, type GetSecurityInfoSBOMResult as aq, type DownloadSBOMInput as ar, type FetchCurrentUserInput as as, type FetchCurrentUserResult as at, type UserProfile as au, type UpdateUserInput as av, type UpdateUserResult as aw, type NotificationSetting as ax, type FetchNotificationsInput as ay, type FetchNotificationsResult as az, type CreateInstallOptionsInput as b, type UpdateSamlConfigResult as b$, deleteUserAction as b0, fetchServiceAccountsAction as b1, createServiceAccountAction as b2, revokeServiceAccountAction as b3, rotateServiceAccountTokenAction as b4, fetchInstancesAction as b5, fetchSamlConfigAction as b6, updateSamlConfigAction as b7, toggleSamlEnabledAction as b8, deprovisionSamlAction as b9, type SwitchCustomerResult as bA, fetchCustomers as bB, switchCustomer as bC, type FetchTeamStatsInput as bD, type ServiceAccountSummary as bE, type FetchTeamStatsResult as bF, type FetchDashboardInstancesInput as bG, type FetchDashboardInstancesResult as bH, fetchTeamStats as bI, fetchDashboardInstances as bJ, type FetchTeamUsersInput as bK, type FetchTeamUsersResult as bL, type InviteUserInput as bM, type InviteUserResult as bN, type DeleteUserInput as bO, type DeleteUserResult as bP, type FetchServiceAccountsInput as bQ, type FetchServiceAccountsResult as bR, type RevokeServiceAccountInput as bS, type RevokeServiceAccountResult as bT, type RotateServiceAccountTokenInput as bU, type RotateServiceAccountTokenResult as bV, type FetchInstancesInput as bW, type FetchInstancesResult as bX, type FetchSamlConfigInput as bY, type FetchSamlConfigResult as bZ, type UpdateSamlConfigInput as b_, type AppFeatures as ba, fetchAppFeatures as bb, type SAMLConfig as bc, type ServiceAccount as bd, type Instance as be, type TeamUser as bf, fetchCurrentUserAction as bg, updateUserAction as bh, fetchNotificationsAction as bi, updateNotificationsAction as bj, type TeamForUserSettings as bk, fetchTeamsForUserSettings as bl, type ActionResult as bm, type UploadSupportBundleResult$1 as bn, type ListBundlesResult as bo, downloadSupportBundleAction as bp, deleteSupportBundleAction as bq, uploadSupportBundleAction as br, listSupportBundlesAction as bs, getApiOrigin as bt, type UploadSupportBundleInput as bu, type UploadSupportBundleResult as bv, type FetchCustomersInput as bw, type Customer as bx, type FetchCustomersResult as by, type SwitchCustomerInput as bz, type CreateInstallOptionsResult as c, type ToggleSamlEnabledInput as c0, type ToggleSamlEnabledResult as c1, type DeprovisionSamlInput as c2, type DeprovisionSamlResult as c3, fetchTeamUsers as c4, inviteUser as c5, deleteUser as c6, fetchServiceAccounts as c7, revokeServiceAccount as c8, rotateServiceAccountToken as c9, fetchInstances as ca, fetchSamlConfig as cb, updateSamlConfig as cc, toggleSamlEnabled as cd, deprovisionSaml as ce, type AcceptInviteInput as cf, type AcceptInviteResult as cg, type AcceptInviteError as ch, acceptInvite as ci, type RefreshInviteInput as cj, type RefreshInviteResult as ck, refreshInvite as cl, fetchAppInfo as cm, fetchUser as cn, type UserResult as co, type UserContext as cp, type UserPermissions as cq, type GetInstallOptionsInput as d, type GetInstallOptionsResult as e, type UpdateInstallOptionsResult as f, createServiceAccount as g, type CreateServiceAccountInput as h, type ServiceAccountData as i, fetchChannelReleases as j, createInstallOptions as k, getInstallOptions as l, filterEmbeddedClusterReleases as m, type InstallInstructions as n, type InstallStep as o, type FetchPendingInstallationsResult as p, type SupportBundleSummary as q, defineServerAction as r, fetchCustomBranding as s, listReleases as t, updateInstallOptions as u, initiateLogin as v, listSupportBundles as w, downloadSupportBundle as x, deleteSupportBundle as y, uploadSupportBundle as z };
|
package/dist/index.d.mts
CHANGED
|
@@ -2,17 +2,23 @@ export { PortalThemeOverrides, PortalThemeTokens, createPortalTheme, portalTheme
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
4
4
|
export { LicenseDetails, LicenseDetailsProps } from './license-details.mjs';
|
|
5
|
-
export { C as Customer,
|
|
5
|
+
export { C as Customer, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-BUQAGoG1.mjs';
|
|
6
6
|
export { a as UpdatesCard, U as UpdatesCardProps } from './updates-card-BbubBrVR.mjs';
|
|
7
7
|
export { SupportCard } from './support-card.mjs';
|
|
8
8
|
export { UserSettings, UserSettingsCustomer, UserSettingsNotification, UserSettingsProps, UserSettingsTeam, UserSettingsUser } from './user-settings.mjs';
|
|
9
9
|
export { UserSettingsCard } from './user-settings-card.mjs';
|
|
10
10
|
export { a as TeamSettingsCard, T as TeamSettingsCardProps } from './team-settings-card-Dq1d9b5c.mjs';
|
|
11
11
|
export { UpdateLayout } from './update-layout.mjs';
|
|
12
|
-
export {
|
|
12
|
+
export { ConvertToReleaseEntryOptions, DEFAULT_FAVICON, DEFAULT_PRIMARY_COLOR, DEFAULT_SECONDARY_COLOR, ReleaseNotesMode, UnauthorizedError, authenticatedFetch, convertToReleaseEntry, deleteSessionCookie, formatBytes, formatDate, formatDateShort, formatDateTime, formatDateTimeLocal, isHttpApiOrigin, isRedirectError, validateSession } from './utils/index.mjs';
|
|
13
|
+
export { d as decodeBranding, n as normalizeColor, s as sanitizeUrlForCss } from './branding-BsMSywts.mjs';
|
|
14
|
+
export { SetSamlSessionResult, handleSamlAcs, setSamlSessionImpl } from './saml-handlers.mjs';
|
|
15
|
+
export { C as ChannelRelease, Z as CustomBrandingResponse, ad as DeleteSupportBundleInput, ae as DeleteSupportBundleResult, a1 as DownloadPortalRelease, ar as DownloadSBOMInput, ab as DownloadSupportBundleInput, ac as DownloadSupportBundleResult, F as FetchChannelReleasesResult, as as FetchCurrentUserInput, at as FetchCurrentUserResult, _ as FetchLicenseInput, $ as FetchLicenseResult, ay as FetchNotificationsInput, az as FetchNotificationsResult, an as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ak as GetSecurityInfoInput, al as GetSecurityInfoResult, ap as GetSecurityInfoSBOMInput, aq as GetSecurityInfoSBOMResult, a3 as InitiateLoginInput, a4 as InitiateLoginResult, a2 as ListReleasesResult, a8 as ListSupportBundlesInput, a9 as ListSupportBundlesResult, ax as NotificationSetting, W as PortalActionContext, X as PortalActionVisibility, Y as PortalServerActionDefinition, a0 as ReleaseHelmChart, ao as SBOMMetadata, am as SecurityInfoDiff, ah as SecurityInstallType, S as SecurityReleaseImage, ai as SecurityScanSummary, aj as SecurityScanWrapper, aa as SupportBundleInsight, q as SupportBundleSummary, aA as UpdateNotificationsInput, aB as UpdateNotificationsResult, av as UpdateUserInput, aw as UpdateUserResult, af as UploadSupportBundleCompleteInput, ag as UploadSupportBundleCompleteResult, au as UserProfile, a7 as VerifyMagicLinkError, a5 as VerifyMagicLinkInput, a6 as VerifyMagicLinkResult, B as decodeJwtPayload, r as defineServerAction, y as deleteSupportBundle, O as downloadSecuritySBOM, x as downloadSupportBundle, Q as fetchCurrentUser, s as fetchCustomBranding, J as fetchDashboardComposite, T as fetchNotifications, E as getCustomerIdFromToken, K as getSecurityInfo, L as getSecurityInfoDiff, M as getSecurityInfoSBOM, A as getSupportBundleUploadUrl, v as initiateLogin, t as listReleases, w as listSupportBundles, V as updateNotifications, R as updateUser, z as uploadSupportBundle, H as verifyMagicLink } from './index-DyzJ0yKD.mjs';
|
|
13
16
|
export { InitialSecurityData } from './security-card.mjs';
|
|
17
|
+
export { C as CustomHostnameOverrides, E as EntitlementField, b as EntitlementValue, L as License, a as LicenseChannel, P as PortalLicenseField, f as fetchLicense } from './fetch-license-iTyF7_GY.mjs';
|
|
14
18
|
import 'react/jsx-runtime';
|
|
19
|
+
import './release-history-panel.mjs';
|
|
15
20
|
import './actions/change-team.mjs';
|
|
21
|
+
import './actions/trial-signup.mjs';
|
|
16
22
|
|
|
17
23
|
/**
|
|
18
24
|
* Types that describe the metadata schema documented in
|
package/dist/index.d.ts
CHANGED
|
@@ -2,17 +2,23 @@ export { PortalThemeOverrides, PortalThemeTokens, createPortalTheme, portalTheme
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
4
4
|
export { LicenseDetails, LicenseDetailsProps } from './license-details.js';
|
|
5
|
-
export { C as Customer,
|
|
5
|
+
export { C as Customer, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-CEqw0KpO.js';
|
|
6
6
|
export { a as UpdatesCard, U as UpdatesCardProps } from './updates-card-BbubBrVR.js';
|
|
7
7
|
export { SupportCard } from './support-card.js';
|
|
8
8
|
export { UserSettings, UserSettingsCustomer, UserSettingsNotification, UserSettingsProps, UserSettingsTeam, UserSettingsUser } from './user-settings.js';
|
|
9
9
|
export { UserSettingsCard } from './user-settings-card.js';
|
|
10
10
|
export { a as TeamSettingsCard, T as TeamSettingsCardProps } from './team-settings-card-Dq1d9b5c.js';
|
|
11
11
|
export { UpdateLayout } from './update-layout.js';
|
|
12
|
-
export {
|
|
12
|
+
export { ConvertToReleaseEntryOptions, DEFAULT_FAVICON, DEFAULT_PRIMARY_COLOR, DEFAULT_SECONDARY_COLOR, ReleaseNotesMode, UnauthorizedError, authenticatedFetch, convertToReleaseEntry, deleteSessionCookie, formatBytes, formatDate, formatDateShort, formatDateTime, formatDateTimeLocal, isHttpApiOrigin, isRedirectError, validateSession } from './utils/index.js';
|
|
13
|
+
export { d as decodeBranding, n as normalizeColor, s as sanitizeUrlForCss } from './branding-BsMSywts.js';
|
|
14
|
+
export { SetSamlSessionResult, handleSamlAcs, setSamlSessionImpl } from './saml-handlers.js';
|
|
15
|
+
export { C as ChannelRelease, Z as CustomBrandingResponse, ad as DeleteSupportBundleInput, ae as DeleteSupportBundleResult, a1 as DownloadPortalRelease, ar as DownloadSBOMInput, ab as DownloadSupportBundleInput, ac as DownloadSupportBundleResult, F as FetchChannelReleasesResult, as as FetchCurrentUserInput, at as FetchCurrentUserResult, _ as FetchLicenseInput, $ as FetchLicenseResult, ay as FetchNotificationsInput, az as FetchNotificationsResult, an as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ak as GetSecurityInfoInput, al as GetSecurityInfoResult, ap as GetSecurityInfoSBOMInput, aq as GetSecurityInfoSBOMResult, a3 as InitiateLoginInput, a4 as InitiateLoginResult, a2 as ListReleasesResult, a8 as ListSupportBundlesInput, a9 as ListSupportBundlesResult, ax as NotificationSetting, W as PortalActionContext, X as PortalActionVisibility, Y as PortalServerActionDefinition, a0 as ReleaseHelmChart, ao as SBOMMetadata, am as SecurityInfoDiff, ah as SecurityInstallType, S as SecurityReleaseImage, ai as SecurityScanSummary, aj as SecurityScanWrapper, aa as SupportBundleInsight, q as SupportBundleSummary, aA as UpdateNotificationsInput, aB as UpdateNotificationsResult, av as UpdateUserInput, aw as UpdateUserResult, af as UploadSupportBundleCompleteInput, ag as UploadSupportBundleCompleteResult, au as UserProfile, a7 as VerifyMagicLinkError, a5 as VerifyMagicLinkInput, a6 as VerifyMagicLinkResult, B as decodeJwtPayload, r as defineServerAction, y as deleteSupportBundle, O as downloadSecuritySBOM, x as downloadSupportBundle, Q as fetchCurrentUser, s as fetchCustomBranding, J as fetchDashboardComposite, T as fetchNotifications, E as getCustomerIdFromToken, K as getSecurityInfo, L as getSecurityInfoDiff, M as getSecurityInfoSBOM, A as getSupportBundleUploadUrl, v as initiateLogin, t as listReleases, w as listSupportBundles, V as updateNotifications, R as updateUser, z as uploadSupportBundle, H as verifyMagicLink } from './index-sMbq94M7.js';
|
|
13
16
|
export { InitialSecurityData } from './security-card.js';
|
|
17
|
+
export { C as CustomHostnameOverrides, E as EntitlementField, b as EntitlementValue, L as License, a as LicenseChannel, P as PortalLicenseField, f as fetchLicense } from './fetch-license-iTyF7_GY.js';
|
|
14
18
|
import 'react/jsx-runtime';
|
|
19
|
+
import './release-history-panel.js';
|
|
15
20
|
import './actions/change-team.js';
|
|
21
|
+
import './actions/trial-signup.js';
|
|
16
22
|
|
|
17
23
|
/**
|
|
18
24
|
* Types that describe the metadata schema documented in
|