fgo-api-types 2025.5.24.5.2.3__tar.gz → 2025.6.3.13.29.57__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.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/PKG-INFO +1 -1
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/nice.py +3 -1
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/raw.py +1 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/pyproject.toml +1 -1
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/LICENSE +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/README.md +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/search.py +0 -0
@@ -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):
|
@@ -3208,7 +3209,7 @@ class NiceClassBoard(BaseModelORJson):
|
|
3208
3209
|
|
3209
3210
|
|
3210
3211
|
class NiceGrandGraphDetail(BaseModelORJson):
|
3211
|
-
|
3212
|
+
grandGraphId: int
|
3212
3213
|
baseClassId: int
|
3213
3214
|
grandClassId: int
|
3214
3215
|
baseClass: SvtClass | str
|
@@ -3218,6 +3219,7 @@ class NiceGrandGraphDetail(BaseModelORJson):
|
|
3218
3219
|
condType: NiceCondType
|
3219
3220
|
condTargetId: int
|
3220
3221
|
condNum: int
|
3222
|
+
adjustIndividuality: list[NiceTrait]
|
3221
3223
|
|
3222
3224
|
|
3223
3225
|
class NiceGrandGraph(BaseModelORJson):
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.5.24.5.2.3 → fgo_api_types-2025.6.3.13.29.57}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
File without changes
|