File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4343 'configure' ,
4444 'get_balance' ,
4545 'JwtToken' ,
46+ 'TermsOfService' ,
47+ 'UserTOSAgreement' ,
4648]
4749
4850from . import http
7880 ServiceProvider ,
7981 Session ,
8082 Statement ,
83+ TermsOfService ,
8184 Transfer ,
8285 User ,
8386 UserCredential ,
8487 UserEvent ,
8588 UserListsValidation ,
8689 UserLogin ,
90+ UserTOSAgreement ,
8791 Verification ,
8892 WalletTransaction ,
8993 Webhook ,
Original file line number Diff line number Diff line change 3939 'Webhook' ,
4040 'WhatsappTransfer' ,
4141 'JwtToken' ,
42+ 'TermsOfService' ,
43+ 'UserTOSAgreement' ,
4244]
4345
4446from .accounts import Account
7375from .service_providers import ServiceProvider
7476from .sessions import Session
7577from .statements import Statement
78+ from .terms_of_services import TermsOfService
7679from .transfers import Transfer
7780from .user_credentials import UserCredential
7881from .user_events import UserEvent
7982from .user_lists_validation import UserListsValidation
8083from .user_logins import UserLogin
84+ from .user_tos_agreements import UserTOSAgreement
8185from .users import User
8286from .verifications import Verification
8387from .wallet_transactions import WalletTransaction
126130 Webhook ,
127131 Platform ,
128132 JwtToken ,
133+ TermsOfService ,
134+ UserTOSAgreement ,
129135]
130136for resource_cls in resource_classes :
131137 RESOURCES [resource_cls ._resource ] = resource_cls # type: ignore
Original file line number Diff line number Diff line change 1- __version__ = '2.1.2.dev1 '
1+ __version__ = '2.1.2.dev2 '
22CLIENT_VERSION = __version__
33API_VERSION = '2020-03-19'
You can’t perform that action at this time.
0 commit comments