Skip to content

Commit aad14f2

Browse files
committed
fix authenticity results parsing
1 parent 2fcc986 commit aad14f2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.openapi-generator-ignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ README.md
1212
setup.py
1313
regula/documentreader/webclient/__init__.py
1414

15-
regula/documentreader/webclient/gen/models/container_list.py
15+
regula/documentreader/webclient/gen/models/container_list.py
16+
regula/documentreader/webclient/gen/models/authenticity_check_result.py

regula/documentreader/webclient/gen/models/authenticity_check_result.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AuthenticityCheckResult(object):
3131
openapi_types = {
3232
'type': 'SecurityFeatureType',
3333
'result': 'CheckResult',
34-
'list': 'list[AnyOfSecurityFeatureResultIdentResultFiberResultOCRSecurityTextResultPhotoIdentResult]'
34+
'list': 'list[AuthenticityCheckResultItem]'
3535
}
3636

3737
attribute_map = {
@@ -107,7 +107,7 @@ def list(self):
107107
108108
109109
:return: The list of this AuthenticityCheckResult. # noqa: E501
110-
:rtype: list[AnyOfSecurityFeatureResultIdentResultFiberResultOCRSecurityTextResultPhotoIdentResult]
110+
:rtype: list[AuthenticityCheckResultItem]
111111
"""
112112
return self._list
113113

@@ -117,7 +117,7 @@ def list(self, list):
117117
118118
119119
:param list: The list of this AuthenticityCheckResult. # noqa: E501
120-
:type list: list[AnyOfSecurityFeatureResultIdentResultFiberResultOCRSecurityTextResultPhotoIdentResult]
120+
:type list: list[AuthenticityCheckResultItem]
121121
"""
122122
if self.local_vars_configuration.client_side_validation and list is None: # noqa: E501
123123
raise ValueError("Invalid value for `list`, must not be `None`") # noqa: E501

0 commit comments

Comments
 (0)