regula-documentreader-webclient 9.7.937.dev0__py3-none-any.whl → 9.7.939.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,8 @@ class FaceApi(BaseModel):
30
30
  proxy_type: SkipValidation[Optional[int]] = Field(alias="proxy_type", default=None, description="Proxy protocol type, should be set according to the <a href=\"https://curl.se/libcurl/c/CURLOPT_PROXYTYPE.html\" target=\"_blank\">cURL standard</a>.")
31
31
  child_age_threshold: SkipValidation[Optional[int]] = Field(alias="childAgeThreshold", default=None, description="The age threshold for the portrait comparison. Default: 13.")
32
32
  child_doc_validity_years: SkipValidation[Optional[int]] = Field(alias="childDocValidityYears", default=None, description="Estimated duration of validity for a child's passport, years. Default: 5.")
33
- __properties: ClassVar[List[str]] = ["url", "mode", "search", "threshold", "serviceTimeout", "proxy", "proxy_userpwd", "proxy_type", "childAgeThreshold", "childDocValidityYears"]
33
+ liveness_transaction_id: SkipValidation[Optional[str]] = Field(alias="livenessTransactionId", default=None, description="This parameter allows you to use a liveness transaction id instead of a selfie photo.")
34
+ __properties: ClassVar[List[str]] = ["url", "mode", "search", "threshold", "serviceTimeout", "proxy", "proxy_userpwd", "proxy_type", "childAgeThreshold", "childDocValidityYears", "livenessTransactionId"]
34
35
 
35
36
  model_config = ConfigDict(
36
37
  populate_by_name=True,
@@ -97,7 +98,8 @@ class FaceApi(BaseModel):
97
98
  "proxy_userpwd": obj.get("proxy_userpwd"),
98
99
  "proxy_type": obj.get("proxy_type"),
99
100
  "childAgeThreshold": obj.get("childAgeThreshold"),
100
- "childDocValidityYears": obj.get("childDocValidityYears")
101
+ "childDocValidityYears": obj.get("childDocValidityYears"),
102
+ "livenessTransactionId": obj.get("livenessTransactionId")
101
103
  })
102
104
  return _obj
103
105
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_documentreader_webclient
3
- Version: 9.7.937.dev0
3
+ Version: 9.7.939.dev0
4
4
  Summary: Regula's Document Reader python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -95,7 +95,7 @@ regula/documentreader/webclient/gen/models/documents_database.py,sha256=YoimMJ23
95
95
  regula/documentreader/webclient/gen/models/encrypted_rcl_item.py,sha256=k6naN-ufqKaKthL5KNrRKjOxz35j7ejPnToO_8ayH4A,2488
96
96
  regula/documentreader/webclient/gen/models/encrypted_rcl_result.py,sha256=R3NcbirzE0kOancz9HWAVZyxQxs79jczO7tyNARAHxY,2946
97
97
  regula/documentreader/webclient/gen/models/error_coordinates.py,sha256=DLaBZtVXrGMSIPoP_T0ab975vJ42AstEFgxxcxv21Vo,2821
98
- regula/documentreader/webclient/gen/models/face_api.py,sha256=X7MsyJjiSVdvPXrd1xbsN6Jg6dGqQvHI9b-oVafquHc,5166
98
+ regula/documentreader/webclient/gen/models/face_api.py,sha256=oDa74J0ogQWc4lCvxKMXBoIliMqT0I7q9p_OUXuA1CA,5475
99
99
  regula/documentreader/webclient/gen/models/face_api_search.py,sha256=4DfvVNkEyE00U4eH3WmCKAjFYdha3VdEV9a28ZDF3CY,3251
100
100
  regula/documentreader/webclient/gen/models/face_detection.py,sha256=LHTNMGLse1FX7oHPjLNKr-lA39NnFqd50ZOfBlAPzgk,3453
101
101
  regula/documentreader/webclient/gen/models/face_detection_item.py,sha256=Hrn9_S1iObbnOfiTQIx0iNXzzkNfYHAiT-IJw1Qab5A,2867
@@ -284,7 +284,7 @@ regula/documentreader/webclient/gen/models/verification_result.py,sha256=E6bCVR5
284
284
  regula/documentreader/webclient/gen/models/verified_field_map.py,sha256=QjCCjZ82WhT5uzdFthwfiX4Kgi5RL_m7E0NprLhHAJs,4863
285
285
  regula/documentreader/webclient/gen/models/visibility.py,sha256=GACgQd_8lx_cwMwI5lCi7cTxEWxw2atbJo6uI4mTKpQ,602
286
286
  regula/documentreader/webclient/gen/models/visual_extended_field_item.py,sha256=FETunEPtXE6eAsQbSg1Tn7rO7rut4ZT7BooMPT1ZhmA,5282
287
- regula_documentreader_webclient-9.7.937.dev0.dist-info/METADATA,sha256=3y5_nHxKrzqdzbbrttE9ZcZoTrQzBw0tPO8nkDDSLbs,4037
288
- regula_documentreader_webclient-9.7.937.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
- regula_documentreader_webclient-9.7.937.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
- regula_documentreader_webclient-9.7.937.dev0.dist-info/RECORD,,
287
+ regula_documentreader_webclient-9.7.939.dev0.dist-info/METADATA,sha256=b4n7AuGqh-vhJfMUQS6WdHk6OELdTP6M-PDGgapC4vc,4037
288
+ regula_documentreader_webclient-9.7.939.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
+ regula_documentreader_webclient-9.7.939.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
+ regula_documentreader_webclient-9.7.939.dev0.dist-info/RECORD,,