Skip to content

Commit

Permalink
feat: display_value added
Browse files Browse the repository at this point in the history
  • Loading branch information
imrishabh18 committed Oct 9, 2024
1 parent af5aab8 commit 005e0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/base/source_component_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const source_component_base = z.object({
supplier_part_numbers: z
.record(supplier_name, z.array(z.string()))
.optional(),
display_value: z.string().optional(),
})

export type SourceComponentBase = z.infer<typeof source_component_base>

0 comments on commit 005e0df

Please sign in to comment.