better-auth 1.3.9-beta.2 → 1.3.9-beta.4

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 (272) hide show
  1. package/dist/adapters/drizzle-adapter/index.cjs +5 -6
  2. package/dist/adapters/drizzle-adapter/index.d.cts +2 -3
  3. package/dist/adapters/drizzle-adapter/index.d.mts +2 -3
  4. package/dist/adapters/drizzle-adapter/index.d.ts +2 -3
  5. package/dist/adapters/drizzle-adapter/index.mjs +5 -6
  6. package/dist/adapters/index.cjs +5 -6
  7. package/dist/adapters/index.d.cts +3 -4
  8. package/dist/adapters/index.d.mts +3 -4
  9. package/dist/adapters/index.d.ts +3 -4
  10. package/dist/adapters/index.mjs +5 -6
  11. package/dist/adapters/kysely-adapter/index.cjs +6 -7
  12. package/dist/adapters/kysely-adapter/index.d.cts +2 -3
  13. package/dist/adapters/kysely-adapter/index.d.mts +2 -3
  14. package/dist/adapters/kysely-adapter/index.d.ts +2 -3
  15. package/dist/adapters/kysely-adapter/index.mjs +6 -7
  16. package/dist/adapters/memory-adapter/index.cjs +6 -7
  17. package/dist/adapters/memory-adapter/index.d.cts +2 -3
  18. package/dist/adapters/memory-adapter/index.d.mts +2 -3
  19. package/dist/adapters/memory-adapter/index.d.ts +2 -3
  20. package/dist/adapters/memory-adapter/index.mjs +6 -7
  21. package/dist/adapters/mongodb-adapter/index.cjs +6 -7
  22. package/dist/adapters/mongodb-adapter/index.d.cts +2 -3
  23. package/dist/adapters/mongodb-adapter/index.d.mts +2 -3
  24. package/dist/adapters/mongodb-adapter/index.d.ts +2 -3
  25. package/dist/adapters/mongodb-adapter/index.mjs +6 -7
  26. package/dist/adapters/prisma-adapter/index.cjs +5 -6
  27. package/dist/adapters/prisma-adapter/index.d.cts +2 -3
  28. package/dist/adapters/prisma-adapter/index.d.mts +2 -3
  29. package/dist/adapters/prisma-adapter/index.d.ts +2 -3
  30. package/dist/adapters/prisma-adapter/index.mjs +5 -6
  31. package/dist/adapters/test.cjs +4 -5
  32. package/dist/adapters/test.d.cts +2 -3
  33. package/dist/adapters/test.d.mts +2 -3
  34. package/dist/adapters/test.d.ts +2 -3
  35. package/dist/adapters/test.mjs +4 -5
  36. package/dist/api/index.cjs +23 -6
  37. package/dist/api/index.d.cts +2 -3
  38. package/dist/api/index.d.mts +2 -3
  39. package/dist/api/index.d.ts +2 -3
  40. package/dist/api/index.mjs +24 -7
  41. package/dist/client/index.d.cts +4 -5
  42. package/dist/client/index.d.mts +4 -5
  43. package/dist/client/index.d.ts +4 -5
  44. package/dist/client/plugins/index.cjs +6 -7
  45. package/dist/client/plugins/index.d.cts +5 -5
  46. package/dist/client/plugins/index.d.mts +5 -5
  47. package/dist/client/plugins/index.d.ts +5 -5
  48. package/dist/client/plugins/index.mjs +6 -7
  49. package/dist/client/react/index.d.cts +4 -5
  50. package/dist/client/react/index.d.mts +4 -5
  51. package/dist/client/react/index.d.ts +4 -5
  52. package/dist/client/solid/index.d.cts +3 -4
  53. package/dist/client/solid/index.d.mts +3 -4
  54. package/dist/client/solid/index.d.ts +3 -4
  55. package/dist/client/svelte/index.d.cts +3 -4
  56. package/dist/client/svelte/index.d.mts +3 -4
  57. package/dist/client/svelte/index.d.ts +3 -4
  58. package/dist/client/vue/index.d.cts +3 -4
  59. package/dist/client/vue/index.d.mts +3 -4
  60. package/dist/client/vue/index.d.ts +3 -4
  61. package/dist/cookies/index.d.cts +2 -3
  62. package/dist/cookies/index.d.mts +2 -3
  63. package/dist/cookies/index.d.ts +2 -3
  64. package/dist/crypto/index.cjs +12 -13
  65. package/dist/crypto/index.mjs +4 -5
  66. package/dist/db/index.cjs +8 -9
  67. package/dist/db/index.d.cts +3 -4
  68. package/dist/db/index.d.mts +3 -4
  69. package/dist/db/index.d.ts +3 -4
  70. package/dist/db/index.mjs +8 -9
  71. package/dist/index.cjs +10 -11
  72. package/dist/index.d.cts +10 -11
  73. package/dist/index.d.mts +10 -11
  74. package/dist/index.d.ts +10 -11
  75. package/dist/index.mjs +10 -11
  76. package/dist/integrations/next-js.cjs +7 -8
  77. package/dist/integrations/next-js.d.cts +2 -3
  78. package/dist/integrations/next-js.d.mts +2 -3
  79. package/dist/integrations/next-js.d.ts +2 -3
  80. package/dist/integrations/next-js.mjs +7 -8
  81. package/dist/integrations/node.d.cts +2 -3
  82. package/dist/integrations/node.d.mts +2 -3
  83. package/dist/integrations/node.d.ts +2 -3
  84. package/dist/integrations/react-start.cjs +7 -8
  85. package/dist/integrations/react-start.d.cts +2 -3
  86. package/dist/integrations/react-start.d.mts +2 -3
  87. package/dist/integrations/react-start.d.ts +2 -3
  88. package/dist/integrations/react-start.mjs +7 -8
  89. package/dist/integrations/svelte-kit.cjs +5 -6
  90. package/dist/integrations/svelte-kit.d.cts +2 -3
  91. package/dist/integrations/svelte-kit.d.mts +2 -3
  92. package/dist/integrations/svelte-kit.d.ts +2 -3
  93. package/dist/integrations/svelte-kit.mjs +5 -6
  94. package/dist/oauth2/index.cjs +5 -6
  95. package/dist/oauth2/index.d.cts +4 -4
  96. package/dist/oauth2/index.d.mts +4 -4
  97. package/dist/oauth2/index.d.ts +4 -4
  98. package/dist/oauth2/index.mjs +5 -6
  99. package/dist/plugins/admin/index.cjs +6 -7
  100. package/dist/plugins/admin/index.d.cts +4 -5
  101. package/dist/plugins/admin/index.d.mts +4 -5
  102. package/dist/plugins/admin/index.d.ts +4 -5
  103. package/dist/plugins/admin/index.mjs +6 -7
  104. package/dist/plugins/anonymous/index.cjs +5 -6
  105. package/dist/plugins/anonymous/index.d.cts +2 -3
  106. package/dist/plugins/anonymous/index.d.mts +2 -3
  107. package/dist/plugins/anonymous/index.d.ts +2 -3
  108. package/dist/plugins/anonymous/index.mjs +5 -6
  109. package/dist/plugins/bearer/index.cjs +5 -6
  110. package/dist/plugins/bearer/index.d.cts +2 -3
  111. package/dist/plugins/bearer/index.d.mts +2 -3
  112. package/dist/plugins/bearer/index.d.ts +2 -3
  113. package/dist/plugins/bearer/index.mjs +5 -6
  114. package/dist/plugins/captcha/index.d.cts +2 -3
  115. package/dist/plugins/captcha/index.d.mts +2 -3
  116. package/dist/plugins/captcha/index.d.ts +2 -3
  117. package/dist/plugins/custom-session/index.cjs +5 -6
  118. package/dist/plugins/custom-session/index.d.cts +2 -3
  119. package/dist/plugins/custom-session/index.d.mts +2 -3
  120. package/dist/plugins/custom-session/index.d.ts +2 -3
  121. package/dist/plugins/custom-session/index.mjs +5 -6
  122. package/dist/plugins/device-authorization/index.cjs +4 -5
  123. package/dist/plugins/device-authorization/index.d.cts +2 -3
  124. package/dist/plugins/device-authorization/index.d.mts +2 -3
  125. package/dist/plugins/device-authorization/index.d.ts +2 -3
  126. package/dist/plugins/device-authorization/index.mjs +4 -5
  127. package/dist/plugins/email-otp/index.cjs +5 -6
  128. package/dist/plugins/email-otp/index.d.cts +2 -3
  129. package/dist/plugins/email-otp/index.d.mts +2 -3
  130. package/dist/plugins/email-otp/index.d.ts +2 -3
  131. package/dist/plugins/email-otp/index.mjs +5 -6
  132. package/dist/plugins/generic-oauth/index.cjs +5 -6
  133. package/dist/plugins/generic-oauth/index.d.cts +2 -3
  134. package/dist/plugins/generic-oauth/index.d.mts +2 -3
  135. package/dist/plugins/generic-oauth/index.d.ts +2 -3
  136. package/dist/plugins/generic-oauth/index.mjs +5 -6
  137. package/dist/plugins/haveibeenpwned/index.cjs +5 -6
  138. package/dist/plugins/haveibeenpwned/index.d.cts +2 -3
  139. package/dist/plugins/haveibeenpwned/index.d.mts +2 -3
  140. package/dist/plugins/haveibeenpwned/index.d.ts +2 -3
  141. package/dist/plugins/haveibeenpwned/index.mjs +5 -6
  142. package/dist/plugins/index.cjs +17 -16
  143. package/dist/plugins/index.d.cts +7 -7
  144. package/dist/plugins/index.d.mts +7 -7
  145. package/dist/plugins/index.d.ts +7 -7
  146. package/dist/plugins/index.mjs +18 -17
  147. package/dist/plugins/jwt/index.cjs +6 -7
  148. package/dist/plugins/jwt/index.d.cts +2 -2
  149. package/dist/plugins/jwt/index.d.mts +2 -2
  150. package/dist/plugins/jwt/index.d.ts +2 -2
  151. package/dist/plugins/jwt/index.mjs +7 -8
  152. package/dist/plugins/magic-link/index.cjs +5 -6
  153. package/dist/plugins/magic-link/index.mjs +5 -6
  154. package/dist/plugins/multi-session/index.cjs +5 -6
  155. package/dist/plugins/multi-session/index.d.cts +2 -3
  156. package/dist/plugins/multi-session/index.d.mts +2 -3
  157. package/dist/plugins/multi-session/index.d.ts +2 -3
  158. package/dist/plugins/multi-session/index.mjs +5 -6
  159. package/dist/plugins/oauth-proxy/index.cjs +5 -6
  160. package/dist/plugins/oauth-proxy/index.d.cts +2 -3
  161. package/dist/plugins/oauth-proxy/index.d.mts +2 -3
  162. package/dist/plugins/oauth-proxy/index.d.ts +2 -3
  163. package/dist/plugins/oauth-proxy/index.mjs +5 -6
  164. package/dist/plugins/oidc-provider/index.cjs +7 -8
  165. package/dist/plugins/oidc-provider/index.d.cts +2 -3
  166. package/dist/plugins/oidc-provider/index.d.mts +2 -3
  167. package/dist/plugins/oidc-provider/index.d.ts +2 -3
  168. package/dist/plugins/oidc-provider/index.mjs +7 -8
  169. package/dist/plugins/one-tap/index.cjs +5 -6
  170. package/dist/plugins/one-tap/index.mjs +5 -6
  171. package/dist/plugins/one-time-token/index.cjs +8 -9
  172. package/dist/plugins/one-time-token/index.d.cts +2 -3
  173. package/dist/plugins/one-time-token/index.d.mts +2 -3
  174. package/dist/plugins/one-time-token/index.d.ts +2 -3
  175. package/dist/plugins/one-time-token/index.mjs +8 -9
  176. package/dist/plugins/open-api/index.cjs +44 -13
  177. package/dist/plugins/open-api/index.d.cts +2 -3
  178. package/dist/plugins/open-api/index.d.mts +2 -3
  179. package/dist/plugins/open-api/index.d.ts +2 -3
  180. package/dist/plugins/open-api/index.mjs +44 -13
  181. package/dist/plugins/organization/index.cjs +8 -9
  182. package/dist/plugins/organization/index.d.cts +2 -3
  183. package/dist/plugins/organization/index.d.mts +2 -3
  184. package/dist/plugins/organization/index.d.ts +2 -3
  185. package/dist/plugins/organization/index.mjs +8 -9
  186. package/dist/plugins/passkey/index.cjs +5 -6
  187. package/dist/plugins/passkey/index.d.cts +2 -3
  188. package/dist/plugins/passkey/index.d.mts +2 -3
  189. package/dist/plugins/passkey/index.d.ts +2 -3
  190. package/dist/plugins/passkey/index.mjs +5 -6
  191. package/dist/plugins/phone-number/index.cjs +5 -6
  192. package/dist/plugins/phone-number/index.d.cts +2 -3
  193. package/dist/plugins/phone-number/index.d.mts +2 -3
  194. package/dist/plugins/phone-number/index.d.ts +2 -3
  195. package/dist/plugins/phone-number/index.mjs +5 -6
  196. package/dist/plugins/siwe/index.cjs +7 -8
  197. package/dist/plugins/siwe/index.d.cts +2 -3
  198. package/dist/plugins/siwe/index.d.mts +2 -3
  199. package/dist/plugins/siwe/index.d.ts +2 -3
  200. package/dist/plugins/siwe/index.mjs +7 -8
  201. package/dist/plugins/sso/index.cjs +5 -6
  202. package/dist/plugins/sso/index.d.cts +2 -3
  203. package/dist/plugins/sso/index.d.mts +2 -3
  204. package/dist/plugins/sso/index.d.ts +2 -3
  205. package/dist/plugins/sso/index.mjs +5 -6
  206. package/dist/plugins/two-factor/index.cjs +5 -6
  207. package/dist/plugins/two-factor/index.d.cts +2 -3
  208. package/dist/plugins/two-factor/index.d.mts +2 -3
  209. package/dist/plugins/two-factor/index.d.ts +2 -3
  210. package/dist/plugins/two-factor/index.mjs +5 -6
  211. package/dist/plugins/username/index.cjs +20 -6
  212. package/dist/plugins/username/index.d.cts +19 -5
  213. package/dist/plugins/username/index.d.mts +19 -5
  214. package/dist/plugins/username/index.d.ts +19 -5
  215. package/dist/plugins/username/index.mjs +20 -6
  216. package/dist/shared/{better-auth.Ck4qhtF6.mjs → better-auth.5WTE-uUO.mjs} +5 -6
  217. package/dist/shared/{better-auth.DGuotwA1.d.cts → better-auth.6crrbXrP.d.cts} +308 -8
  218. package/dist/shared/{better-auth.gF8vGD5L.mjs → better-auth.7ZeACU2v.mjs} +5 -6
  219. package/dist/shared/{better-auth.CnIVrMwK.d.ts → better-auth.B-CitgLp.d.ts} +1 -1
  220. package/dist/shared/{better-auth.CXBi-DJc.cjs → better-auth.B-GguVp5.cjs} +7 -8
  221. package/dist/shared/{better-auth.CEc4wau_.d.cts → better-auth.B-V8R4q7.d.cts} +1 -1
  222. package/dist/shared/{better-auth.mA4L_-fq.d.ts → better-auth.B5FL4Q2B.d.ts} +2 -3
  223. package/dist/shared/{better-auth.EF9Iq11i.d.ts → better-auth.BAnyvLX6.d.ts} +1 -1
  224. package/dist/shared/{better-auth.C_gHVcnc.cjs → better-auth.BEYvND1Y.cjs} +1 -1
  225. package/dist/shared/{better-auth.TZOo7890.cjs → better-auth.BVUwL7ru.cjs} +1 -1
  226. package/dist/shared/{better-auth.BjjUH-Ka.mjs → better-auth.BWl2NB1B.mjs} +1 -1
  227. package/dist/shared/{better-auth.BlqpEUaH.mjs → better-auth.BZTBs9Yy.mjs} +7 -8
  228. package/dist/shared/{better-auth.CTMmErGI.d.cts → better-auth.BaMSx6K3.d.cts} +2 -3
  229. package/dist/shared/{better-auth.DXKgbji-.mjs → better-auth.BduPtJy8.mjs} +1 -1
  230. package/dist/shared/{better-auth.Dc0nj0we.cjs → better-auth.BlsHS68J.cjs} +22 -5
  231. package/dist/shared/{better-auth.Dyb4JEgv.cjs → better-auth.C5ZbY8Lo.cjs} +6 -7
  232. package/dist/shared/{better-auth.XP_NDvic.mjs → better-auth.C7KUdiwV.mjs} +1 -1
  233. package/dist/shared/{better-auth.BvYLXwvp.cjs → better-auth.CMwM5enp.cjs} +1 -0
  234. package/dist/shared/{better-auth.DtZRMuXL.cjs → better-auth.CRFFLEbh.cjs} +6 -7
  235. package/dist/shared/{better-auth.B3CPLvGC.mjs → better-auth.CSEecXfV.mjs} +22 -5
  236. package/dist/shared/{better-auth.DTV9hYzN.cjs → better-auth.CdLjcJ6z.cjs} +7 -8
  237. package/dist/shared/{better-auth.B8UjXTUa.mjs → better-auth.CtB1M_c7.mjs} +1 -1
  238. package/dist/shared/{better-auth.DFJOJkY1.cjs → better-auth.CtgUZb45.cjs} +7 -8
  239. package/dist/shared/{better-auth.3K3VNUn3.mjs → better-auth.D9PzlwY_.mjs} +6 -7
  240. package/dist/shared/{better-auth.CY7-Inqt.mjs → better-auth.DDuRjwGK.mjs} +1 -0
  241. package/dist/shared/{better-auth.B1yOWNP8.cjs → better-auth.DEKJQy4E.cjs} +1 -1
  242. package/dist/shared/{better-auth.DAUyNtx1.mjs → better-auth.DLsqH9Hw.mjs} +7 -8
  243. package/dist/shared/{better-auth.BuBqXPUp.mjs → better-auth.DOXaXTC6.mjs} +4 -5
  244. package/dist/shared/{better-auth.BWzwHY8m.cjs → better-auth.DPsIzckY.cjs} +5 -6
  245. package/dist/shared/{better-auth.DDDKwecE.mjs → better-auth.DQ6bmgix.mjs} +7 -8
  246. package/dist/shared/{better-auth.ChqAn6N0.d.mts → better-auth.DQLetyog.d.cts} +1 -1
  247. package/dist/shared/{better-auth.ZUo2dMO3.d.mts → better-auth.DR57bygo.d.mts} +2 -3
  248. package/dist/shared/{better-auth.fBcUR9cm.mjs → better-auth.DV0Lly8-.mjs} +6 -7
  249. package/dist/shared/{better-auth.WOu5GuAp.d.ts → better-auth.DtrrQDoO.d.ts} +5 -5
  250. package/dist/shared/{better-auth.aZPAhP-f.cjs → better-auth.QqWdVDmR.cjs} +5 -6
  251. package/dist/shared/{better-auth.DU2vRHKI.d.ts → better-auth.S3lnSz8Y.d.ts} +308 -8
  252. package/dist/shared/{better-auth.C9jfJUDF.cjs → better-auth.Szg-8evr.cjs} +4 -5
  253. package/dist/shared/{better-auth.llWU4_4y.d.cts → better-auth.UcasWcPe.d.cts} +5 -5
  254. package/dist/shared/{better-auth.YWGwdADP.cjs → better-auth.WyvofoOW.cjs} +1 -1
  255. package/dist/shared/{better-auth.f-bUldRg.d.mts → better-auth.YK5LQtFt.d.mts} +308 -8
  256. package/dist/shared/{better-auth.Df1_Wu_1.d.mts → better-auth.eYki6XKk.d.mts} +5 -5
  257. package/dist/shared/{better-auth.BZiffGTH.d.mts → better-auth.g9DlWOx7.d.mts} +1 -1
  258. package/dist/shared/{better-auth.D9BrVtBy.d.cts → better-auth.km36dqos.d.mts} +1 -1
  259. package/dist/social-providers/index.cjs +5 -6
  260. package/dist/social-providers/index.d.cts +1 -2
  261. package/dist/social-providers/index.d.mts +1 -2
  262. package/dist/social-providers/index.d.ts +1 -2
  263. package/dist/social-providers/index.mjs +5 -6
  264. package/dist/test-utils/index.cjs +13 -14
  265. package/dist/test-utils/index.d.cts +258 -4
  266. package/dist/test-utils/index.d.mts +258 -4
  267. package/dist/test-utils/index.d.ts +258 -4
  268. package/dist/test-utils/index.mjs +13 -14
  269. package/dist/types/index.d.cts +3 -4
  270. package/dist/types/index.d.mts +3 -4
  271. package/dist/types/index.d.ts +3 -4
  272. package/package.json +10 -5
