circuit-json 0.0.244 → 0.0.245
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 -3
- package/dist/index.d.mts +0 -60
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -9167,36 +9167,17 @@ declare const source_manually_placed_via: z.ZodObject<{
|
|
|
9167
9167
|
source_manually_placed_via_id: z.ZodString;
|
|
9168
9168
|
source_group_id: z.ZodString;
|
|
9169
9169
|
source_net_id: z.ZodString;
|
|
9170
|
-
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
9171
|
-
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
9172
|
-
layers: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>, z.ZodObject<{
|
|
9173
|
-
name: z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>;
|
|
9174
|
-
}, "strip", z.ZodTypeAny, {
|
|
9175
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
9176
|
-
}, {
|
|
9177
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
9178
|
-
}>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
9179
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
9180
|
-
}>, "many">;
|
|
9181
9170
|
subcircuit_id: z.ZodOptional<z.ZodString>;
|
|
9182
9171
|
source_trace_id: z.ZodOptional<z.ZodString>;
|
|
9183
9172
|
}, "strip", z.ZodTypeAny, {
|
|
9184
|
-
x: number;
|
|
9185
|
-
y: number;
|
|
9186
9173
|
type: "source_manually_placed_via";
|
|
9187
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
|
|
9188
9174
|
source_group_id: string;
|
|
9189
9175
|
source_net_id: string;
|
|
9190
9176
|
source_manually_placed_via_id: string;
|
|
9191
9177
|
subcircuit_id?: string | undefined;
|
|
9192
9178
|
source_trace_id?: string | undefined;
|
|
9193
9179
|
}, {
|
|
9194
|
-
x: string | number;
|
|
9195
|
-
y: string | number;
|
|
9196
9180
|
type: "source_manually_placed_via";
|
|
9197
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
9198
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
9199
|
-
})[];
|
|
9200
9181
|
source_group_id: string;
|
|
9201
9182
|
source_net_id: string;
|
|
9202
9183
|
source_manually_placed_via_id: string;
|
|
@@ -9212,9 +9193,6 @@ interface SourceManuallyPlacedVia {
|
|
|
9212
9193
|
source_manually_placed_via_id: string;
|
|
9213
9194
|
source_group_id: string;
|
|
9214
9195
|
source_net_id: string;
|
|
9215
|
-
x: Distance;
|
|
9216
|
-
y: Distance;
|
|
9217
|
-
layers: LayerRef[];
|
|
9218
9196
|
subcircuit_id?: string;
|
|
9219
9197
|
source_trace_id?: string;
|
|
9220
9198
|
}
|
|
@@ -11410,36 +11388,17 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
11410
11388
|
source_manually_placed_via_id: z.ZodString;
|
|
11411
11389
|
source_group_id: z.ZodString;
|
|
11412
11390
|
source_net_id: z.ZodString;
|
|
11413
|
-
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
11414
|
-
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
11415
|
-
layers: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>, z.ZodObject<{
|
|
11416
|
-
name: z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>;
|
|
11417
|
-
}, "strip", z.ZodTypeAny, {
|
|
11418
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
11419
|
-
}, {
|
|
11420
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
11421
|
-
}>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
11422
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
11423
|
-
}>, "many">;
|
|
11424
11391
|
subcircuit_id: z.ZodOptional<z.ZodString>;
|
|
11425
11392
|
source_trace_id: z.ZodOptional<z.ZodString>;
|
|
11426
11393
|
}, "strip", z.ZodTypeAny, {
|
|
11427
|
-
x: number;
|
|
11428
|
-
y: number;
|
|
11429
11394
|
type: "source_manually_placed_via";
|
|
11430
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
|
|
11431
11395
|
source_group_id: string;
|
|
11432
11396
|
source_net_id: string;
|
|
11433
11397
|
source_manually_placed_via_id: string;
|
|
11434
11398
|
subcircuit_id?: string | undefined;
|
|
11435
11399
|
source_trace_id?: string | undefined;
|
|
11436
11400
|
}, {
|
|
11437
|
-
x: string | number;
|
|
11438
|
-
y: string | number;
|
|
11439
11401
|
type: "source_manually_placed_via";
|
|
11440
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
11441
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
11442
|
-
})[];
|
|
11443
11402
|
source_group_id: string;
|
|
11444
11403
|
source_net_id: string;
|
|
11445
11404
|
source_manually_placed_via_id: string;
|
|
@@ -17366,36 +17325,17 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
17366
17325
|
source_manually_placed_via_id: z.ZodString;
|
|
17367
17326
|
source_group_id: z.ZodString;
|
|
17368
17327
|
source_net_id: z.ZodString;
|
|
17369
|
-
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
17370
|
-
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
17371
|
-
layers: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>, z.ZodObject<{
|
|
17372
|
-
name: z.ZodEnum<["top", "bottom", "inner1", "inner2", "inner3", "inner4", "inner5", "inner6"]>;
|
|
17373
|
-
}, "strip", z.ZodTypeAny, {
|
|
17374
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
17375
|
-
}, {
|
|
17376
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
17377
|
-
}>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
17378
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
17379
|
-
}>, "many">;
|
|
17380
17328
|
subcircuit_id: z.ZodOptional<z.ZodString>;
|
|
17381
17329
|
source_trace_id: z.ZodOptional<z.ZodString>;
|
|
17382
17330
|
}, "strip", z.ZodTypeAny, {
|
|
17383
|
-
x: number;
|
|
17384
|
-
y: number;
|
|
17385
17331
|
type: "source_manually_placed_via";
|
|
17386
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
|
|
17387
17332
|
source_group_id: string;
|
|
17388
17333
|
source_net_id: string;
|
|
17389
17334
|
source_manually_placed_via_id: string;
|
|
17390
17335
|
subcircuit_id?: string | undefined;
|
|
17391
17336
|
source_trace_id?: string | undefined;
|
|
17392
17337
|
}, {
|
|
17393
|
-
x: string | number;
|
|
17394
|
-
y: string | number;
|
|
17395
17338
|
type: "source_manually_placed_via";
|
|
17396
|
-
layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
17397
|
-
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
17398
|
-
})[];
|
|
17399
17339
|
source_group_id: string;
|
|
17400
17340
|
source_net_id: string;
|
|
17401
17341
|
source_manually_placed_via_id: string;
|
package/dist/index.mjs
CHANGED
|
@@ -748,9 +748,6 @@ var source_manually_placed_via = z42.object({
|
|
|
748
748
|
source_manually_placed_via_id: z42.string(),
|
|
749
749
|
source_group_id: z42.string(),
|
|
750
750
|
source_net_id: z42.string(),
|
|
751
|
-
x: distance,
|
|
752
|
-
y: distance,
|
|
753
|
-
layers: z42.array(layer_ref),
|
|
754
751
|
subcircuit_id: z42.string().optional(),
|
|
755
752
|
source_trace_id: z42.string().optional()
|
|
756
753
|
}).describe("Defines a via that is manually placed in the source domain");
|