@tscircuit/eval 0.0.544 → 0.0.546

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.
@@ -863,6 +863,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
863
863
  pcb_hole_id: string;
864
864
  hole_shape: "circle" | "square";
865
865
  hole_diameter: number;
866
+ pcb_component_id?: string | undefined;
866
867
  subcircuit_id?: string | undefined;
867
868
  pcb_group_id?: string | undefined;
868
869
  is_covered_with_solder_mask?: boolean | undefined;
@@ -875,6 +876,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
875
876
  hole_shape: "oval";
876
877
  hole_width: number;
877
878
  hole_height: number;
879
+ pcb_component_id?: string | undefined;
878
880
  subcircuit_id?: string | undefined;
879
881
  pcb_group_id?: string | undefined;
880
882
  is_covered_with_solder_mask?: boolean | undefined;
@@ -887,6 +889,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
887
889
  hole_shape: "pill";
888
890
  hole_width: number;
889
891
  hole_height: number;
892
+ pcb_component_id?: string | undefined;
890
893
  subcircuit_id?: string | undefined;
891
894
  pcb_group_id?: string | undefined;
892
895
  is_covered_with_solder_mask?: boolean | undefined;
@@ -900,6 +903,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
900
903
  hole_width: number;
901
904
  hole_height: number;
902
905
  ccw_rotation: number;
906
+ pcb_component_id?: string | undefined;
903
907
  subcircuit_id?: string | undefined;
904
908
  pcb_group_id?: string | undefined;
905
909
  is_covered_with_solder_mask?: boolean | undefined;
@@ -911,6 +915,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
911
915
  pcb_hole_id: string;
912
916
  hole_shape: "circle";
913
917
  hole_diameter: number;
918
+ pcb_component_id?: string | undefined;
914
919
  subcircuit_id?: string | undefined;
915
920
  pcb_group_id?: string | undefined;
916
921
  is_covered_with_solder_mask?: boolean | undefined;
@@ -923,6 +928,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
923
928
  hole_shape: "rect";
924
929
  hole_width: number;
925
930
  hole_height: number;
931
+ pcb_component_id?: string | undefined;
926
932
  subcircuit_id?: string | undefined;
927
933
  pcb_group_id?: string | undefined;
928
934
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3188,6 +3194,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3188
3194
  pcb_hole_id: string;
3189
3195
  hole_shape: "circle" | "square";
3190
3196
  hole_diameter: number;
3197
+ pcb_component_id?: string | undefined;
3191
3198
  subcircuit_id?: string | undefined;
3192
3199
  pcb_group_id?: string | undefined;
3193
3200
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3200,6 +3207,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3200
3207
  hole_shape: "oval";
3201
3208
  hole_width: number;
3202
3209
  hole_height: number;
3210
+ pcb_component_id?: string | undefined;
3203
3211
  subcircuit_id?: string | undefined;
3204
3212
  pcb_group_id?: string | undefined;
3205
3213
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3212,6 +3220,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3212
3220
  hole_shape: "pill";
3213
3221
  hole_width: number;
3214
3222
  hole_height: number;
3223
+ pcb_component_id?: string | undefined;
3215
3224
  subcircuit_id?: string | undefined;
3216
3225
  pcb_group_id?: string | undefined;
3217
3226
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3225,6 +3234,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3225
3234
  hole_width: number;
3226
3235
  hole_height: number;
3227
3236
  ccw_rotation: number;
3237
+ pcb_component_id?: string | undefined;
3228
3238
  subcircuit_id?: string | undefined;
3229
3239
  pcb_group_id?: string | undefined;
3230
3240
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3236,6 +3246,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3236
3246
  pcb_hole_id: string;
3237
3247
  hole_shape: "circle";
3238
3248
  hole_diameter: number;
3249
+ pcb_component_id?: string | undefined;
3239
3250
  subcircuit_id?: string | undefined;
3240
3251
  pcb_group_id?: string | undefined;
3241
3252
  is_covered_with_solder_mask?: boolean | undefined;
@@ -3248,6 +3259,7 @@ declare const runTscircuitModule: (module: string, opts?: {
3248
3259
  hole_shape: "rect";
3249
3260
  hole_width: number;
3250
3261
  hole_height: number;
3262
+ pcb_component_id?: string | undefined;
3251
3263
  subcircuit_id?: string | undefined;
3252
3264
  pcb_group_id?: string | undefined;
3253
3265
  is_covered_with_solder_mask?: boolean | undefined;