@@ -82,6 +82,8 @@ def openapi_types():
8282 """
8383 return {
8484 'code' : (str , none_type ,), # noqa: E501
85+ 'forgot_password_url' : (str , none_type ,), # noqa: E501
86+ 'forgot_username_url' : (str , none_type ,), # noqa: E501
8587 'instructional_text' : (str , none_type ,), # noqa: E501
8688 'medium_logo_url' : (str , none_type ,), # noqa: E501
8789 'name' : (str , none_type ,), # noqa: E501
@@ -91,6 +93,7 @@ def openapi_types():
9193 'supports_account_verification' : (bool , none_type ,), # noqa: E501
9294 'supports_oauth' : (bool , none_type ,), # noqa: E501
9395 'supports_transaction_history' : (bool , none_type ,), # noqa: E501
96+ 'trouble_signing_in_url' : (str , none_type ,), # noqa: E501
9497 'url' : (str , none_type ,), # noqa: E501
9598 }
9699
@@ -101,6 +104,8 @@ def discriminator():
101104
102105 attribute_map = {
103106 'code' : 'code' , # noqa: E501
107+ 'forgot_password_url' : 'forgot_password_url' , # noqa: E501
108+ 'forgot_username_url' : 'forgot_username_url' , # noqa: E501
104109 'instructional_text' : 'instructional_text' , # noqa: E501
105110 'medium_logo_url' : 'medium_logo_url' , # noqa: E501
106111 'name' : 'name' , # noqa: E501
@@ -110,6 +115,7 @@ def discriminator():
110115 'supports_account_verification' : 'supports_account_verification' , # noqa: E501
111116 'supports_oauth' : 'supports_oauth' , # noqa: E501
112117 'supports_transaction_history' : 'supports_transaction_history' , # noqa: E501
118+ 'trouble_signing_in_url' : 'trouble_signing_in_url' , # noqa: E501
113119 'url' : 'url' , # noqa: E501
114120 }
115121
@@ -155,6 +161,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
155161 through its discriminator because we passed in
156162 _visited_composed_classes = (Animal,)
157163 code (str, none_type): [optional] # noqa: E501
164+ forgot_password_url (str, none_type): [optional] # noqa: E501
165+ forgot_username_url (str, none_type): [optional] # noqa: E501
158166 instructional_text (str, none_type): [optional] # noqa: E501
159167 medium_logo_url (str, none_type): [optional] # noqa: E501
160168 name (str, none_type): [optional] # noqa: E501
@@ -164,6 +172,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
164172 supports_account_verification (bool, none_type): [optional] # noqa: E501
165173 supports_oauth (bool, none_type): [optional] # noqa: E501
166174 supports_transaction_history (bool, none_type): [optional] # noqa: E501
175+ trouble_signing_in_url (str, none_type): [optional] # noqa: E501
167176 url (str, none_type): [optional] # noqa: E501
168177 """
169178
@@ -247,6 +256,8 @@ def __init__(self, *args, **kwargs): # noqa: E501
247256 through its discriminator because we passed in
248257 _visited_composed_classes = (Animal,)
249258 code (str, none_type): [optional] # noqa: E501
259+ forgot_password_url (str, none_type): [optional] # noqa: E501
260+ forgot_username_url (str, none_type): [optional] # noqa: E501
250261 instructional_text (str, none_type): [optional] # noqa: E501
251262 medium_logo_url (str, none_type): [optional] # noqa: E501
252263 name (str, none_type): [optional] # noqa: E501
@@ -256,6 +267,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
256267 supports_account_verification (bool, none_type): [optional] # noqa: E501
257268 supports_oauth (bool, none_type): [optional] # noqa: E501
258269 supports_transaction_history (bool, none_type): [optional] # noqa: E501
270+ trouble_signing_in_url (str, none_type): [optional] # noqa: E501
259271 url (str, none_type): [optional] # noqa: E501
260272 """
261273
0 commit comments