@replicated/portal-components 0.0.25 → 0.0.27

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.
Files changed (172) hide show
  1. package/components/metadata/registry.json +2 -2
  2. package/components/metadata/registry.md +2 -2
  3. package/dist/actions/branding-actions.js +6 -4
  4. package/dist/actions/branding-actions.js.map +1 -1
  5. package/dist/actions/change-team.js +1 -0
  6. package/dist/actions/change-team.js.map +1 -1
  7. package/dist/actions/index.d.mts +1 -1
  8. package/dist/actions/index.d.ts +1 -1
  9. package/dist/actions/index.js +1 -50
  10. package/dist/actions/index.js.map +1 -1
  11. package/dist/actions/install-actions.d.mts +1 -1
  12. package/dist/actions/install-actions.d.ts +1 -1
  13. package/dist/actions/install-actions.js +1 -0
  14. package/dist/actions/install-actions.js.map +1 -1
  15. package/dist/actions/invite-actions.js +6 -5
  16. package/dist/actions/invite-actions.js.map +1 -1
  17. package/dist/actions/magic-link-actions.js +6 -5
  18. package/dist/actions/magic-link-actions.js.map +1 -1
  19. package/dist/actions/service-account.d.mts +1 -1
  20. package/dist/actions/service-account.d.ts +1 -1
  21. package/dist/actions/service-account.js +1 -0
  22. package/dist/actions/service-account.js.map +1 -1
  23. package/dist/actions/support-bundles.d.mts +1 -1
  24. package/dist/actions/support-bundles.d.ts +1 -1
  25. package/dist/actions/support-bundles.js +1 -50
  26. package/dist/actions/support-bundles.js.map +1 -1
  27. package/dist/actions/team-settings.d.mts +1 -1
  28. package/dist/actions/team-settings.d.ts +1 -1
  29. package/dist/actions/team-settings.js +1 -0
  30. package/dist/actions/team-settings.js.map +1 -1
  31. package/dist/actions/trial-signup-actions.js +6 -5
  32. package/dist/actions/trial-signup-actions.js.map +1 -1
  33. package/dist/actions/trial-signup.js +6 -5
  34. package/dist/actions/trial-signup.js.map +1 -1
  35. package/dist/actions/user-settings.d.mts +1 -1
  36. package/dist/actions/user-settings.d.ts +1 -1
  37. package/dist/actions/user-settings.js +1 -0
  38. package/dist/actions/user-settings.js.map +1 -1
  39. package/dist/airgap-instances.d.mts +1 -1
  40. package/dist/airgap-instances.d.ts +1 -1
  41. package/dist/airgap-instances.js +25 -25
  42. package/dist/airgap-instances.js.map +1 -1
  43. package/dist/{saml-handlers.d.mts → api/saml.d.mts} +2 -2
  44. package/dist/{saml-handlers.d.ts → api/saml.d.ts} +2 -2
  45. package/dist/{saml-handlers.js → api/saml.js} +4 -3
  46. package/dist/api/saml.js.map +1 -0
  47. package/dist/api/support-bundles.d.mts +22 -0
  48. package/dist/api/support-bundles.d.ts +22 -0
  49. package/dist/api/support-bundles.js +245 -0
  50. package/dist/api/support-bundles.js.map +1 -0
  51. package/dist/{branding-BsMSywts.d.mts → branding-DmsrDTNE.d.mts} +2 -1
  52. package/dist/{branding-BsMSywts.d.ts → branding-DmsrDTNE.d.ts} +2 -1
  53. package/dist/esm/actions/branding-actions.js +6 -4
  54. package/dist/esm/actions/branding-actions.js.map +1 -1
  55. package/dist/esm/actions/change-team.js +1 -0
  56. package/dist/esm/actions/change-team.js.map +1 -1
  57. package/dist/esm/actions/index.js +2 -50
  58. package/dist/esm/actions/index.js.map +1 -1
  59. package/dist/esm/actions/install-actions.js +1 -0
  60. package/dist/esm/actions/install-actions.js.map +1 -1
  61. package/dist/esm/actions/invite-actions.js +6 -5
  62. package/dist/esm/actions/invite-actions.js.map +1 -1
  63. package/dist/esm/actions/magic-link-actions.js +6 -5
  64. package/dist/esm/actions/magic-link-actions.js.map +1 -1
  65. package/dist/esm/actions/service-account.js +1 -0
  66. package/dist/esm/actions/service-account.js.map +1 -1
  67. package/dist/esm/actions/support-bundles.js +2 -50
  68. package/dist/esm/actions/support-bundles.js.map +1 -1
  69. package/dist/esm/actions/team-settings.js +1 -0
  70. package/dist/esm/actions/team-settings.js.map +1 -1
  71. package/dist/esm/actions/trial-signup-actions.js +6 -5
  72. package/dist/esm/actions/trial-signup-actions.js.map +1 -1
  73. package/dist/esm/actions/trial-signup.js +6 -5
  74. package/dist/esm/actions/trial-signup.js.map +1 -1
  75. package/dist/esm/actions/user-settings.js +1 -0
  76. package/dist/esm/actions/user-settings.js.map +1 -1
  77. package/dist/esm/airgap-instances.js +25 -25
  78. package/dist/esm/airgap-instances.js.map +1 -1
  79. package/dist/esm/{saml-handlers.js → api/saml.js} +4 -3
  80. package/dist/esm/api/saml.js.map +1 -0
  81. package/dist/esm/api/support-bundles.js +243 -0
  82. package/dist/esm/api/support-bundles.js.map +1 -0
  83. package/dist/esm/helm-install-wizard.js +1 -0
  84. package/dist/esm/helm-install-wizard.js.map +1 -1
  85. package/dist/esm/index.js +262 -215
  86. package/dist/esm/index.js.map +1 -1
  87. package/dist/esm/install-actions.js +1 -0
  88. package/dist/esm/install-actions.js.map +1 -1
  89. package/dist/esm/instance-card.js +25 -25
  90. package/dist/esm/instance-card.js.map +1 -1
  91. package/dist/esm/license-details.js +1 -0
  92. package/dist/esm/license-details.js.map +1 -1
  93. package/dist/esm/linux-install-wizard.js +1 -0
  94. package/dist/esm/linux-install-wizard.js.map +1 -1
  95. package/dist/esm/online-instance-list.js +25 -25
  96. package/dist/esm/online-instance-list.js.map +1 -1
  97. package/dist/esm/saml-callback-client.js.map +1 -1
  98. package/dist/esm/security-card.js +39 -24
  99. package/dist/esm/security-card.js.map +1 -1
  100. package/dist/esm/support-card.js +1 -0
  101. package/dist/esm/support-card.js.map +1 -1
  102. package/dist/esm/top-nav.js +82 -79
  103. package/dist/esm/top-nav.js.map +1 -1
  104. package/dist/esm/update-layout.js +82 -79
  105. package/dist/esm/update-layout.js.map +1 -1
  106. package/dist/esm/upload-support-bundle-modal.js +46 -16
  107. package/dist/esm/upload-support-bundle-modal.js.map +1 -1
  108. package/dist/esm/utils/index.js +48 -1
  109. package/dist/esm/utils/index.js.map +1 -1
  110. package/dist/helm-install-wizard.d.mts +2 -2
  111. package/dist/helm-install-wizard.d.ts +2 -2
  112. package/dist/helm-install-wizard.js +1 -0
  113. package/dist/helm-install-wizard.js.map +1 -1
  114. package/dist/{index-DXy7RxOX.d.ts → index-Bcp17Mf3.d.ts} +1 -16
  115. package/dist/{index-JX9-CIMA.d.mts → index-DaH1bSuO.d.mts} +1 -16
  116. package/dist/index.d.mts +5 -4
  117. package/dist/index.d.ts +5 -4
  118. package/dist/index.js +262 -214
  119. package/dist/index.js.map +1 -1
  120. package/dist/install-actions.d.mts +2 -2
  121. package/dist/install-actions.d.ts +2 -2
  122. package/dist/install-actions.js +1 -0
  123. package/dist/install-actions.js.map +1 -1
  124. package/dist/instance-card.d.mts +1 -1
  125. package/dist/instance-card.d.ts +1 -1
  126. package/dist/instance-card.js +25 -25
  127. package/dist/instance-card.js.map +1 -1
  128. package/dist/license-details.js +1 -0
  129. package/dist/license-details.js.map +1 -1
  130. package/dist/linux-install-wizard.d.mts +2 -2
  131. package/dist/linux-install-wizard.d.ts +2 -2
  132. package/dist/linux-install-wizard.js +1 -0
  133. package/dist/linux-install-wizard.js.map +1 -1
  134. package/dist/online-instance-list.d.mts +1 -1
  135. package/dist/online-instance-list.d.ts +1 -1
  136. package/dist/online-instance-list.js +25 -25
  137. package/dist/online-instance-list.js.map +1 -1
  138. package/dist/pending-installations.d.mts +1 -1
  139. package/dist/pending-installations.d.ts +1 -1
  140. package/dist/saml-callback-client.d.mts +1 -1
  141. package/dist/saml-callback-client.d.ts +1 -1
  142. package/dist/saml-callback-client.js.map +1 -1
  143. package/dist/security-card.d.mts +1 -1
  144. package/dist/security-card.d.ts +1 -1
  145. package/dist/security-card.js +43 -24
  146. package/dist/security-card.js.map +1 -1
  147. package/dist/styles.css +4 -12
  148. package/dist/support-bundles-card.d.mts +1 -1
  149. package/dist/support-bundles-card.d.ts +1 -1
  150. package/dist/support-card.js +1 -0
  151. package/dist/support-card.js.map +1 -1
  152. package/dist/{top-nav-CEqw0KpO.d.ts → top-nav-8f2U69MF.d.ts} +1 -1
  153. package/dist/{top-nav-BUQAGoG1.d.mts → top-nav-B2yA3PC7.d.mts} +1 -1
  154. package/dist/top-nav.d.mts +2 -2
  155. package/dist/top-nav.d.ts +2 -2
  156. package/dist/top-nav.js +82 -79
  157. package/dist/top-nav.js.map +1 -1
  158. package/dist/update-layout.js +82 -79
  159. package/dist/update-layout.js.map +1 -1
  160. package/dist/upload-support-bundle-modal.d.mts +9 -9
  161. package/dist/upload-support-bundle-modal.d.ts +9 -9
  162. package/dist/upload-support-bundle-modal.js +46 -16
  163. package/dist/upload-support-bundle-modal.js.map +1 -1
  164. package/dist/upload-with-progress-D760HthX.d.mts +35 -0
  165. package/dist/upload-with-progress-D760HthX.d.ts +35 -0
  166. package/dist/utils/index.d.mts +3 -2
  167. package/dist/utils/index.d.ts +3 -2
  168. package/dist/utils/index.js +48 -0
  169. package/dist/utils/index.js.map +1 -1
  170. package/package.json +10 -5
  171. package/dist/esm/saml-handlers.js.map +0 -1
  172. package/dist/saml-handlers.js.map +0 -1
