Skip to content

Commit ade4b0f

Browse files
Merge pull request #335 from regulaforensics/5efaff8b
Commit: 5efaff8b
2 parents 88563db + 8aba73d commit ade4b0f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class ParsingErrorCodes(int, Enum):
124124
errLDS_CV_Certificate_CHAT_UnsupportedTerminalType = 2164260963
125125
errLDS_CV_Certificate_PrivateKey_Unsupported = 2164260964
126126
errLDS_CV_Certificate_PrivateKey_InvalidParams = 2164260965
127+
errLDS_PACE_CAM_Data_Usage_Incorrect = 2164261163
128+
errLDS_PACE_IM_MappingData_Incorrect = 2164261167
127129
errLDS_CV_Certificate_IncorrectData = 2164261216
128130
errLDS_CV_Certificate_CPI_IncorrectData = 2164261217
129131
errLDS_CV_Certificate_CAR_IncorrectData = 2164261218

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ParsingNotificationCodes(int, Enum):
2828
ntfLDS_ASN_Certificate_ForcedDefaultCSCARole = 2415919118
2929
ntfLDS_ASN_Certificate_ForcedDefaultDSRole = 2415919119
3030
ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS = 2415919120
31+
ntfLDS_ASN_Certificate_NonMatchingDSRole = 2415919121
3132
ntfLDS_ASN_Certificate_DuplicatingExtensions = 2415919127
3233
ntfLDS_ICAO_Certificate_Version_Missed = 2415919616
3334
ntfLDS_ICAO_Certificate_Version_Incorrect = 2415919617
@@ -162,6 +163,10 @@ class ParsingNotificationCodes(int, Enum):
162163
ntfLDS_Auth_SignerInfo_Certificate_Revoked = 2415919384
163164
ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid = 2415919385
164165
ntfLDS_UnsupportedImageFormat = 2415919386
166+
ntfLDS_MDL_Certificate_Chain_SoP_NonMatching = 2415920128
167+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm = 2415920129
168+
ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm = 2415920130
169+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams = 2415920131
165170
ntfLDS_MRZ_DocumentType_Unknown = 139272
166171
ntfLDS_MRZ_IssuingState_SyntaxError = 139273
167172
ntfLDS_MRZ_Name_IsVoid = 139274

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class RfidCertificateType(int, Enum):
3030
BCS = 9
3131
BCS_NC = 10
3232
DTCS = 11
33+
CA = 12
34+
MDLS = 13
3335

3436
@classmethod
3537
def from_json(cls, json_str: str) -> Self:

0 commit comments

Comments
 (0)