better-auth 1.3.9-beta.3 → 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 (154) hide show
  1. package/dist/adapters/drizzle-adapter/index.d.cts +1 -1
  2. package/dist/adapters/drizzle-adapter/index.d.mts +1 -1
  3. package/dist/adapters/drizzle-adapter/index.d.ts +1 -1
  4. package/dist/adapters/index.d.cts +2 -2
  5. package/dist/adapters/index.d.mts +2 -2
  6. package/dist/adapters/index.d.ts +2 -2
  7. package/dist/adapters/kysely-adapter/index.d.cts +1 -1
  8. package/dist/adapters/kysely-adapter/index.d.mts +1 -1
  9. package/dist/adapters/kysely-adapter/index.d.ts +1 -1
  10. package/dist/adapters/memory-adapter/index.d.cts +1 -1
  11. package/dist/adapters/memory-adapter/index.d.mts +1 -1
  12. package/dist/adapters/memory-adapter/index.d.ts +1 -1
  13. package/dist/adapters/mongodb-adapter/index.d.cts +1 -1
  14. package/dist/adapters/mongodb-adapter/index.d.mts +1 -1
  15. package/dist/adapters/mongodb-adapter/index.d.ts +1 -1
  16. package/dist/adapters/prisma-adapter/index.d.cts +1 -1
  17. package/dist/adapters/prisma-adapter/index.d.mts +1 -1
  18. package/dist/adapters/prisma-adapter/index.d.ts +1 -1
  19. package/dist/adapters/test.d.cts +1 -1
  20. package/dist/adapters/test.d.mts +1 -1
  21. package/dist/adapters/test.d.ts +1 -1
  22. package/dist/api/index.d.cts +1 -1
  23. package/dist/api/index.d.mts +1 -1
  24. package/dist/api/index.d.ts +1 -1
  25. package/dist/client/index.d.cts +3 -3
  26. package/dist/client/index.d.mts +3 -3
  27. package/dist/client/index.d.ts +3 -3
  28. package/dist/client/plugins/index.d.cts +3 -3
  29. package/dist/client/plugins/index.d.mts +3 -3
  30. package/dist/client/plugins/index.d.ts +3 -3
  31. package/dist/client/react/index.d.cts +5 -5
  32. package/dist/client/react/index.d.mts +5 -5
  33. package/dist/client/react/index.d.ts +5 -5
  34. package/dist/client/solid/index.d.cts +5 -5
  35. package/dist/client/solid/index.d.mts +5 -5
  36. package/dist/client/solid/index.d.ts +5 -5
  37. package/dist/client/svelte/index.d.cts +5 -5
  38. package/dist/client/svelte/index.d.mts +5 -5
  39. package/dist/client/svelte/index.d.ts +5 -5
  40. package/dist/client/vue/index.d.cts +5 -5
  41. package/dist/client/vue/index.d.mts +5 -5
  42. package/dist/client/vue/index.d.ts +5 -5
  43. package/dist/cookies/index.d.cts +1 -1
  44. package/dist/cookies/index.d.mts +1 -1
  45. package/dist/cookies/index.d.ts +1 -1
  46. package/dist/db/index.d.cts +2 -2
  47. package/dist/db/index.d.mts +2 -2
  48. package/dist/db/index.d.ts +2 -2
  49. package/dist/index.d.cts +4 -4
  50. package/dist/index.d.mts +4 -4
  51. package/dist/index.d.ts +4 -4
  52. package/dist/integrations/next-js.d.cts +1 -1
  53. package/dist/integrations/next-js.d.mts +1 -1
  54. package/dist/integrations/next-js.d.ts +1 -1
  55. package/dist/integrations/node.d.cts +1 -1
  56. package/dist/integrations/node.d.mts +1 -1
  57. package/dist/integrations/node.d.ts +1 -1
  58. package/dist/integrations/react-start.d.cts +1 -1
  59. package/dist/integrations/react-start.d.mts +1 -1
  60. package/dist/integrations/react-start.d.ts +1 -1
  61. package/dist/integrations/svelte-kit.d.cts +1 -1
  62. package/dist/integrations/svelte-kit.d.mts +1 -1
  63. package/dist/integrations/svelte-kit.d.ts +1 -1
  64. package/dist/oauth2/index.d.cts +2 -2
  65. package/dist/oauth2/index.d.mts +2 -2
  66. package/dist/oauth2/index.d.ts +2 -2
  67. package/dist/plugins/admin/index.d.cts +1 -1
  68. package/dist/plugins/admin/index.d.mts +1 -1
  69. package/dist/plugins/admin/index.d.ts +1 -1
  70. package/dist/plugins/anonymous/index.d.cts +1 -1
  71. package/dist/plugins/anonymous/index.d.mts +1 -1
  72. package/dist/plugins/anonymous/index.d.ts +1 -1
  73. package/dist/plugins/bearer/index.d.cts +1 -1
  74. package/dist/plugins/bearer/index.d.mts +1 -1
  75. package/dist/plugins/bearer/index.d.ts +1 -1
  76. package/dist/plugins/captcha/index.d.cts +1 -1
  77. package/dist/plugins/captcha/index.d.mts +1 -1
  78. package/dist/plugins/captcha/index.d.ts +1 -1
  79. package/dist/plugins/custom-session/index.d.cts +1 -1
  80. package/dist/plugins/custom-session/index.d.mts +1 -1
  81. package/dist/plugins/custom-session/index.d.ts +1 -1
  82. package/dist/plugins/device-authorization/index.d.cts +1 -1
  83. package/dist/plugins/device-authorization/index.d.mts +1 -1
  84. package/dist/plugins/device-authorization/index.d.ts +1 -1
  85. package/dist/plugins/email-otp/index.d.cts +1 -1
  86. package/dist/plugins/email-otp/index.d.mts +1 -1
  87. package/dist/plugins/email-otp/index.d.ts +1 -1
  88. package/dist/plugins/generic-oauth/index.d.cts +1 -1
  89. package/dist/plugins/generic-oauth/index.d.mts +1 -1
  90. package/dist/plugins/generic-oauth/index.d.ts +1 -1
  91. package/dist/plugins/haveibeenpwned/index.d.cts +1 -1
  92. package/dist/plugins/haveibeenpwned/index.d.mts +1 -1
  93. package/dist/plugins/haveibeenpwned/index.d.ts +1 -1
  94. package/dist/plugins/index.d.cts +3 -3
  95. package/dist/plugins/index.d.mts +3 -3
  96. package/dist/plugins/index.d.ts +3 -3
  97. package/dist/plugins/jwt/index.d.cts +1 -1
  98. package/dist/plugins/jwt/index.d.mts +1 -1
  99. package/dist/plugins/jwt/index.d.ts +1 -1
  100. package/dist/plugins/multi-session/index.d.cts +1 -1
  101. package/dist/plugins/multi-session/index.d.mts +1 -1
  102. package/dist/plugins/multi-session/index.d.ts +1 -1
  103. package/dist/plugins/oauth-proxy/index.d.cts +1 -1
  104. package/dist/plugins/oauth-proxy/index.d.mts +1 -1
  105. package/dist/plugins/oauth-proxy/index.d.ts +1 -1
  106. package/dist/plugins/oidc-provider/index.d.cts +5 -5
  107. package/dist/plugins/oidc-provider/index.d.mts +5 -5
  108. package/dist/plugins/oidc-provider/index.d.ts +5 -5
  109. package/dist/plugins/one-time-token/index.d.cts +1 -1
  110. package/dist/plugins/one-time-token/index.d.mts +1 -1
  111. package/dist/plugins/one-time-token/index.d.ts +1 -1
  112. package/dist/plugins/open-api/index.d.cts +1 -1
  113. package/dist/plugins/open-api/index.d.mts +1 -1
  114. package/dist/plugins/open-api/index.d.ts +1 -1
  115. package/dist/plugins/organization/index.d.cts +1 -1
  116. package/dist/plugins/organization/index.d.mts +1 -1
  117. package/dist/plugins/organization/index.d.ts +1 -1
  118. package/dist/plugins/passkey/index.d.cts +1 -1
  119. package/dist/plugins/passkey/index.d.mts +1 -1
  120. package/dist/plugins/passkey/index.d.ts +1 -1
  121. package/dist/plugins/phone-number/index.d.cts +1 -1
  122. package/dist/plugins/phone-number/index.d.mts +1 -1
  123. package/dist/plugins/phone-number/index.d.ts +1 -1
  124. package/dist/plugins/siwe/index.d.cts +1 -1
  125. package/dist/plugins/siwe/index.d.mts +1 -1
  126. package/dist/plugins/siwe/index.d.ts +1 -1
  127. package/dist/plugins/sso/index.d.cts +3 -3
  128. package/dist/plugins/sso/index.d.mts +3 -3
  129. package/dist/plugins/sso/index.d.ts +3 -3
  130. package/dist/plugins/two-factor/index.d.cts +1 -1
  131. package/dist/plugins/two-factor/index.d.mts +1 -1
  132. package/dist/plugins/two-factor/index.d.ts +1 -1
  133. package/dist/plugins/username/index.d.cts +1 -1
  134. package/dist/plugins/username/index.d.mts +1 -1
  135. package/dist/plugins/username/index.d.ts +1 -1
  136. package/dist/shared/{better-auth.H8vroz5B.d.cts → better-auth.6crrbXrP.d.cts} +7 -7
  137. package/dist/shared/{better-auth.DeMwhkrW.d.ts → better-auth.B-CitgLp.d.ts} +1 -1
  138. package/dist/shared/{better-auth.Ca8yAcQj.d.cts → better-auth.B-V8R4q7.d.cts} +1 -1
  139. package/dist/shared/{better-auth.Nv1Nta10.d.ts → better-auth.BAnyvLX6.d.ts} +1 -1
  140. package/dist/shared/{better-auth.BTXYBs0G.d.mts → better-auth.DQLetyog.d.cts} +1 -1
  141. package/dist/shared/{better-auth.JpLgxXTM.d.ts → better-auth.DtrrQDoO.d.ts} +1 -1
  142. package/dist/shared/{better-auth.Bp4uCDla.d.ts → better-auth.S3lnSz8Y.d.ts} +7 -7
  143. package/dist/shared/{better-auth.C_xnnUUV.d.cts → better-auth.UcasWcPe.d.cts} +1 -1
  144. package/dist/shared/{better-auth.CD4Ybm-b.d.mts → better-auth.YK5LQtFt.d.mts} +7 -7
  145. package/dist/shared/{better-auth.CoVLmzpl.d.mts → better-auth.eYki6XKk.d.mts} +1 -1
  146. package/dist/shared/{better-auth.ZRlOGoSX.d.mts → better-auth.g9DlWOx7.d.mts} +1 -1
  147. package/dist/shared/{better-auth.DyXUm-Ov.d.cts → better-auth.km36dqos.d.mts} +1 -1
  148. package/dist/test-utils/index.d.cts +2 -2
  149. package/dist/test-utils/index.d.mts +2 -2
  150. package/dist/test-utils/index.d.ts +2 -2
  151. package/dist/types/index.d.cts +2 -2
  152. package/dist/types/index.d.mts +2 -2
  153. package/dist/types/index.d.ts +2 -2
  154. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.6crrbXrP.cjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.YK5LQtFt.mjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.S3lnSz8Y.js';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
