fix: envelope auth not being passed (#2167)

This commit is contained in:
David Nguyen
2025-11-11 13:05:05 +11:00
committed by GitHub
parent c6b08d8594
commit 936d8d90b3
10 changed files with 1257 additions and 608 deletions

View File

@ -164,7 +164,6 @@ export const ZSetTemplateRecipientsResponseSchema = z.object({
export const ZCompleteDocumentWithTokenMutationSchema = z.object({
token: z.string(),
documentId: z.number(),
authOptions: ZRecipientActionAuthSchema.optional(),
accessAuthOptions: ZRecipientAccessAuthSchema.optional(),
nextSigner: z
.object({