circuit-json 0.0.322 → 0.0.323
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/README.md +0 -1
- package/dist/index.d.mts +0 -10
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1257,7 +1257,6 @@ interface PcbPlatedHoleCircle {
|
|
|
1257
1257
|
pcb_port_id?: string;
|
|
1258
1258
|
pcb_plated_hole_id: string;
|
|
1259
1259
|
soldermask_margin?: number;
|
|
1260
|
-
is_covered_with_solder_mask?: boolean;
|
|
1261
1260
|
}
|
|
1262
1261
|
/**
|
|
1263
1262
|
* Defines an oval or pill-shaped plated hole on the PCB
|
|
@@ -1406,7 +1405,6 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
|
|
|
1406
1405
|
pcb_port_id: z.ZodOptional<z.ZodString>;
|
|
1407
1406
|
pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
1408
1407
|
soldermask_margin: z.ZodOptional<z.ZodNumber>;
|
|
1409
|
-
is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
|
|
1410
1408
|
}, "strip", z.ZodTypeAny, {
|
|
1411
1409
|
x: number;
|
|
1412
1410
|
y: number;
|
|
@@ -1419,7 +1417,6 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
|
|
|
1419
1417
|
pcb_component_id?: string | undefined;
|
|
1420
1418
|
subcircuit_id?: string | undefined;
|
|
1421
1419
|
pcb_group_id?: string | undefined;
|
|
1422
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1423
1420
|
soldermask_margin?: number | undefined;
|
|
1424
1421
|
port_hints?: string[] | undefined;
|
|
1425
1422
|
pcb_port_id?: string | undefined;
|
|
@@ -1436,7 +1433,6 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
|
|
|
1436
1433
|
pcb_component_id?: string | undefined;
|
|
1437
1434
|
subcircuit_id?: string | undefined;
|
|
1438
1435
|
pcb_group_id?: string | undefined;
|
|
1439
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
1440
1436
|
soldermask_margin?: number | undefined;
|
|
1441
1437
|
port_hints?: string[] | undefined;
|
|
1442
1438
|
pcb_port_id?: string | undefined;
|
|
@@ -15243,7 +15239,6 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
15243
15239
|
pcb_port_id: z.ZodOptional<z.ZodString>;
|
|
15244
15240
|
pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
15245
15241
|
soldermask_margin: z.ZodOptional<z.ZodNumber>;
|
|
15246
|
-
is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
|
|
15247
15242
|
}, "strip", z.ZodTypeAny, {
|
|
15248
15243
|
x: number;
|
|
15249
15244
|
y: number;
|
|
@@ -15256,7 +15251,6 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
15256
15251
|
pcb_component_id?: string | undefined;
|
|
15257
15252
|
subcircuit_id?: string | undefined;
|
|
15258
15253
|
pcb_group_id?: string | undefined;
|
|
15259
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
15260
15254
|
soldermask_margin?: number | undefined;
|
|
15261
15255
|
port_hints?: string[] | undefined;
|
|
15262
15256
|
pcb_port_id?: string | undefined;
|
|
@@ -15273,7 +15267,6 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
15273
15267
|
pcb_component_id?: string | undefined;
|
|
15274
15268
|
subcircuit_id?: string | undefined;
|
|
15275
15269
|
pcb_group_id?: string | undefined;
|
|
15276
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
15277
15270
|
soldermask_margin?: number | undefined;
|
|
15278
15271
|
port_hints?: string[] | undefined;
|
|
15279
15272
|
pcb_port_id?: string | undefined;
|
|
@@ -23190,7 +23183,6 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
23190
23183
|
pcb_port_id: z.ZodOptional<z.ZodString>;
|
|
23191
23184
|
pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
23192
23185
|
soldermask_margin: z.ZodOptional<z.ZodNumber>;
|
|
23193
|
-
is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
|
|
23194
23186
|
}, "strip", z.ZodTypeAny, {
|
|
23195
23187
|
x: number;
|
|
23196
23188
|
y: number;
|
|
@@ -23203,7 +23195,6 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
23203
23195
|
pcb_component_id?: string | undefined;
|
|
23204
23196
|
subcircuit_id?: string | undefined;
|
|
23205
23197
|
pcb_group_id?: string | undefined;
|
|
23206
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
23207
23198
|
soldermask_margin?: number | undefined;
|
|
23208
23199
|
port_hints?: string[] | undefined;
|
|
23209
23200
|
pcb_port_id?: string | undefined;
|
|
@@ -23220,7 +23211,6 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
23220
23211
|
pcb_component_id?: string | undefined;
|
|
23221
23212
|
subcircuit_id?: string | undefined;
|
|
23222
23213
|
pcb_group_id?: string | undefined;
|
|
23223
|
-
is_covered_with_solder_mask?: boolean | undefined;
|
|
23224
23214
|
soldermask_margin?: number | undefined;
|
|
23225
23215
|
port_hints?: string[] | undefined;
|
|
23226
23216
|
pcb_port_id?: string | undefined;
|
package/dist/index.mjs
CHANGED
|
@@ -1431,8 +1431,7 @@ var pcb_plated_hole_circle = z73.object({
|
|
|
1431
1431
|
pcb_component_id: z73.string().optional(),
|
|
1432
1432
|
pcb_port_id: z73.string().optional(),
|
|
1433
1433
|
pcb_plated_hole_id: getZodPrefixedIdWithDefault("pcb_plated_hole"),
|
|
1434
|
-
soldermask_margin: z73.number().optional()
|
|
1435
|
-
is_covered_with_solder_mask: z73.boolean().optional()
|
|
1434
|
+
soldermask_margin: z73.number().optional()
|
|
1436
1435
|
});
|
|
1437
1436
|
var pcb_plated_hole_oval = z73.object({
|
|
1438
1437
|
type: z73.literal("pcb_plated_hole"),
|