@@ -382,12 +382,6 @@ interface ActionResult {
382
382
  error?: string;
383
383
  signedUrl?: string;
384
384
  }
385
- interface UploadSupportBundleResult$1 {
386
- success: boolean;
387
- error?: string;
388
- bundleId?: string;
389
- bundleSlug?: string;
390
- }
391
385
  interface ListBundlesResult {
392
386
  success: boolean;
393
387
  error?: string;
@@ -396,7 +390,6 @@ interface ListBundlesResult {
396
390
  }
397
391
  declare const downloadSupportBundleAction: (bundleId: string) => Promise<ActionResult>;
398
392
  declare const deleteSupportBundleAction: (bundleId: string) => Promise<ActionResult>;
399
- declare const uploadSupportBundleAction: (formData: FormData) => Promise<UploadSupportBundleResult$1>;
400
393
  declare const listSupportBundlesAction: () => Promise<ListBundlesResult>;
401
394
 
402
395
  interface UserPermissions {
@@ -528,14 +521,6 @@ interface DeleteSupportBundleInput {
528
521
  interface DeleteSupportBundleResult {
529
522
  success: boolean;
530
523
  }
531
- interface UploadSupportBundleInput {
532
- token: string;
533
- appId: string;
534
- }
535
- interface UploadSupportBundleResult {
536
- uploadUrl: string;
537
- appId: string;
538
- }
539
524
  interface UploadSupportBundleCompleteInput {
540
525
  token: string;
541
526
  appId: string;
@@ -1050,4 +1035,4 @@ interface DocumentationResult {
1050
1035
  */
1051
1036
  declare const fetchDocumentation: () => Promise<DocumentationResult>;
1052
1037
 
1053
- 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, type DocumentationResult as cm, fetchDocumentation as cn, fetchAppInfo as co, fetchUser as cp, type UserResult as cq, type UserContext as cr, type UserPermissions as cs, 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 };
1038
+ 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 DeprovisionSamlResult 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 ServiceAccountSummary as bA, type FetchTeamStatsResult as bB, type FetchDashboardInstancesInput as bC, type FetchDashboardInstancesResult as bD, fetchTeamStats as bE, fetchDashboardInstances as bF, type FetchTeamUsersInput as bG, type FetchTeamUsersResult as bH, type InviteUserInput as bI, type InviteUserResult as bJ, type DeleteUserInput as bK, type DeleteUserResult as bL, type FetchServiceAccountsInput as bM, type FetchServiceAccountsResult as bN, type RevokeServiceAccountInput as bO, type RevokeServiceAccountResult as bP, type RotateServiceAccountTokenInput as bQ, type RotateServiceAccountTokenResult as bR, type FetchInstancesInput as bS, type FetchInstancesResult as bT, type FetchSamlConfigInput as bU, type FetchSamlConfigResult as bV, type UpdateSamlConfigInput as bW, type UpdateSamlConfigResult as bX, type ToggleSamlEnabledInput as bY, type ToggleSamlEnabledResult as bZ, type DeprovisionSamlInput 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 ListBundlesResult as bn, downloadSupportBundleAction as bo, deleteSupportBundleAction as bp, listSupportBundlesAction as bq, getApiOrigin as br, type FetchCustomersInput as bs, type Customer as bt, type FetchCustomersResult as bu, type SwitchCustomerInput as bv, type SwitchCustomerResult as bw, fetchCustomers as bx, switchCustomer as by, type FetchTeamStatsInput as bz, type CreateInstallOptionsResult as c, fetchTeamUsers as c0, inviteUser as c1, deleteUser as c2, fetchServiceAccounts as c3, revokeServiceAccount as c4, rotateServiceAccountToken as c5, fetchInstances as c6, fetchSamlConfig as c7, updateSamlConfig as c8, toggleSamlEnabled as c9, deprovisionSaml as ca, type AcceptInviteInput as cb, type AcceptInviteResult as cc, type AcceptInviteError as cd, acceptInvite as ce, type RefreshInviteInput as cf, type RefreshInviteResult as cg, refreshInvite as ch, type DocumentationResult as ci, fetchDocumentation as cj, fetchAppInfo as ck, fetchUser as cl, type UserResult as cm, type UserContext as cn, type UserPermissions as co, 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 };
@@ -382,12 +382,6 @@ interface ActionResult {
382
382
  error?: string;
383
383
  signedUrl?: string;
384
384
  }
385
- interface UploadSupportBundleResult$1 {
386
- success: boolean;
387
- error?: string;
388
- bundleId?: string;
389
- bundleSlug?: string;
390
- }
391
385
  interface ListBundlesResult {
392
386
  success: boolean;
393
387
  error?: string;
@@ -396,7 +390,6 @@ interface ListBundlesResult {
396
390
  }
397
391
  declare const downloadSupportBundleAction: (bundleId: string) => Promise<ActionResult>;
398
392
  declare const deleteSupportBundleAction: (bundleId: string) => Promise<ActionResult>;
399
- declare const uploadSupportBundleAction: (formData: FormData) => Promise<UploadSupportBundleResult$1>;
400
393
  declare const listSupportBundlesAction: () => Promise<ListBundlesResult>;
401
394
 
402
395
  interface UserPermissions {
@@ -528,14 +521,6 @@ interface DeleteSupportBundleInput {
528
521
  interface DeleteSupportBundleResult {
529
522
  success: boolean;
530
523
  }
531
- interface UploadSupportBundleInput {
532
- token: string;
533
- appId: string;
534
- }
535
- interface UploadSupportBundleResult {
536
- uploadUrl: string;
537
- appId: string;
538
- }
539
524
  interface UploadSupportBundleCompleteInput {
540
525
  token: string;
541
526
  appId: string;
@@ -1050,4 +1035,4 @@ interface DocumentationResult {
1050
1035
  */
1051
1036
  declare const fetchDocumentation: () => Promise<DocumentationResult>;
1052
1037
 
1053
- 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, type DocumentationResult as cm, fetchDocumentation as cn, fetchAppInfo as co, fetchUser as cp, type UserResult as cq, type UserContext as cr, type UserPermissions as cs, 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 };
1038
+ 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 DeprovisionSamlResult 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 ServiceAccountSummary as bA, type FetchTeamStatsResult as bB, type FetchDashboardInstancesInput as bC, type FetchDashboardInstancesResult as bD, fetchTeamStats as bE, fetchDashboardInstances as bF, type FetchTeamUsersInput as bG, type FetchTeamUsersResult as bH, type InviteUserInput as bI, type InviteUserResult as bJ, type DeleteUserInput as bK, type DeleteUserResult as bL, type FetchServiceAccountsInput as bM, type FetchServiceAccountsResult as bN, type RevokeServiceAccountInput as bO, type RevokeServiceAccountResult as bP, type RotateServiceAccountTokenInput as bQ, type RotateServiceAccountTokenResult as bR, type FetchInstancesInput as bS, type FetchInstancesResult as bT, type FetchSamlConfigInput as bU, type FetchSamlConfigResult as bV, type UpdateSamlConfigInput as bW, type UpdateSamlConfigResult as bX, type ToggleSamlEnabledInput as bY, type ToggleSamlEnabledResult as bZ, type DeprovisionSamlInput 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 ListBundlesResult as bn, downloadSupportBundleAction as bo, deleteSupportBundleAction as bp, listSupportBundlesAction as bq, getApiOrigin as br, type FetchCustomersInput as bs, type Customer as bt, type FetchCustomersResult as bu, type SwitchCustomerInput as bv, type SwitchCustomerResult as bw, fetchCustomers as bx, switchCustomer as by, type FetchTeamStatsInput as bz, type CreateInstallOptionsResult as c, fetchTeamUsers as c0, inviteUser as c1, deleteUser as c2, fetchServiceAccounts as c3, revokeServiceAccount as c4, rotateServiceAccountToken as c5, fetchInstances as c6, fetchSamlConfig as c7, updateSamlConfig as c8, toggleSamlEnabled as c9, deprovisionSaml as ca, type AcceptInviteInput as cb, type AcceptInviteResult as cc, type AcceptInviteError as cd, acceptInvite as ce, type RefreshInviteInput as cf, type RefreshInviteResult as cg, refreshInvite as ch, type DocumentationResult as ci, fetchDocumentation as cj, fetchAppInfo as ck, fetchUser as cl, type UserResult as cm, type UserContext as cn, type UserPermissions as co, 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,7 +2,7 @@ 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, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-BUQAGoG1.mjs';
5
+ export { C as Customer, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-B2yA3PC7.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';
@@ -10,9 +10,10 @@ 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
12
  export { ConvertToReleaseEntryOptions, DEFAULT_FAVICON, DEFAULT_PRIMARY_COLOR, DEFAULT_SECONDARY_COLOR, ReleaseNotesMode, UnauthorizedError, authenticatedFetch, convertToReleaseEntry, 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-JX9-CIMA.mjs';
13
+ export { a as BackgroundType, B as BrandingResult, d as decodeBranding, n as normalizeColor, s as sanitizeUrlForCss } from './branding-DmsrDTNE.mjs';
14
+ export { U as UploadSupportBundleResult, u as uploadSupportBundleWithProgress } from './upload-with-progress-D760HthX.mjs';
15
+ export { SetSamlSessionResult, handleSamlAcs, setSamlSessionImpl } from './api/saml.mjs';
16
+ 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-DaH1bSuO.mjs';
16
17
  export { InitialSecurityData } from './security-card.mjs';
17
18
  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';
18
19
  import 'react/jsx-runtime';
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ 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, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-CEqw0KpO.js';
5
+ export { C as Customer, c as TopNav, a as TopNavBranding, T as TopNavLink, b as TopNavProps, d as defaultTopNavLinks } from './top-nav-8f2U69MF.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';
@@ -10,9 +10,10 @@ 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
12
  export { ConvertToReleaseEntryOptions, DEFAULT_FAVICON, DEFAULT_PRIMARY_COLOR, DEFAULT_SECONDARY_COLOR, ReleaseNotesMode, UnauthorizedError, authenticatedFetch, convertToReleaseEntry, 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-DXy7RxOX.js';
13
+ export { a as BackgroundType, B as BrandingResult, d as decodeBranding, n as normalizeColor, s as sanitizeUrlForCss } from './branding-DmsrDTNE.js';
14
+ export { U as UploadSupportBundleResult, u as uploadSupportBundleWithProgress } from './upload-with-progress-D760HthX.js';
15
+ export { SetSamlSessionResult, handleSamlAcs, setSamlSessionImpl } from './api/saml.js';
16
+ 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-Bcp17Mf3.js';
16
17
  export { InitialSecurityData } from './security-card.js';
17
18
  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';
18
19
  import 'react/jsx-runtime';