regula-documentreader-webclient 8.2.427.dev0__py3-none-any.whl → 8.2.429.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.

@@ -9,7 +9,7 @@ import pprint
9
9
  import re # noqa: F401
10
10
  import json
11
11
 
12
- from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
12
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr
13
13
  from typing import Any, ClassVar, Dict, List, Optional, Union
14
14
  from regula.documentreader.webclient.gen.models.check_result import CheckResult
15
15
  from regula.documentreader.webclient.gen.models.rfid_access_control_info import RfidAccessControlInfo
@@ -27,7 +27,7 @@ class RfidSessionData(BaseModel):
27
27
  """
28
28
  Structure is used to describe the results of work with the SDK within the context of the current communication session with electronic document
29
29
  """ # noqa: E501
30
- virtual_mode: Optional[StrictStr] = Field(default=None, description="Sign of virtual session when working with loaded data from a previous communication session with the electronic document", alias="VirtualMode")
30
+ virtual_mode: Optional[StrictBool] = Field(default=None, description="Sign of virtual session when working with loaded data from a previous communication session with the electronic document", alias="VirtualMode")
31
31
  sdk_version: Optional[StrictStr] = Field(default=None, description="Text SDKVersion value in format A.B (e.g. 3.1)", alias="SDKVersion")
32
32
  driver_version: Optional[StrictStr] = Field(default=None, description="Text DriverVersion value in format A.B.C.D (e.g. 6.2.5.4)", alias="DriverVersion")
33
33
  firmware_version: Optional[StrictStr] = Field(default=None, description="Text FirmwareVersion value in format A.B (e.g. 5.19)", alias="FirmwareVersion")
@@ -26,6 +26,8 @@ class RFIDPKDResourceType(int, Enum):
26
26
  DEFL = 5
27
27
  DEVL = 6
28
28
  BL = 7
29
+ LDIF_TA = 8
30
+ ML_TA = 9
29
31
 
30
32
  @classmethod
31
33
  def from_json(cls, json_str: str) -> Self:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_documentreader_webclient
3
- Version: 8.2.427.dev0
3
+ Version: 8.2.429.dev0
4
4
  Summary: Regula's Document Reader python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -208,14 +208,14 @@ regula/documentreader/webclient/gen/models/rfid_password_type.py,sha256=7zkWjkyh
208
208
  regula/documentreader/webclient/gen/models/rfid_pki_extension.py,sha256=P_Ju77ncoITcDAzrwP5dR90YS45lcbcUrMDdgCLoeJA,2709
209
209
  regula/documentreader/webclient/gen/models/rfid_raw_data.py,sha256=WR4qedgLDA4JV9iS0B9isLqpTtRuTRTPLyX7OQe-6RI,2370
210
210
  regula/documentreader/webclient/gen/models/rfid_security_object.py,sha256=rEEF688wRrmGrFNn2TcO30IN9wdFNZMhMF9D_N1NeDY,4016
211
- regula/documentreader/webclient/gen/models/rfid_session_data.py,sha256=0UG5scyEB6A3ako0V-OL2XGlBbtRgDhC9b7_Rb1iZ-g,9000
211
+ regula/documentreader/webclient/gen/models/rfid_session_data.py,sha256=ERpSwcngrDZrCNWOycONw2Jkuj5Ky1XvFrkM_Ujk-9U,9013
212
212
  regula/documentreader/webclient/gen/models/rfid_signer_info_ex.py,sha256=U9uEvD0U3hJdzKNh2FLg18hjYro5dq1zSfM9bJJX54w,7039
213
213
  regula/documentreader/webclient/gen/models/rfid_terminal.py,sha256=-wjp072lNA5XdozvRn4TjGogwSvyJVPxrQyVGFA3zvk,3081
214
214
  regula/documentreader/webclient/gen/models/rfid_terminal_type.py,sha256=DBzk3igWo7G2jUD6w6OxwjtZKGjs2GxERX-BeJnLg_U,739
215
215
  regula/documentreader/webclient/gen/models/rfid_text_data_result.py,sha256=K7oc0hE-ulsftzEUTJ6LKckoBtjRnfTzhwX2pz3VCYs,3227
216
216
  regula/documentreader/webclient/gen/models/rfid_type.py,sha256=Iar7yWbbSUnMsac5NMgG4BpkULYe4j97iJAZ01oM7dk,639
217
217
  regula/documentreader/webclient/gen/models/rfid_validity.py,sha256=GdTJug93a4K1REDy4QeMLgVNf878TtbnYGT1R-0fuD4,2980
218
- regula/documentreader/webclient/gen/models/rfidpkd_resource_type.py,sha256=apzhMDECSR6nA1XshnyBhF1UvssokP7oAk3xOPVB9p0,658
218
+ regula/documentreader/webclient/gen/models/rfidpkd_resource_type.py,sha256=kAXscFhVGfJOoKM_Eh50AX5TUKHhKS9KYAsA2lR1l0g,688
219
219
  regula/documentreader/webclient/gen/models/scenario.py,sha256=-KpZ-K-YwK8pNz3-lDg6gofCZppDNfI6wFYTTihlmTs,1062
220
220
  regula/documentreader/webclient/gen/models/security_feature_item.py,sha256=lxGJV8GjuCEu6JhduIk5coK0GHsO4NpAbfsVtmbLCHQ,3912
221
221
  regula/documentreader/webclient/gen/models/security_feature_result.py,sha256=_4kxK_BPPZhV7z8mJtlNhh-K3Halmv7tR09gs_PxgwY,4572
@@ -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=3Q86Cngm5H0eIB7NzHtuT90-Kh6GQz4YzT2sDgJWsvM,5001
261
- regula_documentreader_webclient-8.2.427.dev0.dist-info/METADATA,sha256=nvcgD0CKqBquRSizaXh8ObepPawgOB1hnX0SCGcZ7G8,4001
262
- regula_documentreader_webclient-8.2.427.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
263
- regula_documentreader_webclient-8.2.427.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
264
- regula_documentreader_webclient-8.2.427.dev0.dist-info/RECORD,,
261
+ regula_documentreader_webclient-8.2.429.dev0.dist-info/METADATA,sha256=ucfcvnEL4bFgcsVQh6VU8remctedsynMN2BQ-s4rpZ8,4001
262
+ regula_documentreader_webclient-8.2.429.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
263
+ regula_documentreader_webclient-8.2.429.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
264
+ regula_documentreader_webclient-8.2.429.dev0.dist-info/RECORD,,