regula-documentreader-webclient 7.7.328.dev0__py3-none-any.whl → 7.7.329.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/face_detection_item.py +2 -2
- regula/documentreader/webclient/gen/models/face_detection_result.py +2 -2
- {regula_documentreader_webclient-7.7.328.dev0.dist-info → regula_documentreader_webclient-7.7.329.dev0.dist-info}/METADATA +1 -1
- {regula_documentreader_webclient-7.7.328.dev0.dist-info → regula_documentreader_webclient-7.7.329.dev0.dist-info}/RECORD +6 -6
- {regula_documentreader_webclient-7.7.328.dev0.dist-info → regula_documentreader_webclient-7.7.329.dev0.dist-info}/WHEEL +0 -0
- {regula_documentreader_webclient-7.7.328.dev0.dist-info → regula_documentreader_webclient-7.7.329.dev0.dist-info}/top_level.txt +0 -0
|
@@ -10,7 +10,7 @@ import re # noqa: F401
|
|
|
10
10
|
import json
|
|
11
11
|
|
|
12
12
|
from pydantic import BaseModel, ConfigDict, Field
|
|
13
|
-
from typing import Any, ClassVar, Dict, List
|
|
13
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
14
14
|
from regula.documentreader.webclient.gen.models.face_detection import FaceDetection
|
|
15
15
|
from typing import Optional, Set
|
|
16
16
|
from typing_extensions import Self
|
|
@@ -19,7 +19,7 @@ class FaceDetectionItem(BaseModel):
|
|
|
19
19
|
"""
|
|
20
20
|
FaceDetectionItem
|
|
21
21
|
""" # noqa: E501
|
|
22
|
-
face_detection: FaceDetection = Field(alias="FaceDetection")
|
|
22
|
+
face_detection: Optional[FaceDetection] = Field(default=None, alias="FaceDetection")
|
|
23
23
|
__properties: ClassVar[List[str]] = ["FaceDetection"]
|
|
24
24
|
|
|
25
25
|
model_config = ConfigDict(
|
|
@@ -10,7 +10,7 @@ import re # noqa: F401
|
|
|
10
10
|
import json
|
|
11
11
|
|
|
12
12
|
from pydantic import ConfigDict, Field
|
|
13
|
-
from typing import Any, ClassVar, Dict, List
|
|
13
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
14
14
|
from regula.documentreader.webclient.gen.models.face_detection import FaceDetection
|
|
15
15
|
from regula.documentreader.webclient.gen.models.result import Result
|
|
16
16
|
from regula.documentreader.webclient.gen.models.result_item import ResultItem
|
|
@@ -21,7 +21,7 @@ class FaceDetectionResult(ResultItem):
|
|
|
21
21
|
"""
|
|
22
22
|
FaceDetectionResult
|
|
23
23
|
""" # noqa: E501
|
|
24
|
-
face_detection: FaceDetection = Field(alias="FaceDetection")
|
|
24
|
+
face_detection: Optional[FaceDetection] = Field(default=None, alias="FaceDetection")
|
|
25
25
|
__properties: ClassVar[List[str]] = ["buf_length", "light", "list_idx", "page_idx", "result_type", "FaceDetection"]
|
|
26
26
|
|
|
27
27
|
model_config = ConfigDict(
|
|
@@ -87,8 +87,8 @@ regula/documentreader/webclient/gen/models/error_coordinates.py,sha256=qfgNu5QtM
|
|
|
87
87
|
regula/documentreader/webclient/gen/models/face_api.py,sha256=6dCuD8vPcp7mqhMBIeLt78q85261jAu9hAVkrZ4Luuk,4772
|
|
88
88
|
regula/documentreader/webclient/gen/models/face_api_search.py,sha256=l0WOblzvbLiU8wRc9As5Sw7ZAg7uwLOoD9kMeVaG1ME,3065
|
|
89
89
|
regula/documentreader/webclient/gen/models/face_detection.py,sha256=zNNJVCXtxd5pk1QWGtnm6wxkiz2AvtZP8jwudNMOOxQ,3244
|
|
90
|
-
regula/documentreader/webclient/gen/models/face_detection_item.py,sha256=
|
|
91
|
-
regula/documentreader/webclient/gen/models/face_detection_result.py,sha256=
|
|
90
|
+
regula/documentreader/webclient/gen/models/face_detection_item.py,sha256=MQB56InlH0T63QHuk0vkz-SVDWx-2zaLxmjxmoSfR5Q,2690
|
|
91
|
+
regula/documentreader/webclient/gen/models/face_detection_result.py,sha256=6bepD2k0KPNeNMFnhD_OjVO0Szf-2PN4-d--U8mHgJA,3126
|
|
92
92
|
regula/documentreader/webclient/gen/models/face_item.py,sha256=iAKQ0Qjwu71R4qaOsDzQ9EMmO4BehyrcMz8HMbs_qZ0,4336
|
|
93
93
|
regula/documentreader/webclient/gen/models/fdsid_list.py,sha256=eominQ40FH24IH9fITDAfX4EYqUebXg_-HXpY-0Bm4w,4402
|
|
94
94
|
regula/documentreader/webclient/gen/models/fiber_item.py,sha256=59_yFPlLxSjFgfIoT4pXdfwknVID4EWxkbR1oWNgA4g,4456
|
|
@@ -257,7 +257,7 @@ regula/documentreader/webclient/gen/models/verification_result.py,sha256=E6bCVR5
|
|
|
257
257
|
regula/documentreader/webclient/gen/models/verified_field_map.py,sha256=sOnkL-c9WIJPHcUjT5_KzxMiVZK574iOBppANc7zRSs,4861
|
|
258
258
|
regula/documentreader/webclient/gen/models/visibility.py,sha256=GACgQd_8lx_cwMwI5lCi7cTxEWxw2atbJo6uI4mTKpQ,602
|
|
259
259
|
regula/documentreader/webclient/gen/models/visual_extended_field_item.py,sha256=55PY8Wwn1Nh0msc-ynPZqlkmc6QwsghIy9-ICqvbRcA,5040
|
|
260
|
-
regula_documentreader_webclient-7.7.
|
|
261
|
-
regula_documentreader_webclient-7.7.
|
|
262
|
-
regula_documentreader_webclient-7.7.
|
|
263
|
-
regula_documentreader_webclient-7.7.
|
|
260
|
+
regula_documentreader_webclient-7.7.329.dev0.dist-info/METADATA,sha256=P4YPlgKPWOK4dBE9As9o16qiWooDC9nqtDb5xXxtaBg,3805
|
|
261
|
+
regula_documentreader_webclient-7.7.329.dev0.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
|
|
262
|
+
regula_documentreader_webclient-7.7.329.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
|
|
263
|
+
regula_documentreader_webclient-7.7.329.dev0.dist-info/RECORD,,
|
|
File without changes
|