authhero 0.93.0 → 0.95.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 +9 -9
- package/dist/authhero.d.ts +9 -9
- package/dist/authhero.mjs +928 -929
- 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: {
|
|
@@ -7391,9 +7391,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7391
7391
|
status: 200;
|
|
7392
7392
|
};
|
|
7393
7393
|
};
|
|
7394
|
-
} & {
|
|
7395
|
-
"/
|
|
7396
|
-
$
|
|
7394
|
+
}, "/pre-signup-sent"> & import("hono/types").MergeSchemaPath<{
|
|
7395
|
+
"/": {
|
|
7396
|
+
$get: {
|
|
7397
7397
|
input: {
|
|
7398
7398
|
query: {
|
|
7399
7399
|
state: string;
|
|
@@ -7405,8 +7405,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7405
7405
|
};
|
|
7406
7406
|
};
|
|
7407
7407
|
} & {
|
|
7408
|
-
"/
|
|
7409
|
-
$
|
|
7408
|
+
"/": {
|
|
7409
|
+
$post: {
|
|
7410
7410
|
input: {
|
|
7411
7411
|
query: {
|
|
7412
7412
|
state: string;
|
|
@@ -7418,7 +7418,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7418
7418
|
};
|
|
7419
7419
|
};
|
|
7420
7420
|
}, "/pre-signup"> & import("hono/types").MergeSchemaPath<{
|
|
7421
|
-
"/
|
|
7421
|
+
"/": {
|
|
7422
7422
|
$get: {
|
|
7423
7423
|
input: {
|
|
7424
7424
|
query: {
|
|
@@ -7550,7 +7550,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7550
7550
|
};
|
|
7551
7551
|
};
|
|
7552
7552
|
}, "/check-account"> & import("hono/types").MergeSchemaPath<{
|
|
7553
|
-
"/
|
|
7553
|
+
"/": {
|
|
7554
7554
|
$get: {
|
|
7555
7555
|
input: {
|
|
7556
7556
|
query: {
|