fgo-api-types 2025.7.26.7.28.12__tar.gz → 2025.7.26.7.36.42__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.26.7.28.12
3
+ Version: 2025.7.26.7.36.42
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -649,6 +649,8 @@ class BaseVals(BaseModel):
649
649
  BackStepTargets: list[int] | None = None
650
650
  ReplacePositionTargets: list[int] | None = None
651
651
  ApplySupportSvt: int | None = None
652
+ ApplyHighestValueInFieldGroup: int | None = None
653
+ IsClassIconChangeSaveGrand: int | None = None
652
654
  # These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
653
655
  Individuality: Optional[int] = None
654
656
  EventId: Optional[int] = None
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.07.26.07.28.12"
3
+ version = "2025.07.26.07.36.42"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"