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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fgo-api-types
3
- Version: 2025.9.21.13.4.20
3
+ Version: 2025.9.21.13.18.6
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  License-File: LICENSE
6
6
  Author: squaresmile
@@ -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(
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.09.21.13.04.20"
3
+ version = "2025.09.21.13.18.06"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"