regula-documentreader-webclient 8.2.402.dev0__py3-none-any.whl → 8.2.403.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.
Potentially problematic release.
This version of regula-documentreader-webclient might be problematic. Click here for more details.
- regula/documentreader/webclient/gen/models/fdsid_list.py +3 -3
- {regula_documentreader_webclient-8.2.402.dev0.dist-info → regula_documentreader_webclient-8.2.403.dev0.dist-info}/METADATA +1 -1
- {regula_documentreader_webclient-8.2.402.dev0.dist-info → regula_documentreader_webclient-8.2.403.dev0.dist-info}/RECORD +5 -5
- {regula_documentreader_webclient-8.2.402.dev0.dist-info → regula_documentreader_webclient-8.2.403.dev0.dist-info}/WHEEL +0 -0
- {regula_documentreader_webclient-8.2.402.dev0.dist-info → regula_documentreader_webclient-8.2.403.dev0.dist-info}/top_level.txt +0 -0
|
@@ -22,13 +22,13 @@ class FDSIDList(BaseModel):
|
|
|
22
22
|
Extended document type info and Regula's 'Information Reference Systems' links
|
|
23
23
|
""" # noqa: E501
|
|
24
24
|
icao_code: Annotated[str, Field(min_length=3, strict=True, max_length=3)] = Field(description="ICAO code of the issuing country", alias="ICAOCode")
|
|
25
|
-
count: Union[StrictFloat, StrictInt] = Field(description="Number of elements in the List", alias="Count")
|
|
26
|
-
list: List[StrictInt] = Field(description="Document identifiers in 'Information Reference Systems'", alias="List")
|
|
25
|
+
count: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Number of elements in the List", alias="Count")
|
|
26
|
+
list: Optional[List[StrictInt]] = Field(default=None, description="Document identifiers in 'Information Reference Systems'", alias="List")
|
|
27
27
|
d_type: DocumentType = Field(alias="dType")
|
|
28
28
|
d_format: DocumentFormat = Field(alias="dFormat")
|
|
29
29
|
d_mrz: StrictBool = Field(description="Flag indicating the presence of MRZ on the document", alias="dMRZ")
|
|
30
30
|
d_description: Optional[StrictStr] = Field(default=None, description="Document description", alias="dDescription")
|
|
31
|
-
d_year: StrictStr = Field(description="Year of publication of the document", alias="dYear")
|
|
31
|
+
d_year: Optional[StrictStr] = Field(default=None, description="Year of publication of the document", alias="dYear")
|
|
32
32
|
d_country_name: StrictStr = Field(description="Issuing country name", alias="dCountryName")
|
|
33
33
|
d_state_code: Optional[StrictStr] = Field(default=None, description="Issuing state code", alias="dStateCode")
|
|
34
34
|
d_state_name: Optional[StrictStr] = Field(default=None, description="Issuing state name", alias="dStateName")
|
|
@@ -91,7 +91,7 @@ regula/documentreader/webclient/gen/models/face_detection.py,sha256=zNNJVCXtxd5p
|
|
|
91
91
|
regula/documentreader/webclient/gen/models/face_detection_item.py,sha256=MQB56InlH0T63QHuk0vkz-SVDWx-2zaLxmjxmoSfR5Q,2690
|
|
92
92
|
regula/documentreader/webclient/gen/models/face_detection_result.py,sha256=6bepD2k0KPNeNMFnhD_OjVO0Szf-2PN4-d--U8mHgJA,3126
|
|
93
93
|
regula/documentreader/webclient/gen/models/face_item.py,sha256=iAKQ0Qjwu71R4qaOsDzQ9EMmO4BehyrcMz8HMbs_qZ0,4336
|
|
94
|
-
regula/documentreader/webclient/gen/models/fdsid_list.py,sha256=
|
|
94
|
+
regula/documentreader/webclient/gen/models/fdsid_list.py,sha256=HRAGCL4ou7Bnhos_vjCfT3xXohhp2RhEeM57IRdOubY,4474
|
|
95
95
|
regula/documentreader/webclient/gen/models/fiber_item.py,sha256=sEDgN7gNa-las71L0Z3AKvqrxvT0zKaOr5KMUGkI8j4,4319
|
|
96
96
|
regula/documentreader/webclient/gen/models/fiber_result.py,sha256=aQqJUP_H75JZGRTazOWa_z3yFfBymw85Pu2WJEn8Q9o,4979
|
|
97
97
|
regula/documentreader/webclient/gen/models/field_item.py,sha256=S8NQ3Km13jS76AfFyJJWFEzoLnFPsL_tBAns6qHt-F8,2832
|
|
@@ -258,7 +258,7 @@ regula/documentreader/webclient/gen/models/verification_result.py,sha256=E6bCVR5
|
|
|
258
258
|
regula/documentreader/webclient/gen/models/verified_field_map.py,sha256=IY61Fh_I1cfecOYHPywHX-C9zc0w9POm3Jn68tNXq-k,4713
|
|
259
259
|
regula/documentreader/webclient/gen/models/visibility.py,sha256=GACgQd_8lx_cwMwI5lCi7cTxEWxw2atbJo6uI4mTKpQ,602
|
|
260
260
|
regula/documentreader/webclient/gen/models/visual_extended_field_item.py,sha256=o2e86FrSfLMEC5iMi6O33nCUKQWmJ6J4FywQ0sh9w_M,4987
|
|
261
|
-
regula_documentreader_webclient-8.2.
|
|
262
|
-
regula_documentreader_webclient-8.2.
|
|
263
|
-
regula_documentreader_webclient-8.2.
|
|
264
|
-
regula_documentreader_webclient-8.2.
|
|
261
|
+
regula_documentreader_webclient-8.2.403.dev0.dist-info/METADATA,sha256=269k75n9r32FqLlGI0wMUABrnCNlFXIEUGbDAzGVoTQ,4001
|
|
262
|
+
regula_documentreader_webclient-8.2.403.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
263
|
+
regula_documentreader_webclient-8.2.403.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
|
|
264
|
+
regula_documentreader_webclient-8.2.403.dev0.dist-info/RECORD,,
|
|
File without changes
|