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
@@ -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.Nv1Nta10.js';
7
+ 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';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
9
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.Bp4uCDla.js';
9
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.S3lnSz8Y.js';
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 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  export * from '@better-fetch/fetch';
6
6
  import { DeepReadonly, Ref } from 'vue';
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';
@@ -94,16 +94,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
94
94
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
95
95
  };
96
96
  })[];
97
- cache?: RequestCache | undefined;
98
- credentials?: RequestCredentials;
97
+ method: string;
99
98
  headers?: (HeadersInit & (HeadersInit | {
100
99
  accept: "application/json" | "text/plain" | "application/octet-stream";
101
100
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
102
101
  authorization: "Bearer" | "Basic";
103
102
  })) | undefined;
103
+ cache?: RequestCache | undefined;
104
+ credentials?: RequestCredentials;
104
105
  integrity?: string | undefined;
105
106
  keepalive?: boolean | undefined;
106
- method: string;
107
107
  mode?: RequestMode | undefined;
108
108
  priority?: RequestPriority | undefined;
109
109
  redirect?: RequestRedirect | undefined;
@@ -4,9 +4,9 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  export * from '@better-fetch/fetch';
6
6
  import { DeepReadonly, Ref } from 'vue';
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';
@@ -94,16 +94,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
94
94
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
95
95
  };
96
96
  })[];
97
- cache?: RequestCache | undefined;
98
- credentials?: RequestCredentials;
97
+ method: string;
99
98
  headers?: (HeadersInit & (HeadersInit | {
100
99
  accept: "application/json" | "text/plain" | "application/octet-stream";
101
100
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
102
101
  authorization: "Bearer" | "Basic";
103
102
  })) | undefined;
103
+ cache?: RequestCache | undefined;
104
+ credentials?: RequestCredentials;
104
105
  integrity?: string | undefined;
105
106
  keepalive?: boolean | undefined;
106
- method: string;
107
107
  mode?: RequestMode | undefined;
108
108
  priority?: RequestPriority | undefined;
109
109
  redirect?: RequestRedirect | undefined;
@@ -4,9 +4,9 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
4
4
  import { BetterFetchError } from '@better-fetch/fetch';
5
5
  export * from '@better-fetch/fetch';
6
6
  import { DeepReadonly, Ref } from 'vue';
7
- 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';
7
+ 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';
8
8
  import { U as UnionToIntersection, P as PrettifyDeep } from '../../shared/better-auth.DTtXpZYr.js';
9
- import { f as BASE_ERROR_CODES } from '../../shared/better-auth.Bp4uCDla.js';
9
+ import { f as BASE_ERROR_CODES } from '../../shared/better-auth.S3lnSz8Y.js';
10
10
  import 'better-call';
11
11
  import 'kysely';
12
12
  import 'zod/v4';
@@ -94,16 +94,16 @@ declare function createAuthClient<Option extends ClientOptions>(options?: Option
94
94
  onSuccess(context: _better_fetch_fetch.SuccessContext<any>): void;
95
95
  };
96
96
  })[];
97
- cache?: RequestCache | undefined;
98
- credentials?: RequestCredentials;
97
+ method: string;
99
98
  headers?: (HeadersInit & (HeadersInit | {
100
99
  accept: "application/json" | "text/plain" | "application/octet-stream";
101
100
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
102
101
  authorization: "Bearer" | "Basic";
103
102
  })) | undefined;
103
+ cache?: RequestCache | undefined;
104
+ credentials?: RequestCredentials;
104
105
  integrity?: string | undefined;
105
106
  keepalive?: boolean | undefined;
106
- method: string;
107
107
  mode?: RequestMode | undefined;
108
108
  priority?: RequestPriority | undefined;
109
109
  redirect?: RequestRedirect | undefined;
@@ -1,5 +1,5 @@
1
1
  import 'better-call';
