Skip to content

Commit e93c9fd

Browse files
CCM-15623 - BillingId should be optional
1 parent c645dfa commit e93c9fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/datastore/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const LetterSchema = LetterSchemaBase.extend({
5454
source: z.string(),
5555
subject: z.string(),
5656
billingRef: z.string(),
57-
specificationBillingId: z.string(),
57+
specificationBillingId: z.string().optional(),
5858
}).describe("Letter");
5959

6060
/**

0 commit comments

Comments
 (0)