circuit-json 0.0.76 → 0.0.78

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.
@@ -2371,6 +2371,7 @@ declare const pcb_via: z.ZodObject<{
2371
2371
  }>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
2372
2372
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
2373
2373
  }>, "many">;
2374
+ pcb_trace_id: z.ZodOptional<z.ZodString>;
2374
2375
  }, "strip", z.ZodTypeAny, {
2375
2376
  x: number;
2376
2377
  y: number;
@@ -2381,6 +2382,7 @@ declare const pcb_via: z.ZodObject<{
2381
2382
  pcb_via_id: string;
2382
2383
  to_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
2383
2384
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
2385
+ pcb_trace_id?: string | undefined;
2384
2386
  }, {
2385
2387
  x: string | number;
2386
2388
  y: string | number;
@@ -2396,6 +2398,7 @@ declare const pcb_via: z.ZodObject<{
2396
2398
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
2397
2399
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
2398
2400
  } | undefined;
2401
+ pcb_trace_id?: string | undefined;
2399
2402
  pcb_via_id?: string | undefined;
2400
2403
  }>;
2401
2404
  type PcbViaInput = z.input<typeof pcb_via>;
@@ -2414,6 +2417,7 @@ interface PcbVia {
2414
2417
  /** @deprecated */
2415
2418
  to_layer?: LayerRef;
2416
2419
  layers: LayerRef[];
2420
+ pcb_trace_id?: string;
2417
2421
  }
2418
2422
  /**
2419
2423
  * @deprecated use PcbVia
@@ -4241,6 +4245,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
4241
4245
  }>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
4242
4246
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
4243
4247
  }>, "many">;
4248
+ pcb_trace_id: z.ZodOptional<z.ZodString>;
4244
4249
  }, "strip", z.ZodTypeAny, {
4245
4250
  x: number;
4246
4251
  y: number;
@@ -4251,6 +4256,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
4251
4256
  pcb_via_id: string;
4252
4257
  to_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
4253
4258
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
4259
+ pcb_trace_id?: string | undefined;
4254
4260
  }, {
4255
4261
  x: string | number;
4256
4262
  y: string | number;
@@ -4266,6 +4272,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
4266
4272
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
4267
4273
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
4268
4274
  } | undefined;
4275
+ pcb_trace_id?: string | undefined;
4269
4276
  pcb_via_id?: string | undefined;
4270
4277
  }>, z.ZodUnion<[z.ZodObject<{
4271
4278
  type: z.ZodLiteral<"pcb_smtpad">;
@@ -6455,6 +6462,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
6455
6462
  }>]>, "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6", "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
6456
6463
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
6457
6464
  }>, "many">;
6465
+ pcb_trace_id: z.ZodOptional<z.ZodString>;
6458
6466
  }, "strip", z.ZodTypeAny, {
6459
6467
  x: number;
6460
6468
  y: number;
@@ -6465,6 +6473,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
6465
6473
  pcb_via_id: string;
6466
6474
  to_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
6467
6475
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | undefined;
6476
+ pcb_trace_id?: string | undefined;
6468
6477
  }, {
6469
6478
  x: string | number;
6470
6479
  y: string | number;
@@ -6480,6 +6489,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
6480
6489
  from_layer?: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
6481
6490
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
6482
6491
  } | undefined;
6492
+ pcb_trace_id?: string | undefined;
6483
6493
  pcb_via_id?: string | undefined;
6484
6494
  }>, z.ZodUnion<[z.ZodObject<{
6485
6495
  type: z.ZodLiteral<"pcb_smtpad">;