@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.
@@ -167,9 +167,9 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
167
167
  connected_source_net_ids: string[];
168
168
  subcircuit_id?: string | undefined;
169
169
  subcircuit_connectivity_map_key?: string | undefined;
170
+ display_name?: string | undefined;
170
171
  max_length?: number | undefined;
171
172
  min_trace_thickness?: number | undefined;
172
- display_name?: string | undefined;
173
173
  } | {
174
174
  type: "source_port";
175
175
  name: string;
@@ -198,6 +198,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
198
198
  manufacturer_part_number?: string | undefined;
199
199
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
200
200
  display_value?: string | undefined;
201
+ display_name?: string | undefined;
201
202
  are_pins_interchangeable?: boolean | undefined;
202
203
  internally_connected_source_port_ids?: string[][] | undefined;
203
204
  display_resistance?: string | undefined;
@@ -212,6 +213,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
212
213
  manufacturer_part_number?: string | undefined;
213
214
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
214
215
  display_value?: string | undefined;
216
+ display_name?: string | undefined;
215
217
  are_pins_interchangeable?: boolean | undefined;
216
218
  internally_connected_source_port_ids?: string[][] | undefined;
217
219
  max_voltage_rating?: number | undefined;
@@ -227,6 +229,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
227
229
  manufacturer_part_number?: string | undefined;
228
230
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
229
231
  display_value?: string | undefined;
232
+ display_name?: string | undefined;
230
233
  are_pins_interchangeable?: boolean | undefined;
231
234
  internally_connected_source_port_ids?: string[][] | undefined;
232
235
  } | {
@@ -239,6 +242,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
239
242
  manufacturer_part_number?: string | undefined;
240
243
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
241
244
  display_value?: string | undefined;
245
+ display_name?: string | undefined;
242
246
  are_pins_interchangeable?: boolean | undefined;
243
247
  internally_connected_source_port_ids?: string[][] | undefined;
244
248
  } | {
@@ -252,6 +256,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
252
256
  manufacturer_part_number?: string | undefined;
253
257
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
254
258
  display_value?: string | undefined;
259
+ display_name?: string | undefined;
255
260
  are_pins_interchangeable?: boolean | undefined;
256
261
  internally_connected_source_port_ids?: string[][] | undefined;
257
262
  wavelength?: string | undefined;
@@ -265,6 +270,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
265
270
  manufacturer_part_number?: string | undefined;
266
271
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
267
272
  display_value?: string | undefined;
273
+ display_name?: string | undefined;
268
274
  are_pins_interchangeable?: boolean | undefined;
269
275
  internally_connected_source_port_ids?: string[][] | undefined;
270
276
  } | {
@@ -277,6 +283,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
277
283
  manufacturer_part_number?: string | undefined;
278
284
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
279
285
  display_value?: string | undefined;
286
+ display_name?: string | undefined;
280
287
  are_pins_interchangeable?: boolean | undefined;
281
288
  internally_connected_source_port_ids?: string[][] | undefined;
282
289
  } | {
@@ -290,6 +297,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
290
297
  manufacturer_part_number?: string | undefined;
291
298
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
292
299
  display_value?: string | undefined;
300
+ display_name?: string | undefined;
293
301
  are_pins_interchangeable?: boolean | undefined;
294
302
  internally_connected_source_port_ids?: string[][] | undefined;
295
303
  } | {
@@ -303,6 +311,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
303
311
  manufacturer_part_number?: string | undefined;
304
312
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
305
313
  display_value?: string | undefined;
314
+ display_name?: string | undefined;
306
315
  are_pins_interchangeable?: boolean | undefined;
307
316
  internally_connected_source_port_ids?: string[][] | undefined;
308
317
  } | {
@@ -316,6 +325,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
316
325
  manufacturer_part_number?: string | undefined;
317
326
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
318
327
  display_value?: string | undefined;
328
+ display_name?: string | undefined;
319
329
  are_pins_interchangeable?: boolean | undefined;
320
330
  internally_connected_source_port_ids?: string[][] | undefined;
321
331
  max_current_rating?: number | undefined;
@@ -329,6 +339,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
329
339
  manufacturer_part_number?: string | undefined;
330
340
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
331
341
  display_value?: string | undefined;
342
+ display_name?: string | undefined;
332
343
  are_pins_interchangeable?: boolean | undefined;
333
344
  internally_connected_source_port_ids?: string[][] | undefined;
334
345
  } | {
@@ -342,6 +353,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
342
353
  manufacturer_part_number?: string | undefined;
343
354
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
344
355
  display_value?: string | undefined;
356
+ display_name?: string | undefined;
345
357
  are_pins_interchangeable?: boolean | undefined;
346
358
  internally_connected_source_port_ids?: string[][] | undefined;
347
359
  } | {
@@ -355,6 +367,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
355
367
  manufacturer_part_number?: string | undefined;
356
368
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
357
369
  display_value?: string | undefined;
370
+ display_name?: string | undefined;
358
371
  are_pins_interchangeable?: boolean | undefined;
359
372
  internally_connected_source_port_ids?: string[][] | undefined;
360
373
  load_capacitance?: number | undefined;
@@ -370,6 +383,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
370
383
  manufacturer_part_number?: string | undefined;
371
384
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
372
385
  display_value?: string | undefined;
386
+ display_name?: string | undefined;
373
387
  are_pins_interchangeable?: boolean | undefined;
374
388
  internally_connected_source_port_ids?: string[][] | undefined;
375
389
  } | {
@@ -382,6 +396,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
382
396
  manufacturer_part_number?: string | undefined;
383
397
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
384
398
  display_value?: string | undefined;
399
+ display_name?: string | undefined;
385
400
  are_pins_interchangeable?: boolean | undefined;
386
401
  internally_connected_source_port_ids?: string[][] | undefined;
387
402
  } | {
@@ -396,6 +411,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
396
411
  manufacturer_part_number?: string | undefined;
397
412
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
398
413
  display_value?: string | undefined;
414
+ display_name?: string | undefined;
399
415
  are_pins_interchangeable?: boolean | undefined;
400
416
  internally_connected_source_port_ids?: string[][] | undefined;
401
417
  equivalent_series_resistance?: number | undefined;
@@ -409,6 +425,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
409
425
  manufacturer_part_number?: string | undefined;
410
426
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
411
427
  display_value?: string | undefined;
428
+ display_name?: string | undefined;
412
429
  are_pins_interchangeable?: boolean | undefined;
413
430
  internally_connected_source_port_ids?: string[][] | undefined;
414
431
  } | {
@@ -422,6 +439,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
422
439
  manufacturer_part_number?: string | undefined;
423
440
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
424
441
  display_value?: string | undefined;
442
+ display_name?: string | undefined;
425
443
  are_pins_interchangeable?: boolean | undefined;
426
444
  internally_connected_source_port_ids?: string[][] | undefined;
427
445
  } | {
@@ -438,6 +456,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
438
456
  manufacturer_part_number?: string | undefined;
439
457
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
440
458
  display_value?: string | undefined;
459
+ display_name?: string | undefined;
441
460
  are_pins_interchangeable?: boolean | undefined;
442
461
  internally_connected_source_port_ids?: string[][] | undefined;
443
462
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -454,6 +473,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
454
473
  manufacturer_part_number?: string | undefined;
455
474
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
456
475
  display_value?: string | undefined;
476
+ display_name?: string | undefined;
457
477
  are_pins_interchangeable?: boolean | undefined;
458
478
  internally_connected_source_port_ids?: string[][] | undefined;
459
479
  } | {
@@ -466,6 +486,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
466
486
  manufacturer_part_number?: string | undefined;
467
487
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
468
488
  display_value?: string | undefined;
489
+ display_name?: string | undefined;
469
490
  are_pins_interchangeable?: boolean | undefined;
470
491
  internally_connected_source_port_ids?: string[][] | undefined;
471
492
  } | {
@@ -480,6 +501,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
480
501
  manufacturer_part_number?: string | undefined;
481
502
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
482
503
  display_value?: string | undefined;
504
+ display_name?: string | undefined;
483
505
  are_pins_interchangeable?: boolean | undefined;
484
506
  internally_connected_source_port_ids?: string[][] | undefined;
485
507
  } | {
@@ -492,6 +514,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
492
514
  manufacturer_part_number?: string | undefined;
493
515
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
494
516
  display_value?: string | undefined;
517
+ display_name?: string | undefined;
495
518
  are_pins_interchangeable?: boolean | undefined;
496
519
  internally_connected_source_port_ids?: string[][] | undefined;
497
520
  } | {
@@ -504,6 +527,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
504
527
  manufacturer_part_number?: string | undefined;
505
528
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
506
529
  display_value?: string | undefined;
530
+ display_name?: string | undefined;
507
531
  are_pins_interchangeable?: boolean | undefined;
508
532
  internally_connected_source_port_ids?: string[][] | undefined;
509
533
  } | {
@@ -595,6 +619,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
595
619
  manufacturer_part_number?: string | undefined;
596
620
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
597
621
  display_value?: string | undefined;
622
+ display_name?: string | undefined;
598
623
  are_pins_interchangeable?: boolean | undefined;
599
624
  internally_connected_source_port_ids?: string[][] | undefined;
600
625
  } | {
@@ -608,6 +633,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
608
633
  manufacturer_part_number?: string | undefined;
609
634
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
610
635
  display_value?: string | undefined;
636
+ display_name?: string | undefined;
611
637
  are_pins_interchangeable?: boolean | undefined;
612
638
  internally_connected_source_port_ids?: string[][] | undefined;
613
639
  max_voltage_rating?: number | undefined;
@@ -623,6 +649,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
623
649
  manufacturer_part_number?: string | undefined;
624
650
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
625
651
  display_value?: string | undefined;
652
+ display_name?: string | undefined;
626
653
  are_pins_interchangeable?: boolean | undefined;
627
654
  internally_connected_source_port_ids?: string[][] | undefined;
628
655
  } | {
@@ -636,6 +663,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
636
663
  manufacturer_part_number?: string | undefined;
637
664
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
638
665
  display_value?: string | undefined;
666
+ display_name?: string | undefined;
639
667
  are_pins_interchangeable?: boolean | undefined;
640
668
  internally_connected_source_port_ids?: string[][] | undefined;
641
669
  wavelength?: string | undefined;
@@ -650,6 +678,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
650
678
  manufacturer_part_number?: string | undefined;
651
679
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
652
680
  display_value?: string | undefined;
681
+ display_name?: string | undefined;
653
682
  are_pins_interchangeable?: boolean | undefined;
654
683
  internally_connected_source_port_ids?: string[][] | undefined;
655
684
  display_resistance?: string | undefined;
@@ -664,6 +693,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
664
693
  manufacturer_part_number?: string | undefined;
665
694
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
666
695
  display_value?: string | undefined;
696
+ display_name?: string | undefined;
667
697
  are_pins_interchangeable?: boolean | undefined;
668
698
  internally_connected_source_port_ids?: string[][] | undefined;
669
699
  } | {
@@ -677,6 +707,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
677
707
  manufacturer_part_number?: string | undefined;
678
708
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
679
709
  display_value?: string | undefined;
710
+ display_name?: string | undefined;
680
711
  are_pins_interchangeable?: boolean | undefined;
681
712
  internally_connected_source_port_ids?: string[][] | undefined;
682
713
  } | {
@@ -690,6 +721,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
690
721
  manufacturer_part_number?: string | undefined;
691
722
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
692
723
  display_value?: string | undefined;
724
+ display_name?: string | undefined;
693
725
  are_pins_interchangeable?: boolean | undefined;
694
726
  internally_connected_source_port_ids?: string[][] | undefined;
695
727
  max_current_rating?: number | undefined;
@@ -705,6 +737,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
705
737
  manufacturer_part_number?: string | undefined;
706
738
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
707
739
  display_value?: string | undefined;
740
+ display_name?: string | undefined;
708
741
  are_pins_interchangeable?: boolean | undefined;
709
742
  internally_connected_source_port_ids?: string[][] | undefined;
710
743
  } | {
@@ -717,6 +750,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
717
750
  manufacturer_part_number?: string | undefined;
718
751
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
719
752
  display_value?: string | undefined;
753
+ display_name?: string | undefined;
720
754
  are_pins_interchangeable?: boolean | undefined;
721
755
  internally_connected_source_port_ids?: string[][] | undefined;
722
756
  } | {
@@ -731,6 +765,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
731
765
  manufacturer_part_number?: string | undefined;
732
766
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
733
767
  display_value?: string | undefined;
768
+ display_name?: string | undefined;
734
769
  are_pins_interchangeable?: boolean | undefined;
735
770
  internally_connected_source_port_ids?: string[][] | undefined;
736
771
  equivalent_series_resistance?: number | undefined;
@@ -744,6 +779,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
744
779
  manufacturer_part_number?: string | undefined;
745
780
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
746
781
  display_value?: string | undefined;
782
+ display_name?: string | undefined;
747
783
  are_pins_interchangeable?: boolean | undefined;
748
784
  internally_connected_source_port_ids?: string[][] | undefined;
749
785
  } | {
@@ -757,6 +793,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
757
793
  manufacturer_part_number?: string | undefined;
758
794
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
759
795
  display_value?: string | undefined;
796
+ display_name?: string | undefined;
760
797
  are_pins_interchangeable?: boolean | undefined;
761
798
  internally_connected_source_port_ids?: string[][] | undefined;
762
799
  } | {
@@ -773,6 +810,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
773
810
  manufacturer_part_number?: string | undefined;
774
811
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
775
812
  display_value?: string | undefined;
813
+ display_name?: string | undefined;
776
814
  are_pins_interchangeable?: boolean | undefined;
777
815
  internally_connected_source_port_ids?: string[][] | undefined;
778
816
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -789,6 +827,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
789
827
  manufacturer_part_number?: string | undefined;
790
828
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
791
829
  display_value?: string | undefined;
830
+ display_name?: string | undefined;
792
831
  are_pins_interchangeable?: boolean | undefined;
793
832
  internally_connected_source_port_ids?: string[][] | undefined;
794
833
  } | {
@@ -801,6 +840,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
801
840
  manufacturer_part_number?: string | undefined;
802
841
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
803
842
  display_value?: string | undefined;
843
+ display_name?: string | undefined;
804
844
  are_pins_interchangeable?: boolean | undefined;
805
845
  internally_connected_source_port_ids?: string[][] | undefined;
806
846
  } | {
@@ -814,6 +854,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
814
854
  manufacturer_part_number?: string | undefined;
815
855
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
816
856
  display_value?: string | undefined;
857
+ display_name?: string | undefined;
817
858
  are_pins_interchangeable?: boolean | undefined;
818
859
  internally_connected_source_port_ids?: string[][] | undefined;
819
860
  } | {
@@ -826,6 +867,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
826
867
  manufacturer_part_number?: string | undefined;
827
868
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
828
869
  display_value?: string | undefined;
870
+ display_name?: string | undefined;
829
871
  are_pins_interchangeable?: boolean | undefined;
830
872
  internally_connected_source_port_ids?: string[][] | undefined;
831
873
  } | {
@@ -1147,6 +1189,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1147
1189
  soldermask_margin?: number | undefined;
1148
1190
  hole_width?: number | undefined;
1149
1191
  hole_height?: number | undefined;
1192
+ ccw_rotation?: number | undefined;
1150
1193
  port_hints?: string[] | undefined;
1151
1194
  pcb_port_id?: string | undefined;
1152
1195
  } | {
@@ -1286,6 +1329,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1286
1329
  pcb_port_id?: string | undefined;
1287
1330
  rect_border_radius?: number | undefined;
1288
1331
  corner_radius?: number | undefined;
1332
+ soldermask_margin_left?: number | undefined;
1333
+ soldermask_margin_top?: number | undefined;
1334
+ soldermask_margin_right?: number | undefined;
1335
+ soldermask_margin_bottom?: number | undefined;
1289
1336
  } | {
1290
1337
  x: number;
1291
1338
  y: number;
@@ -1305,6 +1352,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1305
1352
  pcb_port_id?: string | undefined;
1306
1353
  rect_border_radius?: number | undefined;
1307
1354
  corner_radius?: number | undefined;
1355
+ soldermask_margin_left?: number | undefined;
1356
+ soldermask_margin_top?: number | undefined;
1357
+ soldermask_margin_right?: number | undefined;
1358
+ soldermask_margin_bottom?: number | undefined;
1308
1359
  } | {
1309
1360
  x: number;
1310
1361
  y: number;
@@ -2580,9 +2631,9 @@ declare const runTscircuitModule: (module: string, opts?: {
2580
2631
  connected_source_net_ids: string[];
2581
2632
  subcircuit_id?: string | undefined;
2582
2633
  subcircuit_connectivity_map_key?: string | undefined;
2634
+ display_name?: string | undefined;
2583
2635
  max_length?: number | undefined;
2584
2636
  min_trace_thickness?: number | undefined;
2585
- display_name?: string | undefined;
2586
2637
  } | {
2587
2638
  type: "source_port";
2588
2639
  name: string;
@@ -2611,6 +2662,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2611
2662
  manufacturer_part_number?: string | undefined;
2612
2663
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2613
2664
  display_value?: string | undefined;
2665
+ display_name?: string | undefined;
2614
2666
  are_pins_interchangeable?: boolean | undefined;
2615
2667
  internally_connected_source_port_ids?: string[][] | undefined;
2616
2668
  display_resistance?: string | undefined;
@@ -2625,6 +2677,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2625
2677
  manufacturer_part_number?: string | undefined;
2626
2678
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2627
2679
  display_value?: string | undefined;
2680
+ display_name?: string | undefined;
2628
2681
  are_pins_interchangeable?: boolean | undefined;
2629
2682
  internally_connected_source_port_ids?: string[][] | undefined;
2630
2683
  max_voltage_rating?: number | undefined;
@@ -2640,6 +2693,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2640
2693
  manufacturer_part_number?: string | undefined;
2641
2694
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2642
2695
  display_value?: string | undefined;
2696
+ display_name?: string | undefined;
2643
2697
  are_pins_interchangeable?: boolean | undefined;
2644
2698
  internally_connected_source_port_ids?: string[][] | undefined;
2645
2699
  } | {
@@ -2652,6 +2706,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2652
2706
  manufacturer_part_number?: string | undefined;
2653
2707
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2654
2708
  display_value?: string | undefined;
2709
+ display_name?: string | undefined;
2655
2710
  are_pins_interchangeable?: boolean | undefined;
2656
2711
  internally_connected_source_port_ids?: string[][] | undefined;
2657
2712
  } | {
@@ -2665,6 +2720,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2665
2720
  manufacturer_part_number?: string | undefined;
2666
2721
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2667
2722
  display_value?: string | undefined;
2723
+ display_name?: string | undefined;
2668
2724
  are_pins_interchangeable?: boolean | undefined;
2669
2725
  internally_connected_source_port_ids?: string[][] | undefined;
2670
2726
  wavelength?: string | undefined;
@@ -2678,6 +2734,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2678
2734
  manufacturer_part_number?: string | undefined;
2679
2735
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2680
2736
  display_value?: string | undefined;
2737
+ display_name?: string | undefined;
2681
2738
  are_pins_interchangeable?: boolean | undefined;
2682
2739
  internally_connected_source_port_ids?: string[][] | undefined;
2683
2740
  } | {
@@ -2690,6 +2747,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2690
2747
  manufacturer_part_number?: string | undefined;
2691
2748
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2692
2749
  display_value?: string | undefined;
2750
+ display_name?: string | undefined;
2693
2751
  are_pins_interchangeable?: boolean | undefined;
2694
2752
  internally_connected_source_port_ids?: string[][] | undefined;
2695
2753
  } | {
@@ -2703,6 +2761,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2703
2761
  manufacturer_part_number?: string | undefined;
2704
2762
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2705
2763
  display_value?: string | undefined;
2764
+ display_name?: string | undefined;
2706
2765
  are_pins_interchangeable?: boolean | undefined;
2707
2766
  internally_connected_source_port_ids?: string[][] | undefined;
2708
2767
  } | {
@@ -2716,6 +2775,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2716
2775
  manufacturer_part_number?: string | undefined;
2717
2776
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2718
2777
  display_value?: string | undefined;
2778
+ display_name?: string | undefined;
2719
2779
  are_pins_interchangeable?: boolean | undefined;
2720
2780
  internally_connected_source_port_ids?: string[][] | undefined;
2721
2781
  } | {
@@ -2729,6 +2789,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2729
2789
  manufacturer_part_number?: string | undefined;
2730
2790
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2731
2791
  display_value?: string | undefined;
2792
+ display_name?: string | undefined;
2732
2793
  are_pins_interchangeable?: boolean | undefined;
2733
2794
  internally_connected_source_port_ids?: string[][] | undefined;
2734
2795
  max_current_rating?: number | undefined;
@@ -2742,6 +2803,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2742
2803
  manufacturer_part_number?: string | undefined;
2743
2804
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2744
2805
  display_value?: string | undefined;
2806
+ display_name?: string | undefined;
2745
2807
  are_pins_interchangeable?: boolean | undefined;
2746
2808
  internally_connected_source_port_ids?: string[][] | undefined;
2747
2809
  } | {
@@ -2755,6 +2817,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2755
2817
  manufacturer_part_number?: string | undefined;
2756
2818
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2757
2819
  display_value?: string | undefined;
2820
+ display_name?: string | undefined;
2758
2821
  are_pins_interchangeable?: boolean | undefined;
2759
2822
  internally_connected_source_port_ids?: string[][] | undefined;
2760
2823
  } | {
@@ -2768,6 +2831,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2768
2831
  manufacturer_part_number?: string | undefined;
2769
2832
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2770
2833
  display_value?: string | undefined;
2834
+ display_name?: string | undefined;
2771
2835
  are_pins_interchangeable?: boolean | undefined;
2772
2836
  internally_connected_source_port_ids?: string[][] | undefined;
2773
2837
  load_capacitance?: number | undefined;
@@ -2783,6 +2847,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2783
2847
  manufacturer_part_number?: string | undefined;
2784
2848
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2785
2849
  display_value?: string | undefined;
2850
+ display_name?: string | undefined;
2786
2851
  are_pins_interchangeable?: boolean | undefined;
2787
2852
  internally_connected_source_port_ids?: string[][] | undefined;
2788
2853
  } | {
@@ -2795,6 +2860,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2795
2860
  manufacturer_part_number?: string | undefined;
2796
2861
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2797
2862
  display_value?: string | undefined;
2863
+ display_name?: string | undefined;
2798
2864
  are_pins_interchangeable?: boolean | undefined;
2799
2865
  internally_connected_source_port_ids?: string[][] | undefined;
2800
2866
  } | {
@@ -2809,6 +2875,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2809
2875
  manufacturer_part_number?: string | undefined;
2810
2876
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2811
2877
  display_value?: string | undefined;
2878
+ display_name?: string | undefined;
2812
2879
  are_pins_interchangeable?: boolean | undefined;
2813
2880
  internally_connected_source_port_ids?: string[][] | undefined;
2814
2881
  equivalent_series_resistance?: number | undefined;
@@ -2822,6 +2889,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2822
2889
  manufacturer_part_number?: string | undefined;
2823
2890
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2824
2891
  display_value?: string | undefined;
2892
+ display_name?: string | undefined;
2825
2893
  are_pins_interchangeable?: boolean | undefined;
2826
2894
  internally_connected_source_port_ids?: string[][] | undefined;
2827
2895
  } | {
@@ -2835,6 +2903,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2835
2903
  manufacturer_part_number?: string | undefined;
2836
2904
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2837
2905
  display_value?: string | undefined;
2906
+ display_name?: string | undefined;
2838
2907
  are_pins_interchangeable?: boolean | undefined;
2839
2908
  internally_connected_source_port_ids?: string[][] | undefined;
2840
2909
  } | {
@@ -2851,6 +2920,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2851
2920
  manufacturer_part_number?: string | undefined;
2852
2921
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2853
2922
  display_value?: string | undefined;
2923
+ display_name?: string | undefined;
2854
2924
  are_pins_interchangeable?: boolean | undefined;
2855
2925
  internally_connected_source_port_ids?: string[][] | undefined;
2856
2926
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -2867,6 +2937,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2867
2937
  manufacturer_part_number?: string | undefined;
2868
2938
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2869
2939
  display_value?: string | undefined;
2940
+ display_name?: string | undefined;
2870
2941
  are_pins_interchangeable?: boolean | undefined;
2871
2942
  internally_connected_source_port_ids?: string[][] | undefined;
2872
2943
  } | {
@@ -2879,6 +2950,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2879
2950
  manufacturer_part_number?: string | undefined;
2880
2951
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2881
2952
  display_value?: string | undefined;
2953
+ display_name?: string | undefined;
2882
2954
  are_pins_interchangeable?: boolean | undefined;
2883
2955
  internally_connected_source_port_ids?: string[][] | undefined;
2884
2956
  } | {
@@ -2893,6 +2965,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2893
2965
  manufacturer_part_number?: string | undefined;
2894
2966
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2895
2967
  display_value?: string | undefined;
2968
+ display_name?: string | undefined;
2896
2969
  are_pins_interchangeable?: boolean | undefined;
2897
2970
  internally_connected_source_port_ids?: string[][] | undefined;
2898
2971
  } | {
@@ -2905,6 +2978,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2905
2978
  manufacturer_part_number?: string | undefined;
2906
2979
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2907
2980
  display_value?: string | undefined;
2981
+ display_name?: string | undefined;
2908
2982
  are_pins_interchangeable?: boolean | undefined;
2909
2983
  internally_connected_source_port_ids?: string[][] | undefined;
2910
2984
  } | {
@@ -2917,6 +2991,7 @@ declare const runTscircuitModule: (module: string, opts?: {
2917
2991
  manufacturer_part_number?: string | undefined;
2918
2992
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
2919
2993
  display_value?: string | undefined;
2994
+ display_name?: string | undefined;
2920
2995
  are_pins_interchangeable?: boolean | undefined;
2921
2996
  internally_connected_source_port_ids?: string[][] | undefined;
2922
2997
  } | {
@@ -3008,6 +3083,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3008
3083
  manufacturer_part_number?: string | undefined;
3009
3084
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3010
3085
  display_value?: string | undefined;
3086
+ display_name?: string | undefined;
3011
3087
  are_pins_interchangeable?: boolean | undefined;
3012
3088
  internally_connected_source_port_ids?: string[][] | undefined;
3013
3089
  } | {
@@ -3021,6 +3097,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3021
3097
  manufacturer_part_number?: string | undefined;
3022
3098
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3023
3099
  display_value?: string | undefined;
3100
+ display_name?: string | undefined;
3024
3101
  are_pins_interchangeable?: boolean | undefined;
3025
3102
  internally_connected_source_port_ids?: string[][] | undefined;
3026
3103
  max_voltage_rating?: number | undefined;
@@ -3036,6 +3113,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3036
3113
  manufacturer_part_number?: string | undefined;
3037
3114
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3038
3115
  display_value?: string | undefined;
3116
+ display_name?: string | undefined;
3039
3117
  are_pins_interchangeable?: boolean | undefined;
3040
3118
  internally_connected_source_port_ids?: string[][] | undefined;
3041
3119
  } | {
@@ -3049,6 +3127,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3049
3127
  manufacturer_part_number?: string | undefined;
3050
3128
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3051
3129
  display_value?: string | undefined;
3130
+ display_name?: string | undefined;
3052
3131
  are_pins_interchangeable?: boolean | undefined;
3053
3132
  internally_connected_source_port_ids?: string[][] | undefined;
3054
3133
  wavelength?: string | undefined;
@@ -3063,6 +3142,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3063
3142
  manufacturer_part_number?: string | undefined;
3064
3143
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3065
3144
  display_value?: string | undefined;
3145
+ display_name?: string | undefined;
3066
3146
  are_pins_interchangeable?: boolean | undefined;
3067
3147
  internally_connected_source_port_ids?: string[][] | undefined;
3068
3148
  display_resistance?: string | undefined;
@@ -3077,6 +3157,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3077
3157
  manufacturer_part_number?: string | undefined;
3078
3158
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3079
3159
  display_value?: string | undefined;
3160
+ display_name?: string | undefined;
3080
3161
  are_pins_interchangeable?: boolean | undefined;
3081
3162
  internally_connected_source_port_ids?: string[][] | undefined;
3082
3163
  } | {
@@ -3090,6 +3171,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3090
3171
  manufacturer_part_number?: string | undefined;
3091
3172
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3092
3173
  display_value?: string | undefined;
3174
+ display_name?: string | undefined;
3093
3175
  are_pins_interchangeable?: boolean | undefined;
3094
3176
  internally_connected_source_port_ids?: string[][] | undefined;
3095
3177
  } | {
@@ -3103,6 +3185,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3103
3185
  manufacturer_part_number?: string | undefined;
3104
3186
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3105
3187
  display_value?: string | undefined;
3188
+ display_name?: string | undefined;
3106
3189
  are_pins_interchangeable?: boolean | undefined;
3107
3190
  internally_connected_source_port_ids?: string[][] | undefined;
3108
3191
  max_current_rating?: number | undefined;
@@ -3118,6 +3201,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3118
3201
  manufacturer_part_number?: string | undefined;
3119
3202
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3120
3203
  display_value?: string | undefined;
3204
+ display_name?: string | undefined;
3121
3205
  are_pins_interchangeable?: boolean | undefined;
3122
3206
  internally_connected_source_port_ids?: string[][] | undefined;
3123
3207
  } | {
@@ -3130,6 +3214,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3130
3214
  manufacturer_part_number?: string | undefined;
3131
3215
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3132
3216
  display_value?: string | undefined;
3217
+ display_name?: string | undefined;
3133
3218
  are_pins_interchangeable?: boolean | undefined;
3134
3219
  internally_connected_source_port_ids?: string[][] | undefined;
3135
3220
  } | {
@@ -3144,6 +3229,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3144
3229
  manufacturer_part_number?: string | undefined;
3145
3230
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3146
3231
  display_value?: string | undefined;
3232
+ display_name?: string | undefined;
3147
3233
  are_pins_interchangeable?: boolean | undefined;
3148
3234
  internally_connected_source_port_ids?: string[][] | undefined;
3149
3235
  equivalent_series_resistance?: number | undefined;
@@ -3157,6 +3243,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3157
3243
  manufacturer_part_number?: string | undefined;
3158
3244
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3159
3245
  display_value?: string | undefined;
3246
+ display_name?: string | undefined;
3160
3247
  are_pins_interchangeable?: boolean | undefined;
3161
3248
  internally_connected_source_port_ids?: string[][] | undefined;
3162
3249
  } | {
@@ -3170,6 +3257,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3170
3257
  manufacturer_part_number?: string | undefined;
3171
3258
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3172
3259
  display_value?: string | undefined;
3260
+ display_name?: string | undefined;
3173
3261
  are_pins_interchangeable?: boolean | undefined;
3174
3262
  internally_connected_source_port_ids?: string[][] | undefined;
3175
3263
  } | {
@@ -3186,6 +3274,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3186
3274
  manufacturer_part_number?: string | undefined;
3187
3275
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3188
3276
  display_value?: string | undefined;
3277
+ display_name?: string | undefined;
3189
3278
  are_pins_interchangeable?: boolean | undefined;
3190
3279
  internally_connected_source_port_ids?: string[][] | undefined;
3191
3280
  footprint_variant?: "pad" | "through_hole" | undefined;
@@ -3202,6 +3291,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3202
3291
  manufacturer_part_number?: string | undefined;
3203
3292
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3204
3293
  display_value?: string | undefined;
3294
+ display_name?: string | undefined;
3205
3295
  are_pins_interchangeable?: boolean | undefined;
3206
3296
  internally_connected_source_port_ids?: string[][] | undefined;
3207
3297
  } | {
@@ -3214,6 +3304,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3214
3304
  manufacturer_part_number?: string | undefined;
3215
3305
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3216
3306
  display_value?: string | undefined;
3307
+ display_name?: string | undefined;
3217
3308
  are_pins_interchangeable?: boolean | undefined;
3218
3309
  internally_connected_source_port_ids?: string[][] | undefined;
3219
3310
  } | {
@@ -3227,6 +3318,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3227
3318
  manufacturer_part_number?: string | undefined;
3228
3319
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3229
3320
  display_value?: string | undefined;
3321
+ display_name?: string | undefined;
3230
3322
  are_pins_interchangeable?: boolean | undefined;
3231
3323
  internally_connected_source_port_ids?: string[][] | undefined;
3232
3324
  } | {
@@ -3239,6 +3331,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3239
3331
  manufacturer_part_number?: string | undefined;
3240
3332
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
3241
3333
  display_value?: string | undefined;
3334
+ display_name?: string | undefined;
3242
3335
  are_pins_interchangeable?: boolean | undefined;
3243
3336
  internally_connected_source_port_ids?: string[][] | undefined;
3244
3337
  } | {
@@ -3560,6 +3653,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3560
3653
  soldermask_margin?: number | undefined;
3561
3654
  hole_width?: number | undefined;
3562
3655
  hole_height?: number | undefined;
3656
+ ccw_rotation?: number | undefined;
3563
3657
  port_hints?: string[] | undefined;
3564
3658
  pcb_port_id?: string | undefined;
3565
3659
  } | {
@@ -3699,6 +3793,10 @@ declare const runTscircuitModule: (module: string, opts?: {
3699
3793
  pcb_port_id?: string | undefined;
3700
3794
  rect_border_radius?: number | undefined;
3701
3795
  corner_radius?: number | undefined;
3796
+ soldermask_margin_left?: number | undefined;
3797
+ soldermask_margin_top?: number | undefined;
3798
+ soldermask_margin_right?: number | undefined;
3799
+ soldermask_margin_bottom?: number | undefined;
3702
3800
  } | {
3703
3801
  x: number;
3704
3802
  y: number;
@@ -3718,6 +3816,10 @@ declare const runTscircuitModule: (module: string, opts?: {
3718
3816
  pcb_port_id?: string | undefined;
3719
3817
  rect_border_radius?: number | undefined;
3720
3818
  corner_radius?: number | undefined;
3819
+ soldermask_margin_left?: number | undefined;
3820
+ soldermask_margin_top?: number | undefined;
3821
+ soldermask_margin_right?: number | undefined;
3822
+ soldermask_margin_bottom?: number | undefined;
3721
3823
  } | {
3722
3824
  x: number;
3723
3825
  y: number;