authhero 0.93.0 → 0.94.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/authhero.cjs +35 -35
- package/dist/authhero.d.ts +5 -18
- package/dist/authhero.mjs +1945 -2008
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -7306,7 +7306,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7306
7306
|
};
|
|
7307
7307
|
};
|
|
7308
7308
|
}, "/signup"> & import("hono/types").MergeSchemaPath<{
|
|
7309
|
-
"/
|
|
7309
|
+
"/": {
|
|
7310
7310
|
$get: {
|
|
7311
7311
|
input: {
|
|
7312
7312
|
query: {
|
|
@@ -7379,7 +7379,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7379
7379
|
};
|
|
7380
7380
|
};
|
|
7381
7381
|
}, "/reset-password"> & import("hono/types").MergeSchemaPath<{
|
|
7382
|
-
"/
|
|
7382
|
+
"/": {
|
|
7383
7383
|
$get: {
|
|
7384
7384
|
input: {
|
|
7385
7385
|
query: {
|
|
@@ -7392,7 +7392,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7392
7392
|
};
|
|
7393
7393
|
};
|
|
7394
7394
|
} & {
|
|
7395
|
-
"/
|
|
7395
|
+
"/": {
|
|
7396
7396
|
$post: {
|
|
7397
7397
|
input: {
|
|
7398
7398
|
query: {
|
|
@@ -7404,21 +7404,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7404
7404
|
status: 200;
|
|
7405
7405
|
};
|
|
7406
7406
|
};
|
|
7407
|
-
} & {
|
|
7408
|
-
"/pre-signup-sent": {
|
|
7409
|
-
$get: {
|
|
7410
|
-
input: {
|
|
7411
|
-
query: {
|
|
7412
|
-
state: string;
|
|
7413
|
-
};
|
|
7414
|
-
};
|
|
7415
|
-
output: {};
|
|
7416
|
-
outputFormat: string;
|
|
7417
|
-
status: 200;
|
|
7418
|
-
};
|
|
7419
|
-
};
|
|
7420
7407
|
}, "/pre-signup"> & import("hono/types").MergeSchemaPath<{
|
|
7421
|
-
"/
|
|
7408
|
+
"/": {
|
|
7422
7409
|
$get: {
|
|
7423
7410
|
input: {
|
|
7424
7411
|
query: {
|
|
@@ -7550,7 +7537,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7550
7537
|
};
|
|
7551
7538
|
};
|
|
7552
7539
|
}, "/check-account"> & import("hono/types").MergeSchemaPath<{
|
|
7553
|
-
"/
|
|
7540
|
+
"/": {
|
|
7554
7541
|
$get: {
|
|
7555
7542
|
input: {
|
|
7556
7543
|
query: {
|