- import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.H8vroz5B.cjs';
2
- export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.H8vroz5B.cjs';
1
+ import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.6crrbXrP.cjs';
2
+ export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'kysely';
4
4
  import 'better-call';
5
5
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
- import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.CD4Ybm-b.mjs';
2
- export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.YK5LQtFt.mjs';
2
+ export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'kysely';
4
4
  import 'better-call';
5
5
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
- import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.Bp4uCDla.js';
2
- export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.Bp4uCDla.js';
1
+ import { b as AdapterConfig, C as CreateCustomAdapter, B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.S3lnSz8Y.js';
2
+ export { A as AdapterDebugLogs, e as AdapterTestDebugLogs, d as CleanedWhere, c as CustomAdapter } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'kysely';
4
4
  import 'better-call';
5
5
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import { Kysely } from 'kysely';
2
- import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.H8vroz5B.cjs';
2
+ import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import { Kysely } from 'kysely';
2
- import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import { Kysely } from 'kysely';
2
- import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.Bp4uCDla.js';
2
+ import { B as BetterAuthOptions, K as KyselyDatabaseType, A as AdapterDebugLogs, a as Adapter } from '../../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.6crrbXrP.cjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.YK5LQtFt.mjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.S3lnSz8Y.js';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.6crrbXrP.cjs';
2
2
  import { Db } from 'mongodb';
3
3
  import 'kysely';
4
4
  import 'better-call';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.YK5LQtFt.mjs';
2
2
  import { Db } from 'mongodb';
3
3
  import 'kysely';
4
4
  import 'better-call';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.S3lnSz8Y.js';
2
2
  import { Db } from 'mongodb';
3
3
  import 'kysely';
4
4
  import 'better-call';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.6crrbXrP.cjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.YK5LQtFt.mjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { A as AdapterDebugLogs, B as BetterAuthOptions, a as Adapter } from '../../shared/better-auth.S3lnSz8Y.js';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.H8vroz5B.cjs';
1
+ import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.6crrbXrP.cjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.YK5LQtFt.mjs';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,4 +1,4 @@
1
- import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.Bp4uCDla.js';
1
+ import { B as BetterAuthOptions, a as Adapter } from '../shared/better-auth.S3lnSz8Y.js';
2
2
  import 'kysely';
3
3
  import 'better-call';
4
4
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import '../shared/better-auth.BaMSx6K3.cjs';
2
- export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.H8vroz5B.cjs';
2
+ export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  export { APIError } from 'better-call';
4
4
  import '../shared/better-auth.DTtXpZYr.cjs';
5
5
  import 'zod/v4/core';
@@ -1,5 +1,5 @@
1
1
  import '../shared/better-auth.DR57bygo.mjs';
2
- export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.CD4Ybm-b.mjs';
2
+ export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  export { APIError } from 'better-call';
4
4
  import '../shared/better-auth.DTtXpZYr.mjs';
5
5
  import 'zod/v4/core';
@@ -1,5 +1,5 @@
1
1
  import '../shared/better-auth.B5FL4Q2B.js';
2
- export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.Bp4uCDla.js';
2
+ export { z as AuthEndpoint, D as AuthMiddleware, bp as accountInfo, aS as callbackOAuth, bg as changeEmail, bc as changePassword, aN as checkEndpointConflicts, y as createAuthEndpoint, x as createAuthMiddleware, b7 as createEmailVerificationToken, be as deleteUser, bf as deleteUserCallback, bh as error, b3 as forgetPassword, b5 as forgetPasswordCallback, aY as freshSessionMiddleware, bn as getAccessToken, aO as getEndpoints, aU as getSession, aV as getSessionFromCtx, aT as getSessionQuerySchema, bl as linkSocialAccount, aZ as listSessions, bk as listUserAccounts, bi as ok, w as optionsMiddleware, br as originCheck, bq as originCheckMiddleware, bo as refreshToken, aX as requestOnlySessionMiddleware, b2 as requestPasswordReset, b4 as requestPasswordResetCallback, b6 as resetPassword, b0 as revokeOtherSessions, a_ as revokeSession, a$ as revokeSessions, aP as router, b9 as sendVerificationEmail, b8 as sendVerificationEmailFn, aW as sessionMiddleware, bd as setPassword, aR as signInEmail, aQ as signInSocial, b1 as signOut, bj as signUpEmail, bm as unlinkAccount, bb as updateUser, ba as verifyEmail } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  export { APIError } from 'better-call';
4
4
  import '../shared/better-auth.DTtXpZYr.js';
5
5
  import 'zod/v4/core';
@@ -1,9 +1,9 @@
1
- import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.H8vroz5B.cjs';
1
+ import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.6crrbXrP.cjs';
2
2
  import * as _better_fetch_fetch from '@better-fetch/fetch';
3
3
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
4
4
  export * from '@better-fetch/fetch';
5
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.Ca8yAcQj.cjs';
6
- export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.Ca8yAcQj.cjs';
5
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.B-V8R4q7.cjs';
6
+ export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.B-V8R4q7.cjs';
7
7
  import * as nanostores from 'nanostores';
8
8
  import { Atom, PreinitializedWritableAtom } from 'nanostores';
9
9
  export * from 'nanostores';
@@ -1,9 +1,9 @@
1
- import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.YK5LQtFt.mjs';
2
2
  import * as _better_fetch_fetch from '@better-fetch/fetch';
3
3
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
4
4
  export * from '@better-fetch/fetch';
5
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.ZRlOGoSX.mjs';
6
- export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.ZRlOGoSX.mjs';
5
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.g9DlWOx7.mjs';
6
+ export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.g9DlWOx7.mjs';
7
7
  import * as nanostores from 'nanostores';
8
8
  import { Atom, PreinitializedWritableAtom } from 'nanostores';
9
9
  export * from 'nanostores';
@@ -1,9 +1,9 @@
1
- import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.Bp4uCDla.js';
1
+ import { f as BASE_ERROR_CODES, r as BetterAuthPlugin, B as BetterAuthOptions } from '../shared/better-auth.S3lnSz8Y.js';
2
2
  import * as _better_fetch_fetch from '@better-fetch/fetch';
3
3
  import { BetterFetchError, BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
4
4
  export * from '@better-fetch/fetch';
5
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.Nv1Nta10.js';
6
- export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.Nv1Nta10.js';
5
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes, S as SessionQueryParams } from '../shared/better-auth.BAnyvLX6.js';
6
+ export { A as AtomListener, i as InferAdditionalFromClient, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, e as Store } from '../shared/better-auth.BAnyvLX6.js';
7
7
  import * as nanostores from 'nanostores';
8
8
  import { Atom, PreinitializedWritableAtom } from 'nanostores';
9
9
  export * from 'nanostores';
@@ -2,9 +2,9 @@ import { organization, InferMember, InferInvitation, Team, Organization, Member,
2
2
  import { AccessControl, Role, Statements } from '../../plugins/access/index.cjs';
3
3
  import * as nanostores from 'nanostores';
4
4
  import { atom } from 'nanostores';
5
- import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.H8vroz5B.cjs';
5
+ import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.6crrbXrP.cjs';
6
6
  import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.cjs';
7
- import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.Ca8yAcQj.cjs';
7
+ import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.B-V8R4q7.cjs';
8
8
  import * as _better_fetch_fetch from '@better-fetch/fetch';
9
9
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
10
10
  import { username } from '../../plugins/username/index.cjs';
@@ -21,7 +21,7 @@ import { multiSession } from '../../plugins/multi-session/index.cjs';
21
21
  import { emailOTP } from '../../plugins/email-otp/index.cjs';
22
22
  import { sso } from '../../plugins/sso/index.cjs';
23
23
  import { oidcProvider } from '../../plugins/oidc-provider/index.cjs';
24
- import { a as apiKey } from '../../shared/better-auth.C_xnnUUV.cjs';
24
+ import { a as apiKey } from '../../shared/better-auth.UcasWcPe.cjs';
25
25
  import { oneTimeToken } from '../../plugins/one-time-token/index.cjs';
26
26
  import { siwe } from '../../plugins/siwe/index.cjs';
27
27
  export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.cjs';
@@ -2,9 +2,9 @@ import { organization, InferMember, InferInvitation, Team, Organization, Member,
2
2
  import { AccessControl, Role, Statements } from '../../plugins/access/index.mjs';
3
3
  import * as nanostores from 'nanostores';
4
4
  import { atom } from 'nanostores';
5
- import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.CD4Ybm-b.mjs';
5
+ import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.YK5LQtFt.mjs';
6
6
  import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.mjs';
7
- import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.ZRlOGoSX.mjs';
7
+ import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.g9DlWOx7.mjs';
8
8
  import * as _better_fetch_fetch from '@better-fetch/fetch';
9
9
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
10
10
  import { username } from '../../plugins/username/index.mjs';
@@ -21,7 +21,7 @@ import { multiSession } from '../../plugins/multi-session/index.mjs';
21
21
  import { emailOTP } from '../../plugins/email-otp/index.mjs';
22
22
  import { sso } from '../../plugins/sso/index.mjs';
23
23
  import { oidcProvider } from '../../plugins/oidc-provider/index.mjs';
24
- import { a as apiKey } from '../../shared/better-auth.CoVLmzpl.mjs';
24
+ import { a as apiKey } from '../../shared/better-auth.eYki6XKk.mjs';
25
25
  import { oneTimeToken } from '../../plugins/one-time-token/index.mjs';
26
26
  import { siwe } from '../../plugins/siwe/index.mjs';
27
27
  export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.mjs';
@@ -2,9 +2,9 @@ import { organization, InferMember, InferInvitation, Team, Organization, Member,
2
2
  import { AccessControl, Role, Statements } from '../../plugins/access/index.js';
3
3
  import * as nanostores from 'nanostores';
4
4
  import { atom } from 'nanostores';
5
- import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.Bp4uCDla.js';
5
+ import { J as FieldAttribute, B as BetterAuthOptions, U as User, r as BetterAuthPlugin } from '../../shared/better-auth.S3lnSz8Y.js';
6
6
  import { a as Prettify } from '../../shared/better-auth.DTtXpZYr.js';
7
- import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.Nv1Nta10.js';
7
+ import { e as Store, C as ClientOptions, S as SessionQueryParams } from '../../shared/better-auth.BAnyvLX6.js';
8
8
  import * as _better_fetch_fetch from '@better-fetch/fetch';
9
9
  import { BetterFetch, BetterFetchOption } from '@better-fetch/fetch';
10
10
  import { username } from '../../plugins/username/index.js';
@@ -21,7 +21,7 @@ import { multiSession } from '../../plugins/multi-session/index.js';
21
21
  import { emailOTP } from '../../plugins/email-otp/index.js';
22
22
  import { sso } from '../../plugins/sso/index.js';
23
23
  import { oidcProvider } from '../../plugins/oidc-provider/index.js';
24
- import { a as apiKey } from '../../shared/better-auth.JpLgxXTM.js';
24
+ import { a as apiKey } from '../../shared/better-auth.DtrrQDoO.js';
25
25
  import { oneTimeToken } from '../../plugins/one-time-token/index.js';
26
26
  import { siwe } from '../../plugins/siwe/index.js';
27
27
  export { deviceAuthorizationClient } from '../../plugins/device-authorization/index.js';
@@ -4,10 +4,10 @@ export * from 'nanostores';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetchError } from '@better-fetch/fetch';
6
6
  export * from '@better-fetch/fetch';
7
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.Ca8yAcQj.cjs';
7
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.B-V8R4q7.cjs';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
9
9
  import { DependencyList } from 'react';
10
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.H8vroz5B.cjs';
10
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.6crrbXrP.cjs';
11
11
  import 'better-call';
12
12
  import 'kysely';
13
13
  import 'zod/v4';
@@ -116,16 +116,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
116
116
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
117
117
  };
118
118
  })[];
