cloudtips 0.3.0__tar.gz → 0.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudtips
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Неофициальная Python-библиотека для CloudTips (получение донатов, поллинг, обновление токенов)
5
5
  Project-URL: Repository, https://github.com/IRRatium/cloudtips-api
6
6
  Project-URL: Issues, https://github.com/IRRatium/cloudtips-api/issues
@@ -6,7 +6,7 @@ from .auth import CloudTipsAuth, CloudTipsAuthError
6
6
  from .client import CloudTipsAPIError, CloudTipsClient
7
7
  from .models import AccumulationSummary, Card, Donation, PayoutFeeInfo, ReceiverProfile, TokenData
8
8
 
9
- __version__ = "0.3.0"
9
+ __version__ = "0.3.1"
10
10
  __all__ = [
11
11
  "CloudTipsAuth",
12
12
  "CloudTipsAuthError",
@@ -155,6 +155,8 @@ class ReceiverProfile:
155
155
  )
156
156
 
157
157
 
158
+ @dataclass
159
+ class TokenData:
158
160
  """Новые токены, которые библиотека передаёт в on_token_refresh."""
159
161
  access_token: str
160
162
  refresh_token: str
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cloudtips"
7
- version = "0.3.0"
7
+ version = "0.3.1"
8
8
  description = "Неофициальная Python-библиотека для CloudTips (получение донатов, поллинг, обновление токенов)"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
File without changes
File without changes
File without changes
File without changes