2
- export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.H8vroz5B.cjs';
2
+ export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import 'better-call';
2
- export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.CD4Ybm-b.mjs';
2
+ export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import 'better-call';
2
- export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.Bp4uCDla.js';
2
+ export { aE as BetterAuthCookies, aJ as EligibleCookies, aC as createCookieGetter, aH as deleteSessionCookie, aL as getCookieCache, aD as getCookies, aK as getSessionCookie, aI as parseCookies, aM as parseSetCookieHeader, aF as setCookieCache, u as setCookieToHeader, aG as setSessionCookie } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.js';
@@ -1,5 +1,5 @@
1
- import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.H8vroz5B.cjs';
2
- export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.H8vroz5B.cjs';
1
+ import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.6crrbXrP.cjs';
2
+ export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import 'better-call';
@@ -1,5 +1,5 @@
1
- import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.CD4Ybm-b.mjs';
2
- export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.YK5LQtFt.mjs';
2
+ export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import 'better-call';
@@ -1,5 +1,5 @@
1
- import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.Bp4uCDla.js';
2
- export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.Bp4uCDla.js';
1
+ import { a as Adapter, B as BetterAuthOptions, G as GenericEndpointContext, Q as Where, J as FieldAttribute, a8 as FieldType, K as KyselyDatabaseType } from '../shared/better-auth.S3lnSz8Y.js';
2
+ export { ak as BetterAuthDbSchema, ab as FieldAttributeConfig, ah as FieldAttributeToObject, ai as InferAdditionalFieldsFromPluginOptions, p as InferFieldsFromOptions, o as InferFieldsFromPlugins, af as InferFieldsInput, ag as InferFieldsInputClient, ae as InferFieldsOutput, ad as InferValueType, aa as InternalAdapter, aj as PluginFieldAttribute, an as accountSchema, am as coreSchema, ac as createFieldAttribute, a9 as createInternalAdapter, as as getAllFields, al as getAuthTables, aB as mergeSchema, az as parseAccountInput, au as parseAccountOutput, ay as parseAdditionalUserInput, aw as parseInputData, ar as parseOutputData, aA as parseSessionInput, av as parseSessionOutput, ax as parseUserInput, at as parseUserOutput, ap as sessionSchema, ao as userSchema, aq as verificationSchema } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import 'better-call';
package/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
- import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.H8vroz5B.cjs';
2
- export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.H8vroz5B.cjs';
3
- export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.Ca8yAcQj.cjs';
1
+ import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.6crrbXrP.cjs';
2
+ export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.6crrbXrP.cjs';
3
+ export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.B-V8R4q7.cjs';
4
4
  export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.cjs';
5
- export { g as generateState, p as parseState } from './shared/better-auth.DyXUm-Ov.cjs';
5
+ export { g as generateState, p as parseState } from './shared/better-auth.DQLetyog.cjs';
6
6
  export * from 'better-call';
7
7
  export { APIError } from 'better-call';
8
8
  export * from 'zod/v4';
package/dist/index.d.mts CHANGED
@@ -1,8 +1,8 @@
1
- import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.CD4Ybm-b.mjs';
2
- export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.CD4Ybm-b.mjs';
3
- export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.ZRlOGoSX.mjs';
1
+ import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.YK5LQtFt.mjs';
2
+ export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.YK5LQtFt.mjs';
3
+ export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.g9DlWOx7.mjs';
4
4
  export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.mjs';
5
- export { g as generateState, p as parseState } from './shared/better-auth.BTXYBs0G.mjs';
5
+ export { g as generateState, p as parseState } from './shared/better-auth.km36dqos.mjs';
6
6
  export * from 'better-call';
7
7
  export { APIError } from 'better-call';
