regula-documentreader-webclient 9.4.785.dev0__py3-none-any.whl → 9.4.787.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.
@@ -22,7 +22,7 @@ class DatabaseDocument(BaseModel):
22
22
  """ # noqa: E501
23
23
  barcode_fields: SkipValidation[bool] = Field(alias="barcode_fields", description="Whether the document has a barcode.")
24
24
  country: SkipValidation[str] = Field(alias="country", description="Country name.")
25
- createad: SkipValidation[str] = Field(alias="createad", description="Date when the document description was created in the database.")
25
+ created: SkipValidation[str] = Field(alias="created", description="Date when the document description was created in the database.")
26
26
  doc_type: SkipValidation[DocumentType] = Field(alias="doc_type")
27
27
  document: SkipValidation[str] = Field(alias="document", description="Document name.")
28
28
  graphic_fields: SkipValidation[bool] = Field(alias="graphic_fields", description="The presence of graphic fields in the document.")
@@ -37,7 +37,7 @@ class DatabaseDocument(BaseModel):
37
37
  deprecated: SkipValidation[Optional[bool]] = Field(alias="deprecated", default=None, description="Whether the document is no longer in circulation.")
38
38
  icao_code: SkipValidation[Optional[str]] = Field(alias="icao_code", default=None, description="ICAO country code.")
39
39
  doc_codes: SkipValidation[Optional[str]] = Field(alias="doc_codes", default=None, description="Document codes.")
40
- __properties: ClassVar[List[str]] = ["barcode_fields", "country", "createad", "doc_type", "document", "graphic_fields", "id", "mrz", "region", "rfid_chip", "text_fields", "updated", "year", "sovereignty", "deprecated", "icao_code", "doc_codes"]
40
+ __properties: ClassVar[List[str]] = ["barcode_fields", "country", "created", "doc_type", "document", "graphic_fields", "id", "mrz", "region", "rfid_chip", "text_fields", "updated", "year", "sovereignty", "deprecated", "icao_code", "doc_codes"]
41
41
 
42
42
  model_config = ConfigDict(
43
43
  populate_by_name=True,
@@ -94,7 +94,7 @@ class DatabaseDocument(BaseModel):
94
94
  _obj = cls.model_validate({
95
95
  "barcode_fields": obj.get("barcode_fields"),
96
96
  "country": obj.get("country"),
97
- "createad": obj.get("createad"),
97
+ "created": obj.get("created"),
98
98
  "doc_type": obj.get("doc_type"),
99
99
  "document": obj.get("document"),
100
100
  "graphic_fields": obj.get("graphic_fields"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_documentreader_webclient
3
- Version: 9.4.785.dev0
3
+ Version: 9.4.787.dev0
4
4
  Summary: Regula's Document Reader python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -63,7 +63,7 @@ regula/documentreader/webclient/gen/models/container_list_list_inner.py,sha256=R
63
63
  regula/documentreader/webclient/gen/models/critical.py,sha256=u_jXlQuCjH5mDzT79bswOCm3-mv3uGfd345QHRLIopk,564
64
64
  regula/documentreader/webclient/gen/models/cross_source_value_comparison.py,sha256=vErGJnUVL1wFNng3-9vZT6j9JRt4O_n40awdZf8hIPc,2849
65
65
  regula/documentreader/webclient/gen/models/data_module.py,sha256=gprIbhcuGDWFrfYyncW0XmkpUzm7k9bPsyebQQbJ8gs,3017
66
- regula/documentreader/webclient/gen/models/database_document.py,sha256=Od8jU36Lwx_JI5QLKSZ5m9A7mXFVkXyjTlT5Cls_HzU,5327
66
+ regula/documentreader/webclient/gen/models/database_document.py,sha256=neUj6fHqUH7ttPWzt7-CfoJEEdVVgxTKvboHp17RUZg,5322
67
67
  regula/documentreader/webclient/gen/models/database_document_list.py,sha256=NJZWKbV3u26wQRz8pfo0KOjOSNTsOWBRXIEIEO6rb74,3019
68
68
  regula/documentreader/webclient/gen/models/details_age.py,sha256=WBSKGLriHuGOPU61JKF69GNLcofGTlpdyS_Kcj4JnXw,3078
69
69
  regula/documentreader/webclient/gen/models/details_optical.py,sha256=4BqIREpkP_KLFjr7g5poV_juFOiv3sn9HSb016-mioE,3531
@@ -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.4.785.dev0.dist-info/METADATA,sha256=l4Wo8GEm0br5ZjT6fXClqVQBJhcF154u46HH2XoIVfE,4036
288
- regula_documentreader_webclient-9.4.785.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
- regula_documentreader_webclient-9.4.785.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
- regula_documentreader_webclient-9.4.785.dev0.dist-info/RECORD,,
287
+ regula_documentreader_webclient-9.4.787.dev0.dist-info/METADATA,sha256=tNTESUa4CmTprATdsCsJKZ6-GHQtNsJXa0RLHhR0J5w,4036
288
+ regula_documentreader_webclient-9.4.787.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
289
+ regula_documentreader_webclient-9.4.787.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
290
+ regula_documentreader_webclient-9.4.787.dev0.dist-info/RECORD,,