@@ -4,7 +4,7 @@ import { EndpointContext, InputContext, CookieOptions, Endpoint, Middleware } fr
4
4
  import * as z from 'zod/v4';
5
5
  import { ZodType } from 'zod/v4';
6
6
  import { b as LiteralUnion, L as LiteralString, D as DeepPartial, U as UnionToIntersection, a as Prettify, S as StripEmptyObjects, O as OmitId, P as PrettifyDeep, E as Expand } from './better-auth.DTtXpZYr.mjs';
7
- import { b as OAuthProvider, S as SocialProviders, c as SocialProviderList, O as OAuth2Tokens, a as OAuth2UserInfo } from './better-auth.ZUo2dMO3.mjs';
7
+ import { b as OAuthProvider, S as SocialProviders, c as SocialProviderList, O as OAuth2Tokens, a as OAuth2UserInfo } from './better-auth.DR57bygo.mjs';
8
8
  import * as zod_v4_core from 'zod/v4/core';
9
9
  import * as zod from 'zod';
10
10
  import { Database } from 'better-sqlite3';
@@ -395,9 +395,8 @@ declare const createFieldAttribute: <T extends FieldType, C extends Omit<FieldAt
395
395
  output?: (value: Primitive) => Primitive | Promise<Primitive>;
396
396
  };
