fgo-api-types 2025.7.30.21.1.23__tar.gz → 2025.7.30.22.24.21__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.7.30.21.1.23
3
+ Version: 2025.7.30.22.24.21
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -1117,7 +1117,7 @@ class MstGachaStoryAdjust(BaseModelORJson):
1117
1117
 
1118
1118
 
1119
1119
  class MstGachaSub(BaseModelORJson):
1120
- script: dict[str, Any] | None = None
1120
+ # script: dict[str, Any] | None = None
1121
1121
  gachaId: int
1122
1122
  id: int
1123
1123
  priority: int
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.07.30.21.01.23"
3
+ version = "2025.07.30.22.24.21"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"