@tscircuit/eval 0.0.600 → 0.0.601

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,9 +151,9 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
151
151
  connected_source_net_ids: string[];
152
152
  subcircuit_id?: string | undefined;
153
153
  subcircuit_connectivity_map_key?: string | undefined;
154
+ display_name?: string | undefined;
154
155
  max_length?: number | undefined;
155
156
  min_trace_thickness?: number | undefined;
156
- display_name?: string | undefined;
157
157
  } | {
158
158
  type: "source_port";
159
159
  name: string;
@@ -182,6 +182,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
182
182
  manufacturer_part_number?: string | undefined;
183
183
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
184
184
  display_value?: string | undefined;
185
+ display_name?: string | undefined;
185
186
  are_pins_interchangeable?: boolean | undefined;
186
187
  internally_connected_source_port_ids?: string[][] | undefined;
187
188
  display_resistance?: string | undefined;
@@ -196,6 +197,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
196
197
  manufacturer_part_number?: string | undefined;
197
198
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
198
199
  display_value?: string | undefined;
200
+ display_name?: string | undefined;
199
201
  are_pins_interchangeable?: boolean | undefined;
200
202
  internally_connected_source_port_ids?: string[][] | undefined;
201
203
  max_voltage_rating?: number | undefined;
@@ -211,6 +213,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
211
213
  manufacturer_part_number?: string | undefined;
212
214
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
213
215
  display_value?: string | undefined;
216
+ display_name?: string | undefined;
214
217
  are_pins_interchangeable?: boolean | undefined;
215
218
  internally_connected_source_port_ids?: string[][] | undefined;
216
219
  } | {
@@ -223,6 +226,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
223
226
  manufacturer_part_number?: string | undefined;
224
227
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
225
228
  display_value?: string | undefined;
229
+ display_name?: string | undefined;
226
230
  are_pins_interchangeable?: boolean | undefined;
227
231
  internally_connected_source_port_ids?: string[][] | undefined;
228
232
  } | {
@@ -236,6 +240,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
236
240
  manufacturer_part_number?: string | undefined;
237
241
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
238
242
  display_value?: string | undefined;
243
+ display_name?: string | undefined;
239
244
  are_pins_interchangeable?: boolean | undefined;
240
245
  internally_connected_source_port_ids?: string[][] | undefined;
241
246
  wavelength?: string | undefined;
@@ -249,6 +254,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
249
254
  manufacturer_part_number?: string | undefined;
250
255
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
251
256
  display_value?: string | undefined;
257
+ display_name?: string | undefined;
252
258
  are_pins_interchangeable?: boolean | undefined;
253
259
  internally_connected_source_port_ids?: string[][] | undefined;
254
260
  } | {
@@ -261,6 +267,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
261
267
  manufacturer_part_number?: string | undefined;
262
268
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
263
269
  display_value?: string | undefined;
270
+ display_name?: string | undefined;
264
271
  are_pins_interchangeable?: boolean | undefined;
265
272
  internally_connected_source_port_ids?: string[][] | undefined;
266
273
  } | {
@@ -274,6 +281,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
274
281
  manufacturer_part_number?: string | undefined;
275
282
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
276
283
  display_value?: string | undefined;
284
+ display_name?: string | undefined;
277
285
  are_pins_interchangeable?: boolean | undefined;
278
286
  internally_connected_source_port_ids?: string[][] | undefined;
279
287
  } | {
@@ -287,6 +295,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
287
295
  manufacturer_part_number?: string | undefined;
288
296
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
289
297
  display_value?: string | undefined;
298
+ display_name?: string | undefined;
290
299
  are_pins_interchangeable?: boolean | undefined;
291
300
  internally_connected_source_port_ids?: string[][] | undefined;
292
301
  } | {
@@ -300,6 +309,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
300
309
  manufacturer_part_number?: string | undefined;
301
310
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
302
311
  display_value?: string | undefined;
312
+ display_name?: string | undefined;
303
313
  are_pins_interchangeable?: boolean | undefined;
304
314
  internally_connected_source_port_ids?: string[][] | undefined;
305
315
  max_current_rating?: number | undefined;
@@ -313,6 +323,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
313
323
  manufacturer_part_number?: string | undefined;
314
324
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
315
325
  display_value?: string | undefined;
326
+ display_name?: string | undefined;
316
327
  are_pins_interchangeable?: boolean | undefined;
317
328
  internally_connected_source_port_ids?: string[][] | undefined;
318
329
  } | {
@@ -326,6 +337,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
326
337
  manufacturer_part_number?: string | undefined;
327
338
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
328
339
  display_value?: string | undefined;
340
+ display_name?: string | undefined;
329
341
  are_pins_interchangeable?: boolean | undefined;
330
342
  internally_connected_source_port_ids?: string[][] | undefined;
331
343
  } | {
@@ -339,6 +351,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
339
351
  manufacturer_part_number?: string | undefined;
340
352
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
341
353
  display_value?: string | undefined;
354
+ display_name?: string | undefined;
342
355
  are_pins_interchangeable?: boolean | undefined;
343
356
  internally_connected_source_port_ids?: string[][] | undefined;
344
357
  load_capacitance?: number | undefined;
@@ -354,6 +367,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
354
367
  manufacturer_part_number?: string | undefined;
355
368
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
356
369
  display_value?: string | undefined;
370
+ display_name?: string | undefined;
357
371
  are_pins_interchangeable?: boolean | undefined;
358
372
  internally_connected_source_port_ids?: string[][] | undefined;
359
373
  } | {
@@ -366,6 +380,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
366
380
  manufacturer_part_number?: string | undefined;
367
381
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
368
382
  display_value?: string | undefined;
383
+ display_name?: string | undefined;
369
384
  are_pins_interchangeable?: boolean | undefined;
370
385
  internally_connected_source_port_ids?: string[][] | undefined;
371
386
  } | {
@@ -380,6 +395,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
380
395
  manufacturer_part_number?: string | undefined;
381
396
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
382
397
  display_value?: string | undefined;
398
+ display_name?: string | undefined;
383
399
  are_pins_interchangeable?: boolean | undefined;
384
400
  internally_connected_source_port_ids?: string[][] | undefined;
385
401
  equivalent_series_resistance?: number | undefined;
@@ -393,6 +409,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
393
409
  manufacturer_part_number?: string | undefined;
394
410
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
395
411
  display_value?: string | undefined;
412
+ display_name?: string | undefined;
396
413
  are_pins_interchangeable?: boolean | undefined;
397
414
  internally_connected_source_port_ids?: string[][] | undefined;
398
415
  } | {
@@ -406,6 +423,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
406
423
  manufacturer_part_number?: string | undefined;
407
424
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
408
425
  display_value?: string | undefined;
426
+ display_name?: string | undefined;
409
427
  are_pins_interchangeable?: boolean | undefined;
410
428
  internally_connected_source_port_ids?: string[][] | undefined;
411
429
  } | {
@@ -422,6 +440,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
422
440
  manufacturer_part_number?: string | undefined;
423
441
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
424
442
  display_value?: string | undefined;
443
+ display_name?: string | undefined;
425
444
  are_pins_interchangeable?: boolean | undefined;
426
445
  internally_connected_source_port_ids?: string[][] | undefined;
427
446
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -438,6 +457,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
438
457
  manufacturer_part_number?: string | undefined;
439
458
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
440
459
  display_value?: string | undefined;
460
+ display_name?: string | undefined;
441
461
  are_pins_interchangeable?: boolean | undefined;
442
462
  internally_connected_source_port_ids?: string[][] | undefined;
443
463
  } | {
@@ -450,6 +470,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
450
470
  manufacturer_part_number?: string | undefined;
451
471
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
452
472
  display_value?: string | undefined;
473
+ display_name?: string | undefined;
453
474
  are_pins_interchangeable?: boolean | undefined;
454
475
  internally_connected_source_port_ids?: string[][] | undefined;
455
476
  } | {
@@ -464,6 +485,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
464
485
  manufacturer_part_number?: string | undefined;
465
486
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
466
487
  display_value?: string | undefined;
488
+ display_name?: string | undefined;
467
489
  are_pins_interchangeable?: boolean | undefined;
468
490
  internally_connected_source_port_ids?: string[][] | undefined;
469
491
  } | {
@@ -476,6 +498,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
476
498
  manufacturer_part_number?: string | undefined;
477
499
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
478
500
  display_value?: string | undefined;
501
+ display_name?: string | undefined;
479
502
  are_pins_interchangeable?: boolean | undefined;
480
503
  internally_connected_source_port_ids?: string[][] | undefined;
481
504
  } | {
@@ -488,6 +511,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
488
511
  manufacturer_part_number?: string | undefined;
489
512
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
490
513
  display_value?: string | undefined;
514
+ display_name?: string | undefined;
491
515
  are_pins_interchangeable?: boolean | undefined;
492
516
  internally_connected_source_port_ids?: string[][] | undefined;
493
517
  } | {
@@ -579,6 +603,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
579
603
  manufacturer_part_number?: string | undefined;
580
604
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
581
605
  display_value?: string | undefined;
606
+ display_name?: string | undefined;
582
607
  are_pins_interchangeable?: boolean | undefined;
583
608
  internally_connected_source_port_ids?: string[][] | undefined;
584
609
  } | {
@@ -592,6 +617,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
592
617
  manufacturer_part_number?: string | undefined;
593
618
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
594
619
  display_value?: string | undefined;
620
+ display_name?: string | undefined;
595
621
  are_pins_interchangeable?: boolean | undefined;
596
622
  internally_connected_source_port_ids?: string[][] | undefined;
597
623
  max_voltage_rating?: number | undefined;
@@ -607,6 +633,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
607
633
  manufacturer_part_number?: string | undefined;
608
634
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
609
635
  display_value?: string | undefined;
636
+ display_name?: string | undefined;
610
637
  are_pins_interchangeable?: boolean | undefined;
611
638
  internally_connected_source_port_ids?: string[][] | undefined;
612
639
  } | {
@@ -620,6 +647,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
620
647
  manufacturer_part_number?: string | undefined;
621
648
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
622
649
  display_value?: string | undefined;
650
+ display_name?: string | undefined;
623
651
  are_pins_interchangeable?: boolean | undefined;
624
652
  internally_connected_source_port_ids?: string[][] | undefined;
625
653
  wavelength?: string | undefined;
@@ -634,6 +662,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
634
662
  manufacturer_part_number?: string | undefined;
635
663
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
636
664
  display_value?: string | undefined;
665
+ display_name?: string | undefined;
637
666
  are_pins_interchangeable?: boolean | undefined;
638
667
  internally_connected_source_port_ids?: string[][] | undefined;
639
668
  display_resistance?: string | undefined;
@@ -648,6 +677,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
648
677
  manufacturer_part_number?: string | undefined;
649
678
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
650
679
  display_value?: string | undefined;
680
+ display_name?: string | undefined;
651
681
  are_pins_interchangeable?: boolean | undefined;
652
682
  internally_connected_source_port_ids?: string[][] | undefined;
653
683
  } | {
@@ -661,6 +691,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
661
691
  manufacturer_part_number?: string | undefined;
662
692
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
663
693
  display_value?: string | undefined;
694
+ display_name?: string | undefined;
664
695
  are_pins_interchangeable?: boolean | undefined;
665
696
  internally_connected_source_port_ids?: string[][] | undefined;
666
697
  } | {
@@ -674,6 +705,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
674
705
  manufacturer_part_number?: string | undefined;
675
706
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
676
707
  display_value?: string | undefined;
708
+ display_name?: string | undefined;
677
709
  are_pins_interchangeable?: boolean | undefined;
678
710
  internally_connected_source_port_ids?: string[][] | undefined;
679
711
  max_current_rating?: number | undefined;
@@ -689,6 +721,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
689
721
  manufacturer_part_number?: string | undefined;
690
722
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
691
723
  display_value?: string | undefined;
724
+ display_name?: string | undefined;
692
725
  are_pins_interchangeable?: boolean | undefined;
693
726
  internally_connected_source_port_ids?: string[][] | undefined;
694
727
  } | {
@@ -701,6 +734,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
701
734
  manufacturer_part_number?: string | undefined;
702
735
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
703
736
  display_value?: string | undefined;
737
+ display_name?: string | undefined;
704
738
  are_pins_interchangeable?: boolean | undefined;
705
739
  internally_connected_source_port_ids?: string[][] | undefined;
706
740
  } | {
@@ -715,6 +749,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
715
749
  manufacturer_part_number?: string | undefined;
716
750
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
717
751
  display_value?: string | undefined;
752
+ display_name?: string | undefined;
718
753
  are_pins_interchangeable?: boolean | undefined;
719
754
  internally_connected_source_port_ids?: string[][] | undefined;
720
755
  equivalent_series_resistance?: number | undefined;
@@ -728,6 +763,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
728
763
  manufacturer_part_number?: string | undefined;
729
764
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
730
765
  display_value?: string | undefined;
766
+ display_name?: string | undefined;
731
767
  are_pins_interchangeable?: boolean | undefined;
732
768
  internally_connected_source_port_ids?: string[][] | undefined;
733
769
  } | {
@@ -741,6 +777,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
741
777
  manufacturer_part_number?: string | undefined;
742
778
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
743
779
  display_value?: string | undefined;
780
+ display_name?: string | undefined;
744
781
  are_pins_interchangeable?: boolean | undefined;
745
782
  internally_connected_source_port_ids?: string[][] | undefined;
746
783
  } | {
@@ -757,6 +794,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
757
794
  manufacturer_part_number?: string | undefined;
758
795
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
759
796
  display_value?: string | undefined;
797
+ display_name?: string | undefined;
760
798
  are_pins_interchangeable?: boolean | undefined;
761
799
  internally_connected_source_port_ids?: string[][] | undefined;
762
800
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -773,6 +811,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
773
811
  manufacturer_part_number?: string | undefined;
774
812
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
775
813
  display_value?: string | undefined;
814
+ display_name?: string | undefined;
776
815
  are_pins_interchangeable?: boolean | undefined;
777
816
  internally_connected_source_port_ids?: string[][] | undefined;
778
817
  } | {
@@ -785,6 +824,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
785
824
  manufacturer_part_number?: string | undefined;
786
825
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
787
826
  display_value?: string | undefined;
827
+ display_name?: string | undefined;
788
828
  are_pins_interchangeable?: boolean | undefined;
789
829
  internally_connected_source_port_ids?: string[][] | undefined;
790
830
  } | {
@@ -798,6 +838,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
798
838
  manufacturer_part_number?: string | undefined;
799
839
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
800
840
  display_value?: string | undefined;
841
+ display_name?: string | undefined;
801
842
  are_pins_interchangeable?: boolean | undefined;
802
843
  internally_connected_source_port_ids?: string[][] | undefined;
803
844
  } | {
@@ -810,6 +851,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
810
851
  manufacturer_part_number?: string | undefined;
811
852
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
812
853
  display_value?: string | undefined;
854
+ display_name?: string | undefined;
813
855
  are_pins_interchangeable?: boolean | undefined;
814
856
  internally_connected_source_port_ids?: string[][] | undefined;
815
857
  } | {
@@ -1131,6 +1173,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1131
1173
  soldermask_margin?: number | undefined;
1132
1174
  hole_width?: number | undefined;
1133
1175
  hole_height?: number | undefined;
1176
+ ccw_rotation?: number | undefined;
1134
1177
  port_hints?: string[] | undefined;
1135
1178
  pcb_port_id?: string | undefined;
1136
1179
  } | {
@@ -1270,6 +1313,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1270
1313
  pcb_port_id?: string | undefined;
1271
1314
  rect_border_radius?: number | undefined;
1272
1315
  corner_radius?: number | undefined;
1316
+ soldermask_margin_left?: number | undefined;
1317
+ soldermask_margin_top?: number | undefined;
1318
+ soldermask_margin_right?: number | undefined;
1319
+ soldermask_margin_bottom?: number | undefined;
1273
1320
  } | {
1274
1321
  x: number;
1275
1322
  y: number;
@@ -1289,6 +1336,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1289
1336
  pcb_port_id?: string | undefined;
1290
1337
  rect_border_radius?: number | undefined;
1291
1338
  corner_radius?: number | undefined;
1339
+ soldermask_margin_left?: number | undefined;
1340
+ soldermask_margin_top?: number | undefined;
1341
+ soldermask_margin_right?: number | undefined;
1342
+ soldermask_margin_bottom?: number | undefined;
1292
1343
  } | {
1293
1344
  x: number;
1294
1345
  y: number;
@@ -2564,9 +2615,9 @@ declare const runTscircuitModule: (module: string, opts?: {
2564
2615
  connected_source_net_ids: string[];
2565
2616
  subcircuit_id?: string | undefined;
2566
2617
  subcircuit_connectivity_map_key?: string | undefined;
2618
+ display_name?: string | undefined;
2567
2619
  max_length?: number | undefined;
2568
2620
  min_trace_thickness?: number | undefined;
2569
- display_name?: string | undefined;
2570
2621
  } | {
2571
2622
  type: "source_port";
2572
2623
  name: string;
@@ -2595,6 +2646,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2595
2646
  manufacturer_part_number?: string | undefined;
2596
2647
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2597
2648
  display_value?: string | undefined;
2649
+ display_name?: string | undefined;
2598
2650
  are_pins_interchangeable?: boolean | undefined;
2599
2651
  internally_connected_source_port_ids?: string[][] | undefined;
2600
2652
  display_resistance?: string | undefined;
@@ -2609,6 +2661,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2609
2661
  manufacturer_part_number?: string | undefined;
2610
2662
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2611
2663
  display_value?: string | undefined;
2664
+ display_name?: string | undefined;
2612
2665
  are_pins_interchangeable?: boolean | undefined;
2613
2666
  internally_connected_source_port_ids?: string[][] | undefined;
2614
2667
  max_voltage_rating?: number | undefined;
@@ -2624,6 +2677,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2624
2677
  manufacturer_part_number?: string | undefined;
2625
2678
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2626
2679
  display_value?: string | undefined;
2680
+ display_name?: string | undefined;
2627
2681
  are_pins_interchangeable?: boolean | undefined;
2628
2682
  internally_connected_source_port_ids?: string[][] | undefined;
2629
2683
  } | {
@@ -2636,6 +2690,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2636
2690
  manufacturer_part_number?: string | undefined;
2637
2691
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2638
2692
  display_value?: string | undefined;
2693
+ display_name?: string | undefined;
2639
2694
  are_pins_interchangeable?: boolean | undefined;
2640
2695
  internally_connected_source_port_ids?: string[][] | undefined;
2641
2696
  } | {
@@ -2649,6 +2704,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2649
2704
  manufacturer_part_number?: string | undefined;
2650
2705
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2651
2706
  display_value?: string | undefined;
2707
+ display_name?: string | undefined;
2652
2708
  are_pins_interchangeable?: boolean | undefined;
2653
2709
  internally_connected_source_port_ids?: string[][] | undefined;
2654
2710
  wavelength?: string | undefined;
@@ -2662,6 +2718,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2662
2718
  manufacturer_part_number?: string | undefined;
2663
2719
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2664
2720
  display_value?: string | undefined;
2721
+ display_name?: string | undefined;
2665
2722
  are_pins_interchangeable?: boolean | undefined;
2666
2723
  internally_connected_source_port_ids?: string[][] | undefined;
2667
2724
  } | {
@@ -2674,6 +2731,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2674
2731
  manufacturer_part_number?: string | undefined;
2675
2732
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2676
2733
  display_value?: string | undefined;
2734
+ display_name?: string | undefined;
2677
2735
  are_pins_interchangeable?: boolean | undefined;
2678
2736
  internally_connected_source_port_ids?: string[][] | undefined;
2679
2737
  } | {
@@ -2687,6 +2745,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2687
2745
  manufacturer_part_number?: string | undefined;
2688
2746
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2689
2747
  display_value?: string | undefined;
2748
+ display_name?: string | undefined;
2690
2749
  are_pins_interchangeable?: boolean | undefined;
2691
2750
  internally_connected_source_port_ids?: string[][] | undefined;
2692
2751
  } | {
@@ -2700,6 +2759,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2700
2759
  manufacturer_part_number?: string | undefined;
2701
2760
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2702
2761
  display_value?: string | undefined;
2762
+ display_name?: string | undefined;
2703
2763
  are_pins_interchangeable?: boolean | undefined;
2704
2764
  internally_connected_source_port_ids?: string[][] | undefined;
2705
2765
  } | {
@@ -2713,6 +2773,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2713
2773
  manufacturer_part_number?: string | undefined;
2714
2774
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2715
2775
  display_value?: string | undefined;
2776
+ display_name?: string | undefined;
2716
2777
  are_pins_interchangeable?: boolean | undefined;
2717
2778
  internally_connected_source_port_ids?: string[][] | undefined;
2718
2779
  max_current_rating?: number | undefined;
@@ -2726,6 +2787,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2726
2787
  manufacturer_part_number?: string | undefined;
2727
2788
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2728
2789
  display_value?: string | undefined;
2790
+ display_name?: string | undefined;
2729
2791
  are_pins_interchangeable?: boolean | undefined;
2730
2792
  internally_connected_source_port_ids?: string[][] | undefined;
2731
2793
  } | {
@@ -2739,6 +2801,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2739
2801
  manufacturer_part_number?: string | undefined;
2740
2802
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2741
2803
  display_value?: string | undefined;
2804
+ display_name?: string | undefined;
2742
2805
  are_pins_interchangeable?: boolean | undefined;
2743
2806
  internally_connected_source_port_ids?: string[][] | undefined;
2744
2807
  } | {
@@ -2752,6 +2815,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2752
2815
  manufacturer_part_number?: string | undefined;
2753
2816
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2754
2817
  display_value?: string | undefined;
2818
+ display_name?: string | undefined;
2755
2819
  are_pins_interchangeable?: boolean | undefined;
2756
2820
  internally_connected_source_port_ids?: string[][] | undefined;
2757
2821
  load_capacitance?: number | undefined;
@@ -2767,6 +2831,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2767
2831
  manufacturer_part_number?: string | undefined;
2768
2832
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2769
2833
  display_value?: string | undefined;
2834
+ display_name?: string | undefined;
2770
2835
  are_pins_interchangeable?: boolean | undefined;
2771
2836
  internally_connected_source_port_ids?: string[][] | undefined;
2772
2837
  } | {
@@ -2779,6 +2844,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2779
2844
  manufacturer_part_number?: string | undefined;
2780
2845
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2781
2846
  display_value?: string | undefined;
2847
+ display_name?: string | undefined;
2782
2848
  are_pins_interchangeable?: boolean | undefined;
2783
2849
  internally_connected_source_port_ids?: string[][] | undefined;
2784
2850
  } | {
@@ -2793,6 +2859,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2793
2859
  manufacturer_part_number?: string | undefined;
2794
2860
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2795
2861
  display_value?: string | undefined;
2862
+ display_name?: string | undefined;
2796
2863
  are_pins_interchangeable?: boolean | undefined;
2797
2864
  internally_connected_source_port_ids?: string[][] | undefined;
2798
2865
  equivalent_series_resistance?: number | undefined;
@@ -2806,6 +2873,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2806
2873
  manufacturer_part_number?: string | undefined;
2807
2874
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2808
2875
  display_value?: string | undefined;
2876
+ display_name?: string | undefined;
2809
2877
  are_pins_interchangeable?: boolean | undefined;
2810
2878
  internally_connected_source_port_ids?: string[][] | undefined;
2811
2879
  } | {
@@ -2819,6 +2887,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2819
2887
  manufacturer_part_number?: string | undefined;
2820
2888
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2821
2889
  display_value?: string | undefined;
2890
+ display_name?: string | undefined;
2822
2891
  are_pins_interchangeable?: boolean | undefined;
2823
2892
  internally_connected_source_port_ids?: string[][] | undefined;
2824
2893
  } | {
@@ -2835,6 +2904,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2835
2904
  manufacturer_part_number?: string | undefined;
2836
2905
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2837
2906
  display_value?: string | undefined;
2907
+ display_name?: string | undefined;
2838
2908
  are_pins_interchangeable?: boolean | undefined;
2839
2909
  internally_connected_source_port_ids?: string[][] | undefined;
2840
2910
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -2851,6 +2921,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2851
2921
  manufacturer_part_number?: string | undefined;
2852
2922
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2853
2923
  display_value?: string | undefined;
2924
+ display_name?: string | undefined;
2854
2925
  are_pins_interchangeable?: boolean | undefined;
2855
2926
  internally_connected_source_port_ids?: string[][] | undefined;
2856
2927
  } | {
@@ -2863,6 +2934,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2863
2934
  manufacturer_part_number?: string | undefined;
2864
2935
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2865
2936
  display_value?: string | undefined;
2937
+ display_name?: string | undefined;
2866
2938
  are_pins_interchangeable?: boolean | undefined;
2867
2939
  internally_connected_source_port_ids?: string[][] | undefined;
2868
2940
  } | {
@@ -2877,6 +2949,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2877
2949
  manufacturer_part_number?: string | undefined;
2878
2950
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2879
2951
  display_value?: string | undefined;
2952
+ display_name?: string | undefined;
2880
2953
  are_pins_interchangeable?: boolean | undefined;
2881
2954
  internally_connected_source_port_ids?: string[][] | undefined;
2882
2955
  } | {
@@ -2889,6 +2962,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2889
2962
  manufacturer_part_number?: string | undefined;
2890
2963
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2891
2964
  display_value?: string | undefined;
2965
+ display_name?: string | undefined;
2892
2966
  are_pins_interchangeable?: boolean | undefined;
2893
2967
  internally_connected_source_port_ids?: string[][] | undefined;
2894
2968
  } | {
@@ -2901,6 +2975,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2901
2975
  manufacturer_part_number?: string | undefined;
2902
2976
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2903
2977
  display_value?: string | undefined;
2978
+ display_name?: string | undefined;
2904
2979
  are_pins_interchangeable?: boolean | undefined;
2905
2980
  internally_connected_source_port_ids?: string[][] | undefined;
2906
2981
  } | {
@@ -2992,6 +3067,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2992
3067
  manufacturer_part_number?: string | undefined;
2993
3068
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2994
3069
  display_value?: string | undefined;
3070
+ display_name?: string | undefined;
2995
3071
  are_pins_interchangeable?: boolean | undefined;
2996
3072
  internally_connected_source_port_ids?: string[][] | undefined;
2997
3073
  } | {
@@ -3005,6 +3081,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3005
3081
  manufacturer_part_number?: string | undefined;
3006
3082
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3007
3083
  display_value?: string | undefined;
3084
+ display_name?: string | undefined;
3008
3085
  are_pins_interchangeable?: boolean | undefined;
3009
3086
  internally_connected_source_port_ids?: string[][] | undefined;
3010
3087
  max_voltage_rating?: number | undefined;
@@ -3020,6 +3097,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3020
3097
  manufacturer_part_number?: string | undefined;
3021
3098
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3022
3099
  display_value?: string | undefined;
3100
+ display_name?: string | undefined;
3023
3101
  are_pins_interchangeable?: boolean | undefined;
3024
3102
  internally_connected_source_port_ids?: string[][] | undefined;
3025
3103
  } | {
@@ -3033,6 +3111,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3033
3111
  manufacturer_part_number?: string | undefined;
3034
3112
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3035
3113
  display_value?: string | undefined;
3114
+ display_name?: string | undefined;
3036
3115
  are_pins_interchangeable?: boolean | undefined;
3037
3116
  internally_connected_source_port_ids?: string[][] | undefined;
3038
3117
  wavelength?: string | undefined;
@@ -3047,6 +3126,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3047
3126
  manufacturer_part_number?: string | undefined;
3048
3127
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3049
3128
  display_value?: string | undefined;
3129
+ display_name?: string | undefined;
3050
3130
  are_pins_interchangeable?: boolean | undefined;
3051
3131
  internally_connected_source_port_ids?: string[][] | undefined;
3052
3132
  display_resistance?: string | undefined;
@@ -3061,6 +3141,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3061
3141
  manufacturer_part_number?: string | undefined;
3062
3142
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3063
3143
  display_value?: string | undefined;
3144
+ display_name?: string | undefined;
3064
3145
  are_pins_interchangeable?: boolean | undefined;
3065
3146
  internally_connected_source_port_ids?: string[][] | undefined;
3066
3147
  } | {
@@ -3074,6 +3155,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3074
3155
  manufacturer_part_number?: string | undefined;
3075
3156
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3076
3157
  display_value?: string | undefined;
3158
+ display_name?: string | undefined;
3077
3159
  are_pins_interchangeable?: boolean | undefined;
3078
3160
  internally_connected_source_port_ids?: string[][] | undefined;
3079
3161
  } | {
@@ -3087,6 +3169,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3087
3169
  manufacturer_part_number?: string | undefined;
3088
3170
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3089
3171
  display_value?: string | undefined;
3172
+ display_name?: string | undefined;
3090
3173
  are_pins_interchangeable?: boolean | undefined;
3091
3174
  internally_connected_source_port_ids?: string[][] | undefined;
3092
3175
  max_current_rating?: number | undefined;
@@ -3102,6 +3185,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3102
3185
  manufacturer_part_number?: string | undefined;
3103
3186
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3104
3187
  display_value?: string | undefined;
3188
+ display_name?: string | undefined;
3105
3189
  are_pins_interchangeable?: boolean | undefined;
3106
3190
  internally_connected_source_port_ids?: string[][] | undefined;
3107
3191
  } | {
@@ -3114,6 +3198,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3114
3198
  manufacturer_part_number?: string | undefined;
3115
3199
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3116
3200
  display_value?: string | undefined;
3201
+ display_name?: string | undefined;
3117
3202
  are_pins_interchangeable?: boolean | undefined;
3118
3203
  internally_connected_source_port_ids?: string[][] | undefined;
3119
3204
  } | {
@@ -3128,6 +3213,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3128
3213
  manufacturer_part_number?: string | undefined;
3129
3214
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3130
3215
  display_value?: string | undefined;
3216
+ display_name?: string | undefined;
3131
3217
  are_pins_interchangeable?: boolean | undefined;
3132
3218
  internally_connected_source_port_ids?: string[][] | undefined;
3133
3219
  equivalent_series_resistance?: number | undefined;
@@ -3141,6 +3227,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3141
3227
  manufacturer_part_number?: string | undefined;
3142
3228
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3143
3229
  display_value?: string | undefined;
3230
+ display_name?: string | undefined;
3144
3231
  are_pins_interchangeable?: boolean | undefined;
3145
3232
  internally_connected_source_port_ids?: string[][] | undefined;
3146
3233
  } | {
@@ -3154,6 +3241,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3154
3241
  manufacturer_part_number?: string | undefined;
3155
3242
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3156
3243
  display_value?: string | undefined;
3244
+ display_name?: string | undefined;
3157
3245
  are_pins_interchangeable?: boolean | undefined;
3158
3246
  internally_connected_source_port_ids?: string[][] | undefined;
3159
3247
  } | {
@@ -3170,6 +3258,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3170
3258
  manufacturer_part_number?: string | undefined;
3171
3259
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3172
3260
  display_value?: string | undefined;
3261
+ display_name?: string | undefined;
3173
3262
  are_pins_interchangeable?: boolean | undefined;
3174
3263
  internally_connected_source_port_ids?: string[][] | undefined;
3175
3264
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -3186,6 +3275,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3186
3275
  manufacturer_part_number?: string | undefined;
3187
3276
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3188
3277
  display_value?: string | undefined;
3278
+ display_name?: string | undefined;
3189
3279
  are_pins_interchangeable?: boolean | undefined;
3190
3280
  internally_connected_source_port_ids?: string[][] | undefined;
3191
3281
  } | {
@@ -3198,6 +3288,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3198
3288
  manufacturer_part_number?: string | undefined;
3199
3289
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3200
3290
  display_value?: string | undefined;
3291
+ display_name?: string | undefined;
3201
3292
  are_pins_interchangeable?: boolean | undefined;
3202
3293
  internally_connected_source_port_ids?: string[][] | undefined;
3203
3294
  } | {
@@ -3211,6 +3302,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3211
3302
  manufacturer_part_number?: string | undefined;
3212
3303
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3213
3304
  display_value?: string | undefined;
3305
+ display_name?: string | undefined;
3214
3306
  are_pins_interchangeable?: boolean | undefined;
3215
3307
  internally_connected_source_port_ids?: string[][] | undefined;
3216
3308
  } | {
@@ -3223,6 +3315,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3223
3315
  manufacturer_part_number?: string | undefined;
3224
3316
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3225
3317
  display_value?: string | undefined;
3318
+ display_name?: string | undefined;
3226
3319
  are_pins_interchangeable?: boolean | undefined;
3227
3320
  internally_connected_source_port_ids?: string[][] | undefined;
3228
3321
  } | {
@@ -3544,6 +3637,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3544
3637
  soldermask_margin?: number | undefined;
3545
3638
  hole_width?: number | undefined;
3546
3639
  hole_height?: number | undefined;
3640
+ ccw_rotation?: number | undefined;
3547
3641
  port_hints?: string[] | undefined;
3548
3642
  pcb_port_id?: string | undefined;
3549
3643
  } | {
@@ -3683,6 +3777,10 @@ declare const runTscircuitModule: (module: string, opts?: {
3683
3777
  pcb_port_id?: string | undefined;
3684
3778
  rect_border_radius?: number | undefined;
3685
3779
  corner_radius?: number | undefined;
3780
+ soldermask_margin_left?: number | undefined;
3781
+ soldermask_margin_top?: number | undefined;
3782
+ soldermask_margin_right?: number | undefined;
3783
+ soldermask_margin_bottom?: number | undefined;
3686
3784
  } | {
3687
3785
  x: number;
3688
3786
  y: number;
@@ -3702,6 +3800,10 @@ declare const runTscircuitModule: (module: string, opts?: {
3702
3800
  pcb_port_id?: string | undefined;
3703
3801
  rect_border_radius?: number | undefined;
3704
3802
  corner_radius?: number | undefined;
3803
+ soldermask_margin_left?: number | undefined;
3804
+ soldermask_margin_top?: number | undefined;
3805
+ soldermask_margin_right?: number | undefined;
3806
+ soldermask_margin_bottom?: number | undefined;
3705
3807
  } | {
3706
3808
  x: number;
3707
3809
  y: number;