@tscircuit/eval 0.0.993 → 0.0.995

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.
@@ -1740,6 +1740,17 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1740
1740
  y: number;
1741
1741
  } | undefined;
1742
1742
  subcircuit_id?: string | undefined;
1743
+ } | {
1744
+ message: string;
1745
+ type: "pcb_trace_too_long_warning";
1746
+ pcb_trace_id: string;
1747
+ warning_type: "pcb_trace_too_long_warning";
1748
+ pcb_trace_too_long_warning_id: string;
1749
+ actual_trace_length: number;
1750
+ maximum_trace_length: number;
1751
+ subcircuit_id?: string | undefined;
1752
+ source_trace_id?: string | undefined;
1753
+ source_net_id?: string | undefined;
1743
1754
  } | {
1744
1755
  type: "pcb_via";
1745
1756
  x: number;
@@ -6300,6 +6311,17 @@ declare const runTscircuitModule: (module: string, opts?: {
6300
6311
  y: number;
6301
6312
  } | undefined;
6302
6313
  subcircuit_id?: string | undefined;
6314
+ } | {
6315
+ message: string;
6316
+ type: "pcb_trace_too_long_warning";
6317
+ pcb_trace_id: string;
6318
+ warning_type: "pcb_trace_too_long_warning";
6319
+ pcb_trace_too_long_warning_id: string;
6320
+ actual_trace_length: number;
6321
+ maximum_trace_length: number;
6322
+ subcircuit_id?: string | undefined;
6323
+ source_trace_id?: string | undefined;
6324
+ source_net_id?: string | undefined;
6303
6325
  } | {
6304
6326
  type: "pcb_via";
6305
6327
  x: number;
@@ -1756,6 +1756,17 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
1756
1756
  y: number;
1757
1757
  } | undefined;
1758
1758
  subcircuit_id?: string | undefined;
1759
+ } | {
1760
+ message: string;
1761
+ type: "pcb_trace_too_long_warning";
1762
+ pcb_trace_id: string;
1763
+ warning_type: "pcb_trace_too_long_warning";
1764
+ pcb_trace_too_long_warning_id: string;
1765
+ actual_trace_length: number;
1766
+ maximum_trace_length: number;
1767
+ subcircuit_id?: string | undefined;
1768
+ source_trace_id?: string | undefined;
1769
+ source_net_id?: string | undefined;
1759
1770
  } | {
1760
1771
  type: "pcb_via";
1761
1772
  x: number;
@@ -6316,6 +6327,17 @@ declare const runTscircuitModule: (module: string, opts?: {
6316
6327
  y: number;
6317
6328
  } | undefined;
6318
6329
  subcircuit_id?: string | undefined;
6330
+ } | {
6331
+ message: string;
6332
+ type: "pcb_trace_too_long_warning";
6333
+ pcb_trace_id: string;
6334
+ warning_type: "pcb_trace_too_long_warning";
6335
+ pcb_trace_too_long_warning_id: string;
6336
+ actual_trace_length: number;
6337
+ maximum_trace_length: number;
6338
+ subcircuit_id?: string | undefined;
6339
+ source_trace_id?: string | undefined;
6340
+ source_net_id?: string | undefined;
6319
6341
  } | {
6320
6342
  type: "pcb_via";
6321
6343
  x: number;