regula-documentreader-webclient 9.7.934.dev0__py3-none-any.whl → 9.7.935.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.
@@ -29,8 +29,9 @@ class Healthcheck(BaseModel):
29
29
  scenarios: SkipValidation[List[str]] = Field(alias="scenarios", description="List of supported scenarios.")
30
30
  version: SkipValidation[str] = Field(alias="version", description="Product version.")
31
31
  metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None)
32
+ country_filter: SkipValidation[Optional[List[str]]] = Field(alias="countryFilter", default=None, description="The list of country identifiers that are defined for processing in the license. If the array is empty, there are no restrictions for processing.")
32
33
  documents_database: SkipValidation[Optional[HealthcheckDocumentsDatabase]] = Field(alias="documentsDatabase", default=None)
33
- __properties: ClassVar[List[str]] = ["app", "licenseId", "licenseType", "licenseSerial", "licenseValidUntil", "scenarios", "version", "metadata", "documentsDatabase"]
34
+ __properties: ClassVar[List[str]] = ["app", "licenseId", "licenseType", "licenseSerial", "licenseValidUntil", "scenarios", "version", "metadata", "countryFilter", "documentsDatabase"]
34
35
 
35
36
  model_config = ConfigDict(
36
37
  populate_by_name=True,
@@ -126,6 +127,7 @@ class Healthcheck(BaseModel):
126
127
  "scenarios": obj.get("scenarios"),
127
128
  "version": obj.get("version"),
128
129
  "metadata": obj.get("metadata"),
130
+ "countryFilter": obj.get("countryFilter"),
129
131
  "documentsDatabase": HealthcheckDocumentsDatabase.from_dict(obj["documentsDatabase"]) if obj.get("documentsDatabase") is not None else None
130
132
  })
131
133
  return _obj
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_documentreader_webclient
3
- Version: 9.7.934.dev0
3
+ Version: 9.7.935.dev0
4
4
  Summary: Regula's Document Reader python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -113,7 +113,7 @@ regula/documentreader/webclient/gen/models/graphic_field.py,sha256=_uhRaP51L9G5f
113
113
  regula/documentreader/webclient/gen/models/graphic_field_type.py,sha256=0DV7PkG3Lym6GIGoytkyrihpXQAuIbGz2hXSDMxIetY,1166
114
114
  regula/documentreader/webclient/gen/models/graphic_fields_list.py,sha256=9j2kIGmVu5bO2ne-epgrLRqdF76qu9uLZTmM5UuQIOs,3232
115
115
  regula/documentreader/webclient/gen/models/graphics_result.py,sha256=zgDvxQF3m2jabkj9EYiq84EO7O4zDjfeJbI-yaHwr2s,3390
116
- regula/documentreader/webclient/gen/models/healthcheck.py,sha256=RlYd4i7aWpHq8MQl0fc6I2Q6Q1uz4739xzaosJ2yzew,5692
116
+ regula/documentreader/webclient/gen/models/healthcheck.py,sha256=vePP10Z1bSxFLZ0pUFEko3a1WFYtqIl8gKeBEscOrbc,6025
117
117
  regula/documentreader/webclient/gen/models/healthcheck_documents_database.py,sha256=NuGQVJMH6TnlvnuvoJnORVMgWutD5_ZPQ2HJVaat_8M,3873
118
118
  regula/documentreader/webclient/gen/models/ident_item.py,sha256=DdoEjDO8taUP3_1zIqsLtjoB4xyW8OyNecdXWhdlNjM,4758
119
119
  regula/documentreader/webclient/gen/models/ident_result.py,sha256=9DPzw_5IrtSSRl4YawtG-QTXdD7TEqDT5i2asEURunI,5418
@@ -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.934.dev0.dist-info/METADATA,sha256=ztVIazGSX-x7YJEYjGg6hxQ80Z2tJu4LXnBvvEG1L1s,4037
288
- regula_documentreader_webclient-9.7.934.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
- regula_documentreader_webclient-9.7.934.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
- regula_documentreader_webclient-9.7.934.dev0.dist-info/RECORD,,
287
+ regula_documentreader_webclient-9.7.935.dev0.dist-info/METADATA,sha256=J6Y68EDJa82G9W5Pc8OjfK85qqdojlQOhw1lHLGJ5WY,4037
288
+ regula_documentreader_webclient-9.7.935.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
+ regula_documentreader_webclient-9.7.935.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
+ regula_documentreader_webclient-9.7.935.dev0.dist-info/RECORD,,