recipient token model and sending endpoint

This commit is contained in:
Timur Ercan
2023-01-27 16:54:08 +01:00
parent bf54c5ef58
commit c61fc30420
3 changed files with 58 additions and 3 deletions

View File

@ -20,6 +20,7 @@ model Recipient {
id Int @id @default(autoincrement())
documentId Int
email String @db.VarChar(255)
token String
readStatus ReadStatus
signingStatus SigningStatus
sendStatus SendStatus