fgo-api-types 2025.8.15.9.54.6__tar.gz → 2025.8.16.0.47.44__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.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/PKG-INFO +1 -1
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/nice.py +4 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/pyproject.toml +1 -1
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/LICENSE +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/README.md +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/search.py +0 -0
@@ -107,6 +107,9 @@ from .raw import MstSvtScriptExtendData
|
|
107
107
|
|
108
108
|
class AssetURL:
|
109
109
|
back = "{base_url}/{region}/Back/back{bg_id}.png"
|
110
|
+
battleAssetUIAtlas = (
|
111
|
+
"{base_url}/{region}/Battle/Common/BattleAssetUIAtlas/{item_id}.png"
|
112
|
+
)
|
110
113
|
charaGraph = {
|
111
114
|
1: "{base_url}/{region}/CharaGraph/{item_id}/{item_id}a@1.png",
|
112
115
|
2: "{base_url}/{region}/CharaGraph/{item_id}/{item_id}a@2.png",
|
@@ -731,6 +734,7 @@ class NiceSelectAddInfoBtn(BaseModel):
|
|
731
734
|
name: str | None = None
|
732
735
|
conds: list[NiceSelectAddInfoBtnCond]
|
733
736
|
image: str | None = None
|
737
|
+
imageUrl: HttpUrl | None = None
|
734
738
|
|
735
739
|
|
736
740
|
class NiceSelectAddInfo(BaseModel):
|
File without changes
|
File without changes
|
{fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
{fgo_api_types-2025.8.15.9.54.6 → fgo_api_types-2025.8.16.0.47.44}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
File without changes
|