feat(ai-edits): add output storage backfill flow and coverage
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-07 10:10:45 +01:00
parent fb45d1f6ab
commit 8cc0918881
18 changed files with 1610 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ export type GuestAiEditOutput = {
storage_disk?: string | null;
storage_path?: string | null;
provider_url?: string | null;
url?: string | null;
mime_type?: string | null;
width?: number | null;
height?: number | null;