@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.
Files changed (244) hide show
  1. package/components/metadata/registry.json +2 -2
  2. package/components/metadata/registry.md +2 -2
  3. package/dist/actions/change-team.js +66 -7
  4. package/dist/actions/change-team.js.map +1 -1
  5. package/dist/actions/index.d.mts +3 -1
  6. package/dist/actions/index.d.ts +3 -1
  7. package/dist/actions/index.js +182 -465
  8. package/dist/actions/index.js.map +1 -1
  9. package/dist/actions/install-actions.d.mts +3 -1
  10. package/dist/actions/install-actions.d.ts +3 -1
  11. package/dist/actions/install-actions.js +58 -5
  12. package/dist/actions/install-actions.js.map +1 -1
  13. package/dist/actions/service-account.d.mts +3 -1
  14. package/dist/actions/service-account.d.ts +3 -1
  15. package/dist/actions/service-account.js +58 -5
  16. package/dist/actions/service-account.js.map +1 -1
  17. package/dist/actions/support-bundles.d.mts +3 -1
  18. package/dist/actions/support-bundles.d.ts +3 -1
  19. package/dist/actions/support-bundles.js +58 -5
  20. package/dist/actions/support-bundles.js.map +1 -1
  21. package/dist/actions/team-settings.d.mts +3 -1
  22. package/dist/actions/team-settings.d.ts +3 -1
  23. package/dist/actions/team-settings.js +91 -27
  24. package/dist/actions/team-settings.js.map +1 -1
  25. package/dist/actions/trial-signup.d.mts +24 -0
  26. package/dist/actions/trial-signup.d.ts +24 -0
  27. package/dist/actions/trial-signup.js +482 -0
  28. package/dist/actions/trial-signup.js.map +1 -0
  29. package/dist/actions/user-settings.d.mts +3 -1
  30. package/dist/actions/user-settings.d.ts +3 -1
  31. package/dist/actions/user-settings.js +58 -5
  32. package/dist/actions/user-settings.js.map +1 -1
  33. package/dist/airgap-instances.d.mts +3 -1
  34. package/dist/airgap-instances.d.ts +3 -1
  35. package/dist/airgap-instances.js +41 -112
  36. package/dist/airgap-instances.js.map +1 -1
  37. package/dist/branding-BsMSywts.d.mts +36 -0
  38. package/dist/branding-BsMSywts.d.ts +36 -0
  39. package/dist/error-page.js +10 -2
  40. package/dist/error-page.js.map +1 -1
  41. package/dist/error.js +10 -2
  42. package/dist/error.js.map +1 -1
  43. package/dist/esm/actions/change-team.js +66 -7
  44. package/dist/esm/actions/change-team.js.map +1 -1
  45. package/dist/esm/actions/index.js +181 -462
  46. package/dist/esm/actions/index.js.map +1 -1
  47. package/dist/esm/actions/install-actions.js +58 -5
  48. package/dist/esm/actions/install-actions.js.map +1 -1
  49. package/dist/esm/actions/service-account.js +58 -5
  50. package/dist/esm/actions/service-account.js.map +1 -1
  51. package/dist/esm/actions/support-bundles.js +58 -5
  52. package/dist/esm/actions/support-bundles.js.map +1 -1
  53. package/dist/esm/actions/team-settings.js +91 -27
  54. package/dist/esm/actions/team-settings.js.map +1 -1
  55. package/dist/esm/actions/trial-signup.js +478 -0
  56. package/dist/esm/actions/trial-signup.js.map +1 -0
  57. package/dist/esm/actions/user-settings.js +58 -5
  58. package/dist/esm/actions/user-settings.js.map +1 -1
  59. package/dist/esm/airgap-instances.js +40 -112
  60. package/dist/esm/airgap-instances.js.map +1 -1
  61. package/dist/esm/error-page.js +10 -2
  62. package/dist/esm/error-page.js.map +1 -1
  63. package/dist/esm/error.js +10 -2
  64. package/dist/esm/error.js.map +1 -1
  65. package/dist/esm/helm-install-wizard.js +118 -79
  66. package/dist/esm/helm-install-wizard.js.map +1 -1
  67. package/dist/esm/index.js +706 -438
  68. package/dist/esm/index.js.map +1 -1
  69. package/dist/esm/install-actions.js +40 -5
  70. package/dist/esm/install-actions.js.map +1 -1
  71. package/dist/esm/install-card.js +9 -6
  72. package/dist/esm/install-card.js.map +1 -1
  73. package/dist/esm/install-targets.js +9 -2
  74. package/dist/esm/install-targets.js.map +1 -1
  75. package/dist/esm/instance-card.js +39 -111
  76. package/dist/esm/instance-card.js.map +1 -1
  77. package/dist/esm/join-team.js +9 -3
  78. package/dist/esm/join-team.js.map +1 -1
  79. package/dist/esm/license-card.js +24 -22
  80. package/dist/esm/license-card.js.map +1 -1
  81. package/dist/esm/license-details.js +128 -334
  82. package/dist/esm/license-details.js.map +1 -1
  83. package/dist/esm/linux-install-wizard.js +95 -41
  84. package/dist/esm/linux-install-wizard.js.map +1 -1
  85. package/dist/esm/login.js +20 -4
  86. package/dist/esm/login.js.map +1 -1
  87. package/dist/esm/middleware.js +33 -0
  88. package/dist/esm/middleware.js.map +1 -0
  89. package/dist/esm/online-instance-list.js +40 -112
  90. package/dist/esm/online-instance-list.js.map +1 -1
  91. package/dist/esm/release-history-panel.js +27 -14
  92. package/dist/esm/release-history-panel.js.map +1 -1
  93. package/dist/esm/saml-callback-client.js +82 -0
  94. package/dist/esm/saml-callback-client.js.map +1 -0
  95. package/dist/esm/saml-handlers.js +138 -0
  96. package/dist/esm/saml-handlers.js.map +1 -0
  97. package/dist/esm/security-card.js +53 -38
  98. package/dist/esm/security-card.js.map +1 -1
  99. package/dist/esm/service-accounts-tab.js +800 -0
  100. package/dist/esm/service-accounts-tab.js.map +1 -0
  101. package/dist/esm/support-bundle-collection-card.js +48 -24
  102. package/dist/esm/support-bundle-collection-card.js.map +1 -1
  103. package/dist/esm/support-bundles-card.js +10 -5
  104. package/dist/esm/support-bundles-card.js.map +1 -1
  105. package/dist/esm/support-card.js +37 -5
  106. package/dist/esm/support-card.js.map +1 -1
  107. package/dist/esm/team-selection.js +5 -1
  108. package/dist/esm/team-selection.js.map +1 -1
  109. package/dist/esm/team-settings-card.js +5 -2
  110. package/dist/esm/team-settings-card.js.map +1 -1
  111. package/dist/esm/team-settings.js +7 -2
  112. package/dist/esm/team-settings.js.map +1 -1
  113. package/dist/esm/top-nav-user-menu.js +5 -1
  114. package/dist/esm/top-nav-user-menu.js.map +1 -1
  115. package/dist/esm/top-nav.js +175 -62
  116. package/dist/esm/top-nav.js.map +1 -1
  117. package/dist/esm/trial-signup.js +256 -0
  118. package/dist/esm/trial-signup.js.map +1 -0
  119. package/dist/esm/update-layout.js +175 -62
  120. package/dist/esm/update-layout.js.map +1 -1
  121. package/dist/esm/updates-card.js +15 -4
  122. package/dist/esm/updates-card.js.map +1 -1
  123. package/dist/esm/upload-support-bundle-modal.js +9 -4
  124. package/dist/esm/upload-support-bundle-modal.js.map +1 -1
  125. package/dist/esm/user-settings-card.js +5 -2
  126. package/dist/esm/user-settings-card.js.map +1 -1
  127. package/dist/esm/user-settings.js +12 -6
  128. package/dist/esm/user-settings.js.map +1 -1
  129. package/dist/esm/utils/index.js +204 -13
  130. package/dist/esm/utils/index.js.map +1 -1
  131. package/dist/fetch-license-iTyF7_GY.d.mts +81 -0
  132. package/dist/fetch-license-iTyF7_GY.d.ts +81 -0
  133. package/dist/helm-install-wizard.d.mts +11 -3
  134. package/dist/helm-install-wizard.d.ts +11 -3
  135. package/dist/helm-install-wizard.js +118 -79
  136. package/dist/helm-install-wizard.js.map +1 -1
  137. package/dist/{index-BAiVrSSR.d.mts → index-DyzJ0yKD.d.mts} +48 -50
  138. package/dist/{index-DWt-N5od.d.ts → index-sMbq94M7.d.ts} +48 -50
  139. package/dist/index.d.mts +8 -2
  140. package/dist/index.d.ts +8 -2
  141. package/dist/index.js +726 -438
  142. package/dist/index.js.map +1 -1
  143. package/dist/install-actions.d.mts +4 -2
  144. package/dist/install-actions.d.ts +4 -2
  145. package/dist/install-actions.js +40 -5
  146. package/dist/install-actions.js.map +1 -1
  147. package/dist/install-card.d.mts +2 -3
  148. package/dist/install-card.d.ts +2 -3
  149. package/dist/install-card.js +9 -6
  150. package/dist/install-card.js.map +1 -1
  151. package/dist/install-targets.js +9 -2
  152. package/dist/install-targets.js.map +1 -1
  153. package/dist/instance-card.d.mts +3 -1
  154. package/dist/instance-card.d.ts +3 -1
  155. package/dist/instance-card.js +40 -111
  156. package/dist/instance-card.js.map +1 -1
  157. package/dist/join-team.js +9 -3
  158. package/dist/join-team.js.map +1 -1
  159. package/dist/license-card.d.mts +2 -3
  160. package/dist/license-card.d.ts +2 -3
  161. package/dist/license-card.js +24 -22
  162. package/dist/license-card.js.map +1 -1
  163. package/dist/license-details.js +128 -334
  164. package/dist/license-details.js.map +1 -1
  165. package/dist/linux-install-wizard.d.mts +9 -3
  166. package/dist/linux-install-wizard.d.ts +9 -3
  167. package/dist/linux-install-wizard.js +95 -41
  168. package/dist/linux-install-wizard.js.map +1 -1
  169. package/dist/login.d.mts +4 -0
  170. package/dist/login.d.ts +4 -0
  171. package/dist/login.js +20 -4
  172. package/dist/login.js.map +1 -1
  173. package/dist/middleware.d.mts +13 -0
  174. package/dist/middleware.d.ts +13 -0
  175. package/dist/middleware.js +35 -0
  176. package/dist/middleware.js.map +1 -0
  177. package/dist/online-instance-list.d.mts +3 -1
  178. package/dist/online-instance-list.d.ts +3 -1
  179. package/dist/online-instance-list.js +41 -112
  180. package/dist/online-instance-list.js.map +1 -1
  181. package/dist/pending-installations.d.mts +3 -1
  182. package/dist/pending-installations.d.ts +3 -1
  183. package/dist/release-history-panel.js +27 -14
  184. package/dist/release-history-panel.js.map +1 -1
  185. package/dist/saml-callback-client.d.mts +36 -0
  186. package/dist/saml-callback-client.d.ts +36 -0
  187. package/dist/saml-callback-client.js +88 -0
  188. package/dist/saml-callback-client.js.map +1 -0
  189. package/dist/saml-handlers.d.mts +50 -0
  190. package/dist/saml-handlers.d.ts +50 -0
  191. package/dist/saml-handlers.js +141 -0
  192. package/dist/saml-handlers.js.map +1 -0
  193. package/dist/security-card.d.mts +3 -1
  194. package/dist/security-card.d.ts +3 -1
  195. package/dist/security-card.js +53 -38
  196. package/dist/security-card.js.map +1 -1
  197. package/dist/service-accounts-tab.d.mts +51 -0
  198. package/dist/service-accounts-tab.d.ts +51 -0
  199. package/dist/service-accounts-tab.js +802 -0
  200. package/dist/service-accounts-tab.js.map +1 -0
  201. package/dist/styles.css +375 -127
  202. package/dist/support-bundle-collection-card.d.mts +1 -1
  203. package/dist/support-bundle-collection-card.d.ts +1 -1
  204. package/dist/support-bundle-collection-card.js +47 -23
  205. package/dist/support-bundle-collection-card.js.map +1 -1
  206. package/dist/support-bundles-card.d.mts +4 -2
  207. package/dist/support-bundles-card.d.ts +4 -2
  208. package/dist/support-bundles-card.js +10 -5
  209. package/dist/support-bundles-card.js.map +1 -1
  210. package/dist/support-card.js +37 -5
  211. package/dist/support-card.js.map +1 -1
  212. package/dist/team-selection.js +5 -1
  213. package/dist/team-selection.js.map +1 -1
  214. package/dist/team-settings-card.js +5 -2
  215. package/dist/team-settings-card.js.map +1 -1
  216. package/dist/team-settings.js +7 -2
  217. package/dist/team-settings.js.map +1 -1
  218. package/dist/{top-nav-IRIn66wS.d.ts → top-nav-BUQAGoG1.d.mts} +14 -2
  219. package/dist/{top-nav-IRIn66wS.d.mts → top-nav-CEqw0KpO.d.ts} +14 -2
  220. package/dist/top-nav-user-menu.js +5 -1
  221. package/dist/top-nav-user-menu.js.map +1 -1
  222. package/dist/top-nav.d.mts +2 -1
  223. package/dist/top-nav.d.ts +2 -1
  224. package/dist/top-nav.js +175 -62
  225. package/dist/top-nav.js.map +1 -1
  226. package/dist/trial-signup.d.mts +31 -0
  227. package/dist/trial-signup.d.ts +31 -0
  228. package/dist/trial-signup.js +258 -0
  229. package/dist/trial-signup.js.map +1 -0
  230. package/dist/update-layout.js +175 -62
  231. package/dist/update-layout.js.map +1 -1
  232. package/dist/updates-card.js +15 -4
  233. package/dist/updates-card.js.map +1 -1
  234. package/dist/upload-support-bundle-modal.js +9 -4
  235. package/dist/upload-support-bundle-modal.js.map +1 -1
  236. package/dist/user-settings-card.js +5 -2
  237. package/dist/user-settings-card.js.map +1 -1
  238. package/dist/user-settings.js +12 -6
  239. package/dist/user-settings.js.map +1 -1
  240. package/dist/utils/index.d.mts +74 -16
  241. package/dist/utils/index.d.ts +74 -16
  242. package/dist/utils/index.js +215 -12
  243. package/dist/utils/index.js.map +1 -1
  244. package/package.json +37 -2
