circuit-json 0.0.432 → 0.0.434

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/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { z } from 'zod';
2
+ export { BaseTscircuitUnit, parseAndConvertSiUnit } from 'format-si-unit';
2
3
 
3
4
  declare const resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
4
5
  declare const capacitance: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, number, string | number>;
@@ -4126,9 +4127,9 @@ declare const pcb_hole_circle: z.ZodObject<{
4126
4127
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4127
4128
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4128
4129
  }, "strip", z.ZodTypeAny, {
4130
+ type: "pcb_hole";
4129
4131
  x: number;
4130
4132
  y: number;
4131
- type: "pcb_hole";
4132
4133
  pcb_hole_id: string;
4133
4134
  hole_shape: "circle";
4134
4135
  hole_diameter: number;
@@ -4138,9 +4139,9 @@ declare const pcb_hole_circle: z.ZodObject<{
4138
4139
  is_covered_with_solder_mask?: boolean | undefined;
4139
4140
  soldermask_margin?: number | undefined;
4140
4141
  }, {
4142
+ type: "pcb_hole";
4141
4143
  x: string | number;
4142
4144
  y: string | number;
4143
- type: "pcb_hole";
4144
4145
  hole_shape: "circle";
4145
4146
  hole_diameter: number;
4146
4147
  pcb_component_id?: string | undefined;
@@ -4163,9 +4164,9 @@ declare const pcb_hole_circle_shape: z.ZodObject<{
4163
4164
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4164
4165
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4165
4166
  }, "strip", z.ZodTypeAny, {
4167
+ type: "pcb_hole";
4166
4168
  x: number;
4167
4169
  y: number;
4168
- type: "pcb_hole";
4169
4170
  pcb_hole_id: string;
4170
4171
  hole_shape: "circle";
4171
4172
  hole_diameter: number;
@@ -4175,9 +4176,9 @@ declare const pcb_hole_circle_shape: z.ZodObject<{
4175
4176
  is_covered_with_solder_mask?: boolean | undefined;
4176
4177
  soldermask_margin?: number | undefined;
4177
4178
  }, {
4179
+ type: "pcb_hole";
4178
4180
  x: string | number;
4179
4181
  y: string | number;
4180
- type: "pcb_hole";
4181
4182
  hole_shape: "circle";
4182
4183
  hole_diameter: number;
4183
4184
  pcb_component_id?: string | undefined;
@@ -4218,9 +4219,9 @@ declare const pcb_hole_rect: z.ZodObject<{
4218
4219
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4219
4220
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4220
4221
  }, "strip", z.ZodTypeAny, {
4222
+ type: "pcb_hole";
4221
4223
  x: number;
4222
4224
  y: number;
4223
- type: "pcb_hole";
4224
4225
  pcb_hole_id: string;
4225
4226
  hole_shape: "rect";
4226
4227
  hole_width: number;
@@ -4231,9 +4232,9 @@ declare const pcb_hole_rect: z.ZodObject<{
4231
4232
  is_covered_with_solder_mask?: boolean | undefined;
4232
4233
  soldermask_margin?: number | undefined;
4233
4234
  }, {
4235
+ type: "pcb_hole";
4234
4236
  x: string | number;
4235
4237
  y: string | number;
4236
- type: "pcb_hole";
4237
4238
  hole_shape: "rect";
4238
4239
  hole_width: number;
4239
4240
  hole_height: number;
@@ -4258,9 +4259,9 @@ declare const pcb_hole_rect_shape: z.ZodObject<{
4258
4259
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4259
4260
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4260
4261
  }, "strip", z.ZodTypeAny, {
4262
+ type: "pcb_hole";
4261
4263
  x: number;
4262
4264
  y: number;
4263
- type: "pcb_hole";
4264
4265
  pcb_hole_id: string;
4265
4266
  hole_shape: "rect";
4266
4267
  hole_width: number;
@@ -4271,9 +4272,9 @@ declare const pcb_hole_rect_shape: z.ZodObject<{
4271
4272
  is_covered_with_solder_mask?: boolean | undefined;
4272
4273
  soldermask_margin?: number | undefined;
4273
4274
  }, {
4275
+ type: "pcb_hole";
4274
4276
  x: string | number;
4275
4277
  y: string | number;
4276
- type: "pcb_hole";
4277
4278
  hole_shape: "rect";
4278
4279
  hole_width: number;
4279
4280
  hole_height: number;
@@ -4315,9 +4316,9 @@ declare const pcb_hole_circle_or_square: z.ZodObject<{
4315
4316
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4316
4317
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4317
4318
  }, "strip", z.ZodTypeAny, {
4319
+ type: "pcb_hole";
4318
4320
  x: number;
4319
4321
  y: number;
4320
- type: "pcb_hole";
4321
4322
  pcb_hole_id: string;
4322
4323
  hole_shape: "circle" | "square";
4323
4324
  hole_diameter: number;
@@ -4327,9 +4328,9 @@ declare const pcb_hole_circle_or_square: z.ZodObject<{
4327
4328
  is_covered_with_solder_mask?: boolean | undefined;
4328
4329
  soldermask_margin?: number | undefined;
4329
4330
  }, {
4331
+ type: "pcb_hole";
4330
4332
  x: string | number;
4331
4333
  y: string | number;
4332
- type: "pcb_hole";
4333
4334
  hole_shape: "circle" | "square";
4334
4335
  hole_diameter: number;
4335
4336
  pcb_component_id?: string | undefined;
@@ -4352,9 +4353,9 @@ declare const pcb_hole_circle_or_square_shape: z.ZodObject<{
4352
4353
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4353
4354
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4354
4355
  }, "strip", z.ZodTypeAny, {
4356
+ type: "pcb_hole";
4355
4357
  x: number;
4356
4358
  y: number;
4357
- type: "pcb_hole";
4358
4359
  pcb_hole_id: string;
4359
4360
  hole_shape: "circle" | "square";
4360
4361
  hole_diameter: number;
@@ -4364,9 +4365,9 @@ declare const pcb_hole_circle_or_square_shape: z.ZodObject<{
4364
4365
  is_covered_with_solder_mask?: boolean | undefined;
4365
4366
  soldermask_margin?: number | undefined;
4366
4367
  }, {
4368
+ type: "pcb_hole";
4367
4369
  x: string | number;
4368
4370
  y: string | number;
4369
- type: "pcb_hole";
4370
4371
  hole_shape: "circle" | "square";
4371
4372
  hole_diameter: number;
4372
4373
  pcb_component_id?: string | undefined;
@@ -4410,9 +4411,9 @@ declare const pcb_hole_oval: z.ZodObject<{
4410
4411
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4411
4412
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4412
4413
  }, "strip", z.ZodTypeAny, {
4414
+ type: "pcb_hole";
4413
4415
  x: number;
4414
4416
  y: number;
4415
- type: "pcb_hole";
4416
4417
  pcb_hole_id: string;
4417
4418
  hole_shape: "oval";
4418
4419
  hole_width: number;
@@ -4423,9 +4424,9 @@ declare const pcb_hole_oval: z.ZodObject<{
4423
4424
  is_covered_with_solder_mask?: boolean | undefined;
4424
4425
  soldermask_margin?: number | undefined;
4425
4426
  }, {
4427
+ type: "pcb_hole";
4426
4428
  x: string | number;
4427
4429
  y: string | number;
4428
- type: "pcb_hole";
4429
4430
  hole_shape: "oval";
4430
4431
  hole_width: number;
4431
4432
  hole_height: number;
@@ -4450,9 +4451,9 @@ declare const pcb_hole_oval_shape: z.ZodObject<{
4450
4451
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4451
4452
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4452
4453
  }, "strip", z.ZodTypeAny, {
4454
+ type: "pcb_hole";
4453
4455
  x: number;
4454
4456
  y: number;
4455
- type: "pcb_hole";
4456
4457
  pcb_hole_id: string;
4457
4458
  hole_shape: "oval";
4458
4459
  hole_width: number;
@@ -4463,9 +4464,9 @@ declare const pcb_hole_oval_shape: z.ZodObject<{
4463
4464
  is_covered_with_solder_mask?: boolean | undefined;
4464
4465
  soldermask_margin?: number | undefined;
4465
4466
  }, {
4467
+ type: "pcb_hole";
4466
4468
  x: string | number;
4467
4469
  y: string | number;
4468
- type: "pcb_hole";
4469
4470
  hole_shape: "oval";
4470
4471
  hole_width: number;
4471
4472
  hole_height: number;
@@ -4508,9 +4509,9 @@ declare const pcb_hole_pill: z.ZodObject<{
4508
4509
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4509
4510
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4510
4511
  }, "strip", z.ZodTypeAny, {
4512
+ type: "pcb_hole";
4511
4513
  x: number;
4512
4514
  y: number;
4513
- type: "pcb_hole";
4514
4515
  pcb_hole_id: string;
4515
4516
  hole_shape: "pill";
4516
4517
  hole_width: number;
@@ -4521,9 +4522,9 @@ declare const pcb_hole_pill: z.ZodObject<{
4521
4522
  is_covered_with_solder_mask?: boolean | undefined;
4522
4523
  soldermask_margin?: number | undefined;
4523
4524
  }, {
4525
+ type: "pcb_hole";
4524
4526
  x: string | number;
4525
4527
  y: string | number;
4526
- type: "pcb_hole";
4527
4528
  hole_shape: "pill";
4528
4529
  hole_width: number;
4529
4530
  hole_height: number;
@@ -4548,9 +4549,9 @@ declare const pcb_hole_pill_shape: z.ZodObject<{
4548
4549
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4549
4550
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4550
4551
  }, "strip", z.ZodTypeAny, {
4552
+ type: "pcb_hole";
4551
4553
  x: number;
4552
4554
  y: number;
4553
- type: "pcb_hole";
4554
4555
  pcb_hole_id: string;
4555
4556
  hole_shape: "pill";
4556
4557
  hole_width: number;
@@ -4561,9 +4562,9 @@ declare const pcb_hole_pill_shape: z.ZodObject<{
4561
4562
  is_covered_with_solder_mask?: boolean | undefined;
4562
4563
  soldermask_margin?: number | undefined;
4563
4564
  }, {
4565
+ type: "pcb_hole";
4564
4566
  x: string | number;
4565
4567
  y: string | number;
4566
- type: "pcb_hole";
4567
4568
  hole_shape: "pill";
4568
4569
  hole_width: number;
4569
4570
  hole_height: number;
@@ -4607,9 +4608,9 @@ declare const pcb_hole_rotated_pill: z.ZodObject<{
4607
4608
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4608
4609
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4609
4610
  }, "strip", z.ZodTypeAny, {
4611
+ type: "pcb_hole";
4610
4612
  x: number;
4611
4613
  y: number;
4612
- type: "pcb_hole";
4613
4614
  pcb_hole_id: string;
4614
4615
  hole_shape: "rotated_pill";
4615
4616
  hole_width: number;
@@ -4621,9 +4622,9 @@ declare const pcb_hole_rotated_pill: z.ZodObject<{
4621
4622
  is_covered_with_solder_mask?: boolean | undefined;
4622
4623
  soldermask_margin?: number | undefined;
4623
4624
  }, {
4625
+ type: "pcb_hole";
4624
4626
  x: string | number;
4625
4627
  y: string | number;
4626
- type: "pcb_hole";
4627
4628
  hole_shape: "rotated_pill";
4628
4629
  hole_width: number;
4629
4630
  hole_height: number;
@@ -4650,9 +4651,9 @@ declare const pcb_hole_rotated_pill_shape: z.ZodObject<{
4650
4651
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4651
4652
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4652
4653
  }, "strip", z.ZodTypeAny, {
4654
+ type: "pcb_hole";
4653
4655
  x: number;
4654
4656
  y: number;
4655
- type: "pcb_hole";
4656
4657
  pcb_hole_id: string;
4657
4658
  hole_shape: "rotated_pill";
4658
4659
  hole_width: number;
@@ -4664,9 +4665,9 @@ declare const pcb_hole_rotated_pill_shape: z.ZodObject<{
4664
4665
  is_covered_with_solder_mask?: boolean | undefined;
4665
4666
  soldermask_margin?: number | undefined;
4666
4667
  }, {
4668
+ type: "pcb_hole";
4667
4669
  x: string | number;
4668
4670
  y: string | number;
4669
- type: "pcb_hole";
4670
4671
  hole_shape: "rotated_pill";
4671
4672
  hole_width: number;
4672
4673
  hole_height: number;
@@ -4710,9 +4711,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4710
4711
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4711
4712
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4712
4713
  }, "strip", z.ZodTypeAny, {
4714
+ type: "pcb_hole";
4713
4715
  x: number;
4714
4716
  y: number;
4715
- type: "pcb_hole";
4716
4717
  pcb_hole_id: string;
4717
4718
  hole_shape: "circle" | "square";
4718
4719
  hole_diameter: number;
@@ -4722,9 +4723,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4722
4723
  is_covered_with_solder_mask?: boolean | undefined;
4723
4724
  soldermask_margin?: number | undefined;
4724
4725
  }, {
4726
+ type: "pcb_hole";
4725
4727
  x: string | number;
4726
4728
  y: string | number;
4727
- type: "pcb_hole";
4728
4729
  hole_shape: "circle" | "square";
4729
4730
  hole_diameter: number;
4730
4731
  pcb_component_id?: string | undefined;
@@ -4747,9 +4748,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4747
4748
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4748
4749
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4749
4750
  }, "strip", z.ZodTypeAny, {
4751
+ type: "pcb_hole";
4750
4752
  x: number;
4751
4753
  y: number;
4752
- type: "pcb_hole";
4753
4754
  pcb_hole_id: string;
4754
4755
  hole_shape: "oval";
4755
4756
  hole_width: number;
@@ -4760,9 +4761,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4760
4761
  is_covered_with_solder_mask?: boolean | undefined;
4761
4762
  soldermask_margin?: number | undefined;
4762
4763
  }, {
4764
+ type: "pcb_hole";
4763
4765
  x: string | number;
4764
4766
  y: string | number;
4765
- type: "pcb_hole";
4766
4767
  hole_shape: "oval";
4767
4768
  hole_width: number;
4768
4769
  hole_height: number;
@@ -4786,9 +4787,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4786
4787
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4787
4788
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4788
4789
  }, "strip", z.ZodTypeAny, {
4790
+ type: "pcb_hole";
4789
4791
  x: number;
4790
4792
  y: number;
4791
- type: "pcb_hole";
4792
4793
  pcb_hole_id: string;
4793
4794
  hole_shape: "pill";
4794
4795
  hole_width: number;
@@ -4799,9 +4800,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4799
4800
  is_covered_with_solder_mask?: boolean | undefined;
4800
4801
  soldermask_margin?: number | undefined;
4801
4802
  }, {
4803
+ type: "pcb_hole";
4802
4804
  x: string | number;
4803
4805
  y: string | number;
4804
- type: "pcb_hole";
4805
4806
  hole_shape: "pill";
4806
4807
  hole_width: number;
4807
4808
  hole_height: number;
@@ -4826,9 +4827,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4826
4827
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4827
4828
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4828
4829
  }, "strip", z.ZodTypeAny, {
4830
+ type: "pcb_hole";
4829
4831
  x: number;
4830
4832
  y: number;
4831
- type: "pcb_hole";
4832
4833
  pcb_hole_id: string;
4833
4834
  hole_shape: "rotated_pill";
4834
4835
  hole_width: number;
@@ -4840,9 +4841,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4840
4841
  is_covered_with_solder_mask?: boolean | undefined;
4841
4842
  soldermask_margin?: number | undefined;
4842
4843
  }, {
4844
+ type: "pcb_hole";
4843
4845
  x: string | number;
4844
4846
  y: string | number;
4845
- type: "pcb_hole";
4846
4847
  hole_shape: "rotated_pill";
4847
4848
  hole_width: number;
4848
4849
  hole_height: number;
@@ -4866,9 +4867,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4866
4867
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4867
4868
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4868
4869
  }, "strip", z.ZodTypeAny, {
4870
+ type: "pcb_hole";
4869
4871
  x: number;
4870
4872
  y: number;
4871
- type: "pcb_hole";
4872
4873
  pcb_hole_id: string;
4873
4874
  hole_shape: "circle";
4874
4875
  hole_diameter: number;
@@ -4878,9 +4879,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4878
4879
  is_covered_with_solder_mask?: boolean | undefined;
4879
4880
  soldermask_margin?: number | undefined;
4880
4881
  }, {
4882
+ type: "pcb_hole";
4881
4883
  x: string | number;
4882
4884
  y: string | number;
4883
- type: "pcb_hole";
4884
4885
  hole_shape: "circle";
4885
4886
  hole_diameter: number;
4886
4887
  pcb_component_id?: string | undefined;
@@ -4903,9 +4904,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4903
4904
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
4904
4905
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
4905
4906
  }, "strip", z.ZodTypeAny, {
4907
+ type: "pcb_hole";
4906
4908
  x: number;
4907
4909
  y: number;
4908
- type: "pcb_hole";
4909
4910
  pcb_hole_id: string;
4910
4911
  hole_shape: "rect";
4911
4912
  hole_width: number;
@@ -4916,9 +4917,9 @@ declare const pcb_hole: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodUni
4916
4917
  is_covered_with_solder_mask?: boolean | undefined;
4917
4918
  soldermask_margin?: number | undefined;
4918
4919
  }, {
4920
+ type: "pcb_hole";
4919
4921
  x: string | number;
4920
4922
  y: string | number;
4921
- type: "pcb_hole";
4922
4923
  hole_shape: "rect";
4923
4924
  hole_width: number;
4924
4925
  hole_height: number;
@@ -5110,9 +5111,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5110
5111
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5111
5112
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5112
5113
  }, "strip", z.ZodTypeAny, {
5114
+ type: "pcb_plated_hole";
5113
5115
  x: number;
5114
5116
  y: number;
5115
- type: "pcb_plated_hole";
5116
5117
  shape: "circle";
5117
5118
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5118
5119
  hole_diameter: number;
@@ -5126,9 +5127,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5126
5127
  port_hints?: string[] | undefined;
5127
5128
  pcb_port_id?: string | undefined;
5128
5129
  }, {
5130
+ type: "pcb_plated_hole";
5129
5131
  x: string | number;
5130
5132
  y: string | number;
5131
- type: "pcb_plated_hole";
5132
5133
  shape: "circle";
5133
5134
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5134
5135
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5171,9 +5172,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5171
5172
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5172
5173
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5173
5174
  }, "strip", z.ZodTypeAny, {
5175
+ type: "pcb_plated_hole";
5174
5176
  x: number;
5175
5177
  y: number;
5176
- type: "pcb_plated_hole";
5177
5178
  shape: "oval" | "pill";
5178
5179
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5179
5180
  hole_width: number;
@@ -5190,9 +5191,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5190
5191
  port_hints?: string[] | undefined;
5191
5192
  pcb_port_id?: string | undefined;
5192
5193
  }, {
5194
+ type: "pcb_plated_hole";
5193
5195
  x: string | number;
5194
5196
  y: string | number;
5195
- type: "pcb_plated_hole";
5196
5197
  shape: "oval" | "pill";
5197
5198
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5198
5199
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5242,9 +5243,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5242
5243
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5243
5244
  rect_ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
5244
5245
  }, "strip", z.ZodTypeAny, {
5246
+ type: "pcb_plated_hole";
5245
5247
  x: number;
5246
5248
  y: number;
5247
- type: "pcb_plated_hole";
5248
5249
  shape: "circular_hole_with_rect_pad";
5249
5250
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5250
5251
  hole_shape: "circle";
@@ -5265,9 +5266,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5265
5266
  rect_border_radius?: number | undefined;
5266
5267
  rect_ccw_rotation?: number | undefined;
5267
5268
  }, {
5269
+ type: "pcb_plated_hole";
5268
5270
  x: string | number;
5269
5271
  y: string | number;
5270
- type: "pcb_plated_hole";
5271
5272
  shape: "circular_hole_with_rect_pad";
5272
5273
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5273
5274
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5321,9 +5322,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5321
5322
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5322
5323
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5323
5324
  }, "strip", z.ZodTypeAny, {
5325
+ type: "pcb_plated_hole";
5324
5326
  x: number;
5325
5327
  y: number;
5326
- type: "pcb_plated_hole";
5327
5328
  shape: "pill_hole_with_rect_pad";
5328
5329
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5329
5330
  hole_shape: "pill";
@@ -5344,9 +5345,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5344
5345
  pcb_port_id?: string | undefined;
5345
5346
  rect_border_radius?: number | undefined;
5346
5347
  }, {
5348
+ type: "pcb_plated_hole";
5347
5349
  x: string | number;
5348
5350
  y: string | number;
5349
- type: "pcb_plated_hole";
5350
5351
  shape: "pill_hole_with_rect_pad";
5351
5352
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5352
5353
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5402,9 +5403,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5402
5403
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
5403
5404
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5404
5405
  }, "strip", z.ZodTypeAny, {
5406
+ type: "pcb_plated_hole";
5405
5407
  x: number;
5406
5408
  y: number;
5407
- type: "pcb_plated_hole";
5408
5409
  shape: "rotated_pill_hole_with_rect_pad";
5409
5410
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5410
5411
  hole_shape: "rotated_pill";
@@ -5427,9 +5428,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5427
5428
  pcb_port_id?: string | undefined;
5428
5429
  rect_border_radius?: number | undefined;
5429
5430
  }, {
5431
+ type: "pcb_plated_hole";
5430
5432
  x: string | number;
5431
5433
  y: string | number;
5432
- type: "pcb_plated_hole";
5433
5434
  shape: "rotated_pill_hole_with_rect_pad";
5434
5435
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5435
5436
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5493,9 +5494,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5493
5494
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5494
5495
  ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
5495
5496
  }, "strip", z.ZodTypeAny, {
5497
+ type: "pcb_plated_hole";
5496
5498
  x: number;
5497
5499
  y: number;
5498
- type: "pcb_plated_hole";
5499
5500
  shape: "hole_with_polygon_pad";
5500
5501
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5501
5502
  hole_shape: "circle" | "oval" | "pill" | "rotated_pill";
@@ -5518,9 +5519,9 @@ declare const pcb_plated_hole: z.ZodUnion<[z.ZodObject<{
5518
5519
  port_hints?: string[] | undefined;
5519
5520
  pcb_port_id?: string | undefined;
5520
5521
  }, {
5522
+ type: "pcb_plated_hole";
5521
5523
  x: string | number;
5522
5524
  y: string | number;
5523
- type: "pcb_plated_hole";
5524
5525
  shape: "hole_with_polygon_pad";
5525
5526
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5526
5527
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5576,9 +5577,9 @@ declare const pcb_port: z.ZodObject<{
5576
5577
  }>, "many">;
5577
5578
  is_board_pinout: z.ZodOptional<z.ZodBoolean>;
5578
5579
  }, "strip", z.ZodTypeAny, {
5580
+ type: "pcb_port";
5579
5581
  x: number;
5580
5582
  y: number;
5581
- type: "pcb_port";
5582
5583
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
5583
5584
  pcb_port_id: string;
5584
5585
  source_port_id: string;
@@ -5587,9 +5588,9 @@ declare const pcb_port: z.ZodObject<{
5587
5588
  pcb_group_id?: string | undefined;
5588
5589
  is_board_pinout?: boolean | undefined;
5589
5590
  }, {
5591
+ type: "pcb_port";
5590
5592
  x: string | number;
5591
5593
  y: string | number;
5592
- type: "pcb_port";
5593
5594
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5594
5595
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
5595
5596
  })[];
@@ -5651,9 +5652,9 @@ declare const pcb_smtpad_pill: z.ZodObject<{
5651
5652
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
5652
5653
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5653
5654
  }, "strip", z.ZodTypeAny, {
5655
+ type: "pcb_smtpad";
5654
5656
  x: number;
5655
5657
  y: number;
5656
- type: "pcb_smtpad";
5657
5658
  width: number;
5658
5659
  height: number;
5659
5660
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5668,9 +5669,9 @@ declare const pcb_smtpad_pill: z.ZodObject<{
5668
5669
  port_hints?: string[] | undefined;
5669
5670
  pcb_port_id?: string | undefined;
5670
5671
  }, {
5672
+ type: "pcb_smtpad";
5671
5673
  x: string | number;
5672
5674
  y: string | number;
5673
- type: "pcb_smtpad";
5674
5675
  width: number;
5675
5676
  height: number;
5676
5677
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -5711,9 +5712,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5711
5712
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
5712
5713
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5713
5714
  }, "strip", z.ZodTypeAny, {
5715
+ type: "pcb_smtpad";
5714
5716
  x: number;
5715
5717
  y: number;
5716
- type: "pcb_smtpad";
5717
5718
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
5718
5719
  shape: "circle";
5719
5720
  pcb_smtpad_id: string;
@@ -5726,9 +5727,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5726
5727
  port_hints?: string[] | undefined;
5727
5728
  pcb_port_id?: string | undefined;
5728
5729
  }, {
5730
+ type: "pcb_smtpad";
5729
5731
  x: string | number;
5730
5732
  y: string | number;
5731
- type: "pcb_smtpad";
5732
5733
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
5733
5734
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
5734
5735
  };
@@ -5773,9 +5774,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5773
5774
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
5774
5775
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
5775
5776
  }, "strip", z.ZodTypeAny, {
5777
+ type: "pcb_smtpad";
5776
5778
  x: number;
5777
5779
  y: number;
5778
- type: "pcb_smtpad";
5779
5780
  width: number;
5780
5781
  height: number;
5781
5782
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5795,9 +5796,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5795
5796
  soldermask_margin_right?: number | undefined;
5796
5797
  soldermask_margin_bottom?: number | undefined;
5797
5798
  }, {
5799
+ type: "pcb_smtpad";
5798
5800
  x: string | number;
5799
5801
  y: string | number;
5800
- type: "pcb_smtpad";
5801
5802
  width: number;
5802
5803
  height: number;
5803
5804
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -5850,9 +5851,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5850
5851
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
5851
5852
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
5852
5853
  }, "strip", z.ZodTypeAny, {
5854
+ type: "pcb_smtpad";
5853
5855
  x: number;
5854
5856
  y: number;
5855
- type: "pcb_smtpad";
5856
5857
  width: number;
5857
5858
  height: number;
5858
5859
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5873,9 +5874,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5873
5874
  soldermask_margin_right?: number | undefined;
5874
5875
  soldermask_margin_bottom?: number | undefined;
5875
5876
  }, {
5877
+ type: "pcb_smtpad";
5876
5878
  x: string | number;
5877
5879
  y: string | number;
5878
- type: "pcb_smtpad";
5879
5880
  width: number;
5880
5881
  height: number;
5881
5882
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -5924,9 +5925,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5924
5925
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
5925
5926
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5926
5927
  }, "strip", z.ZodTypeAny, {
5928
+ type: "pcb_smtpad";
5927
5929
  x: number;
5928
5930
  y: number;
5929
- type: "pcb_smtpad";
5930
5931
  width: number;
5931
5932
  height: number;
5932
5933
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -5942,9 +5943,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5942
5943
  port_hints?: string[] | undefined;
5943
5944
  pcb_port_id?: string | undefined;
5944
5945
  }, {
5946
+ type: "pcb_smtpad";
5945
5947
  x: string | number;
5946
5948
  y: string | number;
5947
- type: "pcb_smtpad";
5948
5949
  width: number;
5949
5950
  height: number;
5950
5951
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -5987,9 +5988,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
5987
5988
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
5988
5989
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
5989
5990
  }, "strip", z.ZodTypeAny, {
5991
+ type: "pcb_smtpad";
5990
5992
  x: number;
5991
5993
  y: number;
5992
- type: "pcb_smtpad";
5993
5994
  width: number;
5994
5995
  height: number;
5995
5996
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -6004,9 +6005,9 @@ declare const pcb_smtpad: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
6004
6005
  port_hints?: string[] | undefined;
6005
6006
  pcb_port_id?: string | undefined;
6006
6007
  }, {
6008
+ type: "pcb_smtpad";
6007
6009
  x: string | number;
6008
6010
  y: string | number;
6009
- type: "pcb_smtpad";
6010
6011
  width: number;
6011
6012
  height: number;
6012
6013
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -6247,9 +6248,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6247
6248
  pcb_component_id: z.ZodOptional<z.ZodString>;
6248
6249
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
6249
6250
  }, "strip", z.ZodTypeAny, {
6251
+ type: "pcb_solder_paste";
6250
6252
  x: number;
6251
6253
  y: number;
6252
- type: "pcb_solder_paste";
6253
6254
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
6254
6255
  shape: "circle";
6255
6256
  radius: number;
@@ -6259,9 +6260,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6259
6260
  pcb_group_id?: string | undefined;
6260
6261
  pcb_smtpad_id?: string | undefined;
6261
6262
  }, {
6263
+ type: "pcb_solder_paste";
6262
6264
  x: string | number;
6263
6265
  y: string | number;
6264
- type: "pcb_solder_paste";
6265
6266
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
6266
6267
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
6267
6268
  };
@@ -6294,9 +6295,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6294
6295
  pcb_component_id: z.ZodOptional<z.ZodString>;
6295
6296
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
6296
6297
  }, "strip", z.ZodTypeAny, {
6298
+ type: "pcb_solder_paste";
6297
6299
  x: number;
6298
6300
  y: number;
6299
- type: "pcb_solder_paste";
6300
6301
  width: number;
6301
6302
  height: number;
6302
6303
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -6307,9 +6308,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6307
6308
  pcb_group_id?: string | undefined;
6308
6309
  pcb_smtpad_id?: string | undefined;
6309
6310
  }, {
6311
+ type: "pcb_solder_paste";
6310
6312
  x: string | number;
6311
6313
  y: string | number;
6312
- type: "pcb_solder_paste";
6313
6314
  width: number;
6314
6315
  height: number;
6315
6316
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -6344,9 +6345,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6344
6345
  pcb_component_id: z.ZodOptional<z.ZodString>;
6345
6346
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
6346
6347
  }, "strip", z.ZodTypeAny, {
6348
+ type: "pcb_solder_paste";
6347
6349
  x: number;
6348
6350
  y: number;
6349
- type: "pcb_solder_paste";
6350
6351
  width: number;
6351
6352
  height: number;
6352
6353
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -6358,9 +6359,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6358
6359
  pcb_group_id?: string | undefined;
6359
6360
  pcb_smtpad_id?: string | undefined;
6360
6361
  }, {
6362
+ type: "pcb_solder_paste";
6361
6363
  x: string | number;
6362
6364
  y: string | number;
6363
- type: "pcb_solder_paste";
6364
6365
  width: number;
6365
6366
  height: number;
6366
6367
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -6396,9 +6397,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6396
6397
  pcb_component_id: z.ZodOptional<z.ZodString>;
6397
6398
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
6398
6399
  }, "strip", z.ZodTypeAny, {
6400
+ type: "pcb_solder_paste";
6399
6401
  x: number;
6400
6402
  y: number;
6401
- type: "pcb_solder_paste";
6402
6403
  width: number;
6403
6404
  height: number;
6404
6405
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -6410,9 +6411,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6410
6411
  pcb_group_id?: string | undefined;
6411
6412
  pcb_smtpad_id?: string | undefined;
6412
6413
  }, {
6414
+ type: "pcb_solder_paste";
6413
6415
  x: string | number;
6414
6416
  y: string | number;
6415
- type: "pcb_solder_paste";
6416
6417
  width: number;
6417
6418
  height: number;
6418
6419
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -6447,9 +6448,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6447
6448
  pcb_component_id: z.ZodOptional<z.ZodString>;
6448
6449
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
6449
6450
  }, "strip", z.ZodTypeAny, {
6451
+ type: "pcb_solder_paste";
6450
6452
  x: number;
6451
6453
  y: number;
6452
- type: "pcb_solder_paste";
6453
6454
  width: number;
6454
6455
  height: number;
6455
6456
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -6460,9 +6461,9 @@ declare const pcb_solder_paste: z.ZodUnion<[z.ZodObject<{
6460
6461
  pcb_group_id?: string | undefined;
6461
6462
  pcb_smtpad_id?: string | undefined;
6462
6463
  }, {
6464
+ type: "pcb_solder_paste";
6463
6465
  x: string | number;
6464
6466
  y: string | number;
6465
- type: "pcb_solder_paste";
6466
6467
  width: number;
6467
6468
  height: number;
6468
6469
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -7722,9 +7723,9 @@ declare const pcb_via: z.ZodObject<{
7722
7723
  net_assigned: z.ZodOptional<z.ZodBoolean>;
7723
7724
  is_tented: z.ZodOptional<z.ZodBoolean>;
7724
7725
  }, "strip", z.ZodTypeAny, {
7726
+ type: "pcb_via";
7725
7727
  x: number;
7726
7728
  y: number;
7727
- type: "pcb_via";
7728
7729
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
7729
7730
  hole_diameter: number;
7730
7731
  outer_diameter: number;
@@ -7739,9 +7740,9 @@ declare const pcb_via: z.ZodObject<{
7739
7740
  net_assigned?: boolean | undefined;
7740
7741
  is_tented?: boolean | undefined;
7741
7742
  }, {
7743
+ type: "pcb_via";
7742
7744
  x: string | number;
7743
7745
  y: string | number;
7744
- type: "pcb_via";
7745
7746
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
7746
7747
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
7747
7748
  })[];
@@ -8813,6 +8814,358 @@ interface PcbSilkscreenOval {
8813
8814
  */
8814
8815
  type PcbSilkscreenOvalDeprecated = PcbSilkscreenOval;
8815
8816
 
8817
+ declare const pcb_silkscreen_graphic_brep: z.ZodObject<{
8818
+ type: z.ZodLiteral<"pcb_silkscreen_graphic">;
8819
+ pcb_silkscreen_graphic_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8820
+ pcb_component_id: z.ZodString;
8821
+ pcb_group_id: z.ZodOptional<z.ZodString>;
8822
+ subcircuit_id: z.ZodOptional<z.ZodString>;
8823
+ layer: z.ZodEnum<["top", "bottom"]>;
8824
+ image_asset: z.ZodOptional<z.ZodObject<{
8825
+ project_relative_path: z.ZodString;
8826
+ url: z.ZodString;
8827
+ mimetype: z.ZodString;
8828
+ }, "strip", z.ZodTypeAny, {
8829
+ project_relative_path: string;
8830
+ url: string;
8831
+ mimetype: string;
8832
+ }, {
8833
+ project_relative_path: string;
8834
+ url: string;
8835
+ mimetype: string;
8836
+ }>>;
8837
+ } & {
8838
+ shape: z.ZodLiteral<"brep">;
8839
+ brep_shape: z.ZodObject<{
8840
+ outer_ring: z.ZodObject<{
8841
+ vertices: z.ZodArray<z.ZodObject<{
8842
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
8843
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
8844
+ bulge: z.ZodOptional<z.ZodNumber>;
8845
+ }, "strip", z.ZodTypeAny, {
8846
+ x: number;
8847
+ y: number;
8848
+ bulge?: number | undefined;
8849
+ }, {
8850
+ x: string | number;
8851
+ y: string | number;
8852
+ bulge?: number | undefined;
8853
+ }>, "many">;
8854
+ }, "strip", z.ZodTypeAny, {
8855
+ vertices: {
8856
+ x: number;
8857
+ y: number;
8858
+ bulge?: number | undefined;
8859
+ }[];
8860
+ }, {
8861
+ vertices: {
8862
+ x: string | number;
8863
+ y: string | number;
8864
+ bulge?: number | undefined;
8865
+ }[];
8866
+ }>;
8867
+ inner_rings: z.ZodDefault<z.ZodArray<z.ZodObject<{
8868
+ vertices: z.ZodArray<z.ZodObject<{
8869
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
8870
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
8871
+ bulge: z.ZodOptional<z.ZodNumber>;
8872
+ }, "strip", z.ZodTypeAny, {
8873
+ x: number;
8874
+ y: number;
8875
+ bulge?: number | undefined;
8876
+ }, {
8877
+ x: string | number;
8878
+ y: string | number;
8879
+ bulge?: number | undefined;
8880
+ }>, "many">;
8881
+ }, "strip", z.ZodTypeAny, {
8882
+ vertices: {
8883
+ x: number;
8884
+ y: number;
8885
+ bulge?: number | undefined;
8886
+ }[];
8887
+ }, {
8888
+ vertices: {
8889
+ x: string | number;
8890
+ y: string | number;
8891
+ bulge?: number | undefined;
8892
+ }[];
8893
+ }>, "many">>;
8894
+ }, "strip", z.ZodTypeAny, {
8895
+ outer_ring: {
8896
+ vertices: {
8897
+ x: number;
8898
+ y: number;
8899
+ bulge?: number | undefined;
8900
+ }[];
8901
+ };
8902
+ inner_rings: {
8903
+ vertices: {
8904
+ x: number;
8905
+ y: number;
8906
+ bulge?: number | undefined;
8907
+ }[];
8908
+ }[];
8909
+ }, {
8910
+ outer_ring: {
8911
+ vertices: {
8912
+ x: string | number;
8913
+ y: string | number;
8914
+ bulge?: number | undefined;
8915
+ }[];
8916
+ };
8917
+ inner_rings?: {
8918
+ vertices: {
8919
+ x: string | number;
8920
+ y: string | number;
8921
+ bulge?: number | undefined;
8922
+ }[];
8923
+ }[] | undefined;
8924
+ }>;
8925
+ }, "strip", z.ZodTypeAny, {
8926
+ type: "pcb_silkscreen_graphic";
8927
+ layer: "top" | "bottom";
8928
+ shape: "brep";
8929
+ pcb_component_id: string;
8930
+ pcb_silkscreen_graphic_id: string;
8931
+ brep_shape: {
8932
+ outer_ring: {
8933
+ vertices: {
8934
+ x: number;
8935
+ y: number;
8936
+ bulge?: number | undefined;
8937
+ }[];
8938
+ };
8939
+ inner_rings: {
8940
+ vertices: {
8941
+ x: number;
8942
+ y: number;
8943
+ bulge?: number | undefined;
8944
+ }[];
8945
+ }[];
8946
+ };
8947
+ subcircuit_id?: string | undefined;
8948
+ pcb_group_id?: string | undefined;
8949
+ image_asset?: {
8950
+ project_relative_path: string;
8951
+ url: string;
8952
+ mimetype: string;
8953
+ } | undefined;
8954
+ }, {
8955
+ type: "pcb_silkscreen_graphic";
8956
+ layer: "top" | "bottom";
8957
+ shape: "brep";
8958
+ pcb_component_id: string;
8959
+ brep_shape: {
8960
+ outer_ring: {
8961
+ vertices: {
8962
+ x: string | number;
8963
+ y: string | number;
8964
+ bulge?: number | undefined;
8965
+ }[];
8966
+ };
8967
+ inner_rings?: {
8968
+ vertices: {
8969
+ x: string | number;
8970
+ y: string | number;
8971
+ bulge?: number | undefined;
8972
+ }[];
8973
+ }[] | undefined;
8974
+ };
8975
+ subcircuit_id?: string | undefined;
8976
+ pcb_group_id?: string | undefined;
8977
+ pcb_silkscreen_graphic_id?: string | undefined;
8978
+ image_asset?: {
8979
+ project_relative_path: string;
8980
+ url: string;
8981
+ mimetype: string;
8982
+ } | undefined;
8983
+ }>;
8984
+ type PcbSilkscreenGraphicBRepInput = z.input<typeof pcb_silkscreen_graphic_brep>;
8985
+ /**
8986
+ * Defines a BRep silkscreen graphic on the PCB
8987
+ */
8988
+ interface PcbSilkscreenGraphicBRep {
8989
+ type: "pcb_silkscreen_graphic";
8990
+ pcb_silkscreen_graphic_id: string;
8991
+ pcb_component_id: string;
8992
+ pcb_group_id?: string;
8993
+ subcircuit_id?: string;
8994
+ layer: VisibleLayer;
8995
+ image_asset?: Asset;
8996
+ shape: "brep";
8997
+ brep_shape: BRepShape;
8998
+ }
8999
+ declare const pcb_silkscreen_graphic: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
9000
+ type: z.ZodLiteral<"pcb_silkscreen_graphic">;
9001
+ pcb_silkscreen_graphic_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
9002
+ pcb_component_id: z.ZodString;
9003
+ pcb_group_id: z.ZodOptional<z.ZodString>;
9004
+ subcircuit_id: z.ZodOptional<z.ZodString>;
9005
+ layer: z.ZodEnum<["top", "bottom"]>;
9006
+ image_asset: z.ZodOptional<z.ZodObject<{
9007
+ project_relative_path: z.ZodString;
9008
+ url: z.ZodString;
9009
+ mimetype: z.ZodString;
9010
+ }, "strip", z.ZodTypeAny, {
9011
+ project_relative_path: string;
9012
+ url: string;
9013
+ mimetype: string;
9014
+ }, {
9015
+ project_relative_path: string;
9016
+ url: string;
9017
+ mimetype: string;
9018
+ }>>;
9019
+ } & {
9020
+ shape: z.ZodLiteral<"brep">;
9021
+ brep_shape: z.ZodObject<{
9022
+ outer_ring: z.ZodObject<{
9023
+ vertices: z.ZodArray<z.ZodObject<{
9024
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
9025
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
9026
+ bulge: z.ZodOptional<z.ZodNumber>;
9027
+ }, "strip", z.ZodTypeAny, {
9028
+ x: number;
9029
+ y: number;
9030
+ bulge?: number | undefined;
9031
+ }, {
9032
+ x: string | number;
9033
+ y: string | number;
9034
+ bulge?: number | undefined;
9035
+ }>, "many">;
9036
+ }, "strip", z.ZodTypeAny, {
9037
+ vertices: {
9038
+ x: number;
9039
+ y: number;
9040
+ bulge?: number | undefined;
9041
+ }[];
9042
+ }, {
9043
+ vertices: {
9044
+ x: string | number;
9045
+ y: string | number;
9046
+ bulge?: number | undefined;
9047
+ }[];
9048
+ }>;
9049
+ inner_rings: z.ZodDefault<z.ZodArray<z.ZodObject<{
9050
+ vertices: z.ZodArray<z.ZodObject<{
9051
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
9052
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
9053
+ bulge: z.ZodOptional<z.ZodNumber>;
9054
+ }, "strip", z.ZodTypeAny, {
9055
+ x: number;
9056
+ y: number;
9057
+ bulge?: number | undefined;
9058
+ }, {
9059
+ x: string | number;
9060
+ y: string | number;
9061
+ bulge?: number | undefined;
9062
+ }>, "many">;
9063
+ }, "strip", z.ZodTypeAny, {
9064
+ vertices: {
9065
+ x: number;
9066
+ y: number;
9067
+ bulge?: number | undefined;
9068
+ }[];
9069
+ }, {
9070
+ vertices: {
9071
+ x: string | number;
9072
+ y: string | number;
9073
+ bulge?: number | undefined;
9074
+ }[];
9075
+ }>, "many">>;
9076
+ }, "strip", z.ZodTypeAny, {
9077
+ outer_ring: {
9078
+ vertices: {
9079
+ x: number;
9080
+ y: number;
9081
+ bulge?: number | undefined;
9082
+ }[];
9083
+ };
9084
+ inner_rings: {
9085
+ vertices: {
9086
+ x: number;
9087
+ y: number;
9088
+ bulge?: number | undefined;
9089
+ }[];
9090
+ }[];
9091
+ }, {
9092
+ outer_ring: {
9093
+ vertices: {
9094
+ x: string | number;
9095
+ y: string | number;
9096
+ bulge?: number | undefined;
9097
+ }[];
9098
+ };
9099
+ inner_rings?: {
9100
+ vertices: {
9101
+ x: string | number;
9102
+ y: string | number;
9103
+ bulge?: number | undefined;
9104
+ }[];
9105
+ }[] | undefined;
9106
+ }>;
9107
+ }, "strip", z.ZodTypeAny, {
9108
+ type: "pcb_silkscreen_graphic";
9109
+ layer: "top" | "bottom";
9110
+ shape: "brep";
9111
+ pcb_component_id: string;
9112
+ pcb_silkscreen_graphic_id: string;
9113
+ brep_shape: {
9114
+ outer_ring: {
9115
+ vertices: {
9116
+ x: number;
9117
+ y: number;
9118
+ bulge?: number | undefined;
9119
+ }[];
9120
+ };
9121
+ inner_rings: {
9122
+ vertices: {
9123
+ x: number;
9124
+ y: number;
9125
+ bulge?: number | undefined;
9126
+ }[];
9127
+ }[];
9128
+ };
9129
+ subcircuit_id?: string | undefined;
9130
+ pcb_group_id?: string | undefined;
9131
+ image_asset?: {
9132
+ project_relative_path: string;
9133
+ url: string;
9134
+ mimetype: string;
9135
+ } | undefined;
9136
+ }, {
9137
+ type: "pcb_silkscreen_graphic";
9138
+ layer: "top" | "bottom";
9139
+ shape: "brep";
9140
+ pcb_component_id: string;
9141
+ brep_shape: {
9142
+ outer_ring: {
9143
+ vertices: {
9144
+ x: string | number;
9145
+ y: string | number;
9146
+ bulge?: number | undefined;
9147
+ }[];
9148
+ };
9149
+ inner_rings?: {
9150
+ vertices: {
9151
+ x: string | number;
9152
+ y: string | number;
9153
+ bulge?: number | undefined;
9154
+ }[];
9155
+ }[] | undefined;
9156
+ };
9157
+ subcircuit_id?: string | undefined;
9158
+ pcb_group_id?: string | undefined;
9159
+ pcb_silkscreen_graphic_id?: string | undefined;
9160
+ image_asset?: {
9161
+ project_relative_path: string;
9162
+ url: string;
9163
+ mimetype: string;
9164
+ } | undefined;
9165
+ }>]>;
9166
+ type PcbSilkscreenGraphicInput = z.input<typeof pcb_silkscreen_graphic>;
9167
+ type PcbSilkscreenGraphic = PcbSilkscreenGraphicBRep;
9168
+
8816
9169
  declare const pcb_silkscreen_pill: z.ZodObject<{
8817
9170
  type: z.ZodLiteral<"pcb_silkscreen_pill">;
8818
9171
  pcb_silkscreen_pill_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -10879,9 +11232,9 @@ declare const pcb_breakout_point: z.ZodObject<{
10879
11232
  x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
10880
11233
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
10881
11234
  }, "strip", z.ZodTypeAny, {
11235
+ type: "pcb_breakout_point";
10882
11236
  x: number;
10883
11237
  y: number;
10884
- type: "pcb_breakout_point";
10885
11238
  pcb_group_id: string;
10886
11239
  pcb_breakout_point_id: string;
10887
11240
  subcircuit_id?: string | undefined;
@@ -10889,9 +11242,9 @@ declare const pcb_breakout_point: z.ZodObject<{
10889
11242
  source_trace_id?: string | undefined;
10890
11243
  source_net_id?: string | undefined;
10891
11244
  }, {
11245
+ type: "pcb_breakout_point";
10892
11246
  x: string | number;
10893
11247
  y: string | number;
10894
- type: "pcb_breakout_point";
10895
11248
  pcb_group_id: string;
10896
11249
  subcircuit_id?: string | undefined;
10897
11250
  source_port_id?: string | undefined;
@@ -11258,7 +11611,6 @@ declare const pcb_copper_pour_brep: z.ZodObject<{
11258
11611
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
11259
11612
  shape: "brep";
11260
11613
  covered_with_solder_mask: boolean;
11261
- pcb_copper_pour_id: string;
11262
11614
  brep_shape: {
11263
11615
  outer_ring: {
11264
11616
  vertices: {
@@ -11275,6 +11627,7 @@ declare const pcb_copper_pour_brep: z.ZodObject<{
11275
11627
  }[];
11276
11628
  }[];
11277
11629
  };
11630
+ pcb_copper_pour_id: string;
11278
11631
  subcircuit_id?: string | undefined;
11279
11632
  pcb_group_id?: string | undefined;
11280
11633
  source_net_id?: string | undefined;
@@ -11568,7 +11921,6 @@ declare const pcb_copper_pour: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
11568
11921
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
11569
11922
  shape: "brep";
11570
11923
  covered_with_solder_mask: boolean;
11571
- pcb_copper_pour_id: string;
11572
11924
  brep_shape: {
11573
11925
  outer_ring: {
11574
11926
  vertices: {
@@ -11585,6 +11937,7 @@ declare const pcb_copper_pour: z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
11585
11937
  }[];
11586
11938
  }[];
11587
11939
  };
11940
+ pcb_copper_pour_id: string;
11588
11941
  subcircuit_id?: string | undefined;
11589
11942
  pcb_group_id?: string | undefined;
11590
11943
  source_net_id?: string | undefined;
@@ -12491,7 +12844,7 @@ interface PcbCourtyardPill {
12491
12844
  color?: string;
12492
12845
  }
12493
12846
 
12494
- type PcbCircuitElement = PcbComponent | PcbHole | PcbPlatedHole | PcbPort | PcbSmtPad | PcbSolderPaste | PcbText | PcbTrace | PcbTraceWarning | PcbTraceError | PcbTraceMissingError | PcbMissingFootprintError | ExternalFootprintLoadError | CircuitJsonFootprintLoadError | PcbManualEditConflictWarning | PcbConnectorNotInAccessibleOrientationWarning | SupplierFootprintMismatchWarning | PcbPortNotMatchedError | PcbPortNotConnectedError | PcbVia | PcbNet | PcbBoard | PcbPanel | PcbPlacementError | PcbPanelizationPlacementError | PcbTraceHint | PcbSilkscreenLine | PcbSilkscreenPath | PcbSilkscreenText | PcbSilkscreenPill | PcbCopperText | PcbSilkscreenRect | PcbSilkscreenCircle | PcbSilkscreenOval | PcbFabricationNoteRect | PcbFabricationNoteDimension | PcbNoteText | PcbNoteRect | PcbNotePath | PcbNoteLine | PcbNoteDimension | PcbAutoroutingError | PcbFootprintOverlapError | PcbCutout | PcbBreakoutPoint | PcbGroundPlane | PcbGroundPlaneRegion | PcbThermalSpoke | PcbCopperPour | PcbComponentOutsideBoardError | PcbComponentNotOnBoardEdgeError | PcbComponentInvalidLayerError | PcbViaClearanceError | PcbViaTraceClearanceError | PcbPadPadClearanceError | PcbPadTraceClearanceError | PcbCourtyardRect | PcbCourtyardOutline | PcbCourtyardPolygon | PcbCourtyardCircle | PcbCourtyardPill;
12847
+ type PcbCircuitElement = PcbComponent | PcbHole | PcbPlatedHole | PcbPort | PcbSmtPad | PcbSolderPaste | PcbText | PcbTrace | PcbTraceWarning | PcbTraceError | PcbTraceMissingError | PcbMissingFootprintError | ExternalFootprintLoadError | CircuitJsonFootprintLoadError | PcbManualEditConflictWarning | PcbConnectorNotInAccessibleOrientationWarning | SupplierFootprintMismatchWarning | PcbPortNotMatchedError | PcbPortNotConnectedError | PcbVia | PcbNet | PcbBoard | PcbPanel | PcbPlacementError | PcbPanelizationPlacementError | PcbTraceHint | PcbSilkscreenLine | PcbSilkscreenPath | PcbSilkscreenText | PcbSilkscreenPill | PcbCopperText | PcbSilkscreenRect | PcbSilkscreenCircle | PcbSilkscreenOval | PcbSilkscreenGraphic | PcbFabricationNoteRect | PcbFabricationNoteDimension | PcbNoteText | PcbNoteRect | PcbNotePath | PcbNoteLine | PcbNoteDimension | PcbAutoroutingError | PcbFootprintOverlapError | PcbCutout | PcbBreakoutPoint | PcbGroundPlane | PcbGroundPlaneRegion | PcbThermalSpoke | PcbCopperPour | PcbComponentOutsideBoardError | PcbComponentNotOnBoardEdgeError | PcbComponentInvalidLayerError | PcbViaClearanceError | PcbViaTraceClearanceError | PcbPadPadClearanceError | PcbPadTraceClearanceError | PcbCourtyardRect | PcbCourtyardOutline | PcbCourtyardPolygon | PcbCourtyardCircle | PcbCourtyardPill;
12495
12848
 
12496
12849
  interface SchematicBox {
12497
12850
  type: "schematic_box";
@@ -12515,9 +12868,9 @@ declare const schematic_box: z.ZodObject<{
12515
12868
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
12516
12869
  subcircuit_id: z.ZodOptional<z.ZodString>;
12517
12870
  }, "strip", z.ZodTypeAny, {
12871
+ type: "schematic_box";
12518
12872
  x: number;
12519
12873
  y: number;
12520
- type: "schematic_box";
12521
12874
  width: number;
12522
12875
  height: number;
12523
12876
  is_dashed: boolean;
@@ -12525,9 +12878,9 @@ declare const schematic_box: z.ZodObject<{
12525
12878
  schematic_component_id?: string | undefined;
12526
12879
  schematic_symbol_id?: string | undefined;
12527
12880
  }, {
12881
+ type: "schematic_box";
12528
12882
  x: string | number;
12529
12883
  y: string | number;
12530
- type: "schematic_box";
12531
12884
  width: string | number;
12532
12885
  height: string | number;
12533
12886
  subcircuit_id?: string | undefined;
@@ -25467,6 +25820,11 @@ declare const simulation_ac_voltage_source: z.ZodObject<{
25467
25820
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
25468
25821
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25469
25822
  duty_cycle: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, z.ZodNumber>>;
25823
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25824
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25825
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25826
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25827
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25470
25828
  }, "strip", z.ZodTypeAny, {
25471
25829
  type: "simulation_voltage_source";
25472
25830
  simulation_voltage_source_id: string;
@@ -25481,6 +25839,11 @@ declare const simulation_ac_voltage_source: z.ZodObject<{
25481
25839
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
25482
25840
  phase?: number | undefined;
25483
25841
  duty_cycle?: number | undefined;
25842
+ pulse_delay?: number | undefined;
25843
+ rise_time?: number | undefined;
25844
+ fall_time?: number | undefined;
25845
+ pulse_width?: number | undefined;
25846
+ period?: number | undefined;
25484
25847
  }, {
25485
25848
  type: "simulation_voltage_source";
25486
25849
  is_dc_source: false;
@@ -25495,6 +25858,11 @@ declare const simulation_ac_voltage_source: z.ZodObject<{
25495
25858
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
25496
25859
  phase?: string | number | undefined;
25497
25860
  duty_cycle?: string | number | undefined;
25861
+ pulse_delay?: string | number | undefined;
25862
+ rise_time?: string | number | undefined;
25863
+ fall_time?: string | number | undefined;
25864
+ pulse_width?: string | number | undefined;
25865
+ period?: string | number | undefined;
25498
25866
  }>;
25499
25867
  type SimulationAcVoltageSourceInput = z.input<typeof simulation_ac_voltage_source>;
25500
25868
  declare const simulation_voltage_source: z.ZodUnion<[z.ZodObject<{
@@ -25538,6 +25906,11 @@ declare const simulation_voltage_source: z.ZodUnion<[z.ZodObject<{
25538
25906
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
25539
25907
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25540
25908
  duty_cycle: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, z.ZodNumber>>;
25909
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25910
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25911
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25912
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25913
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25541
25914
  }, "strip", z.ZodTypeAny, {
25542
25915
  type: "simulation_voltage_source";
25543
25916
  simulation_voltage_source_id: string;
@@ -25552,6 +25925,11 @@ declare const simulation_voltage_source: z.ZodUnion<[z.ZodObject<{
25552
25925
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
25553
25926
  phase?: number | undefined;
25554
25927
  duty_cycle?: number | undefined;
25928
+ pulse_delay?: number | undefined;
25929
+ rise_time?: number | undefined;
25930
+ fall_time?: number | undefined;
25931
+ pulse_width?: number | undefined;
25932
+ period?: number | undefined;
25555
25933
  }, {
25556
25934
  type: "simulation_voltage_source";
25557
25935
  is_dc_source: false;
@@ -25566,6 +25944,11 @@ declare const simulation_voltage_source: z.ZodUnion<[z.ZodObject<{
25566
25944
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
25567
25945
  phase?: string | number | undefined;
25568
25946
  duty_cycle?: string | number | undefined;
25947
+ pulse_delay?: string | number | undefined;
25948
+ rise_time?: string | number | undefined;
25949
+ fall_time?: string | number | undefined;
25950
+ pulse_width?: string | number | undefined;
25951
+ period?: string | number | undefined;
25569
25952
  }>]>;
25570
25953
  type SimulationVoltageSourceInput = z.input<typeof simulation_voltage_source>;
25571
25954
  /**
@@ -25599,6 +25982,11 @@ interface SimulationAcVoltageSource {
25599
25982
  wave_shape?: WaveShape;
25600
25983
  phase?: number;
25601
25984
  duty_cycle?: number;
25985
+ pulse_delay?: number;
25986
+ rise_time?: number;
25987
+ fall_time?: number;
25988
+ pulse_width?: number;
25989
+ period?: number;
25602
25990
  }
25603
25991
  type SimulationVoltageSource = SimulationDcVoltageSource | SimulationAcVoltageSource;
25604
25992
 
@@ -25781,6 +26169,28 @@ type SimulationCurrentSource = SimulationDcCurrentSource | SimulationAcCurrentSo
25781
26169
 
25782
26170
  declare const experiment_type: z.ZodUnion<[z.ZodLiteral<"spice_dc_sweep">, z.ZodLiteral<"spice_dc_operating_point">, z.ZodLiteral<"spice_transient_analysis">, z.ZodLiteral<"spice_ac_analysis">]>;
25783
26171
  type ExperimentType = z.infer<typeof experiment_type>;
26172
+ declare const spice_simulation_options: z.ZodObject<{
26173
+ method: z.ZodOptional<z.ZodEnum<["trap", "gear"]>>;
26174
+ reltol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26175
+ abstol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26176
+ vntol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26177
+ }, "strip", z.ZodTypeAny, {
26178
+ method?: "trap" | "gear" | undefined;
26179
+ reltol?: string | number | undefined;
26180
+ abstol?: string | number | undefined;
26181
+ vntol?: string | number | undefined;
26182
+ }, {
26183
+ method?: "trap" | "gear" | undefined;
26184
+ reltol?: string | number | undefined;
26185
+ abstol?: string | number | undefined;
26186
+ vntol?: string | number | undefined;
26187
+ }>;
26188
+ interface SpiceSimulationOptions {
26189
+ method?: "trap" | "gear";
26190
+ reltol?: number | string;
26191
+ abstol?: number | string;
26192
+ vntol?: number | string;
26193
+ }
25784
26194
  interface SimulationExperiment {
25785
26195
  type: "simulation_experiment";
25786
26196
  simulation_experiment_id: string;
@@ -25789,6 +26199,7 @@ interface SimulationExperiment {
25789
26199
  time_per_step?: number;
25790
26200
  start_time_ms?: number;
25791
26201
  end_time_ms?: number;
26202
+ spice_options?: SpiceSimulationOptions;
25792
26203
  }
25793
26204
  declare const simulation_experiment: z.ZodObject<{
25794
26205
  type: z.ZodLiteral<"simulation_experiment">;
@@ -25798,6 +26209,22 @@ declare const simulation_experiment: z.ZodObject<{
25798
26209
  time_per_step: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25799
26210
  start_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
25800
26211
  end_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
26212
+ spice_options: z.ZodOptional<z.ZodObject<{
26213
+ method: z.ZodOptional<z.ZodEnum<["trap", "gear"]>>;
26214
+ reltol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26215
+ abstol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26216
+ vntol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
26217
+ }, "strip", z.ZodTypeAny, {
26218
+ method?: "trap" | "gear" | undefined;
26219
+ reltol?: string | number | undefined;
26220
+ abstol?: string | number | undefined;
26221
+ vntol?: string | number | undefined;
26222
+ }, {
26223
+ method?: "trap" | "gear" | undefined;
26224
+ reltol?: string | number | undefined;
26225
+ abstol?: string | number | undefined;
26226
+ vntol?: string | number | undefined;
26227
+ }>>;
25801
26228
  }, "strip", z.ZodTypeAny, {
25802
26229
  type: "simulation_experiment";
25803
26230
  name: string;
@@ -25806,6 +26233,12 @@ declare const simulation_experiment: z.ZodObject<{
25806
26233
  time_per_step?: number | undefined;
25807
26234
  start_time_ms?: number | undefined;
25808
26235
  end_time_ms?: number | undefined;
26236
+ spice_options?: {
26237
+ method?: "trap" | "gear" | undefined;
26238
+ reltol?: string | number | undefined;
26239
+ abstol?: string | number | undefined;
26240
+ vntol?: string | number | undefined;
26241
+ } | undefined;
25809
26242
  }, {
25810
26243
  type: "simulation_experiment";
25811
26244
  name: string;
@@ -25814,6 +26247,12 @@ declare const simulation_experiment: z.ZodObject<{
25814
26247
  time_per_step?: string | number | undefined;
25815
26248
  start_time_ms?: string | number | undefined;
25816
26249
  end_time_ms?: string | number | undefined;
26250
+ spice_options?: {
26251
+ method?: "trap" | "gear" | undefined;
26252
+ reltol?: string | number | undefined;
26253
+ abstol?: string | number | undefined;
26254
+ vntol?: string | number | undefined;
26255
+ } | undefined;
25817
26256
  }>;
25818
26257
  type SimulationExperimentInput = z.input<typeof simulation_experiment>;
25819
26258
 
@@ -28168,6 +28607,11 @@ declare const source_simple_voltage_source: z.ZodObject<{
28168
28607
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
28169
28608
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28170
28609
  duty_cycle: z.ZodOptional<z.ZodNumber>;
28610
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28611
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28612
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28613
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28614
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
28171
28615
  }, "strip", z.ZodTypeAny, {
28172
28616
  type: "source_component";
28173
28617
  name: string;
@@ -28181,6 +28625,11 @@ declare const source_simple_voltage_source: z.ZodObject<{
28181
28625
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
28182
28626
  phase?: number | undefined;
28183
28627
  duty_cycle?: number | undefined;
28628
+ pulse_delay?: number | undefined;
28629
+ rise_time?: number | undefined;
28630
+ fall_time?: number | undefined;
28631
+ pulse_width?: number | undefined;
28632
+ period?: number | undefined;
28184
28633
  manufacturer_part_number?: string | undefined;
28185
28634
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
28186
28635
  display_value?: string | undefined;
@@ -28200,6 +28649,11 @@ declare const source_simple_voltage_source: z.ZodObject<{
28200
28649
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
28201
28650
  phase?: string | number | undefined;
28202
28651
  duty_cycle?: number | undefined;
28652
+ pulse_delay?: string | number | undefined;
28653
+ rise_time?: string | number | undefined;
28654
+ fall_time?: string | number | undefined;
28655
+ pulse_width?: string | number | undefined;
28656
+ period?: string | number | undefined;
28203
28657
  manufacturer_part_number?: string | undefined;
28204
28658
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
28205
28659
  display_value?: string | undefined;
@@ -28219,6 +28673,11 @@ interface SourceSimpleVoltageSource extends SourceComponentBase {
28219
28673
  wave_shape?: "sinewave" | "square" | "triangle" | "sawtooth";
28220
28674
  phase?: number;
28221
28675
  duty_cycle?: number;
28676
+ pulse_delay?: number;
28677
+ rise_time?: number;
28678
+ fall_time?: number;
28679
+ pulse_width?: number;
28680
+ period?: number;
28222
28681
  }
28223
28682
 
28224
28683
  declare const any_source_component: z.ZodUnion<[z.ZodObject<{
@@ -29404,6 +29863,11 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
29404
29863
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
29405
29864
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29406
29865
  duty_cycle: z.ZodOptional<z.ZodNumber>;
29866
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29867
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29868
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29869
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29870
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
29407
29871
  }, "strip", z.ZodTypeAny, {
29408
29872
  type: "source_component";
29409
29873
  name: string;
@@ -29417,6 +29881,11 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
29417
29881
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
29418
29882
  phase?: number | undefined;
29419
29883
  duty_cycle?: number | undefined;
29884
+ pulse_delay?: number | undefined;
29885
+ rise_time?: number | undefined;
29886
+ fall_time?: number | undefined;
29887
+ pulse_width?: number | undefined;
29888
+ period?: number | undefined;
29420
29889
  manufacturer_part_number?: string | undefined;
29421
29890
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
29422
29891
  display_value?: string | undefined;
@@ -29436,6 +29905,11 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
29436
29905
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
29437
29906
  phase?: string | number | undefined;
29438
29907
  duty_cycle?: number | undefined;
29908
+ pulse_delay?: string | number | undefined;
29909
+ rise_time?: string | number | undefined;
29910
+ fall_time?: string | number | undefined;
29911
+ pulse_width?: string | number | undefined;
29912
+ period?: string | number | undefined;
29439
29913
  manufacturer_part_number?: string | undefined;
29440
29914
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
29441
29915
  display_value?: string | undefined;
@@ -30420,12 +30894,12 @@ declare const asset: z.ZodObject<{
30420
30894
  url: z.ZodString;
30421
30895
  mimetype: z.ZodString;
30422
30896
  }, "strip", z.ZodTypeAny, {
30423
- url: string;
30424
30897
  project_relative_path: string;
30898
+ url: string;
30425
30899
  mimetype: string;
30426
30900
  }, {
30427
- url: string;
30428
30901
  project_relative_path: string;
30902
+ url: string;
30429
30903
  mimetype: string;
30430
30904
  }>;
30431
30905
  type AssetInput = z.input<typeof asset>;
@@ -33097,12 +33571,12 @@ declare const cad_component: z.ZodObject<{
33097
33571
  url: z.ZodString;
33098
33572
  mimetype: z.ZodString;
33099
33573
  }, "strip", z.ZodTypeAny, {
33100
- url: string;
33101
33574
  project_relative_path: string;
33575
+ url: string;
33102
33576
  mimetype: string;
33103
33577
  }, {
33104
- url: string;
33105
33578
  project_relative_path: string;
33579
+ url: string;
33106
33580
  mimetype: string;
33107
33581
  }>>;
33108
33582
  model_unit_to_mm_scale_factor: z.ZodOptional<z.ZodNumber>;
@@ -33159,8 +33633,8 @@ declare const cad_component: z.ZodObject<{
33159
33633
  model_step_url?: string | undefined;
33160
33634
  model_wrl_url?: string | undefined;
33161
33635
  model_asset?: {
33162
- url: string;
33163
33636
  project_relative_path: string;
33637
+ url: string;
33164
33638
  mimetype: string;
33165
33639
  } | undefined;
33166
33640
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -33208,8 +33682,8 @@ declare const cad_component: z.ZodObject<{
33208
33682
  model_step_url?: string | undefined;
33209
33683
  model_wrl_url?: string | undefined;
33210
33684
  model_asset?: {
33211
- url: string;
33212
33685
  project_relative_path: string;
33686
+ url: string;
33213
33687
  mimetype: string;
33214
33688
  } | undefined;
33215
33689
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -34634,6 +35108,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
34634
35108
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
34635
35109
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
34636
35110
  duty_cycle: z.ZodOptional<z.ZodNumber>;
35111
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
35112
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
35113
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
35114
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
35115
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
34637
35116
  }, "strip", z.ZodTypeAny, {
34638
35117
  type: "source_component";
34639
35118
  name: string;
@@ -34647,6 +35126,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
34647
35126
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
34648
35127
  phase?: number | undefined;
34649
35128
  duty_cycle?: number | undefined;
35129
+ pulse_delay?: number | undefined;
35130
+ rise_time?: number | undefined;
35131
+ fall_time?: number | undefined;
35132
+ pulse_width?: number | undefined;
35133
+ period?: number | undefined;
34650
35134
  manufacturer_part_number?: string | undefined;
34651
35135
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
34652
35136
  display_value?: string | undefined;
@@ -34666,6 +35150,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
34666
35150
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
34667
35151
  phase?: string | number | undefined;
34668
35152
  duty_cycle?: number | undefined;
35153
+ pulse_delay?: string | number | undefined;
35154
+ rise_time?: string | number | undefined;
35155
+ fall_time?: string | number | undefined;
35156
+ pulse_width?: string | number | undefined;
35157
+ period?: string | number | undefined;
34669
35158
  manufacturer_part_number?: string | undefined;
34670
35159
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
34671
35160
  display_value?: string | undefined;
@@ -37900,9 +38389,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37900
38389
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
37901
38390
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
37902
38391
  }, "strip", z.ZodTypeAny, {
38392
+ type: "pcb_hole";
37903
38393
  x: number;
37904
38394
  y: number;
37905
- type: "pcb_hole";
37906
38395
  pcb_hole_id: string;
37907
38396
  hole_shape: "circle" | "square";
37908
38397
  hole_diameter: number;
@@ -37912,9 +38401,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37912
38401
  is_covered_with_solder_mask?: boolean | undefined;
37913
38402
  soldermask_margin?: number | undefined;
37914
38403
  }, {
38404
+ type: "pcb_hole";
37915
38405
  x: string | number;
37916
38406
  y: string | number;
37917
- type: "pcb_hole";
37918
38407
  hole_shape: "circle" | "square";
37919
38408
  hole_diameter: number;
37920
38409
  pcb_component_id?: string | undefined;
@@ -37937,9 +38426,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37937
38426
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
37938
38427
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
37939
38428
  }, "strip", z.ZodTypeAny, {
38429
+ type: "pcb_hole";
37940
38430
  x: number;
37941
38431
  y: number;
37942
- type: "pcb_hole";
37943
38432
  pcb_hole_id: string;
37944
38433
  hole_shape: "oval";
37945
38434
  hole_width: number;
@@ -37950,9 +38439,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37950
38439
  is_covered_with_solder_mask?: boolean | undefined;
37951
38440
  soldermask_margin?: number | undefined;
37952
38441
  }, {
38442
+ type: "pcb_hole";
37953
38443
  x: string | number;
37954
38444
  y: string | number;
37955
- type: "pcb_hole";
37956
38445
  hole_shape: "oval";
37957
38446
  hole_width: number;
37958
38447
  hole_height: number;
@@ -37976,9 +38465,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37976
38465
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
37977
38466
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
37978
38467
  }, "strip", z.ZodTypeAny, {
38468
+ type: "pcb_hole";
37979
38469
  x: number;
37980
38470
  y: number;
37981
- type: "pcb_hole";
37982
38471
  pcb_hole_id: string;
37983
38472
  hole_shape: "pill";
37984
38473
  hole_width: number;
@@ -37989,9 +38478,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37989
38478
  is_covered_with_solder_mask?: boolean | undefined;
37990
38479
  soldermask_margin?: number | undefined;
37991
38480
  }, {
38481
+ type: "pcb_hole";
37992
38482
  x: string | number;
37993
38483
  y: string | number;
37994
- type: "pcb_hole";
37995
38484
  hole_shape: "pill";
37996
38485
  hole_width: number;
37997
38486
  hole_height: number;
@@ -38016,9 +38505,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38016
38505
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
38017
38506
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38018
38507
  }, "strip", z.ZodTypeAny, {
38508
+ type: "pcb_hole";
38019
38509
  x: number;
38020
38510
  y: number;
38021
- type: "pcb_hole";
38022
38511
  pcb_hole_id: string;
38023
38512
  hole_shape: "rotated_pill";
38024
38513
  hole_width: number;
@@ -38030,9 +38519,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38030
38519
  is_covered_with_solder_mask?: boolean | undefined;
38031
38520
  soldermask_margin?: number | undefined;
38032
38521
  }, {
38522
+ type: "pcb_hole";
38033
38523
  x: string | number;
38034
38524
  y: string | number;
38035
- type: "pcb_hole";
38036
38525
  hole_shape: "rotated_pill";
38037
38526
  hole_width: number;
38038
38527
  hole_height: number;
@@ -38056,9 +38545,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38056
38545
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
38057
38546
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38058
38547
  }, "strip", z.ZodTypeAny, {
38548
+ type: "pcb_hole";
38059
38549
  x: number;
38060
38550
  y: number;
38061
- type: "pcb_hole";
38062
38551
  pcb_hole_id: string;
38063
38552
  hole_shape: "circle";
38064
38553
  hole_diameter: number;
@@ -38068,9 +38557,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38068
38557
  is_covered_with_solder_mask?: boolean | undefined;
38069
38558
  soldermask_margin?: number | undefined;
38070
38559
  }, {
38560
+ type: "pcb_hole";
38071
38561
  x: string | number;
38072
38562
  y: string | number;
38073
- type: "pcb_hole";
38074
38563
  hole_shape: "circle";
38075
38564
  hole_diameter: number;
38076
38565
  pcb_component_id?: string | undefined;
@@ -38093,9 +38582,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38093
38582
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
38094
38583
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38095
38584
  }, "strip", z.ZodTypeAny, {
38585
+ type: "pcb_hole";
38096
38586
  x: number;
38097
38587
  y: number;
38098
- type: "pcb_hole";
38099
38588
  pcb_hole_id: string;
38100
38589
  hole_shape: "rect";
38101
38590
  hole_width: number;
@@ -38106,9 +38595,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38106
38595
  is_covered_with_solder_mask?: boolean | undefined;
38107
38596
  soldermask_margin?: number | undefined;
38108
38597
  }, {
38598
+ type: "pcb_hole";
38109
38599
  x: string | number;
38110
38600
  y: string | number;
38111
- type: "pcb_hole";
38112
38601
  hole_shape: "rect";
38113
38602
  hole_width: number;
38114
38603
  hole_height: number;
@@ -38338,9 +38827,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38338
38827
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
38339
38828
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38340
38829
  }, "strip", z.ZodTypeAny, {
38830
+ type: "pcb_plated_hole";
38341
38831
  x: number;
38342
38832
  y: number;
38343
- type: "pcb_plated_hole";
38344
38833
  shape: "circle";
38345
38834
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38346
38835
  hole_diameter: number;
@@ -38354,9 +38843,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38354
38843
  port_hints?: string[] | undefined;
38355
38844
  pcb_port_id?: string | undefined;
38356
38845
  }, {
38846
+ type: "pcb_plated_hole";
38357
38847
  x: string | number;
38358
38848
  y: string | number;
38359
- type: "pcb_plated_hole";
38360
38849
  shape: "circle";
38361
38850
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38362
38851
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38399,9 +38888,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38399
38888
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
38400
38889
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38401
38890
  }, "strip", z.ZodTypeAny, {
38891
+ type: "pcb_plated_hole";
38402
38892
  x: number;
38403
38893
  y: number;
38404
- type: "pcb_plated_hole";
38405
38894
  shape: "oval" | "pill";
38406
38895
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38407
38896
  hole_width: number;
@@ -38418,9 +38907,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38418
38907
  port_hints?: string[] | undefined;
38419
38908
  pcb_port_id?: string | undefined;
38420
38909
  }, {
38910
+ type: "pcb_plated_hole";
38421
38911
  x: string | number;
38422
38912
  y: string | number;
38423
- type: "pcb_plated_hole";
38424
38913
  shape: "oval" | "pill";
38425
38914
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38426
38915
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38470,9 +38959,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38470
38959
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38471
38960
  rect_ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
38472
38961
  }, "strip", z.ZodTypeAny, {
38962
+ type: "pcb_plated_hole";
38473
38963
  x: number;
38474
38964
  y: number;
38475
- type: "pcb_plated_hole";
38476
38965
  shape: "circular_hole_with_rect_pad";
38477
38966
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38478
38967
  hole_shape: "circle";
@@ -38493,9 +38982,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38493
38982
  rect_border_radius?: number | undefined;
38494
38983
  rect_ccw_rotation?: number | undefined;
38495
38984
  }, {
38985
+ type: "pcb_plated_hole";
38496
38986
  x: string | number;
38497
38987
  y: string | number;
38498
- type: "pcb_plated_hole";
38499
38988
  shape: "circular_hole_with_rect_pad";
38500
38989
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38501
38990
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38549,9 +39038,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38549
39038
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
38550
39039
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38551
39040
  }, "strip", z.ZodTypeAny, {
39041
+ type: "pcb_plated_hole";
38552
39042
  x: number;
38553
39043
  y: number;
38554
- type: "pcb_plated_hole";
38555
39044
  shape: "pill_hole_with_rect_pad";
38556
39045
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38557
39046
  hole_shape: "pill";
@@ -38572,9 +39061,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38572
39061
  pcb_port_id?: string | undefined;
38573
39062
  rect_border_radius?: number | undefined;
38574
39063
  }, {
39064
+ type: "pcb_plated_hole";
38575
39065
  x: string | number;
38576
39066
  y: string | number;
38577
- type: "pcb_plated_hole";
38578
39067
  shape: "pill_hole_with_rect_pad";
38579
39068
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38580
39069
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38630,9 +39119,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38630
39119
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
38631
39120
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38632
39121
  }, "strip", z.ZodTypeAny, {
39122
+ type: "pcb_plated_hole";
38633
39123
  x: number;
38634
39124
  y: number;
38635
- type: "pcb_plated_hole";
38636
39125
  shape: "rotated_pill_hole_with_rect_pad";
38637
39126
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38638
39127
  hole_shape: "rotated_pill";
@@ -38655,9 +39144,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38655
39144
  pcb_port_id?: string | undefined;
38656
39145
  rect_border_radius?: number | undefined;
38657
39146
  }, {
39147
+ type: "pcb_plated_hole";
38658
39148
  x: string | number;
38659
39149
  y: string | number;
38660
- type: "pcb_plated_hole";
38661
39150
  shape: "rotated_pill_hole_with_rect_pad";
38662
39151
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38663
39152
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38721,9 +39210,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38721
39210
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
38722
39211
  ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
38723
39212
  }, "strip", z.ZodTypeAny, {
39213
+ type: "pcb_plated_hole";
38724
39214
  x: number;
38725
39215
  y: number;
38726
- type: "pcb_plated_hole";
38727
39216
  shape: "hole_with_polygon_pad";
38728
39217
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38729
39218
  hole_shape: "circle" | "oval" | "pill" | "rotated_pill";
@@ -38746,9 +39235,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38746
39235
  port_hints?: string[] | undefined;
38747
39236
  pcb_port_id?: string | undefined;
38748
39237
  }, {
39238
+ type: "pcb_plated_hole";
38749
39239
  x: string | number;
38750
39240
  y: string | number;
38751
- type: "pcb_plated_hole";
38752
39241
  shape: "hole_with_polygon_pad";
38753
39242
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38754
39243
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -38885,9 +39374,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38885
39374
  }>, "many">;
38886
39375
  is_board_pinout: z.ZodOptional<z.ZodBoolean>;
38887
39376
  }, "strip", z.ZodTypeAny, {
39377
+ type: "pcb_port";
38888
39378
  x: number;
38889
39379
  y: number;
38890
- type: "pcb_port";
38891
39380
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
38892
39381
  pcb_port_id: string;
38893
39382
  source_port_id: string;
@@ -38896,9 +39385,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
38896
39385
  pcb_group_id?: string | undefined;
38897
39386
  is_board_pinout?: boolean | undefined;
38898
39387
  }, {
39388
+ type: "pcb_port";
38899
39389
  x: string | number;
38900
39390
  y: string | number;
38901
- type: "pcb_port";
38902
39391
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
38903
39392
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
38904
39393
  })[];
@@ -39360,9 +39849,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39360
39849
  net_assigned: z.ZodOptional<z.ZodBoolean>;
39361
39850
  is_tented: z.ZodOptional<z.ZodBoolean>;
39362
39851
  }, "strip", z.ZodTypeAny, {
39852
+ type: "pcb_via";
39363
39853
  x: number;
39364
39854
  y: number;
39365
- type: "pcb_via";
39366
39855
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
39367
39856
  hole_diameter: number;
39368
39857
  outer_diameter: number;
@@ -39377,9 +39866,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39377
39866
  net_assigned?: boolean | undefined;
39378
39867
  is_tented?: boolean | undefined;
39379
39868
  }, {
39869
+ type: "pcb_via";
39380
39870
  x: string | number;
39381
39871
  y: string | number;
39382
- type: "pcb_via";
39383
39872
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
39384
39873
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
39385
39874
  })[];
@@ -39423,9 +39912,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39423
39912
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
39424
39913
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
39425
39914
  }, "strip", z.ZodTypeAny, {
39915
+ type: "pcb_smtpad";
39426
39916
  x: number;
39427
39917
  y: number;
39428
- type: "pcb_smtpad";
39429
39918
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
39430
39919
  shape: "circle";
39431
39920
  pcb_smtpad_id: string;
@@ -39438,9 +39927,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39438
39927
  port_hints?: string[] | undefined;
39439
39928
  pcb_port_id?: string | undefined;
39440
39929
  }, {
39930
+ type: "pcb_smtpad";
39441
39931
  x: string | number;
39442
39932
  y: string | number;
39443
- type: "pcb_smtpad";
39444
39933
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
39445
39934
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
39446
39935
  };
@@ -39485,9 +39974,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39485
39974
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
39486
39975
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
39487
39976
  }, "strip", z.ZodTypeAny, {
39977
+ type: "pcb_smtpad";
39488
39978
  x: number;
39489
39979
  y: number;
39490
- type: "pcb_smtpad";
39491
39980
  width: number;
39492
39981
  height: number;
39493
39982
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39507,9 +39996,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39507
39996
  soldermask_margin_right?: number | undefined;
39508
39997
  soldermask_margin_bottom?: number | undefined;
39509
39998
  }, {
39999
+ type: "pcb_smtpad";
39510
40000
  x: string | number;
39511
40001
  y: string | number;
39512
- type: "pcb_smtpad";
39513
40002
  width: number;
39514
40003
  height: number;
39515
40004
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39562,9 +40051,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39562
40051
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
39563
40052
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
39564
40053
  }, "strip", z.ZodTypeAny, {
40054
+ type: "pcb_smtpad";
39565
40055
  x: number;
39566
40056
  y: number;
39567
- type: "pcb_smtpad";
39568
40057
  width: number;
39569
40058
  height: number;
39570
40059
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39585,9 +40074,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39585
40074
  soldermask_margin_right?: number | undefined;
39586
40075
  soldermask_margin_bottom?: number | undefined;
39587
40076
  }, {
40077
+ type: "pcb_smtpad";
39588
40078
  x: string | number;
39589
40079
  y: string | number;
39590
- type: "pcb_smtpad";
39591
40080
  width: number;
39592
40081
  height: number;
39593
40082
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39636,9 +40125,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39636
40125
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
39637
40126
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
39638
40127
  }, "strip", z.ZodTypeAny, {
40128
+ type: "pcb_smtpad";
39639
40129
  x: number;
39640
40130
  y: number;
39641
- type: "pcb_smtpad";
39642
40131
  width: number;
39643
40132
  height: number;
39644
40133
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39654,9 +40143,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39654
40143
  port_hints?: string[] | undefined;
39655
40144
  pcb_port_id?: string | undefined;
39656
40145
  }, {
40146
+ type: "pcb_smtpad";
39657
40147
  x: string | number;
39658
40148
  y: string | number;
39659
- type: "pcb_smtpad";
39660
40149
  width: number;
39661
40150
  height: number;
39662
40151
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39699,9 +40188,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39699
40188
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
39700
40189
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
39701
40190
  }, "strip", z.ZodTypeAny, {
40191
+ type: "pcb_smtpad";
39702
40192
  x: number;
39703
40193
  y: number;
39704
- type: "pcb_smtpad";
39705
40194
  width: number;
39706
40195
  height: number;
39707
40196
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39716,9 +40205,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39716
40205
  port_hints?: string[] | undefined;
39717
40206
  pcb_port_id?: string | undefined;
39718
40207
  }, {
40208
+ type: "pcb_smtpad";
39719
40209
  x: string | number;
39720
40210
  y: string | number;
39721
- type: "pcb_smtpad";
39722
40211
  width: number;
39723
40212
  height: number;
39724
40213
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39819,9 +40308,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39819
40308
  pcb_component_id: z.ZodOptional<z.ZodString>;
39820
40309
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
39821
40310
  }, "strip", z.ZodTypeAny, {
40311
+ type: "pcb_solder_paste";
39822
40312
  x: number;
39823
40313
  y: number;
39824
- type: "pcb_solder_paste";
39825
40314
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
39826
40315
  shape: "circle";
39827
40316
  radius: number;
@@ -39831,9 +40320,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39831
40320
  pcb_group_id?: string | undefined;
39832
40321
  pcb_smtpad_id?: string | undefined;
39833
40322
  }, {
40323
+ type: "pcb_solder_paste";
39834
40324
  x: string | number;
39835
40325
  y: string | number;
39836
- type: "pcb_solder_paste";
39837
40326
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
39838
40327
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
39839
40328
  };
@@ -39866,9 +40355,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39866
40355
  pcb_component_id: z.ZodOptional<z.ZodString>;
39867
40356
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
39868
40357
  }, "strip", z.ZodTypeAny, {
40358
+ type: "pcb_solder_paste";
39869
40359
  x: number;
39870
40360
  y: number;
39871
- type: "pcb_solder_paste";
39872
40361
  width: number;
39873
40362
  height: number;
39874
40363
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39879,9 +40368,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39879
40368
  pcb_group_id?: string | undefined;
39880
40369
  pcb_smtpad_id?: string | undefined;
39881
40370
  }, {
40371
+ type: "pcb_solder_paste";
39882
40372
  x: string | number;
39883
40373
  y: string | number;
39884
- type: "pcb_solder_paste";
39885
40374
  width: number;
39886
40375
  height: number;
39887
40376
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39916,9 +40405,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39916
40405
  pcb_component_id: z.ZodOptional<z.ZodString>;
39917
40406
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
39918
40407
  }, "strip", z.ZodTypeAny, {
40408
+ type: "pcb_solder_paste";
39919
40409
  x: number;
39920
40410
  y: number;
39921
- type: "pcb_solder_paste";
39922
40411
  width: number;
39923
40412
  height: number;
39924
40413
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39930,9 +40419,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39930
40419
  pcb_group_id?: string | undefined;
39931
40420
  pcb_smtpad_id?: string | undefined;
39932
40421
  }, {
40422
+ type: "pcb_solder_paste";
39933
40423
  x: string | number;
39934
40424
  y: string | number;
39935
- type: "pcb_solder_paste";
39936
40425
  width: number;
39937
40426
  height: number;
39938
40427
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -39968,9 +40457,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39968
40457
  pcb_component_id: z.ZodOptional<z.ZodString>;
39969
40458
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
39970
40459
  }, "strip", z.ZodTypeAny, {
40460
+ type: "pcb_solder_paste";
39971
40461
  x: number;
39972
40462
  y: number;
39973
- type: "pcb_solder_paste";
39974
40463
  width: number;
39975
40464
  height: number;
39976
40465
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -39982,9 +40471,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
39982
40471
  pcb_group_id?: string | undefined;
39983
40472
  pcb_smtpad_id?: string | undefined;
39984
40473
  }, {
40474
+ type: "pcb_solder_paste";
39985
40475
  x: string | number;
39986
40476
  y: string | number;
39987
- type: "pcb_solder_paste";
39988
40477
  width: number;
39989
40478
  height: number;
39990
40479
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -40019,9 +40508,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
40019
40508
  pcb_component_id: z.ZodOptional<z.ZodString>;
40020
40509
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
40021
40510
  }, "strip", z.ZodTypeAny, {
40511
+ type: "pcb_solder_paste";
40022
40512
  x: number;
40023
40513
  y: number;
40024
- type: "pcb_solder_paste";
40025
40514
  width: number;
40026
40515
  height: number;
40027
40516
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -40032,9 +40521,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
40032
40521
  pcb_group_id?: string | undefined;
40033
40522
  pcb_smtpad_id?: string | undefined;
40034
40523
  }, {
40524
+ type: "pcb_solder_paste";
40035
40525
  x: string | number;
40036
40526
  y: string | number;
40037
- type: "pcb_solder_paste";
40038
40527
  width: number;
40039
40528
  height: number;
40040
40529
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -40924,7 +41413,173 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
40924
41413
  pcb_group_id?: string | undefined;
40925
41414
  ccw_rotation?: string | number | undefined;
40926
41415
  pcb_silkscreen_oval_id?: string | undefined;
40927
- }>, z.ZodObject<{
41416
+ }>, z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
41417
+ type: z.ZodLiteral<"pcb_silkscreen_graphic">;
41418
+ pcb_silkscreen_graphic_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
41419
+ pcb_component_id: z.ZodString;
41420
+ pcb_group_id: z.ZodOptional<z.ZodString>;
41421
+ subcircuit_id: z.ZodOptional<z.ZodString>;
41422
+ layer: z.ZodEnum<["top", "bottom"]>;
41423
+ image_asset: z.ZodOptional<z.ZodObject<{
41424
+ project_relative_path: z.ZodString;
41425
+ url: z.ZodString;
41426
+ mimetype: z.ZodString;
41427
+ }, "strip", z.ZodTypeAny, {
41428
+ project_relative_path: string;
41429
+ url: string;
41430
+ mimetype: string;
41431
+ }, {
41432
+ project_relative_path: string;
41433
+ url: string;
41434
+ mimetype: string;
41435
+ }>>;
41436
+ } & {
41437
+ shape: z.ZodLiteral<"brep">;
41438
+ brep_shape: z.ZodObject<{
41439
+ outer_ring: z.ZodObject<{
41440
+ vertices: z.ZodArray<z.ZodObject<{
41441
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
41442
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
41443
+ bulge: z.ZodOptional<z.ZodNumber>;
41444
+ }, "strip", z.ZodTypeAny, {
41445
+ x: number;
41446
+ y: number;
41447
+ bulge?: number | undefined;
41448
+ }, {
41449
+ x: string | number;
41450
+ y: string | number;
41451
+ bulge?: number | undefined;
41452
+ }>, "many">;
41453
+ }, "strip", z.ZodTypeAny, {
41454
+ vertices: {
41455
+ x: number;
41456
+ y: number;
41457
+ bulge?: number | undefined;
41458
+ }[];
41459
+ }, {
41460
+ vertices: {
41461
+ x: string | number;
41462
+ y: string | number;
41463
+ bulge?: number | undefined;
41464
+ }[];
41465
+ }>;
41466
+ inner_rings: z.ZodDefault<z.ZodArray<z.ZodObject<{
41467
+ vertices: z.ZodArray<z.ZodObject<{
41468
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
41469
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
41470
+ bulge: z.ZodOptional<z.ZodNumber>;
41471
+ }, "strip", z.ZodTypeAny, {
41472
+ x: number;
41473
+ y: number;
41474
+ bulge?: number | undefined;
41475
+ }, {
41476
+ x: string | number;
41477
+ y: string | number;
41478
+ bulge?: number | undefined;
41479
+ }>, "many">;
41480
+ }, "strip", z.ZodTypeAny, {
41481
+ vertices: {
41482
+ x: number;
41483
+ y: number;
41484
+ bulge?: number | undefined;
41485
+ }[];
41486
+ }, {
41487
+ vertices: {
41488
+ x: string | number;
41489
+ y: string | number;
41490
+ bulge?: number | undefined;
41491
+ }[];
41492
+ }>, "many">>;
41493
+ }, "strip", z.ZodTypeAny, {
41494
+ outer_ring: {
41495
+ vertices: {
41496
+ x: number;
41497
+ y: number;
41498
+ bulge?: number | undefined;
41499
+ }[];
41500
+ };
41501
+ inner_rings: {
41502
+ vertices: {
41503
+ x: number;
41504
+ y: number;
41505
+ bulge?: number | undefined;
41506
+ }[];
41507
+ }[];
41508
+ }, {
41509
+ outer_ring: {
41510
+ vertices: {
41511
+ x: string | number;
41512
+ y: string | number;
41513
+ bulge?: number | undefined;
41514
+ }[];
41515
+ };
41516
+ inner_rings?: {
41517
+ vertices: {
41518
+ x: string | number;
41519
+ y: string | number;
41520
+ bulge?: number | undefined;
41521
+ }[];
41522
+ }[] | undefined;
41523
+ }>;
41524
+ }, "strip", z.ZodTypeAny, {
41525
+ type: "pcb_silkscreen_graphic";
41526
+ layer: "top" | "bottom";
41527
+ shape: "brep";
41528
+ pcb_component_id: string;
41529
+ pcb_silkscreen_graphic_id: string;
41530
+ brep_shape: {
41531
+ outer_ring: {
41532
+ vertices: {
41533
+ x: number;
41534
+ y: number;
41535
+ bulge?: number | undefined;
41536
+ }[];
41537
+ };
41538
+ inner_rings: {
41539
+ vertices: {
41540
+ x: number;
41541
+ y: number;
41542
+ bulge?: number | undefined;
41543
+ }[];
41544
+ }[];
41545
+ };
41546
+ subcircuit_id?: string | undefined;
41547
+ pcb_group_id?: string | undefined;
41548
+ image_asset?: {
41549
+ project_relative_path: string;
41550
+ url: string;
41551
+ mimetype: string;
41552
+ } | undefined;
41553
+ }, {
41554
+ type: "pcb_silkscreen_graphic";
41555
+ layer: "top" | "bottom";
41556
+ shape: "brep";
41557
+ pcb_component_id: string;
41558
+ brep_shape: {
41559
+ outer_ring: {
41560
+ vertices: {
41561
+ x: string | number;
41562
+ y: string | number;
41563
+ bulge?: number | undefined;
41564
+ }[];
41565
+ };
41566
+ inner_rings?: {
41567
+ vertices: {
41568
+ x: string | number;
41569
+ y: string | number;
41570
+ bulge?: number | undefined;
41571
+ }[];
41572
+ }[] | undefined;
41573
+ };
41574
+ subcircuit_id?: string | undefined;
41575
+ pcb_group_id?: string | undefined;
41576
+ pcb_silkscreen_graphic_id?: string | undefined;
41577
+ image_asset?: {
41578
+ project_relative_path: string;
41579
+ url: string;
41580
+ mimetype: string;
41581
+ } | undefined;
41582
+ }>]>, z.ZodObject<{
40928
41583
  message: z.ZodString;
40929
41584
  is_fatal: z.ZodOptional<z.ZodBoolean>;
40930
41585
  } & {
@@ -42014,9 +42669,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
42014
42669
  x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
42015
42670
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
42016
42671
  }, "strip", z.ZodTypeAny, {
42672
+ type: "pcb_breakout_point";
42017
42673
  x: number;
42018
42674
  y: number;
42019
- type: "pcb_breakout_point";
42020
42675
  pcb_group_id: string;
42021
42676
  pcb_breakout_point_id: string;
42022
42677
  subcircuit_id?: string | undefined;
@@ -42024,9 +42679,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
42024
42679
  source_trace_id?: string | undefined;
42025
42680
  source_net_id?: string | undefined;
42026
42681
  }, {
42682
+ type: "pcb_breakout_point";
42027
42683
  x: string | number;
42028
42684
  y: string | number;
42029
- type: "pcb_breakout_point";
42030
42685
  pcb_group_id: string;
42031
42686
  subcircuit_id?: string | undefined;
42032
42687
  source_port_id?: string | undefined;
@@ -42509,7 +43164,6 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
42509
43164
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
42510
43165
  shape: "brep";
42511
43166
  covered_with_solder_mask: boolean;
42512
- pcb_copper_pour_id: string;
42513
43167
  brep_shape: {
42514
43168
  outer_ring: {
42515
43169
  vertices: {
@@ -42526,6 +43180,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
42526
43180
  }[];
42527
43181
  }[];
42528
43182
  };
43183
+ pcb_copper_pour_id: string;
42529
43184
  subcircuit_id?: string | undefined;
42530
43185
  pcb_group_id?: string | undefined;
42531
43186
  source_net_id?: string | undefined;
@@ -43021,9 +43676,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
43021
43676
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
43022
43677
  subcircuit_id: z.ZodOptional<z.ZodString>;
43023
43678
  }, "strip", z.ZodTypeAny, {
43679
+ type: "schematic_box";
43024
43680
  x: number;
43025
43681
  y: number;
43026
- type: "schematic_box";
43027
43682
  width: number;
43028
43683
  height: number;
43029
43684
  is_dashed: boolean;
@@ -43031,9 +43686,9 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
43031
43686
  schematic_component_id?: string | undefined;
43032
43687
  schematic_symbol_id?: string | undefined;
43033
43688
  }, {
43689
+ type: "schematic_box";
43034
43690
  x: string | number;
43035
43691
  y: string | number;
43036
- type: "schematic_box";
43037
43692
  width: string | number;
43038
43693
  height: string | number;
43039
43694
  subcircuit_id?: string | undefined;
@@ -51166,12 +51821,12 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51166
51821
  url: z.ZodString;
51167
51822
  mimetype: z.ZodString;
51168
51823
  }, "strip", z.ZodTypeAny, {
51169
- url: string;
51170
51824
  project_relative_path: string;
51825
+ url: string;
51171
51826
  mimetype: string;
51172
51827
  }, {
51173
- url: string;
51174
51828
  project_relative_path: string;
51829
+ url: string;
51175
51830
  mimetype: string;
51176
51831
  }>>;
51177
51832
  model_unit_to_mm_scale_factor: z.ZodOptional<z.ZodNumber>;
@@ -51228,8 +51883,8 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51228
51883
  model_step_url?: string | undefined;
51229
51884
  model_wrl_url?: string | undefined;
51230
51885
  model_asset?: {
51231
- url: string;
51232
51886
  project_relative_path: string;
51887
+ url: string;
51233
51888
  mimetype: string;
51234
51889
  } | undefined;
51235
51890
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -51277,8 +51932,8 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51277
51932
  model_step_url?: string | undefined;
51278
51933
  model_wrl_url?: string | undefined;
51279
51934
  model_asset?: {
51280
- url: string;
51281
51935
  project_relative_path: string;
51936
+ url: string;
51282
51937
  mimetype: string;
51283
51938
  } | undefined;
51284
51939
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -51334,6 +51989,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51334
51989
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
51335
51990
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51336
51991
  duty_cycle: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, z.ZodNumber>>;
51992
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51993
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51994
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51995
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51996
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51337
51997
  }, "strip", z.ZodTypeAny, {
51338
51998
  type: "simulation_voltage_source";
51339
51999
  simulation_voltage_source_id: string;
@@ -51348,6 +52008,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51348
52008
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
51349
52009
  phase?: number | undefined;
51350
52010
  duty_cycle?: number | undefined;
52011
+ pulse_delay?: number | undefined;
52012
+ rise_time?: number | undefined;
52013
+ fall_time?: number | undefined;
52014
+ pulse_width?: number | undefined;
52015
+ period?: number | undefined;
51351
52016
  }, {
51352
52017
  type: "simulation_voltage_source";
51353
52018
  is_dc_source: false;
@@ -51362,6 +52027,11 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51362
52027
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
51363
52028
  phase?: string | number | undefined;
51364
52029
  duty_cycle?: string | number | undefined;
52030
+ pulse_delay?: string | number | undefined;
52031
+ rise_time?: string | number | undefined;
52032
+ fall_time?: string | number | undefined;
52033
+ pulse_width?: string | number | undefined;
52034
+ period?: string | number | undefined;
51365
52035
  }>]>, z.ZodUnion<[z.ZodObject<{
51366
52036
  type: z.ZodLiteral<"simulation_current_source">;
51367
52037
  simulation_current_source_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -51439,6 +52109,22 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51439
52109
  time_per_step: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51440
52110
  start_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
51441
52111
  end_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
52112
+ spice_options: z.ZodOptional<z.ZodObject<{
52113
+ method: z.ZodOptional<z.ZodEnum<["trap", "gear"]>>;
52114
+ reltol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
52115
+ abstol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
52116
+ vntol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
52117
+ }, "strip", z.ZodTypeAny, {
52118
+ method?: "trap" | "gear" | undefined;
52119
+ reltol?: string | number | undefined;
52120
+ abstol?: string | number | undefined;
52121
+ vntol?: string | number | undefined;
52122
+ }, {
52123
+ method?: "trap" | "gear" | undefined;
52124
+ reltol?: string | number | undefined;
52125
+ abstol?: string | number | undefined;
52126
+ vntol?: string | number | undefined;
52127
+ }>>;
51442
52128
  }, "strip", z.ZodTypeAny, {
51443
52129
  type: "simulation_experiment";
51444
52130
  name: string;
@@ -51447,6 +52133,12 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51447
52133
  time_per_step?: number | undefined;
51448
52134
  start_time_ms?: number | undefined;
51449
52135
  end_time_ms?: number | undefined;
52136
+ spice_options?: {
52137
+ method?: "trap" | "gear" | undefined;
52138
+ reltol?: string | number | undefined;
52139
+ abstol?: string | number | undefined;
52140
+ vntol?: string | number | undefined;
52141
+ } | undefined;
51450
52142
  }, {
51451
52143
  type: "simulation_experiment";
51452
52144
  name: string;
@@ -51455,6 +52147,12 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
51455
52147
  time_per_step?: string | number | undefined;
51456
52148
  start_time_ms?: string | number | undefined;
51457
52149
  end_time_ms?: string | number | undefined;
52150
+ spice_options?: {
52151
+ method?: "trap" | "gear" | undefined;
52152
+ reltol?: string | number | undefined;
52153
+ abstol?: string | number | undefined;
52154
+ vntol?: string | number | undefined;
52155
+ } | undefined;
51458
52156
  }>, z.ZodObject<{
51459
52157
  type: z.ZodLiteral<"simulation_transient_voltage_graph">;
51460
52158
  simulation_transient_voltage_graph_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -53023,6 +53721,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
53023
53721
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
53024
53722
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53025
53723
  duty_cycle: z.ZodOptional<z.ZodNumber>;
53724
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53725
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53726
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53727
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53728
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
53026
53729
  }, "strip", z.ZodTypeAny, {
53027
53730
  type: "source_component";
53028
53731
  name: string;
@@ -53036,6 +53739,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
53036
53739
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
53037
53740
  phase?: number | undefined;
53038
53741
  duty_cycle?: number | undefined;
53742
+ pulse_delay?: number | undefined;
53743
+ rise_time?: number | undefined;
53744
+ fall_time?: number | undefined;
53745
+ pulse_width?: number | undefined;
53746
+ period?: number | undefined;
53039
53747
  manufacturer_part_number?: string | undefined;
53040
53748
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
53041
53749
  display_value?: string | undefined;
@@ -53055,6 +53763,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
53055
53763
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
53056
53764
  phase?: string | number | undefined;
53057
53765
  duty_cycle?: number | undefined;
53766
+ pulse_delay?: string | number | undefined;
53767
+ rise_time?: string | number | undefined;
53768
+ fall_time?: string | number | undefined;
53769
+ pulse_width?: string | number | undefined;
53770
+ period?: string | number | undefined;
53058
53771
  manufacturer_part_number?: string | undefined;
53059
53772
  supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
53060
53773
  display_value?: string | undefined;
@@ -56289,9 +57002,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56289
57002
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56290
57003
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56291
57004
  }, "strip", z.ZodTypeAny, {
57005
+ type: "pcb_hole";
56292
57006
  x: number;
56293
57007
  y: number;
56294
- type: "pcb_hole";
56295
57008
  pcb_hole_id: string;
56296
57009
  hole_shape: "circle" | "square";
56297
57010
  hole_diameter: number;
@@ -56301,9 +57014,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56301
57014
  is_covered_with_solder_mask?: boolean | undefined;
56302
57015
  soldermask_margin?: number | undefined;
56303
57016
  }, {
57017
+ type: "pcb_hole";
56304
57018
  x: string | number;
56305
57019
  y: string | number;
56306
- type: "pcb_hole";
56307
57020
  hole_shape: "circle" | "square";
56308
57021
  hole_diameter: number;
56309
57022
  pcb_component_id?: string | undefined;
@@ -56326,9 +57039,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56326
57039
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56327
57040
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56328
57041
  }, "strip", z.ZodTypeAny, {
57042
+ type: "pcb_hole";
56329
57043
  x: number;
56330
57044
  y: number;
56331
- type: "pcb_hole";
56332
57045
  pcb_hole_id: string;
56333
57046
  hole_shape: "oval";
56334
57047
  hole_width: number;
@@ -56339,9 +57052,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56339
57052
  is_covered_with_solder_mask?: boolean | undefined;
56340
57053
  soldermask_margin?: number | undefined;
56341
57054
  }, {
57055
+ type: "pcb_hole";
56342
57056
  x: string | number;
56343
57057
  y: string | number;
56344
- type: "pcb_hole";
56345
57058
  hole_shape: "oval";
56346
57059
  hole_width: number;
56347
57060
  hole_height: number;
@@ -56365,9 +57078,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56365
57078
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56366
57079
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56367
57080
  }, "strip", z.ZodTypeAny, {
57081
+ type: "pcb_hole";
56368
57082
  x: number;
56369
57083
  y: number;
56370
- type: "pcb_hole";
56371
57084
  pcb_hole_id: string;
56372
57085
  hole_shape: "pill";
56373
57086
  hole_width: number;
@@ -56378,9 +57091,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56378
57091
  is_covered_with_solder_mask?: boolean | undefined;
56379
57092
  soldermask_margin?: number | undefined;
56380
57093
  }, {
57094
+ type: "pcb_hole";
56381
57095
  x: string | number;
56382
57096
  y: string | number;
56383
- type: "pcb_hole";
56384
57097
  hole_shape: "pill";
56385
57098
  hole_width: number;
56386
57099
  hole_height: number;
@@ -56405,9 +57118,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56405
57118
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56406
57119
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56407
57120
  }, "strip", z.ZodTypeAny, {
57121
+ type: "pcb_hole";
56408
57122
  x: number;
56409
57123
  y: number;
56410
- type: "pcb_hole";
56411
57124
  pcb_hole_id: string;
56412
57125
  hole_shape: "rotated_pill";
56413
57126
  hole_width: number;
@@ -56419,9 +57132,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56419
57132
  is_covered_with_solder_mask?: boolean | undefined;
56420
57133
  soldermask_margin?: number | undefined;
56421
57134
  }, {
57135
+ type: "pcb_hole";
56422
57136
  x: string | number;
56423
57137
  y: string | number;
56424
- type: "pcb_hole";
56425
57138
  hole_shape: "rotated_pill";
56426
57139
  hole_width: number;
56427
57140
  hole_height: number;
@@ -56445,9 +57158,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56445
57158
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56446
57159
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56447
57160
  }, "strip", z.ZodTypeAny, {
57161
+ type: "pcb_hole";
56448
57162
  x: number;
56449
57163
  y: number;
56450
- type: "pcb_hole";
56451
57164
  pcb_hole_id: string;
56452
57165
  hole_shape: "circle";
56453
57166
  hole_diameter: number;
@@ -56457,9 +57170,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56457
57170
  is_covered_with_solder_mask?: boolean | undefined;
56458
57171
  soldermask_margin?: number | undefined;
56459
57172
  }, {
57173
+ type: "pcb_hole";
56460
57174
  x: string | number;
56461
57175
  y: string | number;
56462
- type: "pcb_hole";
56463
57176
  hole_shape: "circle";
56464
57177
  hole_diameter: number;
56465
57178
  pcb_component_id?: string | undefined;
@@ -56482,9 +57195,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56482
57195
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
56483
57196
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56484
57197
  }, "strip", z.ZodTypeAny, {
57198
+ type: "pcb_hole";
56485
57199
  x: number;
56486
57200
  y: number;
56487
- type: "pcb_hole";
56488
57201
  pcb_hole_id: string;
56489
57202
  hole_shape: "rect";
56490
57203
  hole_width: number;
@@ -56495,9 +57208,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56495
57208
  is_covered_with_solder_mask?: boolean | undefined;
56496
57209
  soldermask_margin?: number | undefined;
56497
57210
  }, {
57211
+ type: "pcb_hole";
56498
57212
  x: string | number;
56499
57213
  y: string | number;
56500
- type: "pcb_hole";
56501
57214
  hole_shape: "rect";
56502
57215
  hole_width: number;
56503
57216
  hole_height: number;
@@ -56727,9 +57440,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56727
57440
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
56728
57441
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56729
57442
  }, "strip", z.ZodTypeAny, {
57443
+ type: "pcb_plated_hole";
56730
57444
  x: number;
56731
57445
  y: number;
56732
- type: "pcb_plated_hole";
56733
57446
  shape: "circle";
56734
57447
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
56735
57448
  hole_diameter: number;
@@ -56743,9 +57456,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56743
57456
  port_hints?: string[] | undefined;
56744
57457
  pcb_port_id?: string | undefined;
56745
57458
  }, {
57459
+ type: "pcb_plated_hole";
56746
57460
  x: string | number;
56747
57461
  y: string | number;
56748
- type: "pcb_plated_hole";
56749
57462
  shape: "circle";
56750
57463
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
56751
57464
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -56788,9 +57501,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56788
57501
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
56789
57502
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56790
57503
  }, "strip", z.ZodTypeAny, {
57504
+ type: "pcb_plated_hole";
56791
57505
  x: number;
56792
57506
  y: number;
56793
- type: "pcb_plated_hole";
56794
57507
  shape: "oval" | "pill";
56795
57508
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
56796
57509
  hole_width: number;
@@ -56807,9 +57520,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56807
57520
  port_hints?: string[] | undefined;
56808
57521
  pcb_port_id?: string | undefined;
56809
57522
  }, {
57523
+ type: "pcb_plated_hole";
56810
57524
  x: string | number;
56811
57525
  y: string | number;
56812
- type: "pcb_plated_hole";
56813
57526
  shape: "oval" | "pill";
56814
57527
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
56815
57528
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -56859,9 +57572,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56859
57572
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56860
57573
  rect_ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
56861
57574
  }, "strip", z.ZodTypeAny, {
57575
+ type: "pcb_plated_hole";
56862
57576
  x: number;
56863
57577
  y: number;
56864
- type: "pcb_plated_hole";
56865
57578
  shape: "circular_hole_with_rect_pad";
56866
57579
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
56867
57580
  hole_shape: "circle";
@@ -56882,9 +57595,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56882
57595
  rect_border_radius?: number | undefined;
56883
57596
  rect_ccw_rotation?: number | undefined;
56884
57597
  }, {
57598
+ type: "pcb_plated_hole";
56885
57599
  x: string | number;
56886
57600
  y: string | number;
56887
- type: "pcb_plated_hole";
56888
57601
  shape: "circular_hole_with_rect_pad";
56889
57602
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
56890
57603
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -56938,9 +57651,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56938
57651
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
56939
57652
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
56940
57653
  }, "strip", z.ZodTypeAny, {
57654
+ type: "pcb_plated_hole";
56941
57655
  x: number;
56942
57656
  y: number;
56943
- type: "pcb_plated_hole";
56944
57657
  shape: "pill_hole_with_rect_pad";
56945
57658
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
56946
57659
  hole_shape: "pill";
@@ -56961,9 +57674,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56961
57674
  pcb_port_id?: string | undefined;
56962
57675
  rect_border_radius?: number | undefined;
56963
57676
  }, {
57677
+ type: "pcb_plated_hole";
56964
57678
  x: string | number;
56965
57679
  y: string | number;
56966
- type: "pcb_plated_hole";
56967
57680
  shape: "pill_hole_with_rect_pad";
56968
57681
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
56969
57682
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -57019,9 +57732,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57019
57732
  pcb_plated_hole_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
57020
57733
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
57021
57734
  }, "strip", z.ZodTypeAny, {
57735
+ type: "pcb_plated_hole";
57022
57736
  x: number;
57023
57737
  y: number;
57024
- type: "pcb_plated_hole";
57025
57738
  shape: "rotated_pill_hole_with_rect_pad";
57026
57739
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
57027
57740
  hole_shape: "rotated_pill";
@@ -57044,9 +57757,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57044
57757
  pcb_port_id?: string | undefined;
57045
57758
  rect_border_radius?: number | undefined;
57046
57759
  }, {
57760
+ type: "pcb_plated_hole";
57047
57761
  x: string | number;
57048
57762
  y: string | number;
57049
- type: "pcb_plated_hole";
57050
57763
  shape: "rotated_pill_hole_with_rect_pad";
57051
57764
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
57052
57765
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -57110,9 +57823,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57110
57823
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
57111
57824
  ccw_rotation: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
57112
57825
  }, "strip", z.ZodTypeAny, {
57826
+ type: "pcb_plated_hole";
57113
57827
  x: number;
57114
57828
  y: number;
57115
- type: "pcb_plated_hole";
57116
57829
  shape: "hole_with_polygon_pad";
57117
57830
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
57118
57831
  hole_shape: "circle" | "oval" | "pill" | "rotated_pill";
@@ -57135,9 +57848,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57135
57848
  port_hints?: string[] | undefined;
57136
57849
  pcb_port_id?: string | undefined;
57137
57850
  }, {
57851
+ type: "pcb_plated_hole";
57138
57852
  x: string | number;
57139
57853
  y: string | number;
57140
- type: "pcb_plated_hole";
57141
57854
  shape: "hole_with_polygon_pad";
57142
57855
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
57143
57856
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -57274,9 +57987,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57274
57987
  }>, "many">;
57275
57988
  is_board_pinout: z.ZodOptional<z.ZodBoolean>;
57276
57989
  }, "strip", z.ZodTypeAny, {
57990
+ type: "pcb_port";
57277
57991
  x: number;
57278
57992
  y: number;
57279
- type: "pcb_port";
57280
57993
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
57281
57994
  pcb_port_id: string;
57282
57995
  source_port_id: string;
@@ -57285,9 +57998,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57285
57998
  pcb_group_id?: string | undefined;
57286
57999
  is_board_pinout?: boolean | undefined;
57287
58000
  }, {
58001
+ type: "pcb_port";
57288
58002
  x: string | number;
57289
58003
  y: string | number;
57290
- type: "pcb_port";
57291
58004
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
57292
58005
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
57293
58006
  })[];
@@ -57749,9 +58462,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57749
58462
  net_assigned: z.ZodOptional<z.ZodBoolean>;
57750
58463
  is_tented: z.ZodOptional<z.ZodBoolean>;
57751
58464
  }, "strip", z.ZodTypeAny, {
58465
+ type: "pcb_via";
57752
58466
  x: number;
57753
58467
  y: number;
57754
- type: "pcb_via";
57755
58468
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6")[];
57756
58469
  hole_diameter: number;
57757
58470
  outer_diameter: number;
@@ -57766,9 +58479,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57766
58479
  net_assigned?: boolean | undefined;
57767
58480
  is_tented?: boolean | undefined;
57768
58481
  }, {
58482
+ type: "pcb_via";
57769
58483
  x: string | number;
57770
58484
  y: string | number;
57771
- type: "pcb_via";
57772
58485
  layers: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
57773
58486
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
57774
58487
  })[];
@@ -57812,9 +58525,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57812
58525
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
57813
58526
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
57814
58527
  }, "strip", z.ZodTypeAny, {
58528
+ type: "pcb_smtpad";
57815
58529
  x: number;
57816
58530
  y: number;
57817
- type: "pcb_smtpad";
57818
58531
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
57819
58532
  shape: "circle";
57820
58533
  pcb_smtpad_id: string;
@@ -57827,9 +58540,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57827
58540
  port_hints?: string[] | undefined;
57828
58541
  pcb_port_id?: string | undefined;
57829
58542
  }, {
58543
+ type: "pcb_smtpad";
57830
58544
  x: string | number;
57831
58545
  y: string | number;
57832
- type: "pcb_smtpad";
57833
58546
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
57834
58547
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
57835
58548
  };
@@ -57874,9 +58587,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57874
58587
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
57875
58588
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
57876
58589
  }, "strip", z.ZodTypeAny, {
58590
+ type: "pcb_smtpad";
57877
58591
  x: number;
57878
58592
  y: number;
57879
- type: "pcb_smtpad";
57880
58593
  width: number;
57881
58594
  height: number;
57882
58595
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -57896,9 +58609,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57896
58609
  soldermask_margin_right?: number | undefined;
57897
58610
  soldermask_margin_bottom?: number | undefined;
57898
58611
  }, {
58612
+ type: "pcb_smtpad";
57899
58613
  x: string | number;
57900
58614
  y: string | number;
57901
- type: "pcb_smtpad";
57902
58615
  width: number;
57903
58616
  height: number;
57904
58617
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -57951,9 +58664,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57951
58664
  soldermask_margin_right: z.ZodOptional<z.ZodNumber>;
57952
58665
  soldermask_margin_bottom: z.ZodOptional<z.ZodNumber>;
57953
58666
  }, "strip", z.ZodTypeAny, {
58667
+ type: "pcb_smtpad";
57954
58668
  x: number;
57955
58669
  y: number;
57956
- type: "pcb_smtpad";
57957
58670
  width: number;
57958
58671
  height: number;
57959
58672
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -57974,9 +58687,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
57974
58687
  soldermask_margin_right?: number | undefined;
57975
58688
  soldermask_margin_bottom?: number | undefined;
57976
58689
  }, {
58690
+ type: "pcb_smtpad";
57977
58691
  x: string | number;
57978
58692
  y: string | number;
57979
- type: "pcb_smtpad";
57980
58693
  width: number;
57981
58694
  height: number;
57982
58695
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58025,9 +58738,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58025
58738
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
58026
58739
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
58027
58740
  }, "strip", z.ZodTypeAny, {
58741
+ type: "pcb_smtpad";
58028
58742
  x: number;
58029
58743
  y: number;
58030
- type: "pcb_smtpad";
58031
58744
  width: number;
58032
58745
  height: number;
58033
58746
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58043,9 +58756,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58043
58756
  port_hints?: string[] | undefined;
58044
58757
  pcb_port_id?: string | undefined;
58045
58758
  }, {
58759
+ type: "pcb_smtpad";
58046
58760
  x: string | number;
58047
58761
  y: string | number;
58048
- type: "pcb_smtpad";
58049
58762
  width: number;
58050
58763
  height: number;
58051
58764
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58088,9 +58801,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58088
58801
  is_covered_with_solder_mask: z.ZodOptional<z.ZodBoolean>;
58089
58802
  soldermask_margin: z.ZodOptional<z.ZodNumber>;
58090
58803
  }, "strip", z.ZodTypeAny, {
58804
+ type: "pcb_smtpad";
58091
58805
  x: number;
58092
58806
  y: number;
58093
- type: "pcb_smtpad";
58094
58807
  width: number;
58095
58808
  height: number;
58096
58809
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58105,9 +58818,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58105
58818
  port_hints?: string[] | undefined;
58106
58819
  pcb_port_id?: string | undefined;
58107
58820
  }, {
58821
+ type: "pcb_smtpad";
58108
58822
  x: string | number;
58109
58823
  y: string | number;
58110
- type: "pcb_smtpad";
58111
58824
  width: number;
58112
58825
  height: number;
58113
58826
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58208,9 +58921,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58208
58921
  pcb_component_id: z.ZodOptional<z.ZodString>;
58209
58922
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
58210
58923
  }, "strip", z.ZodTypeAny, {
58924
+ type: "pcb_solder_paste";
58211
58925
  x: number;
58212
58926
  y: number;
58213
- type: "pcb_solder_paste";
58214
58927
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
58215
58928
  shape: "circle";
58216
58929
  radius: number;
@@ -58220,9 +58933,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58220
58933
  pcb_group_id?: string | undefined;
58221
58934
  pcb_smtpad_id?: string | undefined;
58222
58935
  }, {
58936
+ type: "pcb_solder_paste";
58223
58937
  x: string | number;
58224
58938
  y: string | number;
58225
- type: "pcb_solder_paste";
58226
58939
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
58227
58940
  name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
58228
58941
  };
@@ -58255,9 +58968,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58255
58968
  pcb_component_id: z.ZodOptional<z.ZodString>;
58256
58969
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
58257
58970
  }, "strip", z.ZodTypeAny, {
58971
+ type: "pcb_solder_paste";
58258
58972
  x: number;
58259
58973
  y: number;
58260
- type: "pcb_solder_paste";
58261
58974
  width: number;
58262
58975
  height: number;
58263
58976
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58268,9 +58981,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58268
58981
  pcb_group_id?: string | undefined;
58269
58982
  pcb_smtpad_id?: string | undefined;
58270
58983
  }, {
58984
+ type: "pcb_solder_paste";
58271
58985
  x: string | number;
58272
58986
  y: string | number;
58273
- type: "pcb_solder_paste";
58274
58987
  width: number;
58275
58988
  height: number;
58276
58989
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58305,9 +59018,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58305
59018
  pcb_component_id: z.ZodOptional<z.ZodString>;
58306
59019
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
58307
59020
  }, "strip", z.ZodTypeAny, {
59021
+ type: "pcb_solder_paste";
58308
59022
  x: number;
58309
59023
  y: number;
58310
- type: "pcb_solder_paste";
58311
59024
  width: number;
58312
59025
  height: number;
58313
59026
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58319,9 +59032,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58319
59032
  pcb_group_id?: string | undefined;
58320
59033
  pcb_smtpad_id?: string | undefined;
58321
59034
  }, {
59035
+ type: "pcb_solder_paste";
58322
59036
  x: string | number;
58323
59037
  y: string | number;
58324
- type: "pcb_solder_paste";
58325
59038
  width: number;
58326
59039
  height: number;
58327
59040
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58357,9 +59070,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58357
59070
  pcb_component_id: z.ZodOptional<z.ZodString>;
58358
59071
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
58359
59072
  }, "strip", z.ZodTypeAny, {
59073
+ type: "pcb_solder_paste";
58360
59074
  x: number;
58361
59075
  y: number;
58362
- type: "pcb_solder_paste";
58363
59076
  width: number;
58364
59077
  height: number;
58365
59078
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58371,9 +59084,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58371
59084
  pcb_group_id?: string | undefined;
58372
59085
  pcb_smtpad_id?: string | undefined;
58373
59086
  }, {
59087
+ type: "pcb_solder_paste";
58374
59088
  x: string | number;
58375
59089
  y: string | number;
58376
- type: "pcb_solder_paste";
58377
59090
  width: number;
58378
59091
  height: number;
58379
59092
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -58408,9 +59121,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58408
59121
  pcb_component_id: z.ZodOptional<z.ZodString>;
58409
59122
  pcb_smtpad_id: z.ZodOptional<z.ZodString>;
58410
59123
  }, "strip", z.ZodTypeAny, {
59124
+ type: "pcb_solder_paste";
58411
59125
  x: number;
58412
59126
  y: number;
58413
- type: "pcb_solder_paste";
58414
59127
  width: number;
58415
59128
  height: number;
58416
59129
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
@@ -58421,9 +59134,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
58421
59134
  pcb_group_id?: string | undefined;
58422
59135
  pcb_smtpad_id?: string | undefined;
58423
59136
  }, {
59137
+ type: "pcb_solder_paste";
58424
59138
  x: string | number;
58425
59139
  y: string | number;
58426
- type: "pcb_solder_paste";
58427
59140
  width: number;
58428
59141
  height: number;
58429
59142
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
@@ -59313,7 +60026,173 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
59313
60026
  pcb_group_id?: string | undefined;
59314
60027
  ccw_rotation?: string | number | undefined;
59315
60028
  pcb_silkscreen_oval_id?: string | undefined;
59316
- }>, z.ZodObject<{
60029
+ }>, z.ZodDiscriminatedUnion<"shape", [z.ZodObject<{
60030
+ type: z.ZodLiteral<"pcb_silkscreen_graphic">;
60031
+ pcb_silkscreen_graphic_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
60032
+ pcb_component_id: z.ZodString;
60033
+ pcb_group_id: z.ZodOptional<z.ZodString>;
60034
+ subcircuit_id: z.ZodOptional<z.ZodString>;
60035
+ layer: z.ZodEnum<["top", "bottom"]>;
60036
+ image_asset: z.ZodOptional<z.ZodObject<{
60037
+ project_relative_path: z.ZodString;
60038
+ url: z.ZodString;
60039
+ mimetype: z.ZodString;
60040
+ }, "strip", z.ZodTypeAny, {
60041
+ project_relative_path: string;
60042
+ url: string;
60043
+ mimetype: string;
60044
+ }, {
60045
+ project_relative_path: string;
60046
+ url: string;
60047
+ mimetype: string;
60048
+ }>>;
60049
+ } & {
60050
+ shape: z.ZodLiteral<"brep">;
60051
+ brep_shape: z.ZodObject<{
60052
+ outer_ring: z.ZodObject<{
60053
+ vertices: z.ZodArray<z.ZodObject<{
60054
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60055
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60056
+ bulge: z.ZodOptional<z.ZodNumber>;
60057
+ }, "strip", z.ZodTypeAny, {
60058
+ x: number;
60059
+ y: number;
60060
+ bulge?: number | undefined;
60061
+ }, {
60062
+ x: string | number;
60063
+ y: string | number;
60064
+ bulge?: number | undefined;
60065
+ }>, "many">;
60066
+ }, "strip", z.ZodTypeAny, {
60067
+ vertices: {
60068
+ x: number;
60069
+ y: number;
60070
+ bulge?: number | undefined;
60071
+ }[];
60072
+ }, {
60073
+ vertices: {
60074
+ x: string | number;
60075
+ y: string | number;
60076
+ bulge?: number | undefined;
60077
+ }[];
60078
+ }>;
60079
+ inner_rings: z.ZodDefault<z.ZodArray<z.ZodObject<{
60080
+ vertices: z.ZodArray<z.ZodObject<{
60081
+ x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60082
+ y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60083
+ bulge: z.ZodOptional<z.ZodNumber>;
60084
+ }, "strip", z.ZodTypeAny, {
60085
+ x: number;
60086
+ y: number;
60087
+ bulge?: number | undefined;
60088
+ }, {
60089
+ x: string | number;
60090
+ y: string | number;
60091
+ bulge?: number | undefined;
60092
+ }>, "many">;
60093
+ }, "strip", z.ZodTypeAny, {
60094
+ vertices: {
60095
+ x: number;
60096
+ y: number;
60097
+ bulge?: number | undefined;
60098
+ }[];
60099
+ }, {
60100
+ vertices: {
60101
+ x: string | number;
60102
+ y: string | number;
60103
+ bulge?: number | undefined;
60104
+ }[];
60105
+ }>, "many">>;
60106
+ }, "strip", z.ZodTypeAny, {
60107
+ outer_ring: {
60108
+ vertices: {
60109
+ x: number;
60110
+ y: number;
60111
+ bulge?: number | undefined;
60112
+ }[];
60113
+ };
60114
+ inner_rings: {
60115
+ vertices: {
60116
+ x: number;
60117
+ y: number;
60118
+ bulge?: number | undefined;
60119
+ }[];
60120
+ }[];
60121
+ }, {
60122
+ outer_ring: {
60123
+ vertices: {
60124
+ x: string | number;
60125
+ y: string | number;
60126
+ bulge?: number | undefined;
60127
+ }[];
60128
+ };
60129
+ inner_rings?: {
60130
+ vertices: {
60131
+ x: string | number;
60132
+ y: string | number;
60133
+ bulge?: number | undefined;
60134
+ }[];
60135
+ }[] | undefined;
60136
+ }>;
60137
+ }, "strip", z.ZodTypeAny, {
60138
+ type: "pcb_silkscreen_graphic";
60139
+ layer: "top" | "bottom";
60140
+ shape: "brep";
60141
+ pcb_component_id: string;
60142
+ pcb_silkscreen_graphic_id: string;
60143
+ brep_shape: {
60144
+ outer_ring: {
60145
+ vertices: {
60146
+ x: number;
60147
+ y: number;
60148
+ bulge?: number | undefined;
60149
+ }[];
60150
+ };
60151
+ inner_rings: {
60152
+ vertices: {
60153
+ x: number;
60154
+ y: number;
60155
+ bulge?: number | undefined;
60156
+ }[];
60157
+ }[];
60158
+ };
60159
+ subcircuit_id?: string | undefined;
60160
+ pcb_group_id?: string | undefined;
60161
+ image_asset?: {
60162
+ project_relative_path: string;
60163
+ url: string;
60164
+ mimetype: string;
60165
+ } | undefined;
60166
+ }, {
60167
+ type: "pcb_silkscreen_graphic";
60168
+ layer: "top" | "bottom";
60169
+ shape: "brep";
60170
+ pcb_component_id: string;
60171
+ brep_shape: {
60172
+ outer_ring: {
60173
+ vertices: {
60174
+ x: string | number;
60175
+ y: string | number;
60176
+ bulge?: number | undefined;
60177
+ }[];
60178
+ };
60179
+ inner_rings?: {
60180
+ vertices: {
60181
+ x: string | number;
60182
+ y: string | number;
60183
+ bulge?: number | undefined;
60184
+ }[];
60185
+ }[] | undefined;
60186
+ };
60187
+ subcircuit_id?: string | undefined;
60188
+ pcb_group_id?: string | undefined;
60189
+ pcb_silkscreen_graphic_id?: string | undefined;
60190
+ image_asset?: {
60191
+ project_relative_path: string;
60192
+ url: string;
60193
+ mimetype: string;
60194
+ } | undefined;
60195
+ }>]>, z.ZodObject<{
59317
60196
  message: z.ZodString;
59318
60197
  is_fatal: z.ZodOptional<z.ZodBoolean>;
59319
60198
  } & {
@@ -60403,9 +61282,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
60403
61282
  x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60404
61283
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
60405
61284
  }, "strip", z.ZodTypeAny, {
61285
+ type: "pcb_breakout_point";
60406
61286
  x: number;
60407
61287
  y: number;
60408
- type: "pcb_breakout_point";
60409
61288
  pcb_group_id: string;
60410
61289
  pcb_breakout_point_id: string;
60411
61290
  subcircuit_id?: string | undefined;
@@ -60413,9 +61292,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
60413
61292
  source_trace_id?: string | undefined;
60414
61293
  source_net_id?: string | undefined;
60415
61294
  }, {
61295
+ type: "pcb_breakout_point";
60416
61296
  x: string | number;
60417
61297
  y: string | number;
60418
- type: "pcb_breakout_point";
60419
61298
  pcb_group_id: string;
60420
61299
  subcircuit_id?: string | undefined;
60421
61300
  source_port_id?: string | undefined;
@@ -60898,7 +61777,6 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
60898
61777
  layer: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
60899
61778
  shape: "brep";
60900
61779
  covered_with_solder_mask: boolean;
60901
- pcb_copper_pour_id: string;
60902
61780
  brep_shape: {
60903
61781
  outer_ring: {
60904
61782
  vertices: {
@@ -60915,6 +61793,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
60915
61793
  }[];
60916
61794
  }[];
60917
61795
  };
61796
+ pcb_copper_pour_id: string;
60918
61797
  subcircuit_id?: string | undefined;
60919
61798
  pcb_group_id?: string | undefined;
60920
61799
  source_net_id?: string | undefined;
@@ -61410,9 +62289,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
61410
62289
  y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
61411
62290
  subcircuit_id: z.ZodOptional<z.ZodString>;
61412
62291
  }, "strip", z.ZodTypeAny, {
62292
+ type: "schematic_box";
61413
62293
  x: number;
61414
62294
  y: number;
61415
- type: "schematic_box";
61416
62295
  width: number;
61417
62296
  height: number;
61418
62297
  is_dashed: boolean;
@@ -61420,9 +62299,9 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
61420
62299
  schematic_component_id?: string | undefined;
61421
62300
  schematic_symbol_id?: string | undefined;
61422
62301
  }, {
62302
+ type: "schematic_box";
61423
62303
  x: string | number;
61424
62304
  y: string | number;
61425
- type: "schematic_box";
61426
62305
  width: string | number;
61427
62306
  height: string | number;
61428
62307
  subcircuit_id?: string | undefined;
@@ -69555,12 +70434,12 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69555
70434
  url: z.ZodString;
69556
70435
  mimetype: z.ZodString;
69557
70436
  }, "strip", z.ZodTypeAny, {
69558
- url: string;
69559
70437
  project_relative_path: string;
70438
+ url: string;
69560
70439
  mimetype: string;
69561
70440
  }, {
69562
- url: string;
69563
70441
  project_relative_path: string;
70442
+ url: string;
69564
70443
  mimetype: string;
69565
70444
  }>>;
69566
70445
  model_unit_to_mm_scale_factor: z.ZodOptional<z.ZodNumber>;
@@ -69617,8 +70496,8 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69617
70496
  model_step_url?: string | undefined;
69618
70497
  model_wrl_url?: string | undefined;
69619
70498
  model_asset?: {
69620
- url: string;
69621
70499
  project_relative_path: string;
70500
+ url: string;
69622
70501
  mimetype: string;
69623
70502
  } | undefined;
69624
70503
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -69666,8 +70545,8 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69666
70545
  model_step_url?: string | undefined;
69667
70546
  model_wrl_url?: string | undefined;
69668
70547
  model_asset?: {
69669
- url: string;
69670
70548
  project_relative_path: string;
70549
+ url: string;
69671
70550
  mimetype: string;
69672
70551
  } | undefined;
69673
70552
  model_unit_to_mm_scale_factor?: number | undefined;
@@ -69723,6 +70602,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69723
70602
  wave_shape: z.ZodOptional<z.ZodEnum<["sinewave", "square", "triangle", "sawtooth"]>>;
69724
70603
  phase: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
69725
70604
  duty_cycle: z.ZodOptional<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, z.ZodNumber>>;
70605
+ pulse_delay: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
70606
+ rise_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
70607
+ fall_time: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
70608
+ pulse_width: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
70609
+ period: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
69726
70610
  }, "strip", z.ZodTypeAny, {
69727
70611
  type: "simulation_voltage_source";
69728
70612
  simulation_voltage_source_id: string;
@@ -69737,6 +70621,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69737
70621
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
69738
70622
  phase?: number | undefined;
69739
70623
  duty_cycle?: number | undefined;
70624
+ pulse_delay?: number | undefined;
70625
+ rise_time?: number | undefined;
70626
+ fall_time?: number | undefined;
70627
+ pulse_width?: number | undefined;
70628
+ period?: number | undefined;
69740
70629
  }, {
69741
70630
  type: "simulation_voltage_source";
69742
70631
  is_dc_source: false;
@@ -69751,6 +70640,11 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69751
70640
  wave_shape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
69752
70641
  phase?: string | number | undefined;
69753
70642
  duty_cycle?: string | number | undefined;
70643
+ pulse_delay?: string | number | undefined;
70644
+ rise_time?: string | number | undefined;
70645
+ fall_time?: string | number | undefined;
70646
+ pulse_width?: string | number | undefined;
70647
+ period?: string | number | undefined;
69754
70648
  }>]>, z.ZodUnion<[z.ZodObject<{
69755
70649
  type: z.ZodLiteral<"simulation_current_source">;
69756
70650
  simulation_current_source_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -69828,6 +70722,22 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69828
70722
  time_per_step: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
69829
70723
  start_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
69830
70724
  end_time_ms: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
70725
+ spice_options: z.ZodOptional<z.ZodObject<{
70726
+ method: z.ZodOptional<z.ZodEnum<["trap", "gear"]>>;
70727
+ reltol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
70728
+ abstol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
70729
+ vntol: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
70730
+ }, "strip", z.ZodTypeAny, {
70731
+ method?: "trap" | "gear" | undefined;
70732
+ reltol?: string | number | undefined;
70733
+ abstol?: string | number | undefined;
70734
+ vntol?: string | number | undefined;
70735
+ }, {
70736
+ method?: "trap" | "gear" | undefined;
70737
+ reltol?: string | number | undefined;
70738
+ abstol?: string | number | undefined;
70739
+ vntol?: string | number | undefined;
70740
+ }>>;
69831
70741
  }, "strip", z.ZodTypeAny, {
69832
70742
  type: "simulation_experiment";
69833
70743
  name: string;
@@ -69836,6 +70746,12 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69836
70746
  time_per_step?: number | undefined;
69837
70747
  start_time_ms?: number | undefined;
69838
70748
  end_time_ms?: number | undefined;
70749
+ spice_options?: {
70750
+ method?: "trap" | "gear" | undefined;
70751
+ reltol?: string | number | undefined;
70752
+ abstol?: string | number | undefined;
70753
+ vntol?: string | number | undefined;
70754
+ } | undefined;
69839
70755
  }, {
69840
70756
  type: "simulation_experiment";
69841
70757
  name: string;
@@ -69844,6 +70760,12 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
69844
70760
  time_per_step?: string | number | undefined;
69845
70761
  start_time_ms?: string | number | undefined;
69846
70762
  end_time_ms?: string | number | undefined;
70763
+ spice_options?: {
70764
+ method?: "trap" | "gear" | undefined;
70765
+ reltol?: string | number | undefined;
70766
+ abstol?: string | number | undefined;
70767
+ vntol?: string | number | undefined;
70768
+ } | undefined;
69847
70769
  }>, z.ZodObject<{
69848
70770
  type: z.ZodLiteral<"simulation_transient_voltage_graph">;
69849
70771
  simulation_transient_voltage_graph_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
@@ -70049,4 +70971,4 @@ type AnySoupElementInput = AnyCircuitElementInput;
70049
70971
  */
70050
70972
  type CircuitJson = AnyCircuitElement[];
70051
70973
 
70052
- export { type AnyCircuitElement, type AnyCircuitElementInput, type AnySoupElement, type AnySoupElementInput, type AnySourceComponent, type AnySourceElement, type Asset, type AssetInput, type BRepShape, type BaseCircuitJsonError, type BaseCircuitJsonErrorInput, type CadComponent, type CadComponentAnchorAlignment, type CadComponentInput, type CadModelAxisDirection, type CadModelFormat, type CircuitJson, type CircuitJsonError, type CircuitJsonFootprintLoadError, type CircuitJsonFootprintLoadErrorInput, type Distance, type ExperimentType, type ExternalFootprintLoadError, type ExternalFootprintLoadErrorInput, type InferredProjectMetadata, type InferredSchematicNetLabel, type InputPoint, type InputPosition, type InputRotation, type KicadAt, type KicadEffects, type KicadFont, type KicadFootprintAttributes, type KicadFootprintMetadata, type KicadFootprintModel, type KicadFootprintPad, type KicadFootprintProperties, type KicadProperty, type KicadSymbolEffects, type KicadSymbolMetadata, type KicadSymbolPinNames, type KicadSymbolPinNumbers, type KicadSymbolProperties, type KicadSymbolProperty, type LayerRef, type LayerRefInput, type Length, type ManufacturingDrcProperties, type NinePointAnchor, type PCBBoard, type PCBComponent, type PCBCopperText, type PCBCourtyardOutline, type PCBCourtyardPolygon, type PCBCourtyardRect, type PCBFabricationNoteDimension, type PCBFabricationNotePath, type PCBFabricationNoteRect, type PCBFabricationNoteText, type PCBHole, type PCBHoleInput, type PCBKeepout, type PCBKeepoutCircle, type PCBKeepoutInput, type PCBKeepoutRect, type PCBMissingFootprintError, type PCBPanel, type PCBPanelizationPlacementError, type PCBPlacementError, type PCBPlatedHole, type PCBPlatedHoleInput, type PCBPort, type PCBPortInput, type PCBPortNotMatchedError, type PCBSMTPad, type PCBSMTPadInput, type PCBSilkscreenLine, type PCBSilkscreenText, type PCBSolderPasteInput, type PCBText, type PCBTrace, type PCBTraceError, type PCBTraceHint, type PCBTraceInput, type PCBTraceMissingError, type PCBVia, type PcbAutoroutingError, type PcbAutoroutingErrorInput, type PcbAutoroutingErrorInterface, type PcbBoard, type PcbBoardInput, type PcbBreakoutPoint, type PcbBreakoutPointInput, type PcbCircuitElement, type PcbComponent, type PcbComponentInput, type PcbComponentInvalidLayerError, type PcbComponentInvalidLayerErrorInput, type PcbComponentMetadata, type PcbComponentNotOnBoardEdgeError, type PcbComponentNotOnBoardEdgeErrorInput, type PcbComponentOutsideBoardError, type PcbComponentOutsideBoardErrorInput, type PcbConnectorNotInAccessibleOrientationWarning, type PcbConnectorNotInAccessibleOrientationWarningInput, type PcbCopperPour, type PcbCopperPourBRep, type PcbCopperPourBRepInput, type PcbCopperPourInput, type PcbCopperPourPolygon, type PcbCopperPourPolygonInput, type PcbCopperPourRect, type PcbCopperPourRectInput, type PcbCopperText, type PcbCopperTextInput, type PcbCourtyardCircle, type PcbCourtyardCircleInput, type PcbCourtyardOutline, type PcbCourtyardOutlineInput, type PcbCourtyardOverlapError, type PcbCourtyardOverlapErrorInput, type PcbCourtyardPill, type PcbCourtyardPillInput, type PcbCourtyardPolygon, type PcbCourtyardPolygonInput, type PcbCourtyardRect, type PcbCourtyardRectInput, type PcbCutout, type PcbCutoutCircle, type PcbCutoutCircleInput, type PcbCutoutInput, type PcbCutoutPath, type PcbCutoutPathInput, type PcbCutoutPolygon, type PcbCutoutPolygonInput, type PcbCutoutRect, type PcbCutoutRectInput, type PcbFabricationNoteDimension, type PcbFabricationNoteDimensionInput, type PcbFabricationNotePath, type PcbFabricationNotePathInput, type PcbFabricationNoteRect, type PcbFabricationNoteRectInput, type PcbFabricationNoteText, type PcbFabricationNoteTextInput, type PcbFootprintOverlapError, type PcbFootprintOverlapErrorInput, type PcbGroundPlane, type PcbGroundPlaneInput, type PcbGroundPlaneRegion, type PcbGroundPlaneRegionInput, type PcbGroup, type PcbGroupInput, type PcbHole, type PcbHoleCircle, type PcbHoleCircleInput, type PcbHoleCircleOrSquare, type PcbHoleCircleOrSquareInput, type PcbHoleCircularWithRectPad, type PcbHoleOval, type PcbHoleOvalInput, type PcbHolePill, type PcbHolePillInput, type PcbHolePillWithRectPad, type PcbHoleRect, type PcbHoleRectInput, type PcbHoleRotatedPill, type PcbHoleRotatedPillInput, type PcbHoleRotatedPillWithRectPad, type PcbHoleWithPolygonPad, type PcbManualEditConflictWarning, type PcbManualEditConflictWarningInput, type PcbMissingFootprintError, type PcbMissingFootprintErrorInput, type PcbNet, type PcbNetInput, type PcbNoteDimension, type PcbNoteDimensionInput, type PcbNoteLine, type PcbNoteLineInput, type PcbNotePath, type PcbNotePathInput, type PcbNoteRect, type PcbNoteRectInput, type PcbNoteText, type PcbNoteTextInput, type PcbPadPadClearanceError, type PcbPadPadClearanceErrorInput, type PcbPadTraceClearanceError, type PcbPadTraceClearanceErrorInput, type PcbPanel, type PcbPanelInput, type PcbPanelizationPlacementError, type PcbPanelizationPlacementErrorInput, type PcbPlacementError, type PcbPlacementErrorInput, type PcbPlatedHole, type PcbPlatedHoleCircle, type PcbPlatedHoleInput, type PcbPlatedHoleOval, type PcbPort, type PcbPortInput, type PcbPortNotConnectedError, type PcbPortNotConnectedErrorInput, type PcbPortNotMatchedError, type PcbPortNotMatchedErrorInput, type PcbRenderLayer, type PcbRouteHint, type PcbRouteHintInput, type PcbRouteHints, type PcbRouteHintsInput, type PcbSilkscreenCircle, type PcbSilkscreenCircleInput, type PcbSilkscreenLine, type PcbSilkscreenLineInput, type PcbSilkscreenOval, type PcbSilkscreenOvalDeprecated, type PcbSilkscreenOvalInput, type PcbSilkscreenPath, type PcbSilkscreenPathDeprecated, type PcbSilkscreenPathInput, type PcbSilkscreenPill, type PcbSilkscreenPillDeprecated, type PcbSilkscreenPillInput, type PcbSilkscreenRect, type PcbSilkscreenRectInput, type PcbSilkscreenRectOld, type PcbSilkscreenText, type PcbSilkscreenTextInput, type PcbSmtPad, type PcbSmtPadCircle, type PcbSmtPadPill, type PcbSmtPadPolygon, type PcbSmtPadRect, type PcbSmtPadRotatedPill, type PcbSmtPadRotatedRect, type PcbSolderPaste, type PcbSolderPasteCircle, type PcbSolderPasteOval, type PcbSolderPastePill, type PcbSolderPasteRect, type PcbSolderPasteRotatedRect, type PcbText, type PcbTextInput, type PcbThermalSpoke, type PcbThermalSpokeInput, type PcbTrace, type PcbTraceError, type PcbTraceErrorInput, type PcbTraceHint, type PcbTraceHintInput, type PcbTraceInput, type PcbTraceMissingError, type PcbTraceMissingErrorInput, type PcbTraceRoutePoint, type PcbTraceRoutePointThroughPad, type PcbTraceRoutePointVia, type PcbTraceRoutePointWire, type PcbTraceWarning, type PcbTraceWarningInput, type PcbVia, type PcbViaClearanceError, type PcbViaClearanceErrorInput, type PcbViaInput, type PcbViaTraceClearanceError, type PcbViaTraceClearanceErrorInput, type Point, type Point3, type PointWithBulge, type Position, type Ring, type Rotation, type RouteHintPoint, type RouteHintPointInput, type SchematicArc, type SchematicArcInput, type SchematicBox, type SchematicBoxInput, type SchematicCircle, type SchematicCircleInput, type SchematicComponent, type SchematicComponentInput, type SchematicDebugLine, type SchematicDebugObject, type SchematicDebugObjectInput, type SchematicDebugPoint, type SchematicDebugRect, type SchematicError, type SchematicErrorInput, type SchematicGroup, type SchematicGroupInput, type SchematicLayoutError, type SchematicLayoutErrorInput, type SchematicLine, type SchematicLineInput, type SchematicManualEditConflictWarning, type SchematicManualEditConflictWarningInput, type SchematicNetLabel, type SchematicNetLabelInput, type SchematicPath, type SchematicPathInput, type SchematicPort, type SchematicPortArrangement, type SchematicPortArrangementBySides, type SchematicPortArrangementBySize, type SchematicPortInput, type SchematicRect, type SchematicRectInput, type SchematicSheet, type SchematicSheetInput, type SchematicSymbol, type SchematicSymbolInput, type SchematicSymbolMetadata, type SchematicTable, type SchematicTableCell, type SchematicTableCellInput, type SchematicTableInput, type SchematicText, type SchematicTextInput, type SchematicTrace, type SchematicTraceEdge, type SchematicTraceInput, type SchematicVoltageProbe, type SchematicVoltageProbeInput, type SimulationAcCurrentSource, type SimulationAcCurrentSourceInput, type SimulationAcVoltageSource, type SimulationAcVoltageSourceInput, type SimulationCurrentSource, type SimulationCurrentSourceInput, type SimulationDcCurrentSource, type SimulationDcVoltageSource, type SimulationExperiment, type SimulationExperimentInput, type SimulationOpAmp, type SimulationOpAmpInput, type SimulationSpiceSubcircuit, type SimulationSpiceSubcircuitInput, type SimulationSwitch, type SimulationSwitchInput, type SimulationTransientVoltageGraph, type SimulationTransientVoltageGraphInput, type SimulationUnknownExperimentError, type SimulationUnknownExperimentErrorInput, type SimulationVoltageProbe, type SimulationVoltageProbeInput, type SimulationVoltageSource, type SimulationVoltageSourceInput, type Size, type SizeInput, type SourceAmbiguousPortReference, type SourceAmbiguousPortReferenceInput, type SourceBoard, type SourceBoardInput, type SourceComponentBase, type SourceComponentInternalConnection, type SourceComponentMisconfiguredError, type SourceComponentMisconfiguredErrorInput, type SourceComponentPinsUnderspecifiedWarning, type SourceComponentPinsUnderspecifiedWarningInput, type SourceFailedToCreateComponentError, type SourceFailedToCreateComponentErrorInput, type SourceGroup, type SourceGroupInput, type SourceI2cMisconfiguredError, type SourceI2cMisconfiguredErrorInput, type SourceInterconnect, type SourceInterconnectInput, type SourceInvalidComponentPropertyError, type SourceInvalidComponentPropertyErrorInput, type SourceManuallyPlacedVia, type SourceManuallyPlacedViaInput, type SourceMissingManufacturerPartNumberWarning, type SourceMissingManufacturerPartNumberWarningInput, type SourceMissingPropertyError, type SourceMissingPropertyErrorInput, type SourceNet, type SourceNetInput, type SourceNoGroundPinDefinedWarning, type SourceNoGroundPinDefinedWarningInput, type SourceNoPowerPinDefinedWarning, type SourceNoPowerPinDefinedWarningInput, type SourcePcbGroundPlane, type SourcePcbGroundPlaneInput, type SourcePinAttributes, type SourcePinMissingTraceWarning, type SourcePinMissingTraceWarningInput, type SourcePinMustBeConnectedError, type SourcePinMustBeConnectedErrorInput, type SourcePort, type SourcePortInput, type SourceProjectMetadata, type SourcePropertyIgnoredWarning, type SourcePropertyIgnoredWarningInput, type SourceSimpleBattery, type SourceSimpleBatteryInput, type SourceSimpleCapacitor, type SourceSimpleCapacitorInput, type SourceSimpleChip, type SourceSimpleChipInput, type SourceSimpleConnector, type SourceSimpleConnectorInput, type SourceSimpleCrystal, type SourceSimpleCrystalInput, type SourceSimpleCurrentSource, type SourceSimpleCurrentSourceInput, type SourceSimpleDiode, type SourceSimpleDiodeInput, type SourceSimpleFiducial, type SourceSimpleFiducialInput, type SourceSimpleGround, type SourceSimpleGroundInput, type SourceSimpleInductor, type SourceSimpleInductorInput, type SourceSimpleLed, type SourceSimpleLedInput, type SourceSimpleMosfet, type SourceSimpleMosfetInput, type SourceSimpleOpAmp, type SourceSimpleOpAmpInput, type SourceSimplePinHeader, type SourceSimplePinHeaderInput, type SourceSimplePinout, type SourceSimplePinoutInput, type SourceSimplePotentiometer, type SourceSimplePotentiometerInput, type SourceSimplePowerSource, type SourceSimplePowerSourceInput, type SourceSimplePushButton, type SourceSimplePushButtonInput, type SourceSimpleResistor, type SourceSimpleResistorInput, type SourceSimpleResonator, type SourceSimpleResonatorInput, type SourceSimpleSwitch, type SourceSimpleSwitchInput, type SourceSimpleTestPoint, type SourceSimpleTestPointInput, type SourceSimpleTransistor, type SourceSimpleTransistorInput, type SourceSimpleVoltageProbe, type SourceSimpleVoltageProbeInput, type SourceSimpleVoltageSource, type SourceSimpleVoltageSourceInput, type SourceTrace, type SourceTraceNotConnectedError, type SourceTraceNotConnectedErrorInput, type SupplierFootprintMismatchWarning, type SupplierFootprintMismatchWarningInput, type SupplierName, type UnknownErrorFindingPart, type UnknownErrorFindingPartInput, type VisibleLayer, type VisibleLayerRef, type WaveShape, all_layers, any_circuit_element, any_soup_element, any_source_component, asset, base_circuit_json_error, battery_capacity, brep_shape, cadModelDefaultDirectionMap, cad_component, cad_model_axis_directions, cad_model_formats, capacitance, circuit_json_footprint_load_error, current, distance, duration_ms, experiment_type, external_footprint_load_error, frequency, getZodPrefixedIdWithDefault, inductance, kicadAt, kicadEffects, kicadFont, kicadFootprintAttributes, kicadFootprintMetadata, kicadFootprintModel, kicadFootprintPad, kicadFootprintProperties, kicadProperty, kicadSymbolEffects, kicadSymbolMetadata, kicadSymbolPinNames, kicadSymbolPinNumbers, kicadSymbolProperties, kicadSymbolProperty, layer_ref, layer_string, length, manufacturing_drc_properties, ms, ninePointAnchor, pcbRenderLayer, pcb_autorouting_error, pcb_board, pcb_breakout_point, pcb_component, pcb_component_invalid_layer_error, pcb_component_not_on_board_edge_error, pcb_component_outside_board_error, pcb_connector_not_in_accessible_orientation_warning, pcb_copper_pour, pcb_copper_pour_brep, pcb_copper_pour_polygon, pcb_copper_pour_rect, pcb_copper_text, pcb_courtyard_circle, pcb_courtyard_outline, pcb_courtyard_overlap_error, pcb_courtyard_pill, pcb_courtyard_polygon, pcb_courtyard_rect, pcb_cutout, pcb_cutout_circle, pcb_cutout_path, pcb_cutout_polygon, pcb_cutout_rect, pcb_fabrication_note_dimension, pcb_fabrication_note_path, pcb_fabrication_note_rect, pcb_fabrication_note_text, pcb_footprint_overlap_error, pcb_ground_plane, pcb_ground_plane_region, pcb_group, pcb_hole, pcb_hole_circle_or_square_shape, pcb_hole_circle_shape, pcb_hole_oval_shape, pcb_hole_pill_shape, pcb_hole_rect_shape, pcb_hole_rotated_pill_shape, pcb_keepout, pcb_manual_edit_conflict_warning, pcb_missing_footprint_error, pcb_net, pcb_note_dimension, pcb_note_line, pcb_note_path, pcb_note_rect, pcb_note_text, pcb_pad_pad_clearance_error, pcb_pad_trace_clearance_error, pcb_panel, pcb_panelization_placement_error, pcb_placement_error, pcb_plated_hole, pcb_port, pcb_port_not_connected_error, pcb_port_not_matched_error, pcb_route_hint, pcb_route_hints, pcb_silkscreen_circle, pcb_silkscreen_line, pcb_silkscreen_oval, pcb_silkscreen_path, pcb_silkscreen_pill, pcb_silkscreen_rect, pcb_silkscreen_text, pcb_smtpad, pcb_smtpad_pill, pcb_solder_paste, pcb_text, pcb_thermal_spoke, pcb_trace, pcb_trace_error, pcb_trace_hint, pcb_trace_missing_error, pcb_trace_route_point, pcb_trace_route_point_through_pad, pcb_trace_route_point_via, pcb_trace_route_point_wire, pcb_trace_warning, pcb_via, pcb_via_clearance_error, pcb_via_trace_clearance_error, point, point3, point_with_bulge, port_arrangement, position, position3, resistance, ring, rotation, route_hint_point, schematic_arc, schematic_box, schematic_circle, schematic_component, schematic_component_port_arrangement_by_sides, schematic_component_port_arrangement_by_size, schematic_debug_line, schematic_debug_object, schematic_debug_object_base, schematic_debug_point, schematic_debug_rect, schematic_error, schematic_group, schematic_layout_error, schematic_line, schematic_manual_edit_conflict_warning, schematic_net_label, schematic_path, schematic_pin_styles, schematic_port, schematic_rect, schematic_sheet, schematic_symbol, schematic_table, schematic_table_cell, schematic_text, schematic_trace, schematic_voltage_probe, simulation_ac_current_source, simulation_ac_voltage_source, simulation_current_source, simulation_dc_current_source, simulation_dc_voltage_source, simulation_experiment, simulation_op_amp, simulation_spice_subcircuit, simulation_switch, simulation_transient_voltage_graph, simulation_unknown_experiment_error, simulation_voltage_probe, simulation_voltage_source, size, source_ambiguous_port_reference, source_board, source_component_base, source_component_internal_connection, source_component_misconfigured_error, source_component_pins_underspecified_warning, source_failed_to_create_component_error, source_group, source_i2c_misconfigured_error, source_interconnect, source_invalid_component_property_error, source_manually_placed_via, source_missing_manufacturer_part_number_warning, source_missing_property_error, source_net, source_no_ground_pin_defined_warning, source_no_power_pin_defined_warning, source_pcb_ground_plane, source_pin_attributes, source_pin_missing_trace_warning, source_pin_must_be_connected_error, source_port, source_project_metadata, source_property_ignored_warning, source_simple_battery, source_simple_capacitor, source_simple_chip, source_simple_connector, source_simple_crystal, source_simple_current_source, source_simple_diode, source_simple_fiducial, source_simple_ground, source_simple_inductor, source_simple_led, source_simple_mosfet, source_simple_op_amp, source_simple_pin_header, source_simple_pinout, source_simple_potentiometer, source_simple_power_source, source_simple_push_button, source_simple_resistor, source_simple_resonator, source_simple_switch, source_simple_test_point, source_simple_transistor, source_simple_voltage_probe, source_simple_voltage_source, source_trace, source_trace_not_connected_error, supplier_footprint_mismatch_warning, supplier_name, time, timestamp, unknown_error_finding_part, visible_layer, voltage, wave_shape };
70974
+ export { type AnyCircuitElement, type AnyCircuitElementInput, type AnySoupElement, type AnySoupElementInput, type AnySourceComponent, type AnySourceElement, type Asset, type AssetInput, type BRepShape, type BaseCircuitJsonError, type BaseCircuitJsonErrorInput, type CadComponent, type CadComponentAnchorAlignment, type CadComponentInput, type CadModelAxisDirection, type CadModelFormat, type CircuitJson, type CircuitJsonError, type CircuitJsonFootprintLoadError, type CircuitJsonFootprintLoadErrorInput, type Distance, type ExperimentType, type ExternalFootprintLoadError, type ExternalFootprintLoadErrorInput, type InferredProjectMetadata, type InferredSchematicNetLabel, type InputPoint, type InputPosition, type InputRotation, type KicadAt, type KicadEffects, type KicadFont, type KicadFootprintAttributes, type KicadFootprintMetadata, type KicadFootprintModel, type KicadFootprintPad, type KicadFootprintProperties, type KicadProperty, type KicadSymbolEffects, type KicadSymbolMetadata, type KicadSymbolPinNames, type KicadSymbolPinNumbers, type KicadSymbolProperties, type KicadSymbolProperty, type LayerRef, type LayerRefInput, type Length, type ManufacturingDrcProperties, type NinePointAnchor, type PCBBoard, type PCBComponent, type PCBCopperText, type PCBCourtyardOutline, type PCBCourtyardPolygon, type PCBCourtyardRect, type PCBFabricationNoteDimension, type PCBFabricationNotePath, type PCBFabricationNoteRect, type PCBFabricationNoteText, type PCBHole, type PCBHoleInput, type PCBKeepout, type PCBKeepoutCircle, type PCBKeepoutInput, type PCBKeepoutRect, type PCBMissingFootprintError, type PCBPanel, type PCBPanelizationPlacementError, type PCBPlacementError, type PCBPlatedHole, type PCBPlatedHoleInput, type PCBPort, type PCBPortInput, type PCBPortNotMatchedError, type PCBSMTPad, type PCBSMTPadInput, type PCBSilkscreenLine, type PCBSilkscreenText, type PCBSolderPasteInput, type PCBText, type PCBTrace, type PCBTraceError, type PCBTraceHint, type PCBTraceInput, type PCBTraceMissingError, type PCBVia, type PcbAutoroutingError, type PcbAutoroutingErrorInput, type PcbAutoroutingErrorInterface, type PcbBoard, type PcbBoardInput, type PcbBreakoutPoint, type PcbBreakoutPointInput, type PcbCircuitElement, type PcbComponent, type PcbComponentInput, type PcbComponentInvalidLayerError, type PcbComponentInvalidLayerErrorInput, type PcbComponentMetadata, type PcbComponentNotOnBoardEdgeError, type PcbComponentNotOnBoardEdgeErrorInput, type PcbComponentOutsideBoardError, type PcbComponentOutsideBoardErrorInput, type PcbConnectorNotInAccessibleOrientationWarning, type PcbConnectorNotInAccessibleOrientationWarningInput, type PcbCopperPour, type PcbCopperPourBRep, type PcbCopperPourBRepInput, type PcbCopperPourInput, type PcbCopperPourPolygon, type PcbCopperPourPolygonInput, type PcbCopperPourRect, type PcbCopperPourRectInput, type PcbCopperText, type PcbCopperTextInput, type PcbCourtyardCircle, type PcbCourtyardCircleInput, type PcbCourtyardOutline, type PcbCourtyardOutlineInput, type PcbCourtyardOverlapError, type PcbCourtyardOverlapErrorInput, type PcbCourtyardPill, type PcbCourtyardPillInput, type PcbCourtyardPolygon, type PcbCourtyardPolygonInput, type PcbCourtyardRect, type PcbCourtyardRectInput, type PcbCutout, type PcbCutoutCircle, type PcbCutoutCircleInput, type PcbCutoutInput, type PcbCutoutPath, type PcbCutoutPathInput, type PcbCutoutPolygon, type PcbCutoutPolygonInput, type PcbCutoutRect, type PcbCutoutRectInput, type PcbFabricationNoteDimension, type PcbFabricationNoteDimensionInput, type PcbFabricationNotePath, type PcbFabricationNotePathInput, type PcbFabricationNoteRect, type PcbFabricationNoteRectInput, type PcbFabricationNoteText, type PcbFabricationNoteTextInput, type PcbFootprintOverlapError, type PcbFootprintOverlapErrorInput, type PcbGroundPlane, type PcbGroundPlaneInput, type PcbGroundPlaneRegion, type PcbGroundPlaneRegionInput, type PcbGroup, type PcbGroupInput, type PcbHole, type PcbHoleCircle, type PcbHoleCircleInput, type PcbHoleCircleOrSquare, type PcbHoleCircleOrSquareInput, type PcbHoleCircularWithRectPad, type PcbHoleOval, type PcbHoleOvalInput, type PcbHolePill, type PcbHolePillInput, type PcbHolePillWithRectPad, type PcbHoleRect, type PcbHoleRectInput, type PcbHoleRotatedPill, type PcbHoleRotatedPillInput, type PcbHoleRotatedPillWithRectPad, type PcbHoleWithPolygonPad, type PcbManualEditConflictWarning, type PcbManualEditConflictWarningInput, type PcbMissingFootprintError, type PcbMissingFootprintErrorInput, type PcbNet, type PcbNetInput, type PcbNoteDimension, type PcbNoteDimensionInput, type PcbNoteLine, type PcbNoteLineInput, type PcbNotePath, type PcbNotePathInput, type PcbNoteRect, type PcbNoteRectInput, type PcbNoteText, type PcbNoteTextInput, type PcbPadPadClearanceError, type PcbPadPadClearanceErrorInput, type PcbPadTraceClearanceError, type PcbPadTraceClearanceErrorInput, type PcbPanel, type PcbPanelInput, type PcbPanelizationPlacementError, type PcbPanelizationPlacementErrorInput, type PcbPlacementError, type PcbPlacementErrorInput, type PcbPlatedHole, type PcbPlatedHoleCircle, type PcbPlatedHoleInput, type PcbPlatedHoleOval, type PcbPort, type PcbPortInput, type PcbPortNotConnectedError, type PcbPortNotConnectedErrorInput, type PcbPortNotMatchedError, type PcbPortNotMatchedErrorInput, type PcbRenderLayer, type PcbRouteHint, type PcbRouteHintInput, type PcbRouteHints, type PcbRouteHintsInput, type PcbSilkscreenCircle, type PcbSilkscreenCircleInput, type PcbSilkscreenGraphic, type PcbSilkscreenGraphicBRep, type PcbSilkscreenGraphicBRepInput, type PcbSilkscreenGraphicInput, type PcbSilkscreenLine, type PcbSilkscreenLineInput, type PcbSilkscreenOval, type PcbSilkscreenOvalDeprecated, type PcbSilkscreenOvalInput, type PcbSilkscreenPath, type PcbSilkscreenPathDeprecated, type PcbSilkscreenPathInput, type PcbSilkscreenPill, type PcbSilkscreenPillDeprecated, type PcbSilkscreenPillInput, type PcbSilkscreenRect, type PcbSilkscreenRectInput, type PcbSilkscreenRectOld, type PcbSilkscreenText, type PcbSilkscreenTextInput, type PcbSmtPad, type PcbSmtPadCircle, type PcbSmtPadPill, type PcbSmtPadPolygon, type PcbSmtPadRect, type PcbSmtPadRotatedPill, type PcbSmtPadRotatedRect, type PcbSolderPaste, type PcbSolderPasteCircle, type PcbSolderPasteOval, type PcbSolderPastePill, type PcbSolderPasteRect, type PcbSolderPasteRotatedRect, type PcbText, type PcbTextInput, type PcbThermalSpoke, type PcbThermalSpokeInput, type PcbTrace, type PcbTraceError, type PcbTraceErrorInput, type PcbTraceHint, type PcbTraceHintInput, type PcbTraceInput, type PcbTraceMissingError, type PcbTraceMissingErrorInput, type PcbTraceRoutePoint, type PcbTraceRoutePointThroughPad, type PcbTraceRoutePointVia, type PcbTraceRoutePointWire, type PcbTraceWarning, type PcbTraceWarningInput, type PcbVia, type PcbViaClearanceError, type PcbViaClearanceErrorInput, type PcbViaInput, type PcbViaTraceClearanceError, type PcbViaTraceClearanceErrorInput, type Point, type Point3, type PointWithBulge, type Position, type Ring, type Rotation, type RouteHintPoint, type RouteHintPointInput, type SchematicArc, type SchematicArcInput, type SchematicBox, type SchematicBoxInput, type SchematicCircle, type SchematicCircleInput, type SchematicComponent, type SchematicComponentInput, type SchematicDebugLine, type SchematicDebugObject, type SchematicDebugObjectInput, type SchematicDebugPoint, type SchematicDebugRect, type SchematicError, type SchematicErrorInput, type SchematicGroup, type SchematicGroupInput, type SchematicLayoutError, type SchematicLayoutErrorInput, type SchematicLine, type SchematicLineInput, type SchematicManualEditConflictWarning, type SchematicManualEditConflictWarningInput, type SchematicNetLabel, type SchematicNetLabelInput, type SchematicPath, type SchematicPathInput, type SchematicPort, type SchematicPortArrangement, type SchematicPortArrangementBySides, type SchematicPortArrangementBySize, type SchematicPortInput, type SchematicRect, type SchematicRectInput, type SchematicSheet, type SchematicSheetInput, type SchematicSymbol, type SchematicSymbolInput, type SchematicSymbolMetadata, type SchematicTable, type SchematicTableCell, type SchematicTableCellInput, type SchematicTableInput, type SchematicText, type SchematicTextInput, type SchematicTrace, type SchematicTraceEdge, type SchematicTraceInput, type SchematicVoltageProbe, type SchematicVoltageProbeInput, type SimulationAcCurrentSource, type SimulationAcCurrentSourceInput, type SimulationAcVoltageSource, type SimulationAcVoltageSourceInput, type SimulationCurrentSource, type SimulationCurrentSourceInput, type SimulationDcCurrentSource, type SimulationDcVoltageSource, type SimulationExperiment, type SimulationExperimentInput, type SimulationOpAmp, type SimulationOpAmpInput, type SimulationSpiceSubcircuit, type SimulationSpiceSubcircuitInput, type SimulationSwitch, type SimulationSwitchInput, type SimulationTransientVoltageGraph, type SimulationTransientVoltageGraphInput, type SimulationUnknownExperimentError, type SimulationUnknownExperimentErrorInput, type SimulationVoltageProbe, type SimulationVoltageProbeInput, type SimulationVoltageSource, type SimulationVoltageSourceInput, type Size, type SizeInput, type SourceAmbiguousPortReference, type SourceAmbiguousPortReferenceInput, type SourceBoard, type SourceBoardInput, type SourceComponentBase, type SourceComponentInternalConnection, type SourceComponentMisconfiguredError, type SourceComponentMisconfiguredErrorInput, type SourceComponentPinsUnderspecifiedWarning, type SourceComponentPinsUnderspecifiedWarningInput, type SourceFailedToCreateComponentError, type SourceFailedToCreateComponentErrorInput, type SourceGroup, type SourceGroupInput, type SourceI2cMisconfiguredError, type SourceI2cMisconfiguredErrorInput, type SourceInterconnect, type SourceInterconnectInput, type SourceInvalidComponentPropertyError, type SourceInvalidComponentPropertyErrorInput, type SourceManuallyPlacedVia, type SourceManuallyPlacedViaInput, type SourceMissingManufacturerPartNumberWarning, type SourceMissingManufacturerPartNumberWarningInput, type SourceMissingPropertyError, type SourceMissingPropertyErrorInput, type SourceNet, type SourceNetInput, type SourceNoGroundPinDefinedWarning, type SourceNoGroundPinDefinedWarningInput, type SourceNoPowerPinDefinedWarning, type SourceNoPowerPinDefinedWarningInput, type SourcePcbGroundPlane, type SourcePcbGroundPlaneInput, type SourcePinAttributes, type SourcePinMissingTraceWarning, type SourcePinMissingTraceWarningInput, type SourcePinMustBeConnectedError, type SourcePinMustBeConnectedErrorInput, type SourcePort, type SourcePortInput, type SourceProjectMetadata, type SourcePropertyIgnoredWarning, type SourcePropertyIgnoredWarningInput, type SourceSimpleBattery, type SourceSimpleBatteryInput, type SourceSimpleCapacitor, type SourceSimpleCapacitorInput, type SourceSimpleChip, type SourceSimpleChipInput, type SourceSimpleConnector, type SourceSimpleConnectorInput, type SourceSimpleCrystal, type SourceSimpleCrystalInput, type SourceSimpleCurrentSource, type SourceSimpleCurrentSourceInput, type SourceSimpleDiode, type SourceSimpleDiodeInput, type SourceSimpleFiducial, type SourceSimpleFiducialInput, type SourceSimpleGround, type SourceSimpleGroundInput, type SourceSimpleInductor, type SourceSimpleInductorInput, type SourceSimpleLed, type SourceSimpleLedInput, type SourceSimpleMosfet, type SourceSimpleMosfetInput, type SourceSimpleOpAmp, type SourceSimpleOpAmpInput, type SourceSimplePinHeader, type SourceSimplePinHeaderInput, type SourceSimplePinout, type SourceSimplePinoutInput, type SourceSimplePotentiometer, type SourceSimplePotentiometerInput, type SourceSimplePowerSource, type SourceSimplePowerSourceInput, type SourceSimplePushButton, type SourceSimplePushButtonInput, type SourceSimpleResistor, type SourceSimpleResistorInput, type SourceSimpleResonator, type SourceSimpleResonatorInput, type SourceSimpleSwitch, type SourceSimpleSwitchInput, type SourceSimpleTestPoint, type SourceSimpleTestPointInput, type SourceSimpleTransistor, type SourceSimpleTransistorInput, type SourceSimpleVoltageProbe, type SourceSimpleVoltageProbeInput, type SourceSimpleVoltageSource, type SourceSimpleVoltageSourceInput, type SourceTrace, type SourceTraceNotConnectedError, type SourceTraceNotConnectedErrorInput, type SpiceSimulationOptions, type SupplierFootprintMismatchWarning, type SupplierFootprintMismatchWarningInput, type SupplierName, type UnknownErrorFindingPart, type UnknownErrorFindingPartInput, type VisibleLayer, type VisibleLayerRef, type WaveShape, all_layers, any_circuit_element, any_soup_element, any_source_component, asset, base_circuit_json_error, battery_capacity, brep_shape, cadModelDefaultDirectionMap, cad_component, cad_model_axis_directions, cad_model_formats, capacitance, circuit_json_footprint_load_error, current, distance, duration_ms, experiment_type, external_footprint_load_error, frequency, getZodPrefixedIdWithDefault, inductance, kicadAt, kicadEffects, kicadFont, kicadFootprintAttributes, kicadFootprintMetadata, kicadFootprintModel, kicadFootprintPad, kicadFootprintProperties, kicadProperty, kicadSymbolEffects, kicadSymbolMetadata, kicadSymbolPinNames, kicadSymbolPinNumbers, kicadSymbolProperties, kicadSymbolProperty, layer_ref, layer_string, length, manufacturing_drc_properties, ms, ninePointAnchor, pcbRenderLayer, pcb_autorouting_error, pcb_board, pcb_breakout_point, pcb_component, pcb_component_invalid_layer_error, pcb_component_not_on_board_edge_error, pcb_component_outside_board_error, pcb_connector_not_in_accessible_orientation_warning, pcb_copper_pour, pcb_copper_pour_brep, pcb_copper_pour_polygon, pcb_copper_pour_rect, pcb_copper_text, pcb_courtyard_circle, pcb_courtyard_outline, pcb_courtyard_overlap_error, pcb_courtyard_pill, pcb_courtyard_polygon, pcb_courtyard_rect, pcb_cutout, pcb_cutout_circle, pcb_cutout_path, pcb_cutout_polygon, pcb_cutout_rect, pcb_fabrication_note_dimension, pcb_fabrication_note_path, pcb_fabrication_note_rect, pcb_fabrication_note_text, pcb_footprint_overlap_error, pcb_ground_plane, pcb_ground_plane_region, pcb_group, pcb_hole, pcb_hole_circle_or_square_shape, pcb_hole_circle_shape, pcb_hole_oval_shape, pcb_hole_pill_shape, pcb_hole_rect_shape, pcb_hole_rotated_pill_shape, pcb_keepout, pcb_manual_edit_conflict_warning, pcb_missing_footprint_error, pcb_net, pcb_note_dimension, pcb_note_line, pcb_note_path, pcb_note_rect, pcb_note_text, pcb_pad_pad_clearance_error, pcb_pad_trace_clearance_error, pcb_panel, pcb_panelization_placement_error, pcb_placement_error, pcb_plated_hole, pcb_port, pcb_port_not_connected_error, pcb_port_not_matched_error, pcb_route_hint, pcb_route_hints, pcb_silkscreen_circle, pcb_silkscreen_graphic, pcb_silkscreen_graphic_brep, pcb_silkscreen_line, pcb_silkscreen_oval, pcb_silkscreen_path, pcb_silkscreen_pill, pcb_silkscreen_rect, pcb_silkscreen_text, pcb_smtpad, pcb_smtpad_pill, pcb_solder_paste, pcb_text, pcb_thermal_spoke, pcb_trace, pcb_trace_error, pcb_trace_hint, pcb_trace_missing_error, pcb_trace_route_point, pcb_trace_route_point_through_pad, pcb_trace_route_point_via, pcb_trace_route_point_wire, pcb_trace_warning, pcb_via, pcb_via_clearance_error, pcb_via_trace_clearance_error, point, point3, point_with_bulge, port_arrangement, position, position3, resistance, ring, rotation, route_hint_point, schematic_arc, schematic_box, schematic_circle, schematic_component, schematic_component_port_arrangement_by_sides, schematic_component_port_arrangement_by_size, schematic_debug_line, schematic_debug_object, schematic_debug_object_base, schematic_debug_point, schematic_debug_rect, schematic_error, schematic_group, schematic_layout_error, schematic_line, schematic_manual_edit_conflict_warning, schematic_net_label, schematic_path, schematic_pin_styles, schematic_port, schematic_rect, schematic_sheet, schematic_symbol, schematic_table, schematic_table_cell, schematic_text, schematic_trace, schematic_voltage_probe, simulation_ac_current_source, simulation_ac_voltage_source, simulation_current_source, simulation_dc_current_source, simulation_dc_voltage_source, simulation_experiment, simulation_op_amp, simulation_spice_subcircuit, simulation_switch, simulation_transient_voltage_graph, simulation_unknown_experiment_error, simulation_voltage_probe, simulation_voltage_source, size, source_ambiguous_port_reference, source_board, source_component_base, source_component_internal_connection, source_component_misconfigured_error, source_component_pins_underspecified_warning, source_failed_to_create_component_error, source_group, source_i2c_misconfigured_error, source_interconnect, source_invalid_component_property_error, source_manually_placed_via, source_missing_manufacturer_part_number_warning, source_missing_property_error, source_net, source_no_ground_pin_defined_warning, source_no_power_pin_defined_warning, source_pcb_ground_plane, source_pin_attributes, source_pin_missing_trace_warning, source_pin_must_be_connected_error, source_port, source_project_metadata, source_property_ignored_warning, source_simple_battery, source_simple_capacitor, source_simple_chip, source_simple_connector, source_simple_crystal, source_simple_current_source, source_simple_diode, source_simple_fiducial, source_simple_ground, source_simple_inductor, source_simple_led, source_simple_mosfet, source_simple_op_amp, source_simple_pin_header, source_simple_pinout, source_simple_potentiometer, source_simple_power_source, source_simple_push_button, source_simple_resistor, source_simple_resonator, source_simple_switch, source_simple_test_point, source_simple_transistor, source_simple_voltage_probe, source_simple_voltage_source, source_trace, source_trace_not_connected_error, spice_simulation_options, supplier_footprint_mismatch_warning, supplier_name, time, timestamp, unknown_error_finding_part, visible_layer, voltage, wave_shape };