onfido-python 3.5.0__tar.gz → 4.0.0__tar.gz

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.
Files changed (333) hide show
  1. {onfido_python-3.5.0/onfido_python.egg-info → onfido_python-4.0.0}/PKG-INFO +3 -3
  2. {onfido_python-3.5.0 → onfido_python-4.0.0}/README.md +1 -1
  3. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/__init__.py +10 -5
  4. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/api/default_api.py +611 -416
  5. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/api_client.py +38 -11
  6. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/configuration.py +14 -3
  7. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/__init__.py +9 -4
  8. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/addresses_list.py +3 -3
  9. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant.py +3 -3
  10. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_builder.py +12 -8
  11. onfido_python-3.5.0/onfido/models/consents_builder.py → onfido_python-4.0.0/onfido/models/applicant_consent_builder.py +11 -6
  12. onfido_python-4.0.0/onfido/models/applicant_consent_name.py +38 -0
  13. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_request.py +10 -6
  14. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_shared.py +3 -3
  15. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_updater.py +12 -8
  16. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicants_list.py +3 -3
  17. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/check.py +10 -13
  18. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/check_builder.py +3 -1
  19. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/check_response.py +7 -13
  20. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/check_shared.py +4 -2
  21. onfido_python-4.0.0/onfido/models/check_status.py +41 -0
  22. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/checks_list.py +3 -3
  23. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_properties_device.py +1 -9
  24. onfido_python-4.0.0/onfido/models/device_intelligence_breakdown_properties_ip.py +100 -0
  25. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_report.py +3 -3
  26. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document.py +2 -1
  27. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties.py +6 -6
  28. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_report.py +3 -3
  29. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_shared.py +2 -1
  30. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_types.py +5 -0
  31. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_video_report.py +3 -3
  32. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_video_with_address_information_report.py +3 -3
  33. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_address_information_report.py +3 -3
  34. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_driver_verification_report.py +3 -3
  35. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_driver_verification_report_all_of_properties.py +9 -9
  36. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_driving_licence_information_report.py +3 -3
  37. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/documents_list.py +3 -3
  38. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_report.py +3 -3
  39. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_report.py +3 -3
  40. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_report.py +3 -3
  41. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_report.py +3 -3
  42. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/id_photos_list.py +3 -3
  43. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_properties.py +3 -3
  44. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_report.py +3 -3
  45. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report.py +3 -3
  46. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_properties.py +3 -3
  47. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_report.py +3 -3
  48. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/live_photos_list.py +3 -3
  49. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/live_videos_list.py +3 -3
  50. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/motion_captures_list.py +3 -3
  51. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_report.py +3 -3
  52. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/repeat_attempts_list.py +3 -3
  53. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_shared.py +3 -3
  54. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/reports_list.py +3 -3
  55. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/task_item.py +11 -2
  56. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_report.py +3 -3
  57. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_report.py +3 -3
  58. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties.py +3 -3
  59. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner.py +18 -18
  60. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_report.py +3 -3
  61. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_matches_list.py +3 -3
  62. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitors_list.py +3 -3
  63. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_peps_only_report.py +3 -3
  64. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_sanctions_only_report.py +3 -3
  65. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_standard_report.py +3 -3
  66. onfido_python-4.0.0/onfido/models/webhook_event_object_status.py +54 -0
  67. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_event_payload.py +9 -4
  68. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_event_payload_object.py +2 -1
  69. onfido_python-4.0.0/onfido/models/webhook_event_payload_resource.py +158 -0
  70. onfido_python-4.0.0/onfido/models/webhook_event_resource_type.py +41 -0
  71. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_resend.py +3 -3
  72. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhooks_list.py +3 -3
  73. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/workflow_run.py +9 -18
  74. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/workflow_run_builder.py +3 -3
  75. onfido_python-3.5.0/onfido/models/workflow_run_response_error.py → onfido_python-4.0.0/onfido/models/workflow_run_error.py +4 -4
  76. onfido_python-3.5.0/onfido/models/workflow_run_shared_link.py → onfido_python-4.0.0/onfido/models/workflow_run_link.py +24 -4
  77. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/workflow_run_response.py +6 -15
  78. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/workflow_run_shared.py +3 -3
  79. onfido_python-4.0.0/onfido/models/workflow_run_status.py +43 -0
  80. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/rest.py +1 -1
  81. {onfido_python-3.5.0 → onfido_python-4.0.0/onfido_python.egg-info}/PKG-INFO +3 -3
  82. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido_python.egg-info/SOURCES.txt +11 -5
  83. onfido_python-4.0.0/onfido_python.egg-info/requires.txt +4 -0
  84. {onfido_python-3.5.0 → onfido_python-4.0.0}/pyproject.toml +12 -12
  85. {onfido_python-3.5.0 → onfido_python-4.0.0}/setup.py +4 -4
  86. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_applicants.py +6 -0
  87. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_checks.py +3 -2
  88. onfido_python-3.5.0/tests/test_webhook_verification.py → onfido_python-4.0.0/tests/test_classic_webhook_event_verification.py +7 -4
  89. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_documents.py +2 -2
  90. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_qualified_electronic_signatures.py +1 -2
  91. onfido_python-4.0.0/tests/test_studio_webhook_event_verification.py +63 -0
  92. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_workflow_runs.py +5 -5
  93. onfido_python-3.5.0/onfido/models/consent_item.py +0 -109
  94. onfido_python-3.5.0/onfido/models/device_intelligence_breakdown_properties_ip.py +0 -106
  95. onfido_python-3.5.0/onfido_python.egg-info/requires.txt +0 -4
  96. {onfido_python-3.5.0 → onfido_python-4.0.0}/LICENSE +0 -0
  97. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/api/__init__.py +0 -0
  98. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/api_response.py +0 -0
  99. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/exceptions.py +0 -0
  100. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/address.py +0 -0
  101. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/address_builder.py +0 -0
  102. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/address_shared.py +0 -0
  103. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_create.py +0 -0
  104. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_response.py +0 -0
  105. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/applicant_update.py +0 -0
  106. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/check_request.py +0 -0
  107. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/complete_task_builder.py +0 -0
  108. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/complete_task_data_builder.py +0 -0
  109. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/country_codes.py +0 -0
  110. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown.py +0 -0
  111. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_breakdown.py +0 -0
  112. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_breakdown_device.py +0 -0
  113. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_breakdown_device_breakdown.py +0 -0
  114. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_properties.py +0 -0
  115. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/device_intelligence_breakdown_properties_geolocation.py +0 -0
  116. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown.py +0 -0
  117. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_age_validation.py +0 -0
  118. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_age_validation_breakdown.py +0 -0
  119. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_compromised_document.py +0 -0
  120. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_compromised_document_breakdown.py +0 -0
  121. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_comparison.py +0 -0
  122. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_comparison_breakdown.py +0 -0
  123. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py +0 -0
  124. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_consistency.py +0 -0
  125. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_consistency_breakdown.py +0 -0
  126. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_validation.py +0 -0
  127. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_validation_breakdown.py +0 -0
  128. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py +0 -0
  129. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py +0 -0
  130. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity.py +0 -0
  131. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity_breakdown.py +0 -0
  132. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py +0 -0
  133. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py +0 -0
  134. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py +0 -0
  135. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py +0 -0
  136. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_issuing_authority.py +0 -0
  137. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_issuing_authority_breakdown.py +0 -0
  138. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py +0 -0
  139. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py +0 -0
  140. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_police_record.py +0 -0
  141. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity.py +0 -0
  142. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown.py +0 -0
  143. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py +0 -0
  144. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py +0 -0
  145. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py +0 -0
  146. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py +0 -0
  147. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py +0 -0
  148. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py +0 -0
  149. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py +0 -0
  150. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py +0 -0
  151. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_cdq_reasons.py +0 -0
  152. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_iq_reasons.py +0 -0
  153. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_odp_reasons.py +0 -0
  154. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_address_lines.py +0 -0
  155. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_barcode_inner.py +0 -0
  156. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_document_classification.py +0 -0
  157. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_document_numbers_inner.py +0 -0
  158. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_driving_licence_information.py +0 -0
  159. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_extracted_data.py +0 -0
  160. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_properties_nfc.py +0 -0
  161. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_response.py +0 -0
  162. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py +0 -0
  163. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py +0 -0
  164. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/error.py +0 -0
  165. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/error1.py +0 -0
  166. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/error_properties.py +0 -0
  167. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/error_properties1.py +0 -0
  168. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/extract_request.py +0 -0
  169. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/extraction.py +0 -0
  170. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/extraction_document_classification.py +0 -0
  171. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/extraction_extracted_data.py +0 -0
  172. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown.py +0 -0
  173. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_face_comparison.py +0 -0
  174. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity.py +0 -0
  175. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py +0 -0
  176. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py +0 -0
  177. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
  178. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py +0 -0
  179. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py +0 -0
  180. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
  181. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_motion_properties.py +0 -0
  182. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown.py +0 -0
  183. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison.py +0 -0
  184. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py +0 -0
  185. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py +0 -0
  186. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py +0 -0
  187. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity.py +0 -0
  188. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py +0 -0
  189. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py +0 -0
  190. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
  191. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py +0 -0
  192. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py +0 -0
  193. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
  194. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py +0 -0
  195. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown.py +0 -0
  196. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py +0 -0
  197. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py +0 -0
  198. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
  199. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_fully_auto_properties.py +0 -0
  200. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_photo_properties.py +0 -0
  201. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown.py +0 -0
  202. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_face_comparison.py +0 -0
  203. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_image_integrity.py +0 -0
  204. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py +0 -0
  205. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py +0 -0
  206. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
  207. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py +0 -0
  208. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py +0 -0
  209. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py +0 -0
  210. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
  211. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/facial_similarity_video_properties.py +0 -0
  212. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/id_number.py +0 -0
  213. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/id_photo.py +0 -0
  214. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/id_photo_response.py +0 -0
  215. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown.py +0 -0
  216. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address.py +0 -0
  217. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address_breakdown.py +0 -0
  218. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py +0 -0
  219. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py +0 -0
  220. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py +0 -0
  221. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py +0 -0
  222. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_date_of_birth.py +0 -0
  223. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py +0 -0
  224. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py +0 -0
  225. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py +0 -0
  226. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_mortality.py +0 -0
  227. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_sources.py +0 -0
  228. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown.py +0 -0
  229. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py +0 -0
  230. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py +0 -0
  231. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/identity_enhanced_properties_matched_addresses_inner.py +0 -0
  232. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_breakdown.py +0 -0
  233. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_breakdown_device.py +0 -0
  234. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py +0 -0
  235. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py +0 -0
  236. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_properties.py +0 -0
  237. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/india_pan_report_all_of_properties_device.py +0 -0
  238. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_breakdown.py +0 -0
  239. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_breakdown_image_integrity.py +0 -0
  240. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_breakdown_previously_seen_faces.py +0 -0
  241. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/known_faces_properties_matches_inner.py +0 -0
  242. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/live_photo.py +0 -0
  243. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/live_photo_response.py +0 -0
  244. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/live_video.py +0 -0
  245. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/location.py +0 -0
  246. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/location_builder.py +0 -0
  247. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/location_shared.py +0 -0
  248. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/motion_capture.py +0 -0
  249. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/photo_auto_reasons.py +0 -0
  250. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/photo_reasons.py +0 -0
  251. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown.py +0 -0
  252. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_data_comparison.py +0 -0
  253. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py +0 -0
  254. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_document_classification.py +0 -0
  255. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py +0 -0
  256. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_image_integrity.py +0 -0
  257. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py +0 -0
  258. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/proof_of_address_properties.py +0 -0
  259. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/repeat_attempts_list_repeat_attempts_inner.py +0 -0
  260. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report.py +0 -0
  261. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_document.py +0 -0
  262. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_name.py +0 -0
  263. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_result.py +0 -0
  264. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_status.py +0 -0
  265. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/report_sub_result.py +0 -0
  266. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/results_feedback.py +0 -0
  267. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/sdk_token.py +0 -0
  268. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/sdk_token_builder.py +0 -0
  269. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/sdk_token_request.py +0 -0
  270. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/sdk_token_response.py +0 -0
  271. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/task.py +0 -0
  272. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/timeline_file_reference.py +0 -0
  273. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown.py +0 -0
  274. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_address.py +0 -0
  275. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_address_breakdown.py +0 -0
  276. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_document.py +0 -0
  277. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_document_breakdown.py +0 -0
  278. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_personal.py +0 -0
  279. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_breakdown_personal_breakdown.py +0 -0
  280. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_builder.py +0 -0
  281. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/us_driving_licence_shared.py +0 -0
  282. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/video_reasons.py +0 -0
  283. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_breakdown.py +0 -0
  284. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_breakdown_adverse_media.py +0 -0
  285. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py +0 -0
  286. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py +0 -0
  287. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_breakdown_sanction.py +0 -0
  288. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_aml_properties.py +0 -0
  289. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_breakdown.py +0 -0
  290. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py +0 -0
  291. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py +0 -0
  292. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py +0 -0
  293. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py +0 -0
  294. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py +0 -0
  295. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py +0 -0
  296. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py +0 -0
  297. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor.py +0 -0
  298. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_builder.py +0 -0
  299. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_match.py +0 -0
  300. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_matches_updater.py +0 -0
  301. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_response.py +0 -0
  302. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_monitor_shared.py +0 -0
  303. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_standard_breakdown.py +0 -0
  304. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/watchlist_standard_properties.py +0 -0
  305. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook.py +0 -0
  306. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_builder.py +0 -0
  307. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_create.py +0 -0
  308. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_event.py +0 -0
  309. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_event_type.py +0 -0
  310. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_response.py +0 -0
  311. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_shared.py +0 -0
  312. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_update.py +0 -0
  313. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhook_updater.py +0 -0
  314. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/webhooks_resend_item.py +0 -0
  315. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/models/workflow_run_request.py +0 -0
  316. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/py.typed +0 -0
  317. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido/webhook_event_verifier.py +0 -0
  318. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido_python.egg-info/dependency_links.txt +0 -0
  319. {onfido_python-3.5.0 → onfido_python-4.0.0}/onfido_python.egg-info/top_level.txt +0 -0
  320. {onfido_python-3.5.0 → onfido_python-4.0.0}/setup.cfg +0 -0
  321. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_address_picker.py +0 -0
  322. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_extraction.py +0 -0
  323. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_id_photos.py +0 -0
  324. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_live_photos.py +0 -0
  325. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_live_video.py +0 -0
  326. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_motion_capture.py +0 -0
  327. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_report_schemas.py +0 -0
  328. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_reports.py +0 -0
  329. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_sdk_token.py +0 -0
  330. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_tasks.py +0 -0
  331. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_watchlist_monitor.py +0 -0
  332. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_webhooks.py +0 -0
  333. {onfido_python-3.5.0 → onfido_python-4.0.0}/tests/test_workflow_run_outputs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: onfido-python
