authhero 0.91.0 → 0.92.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.
@@ -7365,6 +7365,32 @@ export declare function init(config: AuthHeroConfig): {
7365
7365
  };
7366
7366
  };
7367
7367
  }, "/reset-password"> & import("hono/types").MergeSchemaPath<{
7368
+ "/pre-signup": {
7369
+ $get: {
7370
+ input: {
7371
+ query: {
7372
+ state: string;
7373
+ };
7374
+ };
7375
+ output: {};
7376
+ outputFormat: string;
7377
+ status: 200;
7378
+ };
7379
+ };
7380
+ } & {
7381
+ "/pre-signup": {
7382
+ $post: {
7383
+ input: {
7384
+ query: {
7385
+ state: string;
7386
+ };
7387
+ };
7388
+ output: {};
7389
+ outputFormat: string;
7390
+ status: 200;
7391
+ };
7392
+ };
7393
+ }, "/pre-signup"> & import("hono/types").MergeSchemaPath<{
7368
7394
  "/": {
7369
7395
  $get: {
7370
7396
  input: {