@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
package/lib/DocsTsGenerator.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class DocsTsGeneratorVersion {
|
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
35
|
export type docs_versions = {
|
|
36
|
-
|
|
36
|
+
version_1_0_1_0?: DocsTsGeneratorVersion;
|
|
37
37
|
update8?: DocsTsGeneratorVersion;
|
|
38
38
|
common: DocsTsGeneratorVersion;
|
|
39
39
|
};
|
|
@@ -1563,6 +1563,32 @@ export declare class DocsTsGenerator {
|
|
|
1563
1563
|
type: string;
|
|
1564
1564
|
$ref: string;
|
|
1565
1565
|
unevaluatedProperties: boolean;
|
|
1566
|
+
required: string[];
|
|
1567
|
+
properties: {
|
|
1568
|
+
ClassName: {
|
|
1569
|
+
type: string;
|
|
1570
|
+
const: string;
|
|
1571
|
+
};
|
|
1572
|
+
mCurrentRecipeCheck: {
|
|
1573
|
+
type: string;
|
|
1574
|
+
const: string;
|
|
1575
|
+
};
|
|
1576
|
+
mPreviousRecipeCheck: {
|
|
1577
|
+
type: string;
|
|
1578
|
+
const: string;
|
|
1579
|
+
};
|
|
1580
|
+
CurrentPotentialConvert: {
|
|
1581
|
+
type: string;
|
|
1582
|
+
minLength: number;
|
|
1583
|
+
typed_string: {
|
|
1584
|
+
minItems: number;
|
|
1585
|
+
items: boolean;
|
|
1586
|
+
prefixItems: {
|
|
1587
|
+
$ref: string;
|
|
1588
|
+
}[];
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1566
1592
|
};
|
|
1567
1593
|
"FGBuildableManufacturerVariablePower--base--merged": {
|
|
1568
1594
|
allOf: {
|
|
@@ -3337,6 +3363,7 @@ export declare class DocsTsGenerator {
|
|
|
3337
3363
|
type: string;
|
|
3338
3364
|
$ref: string;
|
|
3339
3365
|
unevaluatedProperties: boolean;
|
|
3366
|
+
required: string[];
|
|
3340
3367
|
properties: {
|
|
3341
3368
|
mSecondSwingMontageList: {
|
|
3342
3369
|
type: string;
|
|
@@ -3601,6 +3628,275 @@ export declare class DocsTsGenerator {
|
|
|
3601
3628
|
};
|
|
3602
3629
|
};
|
|
3603
3630
|
};
|
|
3631
|
+
"FGEquipmentStunSpear--candy-cane-basher": {
|
|
3632
|
+
type: string;
|
|
3633
|
+
$ref: string;
|
|
3634
|
+
unevaluatedProperties: boolean;
|
|
3635
|
+
required: string[];
|
|
3636
|
+
properties: {
|
|
3637
|
+
mSecondSwingMontageList: {
|
|
3638
|
+
type: string;
|
|
3639
|
+
minLength: number;
|
|
3640
|
+
typed_string: {
|
|
3641
|
+
required: string[];
|
|
3642
|
+
properties: {
|
|
3643
|
+
Montages: {
|
|
3644
|
+
type: string;
|
|
3645
|
+
minLength: number;
|
|
3646
|
+
typed_string: {
|
|
3647
|
+
minItems: number;
|
|
3648
|
+
maxItems: number;
|
|
3649
|
+
items: {
|
|
3650
|
+
type: string;
|
|
3651
|
+
minLength: number;
|
|
3652
|
+
typed_string: {
|
|
3653
|
+
required: string[];
|
|
3654
|
+
properties: {
|
|
3655
|
+
Montage_1P: {
|
|
3656
|
+
$ref: string;
|
|
3657
|
+
};
|
|
3658
|
+
Montage_3P: {
|
|
3659
|
+
$ref: string;
|
|
3660
|
+
};
|
|
3661
|
+
Montage_Equipment: {
|
|
3662
|
+
type: string;
|
|
3663
|
+
minLength: number;
|
|
3664
|
+
UnrealEngineString: {
|
|
3665
|
+
left: string;
|
|
3666
|
+
right: {
|
|
3667
|
+
starts_with: string;
|
|
3668
|
+
};
|
|
3669
|
+
};
|
|
3670
|
+
};
|
|
3671
|
+
AudioEvent: {
|
|
3672
|
+
type: string;
|
|
3673
|
+
minLength: number;
|
|
3674
|
+
UnrealEngineString: {
|
|
3675
|
+
left: string;
|
|
3676
|
+
right: {
|
|
3677
|
+
starts_with: string;
|
|
3678
|
+
};
|
|
3679
|
+
};
|
|
3680
|
+
};
|
|
3681
|
+
CameraAnim: {
|
|
3682
|
+
$ref: string;
|
|
3683
|
+
};
|
|
3684
|
+
};
|
|
3685
|
+
};
|
|
3686
|
+
};
|
|
3687
|
+
};
|
|
3688
|
+
};
|
|
3689
|
+
};
|
|
3690
|
+
};
|
|
3691
|
+
};
|
|
3692
|
+
mEquipMontage: {
|
|
3693
|
+
type: string;
|
|
3694
|
+
minLength: number;
|
|
3695
|
+
typed_string: {
|
|
3696
|
+
required: string[];
|
|
3697
|
+
properties: {
|
|
3698
|
+
Montages: {
|
|
3699
|
+
type: string;
|
|
3700
|
+
minLength: number;
|
|
3701
|
+
typed_string: {
|
|
3702
|
+
minItems: number;
|
|
3703
|
+
maxItems: number;
|
|
3704
|
+
items: {
|
|
3705
|
+
type: string;
|
|
3706
|
+
minLength: number;
|
|
3707
|
+
typed_string: {
|
|
3708
|
+
required: string[];
|
|
3709
|
+
properties: {
|
|
3710
|
+
Weight: {
|
|
3711
|
+
$ref: string;
|
|
3712
|
+
};
|
|
3713
|
+
Filter: {
|
|
3714
|
+
$ref: string;
|
|
3715
|
+
};
|
|
3716
|
+
Exclusive: {
|
|
3717
|
+
$ref: string;
|
|
3718
|
+
};
|
|
3719
|
+
Montage_1P: {
|
|
3720
|
+
$ref: string;
|
|
3721
|
+
};
|
|
3722
|
+
Montage_3P: {
|
|
3723
|
+
$ref: string;
|
|
3724
|
+
};
|
|
3725
|
+
Montage_Equipment: {
|
|
3726
|
+
type: string;
|
|
3727
|
+
minLength: number;
|
|
3728
|
+
UnrealEngineString: {
|
|
3729
|
+
left: string;
|
|
3730
|
+
right: {
|
|
3731
|
+
starts_with: string;
|
|
3732
|
+
};
|
|
3733
|
+
};
|
|
3734
|
+
};
|
|
3735
|
+
AudioEvent: {
|
|
3736
|
+
type: string;
|
|
3737
|
+
minLength: number;
|
|
3738
|
+
UnrealEngineString: {
|
|
3739
|
+
left: string;
|
|
3740
|
+
right: {
|
|
3741
|
+
starts_with: string;
|
|
3742
|
+
};
|
|
3743
|
+
};
|
|
3744
|
+
};
|
|
3745
|
+
};
|
|
3746
|
+
};
|
|
3747
|
+
};
|
|
3748
|
+
};
|
|
3749
|
+
};
|
|
3750
|
+
};
|
|
3751
|
+
};
|
|
3752
|
+
};
|
|
3753
|
+
mStingerMontage: {
|
|
3754
|
+
type: string;
|
|
3755
|
+
minLength: number;
|
|
3756
|
+
typed_string: {
|
|
3757
|
+
required: string[];
|
|
3758
|
+
properties: {
|
|
3759
|
+
Montages: {
|
|
3760
|
+
type: string;
|
|
3761
|
+
minLength: number;
|
|
3762
|
+
typed_string: {
|
|
3763
|
+
minItems: number;
|
|
3764
|
+
maxItems: number;
|
|
3765
|
+
items: {
|
|
3766
|
+
type: string;
|
|
3767
|
+
minLength: number;
|
|
3768
|
+
typed_string: {
|
|
3769
|
+
required: string[];
|
|
3770
|
+
properties: {
|
|
3771
|
+
Montage_1P: {
|
|
3772
|
+
$ref: string;
|
|
3773
|
+
};
|
|
3774
|
+
Montage_3P: {
|
|
3775
|
+
$ref: string;
|
|
3776
|
+
};
|
|
3777
|
+
Montage_Equipment: {
|
|
3778
|
+
type: string;
|
|
3779
|
+
minLength: number;
|
|
3780
|
+
UnrealEngineString: {
|
|
3781
|
+
left: string;
|
|
3782
|
+
right: {
|
|
3783
|
+
starts_with: string;
|
|
3784
|
+
};
|
|
3785
|
+
};
|
|
3786
|
+
};
|
|
3787
|
+
AudioEvent: {
|
|
3788
|
+
type: string;
|
|
3789
|
+
minLength: number;
|
|
3790
|
+
UnrealEngineString: {
|
|
3791
|
+
left: string;
|
|
3792
|
+
right: {
|
|
3793
|
+
starts_with: string;
|
|
3794
|
+
};
|
|
3795
|
+
};
|
|
3796
|
+
};
|
|
3797
|
+
bSeparate3PAudioEvent: {
|
|
3798
|
+
$ref: string;
|
|
3799
|
+
};
|
|
3800
|
+
AudioEvent3P: {
|
|
3801
|
+
type: string;
|
|
3802
|
+
minLength: number;
|
|
3803
|
+
UnrealEngineString: {
|
|
3804
|
+
left: string;
|
|
3805
|
+
right: {
|
|
3806
|
+
starts_with: string;
|
|
3807
|
+
};
|
|
3808
|
+
};
|
|
3809
|
+
};
|
|
3810
|
+
CameraAnim: {
|
|
3811
|
+
$ref: string;
|
|
3812
|
+
};
|
|
3813
|
+
};
|
|
3814
|
+
};
|
|
3815
|
+
};
|
|
3816
|
+
};
|
|
3817
|
+
};
|
|
3818
|
+
};
|
|
3819
|
+
};
|
|
3820
|
+
};
|
|
3821
|
+
mUnEquipMontage: {
|
|
3822
|
+
type: string;
|
|
3823
|
+
minLength: number;
|
|
3824
|
+
typed_string: {
|
|
3825
|
+
required: string[];
|
|
3826
|
+
properties: {
|
|
3827
|
+
AudioEvent: {
|
|
3828
|
+
type: string;
|
|
3829
|
+
minLength: number;
|
|
3830
|
+
UnrealEngineString: {
|
|
3831
|
+
left: string;
|
|
3832
|
+
right: {
|
|
3833
|
+
starts_with: string;
|
|
3834
|
+
};
|
|
3835
|
+
};
|
|
3836
|
+
};
|
|
3837
|
+
};
|
|
3838
|
+
};
|
|
3839
|
+
};
|
|
3840
|
+
mFirstSwingMontageList: {
|
|
3841
|
+
type: string;
|
|
3842
|
+
minLength: number;
|
|
3843
|
+
typed_string: {
|
|
3844
|
+
required: string[];
|
|
3845
|
+
properties: {
|
|
3846
|
+
Montages: {
|
|
3847
|
+
type: string;
|
|
3848
|
+
minLength: number;
|
|
3849
|
+
typed_string: {
|
|
3850
|
+
minItems: number;
|
|
3851
|
+
maxItems: number;
|
|
3852
|
+
items: {
|
|
3853
|
+
type: string;
|
|
3854
|
+
minLength: number;
|
|
3855
|
+
typed_string: {
|
|
3856
|
+
required: string[];
|
|
3857
|
+
properties: {
|
|
3858
|
+
Weight: {
|
|
3859
|
+
$ref: string;
|
|
3860
|
+
};
|
|
3861
|
+
Montage_1P: {
|
|
3862
|
+
$ref: string;
|
|
3863
|
+
};
|
|
3864
|
+
Montage_3P: {
|
|
3865
|
+
$ref: string;
|
|
3866
|
+
};
|
|
3867
|
+
Montage_Equipment: {
|
|
3868
|
+
type: string;
|
|
3869
|
+
minLength: number;
|
|
3870
|
+
UnrealEngineString: {
|
|
3871
|
+
left: string;
|
|
3872
|
+
right: {
|
|
3873
|
+
starts_with: string;
|
|
3874
|
+
};
|
|
3875
|
+
};
|
|
3876
|
+
};
|
|
3877
|
+
AudioEvent: {
|
|
3878
|
+
type: string;
|
|
3879
|
+
minLength: number;
|
|
3880
|
+
UnrealEngineString: {
|
|
3881
|
+
left: string;
|
|
3882
|
+
right: {
|
|
3883
|
+
starts_with: string;
|
|
3884
|
+
};
|
|
3885
|
+
};
|
|
3886
|
+
};
|
|
3887
|
+
CameraAnim: {
|
|
3888
|
+
$ref: string;
|
|
3889
|
+
};
|
|
3890
|
+
};
|
|
3891
|
+
};
|
|
3892
|
+
};
|
|
3893
|
+
};
|
|
3894
|
+
};
|
|
3895
|
+
};
|
|
3896
|
+
};
|
|
3897
|
+
};
|
|
3898
|
+
};
|
|
3899
|
+
};
|
|
3604
3900
|
"FGEquipmentStunSpear--xeno-zapper--merged": {
|
|
3605
3901
|
allOf: {
|
|
3606
3902
|
$ref: string;
|
|
@@ -5312,16 +5608,6 @@ export declare class DocsTsGenerator {
|
|
|
5312
5608
|
$ref: string;
|
|
5313
5609
|
unevaluatedProperties: boolean;
|
|
5314
5610
|
};
|
|
5315
|
-
"FGBuildableFactory--generic--merged": {
|
|
5316
|
-
anyOf: {
|
|
5317
|
-
$ref: string;
|
|
5318
|
-
}[];
|
|
5319
|
-
};
|
|
5320
|
-
"FGBuildableFactory--generic": {
|
|
5321
|
-
type: string;
|
|
5322
|
-
$ref: string;
|
|
5323
|
-
unevaluatedProperties: boolean;
|
|
5324
|
-
};
|
|
5325
5611
|
"FGBuildableWalkway--base--merged": {
|
|
5326
5612
|
allOf: {
|
|
5327
5613
|
$ref: string;
|
|
@@ -7482,6 +7768,41 @@ export declare class DocsTsGenerator {
|
|
|
7482
7768
|
$ref: string;
|
|
7483
7769
|
unevaluatedProperties: boolean;
|
|
7484
7770
|
};
|
|
7771
|
+
FGBuildableSnowCannon: {
|
|
7772
|
+
type: string;
|
|
7773
|
+
$ref: string;
|
|
7774
|
+
unevaluatedProperties: boolean;
|
|
7775
|
+
required: string[];
|
|
7776
|
+
properties: {
|
|
7777
|
+
SFXLocation: {
|
|
7778
|
+
$ref: string;
|
|
7779
|
+
};
|
|
7780
|
+
mSignificanceRange: {
|
|
7781
|
+
$ref: string;
|
|
7782
|
+
};
|
|
7783
|
+
mAngleLimit: {
|
|
7784
|
+
type: string;
|
|
7785
|
+
minLength: number;
|
|
7786
|
+
typed_string: {
|
|
7787
|
+
required: string[];
|
|
7788
|
+
properties: {
|
|
7789
|
+
Min: {
|
|
7790
|
+
$ref: string;
|
|
7791
|
+
};
|
|
7792
|
+
Max: {
|
|
7793
|
+
$ref: string;
|
|
7794
|
+
};
|
|
7795
|
+
};
|
|
7796
|
+
};
|
|
7797
|
+
};
|
|
7798
|
+
mAngleOffset: {
|
|
7799
|
+
$ref: string;
|
|
7800
|
+
};
|
|
7801
|
+
mCannonAngle: {
|
|
7802
|
+
$ref: string;
|
|
7803
|
+
};
|
|
7804
|
+
};
|
|
7805
|
+
};
|
|
7485
7806
|
"FGBuildableFactorySimpleProducer--merged": {
|
|
7486
7807
|
allOf: {
|
|
7487
7808
|
$ref: string;
|
|
@@ -11720,32 +12041,6 @@ export declare class DocsTsGenerator {
|
|
|
11720
12041
|
"common-base--FGBuildableManufacturer--constructor": {
|
|
11721
12042
|
type: string;
|
|
11722
12043
|
$ref: string;
|
|
11723
|
-
required: string[];
|
|
11724
|
-
properties: {
|
|
11725
|
-
ClassName: {
|
|
11726
|
-
type: string;
|
|
11727
|
-
const: string;
|
|
11728
|
-
};
|
|
11729
|
-
mCurrentRecipeCheck: {
|
|
11730
|
-
type: string;
|
|
11731
|
-
const: string;
|
|
11732
|
-
};
|
|
11733
|
-
mPreviousRecipeCheck: {
|
|
11734
|
-
type: string;
|
|
11735
|
-
const: string;
|
|
11736
|
-
};
|
|
11737
|
-
CurrentPotentialConvert: {
|
|
11738
|
-
type: string;
|
|
11739
|
-
minLength: number;
|
|
11740
|
-
typed_string: {
|
|
11741
|
-
minItems: number;
|
|
11742
|
-
items: boolean;
|
|
11743
|
-
prefixItems: {
|
|
11744
|
-
$ref: string;
|
|
11745
|
-
}[];
|
|
11746
|
-
};
|
|
11747
|
-
};
|
|
11748
|
-
};
|
|
11749
12044
|
};
|
|
11750
12045
|
"common-base--FGBuildableManufacturerVariablePower--base": {
|
|
11751
12046
|
type: string;
|
|
@@ -14248,7 +14543,7 @@ export declare class DocsTsGenerator {
|
|
|
14248
14543
|
}>;
|
|
14249
14544
|
schema_common(): Promise<DocsSchemaByVersion['common']['en_US']['schema']>;
|
|
14250
14545
|
schema_update8(): Promise<DocsSchemaByVersion['update8']['en_US']['schema']>;
|
|
14251
|
-
|
|
14546
|
+
schema_version_1_0_1_0(): Promise<DocsSchemaByVersion['version_1_0_1_0']['en_US']['schema']>;
|
|
14252
14547
|
private load;
|
|
14253
14548
|
private load_from_file;
|
|
14254
14549
|
private validate;
|
package/lib/DocsTsGenerator.js
CHANGED
|
@@ -91,8 +91,8 @@ export class DocsTsGenerator {
|
|
|
91
91
|
if ('update8' === version) {
|
|
92
92
|
return this.schema_update8();
|
|
93
93
|
}
|
|
94
|
-
else if ('
|
|
95
|
-
return this.
|
|
94
|
+
else if ('version_1_0_1_0' === version) {
|
|
95
|
+
return this.schema_version_1_0_1_0();
|
|
96
96
|
}
|
|
97
97
|
else if ('common' === version) {
|
|
98
98
|
return this.schema_common();
|
|
@@ -114,10 +114,10 @@ export class DocsTsGenerator {
|
|
|
114
114
|
return schema;
|
|
115
115
|
}
|
|
116
116
|
// eslint-disable-next-line max-len
|
|
117
|
-
async
|
|
118
|
-
const schema = this.schema_data.
|
|
117
|
+
async schema_version_1_0_1_0() {
|
|
118
|
+
const schema = this.schema_data.version_1_0_1_0.en_US.schema;
|
|
119
119
|
// eslint-disable-next-line max-len
|
|
120
|
-
await this.validate_schema('
|
|
120
|
+
await this.validate_schema('version_1_0_1_0', schema);
|
|
121
121
|
return schema;
|
|
122
122
|
}
|
|
123
123
|
async load(version) {
|
package/lib/helpers.js
CHANGED
|
@@ -24,7 +24,7 @@ export const docs = new DocsTsGenerator({
|
|
|
24
24
|
cache_path: `${__dirname}/../data/common/`,
|
|
25
25
|
UnrealEngineString_quote_mode: 'original',
|
|
26
26
|
}),
|
|
27
|
-
|
|
27
|
+
version_1_0_1_0: new DocsTsGeneratorVersion({
|
|
28
28
|
docs_path: `${__dirname}/../data/1.0/en-US.json`,
|
|
29
29
|
cache_path: `${__dirname}/../data/1.0/`,
|
|
30
30
|
UnrealEngineString_quote_mode: 'double',
|
package/package.json
CHANGED