8
8
  export * from 'zod/v4';
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.Bp4uCDla.js';
2
- export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.Bp4uCDla.js';
3
- export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.Nv1Nta10.js';
1
+ import { B as BetterAuthOptions, T as TelemetryContext, E as TelemetryEvent, J as FieldAttribute, M as Models } from './shared/better-auth.S3lnSz8Y.js';
2
+ export { O as Account, a as Adapter, Y as AdapterInstance, X as AdapterSchemaCreation, N as AdditionalSessionFieldsInput, m as AdditionalSessionFieldsOutput, q as AdditionalUserFieldsInput, n as AdditionalUserFieldsOutput, g as Auth, h as AuthContext, v as AuthPluginSchema, r as BetterAuthPlugin, F as FilterActions, _ as FilteredAPI, G as GenericEndpointContext, H as HookEndpointContext, l as InferAPI, I as InferOptionSchema, t as InferPluginErrorCodes, s as InferPluginTypes, j as InferSession, $ as InferSessionAPI, i as InferUser, a5 as InternalLogger, a4 as LogHandlerParams, a0 as LogLevel, a3 as Logger, R as RateLimit, Z as SecondaryStorage, S as Session, U as User, V as Verification, Q as Where, W as WithJsDoc, L as betterAuth, a6 as createLogger, P as init, a1 as levels, a7 as logger, a2 as shouldPublishLog } from './shared/better-auth.S3lnSz8Y.js';
3
+ export { A as AtomListener, B as BetterAuthClientPlugin, C as ClientOptions, b as InferActions, i as InferAdditionalFromClient, a as InferClientAPI, c as InferErrorCodes, f as InferPluginsFromClient, g as InferSessionFromClient, h as InferUserFromClient, I as IsSignal, S as SessionQueryParams, e as Store } from './shared/better-auth.BAnyvLX6.js';
4
4
  export { H as HIDE_METADATA } from './shared/better-auth.DEHJp1rk.js';
5
- export { g as generateState, p as parseState } from './shared/better-auth.DeMwhkrW.js';
5
+ export { g as generateState, p as parseState } from './shared/better-auth.B-CitgLp.js';
6
6
  export * from 'better-call';
7
7
  export { APIError } from 'better-call';
8
8
  export * from 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.H8vroz5B.cjs';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.Bp4uCDla.js';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.js';
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { IncomingHttpHeaders } from 'http';
3
- import { g as Auth } from '../shared/better-auth.H8vroz5B.cjs';
3
+ import { g as Auth } from '../shared/better-auth.6crrbXrP.cjs';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
6
  import 'zod/v4';
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { IncomingHttpHeaders } from 'http';
3
- import { g as Auth } from '../shared/better-auth.CD4Ybm-b.mjs';
3
+ import { g as Auth } from '../shared/better-auth.YK5LQtFt.mjs';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
6
  import 'zod/v4';
@@ -1,6 +1,6 @@
1
1
  import * as http from 'http';
2
2
  import { IncomingHttpHeaders } from 'http';
3
- import { g as Auth } from '../shared/better-auth.Bp4uCDla.js';
3
+ import { g as Auth } from '../shared/better-auth.S3lnSz8Y.js';
4
4
  import 'kysely';
5
5
  import 'better-call';
6
6
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.H8vroz5B.cjs';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../shared/better-auth.Bp4uCDla.js';
2
+ import { H as HookEndpointContext } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../shared/better-auth.DTtXpZYr.js';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { B as BetterAuthOptions } from '../shared/better-auth.H8vroz5B.cjs';
2
+ import { B as BetterAuthOptions } from '../shared/better-auth.6crrbXrP.cjs';
3
3
  import { RequestEvent } from '@sveltejs/kit';
4
4
  import 'kysely';
5
5
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { B as BetterAuthOptions } from '../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { B as BetterAuthOptions } from '../shared/better-auth.YK5LQtFt.mjs';
3
3
  import { RequestEvent } from '@sveltejs/kit';
4
4
  import 'kysely';
5
5
  import 'zod/v4';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { B as BetterAuthOptions } from '../shared/better-auth.Bp4uCDla.js';
2
+ import { B as BetterAuthOptions } from '../shared/better-auth.S3lnSz8Y.js';
3
3
  import { RequestEvent } from '@sveltejs/kit';
4
4
  import 'kysely';
5
5
  import 'zod/v4';
@@ -1,8 +1,8 @@
1
1
  import { P as ProviderOptions, O as OAuth2Tokens } from '../shared/better-auth.BaMSx6K3.cjs';
