circuit-json 0.0.84 → 0.0.86
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 +324 -1
- package/dist/index.mjs +365 -340
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -17,6 +17,7 @@ declare const time: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number,
|
|
|
17
17
|
* Rotation is always converted to degrees
|
|
18
18
|
*/
|
|
19
19
|
declare const rotation: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
20
|
+
declare const battery_capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
20
21
|
type InputRotation = number | string;
|
|
21
22
|
type Rotation = number;
|
|
22
23
|
|
|
@@ -97,6 +98,7 @@ declare const source_simple_capacitor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
97
98
|
name: z.ZodString;
|
|
98
99
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
99
100
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
101
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
100
102
|
}, {
|
|
101
103
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
102
104
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -108,6 +110,7 @@ declare const source_simple_capacitor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
108
110
|
capacitance: number;
|
|
109
111
|
manufacturer_part_number?: string | undefined;
|
|
110
112
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
113
|
+
display_value?: string | undefined;
|
|
111
114
|
}, {
|
|
112
115
|
type: "source_component";
|
|
113
116
|
ftype: "simple_capacitor";
|
|
@@ -116,6 +119,7 @@ declare const source_simple_capacitor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
116
119
|
capacitance: string | number;
|
|
117
120
|
manufacturer_part_number?: string | undefined;
|
|
118
121
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
122
|
+
display_value?: string | undefined;
|
|
119
123
|
}>;
|
|
120
124
|
type SourceSimpleCapacitor = z.infer<typeof source_simple_capacitor>;
|
|
121
125
|
type SourceSimpleCapacitorInput = z.input<typeof source_simple_capacitor>;
|
|
@@ -127,6 +131,7 @@ declare const source_simple_resistor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
127
131
|
name: z.ZodString;
|
|
128
132
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
129
133
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
134
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
130
135
|
}, {
|
|
131
136
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
132
137
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -138,6 +143,7 @@ declare const source_simple_resistor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
138
143
|
resistance: number;
|
|
139
144
|
manufacturer_part_number?: string | undefined;
|
|
140
145
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
146
|
+
display_value?: string | undefined;
|
|
141
147
|
}, {
|
|
142
148
|
type: "source_component";
|
|
143
149
|
ftype: "simple_resistor";
|
|
@@ -146,6 +152,7 @@ declare const source_simple_resistor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
146
152
|
resistance: string | number;
|
|
147
153
|
manufacturer_part_number?: string | undefined;
|
|
148
154
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
155
|
+
display_value?: string | undefined;
|
|
149
156
|
}>;
|
|
150
157
|
type SourceSimpleResistor = z.infer<typeof source_simple_resistor>;
|
|
151
158
|
type SourceSimpleResistorInput = z.input<typeof source_simple_resistor>;
|
|
@@ -157,6 +164,7 @@ declare const source_simple_diode: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
157
164
|
name: z.ZodString;
|
|
158
165
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
159
166
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
167
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
160
168
|
}, {
|
|
161
169
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
162
170
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -166,6 +174,7 @@ declare const source_simple_diode: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
166
174
|
name: string;
|
|
167
175
|
manufacturer_part_number?: string | undefined;
|
|
168
176
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
177
|
+
display_value?: string | undefined;
|
|
169
178
|
}, {
|
|
170
179
|
type: "source_component";
|
|
171
180
|
ftype: "simple_diode";
|
|
@@ -173,6 +182,7 @@ declare const source_simple_diode: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
173
182
|
name: string;
|
|
174
183
|
manufacturer_part_number?: string | undefined;
|
|
175
184
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
185
|
+
display_value?: string | undefined;
|
|
176
186
|
}>;
|
|
177
187
|
type SourceSimpleDiode = z.infer<typeof source_simple_diode>;
|
|
178
188
|
type SourceSimpleDiodeInput = z.input<typeof source_simple_diode>;
|
|
@@ -184,6 +194,7 @@ declare const source_simple_ground: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
184
194
|
name: z.ZodString;
|
|
185
195
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
186
196
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
197
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
187
198
|
}, {
|
|
188
199
|
ftype: z.ZodLiteral<"simple_ground">;
|
|
189
200
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -193,6 +204,7 @@ declare const source_simple_ground: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
193
204
|
name: string;
|
|
194
205
|
manufacturer_part_number?: string | undefined;
|
|
195
206
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
207
|
+
display_value?: string | undefined;
|
|
196
208
|
}, {
|
|
197
209
|
type: "source_component";
|
|
198
210
|
ftype: "simple_ground";
|
|
@@ -200,6 +212,7 @@ declare const source_simple_ground: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
200
212
|
name: string;
|
|
201
213
|
manufacturer_part_number?: string | undefined;
|
|
202
214
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
215
|
+
display_value?: string | undefined;
|
|
203
216
|
}>;
|
|
204
217
|
type SourceSimpleGround = z.infer<typeof source_simple_ground>;
|
|
205
218
|
type SourceSimpleGroundInput = z.input<typeof source_simple_ground>;
|
|
@@ -214,6 +227,7 @@ declare const source_simple_bug: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
214
227
|
name: z.ZodString;
|
|
215
228
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
216
229
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
230
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
217
231
|
}, {
|
|
218
232
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
219
233
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -223,6 +237,7 @@ declare const source_simple_bug: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
223
237
|
name: string;
|
|
224
238
|
manufacturer_part_number?: string | undefined;
|
|
225
239
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
240
|
+
display_value?: string | undefined;
|
|
226
241
|
}, {
|
|
227
242
|
type: "source_component";
|
|
228
243
|
ftype: "simple_bug";
|
|
@@ -230,6 +245,7 @@ declare const source_simple_bug: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
230
245
|
name: string;
|
|
231
246
|
manufacturer_part_number?: string | undefined;
|
|
232
247
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
248
|
+
display_value?: string | undefined;
|
|
233
249
|
}>;
|
|
234
250
|
type source_simple_bug = z.infer<typeof source_simple_bug>;
|
|
235
251
|
type SourceSimpleBugInput = z.input<typeof source_simple_bug>;
|
|
@@ -241,6 +257,7 @@ declare const source_simple_chip: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
241
257
|
name: z.ZodString;
|
|
242
258
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
243
259
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
260
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
244
261
|
}, {
|
|
245
262
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
246
263
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -250,6 +267,7 @@ declare const source_simple_chip: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
250
267
|
name: string;
|
|
251
268
|
manufacturer_part_number?: string | undefined;
|
|
252
269
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
270
|
+
display_value?: string | undefined;
|
|
253
271
|
}, {
|
|
254
272
|
type: "source_component";
|
|
255
273
|
ftype: "simple_chip";
|
|
@@ -257,6 +275,7 @@ declare const source_simple_chip: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
257
275
|
name: string;
|
|
258
276
|
manufacturer_part_number?: string | undefined;
|
|
259
277
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
278
|
+
display_value?: string | undefined;
|
|
260
279
|
}>;
|
|
261
280
|
type SourceSimpleChip = z.infer<typeof source_simple_chip>;
|
|
262
281
|
type SourceSimpleChipInput = z.input<typeof source_simple_chip>;
|
|
@@ -268,6 +287,7 @@ declare const source_simple_inductor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
268
287
|
name: z.ZodString;
|
|
269
288
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
270
289
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
290
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
271
291
|
}, {
|
|
272
292
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
273
293
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -279,6 +299,7 @@ declare const source_simple_inductor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
279
299
|
inductance: number;
|
|
280
300
|
manufacturer_part_number?: string | undefined;
|
|
281
301
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
302
|
+
display_value?: string | undefined;
|
|
282
303
|
}, {
|
|
283
304
|
type: "source_component";
|
|
284
305
|
ftype: "simple_inductor";
|
|
@@ -287,6 +308,7 @@ declare const source_simple_inductor: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
287
308
|
inductance: string | number;
|
|
288
309
|
manufacturer_part_number?: string | undefined;
|
|
289
310
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
311
|
+
display_value?: string | undefined;
|
|
290
312
|
}>;
|
|
291
313
|
type SourceSimpleInductor = z.infer<typeof source_simple_inductor>;
|
|
292
314
|
type SourceSimpleInductorInput = z.input<typeof source_simple_inductor>;
|
|
@@ -298,6 +320,7 @@ declare const source_led: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
|
|
|
298
320
|
name: z.ZodString;
|
|
299
321
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
300
322
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
323
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
301
324
|
}, {
|
|
302
325
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
303
326
|
}>, {
|
|
@@ -309,6 +332,7 @@ declare const source_led: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
|
|
|
309
332
|
name: string;
|
|
310
333
|
manufacturer_part_number?: string | undefined;
|
|
311
334
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
335
|
+
display_value?: string | undefined;
|
|
312
336
|
}, {
|
|
313
337
|
type: "source_component";
|
|
314
338
|
ftype: "led";
|
|
@@ -316,6 +340,7 @@ declare const source_led: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.exte
|
|
|
316
340
|
name: string;
|
|
317
341
|
manufacturer_part_number?: string | undefined;
|
|
318
342
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
343
|
+
display_value?: string | undefined;
|
|
319
344
|
}>;
|
|
320
345
|
type SourceLed = z.infer<typeof source_led>;
|
|
321
346
|
type SourceLedInput = z.input<typeof source_led>;
|
|
@@ -327,6 +352,7 @@ declare const source_simple_power_source: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
327
352
|
name: z.ZodString;
|
|
328
353
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
329
354
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
355
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
330
356
|
}, {
|
|
331
357
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
332
358
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -338,6 +364,7 @@ declare const source_simple_power_source: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
338
364
|
voltage: number;
|
|
339
365
|
manufacturer_part_number?: string | undefined;
|
|
340
366
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
367
|
+
display_value?: string | undefined;
|
|
341
368
|
}, {
|
|
342
369
|
type: "source_component";
|
|
343
370
|
ftype: "simple_power_source";
|
|
@@ -346,6 +373,7 @@ declare const source_simple_power_source: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
346
373
|
voltage: string | number;
|
|
347
374
|
manufacturer_part_number?: string | undefined;
|
|
348
375
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
376
|
+
display_value?: string | undefined;
|
|
349
377
|
}>;
|
|
350
378
|
type SourceSimplePowerSource = z.infer<typeof source_simple_power_source>;
|
|
351
379
|
type SourceSimplePowerSourceInput = z.input<typeof source_simple_power_source>;
|
|
@@ -357,6 +385,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
357
385
|
name: z.ZodString;
|
|
358
386
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
359
387
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
388
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
360
389
|
}, {
|
|
361
390
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
362
391
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -368,6 +397,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
368
397
|
resistance: number;
|
|
369
398
|
manufacturer_part_number?: string | undefined;
|
|
370
399
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
400
|
+
display_value?: string | undefined;
|
|
371
401
|
}, {
|
|
372
402
|
type: "source_component";
|
|
373
403
|
ftype: "simple_resistor";
|
|
@@ -376,6 +406,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
376
406
|
resistance: string | number;
|
|
377
407
|
manufacturer_part_number?: string | undefined;
|
|
378
408
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
409
|
+
display_value?: string | undefined;
|
|
379
410
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
380
411
|
type: z.ZodLiteral<"source_component">;
|
|
381
412
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -383,6 +414,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
383
414
|
name: z.ZodString;
|
|
384
415
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
385
416
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
417
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
386
418
|
}, {
|
|
387
419
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
388
420
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -394,6 +426,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
394
426
|
capacitance: number;
|
|
395
427
|
manufacturer_part_number?: string | undefined;
|
|
396
428
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
429
|
+
display_value?: string | undefined;
|
|
397
430
|
}, {
|
|
398
431
|
type: "source_component";
|
|
399
432
|
ftype: "simple_capacitor";
|
|
@@ -402,6 +435,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
402
435
|
capacitance: string | number;
|
|
403
436
|
manufacturer_part_number?: string | undefined;
|
|
404
437
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
438
|
+
display_value?: string | undefined;
|
|
405
439
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
406
440
|
type: z.ZodLiteral<"source_component">;
|
|
407
441
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -409,6 +443,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
409
443
|
name: z.ZodString;
|
|
410
444
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
411
445
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
446
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
412
447
|
}, {
|
|
413
448
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
414
449
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -418,6 +453,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
418
453
|
name: string;
|
|
419
454
|
manufacturer_part_number?: string | undefined;
|
|
420
455
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
456
|
+
display_value?: string | undefined;
|
|
421
457
|
}, {
|
|
422
458
|
type: "source_component";
|
|
423
459
|
ftype: "simple_diode";
|
|
@@ -425,6 +461,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
425
461
|
name: string;
|
|
426
462
|
manufacturer_part_number?: string | undefined;
|
|
427
463
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
464
|
+
display_value?: string | undefined;
|
|
428
465
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
429
466
|
type: z.ZodLiteral<"source_component">;
|
|
430
467
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -432,6 +469,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
432
469
|
name: z.ZodString;
|
|
433
470
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
434
471
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
472
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
435
473
|
}, {
|
|
436
474
|
ftype: z.ZodLiteral<"simple_ground">;
|
|
437
475
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -441,6 +479,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
441
479
|
name: string;
|
|
442
480
|
manufacturer_part_number?: string | undefined;
|
|
443
481
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
482
|
+
display_value?: string | undefined;
|
|
444
483
|
}, {
|
|
445
484
|
type: "source_component";
|
|
446
485
|
ftype: "simple_ground";
|
|
@@ -448,6 +487,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
448
487
|
name: string;
|
|
449
488
|
manufacturer_part_number?: string | undefined;
|
|
450
489
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
490
|
+
display_value?: string | undefined;
|
|
451
491
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
452
492
|
type: z.ZodLiteral<"source_component">;
|
|
453
493
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -455,6 +495,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
455
495
|
name: z.ZodString;
|
|
456
496
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
457
497
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
498
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
458
499
|
}, {
|
|
459
500
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
460
501
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -464,6 +505,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
464
505
|
name: string;
|
|
465
506
|
manufacturer_part_number?: string | undefined;
|
|
466
507
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
508
|
+
display_value?: string | undefined;
|
|
467
509
|
}, {
|
|
468
510
|
type: "source_component";
|
|
469
511
|
ftype: "simple_chip";
|
|
@@ -471,6 +513,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
471
513
|
name: string;
|
|
472
514
|
manufacturer_part_number?: string | undefined;
|
|
473
515
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
516
|
+
display_value?: string | undefined;
|
|
474
517
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
475
518
|
type: z.ZodLiteral<"source_component">;
|
|
476
519
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -478,6 +521,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
478
521
|
name: z.ZodString;
|
|
479
522
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
480
523
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
524
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
481
525
|
}, {
|
|
482
526
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
483
527
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -487,6 +531,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
487
531
|
name: string;
|
|
488
532
|
manufacturer_part_number?: string | undefined;
|
|
489
533
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
534
|
+
display_value?: string | undefined;
|
|
490
535
|
}, {
|
|
491
536
|
type: "source_component";
|
|
492
537
|
ftype: "simple_bug";
|
|
@@ -494,6 +539,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
494
539
|
name: string;
|
|
495
540
|
manufacturer_part_number?: string | undefined;
|
|
496
541
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
542
|
+
display_value?: string | undefined;
|
|
497
543
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
498
544
|
type: z.ZodLiteral<"source_component">;
|
|
499
545
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -501,6 +547,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
501
547
|
name: z.ZodString;
|
|
502
548
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
503
549
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
550
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
504
551
|
}, {
|
|
505
552
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
506
553
|
}>, {
|
|
@@ -512,6 +559,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
512
559
|
name: string;
|
|
513
560
|
manufacturer_part_number?: string | undefined;
|
|
514
561
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
562
|
+
display_value?: string | undefined;
|
|
515
563
|
}, {
|
|
516
564
|
type: "source_component";
|
|
517
565
|
ftype: "led";
|
|
@@ -519,6 +567,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
519
567
|
name: string;
|
|
520
568
|
manufacturer_part_number?: string | undefined;
|
|
521
569
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
570
|
+
display_value?: string | undefined;
|
|
522
571
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
523
572
|
type: z.ZodLiteral<"source_component">;
|
|
524
573
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -526,6 +575,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
526
575
|
name: z.ZodString;
|
|
527
576
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
528
577
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
578
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
529
579
|
}, {
|
|
530
580
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
531
581
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -537,6 +587,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
537
587
|
voltage: number;
|
|
538
588
|
manufacturer_part_number?: string | undefined;
|
|
539
589
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
590
|
+
display_value?: string | undefined;
|
|
540
591
|
}, {
|
|
541
592
|
type: "source_component";
|
|
542
593
|
ftype: "simple_power_source";
|
|
@@ -545,6 +596,36 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<z.objectUtil.extendS
|
|
|
545
596
|
voltage: string | number;
|
|
546
597
|
manufacturer_part_number?: string | undefined;
|
|
547
598
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
599
|
+
display_value?: string | undefined;
|
|
600
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
601
|
+
type: z.ZodLiteral<"source_component">;
|
|
602
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
603
|
+
source_component_id: z.ZodString;
|
|
604
|
+
name: z.ZodString;
|
|
605
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
606
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
607
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
608
|
+
}, {
|
|
609
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
610
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
611
|
+
}>, "strip", z.ZodTypeAny, {
|
|
612
|
+
type: "source_component";
|
|
613
|
+
ftype: "simple_battery";
|
|
614
|
+
source_component_id: string;
|
|
615
|
+
name: string;
|
|
616
|
+
capacity: number;
|
|
617
|
+
manufacturer_part_number?: string | undefined;
|
|
618
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
619
|
+
display_value?: string | undefined;
|
|
620
|
+
}, {
|
|
621
|
+
type: "source_component";
|
|
622
|
+
ftype: "simple_battery";
|
|
623
|
+
source_component_id: string;
|
|
624
|
+
name: string;
|
|
625
|
+
capacity: string | number;
|
|
626
|
+
manufacturer_part_number?: string | undefined;
|
|
627
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
628
|
+
display_value?: string | undefined;
|
|
548
629
|
}>]>;
|
|
549
630
|
type AnySourceComponent = z.infer<typeof any_source_component>;
|
|
550
631
|
|
|
@@ -597,6 +678,7 @@ declare const source_component_base: z.ZodObject<{
|
|
|
597
678
|
name: z.ZodString;
|
|
598
679
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
599
680
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
681
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
600
682
|
}, "strip", z.ZodTypeAny, {
|
|
601
683
|
type: "source_component";
|
|
602
684
|
source_component_id: string;
|
|
@@ -604,6 +686,7 @@ declare const source_component_base: z.ZodObject<{
|
|
|
604
686
|
ftype?: string | undefined;
|
|
605
687
|
manufacturer_part_number?: string | undefined;
|
|
606
688
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
689
|
+
display_value?: string | undefined;
|
|
607
690
|
}, {
|
|
608
691
|
type: "source_component";
|
|
609
692
|
source_component_id: string;
|
|
@@ -611,6 +694,7 @@ declare const source_component_base: z.ZodObject<{
|
|
|
611
694
|
ftype?: string | undefined;
|
|
612
695
|
manufacturer_part_number?: string | undefined;
|
|
613
696
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
697
|
+
display_value?: string | undefined;
|
|
614
698
|
}>;
|
|
615
699
|
type SourceComponentBase = z.infer<typeof source_component_base>;
|
|
616
700
|
|
|
@@ -664,6 +748,39 @@ declare const source_net: z.ZodObject<{
|
|
|
664
748
|
type SourceNet = z.infer<typeof source_net>;
|
|
665
749
|
type SourceNetInput = z.input<typeof source_net>;
|
|
666
750
|
|
|
751
|
+
declare const source_simple_battery: z.ZodObject<z.objectUtil.extendShape<{
|
|
752
|
+
type: z.ZodLiteral<"source_component">;
|
|
753
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
754
|
+
source_component_id: z.ZodString;
|
|
755
|
+
name: z.ZodString;
|
|
756
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
757
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
758
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
759
|
+
}, {
|
|
760
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
761
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
762
|
+
}>, "strip", z.ZodTypeAny, {
|
|
763
|
+
type: "source_component";
|
|
764
|
+
ftype: "simple_battery";
|
|
765
|
+
source_component_id: string;
|
|
766
|
+
name: string;
|
|
767
|
+
capacity: number;
|
|
768
|
+
manufacturer_part_number?: string | undefined;
|
|
769
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
770
|
+
display_value?: string | undefined;
|
|
771
|
+
}, {
|
|
772
|
+
type: "source_component";
|
|
773
|
+
ftype: "simple_battery";
|
|
774
|
+
source_component_id: string;
|
|
775
|
+
name: string;
|
|
776
|
+
capacity: string | number;
|
|
777
|
+
manufacturer_part_number?: string | undefined;
|
|
778
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
779
|
+
display_value?: string | undefined;
|
|
780
|
+
}>;
|
|
781
|
+
type SourceSimpleBattery = z.infer<typeof source_simple_battery>;
|
|
782
|
+
type SourceSimpleBatteryInput = z.input<typeof source_simple_battery>;
|
|
783
|
+
|
|
667
784
|
declare const schematic_box: z.ZodObject<{
|
|
668
785
|
type: z.ZodLiteral<"schematic_box">;
|
|
669
786
|
schematic_component_id: z.ZodString;
|
|
@@ -3476,6 +3593,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3476
3593
|
name: z.ZodString;
|
|
3477
3594
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3478
3595
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3596
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3479
3597
|
}, {
|
|
3480
3598
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
3481
3599
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3487,6 +3605,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3487
3605
|
resistance: number;
|
|
3488
3606
|
manufacturer_part_number?: string | undefined;
|
|
3489
3607
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3608
|
+
display_value?: string | undefined;
|
|
3490
3609
|
}, {
|
|
3491
3610
|
type: "source_component";
|
|
3492
3611
|
ftype: "simple_resistor";
|
|
@@ -3495,6 +3614,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3495
3614
|
resistance: string | number;
|
|
3496
3615
|
manufacturer_part_number?: string | undefined;
|
|
3497
3616
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3617
|
+
display_value?: string | undefined;
|
|
3498
3618
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3499
3619
|
type: z.ZodLiteral<"source_component">;
|
|
3500
3620
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3502,6 +3622,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3502
3622
|
name: z.ZodString;
|
|
3503
3623
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3504
3624
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3625
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3505
3626
|
}, {
|
|
3506
3627
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
3507
3628
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3513,6 +3634,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3513
3634
|
capacitance: number;
|
|
3514
3635
|
manufacturer_part_number?: string | undefined;
|
|
3515
3636
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3637
|
+
display_value?: string | undefined;
|
|
3516
3638
|
}, {
|
|
3517
3639
|
type: "source_component";
|
|
3518
3640
|
ftype: "simple_capacitor";
|
|
@@ -3521,6 +3643,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3521
3643
|
capacitance: string | number;
|
|
3522
3644
|
manufacturer_part_number?: string | undefined;
|
|
3523
3645
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3646
|
+
display_value?: string | undefined;
|
|
3524
3647
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3525
3648
|
type: z.ZodLiteral<"source_component">;
|
|
3526
3649
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3528,6 +3651,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3528
3651
|
name: z.ZodString;
|
|
3529
3652
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3530
3653
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3654
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3531
3655
|
}, {
|
|
3532
3656
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
3533
3657
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3537,6 +3661,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3537
3661
|
name: string;
|
|
3538
3662
|
manufacturer_part_number?: string | undefined;
|
|
3539
3663
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3664
|
+
display_value?: string | undefined;
|
|
3540
3665
|
}, {
|
|
3541
3666
|
type: "source_component";
|
|
3542
3667
|
ftype: "simple_diode";
|
|
@@ -3544,6 +3669,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3544
3669
|
name: string;
|
|
3545
3670
|
manufacturer_part_number?: string | undefined;
|
|
3546
3671
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3672
|
+
display_value?: string | undefined;
|
|
3547
3673
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3548
3674
|
type: z.ZodLiteral<"source_component">;
|
|
3549
3675
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3551,6 +3677,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3551
3677
|
name: z.ZodString;
|
|
3552
3678
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3553
3679
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3680
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3554
3681
|
}, {
|
|
3555
3682
|
ftype: z.ZodLiteral<"simple_ground">;
|
|
3556
3683
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3560,6 +3687,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3560
3687
|
name: string;
|
|
3561
3688
|
manufacturer_part_number?: string | undefined;
|
|
3562
3689
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3690
|
+
display_value?: string | undefined;
|
|
3563
3691
|
}, {
|
|
3564
3692
|
type: "source_component";
|
|
3565
3693
|
ftype: "simple_ground";
|
|
@@ -3567,6 +3695,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3567
3695
|
name: string;
|
|
3568
3696
|
manufacturer_part_number?: string | undefined;
|
|
3569
3697
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3698
|
+
display_value?: string | undefined;
|
|
3570
3699
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3571
3700
|
type: z.ZodLiteral<"source_component">;
|
|
3572
3701
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3574,6 +3703,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3574
3703
|
name: z.ZodString;
|
|
3575
3704
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3576
3705
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3706
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3577
3707
|
}, {
|
|
3578
3708
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
3579
3709
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3583,6 +3713,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3583
3713
|
name: string;
|
|
3584
3714
|
manufacturer_part_number?: string | undefined;
|
|
3585
3715
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3716
|
+
display_value?: string | undefined;
|
|
3586
3717
|
}, {
|
|
3587
3718
|
type: "source_component";
|
|
3588
3719
|
ftype: "simple_chip";
|
|
@@ -3590,6 +3721,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3590
3721
|
name: string;
|
|
3591
3722
|
manufacturer_part_number?: string | undefined;
|
|
3592
3723
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3724
|
+
display_value?: string | undefined;
|
|
3593
3725
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3594
3726
|
type: z.ZodLiteral<"source_component">;
|
|
3595
3727
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3597,6 +3729,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3597
3729
|
name: z.ZodString;
|
|
3598
3730
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3599
3731
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3732
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3600
3733
|
}, {
|
|
3601
3734
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
3602
3735
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3606,6 +3739,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3606
3739
|
name: string;
|
|
3607
3740
|
manufacturer_part_number?: string | undefined;
|
|
3608
3741
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3742
|
+
display_value?: string | undefined;
|
|
3609
3743
|
}, {
|
|
3610
3744
|
type: "source_component";
|
|
3611
3745
|
ftype: "simple_bug";
|
|
@@ -3613,6 +3747,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3613
3747
|
name: string;
|
|
3614
3748
|
manufacturer_part_number?: string | undefined;
|
|
3615
3749
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3750
|
+
display_value?: string | undefined;
|
|
3616
3751
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3617
3752
|
type: z.ZodLiteral<"source_component">;
|
|
3618
3753
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3620,6 +3755,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3620
3755
|
name: z.ZodString;
|
|
3621
3756
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3622
3757
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3758
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3623
3759
|
}, {
|
|
3624
3760
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
3625
3761
|
}>, {
|
|
@@ -3631,6 +3767,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3631
3767
|
name: string;
|
|
3632
3768
|
manufacturer_part_number?: string | undefined;
|
|
3633
3769
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3770
|
+
display_value?: string | undefined;
|
|
3634
3771
|
}, {
|
|
3635
3772
|
type: "source_component";
|
|
3636
3773
|
ftype: "led";
|
|
@@ -3638,6 +3775,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3638
3775
|
name: string;
|
|
3639
3776
|
manufacturer_part_number?: string | undefined;
|
|
3640
3777
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3778
|
+
display_value?: string | undefined;
|
|
3641
3779
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3642
3780
|
type: z.ZodLiteral<"source_component">;
|
|
3643
3781
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3645,6 +3783,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3645
3783
|
name: z.ZodString;
|
|
3646
3784
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3647
3785
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3786
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3648
3787
|
}, {
|
|
3649
3788
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
3650
3789
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3656,6 +3795,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3656
3795
|
voltage: number;
|
|
3657
3796
|
manufacturer_part_number?: string | undefined;
|
|
3658
3797
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3798
|
+
display_value?: string | undefined;
|
|
3659
3799
|
}, {
|
|
3660
3800
|
type: "source_component";
|
|
3661
3801
|
ftype: "simple_power_source";
|
|
@@ -3664,6 +3804,36 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3664
3804
|
voltage: string | number;
|
|
3665
3805
|
manufacturer_part_number?: string | undefined;
|
|
3666
3806
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3807
|
+
display_value?: string | undefined;
|
|
3808
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3809
|
+
type: z.ZodLiteral<"source_component">;
|
|
3810
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
3811
|
+
source_component_id: z.ZodString;
|
|
3812
|
+
name: z.ZodString;
|
|
3813
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3814
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3815
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3816
|
+
}, {
|
|
3817
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
3818
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
3819
|
+
}>, "strip", z.ZodTypeAny, {
|
|
3820
|
+
type: "source_component";
|
|
3821
|
+
ftype: "simple_battery";
|
|
3822
|
+
source_component_id: string;
|
|
3823
|
+
name: string;
|
|
3824
|
+
capacity: number;
|
|
3825
|
+
manufacturer_part_number?: string | undefined;
|
|
3826
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3827
|
+
display_value?: string | undefined;
|
|
3828
|
+
}, {
|
|
3829
|
+
type: "source_component";
|
|
3830
|
+
ftype: "simple_battery";
|
|
3831
|
+
source_component_id: string;
|
|
3832
|
+
name: string;
|
|
3833
|
+
capacity: string | number;
|
|
3834
|
+
manufacturer_part_number?: string | undefined;
|
|
3835
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3836
|
+
display_value?: string | undefined;
|
|
3667
3837
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
3668
3838
|
type: z.ZodLiteral<"source_component">;
|
|
3669
3839
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3671,6 +3841,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3671
3841
|
name: z.ZodString;
|
|
3672
3842
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3673
3843
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3844
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3674
3845
|
}, {
|
|
3675
3846
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
3676
3847
|
}>, {
|
|
@@ -3682,6 +3853,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3682
3853
|
name: string;
|
|
3683
3854
|
manufacturer_part_number?: string | undefined;
|
|
3684
3855
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3856
|
+
display_value?: string | undefined;
|
|
3685
3857
|
}, {
|
|
3686
3858
|
type: "source_component";
|
|
3687
3859
|
ftype: "led";
|
|
@@ -3689,6 +3861,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3689
3861
|
name: string;
|
|
3690
3862
|
manufacturer_part_number?: string | undefined;
|
|
3691
3863
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3864
|
+
display_value?: string | undefined;
|
|
3692
3865
|
}>, z.ZodObject<{
|
|
3693
3866
|
type: z.ZodLiteral<"source_net">;
|
|
3694
3867
|
source_net_id: z.ZodString;
|
|
@@ -3738,6 +3911,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3738
3911
|
name: z.ZodString;
|
|
3739
3912
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3740
3913
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3914
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3741
3915
|
}, {
|
|
3742
3916
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
3743
3917
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3747,6 +3921,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3747
3921
|
name: string;
|
|
3748
3922
|
manufacturer_part_number?: string | undefined;
|
|
3749
3923
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3924
|
+
display_value?: string | undefined;
|
|
3750
3925
|
}, {
|
|
3751
3926
|
type: "source_component";
|
|
3752
3927
|
ftype: "simple_bug";
|
|
@@ -3754,6 +3929,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3754
3929
|
name: string;
|
|
3755
3930
|
manufacturer_part_number?: string | undefined;
|
|
3756
3931
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3932
|
+
display_value?: string | undefined;
|
|
3757
3933
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3758
3934
|
type: z.ZodLiteral<"source_component">;
|
|
3759
3935
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3761,6 +3937,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3761
3937
|
name: z.ZodString;
|
|
3762
3938
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3763
3939
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3940
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3764
3941
|
}, {
|
|
3765
3942
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
3766
3943
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3770,6 +3947,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3770
3947
|
name: string;
|
|
3771
3948
|
manufacturer_part_number?: string | undefined;
|
|
3772
3949
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3950
|
+
display_value?: string | undefined;
|
|
3773
3951
|
}, {
|
|
3774
3952
|
type: "source_component";
|
|
3775
3953
|
ftype: "simple_chip";
|
|
@@ -3777,6 +3955,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3777
3955
|
name: string;
|
|
3778
3956
|
manufacturer_part_number?: string | undefined;
|
|
3779
3957
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3958
|
+
display_value?: string | undefined;
|
|
3780
3959
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3781
3960
|
type: z.ZodLiteral<"source_component">;
|
|
3782
3961
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3784,6 +3963,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3784
3963
|
name: z.ZodString;
|
|
3785
3964
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3786
3965
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3966
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3787
3967
|
}, {
|
|
3788
3968
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
3789
3969
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3795,6 +3975,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3795
3975
|
capacitance: number;
|
|
3796
3976
|
manufacturer_part_number?: string | undefined;
|
|
3797
3977
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3978
|
+
display_value?: string | undefined;
|
|
3798
3979
|
}, {
|
|
3799
3980
|
type: "source_component";
|
|
3800
3981
|
ftype: "simple_capacitor";
|
|
@@ -3803,6 +3984,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3803
3984
|
capacitance: string | number;
|
|
3804
3985
|
manufacturer_part_number?: string | undefined;
|
|
3805
3986
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
3987
|
+
display_value?: string | undefined;
|
|
3806
3988
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3807
3989
|
type: z.ZodLiteral<"source_component">;
|
|
3808
3990
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3810,6 +3992,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3810
3992
|
name: z.ZodString;
|
|
3811
3993
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3812
3994
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
3995
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3813
3996
|
}, {
|
|
3814
3997
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
3815
3998
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -3819,6 +4002,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3819
4002
|
name: string;
|
|
3820
4003
|
manufacturer_part_number?: string | undefined;
|
|
3821
4004
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4005
|
+
display_value?: string | undefined;
|
|
3822
4006
|
}, {
|
|
3823
4007
|
type: "source_component";
|
|
3824
4008
|
ftype: "simple_diode";
|
|
@@ -3826,6 +4010,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3826
4010
|
name: string;
|
|
3827
4011
|
manufacturer_part_number?: string | undefined;
|
|
3828
4012
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4013
|
+
display_value?: string | undefined;
|
|
3829
4014
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3830
4015
|
type: z.ZodLiteral<"source_component">;
|
|
3831
4016
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3833,6 +4018,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3833
4018
|
name: z.ZodString;
|
|
3834
4019
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3835
4020
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
4021
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3836
4022
|
}, {
|
|
3837
4023
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
3838
4024
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3844,6 +4030,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3844
4030
|
resistance: number;
|
|
3845
4031
|
manufacturer_part_number?: string | undefined;
|
|
3846
4032
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4033
|
+
display_value?: string | undefined;
|
|
3847
4034
|
}, {
|
|
3848
4035
|
type: "source_component";
|
|
3849
4036
|
ftype: "simple_resistor";
|
|
@@ -3852,6 +4039,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3852
4039
|
resistance: string | number;
|
|
3853
4040
|
manufacturer_part_number?: string | undefined;
|
|
3854
4041
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4042
|
+
display_value?: string | undefined;
|
|
3855
4043
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
3856
4044
|
type: z.ZodLiteral<"source_component">;
|
|
3857
4045
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -3859,6 +4047,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3859
4047
|
name: z.ZodString;
|
|
3860
4048
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
3861
4049
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
4050
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
3862
4051
|
}, {
|
|
3863
4052
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
3864
4053
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -3870,6 +4059,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3870
4059
|
voltage: number;
|
|
3871
4060
|
manufacturer_part_number?: string | undefined;
|
|
3872
4061
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4062
|
+
display_value?: string | undefined;
|
|
3873
4063
|
}, {
|
|
3874
4064
|
type: "source_component";
|
|
3875
4065
|
ftype: "simple_power_source";
|
|
@@ -3878,6 +4068,36 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
3878
4068
|
voltage: string | number;
|
|
3879
4069
|
manufacturer_part_number?: string | undefined;
|
|
3880
4070
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4071
|
+
display_value?: string | undefined;
|
|
4072
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
4073
|
+
type: z.ZodLiteral<"source_component">;
|
|
4074
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
4075
|
+
source_component_id: z.ZodString;
|
|
4076
|
+
name: z.ZodString;
|
|
4077
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
4078
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
4079
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
4080
|
+
}, {
|
|
4081
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
4082
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
4083
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4084
|
+
type: "source_component";
|
|
4085
|
+
ftype: "simple_battery";
|
|
4086
|
+
source_component_id: string;
|
|
4087
|
+
name: string;
|
|
4088
|
+
capacity: number;
|
|
4089
|
+
manufacturer_part_number?: string | undefined;
|
|
4090
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4091
|
+
display_value?: string | undefined;
|
|
4092
|
+
}, {
|
|
4093
|
+
type: "source_component";
|
|
4094
|
+
ftype: "simple_battery";
|
|
4095
|
+
source_component_id: string;
|
|
4096
|
+
name: string;
|
|
4097
|
+
capacity: string | number;
|
|
4098
|
+
manufacturer_part_number?: string | undefined;
|
|
4099
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4100
|
+
display_value?: string | undefined;
|
|
3881
4101
|
}>, z.ZodObject<{
|
|
3882
4102
|
type: z.ZodLiteral<"pcb_component">;
|
|
3883
4103
|
pcb_component_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -5788,6 +6008,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5788
6008
|
name: z.ZodString;
|
|
5789
6009
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5790
6010
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6011
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5791
6012
|
}, {
|
|
5792
6013
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
5793
6014
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -5799,6 +6020,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5799
6020
|
resistance: number;
|
|
5800
6021
|
manufacturer_part_number?: string | undefined;
|
|
5801
6022
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6023
|
+
display_value?: string | undefined;
|
|
5802
6024
|
}, {
|
|
5803
6025
|
type: "source_component";
|
|
5804
6026
|
ftype: "simple_resistor";
|
|
@@ -5807,6 +6029,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5807
6029
|
resistance: string | number;
|
|
5808
6030
|
manufacturer_part_number?: string | undefined;
|
|
5809
6031
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6032
|
+
display_value?: string | undefined;
|
|
5810
6033
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5811
6034
|
type: z.ZodLiteral<"source_component">;
|
|
5812
6035
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5814,6 +6037,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5814
6037
|
name: z.ZodString;
|
|
5815
6038
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5816
6039
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6040
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5817
6041
|
}, {
|
|
5818
6042
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
5819
6043
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -5825,6 +6049,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5825
6049
|
capacitance: number;
|
|
5826
6050
|
manufacturer_part_number?: string | undefined;
|
|
5827
6051
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6052
|
+
display_value?: string | undefined;
|
|
5828
6053
|
}, {
|
|
5829
6054
|
type: "source_component";
|
|
5830
6055
|
ftype: "simple_capacitor";
|
|
@@ -5833,6 +6058,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5833
6058
|
capacitance: string | number;
|
|
5834
6059
|
manufacturer_part_number?: string | undefined;
|
|
5835
6060
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6061
|
+
display_value?: string | undefined;
|
|
5836
6062
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5837
6063
|
type: z.ZodLiteral<"source_component">;
|
|
5838
6064
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5840,6 +6066,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5840
6066
|
name: z.ZodString;
|
|
5841
6067
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5842
6068
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6069
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5843
6070
|
}, {
|
|
5844
6071
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
5845
6072
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -5849,6 +6076,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5849
6076
|
name: string;
|
|
5850
6077
|
manufacturer_part_number?: string | undefined;
|
|
5851
6078
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6079
|
+
display_value?: string | undefined;
|
|
5852
6080
|
}, {
|
|
5853
6081
|
type: "source_component";
|
|
5854
6082
|
ftype: "simple_diode";
|
|
@@ -5856,6 +6084,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5856
6084
|
name: string;
|
|
5857
6085
|
manufacturer_part_number?: string | undefined;
|
|
5858
6086
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6087
|
+
display_value?: string | undefined;
|
|
5859
6088
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5860
6089
|
type: z.ZodLiteral<"source_component">;
|
|
5861
6090
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5863,6 +6092,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5863
6092
|
name: z.ZodString;
|
|
5864
6093
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5865
6094
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6095
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5866
6096
|
}, {
|
|
5867
6097
|
ftype: z.ZodLiteral<"simple_ground">;
|
|
5868
6098
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -5872,6 +6102,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5872
6102
|
name: string;
|
|
5873
6103
|
manufacturer_part_number?: string | undefined;
|
|
5874
6104
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6105
|
+
display_value?: string | undefined;
|
|
5875
6106
|
}, {
|
|
5876
6107
|
type: "source_component";
|
|
5877
6108
|
ftype: "simple_ground";
|
|
@@ -5879,6 +6110,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5879
6110
|
name: string;
|
|
5880
6111
|
manufacturer_part_number?: string | undefined;
|
|
5881
6112
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6113
|
+
display_value?: string | undefined;
|
|
5882
6114
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5883
6115
|
type: z.ZodLiteral<"source_component">;
|
|
5884
6116
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5886,6 +6118,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5886
6118
|
name: z.ZodString;
|
|
5887
6119
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5888
6120
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6121
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5889
6122
|
}, {
|
|
5890
6123
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
5891
6124
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -5895,6 +6128,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5895
6128
|
name: string;
|
|
5896
6129
|
manufacturer_part_number?: string | undefined;
|
|
5897
6130
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6131
|
+
display_value?: string | undefined;
|
|
5898
6132
|
}, {
|
|
5899
6133
|
type: "source_component";
|
|
5900
6134
|
ftype: "simple_chip";
|
|
@@ -5902,6 +6136,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5902
6136
|
name: string;
|
|
5903
6137
|
manufacturer_part_number?: string | undefined;
|
|
5904
6138
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6139
|
+
display_value?: string | undefined;
|
|
5905
6140
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5906
6141
|
type: z.ZodLiteral<"source_component">;
|
|
5907
6142
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5909,6 +6144,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5909
6144
|
name: z.ZodString;
|
|
5910
6145
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5911
6146
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6147
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5912
6148
|
}, {
|
|
5913
6149
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
5914
6150
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -5918,6 +6154,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5918
6154
|
name: string;
|
|
5919
6155
|
manufacturer_part_number?: string | undefined;
|
|
5920
6156
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6157
|
+
display_value?: string | undefined;
|
|
5921
6158
|
}, {
|
|
5922
6159
|
type: "source_component";
|
|
5923
6160
|
ftype: "simple_bug";
|
|
@@ -5925,6 +6162,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5925
6162
|
name: string;
|
|
5926
6163
|
manufacturer_part_number?: string | undefined;
|
|
5927
6164
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6165
|
+
display_value?: string | undefined;
|
|
5928
6166
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5929
6167
|
type: z.ZodLiteral<"source_component">;
|
|
5930
6168
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5932,6 +6170,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5932
6170
|
name: z.ZodString;
|
|
5933
6171
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5934
6172
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6173
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5935
6174
|
}, {
|
|
5936
6175
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
5937
6176
|
}>, {
|
|
@@ -5943,6 +6182,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5943
6182
|
name: string;
|
|
5944
6183
|
manufacturer_part_number?: string | undefined;
|
|
5945
6184
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6185
|
+
display_value?: string | undefined;
|
|
5946
6186
|
}, {
|
|
5947
6187
|
type: "source_component";
|
|
5948
6188
|
ftype: "led";
|
|
@@ -5950,6 +6190,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5950
6190
|
name: string;
|
|
5951
6191
|
manufacturer_part_number?: string | undefined;
|
|
5952
6192
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6193
|
+
display_value?: string | undefined;
|
|
5953
6194
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5954
6195
|
type: z.ZodLiteral<"source_component">;
|
|
5955
6196
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5957,6 +6198,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5957
6198
|
name: z.ZodString;
|
|
5958
6199
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5959
6200
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6201
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5960
6202
|
}, {
|
|
5961
6203
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
5962
6204
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -5968,6 +6210,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5968
6210
|
voltage: number;
|
|
5969
6211
|
manufacturer_part_number?: string | undefined;
|
|
5970
6212
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6213
|
+
display_value?: string | undefined;
|
|
5971
6214
|
}, {
|
|
5972
6215
|
type: "source_component";
|
|
5973
6216
|
ftype: "simple_power_source";
|
|
@@ -5976,6 +6219,36 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5976
6219
|
voltage: string | number;
|
|
5977
6220
|
manufacturer_part_number?: string | undefined;
|
|
5978
6221
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6222
|
+
display_value?: string | undefined;
|
|
6223
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6224
|
+
type: z.ZodLiteral<"source_component">;
|
|
6225
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
6226
|
+
source_component_id: z.ZodString;
|
|
6227
|
+
name: z.ZodString;
|
|
6228
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6229
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6230
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6231
|
+
}, {
|
|
6232
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
6233
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
6234
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6235
|
+
type: "source_component";
|
|
6236
|
+
ftype: "simple_battery";
|
|
6237
|
+
source_component_id: string;
|
|
6238
|
+
name: string;
|
|
6239
|
+
capacity: number;
|
|
6240
|
+
manufacturer_part_number?: string | undefined;
|
|
6241
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6242
|
+
display_value?: string | undefined;
|
|
6243
|
+
}, {
|
|
6244
|
+
type: "source_component";
|
|
6245
|
+
ftype: "simple_battery";
|
|
6246
|
+
source_component_id: string;
|
|
6247
|
+
name: string;
|
|
6248
|
+
capacity: string | number;
|
|
6249
|
+
manufacturer_part_number?: string | undefined;
|
|
6250
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6251
|
+
display_value?: string | undefined;
|
|
5979
6252
|
}>]>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
5980
6253
|
type: z.ZodLiteral<"source_component">;
|
|
5981
6254
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -5983,6 +6256,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5983
6256
|
name: z.ZodString;
|
|
5984
6257
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
5985
6258
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6259
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
5986
6260
|
}, {
|
|
5987
6261
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
5988
6262
|
}>, {
|
|
@@ -5994,6 +6268,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
5994
6268
|
name: string;
|
|
5995
6269
|
manufacturer_part_number?: string | undefined;
|
|
5996
6270
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6271
|
+
display_value?: string | undefined;
|
|
5997
6272
|
}, {
|
|
5998
6273
|
type: "source_component";
|
|
5999
6274
|
ftype: "led";
|
|
@@ -6001,6 +6276,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6001
6276
|
name: string;
|
|
6002
6277
|
manufacturer_part_number?: string | undefined;
|
|
6003
6278
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6279
|
+
display_value?: string | undefined;
|
|
6004
6280
|
}>, z.ZodObject<{
|
|
6005
6281
|
type: z.ZodLiteral<"source_net">;
|
|
6006
6282
|
source_net_id: z.ZodString;
|
|
@@ -6050,6 +6326,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6050
6326
|
name: z.ZodString;
|
|
6051
6327
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6052
6328
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6329
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6053
6330
|
}, {
|
|
6054
6331
|
ftype: z.ZodLiteral<"simple_bug">;
|
|
6055
6332
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -6059,6 +6336,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6059
6336
|
name: string;
|
|
6060
6337
|
manufacturer_part_number?: string | undefined;
|
|
6061
6338
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6339
|
+
display_value?: string | undefined;
|
|
6062
6340
|
}, {
|
|
6063
6341
|
type: "source_component";
|
|
6064
6342
|
ftype: "simple_bug";
|
|
@@ -6066,6 +6344,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6066
6344
|
name: string;
|
|
6067
6345
|
manufacturer_part_number?: string | undefined;
|
|
6068
6346
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6347
|
+
display_value?: string | undefined;
|
|
6069
6348
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6070
6349
|
type: z.ZodLiteral<"source_component">;
|
|
6071
6350
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -6073,6 +6352,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6073
6352
|
name: z.ZodString;
|
|
6074
6353
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6075
6354
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6355
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6076
6356
|
}, {
|
|
6077
6357
|
ftype: z.ZodLiteral<"simple_chip">;
|
|
6078
6358
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -6082,6 +6362,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6082
6362
|
name: string;
|
|
6083
6363
|
manufacturer_part_number?: string | undefined;
|
|
6084
6364
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6365
|
+
display_value?: string | undefined;
|
|
6085
6366
|
}, {
|
|
6086
6367
|
type: "source_component";
|
|
6087
6368
|
ftype: "simple_chip";
|
|
@@ -6089,6 +6370,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6089
6370
|
name: string;
|
|
6090
6371
|
manufacturer_part_number?: string | undefined;
|
|
6091
6372
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6373
|
+
display_value?: string | undefined;
|
|
6092
6374
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6093
6375
|
type: z.ZodLiteral<"source_component">;
|
|
6094
6376
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -6096,6 +6378,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6096
6378
|
name: z.ZodString;
|
|
6097
6379
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6098
6380
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6381
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6099
6382
|
}, {
|
|
6100
6383
|
ftype: z.ZodLiteral<"simple_capacitor">;
|
|
6101
6384
|
capacitance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -6107,6 +6390,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6107
6390
|
capacitance: number;
|
|
6108
6391
|
manufacturer_part_number?: string | undefined;
|
|
6109
6392
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6393
|
+
display_value?: string | undefined;
|
|
6110
6394
|
}, {
|
|
6111
6395
|
type: "source_component";
|
|
6112
6396
|
ftype: "simple_capacitor";
|
|
@@ -6115,6 +6399,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6115
6399
|
capacitance: string | number;
|
|
6116
6400
|
manufacturer_part_number?: string | undefined;
|
|
6117
6401
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6402
|
+
display_value?: string | undefined;
|
|
6118
6403
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6119
6404
|
type: z.ZodLiteral<"source_component">;
|
|
6120
6405
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -6122,6 +6407,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6122
6407
|
name: z.ZodString;
|
|
6123
6408
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6124
6409
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6410
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6125
6411
|
}, {
|
|
6126
6412
|
ftype: z.ZodLiteral<"simple_diode">;
|
|
6127
6413
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -6131,6 +6417,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6131
6417
|
name: string;
|
|
6132
6418
|
manufacturer_part_number?: string | undefined;
|
|
6133
6419
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6420
|
+
display_value?: string | undefined;
|
|
6134
6421
|
}, {
|
|
6135
6422
|
type: "source_component";
|
|
6136
6423
|
ftype: "simple_diode";
|
|
@@ -6138,6 +6425,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6138
6425
|
name: string;
|
|
6139
6426
|
manufacturer_part_number?: string | undefined;
|
|
6140
6427
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6428
|
+
display_value?: string | undefined;
|
|
6141
6429
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6142
6430
|
type: z.ZodLiteral<"source_component">;
|
|
6143
6431
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -6145,6 +6433,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6145
6433
|
name: z.ZodString;
|
|
6146
6434
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6147
6435
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6436
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6148
6437
|
}, {
|
|
6149
6438
|
ftype: z.ZodLiteral<"simple_resistor">;
|
|
6150
6439
|
resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -6156,6 +6445,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6156
6445
|
resistance: number;
|
|
6157
6446
|
manufacturer_part_number?: string | undefined;
|
|
6158
6447
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6448
|
+
display_value?: string | undefined;
|
|
6159
6449
|
}, {
|
|
6160
6450
|
type: "source_component";
|
|
6161
6451
|
ftype: "simple_resistor";
|
|
@@ -6164,6 +6454,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6164
6454
|
resistance: string | number;
|
|
6165
6455
|
manufacturer_part_number?: string | undefined;
|
|
6166
6456
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6457
|
+
display_value?: string | undefined;
|
|
6167
6458
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6168
6459
|
type: z.ZodLiteral<"source_component">;
|
|
6169
6460
|
ftype: z.ZodOptional<z.ZodString>;
|
|
@@ -6171,6 +6462,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6171
6462
|
name: z.ZodString;
|
|
6172
6463
|
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6173
6464
|
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6465
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6174
6466
|
}, {
|
|
6175
6467
|
ftype: z.ZodLiteral<"simple_power_source">;
|
|
6176
6468
|
voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
@@ -6182,6 +6474,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6182
6474
|
voltage: number;
|
|
6183
6475
|
manufacturer_part_number?: string | undefined;
|
|
6184
6476
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6477
|
+
display_value?: string | undefined;
|
|
6185
6478
|
}, {
|
|
6186
6479
|
type: "source_component";
|
|
6187
6480
|
ftype: "simple_power_source";
|
|
@@ -6190,6 +6483,36 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
6190
6483
|
voltage: string | number;
|
|
6191
6484
|
manufacturer_part_number?: string | undefined;
|
|
6192
6485
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6486
|
+
display_value?: string | undefined;
|
|
6487
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6488
|
+
type: z.ZodLiteral<"source_component">;
|
|
6489
|
+
ftype: z.ZodOptional<z.ZodString>;
|
|
6490
|
+
source_component_id: z.ZodString;
|
|
6491
|
+
name: z.ZodString;
|
|
6492
|
+
manufacturer_part_number: z.ZodOptional<z.ZodString>;
|
|
6493
|
+
supplier_part_numbers: z.ZodOptional<z.ZodRecord<z.ZodEnum<["jlcpcb", "macrofab", "pcbway", "digikey", "mouser", "lcsc"]>, z.ZodArray<z.ZodString, "many">>>;
|
|
6494
|
+
display_value: z.ZodOptional<z.ZodString>;
|
|
6495
|
+
}, {
|
|
6496
|
+
ftype: z.ZodLiteral<"simple_battery">;
|
|
6497
|
+
capacity: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>;
|
|
6498
|
+
}>, "strip", z.ZodTypeAny, {
|
|
6499
|
+
type: "source_component";
|
|
6500
|
+
ftype: "simple_battery";
|
|
6501
|
+
source_component_id: string;
|
|
6502
|
+
name: string;
|
|
6503
|
+
capacity: number;
|
|
6504
|
+
manufacturer_part_number?: string | undefined;
|
|
6505
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6506
|
+
display_value?: string | undefined;
|
|
6507
|
+
}, {
|
|
6508
|
+
type: "source_component";
|
|
6509
|
+
ftype: "simple_battery";
|
|
6510
|
+
source_component_id: string;
|
|
6511
|
+
name: string;
|
|
6512
|
+
capacity: string | number;
|
|
6513
|
+
manufacturer_part_number?: string | undefined;
|
|
6514
|
+
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
6515
|
+
display_value?: string | undefined;
|
|
6193
6516
|
}>, z.ZodObject<{
|
|
6194
6517
|
type: z.ZodLiteral<"pcb_component">;
|
|
6195
6518
|
pcb_component_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -8065,4 +8388,4 @@ type AnySoupElement = AnyCircuitElement;
|
|
|
8065
8388
|
*/
|
|
8066
8389
|
type AnySoupElementInput = AnyCircuitElementInput;
|
|
8067
8390
|
|
|
8068
|
-
export { type AnyCircuitElement, type AnyCircuitElementInput, type AnySoupElement, type AnySoupElementInput, type AnySourceComponent, type CadComponent, type CadComponentInput, type Distance, type InputPoint, type InputPosition, type InputRotation, type LayerRef, type LayerRefInput, type Length, type PCBBoard, type PCBComponent, type PCBFabricationNotePath, type PCBFabricationNoteText, type PCBHole, type PCBHoleInput, type PCBKeepout, type PCBKeepoutInput, 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 PCBVia, type PcbBoard, type PcbBoardInput, type PcbCircuitElement, type PcbComponent, type PcbComponentInput, type PcbFabricationNotePath, type PcbFabricationNotePathInput, type PcbFabricationNoteText, type PcbFabricationNoteTextInput, type PcbHole, type PcbHoleCircleOrSquare, type PcbHoleCircleOrSquareInput, type PcbHoleOval, type PcbHoleOvalInput, type PcbPlacementError, type PcbPlacementErrorInput, type PcbPlatedHole, type PcbPlatedHoleCircle, type PcbPlatedHoleInput, type PcbPlatedHoleOval, type PcbPort, type PcbPortInput, type PcbPortNotMatchedError, type PcbPortNotMatchedErrorInput, 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 PcbSilkscreenRect, type PcbSilkscreenRectInput, type PcbSilkscreenRectOld, type PcbSilkscreenText, type PcbSilkscreenTextInput, type PcbSmtPad, type PcbSmtPadCircle, type PcbSmtPadRect, type PcbSolderPaste, type PcbSolderPasteCircle, type PcbSolderPasteRect, type PcbText, type PcbTextInput, type PcbTrace, type PcbTraceError, type PcbTraceErrorInput, type PcbTraceHint, type PcbTraceHintInput, type PcbTraceInput, type PcbTraceRoutePoint, type PcbTraceRoutePointVia, type PcbTraceRoutePointWire, type PcbVia, type PcbViaInput, type Point, type Point3, type Position, type Rotation, type RouteHintPoint, type RouteHintPointInput, type SchematicBox, type SchematicBoxInput, type SchematicComponent, type SchematicComponentInput, type SchematicError, type SchematicErrorInput, type SchematicLine, type SchematicLineInput, type SchematicNetLabel, type SchematicNetLabelInput, type SchematicPath, type SchematicPathInput, type SchematicPort, type SchematicPortInput, type SchematicText, type SchematicTextInput, type SchematicTrace, type SchematicTraceInput, type Size, type SourceComponentBase, type SourceGroup, type SourceGroupInput, type SourceLed, type SourceLedInput, type SourceNet, type SourceNetInput, type SourcePort, type SourceSimpleBugInput, type SourceSimpleCapacitor, type SourceSimpleCapacitorInput, type SourceSimpleChip, type SourceSimpleChipInput, type SourceSimpleDiode, type SourceSimpleDiodeInput, type SourceSimpleGround, type SourceSimpleGroundInput, type SourceSimpleInductor, type SourceSimpleInductorInput, type SourceSimplePowerSource, type SourceSimplePowerSourceInput, type SourceSimpleResistor, type SourceSimpleResistorInput, type SourceTrace, type SupplierName, type VisibleLayer, type VisibleLayerRef, all_layers, any_circuit_element, any_soup_element, any_source_component, cad_component, capacitance, current, distance, getZodPrefixedIdWithDefault, inductance, layer_ref, layer_string, length, pcb_board, pcb_component, pcb_fabrication_note_path, pcb_fabrication_note_text, pcb_hole, pcb_hole_circle_or_square_shape, pcb_hole_oval_shape, pcb_keepout, pcb_placement_error, pcb_plated_hole, pcb_port, 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_rect, pcb_silkscreen_text, pcb_smtpad, pcb_solder_paste, pcb_text, pcb_trace, pcb_trace_error, pcb_trace_hint, pcb_trace_route_point, pcb_trace_route_point_via, pcb_trace_route_point_wire, pcb_via, point, point3, position, position3, resistance, rotation, route_hint_point, schematic_box, schematic_component, schematic_error, schematic_line, schematic_net_label, schematic_path, schematic_pin_styles, schematic_port, schematic_text, schematic_trace, size, source_component_base, source_group, source_led, source_net, source_port, source_simple_bug, source_simple_capacitor, source_simple_chip, source_simple_diode, source_simple_ground, source_simple_power_source, source_simple_resistor, source_trace, supplier_name, time, visible_layer, voltage };
|
|
8391
|
+
export { type AnyCircuitElement, type AnyCircuitElementInput, type AnySoupElement, type AnySoupElementInput, type AnySourceComponent, type CadComponent, type CadComponentInput, type Distance, type InputPoint, type InputPosition, type InputRotation, type LayerRef, type LayerRefInput, type Length, type PCBBoard, type PCBComponent, type PCBFabricationNotePath, type PCBFabricationNoteText, type PCBHole, type PCBHoleInput, type PCBKeepout, type PCBKeepoutInput, 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 PCBVia, type PcbBoard, type PcbBoardInput, type PcbCircuitElement, type PcbComponent, type PcbComponentInput, type PcbFabricationNotePath, type PcbFabricationNotePathInput, type PcbFabricationNoteText, type PcbFabricationNoteTextInput, type PcbHole, type PcbHoleCircleOrSquare, type PcbHoleCircleOrSquareInput, type PcbHoleOval, type PcbHoleOvalInput, type PcbPlacementError, type PcbPlacementErrorInput, type PcbPlatedHole, type PcbPlatedHoleCircle, type PcbPlatedHoleInput, type PcbPlatedHoleOval, type PcbPort, type PcbPortInput, type PcbPortNotMatchedError, type PcbPortNotMatchedErrorInput, 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 PcbSilkscreenRect, type PcbSilkscreenRectInput, type PcbSilkscreenRectOld, type PcbSilkscreenText, type PcbSilkscreenTextInput, type PcbSmtPad, type PcbSmtPadCircle, type PcbSmtPadRect, type PcbSolderPaste, type PcbSolderPasteCircle, type PcbSolderPasteRect, type PcbText, type PcbTextInput, type PcbTrace, type PcbTraceError, type PcbTraceErrorInput, type PcbTraceHint, type PcbTraceHintInput, type PcbTraceInput, type PcbTraceRoutePoint, type PcbTraceRoutePointVia, type PcbTraceRoutePointWire, type PcbVia, type PcbViaInput, type Point, type Point3, type Position, type Rotation, type RouteHintPoint, type RouteHintPointInput, type SchematicBox, type SchematicBoxInput, type SchematicComponent, type SchematicComponentInput, type SchematicError, type SchematicErrorInput, type SchematicLine, type SchematicLineInput, type SchematicNetLabel, type SchematicNetLabelInput, type SchematicPath, type SchematicPathInput, type SchematicPort, type SchematicPortInput, type SchematicText, type SchematicTextInput, type SchematicTrace, type SchematicTraceInput, type Size, type SourceComponentBase, type SourceGroup, type SourceGroupInput, type SourceLed, type SourceLedInput, type SourceNet, type SourceNetInput, type SourcePort, type SourceSimpleBattery, type SourceSimpleBatteryInput, type SourceSimpleBugInput, type SourceSimpleCapacitor, type SourceSimpleCapacitorInput, type SourceSimpleChip, type SourceSimpleChipInput, type SourceSimpleDiode, type SourceSimpleDiodeInput, type SourceSimpleGround, type SourceSimpleGroundInput, type SourceSimpleInductor, type SourceSimpleInductorInput, type SourceSimplePowerSource, type SourceSimplePowerSourceInput, type SourceSimpleResistor, type SourceSimpleResistorInput, type SourceTrace, type SupplierName, type VisibleLayer, type VisibleLayerRef, all_layers, any_circuit_element, any_soup_element, any_source_component, battery_capacity, cad_component, capacitance, current, distance, getZodPrefixedIdWithDefault, inductance, layer_ref, layer_string, length, pcb_board, pcb_component, pcb_fabrication_note_path, pcb_fabrication_note_text, pcb_hole, pcb_hole_circle_or_square_shape, pcb_hole_oval_shape, pcb_keepout, pcb_placement_error, pcb_plated_hole, pcb_port, 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_rect, pcb_silkscreen_text, pcb_smtpad, pcb_solder_paste, pcb_text, pcb_trace, pcb_trace_error, pcb_trace_hint, pcb_trace_route_point, pcb_trace_route_point_via, pcb_trace_route_point_wire, pcb_via, point, point3, position, position3, resistance, rotation, route_hint_point, schematic_box, schematic_component, schematic_error, schematic_line, schematic_net_label, schematic_path, schematic_pin_styles, schematic_port, schematic_text, schematic_trace, size, source_component_base, source_group, source_led, source_net, source_port, source_simple_battery, source_simple_bug, source_simple_capacitor, source_simple_chip, source_simple_diode, source_simple_ground, source_simple_power_source, source_simple_resistor, source_trace, supplier_name, time, visible_layer, voltage };
|