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.
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/PKG-INFO +1 -1
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/pyproject.toml +1 -1
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk/client.pyi +4 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk.egg-info/PKG-INFO +1 -1
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/README.md +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/setup.cfg +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk/__init__.py +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk/client.py +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk/py.typed +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk.egg-info/SOURCES.txt +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk.egg-info/dependency_links.txt +0 -0
- {ecapi_sdk-3.3.4 → ecapi_sdk-3.3.5}/src/ecapi_sdk.egg-info/top_level.txt +0 -0
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|