@tscircuit/footprinter 0.0.264 → 0.0.265
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.ts +128 -5
- package/dist/index.js +84 -83
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ import { z } from 'zod';
|
|
|
4
4
|
type NowDefined<T, K extends keyof T> = Omit<T, K> & Required<Pick<T, K>>;
|
|
5
5
|
|
|
6
6
|
declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
7
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
8
|
+
} & {
|
|
7
9
|
fn: z.ZodString;
|
|
8
10
|
p: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>>;
|
|
9
11
|
id: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>>;
|
|
@@ -13,13 +15,15 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
13
15
|
p: number;
|
|
14
16
|
id: number;
|
|
15
17
|
od: number;
|
|
18
|
+
norefdes?: boolean | undefined;
|
|
16
19
|
}, {
|
|
17
20
|
fn: string;
|
|
21
|
+
norefdes?: boolean | undefined;
|
|
18
22
|
p?: string | number | undefined;
|
|
19
23
|
id?: string | number | undefined;
|
|
20
24
|
od?: string | number | undefined;
|
|
21
25
|
}>, z.ZodEffects<z.ZodObject<{
|
|
22
|
-
|
|
26
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
23
27
|
} & {
|
|
24
28
|
fn: z.ZodString;
|
|
25
29
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -52,10 +56,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
52
56
|
num_pins: number;
|
|
53
57
|
p: number;
|
|
54
58
|
missing: (string | number)[];
|
|
59
|
+
norefdes?: boolean | undefined;
|
|
55
60
|
w?: number | undefined;
|
|
56
61
|
pad?: number | undefined;
|
|
57
62
|
h?: number | undefined;
|
|
58
|
-
noref?: boolean | undefined;
|
|
59
63
|
grid?: {
|
|
60
64
|
x: number;
|
|
61
65
|
y: number;
|
|
@@ -68,12 +72,12 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
68
72
|
brorigin?: boolean | undefined;
|
|
69
73
|
}, {
|
|
70
74
|
fn: string;
|
|
75
|
+
norefdes?: boolean | undefined;
|
|
71
76
|
num_pins?: number | undefined;
|
|
72
77
|
w?: string | number | undefined;
|
|
73
78
|
p?: string | number | undefined;
|
|
74
79
|
pad?: string | number | undefined;
|
|
75
80
|
h?: string | number | undefined;
|
|
76
|
-
noref?: boolean | undefined;
|
|
77
81
|
grid?: string | undefined;
|
|
78
82
|
ball?: string | number | undefined;
|
|
79
83
|
circularpads?: boolean | undefined;
|
|
@@ -88,10 +92,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
88
92
|
num_pins: number;
|
|
89
93
|
p: number;
|
|
90
94
|
missing: (string | number)[];
|
|
95
|
+
norefdes?: boolean | undefined;
|
|
91
96
|
w?: number | undefined;
|
|
92
97
|
pad?: number | undefined;
|
|
93
98
|
h?: number | undefined;
|
|
94
|
-
noref?: boolean | undefined;
|
|
95
99
|
grid?: {
|
|
96
100
|
x: number;
|
|
97
101
|
y: number;
|
|
@@ -104,12 +108,12 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
104
108
|
brorigin?: boolean | undefined;
|
|
105
109
|
}, "w" | "h" | "grid">, {
|
|
106
110
|
fn: string;
|
|
111
|
+
norefdes?: boolean | undefined;
|
|
107
112
|
num_pins?: number | undefined;
|
|
108
113
|
w?: string | number | undefined;
|
|
109
114
|
p?: string | number | undefined;
|
|
110
115
|
pad?: string | number | undefined;
|
|
111
116
|
h?: string | number | undefined;
|
|
112
|
-
noref?: boolean | undefined;
|
|
113
117
|
grid?: string | undefined;
|
|
114
118
|
ball?: string | number | undefined;
|
|
115
119
|
circularpads?: boolean | undefined;
|
|
@@ -119,6 +123,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
119
123
|
brorigin?: boolean | undefined;
|
|
120
124
|
missing?: string | any[] | undefined;
|
|
121
125
|
}>, z.ZodEffects<z.ZodObject<{
|
|
126
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
127
|
+
} & {
|
|
122
128
|
fn: z.ZodString;
|
|
123
129
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
124
130
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -138,8 +144,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
138
144
|
legsoutside: boolean;
|
|
139
145
|
pillpads: boolean;
|
|
140
146
|
silkscreen_stroke_width: number;
|
|
147
|
+
norefdes?: boolean | undefined;
|
|
141
148
|
}, {
|
|
142
149
|
fn: string;
|
|
150
|
+
norefdes?: boolean | undefined;
|
|
143
151
|
num_pins?: number | undefined;
|
|
144
152
|
w?: string | number | undefined;
|
|
145
153
|
p?: string | number | undefined;
|
|
@@ -158,8 +166,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
158
166
|
legsoutside: boolean;
|
|
159
167
|
pillpads: boolean;
|
|
160
168
|
silkscreen_stroke_width: number;
|
|
169
|
+
norefdes?: boolean | undefined;
|
|
161
170
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
162
171
|
fn: string;
|
|
172
|
+
norefdes?: boolean | undefined;
|
|
163
173
|
num_pins?: number | undefined;
|
|
164
174
|
w?: string | number | undefined;
|
|
165
175
|
p?: string | number | undefined;
|
|
@@ -169,6 +179,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
169
179
|
pillpads?: boolean | undefined;
|
|
170
180
|
silkscreen_stroke_width?: number | undefined;
|
|
171
181
|
}>, z.ZodEffects<z.ZodObject<{
|
|
182
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
183
|
+
} & {
|
|
172
184
|
fn: z.ZodString;
|
|
173
185
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
174
186
|
wide: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -183,6 +195,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
183
195
|
num_pins: number;
|
|
184
196
|
p: number;
|
|
185
197
|
nosquareplating: boolean;
|
|
198
|
+
norefdes?: boolean | undefined;
|
|
186
199
|
wide?: boolean | undefined;
|
|
187
200
|
narrow?: boolean | undefined;
|
|
188
201
|
w?: number | undefined;
|
|
@@ -190,6 +203,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
190
203
|
od?: number | undefined;
|
|
191
204
|
}, {
|
|
192
205
|
fn: string;
|
|
206
|
+
norefdes?: boolean | undefined;
|
|
193
207
|
num_pins?: number | undefined;
|
|
194
208
|
wide?: boolean | undefined;
|
|
195
209
|
narrow?: boolean | undefined;
|
|
@@ -203,6 +217,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
203
217
|
num_pins: number;
|
|
204
218
|
p: number;
|
|
205
219
|
nosquareplating: boolean;
|
|
220
|
+
norefdes?: boolean | undefined;
|
|
206
221
|
wide?: boolean | undefined;
|
|
207
222
|
narrow?: boolean | undefined;
|
|
208
223
|
w?: number | undefined;
|
|
@@ -210,6 +225,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
210
225
|
od?: number | undefined;
|
|
211
226
|
}, "w" | "p" | "id" | "od">, {
|
|
212
227
|
fn: string;
|
|
228
|
+
norefdes?: boolean | undefined;
|
|
213
229
|
num_pins?: number | undefined;
|
|
214
230
|
wide?: boolean | undefined;
|
|
215
231
|
narrow?: boolean | undefined;
|
|
@@ -219,6 +235,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
219
235
|
od?: string | number | undefined;
|
|
220
236
|
nosquareplating?: boolean | undefined;
|
|
221
237
|
}>, z.ZodEffects<z.ZodObject<{
|
|
238
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
239
|
+
} & {
|
|
222
240
|
fn: z.ZodString;
|
|
223
241
|
cc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
224
242
|
ccw: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -248,6 +266,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
248
266
|
num_pins: number;
|
|
249
267
|
p: number;
|
|
250
268
|
legsoutside: boolean;
|
|
269
|
+
norefdes?: boolean | undefined;
|
|
251
270
|
w?: number | undefined;
|
|
252
271
|
pw?: number | undefined;
|
|
253
272
|
h?: number | undefined;
|
|
@@ -261,6 +280,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
261
280
|
} | undefined;
|
|
262
281
|
}, {
|
|
263
282
|
fn: string;
|
|
283
|
+
norefdes?: boolean | undefined;
|
|
264
284
|
num_pins?: number | undefined;
|
|
265
285
|
w?: string | number | undefined;
|
|
266
286
|
p?: string | number | undefined;
|
|
@@ -277,6 +297,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
277
297
|
num_pins: number;
|
|
278
298
|
p: number;
|
|
279
299
|
legsoutside: boolean;
|
|
300
|
+
norefdes?: boolean | undefined;
|
|
280
301
|
w?: number | undefined;
|
|
281
302
|
pw?: number | undefined;
|
|
282
303
|
h?: number | undefined;
|
|
@@ -290,6 +311,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
290
311
|
} | undefined;
|
|
291
312
|
}, "w" | "p" | "pw" | "h" | "pl">, {
|
|
292
313
|
fn: string;
|
|
314
|
+
norefdes?: boolean | undefined;
|
|
293
315
|
num_pins?: number | undefined;
|
|
294
316
|
w?: string | number | undefined;
|
|
295
317
|
p?: string | number | undefined;
|
|
@@ -302,6 +324,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
302
324
|
cc?: boolean | undefined;
|
|
303
325
|
thermalpad?: string | true | undefined;
|
|
304
326
|
}>, z.ZodEffects<z.ZodObject<{
|
|
327
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
328
|
+
} & {
|
|
305
329
|
fn: z.ZodString;
|
|
306
330
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
307
331
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -321,8 +345,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
321
345
|
legsoutside: boolean;
|
|
322
346
|
pillpads: boolean;
|
|
323
347
|
silkscreen_stroke_width: number;
|
|
348
|
+
norefdes?: boolean | undefined;
|
|
324
349
|
}, {
|
|
325
350
|
fn: string;
|
|
351
|
+
norefdes?: boolean | undefined;
|
|
326
352
|
num_pins?: number | undefined;
|
|
327
353
|
w?: string | number | undefined;
|
|
328
354
|
p?: string | number | undefined;
|
|
@@ -341,8 +367,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
341
367
|
legsoutside: boolean;
|
|
342
368
|
pillpads: boolean;
|
|
343
369
|
silkscreen_stroke_width: number;
|
|
370
|
+
norefdes?: boolean | undefined;
|
|
344
371
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
345
372
|
fn: string;
|
|
373
|
+
norefdes?: boolean | undefined;
|
|
346
374
|
num_pins?: number | undefined;
|
|
347
375
|
w?: string | number | undefined;
|
|
348
376
|
p?: string | number | undefined;
|
|
@@ -352,6 +380,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
352
380
|
pillpads?: boolean | undefined;
|
|
353
381
|
silkscreen_stroke_width?: number | undefined;
|
|
354
382
|
}>, z.ZodEffects<z.ZodObject<{
|
|
383
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
384
|
+
} & {
|
|
355
385
|
fn: z.ZodString;
|
|
356
386
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
357
387
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -371,8 +401,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
371
401
|
legsoutside: boolean;
|
|
372
402
|
pillpads: boolean;
|
|
373
403
|
silkscreen_stroke_width: number;
|
|
404
|
+
norefdes?: boolean | undefined;
|
|
374
405
|
}, {
|
|
375
406
|
fn: string;
|
|
407
|
+
norefdes?: boolean | undefined;
|
|
376
408
|
num_pins?: number | undefined;
|
|
377
409
|
w?: string | number | undefined;
|
|
378
410
|
p?: string | number | undefined;
|
|
@@ -391,8 +423,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
391
423
|
legsoutside: boolean;
|
|
392
424
|
pillpads: boolean;
|
|
393
425
|
silkscreen_stroke_width: number;
|
|
426
|
+
norefdes?: boolean | undefined;
|
|
394
427
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
395
428
|
fn: string;
|
|
429
|
+
norefdes?: boolean | undefined;
|
|
396
430
|
num_pins?: number | undefined;
|
|
397
431
|
w?: string | number | undefined;
|
|
398
432
|
p?: string | number | undefined;
|
|
@@ -402,6 +436,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
402
436
|
pillpads?: boolean | undefined;
|
|
403
437
|
silkscreen_stroke_width?: number | undefined;
|
|
404
438
|
}>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
439
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
440
|
+
} & {
|
|
405
441
|
fn: z.ZodString;
|
|
406
442
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
407
443
|
rows: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>>;
|
|
@@ -435,10 +471,12 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
435
471
|
nopinlabels: boolean;
|
|
436
472
|
doublesidedpinlabel: boolean;
|
|
437
473
|
bottomsidepinlabel: boolean;
|
|
474
|
+
norefdes?: boolean | undefined;
|
|
438
475
|
male?: boolean | undefined;
|
|
439
476
|
female?: boolean | undefined;
|
|
440
477
|
}, {
|
|
441
478
|
fn: string;
|
|
479
|
+
norefdes?: boolean | undefined;
|
|
442
480
|
num_pins?: number | undefined;
|
|
443
481
|
p?: string | number | undefined;
|
|
444
482
|
id?: string | number | undefined;
|
|
@@ -474,8 +512,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
474
512
|
nopinlabels: boolean;
|
|
475
513
|
doublesidedpinlabel: boolean;
|
|
476
514
|
bottomsidepinlabel: boolean;
|
|
515
|
+
norefdes?: boolean | undefined;
|
|
477
516
|
}, {
|
|
478
517
|
fn: string;
|
|
518
|
+
norefdes?: boolean | undefined;
|
|
479
519
|
num_pins?: number | undefined;
|
|
480
520
|
p?: string | number | undefined;
|
|
481
521
|
id?: string | number | undefined;
|
|
@@ -511,8 +551,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
511
551
|
nopinlabels: boolean;
|
|
512
552
|
doublesidedpinlabel: boolean;
|
|
513
553
|
bottomsidepinlabel: boolean;
|
|
554
|
+
norefdes?: boolean | undefined;
|
|
514
555
|
}, {
|
|
515
556
|
fn: string;
|
|
557
|
+
norefdes?: boolean | undefined;
|
|
516
558
|
num_pins?: number | undefined;
|
|
517
559
|
p?: string | number | undefined;
|
|
518
560
|
id?: string | number | undefined;
|
|
@@ -530,6 +572,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
530
572
|
doublesidedpinlabel?: boolean | undefined;
|
|
531
573
|
bottomsidepinlabel?: boolean | undefined;
|
|
532
574
|
}>, z.ZodEffects<z.ZodObject<{
|
|
575
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
576
|
+
} & {
|
|
533
577
|
fn: z.ZodString;
|
|
534
578
|
cc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
535
579
|
ccw: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -559,6 +603,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
559
603
|
num_pins: number;
|
|
560
604
|
p: number;
|
|
561
605
|
legsoutside: boolean;
|
|
606
|
+
norefdes?: boolean | undefined;
|
|
562
607
|
w?: number | undefined;
|
|
563
608
|
pw?: number | undefined;
|
|
564
609
|
h?: number | undefined;
|
|
@@ -572,6 +617,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
572
617
|
} | undefined;
|
|
573
618
|
}, {
|
|
574
619
|
fn: string;
|
|
620
|
+
norefdes?: boolean | undefined;
|
|
575
621
|
num_pins?: number | undefined;
|
|
576
622
|
w?: string | number | undefined;
|
|
577
623
|
p?: string | number | undefined;
|
|
@@ -588,6 +634,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
588
634
|
num_pins: number;
|
|
589
635
|
p: number;
|
|
590
636
|
legsoutside: boolean;
|
|
637
|
+
norefdes?: boolean | undefined;
|
|
591
638
|
w?: number | undefined;
|
|
592
639
|
pw?: number | undefined;
|
|
593
640
|
h?: number | undefined;
|
|
@@ -601,6 +648,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
601
648
|
} | undefined;
|
|
602
649
|
}, "w" | "p" | "pw" | "h" | "pl">, {
|
|
603
650
|
fn: string;
|
|
651
|
+
norefdes?: boolean | undefined;
|
|
604
652
|
num_pins?: number | undefined;
|
|
605
653
|
w?: string | number | undefined;
|
|
606
654
|
p?: string | number | undefined;
|
|
@@ -613,6 +661,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
613
661
|
cc?: boolean | undefined;
|
|
614
662
|
thermalpad?: string | true | undefined;
|
|
615
663
|
}>, z.ZodEffects<z.ZodObject<{
|
|
664
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
665
|
+
} & {
|
|
616
666
|
fn: z.ZodString;
|
|
617
667
|
cc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
618
668
|
ccw: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -642,6 +692,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
642
692
|
num_pins: number;
|
|
643
693
|
p: number;
|
|
644
694
|
legsoutside: boolean;
|
|
695
|
+
norefdes?: boolean | undefined;
|
|
645
696
|
w?: number | undefined;
|
|
646
697
|
pw?: number | undefined;
|
|
647
698
|
h?: number | undefined;
|
|
@@ -655,6 +706,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
655
706
|
} | undefined;
|
|
656
707
|
}, {
|
|
657
708
|
fn: string;
|
|
709
|
+
norefdes?: boolean | undefined;
|
|
658
710
|
num_pins?: number | undefined;
|
|
659
711
|
w?: string | number | undefined;
|
|
660
712
|
p?: string | number | undefined;
|
|
@@ -671,6 +723,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
671
723
|
num_pins: number;
|
|
672
724
|
p: number;
|
|
673
725
|
legsoutside: boolean;
|
|
726
|
+
norefdes?: boolean | undefined;
|
|
674
727
|
w?: number | undefined;
|
|
675
728
|
pw?: number | undefined;
|
|
676
729
|
h?: number | undefined;
|
|
@@ -684,6 +737,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
684
737
|
} | undefined;
|
|
685
738
|
}, "w" | "p" | "pw" | "h" | "pl">, {
|
|
686
739
|
fn: string;
|
|
740
|
+
norefdes?: boolean | undefined;
|
|
687
741
|
num_pins?: number | undefined;
|
|
688
742
|
w?: string | number | undefined;
|
|
689
743
|
p?: string | number | undefined;
|
|
@@ -696,6 +750,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
696
750
|
cc?: boolean | undefined;
|
|
697
751
|
thermalpad?: string | true | undefined;
|
|
698
752
|
}>, z.ZodEffects<z.ZodObject<{
|
|
753
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
754
|
+
} & {
|
|
699
755
|
fn: z.ZodString;
|
|
700
756
|
cc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
701
757
|
ccw: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -725,6 +781,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
725
781
|
num_pins: number;
|
|
726
782
|
p: number;
|
|
727
783
|
legsoutside: boolean;
|
|
784
|
+
norefdes?: boolean | undefined;
|
|
728
785
|
w?: number | undefined;
|
|
729
786
|
pw?: number | undefined;
|
|
730
787
|
h?: number | undefined;
|
|
@@ -738,6 +795,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
738
795
|
} | undefined;
|
|
739
796
|
}, {
|
|
740
797
|
fn: string;
|
|
798
|
+
norefdes?: boolean | undefined;
|
|
741
799
|
num_pins?: number | undefined;
|
|
742
800
|
w?: string | number | undefined;
|
|
743
801
|
p?: string | number | undefined;
|
|
@@ -754,6 +812,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
754
812
|
num_pins: number;
|
|
755
813
|
p: number;
|
|
756
814
|
legsoutside: boolean;
|
|
815
|
+
norefdes?: boolean | undefined;
|
|
757
816
|
w?: number | undefined;
|
|
758
817
|
pw?: number | undefined;
|
|
759
818
|
h?: number | undefined;
|
|
@@ -767,6 +826,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
767
826
|
} | undefined;
|
|
768
827
|
}, "w" | "p" | "pw" | "h" | "pl">, {
|
|
769
828
|
fn: string;
|
|
829
|
+
norefdes?: boolean | undefined;
|
|
770
830
|
num_pins?: number | undefined;
|
|
771
831
|
w?: string | number | undefined;
|
|
772
832
|
p?: string | number | undefined;
|
|
@@ -779,6 +839,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
779
839
|
cc?: boolean | undefined;
|
|
780
840
|
thermalpad?: string | true | undefined;
|
|
781
841
|
}>, z.ZodEffects<z.ZodObject<{
|
|
842
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
843
|
+
} & {
|
|
782
844
|
fn: z.ZodString;
|
|
783
845
|
cc: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
784
846
|
ccw: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
@@ -808,6 +870,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
808
870
|
num_pins: number;
|
|
809
871
|
p: number;
|
|
810
872
|
legsoutside: boolean;
|
|
873
|
+
norefdes?: boolean | undefined;
|
|
811
874
|
w?: number | undefined;
|
|
812
875
|
pw?: number | undefined;
|
|
813
876
|
h?: number | undefined;
|
|
@@ -821,6 +884,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
821
884
|
} | undefined;
|
|
822
885
|
}, {
|
|
823
886
|
fn: string;
|
|
887
|
+
norefdes?: boolean | undefined;
|
|
824
888
|
num_pins?: number | undefined;
|
|
825
889
|
w?: string | number | undefined;
|
|
826
890
|
p?: string | number | undefined;
|
|
@@ -837,6 +901,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
837
901
|
num_pins: number;
|
|
838
902
|
p: number;
|
|
839
903
|
legsoutside: boolean;
|
|
904
|
+
norefdes?: boolean | undefined;
|
|
840
905
|
w?: number | undefined;
|
|
841
906
|
pw?: number | undefined;
|
|
842
907
|
h?: number | undefined;
|
|
@@ -850,6 +915,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
850
915
|
} | undefined;
|
|
851
916
|
}, "w" | "p" | "pw" | "h" | "pl">, {
|
|
852
917
|
fn: string;
|
|
918
|
+
norefdes?: boolean | undefined;
|
|
853
919
|
num_pins?: number | undefined;
|
|
854
920
|
w?: string | number | undefined;
|
|
855
921
|
p?: string | number | undefined;
|
|
@@ -862,6 +928,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
862
928
|
cc?: boolean | undefined;
|
|
863
929
|
thermalpad?: string | true | undefined;
|
|
864
930
|
}>, z.ZodObject<{
|
|
931
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
932
|
+
} & {
|
|
865
933
|
fn: z.ZodString;
|
|
866
934
|
num_pins: z.ZodDefault<z.ZodLiteral<2>>;
|
|
867
935
|
w: z.ZodDefault<z.ZodString>;
|
|
@@ -877,8 +945,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
877
945
|
pw: string;
|
|
878
946
|
h: string;
|
|
879
947
|
pl: string;
|
|
948
|
+
norefdes?: boolean | undefined;
|
|
880
949
|
}, {
|
|
881
950
|
fn: string;
|
|
951
|
+
norefdes?: boolean | undefined;
|
|
882
952
|
num_pins?: 2 | undefined;
|
|
883
953
|
w?: string | undefined;
|
|
884
954
|
p?: string | undefined;
|
|
@@ -886,6 +956,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
886
956
|
h?: string | undefined;
|
|
887
957
|
pl?: string | undefined;
|
|
888
958
|
}>, z.ZodEffects<z.ZodObject<{
|
|
959
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
960
|
+
} & {
|
|
889
961
|
fn: z.ZodString;
|
|
890
962
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
891
963
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -905,8 +977,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
905
977
|
legsoutside: boolean;
|
|
906
978
|
pillpads: boolean;
|
|
907
979
|
silkscreen_stroke_width: number;
|
|
980
|
+
norefdes?: boolean | undefined;
|
|
908
981
|
}, {
|
|
909
982
|
fn: string;
|
|
983
|
+
norefdes?: boolean | undefined;
|
|
910
984
|
num_pins?: number | undefined;
|
|
911
985
|
w?: string | number | undefined;
|
|
912
986
|
p?: string | number | undefined;
|
|
@@ -925,8 +999,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
925
999
|
legsoutside: boolean;
|
|
926
1000
|
pillpads: boolean;
|
|
927
1001
|
silkscreen_stroke_width: number;
|
|
1002
|
+
norefdes?: boolean | undefined;
|
|
928
1003
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
929
1004
|
fn: string;
|
|
1005
|
+
norefdes?: boolean | undefined;
|
|
930
1006
|
num_pins?: number | undefined;
|
|
931
1007
|
w?: string | number | undefined;
|
|
932
1008
|
p?: string | number | undefined;
|
|
@@ -936,6 +1012,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
936
1012
|
pillpads?: boolean | undefined;
|
|
937
1013
|
silkscreen_stroke_width?: number | undefined;
|
|
938
1014
|
}>, z.ZodObject<{
|
|
1015
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1016
|
+
} & {
|
|
939
1017
|
fn: z.ZodString;
|
|
940
1018
|
num_pins: z.ZodDefault<z.ZodNumber>;
|
|
941
1019
|
w: z.ZodDefault<z.ZodString>;
|
|
@@ -953,9 +1031,11 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
953
1031
|
h: string;
|
|
954
1032
|
pl: string;
|
|
955
1033
|
string?: string | undefined;
|
|
1034
|
+
norefdes?: boolean | undefined;
|
|
956
1035
|
}, {
|
|
957
1036
|
fn: string;
|
|
958
1037
|
string?: string | undefined;
|
|
1038
|
+
norefdes?: boolean | undefined;
|
|
959
1039
|
num_pins?: number | undefined;
|
|
960
1040
|
w?: string | undefined;
|
|
961
1041
|
p?: string | undefined;
|
|
@@ -963,6 +1043,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
963
1043
|
h?: string | undefined;
|
|
964
1044
|
pl?: string | undefined;
|
|
965
1045
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1046
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1047
|
+
} & {
|
|
966
1048
|
fn: z.ZodString;
|
|
967
1049
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
968
1050
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -982,8 +1064,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
982
1064
|
legsoutside: boolean;
|
|
983
1065
|
pillpads: boolean;
|
|
984
1066
|
silkscreen_stroke_width: number;
|
|
1067
|
+
norefdes?: boolean | undefined;
|
|
985
1068
|
}, {
|
|
986
1069
|
fn: string;
|
|
1070
|
+
norefdes?: boolean | undefined;
|
|
987
1071
|
num_pins?: number | undefined;
|
|
988
1072
|
w?: string | number | undefined;
|
|
989
1073
|
p?: string | number | undefined;
|
|
@@ -1002,8 +1086,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1002
1086
|
legsoutside: boolean;
|
|
1003
1087
|
pillpads: boolean;
|
|
1004
1088
|
silkscreen_stroke_width: number;
|
|
1089
|
+
norefdes?: boolean | undefined;
|
|
1005
1090
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1006
1091
|
fn: string;
|
|
1092
|
+
norefdes?: boolean | undefined;
|
|
1007
1093
|
num_pins?: number | undefined;
|
|
1008
1094
|
w?: string | number | undefined;
|
|
1009
1095
|
p?: string | number | undefined;
|
|
@@ -1013,6 +1099,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1013
1099
|
pillpads?: boolean | undefined;
|
|
1014
1100
|
silkscreen_stroke_width?: number | undefined;
|
|
1015
1101
|
}>, z.ZodObject<{
|
|
1102
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1103
|
+
} & {
|
|
1016
1104
|
fn: z.ZodString;
|
|
1017
1105
|
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
1018
1106
|
w: z.ZodDefault<z.ZodString>;
|
|
@@ -1030,9 +1118,11 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1030
1118
|
h: string;
|
|
1031
1119
|
pl: string;
|
|
1032
1120
|
string?: string | undefined;
|
|
1121
|
+
norefdes?: boolean | undefined;
|
|
1033
1122
|
}, {
|
|
1034
1123
|
fn: string;
|
|
1035
1124
|
string?: string | undefined;
|
|
1125
|
+
norefdes?: boolean | undefined;
|
|
1036
1126
|
num_pins?: 6 | undefined;
|
|
1037
1127
|
w?: string | undefined;
|
|
1038
1128
|
p?: string | undefined;
|
|
@@ -1040,6 +1130,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1040
1130
|
h?: string | undefined;
|
|
1041
1131
|
pl?: string | undefined;
|
|
1042
1132
|
}>, z.ZodObject<{
|
|
1133
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1134
|
+
} & {
|
|
1043
1135
|
fn: z.ZodString;
|
|
1044
1136
|
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
1045
1137
|
w: z.ZodDefault<z.ZodString>;
|
|
@@ -1057,9 +1149,11 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1057
1149
|
h: string;
|
|
1058
1150
|
pl: string;
|
|
1059
1151
|
string?: string | undefined;
|
|
1152
|
+
norefdes?: boolean | undefined;
|
|
1060
1153
|
}, {
|
|
1061
1154
|
fn: string;
|
|
1062
1155
|
string?: string | undefined;
|
|
1156
|
+
norefdes?: boolean | undefined;
|
|
1063
1157
|
num_pins?: 6 | undefined;
|
|
1064
1158
|
w?: string | undefined;
|
|
1065
1159
|
p?: string | undefined;
|
|
@@ -1067,6 +1161,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1067
1161
|
h?: string | undefined;
|
|
1068
1162
|
pl?: string | undefined;
|
|
1069
1163
|
}>, z.ZodObject<{
|
|
1164
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1165
|
+
} & {
|
|
1070
1166
|
fn: z.ZodString;
|
|
1071
1167
|
num_pins: z.ZodDefault<z.ZodLiteral<3>>;
|
|
1072
1168
|
w: z.ZodDefault<z.ZodString>;
|
|
@@ -1082,8 +1178,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1082
1178
|
pw: string;
|
|
1083
1179
|
h: string;
|
|
1084
1180
|
pl: string;
|
|
1181
|
+
norefdes?: boolean | undefined;
|
|
1085
1182
|
}, {
|
|
1086
1183
|
fn: string;
|
|
1184
|
+
norefdes?: boolean | undefined;
|
|
1087
1185
|
num_pins?: 3 | undefined;
|
|
1088
1186
|
w?: string | undefined;
|
|
1089
1187
|
p?: string | undefined;
|
|
@@ -1091,6 +1189,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1091
1189
|
h?: string | undefined;
|
|
1092
1190
|
pl?: string | undefined;
|
|
1093
1191
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1192
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1193
|
+
} & {
|
|
1094
1194
|
fn: z.ZodString;
|
|
1095
1195
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1096
1196
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -1110,8 +1210,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1110
1210
|
legsoutside: boolean;
|
|
1111
1211
|
pillpads: boolean;
|
|
1112
1212
|
silkscreen_stroke_width: number;
|
|
1213
|
+
norefdes?: boolean | undefined;
|
|
1113
1214
|
}, {
|
|
1114
1215
|
fn: string;
|
|
1216
|
+
norefdes?: boolean | undefined;
|
|
1115
1217
|
num_pins?: number | undefined;
|
|
1116
1218
|
w?: string | number | undefined;
|
|
1117
1219
|
p?: string | number | undefined;
|
|
@@ -1130,8 +1232,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1130
1232
|
legsoutside: boolean;
|
|
1131
1233
|
pillpads: boolean;
|
|
1132
1234
|
silkscreen_stroke_width: number;
|
|
1235
|
+
norefdes?: boolean | undefined;
|
|
1133
1236
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1134
1237
|
fn: string;
|
|
1238
|
+
norefdes?: boolean | undefined;
|
|
1135
1239
|
num_pins?: number | undefined;
|
|
1136
1240
|
w?: string | number | undefined;
|
|
1137
1241
|
p?: string | number | undefined;
|
|
@@ -1141,6 +1245,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1141
1245
|
pillpads?: boolean | undefined;
|
|
1142
1246
|
silkscreen_stroke_width?: number | undefined;
|
|
1143
1247
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1248
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1249
|
+
} & {
|
|
1144
1250
|
fn: z.ZodString;
|
|
1145
1251
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1146
1252
|
w: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -1160,8 +1266,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1160
1266
|
legsoutside: boolean;
|
|
1161
1267
|
pillpads: boolean;
|
|
1162
1268
|
silkscreen_stroke_width: number;
|
|
1269
|
+
norefdes?: boolean | undefined;
|
|
1163
1270
|
}, {
|
|
1164
1271
|
fn: string;
|
|
1272
|
+
norefdes?: boolean | undefined;
|
|
1165
1273
|
num_pins?: number | undefined;
|
|
1166
1274
|
w?: string | number | undefined;
|
|
1167
1275
|
p?: string | number | undefined;
|
|
@@ -1180,8 +1288,10 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1180
1288
|
legsoutside: boolean;
|
|
1181
1289
|
pillpads: boolean;
|
|
1182
1290
|
silkscreen_stroke_width: number;
|
|
1291
|
+
norefdes?: boolean | undefined;
|
|
1183
1292
|
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1184
1293
|
fn: string;
|
|
1294
|
+
norefdes?: boolean | undefined;
|
|
1185
1295
|
num_pins?: number | undefined;
|
|
1186
1296
|
w?: string | number | undefined;
|
|
1187
1297
|
p?: string | number | undefined;
|
|
@@ -1191,6 +1301,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1191
1301
|
pillpads?: boolean | undefined;
|
|
1192
1302
|
silkscreen_stroke_width?: number | undefined;
|
|
1193
1303
|
}>, z.ZodObject<{
|
|
1304
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1305
|
+
} & {
|
|
1194
1306
|
tht: z.ZodBoolean;
|
|
1195
1307
|
p: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1196
1308
|
pw: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -1202,6 +1314,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1202
1314
|
textbottom: z.ZodOptional<z.ZodBoolean>;
|
|
1203
1315
|
}, "strip", z.ZodTypeAny, {
|
|
1204
1316
|
tht: boolean;
|
|
1317
|
+
norefdes?: boolean | undefined;
|
|
1205
1318
|
w?: number | undefined;
|
|
1206
1319
|
p?: number | undefined;
|
|
1207
1320
|
pw?: number | undefined;
|
|
@@ -1212,6 +1325,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1212
1325
|
textbottom?: boolean | undefined;
|
|
1213
1326
|
}, {
|
|
1214
1327
|
tht: boolean;
|
|
1328
|
+
norefdes?: boolean | undefined;
|
|
1215
1329
|
w?: string | number | undefined;
|
|
1216
1330
|
p?: string | number | undefined;
|
|
1217
1331
|
pw?: string | number | undefined;
|
|
@@ -1221,15 +1335,21 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1221
1335
|
h?: string | number | undefined;
|
|
1222
1336
|
textbottom?: boolean | undefined;
|
|
1223
1337
|
}>, z.ZodObject<{
|
|
1338
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1339
|
+
} & {
|
|
1224
1340
|
w: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
1225
1341
|
h: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
1226
1342
|
}, "strip", z.ZodTypeAny, {
|
|
1227
1343
|
w: number;
|
|
1228
1344
|
h: number;
|
|
1345
|
+
norefdes?: boolean | undefined;
|
|
1229
1346
|
}, {
|
|
1230
1347
|
w: string | number;
|
|
1231
1348
|
h: string | number;
|
|
1349
|
+
norefdes?: boolean | undefined;
|
|
1232
1350
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1351
|
+
norefdes: z.ZodOptional<z.ZodBoolean>;
|
|
1352
|
+
} & {
|
|
1233
1353
|
fn: z.ZodString;
|
|
1234
1354
|
circle: z.ZodOptional<z.ZodBoolean>;
|
|
1235
1355
|
rect: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1253,6 +1373,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1253
1373
|
}, "strip", z.ZodTypeAny, {
|
|
1254
1374
|
fn: string;
|
|
1255
1375
|
string?: string | undefined;
|
|
1376
|
+
norefdes?: boolean | undefined;
|
|
1256
1377
|
circle?: boolean | undefined;
|
|
1257
1378
|
pill?: boolean | undefined;
|
|
1258
1379
|
rect?: boolean | undefined;
|
|
@@ -1274,6 +1395,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1274
1395
|
}, {
|
|
1275
1396
|
fn: string;
|
|
1276
1397
|
string?: string | undefined;
|
|
1398
|
+
norefdes?: boolean | undefined;
|
|
1277
1399
|
circle?: boolean | undefined;
|
|
1278
1400
|
pill?: boolean | undefined;
|
|
1279
1401
|
rect?: boolean | undefined;
|
|
@@ -1301,6 +1423,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1301
1423
|
}, {
|
|
1302
1424
|
fn: string;
|
|
1303
1425
|
string?: string | undefined;
|
|
1426
|
+
norefdes?: boolean | undefined;
|
|
1304
1427
|
circle?: boolean | undefined;
|
|
1305
1428
|
pill?: boolean | undefined;
|
|
1306
1429
|
rect?: boolean | undefined;
|