@tscircuit/eval 0.0.795 → 0.0.797
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.
- package/dist/blob-url.js +1 -1
- package/dist/eval/index.d.ts +26 -0
- package/dist/lib/index.d.ts +26 -0
- package/dist/webworker/entrypoint.js +7 -7
- package/package.json +3 -3
package/dist/eval/index.d.ts
CHANGED
|
@@ -1390,6 +1390,19 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1390
1390
|
source_component_id?: string | undefined;
|
|
1391
1391
|
subcircuit_id?: string | undefined;
|
|
1392
1392
|
pcb_board_id?: string | undefined;
|
|
1393
|
+
} | {
|
|
1394
|
+
message: string;
|
|
1395
|
+
type: "supplier_footprint_mismatch_warning";
|
|
1396
|
+
source_component_id: string;
|
|
1397
|
+
warning_type: "supplier_footprint_mismatch_warning";
|
|
1398
|
+
supplier_footprint_mismatch_warning_id: string;
|
|
1399
|
+
footprint_copper_intersection_over_union: number;
|
|
1400
|
+
pcb_component_id?: string | undefined;
|
|
1401
|
+
subcircuit_id?: string | undefined;
|
|
1402
|
+
pcb_group_id?: string | undefined;
|
|
1403
|
+
supplier_name?: "jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc" | undefined;
|
|
1404
|
+
supplier_part_number?: string | undefined;
|
|
1405
|
+
supplier_footprint_url?: string | undefined;
|
|
1393
1406
|
} | {
|
|
1394
1407
|
x: number;
|
|
1395
1408
|
y: number;
|
|
@@ -5720,6 +5733,19 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5720
5733
|
source_component_id?: string | undefined;
|
|
5721
5734
|
subcircuit_id?: string | undefined;
|
|
5722
5735
|
pcb_board_id?: string | undefined;
|
|
5736
|
+
} | {
|
|
5737
|
+
message: string;
|
|
5738
|
+
type: "supplier_footprint_mismatch_warning";
|
|
5739
|
+
source_component_id: string;
|
|
5740
|
+
warning_type: "supplier_footprint_mismatch_warning";
|
|
5741
|
+
supplier_footprint_mismatch_warning_id: string;
|
|
5742
|
+
footprint_copper_intersection_over_union: number;
|
|
5743
|
+
pcb_component_id?: string | undefined;
|
|
5744
|
+
subcircuit_id?: string | undefined;
|
|
5745
|
+
pcb_group_id?: string | undefined;
|
|
5746
|
+
supplier_name?: "jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc" | undefined;
|
|
5747
|
+
supplier_part_number?: string | undefined;
|
|
5748
|
+
supplier_footprint_url?: string | undefined;
|
|
5723
5749
|
} | {
|
|
5724
5750
|
x: number;
|
|
5725
5751
|
y: number;
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1406,6 +1406,19 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1406
1406
|
source_component_id?: string | undefined;
|
|
1407
1407
|
subcircuit_id?: string | undefined;
|
|
1408
1408
|
pcb_board_id?: string | undefined;
|
|
1409
|
+
} | {
|
|
1410
|
+
message: string;
|
|
1411
|
+
type: "supplier_footprint_mismatch_warning";
|
|
1412
|
+
source_component_id: string;
|
|
1413
|
+
warning_type: "supplier_footprint_mismatch_warning";
|
|
1414
|
+
supplier_footprint_mismatch_warning_id: string;
|
|
1415
|
+
footprint_copper_intersection_over_union: number;
|
|
1416
|
+
pcb_component_id?: string | undefined;
|
|
1417
|
+
subcircuit_id?: string | undefined;
|
|
1418
|
+
pcb_group_id?: string | undefined;
|
|
1419
|
+
supplier_name?: "jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc" | undefined;
|
|
1420
|
+
supplier_part_number?: string | undefined;
|
|
1421
|
+
supplier_footprint_url?: string | undefined;
|
|
1409
1422
|
} | {
|
|
1410
1423
|
x: number;
|
|
1411
1424
|
y: number;
|
|
@@ -5736,6 +5749,19 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5736
5749
|
source_component_id?: string | undefined;
|
|
5737
5750
|
subcircuit_id?: string | undefined;
|
|
5738
5751
|
pcb_board_id?: string | undefined;
|
|
5752
|
+
} | {
|
|
5753
|
+
message: string;
|
|
5754
|
+
type: "supplier_footprint_mismatch_warning";
|
|
5755
|
+
source_component_id: string;
|
|
5756
|
+
warning_type: "supplier_footprint_mismatch_warning";
|
|
5757
|
+
supplier_footprint_mismatch_warning_id: string;
|
|
5758
|
+
footprint_copper_intersection_over_union: number;
|
|
5759
|
+
pcb_component_id?: string | undefined;
|
|
5760
|
+
subcircuit_id?: string | undefined;
|
|
5761
|
+
pcb_group_id?: string | undefined;
|
|
5762
|
+
supplier_name?: "jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc" | undefined;
|
|
5763
|
+
supplier_part_number?: string | undefined;
|
|
5764
|
+
supplier_footprint_url?: string | undefined;
|
|
5739
5765
|
} | {
|
|
5740
5766
|
x: number;
|
|
5741
5767
|
y: number;
|