gmt-python-sdk 0.30.0__tar.gz → 0.31.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.31.0/.release-please-manifest.json +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/CHANGELOG.md +8 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/PKG-INFO +1 -1
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/pyproject.toml +1 -1
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_version.py +1 -1
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/purchases/purchases.py +10 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_create_response.py +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_list_params.py +6 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_list_response.py +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_refund_response.py +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_request_verification_code_response.py +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_retrieve_response.py +3 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/test_purchases.py +2 -0
- gmt_python_sdk-0.30.0/.release-please-manifest.json +0 -3
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/.gitignore +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/CONTRIBUTING.md +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/LICENSE +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/README.md +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/SECURITY.md +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/api.md +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/bin/check-release-environment +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/bin/publish-pypi +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/examples/.keep +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/release-please-config.json +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/requirements-dev.lock +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_base_client.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_client.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_compat.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_constants.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_exceptions.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_files.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_models.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_qs.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_resource.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_streaming.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_types.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_compat.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_datetime_parse.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_json.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_logs.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_path.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_proxy.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_reflection.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_resources_proxy.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_streams.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_sync.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_transform.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_typing.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/_utils/_utils.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/lib/.keep +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/pagination.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/py.typed +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/accounts.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/discount.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/profile.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/referral/referral.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/referral/transaction.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/purchases/bulk.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/service.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/webhooks.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_list_countries_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_list_countries_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_list_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_list_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_retrieve_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/discount_retrieve_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral/transaction_list_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral/transaction_list_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral_retrieve_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral_transfer_balance_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral_transfer_balance_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_login_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_login_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_password_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_password_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_retrieve_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_unbind_telegram_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_create_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchase_request_verification_code_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_create_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_create_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_retrieve_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/service_get_server_time_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/service_health_check_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/webhook_test_params.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/webhook_test_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/referral/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/referral/test_transaction.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/test_discount.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/test_referral.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/purchases/__init__.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/purchases/test_bulk.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/test_accounts.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/test_profile.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/test_service.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/test_webhooks.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/conftest.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/sample_file.txt +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_client.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_deepcopy.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_extract_files.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_files.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_models.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_qs.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_required_args.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_response.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_streaming.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_transform.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_utils/test_json.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_utils/test_path.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_utils/test_proxy.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/test_utils/test_typing.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/utils.py +0 -0
- {gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.31.0 (2026-04-03)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.30.0...v0.31.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.30.0...v0.31.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([6feda6e](https://github.com/cameo6/gmt-python-sdk/commit/6feda6ef1dd95f4c5d343d286f5d0cdfdcd8a40c))
|
|
10
|
+
|
|
3
11
|
## 0.30.0 (2026-03-27)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.29.0...v0.30.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.29.0...v0.30.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: gmt-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.31.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
|
|
@@ -154,6 +154,7 @@ class PurchasesResource(SyncAPIResource):
|
|
|
154
154
|
page: int,
|
|
155
155
|
page_size: int,
|
|
156
156
|
sort: Literal["date_asc", "date_desc"],
|
|
157
|
+
phone_number: str | Omit = omit,
|
|
157
158
|
status: Literal["PENDING", "SUCCESS", "ERROR", "REFUND"] | Omit = omit,
|
|
158
159
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
159
160
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -185,6 +186,9 @@ class PurchasesResource(SyncAPIResource):
|
|
|
185
186
|
|
|
186
187
|
sort: Sort purchases by creation date
|
|
187
188
|
|
|
189
|
+
phone_number: Filter purchases by phone number fragment (partial match). Example: '123'
|
|
190
|
+
matches '+71234567890'.
|
|
191
|
+
|
|
188
192
|
status: **Purchase Status Lifecycle.** `PENDING` (initial) → `SUCCESS` (after code
|
|
189
193
|
request) or `ERROR` (provider failure). Any status can transition to `REFUND`
|
|
190
194
|
via admin action.
|
|
@@ -219,6 +223,7 @@ class PurchasesResource(SyncAPIResource):
|
|
|
219
223
|
"page": page,
|
|
220
224
|
"page_size": page_size,
|
|
221
225
|
"sort": sort,
|
|
226
|
+
"phone_number": phone_number,
|
|
222
227
|
"status": status,
|
|
223
228
|
},
|
|
224
229
|
purchase_list_params.PurchaseListParams,
|
|
@@ -450,6 +455,7 @@ class AsyncPurchasesResource(AsyncAPIResource):
|
|
|
450
455
|
page: int,
|
|
451
456
|
page_size: int,
|
|
452
457
|
sort: Literal["date_asc", "date_desc"],
|
|
458
|
+
phone_number: str | Omit = omit,
|
|
453
459
|
status: Literal["PENDING", "SUCCESS", "ERROR", "REFUND"] | Omit = omit,
|
|
454
460
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
455
461
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -481,6 +487,9 @@ class AsyncPurchasesResource(AsyncAPIResource):
|
|
|
481
487
|
|
|
482
488
|
sort: Sort purchases by creation date
|
|
483
489
|
|
|
490
|
+
phone_number: Filter purchases by phone number fragment (partial match). Example: '123'
|
|
491
|
+
matches '+71234567890'.
|
|
492
|
+
|
|
484
493
|
status: **Purchase Status Lifecycle.** `PENDING` (initial) → `SUCCESS` (after code
|
|
485
494
|
request) or `ERROR` (provider failure). Any status can transition to `REFUND`
|
|
486
495
|
via admin action.
|
|
@@ -515,6 +524,7 @@ class AsyncPurchasesResource(AsyncAPIResource):
|
|
|
515
524
|
"page": page,
|
|
516
525
|
"page_size": page_size,
|
|
517
526
|
"sort": sort,
|
|
527
|
+
"phone_number": phone_number,
|
|
518
528
|
"status": status,
|
|
519
529
|
},
|
|
520
530
|
purchase_list_params.PurchaseListParams,
|
|
@@ -17,6 +17,12 @@ class PurchaseListParams(TypedDict, total=False):
|
|
|
17
17
|
sort: Required[Literal["date_asc", "date_desc"]]
|
|
18
18
|
"""Sort purchases by creation date"""
|
|
19
19
|
|
|
20
|
+
phone_number: str
|
|
21
|
+
"""Filter purchases by phone number fragment (partial match).
|
|
22
|
+
|
|
23
|
+
Example: '123' matches '+71234567890'.
|
|
24
|
+
"""
|
|
25
|
+
|
|
20
26
|
status: Literal["PENDING", "SUCCESS", "ERROR", "REFUND"]
|
|
21
27
|
"""
|
|
22
28
|
**Purchase Status Lifecycle.** `PENDING` (initial) → `SUCCESS` (after code
|
|
@@ -109,6 +109,7 @@ class TestPurchases:
|
|
|
109
109
|
page=1,
|
|
110
110
|
page_size=50,
|
|
111
111
|
sort="date_desc",
|
|
112
|
+
phone_number="123",
|
|
112
113
|
status="SUCCESS",
|
|
113
114
|
)
|
|
114
115
|
assert_matches_type(SyncPageNumber[PurchaseListResponse], purchase, path=["response"])
|
|
@@ -311,6 +312,7 @@ class TestAsyncPurchases:
|
|
|
311
312
|
page=1,
|
|
312
313
|
page_size=50,
|
|
313
314
|
sort="date_desc",
|
|
315
|
+
phone_number="123",
|
|
314
316
|
status="SUCCESS",
|
|
315
317
|
)
|
|
316
318
|
assert_matches_type(AsyncPageNumber[PurchaseListResponse], purchase, path=["response"])
|
|
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
|
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/resources/profile/referral/referral.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.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
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/account_list_countries_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/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.30.0 → gmt_python_sdk-0.31.0}/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.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile/referral_retrieve_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_login_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_login_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_password_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_change_password_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/profile_unbind_telegram_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_create_params.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_create_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/purchases/bulk_retrieve_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/src/gmt/types/service_get_server_time_response.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.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.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/referral/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.0}/tests/api_resources/profile/test_discount.py
RENAMED
|
File without changes
|
{gmt_python_sdk-0.30.0 → gmt_python_sdk-0.31.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
|