@kickur/types
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -17,3 +17,3 @@ declare type Date = string; | ||
username: string; | ||
headshotUrl: string; | ||
avatar: string; | ||
firstName: string; | ||
@@ -28,3 +28,2 @@ lastName: string; | ||
groupId: Id; | ||
headshotFile: string; | ||
summary: string; | ||
@@ -164,2 +163,19 @@ tempResetPasswordKey: string; | ||
export interface UserProfileAvatar { | ||
network: UserNetworkInfo; | ||
} | ||
export interface UserAvatar { | ||
url: string; | ||
} | ||
export interface UserProfileNetwork extends UserNetworkInfo { | ||
avatar?: UserAvatar; | ||
info: Network; | ||
} | ||
export interface UserProfile extends User { | ||
networks: UserProfileNetwork[]; | ||
} | ||
export interface UserProfileFeedback extends UserFeedback { | ||
@@ -174,3 +190,3 @@ fromUser: User; | ||
export interface UserProfileResponseUser extends User { | ||
export interface UserProfileResponseUser extends UserProfile { | ||
networks: UserProfileResponseNetwork[]; | ||
@@ -188,4 +204,3 @@ feedbacks: UserProfileFeedback[]; | ||
export interface UserProfileEditResponse extends Response { | ||
user: User; | ||
networks: UserNetworkInfoResponse[]; | ||
user: UserProfile; | ||
} | ||
@@ -210,2 +225,4 @@ | ||
fetchedAt: Date; | ||
avatar?: UserAvatar; | ||
info?: Network; | ||
} | ||
@@ -212,0 +229,0 @@ |
{ | ||
"name": "@kickur/types", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Kickur's type declarations", | ||
@@ -5,0 +5,0 @@ "main": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10645
378
1