fgo-api-types 2025.9.21.13.4.20__tar.gz → 2025.9.21.13.18.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.
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/PKG-INFO +1 -1
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/search.py +1 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/pyproject.toml +1 -1
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/LICENSE +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/README.md +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/nice.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/rayshift.py +0 -0
@@ -524,6 +524,7 @@ class ShopSearchQueryParams:
|
|
524
524
|
type: list[NiceShopType] = Query([])
|
525
525
|
payType: list[NicePayType] = Query([])
|
526
526
|
purchaseType: list[NicePurchaseType] = Query([])
|
527
|
+
limit: int = Query(10000, le=10000)
|
527
528
|
|
528
529
|
def hasSearchParams(self) -> bool:
|
529
530
|
return any(
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.21.13.4.20 → fgo_api_types-2025.9.21.13.18.6}/fgo_api_types/rayshift.py
RENAMED
File without changes
|