@insforge/shared
Advanced tools
+4
-7
@@ -1,2 +0,2 @@ | ||
| import { CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
@@ -9,8 +9,5 @@ /** | ||
| interface InsforgeUser { | ||
| id: string; | ||
| email: string; | ||
| name?: string; | ||
| avatarUrl?: string; | ||
| /** Dynamic profile fields from backend (e.g., bio, birthday) */ | ||
| profile?: Record<string, unknown>; | ||
| id: UserSchema['id']; | ||
| email: UserSchema['email']; | ||
| profile?: UserSchema['profile']; | ||
| } | ||
@@ -17,0 +14,0 @@ /** |
+4
-7
@@ -1,2 +0,2 @@ | ||
| import { CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
| import { UserSchema, CreateSessionResponse, CreateUserResponse, ResetPasswordResponse, VerifyEmailResponse, OAuthProvidersSchema, GetPublicAuthConfigResponse } from '@insforge/shared-schemas'; | ||
@@ -9,8 +9,5 @@ /** | ||
| interface InsforgeUser { | ||
| id: string; | ||
| email: string; | ||
| name?: string; | ||
| avatarUrl?: string; | ||
| /** Dynamic profile fields from backend (e.g., bio, birthday) */ | ||
| profile?: Record<string, unknown>; | ||
| id: UserSchema['id']; | ||
| email: UserSchema['email']; | ||
| profile?: UserSchema['profile']; | ||
| } | ||
@@ -17,0 +14,0 @@ /** |
+1
-1
| { | ||
| "name": "@insforge/shared", | ||
| "version": "1.0.12-dev.0", | ||
| "version": "1.0.12-dev.1", | ||
| "description": "Shared utilities and React contexts for Insforge packages", | ||
@@ -5,0 +5,0 @@ "type": "module", |
11139
-0.95%96
-3.03%