Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class DocumentType(int, Enum):
COMMERCIAL_DRIVING_LICENSE_NOVICE_UNDER_18 = 170
COMMERCIAL_DRIVING_LICENSE_NOVICE_UNDER_21 = 171
PASSPORT_CARD = 172
PASSPORT_RESIDENT_CARD = 173
PERMANENT_RESIDENT_CARD = 173
PERSONAL_IDENTIFICATION_VERIFICATION = 174
TEMPORARY_OPERATOR_LICENSE = 175
DRIVING_LICENSE_UNDER_19 = 176
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class GraphicFieldType(int, Enum):
"""
GraphicFieldType
Enumeration contains identifiers determining the logical type of the graphic data obtained while reading document filling fields or barcodes
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion regula/documentreader/webclient/gen/models/log_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class LogLevel(str, Enum):
"""
LogLevel
Enumeration contains identificators which determinate the level of logs detalization
"""

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class MDLDeviceEngagement(int, Enum):
"""
MDLDeviceEngagement
Enumeration contains possible data engagement methods with mDL
"""

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class MDLDeviceRetrieval(int, Enum):
"""
MDLDeviceRetrieval
Enumeration contains possible data retrieval methods from mDL
"""

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class MeasureSystem(int, Enum):
"""
MeasureSystem
Enumeration contains a pool of constants that identify the system for measuring distances and weight
"""

"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class ProcessingStatus(int, Enum):
"""
ProcessingStatus
Enumeration contains a set of constants that define scanning process completion status
"""

"""
Expand Down
2 changes: 1 addition & 1 deletion regula/documentreader/webclient/gen/models/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Result(int, Enum):
"""
Result
Enumeration contains a pool of constants which determine the type of resulting data formed during the data scanning and processing cycle and passed to the user application
"""

"""
Expand Down