fgo-api-types 2025.5.28.14.15.7__tar.gz → 2025.6.4.12.43.36__tar.gz
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.
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/PKG-INFO +1 -1
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/gameenums.py +66 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/nice.py +3 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/pyproject.toml +1 -1
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/LICENSE +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/README.md +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/search.py +0 -0
{fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/gameenums.py
RENAMED
@@ -2411,6 +2411,7 @@ class PurchaseType(IntEnum):
|
|
2411
2411
|
EVENT_SVT_JOIN = 21
|
2412
2412
|
ASSIST = 22
|
2413
2413
|
SHOP18_ITEM = 23
|
2414
|
+
PARTS_SKILL = 24
|
2414
2415
|
|
2415
2416
|
|
2416
2417
|
class NicePurchaseType(StrEnum):
|
@@ -2439,6 +2440,7 @@ class NicePurchaseType(StrEnum):
|
|
2439
2440
|
eventSvtJoin = "eventSvtJoin"
|
2440
2441
|
assist = "assist"
|
2441
2442
|
shop18Item = "shop18Item"
|
2443
|
+
partsSkill = "partsSkill"
|
2442
2444
|
kiaraPunisherReset = "kiaraPunisherReset"
|
2443
2445
|
|
2444
2446
|
|
@@ -2466,6 +2468,7 @@ PURCHASE_TYPE_NAME: dict[int, NicePurchaseType] = {
|
|
2466
2468
|
21: NicePurchaseType.eventSvtJoin,
|
2467
2469
|
22: NicePurchaseType.assist,
|
2468
2470
|
23: NicePurchaseType.shop18Item,
|
2471
|
+
24: NicePurchaseType.partsSkill,
|
2469
2472
|
13: NicePurchaseType.kiaraPunisherReset,
|
2470
2473
|
}
|
2471
2474
|
|
@@ -2772,6 +2775,7 @@ class CondType(IntEnum):
|
|
2772
2775
|
GRAND_SVT_SET = 258
|
2773
2776
|
PLAYED_MOVIE = 259
|
2774
2777
|
NOT_PLAYED_MOVIE = 260
|
2778
|
+
NOT_SHOP_GROUP_LIMIT_NUM = 263
|
2775
2779
|
|
2776
2780
|
|
2777
2781
|
class NiceCondType(StrEnum):
|
@@ -3030,6 +3034,7 @@ class NiceCondType(StrEnum):
|
|
3030
3034
|
grandSvtSet = "grandSvtSet"
|
3031
3035
|
playedMovie = "playedMovie"
|
3032
3036
|
notPlayedMovie = "notPlayedMovie"
|
3037
|
+
notShopGroupLimitNum = "notShopGroupLimitNum"
|
3033
3038
|
|
3034
3039
|
|
3035
3040
|
COND_TYPE_NAME: dict[int, NiceCondType] = {
|
@@ -3286,6 +3291,7 @@ COND_TYPE_NAME: dict[int, NiceCondType] = {
|
|
3286
3291
|
258: NiceCondType.grandSvtSet,
|
3287
3292
|
259: NiceCondType.playedMovie,
|
3288
3293
|
260: NiceCondType.notPlayedMovie,
|
3294
|
+
263: NiceCondType.notShopGroupLimitNum,
|
3289
3295
|
}
|
3290
3296
|
|
3291
3297
|
|
@@ -3773,30 +3779,50 @@ class StatusRank(IntEnum):
|
|
3773
3779
|
A_MINUS = 14
|
3774
3780
|
A_PLUS3 = 15
|
3775
3781
|
A_QUESTION = 16
|
3782
|
+
A_B = 17
|
3783
|
+
A_C = 18
|
3784
|
+
A_D = 19
|
3785
|
+
A_E = 20
|
3776
3786
|
B = 21
|
3777
3787
|
B_PLUS = 22
|
3778
3788
|
B_PLUS2 = 23
|
3779
3789
|
B_MINUS = 24
|
3780
3790
|
B_PLUS3 = 25
|
3781
3791
|
B_QUESTION = 26
|
3792
|
+
B_A = 27
|
3793
|
+
B_C = 28
|
3794
|
+
B_D = 29
|
3795
|
+
B_E = 30
|
3782
3796
|
C = 31
|
3783
3797
|
C_PLUS = 32
|
3784
3798
|
C_PLUS2 = 33
|
3785
3799
|
C_MINUS = 34
|
3786
3800
|
C_PLUS3 = 35
|
3787
3801
|
C_QUESTION = 36
|
3802
|
+
C_A = 37
|
3803
|
+
C_B = 38
|
3804
|
+
C_D = 39
|
3805
|
+
C_E = 40
|
3788
3806
|
D = 41
|
3789
3807
|
D_PLUS = 42
|
3790
3808
|
D_PLUS2 = 43
|
3791
3809
|
D_MINUS = 44
|
3792
3810
|
D_PLUS3 = 45
|
3793
3811
|
D_QUESTION = 46
|
3812
|
+
D_A = 47
|
3813
|
+
D_B = 48
|
3814
|
+
D_C = 49
|
3815
|
+
D_E = 50
|
3794
3816
|
E = 51
|
3795
3817
|
E_PLUS = 52
|
3796
3818
|
E_PLUS2 = 53
|
3797
3819
|
E_MINUS = 54
|
3798
3820
|
E_PLUS3 = 55
|
3799
3821
|
E_QUESTION = 56
|
3822
|
+
E_A = 57
|
3823
|
+
E_B = 58
|
3824
|
+
E_C = 59
|
3825
|
+
E_D = 60
|
3800
3826
|
EX = 61
|
3801
3827
|
QUESTION = 98
|
3802
3828
|
NONE = 99
|
@@ -3811,30 +3837,50 @@ class NiceStatusRank(StrEnum):
|
|
3811
3837
|
aMinus = "A-"
|
3812
3838
|
aPlus3 = "A+++"
|
3813
3839
|
aQuestion = "A?"
|
3840
|
+
aB = "A(B)"
|
3841
|
+
aC = "A(C)"
|
3842
|
+
aD = "A(D)"
|
3843
|
+
aE = "A(E)"
|
3814
3844
|
b = "B"
|
3815
3845
|
bPlus = "B+"
|
3816
3846
|
bPlus2 = "B++"
|
3817
3847
|
bMinus = "B-"
|
3818
3848
|
bPlus3 = "B+++"
|
3819
3849
|
bQuestion = "B?"
|
3850
|
+
bA = "B(A)"
|
3851
|
+
bC = "B(C)"
|
3852
|
+
bD = "B(D)"
|
3853
|
+
bE = "B(E)"
|
3820
3854
|
c = "C"
|
3821
3855
|
cPlus = "C+"
|
3822
3856
|
cPlus2 = "C++"
|
3823
3857
|
cMinus = "C-"
|
3824
3858
|
cPlus3 = "C+++"
|
3825
3859
|
cQuestion = "C?"
|
3860
|
+
cA = "C(A)"
|
3861
|
+
cB = "C(B)"
|
3862
|
+
cD = "C(D)"
|
3863
|
+
cE = "C(E)"
|
3826
3864
|
d = "D"
|
3827
3865
|
dPlus = "D+"
|
3828
3866
|
dPlus2 = "D++"
|
3829
3867
|
dMinus = "D-"
|
3830
3868
|
dPlus3 = "D+++"
|
3831
3869
|
dQuestion = "D?"
|
3870
|
+
dA = "D(A)"
|
3871
|
+
dB = "D(B)"
|
3872
|
+
dC = "D(C)"
|
3873
|
+
dE = "D(E)"
|
3832
3874
|
e = "E"
|
3833
3875
|
ePlus = "E+"
|
3834
3876
|
ePlus2 = "E++"
|
3835
3877
|
eMinus = "E-"
|
3836
3878
|
ePlus3 = "E+++"
|
3837
3879
|
eQuestion = "E?"
|
3880
|
+
eA = "E(A)"
|
3881
|
+
eB = "E(B)"
|
3882
|
+
eC = "E(C)"
|
3883
|
+
eD = "E(D)"
|
3838
3884
|
ex = "EX"
|
3839
3885
|
question = "?"
|
3840
3886
|
none = "None"
|
@@ -3848,30 +3894,50 @@ STATUS_RANK_NAME: dict[int, NiceStatusRank] = {
|
|
3848
3894
|
14: NiceStatusRank.aMinus,
|
3849
3895
|
15: NiceStatusRank.aPlus3,
|
3850
3896
|
16: NiceStatusRank.aQuestion,
|
3897
|
+
17: NiceStatusRank.aB,
|
3898
|
+
18: NiceStatusRank.aC,
|
3899
|
+
19: NiceStatusRank.aD,
|
3900
|
+
20: NiceStatusRank.aE,
|
3851
3901
|
21: NiceStatusRank.b,
|
3852
3902
|
22: NiceStatusRank.bPlus,
|
3853
3903
|
23: NiceStatusRank.bPlus2,
|
3854
3904
|
24: NiceStatusRank.bMinus,
|
3855
3905
|
25: NiceStatusRank.bPlus3,
|
3856
3906
|
26: NiceStatusRank.bQuestion,
|
3907
|
+
27: NiceStatusRank.bA,
|
3908
|
+
28: NiceStatusRank.bC,
|
3909
|
+
29: NiceStatusRank.bD,
|
3910
|
+
30: NiceStatusRank.bE,
|
3857
3911
|
31: NiceStatusRank.c,
|
3858
3912
|
32: NiceStatusRank.cPlus,
|
3859
3913
|
33: NiceStatusRank.cPlus2,
|
3860
3914
|
34: NiceStatusRank.cMinus,
|
3861
3915
|
35: NiceStatusRank.cPlus3,
|
3862
3916
|
36: NiceStatusRank.cQuestion,
|
3917
|
+
37: NiceStatusRank.cA,
|
3918
|
+
38: NiceStatusRank.cB,
|
3919
|
+
39: NiceStatusRank.cD,
|
3920
|
+
40: NiceStatusRank.cE,
|
3863
3921
|
41: NiceStatusRank.d,
|
3864
3922
|
42: NiceStatusRank.dPlus,
|
3865
3923
|
43: NiceStatusRank.dPlus2,
|
3866
3924
|
44: NiceStatusRank.dMinus,
|
3867
3925
|
45: NiceStatusRank.dPlus3,
|
3868
3926
|
46: NiceStatusRank.dQuestion,
|
3927
|
+
47: NiceStatusRank.dA,
|
3928
|
+
48: NiceStatusRank.dB,
|
3929
|
+
49: NiceStatusRank.dC,
|
3930
|
+
50: NiceStatusRank.dE,
|
3869
3931
|
51: NiceStatusRank.e,
|
3870
3932
|
52: NiceStatusRank.ePlus,
|
3871
3933
|
53: NiceStatusRank.ePlus2,
|
3872
3934
|
54: NiceStatusRank.eMinus,
|
3873
3935
|
55: NiceStatusRank.ePlus3,
|
3874
3936
|
56: NiceStatusRank.eQuestion,
|
3937
|
+
57: NiceStatusRank.eA,
|
3938
|
+
58: NiceStatusRank.eB,
|
3939
|
+
59: NiceStatusRank.eC,
|
3940
|
+
60: NiceStatusRank.eD,
|
3875
3941
|
61: NiceStatusRank.ex,
|
3876
3942
|
98: NiceStatusRank.question,
|
3877
3943
|
99: NiceStatusRank.none,
|
@@ -1924,6 +1924,7 @@ class NiceBgmEntity(NiceBgm):
|
|
1924
1924
|
class NiceEventQuest(BaseModelORJson):
|
1925
1925
|
questId: int
|
1926
1926
|
phase: int = 0
|
1927
|
+
isExcepted: bool = False
|
1927
1928
|
|
1928
1929
|
|
1929
1930
|
class NiceEventCampaign(BaseModelORJson):
|
@@ -2900,6 +2901,8 @@ class NiceQuestPhaseExtraDetail(BaseModelORJson):
|
|
2900
2901
|
masterSkillDelay: int | None = None
|
2901
2902
|
masterSkillDelayInfo: str | None = None
|
2902
2903
|
isUseGrandBoard: int | None = None
|
2904
|
+
turn: int | None = None
|
2905
|
+
limitAct: StageLimitActType | None = None
|
2903
2906
|
|
2904
2907
|
|
2905
2908
|
class NiceRestriction(BaseModelORJson):
|
File without changes
|
File without changes
|
{fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.5.28.14.15.7 → fgo_api_types-2025.6.4.12.43.36}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
File without changes
|