ecapi-sdk 3.3.4__tar.gz → 3.3.5__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.4
3
+ Version: 3.3.5
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.4"
7
+ version = "3.3.5"
8
8
  description = "ECAPI SDK for Python"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -19,6 +19,8 @@ class PIT2APIUpdatePlayerBody(PIT2APIUpdatePlayerBodyRequired, total=False):
19
19
  class PIT2APIGetEnderChestQuery(TypedDict, total=False):
20
20
  current: QueryValue
21
21
  pageSize: QueryValue
22
+ startTime: QueryValue
23
+ endTime: QueryValue
22
24
 
23
25
  class PIT2APIUpdateEnderChestBodyRequired(TypedDict):
24
26
  expectedRevision: str
@@ -62,6 +64,8 @@ class PIT2APIGetSeasonExchangesQuery(TypedDict, total=False):
62
64
  class PIT2APIGetInventoryQuery(TypedDict, total=False):
63
65
  current: QueryValue
64
66
  pageSize: QueryValue
67
+ startTime: QueryValue
68
+ endTime: QueryValue
65
69
 
66
70
  class PIT2APIUpdateInventoryBodyRequired(TypedDict):
67
71
  expectedRevision: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecapi-sdk
3
- Version: 3.3.4
3
+ Version: 3.3.5
4
4
  Summary: ECAPI SDK for Python
5
5
  Author: EaseCation
6
6
  License: MIT
File without changes
File without changes