2
2
  export { a as OAuth2UserInfo, b as OAuthProvider } from '../shared/better-auth.BaMSx6K3.cjs';
3
3
  import * as jose from 'jose';
4
- import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.H8vroz5B.cjs';
5
- export { g as generateState, p as parseState } from '../shared/better-auth.DyXUm-Ov.cjs';
4
+ import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.6crrbXrP.cjs';
5
+ export { g as generateState, p as parseState } from '../shared/better-auth.DQLetyog.cjs';
6
6
  import '../shared/better-auth.DTtXpZYr.cjs';
7
7
  import 'zod/v4';
8
8
  import 'kysely';
@@ -1,8 +1,8 @@
1
1
  import { P as ProviderOptions, O as OAuth2Tokens } from '../shared/better-auth.DR57bygo.mjs';
2
2
  export { a as OAuth2UserInfo, b as OAuthProvider } from '../shared/better-auth.DR57bygo.mjs';
3
3
  import * as jose from 'jose';
4
- import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.CD4Ybm-b.mjs';
5
- export { g as generateState, p as parseState } from '../shared/better-auth.BTXYBs0G.mjs';
4
+ import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.YK5LQtFt.mjs';
5
+ export { g as generateState, p as parseState } from '../shared/better-auth.km36dqos.mjs';
6
6
  import '../shared/better-auth.DTtXpZYr.mjs';
7
7
  import 'zod/v4';
8
8
  import 'kysely';
@@ -1,8 +1,8 @@
1
1
  import { P as ProviderOptions, O as OAuth2Tokens } from '../shared/better-auth.B5FL4Q2B.js';
2
2
  export { a as OAuth2UserInfo, b as OAuthProvider } from '../shared/better-auth.B5FL4Q2B.js';
3
3
  import * as jose from 'jose';
4
- import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.Bp4uCDla.js';
5
- export { g as generateState, p as parseState } from '../shared/better-auth.DeMwhkrW.js';
4
+ import { h as AuthContext, G as GenericEndpointContext, U as User, O as Account } from '../shared/better-auth.S3lnSz8Y.js';
5
+ export { g as generateState, p as parseState } from '../shared/better-auth.B-CitgLp.js';
6
6
  import '../shared/better-auth.DTtXpZYr.js';
7
7
  import 'zod/v4';
8
8
  import 'kysely';
@@ -1,7 +1,7 @@
1
1
  import { AccessControl, Role, Statements } from '../access/index.cjs';
2
2
  import * as better_call from 'better-call';
3
3
  import * as z from 'zod/v4';
4
- import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.H8vroz5B.cjs';
4
+ import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
6
6
  import 'kysely';
7
7
  import '../../shared/better-auth.BaMSx6K3.cjs';
@@ -1,7 +1,7 @@
1
1
  import { AccessControl, Role, Statements } from '../access/index.mjs';
2
2
  import * as better_call from 'better-call';
3
3
  import * as z from 'zod/v4';
4
- import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
4
+ import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
6
6
  import 'kysely';
7
7
  import '../../shared/better-auth.DR57bygo.mjs';
@@ -1,7 +1,7 @@
1
1
  import { AccessControl, Role, Statements } from '../access/index.js';
2
2
  import * as better_call from 'better-call';
3
3
  import * as z from 'zod/v4';
