Skip to content

Commit c75b0e4

Browse files
authored
Merge pull request #82 from regulaforensics/811168a8
update-clients
2 parents 746a17a + 64b6e37 commit c75b0e4

11 files changed

+31
-19
lines changed

regula/documentreader/webclient/gen/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def to_debug_report(self):
374374
return "Python SDK Debug Report:\n"\
375375
"OS: {env}\n"\
376376
"Python Version: {pyversion}\n"\
377-
"Version of the API: 6.6.1\n"\
377+
"Version of the API: 6.7.0\n"\
378378
"SDK Package Version: 1.0.0".\
379379
format(env=sys.platform, pyversion=sys.version)
380380

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, local_var
8888
def type(self):
8989
"""Gets the type of this AuthenticityCheckResultItem. # noqa: E501
9090
91-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
91+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
9292
9393
:return: The type of this AuthenticityCheckResultItem. # noqa: E501
9494
:rtype: int
@@ -99,7 +99,7 @@ def type(self):
9999
def type(self, type):
100100
"""Sets the type of this AuthenticityCheckResultItem.
101101
102-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
102+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
103103
104104
:param type: The type of this AuthenticityCheckResultItem. # noqa: E501
105105
:type type: int

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
"""
18-
Enumeration describes available authenticity checks
18+
Enumeration describes available authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/.
1919
"""
2020
class AuthenticityResultType(object):
2121
"""NOTE: This class is auto generated by OpenAPI Generator.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
"""
18-
Enumeration contains identifiers which determinate the single document element authenticity check outcome reason
18+
Enumeration contains identifiers which determinate the single document element authenticity check outcome reason: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/check-diagnose/
1919
"""
2020
class CheckDiagnose(object):
2121
"""NOTE: This class is auto generated by OpenAPI Generator.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, rect_coun
109109
def type(self):
110110
"""Gets the type of this FiberResult. # noqa: E501
111111
112-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
112+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
113113
114114
:return: The type of this FiberResult. # noqa: E501
115115
:rtype: int
@@ -120,7 +120,7 @@ def type(self):
120120
def type(self, type):
121121
"""Sets the type of this FiberResult.
122122
123-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
123+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
124124
125125
:param type: The type of this FiberResult. # noqa: E501
126126
:type type: int

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, element_t
9999
def type(self):
100100
"""Gets the type of this IdentResult. # noqa: E501
101101
102-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
102+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
103103
104104
:return: The type of this IdentResult. # noqa: E501
105105
:rtype: int
@@ -110,7 +110,7 @@ def type(self):
110110
def type(self, type):
111111
"""Sets the type of this IdentResult.
112112
113-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
113+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
114114
115115
:param type: The type of this IdentResult. # noqa: E501
116116
:type type: int

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, critical_
114114
def type(self):
115115
"""Gets the type of this OCRSecurityTextResult. # noqa: E501
116116
117-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
117+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
118118
119119
:return: The type of this OCRSecurityTextResult. # noqa: E501
120120
:rtype: int
@@ -125,7 +125,7 @@ def type(self):
125125
def type(self, type):
126126
"""Sets the type of this OCRSecurityTextResult.
127127
128-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
128+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
129129
130130
:param type: The type of this OCRSecurityTextResult. # noqa: E501
131131
:type type: int

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, light_ind
109109
def type(self):
110110
"""Gets the type of this PhotoIdentResult. # noqa: E501
111111
112-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
112+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
113113
114114
:return: The type of this PhotoIdentResult. # noqa: E501
115115
:rtype: int
@@ -120,7 +120,7 @@ def type(self):
120120
def type(self, type):
121121
"""Sets the type of this PhotoIdentResult.
122122
123-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
123+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
124124
125125
:param type: The type of this PhotoIdentResult. # noqa: E501
126126
:type type: int

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(self, type=0, element_result=None, element_diagnose=None, element_t
9494
def type(self):
9595
"""Gets the type of this SecurityFeatureResult. # noqa: E501
9696
97-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
97+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
9898
9999
:return: The type of this SecurityFeatureResult. # noqa: E501
100100
:rtype: int
@@ -105,7 +105,7 @@ def type(self):
105105
def type(self, type):
106106
"""Sets the type of this SecurityFeatureResult.
107107
108-
Same as authenticity result type, but used for safe parsing of not-described values. See authenticity result type # noqa: E501
108+
Same as authenticity result type, but used for safe parsing of not-described values: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/authenticity-result-type/ # noqa: E501
109109
110110
:param type: The type of this SecurityFeatureResult. # noqa: E501
111111
:type type: int

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

+14-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
"""
18-
Enumeration contains identifiers determining type of features for a document authenticity checks
18+
Enumeration contains identifiers determining type of features for a document authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/security-feature-type/
1919
"""
2020
class SecurityFeatureType(object):
2121
"""NOTE: This class is auto generated by OpenAPI Generator.
@@ -88,6 +88,18 @@ class SecurityFeatureType(object):
8888

8989
PORTRAIT_COMPARISON_EXT_VS_CAMERA = int("31")
9090

91+
LIVENESS_DEPTH = int("32")
92+
93+
MICRO_TEXT = int("33")
94+
95+
FLUORESCENT_OBJECT = int("34")
96+
97+
LANDMARK_CHECK = int("35")
98+
99+
FACE_PRESENCE = int("36")
100+
101+
FACE_ABSENCE = int("38")
102+
91103
LIVENESS_SCREEN_CAPTURE = int("39")
92104

93105
LIVENESS_ELECTRONIC_DEVICE = int("40")
@@ -96,7 +108,7 @@ class SecurityFeatureType(object):
96108

97109
BARCODE_SIZE_CHECK = int("42")
98110

99-
allowable_values = [BLANK, FILL, PHOTO, MRZ, FALSE_LUMINESCENCE, HOLO_SIMPLE, HOLO_VERIFY_STATIC, HOLO_VERIFY_MULTI_STATIC, HOLO_VERIFY_DYNAMIC, PATTERN_NOT_INTERRUPTED, PATTERN_NOT_SHIFTED, PATTERN_SAME_COLORS, PATTERN_IR_INVISIBLE, PHOTO_SIZE_CHECK, PORTRAIT_COMPARISON_VS_GHOST, PORTRAIT_COMPARISON_VS_RFID, PORTRAIT_COMPARISON_VS_VISUAL, BARCODE, PATTERN_DIFFERENT_LINES_THICKNESS, PORTRAIT_COMPARISON_VS_CAMERA, PORTRAIT_COMPARISON_RFID_VS_CAMERA, GHOST_PHOTO, CLEAR_GHOST_PHOTO, INVISIBLE_OBJECT, LOW_CONTRAST_OBJECT, PHOTO_COLOR, PHOTO_SHAPE, PHOTO_CORNERS, OCR, PORTRAIT_COMPARISON_EXT_VS_VISUAL, PORTRAIT_COMPARISON_EXT_VS_RFID, PORTRAIT_COMPARISON_EXT_VS_CAMERA, LIVENESS_SCREEN_CAPTURE, LIVENESS_ELECTRONIC_DEVICE, LIVENESS_OVI, BARCODE_SIZE_CHECK] # noqa: E501
111+
allowable_values = [BLANK, FILL, PHOTO, MRZ, FALSE_LUMINESCENCE, HOLO_SIMPLE, HOLO_VERIFY_STATIC, HOLO_VERIFY_MULTI_STATIC, HOLO_VERIFY_DYNAMIC, PATTERN_NOT_INTERRUPTED, PATTERN_NOT_SHIFTED, PATTERN_SAME_COLORS, PATTERN_IR_INVISIBLE, PHOTO_SIZE_CHECK, PORTRAIT_COMPARISON_VS_GHOST, PORTRAIT_COMPARISON_VS_RFID, PORTRAIT_COMPARISON_VS_VISUAL, BARCODE, PATTERN_DIFFERENT_LINES_THICKNESS, PORTRAIT_COMPARISON_VS_CAMERA, PORTRAIT_COMPARISON_RFID_VS_CAMERA, GHOST_PHOTO, CLEAR_GHOST_PHOTO, INVISIBLE_OBJECT, LOW_CONTRAST_OBJECT, PHOTO_COLOR, PHOTO_SHAPE, PHOTO_CORNERS, OCR, PORTRAIT_COMPARISON_EXT_VS_VISUAL, PORTRAIT_COMPARISON_EXT_VS_RFID, PORTRAIT_COMPARISON_EXT_VS_CAMERA, LIVENESS_DEPTH, MICRO_TEXT, FLUORESCENT_OBJECT, LANDMARK_CHECK, FACE_PRESENCE, FACE_ABSENCE, LIVENESS_SCREEN_CAPTURE, LIVENESS_ELECTRONIC_DEVICE, LIVENESS_OVI, BARCODE_SIZE_CHECK] # noqa: E501
100112

101113
"""
102114
Attributes:

0 commit comments

Comments
 (0)