fgo-api-types 2025.7.26.10.38.44__tar.gz → 2025.7.26.15.8.36__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.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/PKG-INFO +1 -1
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/enums.py +2 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/pyproject.toml +1 -1
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/LICENSE +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/README.md +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/nice.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/search.py +0 -0
@@ -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,
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/common.py
RENAMED
File without changes
|
{fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
{fgo_api_types-2025.7.26.10.38.44 → fgo_api_types-2025.7.26.15.8.36}/fgo_api_types/search.py
RENAMED
File without changes
|