mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 00:43:40 +10:00
feat: add pdf image renderer
This commit is contained in:
@@ -487,11 +487,13 @@ enum DocumentSigningOrder {
|
||||
SEQUENTIAL
|
||||
}
|
||||
|
||||
/// @zod.import(["import { ZDocumentDataMetaSchema } from '@documenso/lib/types/document-data';"])
|
||||
model DocumentData {
|
||||
id String @id @default(cuid())
|
||||
type DocumentDataType
|
||||
data String
|
||||
initialData String
|
||||
metadata Json? /// [DocumentDataMeta] @zod.custom.use(ZDocumentDataMetaSchema)
|
||||
envelopeItem EnvelopeItem?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user