Skip to content

Commit

Permalink
Merge pull request #13 from tscircuit/feat/manufacturer-part-number
Browse files Browse the repository at this point in the history
feat: Add manufacturer part number
  • Loading branch information
imrishabh18 authored Jul 22, 2024
2 parents 838df79 + 8b6d22d commit 92ff212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/base/source_component_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const source_component_base = z.object({
ftype: z.string().optional(),
source_component_id: z.string(),
name: z.string(),
// part_numbers: z.array(z.string()).optional(),
manufacturer_part_number: z.string().optional(),
supplier_part_numbers: z
.record(supplier_name, z.array(z.string()))
.optional(),
Expand Down

0 comments on commit 92ff212

Please sign in to comment.