onfido-python 5.6.0__py3-none-any.whl → 5.7.0__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.
onfido/__init__.py CHANGED
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "5.6.0"
17
+ __version__ = "5.7.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from onfido.api.default_api import DefaultApi
@@ -232,6 +232,9 @@ from onfido.models.location_builder import LocationBuilder
232
232
  from onfido.models.location_shared import LocationShared
233
233
  from onfido.models.motion_capture import MotionCapture
234
234
  from onfido.models.motion_captures_list import MotionCapturesList
235
+ from onfido.models.passkey import Passkey
236
+ from onfido.models.passkey_updater import PasskeyUpdater
237
+ from onfido.models.passkeys_list import PasskeysList
235
238
  from onfido.models.photo_auto_reasons import PhotoAutoReasons
236
239
  from onfido.models.photo_reasons import PhotoReasons
237
240
  from onfido.models.proof_of_address_breakdown import ProofOfAddressBreakdown
@@ -260,6 +263,10 @@ from onfido.models.sdk_token import SdkToken
260
263
  from onfido.models.sdk_token_builder import SdkTokenBuilder
261
264
  from onfido.models.sdk_token_request import SdkTokenRequest
262
265
  from onfido.models.sdk_token_response import SdkTokenResponse
266
+ from onfido.models.signing_document import SigningDocument
267
+ from onfido.models.signing_document_response import SigningDocumentResponse
268
+ from onfido.models.signing_document_shared import SigningDocumentShared
269
+ from onfido.models.signing_documents_list import SigningDocumentsList
263
270
  from onfido.models.task import Task
264
271
  from onfido.models.task_item import TaskItem
265
272
  from onfido.models.timeline_file_reference import TimelineFileReference