119
- cache?: RequestCache | undefined;
120
- credentials?: RequestCredentials;
119
+ method: string;
121
120
  headers?: (HeadersInit & (HeadersInit | {
122
121
  accept: "application/json" | "text/plain" | "application/octet-stream";
123
122
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
124
123
  authorization: "Bearer" | "Basic";
125
124
  })) | undefined;
125
+ cache?: RequestCache | undefined;
126
+ credentials?: RequestCredentials;
126
127
  integrity?: string | undefined;
127
128
  keepalive?: boolean | undefined;
128
- method: string;
129
129
  mode?: RequestMode | undefined;
130
130
  priority?: RequestPriority | undefined;
131
131
  redirect?: RequestRedirect | undefined;
@@ -4,10 +4,10 @@ export * from 'nanostores';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetchError } from '@better-fetch/fetch';
6
6
  export * from '@better-fetch/fetch';
7
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.ZRlOGoSX.mjs';
7
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.g9DlWOx7.mjs';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
9
9
  import { DependencyList } from 'react';
10
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.CD4Ybm-b.mjs';
10
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.YK5LQtFt.mjs';
11
11
  import 'better-call';
12
12
  import 'kysely';
13
13
  import 'zod/v4';
@@ -116,16 +116,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
116
116
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
117
117
  };
