feat: surface published assets for versions

This commit is contained in:
2026-04-04 11:43:31 +02:00
parent d126315fa5
commit 96a1f1683a
5 changed files with 127 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ export type Version = {
structured_blocks?: StructuredBlock[] | null;
artifact_docx_key?: string | null;
patches: Patch[];
public_assets: PublicAsset[];
created_at: string;
updated_at: string;
};