fgo-api-types 2025.7.26.7.36.42__py3-none-any.whl → 2025.7.26.15.8.36__py3-none-any.whl

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.
fgo_api_types/common.py CHANGED
@@ -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
fgo_api_types/enums.py CHANGED
@@ -377,6 +377,7 @@ class SvtClass(StrEnum):
377
377
  uOlgaMarieFlareCollection = "uOlgaMarieFlareCollection"
378
378
  uOlgaMarieAquaCollection = "uOlgaMarieAquaCollection"
379
379
  uOlgaMarieGrandCollection = "uOlgaMarieGrandCollection"
380
+ uOlgaMarieStellaCollection = "uOlgaMarieStellaCollection"
380
381
  atlasUnmappedClass = "atlasUnmappedClass"
381
382
  grandSaber = "grandSaber"
382
383
  grandArcher = "grandArcher"
@@ -444,6 +445,7 @@ CLASS_NAME: dict[int, SvtClass] = {
444
445
  9001: SvtClass.uOlgaMarieFlareCollection,
445
446
  9002: SvtClass.uOlgaMarieAquaCollection,
446
447
  9003: SvtClass.uOlgaMarieGrandCollection,
448
+ 9004: SvtClass.uOlgaMarieStellaCollection,
447
449
  10001: SvtClass.grandSaber,
448
450
  10002: SvtClass.grandArcher,
449
451
  10003: SvtClass.grandLancer,
@@ -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.15.8.36
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -1,14 +1,14 @@
1
1
  fgo_api_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  fgo_api_types/base.py,sha256=lNLs5_mzc3x1Cl8Mxvdxw4jOcGld9Bwv28okCsM1B3M,353
3
3
  fgo_api_types/basic.py,sha256=EwQoPT_c_LJe22JZek_L-q_ax3Yocy4hceSlEDdzPdo,4589
4
- fgo_api_types/common.py,sha256=6iFQD1_I3cjGpW69rwVao51i36wKOB4Xz-apHtoJ_Qk,4078
5
- fgo_api_types/enums.py,sha256=j4dbiYrGDRd71YlBD94K6DD0Dh2gM7C-OzrKhRzkXhw,44983
4
+ fgo_api_types/common.py,sha256=3hPtnM1t3eVpwFrT6ei3Zj0k9XfBZmZdWGQO9HqpPmA,4276
5
+ fgo_api_types/enums.py,sha256=3SoJCPVxAHQ8-BKaJB29IkbF6qT7sF090OAqzH26st8,45092
6
6
  fgo_api_types/gameenums.py,sha256=u9iwr20eZBo6rwtf-XUW0EsyiBrfAkr8UIh7NNky__8,223793
7
7
  fgo_api_types/nice.py,sha256=G7Yock3LaTjR038JQE6Ce5pHA5FpZcXMYBtBF-_p7A4,98062
8
8
  fgo_api_types/raw.py,sha256=yUacn5frm95ONqcvRcyxEKR7cHBM4uyRDW0G1dkgAcI,64313
9
9
  fgo_api_types/rayshift.py,sha256=GctwvpMBMVEd18_KuTAIMC4aY5_2WuC77-81skk55xM,4854
10
10
  fgo_api_types/search.py,sha256=N1vZh1oGLhyrYRd_Ctcm-iUUynrzRPCiZUFxly3qjP0,19996
11
- fgo_api_types-2025.7.26.7.36.42.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
- fgo_api_types-2025.7.26.7.36.42.dist-info/METADATA,sha256=aRh_17K4PTECvfIR18Y_0U_F6dnJTE_kd9AZaZ9csX8,1305
13
- fgo_api_types-2025.7.26.7.36.42.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
- fgo_api_types-2025.7.26.7.36.42.dist-info/RECORD,,
11
+ fgo_api_types-2025.7.26.15.8.36.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
+ fgo_api_types-2025.7.26.15.8.36.dist-info/METADATA,sha256=rYRLu86OnrmB7jFr_GHSCiy2iXfaDFFti7EVziOhpJQ,1305
13
+ fgo_api_types-2025.7.26.15.8.36.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
+ fgo_api_types-2025.7.26.15.8.36.dist-info/RECORD,,