118
118
  })[];
119
- cache?: RequestCache | undefined;
120
- credentials?: RequestCredentials;
119
+ method: string;
121
120
  headers?: (HeadersInit & (HeadersInit | {
122
121
  accept: "application/json" | "text/plain" | "application/octet-stream";
123
122
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
124
123
  authorization: "Bearer" | "Basic";
125
124
  })) | undefined;
125
+ cache?: RequestCache | undefined;
126
+ credentials?: RequestCredentials;
126
127
  integrity?: string | undefined;
127
128
  keepalive?: boolean | undefined;
128
- method: string;
129
129
  mode?: RequestMode | undefined;
130
130
  priority?: RequestPriority | undefined;
131
131
  redirect?: RequestRedirect | undefined;
@@ -4,10 +4,10 @@ export * from 'nanostores';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetchError } from '@better-fetch/fetch';
6
6
  export * from '@better-fetch/fetch';
7
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.Nv1Nta10.js';
7
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, S as SessionQueryParams, c as InferErrorCodes } from '../../shared/better-auth.BAnyvLX6.js';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
9
9
  import { DependencyList } from 'react';
10
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.Bp4uCDla.js';
10
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.S3lnSz8Y.js';
11
11
  import 'better-call';
12
12
  import 'kysely';
13
13
  import 'zod/v4';
