@satisfactory-dev/docs.json.ts 0.13.0 → 0.14.0
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 -1
- package/{data-progress--version_1_0_0_4.md → data-progress--version_1_0_1_0.md} +32 -21
- package/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.d.ts +4 -8
- package/generated-types/1.0/classes/CoreUObject/FGBuildableSnowCannon.d.ts +16 -0
- package/generated-types/1.0/classes/CoreUObject/FGBuildableSnowCannon.js +1 -0
- package/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.d.ts +81 -1
- package/generated-types/1.0/classes/CoreUObject/FGJetPack.d.ts +1 -1
- package/generated-types/common/classes/CoreUObject/FGBuildableManufacturer.d.ts +2 -16
- package/generated-types/common/common/unassigned.d.ts +1 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturer.d.ts +16 -1
- package/lib/CustomParsingTypes/TypedStringConst.d.ts +1 -1
- package/lib/CustomParsingTypes/UnrealEngineString.d.ts +1 -1
- package/lib/CustomParsingTypes/UnrealEngineString.js +2 -2
- package/lib/DocsSchema.d.ts +2 -2
- package/lib/DocsSchema.js +4 -4
- package/lib/DocsTsGenerator.d.ts +333 -38
- package/lib/DocsTsGenerator.js +5 -5
- package/lib/helpers.js +1 -1
- package/package.json +1 -1
- package/schema/1.0.schema.json +418 -75
- package/schema/common.schema.json +2 -36
- package/schema/update8.schema.json +36 -1
- package/{types-progress--version_1_0_0_4.md → types-progress--version_1_0_1_0.md} +3 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Types Progress
|
|
2
2
|
|
|
3
|
-
100.00% Complete (
|
|
3
|
+
100.00% Complete (541 of 541)
|
|
4
4
|
|
|
5
5
|
## Basic Types
|
|
6
6
|
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
- [x] common-base--FGBuildableDoor--automated (common type)
|
|
75
75
|
- [x] common-base--FGBuildableDoor--base (common type)
|
|
76
76
|
- [x] common-base--FGBuildableDroneStation (common type)
|
|
77
|
-
- [x] common-base--FGBuildableFactory--generic (common type)
|
|
78
77
|
- [x] common-base--FGBuildableFactory--jump-pad (common type)
|
|
79
78
|
- [x] common-base--FGBuildableFactory--landing-pad (common type)
|
|
80
79
|
- [x] common-base--FGBuildableFactoryBuilding (common type)
|
|
@@ -275,6 +274,7 @@
|
|
|
275
274
|
- [x] FGBuildableRamp
|
|
276
275
|
- [x] FGBuildableResourceSink
|
|
277
276
|
- [x] FGBuildableResourceSinkShop
|
|
277
|
+
- [x] FGBuildableSnowCannon
|
|
278
278
|
- [x] FGBuildableSnowDispenser
|
|
279
279
|
- [x] FGBuildableSpaceElevator
|
|
280
280
|
- [x] FGBuildableSplitterSmart
|
|
@@ -374,8 +374,6 @@
|
|
|
374
374
|
|
|
375
375
|
## FGBuildableFactory
|
|
376
376
|
|
|
377
|
-
- [x] FGBuildableFactory--generic
|
|
378
|
-
- [x] FGBuildableFactory--generic--merged
|
|
379
377
|
- [x] FGBuildableFactory--jump-pad
|
|
380
378
|
- [x] FGBuildableFactory--jump-pad--merged
|
|
381
379
|
- [x] FGBuildableFactory--landing-pad
|
|
@@ -674,6 +672,7 @@
|
|
|
674
672
|
|
|
675
673
|
- [x] FGEquipmentStunSpear--base
|
|
676
674
|
- [x] FGEquipmentStunSpear--base--merged
|
|
675
|
+
- [x] FGEquipmentStunSpear--candy-cane-basher
|
|
677
676
|
- [x] FGEquipmentStunSpear--merged
|
|
678
677
|
- [x] FGEquipmentStunSpear--xeno-zapper
|
|
679
678
|
- [x] FGEquipmentStunSpear--xeno-zapper--merged
|