onfido-python 4.6.0__tar.gz → 5.1.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.
- {onfido_python-4.6.0/onfido_python.egg-info → onfido_python-5.1.0}/PKG-INFO +3 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/README.md +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/__init__.py +7 -4
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/api/default_api.py +541 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/api_client.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/configuration.py +151 -39
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/exceptions.py +17 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/__init__.py +6 -3
- onfido_python-5.1.0/onfido/models/applicant_consent.py +111 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_consent_name.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check_response.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check_status.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/country_codes.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown.py +7 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown_breakdown.py +3 -3
- onfido_python-4.6.0/onfido/models/device_intelligence_breakdown_breakdown_device.py → onfido_python-5.1.0/onfido/models/device_intelligence_breakdown_device.py +6 -6
- onfido_python-4.6.0/onfido/models/device_intelligence_breakdown_breakdown_device_breakdown.py → onfido_python-5.1.0/onfido/models/device_intelligence_breakdown_device_breakdown.py +4 -4
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown_properties_device.py +13 -13
- onfido_python-5.1.0/onfido/models/device_intelligence_properties.py +116 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_report.py +8 -12
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document.py +2 -12
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties.py +15 -11
- onfido_python-4.6.0/onfido/models/document_properties_driving_licence_information.py → onfido_python-5.1.0/onfido/models/document_properties_driving_licence_information_item.py +4 -4
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_report.py +3 -3
- onfido_python-5.1.0/onfido/models/document_report_shared.py +108 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_shared.py +2 -12
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_types.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_video_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_video_with_address_information_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_address_information_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_driver_verification_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_driver_verification_report_all_of_properties.py +15 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_driving_licence_information_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/extraction_document_classification.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/extraction_extracted_data.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_report_shared.py +11 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_report.py +3 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/id_number.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_properties.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/repeat_attempts_list_repeat_attempts_inner.py +6 -6
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_name.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_result.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_shared.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_status.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_sub_result.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/results_feedback.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_builder.py +6 -6
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_shared.py +6 -6
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_properties.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_builder.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_shared.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_peps_only_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_sanctions_only_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_standard_properties.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_standard_report.py +1 -11
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook.py +11 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_builder.py +11 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_object_status.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_payload_object.py +1 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_resource_type.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_type.py +1 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_shared.py +12 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_updater.py +11 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_link.py +2 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_status.py +1 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/webhook_event_verifier.py +3 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0/onfido_python.egg-info}/PKG-INFO +3 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido_python.egg-info/SOURCES.txt +6 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/pyproject.toml +20 -3
- {onfido_python-4.6.0 → onfido_python-5.1.0}/setup.py +1 -1
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_applicants.py +30 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_documents.py +13 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_report_schemas.py +55 -2
- {onfido_python-4.6.0 → onfido_python-5.1.0}/LICENSE +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/api/__init__.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/api_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/address.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/address_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/address_shared.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/addresses_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_consent_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_create.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_request.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_shared.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_update.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicant_updater.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/applicants_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check_request.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/check_shared.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/checks_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/complete_task_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/complete_task_data_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown_properties_geolocation.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/device_intelligence_breakdown_properties_ip.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_age_validation.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_age_validation_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_compromised_document.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_compromised_document_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_comparison.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_comparison_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_consistency.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_consistency_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_validation.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_validation_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_issuing_authority.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_issuing_authority_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_police_record.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_cdq_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_iq_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_odp_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_address_lines.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_barcode_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_document_classification.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_document_numbers_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_extracted_data.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_properties_nfc.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/documents_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/error.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/error1.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/error_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/error_properties1.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/extract_request.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/extraction.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_face_comparison.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_motion_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_fully_auto_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_photo_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_report_media.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_face_comparison.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/facial_similarity_video_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/id_photo.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/id_photo_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/id_photos_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_date_of_birth.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_mortality.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_sources.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/identity_enhanced_properties_matched_addresses_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_breakdown_device.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/india_pan_report_all_of_properties_device.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_breakdown_previously_seen_faces.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/known_faces_properties_matches_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/live_photo.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/live_photo_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/live_photos_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/live_video.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/live_videos_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/location.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/location_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/location_shared.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/motion_capture.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/motion_captures_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/photo_auto_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/photo_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_data_comparison.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_document_classification.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_image_integrity.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/repeat_attempts_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/report_document.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/reports_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/sdk_token.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/sdk_token_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/sdk_token_request.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/sdk_token_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/task.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/task_item.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/timeline_file_reference.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_address.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_address_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_document.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_document_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_personal.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/us_driving_licence_breakdown_personal_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/video_reasons.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_breakdown_adverse_media.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_aml_breakdown_sanction.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_match.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_matches_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_matches_updater.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitor_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_monitors_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/watchlist_standard_breakdown.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_create.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_payload.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_event_payload_resource.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_resend.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhook_update.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhooks_list.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/webhooks_resend_item.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_builder.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_error.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_request.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_response.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/models/workflow_run_shared.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/py.typed +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido/rest.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido_python.egg-info/dependency_links.txt +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido_python.egg-info/requires.txt +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/onfido_python.egg-info/top_level.txt +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/setup.cfg +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_address_picker.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_checks.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_classic_webhook_event_verification.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_extraction.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_id_photos.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_live_photos.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_live_video.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_motion_capture.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_qualified_electronic_signatures.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_reports.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_sdk_token.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_studio_webhook_event_verification.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_tasks.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_watchlist_monitor.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_webhooks.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_workflow_run_outputs.py +0 -0
- {onfido_python-4.6.0 → onfido_python-5.1.0}/tests/test_workflow_runs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: onfido-python
|
|
3
|
-
Version:
|
|
3
|
+
Version: 5.1.0
|
|
4
4
|
Summary: Python library for the Onfido API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -19,6 +19,7 @@ Dynamic: description
|
|
|
19
19
|
Dynamic: description-content-type
|
|
20
20
|
Dynamic: keywords
|
|
21
21
|
Dynamic: license
|
|
22
|
+
Dynamic: license-file
|
|
22
23
|
Dynamic: requires-dist
|
|
23
24
|
Dynamic: summary
|
|
24
25
|
|
|
@@ -13,7 +13,7 @@ This version uses Onfido API v3.6. Refer to our [API versioning guide](https://d
|
|
|
13
13
|
|
|
14
14
|
### Requirements
|
|
15
15
|
|
|
16
|
-
Python 3.
|
|
16
|
+
Python 3.8+
|
|
17
17
|
|
|
18
18
|
### Installation
|
|
19
19
|
|
|
@@ -119,7 +119,7 @@ Except for accessing Task object's outputs, avoid using the `additional_properti
|
|
|
119
119
|
|
|
120
120
|
## Contributing
|
|
121
121
|
|
|
122
|
-
This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.
|
|
122
|
+
This library is automatically generated using [OpenAPI Generator](https://openapi-generator.tech) (version: 7.11.0); therefore, all contributions (except test files) should target the [Onfido OpenAPI specification repository](https://github.com/onfido/onfido-openapi-spec/tree/master) instead of this repository. Please follow the contribution guidelines provided in the OpenAPI specification 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__ = "
|
|
17
|
+
__version__ = "5.1.0"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from onfido.api.default_api import DefaultApi
|
|
@@ -37,6 +37,7 @@ 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 import ApplicantConsent
|
|
40
41
|
from onfido.models.applicant_consent_builder import ApplicantConsentBuilder
|
|
41
42
|
from onfido.models.applicant_consent_name import ApplicantConsentName
|
|
42
43
|
from onfido.models.applicant_create import ApplicantCreate
|
|
@@ -58,12 +59,13 @@ from onfido.models.complete_task_data_builder import CompleteTaskDataBuilder
|
|
|
58
59
|
from onfido.models.country_codes import CountryCodes
|
|
59
60
|
from onfido.models.device_intelligence_breakdown import DeviceIntelligenceBreakdown
|
|
60
61
|
from onfido.models.device_intelligence_breakdown_breakdown import DeviceIntelligenceBreakdownBreakdown
|
|
61
|
-
from onfido.models.
|
|
62
|
-
from onfido.models.
|
|
62
|
+
from onfido.models.device_intelligence_breakdown_device import DeviceIntelligenceBreakdownDevice
|
|
63
|
+
from onfido.models.device_intelligence_breakdown_device_breakdown import DeviceIntelligenceBreakdownDeviceBreakdown
|
|
63
64
|
from onfido.models.device_intelligence_breakdown_properties import DeviceIntelligenceBreakdownProperties
|
|
64
65
|
from onfido.models.device_intelligence_breakdown_properties_device import DeviceIntelligenceBreakdownPropertiesDevice
|
|
65
66
|
from onfido.models.device_intelligence_breakdown_properties_geolocation import DeviceIntelligenceBreakdownPropertiesGeolocation
|
|
66
67
|
from onfido.models.device_intelligence_breakdown_properties_ip import DeviceIntelligenceBreakdownPropertiesIp
|
|
68
|
+
from onfido.models.device_intelligence_properties import DeviceIntelligenceProperties
|
|
67
69
|
from onfido.models.device_intelligence_report import DeviceIntelligenceReport
|
|
68
70
|
from onfido.models.document import Document
|
|
69
71
|
from onfido.models.document_breakdown import DocumentBreakdown
|
|
@@ -109,10 +111,11 @@ from onfido.models.document_properties_address_lines import DocumentPropertiesAd
|
|
|
109
111
|
from onfido.models.document_properties_barcode_inner import DocumentPropertiesBarcodeInner
|
|
110
112
|
from onfido.models.document_properties_document_classification import DocumentPropertiesDocumentClassification
|
|
111
113
|
from onfido.models.document_properties_document_numbers_inner import DocumentPropertiesDocumentNumbersInner
|
|
112
|
-
from onfido.models.
|
|
114
|
+
from onfido.models.document_properties_driving_licence_information_item import DocumentPropertiesDrivingLicenceInformationItem
|
|
113
115
|
from onfido.models.document_properties_extracted_data import DocumentPropertiesExtractedData
|
|
114
116
|
from onfido.models.document_properties_nfc import DocumentPropertiesNfc
|
|
115
117
|
from onfido.models.document_report import DocumentReport
|
|
118
|
+
from onfido.models.document_report_shared import DocumentReportShared
|
|
116
119
|
from onfido.models.document_response import DocumentResponse
|
|
117
120
|
from onfido.models.document_shared import DocumentShared
|
|
118
121
|
from onfido.models.document_types import DocumentTypes
|