This commit is contained in:
phaichayon
2026-06-30 15:53:11 +07:00
parent 47eac3badc
commit a4fd166c51
26 changed files with 1670 additions and 38 deletions

View File

@@ -92,7 +92,7 @@ export async function createArtifact(input: {
entityType: string;
entityId: string;
documentType: string;
artifactType: 'preview' | 'approved_pdf' | 'export';
artifactType: 'preview' | 'approved_pdf' | 'assembled_pdf' | 'export';
templateVersionId?: string | null;
storageProvider: string;
storageKey: string;