@@ -116,16 +116,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
116
116
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
117
117
  };
118
118
  })[];
119
- cache?: RequestCache | undefined;
120
- credentials?: RequestCredentials;
119
+ method: string;
121
120
  headers?: (HeadersInit & (HeadersInit | {
122
121
  accept: "application/json" | "text/plain" | "application/octet-stream";
123
122
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
124
123
  authorization: "Bearer" | "Basic";
125
124
  })) | undefined;
125
+ cache?: RequestCache | undefined;
126
+ credentials?: RequestCredentials;
126
127
  integrity?: string | undefined;
127
128
  keepalive?: boolean | undefined;
128
- method: string;
129
129
  mode?: RequestMode | undefined;
130
130
  priority?: RequestPriority | undefined;
131
131
  redirect?: RequestRedirect | undefined;
@@ -1,10 +1,10 @@
1
1
  import * as _better_fetch_fetch from '@better-fetch/fetch';
2
2
  import { BetterFetchError } from '@better-fetch/fetch';
3
3
  export * from '@better-fetch/fetch';
4
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.Ca8yAcQj.cjs';
4
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.B-V8R4q7.cjs';
5
5
  import { Accessor } from 'solid-js';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
7
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.H8vroz5B.cjs';
7
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.6crrbXrP.cjs';
8
8
  export * from 'nanostores';
