authhero 0.66.0 → 0.67.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.
@@ -7041,9 +7041,38 @@ export declare function init(config: AuthHeroConfig): {
7041
7041
  query: {
7042
7042
  state: string;
7043
7043
  };
7044
+ };
7045
+ output: {};
7046
+ outputFormat: string;
7047
+ status: 200;
7048
+ };
7049
+ };
7050
+ }, "/forgot-password"> & import("hono/types").MergeSchemaPath<{
7051
+ "/": {
7052
+ $get: {
7053
+ input: {
7054
+ query: {
7055
+ code: string;
7056
+ state: string;
7057
+ };
7058
+ };
7059
+ output: {};
7060
+ outputFormat: string;
7061
+ status: 200;
7062
+ };
7063
+ };
7064
+ } & {
7065
+ "/": {
7066
+ $post: {
7067
+ input: {
7068
+ query: {
7069
+ code: string;
7070
+ state: string;
7071
+ };
7044
7072
  } & {
7045
7073
  form: {
7046
7074
  password: string;
7075
+ "re-enter-password": string;
7047
7076
  };
7048
7077
  };
7049
7078
  output: {};