@@ -1,2 +1,4 @@
1
- export { co as AcceptInviteError, cm as AcceptInviteInput, cn as AcceptInviteResult, C as ChannelRelease, h as CreateServiceAccountInput, a as CreateServiceAccountResult, a0 as CustomBrandingResponse, bC as Customer, ah as DeleteSupportBundleInput, ai as DeleteSupportBundleResult, bV as DeleteUserInput, bW as DeleteUserResult, c9 as DeprovisionSamlInput, ca as DeprovisionSamlResult, av as DownloadSBOMInput, af as DownloadSupportBundleInput, ag as DownloadSupportBundleResult, F as FetchChannelReleasesResult, aw as FetchCurrentUserInput, ax as FetchCurrentUserResult, bB as FetchCustomersInput, bD as FetchCustomersResult, bN as FetchDashboardInstancesInput, bO as FetchDashboardInstancesResult, bz as FetchInstallOptionsInput, j as FetchInstallOptionsResult, c1 as FetchInstancesInput, c2 as FetchInstancesResult, a1 as FetchLicenseDetailsInput, a2 as FetchLicenseDetailsResult, bA as FetchLicenseSummaryInput, k as FetchLicenseSummaryResult, aC as FetchNotificationsInput, aD as FetchNotificationsResult, c3 as FetchSamlConfigInput, c4 as FetchSamlConfigResult, bX as FetchServiceAccountsInput, bY as FetchServiceAccountsResult, bK as FetchTeamStatsInput, bM as FetchTeamStatsResult, bR as FetchTeamUsersInput, bS as FetchTeamUsersResult, ar as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ao as GetSecurityInfoInput, ap as GetSecurityInfoResult, at as GetSecurityInfoSBOMInput, au as GetSecurityInfoSBOMResult, a7 as InitiateLoginInput, a8 as InitiateLoginResult, p as InstallInstructions, I as InstallOptions, q as InstallStep, aO as InstallType, bh as Instance, bT as InviteUserInput, bU as InviteUserResult, aQ as KubernetesDistribution, br as ListBundlesResult, a3 as ListReleasesInput, a4 as ListReleasesResult, ac as ListSupportBundlesInput, ad as ListSupportBundlesResult, N as NetworkAvailability, aB as NotificationSetting, Z as PortalActionContext, _ as PortalActionVisibility, a5 as PortalLicenseDetails, a6 as PortalLicenseField, $ as PortalServerActionDefinition, cq as RefreshInviteInput, cr as RefreshInviteResult, aP as RegistryAvailability, bZ as RevokeServiceAccountInput, b_ as RevokeServiceAccountResult, b$ as RotateServiceAccountTokenInput, c0 as RotateServiceAccountTokenResult, bf as SAMLConfig, as as SBOMMetadata, aq as SecurityInfoDiff, al as SecurityInstallType, S as SecurityReleaseImage, am as SecurityScanSummary, an as SecurityScanWrapper, bg as ServiceAccount, i as ServiceAccountData, bL as ServiceAccountSummary, bp as SupportBundleActionResult, ae as SupportBundleInsight, s as SupportBundleSummary, bE as SwitchCustomerInput, bF as SwitchCustomerResult, bn as TeamForUserSettings, bi as TeamUser, c7 as ToggleSamlEnabledInput, c8 as ToggleSamlEnabledResult, aE as UpdateNotificationsInput, aF as UpdateNotificationsResult, c5 as UpdateSamlConfigInput, c6 as UpdateSamlConfigResult, az as UpdateUserInput, aA as UpdateUserResult, bq as UploadSupportBundleActionResult, aj as UploadSupportBundleCompleteInput, ak as UploadSupportBundleCompleteResult, bx as UploadSupportBundleInput, by as UploadSupportBundleResult, cw as UserContext, cx as UserPermissions, ay as UserProfile, cv as UserResult, ab as VerifyMagicLinkError, a9 as VerifyMagicLinkInput, aa as VerifyMagicLinkResult, cp as acceptInvite, aZ as createInstallOptionsAction, g as createServiceAccount, b1 as createServiceAccountAction, J as decodeJwtPayload, t as defineServerAction, B as deleteSupportBundle, bt as deleteSupportBundleAction, cd as deleteUser, b4 as deleteUserAction, cl as deprovisionSaml, bd as deprovisionSamlAction, b0 as discardInstallationAction, T as downloadSecuritySBOM, A as downloadSupportBundle, bs as downloadSupportBundleAction, ct as fetchAppInfo, aY as fetchChannelReleasesAction, V as fetchCurrentUser, bj as fetchCurrentUserAction, v as fetchCustomBranding, bI as fetchCustomers, M as fetchDashboardComposite, bQ as fetchDashboardInstances, bG as fetchInstallOptions, ch as fetchInstances, b9 as fetchInstancesAction, w as fetchLicenseDetails, bH as fetchLicenseSummary, X as fetchNotifications, bl as fetchNotificationsAction, aX as fetchPendingInstallationsAction, ci as fetchSamlConfig, ba as fetchSamlConfigAction, ce as fetchServiceAccounts, b5 as fetchServiceAccountsAction, bP as fetchTeamStats, cb as fetchTeamUsers, b2 as fetchTeamUsersAction, bo as fetchTeamsForUserSettings, cu as fetchUser, bw as getApiOrigin, K as getCustomerIdFromToken, a_ as getInstallOptionsAction, be as getSamlFeatureEnabled, O as getSecurityInfo, Q as getSecurityInfoDiff, R as getSecurityInfoSBOM, H as getSupportBundleUploadUrl, y as initiateLogin, cc as inviteUser, b3 as inviteUserAction, x as listReleases, z as listSupportBundles, bv as listSupportBundlesAction, cs as refreshInvite, cf as revokeServiceAccount, b7 as revokeServiceAccountAction, cg as rotateServiceAccountToken, b8 as rotateServiceAccountTokenAction, bJ as switchCustomer, ck as toggleSamlEnabled, bc as toggleSamlEnabledAction, a$ as updateInstallOptionsAction, Y as updateNotifications, bm as updateNotificationsAction, cj as updateSamlConfig, bb as updateSamlConfigAction, W as updateUser, bk as updateUserAction, E as uploadSupportBundle, bu as uploadSupportBundleAction, L as verifyMagicLink } from '../index-BAiVrSSR.mjs';
1
+ 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';
2
+ export { ch as AcceptInviteError, cf as AcceptInviteInput, cg as AcceptInviteResult, ba as AppFeatures, C as ChannelRelease, h as CreateServiceAccountInput, a as CreateServiceAccountResult, Z as CustomBrandingResponse, bx as Customer, ad as DeleteSupportBundleInput, ae as DeleteSupportBundleResult, bO as DeleteUserInput, bP as DeleteUserResult, c2 as DeprovisionSamlInput, c3 as DeprovisionSamlResult, a1 as DownloadPortalRelease, ar as DownloadSBOMInput, ab as DownloadSupportBundleInput, ac as DownloadSupportBundleResult, F as FetchChannelReleasesResult, as as FetchCurrentUserInput, at as FetchCurrentUserResult, bw as FetchCustomersInput, by as FetchCustomersResult, bG as FetchDashboardInstancesInput, bH as FetchDashboardInstancesResult, bW as FetchInstancesInput, bX as FetchInstancesResult, _ as FetchLicenseInput, $ as FetchLicenseResult, ay as FetchNotificationsInput, az as FetchNotificationsResult, bY as FetchSamlConfigInput, bZ as FetchSamlConfigResult, bQ as FetchServiceAccountsInput, bR as FetchServiceAccountsResult, bD as FetchTeamStatsInput, bF as FetchTeamStatsResult, bK as FetchTeamUsersInput, bL as FetchTeamUsersResult, an as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ak as GetSecurityInfoInput, al as GetSecurityInfoResult, ap as GetSecurityInfoSBOMInput, aq as GetSecurityInfoSBOMResult, a3 as InitiateLoginInput, a4 as InitiateLoginResult, n as InstallInstructions, I as InstallOptions, o as InstallStep, aK as InstallType, be as Instance, bM as InviteUserInput, bN as InviteUserResult, aM as KubernetesDistribution, bo as ListBundlesResult, a2 as ListReleasesResult, a8 as ListSupportBundlesInput, a9 as ListSupportBundlesResult, N as NetworkAvailability, ax as NotificationSetting, W as PortalActionContext, X as PortalActionVisibility, Y as PortalServerActionDefinition, cj as RefreshInviteInput, ck as RefreshInviteResult, aL as RegistryAvailability, a0 as ReleaseHelmChart, bS as RevokeServiceAccountInput, bT as RevokeServiceAccountResult, bU as RotateServiceAccountTokenInput, bV as RotateServiceAccountTokenResult, bc as SAMLConfig, ao as SBOMMetadata, am as SecurityInfoDiff, ah as SecurityInstallType, S as SecurityReleaseImage, ai as SecurityScanSummary, aj as SecurityScanWrapper, bd as ServiceAccount, i as ServiceAccountData, bE as ServiceAccountSummary, bm as SupportBundleActionResult, aa as SupportBundleInsight, q as SupportBundleSummary, bz as SwitchCustomerInput, bA as SwitchCustomerResult, bk as TeamForUserSettings, bf as TeamUser, c0 as ToggleSamlEnabledInput, c1 as ToggleSamlEnabledResult, aA as UpdateNotificationsInput, aB as UpdateNotificationsResult, b_ as UpdateSamlConfigInput, b$ as UpdateSamlConfigResult, av as UpdateUserInput, aw as UpdateUserResult, bn as UploadSupportBundleActionResult, af as UploadSupportBundleCompleteInput, ag as UploadSupportBundleCompleteResult, bu as UploadSupportBundleInput, bv as UploadSupportBundleResult, cp as UserContext, cq as UserPermissions, au as UserProfile, co as UserResult, a7 as VerifyMagicLinkError, a5 as VerifyMagicLinkInput, a6 as VerifyMagicLinkResult, ci as acceptInvite, aV as createInstallOptionsAction, g as createServiceAccount, aZ as createServiceAccountAction, B as decodeJwtPayload, r as defineServerAction, y as deleteSupportBundle, bq as deleteSupportBundleAction, c6 as deleteUser, b0 as deleteUserAction, ce as deprovisionSaml, b9 as deprovisionSamlAction, aY as discardInstallationAction, O as downloadSecuritySBOM, x as downloadSupportBundle, bp as downloadSupportBundleAction, bb as fetchAppFeatures, cm as fetchAppInfo, aU as fetchChannelReleasesAction, Q as fetchCurrentUser, bg as fetchCurrentUserAction, s as fetchCustomBranding, bB as fetchCustomers, J as fetchDashboardComposite, bJ as fetchDashboardInstances, ca as fetchInstances, b5 as fetchInstancesAction, T as fetchNotifications, bi as fetchNotificationsAction, aT as fetchPendingInstallationsAction, cb as fetchSamlConfig, b6 as fetchSamlConfigAction, c7 as fetchServiceAccounts, b1 as fetchServiceAccountsAction, bI as fetchTeamStats, c4 as fetchTeamUsers, a_ as fetchTeamUsersAction, bl as fetchTeamsForUserSettings, cn as fetchUser, bt as getApiOrigin, E as getCustomerIdFromToken, aW as getInstallOptionsAction, K as getSecurityInfo, L as getSecurityInfoDiff, M as getSecurityInfoSBOM, A as getSupportBundleUploadUrl, v as initiateLogin, c5 as inviteUser, a$ as inviteUserAction, t as listReleases, w as listSupportBundles, bs as listSupportBundlesAction, cl as refreshInvite, c8 as revokeServiceAccount, b3 as revokeServiceAccountAction, c9 as rotateServiceAccountToken, b4 as rotateServiceAccountTokenAction, bC as switchCustomer, cd as toggleSamlEnabled, b8 as toggleSamlEnabledAction, aX as updateInstallOptionsAction, V as updateNotifications, bj as updateNotificationsAction, cc as updateSamlConfig, b7 as updateSamlConfigAction, R as updateUser, bh as updateUserAction, z as uploadSupportBundle, br as uploadSupportBundleAction, H as verifyMagicLink } from '../index-DyzJ0yKD.mjs';
2
3
  export { changeTeamAction, fetchCustomersForMenu } from './change-team.mjs';
