fgo-api-types 2025.8.14.15.49.6__tar.gz → 2025.8.15.9.54.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fgo-api-types
3
- Version: 2025.8.14.15.49.6
3
+ Version: 2025.8.15.9.54.6
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -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):
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.08.14.15.49.06"
3
+ version = "2025.08.15.09.54.06"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"