From e7d77cd05711d13c5e014c03cb84b341e3e1c244 Mon Sep 17 00:00:00 2001 From: cd-user Date: Mon, 13 Nov 2023 08:25:54 +0000 Subject: [PATCH] Update typescript model --- typescript/schema.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/typescript/schema.ts b/typescript/schema.ts index b5572d4..3dee87e 100644 --- a/typescript/schema.ts +++ b/typescript/schema.ts @@ -29,11 +29,11 @@ export type ContactMean = */ publicProfiles: [ { - type: "manfred" | "linkedin" | "stackoverflow" | "xing" | "twitter" | "github" | "other"; + type: "manfred" | "linkedin" | "stackoverflow" | "xing" | "twitter" | "github" | "website" | "other"; URL: string; }, ...{ - type: "manfred" | "linkedin" | "stackoverflow" | "xing" | "twitter" | "github" | "other"; + type: "manfred" | "linkedin" | "stackoverflow" | "xing" | "twitter" | "github" | "website" | "other"; URL: string; }[] ]; @@ -135,7 +135,7 @@ export interface ManfredAwesomicCV { */ relevantYearsOfExperience?: number; relevantLinks?: { - type: "linkedin" | "github" | "twitter" | "website" | "other"; + type: "manfred" | "linkedin" | "stackoverflow" | "xing" | "twitter" | "github" | "website" | "other"; URL: string; description?: string; }[]; @@ -198,6 +198,7 @@ export interface ManfredAwesomicCV { * A language expressed as a [ISO 639-1 code](https://en.wikipedia.org/wiki/ISO_639-1) */ name: string; + fullName?: string; level?: | "Elementary proficiency" | "Limited working proficiency"