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