@clerk/shared 4.0.0-snapshot.v20251217194100 → 4.0.0-snapshot.v20251218183643

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 (193) hide show
  1. package/dist/runtime/alternativePhoneCode.d.mts +2 -2
  2. package/dist/runtime/alternativePhoneCode.d.ts +1 -1
  3. package/dist/runtime/authorization-errors.d.mts +2 -2
  4. package/dist/runtime/authorization-errors.d.ts +1 -1
  5. package/dist/runtime/authorization.d.mts +2 -2
  6. package/dist/runtime/authorization.d.ts +1 -1
  7. package/dist/runtime/clerkEventBus.d.mts +2 -2
  8. package/dist/runtime/clerkEventBus.d.ts +1 -1
  9. package/dist/runtime/color.d.mts +2 -2
  10. package/dist/runtime/color.d.ts +1 -1
  11. package/dist/runtime/{complexity-Bh-FcgPr.mjs → complexity-CzNKZI5c.mjs} +1 -1
  12. package/dist/runtime/{complexity-Bh-FcgPr.mjs.map → complexity-CzNKZI5c.mjs.map} +1 -1
  13. package/dist/runtime/{complexity-ChYONg95.js → complexity-DCCqEy11.js} +1 -1
  14. package/dist/runtime/{complexity-ChYONg95.js.map → complexity-DCCqEy11.js.map} +1 -1
  15. package/dist/runtime/deriveState.d.mts +2 -2
  16. package/dist/runtime/deriveState.d.ts +1 -1
  17. package/dist/runtime/dom/index.d.mts +1 -1
  18. package/dist/runtime/dom/waitForElement.d.mts +1 -1
  19. package/dist/runtime/{error-PZOXmiMQ.d.mts → error-CClf0-CM.d.mts} +2 -2
  20. package/dist/runtime/{error-PZOXmiMQ.d.mts.map → error-CClf0-CM.d.mts.map} +1 -1
  21. package/dist/runtime/{error-D_08BTAz.d.ts → error-o9rMDFII.d.ts} +2 -2
  22. package/dist/runtime/{error-D_08BTAz.d.ts.map → error-o9rMDFII.d.ts.map} +1 -1
  23. package/dist/runtime/error.d.mts +3 -3
  24. package/dist/runtime/error.d.ts +2 -2
  25. package/dist/runtime/esm-BYCxuimI.js +127 -0
  26. package/dist/runtime/esm-BYCxuimI.js.map +1 -0
  27. package/dist/runtime/esm-DEuqni59.mjs +126 -0
  28. package/dist/runtime/esm-DEuqni59.mjs.map +1 -0
  29. package/dist/runtime/globs.d.ts.map +1 -1
  30. package/dist/runtime/{handleValueOrFn-PpdLgNiN.d.mts → handleValueOrFn-DCe6q2n8.d.mts} +1 -1
  31. package/dist/runtime/{handleValueOrFn-PpdLgNiN.d.mts.map → handleValueOrFn-DCe6q2n8.d.mts.map} +1 -1
  32. package/dist/runtime/handleValueOrFn.d.mts +1 -1
  33. package/dist/runtime/{index-C32ntfvR.d.ts → index-BZAgbf9u.d.ts} +78 -8
  34. package/dist/runtime/index-BZAgbf9u.d.ts.map +1 -0
  35. package/dist/runtime/{index-Bb1t7kYz.d.mts → index-C799Ulyv.d.mts} +79 -9
  36. package/dist/runtime/index-C799Ulyv.d.mts.map +1 -0
  37. package/dist/runtime/{injectedWeb3Providers-Czuy_wR9.js → injectedWeb3EthProviders-BhelKFzu.js} +8 -8
  38. package/dist/runtime/injectedWeb3EthProviders-BhelKFzu.js.map +1 -0
  39. package/dist/runtime/{injectedWeb3Providers-C8967kn3.mjs → injectedWeb3EthProviders-C531qWpV.mjs} +7 -7
  40. package/dist/runtime/injectedWeb3EthProviders-C531qWpV.mjs.map +1 -0
  41. package/dist/runtime/injectedWeb3SolanaProviders-CUxDnwMf.js +48 -0
  42. package/dist/runtime/injectedWeb3SolanaProviders-CUxDnwMf.js.map +1 -0
  43. package/dist/runtime/injectedWeb3SolanaProviders-DtmZdl_v.mjs +42 -0
  44. package/dist/runtime/injectedWeb3SolanaProviders-DtmZdl_v.mjs.map +1 -0
  45. package/dist/runtime/internal/clerk-js/completeSignUpFlow.d.mts +2 -2
  46. package/dist/runtime/internal/clerk-js/completeSignUpFlow.d.ts +1 -1
  47. package/dist/runtime/internal/clerk-js/componentGuards.d.mts +2 -2
  48. package/dist/runtime/internal/clerk-js/componentGuards.d.ts +1 -1
  49. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts +15 -0
  50. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.mts.map +1 -0
  51. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts +15 -0
  52. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.d.ts.map +1 -0
  53. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.js +3 -0
  54. package/dist/runtime/internal/clerk-js/injectedWeb3EthProviders.mjs +3 -0
  55. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts +13 -0
  56. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.mts.map +1 -0
  57. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts +13 -0
  58. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.d.ts.map +1 -0
  59. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.js +3 -0
  60. package/dist/runtime/internal/clerk-js/injectedWeb3SolanaProviders.mjs +3 -0
  61. package/dist/runtime/internal/clerk-js/passkeys.d.mts +3 -3
  62. package/dist/runtime/internal/clerk-js/passkeys.d.ts +2 -2
  63. package/dist/runtime/internal/clerk-js/passwords/complexity.d.mts +2 -2
  64. package/dist/runtime/internal/clerk-js/passwords/complexity.d.ts +1 -1
  65. package/dist/runtime/internal/clerk-js/passwords/complexity.js +1 -1
  66. package/dist/runtime/internal/clerk-js/passwords/complexity.mjs +1 -1
  67. package/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.mts +2 -2
  68. package/dist/runtime/internal/clerk-js/passwords/loadZxcvbn.d.ts +1 -1
  69. package/dist/runtime/internal/clerk-js/passwords/password.d.mts +2 -2
  70. package/dist/runtime/internal/clerk-js/passwords/password.d.ts +1 -1
  71. package/dist/runtime/internal/clerk-js/passwords/password.js +3 -3
  72. package/dist/runtime/internal/clerk-js/passwords/password.mjs +3 -3
  73. package/dist/runtime/internal/clerk-js/passwords/strength.d.mts +2 -2
  74. package/dist/runtime/internal/clerk-js/passwords/strength.d.ts +1 -1
  75. package/dist/runtime/internal/clerk-js/passwords/strength.js +1 -1
  76. package/dist/runtime/internal/clerk-js/passwords/strength.mjs +1 -1
  77. package/dist/runtime/internal/clerk-js/path.js +1 -1
  78. package/dist/runtime/internal/clerk-js/path.mjs +1 -1
  79. package/dist/runtime/internal/clerk-js/queryParams.d.mts +3 -3
  80. package/dist/runtime/internal/clerk-js/queryParams.d.ts +2 -2
  81. package/dist/runtime/internal/clerk-js/querystring.js +1 -1
  82. package/dist/runtime/internal/clerk-js/querystring.mjs +1 -1
  83. package/dist/runtime/internal/clerk-js/redirectUrls.d.mts +2 -2
  84. package/dist/runtime/internal/clerk-js/redirectUrls.d.ts +1 -1
  85. package/dist/runtime/internal/clerk-js/redirectUrls.js +3 -3
  86. package/dist/runtime/internal/clerk-js/redirectUrls.mjs +3 -3
  87. package/dist/runtime/internal/clerk-js/sessionTasks.d.mts +3 -3
  88. package/dist/runtime/internal/clerk-js/sessionTasks.d.ts +2 -2
  89. package/dist/runtime/internal/clerk-js/sessionTasks.js +3 -3
  90. package/dist/runtime/internal/clerk-js/sessionTasks.mjs +3 -3
  91. package/dist/runtime/internal/clerk-js/url.d.mts +3 -3
  92. package/dist/runtime/internal/clerk-js/url.d.ts +2 -2
  93. package/dist/runtime/internal/clerk-js/url.js +3 -3
  94. package/dist/runtime/internal/clerk-js/url.mjs +3 -3
  95. package/dist/runtime/internal/clerk-js/user.d.mts +2 -2
  96. package/dist/runtime/internal/clerk-js/user.d.ts +1 -1
  97. package/dist/runtime/internal/clerk-js/web3.d.mts +9 -6
  98. package/dist/runtime/internal/clerk-js/web3.d.mts.map +1 -1
  99. package/dist/runtime/internal/clerk-js/web3.d.ts +8 -5
  100. package/dist/runtime/internal/clerk-js/web3.d.ts.map +1 -1
  101. package/dist/runtime/internal/clerk-js/web3.js +63 -14
  102. package/dist/runtime/internal/clerk-js/web3.js.map +1 -1
  103. package/dist/runtime/internal/clerk-js/web3.mjs +63 -14
  104. package/dist/runtime/internal/clerk-js/web3.mjs.map +1 -1
  105. package/dist/runtime/jwtPayloadParser.d.mts +2 -2
  106. package/dist/runtime/jwtPayloadParser.d.ts +1 -1
  107. package/dist/runtime/keys.d.mts +2 -2
  108. package/dist/runtime/keys.d.ts +1 -1
  109. package/dist/runtime/loadClerkJsScript.d.mts +2 -2
  110. package/dist/runtime/loadClerkJsScript.d.ts +1 -1
  111. package/dist/runtime/loadClerkJsScript.js +2 -2
  112. package/dist/runtime/loadClerkJsScript.mjs +2 -2
  113. package/dist/runtime/{moduleManager-pxNnXwxv.d.mts → moduleManager-BYIq4wgi.d.mts} +1 -1
  114. package/dist/runtime/{moduleManager-pxNnXwxv.d.mts.map → moduleManager-BYIq4wgi.d.mts.map} +1 -1
  115. package/dist/runtime/moduleManager.d.mts +1 -1
  116. package/dist/runtime/oauth.d.mts +2 -2
  117. package/dist/runtime/oauth.d.ts +1 -1
  118. package/dist/runtime/organization.d.mts +2 -2
  119. package/dist/runtime/organization.d.ts +1 -1
  120. package/dist/runtime/{path-BXMzEDID.js → path-BZX8wVkr.js} +1 -1
  121. package/dist/runtime/{path-BXMzEDID.js.map → path-BZX8wVkr.js.map} +1 -1
  122. package/dist/runtime/{path-B3ml2KXj.mjs → path-C9ID-JSF.mjs} +1 -1
  123. package/dist/runtime/{path-B3ml2KXj.mjs.map → path-C9ID-JSF.mjs.map} +1 -1
  124. package/dist/runtime/pathMatcher.d.mts +2 -2
  125. package/dist/runtime/pathMatcher.d.ts +1 -1
  126. package/dist/runtime/{querystring-_iskl3P0.js → querystring-B_piPsHv.js} +1 -1
  127. package/dist/runtime/{querystring-_iskl3P0.js.map → querystring-B_piPsHv.js.map} +1 -1
  128. package/dist/runtime/{querystring-B46ecpLW.mjs → querystring-Cw_OznaM.mjs} +1 -1
  129. package/dist/runtime/{querystring-B46ecpLW.mjs.map → querystring-Cw_OznaM.mjs.map} +1 -1
  130. package/dist/runtime/react/index.d.mts +3 -3
  131. package/dist/runtime/react/index.d.ts +2 -2
  132. package/dist/runtime/router.d.mts +2 -2
  133. package/dist/runtime/router.d.mts.map +1 -1
  134. package/dist/runtime/router.d.ts +1 -1
  135. package/dist/runtime/saml.d.mts +2 -2
  136. package/dist/runtime/saml.d.ts +1 -1
  137. package/dist/runtime/{strength-C7cS9QCW.js → strength-BoUREzC7.js} +1 -1
  138. package/dist/runtime/{strength-C7cS9QCW.js.map → strength-BoUREzC7.js.map} +1 -1
  139. package/dist/runtime/{strength-D_SzJ_Bs.mjs → strength-CmnmefF6.mjs} +1 -1
  140. package/dist/runtime/{strength-D_SzJ_Bs.mjs.map → strength-CmnmefF6.mjs.map} +1 -1
  141. package/dist/runtime/telemetry.d.mts +2 -2
  142. package/dist/runtime/telemetry.d.ts +1 -1
  143. package/dist/runtime/types/index.d.mts +3 -3
  144. package/dist/runtime/types/index.d.ts +2 -2
  145. package/dist/runtime/ui/index.d.mts +2 -2
  146. package/dist/runtime/ui/index.d.ts +1 -1
  147. package/dist/runtime/{url-B6H3YfYM.d.mts → url-8eeYgf2A.d.mts} +2 -2
  148. package/dist/runtime/{url-B6H3YfYM.d.mts.map → url-8eeYgf2A.d.mts.map} +1 -1
  149. package/dist/runtime/{url-Cf4YiXkp.mjs → url-BKWznjF0.mjs} +3 -3
  150. package/dist/runtime/{url-Cf4YiXkp.mjs.map → url-BKWznjF0.mjs.map} +1 -1
  151. package/dist/runtime/{url-DeGY-7z9.js → url-De4o_RSN.js} +3 -3
  152. package/dist/runtime/{url-DeGY-7z9.js.map → url-De4o_RSN.js.map} +1 -1
  153. package/dist/runtime/{url-oznSXRUO.d.ts → url-DnBrs0FC.d.ts} +2 -2
  154. package/dist/runtime/{url-oznSXRUO.d.ts.map → url-DnBrs0FC.d.ts.map} +1 -1
  155. package/dist/runtime/utils/index.d.mts +1 -1
  156. package/dist/runtime/utils/index.js +1 -1
  157. package/dist/runtime/utils/index.mjs +1 -1
  158. package/dist/runtime/{utils-Cm0NUhek.js → utils-JIOtJbTe.js} +2 -2
  159. package/dist/runtime/utils-JIOtJbTe.js.map +1 -0
  160. package/dist/runtime/{utils-DIVknyRo.mjs → utils-_GMGltn-.mjs} +2 -2
  161. package/dist/runtime/utils-_GMGltn-.mjs.map +1 -0
  162. package/dist/runtime/{versionSelector-BCYnlaG9.js → versionSelector-BtbMovl-.js} +2 -2
  163. package/dist/runtime/{versionSelector-BCYnlaG9.js.map → versionSelector-BtbMovl-.js.map} +1 -1
  164. package/dist/runtime/{versionSelector-BDdMDP_y.mjs → versionSelector-CUNYhtry.mjs} +2 -2
  165. package/dist/runtime/{versionSelector-BDdMDP_y.mjs.map → versionSelector-CUNYhtry.mjs.map} +1 -1
  166. package/dist/runtime/versionSelector.js +1 -1
  167. package/dist/runtime/versionSelector.mjs +1 -1
  168. package/dist/runtime/{waitForElement-DIzKZ_vR.d.mts → waitForElement-DOgNgQPc.d.mts} +1 -1
  169. package/dist/runtime/waitForElement-DOgNgQPc.d.mts.map +1 -0
  170. package/dist/runtime/web3.d.mts +2 -2
  171. package/dist/runtime/web3.d.ts +1 -1
  172. package/dist/runtime/web3.js +5 -0
  173. package/dist/runtime/web3.js.map +1 -1
  174. package/dist/runtime/web3.mjs +5 -0
  175. package/dist/runtime/web3.mjs.map +1 -1
  176. package/dist/types/index.d.mts +77 -7
  177. package/dist/types/index.d.mts.map +1 -1
  178. package/dist/types/index.d.ts +77 -7
  179. package/dist/types/index.d.ts.map +1 -1
  180. package/package.json +5 -1
  181. package/dist/runtime/index-Bb1t7kYz.d.mts.map +0 -1
  182. package/dist/runtime/index-C32ntfvR.d.ts.map +0 -1
  183. package/dist/runtime/injectedWeb3Providers-C8967kn3.mjs.map +0 -1
  184. package/dist/runtime/injectedWeb3Providers-Czuy_wR9.js.map +0 -1
  185. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.mts +0 -15
  186. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.mts.map +0 -1
  187. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.ts +0 -15
  188. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.d.ts.map +0 -1
  189. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.js +0 -3
  190. package/dist/runtime/internal/clerk-js/injectedWeb3Providers.mjs +0 -3
  191. package/dist/runtime/utils-Cm0NUhek.js.map +0 -1
  192. package/dist/runtime/utils-DIVknyRo.mjs.map +0 -1
  193. package/dist/runtime/waitForElement-DIzKZ_vR.d.mts.map +0 -1
