ecapi-sdk 3.3.0__tar.gz → 3.3.1__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.
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/PKG-INFO +1 -1
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/pyproject.toml +1 -1
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk/client.pyi +1 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk.egg-info/PKG-INFO +1 -1
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/README.md +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/setup.cfg +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk/__init__.py +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk/client.py +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk/py.typed +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk.egg-info/SOURCES.txt +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk.egg-info/dependency_links.txt +0 -0
- {ecapi_sdk-3.3.0 → ecapi_sdk-3.3.1}/src/ecapi_sdk.egg-info/top_level.txt +0 -0
|
@@ -508,6 +508,7 @@ class PlayerAPIGetFriendsQuery(TypedDict, total=False):
|
|
|
508
508
|
class PlayerAPIGetHeadIconQuery(TypedDict, total=False):
|
|
509
509
|
frame: QueryValue
|
|
510
510
|
size: QueryValue
|
|
511
|
+
render: QueryValue
|
|
511
512
|
|
|
512
513
|
class PlayerAPIGetLastPlayedQuery(TypedDict, total=False):
|
|
513
514
|
count: QueryValue
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|