corede-common
Advanced tools
Comparing version 5.0.82 to 5.1.0
export interface IResetPasswordInput { | ||
token?: string; | ||
oldPassword?: string; | ||
oldPassword: string; | ||
password: string; | ||
} | ||
//# sourceMappingURL=reset-password.input.d.ts.map |
@@ -22,2 +22,4 @@ export { IRegisterCodeCredential, IRegisterByCodeCredential, ITwoFactorCodeCredential, } from "./graphql/resolverTypes/code-credential.type"; | ||
export { IResendRegistrationConfirmationResult } from "./graphql/resolverTypes/resend-registration-confirmation.result"; | ||
export { IResetPasswordAfterRequestInput } from "./graphql/resolverTypes/reset-password-after-request.input"; | ||
export { IResetPasswordAfterRequestResult } from "./graphql/resolverTypes/reset-password-after-request.result"; | ||
export { IResetPasswordInput } from "./graphql/resolverTypes/reset-password.input"; | ||
@@ -27,2 +29,3 @@ export { IResetPasswordResult } from "./graphql/resolverTypes/reset-password.result"; | ||
export { ITwoFactorAuthInput } from "./graphql/resolverTypes/two-factor-auth.input"; | ||
export { ITwoFactorAuthResult } from "./graphql/resolverTypes/two-factor-auth.result"; | ||
export { loginQuery } from "./graphql/queries/login.mutation.query"; | ||
@@ -29,0 +32,0 @@ export { registerQuery } from "./graphql/queries/register.mutation.query"; |
{ | ||
"name": "corede-common", | ||
"version": "5.0.82", | ||
"version": "5.1.0", | ||
"description": "The common utility functions, interfaces, types etc.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,9 +0,4 @@ | ||
/** | ||
* if reset password by old password : oldPassword + password, | ||
* if request reset password : token + password | ||
*/ | ||
export interface IResetPasswordInput { | ||
token?: string; | ||
oldPassword?: string; | ||
oldPassword: string; | ||
password: string; | ||
} | ||
} |
import { IBaseResult } from "../../../../interfaces/baseResult.interface"; | ||
/** | ||
* if reset password by old password : oldPassword + password, | ||
* if request reset password : token + password | ||
*/ | ||
export interface IResetPasswordResult extends IBaseResult {} |
@@ -35,2 +35,4 @@ //////////////////////////////////////////////////////////////// | ||
export { IResendRegistrationConfirmationResult } from "./graphql/resolverTypes/resend-registration-confirmation.result"; | ||
export { IResetPasswordAfterRequestInput } from "./graphql/resolverTypes/reset-password-after-request.input"; | ||
export { IResetPasswordAfterRequestResult } from "./graphql/resolverTypes/reset-password-after-request.result"; | ||
export { IResetPasswordInput } from "./graphql/resolverTypes/reset-password.input"; | ||
@@ -45,2 +47,3 @@ export { IResetPasswordResult } from "./graphql/resolverTypes/reset-password.result"; | ||
export { ITwoFactorAuthInput } from "./graphql/resolverTypes/two-factor-auth.input"; | ||
export { ITwoFactorAuthResult } from "./graphql/resolverTypes/two-factor-auth.result"; | ||
@@ -47,0 +50,0 @@ // queries |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
314421
553
2465