@@ -1348,7 +1348,9 @@ type MetamaskWeb3Provider = 'metamask';
1348
1348
  type CoinbaseWalletWeb3Provider = 'coinbase_wallet';
1349
1349
  type OKXWalletWeb3Provider = 'okx_wallet';
1350
1350
  type BaseWeb3Provider = 'base';
1351
- type Web3Provider = MetamaskWeb3Provider | BaseWeb3Provider | CoinbaseWalletWeb3Provider | OKXWalletWeb3Provider;
1351
+ type SolanaWeb3Provider = 'solana';
1352
+ type Web3Provider = EthereumWeb3Provider | SolanaWeb3Provider;
1353
+ type EthereumWeb3Provider = MetamaskWeb3Provider | BaseWeb3Provider | CoinbaseWalletWeb3Provider | OKXWalletWeb3Provider;
1352
1354
  //#endregion
1353
1355
  //#region src/types/strategies.d.ts
1354
1356
  type GoogleOneTapStrategy = 'google_one_tap';
@@ -1991,6 +1993,7 @@ type Web3SignatureFactor = {
1991
1993
  strategy: Web3Strategy;
1992
1994
  web3WalletId: string;
1993
1995
  primary?: boolean;
1996
+ walletName?: string;
1994
1997
  };
1995
1998
  type PasswordFactor = {
1996
1999
  strategy: PasswordStrategy;
@@ -2176,6 +2179,9 @@ interface SignInStartEmailLinkFlowParams extends StartEmailLinkFlowParams {
2176
2179
  emailAddressId: string;
2177
2180
  }
2178
2181
  type SignInStrategy = PasskeyStrategy | PasswordStrategy | ResetPasswordPhoneCodeStrategy | ResetPasswordEmailCodeStrategy | PhoneCodeStrategy | EmailCodeStrategy | EmailLinkStrategy | TicketStrategy | Web3Strategy | TOTPStrategy | BackupCodeStrategy | OAuthStrategy | EnterpriseSSOStrategy;
2182
+ interface SignInAuthenticateWithSolanaParams {
2183
+ walletName: string;
2184
+ }
2179
2185
  //#endregion
2180
2186
  //#region src/types/signInFuture.d.ts
2181
2187
  interface SignInFutureCreateParams {
@@ -2391,6 +2397,14 @@ interface SignInFutureWeb3Params {
2391
2397
  * The verification strategy to validate the user's sign-in request.
2392
2398
  */
2393
2399
  strategy: Web3Strategy;
2400
+ /**
2401
+ * The Web3 wallet provider to use for the sign-in.
2402
+ */
2403
+ provider: Web3Provider;
2404
+ /**
2405
+ * The name of the wallet to use for Solana sign-ins. Required when `provider` is set to `'solana'`.
2406
+ */
2407
+ walletName?: string;
2394
2408
  }
2395
2409
  interface SignInFuturePasskeyParams {
2396
2410
  /**
@@ -2671,11 +2685,13 @@ interface AuthenticateWithWeb3Params {
2671
2685
  identifier: string;
2672
2686
  generateSignature: GenerateSignature;
2673
2687
  strategy?: Web3Strategy;
2688
+ walletName?: string;
2674
2689
  }
2675
2690
  interface GenerateSignatureParams {
2676
2691
  identifier: string;
2677
2692
  nonce: string;
2678
- provider?: Web3Provider;
2693
+ provider: Web3Provider;
2694
+ walletName?: string;
2679
2695
  }
2680
2696
  //#endregion
2681
2697
  //#region src/types/signIn.d.ts
@@ -2712,6 +2728,7 @@ interface SignInResource extends ClerkResource {
2712
2728
  authenticateWithCoinbaseWallet: () => Promise<SignInResource>;
2713
2729
  authenticateWithOKXWallet: () => Promise<SignInResource>;
2714
2730
  authenticateWithBase: () => Promise<SignInResource>;
2731
+ authenticateWithSolana: (params: SignInAuthenticateWithSolanaParams) => Promise<SignInResource>;
2715
2732
  authenticateWithPasskey: (params?: AuthenticateWithPasskeyParams) => Promise<SignInResource>;
2716
2733
  createEmailLinkFlow: () => CreateEmailLinkFlowReturn<SignInStartEmailLinkFlowParams, SignInResource>;
2717
2734
  validatePassword: (password: string, callbacks?: ValidatePasswordCallbacks) => void;
@@ -3261,7 +3278,7 @@ declare global {
3261
3278
  /**
3262
3279
  * The `User` object holds all of the information for a single user of your application and provides a set of methods to manage their account.
3263
3280
  *
3264
- * A user can be contacted at their primary email address or primary phone number. They can have more than one registered email address, but only one of them will be their primary email address. This goes for phone numbers as well; a user can have more than one, but only one phone number will be their primary. At the same time, a user can also have one or more external accounts by connecting to [social providers](https://clerk.com/docs/guides/configure/auth-strategies/social-connections/all-providers) such as Google, Apple, Facebook, and many more.
3281
+ * A user can be contacted at their primary email address or primary phone number. They can have more than one registered email address, but only one of them will be their primary email address. This goes for phone numbers as well; a user can have more than one, but only one phone number will be their primary. At the same time, a user can also have one or more external accounts by connecting to [social providers](https://clerk.com/docs/guides/configure/auth-strategies/social-connections/overview) such as Google, Apple, Facebook, and many more.
3265
3282
  *
3266
3283
  * Finally, a `User` object holds profile data like the user's name, profile picture, and a set of [metadata](/docs/guides/users/extending) that can be used internally to store arbitrary information. The metadata are split into `publicMetadata` and `privateMetadata`. Both types are set from the [Backend API](https://clerk.com/docs/reference/backend-api){{ target: '_blank' }}, but public metadata can also be accessed from the [Frontend API](https://clerk.com/docs/reference/frontend-api){{ target: '_blank' }}.
3267
3284
  *
@@ -4094,6 +4111,10 @@ type SignUpUpdateParams = SignUpCreateParams;
4094
4111
  type SignUpAuthenticateWithMetamaskParams = SignUpAuthenticateWithWeb3Params;
4095
4112
  type SignUpAuthenticateWithWeb3Params = {
4096
4113
  unsafeMetadata?: SignUpUnsafeMetadata;
4114
+ legalAccepted?: boolean;
4115
+ };
4116
+ type SignUpAuthenticateWithSolanaParams = SignUpAuthenticateWithWeb3Params & {
4117
+ walletName: string;
4097
4118
  };
4098
4119
  interface SignUpVerificationsResource {
4099
4120
  emailAddress: SignUpVerificationResource;
@@ -5338,6 +5359,7 @@ interface SignUpResource extends ClerkResource {
5338
5359
  authenticateWithCoinbaseWallet: (params?: SignUpAuthenticateWithWeb3Params) => Promise<SignUpResource>;
5339
5360
  authenticateWithOKXWallet: (params?: SignUpAuthenticateWithWeb3Params) => Promise<SignUpResource>;
5340
5361
  authenticateWithBase: (params?: SignUpAuthenticateWithWeb3Params) => Promise<SignUpResource>;
5362
+ authenticateWithSolana: (params: SignUpAuthenticateWithSolanaParams) => Promise<SignUpResource>;
5341
5363
  __internal_toSnapshot: () => SignUpJSONSnapshot;
5342
5364
  /**
5343
5365
  * @internal
@@ -5409,7 +5431,7 @@ type InstanceType = 'production' | 'development';
5409
5431
  //#endregion
5410
5432
  //#region src/types/elementIds.d.ts
5411
5433
  type AlertId = 'danger' | 'warning' | 'info';
5412
- type FieldId = 'firstName' | 'lastName' | 'name' | 'slug' | 'emailAddress' | 'phoneNumber' | 'currentPassword' | 'newPassword' | 'signOutOfOtherSessions' | 'passkeyName' | 'password' | 'confirmPassword' | 'identifier' | 'username' | 'code' | 'role' | 'deleteConfirmation' | 'deleteOrganizationConfirmation' | 'enrollmentMode' | 'affiliationEmailAddress' | 'deleteExistingInvitationsSuggestions' | 'legalAccepted' | 'apiKeyDescription' | 'apiKeyExpirationDate' | 'apiKeyRevokeConfirmation' | 'apiKeySecret';
5434
+ type FieldId = 'firstName' | 'lastName' | 'name' | 'slug' | 'emailAddress' | 'phoneNumber' | 'currentPassword' | 'newPassword' | 'signOutOfOtherSessions' | 'passkeyName' | 'password' | 'confirmPassword' | 'identifier' | 'username' | 'code' | 'role' | 'deleteConfirmation' | 'deleteOrganizationConfirmation' | 'enrollmentMode' | 'affiliationEmailAddress' | 'deleteExistingInvitationsSuggestions' | 'legalAccepted' | 'apiKeyDescription' | 'apiKeyExpirationDate' | 'apiKeyRevokeConfirmation' | 'apiKeySecret' | 'web3WalletName';
5413
5435
  type ProfileSectionId = 'profile' | 'username' | 'emailAddresses' | 'phoneNumbers' | 'connectedAccounts' | 'enterpriseAccounts' | 'web3Wallets' | 'password' | 'passkeys' | 'mfa' | 'danger' | 'activeDevices' | 'organizationProfile' | 'organizationDanger' | 'organizationDomains' | 'manageVerifiedDomains' | 'subscriptionsList' | 'paymentMethods';
5414
5436
  type ProfilePageId = 'account' | 'security' | 'organizationGeneral' | 'organizationMembers' | 'billing';
5415
5437
  type UserPreviewId = 'userButton' | 'personalWorkspace';
@@ -5773,6 +5795,11 @@ type __internal_LocalizationResource = {
5773
5795
  title: LocalizationValue;
5774
5796
  subtitle: LocalizationValue;
5775
5797
  };
5798
+ web3Solana: {
5799
+ title: LocalizationValue;
5800
+ subtitle: LocalizationValue;
5801
+ noAvailableWallets: LocalizationValue;
5802
+ };
5776
5803
  };
5777
5804
  signIn: {
5778
5805
  start: {
@@ -5951,6 +5978,10 @@ type __internal_LocalizationResource = {
5951
5978
  title: LocalizationValue;
5952
5979
  subtitle: LocalizationValue;
5953
5980
  };
5981
+ web3Solana: {
5982
+ title: LocalizationValue;
5983
+ subtitle: LocalizationValue;
5984
+ };
5954
5985
  };
5955
5986
  reverification: {
5956
5987
  password: {
@@ -6113,6 +6144,10 @@ type __internal_LocalizationResource = {
6113
6144
  primaryButton: LocalizationValue;
6114
6145
  destructiveAction: LocalizationValue;
6115
6146
  detailsAction__nonPrimary: LocalizationValue;
6147
+ web3SelectSolanaWalletScreen: {
6148
+ title: LocalizationValue;
6149
+ subtitle: LocalizationValue;
6150
+ };
6116
6151
  };
6117
6152
  dangerSection: {
6118
6153
  title: LocalizationValue;
@@ -6694,6 +6729,10 @@ type __internal_LocalizationResource = {
6694
6729
  action__createOrganization: LocalizationValue;
6695
6730
  action__invitationAccept: LocalizationValue;
6696
6731
  };
6732
+ organizationCreationDisabled: {
6733
+ title: LocalizationValue;
6734
+ subtitle: LocalizationValue;
6735
+ };
6697
6736
  };
6698
6737
  taskResetPassword: {
6699
6738
  title: LocalizationValue;
@@ -6704,6 +6743,11 @@ type __internal_LocalizationResource = {
6704
6743
  };
6705
6744
  formButtonPrimary: LocalizationValue;
6706
6745
  };
6746
+ web3SolanaWalletButtons: {
6747
+ connect: LocalizationValue<'walletName'>;
6748
+ continue: LocalizationValue<'walletName'>;
6749
+ noneAvailable: LocalizationValue<'solanaWalletsLink'>;
6750
+ };
6707
6751
  };
6708
6752
  type WithParamName<T$1> = T$1 & Partial<Record<`${keyof T$1 & string}__${CamelToSnake<Exclude<FieldId, 'role'>>}`, LocalizationValue>>;
6709
6753
  type UnstableErrors = WithParamName<{
@@ -6721,6 +6765,8 @@ type UnstableErrors = WithParamName<{
6721
6765
  passkey_registration_cancelled: LocalizationValue;
6722
6766
  passkey_already_exists: LocalizationValue;
6723
6767
  web3_missing_identifier: LocalizationValue;
6768
+ web3_solana_signature_generation_failed: LocalizationValue;
6769
+ web3_signature_request_rejected: LocalizationValue;
6724
6770
  form_password_pwned: LocalizationValue;
6725
6771
  form_password_pwned__sign_in: LocalizationValue;
6726
6772
  form_new_password_matches_current: LocalizationValue;
@@ -7855,6 +7901,10 @@ interface Clerk {
7855
7901
  * Authenticates user using Base Account SDK
7856
7902
  */
7857
7903
  authenticateWithBase: (params?: AuthenticateWithBaseParams) => Promise<unknown>;
7904
+ /**
7905
+ * Authenticates user using their Solana supported Web3 wallet browser extension
7906
+ */
7907
+ authenticateWithSolana: (params: AuthenticateWithSolanaParams) => Promise<unknown>;
7858
7908
  /**
7859
7909
  * Authenticates user using their Web3 Wallet browser extension
7860
7910
  */
@@ -7975,13 +8025,24 @@ type ClerkOptionsNavigation = {
7975
8025
  routerReplace: RouterFn;
7976
8026
  routerDebug?: boolean;
7977
8027
  };
7978
- type ClerkOptions = ClerkOptionsNavigation & SignInForceRedirectUrl & SignInFallbackRedirectUrl & SignUpForceRedirectUrl & SignUpFallbackRedirectUrl & NewSubscriptionRedirectUrl & AfterSignOutUrl & AfterMultiSessionSingleSignOutUrl & {
8028
+ type ClerkUnsafeOptions = {
8029
+ /**
8030
+ * Disables the console warning that is logged when Clerk is initialized with development keys.
8031
+ *
8032
+ * [WARNING] The development mode warning is intended to ensure that you don't go to production with a non-production
8033
+ * Clerk instance. If you're disabling it, please make sure you don't ship with a non-production Clerk instance!
8034
+ *
8035
+ * More information: https://clerk.com/docs/guides/development/deployment/production
8036
+ */
8037
+ unsafe_disableDevelopmentModeConsoleWarning?: boolean;
8038
+ };
8039
+ type ClerkOptions = ClerkOptionsNavigation & SignInForceRedirectUrl & SignInFallbackRedirectUrl & SignUpForceRedirectUrl & SignUpFallbackRedirectUrl & NewSubscriptionRedirectUrl & AfterSignOutUrl & AfterMultiSessionSingleSignOutUrl & ClerkUnsafeOptions & {
7979
8040
  /**
7980
8041
  * Clerk UI entrypoint.
7981
8042
  */
7982
8043
  clerkUiCtor?: ClerkUiConstructor | Promise<ClerkUiConstructor>;
7983
8044
  /**
7984
- * Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/customizing-clerk/account-portal) pages.
8045
+ * Optional object to style your components. Will only affect [Clerk Components](https://clerk.com/docs/reference/components/overview) and not [Account Portal](https://clerk.com/docs/guides/account-portal/overview) pages.
7985
8046
  */
7986
8047
  appearance?: any;
7987
8048
  /**
@@ -9003,6 +9064,7 @@ interface ClerkAuthenticateWithWeb3Params {
9003
9064
  strategy: Web3Strategy;
9004
9065
  legalAccepted?: boolean;
9005
9066
  secondFactorUrl?: string;
9067
+ walletName?: string;
9006
9068
  }
9007
9069
  type JoinWaitlistParams = {
9008
9070
  emailAddress: string;
@@ -9039,6 +9101,14 @@ interface AuthenticateWithBaseParams {
9039
9101
  unsafeMetadata?: SignUpUnsafeMetadata;
9040
9102
  legalAccepted?: boolean;
9041
9103
  }
9104
+ interface AuthenticateWithSolanaParams {
9105
+ customNavigate?: (to: string) => Promise<unknown>;
9106
+ redirectUrl?: string;
9107
+ signUpContinueUrl?: string;
9108
+ unsafeMetadata?: SignUpUnsafeMetadata;
9109
+ legalAccepted?: boolean;
9110
+ walletName: string;
9111
+ }
9042
9112
  interface HeadlessBrowserClerkConstructor {
9043
9113
  new (publishableKey: string, options?: DomainOrProxyUrl): HeadlessBrowserClerk;
9044
9114
  }
@@ -9619,5 +9689,5 @@ type InitialState = Serializable<{
9619
9689
  factorVerificationAge: [number, number];
9620
9690
  }>;
9621
9691
  //#endregion
9622
- export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
9692
+ export { APIKeyResource, APIKeysNamespace, APIKeysProps, APIKeysSettingsJSON, APIKeysSettingsJSONSnapshot, APIKeysSettingsResource, ActClaim, ActJWTClaim, Actions, ActiveSessionResource, AddMemberParams, AddPaymentMethodParams, AfterMultiSessionSingleSignOutUrl, AfterSignOutUrl, AlertId, ApiKeyJSON, AppleIdTokenStrategy, AppleOauthProvider, AtlassianOauthProvider, AttemptAffiliationVerificationParams, AttemptEmailAddressVerificationParams, AttemptFirstFactorParams, AttemptPhoneNumberVerificationParams, AttemptSecondFactorParams, AttemptVerificationParams, AttemptWeb3WalletVerificationParams, Attribute, AttributeData, AttributeDataJSON, Attributes, AttributesJSON, AuthConfigJSON, AuthConfigJSONSnapshot, AuthConfigResource, AuthenticateWithBaseParams, AuthenticateWithCoinbaseWalletParams, AuthenticateWithGoogleOneTapParams, AuthenticateWithMetamaskParams, AuthenticateWithOKXWalletParams, AuthenticateWithPasskeyParams, AuthenticateWithPopupParams, AuthenticateWithRedirectParams, AuthenticateWithSolanaParams, AuthenticateWithWeb3Params, Autocomplete, BackupCodeAttempt, BackupCodeFactor, BackupCodeJSON, BackupCodeResource, BackupCodeStrategy, BaseWeb3Provider, BillingCheckoutJSON, BillingCheckoutResource, BillingCheckoutTotals, BillingCheckoutTotalsJSON, BillingInitializedPaymentMethodJSON, BillingInitializedPaymentMethodResource, BillingMoneyAmount, BillingMoneyAmountJSON, BillingNamespace, BillingPayerJSON, BillingPayerMethods, BillingPayerResource, BillingPayerResourceType, BillingPaymentChargeType, BillingPaymentJSON, BillingPaymentMethodJSON, BillingPaymentMethodResource, BillingPaymentMethodStatus, BillingPaymentResource, BillingPaymentStatus, BillingPlanJSON, BillingPlanResource, BillingStatementGroup, BillingStatementGroupJSON, BillingStatementJSON, BillingStatementResource, BillingStatementStatus, BillingStatementTotals, BillingStatementTotalsJSON, BillingSubscriptionItemJSON, BillingSubscriptionItemResource, BillingSubscriptionJSON, BillingSubscriptionPlanPeriod, BillingSubscriptionResource, BillingSubscriptionStatus, BitbucketOauthProvider, BoxOauthProvider, BoxShadow, BrowserClerk, BrowserClerkConstructor, BuiltInColors, CamelToSnake, CancelSubscriptionParams, CaptchaProvider, CaptchaWidgetType, CardActionId, CheckAuthorization, CheckAuthorizationFn, CheckAuthorizationFromSessionClaims, CheckAuthorizationParamsFromSessionClaims, CheckAuthorizationParamsWithCustomPermissions, CheckAuthorizationWithCustomPermissions, CheckoutErrors, CheckoutFlowFinalizeParams, CheckoutFlowResource, CheckoutFlowResourceNonStrict, CheckoutSignal, CheckoutSignalValue, Clerk, ClerkAPIError, ClerkAPIErrorJSON, ClerkAPIResponseError, ClerkAppearanceTheme, ClerkAuthenticateWithWeb3Params, ClerkEventPayload, ClerkHostRouter, ClerkJWTClaims, ClerkOptions, ClerkPaginatedResponse, ClerkPaginationParams, ClerkPaginationRequest, ClerkProp, ClerkResource, ClerkResourceJSON, ClerkResourceReloadParams, ClerkRuntimeError, ClerkStatus, ClerkThemeOptions, ClerkUi, ClerkUiConstructor, ClerkUiInstance, ClientJSON, ClientJSONSnapshot, ClientResource, ClientTrustState, CodeVerificationAttemptParam, CoinbaseOauthProvider, CoinbaseWalletWeb3Provider, Color, ColorString, CommerceSettingsJSON, CommerceSettingsJSONSnapshot, CommerceSettingsResource, ComplexityErrors, ComponentControls, ConfirmCheckoutParams, CreateAPIKeyParams, CreateBulkOrganizationInvitationParams, CreateCheckoutParams, CreateEmailAddressParams, CreateEmailLinkFlowReturn, CreateEnterpriseSSOLinkFlowReturn, CreateExternalAccountParams, CreateOrganizationInvitationParams, CreateOrganizationModalProps, CreateOrganizationParams, CreateOrganizationProps, CreatePhoneNumberParams, CreateWeb3WalletParams, CredentialReturn, CustomMenuItem, CustomNavigation, CustomOAuthStrategy, CustomOauthProvider, CustomPage, DeepCamelToSnake, DeepPartial, DeepRequired, DeepSnakeToCamel, DeletedObjectJSON, DeletedObjectResource, DevToolsResource, DiscordOauthProvider, DisplayConfigJSON, DisplayConfigJSONSnapshot, DisplayConfigResource, DisplayThemeJSON, DomainOrProxyUrl, DropboxOauthProvider, EmUnit, EmailAddressIdentifier, EmailAddressJSON, EmailAddressJSONSnapshot, EmailAddressOrPhoneNumberIdentifier, EmailAddressResource, EmailCodeAttempt, EmailCodeConfig, EmailCodeFactor, EmailCodeSecondFactorConfig, EmailCodeStrategy, EmailLinkConfig, EmailLinkFactor, EmailLinkStrategy, EnableEnvironmentSettingParams, EnstallOauthProvider, EnterpriseAccountConnectionJSON, EnterpriseAccountConnectionJSONSnapshot, EnterpriseAccountConnectionResource, EnterpriseAccountJSON, EnterpriseAccountJSONSnapshot, EnterpriseAccountResource, EnterpriseProtocol, EnterpriseProvider, EnterpriseSSOConfig, EnterpriseSSOFactor, EnterpriseSSOSettings, EnterpriseSSOStrategy, EnvironmentJSON, EnvironmentJSONSnapshot, EnvironmentResource, Errors, EthereumWeb3Provider, ExternalAccountJSON, ExternalAccountJSONSnapshot, ExternalAccountResource, FacebookOauthProvider, FeatureJSON, FeatureResource, FieldError, FieldId, FirstNameAttribute, FontWeight, ForPayerType, ForceNull, GenerateSignature, GenerateSignatureParams, GetAPIKeysParams, GetDomainsParams, GetInvitationsParams, GetMembersParams, GetMembershipRequestParams, GetMemberships, GetOrganizationMemberships, GetPaymentAttemptsParams, GetPaymentMethodsParams, GetPlansParams, GetRolesParams, GetStatementsParams, GetSubscriptionParams, GetToken, GetTokenOptions, GetUserOrganizationInvitationsParams, GetUserOrganizationMembershipParams, GetUserOrganizationSuggestionsParams, GithubOauthProvider, GitlabOauthProvider, GoogleOauthProvider, GoogleOneTapProps, GoogleOneTapStrategy, HandleEmailLinkVerificationParams, HandleOAuthCallbackParams, HandleSamlCallbackParams, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, HexColor, HexColorString, HslaColor, HslaColorString, HubspotOauthProvider, HuggingfaceOAuthProvider, IdentificationLinkJSON, IdentificationLinkJSONSnapshot, IdentificationLinkResource, ImageJSON, ImageResource, InitialState, InitializePaymentMethodParams, InstagramOauthProvider, InstanceType, InviteMemberParams, InviteMembersParams, IsomorphicClerkOptions, JWT, JWTClaims, JWTHeader, JoinWaitlistParams, Jwt, JwtHeader, JwtPayload, LastAuthenticationStrategy, LastNameAttribute, LegalAcceptedAttribute, LineOauthProvider, LinearOauthProvider, LinkedinOIDCOauthProvider, LinkedinOauthProvider, ListenerCallback, LoadedClerk, LocalizationResource, LocalizationValue, MakeDefaultPaymentMethodParams, MenuId, MetamaskWeb3Provider, MicrosoftOauthProvider, MultiDomainAndOrProxy, MultiDomainAndOrProxyPrimitives, NavigateOptions, NewSubscriptionRedirectUrl, NotionOauthProvider, Nullable, NullableSignInSignal, NullableSignUpSignal, OAUTH_PROVIDERS, OAuthConfig, OAuthProvider, OAuthProviderData, OAuthProviderSettings, OAuthProviders, OAuthScope, OAuthStrategy, OKXWalletWeb3Provider, OauthFactor, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, OrganizationDomainJSON, OrganizationDomainResource, OrganizationDomainVerification, OrganizationDomainVerificationJSON, OrganizationDomainVerificationStatus, OrganizationEnrollmentMode, OrganizationInvitationJSON, OrganizationInvitationResource, OrganizationInvitationStatus, OrganizationJSON, OrganizationJSONSnapshot, OrganizationListProps, OrganizationMembershipJSON, OrganizationMembershipJSONSnapshot, OrganizationMembershipRequestJSON, OrganizationMembershipRequestResource, OrganizationMembershipResource, OrganizationPermissionKey, OrganizationPreviewId, OrganizationProfileModalProps, OrganizationProfileProps, OrganizationResource, OrganizationSettingsJSON, OrganizationSettingsJSONSnapshot, OrganizationSettingsResource, OrganizationSuggestionJSON, OrganizationSuggestionResource, OrganizationSuggestionStatus, OrganizationSwitcherProps, OrganizationSystemPermissionKey, OrganizationSystemPermissionPrefix, OrganizationsJWTClaim, Override, PartialWithClerkResource, PassKeyConfig, PasskeyAttempt, PasskeyFactor, PasskeyJSON, PasskeyJSONSnapshot, PasskeyResource, PasskeySettingsData, PasskeyStrategy, PasskeyVerificationResource, PasswordAttempt, PasswordAttribute, PasswordFactor, PasswordSettingsData, PasswordStrategy, PasswordStrength, PasswordValidation, PathValue, PaymentGateway, PendingSessionOptions, PendingSessionResource, PermissionJSON, PermissionResource, PhoneCodeAttempt, PhoneCodeChannel, PhoneCodeChannelData, PhoneCodeConfig, PhoneCodeFactor, PhoneCodeProvider, PhoneCodeSMSChannel, PhoneCodeSecondFactorConfig, PhoneCodeStrategy, PhoneCodeWhatsAppChannel, PhoneNumberIdentifier, PhoneNumberJSON, PhoneNumberJSONSnapshot, PhoneNumberResource, PhoneNumberVerificationStrategy, PreferredSignInStrategy, PrepareAffiliationVerificationParams, PrepareEmailAddressVerificationParams, PrepareFirstFactorParams, PreparePhoneNumberVerificationParams, PrepareSecondFactorParams, PrepareVerificationParams, PrepareWeb3WalletVerificationParams, PricingTableProps, ProfilePageId, ProfileSectionId, ProtectConfigJSON, ProtectConfigJSONSnapshot, ProtectConfigResource, ProtectLoader, ProtectProps, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialCreationOptionsWithoutExtensions, PublicKeyCredentialRequestOptionsJSON, PublicKeyCredentialRequestOptionsWithoutExtensions, PublicKeyCredentialWithAuthenticatorAssertionResponse, PublicKeyCredentialWithAuthenticatorAttestationResponse, PublicOrganizationDataJSON, PublicUserData, PublicUserDataJSON, PublicUserDataJSONSnapshot, PublishableKey, ReauthorizeExternalAccountParams, RecordToPath, RedirectOptions, RedirectUrlProp, RemoveFunctions, RemovePaymentMethodParams, RemoveUserPasswordParams, ResetPasswordCodeFactor, ResetPasswordEmailCodeAttempt, ResetPasswordEmailCodeFactor, ResetPasswordEmailCodeFactorConfig, ResetPasswordEmailCodeStrategy, ResetPasswordParams, ResetPasswordPhoneCodeAttempt, ResetPasswordPhoneCodeFactor, ResetPasswordPhoneCodeFactorConfig, ResetPasswordPhoneCodeStrategy, Resources, ReverificationConfig, RevokeAPIKeyParams, RgbaColor, RgbaColorString, RoleJSON, RoleResource, RoutingMode, RoutingOptions, RoutingStrategy, SAML_IDPS, SDKMetadata, SamlIdp, SamlIdpMap, SamlIdpSlug, SelectId, Serializable, ServerGetToken, ServerGetTokenOptions, SessionActivity, SessionActivityJSON, SessionJSON, SessionJSONSnapshot, SessionResource, SessionStatus, SessionStatusClaim, SessionTask, SessionVerificationAfterMinutes, SessionVerificationFirstFactor, SessionVerificationJSON, SessionVerificationLevel, SessionVerificationResource, SessionVerificationSecondFactor, SessionVerificationStatus, SessionVerificationTypes, SessionVerifyAttemptFirstFactorParams, SessionVerifyAttemptSecondFactorParams, SessionVerifyCreateParams, SessionVerifyPrepareFirstFactorParams, SessionVerifyPrepareSecondFactorParams, SessionWithActivitiesJSON, SessionWithActivitiesResource, SetActive, SetActiveNavigate, SetActiveParams, SetOrganizationLogoParams, SetProfileImageParams, SetReservedForSecondFactorParams, SharedSignedInAuthObjectProperties, SignInAuthenticateWithSolanaParams, SignInButtonProps, SignInCreateParams, SignInData, SignInErrors, SignInFactor, SignInFallbackRedirectUrl, SignInFields, SignInFirstFactor, SignInFirstFactorJSON, SignInForceRedirectUrl, SignInFutureBackupCodeVerifyParams, SignInFutureCreateParams, SignInFutureEmailCodeSendParams, SignInFutureEmailCodeVerifyParams, SignInFutureEmailLinkSendParams, SignInFutureFinalizeParams, SignInFutureMFAPhoneCodeVerifyParams, SignInFuturePasskeyParams, SignInFuturePasswordParams, SignInFuturePhoneCodeSendParams, SignInFuturePhoneCodeVerifyParams, SignInFutureResetPasswordSubmitParams, SignInFutureResource, SignInFutureSSOParams, SignInFutureTOTPVerifyParams, SignInFutureTicketParams, SignInFutureWeb3Params, SignInIdentifier, SignInInitialValues, SignInJSON, SignInJSONSnapshot, SignInModalProps, SignInProps, SignInRedirectOptions, SignInResource, SignInSecondFactor, SignInSecondFactorJSON, SignInSignal, SignInSignalValue, SignInStartEmailLinkFlowParams, SignInStatus, SignInStrategy, SignOut, SignOutCallback, SignOutOptions, SignUpAttributeField, SignUpAuthenticateWithMetamaskParams, SignUpAuthenticateWithSolanaParams, SignUpAuthenticateWithWeb3Params, SignUpButtonProps, SignUpCreateParams, SignUpData, SignUpEnterpriseConnectionJSON, SignUpEnterpriseConnectionResource, SignUpErrors, SignUpFallbackRedirectUrl, SignUpField, SignUpFields, SignUpForceRedirectUrl, SignUpFutureCreateParams, SignUpFutureEmailCodeVerifyParams, SignUpFutureFinalizeParams, SignUpFuturePasswordParams, SignUpFuturePhoneCodeSendParams, SignUpFuturePhoneCodeVerifyParams, SignUpFutureResource, SignUpFutureSSOParams, SignUpFutureTicketParams, SignUpFutureUpdateParams, SignUpFutureWeb3Params, SignUpIdentificationField, SignUpInitialValues, SignUpJSON, SignUpJSONSnapshot, SignUpModalProps, SignUpModes, SignUpProps, SignUpRedirectOptions, SignUpResource, SignUpSignal, SignUpSignalValue, SignUpStatus, SignUpUpdateParams, SignUpVerifiableField, SignUpVerificationJSON, SignUpVerificationJSONSnapshot, SignUpVerificationResource, SignUpVerificationsJSON, SignUpVerificationsJSONSnapshot, SignUpVerificationsResource, SignatureVerificationAttemptParam, SignedInSessionResource, Simplify, SlackOauthProvider, SnakeToCamel, SolanaWeb3Provider, SpotifyOauthProvider, StartEmailLinkFlowParams, StartEnterpriseSSOLinkFlowParams, State, TOTPAttempt, TOTPFactor, TOTPJSON, TOTPResource, TOTPStrategy, TaskChooseOrganizationProps, TaskResetPasswordProps, TasksRedirectOptions, TelemetryCollector, TelemetryEvent, TelemetryEventRaw, TelemetryLogEntry, TicketStrategy, TiktokOauthProvider, TokenJSON, TokenJSONSnapshot, TokenResource, TransferableOption, TransparentColor, TwitchOauthProvider, TwitterOauthProvider, UIVersion, UnsubscribeCallback, UpdateEnrollmentModeParams, UpdateMembershipParams, UpdateOrganizationMembershipParams, UpdateOrganizationParams, UpdatePasskeyParams, UpdateUserParams, UpdateUserPasswordParams, UseAuthReturn, UseSessionListReturn, UseSessionReturn, UseSignInReturn, UseSignUpReturn, UseUserReturn, UserAvatarProps, UserButtonProps, UserData, UserDataJSON, UserDataJSONSnapshot, UserJSON, UserJSONSnapshot, UserOrganizationInvitationJSON, UserOrganizationInvitationResource, UserPreviewId, UserProfileModalProps, UserProfileProps, UserResource, UserSettingsJSON, UserSettingsJSONSnapshot, UserSettingsResource, UsernameIdentifier, UsernameSettingsData, ValidatePasswordCallbacks, VercelOauthProvider, VerificationAttemptParams, VerificationJSON, VerificationJSONSnapshot, VerificationResource, VerificationStatus, VerificationStrategy, VerifyTOTPParams, VersionedJwtPayload, WEB3_PROVIDERS, WaitlistJSON, WaitlistModalProps, WaitlistProps, WaitlistResource, Web3Attempt, Web3Provider, Web3ProviderData, Web3SignatureConfig, Web3SignatureFactor, Web3Strategy, Web3WalletIdentifier, Web3WalletJSON, Web3WalletJSONSnapshot, Web3WalletResource, Without, WithoutRouting, XOauthProvider, XeroOauthProvider, ZxcvbnResult, __experimental_CheckoutButtonProps, __experimental_CheckoutCacheState, __experimental_CheckoutOptions, __experimental_PlanDetailsButtonProps, __experimental_SubscriptionDetailsButtonProps, __internal_AttemptToEnableEnvironmentSettingParams, __internal_AttemptToEnableEnvironmentSettingResult, __internal_CheckoutProps, __internal_EnableOrganizationsPromptProps, __internal_LocalizationResource, __internal_OAuthConsentProps, __internal_PlanDetailsProps, __internal_SubscriptionDetailsProps, __internal_UserVerificationModalProps, __internal_UserVerificationProps, getOAuthProviderData, getWeb3ProviderData, sortedOAuthProviders };
9623
9693
  //# sourceMappingURL=index.d.mts.map