authhero 4.60.0 → 4.61.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.
@@ -61820,6 +61820,20 @@ export declare function init(config: AuthHeroConfig): {
61820
61820
  Bindings: Bindings;
61821
61821
  Variables: Variables;
61822
61822
  }, import("hono/types").MergeSchemaPath<{
61823
+ "/": {
61824
+ $get: {
61825
+ input: {
61826
+ query: {
61827
+ error?: string | undefined;
61828
+ error_description?: string | undefined;
61829
+ };
61830
+ };
61831
+ output: {};
61832
+ outputFormat: string;
61833
+ status: 200;
61834
+ };
61835
+ };
61836
+ }, "/error"> & import("hono/types").MergeSchemaPath<{
61823
61837
  "/": {
61824
61838
  $get: {
61825
61839
  input: {