File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
generated-types/0.3.7.7/classes Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,9 @@ type FGBuildableStorage = FGBuildableStorage_base & FGBuildable_powered;
835835
836836type FGBuildableStorage_base = FGBuildableStorage_base_base & FGBuildable_powered_base ;
837837
838- type FGBuildableStorage_base_base = FGBuildable_powered_base_base & {
838+ type FGBuildableStorage_base_base = FGBuildableStorage_base_base_base & FGBuildable_powered_base_base ;
839+
840+ type FGBuildableStorage_base_base_base = FGBuildable_powered_base_base_base & {
839841 mStackingHeight : docs_json_ts_common_types_decimal_string ,
840842 mInventorySizeX : docs_json_ts_common_types_integer_string ,
841843 mInventorySizeY : docs_json_ts_common_types_integer_string ,
@@ -1604,6 +1606,7 @@ export type {
16041606 FGBuildableStorage ,
16051607 FGBuildableStorage_base ,
16061608 FGBuildableStorage_base_base ,
1609+ FGBuildableStorage_base_base_base ,
16071610 FGBuildableTradingPost ,
16081611 FGBuildableTradingPost_base ,
16091612 FGBuildableTradingPost_base_base ,
Original file line number Diff line number Diff line change 31693169 ]
31703170 },
31713171 "FGBuildableStorage--base--base" : {
3172+ "allOf" : [
3173+ {
3174+ "$ref" : " #/$defs/FGBuildableStorage--base--base--base"
3175+ },
3176+ {
3177+ "$ref" : " #/$defs/FGBuildable--powered--base--base"
3178+ }
3179+ ]
3180+ },
3181+ "FGBuildableStorage--base--base--base" : {
31723182 "type" : " object" ,
3173- "$ref" : " #/$defs/FGBuildable--powered--base--base" ,
3183+ "$ref" : " #/$defs/FGBuildable--powered--base--base--base " ,
31743184 "required" : [
31753185 " mStackingHeight" ,
31763186 " mInventorySizeX" ,
You can’t perform that action at this time.
0 commit comments