authhero 0.94.0 → 0.96.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 +13 -0
- package/dist/authhero.mjs +1998 -1933
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -7391,6 +7391,19 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
7391
7391
|
status: 200;
|
|
7392
7392
|
};
|
|
7393
7393
|
};
|
|
7394
|
+
}, "/pre-signup-sent"> & import("hono/types").MergeSchemaPath<{
|
|
7395
|
+
"/": {
|
|
7396
|
+
$get: {
|
|
7397
|
+
input: {
|
|
7398
|
+
query: {
|
|
7399
|
+
state: string;
|
|
7400
|
+
};
|
|
7401
|
+
};
|
|
7402
|
+
output: {};
|
|
7403
|
+
outputFormat: string;
|
|
7404
|
+
status: 200;
|
|
7405
|
+
};
|
|
7406
|
+
};
|
|
7394
7407
|
} & {
|
|
7395
7408
|
"/": {
|
|
7396
7409
|
$post: {
|