397
397
  returned?: boolean;
398
+ fieldName?: string;
398
399
  required?: boolean;
399
- unique?: boolean;
400
- defaultValue?: Primitive | (() => Primitive);
401
400
  references?: {
402
401
  /**
403
402
  * The model to reference.
@@ -413,9 +412,10 @@ declare const createFieldAttribute: <T extends FieldType, C extends Omit<FieldAt
413
412
  */
414
413
  onDelete?: "no action" | "restrict" | "cascade" | "set null" | "set default";
415
414
  };
416
- fieldName?: string;
417
- onUpdate?: () => Primitive;
415
+ defaultValue?: Primitive | (() => Primitive);
416
+ unique?: boolean;
418
417
  sortable?: boolean;
418
+ onUpdate?: () => Primitive;
419
419
  validator?: {
420
420
  input?: ZodType;
421
421
  output?: ZodType;
@@ -1816,13 +1816,13 @@ type BetterAuthOptions = {
1816
1816
  * The maximum number of requests allowed within the window.
1817
1817
  */
1818
1818
  max: number;
1819
- } | ((request: Request) => {
1819
+ } | false | ((request: Request) => {
1820
1820
  window: number;
1821
1821
  max: number;
1822
- } | Promise<{
1822
+ } | false | Promise<{
1823
1823
  window: number;
1824
1824
  max: number;
1825
- }>);
1825
+ } | false>);
1826
1826
  };
