update
This commit is contained in:
@@ -56,7 +56,6 @@ export type TshirtGroesseEnum = typeof TSHIRT_GROESSE_VALUES[number];
|
||||
export interface MitgliederProfile {
|
||||
id: string;
|
||||
user_id: string;
|
||||
mitglieds_nr: string | null;
|
||||
dienstgrad: DienstgradEnum | null;
|
||||
dienstgrad_seit: string | null; // ISO date string from API
|
||||
funktion: FunktionEnum[];
|
||||
@@ -75,6 +74,12 @@ export interface MitgliederProfile {
|
||||
bemerkungen: string | null;
|
||||
fdisk_standesbuch_nr: string | null;
|
||||
bild_url: string | null;
|
||||
// FDISK-synced extended profile fields
|
||||
geburtsort: string | null;
|
||||
geschlecht: string | null;
|
||||
beruf: string | null;
|
||||
wohnort: string | null;
|
||||
plz: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
@@ -115,7 +120,6 @@ export interface MemberListItem {
|
||||
profile_picture_url: string | null;
|
||||
is_active: boolean;
|
||||
profile_id: string | null;
|
||||
mitglieds_nr: string | null;
|
||||
fdisk_standesbuch_nr: string | null;
|
||||
dienstgrad: DienstgradEnum | null;
|
||||
funktion: FunktionEnum[];
|
||||
|
||||
Reference in New Issue
Block a user