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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var chunkHJ6MH7J7_js = require('../../chunk-HJ6MH7J7.js');
|
|
3
|
+
var chunk6PMXAK7F_js = require('../../chunk-6PMXAK7F.js');
|
|
5
4
|
var chunkQ5EDCKQA_js = require('../../chunk-Q5EDCKQA.js');
|
|
5
|
+
var chunkHJ6MH7J7_js = require('../../chunk-HJ6MH7J7.js');
|
|
6
6
|
require('../../chunk-KH6RQ4J5.js');
|
|
7
7
|
require('../../chunk-ZRAW3HXA.js');
|
|
8
8
|
require('../../chunk-25OFOKNF.js');
|
|
@@ -13,236 +13,236 @@ require('../../chunk-NSBPE2FW.js');
|
|
|
13
13
|
|
|
14
14
|
Object.defineProperty(exports, "AliyunCDNProvider", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunk6PMXAK7F_js.AliyunCDNProvider; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "ApiError", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk6PMXAK7F_js.ApiError; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "ApiErrorCode", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk6PMXAK7F_js.ApiErrorCode; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "ApiErrorFactory", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk6PMXAK7F_js.ApiErrorFactory; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "ApiResponseHelper", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunk6PMXAK7F_js.ApiResponseHelper; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "AudioProcessor", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunk6PMXAK7F_js.AudioProcessor; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "CacheManager", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunk6PMXAK7F_js.CacheManager; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "CacheStrategyType", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunk6PMXAK7F_js.CacheStrategyType; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "CdnCacheStrategy", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunk6PMXAK7F_js.CdnCacheStrategy; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "ConfigValidationError", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunk6PMXAK7F_js.ConfigValidationError; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "DEFAULT_ALLOWED_MIME_TYPES", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunk6PMXAK7F_js.DEFAULT_ALLOWED_MIME_TYPES; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "DEFAULT_CACHE_CONFIG", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunk6PMXAK7F_js.DEFAULT_CACHE_CONFIG; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "DEFAULT_FILE_SERVICE_CONFIG", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunk6PMXAK7F_js.DEFAULT_FILE_SERVICE_CONFIG; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "DEFAULT_MAX_FILE_SIZE", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunk6PMXAK7F_js.DEFAULT_MAX_FILE_SIZE; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "DEFAULT_OSS_CONFIG_KEYS", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunk6PMXAK7F_js.DEFAULT_OSS_CONFIG_KEYS; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "ErrorHttpStatusMap", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunk6PMXAK7F_js.ErrorHttpStatusMap; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "ErrorMessages", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunk6PMXAK7F_js.ErrorMessages; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "FileDbService", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunk6PMXAK7F_js.FileDbService; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "FileServiceConfigManager", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunk6PMXAK7F_js.FileServiceConfigManager; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "ImageProcessor", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunk6PMXAK7F_js.ImageProcessor; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "PerformanceMonitor", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunk6PMXAK7F_js.PerformanceMonitor; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "ProcessingQueue", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunk6PMXAK7F_js.ProcessingQueue; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "QueryOptimizer", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunk6PMXAK7F_js.QueryOptimizer; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "UniversalFileService", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunk6PMXAK7F_js.UniversalFileService; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "ValidationHelper", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunk6PMXAK7F_js.ValidationHelper; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "VideoProcessor", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunk6PMXAK7F_js.VideoProcessor; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "cacheManager", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunk6PMXAK7F_js.cacheManager; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "cdnCacheStrategy", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunk6PMXAK7F_js.cdnCacheStrategy; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "createAliyunOSSPreset", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunk6PMXAK7F_js.createAliyunOSSPreset; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "createDocumentServicePreset", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunk6PMXAK7F_js.createDocumentServicePreset; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "createDrizzleFileRepository", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunk6PMXAK7F_js.createDrizzleFileRepository; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "createDrizzleRepository", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunk6PMXAK7F_js.createDrizzleRepository; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "createFileServiceConfig", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunk6PMXAK7F_js.createFileServiceConfig; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "createFileServiceConfigWithConfigManager", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunk6PMXAK7F_js.createFileServiceConfigWithConfigManager; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "createFileServiceFromEnv", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunk6PMXAK7F_js.createFileServiceFromEnv; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "createFileServiceWithFactory", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunk6PMXAK7F_js.createFileServiceWithFactory; }
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(exports, "createImageServicePreset", {
|
|
159
159
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunk6PMXAK7F_js.createImageServicePreset; }
|
|
161
161
|
});
|
|
162
162
|
Object.defineProperty(exports, "createLocalDevPreset", {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunk6PMXAK7F_js.createLocalDevPreset; }
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(exports, "createSingleton", {
|
|
167
167
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunk6PMXAK7F_js.createSingleton; }
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(exports, "createSmartPreset", {
|
|
171
171
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunk6PMXAK7F_js.createSmartPreset; }
|
|
173
173
|
});
|
|
174
174
|
Object.defineProperty(exports, "createUniversalFileService", {
|
|
175
175
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunk6PMXAK7F_js.createUniversalFileService; }
|
|
177
177
|
});
|
|
178
178
|
Object.defineProperty(exports, "createUniversalFileServiceWithConfigManager", {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunk6PMXAK7F_js.createUniversalFileServiceWithConfigManager; }
|
|
181
181
|
});
|
|
182
182
|
Object.defineProperty(exports, "createVideoServicePreset", {
|
|
183
183
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunk6PMXAK7F_js.createVideoServicePreset; }
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(exports, "getDefaultLocalStorage", {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunk6PMXAK7F_js.getDefaultLocalStorage; }
|
|
189
189
|
});
|
|
190
190
|
Object.defineProperty(exports, "getMimeType", {
|
|
191
191
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunk6PMXAK7F_js.getMimeType; }
|
|
193
193
|
});
|
|
194
194
|
Object.defineProperty(exports, "getRequiredEnvVars", {
|
|
195
195
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunk6PMXAK7F_js.getRequiredEnvVars; }
|
|
197
197
|
});
|
|
198
198
|
Object.defineProperty(exports, "loadCDNConfigFromEnv", {
|
|
199
199
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunk6PMXAK7F_js.loadCDNConfigFromEnv; }
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(exports, "loadConfigFromEnv", {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunk6PMXAK7F_js.loadConfigFromEnv; }
|
|
205
205
|
});
|
|
206
206
|
Object.defineProperty(exports, "loadConfigWithFallback", {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunk6PMXAK7F_js.loadConfigWithFallback; }
|
|
209
209
|
});
|
|
210
210
|
Object.defineProperty(exports, "loadOSSConfigFromEnv", {
|
|
211
211
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunk6PMXAK7F_js.loadOSSConfigFromEnv; }
|
|
213
213
|
});
|
|
214
214
|
Object.defineProperty(exports, "loadOSSConfigFromService", {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunk6PMXAK7F_js.loadOSSConfigFromService; }
|
|
217
217
|
});
|
|
218
218
|
Object.defineProperty(exports, "performanceMonitor", {
|
|
219
219
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunk6PMXAK7F_js.performanceMonitor; }
|
|
221
221
|
});
|
|
222
222
|
Object.defineProperty(exports, "queryOptimizer", {
|
|
223
223
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunk6PMXAK7F_js.queryOptimizer; }
|
|
225
225
|
});
|
|
226
226
|
Object.defineProperty(exports, "validateEnvironment", {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunk6PMXAK7F_js.validateEnvironment; }
|
|
229
229
|
});
|
|
230
230
|
Object.defineProperty(exports, "validateServiceConfig", {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunk6PMXAK7F_js.validateServiceConfig; }
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(exports, "validateStorageConfig", {
|
|
235
235
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
237
|
-
});
|
|
238
|
-
Object.defineProperty(exports, "AliyunOSSProvider", {
|
|
239
|
-
enumerable: true,
|
|
240
|
-
get: function () { return chunkHJ6MH7J7_js.AliyunOSSProvider; }
|
|
236
|
+
get: function () { return chunk6PMXAK7F_js.validateStorageConfig; }
|
|
241
237
|
});
|
|
242
238
|
Object.defineProperty(exports, "LocalStorageProvider", {
|
|
243
239
|
enumerable: true,
|
|
244
240
|
get: function () { return chunkQ5EDCKQA_js.LocalStorageProvider; }
|
|
245
241
|
});
|
|
242
|
+
Object.defineProperty(exports, "AliyunOSSProvider", {
|
|
243
|
+
enumerable: true,
|
|
244
|
+
get: function () { return chunkHJ6MH7J7_js.AliyunOSSProvider; }
|
|
245
|
+
});
|
|
246
246
|
Object.defineProperty(exports, "fileAccessLogs", {
|
|
247
247
|
enumerable: true,
|
|
248
248
|
get: function () { return chunkV3QWXWHZ_js.fileAccessLogs; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { AliyunCDNProvider, ApiError, ApiErrorCode, ApiErrorFactory, ApiResponseHelper, AudioProcessor, CacheManager, CacheStrategyType, CdnCacheStrategy, ConfigValidationError, DEFAULT_ALLOWED_MIME_TYPES, DEFAULT_CACHE_CONFIG, DEFAULT_FILE_SERVICE_CONFIG, DEFAULT_MAX_FILE_SIZE, DEFAULT_OSS_CONFIG_KEYS, ErrorHttpStatusMap, ErrorMessages, FileDbService, FileServiceConfigManager, ImageProcessor, PerformanceMonitor, ProcessingQueue, QueryOptimizer, UniversalFileService, ValidationHelper, VideoProcessor, cacheManager, cdnCacheStrategy, createAliyunOSSPreset, createDocumentServicePreset, createDrizzleFileRepository, createDrizzleRepository, createFileServiceConfig, createFileServiceConfigWithConfigManager, createFileServiceFromEnv, createFileServiceWithFactory, createImageServicePreset, createLocalDevPreset, createSingleton, createSmartPreset, createUniversalFileService, createUniversalFileServiceWithConfigManager, createVideoServicePreset, getDefaultLocalStorage, getMimeType, getRequiredEnvVars, loadCDNConfigFromEnv, loadConfigFromEnv, loadConfigWithFallback, loadOSSConfigFromEnv, loadOSSConfigFromService, performanceMonitor, queryOptimizer, validateEnvironment, validateServiceConfig, validateStorageConfig } from '../../chunk-
|
|
2
|
-
export { AliyunOSSProvider } from '../../chunk-HDMIOOZY.mjs';
|
|
1
|
+
export { AliyunCDNProvider, ApiError, ApiErrorCode, ApiErrorFactory, ApiResponseHelper, AudioProcessor, CacheManager, CacheStrategyType, CdnCacheStrategy, ConfigValidationError, DEFAULT_ALLOWED_MIME_TYPES, DEFAULT_CACHE_CONFIG, DEFAULT_FILE_SERVICE_CONFIG, DEFAULT_MAX_FILE_SIZE, DEFAULT_OSS_CONFIG_KEYS, ErrorHttpStatusMap, ErrorMessages, FileDbService, FileServiceConfigManager, ImageProcessor, PerformanceMonitor, ProcessingQueue, QueryOptimizer, UniversalFileService, ValidationHelper, VideoProcessor, cacheManager, cdnCacheStrategy, createAliyunOSSPreset, createDocumentServicePreset, createDrizzleFileRepository, createDrizzleRepository, createFileServiceConfig, createFileServiceConfigWithConfigManager, createFileServiceFromEnv, createFileServiceWithFactory, createImageServicePreset, createLocalDevPreset, createSingleton, createSmartPreset, createUniversalFileService, createUniversalFileServiceWithConfigManager, createVideoServicePreset, getDefaultLocalStorage, getMimeType, getRequiredEnvVars, loadCDNConfigFromEnv, loadConfigFromEnv, loadConfigWithFallback, loadOSSConfigFromEnv, loadOSSConfigFromService, performanceMonitor, queryOptimizer, validateEnvironment, validateServiceConfig, validateStorageConfig } from '../../chunk-4OOANEJV.mjs';
|
|
3
2
|
export { LocalStorageProvider } from '../../chunk-YOTQG4NP.mjs';
|
|
3
|
+
export { AliyunOSSProvider } from '../../chunk-HDMIOOZY.mjs';
|
|
4
4
|
import '../../chunk-ZGVB35L2.mjs';
|
|
5
5
|
import '../../chunk-CIVO4R6N.mjs';
|
|
6
6
|
import '../../chunk-3DXPQ4YV.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sa2kit",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "SA2Kit 2.0 — common API 稳定;business 实验田模块逐步迁出 profile-v1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -229,41 +229,6 @@
|
|
|
229
229
|
"import": "./dist/audioDetection/index.mjs",
|
|
230
230
|
"require": "./dist/audioDetection/index.js"
|
|
231
231
|
},
|
|
232
|
-
"./auth/client": {
|
|
233
|
-
"types": "./dist/auth/client/index.d.ts",
|
|
234
|
-
"import": "./dist/auth/client/index.mjs",
|
|
235
|
-
"require": "./dist/auth/client/index.js"
|
|
236
|
-
},
|
|
237
|
-
"./auth/components": {
|
|
238
|
-
"types": "./dist/auth/components/index.d.ts",
|
|
239
|
-
"import": "./dist/auth/components/index.mjs",
|
|
240
|
-
"require": "./dist/auth/components/index.js"
|
|
241
|
-
},
|
|
242
|
-
"./auth/hooks": {
|
|
243
|
-
"types": "./dist/auth/hooks/index.d.ts",
|
|
244
|
-
"import": "./dist/auth/hooks/index.mjs",
|
|
245
|
-
"require": "./dist/auth/hooks/index.js"
|
|
246
|
-
},
|
|
247
|
-
"./auth": {
|
|
248
|
-
"types": "./dist/auth/index.d.ts",
|
|
249
|
-
"import": "./dist/auth/index.mjs",
|
|
250
|
-
"require": "./dist/auth/index.js"
|
|
251
|
-
},
|
|
252
|
-
"./auth/rn": {
|
|
253
|
-
"types": "./dist/auth/rn/index.d.ts",
|
|
254
|
-
"import": "./dist/auth/rn/index.mjs",
|
|
255
|
-
"require": "./dist/auth/rn/index.js"
|
|
256
|
-
},
|
|
257
|
-
"./auth/schema": {
|
|
258
|
-
"types": "./dist/auth/schema/index.d.ts",
|
|
259
|
-
"import": "./dist/auth/schema/index.mjs",
|
|
260
|
-
"require": "./dist/auth/schema/index.js"
|
|
261
|
-
},
|
|
262
|
-
"./auth/services": {
|
|
263
|
-
"types": "./dist/auth/services/index.d.ts",
|
|
264
|
-
"import": "./dist/auth/services/index.mjs",
|
|
265
|
-
"require": "./dist/auth/services/index.js"
|
|
266
|
-
},
|
|
267
232
|
"./business": {
|
|
268
233
|
"types": "./dist/business/index.d.ts",
|
|
269
234
|
"import": "./dist/business/index.mjs",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { API_ROUTES, STORAGE_KEYS, Sa2kitAuthClient, Sa2kitAuthClientOptions, createSa2kitAuthClient } from '../../common/auth/client/index.mjs';
|
|
2
|
-
export { B as BaseApiClient } from '../../base-api-client-DXLsq2yz.mjs';
|
|
3
|
-
export { b as ApiResponse, c as AuthResponse, U as User } from '../../types-DCRvasyH.mjs';
|
|
4
|
-
import 'zod/v4/core';
|
|
5
|
-
import 'zod';
|
|
6
|
-
import 'better-auth/plugins/email-otp';
|
|
7
|
-
import 'better-auth/plugins/phone-number';
|
|
8
|
-
import 'better-auth/client';
|
|
9
|
-
import 'better-auth';
|
|
10
|
-
import '../../types-BaZccpvk.mjs';
|
|
11
|
-
import '../../types-CbTsi9CZ.mjs';
|
|
12
|
-
import '../../enums-Dume-V5Y.mjs';
|
|
13
|
-
import 'drizzle-orm/pg-core';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { API_ROUTES, STORAGE_KEYS, Sa2kitAuthClient, Sa2kitAuthClientOptions, createSa2kitAuthClient } from '../../common/auth/client/index.js';
|
|
2
|
-
export { B as BaseApiClient } from '../../base-api-client-BpmcQt4Q.js';
|
|
3
|
-
export { b as ApiResponse, c as AuthResponse, U as User } from '../../types-C_W_CoUD.js';
|
|
4
|
-
import 'zod/v4/core';
|
|
5
|
-
import 'zod';
|
|
6
|
-
import 'better-auth/plugins/email-otp';
|
|
7
|
-
import 'better-auth/plugins/phone-number';
|
|
8
|
-
import 'better-auth/client';
|
|
9
|
-
import 'better-auth';
|
|
10
|
-
import '../../types-BaZccpvk.js';
|
|
11
|
-
import '../../types-CbTsi9CZ.js';
|
|
12
|
-
import '../../enums-Dume-V5Y.js';
|
|
13
|
-
import 'drizzle-orm/pg-core';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkS3PUP7N4_js = require('../../chunk-S3PUP7N4.js');
|
|
4
|
-
var chunkS37OK2QG_js = require('../../chunk-S37OK2QG.js');
|
|
5
|
-
require('../../chunk-NSBPE2FW.js');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(exports, "createSa2kitAuthClient", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return chunkS3PUP7N4_js.createSa2kitAuthClient; }
|
|
12
|
-
});
|
|
13
|
-
Object.defineProperty(exports, "API_ROUTES", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chunkS37OK2QG_js.API_ROUTES; }
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports, "BaseApiClient", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () { return chunkS37OK2QG_js.BaseApiClient; }
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "STORAGE_KEYS", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return chunkS37OK2QG_js.STORAGE_KEYS; }
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
|
26
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { AdminLoginPage, AdminLoginPageProps, AuthGuard, AuthGuardProps, BaseFormProps, ForgotPasswordModal, ForgotPasswordModalProps, HeadlessLoginFormProps, HeadlessRegisterFormProps, HeadlessRegisterFormPropsLegacy, HeadlessSignInFormProps, HeadlessVerifyOtpFormProps, LoginForm, LoginModal, LoginModalProps, OtpChannel, RegisterForm, RegisterFormHeadless, RegisterFormHeadlessState, RegisterModal, RegisterModalProps, SignInForm, SignInFormState, SignInMode, UserMenu, UserMenuProps, VerifyOtpForm, VerifyOtpFormState, validateEmail, validatePassword, validatePhoneNumber } from '../../common/auth/components/index.mjs';
|
|
2
|
-
export { L as LoginFormState, R as RegisterFormState } from '../../types.legacy-J-j-_ig_.mjs';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../../types-DCRvasyH.mjs';
|
|
5
|
-
import '../../enums-Dume-V5Y.mjs';
|
|
6
|
-
import 'drizzle-orm/pg-core';
|
|
7
|
-
import '../../useAuthActions-7S5dL7Oh.mjs';
|
|
8
|
-
import '../../base-api-client-DXLsq2yz.mjs';
|
|
9
|
-
import '../../types-BaZccpvk.mjs';
|
|
10
|
-
import '../../types-CbTsi9CZ.mjs';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { AdminLoginPage, AdminLoginPageProps, AuthGuard, AuthGuardProps, BaseFormProps, ForgotPasswordModal, ForgotPasswordModalProps, HeadlessLoginFormProps, HeadlessRegisterFormProps, HeadlessRegisterFormPropsLegacy, HeadlessSignInFormProps, HeadlessVerifyOtpFormProps, LoginForm, LoginModal, LoginModalProps, OtpChannel, RegisterForm, RegisterFormHeadless, RegisterFormHeadlessState, RegisterModal, RegisterModalProps, SignInForm, SignInFormState, SignInMode, UserMenu, UserMenuProps, VerifyOtpForm, VerifyOtpFormState, validateEmail, validatePassword, validatePhoneNumber } from '../../common/auth/components/index.js';
|
|
2
|
-
export { L as LoginFormState, R as RegisterFormState } from '../../types.legacy-J-j-_ig_.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../../types-C_W_CoUD.js';
|
|
5
|
-
import '../../enums-Dume-V5Y.js';
|
|
6
|
-
import 'drizzle-orm/pg-core';
|
|
7
|
-
import '../../useAuthActions-7S5dL7Oh.js';
|
|
8
|
-
import '../../base-api-client-BpmcQt4Q.js';
|
|
9
|
-
import '../../types-BaZccpvk.js';
|
|
10
|
-
import '../../types-CbTsi9CZ.js';
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkQDUBO567_js = require('../../chunk-QDUBO567.js');
|
|
4
|
-
require('../../chunk-FOQEQWX5.js');
|
|
5
|
-
require('../../chunk-VJNDOYEC.js');
|
|
6
|
-
require('../../chunk-IS7O4LPI.js');
|
|
7
|
-
var chunkMIDXG6LS_js = require('../../chunk-MIDXG6LS.js');
|
|
8
|
-
require('../../chunk-TXMX6PZR.js');
|
|
9
|
-
require('../../chunk-NSBPE2FW.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Object.defineProperty(exports, "AdminLoginPage", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chunkQDUBO567_js.AdminLoginPage; }
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports, "AuthGuard", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () { return chunkQDUBO567_js.AuthGuard; }
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "ForgotPasswordModal", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return chunkQDUBO567_js.ForgotPasswordModal; }
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "LoginForm", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return chunkQDUBO567_js.LoginForm; }
|
|
28
|
-
});
|
|
29
|
-
Object.defineProperty(exports, "LoginModal", {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return chunkQDUBO567_js.LoginModal; }
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(exports, "RegisterForm", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function () { return chunkQDUBO567_js.RegisterForm; }
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "RegisterFormHeadless", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () { return chunkQDUBO567_js.RegisterFormHeadless; }
|
|
40
|
-
});
|
|
41
|
-
Object.defineProperty(exports, "RegisterModal", {
|
|
42
|
-
enumerable: true,
|
|
43
|
-
get: function () { return chunkQDUBO567_js.RegisterModal; }
|
|
44
|
-
});
|
|
45
|
-
Object.defineProperty(exports, "SignInForm", {
|
|
46
|
-
enumerable: true,
|
|
47
|
-
get: function () { return chunkQDUBO567_js.SignInForm; }
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(exports, "UserMenu", {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function () { return chunkQDUBO567_js.UserMenu; }
|
|
52
|
-
});
|
|
53
|
-
Object.defineProperty(exports, "VerifyOtpForm", {
|
|
54
|
-
enumerable: true,
|
|
55
|
-
get: function () { return chunkQDUBO567_js.VerifyOtpForm; }
|
|
56
|
-
});
|
|
57
|
-
Object.defineProperty(exports, "validateEmail", {
|
|
58
|
-
enumerable: true,
|
|
59
|
-
get: function () { return chunkMIDXG6LS_js.validateEmail; }
|
|
60
|
-
});
|
|
61
|
-
Object.defineProperty(exports, "validatePassword", {
|
|
62
|
-
enumerable: true,
|
|
63
|
-
get: function () { return chunkMIDXG6LS_js.validatePassword; }
|
|
64
|
-
});
|
|
65
|
-
Object.defineProperty(exports, "validatePhoneNumber", {
|
|
66
|
-
enumerable: true,
|
|
67
|
-
get: function () { return chunkMIDXG6LS_js.validatePhoneNumber; }
|
|
68
|
-
});
|
|
69
|
-
//# sourceMappingURL=index.js.map
|
|
70
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { AdminLoginPage, AuthGuard, ForgotPasswordModal, LoginForm, LoginModal, RegisterForm, RegisterFormHeadless, RegisterModal, SignInForm, UserMenu, VerifyOtpForm } from '../../chunk-RWCD2CAD.mjs';
|
|
2
|
-
import '../../chunk-7E3J7VAD.mjs';
|
|
3
|
-
import '../../chunk-LKBIVQBT.mjs';
|
|
4
|
-
import '../../chunk-TTYCVBIQ.mjs';
|
|
5
|
-
export { validateEmail, validatePassword, validatePhoneNumber } from '../../chunk-ZF7DKR5A.mjs';
|
|
6
|
-
import '../../chunk-MZOGYD4N.mjs';
|
|
7
|
-
import '../../chunk-MAI35PU6.mjs';
|
|
8
|
-
//# sourceMappingURL=index.mjs.map
|
|
9
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { UseSessionReturn, useAuth, useAuthForm, useSession } from '../../common/auth/hooks/index.mjs';
|
|
2
|
-
export { U as UseAuthActionsReturn, u as useAuthActions } from '../../useAuthActions-7S5dL7Oh.mjs';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../../types-DCRvasyH.mjs';
|
|
5
|
-
import '../../enums-Dume-V5Y.mjs';
|
|
6
|
-
import 'drizzle-orm/pg-core';
|
|
7
|
-
import 'better-auth/client';
|
|
8
|
-
import 'better-auth';
|
|
9
|
-
import '../../common/auth/react/index.mjs';
|
|
10
|
-
import 'zod/v4/core';
|
|
11
|
-
import 'zod';
|
|
12
|
-
import 'better-auth/plugins/email-otp';
|
|
13
|
-
import 'better-auth/plugins/phone-number';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { UseSessionReturn, useAuth, useAuthForm, useSession } from '../../common/auth/hooks/index.js';
|
|
2
|
-
export { U as UseAuthActionsReturn, u as useAuthActions } from '../../useAuthActions-7S5dL7Oh.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../../types-C_W_CoUD.js';
|
|
5
|
-
import '../../enums-Dume-V5Y.js';
|
|
6
|
-
import 'drizzle-orm/pg-core';
|
|
7
|
-
import 'better-auth/client';
|
|
8
|
-
import 'better-auth';
|
|
9
|
-
import '../../common/auth/react/index.js';
|
|
10
|
-
import 'zod/v4/core';
|
|
11
|
-
import 'zod';
|
|
12
|
-
import 'better-auth/plugins/email-otp';
|
|
13
|
-
import 'better-auth/plugins/phone-number';
|
package/dist/auth/hooks/index.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
require('../../chunk-FOQEQWX5.js');
|
|
4
|
-
var chunkIS7O4LPI_js = require('../../chunk-IS7O4LPI.js');
|
|
5
|
-
require('../../chunk-MIDXG6LS.js');
|
|
6
|
-
var chunkTXMX6PZR_js = require('../../chunk-TXMX6PZR.js');
|
|
7
|
-
require('../../chunk-NSBPE2FW.js');
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Object.defineProperty(exports, "useAuthActions", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () { return chunkIS7O4LPI_js.useAuthActions; }
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "useAuth", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () { return chunkTXMX6PZR_js.useAuth; }
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "useAuthForm", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkTXMX6PZR_js.useAuthForm; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "useSession", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkTXMX6PZR_js.useSession; }
|
|
26
|
-
});
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
28
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import '../../chunk-7E3J7VAD.mjs';
|
|
2
|
-
export { useAuthActions } from '../../chunk-TTYCVBIQ.mjs';
|
|
3
|
-
import '../../chunk-ZF7DKR5A.mjs';
|
|
4
|
-
export { useAuth, useAuthForm, useSession } from '../../chunk-MZOGYD4N.mjs';
|
|
5
|
-
import '../../chunk-MAI35PU6.mjs';
|
|
6
|
-
//# sourceMappingURL=index.mjs.map
|
|
7
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs"}
|