We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7975a15 commit 18e4db5Copy full SHA for 18e4db5
2 files changed
cuenca/resources/__init__.py
@@ -23,6 +23,7 @@
23
'LimitedWallet',
24
'LoginToken',
25
'Platform',
26
+ 'Questionnaires',
27
'Saving',
28
'ServiceProvider',
29
'Session',
@@ -63,6 +64,7 @@
63
64
from .login_tokens import LoginToken
65
from .platforms import Platform
66
from .resources import RESOURCES
67
+from .questionnaires import Questionnaires
68
from .savings import Saving
69
from .service_providers import ServiceProvider
70
from .sessions import Session
@@ -103,6 +105,7 @@
103
105
KYCVerification,
104
106
LimitedWallet,
107
LoginToken,
108
+ Questionnaires,
109
Saving,
110
Session,
111
ServiceProvider,
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.15.11.dev0'
+__version__ = '0.15.11.dev1'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
0 commit comments