We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f480e commit 135cb39Copy full SHA for 135cb39
lambdas/backend-client/src/schemas/template.ts
@@ -102,6 +102,7 @@ export const $LetterProperties = schemaFor<LetterProperties>()(
102
files: $LetterFiles,
103
personalisationParameters: z.array(z.string()).optional(),
104
proofingEnabled: z.boolean().optional(),
105
+ supplierReferences: z.record(z.string(), z.string()).optional(),
106
})
107
);
108
0 commit comments