@@ -61,18 +61,6 @@ export declare type TypeInputResetPasswordUsingTokenFeature = {
6161 getResetPasswordURL ?: ( user : User , userContext : any ) => Promise < string > ;
6262 createAndSendCustomEmail ?: ( user : User , passwordResetURLWithToken : string , userContext : any ) => Promise < void > ;
6363} ;
64- export declare const InputResetPasswordUsingTokenFeatureSchema : {
65- type : string ;
66- properties : {
67- getResetPasswordURL : {
68- type : string ;
69- } ;
70- createAndSendCustomEmail : {
71- type : string ;
72- } ;
73- } ;
74- additionalProperties : boolean ;
75- } ;
7664export declare type TypeNormalisedInputResetPasswordUsingTokenFeature = {
7765 getResetPasswordURL : ( user : User , userContext : any ) => Promise < string > ;
7866 createAndSendCustomEmail : ( user : User , passwordResetURLWithToken : string , userContext : any ) => Promise < void > ;
@@ -106,64 +94,6 @@ export declare type TypeInput = {
10694 } ;
10795 } ;
10896} ;
109- export declare const InputSchema : {
110- type : string ;
111- properties : {
112- signUpFeature : {
113- type : string ;
114- properties : {
115- formFields : {
116- type : string ;
117- items : {
118- type : string ;
119- properties : {
120- id : {
121- type : string ;
122- } ;
123- validate : {
124- type : string ;
125- } ;
126- optional : {
127- type : string ;
128- } ;
129- } ;
130- required : string [ ] ;
131- additionalProperties : boolean ;
132- } ;
133- } ;
134- } ;
135- additionalProperties : boolean ;
136- } ;
137- resetPasswordUsingTokenFeature : {
138- type : string ;
139- properties : {
140- getResetPasswordURL : {
141- type : string ;
142- } ;
143- createAndSendCustomEmail : {
144- type : string ;
145- } ;
146- } ;
147- additionalProperties : boolean ;
148- } ;
149- emailVerificationFeature : {
150- type : string ;
151- properties : {
152- getEmailVerificationURL : {
153- type : string ;
154- } ;
155- createAndSendCustomEmail : {
156- type : string ;
157- } ;
158- } ;
159- additionalProperties : boolean ;
160- } ;
161- override : {
162- type : string ;
163- } ;
164- } ;
165- additionalProperties : boolean ;
166- } ;
16797export declare type RecipeInterface = {
16898 signUp ( input : {
16999 email : string ;
0 commit comments