fgo-api-types 2025.8.14.15.49.6__py3-none-any.whl → 2025.8.16.0.47.44__py3-none-any.whl
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/nice.py +6 -1
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/RECORD +5 -5
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/LICENSE +0 -0
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/WHEEL +0 -0
fgo_api_types/nice.py
CHANGED
@@ -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",
|
@@ -728,8 +731,10 @@ class NiceSelectAddInfoBtnCond(BaseModel):
|
|
728
731
|
|
729
732
|
|
730
733
|
class NiceSelectAddInfoBtn(BaseModel):
|
731
|
-
name: str
|
734
|
+
name: str | None = None
|
732
735
|
conds: list[NiceSelectAddInfoBtnCond]
|
736
|
+
image: str | None = None
|
737
|
+
imageUrl: HttpUrl | None = None
|
733
738
|
|
734
739
|
|
735
740
|
class NiceSelectAddInfo(BaseModel):
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/RECORD
RENAMED
@@ -4,11 +4,11 @@ fgo_api_types/basic.py,sha256=EwQoPT_c_LJe22JZek_L-q_ax3Yocy4hceSlEDdzPdo,4589
|
|
4
4
|
fgo_api_types/common.py,sha256=NZCkvmf6wSvSqh3IUd-l_ta1O3Uv-oofd0zoxxCF4U0,4565
|
5
5
|
fgo_api_types/enums.py,sha256=UQy0wLtwrIM-Mb5AoXEGMePkzFZ-m04KjH1j6rgfYfs,47856
|
6
6
|
fgo_api_types/gameenums.py,sha256=ug3Sr7I295O_Q3ZxvWt7RhlesBpphw6j_Q_vIvbXZ90,226165
|
7
|
-
fgo_api_types/nice.py,sha256=
|
7
|
+
fgo_api_types/nice.py,sha256=s4Pho3_BAwU9r2ug1yr8BDypMfiWGV1WOKKn7erqeF8,99081
|
8
8
|
fgo_api_types/raw.py,sha256=ZDjm3SPrK2r8N5gDQ5GRcjTrtsryp-APG8tSC_izHsQ,64410
|
9
9
|
fgo_api_types/rayshift.py,sha256=GctwvpMBMVEd18_KuTAIMC4aY5_2WuC77-81skk55xM,4854
|
10
10
|
fgo_api_types/search.py,sha256=N1vZh1oGLhyrYRd_Ctcm-iUUynrzRPCiZUFxly3qjP0,19996
|
11
|
-
fgo_api_types-2025.8.
|
12
|
-
fgo_api_types-2025.8.
|
13
|
-
fgo_api_types-2025.8.
|
14
|
-
fgo_api_types-2025.8.
|
11
|
+
fgo_api_types-2025.8.16.0.47.44.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
12
|
+
fgo_api_types-2025.8.16.0.47.44.dist-info/METADATA,sha256=fSpWqSNZxkp6uwYa9iu9iW0mZVDxiZZrjd7jusOlhX0,1305
|
13
|
+
fgo_api_types-2025.8.16.0.47.44.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
fgo_api_types-2025.8.16.0.47.44.dist-info/RECORD,,
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/LICENSE
RENAMED
File without changes
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.16.0.47.44.dist-info}/WHEEL
RENAMED
File without changes
|