4
+ export { TrialSignupPayload, TrialSignupResult, TrialSignupVerifyResult } from './trial-signup.mjs';
@@ -1,2 +1,4 @@
1
- export { co as AcceptInviteError, cm as AcceptInviteInput, cn as AcceptInviteResult, C as ChannelRelease, h as CreateServiceAccountInput, a as CreateServiceAccountResult, a0 as CustomBrandingResponse, bC as Customer, ah as DeleteSupportBundleInput, ai as DeleteSupportBundleResult, bV as DeleteUserInput, bW as DeleteUserResult, c9 as DeprovisionSamlInput, ca as DeprovisionSamlResult, av as DownloadSBOMInput, af as DownloadSupportBundleInput, ag as DownloadSupportBundleResult, F as FetchChannelReleasesResult, aw as FetchCurrentUserInput, ax as FetchCurrentUserResult, bB as FetchCustomersInput, bD as FetchCustomersResult, bN as FetchDashboardInstancesInput, bO as FetchDashboardInstancesResult, bz as FetchInstallOptionsInput, j as FetchInstallOptionsResult, c1 as FetchInstancesInput, c2 as FetchInstancesResult, a1 as FetchLicenseDetailsInput, a2 as FetchLicenseDetailsResult, bA as FetchLicenseSummaryInput, k as FetchLicenseSummaryResult, aC as FetchNotificationsInput, aD as FetchNotificationsResult, c3 as FetchSamlConfigInput, c4 as FetchSamlConfigResult, bX as FetchServiceAccountsInput, bY as FetchServiceAccountsResult, bK as FetchTeamStatsInput, bM as FetchTeamStatsResult, bR as FetchTeamUsersInput, bS as FetchTeamUsersResult, ar as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ao as GetSecurityInfoInput, ap as GetSecurityInfoResult, at as GetSecurityInfoSBOMInput, au as GetSecurityInfoSBOMResult, a7 as InitiateLoginInput, a8 as InitiateLoginResult, p as InstallInstructions, I as InstallOptions, q as InstallStep, aO as InstallType, bh as Instance, bT as InviteUserInput, bU as InviteUserResult, aQ as KubernetesDistribution, br as ListBundlesResult, a3 as ListReleasesInput, a4 as ListReleasesResult, ac as ListSupportBundlesInput, ad as ListSupportBundlesResult, N as NetworkAvailability, aB as NotificationSetting, Z as PortalActionContext, _ as PortalActionVisibility, a5 as PortalLicenseDetails, a6 as PortalLicenseField, $ as PortalServerActionDefinition, cq as RefreshInviteInput, cr as RefreshInviteResult, aP as RegistryAvailability, bZ as RevokeServiceAccountInput, b_ as RevokeServiceAccountResult, b$ as RotateServiceAccountTokenInput, c0 as RotateServiceAccountTokenResult, bf as SAMLConfig, as as SBOMMetadata, aq as SecurityInfoDiff, al as SecurityInstallType, S as SecurityReleaseImage, am as SecurityScanSummary, an as SecurityScanWrapper, bg as ServiceAccount, i as ServiceAccountData, bL as ServiceAccountSummary, bp as SupportBundleActionResult, ae as SupportBundleInsight, s as SupportBundleSummary, bE as SwitchCustomerInput, bF as SwitchCustomerResult, bn as TeamForUserSettings, bi as TeamUser, c7 as ToggleSamlEnabledInput, c8 as ToggleSamlEnabledResult, aE as UpdateNotificationsInput, aF as UpdateNotificationsResult, c5 as UpdateSamlConfigInput, c6 as UpdateSamlConfigResult, az as UpdateUserInput, aA as UpdateUserResult, bq as UploadSupportBundleActionResult, aj as UploadSupportBundleCompleteInput, ak as UploadSupportBundleCompleteResult, bx as UploadSupportBundleInput, by as UploadSupportBundleResult, cw as UserContext, cx as UserPermissions, ay as UserProfile, cv as UserResult, ab as VerifyMagicLinkError, a9 as VerifyMagicLinkInput, aa as VerifyMagicLinkResult, cp as acceptInvite, aZ as createInstallOptionsAction, g as createServiceAccount, b1 as createServiceAccountAction, J as decodeJwtPayload, t as defineServerAction, B as deleteSupportBundle, bt as deleteSupportBundleAction, cd as deleteUser, b4 as deleteUserAction, cl as deprovisionSaml, bd as deprovisionSamlAction, b0 as discardInstallationAction, T as downloadSecuritySBOM, A as downloadSupportBundle, bs as downloadSupportBundleAction, ct as fetchAppInfo, aY as fetchChannelReleasesAction, V as fetchCurrentUser, bj as fetchCurrentUserAction, v as fetchCustomBranding, bI as fetchCustomers, M as fetchDashboardComposite, bQ as fetchDashboardInstances, bG as fetchInstallOptions, ch as fetchInstances, b9 as fetchInstancesAction, w as fetchLicenseDetails, bH as fetchLicenseSummary, X as fetchNotifications, bl as fetchNotificationsAction, aX as fetchPendingInstallationsAction, ci as fetchSamlConfig, ba as fetchSamlConfigAction, ce as fetchServiceAccounts, b5 as fetchServiceAccountsAction, bP as fetchTeamStats, cb as fetchTeamUsers, b2 as fetchTeamUsersAction, bo as fetchTeamsForUserSettings, cu as fetchUser, bw as getApiOrigin, K as getCustomerIdFromToken, a_ as getInstallOptionsAction, be as getSamlFeatureEnabled, O as getSecurityInfo, Q as getSecurityInfoDiff, R as getSecurityInfoSBOM, H as getSupportBundleUploadUrl, y as initiateLogin, cc as inviteUser, b3 as inviteUserAction, x as listReleases, z as listSupportBundles, bv as listSupportBundlesAction, cs as refreshInvite, cf as revokeServiceAccount, b7 as revokeServiceAccountAction, cg as rotateServiceAccountToken, b8 as rotateServiceAccountTokenAction, bJ as switchCustomer, ck as toggleSamlEnabled, bc as toggleSamlEnabledAction, a$ as updateInstallOptionsAction, Y as updateNotifications, bm as updateNotificationsAction, cj as updateSamlConfig, bb as updateSamlConfigAction, W as updateUser, bk as updateUserAction, E as uploadSupportBundle, bu as uploadSupportBundleAction, L as verifyMagicLink } from '../index-DWt-N5od.js';
1
+ 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';
2
+ export { ch as AcceptInviteError, cf as AcceptInviteInput, cg as AcceptInviteResult, ba as AppFeatures, C as ChannelRelease, h as CreateServiceAccountInput, a as CreateServiceAccountResult, Z as CustomBrandingResponse, bx as Customer, ad as DeleteSupportBundleInput, ae as DeleteSupportBundleResult, bO as DeleteUserInput, bP as DeleteUserResult, c2 as DeprovisionSamlInput, c3 as DeprovisionSamlResult, a1 as DownloadPortalRelease, ar as DownloadSBOMInput, ab as DownloadSupportBundleInput, ac as DownloadSupportBundleResult, F as FetchChannelReleasesResult, as as FetchCurrentUserInput, at as FetchCurrentUserResult, bw as FetchCustomersInput, by as FetchCustomersResult, bG as FetchDashboardInstancesInput, bH as FetchDashboardInstancesResult, bW as FetchInstancesInput, bX as FetchInstancesResult, _ as FetchLicenseInput, $ as FetchLicenseResult, ay as FetchNotificationsInput, az as FetchNotificationsResult, bY as FetchSamlConfigInput, bZ as FetchSamlConfigResult, bQ as FetchServiceAccountsInput, bR as FetchServiceAccountsResult, bD as FetchTeamStatsInput, bF as FetchTeamStatsResult, bK as FetchTeamUsersInput, bL as FetchTeamUsersResult, an as GetSecurityInfoDiffInput, G as GetSecurityInfoDiffResult, ak as GetSecurityInfoInput, al as GetSecurityInfoResult, ap as GetSecurityInfoSBOMInput, aq as GetSecurityInfoSBOMResult, a3 as InitiateLoginInput, a4 as InitiateLoginResult, n as InstallInstructions, I as InstallOptions, o as InstallStep, aK as InstallType, be as Instance, bM as InviteUserInput, bN as InviteUserResult, aM as KubernetesDistribution, bo as ListBundlesResult, a2 as ListReleasesResult, a8 as ListSupportBundlesInput, a9 as ListSupportBundlesResult, N as NetworkAvailability, ax as NotificationSetting, W as PortalActionContext, X as PortalActionVisibility, Y as PortalServerActionDefinition, cj as RefreshInviteInput, ck as RefreshInviteResult, aL as RegistryAvailability, a0 as ReleaseHelmChart, bS as RevokeServiceAccountInput, bT as RevokeServiceAccountResult, bU as RotateServiceAccountTokenInput, bV as RotateServiceAccountTokenResult, bc as SAMLConfig, ao as SBOMMetadata, am as SecurityInfoDiff, ah as SecurityInstallType, S as SecurityReleaseImage, ai as SecurityScanSummary, aj as SecurityScanWrapper, bd as ServiceAccount, i as ServiceAccountData, bE as ServiceAccountSummary, bm as SupportBundleActionResult, aa as SupportBundleInsight, q as SupportBundleSummary, bz as SwitchCustomerInput, bA as SwitchCustomerResult, bk as TeamForUserSettings, bf as TeamUser, c0 as ToggleSamlEnabledInput, c1 as ToggleSamlEnabledResult, aA as UpdateNotificationsInput, aB as UpdateNotificationsResult, b_ as UpdateSamlConfigInput, b$ as UpdateSamlConfigResult, av as UpdateUserInput, aw as UpdateUserResult, bn as UploadSupportBundleActionResult, af as UploadSupportBundleCompleteInput, ag as UploadSupportBundleCompleteResult, bu as UploadSupportBundleInput, bv as UploadSupportBundleResult, cp as UserContext, cq as UserPermissions, au as UserProfile, co as UserResult, a7 as VerifyMagicLinkError, a5 as VerifyMagicLinkInput, a6 as VerifyMagicLinkResult, ci as acceptInvite, aV as createInstallOptionsAction, g as createServiceAccount, aZ as createServiceAccountAction, B as decodeJwtPayload, r as defineServerAction, y as deleteSupportBundle, bq as deleteSupportBundleAction, c6 as deleteUser, b0 as deleteUserAction, ce as deprovisionSaml, b9 as deprovisionSamlAction, aY as discardInstallationAction, O as downloadSecuritySBOM, x as downloadSupportBundle, bp as downloadSupportBundleAction, bb as fetchAppFeatures, cm as fetchAppInfo, aU as fetchChannelReleasesAction, Q as fetchCurrentUser, bg as fetchCurrentUserAction, s as fetchCustomBranding, bB as fetchCustomers, J as fetchDashboardComposite, bJ as fetchDashboardInstances, ca as fetchInstances, b5 as fetchInstancesAction, T as fetchNotifications, bi as fetchNotificationsAction, aT as fetchPendingInstallationsAction, cb as fetchSamlConfig, b6 as fetchSamlConfigAction, c7 as fetchServiceAccounts, b1 as fetchServiceAccountsAction, bI as fetchTeamStats, c4 as fetchTeamUsers, a_ as fetchTeamUsersAction, bl as fetchTeamsForUserSettings, cn as fetchUser, bt as getApiOrigin, E as getCustomerIdFromToken, aW as getInstallOptionsAction, K as getSecurityInfo, L as getSecurityInfoDiff, M as getSecurityInfoSBOM, A as getSupportBundleUploadUrl, v as initiateLogin, c5 as inviteUser, a$ as inviteUserAction, t as listReleases, w as listSupportBundles, bs as listSupportBundlesAction, cl as refreshInvite, c8 as revokeServiceAccount, b3 as revokeServiceAccountAction, c9 as rotateServiceAccountToken, b4 as rotateServiceAccountTokenAction, bC as switchCustomer, cd as toggleSamlEnabled, b8 as toggleSamlEnabledAction, aX as updateInstallOptionsAction, V as updateNotifications, bj as updateNotificationsAction, cc as updateSamlConfig, b7 as updateSamlConfigAction, R as updateUser, bh as updateUserAction, z as uploadSupportBundle, br as uploadSupportBundleAction, H as verifyMagicLink } from '../index-sMbq94M7.js';
2
3
  export { changeTeamAction, fetchCustomersForMenu } from './change-team.js';
4
+ export { TrialSignupPayload, TrialSignupResult, TrialSignupVerifyResult } from './trial-signup.js';