Skip to content

Commit badf628

Browse files
committed
consistent order + running prettier
1 parent 739484c commit badf628

File tree

3 files changed

+37
-25
lines changed

3 files changed

+37
-25
lines changed

generated-types/0.3.7.7/classes/Base.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@ type FGBuildableAttachment_splitter_base_base = FGBuildableAttachment_splitter_b
257257

258258
type FGBuildableAttachment_splitter_base_base_base = FGBuildableAttachment_splitter_pre_update7 & FGBuildableAttachment_splitter_base_base_base_with_mDistributionTable & FGBuildableAttachment_base_base_base;
259259

260-
type FGBuildableAttachment_splitter_pre_update7 = {
261-
mCurrentOutputIndex: docs_json_ts_common_types_integer_string_signed,
262-
};
263-
264260
type FGBuildableAttachment_splitter_base_base_base_with_mDistributionTable = FGBuildable_base & {
265261
mDistributionTable: '',
266262
};
267263

264+
type FGBuildableAttachment_splitter_pre_update7 = {
265+
mCurrentOutputIndex: docs_json_ts_common_types_integer_string_signed,
266+
};
267+
268268
type FGBuildableAttachmentMerger = FGBuildableAttachment & FGBuildableAttachmentMerger_base;
269269

270270
type FGBuildableAttachmentMerger_base = FGBuildableAttachmentMerger_base_base & FGBuildableAttachment_base;
@@ -1610,8 +1610,8 @@ export type {
16101610
FGBuildableAttachment_splitter_base,
16111611
FGBuildableAttachment_splitter_base_base,
16121612
FGBuildableAttachment_splitter_base_base_base,
1613-
FGBuildableAttachment_splitter_pre_update7,
16141613
FGBuildableAttachment_splitter_base_base_base_with_mDistributionTable,
1614+
FGBuildableAttachment_splitter_pre_update7,
16151615
FGBuildableAttachmentMerger,
16161616
FGBuildableAttachmentMerger_base,
16171617
FGBuildableAttachmentMerger_base_base,

schema/0.3.7.7/base-classes.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -765,15 +765,6 @@
765765
}
766766
]
767767
},
768-
"FGBuildableAttachment--splitter--pre-update7": {
769-
"type": "object",
770-
"required": ["mCurrentOutputIndex"],
771-
"properties": {
772-
"mCurrentOutputIndex": {
773-
"$ref": "docs.json.ts--common--types#/$defs/integer_string--signed"
774-
}
775-
}
776-
},
777768
"FGBuildableAttachment--splitter--base--base--base--with-mDistributionTable": {
778769
"type": "object",
779770
"$ref": "#/$defs/FGBuildable--base",
@@ -785,6 +776,15 @@
785776
}
786777
}
787778
},
779+
"FGBuildableAttachment--splitter--pre-update7": {
780+
"type": "object",
781+
"required": ["mCurrentOutputIndex"],
782+
"properties": {
783+
"mCurrentOutputIndex": {
784+
"$ref": "docs.json.ts--common--types#/$defs/integer_string--signed"
785+
}
786+
}
787+
},
788788
"FGBuildableAttachmentMerger": {
789789
"allOf": [
790790
{

schema/0.6.1.5/properties.json

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,15 +248,27 @@
248248
"type": "string",
249249
"templated_string": [
250250
"BP_PointDamageType_",
251-
{"type": "string", "minLength": 1},
251+
{
252+
"type": "string",
253+
"minLength": 1
254+
},
252255
"_C'\"/Game/FactoryGame/",
253256
["Equipment", "Resource"],
254257
"/",
255-
{"type": "string", "minLength": 1},
258+
{
259+
"type": "string",
260+
"minLength": 1
261+
},
256262
["/Desc_", "/Equip_"],
257-
{"type": "string", "minLength": 1},
263+
{
264+
"type": "string",
265+
"minLength": 1
266+
},
258267
"_C:BP_PointDamageType_",
259-
{"type": "string", "minLength": 1},
268+
{
269+
"type": "string",
270+
"minLength": 1
271+
},
260272
"_C_0\"'"
261273
]
262274
}
@@ -274,13 +286,13 @@
274286
}
275287
},
276288
"DocsDotJson_AkAudioEvent_quoted--list--item": {
277-
"type": "string",
278-
"DocsDotJson_PrefixedString": {
279-
"prefix": "AkAudioEvent",
280-
"first_path": "WwiseAudio",
281-
"mode": "quoted",
282-
"value": null
283-
}
289+
"type": "string",
290+
"DocsDotJson_PrefixedString": {
291+
"prefix": "AkAudioEvent",
292+
"first_path": "WwiseAudio",
293+
"mode": "quoted",
294+
"value": null
295+
}
284296
},
285297
"ItemClass--list": {
286298
"type": "string",

0 commit comments

Comments
 (0)