feat(recipes): image upload, fix save 500, HelloFresh seed data #53

Merged
marcel merged 50 commits from feat/issue-46-wire-suggestions-recipe-picker into master 2026-04-10 10:18:10 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit b6ad64ea53 - Show all commits

File diff suppressed because one or more lines are too long

View File

@@ -914,7 +914,8 @@ export interface components {
SuggestionItem: {
recipe?: components["schemas"]["SlotRecipe"];
/** Format: double */
simulatedScore?: number;
scoreDelta?: number;
hasConflict?: boolean;
};
SuggestionResponse: {
suggestions?: components["schemas"]["SuggestionItem"][];