fgo-api-types 2025.8.6.11.16.2__tar.gz → 2025.8.6.12.35.23__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.8.6.11.16.2
3
+ Version: 2025.8.6.12.35.23
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -364,6 +364,7 @@ class SvtClass(StrEnum):
364
364
  beastEresh = "beastEresh"
365
365
  uOlgaMarieAqua = "uOlgaMarieAqua"
366
366
  uOlgaMarieGrand = "uOlgaMarieGrand"
367
+ uOlgaMarieStellar = "uOlgaMarieStellar"
367
368
  aquaFragment = "aquaFragment"
368
369
  unknown = "unknown"
369
370
  agarthaPenth = "agarthaPenth"
@@ -394,11 +395,11 @@ class SvtClass(StrEnum):
394
395
  grandMoonCancer = "grandMoonCancer"
395
396
  grandForeigner = "grandForeigner"
396
397
  grandPretender = "grandPretender"
397
- grandUnBeastUPlanetOlgaMarie = "grandUnBeastUPlanetOlgaMarie"
398
- grandUnBeastDoraco = "grandUnBeastDoraco"
398
+ grandUnBeastUOlgaMarieAlienGod = "grandUnBeastUOlgaMarieAlienGod"
399
+ grandUnBeastDraco = "grandUnBeastDraco"
399
400
  grandUnBeastEresh = "grandUnBeastEresh"
400
401
  grandUnBeastUOlgaMarie = "grandUnBeastUOlgaMarie"
401
- unBeast = "unBeast"
402
+ unBeastOlgaMarie = "unBeast"
402
403
 
403
404
 
404
405
  CLASS_NAME: dict[int, SvtClass] = {
@@ -441,7 +442,8 @@ CLASS_NAME: dict[int, SvtClass] = {
441
442
  38: SvtClass.beastEresh,
442
443
  37: SvtClass.uOlgaMarieAqua,
443
444
  39: SvtClass.uOlgaMarieGrand,
444
- 40: SvtClass.unBeast,
445
+ 40: SvtClass.unBeastOlgaMarie,
446
+ 41: SvtClass.uOlgaMarieStellar,
445
447
  96: SvtClass.aquaFragment,
446
448
  97: SvtClass.unknown,
447
449
  # 98
@@ -475,8 +477,8 @@ CLASS_NAME: dict[int, SvtClass] = {
475
477
  10023: SvtClass.grandMoonCancer,
476
478
  10025: SvtClass.grandForeigner,
477
479
  10028: SvtClass.grandPretender,
478
- 10031: SvtClass.grandUnBeastUPlanetOlgaMarie,
479
- 10033: SvtClass.grandUnBeastDoraco,
480
+ 10031: SvtClass.grandUnBeastUOlgaMarieAlienGod,
481
+ 10033: SvtClass.grandUnBeastDraco,
480
482
  10038: SvtClass.grandUnBeastEresh,
481
483
  10040: SvtClass.grandUnBeastUOlgaMarie,
482
484
  }
@@ -749,6 +751,24 @@ class Trait(StrEnum):
749
751
  classBeastUnknown = "classBeastUnknown"
750
752
  classPretender = "classPretender"
751
753
  classUOlgaMarie = "classUOlgaMarie"
754
+ classUOlgaMarieGrand = "classUOlgaMarieGrand"
755
+ classGrandUnBeastUOlgaMarieAlienGod = "classGrandUnBeastUOlgaMarieAlienGod"
756
+ classAquaFragment = "classAquaFragment"
757
+ classUOlgaMarieStellar = "classUOlgaMarieStellar"
758
+ classGrandSaber = "classGrandSaber"
759
+ classGrandLancer = "classGrandLancer"
760
+ classGrandArcher = "classGrandArcher"
761
+ classGrandRider = "classGrandRider"
762
+ classGrandAssassin = "classGrandAssassin"
763
+ classGrandBerserker = "classGrandBerserker"
764
+ classGrandShielder = "classGrandShielder"
765
+ classGrandRuler = "classGrandRuler"
766
+ classGrandAlterego = "classGrandAlterego"
767
+ classGrandAvenger = "classGrandAvenger"
768
+ classGrandMoonCancer = "classGrandMoonCancer"
769
+ classGrandForeigner = "classGrandForeigner"
770
+ classGrandPretender = "classGrandPretender"
771
+ classGrandUnBeast = "classGrandUnBeast"
752
772
  attributeSky = "attributeSky"
753
773
  attributeEarth = "attributeEarth"
754
774
  attributeHuman = "attributeHuman"
@@ -1078,7 +1098,6 @@ class Trait(StrEnum):
1078
1098
  buffSpecialInvinciblePierce = "buffSpecialInvinciblePierce"
1079
1099
  sakuraSeries = "sakuraSeries"
1080
1100
  buffDefenceDown = "buffDefenceDown"
1081
- classUOlgaMarieGrand = "classUOlgaMarieGrand"
1082
1101
  fieldHeaven = "fieldHeaven"
1083
1102
  fieldHell = "fieldHell"
1084
1103
  markOfSin = "markOfSin"
@@ -1125,7 +1144,25 @@ TRAIT_NAME: dict[int, Trait] = {
1125
1144
  127: Trait.classUOlgaMarieFlare,
1126
1145
  129: Trait.classBeastEresh,
1127
1146
  130: Trait.classUOlgaMarieGrand,
1147
+ 131: Trait.classUOlgaMarieStellar,
1148
+ 133: Trait.classGrandUnBeastUOlgaMarieAlienGod,
1149
+ 134: Trait.classAquaFragment,
1128
1150
  135: Trait.classBeast,
1151
+ 180: Trait.classGrandSaber,
1152
+ 181: Trait.classGrandLancer,
1153
+ 182: Trait.classGrandArcher,
1154
+ 183: Trait.classGrandRider,
1155
+ 184: Trait.classGrandCaster,
1156
+ 185: Trait.classGrandAssassin,
1157
+ 186: Trait.classGrandBerserker,
1158
+ 187: Trait.classGrandShielder,
1159
+ 188: Trait.classGrandRuler,
1160
+ 189: Trait.classGrandAlterego,
1161
+ 190: Trait.classGrandAvenger,
1162
+ 191: Trait.classGrandMoonCancer,
1163
+ 192: Trait.classGrandForeigner,
1164
+ 193: Trait.classGrandPretender,
1165
+ 194: Trait.classGrandUnBeast,
1129
1166
  200: Trait.attributeSky,
1130
1167
  201: Trait.attributeEarth,
1131
1168
  202: Trait.attributeHuman,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.08.06.11.16.02"
3
+ version = "2025.08.06.12.35.23"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"