We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2e25b commit c117b0aCopy full SHA for c117b0a
1 file changed
internal/datastore/src/types.ts
@@ -54,7 +54,7 @@ export const LetterSchema = LetterSchemaBase.extend({
54
source: z.string(),
55
subject: z.string(),
56
billingRef: z.string(),
57
- specificationBillingId: z.string(),
+ specificationBillingId: z.string().optional(),
58
}).describe("Letter");
59
60
/**
0 commit comments