@insforge/shared
Advanced tools
+5
-1
@@ -51,3 +51,7 @@ import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| resetPassword: (token: string, newPassword: string) => Promise<ResetPasswordResponse | null>; | ||
| verifyEmail: (otp: string, email?: string) => Promise<VerifyEmailResponse | null>; | ||
| verifyEmail: (otp: string, email?: string) => Promise<VerifyEmailResponse | { | ||
| error: string; | ||
| statusCode?: number; | ||
| errorCode?: string; | ||
| }>; | ||
| exchangeResetPasswordToken: (email: string, code: string) => Promise<{ | ||
@@ -54,0 +58,0 @@ token: string; |
+5
-1
@@ -51,3 +51,7 @@ import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| resetPassword: (token: string, newPassword: string) => Promise<ResetPasswordResponse | null>; | ||
| verifyEmail: (otp: string, email?: string) => Promise<VerifyEmailResponse | null>; | ||
| verifyEmail: (otp: string, email?: string) => Promise<VerifyEmailResponse | { | ||
| error: string; | ||
| statusCode?: number; | ||
| errorCode?: string; | ||
| }>; | ||
| exchangeResetPasswordToken: (email: string, code: string) => Promise<{ | ||
@@ -54,0 +58,0 @@ token: string; |
+1
-1
| { | ||
| "name": "@insforge/shared", | ||
| "version": "1.0.13", | ||
| "version": "1.0.14", | ||
| "description": "Shared utilities and React contexts for Insforge packages", | ||
@@ -5,0 +5,0 @@ "type": "module", |
11001
1.53%98
4.26%