ecapi-sdk 3.3.18__tar.gz → 3.3.19__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.18
3
+ Version: 3.3.19
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.18"
7
+ version = "3.3.19"
8
8
  description = "ECAPI SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -157,6 +157,7 @@ class PIT2APISendMailBody(PIT2APISendMailBodyRequired, total=False):
157
157
  coins: Union[int, float]
158
158
  exp: Union[int, float]
159
159
  renown: int
160
+ keys: int
160
161
  items: Sequence[Any]
161
162
 
162
163
  class PIT2APIGetTradesQuery(TypedDict, total=False):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecapi-sdk
3
- Version: 3.3.18
3
+ Version: 3.3.19
4
4
  Summary: ECAPI SDK for Python
5
5
  Author: EaseCation
6
6
  License: MIT
File without changes
File without changes