3
- Version: 3.5.0
3
+ Version: 4.0.0
4
4
  Summary: Python library for the Onfido API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -9,8 +9,8 @@ License: MIT
9
9
  Keywords: OpenAPI,OpenAPI-Generator,onfido,identity
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: urllib3<2.1.0,>=1.25.3
13
- Requires-Dist: python-dateutil
12
+ Requires-Dist: urllib3<3.0.0,>=1.25.3
13
+ Requires-Dist: python-dateutil>=2.8.2
14
14
  Requires-Dist: pydantic>=2
15
15
  Requires-Dist: typing-extensions>=4.7.1
16
16
 
@@ -119,7 +119,7 @@ Retain from using `additional_properties` dictionary to access not defined prope
119
119
 
120
120
  ## Contributing
121
121
 
122
- This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.6.0); therefore all the contributions, except tests files, should target [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository.
122
+ This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.9.0); therefore all the contributions, except tests files, should target [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository.
123
123
 
124
124
  For contributions to the tests instead, please follow the steps below:
125
125
 
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "3.5.0"
17
+ __version__ = "4.0.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from onfido.api.default_api import DefaultApi
@@ -37,6 +37,8 @@ from onfido.models.address_shared import AddressShared
37
37
  from onfido.models.addresses_list import AddressesList
38
38
  from onfido.models.applicant import Applicant
39
39
  from onfido.models.applicant_builder import ApplicantBuilder
40
+ from onfido.models.applicant_consent_builder import ApplicantConsentBuilder
41
+ from onfido.models.applicant_consent_name import ApplicantConsentName
40
42
  from onfido.models.applicant_create import ApplicantCreate
41
43
  from onfido.models.applicant_request import ApplicantRequest
42
44
  from onfido.models.applicant_response import ApplicantResponse
@@ -49,11 +51,10 @@ from onfido.models.check_builder import CheckBuilder
49
51
  from onfido.models.check_request import CheckRequest
50
52
  from onfido.models.check_response import CheckResponse
51
53
  from onfido.models.check_shared import CheckShared
54
+ from onfido.models.check_status import CheckStatus
52
55
  from onfido.models.checks_list import ChecksList
53
56
  from onfido.models.complete_task_builder import CompleteTaskBuilder
54
57
  from onfido.models.complete_task_data_builder import CompleteTaskDataBuilder
55
- from onfido.models.consent_item import ConsentItem
56
- from onfido.models.consents_builder import ConsentsBuilder
57
58
  from onfido.models.country_codes import CountryCodes
58
59
  from onfido.models.device_intelligence_breakdown import DeviceIntelligenceBreakdown
59
60
  from onfido.models.device_intelligence_breakdown_breakdown import DeviceIntelligenceBreakdownBreakdown
@@ -297,8 +298,11 @@ from onfido.models.webhook import Webhook
297
298
  from onfido.models.webhook_builder import WebhookBuilder
298
299
  from onfido.models.webhook_create import WebhookCreate
299
300
  from onfido.models.webhook_event import WebhookEvent
301
+ from onfido.models.webhook_event_object_status import WebhookEventObjectStatus
300
302
  from onfido.models.webhook_event_payload import WebhookEventPayload
301
303
  from onfido.models.webhook_event_payload_object import WebhookEventPayloadObject
304
+ from onfido.models.webhook_event_payload_resource import WebhookEventPayloadResource
305
+ from onfido.models.webhook_event_resource_type import WebhookEventResourceType
302
306
  from onfido.models.webhook_event_type import WebhookEventType
303
307
  from onfido.models.webhook_resend import WebhookResend
304
308
  from onfido.models.webhook_response import WebhookResponse
@@ -309,11 +313,12 @@ from onfido.models.webhooks_list import WebhooksList
309
313
  from onfido.models.webhooks_resend_item import WebhooksResendItem
310
314
  from onfido.models.workflow_run import WorkflowRun
311
315
  from onfido.models.workflow_run_builder import WorkflowRunBuilder
316
+ from onfido.models.workflow_run_error import WorkflowRunError
317
+ from onfido.models.workflow_run_link import WorkflowRunLink
312
318
  from onfido.models.workflow_run_request import WorkflowRunRequest
313
319
  from onfido.models.workflow_run_response import WorkflowRunResponse
314
- from onfido.models.workflow_run_response_error import WorkflowRunResponseError
315
320
  from onfido.models.workflow_run_shared import WorkflowRunShared
316
- from onfido.models.workflow_run_shared_link import WorkflowRunSharedLink
321
+ from onfido.models.workflow_run_status import WorkflowRunStatus
317
322
 
318
323
  from onfido.webhook_event_verifier import OnfidoInvalidSignatureError
319
324
  from onfido.webhook_event_verifier import WebhookEventVerifier