Skip to content
Closed
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
5 changes: 1 addition & 4 deletions regula/documentreader/webclient/gen/models/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ class Result(int, Enum):
RFID_BINARY_DATA = 104
RFID_ORIGINAL_GRAPHICS = 105
DTC_VC = 109
MDL_DEVICE_RAW_RESPONSE = 120
MDL_DEVICE_PARSED_RESPONSE = 121
MDL_SERVER_RAW_RESPONSE = 122
MDL_SERVER_PARSED_RESPONSE = 123
MDL_PARSED_RESPONSE = 121
VDS_NC = 124
VDS = 125

Expand Down