fgo-api-types 2025.5.28.14.15.7__tar.gz → 2025.6.3.13.29.57__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.5.28.14.15.7
3
+ Version: 2025.6.3.13.29.57
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -1924,6 +1924,7 @@ class NiceBgmEntity(NiceBgm):
1924
1924
  class NiceEventQuest(BaseModelORJson):
1925
1925
  questId: int
1926
1926
  phase: int = 0
1927
+ isExcepted: bool = False
1927
1928
 
1928
1929
 
1929
1930
  class NiceEventCampaign(BaseModelORJson):
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.05.28.14.15.07"
3
+ version = "2025.06.03.13.29.57"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"