feat(api): add MS21 user fields for admin, local auth, and invitations (#553)
Co-authored-by: Jason Woltje <[email protected]> Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
@@ -27,6 +27,12 @@ export interface User extends BaseEntity {
|
||||
image: string | null;
|
||||
authProviderId: string | null;
|
||||
preferences: Record<string, unknown>;
|
||||
deactivatedAt: Date | null;
|
||||
isLocalAuth: boolean;
|
||||
passwordHash: string | null;
|
||||
invitedBy: string | null;
|
||||
invitationToken: string | null;
|
||||
invitedAt: Date | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user