9
9
  import 'better-call';
10
10
  import 'kysely';
@@ -70,16 +70,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
70
70
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
71
71
  };
72
72
  })[];
73
- cache?: RequestCache | undefined;
74
- credentials?: RequestCredentials;
73
+ method: string;
75
74
  headers?: (HeadersInit & (HeadersInit | {
76
75
  accept: "application/json" | "text/plain" | "application/octet-stream";
77
76
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
78
77
  authorization: "Bearer" | "Basic";
79
78
  })) | undefined;
79
+ cache?: RequestCache | undefined;
80
+ credentials?: RequestCredentials;
80
81
  integrity?: string | undefined;
81
82
  keepalive?: boolean | undefined;
82
- method: string;
83
83
  mode?: RequestMode | undefined;
84
84
  priority?: RequestPriority | undefined;
85
85
  redirect?: RequestRedirect | undefined;
@@ -1,10 +1,10 @@
1
1
  import * as _better_fetch_fetch from '@better-fetch/fetch';
2
2
  import { BetterFetchError } from '@better-fetch/fetch';
3
3
  export * from '@better-fetch/fetch';
4
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.ZRlOGoSX.mjs';
4
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.g9DlWOx7.mjs';
5
5
  import { Accessor } from 'solid-js';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
7
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.CD4Ybm-b.mjs';
7
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.YK5LQtFt.mjs';
8
8
  export * from 'nanostores';
