You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: regula/documentreader/webclient/gen/models/process_params_rfid.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ class ProcessParamsRfid(BaseModel):
19
19
"""
20
20
Params for the RFID chip data reprocessing
21
21
"""# noqa: E501
22
-
pa_sensitive_codes_disable: Optional[List[ParsingNotificationCodes]] =Field(default=None, description="A list of notification codes that should be ignored during passive authentication (PA)", alias="paSensitiveCodesDisable")
pa_ignore_notification_codes: Optional[List[ParsingNotificationCodes]] =Field(default=None, description="A list of notification codes that should be ignored during passive authentication (PA)", alias="paIgnoreNotificationCodes")
0 commit comments