ecapi-sdk 3.5.0__tar.gz → 3.5.2__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: ecapi-sdk
3
- Version: 3.5.0
3
+ Version: 3.5.2
4
4
  Summary: ECAPI SDK for Python
5
5
  Author: EaseCation
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ecapi-sdk"
7
- version = "3.5.0"
7
+ version = "3.5.2"
8
8
  description = "ECAPI SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -803,7 +803,7 @@ class EchoMelandAPI(_BaseApi):
803
803
  return self._get(f"/homeland/worlds/{quote(str(worldId), safe='')}", None, **kwargs)
804
804
 
805
805
  def get_worlds(self, query: Optional[QueryParams] = None, **kwargs: Any) -> Any:
806
- """分页查询全服家园"""
806
+ """游标分页查询全服家园"""
807
807
  return self._get(f"/homeland/worlds", query, **kwargs)
808
808
 
809
809
  def remove_favorite(self, worldId: Union[int, float], ecid: str, **kwargs: Any) -> Any:
@@ -635,13 +635,10 @@ class EchoMelandAPIUpdateEnderChestBody(EchoMelandAPIUpdateEnderChestBodyRequire
635
635
  pass
636
636
 
637
637
  class EchoMelandAPIGetWorldsQuery(TypedDict, total=False):
638
- current: QueryValue
639
638
  pageSize: QueryValue
639
+ cursor: QueryValue
640
640
  worldId: QueryValue
641
641
  ecid: QueryValue
642
- keyword: QueryValue
643
- worldType: QueryValue
644
- isPublic: QueryValue
645
642
  loaded: QueryValue
646
643
 
647
644
  class EchoMelandAPIUpdateWorldBody(TypedDict, total=False):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecapi-sdk
3
- Version: 3.5.0
3
+ Version: 3.5.2
4
4
  Summary: ECAPI SDK for Python
5
5
  Author: EaseCation
6
6
  License: MIT
File without changes
File without changes