authhero 0.92.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.
@@ -7306,6 +7306,20 @@ export declare function init(config: AuthHeroConfig): {
7306
7306
  };
7307
7307
  };
7308
7308
  }, "/signup"> & import("hono/types").MergeSchemaPath<{
7309
+ "/": {
7310
+ $get: {
7311
+ input: {
7312
+ query: {
7313
+ code: string;
7314
+ state: string;
7315
+ };
7316
+ };
7317
+ output: {};
7318
+ outputFormat: string;
7319
+ status: 200;
7320
+ };
7321
+ };
7322
+ }, "/validate-email"> & import("hono/types").MergeSchemaPath<{
7309
7323
  "/": {
7310
7324
  $get: {
7311
7325
  input: {
@@ -7365,7 +7379,7 @@ export declare function init(config: AuthHeroConfig): {
7365
7379
  };
7366
7380
  };
7367
7381
  }, "/reset-password"> & import("hono/types").MergeSchemaPath<{
7368
- "/pre-signup": {
7382
+ "/": {
7369
7383
  $get: {
7370
7384
  input: {
7371
7385
  query: {
@@ -7378,7 +7392,7 @@ export declare function init(config: AuthHeroConfig): {
7378
7392
  };
7379
7393
  };
7380
7394
  } & {
7381
- "/pre-signup": {
7395
+ "/": {
7382
7396
  $post: {
7383
7397
  input: {
7384
7398
  query: {
@@ -7403,6 +7417,19 @@ export declare function init(config: AuthHeroConfig): {
7403
7417
  status: 200;
7404
7418
  };
7405
7419
  };
7420
+ }, "/invalid-session"> & import("hono/types").MergeSchemaPath<{
7421
+ "/": {
7422
+ $get: {
7423
+ input: {
7424
+ query: {
7425
+ state: string;
7426
+ };
7427
+ };
7428
+ output: {};
7429
+ outputFormat: string;
7430
+ status: 200;
7431
+ };
7432
+ };
7406
7433
  } & {
7407
7434
  "/": {
7408
7435
  $post: {
@@ -7509,7 +7536,21 @@ export declare function init(config: AuthHeroConfig): {
7509
7536
  status: 302;
7510
7537
  };
7511
7538
  };
7512
- }, "/check-account">, "/">;
7539
+ }, "/check-account"> & import("hono/types").MergeSchemaPath<{
7540
+ "/": {
7541
+ $get: {
7542
+ input: {
7543
+ query: {
7544
+ code: string;
7545
+ state: string;
7546
+ };
7547
+ };
7548
+ output: {};
7549
+ outputFormat: string;
7550
+ status: 200;
7551
+ };
7552
+ };
7553
+ }, "/info">, "/">;
7513
7554
  createX509Certificate: typeof createX509Certificate;
7514
7555
  };
7515
7556