Skip to content

Commit 135cb39

Browse files
CCM-13012: Add missing supplierReferences to zod validator
1 parent 64f480e commit 135cb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/backend-client/src/schemas/template.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export const $LetterProperties = schemaFor<LetterProperties>()(
102102
files: $LetterFiles,
103103
personalisationParameters: z.array(z.string()).optional(),
104104
proofingEnabled: z.boolean().optional(),
105+
supplierReferences: z.record(z.string(), z.string()).optional(),
105106
})
106107
);
107108

0 commit comments

Comments
 (0)