fgo-api-types 2025.8.6.12.35.23__tar.gz → 2025.8.6.13.6.6__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.12.35.23
3
+ Version: 2025.8.6.13.6.6
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -365,6 +365,7 @@ class SvtClass(StrEnum):
365
365
  uOlgaMarieAqua = "uOlgaMarieAqua"
366
366
  uOlgaMarieGrand = "uOlgaMarieGrand"
367
367
  uOlgaMarieStellar = "uOlgaMarieStellar"
368
+ unBeastOlgaMarie = "unBeastOlgaMarie"
368
369
  aquaFragment = "aquaFragment"
369
370
  unknown = "unknown"
370
371
  agarthaPenth = "agarthaPenth"
@@ -399,7 +400,6 @@ class SvtClass(StrEnum):
399
400
  grandUnBeastDraco = "grandUnBeastDraco"
400
401
  grandUnBeastEresh = "grandUnBeastEresh"
401
402
  grandUnBeastUOlgaMarie = "grandUnBeastUOlgaMarie"
402
- unBeastOlgaMarie = "unBeast"
403
403
 
404
404
 
405
405
  CLASS_NAME: dict[int, SvtClass] = {
@@ -741,7 +741,7 @@ class Trait(StrEnum):
741
741
  classAlterEgo = "classAlterEgo"
742
742
  classAvenger = "classAvenger"
743
743
  classDemonGodPillar = "classDemonGodPillar"
744
- classGrandCaster = "classGrandCaster"
744
+ classLoreGrandCaster = "classLoreGrandCaster"
745
745
  classBeastI = "classBeastI"
746
746
  classBeastII = "classBeastII"
747
747
  classMoonCancer = "classMoonCancer"
@@ -755,10 +755,12 @@ class Trait(StrEnum):
755
755
  classGrandUnBeastUOlgaMarieAlienGod = "classGrandUnBeastUOlgaMarieAlienGod"
756
756
  classAquaFragment = "classAquaFragment"
757
757
  classUOlgaMarieStellar = "classUOlgaMarieStellar"
758
+ classUnBeastOlgaMarie = "classUnBeastOlgaMarie"
758
759
  classGrandSaber = "classGrandSaber"
759
760
  classGrandLancer = "classGrandLancer"
760
761
  classGrandArcher = "classGrandArcher"
761
762
  classGrandRider = "classGrandRider"
763
+ classGrandCaster = "classGrandCaster"
762
764
  classGrandAssassin = "classGrandAssassin"
763
765
  classGrandBerserker = "classGrandBerserker"
764
766
  classGrandShielder = "classGrandShielder"
@@ -1126,7 +1128,7 @@ TRAIT_NAME: dict[int, Trait] = {
1126
1128
  109: Trait.classAlterEgo,
1127
1129
  110: Trait.classAvenger,
1128
1130
  111: Trait.classDemonGodPillar,
1129
- 112: Trait.classGrandCaster,
1131
+ 112: Trait.classLoreGrandCaster,
1130
1132
  113: Trait.classBeastI,
1131
1133
  114: Trait.classBeastII,
1132
1134
  115: Trait.classMoonCancer,
@@ -1145,6 +1147,7 @@ TRAIT_NAME: dict[int, Trait] = {
1145
1147
  129: Trait.classBeastEresh,
1146
1148
  130: Trait.classUOlgaMarieGrand,
1147
1149
  131: Trait.classUOlgaMarieStellar,
1150
+ 132: Trait.classUnBeastOlgaMarie,
1148
1151
  133: Trait.classGrandUnBeastUOlgaMarieAlienGod,
1149
1152
  134: Trait.classAquaFragment,
1150
1153
  135: Trait.classBeast,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.08.06.12.35.23"
3
+ version = "2025.08.06.13.06.06"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"