fgo-api-types 2025.9.24.9.15.8__tar.gz → 2025.9.25.11.50.32__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.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/PKG-INFO +1 -1
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/gameenums.py +2 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/pyproject.toml +1 -1
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/LICENSE +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/README.md +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/nice.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/search.py +0 -0
{fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/gameenums.py
RENAMED
@@ -5772,6 +5772,7 @@ class NiceCombineAdjustTarget(StrEnum):
|
|
5772
5772
|
exchangeSvt = "exchangeSvt"
|
5773
5773
|
questItemFirstTime = "questItemFirstTime"
|
5774
5774
|
questUseRewardAddItem = "questUseRewardAddItem"
|
5775
|
+
equipExp = "equipExp"
|
5775
5776
|
|
5776
5777
|
|
5777
5778
|
COMBINE_ADJUST_TARGET_TYPE_NAME: dict[int, NiceCombineAdjustTarget] = {
|
@@ -5811,6 +5812,7 @@ COMBINE_ADJUST_TARGET_TYPE_NAME: dict[int, NiceCombineAdjustTarget] = {
|
|
5811
5812
|
34: NiceCombineAdjustTarget.exchangeSvt,
|
5812
5813
|
35: NiceCombineAdjustTarget.questItemFirstTime,
|
5813
5814
|
36: NiceCombineAdjustTarget.questUseRewardAddItem,
|
5815
|
+
37: NiceCombineAdjustTarget.equipExp,
|
5814
5816
|
}
|
5815
5817
|
|
5816
5818
|
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/__init__.py
RENAMED
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.9.24.9.15.8 → fgo_api_types-2025.9.25.11.50.32}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
File without changes
|