9
9
  import 'better-call';
10
10
  import 'kysely';
@@ -70,16 +70,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
70
70
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
71
71
  };
72
72
  })[];
73
- cache?: RequestCache | undefined;
74
- credentials?: RequestCredentials;
73
+ method: string;
75
74
  headers?: (HeadersInit & (HeadersInit | {
76
75
  accept: "application/json" | "text/plain" | "application/octet-stream";
77
76
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
78
77
  authorization: "Bearer" | "Basic";
79
78
  })) | undefined;
79
+ cache?: RequestCache | undefined;
80
+ credentials?: RequestCredentials;
80
81
  integrity?: string | undefined;
81
82
  keepalive?: boolean | undefined;
82
- method: string;
83
83
  mode?: RequestMode | undefined;
84
84
  priority?: RequestPriority | undefined;
85
85
  redirect?: RequestRedirect | undefined;
@@ -1,10 +1,10 @@
1
1
  import * as _better_fetch_fetch from '@better-fetch/fetch';
2
2
  import { BetterFetchError } from '@better-fetch/fetch';
3
3
  export * from '@better-fetch/fetch';
4
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.Nv1Nta10.js';
4
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.BAnyvLX6.js';
5
5
  import { Accessor } from 'solid-js';
6
6
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
7
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.Bp4uCDla.js';
7
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.S3lnSz8Y.js';
8
8
  export * from 'nanostores';
