mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: update failing tests
This commit is contained in:
@ -49,6 +49,7 @@ export const ZDuplicateTemplateMutationSchema = z.object({
|
||||
|
||||
export const ZCreateTemplateDirectLinkMutationSchema = z.object({
|
||||
templateId: z.number().min(1),
|
||||
teamId: z.number().optional(),
|
||||
directRecipientId: z.number().min(1).optional(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user