fgo-api-types 2025.7.26.15.8.36__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.
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/PKG-INFO +1 -1
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/enums.py +2 -2
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/pyproject.toml +1 -1
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/LICENSE +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/README.md +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/nice.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/search.py +0 -0
@@ -377,7 +377,7 @@ class SvtClass(StrEnum):
|
|
377
377
|
uOlgaMarieFlareCollection = "uOlgaMarieFlareCollection"
|
378
378
|
uOlgaMarieAquaCollection = "uOlgaMarieAquaCollection"
|
379
379
|
uOlgaMarieGrandCollection = "uOlgaMarieGrandCollection"
|
380
|
-
|
380
|
+
uOlgaMarieStellarCollection = "uOlgaMarieStellarCollection"
|
381
381
|
atlasUnmappedClass = "atlasUnmappedClass"
|
382
382
|
grandSaber = "grandSaber"
|
383
383
|
grandArcher = "grandArcher"
|
@@ -445,7 +445,7 @@ CLASS_NAME: dict[int, SvtClass] = {
|
|
445
445
|
9001: SvtClass.uOlgaMarieFlareCollection,
|
446
446
|
9002: SvtClass.uOlgaMarieAquaCollection,
|
447
447
|
9003: SvtClass.uOlgaMarieGrandCollection,
|
448
|
-
9004: SvtClass.
|
448
|
+
9004: SvtClass.uOlgaMarieStellarCollection,
|
449
449
|
10001: SvtClass.grandSaber,
|
450
450
|
10002: SvtClass.grandArcher,
|
451
451
|
10003: SvtClass.grandLancer,
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/common.py
RENAMED
File without changes
|
{fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
{fgo_api_types-2025.7.26.15.8.36 → fgo_api_types-2025.7.26.16.13.50}/fgo_api_types/search.py
RENAMED
File without changes
|