gmt-python-sdk 0.32.0__tar.gz → 0.33.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.
Files changed (148) hide show
  1. gmt_python_sdk-0.33.0/.release-please-manifest.json +3 -0
  2. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/CHANGELOG.md +8 -0
  3. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/PKG-INFO +1 -1
  4. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/pyproject.toml +1 -1
  5. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_client.py +0 -6
  6. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_version.py +1 -1
  7. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/telegram/purchases.py +0 -4
  8. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/telegram/telegram.py +0 -10
  9. gmt_python_sdk-0.32.0/.release-please-manifest.json +0 -3
  10. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/.gitignore +0 -0
  11. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/CONTRIBUTING.md +0 -0
  12. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/LICENSE +0 -0
  13. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/README.md +0 -0
  14. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/SECURITY.md +0 -0
  15. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/api.md +0 -0
  16. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/bin/check-release-environment +0 -0
  17. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/bin/publish-pypi +0 -0
  18. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/examples/.keep +0 -0
  19. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/release-please-config.json +0 -0
  20. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/requirements-dev.lock +0 -0
  21. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/__init__.py +0 -0
  22. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_base_client.py +0 -0
  23. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_compat.py +0 -0
  24. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_constants.py +0 -0
  25. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_exceptions.py +0 -0
  26. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_files.py +0 -0
  27. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_models.py +0 -0
  28. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_qs.py +0 -0
  29. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_resource.py +0 -0
  30. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_response.py +0 -0
  31. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_streaming.py +0 -0
  32. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_types.py +0 -0
  33. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/__init__.py +0 -0
  34. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_compat.py +0 -0
  35. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_datetime_parse.py +0 -0
  36. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_json.py +0 -0
  37. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_logs.py +0 -0
  38. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_path.py +0 -0
  39. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_proxy.py +0 -0
  40. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_reflection.py +0 -0
  41. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_resources_proxy.py +0 -0
  42. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_streams.py +0 -0
  43. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_sync.py +0 -0
  44. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_transform.py +0 -0
  45. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_typing.py +0 -0
  46. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/_utils/_utils.py +0 -0
  47. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/lib/.keep +0 -0
  48. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/pagination.py +0 -0
  49. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/py.typed +0 -0
  50. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/__init__.py +0 -0
  51. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/accounts.py +0 -0
  52. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/__init__.py +0 -0
  53. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/discount.py +0 -0
  54. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/profile.py +0 -0
  55. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/referral/__init__.py +0 -0
  56. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/referral/referral.py +0 -0
  57. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/profile/referral/transaction.py +0 -0
  58. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/purchases/__init__.py +0 -0
  59. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/purchases/bulk.py +0 -0
  60. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/purchases/purchases.py +0 -0
  61. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/service.py +0 -0
  62. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/telegram/__init__.py +0 -0
  63. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/resources/webhooks.py +0 -0
  64. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/__init__.py +0 -0
  65. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/account_list_countries_params.py +0 -0
  66. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/account_list_countries_response.py +0 -0
  67. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/account_list_params.py +0 -0
  68. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/account_list_response.py +0 -0
  69. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/account_retrieve_response.py +0 -0
  70. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/__init__.py +0 -0
  71. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/discount_retrieve_response.py +0 -0
  72. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral/__init__.py +0 -0
  73. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral/transaction_list_params.py +0 -0
  74. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral/transaction_list_response.py +0 -0
  75. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral_retrieve_response.py +0 -0
  76. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral_transfer_balance_params.py +0 -0
  77. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile/referral_transfer_balance_response.py +0 -0
  78. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_change_login_params.py +0 -0
  79. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_change_login_response.py +0 -0
  80. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_change_password_params.py +0 -0
  81. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_change_password_response.py +0 -0
  82. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_retrieve_response.py +0 -0
  83. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/profile_unbind_telegram_response.py +0 -0
  84. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_create_params.py +0 -0
  85. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_create_response.py +0 -0
  86. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_list_params.py +0 -0
  87. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_list_response.py +0 -0
  88. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_refund_response.py +0 -0
  89. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_request_verification_code_params.py +0 -0
  90. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_request_verification_code_response.py +0 -0
  91. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchase_retrieve_response.py +0 -0
  92. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchases/__init__.py +0 -0
  93. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchases/bulk_create_params.py +0 -0
  94. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchases/bulk_create_response.py +0 -0
  95. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/purchases/bulk_retrieve_response.py +0 -0
  96. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/service_get_server_time_response.py +0 -0
  97. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/service_health_check_response.py +0 -0
  98. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/__init__.py +0 -0
  99. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_create_premium_params.py +0 -0
  100. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_create_premium_response.py +0 -0
  101. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_create_stars_params.py +0 -0
  102. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_create_stars_response.py +0 -0
  103. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_list_premium_params.py +0 -0
  104. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_list_premium_response.py +0 -0
  105. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_list_stars_params.py +0 -0
  106. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram/purchase_list_stars_response.py +0 -0
  107. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram_get_premium_price_params.py +0 -0
  108. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram_get_premium_price_response.py +0 -0
  109. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram_get_stars_price_params.py +0 -0
  110. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/telegram_get_stars_price_response.py +0 -0
  111. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/webhook_test_params.py +0 -0
  112. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/src/gmt/types/webhook_test_response.py +0 -0
  113. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/__init__.py +0 -0
  114. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/__init__.py +0 -0
  115. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/profile/__init__.py +0 -0
  116. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/profile/referral/__init__.py +0 -0
  117. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/profile/referral/test_transaction.py +0 -0
  118. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/profile/test_discount.py +0 -0
  119. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/profile/test_referral.py +0 -0
  120. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/purchases/__init__.py +0 -0
  121. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/purchases/test_bulk.py +0 -0
  122. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/telegram/__init__.py +0 -0
  123. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/telegram/test_purchases.py +0 -0
  124. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_accounts.py +0 -0
  125. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_profile.py +0 -0
  126. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_purchases.py +0 -0
  127. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_service.py +0 -0
  128. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_telegram.py +0 -0
  129. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/api_resources/test_webhooks.py +0 -0
  130. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/conftest.py +0 -0
  131. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/sample_file.txt +0 -0
  132. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_client.py +0 -0
  133. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_deepcopy.py +0 -0
  134. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_extract_files.py +0 -0
  135. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_files.py +0 -0
  136. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_models.py +0 -0
  137. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_qs.py +0 -0
  138. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_required_args.py +0 -0
  139. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_response.py +0 -0
  140. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_streaming.py +0 -0
  141. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_transform.py +0 -0
  142. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_utils/test_datetime_parse.py +0 -0
  143. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_utils/test_json.py +0 -0
  144. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_utils/test_path.py +0 -0
  145. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_utils/test_proxy.py +0 -0
  146. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/test_utils/test_typing.py +0 -0
  147. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/tests/utils.py +0 -0
  148. {gmt_python_sdk-0.32.0 → gmt_python_sdk-0.33.0}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.33.0"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.33.0 (2026-04-08)
