fgo-api-types 2025.7.26.7.36.42__tar.gz → 2025.7.26.10.38.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.7.26.7.36.42
3
+ Version: 2025.7.26.10.38.44
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -121,6 +121,10 @@ class BuffScript(BaseModel):
121
121
  INDIVIDUALITIE_COUNT_BELOW: int | None = None
122
122
  INDIVIDUALITIE_AND: list[NiceTrait] | None = None
123
123
  INDIVIDUALITIE_OR: list[NiceTrait] | None = None
124
+ ckSelfCountIndividuality: list[NiceTrait] | None = None
125
+ ckOpCountIndividuality: list[NiceTrait] | None = None
126
+ ckIndvCountAbove: int | None = None
127
+ ckIndvCountBelow: int | None = None
124
128
  UpBuffRateBuffIndiv: Optional[list[NiceTrait]] = None
125
129
  HP_LOWER: Optional[int] = None
126
130
  HP_HIGHER: int | None = None
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.07.26.07.36.42"
3
+ version = "2025.07.26.10.38.44"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"