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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecapi-sdk
3
- Version: 3.3.0
3
+ Version: 3.3.1
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.3.0"
7
+ version = "3.3.1"
8
8
  description = "ECAPI SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecapi-sdk
3
- Version: 3.3.0
3
+ Version: 3.3.1
4
4
  Summary: ECAPI SDK for Python
5
5
  Author: EaseCation
6
6
  License: MIT
File without changes
File without changes