1827
1827
  /**
1828
1828
  * Storage configuration
@@ -4864,6 +4864,21 @@ declare const changeEmail: {
4864
4864
  };
4865
4865
  };
4866
4866
  };
4867
+ "422": {
4868
+ description: string;
4869
+ content: {
4870
+ "application/json": {
4871
+ schema: {
4872
+ type: "object";
4873
+ properties: {
4874
+ message: {
4875
+ type: string;
4876
+ };
4877
+ };
4878
+ };
4879
+ };
4880
+ };
4881
+ };
4867
4882
  };
4868
4883
  };
4869
4884
  };
@@ -5098,6 +5113,21 @@ declare const signUpEmail: <O extends BetterAuthOptions>() => {
5098
5113
  };
5099
5114
  };
5100
5115
  };
5116
+ "422": {
5117
+ description: string;
5118
+ content: {
5119
+ "application/json": {
5120
+ schema: {
5121
+ type: "object";
5122
+ properties: {
5123
+ message: {
5124
+ type: string;
5125
+ };
5126
+ };
5127
+ };
5128
+ };
5129
+ };
5130
+ };
5101
5131
  };
5102
5132
  };
5103
5133
  };
@@ -5213,6 +5243,21 @@ declare const signUpEmail: <O extends BetterAuthOptions>() => {
5213
5243
  };
5214
5244
  };
5215
5245
  };
5246
+ "422": {
5247
+ description: string;
5248
+ content: {
5249
+ "application/json": {
5250
+ schema: {
5251
+ type: "object";
5252
+ properties: {
5253
+ message: {
5254
+ type: string;
5255
+ };
5256
+ };
5257
+ };
5258
+ };
5259
+ };
5260
+ };
5216
5261
  };
5217
5262
  };
5218
5263
  };
@@ -5353,6 +5398,21 @@ declare const signUpEmail: <O extends BetterAuthOptions>() => {
5353
5398
  };
5354
5399
  };
5355
5400
  };
5401
+ "422": {
5402
+ description: string;
5403
+ content: {
5404
+ "application/json": {
5405
+ schema: {
5406
+ type: "object";
5407
+ properties: {
5408
+ message: {
5409
+ type: string;
5410
+ };
5411
+ };
5412
+ };
5413
+ };
5414
+ };
5415
+ };
5356
5416
  };
5357
5417
  };
5358
5418
  };
@@ -5541,6 +5601,21 @@ declare const signUpEmail: <O extends BetterAuthOptions>() => {
5541
5601
  };
5542
5602
  };
5543
5603
  };
5604
+ "422": {
5605
+ description: string;
5606
+ content: {
5607
+ "application/json": {
5608
+ schema: {
5609
+ type: "object";
5610
+ properties: {
5611
+ message: {
5612
+ type: string;
5613
+ };
5614
+ };
5615
+ };
5616
+ };
5617
+ };
5618
+ };
5544
5619
  };
5545
5620
  };
5546
5621
  };
@@ -6792,6 +6867,21 @@ declare function getEndpoints<C extends AuthContext, Option extends BetterAuthOp
6792
6867
  };
6793
6868
  };
6794
6869
  };
6870
+ "422": {
6871
+ description: string;
6872
+ content: {
6873
+ "application/json": {
6874
+ schema: {
6875
+ type: "object";
6876
+ properties: {
6877
+ message: {
6878
+ type: string;
6879
+ };
6880
+ };
6881
+ };
6882
+ };
6883
+ };
6884
+ };
6795
6885
  };
6796
6886
  };
6797
6887
  };
@@ -6907,6 +6997,21 @@ declare function getEndpoints<C extends AuthContext, Option extends BetterAuthOp
6907
6997
  };
6908
6998
  };
6909
6999
  };
7000
+ "422": {
7001
+ description: string;
7002
+ content: {
7003
+ "application/json": {
7004
+ schema: {
7005
+ type: "object";
7006
+ properties: {
7007
+ message: {
7008
+ type: string;
7009
+ };
7010
+ };
7011
+ };
7012
+ };
7013
+ };
7014
+ };
6910
7015
  };
6911
7016
  };
6912
7017
  };
@@ -7047,6 +7152,21 @@ declare function getEndpoints<C extends AuthContext, Option extends BetterAuthOp
7047
7152
  };
7048
7153
  };
7049
7154
  };
7155
+ "422": {
7156
+ description: string;
7157
+ content: {
7158
+ "application/json": {
7159
+ schema: {
7160
+ type: "object";
7161
+ properties: {
7162
+ message: {
7163
+ type: string;
7164
+ };
7165
+ };
7166
+ };
7167
+ };
7168
+ };
7169
+ };
7050
7170
  };
7051
7171
  };
7052
7172
  };
@@ -7235,6 +7355,21 @@ declare function getEndpoints<C extends AuthContext, Option extends BetterAuthOp
7235
7355
  };
7236
7356
  };
7237
7357
  };
7358
+ "422": {
7359
+ description: string;
7360
+ content: {
7361
+ "application/json": {
7362
+ schema: {
7363
+ type: "object";
7364
+ properties: {
7365
+ message: {
7366
+ type: string;
7367
+ };
7368
+ };
7369
+ };
7370
+ };
7371
+ };
7372
+ };
7238
7373
  };
7239
7374
  };
7240
7375
  };
@@ -7851,6 +7986,21 @@ declare function getEndpoints<C extends AuthContext, Option extends BetterAuthOp
7851
7986
  };
7852
7987
  };
7853
7988
  };
7989
+ "422": {
7990
+ description: string;
7991
+ content: {
7992
+ "application/json": {
7993
+ schema: {
7994
+ type: "object";
7995
+ properties: {
7996
+ message: {
7997
+ type: string;
7998
+ };
7999
+ };
8000
+ };
8001
+ };
8002
+ };
8003
+ };
7854
8004
  };
7855
8005
  };
7856
8006
  };
@@ -10409,6 +10559,21 @@ declare const router: <C extends AuthContext, Option extends BetterAuthOptions>(
10409
10559
  };
10410
10560
  };
10411
10561
  };
10562
+ "422": {
10563
+ description: string;
10564
+ content: {
10565
+ "application/json": {
10566
+ schema: {
10567
+ type: "object";
10568
+ properties: {
10569
+ message: {
10570
+ type: string;
10571
+ };
10572
+ };
10573
+ };
10574
+ };
10575
+ };
10576
+ };
10412
10577
  };
10413
10578
  };
10414
10579
  };
@@ -10524,6 +10689,21 @@ declare const router: <C extends AuthContext, Option extends BetterAuthOptions>(
10524
10689
  };
10525
10690
  };
10526
10691
  };
10692
+ "422": {
10693
+ description: string;
10694
+ content: {
10695
+ "application/json": {
10696
+ schema: {
10697
+ type: "object";
10698
+ properties: {
10699
+ message: {
10700
+ type: string;
10701
+ };
10702
+ };
10703
+ };
10704
+ };
10705
+ };
10706
+ };
10527
10707
  };
10528
10708
  };
10529
10709
  };
@@ -10664,6 +10844,21 @@ declare const router: <C extends AuthContext, Option extends BetterAuthOptions>(
10664
10844
  };
10665
10845
  };
10666
10846
  };
10847
+ "422": {
10848
+ description: string;
10849
+ content: {
10850
+ "application/json": {
10851
+ schema: {
10852
+ type: "object";
10853
+ properties: {
10854
+ message: {
10855
+ type: string;
10856
+ };
10857
+ };
10858
+ };
10859
+ };
10860
+ };
10861
+ };
10667
10862
  };
10668
10863
  };
10669
10864
  };
@@ -10852,6 +11047,21 @@ declare const router: <C extends AuthContext, Option extends BetterAuthOptions>(
10852
11047
  };
10853
11048
  };
10854
11049
  };
11050
+ "422": {
11051
+ description: string;
11052
+ content: {
11053
+ "application/json": {
11054
+ schema: {
11055
+ type: "object";
11056
+ properties: {
11057
+ message: {
11058
+ type: string;
11059
+ };
11060
+ };
11061
+ };
11062
+ };
11063
+ };
11064
+ };
10855
11065
  };
10856
11066
  };
10857
11067
  };
@@ -11468,6 +11678,21 @@ declare const router: <C extends AuthContext, Option extends BetterAuthOptions>(
11468
11678
  };
11469
11679
  };
11470
11680
  };
11681
+ "422": {
11682
+ description: string;
11683
+ content: {
11684
+ "application/json": {
11685
+ schema: {
11686
+ type: "object";
11687
+ properties: {
11688
+ message: {
11689
+ type: string;
11690
+ };
11691
+ };
11692
+ };
11693
+ };
11694
+ };
11695
+ };
11471
11696
  };
11472
11697
  };
11473
11698
  };
@@ -14051,6 +14276,21 @@ declare const betterAuth: <O extends BetterAuthOptions>(options: O & Record<neve
14051
14276
  };
14052
14277
  };
14053
14278
  };
14279
+ "422": {
14280
+ description: string;
14281
+ content: {
14282
+ "application/json": {
14283
+ schema: {
14284
+ type: "object";
14285
+ properties: {
14286
+ message: {
14287
+ type: string;
14288
+ };
14289
+ };
14290
+ };
14291
+ };
14292
+ };
14293
+ };
14054
14294
  };
14055
14295
  };
14056
14296
  };
@@ -14166,6 +14406,21 @@ declare const betterAuth: <O extends BetterAuthOptions>(options: O & Record<neve
14166
14406
  };
14167
14407
  };
14168
14408
  };
14409
+ "422": {
14410
+ description: string;
14411
+ content: {
14412
+ "application/json": {
14413
+ schema: {
14414
+ type: "object";
14415
+ properties: {
14416
+ message: {
14417
+ type: string;
14418
+ };
14419
+ };
14420
+ };
14421
+ };
14422
+ };
14423
+ };
14169
14424
  };
14170
14425
  };
14171
14426
  };
@@ -14306,6 +14561,21 @@ declare const betterAuth: <O extends BetterAuthOptions>(options: O & Record<neve
14306
14561
  };
14307
14562
  };
14308
14563
  };
14564
+ "422": {
14565
+ description: string;
14566
+ content: {
14567
+ "application/json": {
14568
+ schema: {
14569
+ type: "object";
14570
+ properties: {
14571
+ message: {
14572
+ type: string;
14573
+ };
14574
+ };
14575
+ };
14576
+ };
14577
+ };
14578
+ };
14309
14579
  };
14310
14580
  };
14311
14581
  };
@@ -14494,6 +14764,21 @@ declare const betterAuth: <O extends BetterAuthOptions>(options: O & Record<neve
14494
14764
  };
14495
14765
  };
14496
14766
  };
14767
+ "422": {
14768
+ description: string;
14769
+ content: {
14770
+ "application/json": {
14771
+ schema: {
14772
+ type: "object";
14773
+ properties: {
14774
+ message: {
14775
+ type: string;
14776
+ };
14777
+ };
14778
+ };
14779
+ };
14780
+ };
14781
+ };
14497
14782
  };
14498
14783
  };
14499
14784
  };
@@ -15110,6 +15395,21 @@ declare const betterAuth: <O extends BetterAuthOptions>(options: O & Record<neve
15110
15395
  };
15111
15396
  };
15112
15397
  };
15398
+ "422": {
15399
+ description: string;
15400
+ content: {
15401
+ "application/json": {
15402
+ schema: {
15403
+ type: "object";
15404
+ properties: {
15405
+ message: {
15406
+ type: string;
15407
+ };
15408
+ };
15409
+ };
15410
+ };
15411
+ };
15412
+ };
15113
15413
  };
15114
15414
  };
15115
15415
  };
@@ -1,4 +1,4 @@
1
- import { G as GenericEndpointContext, I as InferOptionSchema, H as HookEndpointContext, h as AuthContext } from './better-auth.f-bUldRg.mjs';
1
+ import { G as GenericEndpointContext, I as InferOptionSchema, H as HookEndpointContext, h as AuthContext } from './better-auth.YK5LQtFt.mjs';
2
2
  import { Statements } from '../plugins/access/index.mjs';
3
3
  import * as zod_v4_core from 'zod/v4/core';
4
4
  import * as zod from 'zod';
@@ -184,8 +184,8 @@ declare const apiKeySchema: ({ timeWindow, rateLimitMax, }: {
184
184
  required: false;
185
185
  input: true;
186
186
  transform: {
187
- input(value: string | number | boolean | Date | string[] | number[] | null | undefined): string;
188
- output(value: string | number | boolean | Date | string[] | number[] | null | undefined): any;
187
+ input(value: string | number | boolean | string[] | Date | number[] | null | undefined): string;
188
+ output(value: string | number | boolean | string[] | Date | number[] | null | undefined): any;
189
189
  };
190
190
  };
191
191
  };
@@ -1894,8 +1894,8 @@ declare const apiKey: (options?: ApiKeyOptions) => {
1894
1894
  required: false;
1895
1895
  input: true;
1896
1896
  transform: {
1897
- input(value: string | number | boolean | Date | string[] | number[] | null | undefined): string;
1898
- output(value: string | number | boolean | Date | string[] | number[] | null | undefined): any;
1897
+ input(value: string | number | boolean | string[] | Date | number[] | null | undefined): string;
1898
+ output(value: string | number | boolean | string[] | Date | number[] | null | undefined): any;
1899
1899
  };
1900
1900
  };
1901
1901
  };
@@ -1,4 +1,4 @@
1
- import { r as BetterAuthPlugin, B as BetterAuthOptions, ag as InferFieldsInputClient, ae as InferFieldsOutput, U as User, S as Session, g as Auth } from './better-auth.f-bUldRg.mjs';
1
+ import { r as BetterAuthPlugin, B as BetterAuthOptions, ag as InferFieldsInputClient, ae as InferFieldsOutput, U as User, S as Session, g as Auth } from './better-auth.YK5LQtFt.mjs';
2
2
  import { BetterFetchOption, BetterFetchResponse, BetterFetch, BetterFetchPlugin } from '@better-fetch/fetch';
3
3
  import { WritableAtom, Atom } from 'nanostores';
4
4
  import { U as UnionToIntersection, H as HasRequiredKeys, a as Prettify, L as LiteralString, S as StripEmptyObjects } from './better-auth.DTtXpZYr.mjs';
@@ -1,4 +1,4 @@
1
- import { G as GenericEndpointContext } from './better-auth.DGuotwA1.cjs';
1
+ import { G as GenericEndpointContext } from './better-auth.YK5LQtFt.mjs';
2
2
 
3
3
  declare function generateState(c: GenericEndpointContext, link?: {
4
4
  email: string;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  require('zod/v4');
4
- const socialProviders_index = require('../shared/better-auth.Dc0nj0we.cjs');
4
+ const socialProviders_index = require('../shared/better-auth.BlsHS68J.cjs');
5
5
  require('../shared/better-auth.CLv80Pwz.cjs');
6
6
  require('better-call');
7
7
  require('../shared/better-auth.C1hdVENX.cjs');
@@ -16,14 +16,13 @@ require('../shared/better-auth.DRmln2Nr.cjs');
16
16
  require('@better-auth/utils/binary');
17
17
  require('@better-auth/utils/hash');
18
18
  require('../crypto/index.cjs');
19
- require('@noble/ciphers/chacha');
20
- require('@noble/ciphers/utils');
21
- require('@noble/ciphers/webcrypto');
19
+ require('@noble/ciphers/chacha.js');
20
+ require('@noble/ciphers/utils.js');
22
21
  require('jose');
23
- require('@noble/hashes/scrypt');
22
+ require('@noble/hashes/scrypt.js');
24
23
  require('@better-auth/utils');
25
24
  require('@better-auth/utils/hex');
26
- require('@noble/hashes/utils');
25
+ require('@noble/hashes/utils.js');
27
26
  require('../shared/better-auth.CYeOI8C-.cjs');
28
27
  require('@better-auth/utils/random');
29
28
  require('@better-fetch/fetch');
@@ -1,4 +1,3 @@
1
- export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.CTMmErGI.cjs';
1
+ export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.BaMSx6K3.cjs';
2
2
  import 'zod/v4';
3
3
  import '../shared/better-auth.DTtXpZYr.cjs';
4
- import 'jose';
@@ -1,4 +1,3 @@
1
- export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.ZUo2dMO3.mjs';
1
+ export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.DR57bygo.mjs';
2
2
  import 'zod/v4';
3
3
  import '../shared/better-auth.DTtXpZYr.mjs';
4
- import 'jose';
@@ -1,4 +1,3 @@
1
- export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.mA4L_-fq.js';
1
+ export { at as AccountStatus, g as AppleNonConformUser, h as AppleOptions, A as AppleProfile, l as AtlassianOptions, k as AtlassianProfile, n as CognitoOptions, C as CognitoProfile, q as DiscordOptions, D as DiscordProfile, u as DropboxOptions, t as DropboxProfile, w as FacebookOptions, F as FacebookProfile, z as FigmaOptions, y as FigmaProfile, E as GithubOptions, G as GithubProfile, R as GitlabOptions, Q as GitlabProfile, V as GoogleOptions, U as GoogleProfile, aA as HuggingFaceOptions, az as HuggingFaceProfile, aG as KakaoOptions, aF as KakaoProfile, Y as KickOptions, X as KickProfile, aL as LineIdTokenPayload, aN as LineOptions, aM as LineUserInfo, I as LinearOptions, L as LinearProfile, M as LinkedInOptions, K as LinkedInProfile, as as LoginType, _ as MicrosoftEntraIDProfile, $ as MicrosoftOptions, aJ as NaverOptions, aI as NaverProfile, a2 as NotionOptions, a1 as NotionProfile, aR as PayPalOptions, aP as PayPalProfile, aQ as PayPalTokenResponse, av as PhoneNumber, au as PronounOption, a5 as RedditOptions, a4 as RedditProfile, a8 as RobloxOptions, a7 as RobloxProfile, ab as SalesforceOptions, aa as SalesforceProfile, aD as SlackOptions, aC as SlackProfile, f as SocialProvider, c as SocialProviderList, e as SocialProviderListEnum, S as SocialProviders, ae as SpotifyOptions, ad as SpotifyProfile, ah as TiktokOptions, ag as TiktokProfile, ak as TwitchOptions, aj as TwitchProfile, an as TwitterOption, am as TwitterProfile, aq as VkOption, ap as VkProfile, ax as ZoomOptions, aw as ZoomProfile, i as apple, m as atlassian, o as cognito, r as discord, v as dropbox, x as facebook, B as figma, j as getApplePublicKey, p as getCognitoPublicKey, H as github, T as gitlab, W as google, aB as huggingface, aH as kakao, Z as kick, aO as line, J as linear, N as linkedin, a0 as microsoft, aK as naver, a3 as notion, aS as paypal, a6 as reddit, a9 as roblox, ac as salesforce, aE as slack, d as socialProviderList, s as socialProviders, af as spotify, ai as tiktok, al as twitch, ao as twitter, ar as vk, ay as zoom } from '../shared/better-auth.B5FL4Q2B.js';
2
2
  import 'zod/v4';
3
3
  import '../shared/better-auth.DTtXpZYr.js';
4
- import 'jose';
@@ -1,5 +1,5 @@
1
1
  import 'zod/v4';
2
- export { W as SocialProviderListEnum, X as apple, Z as atlassian, _ as cognito, a0 as discord, a1 as dropbox, a2 as facebook, a3 as figma, Y as getApplePublicKey, $ as getCognitoPublicKey, a4 as github, a7 as gitlab, a8 as google, al as huggingface, an as kakao, a9 as kick, ap as line, a5 as linear, a6 as linkedin, aa as microsoft, ao as naver, ab as notion, aq as paypal, ac as reddit, ad as roblox, ae as salesforce, am as slack, V as socialProviderList, U as socialProviders, af as spotify, ag as tiktok, ah as twitch, ai as twitter, aj as vk, ak as zoom } from '../shared/better-auth.B3CPLvGC.mjs';
2
+ export { W as SocialProviderListEnum, X as apple, Z as atlassian, _ as cognito, a0 as discord, a1 as dropbox, a2 as facebook, a3 as figma, Y as getApplePublicKey, $ as getCognitoPublicKey, a4 as github, a7 as gitlab, a8 as google, al as huggingface, an as kakao, a9 as kick, ap as line, a5 as linear, a6 as linkedin, aa as microsoft, ao as naver, ab as notion, aq as paypal, ac as reddit, ad as roblox, ae as salesforce, am as slack, V as socialProviderList, U as socialProviders, af as spotify, ag as tiktok, ah as twitch, ai as twitter, aj as vk, ak as zoom } from '../shared/better-auth.CSEecXfV.mjs';
3
3
  import '../shared/better-auth.DV5EHeYG.mjs';
4
4
  import 'better-call';
5
5
  import '../shared/better-auth.CW6D9eSx.mjs';
@@ -14,14 +14,13 @@ import '../shared/better-auth.CuS_eDdK.mjs';
14
14
  import '@better-auth/utils/binary';
15
15
  import '@better-auth/utils/hash';
16
16
  import '../crypto/index.mjs';
17
- import '@noble/ciphers/chacha';
18
- import '@noble/ciphers/utils';
19
- import '@noble/ciphers/webcrypto';
17
+ import '@noble/ciphers/chacha.js';
18
+ import '@noble/ciphers/utils.js';
20
19
  import 'jose';
21
- import '@noble/hashes/scrypt';
20
+ import '@noble/hashes/scrypt.js';
22
21
  import '@better-auth/utils';
23
22
  import '@better-auth/utils/hex';
24
- import '@noble/hashes/utils';
23
+ import '@noble/hashes/utils.js';
25
24
  import '../shared/better-auth.B4Qoxdgc.mjs';
26
25
  import '@better-auth/utils/random';
27
26
  import '@better-fetch/fetch';