4
+
5
+ Full Changelog: [v0.32.0...v0.33.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.32.0...v0.33.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([b59909e](https://github.com/cameo6/gmt-python-sdk/commit/b59909e74f4b65efbafc4d342cbb992172be7523))
10
+
3
11
  ## 0.32.0 (2026-04-08)
4
12
 
5
13
  Full Changelog: [v0.31.1...v0.32.0](https://github.com/cameo6/gmt-python-sdk/compare/v0.31.1...v0.32.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gmt-python-sdk
3
- Version: 0.32.0
3
+ Version: 0.33.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
  [project]
2
2
  name = "gmt-python-sdk"
3
- version = "0.32.0"
3
+ version = "0.33.0"
4
4
  description = "The official Python library for the gmt API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -131,7 +131,6 @@ class Gmt(SyncAPIClient):
131
131
 
132
132
  @cached_property
133
133
  def telegram(self) -> TelegramResource:
134
- """Stars and premium subscription for Telegram."""
135
134
  from .resources.telegram import TelegramResource
136
135
 
137
136
  return TelegramResource(self)
@@ -371,7 +370,6 @@ class AsyncGmt(AsyncAPIClient):
371
370
 
372
371
  @cached_property
373
372
  def telegram(self) -> AsyncTelegramResource:
374
- """Stars and premium subscription for Telegram."""
375
373
  from .resources.telegram import AsyncTelegramResource
376
374
 
377
375
  return AsyncTelegramResource(self)
@@ -566,7 +564,6 @@ class GmtWithRawResponse:
566
564
 
567
565
  @cached_property
568
566
  def telegram(self) -> telegram.TelegramResourceWithRawResponse:
569
- """Stars and premium subscription for Telegram."""
570
567
  from .resources.telegram import TelegramResourceWithRawResponse
571
568
 
572
569
  return TelegramResourceWithRawResponse(self._client.telegram)
@@ -647,7 +644,6 @@ class AsyncGmtWithRawResponse:
647
644
 
648
645
  @cached_property
649
646
  def telegram(self) -> telegram.AsyncTelegramResourceWithRawResponse:
650
- """Stars and premium subscription for Telegram."""
651
647
  from .resources.telegram import AsyncTelegramResourceWithRawResponse
652
648
 
653
649
  return AsyncTelegramResourceWithRawResponse(self._client.telegram)
@@ -728,7 +724,6 @@ class GmtWithStreamedResponse:
728
724
 
729
725
  @cached_property
730
726
  def telegram(self) -> telegram.TelegramResourceWithStreamingResponse:
731
- """Stars and premium subscription for Telegram."""
732
727
  from .resources.telegram import TelegramResourceWithStreamingResponse
733
728
 
734
729
  return TelegramResourceWithStreamingResponse(self._client.telegram)
@@ -809,7 +804,6 @@ class AsyncGmtWithStreamedResponse:
809
804
 
810
805
  @cached_property
811
806
  def telegram(self) -> telegram.AsyncTelegramResourceWithStreamingResponse:
812
- """Stars and premium subscription for Telegram."""
813
807
  from .resources.telegram import AsyncTelegramResourceWithStreamingResponse
814
808
 
815
809
  return AsyncTelegramResourceWithStreamingResponse(self._client.telegram)
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "gmt"
4
- __version__ = "0.32.0" # x-release-please-version
4
+ __version__ = "0.33.0" # x-release-please-version
@@ -31,8 +31,6 @@ __all__ = ["PurchasesResource", "AsyncPurchasesResource"]
31
31
 
32
32
 
33
33
  class PurchasesResource(SyncAPIResource):
34
- """Stars and premium subscription for Telegram."""
35
-
36
34
  @cached_property
37
35
  def with_raw_response(self) -> PurchasesResourceWithRawResponse:
38
36
  """
@@ -239,8 +237,6 @@ class PurchasesResource(SyncAPIResource):
239
237
 
240
238
 
241
239
  class AsyncPurchasesResource(AsyncAPIResource):
242
- """Stars and premium subscription for Telegram."""
243
-
244
240
  @cached_property
245
241
  def with_raw_response(self) -> AsyncPurchasesResourceWithRawResponse:
246
242
  """
@@ -31,11 +31,8 @@ __all__ = ["TelegramResource", "AsyncTelegramResource"]
31
31
 
32
32
 
33
33
  class TelegramResource(SyncAPIResource):
34
- """Stars and premium subscription for Telegram."""
35
-
36
34
  @cached_property
37
35
  def purchases(self) -> PurchasesResource:
38
- """Stars and premium subscription for Telegram."""
39
36
  return PurchasesResource(self._client)
40
37
 
41
38
  @cached_property
@@ -135,11 +132,8 @@ class TelegramResource(SyncAPIResource):
135
132
 
136
133
 
137
134
  class AsyncTelegramResource(AsyncAPIResource):
138
- """Stars and premium subscription for Telegram."""
139
-
140
135
  @cached_property
141
136
  def purchases(self) -> AsyncPurchasesResource:
142
- """Stars and premium subscription for Telegram."""
143
137
  return AsyncPurchasesResource(self._client)
144
138
 
145
139
  @cached_property
@@ -253,7 +247,6 @@ class TelegramResourceWithRawResponse:
253
247
 
254
248
  @cached_property
255
249
  def purchases(self) -> PurchasesResourceWithRawResponse:
256
- """Stars and premium subscription for Telegram."""
257
250
  return PurchasesResourceWithRawResponse(self._telegram.purchases)
258
251
 
259
252
 
@@ -270,7 +263,6 @@ class AsyncTelegramResourceWithRawResponse:
270
263
 
271
264
  @cached_property
272
265
  def purchases(self) -> AsyncPurchasesResourceWithRawResponse:
273
- """Stars and premium subscription for Telegram."""
274
266
  return AsyncPurchasesResourceWithRawResponse(self._telegram.purchases)
275
267
 
276
268
 
@@ -287,7 +279,6 @@ class TelegramResourceWithStreamingResponse:
287
279
 
288
280
  @cached_property
289
281
  def purchases(self) -> PurchasesResourceWithStreamingResponse:
290
- """Stars and premium subscription for Telegram."""
291
282
  return PurchasesResourceWithStreamingResponse(self._telegram.purchases)
292
283
 
293
284
 
@@ -304,5 +295,4 @@ class AsyncTelegramResourceWithStreamingResponse:
304
295
 
305
296
  @cached_property
306
297
  def purchases(self) -> AsyncPurchasesResourceWithStreamingResponse:
307
- """Stars and premium subscription for Telegram."""
308
298
  return AsyncPurchasesResourceWithStreamingResponse(self._telegram.purchases)
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.32.0"
3
- }
File without changes
File without changes
File without changes