@tscircuit/eval 0.0.1061 → 0.0.1062

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.
@@ -2248,6 +2248,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2248
2248
  pcb_placement_error_id: string;
2249
2249
  subcircuit_id?: string | undefined;
2250
2250
  is_fatal?: boolean | undefined;
2251
+ } | {
2252
+ message: string;
2253
+ type: "pcb_packing_error";
2254
+ error_type: "pcb_packing_error";
2255
+ pcb_packing_error_id: string;
2256
+ subcircuit_id?: string | undefined;
2257
+ pcb_group_id?: string | undefined;
2258
+ is_fatal?: boolean | undefined;
2251
2259
  } | {
2252
2260
  message: string;
2253
2261
  type: "pcb_panelization_placement_error";
@@ -7010,6 +7018,14 @@ declare const runTscircuitModule: (module: string, opts?: {
7010
7018
  pcb_placement_error_id: string;
7011
7019
  subcircuit_id?: string | undefined;
7012
7020
  is_fatal?: boolean | undefined;
7021
+ } | {
7022
+ message: string;
7023
+ type: "pcb_packing_error";
7024
+ error_type: "pcb_packing_error";
7025
+ pcb_packing_error_id: string;
7026
+ subcircuit_id?: string | undefined;
7027
+ pcb_group_id?: string | undefined;
7028
+ is_fatal?: boolean | undefined;
7013
7029
  } | {
7014
7030
  message: string;
7015
7031
  type: "pcb_panelization_placement_error";
@@ -2264,6 +2264,14 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
2264
2264
  pcb_placement_error_id: string;
2265
2265
  subcircuit_id?: string | undefined;
2266
2266
  is_fatal?: boolean | undefined;
2267
+ } | {
2268
+ message: string;
2269
+ type: "pcb_packing_error";
2270
+ error_type: "pcb_packing_error";
2271
+ pcb_packing_error_id: string;
2272
+ subcircuit_id?: string | undefined;
2273
+ pcb_group_id?: string | undefined;
2274
+ is_fatal?: boolean | undefined;
2267
2275
  } | {
2268
2276
  message: string;
2269
2277
  type: "pcb_panelization_placement_error";
@@ -7026,6 +7034,14 @@ declare const runTscircuitModule: (module: string, opts?: {
7026
7034
  pcb_placement_error_id: string;
7027
7035
  subcircuit_id?: string | undefined;
7028
7036
  is_fatal?: boolean | undefined;
7037
+ } | {
7038
+ message: string;
7039
+ type: "pcb_packing_error";
7040
+ error_type: "pcb_packing_error";
7041
+ pcb_packing_error_id: string;
7042
+ subcircuit_id?: string | undefined;
7043
+ pcb_group_id?: string | undefined;
7044
+ is_fatal?: boolean | undefined;
7029
7045
  } | {
7030
7046
  message: string;
7031
7047
  type: "pcb_panelization_placement_error";