gmt-python-sdk 0.35.0__tar.gz → 0.35.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.
- gmt_python_sdk-0.35.1/.release-please-manifest.json +3 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/CHANGELOG.md +8 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/PKG-INFO +1 -1
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/pyproject.toml +1 -1
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_utils.py +3 -2
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_version.py +1 -1
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_extract_files.py +9 -0
- gmt_python_sdk-0.35.0/.release-please-manifest.json +0 -3
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/.gitignore +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/CONTRIBUTING.md +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/LICENSE +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/README.md +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/SECURITY.md +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/api.md +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/bin/check-release-environment +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/bin/publish-pypi +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/examples/.keep +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/release-please-config.json +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/requirements-dev.lock +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_base_client.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_client.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_compat.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_constants.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_exceptions.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_files.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_models.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_qs.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_resource.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_streaming.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_types.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_compat.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_datetime_parse.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_json.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_logs.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_path.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_proxy.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_reflection.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_resources_proxy.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_streams.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_sync.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_transform.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/_utils/_typing.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/lib/.keep +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/pagination.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/py.typed +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/accounts.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/discount.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/profile.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/referral.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/transaction.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/purchases/bulk.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/purchases/purchases.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/purchases_by_hash.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/service.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/telegram/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/telegram/purchases.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/telegram/telegram.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/webhooks.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_countries_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_countries_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/discount_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral/transaction_list_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral/transaction_list_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral_transfer_balance_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral_transfer_balance_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_login_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_login_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_password_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_password_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_unbind_telegram_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_create_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_create_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_list_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_list_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_refund_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_request_verification_code_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_request_verification_code_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchase_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_create_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_create_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases_by_hash_request_verification_code_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases_by_hash_request_verification_code_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases_by_hash_retrieve_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/service_get_server_time_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/service_health_check_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_create_premium_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_create_premium_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_create_stars_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_create_stars_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_list_premium_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_list_premium_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_list_stars_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_list_stars_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_premium_price_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_premium_price_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_stars_price_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_stars_price_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/webhook_test_params.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/webhook_test_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/referral/test_transaction.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/test_discount.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/test_referral.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/purchases/test_bulk.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/telegram/__init__.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/telegram/test_purchases.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_accounts.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_profile.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_purchases.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_purchases_by_hash.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_service.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_telegram.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_webhooks.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/conftest.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/sample_file.txt +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_client.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_deepcopy.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_files.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_models.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_qs.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_required_args.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_response.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_streaming.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_transform.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_utils/test_json.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_utils/test_path.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_utils/test_proxy.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/test_utils/test_typing.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/utils.py +0 -0
- {gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.35.1 (2026-04-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.35.0...v0.35.1](https://github.com/cameo6/gmt-python-sdk/compare/v0.35.0...v0.35.1)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* ensure file data are only sent as 1 parameter ([4bb3a7e](https://github.com/cameo6/gmt-python-sdk/commit/4bb3a7e1f8f6b46f5857896ed67ef0aca503c4a2))
|
|
10
|
+
|
|
3
11
|
## 0.35.0 (2026-04-10)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.34.0...v0.35.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.34.0...v0.35.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gmt-python-sdk
|
|
3
|
-
Version: 0.35.
|
|
3
|
+
Version: 0.35.1
|
|
4
4
|
Summary: The official Python library for the gmt API
|
|
5
5
|
Project-URL: Homepage, https://github.com/cameo6/gmt-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/cameo6/gmt-python-sdk
|
|
@@ -86,8 +86,9 @@ def _extract_items(
|
|
|
86
86
|
index += 1
|
|
87
87
|
if is_dict(obj):
|
|
88
88
|
try:
|
|
89
|
-
#
|
|
90
|
-
|
|
89
|
+
# Remove the field if there are no more dict keys in the path,
|
|
90
|
+
# only "<array>" traversal markers or end.
|
|
91
|
+
if all(p == "<array>" for p in path[index:]):
|
|
91
92
|
item = obj.pop(key)
|
|
92
93
|
else:
|
|
93
94
|
item = obj[key]
|
|
@@ -35,6 +35,15 @@ def test_multiple_files() -> None:
|
|
|
35
35
|
assert query == {"documents": [{}, {}]}
|
|
36
36
|
|
|
37
37
|
|
|
38
|
+
def test_top_level_file_array() -> None:
|
|
39
|
+
query = {"files": [b"file one", b"file two"], "title": "hello"}
|
|
40
|
+
assert extract_files(query, paths=[["files", "<array>"]]) == [
|
|
41
|
+
("files[]", b"file one"),
|
|
42
|
+
("files[]", b"file two"),
|
|
43
|
+
]
|
|
44
|
+
assert query == {"title": "hello"}
|
|
45
|
+
|
|
46
|
+
|
|
38
47
|
@pytest.mark.parametrize(
|
|
39
48
|
"query,paths,expected",
|
|
40
49
|
[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/referral.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/resources/profile/referral/transaction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_countries_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/account_list_countries_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/discount_retrieve_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile/referral_retrieve_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_login_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_login_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_password_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_change_password_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/profile_unbind_telegram_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_create_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_create_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases/bulk_retrieve_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/purchases_by_hash_retrieve_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/service_get_server_time_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/service_health_check_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram/purchase_list_stars_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_premium_price_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_premium_price_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_stars_price_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/src/gmt/types/telegram_get_stars_price_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/test_discount.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/profile/test_referral.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/telegram/test_purchases.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.35.0 → gmt_python_sdk-0.35.1}/tests/api_resources/test_purchases_by_hash.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|