sa2kit 3.0.0 → 3.1.0
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/ai/llm/ui/miniapp/index.d.mts +2 -2
- package/dist/ai/llm/ui/miniapp/index.d.ts +2 -2
- package/dist/ai/llm/ui/rn/index.d.mts +2 -2
- package/dist/ai/llm/ui/rn/index.d.ts +2 -2
- package/dist/ai/llm/ui/web/index.d.mts +3 -3
- package/dist/ai/llm/ui/web/index.d.ts +3 -3
- package/dist/analytics/index.d.mts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/{chunk-QP5N3ER6.js → chunk-3CSCIRQY.js} +5 -6
- package/dist/chunk-3CSCIRQY.js.map +1 -0
- package/dist/{chunk-RJP2BRJD.mjs → chunk-4OOANEJV.mjs} +2 -2
- package/dist/{chunk-RJP2BRJD.mjs.map → chunk-4OOANEJV.mjs.map} +1 -1
- package/dist/chunk-5FUAQLGC.mjs +14 -0
- package/dist/chunk-5FUAQLGC.mjs.map +1 -0
- package/dist/{chunk-S732H246.js → chunk-6PMXAK7F.js} +2 -2
- package/dist/{chunk-S732H246.js.map → chunk-6PMXAK7F.js.map} +1 -1
- package/dist/chunk-6YLCRWKM.mjs +8 -0
- package/dist/chunk-6YLCRWKM.mjs.map +1 -0
- package/dist/{chunk-IBWDBBX5.mjs → chunk-7B5SI4OF.mjs} +3 -4
- package/dist/chunk-7B5SI4OF.mjs.map +1 -0
- package/dist/chunk-EQXPL7TN.mjs +78 -0
- package/dist/chunk-EQXPL7TN.mjs.map +1 -0
- package/dist/{chunk-GQZHGSRR.js → chunk-GSNGCENJ.js} +39 -2
- package/dist/chunk-GSNGCENJ.js.map +1 -0
- package/dist/chunk-HQLKOXG7.js +16 -0
- package/dist/chunk-HQLKOXG7.js.map +1 -0
- package/dist/{chunk-S3PUP7N4.js → chunk-PA4ELVGI.js} +2 -2
- package/dist/{chunk-S3PUP7N4.js.map → chunk-PA4ELVGI.js.map} +1 -1
- package/dist/{chunk-WZDTNDYR.js → chunk-QSKLQX6H.js} +11 -11
- package/dist/{chunk-WZDTNDYR.js.map → chunk-QSKLQX6H.js.map} +1 -1
- package/dist/{chunk-LHJKLUM7.mjs → chunk-TNJ6LYX7.mjs} +2 -2
- package/dist/{chunk-LHJKLUM7.mjs.map → chunk-TNJ6LYX7.mjs.map} +1 -1
- package/dist/{chunk-J77KR2EV.mjs → chunk-WJ7IMUEJ.mjs} +3 -3
- package/dist/{chunk-J77KR2EV.mjs.map → chunk-WJ7IMUEJ.mjs.map} +1 -1
- package/dist/chunk-YTGUIRRH.js +10 -0
- package/dist/chunk-YTGUIRRH.js.map +1 -0
- package/dist/common/auth/client/index.d.mts +1 -31
- package/dist/common/auth/client/index.d.ts +1 -31
- package/dist/common/auth/client/index.js +2 -15
- package/dist/common/auth/client/index.mjs +1 -2
- package/dist/common/auth/components/index.d.mts +14 -248
- package/dist/common/auth/components/index.d.ts +14 -248
- package/dist/common/auth/components/index.js +878 -49
- package/dist/common/auth/components/index.js.map +1 -1
- package/dist/common/auth/components/index.mjs +871 -5
- package/dist/common/auth/components/index.mjs.map +1 -1
- package/dist/common/auth/hooks/index.d.mts +2 -29
- package/dist/common/auth/hooks/index.d.ts +2 -29
- package/dist/common/auth/hooks/index.js +2 -11
- package/dist/common/auth/hooks/index.mjs +1 -2
- package/dist/common/auth/index.d.mts +5 -9
- package/dist/common/auth/index.d.ts +5 -9
- package/dist/common/auth/index.js +7 -28
- package/dist/common/auth/index.mjs +3 -4
- package/dist/common/auth/react/index.d.mts +3 -3
- package/dist/common/auth/react/index.d.ts +3 -3
- package/dist/common/auth/rn/index.d.mts +3 -19
- package/dist/common/auth/rn/index.d.ts +3 -19
- package/dist/common/auth/rn/index.js +0 -32
- package/dist/common/auth/rn/index.js.map +1 -1
- package/dist/common/auth/rn/index.mjs +1 -30
- package/dist/common/auth/rn/index.mjs.map +1 -1
- package/dist/common/auth/server/index.d.mts +81 -2
- package/dist/common/auth/server/index.d.ts +81 -2
- package/dist/common/auth/server/index.js +128 -37
- package/dist/common/auth/server/index.js.map +1 -1
- package/dist/common/auth/server/index.mjs +124 -1
- package/dist/common/auth/server/index.mjs.map +1 -1
- package/dist/common/auth/services/index.js +12 -9
- package/dist/common/auth/services/index.js.map +1 -1
- package/dist/common/auth/services/index.mjs +10 -1
- package/dist/common/auth/services/index.mjs.map +1 -1
- package/dist/common/file/server/index.js +32 -32
- package/dist/common/file/server/index.mjs +3 -3
- package/dist/common/index.d.mts +5 -8
- package/dist/common/index.d.ts +5 -8
- package/dist/common/index.js +12 -14
- package/dist/common/index.mjs +6 -8
- package/dist/common/request/index.js +4 -5
- package/dist/common/request/index.mjs +2 -3
- package/dist/i18n/index.d.mts +1 -1
- package/dist/i18n/index.d.ts +1 -1
- package/dist/imageCrop/index.d.mts +3 -3
- package/dist/imageCrop/index.d.ts +3 -3
- package/dist/index-Bd7cKF1j.d.mts +50 -0
- package/dist/{index-CLB80GCP.d.ts → index-D0cqaQEH.d.mts} +5 -5
- package/dist/{index-CLB80GCP.d.mts → index-D0cqaQEH.d.ts} +5 -5
- package/dist/index-DRQxtCDw.d.ts +50 -0
- package/dist/{index-BxZauNN_.d.mts → index-DoUo8IrU.d.mts} +8 -8
- package/dist/{index-BxZauNN_.d.ts → index-DoUo8IrU.d.ts} +8 -8
- package/dist/index.d.mts +152 -131
- package/dist/index.d.ts +152 -131
- package/dist/index.js +105 -554
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +106 -555
- package/dist/index.mjs.map +1 -1
- package/dist/ossFile/server/index.js +32 -32
- package/dist/ossFile/server/index.mjs +3 -3
- package/dist/request/index.js +3 -4
- package/dist/request/index.mjs +1 -2
- package/dist/universalExport/index.d.mts +3 -3
- package/dist/universalExport/index.d.ts +3 -3
- package/dist/universalFile/index.d.mts +5 -5
- package/dist/universalFile/index.d.ts +5 -5
- package/dist/universalFile/server/index.js +62 -62
- package/dist/universalFile/server/index.mjs +2 -2
- package/package.json +1 -36
- package/dist/auth/client/index.d.mts +0 -13
- package/dist/auth/client/index.d.ts +0 -13
- package/dist/auth/client/index.js +0 -26
- package/dist/auth/client/index.js.map +0 -1
- package/dist/auth/client/index.mjs +0 -5
- package/dist/auth/client/index.mjs.map +0 -1
- package/dist/auth/components/index.d.mts +0 -10
- package/dist/auth/components/index.d.ts +0 -10
- package/dist/auth/components/index.js +0 -70
- package/dist/auth/components/index.js.map +0 -1
- package/dist/auth/components/index.mjs +0 -9
- package/dist/auth/components/index.mjs.map +0 -1
- package/dist/auth/hooks/index.d.mts +0 -13
- package/dist/auth/hooks/index.d.ts +0 -13
- package/dist/auth/hooks/index.js +0 -28
- package/dist/auth/hooks/index.js.map +0 -1
- package/dist/auth/hooks/index.mjs +0 -7
- package/dist/auth/hooks/index.mjs.map +0 -1
- package/dist/auth/index.d.mts +0 -21
- package/dist/auth/index.d.ts +0 -21
- package/dist/auth/index.js +0 -112
- package/dist/auth/index.js.map +0 -1
- package/dist/auth/index.mjs +0 -11
- package/dist/auth/index.mjs.map +0 -1
- package/dist/auth/rn/index.d.mts +0 -3133
- package/dist/auth/rn/index.d.ts +0 -3133
- package/dist/auth/rn/index.js +0 -684
- package/dist/auth/rn/index.js.map +0 -1
- package/dist/auth/rn/index.mjs +0 -663
- package/dist/auth/rn/index.mjs.map +0 -1
- package/dist/auth/schema/index.d.mts +0 -4
- package/dist/auth/schema/index.d.ts +0 -4
- package/dist/auth/schema/index.js +0 -49
- package/dist/auth/schema/index.js.map +0 -1
- package/dist/auth/schema/index.mjs +0 -4
- package/dist/auth/schema/index.mjs.map +0 -1
- package/dist/auth/services/index.d.mts +0 -1
- package/dist/auth/services/index.d.ts +0 -1
- package/dist/auth/services/index.js +0 -17
- package/dist/auth/services/index.js.map +0 -1
- package/dist/auth/services/index.mjs +0 -4
- package/dist/auth/services/index.mjs.map +0 -1
- package/dist/base-api-client-BpmcQt4Q.d.ts +0 -103
- package/dist/base-api-client-CFIhZK4C.d.mts +0 -277
- package/dist/base-api-client-CFIhZK4C.d.ts +0 -277
- package/dist/base-api-client-DXLsq2yz.d.mts +0 -103
- package/dist/chunk-7E3J7VAD.mjs +0 -3
- package/dist/chunk-7E3J7VAD.mjs.map +0 -1
- package/dist/chunk-B3CZ3HXJ.mjs +0 -126
- package/dist/chunk-B3CZ3HXJ.mjs.map +0 -1
- package/dist/chunk-FOQEQWX5.js +0 -4
- package/dist/chunk-FOQEQWX5.js.map +0 -1
- package/dist/chunk-G4NFB2QA.mjs +0 -212
- package/dist/chunk-G4NFB2QA.mjs.map +0 -1
- package/dist/chunk-G5HJGXGC.mjs +0 -39
- package/dist/chunk-G5HJGXGC.mjs.map +0 -1
- package/dist/chunk-GQZHGSRR.js.map +0 -1
- package/dist/chunk-GS7XLKET.js +0 -41
- package/dist/chunk-GS7XLKET.js.map +0 -1
- package/dist/chunk-IBWDBBX5.mjs.map +0 -1
- package/dist/chunk-MWSAH7ZG.mjs +0 -42
- package/dist/chunk-MWSAH7ZG.mjs.map +0 -1
- package/dist/chunk-MZOGYD4N.mjs +0 -186
- package/dist/chunk-MZOGYD4N.mjs.map +0 -1
- package/dist/chunk-QDUBO567.js +0 -1148
- package/dist/chunk-QDUBO567.js.map +0 -1
- package/dist/chunk-QP5N3ER6.js.map +0 -1
- package/dist/chunk-RWCD2CAD.mjs +0 -1132
- package/dist/chunk-RWCD2CAD.mjs.map +0 -1
- package/dist/chunk-S37OK2QG.js +0 -216
- package/dist/chunk-S37OK2QG.js.map +0 -1
- package/dist/chunk-SFDJNKWC.js +0 -22
- package/dist/chunk-SFDJNKWC.js.map +0 -1
- package/dist/chunk-TXMX6PZR.js +0 -190
- package/dist/chunk-TXMX6PZR.js.map +0 -1
- package/dist/chunk-VHN7PF5I.js +0 -20
- package/dist/chunk-VHN7PF5I.js.map +0 -1
- package/dist/chunk-XBZIS3MV.mjs +0 -13
- package/dist/chunk-XBZIS3MV.mjs.map +0 -1
- package/dist/chunk-XFOZ56FB.mjs +0 -20
- package/dist/chunk-XFOZ56FB.mjs.map +0 -1
- package/dist/chunk-Z23HAXHL.js +0 -136
- package/dist/chunk-Z23HAXHL.js.map +0 -1
- package/dist/index-BcjDRcKp.d.mts +0 -40
- package/dist/index-BlpXrrTy.d.ts +0 -40
- package/dist/session-BCXvGCnm.d.mts +0 -81
- package/dist/session-BCXvGCnm.d.ts +0 -81
- package/dist/types-C_W_CoUD.d.ts +0 -99
- package/dist/types-DCRvasyH.d.mts +0 -99
- package/dist/types.legacy-J-j-_ig_.d.mts +0 -25
- package/dist/types.legacy-J-j-_ig_.d.ts +0 -25
package/dist/auth/index.d.mts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export { Account, NewAccount, NewSession, NewUser, NewVerification, Session, Verification, account, accountRelations, authDrizzleSchema, session, sessionRelations, user, userRelations, verification, verifications } from '../common/auth/schema/index.mjs';
|
|
2
|
-
export { b as createAuthRouteHandlers, c as createSa2kitAuth, d as createSessionValidator, g as getSessionUser, e as getSessionUserNumeric, a as mountAuthHandler, m as mountNextAuthHandler } from '../session-BCXvGCnm.mjs';
|
|
3
|
-
export { API_ROUTES, STORAGE_KEYS, createSa2kitAuthClient } from '../common/auth/client/index.mjs';
|
|
4
|
-
export { B as BaseApiClient } from '../base-api-client-DXLsq2yz.mjs';
|
|
5
|
-
export { useAuth, useAuthForm, useSession } from '../common/auth/hooks/index.mjs';
|
|
6
|
-
export { A as AuthResult, a as UseAuthReturn, U as User } from '../types-DCRvasyH.mjs';
|
|
7
|
-
export { L as LoginFormState, R as RegisterFormState } from '../types.legacy-J-j-_ig_.mjs';
|
|
8
|
-
export { U as UserRole, u as userRole } from '../enums-Dume-V5Y.mjs';
|
|
9
|
-
import 'drizzle-orm';
|
|
10
|
-
import 'drizzle-orm/pg-core';
|
|
11
|
-
import 'zod/v4/core';
|
|
12
|
-
import 'zod';
|
|
13
|
-
import 'better-auth/plugins/email-otp';
|
|
14
|
-
import 'better-auth/plugins/phone-number';
|
|
15
|
-
import 'better-auth/client';
|
|
16
|
-
import 'better-auth';
|
|
17
|
-
import '../types-BaZccpvk.mjs';
|
|
18
|
-
import '../types-CbTsi9CZ.mjs';
|
|
19
|
-
import 'react';
|
|
20
|
-
import '../common/auth/react/index.mjs';
|
|
21
|
-
import '../useAuthActions-7S5dL7Oh.mjs';
|
package/dist/auth/index.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export { Account, NewAccount, NewSession, NewUser, NewVerification, Session, Verification, account, accountRelations, authDrizzleSchema, session, sessionRelations, user, userRelations, verification, verifications } from '../common/auth/schema/index.js';
|
|
2
|
-
export { b as createAuthRouteHandlers, c as createSa2kitAuth, d as createSessionValidator, g as getSessionUser, e as getSessionUserNumeric, a as mountAuthHandler, m as mountNextAuthHandler } from '../session-BCXvGCnm.js';
|
|
3
|
-
export { API_ROUTES, STORAGE_KEYS, createSa2kitAuthClient } from '../common/auth/client/index.js';
|
|
4
|
-
export { B as BaseApiClient } from '../base-api-client-BpmcQt4Q.js';
|
|
5
|
-
export { useAuth, useAuthForm, useSession } from '../common/auth/hooks/index.js';
|
|
6
|
-
export { A as AuthResult, a as UseAuthReturn, U as User } from '../types-C_W_CoUD.js';
|
|
7
|
-
export { L as LoginFormState, R as RegisterFormState } from '../types.legacy-J-j-_ig_.js';
|
|
8
|
-
export { U as UserRole, u as userRole } from '../enums-Dume-V5Y.js';
|
|
9
|
-
import 'drizzle-orm';
|
|
10
|
-
import 'drizzle-orm/pg-core';
|
|
11
|
-
import 'zod/v4/core';
|
|
12
|
-
import 'zod';
|
|
13
|
-
import 'better-auth/plugins/email-otp';
|
|
14
|
-
import 'better-auth/plugins/phone-number';
|
|
15
|
-
import 'better-auth/client';
|
|
16
|
-
import 'better-auth';
|
|
17
|
-
import '../types-BaZccpvk.js';
|
|
18
|
-
import '../types-CbTsi9CZ.js';
|
|
19
|
-
import 'react';
|
|
20
|
-
import '../common/auth/react/index.js';
|
|
21
|
-
import '../useAuthActions-7S5dL7Oh.js';
|
package/dist/auth/index.js
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkZ23HAXHL_js = require('../chunk-Z23HAXHL.js');
|
|
4
|
-
var chunkLGHUCQIU_js = require('../chunk-LGHUCQIU.js');
|
|
5
|
-
require('../chunk-FOQEQWX5.js');
|
|
6
|
-
require('../chunk-IS7O4LPI.js');
|
|
7
|
-
require('../chunk-MIDXG6LS.js');
|
|
8
|
-
var chunkS3PUP7N4_js = require('../chunk-S3PUP7N4.js');
|
|
9
|
-
var chunkS37OK2QG_js = require('../chunk-S37OK2QG.js');
|
|
10
|
-
var chunkTXMX6PZR_js = require('../chunk-TXMX6PZR.js');
|
|
11
|
-
require('../chunk-NSBPE2FW.js');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Object.defineProperty(exports, "createAuthRouteHandlers", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () { return chunkZ23HAXHL_js.createAuthRouteHandlers; }
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "createSa2kitAuth", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkZ23HAXHL_js.createSa2kitAuth; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "createSessionValidator", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkZ23HAXHL_js.createSessionValidator; }
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "getSessionUser", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunkZ23HAXHL_js.getSessionUser; }
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "getSessionUserNumeric", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () { return chunkZ23HAXHL_js.getSessionUserNumeric; }
|
|
34
|
-
});
|
|
35
|
-
Object.defineProperty(exports, "mountAuthHandler", {
|
|
36
|
-
enumerable: true,
|
|
37
|
-
get: function () { return chunkZ23HAXHL_js.mountAuthHandler; }
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(exports, "mountNextAuthHandler", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function () { return chunkZ23HAXHL_js.mountNextAuthHandler; }
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(exports, "account", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function () { return chunkLGHUCQIU_js.account; }
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(exports, "accountRelations", {
|
|
48
|
-
enumerable: true,
|
|
49
|
-
get: function () { return chunkLGHUCQIU_js.accountRelations; }
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(exports, "authDrizzleSchema", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
get: function () { return chunkLGHUCQIU_js.authDrizzleSchema; }
|
|
54
|
-
});
|
|
55
|
-
Object.defineProperty(exports, "session", {
|
|
56
|
-
enumerable: true,
|
|
57
|
-
get: function () { return chunkLGHUCQIU_js.session; }
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(exports, "sessionRelations", {
|
|
60
|
-
enumerable: true,
|
|
61
|
-
get: function () { return chunkLGHUCQIU_js.sessionRelations; }
|
|
62
|
-
});
|
|
63
|
-
Object.defineProperty(exports, "user", {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function () { return chunkLGHUCQIU_js.user; }
|
|
66
|
-
});
|
|
67
|
-
Object.defineProperty(exports, "userRelations", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
get: function () { return chunkLGHUCQIU_js.userRelations; }
|
|
70
|
-
});
|
|
71
|
-
Object.defineProperty(exports, "userRole", {
|
|
72
|
-
enumerable: true,
|
|
73
|
-
get: function () { return chunkLGHUCQIU_js.userRole; }
|
|
74
|
-
});
|
|
75
|
-
Object.defineProperty(exports, "verification", {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () { return chunkLGHUCQIU_js.verification; }
|
|
78
|
-
});
|
|
79
|
-
Object.defineProperty(exports, "verifications", {
|
|
80
|
-
enumerable: true,
|
|
81
|
-
get: function () { return chunkLGHUCQIU_js.verifications; }
|
|
82
|
-
});
|
|
83
|
-
Object.defineProperty(exports, "createSa2kitAuthClient", {
|
|
84
|
-
enumerable: true,
|
|
85
|
-
get: function () { return chunkS3PUP7N4_js.createSa2kitAuthClient; }
|
|
86
|
-
});
|
|
87
|
-
Object.defineProperty(exports, "API_ROUTES", {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function () { return chunkS37OK2QG_js.API_ROUTES; }
|
|
90
|
-
});
|
|
91
|
-
Object.defineProperty(exports, "BaseApiClient", {
|
|
92
|
-
enumerable: true,
|
|
93
|
-
get: function () { return chunkS37OK2QG_js.BaseApiClient; }
|
|
94
|
-
});
|
|
95
|
-
Object.defineProperty(exports, "STORAGE_KEYS", {
|
|
96
|
-
enumerable: true,
|
|
97
|
-
get: function () { return chunkS37OK2QG_js.STORAGE_KEYS; }
|
|
98
|
-
});
|
|
99
|
-
Object.defineProperty(exports, "useAuth", {
|
|
100
|
-
enumerable: true,
|
|
101
|
-
get: function () { return chunkTXMX6PZR_js.useAuth; }
|
|
102
|
-
});
|
|
103
|
-
Object.defineProperty(exports, "useAuthForm", {
|
|
104
|
-
enumerable: true,
|
|
105
|
-
get: function () { return chunkTXMX6PZR_js.useAuthForm; }
|
|
106
|
-
});
|
|
107
|
-
Object.defineProperty(exports, "useSession", {
|
|
108
|
-
enumerable: true,
|
|
109
|
-
get: function () { return chunkTXMX6PZR_js.useSession; }
|
|
110
|
-
});
|
|
111
|
-
//# sourceMappingURL=index.js.map
|
|
112
|
-
//# sourceMappingURL=index.js.map
|
package/dist/auth/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|
package/dist/auth/index.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { createAuthRouteHandlers, createSa2kitAuth, createSessionValidator, getSessionUser, getSessionUserNumeric, mountAuthHandler, mountNextAuthHandler } from '../chunk-B3CZ3HXJ.mjs';
|
|
2
|
-
export { account, accountRelations, authDrizzleSchema, session, sessionRelations, user, userRelations, userRole, verification, verifications } from '../chunk-EBHPTFG6.mjs';
|
|
3
|
-
import '../chunk-7E3J7VAD.mjs';
|
|
4
|
-
import '../chunk-TTYCVBIQ.mjs';
|
|
5
|
-
import '../chunk-ZF7DKR5A.mjs';
|
|
6
|
-
export { createSa2kitAuthClient } from '../chunk-LHJKLUM7.mjs';
|
|
7
|
-
export { API_ROUTES, BaseApiClient, STORAGE_KEYS } from '../chunk-G4NFB2QA.mjs';
|
|
8
|
-
export { useAuth, useAuthForm, useSession } from '../chunk-MZOGYD4N.mjs';
|
|
9
|
-
import '../chunk-MAI35PU6.mjs';
|
|
10
|
-
//# sourceMappingURL=index.mjs.map
|
|
11
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/auth/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs"}
|