9
9
  import 'better-call';
10
10
  import 'kysely';
@@ -70,16 +70,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
70
70
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
71
71
  };
72
72
  })[];
73
- cache?: RequestCache | undefined;
74
- credentials?: RequestCredentials;
73
+ method: string;
75
74
  headers?: (HeadersInit & (HeadersInit | {
76
75
  accept: "application/json" | "text/plain" | "application/octet-stream";
77
76
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
78
77
  authorization: "Bearer" | "Basic";
79
78
  })) | undefined;
79
+ cache?: RequestCache | undefined;
80
+ credentials?: RequestCredentials;
80
81
  integrity?: string | undefined;
81
82
  keepalive?: boolean | undefined;
82
- method: string;
83
83
  mode?: RequestMode | undefined;
84
84
  priority?: RequestPriority | undefined;
85
85
  redirect?: RequestRedirect | undefined;
@@ -4,9 +4,9 @@ export * from 'nanostores';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetchError } from '@better-fetch/fetch';
6
6
  export * from '@better-fetch/fetch';
7
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.Ca8yAcQj.cjs';
7
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.B-V8R4q7.cjs';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.cjs';
9
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.H8vroz5B.cjs';
9
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.6crrbXrP.cjs';
10
10
  import 'better-call';
11
11
  import 'kysely';
12
12
  import 'zod/v4';
@@ -56,16 +56,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
56
56
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
57
57
  };
58
58
  })[];
59
- cache?: RequestCache | undefined;
60
- credentials?: RequestCredentials;
59
+ method: string;
61
60
  headers?: (HeadersInit & (HeadersInit | {
62
61
  accept: "application/json" | "text/plain" | "application/octet-stream";
63
62
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
64
63
  authorization: "Bearer" | "Basic";
65
64
  })) | undefined;
65
+ cache?: RequestCache | undefined;
66
+ credentials?: RequestCredentials;
66
67
  integrity?: string | undefined;
67
68
  keepalive?: boolean | undefined;
68
- method: string;
69
69
  mode?: RequestMode | undefined;
70
70
  priority?: RequestPriority | undefined;
71
71
  redirect?: RequestRedirect | undefined;
@@ -4,9 +4,9 @@ export * from 'nanostores';
4
4
  import * as _better_fetch_fetch from '@better-fetch/fetch';
5
5
  import { BetterFetchError } from '@better-fetch/fetch';
6
6
  export * from '@better-fetch/fetch';
7
- import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.ZRlOGoSX.mjs';
7
+ import { C as ClientOptions, B as BetterAuthClientPlugin, I as IsSignal, a as InferClientAPI, b as InferActions, c as InferErrorCodes } from '../../shared/better-auth.g9DlWOx7.mjs';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.mjs';
9
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.CD4Ybm-b.mjs';
9
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.YK5LQtFt.mjs';
10
10
  import 'better-call';
11
11
  import 'kysely';
12
12
  import 'zod/v4';
@@ -56,16 +56,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
56
56
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
57
57
  };
58
58
  })[];
59
- cache?: RequestCache | undefined;
60
- credentials?: RequestCredentials;
59
+ method: string;
61
60
  headers?: (HeadersInit & (HeadersInit | {
62
61
  accept: "application/json" | "text/plain" | "application/octet-stream";
63
62
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
64
63
  authorization: "Bearer" | "Basic";
65
64
  })) | undefined;
65
+ cache?: RequestCache | undefined;
66
+ credentials?: RequestCredentials;
66
67
  integrity?: string | undefined;
67
68
  keepalive?: boolean | undefined;
68
- method: string;
69
69
  mode?: RequestMode | undefined;
70
70
  priority?: RequestPriority | undefined;
71
71
  redirect?: RequestRedirect | undefined;