mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
update api
This commit is contained in:
@@ -339,6 +339,8 @@ export interface components {
|
||||
aliases?: string[] | null;
|
||||
mothers_first_name?: string | null;
|
||||
mothers_last_name?: string | null;
|
||||
/** @enum {string|null} */
|
||||
biological_sex?: "male" | "female" | "intersex" | "unknown" | "other" | null;
|
||||
/** Format: date */
|
||||
born?: string | null;
|
||||
place_of_birth?: string | null;
|
||||
@@ -429,6 +431,8 @@ export interface components {
|
||||
/** Format: email */
|
||||
email?: string | null;
|
||||
limit: number;
|
||||
/** @enum {string} */
|
||||
biological_sex?: "male" | "female" | "intersex" | "unknown" | "other";
|
||||
/** Format: date */
|
||||
born: string;
|
||||
mothers_first_name: string;
|
||||
@@ -477,6 +481,8 @@ export interface components {
|
||||
born?: string;
|
||||
/** Format: date */
|
||||
died?: string | null;
|
||||
/** @enum {string|null} */
|
||||
biological_sex?: "male" | "female" | "intersex" | "unknown" | "other" | null;
|
||||
profile_picture?: string | null;
|
||||
};
|
||||
FamilyTree: {
|
||||
|
@@ -1,3 +1,4 @@
|
||||
import * as runtime from '$lib/paraglide/runtime';
|
||||
import { createI18n } from '@inlang/paraglide-sveltekit';
|
||||
|
||||
export const i18n = createI18n(runtime);
|
||||
|
Reference in New Issue
Block a user