From eba8a1b4cd433e80ceb4200e6b69ab203df8fc1e Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 17 Apr 2026 08:57:21 +0100 Subject: [PATCH] chore: [frontend] API types --- frontend/src/client/types.gen.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/src/client/types.gen.ts b/frontend/src/client/types.gen.ts index 588c89e..e7536ad 100644 --- a/frontend/src/client/types.gen.ts +++ b/frontend/src/client/types.gen.ts @@ -1,7 +1,7 @@ // This file is auto-generated by @hey-api/openapi-ts export type ClientOptions = { - baseUrl: `${string}://src` | (string & {}); + baseUrl: `${string}://${string}` | (string & {}); }; /** @@ -76,10 +76,6 @@ export type AddEntryRequest = { * AddFlashcardTemplateRequest */ export type AddFlashcardTemplateRequest = { - /** - * Card Direction - */ - card_direction: string; /** * Prompt Text */ @@ -408,10 +404,6 @@ export type FlashcardResponse = { * Answer Context Text */ answer_context_text: string | null; - /** - * Card Direction - */ - card_direction: string; /** * Prompt Modality */ @@ -434,10 +426,6 @@ export type FlashcardTemplateResponse = { * Pack Entry Id */ pack_entry_id: string; - /** - * Card Direction - */ - card_direction: string; /** * Prompt Text */