fgo-api-types 2025.8.14.15.49.6__py3-none-any.whl → 2025.8.15.9.54.6__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 +2 -1
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/RECORD +5 -5
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/LICENSE +0 -0
- {fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/WHEEL +0 -0
fgo_api_types/nice.py
CHANGED
@@ -728,8 +728,9 @@ class NiceSelectAddInfoBtnCond(BaseModel):
|
|
728
728
|
|
729
729
|
|
730
730
|
class NiceSelectAddInfoBtn(BaseModel):
|
731
|
-
name: str
|
731
|
+
name: str | None = None
|
732
732
|
conds: list[NiceSelectAddInfoBtnCond]
|
733
|
+
image: str | None = None
|
733
734
|
|
734
735
|
|
735
736
|
class NiceSelectAddInfo(BaseModel):
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.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=TwHogCaOOCaauVKEce7MMhIi1sk4GyjjvdHyvf0yp0s,98935
|
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.15.9.54.6.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
12
|
+
fgo_api_types-2025.8.15.9.54.6.dist-info/METADATA,sha256=0idJ5_vH4HAMMTOGiXKm6r2vPddXh0xXQeogm6s8xRQ,1304
|
13
|
+
fgo_api_types-2025.8.15.9.54.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
fgo_api_types-2025.8.15.9.54.6.dist-info/RECORD,,
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/LICENSE
RENAMED
File without changes
|
{fgo_api_types-2025.8.14.15.49.6.dist-info → fgo_api_types-2025.8.15.9.54.6.dist-info}/WHEEL
RENAMED
File without changes
|