fix: update create envelope item endpoint to use formdata

This commit is contained in:
David Nguyen
2025-11-05 22:10:17 +11:00
parent fc2e9af6a0
commit db2f912a08
10 changed files with 84 additions and 127 deletions

View File

@ -74,7 +74,6 @@ export const ZEnvelopeForSigningResponse = z.object({
envelopeId: true,
id: true,
title: true,
documentDataId: true,
order: true,
}).array(),