fgo-api-types 2025.9.21.13.4.20__py3-none-any.whl → 2025.9.21.13.18.6__py3-none-any.whl
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/search.py +1 -0
- {fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/RECORD +5 -5
- {fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/WHEEL +0 -0
- {fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/licenses/LICENSE +0 -0
fgo_api_types/search.py
CHANGED
@@ -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(
|
{fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/RECORD
RENAMED
@@ -7,8 +7,8 @@ fgo_api_types/gameenums.py,sha256=FZA0AnU23kbjKgeQNeHRBW4Bb7U4WJ9N9WffGEYMtgk,22
|
|
7
7
|
fgo_api_types/nice.py,sha256=s4Pho3_BAwU9r2ug1yr8BDypMfiWGV1WOKKn7erqeF8,99081
|
8
8
|
fgo_api_types/raw.py,sha256=KJPKvKnwERBWcEd6MuuQGXN1l-324_o6qTCszaoyT7E,64515
|
9
9
|
fgo_api_types/rayshift.py,sha256=GctwvpMBMVEd18_KuTAIMC4aY5_2WuC77-81skk55xM,4854
|
10
|
-
fgo_api_types/search.py,sha256=
|
11
|
-
fgo_api_types-2025.9.21.13.
|
12
|
-
fgo_api_types-2025.9.21.13.
|
13
|
-
fgo_api_types-2025.9.21.13.
|
14
|
-
fgo_api_types-2025.9.21.13.
|
10
|
+
fgo_api_types/search.py,sha256=hdmiY6gG-AB0hyZqW96nxpLi6YAS15eAK3fY0LRuMQM,20146
|
11
|
+
fgo_api_types-2025.9.21.13.18.6.dist-info/METADATA,sha256=MyrQYd03Q2ETmZ8QtxDBxZRODUuvIYbMD13D8tr_GdI,1378
|
12
|
+
fgo_api_types-2025.9.21.13.18.6.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
13
|
+
fgo_api_types-2025.9.21.13.18.6.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
14
|
+
fgo_api_types-2025.9.21.13.18.6.dist-info/RECORD,,
|
{fgo_api_types-2025.9.21.13.4.20.dist-info → fgo_api_types-2025.9.21.13.18.6.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|