better-auth 1.3.21 → 1.3.23
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.
- package/dist/adapters/drizzle-adapter/index.d.cts +2 -2
- package/dist/adapters/drizzle-adapter/index.d.mts +2 -2
- package/dist/adapters/drizzle-adapter/index.d.ts +2 -2
- package/dist/adapters/index.d.cts +3 -3
- package/dist/adapters/index.d.mts +3 -3
- package/dist/adapters/index.d.ts +3 -3
- package/dist/adapters/kysely-adapter/index.d.cts +2 -2
- package/dist/adapters/kysely-adapter/index.d.mts +2 -2
- package/dist/adapters/kysely-adapter/index.d.ts +2 -2
- package/dist/adapters/memory-adapter/index.d.cts +2 -2
- package/dist/adapters/memory-adapter/index.d.mts +2 -2
- package/dist/adapters/memory-adapter/index.d.ts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.cts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.mts +2 -2
- package/dist/adapters/mongodb-adapter/index.d.ts +2 -2
- package/dist/adapters/prisma-adapter/index.d.cts +2 -2
- package/dist/adapters/prisma-adapter/index.d.mts +2 -2
- package/dist/adapters/prisma-adapter/index.d.ts +2 -2
- package/dist/adapters/test.d.cts +2 -2
- package/dist/adapters/test.d.mts +2 -2
- package/dist/adapters/test.d.ts +2 -2
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.d.cts +2 -2
- package/dist/api/index.d.mts +2 -2
- package/dist/api/index.d.ts +2 -2
- package/dist/api/index.mjs +2 -2
- package/dist/client/index.d.cts +4 -4
- package/dist/client/index.d.mts +4 -4
- package/dist/client/index.d.ts +4 -4
- package/dist/client/plugins/index.d.cts +4 -4
- package/dist/client/plugins/index.d.mts +4 -4
- package/dist/client/plugins/index.d.ts +4 -4
- package/dist/client/react/index.d.cts +10 -10
- package/dist/client/react/index.d.mts +10 -10
- package/dist/client/react/index.d.ts +10 -10
- package/dist/client/solid/index.d.cts +4 -4
- package/dist/client/solid/index.d.mts +4 -4
- package/dist/client/solid/index.d.ts +4 -4
- package/dist/client/svelte/index.d.cts +10 -10
- package/dist/client/svelte/index.d.mts +10 -10
- package/dist/client/svelte/index.d.ts +10 -10
- package/dist/client/vue/index.d.cts +4 -4
- package/dist/client/vue/index.d.mts +4 -4
- package/dist/client/vue/index.d.ts +4 -4
- package/dist/cookies/index.d.cts +2 -2
- package/dist/cookies/index.d.mts +2 -2
- package/dist/cookies/index.d.ts +2 -2
- package/dist/db/index.d.cts +3 -3
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.d.ts +3 -3
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +5 -5
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.mjs +2 -2
- package/dist/integrations/next-js.cjs +2 -2
- package/dist/integrations/next-js.d.cts +2 -2
- package/dist/integrations/next-js.d.mts +2 -2
- package/dist/integrations/next-js.d.ts +2 -2
- package/dist/integrations/next-js.mjs +2 -2
- package/dist/integrations/node.d.cts +2 -2
- package/dist/integrations/node.d.mts +2 -2
- package/dist/integrations/node.d.ts +2 -2
- package/dist/integrations/react-start.cjs +2 -2
- package/dist/integrations/react-start.d.cts +2 -2
- package/dist/integrations/react-start.d.mts +2 -2
- package/dist/integrations/react-start.d.ts +2 -2
- package/dist/integrations/react-start.mjs +2 -2
- package/dist/integrations/svelte-kit.cjs +1 -1
- package/dist/integrations/svelte-kit.d.cts +2 -2
- package/dist/integrations/svelte-kit.d.mts +2 -2
- package/dist/integrations/svelte-kit.d.ts +2 -2
- package/dist/integrations/svelte-kit.mjs +1 -1
- package/dist/oauth2/index.cjs +1 -1
- package/dist/oauth2/index.d.cts +4 -4
- package/dist/oauth2/index.d.mts +4 -4
- package/dist/oauth2/index.d.ts +4 -4
- package/dist/oauth2/index.mjs +1 -1
- package/dist/plugins/admin/index.cjs +2 -2
- package/dist/plugins/admin/index.d.cts +4 -4
- package/dist/plugins/admin/index.d.mts +4 -4
- package/dist/plugins/admin/index.d.ts +4 -4
- package/dist/plugins/admin/index.mjs +2 -2
- package/dist/plugins/anonymous/index.cjs +1 -1
- package/dist/plugins/anonymous/index.d.cts +2 -2
- package/dist/plugins/anonymous/index.d.mts +2 -2
- package/dist/plugins/anonymous/index.d.ts +2 -2
- package/dist/plugins/anonymous/index.mjs +1 -1
- package/dist/plugins/bearer/index.cjs +1 -1
- package/dist/plugins/bearer/index.d.cts +2 -2
- package/dist/plugins/bearer/index.d.mts +2 -2
- package/dist/plugins/bearer/index.d.ts +2 -2
- package/dist/plugins/bearer/index.mjs +1 -1
- package/dist/plugins/captcha/index.d.cts +2 -2
- package/dist/plugins/captcha/index.d.mts +2 -2
- package/dist/plugins/captcha/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.cjs +1 -1
- package/dist/plugins/custom-session/index.d.cts +2 -2
- package/dist/plugins/custom-session/index.d.mts +2 -2
- package/dist/plugins/custom-session/index.d.ts +2 -2
- package/dist/plugins/custom-session/index.mjs +1 -1
- package/dist/plugins/device-authorization/index.d.cts +2 -2
- package/dist/plugins/device-authorization/index.d.mts +2 -2
- package/dist/plugins/device-authorization/index.d.ts +2 -2
- package/dist/plugins/email-otp/index.cjs +1 -1
- package/dist/plugins/email-otp/index.d.cts +2 -2
- package/dist/plugins/email-otp/index.d.mts +2 -2
- package/dist/plugins/email-otp/index.d.ts +2 -2
- package/dist/plugins/email-otp/index.mjs +1 -1
- package/dist/plugins/generic-oauth/index.cjs +1 -1
- package/dist/plugins/generic-oauth/index.d.cts +2 -2
- package/dist/plugins/generic-oauth/index.d.mts +2 -2
- package/dist/plugins/generic-oauth/index.d.ts +2 -2
- package/dist/plugins/generic-oauth/index.mjs +1 -1
- package/dist/plugins/haveibeenpwned/index.cjs +1 -1
- package/dist/plugins/haveibeenpwned/index.d.cts +2 -2
- package/dist/plugins/haveibeenpwned/index.d.mts +2 -2
- package/dist/plugins/haveibeenpwned/index.d.ts +2 -2
- package/dist/plugins/haveibeenpwned/index.mjs +1 -1
- package/dist/plugins/index.cjs +6 -6
- package/dist/plugins/index.d.cts +4 -4
- package/dist/plugins/index.d.mts +4 -4
- package/dist/plugins/index.d.ts +4 -4
- package/dist/plugins/index.mjs +7 -7
- package/dist/plugins/jwt/index.cjs +1 -1
- package/dist/plugins/jwt/index.d.cts +2 -2
- package/dist/plugins/jwt/index.d.mts +2 -2
- package/dist/plugins/jwt/index.d.ts +2 -2
- package/dist/plugins/jwt/index.mjs +1 -1
- package/dist/plugins/magic-link/index.cjs +1 -1
- package/dist/plugins/magic-link/index.mjs +1 -1
- package/dist/plugins/multi-session/index.cjs +1 -1
- package/dist/plugins/multi-session/index.d.cts +2 -2
- package/dist/plugins/multi-session/index.d.mts +2 -2
- package/dist/plugins/multi-session/index.d.ts +2 -2
- package/dist/plugins/multi-session/index.mjs +1 -1
- package/dist/plugins/oauth-proxy/index.cjs +1 -1
- package/dist/plugins/oauth-proxy/index.d.cts +2 -2
- package/dist/plugins/oauth-proxy/index.d.mts +2 -2
- package/dist/plugins/oauth-proxy/index.d.ts +2 -2
- package/dist/plugins/oauth-proxy/index.mjs +1 -1
- package/dist/plugins/oidc-provider/index.cjs +2 -2
- package/dist/plugins/oidc-provider/index.d.cts +6 -6
- package/dist/plugins/oidc-provider/index.d.mts +6 -6
- package/dist/plugins/oidc-provider/index.d.ts +6 -6
- package/dist/plugins/oidc-provider/index.mjs +2 -2
- package/dist/plugins/one-tap/index.cjs +1 -1
- package/dist/plugins/one-tap/index.mjs +1 -1
- package/dist/plugins/one-time-token/index.cjs +3 -3
- package/dist/plugins/one-time-token/index.d.cts +2 -2
- package/dist/plugins/one-time-token/index.d.mts +2 -2
- package/dist/plugins/one-time-token/index.d.ts +2 -2
- package/dist/plugins/one-time-token/index.mjs +3 -3
- package/dist/plugins/open-api/index.cjs +1 -1
- package/dist/plugins/open-api/index.d.cts +2 -2
- package/dist/plugins/open-api/index.d.mts +2 -2
- package/dist/plugins/open-api/index.d.ts +2 -2
- package/dist/plugins/open-api/index.mjs +1 -1
- package/dist/plugins/organization/index.cjs +3 -3
- package/dist/plugins/organization/index.d.cts +10 -10
- package/dist/plugins/organization/index.d.mts +10 -10
- package/dist/plugins/organization/index.d.ts +10 -10
- package/dist/plugins/organization/index.mjs +3 -3
- package/dist/plugins/passkey/index.cjs +1 -1
- package/dist/plugins/passkey/index.d.cts +2 -2
- package/dist/plugins/passkey/index.d.mts +2 -2
- package/dist/plugins/passkey/index.d.ts +2 -2
- package/dist/plugins/passkey/index.mjs +1 -1
- package/dist/plugins/phone-number/index.cjs +1 -1
- package/dist/plugins/phone-number/index.d.cts +2 -2
- package/dist/plugins/phone-number/index.d.mts +2 -2
- package/dist/plugins/phone-number/index.d.ts +2 -2
- package/dist/plugins/phone-number/index.mjs +1 -1
- package/dist/plugins/siwe/index.cjs +1 -1
- package/dist/plugins/siwe/index.d.cts +2 -2
- package/dist/plugins/siwe/index.d.mts +2 -2
- package/dist/plugins/siwe/index.d.ts +2 -2
- package/dist/plugins/siwe/index.mjs +1 -1
- package/dist/plugins/sso/index.cjs +1 -1
- package/dist/plugins/sso/index.d.cts +4 -4
- package/dist/plugins/sso/index.d.mts +4 -4
- package/dist/plugins/sso/index.d.ts +4 -4
- package/dist/plugins/sso/index.mjs +1 -1
- package/dist/plugins/two-factor/index.cjs +1 -1
- package/dist/plugins/two-factor/index.d.cts +2 -2
- package/dist/plugins/two-factor/index.d.mts +2 -2
- package/dist/plugins/two-factor/index.d.ts +2 -2
- package/dist/plugins/two-factor/index.mjs +1 -1
- package/dist/plugins/username/index.cjs +1 -1
- package/dist/plugins/username/index.d.cts +2 -2
- package/dist/plugins/username/index.d.mts +2 -2
- package/dist/plugins/username/index.d.ts +2 -2
- package/dist/plugins/username/index.mjs +1 -1
- package/dist/shared/{better-auth.C6qXK08w.d.ts → better-auth.4SXCyo06.d.ts} +2 -2
- package/dist/shared/{better-auth.BCkf9FZU.d.cts → better-auth.7ixzXnnQ.d.cts} +1 -1
- package/dist/shared/{better-auth.B7HelsAr.d.mts → better-auth.B8Yk6B-c.d.mts} +1 -1
- package/dist/shared/{better-auth.CbhDVqJv.d.ts → better-auth.BNc3SDTX.d.ts} +1 -1
- package/dist/shared/{better-auth.CEyNnJh7.cjs → better-auth.BQvT5jPC.cjs} +1 -1
- package/dist/shared/{better-auth.nTGSkBy-.d.ts → better-auth.BYvWEjMc.d.ts} +9 -9
- package/dist/shared/{better-auth.v8jPhtpB.mjs → better-auth.BdecEc2O.mjs} +1 -1
- package/dist/shared/{better-auth.BkVhzNer.d.cts → better-auth.Boih1e_N.d.cts} +1 -1
- package/dist/shared/{better-auth.DkTnb5Io.mjs → better-auth.BtbGT670.mjs} +2 -2
- package/dist/shared/{better-auth.AFdKV9lT.d.ts → better-auth.BzWKH_Lm.d.mts} +2 -2
- package/dist/shared/{better-auth.DHp6DNTP.mjs → better-auth.C84XtErM.mjs} +1 -1
- package/dist/shared/{better-auth.BWSNYlLl.mjs → better-auth.CAJUiXTA.mjs} +1 -1
- package/dist/shared/{better-auth.Br4Wfx0Y.cjs → better-auth.CB248hqi.cjs} +1 -1
- package/dist/shared/{better-auth.BFegHNjn.d.mts → better-auth.CFtgxZkB.d.mts} +9 -9
- package/dist/shared/{better-auth.DWgVanF-.d.mts → better-auth.CHtMWaN8.d.ts} +2 -2
- package/dist/shared/{better-auth.CKHG0ATr.cjs → better-auth.CXBPmam_.cjs} +1 -1
- package/dist/shared/{better-auth.p1cIDE6Y.d.ts → better-auth.CYEJMfBK.d.ts} +1 -1
- package/dist/shared/{better-auth.CCPxTWHv.mjs → better-auth.Cppf38DI.mjs} +2 -2
- package/dist/shared/{better-auth.DAXvGuBK.mjs → better-auth.DGV8LtRu.mjs} +10 -2
- package/dist/shared/{better-auth.DdoZ2a-L.cjs → better-auth.DHAY0xdm.cjs} +2 -2
- package/dist/shared/{better-auth._WE9Fhqj.d.cts → better-auth.DImZeRKY.d.cts} +9 -9
- package/dist/shared/{better-auth.BiEbNlTO.cjs → better-auth.DfaynrsJ.cjs} +2 -2
- package/dist/shared/{better-auth.BsV61G-v.cjs → better-auth.Fn0ZCxWT.cjs} +1 -1
- package/dist/shared/{better-auth.BGDp9pBQ.d.cts → better-auth.N3ys23iz.d.cts} +1 -1
- package/dist/shared/{better-auth.BA4t8YCt.cjs → better-auth.RAAuA8D-.cjs} +10 -2
- package/dist/shared/{better-auth.BHPr8J54.d.mts → better-auth.XefKa8DI.d.mts} +2 -2
- package/dist/shared/{better-auth.HsL9NWdo.d.mts → better-auth.bvByA6N5.d.mts} +1 -1
- package/dist/shared/{better-auth.D2NikySY.mjs → better-auth.dKMb7G3x.mjs} +1 -1
- package/dist/shared/{better-auth.7zTmTxT4.d.cts → better-auth.v_lf-jeY.d.cts} +2 -2
- package/dist/social-providers/index.cjs +1 -1
- package/dist/social-providers/index.d.cts +1 -1
- package/dist/social-providers/index.d.mts +1 -1
- package/dist/social-providers/index.d.ts +1 -1
- package/dist/social-providers/index.mjs +1 -1
- package/dist/test-utils/index.cjs +3 -3
- package/dist/test-utils/index.d.cts +3 -3
- package/dist/test-utils/index.d.mts +3 -3
- package/dist/test-utils/index.d.ts +3 -3
- package/dist/test-utils/index.mjs +3 -3
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
|
-
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.DImZeRKY.cjs';
|
|
3
3
|
import { AccessControl, Role, Subset, Statements } from '../access/index.cjs';
|
|
4
4
|
import * as better_call from 'better-call';
|
|
5
5
|
import { Prettify } from 'better-call';
|
|
@@ -7,7 +7,7 @@ import { L as LiteralString } from '../../shared/better-auth.DTtXpZYr.cjs';
|
|
|
7
7
|
import { defaultRoles } from './access/index.cjs';
|
|
8
8
|
export { adminAc, defaultAc, defaultStatements, memberAc, ownerAc } from './access/index.cjs';
|
|
9
9
|
import 'kysely';
|
|
10
|
-
import '../../shared/better-auth.
|
|
10
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
11
11
|
import 'zod/v4/core';
|
|
12
12
|
import 'better-sqlite3';
|
|
13
13
|
import 'bun:sqlite';
|
|
@@ -4301,7 +4301,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4301
4301
|
sortDirection?: "asc" | "desc" | undefined;
|
|
4302
4302
|
filterField?: string | undefined;
|
|
4303
4303
|
filterValue?: string | number | boolean | undefined;
|
|
4304
|
-
filterOperator?: "
|
|
4304
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
4305
4305
|
organizationId?: string | undefined;
|
|
4306
4306
|
} | undefined;
|
|
4307
4307
|
} & {
|
|
@@ -4365,13 +4365,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4365
4365
|
filterField: z.ZodOptional<z.ZodString>;
|
|
4366
4366
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
4367
4367
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
4368
|
-
contains: "contains";
|
|
4369
4368
|
eq: "eq";
|
|
4370
4369
|
ne: "ne";
|
|
4371
4370
|
lt: "lt";
|
|
4372
4371
|
lte: "lte";
|
|
4373
4372
|
gt: "gt";
|
|
4374
4373
|
gte: "gte";
|
|
4374
|
+
contains: "contains";
|
|
4375
4375
|
}>>;
|
|
4376
4376
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
4377
4377
|
}, z.core.$strip>>;
|
|
@@ -9228,7 +9228,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9228
9228
|
sortDirection?: "asc" | "desc" | undefined;
|
|
9229
9229
|
filterField?: string | undefined;
|
|
9230
9230
|
filterValue?: string | number | boolean | undefined;
|
|
9231
|
-
filterOperator?: "
|
|
9231
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
9232
9232
|
organizationId?: string | undefined;
|
|
9233
9233
|
} | undefined;
|
|
9234
9234
|
} & {
|
|
@@ -9292,13 +9292,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9292
9292
|
filterField: z.ZodOptional<z.ZodString>;
|
|
9293
9293
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
9294
9294
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
9295
|
-
contains: "contains";
|
|
9296
9295
|
eq: "eq";
|
|
9297
9296
|
ne: "ne";
|
|
9298
9297
|
lt: "lt";
|
|
9299
9298
|
lte: "lte";
|
|
9300
9299
|
gt: "gt";
|
|
9301
9300
|
gte: "gte";
|
|
9301
|
+
contains: "contains";
|
|
9302
9302
|
}>>;
|
|
9303
9303
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
9304
9304
|
}, z.core.$strip>>;
|
|
@@ -13421,7 +13421,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13421
13421
|
sortDirection?: "asc" | "desc" | undefined;
|
|
13422
13422
|
filterField?: string | undefined;
|
|
13423
13423
|
filterValue?: string | number | boolean | undefined;
|
|
13424
|
-
filterOperator?: "
|
|
13424
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
13425
13425
|
organizationId?: string | undefined;
|
|
13426
13426
|
} | undefined;
|
|
13427
13427
|
} & {
|
|
@@ -13485,13 +13485,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13485
13485
|
filterField: z.ZodOptional<z.ZodString>;
|
|
13486
13486
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
13487
13487
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
13488
|
-
contains: "contains";
|
|
13489
13488
|
eq: "eq";
|
|
13490
13489
|
ne: "ne";
|
|
13491
13490
|
lt: "lt";
|
|
13492
13491
|
lte: "lte";
|
|
13493
13492
|
gt: "gt";
|
|
13494
13493
|
gte: "gte";
|
|
13494
|
+
contains: "contains";
|
|
13495
13495
|
}>>;
|
|
13496
13496
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
13497
13497
|
}, z.core.$strip>>;
|
|
@@ -18348,7 +18348,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18348
18348
|
sortDirection?: "asc" | "desc" | undefined;
|
|
18349
18349
|
filterField?: string | undefined;
|
|
18350
18350
|
filterValue?: string | number | boolean | undefined;
|
|
18351
|
-
filterOperator?: "
|
|
18351
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
18352
18352
|
organizationId?: string | undefined;
|
|
18353
18353
|
} | undefined;
|
|
18354
18354
|
} & {
|
|
@@ -18412,13 +18412,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18412
18412
|
filterField: z.ZodOptional<z.ZodString>;
|
|
18413
18413
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
18414
18414
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
18415
|
-
contains: "contains";
|
|
18416
18415
|
eq: "eq";
|
|
18417
18416
|
ne: "ne";
|
|
18418
18417
|
lt: "lt";
|
|
18419
18418
|
lte: "lte";
|
|
18420
18419
|
gt: "gt";
|
|
18421
18420
|
gte: "gte";
|
|
18421
|
+
contains: "contains";
|
|
18422
18422
|
}>>;
|
|
18423
18423
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
18424
18424
|
}, z.core.$strip>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
|
-
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.CFtgxZkB.mjs';
|
|
3
3
|
import { AccessControl, Role, Subset, Statements } from '../access/index.mjs';
|
|
4
4
|
import * as better_call from 'better-call';
|
|
5
5
|
import { Prettify } from 'better-call';
|
|
@@ -7,7 +7,7 @@ import { L as LiteralString } from '../../shared/better-auth.DTtXpZYr.mjs';
|
|
|
7
7
|
import { defaultRoles } from './access/index.mjs';
|
|
8
8
|
export { adminAc, defaultAc, defaultStatements, memberAc, ownerAc } from './access/index.mjs';
|
|
9
9
|
import 'kysely';
|
|
10
|
-
import '../../shared/better-auth.
|
|
10
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
11
11
|
import 'zod/v4/core';
|
|
12
12
|
import 'better-sqlite3';
|
|
13
13
|
import 'bun:sqlite';
|
|
@@ -4301,7 +4301,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4301
4301
|
sortDirection?: "asc" | "desc" | undefined;
|
|
4302
4302
|
filterField?: string | undefined;
|
|
4303
4303
|
filterValue?: string | number | boolean | undefined;
|
|
4304
|
-
filterOperator?: "
|
|
4304
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
4305
4305
|
organizationId?: string | undefined;
|
|
4306
4306
|
} | undefined;
|
|
4307
4307
|
} & {
|
|
@@ -4365,13 +4365,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4365
4365
|
filterField: z.ZodOptional<z.ZodString>;
|
|
4366
4366
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
4367
4367
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
4368
|
-
contains: "contains";
|
|
4369
4368
|
eq: "eq";
|
|
4370
4369
|
ne: "ne";
|
|
4371
4370
|
lt: "lt";
|
|
4372
4371
|
lte: "lte";
|
|
4373
4372
|
gt: "gt";
|
|
4374
4373
|
gte: "gte";
|
|
4374
|
+
contains: "contains";
|
|
4375
4375
|
}>>;
|
|
4376
4376
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
4377
4377
|
}, z.core.$strip>>;
|
|
@@ -9228,7 +9228,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9228
9228
|
sortDirection?: "asc" | "desc" | undefined;
|
|
9229
9229
|
filterField?: string | undefined;
|
|
9230
9230
|
filterValue?: string | number | boolean | undefined;
|
|
9231
|
-
filterOperator?: "
|
|
9231
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
9232
9232
|
organizationId?: string | undefined;
|
|
9233
9233
|
} | undefined;
|
|
9234
9234
|
} & {
|
|
@@ -9292,13 +9292,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9292
9292
|
filterField: z.ZodOptional<z.ZodString>;
|
|
9293
9293
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
9294
9294
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
9295
|
-
contains: "contains";
|
|
9296
9295
|
eq: "eq";
|
|
9297
9296
|
ne: "ne";
|
|
9298
9297
|
lt: "lt";
|
|
9299
9298
|
lte: "lte";
|
|
9300
9299
|
gt: "gt";
|
|
9301
9300
|
gte: "gte";
|
|
9301
|
+
contains: "contains";
|
|
9302
9302
|
}>>;
|
|
9303
9303
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
9304
9304
|
}, z.core.$strip>>;
|
|
@@ -13421,7 +13421,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13421
13421
|
sortDirection?: "asc" | "desc" | undefined;
|
|
13422
13422
|
filterField?: string | undefined;
|
|
13423
13423
|
filterValue?: string | number | boolean | undefined;
|
|
13424
|
-
filterOperator?: "
|
|
13424
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
13425
13425
|
organizationId?: string | undefined;
|
|
13426
13426
|
} | undefined;
|
|
13427
13427
|
} & {
|
|
@@ -13485,13 +13485,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13485
13485
|
filterField: z.ZodOptional<z.ZodString>;
|
|
13486
13486
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
13487
13487
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
13488
|
-
contains: "contains";
|
|
13489
13488
|
eq: "eq";
|
|
13490
13489
|
ne: "ne";
|
|
13491
13490
|
lt: "lt";
|
|
13492
13491
|
lte: "lte";
|
|
13493
13492
|
gt: "gt";
|
|
13494
13493
|
gte: "gte";
|
|
13494
|
+
contains: "contains";
|
|
13495
13495
|
}>>;
|
|
13496
13496
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
13497
13497
|
}, z.core.$strip>>;
|
|
@@ -18348,7 +18348,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18348
18348
|
sortDirection?: "asc" | "desc" | undefined;
|
|
18349
18349
|
filterField?: string | undefined;
|
|
18350
18350
|
filterValue?: string | number | boolean | undefined;
|
|
18351
|
-
filterOperator?: "
|
|
18351
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
18352
18352
|
organizationId?: string | undefined;
|
|
18353
18353
|
} | undefined;
|
|
18354
18354
|
} & {
|
|
@@ -18412,13 +18412,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18412
18412
|
filterField: z.ZodOptional<z.ZodString>;
|
|
18413
18413
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
18414
18414
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
18415
|
-
contains: "contains";
|
|
18416
18415
|
eq: "eq";
|
|
18417
18416
|
ne: "ne";
|
|
18418
18417
|
lt: "lt";
|
|
18419
18418
|
lte: "lte";
|
|
18420
18419
|
gt: "gt";
|
|
18421
18420
|
gte: "gte";
|
|
18421
|
+
contains: "contains";
|
|
18422
18422
|
}>>;
|
|
18423
18423
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
18424
18424
|
}, z.core.$strip>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as z from 'zod';
|
|
2
|
-
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.
|
|
2
|
+
import { U as User, S as Session, d as AuthContext, M as FieldAttribute, aj as InferAdditionalFieldsFromPluginOptions, G as GenericEndpointContext } from '../../shared/better-auth.BYvWEjMc.js';
|
|
3
3
|
import { AccessControl, Role, Subset, Statements } from '../access/index.js';
|
|
4
4
|
import * as better_call from 'better-call';
|
|
5
5
|
import { Prettify } from 'better-call';
|
|
@@ -7,7 +7,7 @@ import { L as LiteralString } from '../../shared/better-auth.DTtXpZYr.js';
|
|
|
7
7
|
import { defaultRoles } from './access/index.js';
|
|
8
8
|
export { adminAc, defaultAc, defaultStatements, memberAc, ownerAc } from './access/index.js';
|
|
9
9
|
import 'kysely';
|
|
10
|
-
import '../../shared/better-auth.
|
|
10
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
11
11
|
import 'zod/v4/core';
|
|
12
12
|
import 'better-sqlite3';
|
|
13
13
|
import 'bun:sqlite';
|
|
@@ -4301,7 +4301,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4301
4301
|
sortDirection?: "asc" | "desc" | undefined;
|
|
4302
4302
|
filterField?: string | undefined;
|
|
4303
4303
|
filterValue?: string | number | boolean | undefined;
|
|
4304
|
-
filterOperator?: "
|
|
4304
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
4305
4305
|
organizationId?: string | undefined;
|
|
4306
4306
|
} | undefined;
|
|
4307
4307
|
} & {
|
|
@@ -4365,13 +4365,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
4365
4365
|
filterField: z.ZodOptional<z.ZodString>;
|
|
4366
4366
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
4367
4367
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
4368
|
-
contains: "contains";
|
|
4369
4368
|
eq: "eq";
|
|
4370
4369
|
ne: "ne";
|
|
4371
4370
|
lt: "lt";
|
|
4372
4371
|
lte: "lte";
|
|
4373
4372
|
gt: "gt";
|
|
4374
4373
|
gte: "gte";
|
|
4374
|
+
contains: "contains";
|
|
4375
4375
|
}>>;
|
|
4376
4376
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
4377
4377
|
}, z.core.$strip>>;
|
|
@@ -9228,7 +9228,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9228
9228
|
sortDirection?: "asc" | "desc" | undefined;
|
|
9229
9229
|
filterField?: string | undefined;
|
|
9230
9230
|
filterValue?: string | number | boolean | undefined;
|
|
9231
|
-
filterOperator?: "
|
|
9231
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
9232
9232
|
organizationId?: string | undefined;
|
|
9233
9233
|
} | undefined;
|
|
9234
9234
|
} & {
|
|
@@ -9292,13 +9292,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
9292
9292
|
filterField: z.ZodOptional<z.ZodString>;
|
|
9293
9293
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
9294
9294
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
9295
|
-
contains: "contains";
|
|
9296
9295
|
eq: "eq";
|
|
9297
9296
|
ne: "ne";
|
|
9298
9297
|
lt: "lt";
|
|
9299
9298
|
lte: "lte";
|
|
9300
9299
|
gt: "gt";
|
|
9301
9300
|
gte: "gte";
|
|
9301
|
+
contains: "contains";
|
|
9302
9302
|
}>>;
|
|
9303
9303
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
9304
9304
|
}, z.core.$strip>>;
|
|
@@ -13421,7 +13421,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13421
13421
|
sortDirection?: "asc" | "desc" | undefined;
|
|
13422
13422
|
filterField?: string | undefined;
|
|
13423
13423
|
filterValue?: string | number | boolean | undefined;
|
|
13424
|
-
filterOperator?: "
|
|
13424
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
13425
13425
|
organizationId?: string | undefined;
|
|
13426
13426
|
} | undefined;
|
|
13427
13427
|
} & {
|
|
@@ -13485,13 +13485,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
13485
13485
|
filterField: z.ZodOptional<z.ZodString>;
|
|
13486
13486
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
13487
13487
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
13488
|
-
contains: "contains";
|
|
13489
13488
|
eq: "eq";
|
|
13490
13489
|
ne: "ne";
|
|
13491
13490
|
lt: "lt";
|
|
13492
13491
|
lte: "lte";
|
|
13493
13492
|
gt: "gt";
|
|
13494
13493
|
gte: "gte";
|
|
13494
|
+
contains: "contains";
|
|
13495
13495
|
}>>;
|
|
13496
13496
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
13497
13497
|
}, z.core.$strip>>;
|
|
@@ -18348,7 +18348,7 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18348
18348
|
sortDirection?: "asc" | "desc" | undefined;
|
|
18349
18349
|
filterField?: string | undefined;
|
|
18350
18350
|
filterValue?: string | number | boolean | undefined;
|
|
18351
|
-
filterOperator?: "
|
|
18351
|
+
filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
|
|
18352
18352
|
organizationId?: string | undefined;
|
|
18353
18353
|
} | undefined;
|
|
18354
18354
|
} & {
|
|
@@ -18412,13 +18412,13 @@ declare const organization: <O extends OrganizationOptions>(options?: O) => {
|
|
|
18412
18412
|
filterField: z.ZodOptional<z.ZodString>;
|
|
18413
18413
|
filterValue: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodBoolean]>>;
|
|
18414
18414
|
filterOperator: z.ZodOptional<z.ZodEnum<{
|
|
18415
|
-
contains: "contains";
|
|
18416
18415
|
eq: "eq";
|
|
18417
18416
|
ne: "ne";
|
|
18418
18417
|
lt: "lt";
|
|
18419
18418
|
lte: "lte";
|
|
18420
18419
|
gt: "gt";
|
|
18421
18420
|
gte: "gte";
|
|
18421
|
+
contains: "contains";
|
|
18422
18422
|
}>>;
|
|
18423
18423
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
18424
18424
|
}, z.core.$strip>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { o as organization, p as parseRoles } from '../../shared/better-auth.
|
|
1
|
+
export { o as organization, p as parseRoles } from '../../shared/better-auth.Cppf38DI.mjs';
|
|
2
2
|
import 'better-call';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../shared/better-auth.CIqzVuC5.mjs';
|
|
@@ -13,7 +13,7 @@ import '../../shared/better-auth.C4g12FAA.mjs';
|
|
|
13
13
|
import '../../shared/better-auth.BAQSo96z.mjs';
|
|
14
14
|
import '@better-auth/utils/binary';
|
|
15
15
|
import '../../shared/better-auth.D2xndZ2p.mjs';
|
|
16
|
-
import '../../shared/better-auth.
|
|
16
|
+
import '../../shared/better-auth.DGV8LtRu.mjs';
|
|
17
17
|
import '@better-auth/utils/hash';
|
|
18
18
|
import '../../crypto/index.mjs';
|
|
19
19
|
import '@noble/ciphers/chacha.js';
|
|
@@ -30,7 +30,7 @@ import '../../shared/better-auth.BUPPRXfK.mjs';
|
|
|
30
30
|
import '../../shared/better-auth.Dlx1jCB2.mjs';
|
|
31
31
|
import 'defu';
|
|
32
32
|
import '../../shared/better-auth.msGOU0m9.mjs';
|
|
33
|
-
import '../../shared/better-auth.
|
|
33
|
+
import '../../shared/better-auth.CAJUiXTA.mjs';
|
|
34
34
|
import './access/index.mjs';
|
|
35
35
|
import '../access/index.mjs';
|
|
36
36
|
import '../../shared/better-auth.DaEBQJp_.mjs';
|
|
@@ -5,7 +5,7 @@ const betterCall = require('better-call');
|
|
|
5
5
|
const random = require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
6
6
|
const z = require('zod');
|
|
7
7
|
const session = require('../../shared/better-auth.CWoe8tep.cjs');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.RAAuA8D-.cjs');
|
|
9
9
|
const cookies_index = require('../../shared/better-auth.oHfRlmfe.cjs');
|
|
10
10
|
const schema$1 = require('../../shared/better-auth.C0qxpMUS.cjs');
|
|
11
11
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
@@ -2,10 +2,10 @@ import * as _simplewebauthn_server from '@simplewebauthn/server';
|
|
|
2
2
|
import { CredentialDeviceType, PublicKeyCredentialCreationOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/server';
|
|
3
3
|
import * as better_call from 'better-call';
|
|
4
4
|
import * as z from 'zod';
|
|
5
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
5
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.DImZeRKY.cjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
8
|
-
import '../../shared/better-auth.
|
|
8
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
11
|
import 'bun:sqlite';
|
|
@@ -2,10 +2,10 @@ import * as _simplewebauthn_server from '@simplewebauthn/server';
|
|
|
2
2
|
import { CredentialDeviceType, PublicKeyCredentialCreationOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/server';
|
|
3
3
|
import * as better_call from 'better-call';
|
|
4
4
|
import * as z from 'zod';
|
|
5
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
5
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.CFtgxZkB.mjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
8
|
-
import '../../shared/better-auth.
|
|
8
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
11
|
import 'bun:sqlite';
|
|
@@ -2,10 +2,10 @@ import * as _simplewebauthn_server from '@simplewebauthn/server';
|
|
|
2
2
|
import { CredentialDeviceType, PublicKeyCredentialCreationOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/server';
|
|
3
3
|
import * as better_call from 'better-call';
|
|
4
4
|
import * as z from 'zod';
|
|
5
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
5
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.BYvWEjMc.js';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
8
|
-
import '../../shared/better-auth.
|
|
8
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
9
9
|
import 'zod/v4/core';
|
|
10
10
|
import 'better-sqlite3';
|
|
11
11
|
import 'bun:sqlite';
|
|
@@ -3,7 +3,7 @@ import { APIError } from 'better-call';
|
|
|
3
3
|
import { g as generateRandomString } from '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
4
4
|
import * as z from 'zod';
|
|
5
5
|
import { a as createAuthEndpoint, s as sessionMiddleware, f as freshSessionMiddleware, g as getSessionFromCtx } from '../../shared/better-auth.CIqzVuC5.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DGV8LtRu.mjs';
|
|
7
7
|
import { s as setSessionCookie } from '../../shared/better-auth.pyHheoY8.mjs';
|
|
8
8
|
import { m as mergeSchema } from '../../shared/better-auth.Dlx1jCB2.mjs';
|
|
9
9
|
import '../../shared/better-auth.CiuwFiHM.mjs';
|
|
@@ -5,7 +5,7 @@ const session = require('../../shared/better-auth.CWoe8tep.cjs');
|
|
|
5
5
|
const betterCall = require('better-call');
|
|
6
6
|
const schema$1 = require('../../shared/better-auth.C0qxpMUS.cjs');
|
|
7
7
|
const random = require('../../shared/better-auth.CYeOI8C-.cjs');
|
|
8
|
-
require('../../shared/better-auth.
|
|
8
|
+
require('../../shared/better-auth.RAAuA8D-.cjs');
|
|
9
9
|
const cookies_index = require('../../shared/better-auth.oHfRlmfe.cjs');
|
|
10
10
|
require('../../shared/better-auth.B6fIklBU.cjs');
|
|
11
11
|
require('../../shared/better-auth.DTvRBuq4.cjs');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.DImZeRKY.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.CFtgxZkB.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { U as User, I as InferOptionSchema } from '../../shared/better-auth.BYvWEjMc.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -3,7 +3,7 @@ import { a as createAuthEndpoint, g as getSessionFromCtx, B as BASE_ERROR_CODES
|
|
|
3
3
|
import { APIError } from 'better-call';
|
|
4
4
|
import { m as mergeSchema } from '../../shared/better-auth.Dlx1jCB2.mjs';
|
|
5
5
|
import { g as generateRandomString } from '../../shared/better-auth.B4Qoxdgc.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.DGV8LtRu.mjs';
|
|
7
7
|
import { s as setSessionCookie } from '../../shared/better-auth.pyHheoY8.mjs';
|
|
8
8
|
import '../../shared/better-auth.CiuwFiHM.mjs';
|
|
9
9
|
import '../../shared/better-auth.C4g12FAA.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const betterCall = require('better-call');
|
|
4
|
-
require('../../shared/better-auth.
|
|
4
|
+
require('../../shared/better-auth.RAAuA8D-.cjs');
|
|
5
5
|
const session = require('../../shared/better-auth.CWoe8tep.cjs');
|
|
6
6
|
const z = require('zod');
|
|
7
7
|
const cookies_index = require('../../shared/better-auth.oHfRlmfe.cjs');
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.DImZeRKY.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.v_lf-jeY.cjs';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.CFtgxZkB.mjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.XefKa8DI.mjs';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { I as InferOptionSchema } from '../../shared/better-auth.
|
|
3
|
+
import { I as InferOptionSchema } from '../../shared/better-auth.BYvWEjMc.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.js';
|
|
6
|
-
import '../../shared/better-auth.
|
|
6
|
+
import '../../shared/better-auth.4SXCyo06.js';
|
|
7
7
|
import 'zod/v4/core';
|
|
8
8
|
import 'better-sqlite3';
|
|
9
9
|
import 'bun:sqlite';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APIError } from 'better-call';
|
|
2
|
-
import '../../shared/better-auth.
|
|
2
|
+
import '../../shared/better-auth.DGV8LtRu.mjs';
|
|
3
3
|
import { a as createAuthEndpoint } from '../../shared/better-auth.CIqzVuC5.mjs';
|
|
4
4
|
import * as z from 'zod';
|
|
5
5
|
import { s as setSessionCookie } from '../../shared/better-auth.pyHheoY8.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
const z = require('zod');
|
|
4
4
|
const betterCall = require('better-call');
|
|
5
|
-
const socialProviders_index = require('../../shared/better-auth.
|
|
5
|
+
const socialProviders_index = require('../../shared/better-auth.RAAuA8D-.cjs');
|
|
6
6
|
const session = require('../../shared/better-auth.CWoe8tep.cjs');
|
|
7
7
|
const cookies_index = require('../../shared/better-auth.oHfRlmfe.cjs');
|
|
8
8
|
require('../../shared/better-auth.C0qxpMUS.cjs');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { O as OAuth2Tokens } from '../../shared/better-auth.
|
|
4
|
-
import { U as User } from '../../shared/better-auth.
|
|
3
|
+
import { O as OAuth2Tokens } from '../../shared/better-auth.v_lf-jeY.cjs';
|
|
4
|
+
import { U as User } from '../../shared/better-auth.DImZeRKY.cjs';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.cjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'zod/v4/core';
|
|
@@ -96,7 +96,7 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
96
96
|
authorizationEndpoint?: string | undefined;
|
|
97
97
|
tokenEndpoint?: string | undefined;
|
|
98
98
|
userInfoEndpoint?: string | undefined;
|
|
99
|
-
tokenEndpointAuthentication?: "
|
|
99
|
+
tokenEndpointAuthentication?: "client_secret_post" | "client_secret_basic" | undefined;
|
|
100
100
|
jwksEndpoint?: string | undefined;
|
|
101
101
|
discoveryEndpoint?: string | undefined;
|
|
102
102
|
scopes?: string[] | undefined;
|
|
@@ -152,8 +152,8 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
152
152
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
153
153
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
154
154
|
tokenEndpointAuthentication: z.ZodOptional<z.ZodEnum<{
|
|
155
|
-
client_secret_basic: "client_secret_basic";
|
|
156
155
|
client_secret_post: "client_secret_post";
|
|
156
|
+
client_secret_basic: "client_secret_basic";
|
|
157
157
|
}>>;
|
|
158
158
|
jwksEndpoint: z.ZodOptional<z.ZodString>;
|
|
159
159
|
discoveryEndpoint: z.ZodOptional<z.ZodString>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as better_call from 'better-call';
|
|
2
2
|
import * as z from 'zod';
|
|
3
|
-
import { O as OAuth2Tokens } from '../../shared/better-auth.
|
|
4
|
-
import { U as User } from '../../shared/better-auth.
|
|
3
|
+
import { O as OAuth2Tokens } from '../../shared/better-auth.XefKa8DI.mjs';
|
|
4
|
+
import { U as User } from '../../shared/better-auth.CFtgxZkB.mjs';
|
|
5
5
|
import '../../shared/better-auth.DTtXpZYr.mjs';
|
|
6
6
|
import 'kysely';
|
|
7
7
|
import 'zod/v4/core';
|
|
@@ -96,7 +96,7 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
96
96
|
authorizationEndpoint?: string | undefined;
|
|
97
97
|
tokenEndpoint?: string | undefined;
|
|
98
98
|
userInfoEndpoint?: string | undefined;
|
|
99
|
-
tokenEndpointAuthentication?: "
|
|
99
|
+
tokenEndpointAuthentication?: "client_secret_post" | "client_secret_basic" | undefined;
|
|
100
100
|
jwksEndpoint?: string | undefined;
|
|
101
101
|
discoveryEndpoint?: string | undefined;
|
|
102
102
|
scopes?: string[] | undefined;
|
|
@@ -152,8 +152,8 @@ declare const sso: (options?: SSOOptions) => {
|
|
|
152
152
|
tokenEndpoint: z.ZodOptional<z.ZodString>;
|
|
153
153
|
userInfoEndpoint: z.ZodOptional<z.ZodString>;
|
|
154
154
|
tokenEndpointAuthentication: z.ZodOptional<z.ZodEnum<{
|
|
155
|
-
client_secret_basic: "client_secret_basic";
|
|
156
155
|
client_secret_post: "client_secret_post";
|
|
156
|
+
client_secret_basic: "client_secret_basic";
|
|
157
157
|
}>>;
|
|
158
158
|
jwksEndpoint: z.ZodOptional<z.ZodString>;
|
|
159
159
|
discoveryEndpoint: z.ZodOptional<z.ZodString>;
|