mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: add missing teamId references
This commit is contained in:
@ -5,6 +5,7 @@ import { RecipientRole } from '@documenso/prisma/client';
|
||||
export const ZAddSignersMutationSchema = z
|
||||
.object({
|
||||
documentId: z.number(),
|
||||
teamId: z.number().optional(),
|
||||
signers: z.array(
|
||||
z.object({
|
||||
nativeId: z.number().optional(),
|
||||
|
||||
Reference in New Issue
Block a user