chore: [frontend] API types

This commit is contained in:
wilson 2026-04-17 08:57:21 +01:00
parent 91ff2e7740
commit eba8a1b4cd

View file

@ -1,7 +1,7 @@
// This file is auto-generated by @hey-api/openapi-ts // This file is auto-generated by @hey-api/openapi-ts
export type ClientOptions = { export type ClientOptions = {
baseUrl: `${string}://src` | (string & {}); baseUrl: `${string}://${string}` | (string & {});
}; };
/** /**
@ -76,10 +76,6 @@ export type AddEntryRequest = {
* AddFlashcardTemplateRequest * AddFlashcardTemplateRequest
*/ */
export type AddFlashcardTemplateRequest = { export type AddFlashcardTemplateRequest = {
/**
* Card Direction
*/
card_direction: string;
/** /**
* Prompt Text * Prompt Text
*/ */
@ -408,10 +404,6 @@ export type FlashcardResponse = {
* Answer Context Text * Answer Context Text
*/ */
answer_context_text: string | null; answer_context_text: string | null;
/**
* Card Direction
*/
card_direction: string;
/** /**
* Prompt Modality * Prompt Modality
*/ */
@ -434,10 +426,6 @@ export type FlashcardTemplateResponse = {
* Pack Entry Id * Pack Entry Id
*/ */
pack_entry_id: string; pack_entry_id: string;
/**
* Card Direction
*/
card_direction: string;
/** /**
* Prompt Text * Prompt Text
*/ */