@tscircuit/eval 0.0.1113 → 0.0.1114

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.
@@ -1770,6 +1770,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1770
1770
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | "inner7" | "inner8" | undefined;
1771
1771
  source_trace_id?: string | undefined;
1772
1772
  pcb_trace_id?: string | undefined;
1773
+ source_net_id?: string | undefined;
1773
1774
  subcircuit_connectivity_map_key?: string | undefined;
1774
1775
  net_is_assignable?: boolean | undefined;
1775
1776
  net_assigned?: boolean | undefined;
@@ -6558,6 +6559,7 @@ declare const runTscircuitModule: (module: string, opts?: {
6558
6559
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | "inner7" | "inner8" | undefined;
6559
6560
  source_trace_id?: string | undefined;
6560
6561
  pcb_trace_id?: string | undefined;
6562
+ source_net_id?: string | undefined;
6561
6563
  subcircuit_connectivity_map_key?: string | undefined;
6562
6564
  net_is_assignable?: boolean | undefined;
6563
6565
  net_assigned?: boolean | undefined;
@@ -1786,6 +1786,7 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1786
1786
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | "inner7" | "inner8" | undefined;
1787
1787
  source_trace_id?: string | undefined;
1788
1788
  pcb_trace_id?: string | undefined;
1789
+ source_net_id?: string | undefined;
1789
1790
  subcircuit_connectivity_map_key?: string | undefined;
1790
1791
  net_is_assignable?: boolean | undefined;
1791
1792
  net_assigned?: boolean | undefined;
@@ -6574,6 +6575,7 @@ declare const runTscircuitModule: (module: string, opts?: {
6574
6575
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | "inner7" | "inner8" | undefined;
6575
6576
  source_trace_id?: string | undefined;
6576
6577
  pcb_trace_id?: string | undefined;
6578
+ source_net_id?: string | undefined;
6577
6579
  subcircuit_connectivity_map_key?: string | undefined;
6578
6580
  net_is_assignable?: boolean | undefined;
6579
6581
  net_assigned?: boolean | undefined;