4
- import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.Bp4uCDla.js';
4
+ import { I as InferOptionSchema, S as Session, U as User, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
6
6
  import 'kysely';
7
7
  import '../../shared/better-auth.B5FL4Q2B.js';
@@ -1,4 +1,4 @@
1
- import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
2
2
  import * as better_call from 'better-call';
3
3
  import { EndpointContext } from 'better-call';
4
4
  import 'kysely';
@@ -1,4 +1,4 @@
1
- import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
2
2
  import * as better_call from 'better-call';
3
3
  import { EndpointContext } from 'better-call';
4
4
  import 'kysely';
@@ -1,4 +1,4 @@
1
- import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { U as User, S as Session, h as AuthContext, I as InferOptionSchema, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
2
2
  import * as better_call from 'better-call';
3
3
  import { EndpointContext } from 'better-call';
4
4
  import 'kysely';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../../shared/better-auth.H8vroz5B.cjs';
2
+ import { H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { H as HookEndpointContext } from '../../shared/better-auth.Bp4uCDla.js';
2
+ import { H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
3
3
  import 'kysely';
4
4
  import 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
@@ -1,4 +1,4 @@
1
- import { h as AuthContext } from '../../shared/better-auth.H8vroz5B.cjs';
1
+ import { h as AuthContext } 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 { h as AuthContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
1
+ import { h as AuthContext } 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 { h as AuthContext } from '../../shared/better-auth.Bp4uCDla.js';
1
+ import { h as AuthContext } 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 * as better_call from 'better-call';
2
- import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.H8vroz5B.cjs';
2
+ import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.Bp4uCDla.js';
2
+ import { B as BetterAuthOptions, i as InferUser, j as InferSession, G as GenericEndpointContext, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
@@ -1,6 +1,6 @@
1
1
  import * as better_call from 'better-call';
2
2
  import { z } from 'zod/v4';
3
- import { I as InferOptionSchema } from '../../shared/better-auth.H8vroz5B.cjs';
3
+ import { I as InferOptionSchema } from '../../shared/better-auth.6crrbXrP.cjs';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
6
6
  import '../../shared/better-auth.BaMSx6K3.cjs';
@@ -1,6 +1,6 @@
1
1
  import * as better_call from 'better-call';
2
2
  import { z } from 'zod/v4';
3
- import { I as InferOptionSchema } from '../../shared/better-auth.CD4Ybm-b.mjs';
3
+ import { I as InferOptionSchema } from '../../shared/better-auth.YK5LQtFt.mjs';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
6
6
  import '../../shared/better-auth.DR57bygo.mjs';
@@ -1,6 +1,6 @@
1
1
  import * as better_call from 'better-call';
2
2
  import { z } from 'zod/v4';
3
- import { I as InferOptionSchema } from '../../shared/better-auth.Bp4uCDla.js';
3
+ import { I as InferOptionSchema } from '../../shared/better-auth.S3lnSz8Y.js';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
6
6
  import '../../shared/better-auth.B5FL4Q2B.js';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.H8vroz5B.cjs';
2
+ import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.6crrbXrP.cjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
2
+ import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.YK5LQtFt.mjs';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
@@ -1,5 +1,5 @@
1
1
  import * as better_call from 'better-call';
2
- import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.Bp4uCDla.js';
2
+ import { h as AuthContext, U as User, H as HookEndpointContext } from '../../shared/better-auth.S3lnSz8Y.js';
3
3
  import * as z from 'zod/v4';
4
4
  import 'kysely';
5
5
  import '../../shared/better-auth.DTtXpZYr.js';
@@ -1,6 +1,6 @@
1
1
  import * as better_call from 'better-call';
2
2
  import { O as OAuth2Tokens, a as OAuth2UserInfo, b as OAuthProvider, P as ProviderOptions } from '../../shared/better-auth.BaMSx6K3.cjs';
3
- import { U as User, h as AuthContext } from '../../shared/better-auth.H8vroz5B.cjs';
3
+ import { U as User, h as AuthContext } from '../../shared/better-auth.6crrbXrP.cjs';
4
4
  import * as z from 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.cjs';
6
6
  import 'kysely';
@@ -1,6 +1,6 @@
1
1
  import * as better_call from 'better-call';
2
2
  import { O as OAuth2Tokens, a as OAuth2UserInfo, b as OAuthProvider, P as ProviderOptions } from '../../shared/better-auth.DR57bygo.mjs';
3
- import { U as User, h as AuthContext } from '../../shared/better-auth.CD4Ybm-b.mjs';
3
+ import { U as User, h as AuthContext } from '../../shared/better-auth.YK5LQtFt.mjs';
4
4
  import * as z from 'zod/v4';
5
5
  import '../../shared/better-auth.DTtXpZYr.mjs';
6
6
  import 'kysely';