fgo-api-types 2025.7.26.10.38.44__tar.gz → 2025.7.26.16.13.50__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.10.38.44
3
+ Version: 2025.7.26.16.13.50
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -377,6 +377,7 @@ class SvtClass(StrEnum):
377
377
  uOlgaMarieFlareCollection = "uOlgaMarieFlareCollection"
378
378
  uOlgaMarieAquaCollection = "uOlgaMarieAquaCollection"
379
379
  uOlgaMarieGrandCollection = "uOlgaMarieGrandCollection"
380
+ uOlgaMarieStellarCollection = "uOlgaMarieStellarCollection"
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.uOlgaMarieStellarCollection,
447
449
  10001: SvtClass.grandSaber,
448
450
  10002: SvtClass.grandArcher,
449
451
  10003: SvtClass.grandLancer,
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.07.26.10.38.44"
3
+ version = "2025.07.26.16.13.50"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"