login history + balance available

This commit is contained in:
itsdeka
2023-02-08 12:39:51 +01:00
committed by Davide Casale
parent 15a2e41e43
commit 48583786f7
4 changed files with 40 additions and 0 deletions

View File

@@ -228,6 +228,17 @@ class UserInfo(_Type):
compl_countries_resid: List[str]
is_merchant_enterprise: int
@dataclass
class LoginHistory(_Type):
id: int
time: int
ip: str
extra_info: JSON
@dataclass
class BalanceAvailable(_Type):
amount: float
@dataclass
class Order(_Type):
id: int