gmt-python-sdk 0.27.1__tar.gz → 0.28.0__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.27.1 → gmt_python_sdk-0.28.0}/.gitignore +1 -0
- gmt_python_sdk-0.28.0/.release-please-manifest.json +3 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/CHANGELOG.md +13 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/PKG-INFO +1 -1
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/pyproject.toml +1 -1
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_version.py +1 -1
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_retrieve_response.py +4 -1
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral_retrieve_response.py +4 -3
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_create_response.py +3 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_list_response.py +3 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_refund_response.py +3 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_request_verification_code_response.py +3 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_retrieve_response.py +3 -0
- gmt_python_sdk-0.27.1/.release-please-manifest.json +0 -3
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/CONTRIBUTING.md +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/LICENSE +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/README.md +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/SECURITY.md +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/api.md +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/bin/check-release-environment +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/bin/publish-pypi +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/examples/.keep +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/release-please-config.json +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/requirements-dev.lock +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_base_client.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_client.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_compat.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_constants.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_exceptions.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_files.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_models.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_qs.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_resource.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_streaming.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_types.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_compat.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_datetime_parse.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_json.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_logs.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_path.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_proxy.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_reflection.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_resources_proxy.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_streams.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_sync.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_transform.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_typing.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/_utils/_utils.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/lib/.keep +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/pagination.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/py.typed +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/accounts.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/discount.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/profile.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/referral/referral.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/referral/transaction.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/purchases/bulk.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/purchases/purchases.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/service.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/webhooks.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_countries_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_countries_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/discount_retrieve_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral/transaction_list_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral/transaction_list_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral_transfer_balance_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral_transfer_balance_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_login_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_login_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_password_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_password_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_retrieve_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_unbind_telegram_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_create_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_list_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchase_request_verification_code_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_create_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_create_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_retrieve_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/service_get_server_time_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/service_health_check_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/webhook_test_params.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/webhook_test_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/referral/test_transaction.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/test_discount.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/test_referral.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/purchases/test_bulk.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/test_accounts.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/test_profile.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/test_purchases.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/test_service.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/test_webhooks.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/conftest.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/sample_file.txt +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_client.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_deepcopy.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_extract_files.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_files.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_models.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_qs.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_required_args.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_response.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_streaming.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_transform.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_utils/test_json.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_utils/test_path.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_utils/test_proxy.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/test_utils/test_typing.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/utils.py +0 -0
- {gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/uv.lock +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.28.0 (2026-03-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.27.1...v0.28.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.27.1...v0.28.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([d8f345c](https://github.com/cameo6/gmt-python-sdk/commit/d8f345cd620595d0869cc34711f768201695d7d8))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** update gitignore ([c2e249c](https://github.com/cameo6/gmt-python-sdk/commit/c2e249c38f976c3eca69c196d97191927da36540))
|
|
15
|
+
|
|
3
16
|
## 0.27.1 (2026-03-20)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.27.0...v0.27.1](https://github.com/cameo6/gmt-python-sdk/compare/v0.27.0...v0.27.1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gmt-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.28.0
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
from typing import List
|
|
3
|
+
from typing import List, Optional
|
|
4
4
|
from typing_extensions import Literal
|
|
5
5
|
|
|
6
6
|
from .._models import BaseModel
|
|
@@ -50,3 +50,6 @@ class AccountRetrieveResponse(BaseModel):
|
|
|
50
50
|
|
|
51
51
|
tags: List[Literal["HIGH_QUALITY", "HIGH_DEMAND"]]
|
|
52
52
|
"""Account tags (e.g., HIGH_QUALITY for premium accounts)."""
|
|
53
|
+
|
|
54
|
+
available_count: Optional[float] = None
|
|
55
|
+
"""Number of available accounts for this country."""
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/referral_retrieve_response.py
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
from typing import List, Optional
|
|
4
|
+
from typing_extensions import Literal
|
|
4
5
|
|
|
5
6
|
from ..._models import BaseModel
|
|
6
7
|
|
|
@@ -26,7 +27,7 @@ class CurrentLevelProgress(BaseModel):
|
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
class CurrentLevel(BaseModel):
|
|
29
|
-
name:
|
|
30
|
+
name: Literal["bronze", "silver", "gold", "platinum"]
|
|
30
31
|
"""Name of the current referral level"""
|
|
31
32
|
|
|
32
33
|
percent: float
|
|
@@ -36,7 +37,7 @@ class CurrentLevel(BaseModel):
|
|
|
36
37
|
|
|
37
38
|
|
|
38
39
|
class Level(BaseModel):
|
|
39
|
-
name:
|
|
40
|
+
name: Literal["bronze", "silver", "gold", "platinum"]
|
|
40
41
|
"""Name of the referral level"""
|
|
41
42
|
|
|
42
43
|
percent: float
|
|
@@ -66,7 +67,7 @@ class NextLevelRequirements(BaseModel):
|
|
|
66
67
|
class NextLevel(BaseModel):
|
|
67
68
|
"""Next level information. Null if already at max level"""
|
|
68
69
|
|
|
69
|
-
name:
|
|
70
|
+
name: Literal["bronze", "silver", "gold", "platinum"]
|
|
70
71
|
"""Name of the next referral level"""
|
|
71
72
|
|
|
72
73
|
percent: float
|
|
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.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/resources/profile/referral/referral.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/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
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_countries_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/account_list_countries_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile/discount_retrieve_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.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_login_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_login_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_password_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_change_password_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/profile_unbind_telegram_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_create_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_create_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/purchases/bulk_retrieve_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/src/gmt/types/service_get_server_time_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/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
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/test_discount.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.27.1 → gmt_python_sdk-0.28.0}/tests/api_resources/profile/test_referral.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|