circuit-json 0.0.410 → 0.0.411
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.d.mts +19 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -26118,6 +26118,7 @@ declare const source_simple_inductor: z.ZodObject<{
|
|
|
26118
26118
|
} & {
|
|
26119
26119
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
26120
26120
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
26121
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
26121
26122
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
26122
26123
|
}, "strip", z.ZodTypeAny, {
|
|
26123
26124
|
type: "source_component";
|
|
@@ -26133,6 +26134,7 @@ declare const source_simple_inductor: z.ZodObject<{
|
|
|
26133
26134
|
display_name?: string | undefined;
|
|
26134
26135
|
are_pins_interchangeable?: boolean | undefined;
|
|
26135
26136
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
26137
|
+
display_inductance?: string | undefined;
|
|
26136
26138
|
max_current_rating?: number | undefined;
|
|
26137
26139
|
}, {
|
|
26138
26140
|
type: "source_component";
|
|
@@ -26148,6 +26150,7 @@ declare const source_simple_inductor: z.ZodObject<{
|
|
|
26148
26150
|
display_name?: string | undefined;
|
|
26149
26151
|
are_pins_interchangeable?: boolean | undefined;
|
|
26150
26152
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
26153
|
+
display_inductance?: string | undefined;
|
|
26151
26154
|
max_current_rating?: number | undefined;
|
|
26152
26155
|
}>;
|
|
26153
26156
|
type SourceSimpleInductorInput = z.input<typeof source_simple_inductor>;
|
|
@@ -26157,6 +26160,7 @@ type SourceSimpleInductorInput = z.input<typeof source_simple_inductor>;
|
|
|
26157
26160
|
interface SourceSimpleInductor extends SourceComponentBase {
|
|
26158
26161
|
ftype: "simple_inductor";
|
|
26159
26162
|
inductance: number;
|
|
26163
|
+
display_inductance?: string;
|
|
26160
26164
|
max_current_rating?: number;
|
|
26161
26165
|
}
|
|
26162
26166
|
|
|
@@ -27870,6 +27874,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
|
|
|
27870
27874
|
} & {
|
|
27871
27875
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
27872
27876
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
27877
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
27873
27878
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
27874
27879
|
}, "strip", z.ZodTypeAny, {
|
|
27875
27880
|
type: "source_component";
|
|
@@ -27885,6 +27890,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
|
|
|
27885
27890
|
display_name?: string | undefined;
|
|
27886
27891
|
are_pins_interchangeable?: boolean | undefined;
|
|
27887
27892
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
27893
|
+
display_inductance?: string | undefined;
|
|
27888
27894
|
max_current_rating?: number | undefined;
|
|
27889
27895
|
}, {
|
|
27890
27896
|
type: "source_component";
|
|
@@ -27900,6 +27906,7 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
|
|
|
27900
27906
|
display_name?: string | undefined;
|
|
27901
27907
|
are_pins_interchangeable?: boolean | undefined;
|
|
27902
27908
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
27909
|
+
display_inductance?: string | undefined;
|
|
27903
27910
|
max_current_rating?: number | undefined;
|
|
27904
27911
|
}>, z.ZodObject<{
|
|
27905
27912
|
type: z.ZodLiteral<"source_component">;
|
|
@@ -33068,6 +33075,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
33068
33075
|
} & {
|
|
33069
33076
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
33070
33077
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
33078
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
33071
33079
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
33072
33080
|
}, "strip", z.ZodTypeAny, {
|
|
33073
33081
|
type: "source_component";
|
|
@@ -33083,6 +33091,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
33083
33091
|
display_name?: string | undefined;
|
|
33084
33092
|
are_pins_interchangeable?: boolean | undefined;
|
|
33085
33093
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
33094
|
+
display_inductance?: string | undefined;
|
|
33086
33095
|
max_current_rating?: number | undefined;
|
|
33087
33096
|
}, {
|
|
33088
33097
|
type: "source_component";
|
|
@@ -33098,6 +33107,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
33098
33107
|
display_name?: string | undefined;
|
|
33099
33108
|
are_pins_interchangeable?: boolean | undefined;
|
|
33100
33109
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
33110
|
+
display_inductance?: string | undefined;
|
|
33101
33111
|
max_current_rating?: number | undefined;
|
|
33102
33112
|
}>, z.ZodObject<{
|
|
33103
33113
|
type: z.ZodLiteral<"source_component">;
|
|
@@ -34489,6 +34499,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
34489
34499
|
} & {
|
|
34490
34500
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
34491
34501
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
34502
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
34492
34503
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
34493
34504
|
}, "strip", z.ZodTypeAny, {
|
|
34494
34505
|
type: "source_component";
|
|
@@ -34504,6 +34515,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
34504
34515
|
display_name?: string | undefined;
|
|
34505
34516
|
are_pins_interchangeable?: boolean | undefined;
|
|
34506
34517
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
34518
|
+
display_inductance?: string | undefined;
|
|
34507
34519
|
max_current_rating?: number | undefined;
|
|
34508
34520
|
}, {
|
|
34509
34521
|
type: "source_component";
|
|
@@ -34519,6 +34531,7 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
|
|
|
34519
34531
|
display_name?: string | undefined;
|
|
34520
34532
|
are_pins_interchangeable?: boolean | undefined;
|
|
34521
34533
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
34534
|
+
display_inductance?: string | undefined;
|
|
34522
34535
|
max_current_rating?: number | undefined;
|
|
34523
34536
|
}>, z.ZodObject<{
|
|
34524
34537
|
type: z.ZodLiteral<"source_component">;
|
|
@@ -50965,6 +50978,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
50965
50978
|
} & {
|
|
50966
50979
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
50967
50980
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
50981
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
50968
50982
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
50969
50983
|
}, "strip", z.ZodTypeAny, {
|
|
50970
50984
|
type: "source_component";
|
|
@@ -50980,6 +50994,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
50980
50994
|
display_name?: string | undefined;
|
|
50981
50995
|
are_pins_interchangeable?: boolean | undefined;
|
|
50982
50996
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
50997
|
+
display_inductance?: string | undefined;
|
|
50983
50998
|
max_current_rating?: number | undefined;
|
|
50984
50999
|
}, {
|
|
50985
51000
|
type: "source_component";
|
|
@@ -50995,6 +51010,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
50995
51010
|
display_name?: string | undefined;
|
|
50996
51011
|
are_pins_interchangeable?: boolean | undefined;
|
|
50997
51012
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
51013
|
+
display_inductance?: string | undefined;
|
|
50998
51014
|
max_current_rating?: number | undefined;
|
|
50999
51015
|
}>, z.ZodObject<{
|
|
51000
51016
|
type: z.ZodLiteral<"source_component">;
|
|
@@ -52386,6 +52402,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
52386
52402
|
} & {
|
|
52387
52403
|
ftype: z.ZodLiteral<"simple_inductor">;
|
|
52388
52404
|
inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
52405
|
+
display_inductance: z.ZodOptional<z.ZodString>;
|
|
52389
52406
|
max_current_rating: z.ZodOptional<z.ZodNumber>;
|
|
52390
52407
|
}, "strip", z.ZodTypeAny, {
|
|
52391
52408
|
type: "source_component";
|
|
@@ -52401,6 +52418,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
52401
52418
|
display_name?: string | undefined;
|
|
52402
52419
|
are_pins_interchangeable?: boolean | undefined;
|
|
52403
52420
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
52421
|
+
display_inductance?: string | undefined;
|
|
52404
52422
|
max_current_rating?: number | undefined;
|
|
52405
52423
|
}, {
|
|
52406
52424
|
type: "source_component";
|
|
@@ -52416,6 +52434,7 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
|
|
|
52416
52434
|
display_name?: string | undefined;
|
|
52417
52435
|
are_pins_interchangeable?: boolean | undefined;
|
|
52418
52436
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
52437
|
+
display_inductance?: string | undefined;
|
|
52419
52438
|
max_current_rating?: number | undefined;
|
|
52420
52439
|
}>, z.ZodObject<{
|
|
52421
52440
|
type: z.ZodLiteral<"source_component">;
|
package/dist/index.mjs
CHANGED
|
@@ -666,6 +666,7 @@ import { z as z26 } from "zod";
|
|
|
666
666
|
var source_simple_inductor = source_component_base.extend({
|
|
667
667
|
ftype: z26.literal("simple_inductor"),
|
|
668
668
|
inductance,
|
|
669
|
+
display_inductance: z26.string().optional(),
|
|
669
670
|
max_current_rating: z26.number().optional()
|
|
670
671
|
});
|
|
671
672
|
expectTypesMatch(true);
|