onfido-python 5.1.0__tar.gz → 5.3.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-5.1.0/onfido_python.egg-info → onfido_python-5.3.0}/PKG-INFO +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/__init__.py +3 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/api_client.py +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/configuration.py +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/__init__.py +2 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check_builder.py +8 -2
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check_request.py +8 -2
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_driver_verification_report_all_of_properties.py +3 -1
- onfido_python-5.3.0/onfido/models/report_configuration.py +119 -0
- onfido_python-5.3.0/onfido/models/report_configuration_facial_similarity.py +110 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0/onfido_python.egg-info}/PKG-INFO +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido_python.egg-info/SOURCES.txt +2 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/pyproject.toml +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/setup.py +1 -1
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_report_schemas.py +5 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/LICENSE +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/README.md +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/api/__init__.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/api/default_api.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/api_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/exceptions.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/address.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/address_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/address_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/addresses_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_consent.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_consent_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_consent_name.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_create.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_request.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_update.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicant_updater.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/applicants_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/check_status.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/checks_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/complete_task_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/complete_task_data_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/country_codes.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_device.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_device_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_properties_device.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_properties_geolocation.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_properties_ip.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_age_validation.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_age_validation_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_compromised_document.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_compromised_document_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_comparison.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_comparison_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_consistency.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_consistency_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_validation.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_validation_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_issuing_authority.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_issuing_authority_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_police_record.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_cdq_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_iq_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_odp_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_address_lines.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_barcode_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_document_classification.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_document_numbers_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_driving_licence_information_item.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_extracted_data.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_properties_nfc.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_report_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_types.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_video_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_video_with_address_information_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_address_information_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_driver_verification_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_with_driving_licence_information_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/documents_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/error.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/error1.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/error_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/error_properties1.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/extract_request.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/extraction.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/extraction_document_classification.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/extraction_extracted_data.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_face_comparison.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_motion_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_fully_auto_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_photo_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_report_media.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_report_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_face_comparison.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/facial_similarity_video_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/id_number.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/id_photo.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/id_photo_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/id_photos_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_date_of_birth.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_mortality.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_sources.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_properties_matched_addresses_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/identity_enhanced_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_breakdown_device.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/india_pan_report_all_of_properties_device.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_breakdown_previously_seen_faces.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_properties_matches_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/known_faces_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/live_photo.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/live_photo_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/live_photos_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/live_video.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/live_videos_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/location.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/location_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/location_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/motion_capture.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/motion_captures_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/photo_auto_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/photo_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_data_comparison.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_document_classification.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_image_integrity.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/proof_of_address_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/repeat_attempts_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/repeat_attempts_list_repeat_attempts_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_document.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_name.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_result.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_status.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/report_sub_result.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/reports_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/results_feedback.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/sdk_token.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/sdk_token_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/sdk_token_request.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/sdk_token_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/task.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/task_item.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/timeline_file_reference.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_address.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_address_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_document.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_document_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_personal.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_breakdown_personal_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/us_driving_licence_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/video_reasons.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_breakdown_adverse_media.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_breakdown_sanction.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_aml_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_enhanced_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_match.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_matches_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_matches_updater.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitor_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_monitors_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_peps_only_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_sanctions_only_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_standard_breakdown.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_standard_properties.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/watchlist_standard_report.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_create.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_object_status.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_payload.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_payload_object.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_payload_resource.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_resource_type.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_event_type.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_resend.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_update.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhook_updater.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhooks_list.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/webhooks_resend_item.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_builder.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_error.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_link.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_request.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_response.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_shared.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/workflow_run_status.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/py.typed +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/rest.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/webhook_event_verifier.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido_python.egg-info/dependency_links.txt +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido_python.egg-info/requires.txt +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/onfido_python.egg-info/top_level.txt +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/setup.cfg +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_address_picker.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_applicants.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_checks.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_classic_webhook_event_verification.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_documents.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_extraction.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_id_photos.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_live_photos.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_live_video.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_motion_capture.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_qualified_electronic_signatures.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_reports.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_sdk_token.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_studio_webhook_event_verification.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_tasks.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_watchlist_monitor.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_webhooks.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_workflow_run_outputs.py +0 -0
- {onfido_python-5.1.0 → onfido_python-5.3.0}/tests/test_workflow_runs.py +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "5.
|
|
17
|
+
__version__ = "5.3.0"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from onfido.api.default_api import DefaultApi
|
|
@@ -242,6 +242,8 @@ from onfido.models.proof_of_address_report import ProofOfAddressReport
|
|
|
242
242
|
from onfido.models.repeat_attempts_list import RepeatAttemptsList
|
|
243
243
|
from onfido.models.repeat_attempts_list_repeat_attempts_inner import RepeatAttemptsListRepeatAttemptsInner
|
|
244
244
|
from onfido.models.report import Report
|
|
245
|
+
from onfido.models.report_configuration import ReportConfiguration
|
|
246
|
+
from onfido.models.report_configuration_facial_similarity import ReportConfigurationFacialSimilarity
|
|
245
247
|
from onfido.models.report_document import ReportDocument
|
|
246
248
|
from onfido.models.report_name import ReportName
|
|
247
249
|
from onfido.models.report_result import ReportResult
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'onfido-python/5.
|
|
93
|
+
self.user_agent = 'onfido-python/5.3.0'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -501,7 +501,7 @@ conf = onfido.Configuration(
|
|
|
501
501
|
"OS: {env}\n"\
|
|
502
502
|
"Python Version: {pyversion}\n"\
|
|
503
503
|
"Version of the API: v3.6\n"\
|
|
504
|
-
"SDK Package Version: 5.
|
|
504
|
+
"SDK Package Version: 5.3.0".\
|
|
505
505
|
format(env=sys.platform, pyversion=sys.version)
|
|
506
506
|
|
|
507
507
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -225,6 +225,8 @@ from onfido.models.proof_of_address_report import ProofOfAddressReport
|
|
|
225
225
|
from onfido.models.repeat_attempts_list import RepeatAttemptsList
|
|
226
226
|
from onfido.models.repeat_attempts_list_repeat_attempts_inner import RepeatAttemptsListRepeatAttemptsInner
|
|
227
227
|
from onfido.models.report import Report
|
|
228
|
+
from onfido.models.report_configuration import ReportConfiguration
|
|
229
|
+
from onfido.models.report_configuration_facial_similarity import ReportConfigurationFacialSimilarity
|
|
228
230
|
from onfido.models.report_document import ReportDocument
|
|
229
231
|
from onfido.models.report_name import ReportName
|
|
230
232
|
from onfido.models.report_result import ReportResult
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from onfido.models.report_configuration import ReportConfiguration
|
|
22
23
|
from onfido.models.report_name import ReportName
|
|
23
24
|
from onfido.models.us_driving_licence_builder import UsDrivingLicenceBuilder
|
|
24
25
|
from typing import Optional, Set
|
|
@@ -41,8 +42,9 @@ class CheckBuilder(BaseModel):
|
|
|
41
42
|
sub_result: Optional[StrictStr] = Field(default=None, description="Triggers responses for particular sub-results for sandbox Document reports.")
|
|
42
43
|
consider: Optional[List[ReportName]] = Field(default=None, description="Array of names of particular reports to return consider as their results. This is a feature available in sandbox testing")
|
|
43
44
|
us_driving_licence: Optional[UsDrivingLicenceBuilder] = None
|
|
45
|
+
report_configuration: Optional[ReportConfiguration] = None
|
|
44
46
|
additional_properties: Dict[str, Any] = {}
|
|
45
|
-
__properties: ClassVar[List[str]] = ["webhook_ids", "applicant_id", "applicant_provides_data", "tags", "redirect_uri", "privacy_notices_read_consent_given", "report_names", "document_ids", "asynchronous", "suppress_form_emails", "sub_result", "consider", "us_driving_licence"]
|
|
47
|
+
__properties: ClassVar[List[str]] = ["webhook_ids", "applicant_id", "applicant_provides_data", "tags", "redirect_uri", "privacy_notices_read_consent_given", "report_names", "document_ids", "asynchronous", "suppress_form_emails", "sub_result", "consider", "us_driving_licence", "report_configuration"]
|
|
46
48
|
|
|
47
49
|
model_config = ConfigDict(
|
|
48
50
|
populate_by_name=True,
|
|
@@ -88,6 +90,9 @@ class CheckBuilder(BaseModel):
|
|
|
88
90
|
# override the default output from pydantic by calling `to_dict()` of us_driving_licence
|
|
89
91
|
if self.us_driving_licence:
|
|
90
92
|
_dict['us_driving_licence'] = self.us_driving_licence.to_dict()
|
|
93
|
+
# override the default output from pydantic by calling `to_dict()` of report_configuration
|
|
94
|
+
if self.report_configuration:
|
|
95
|
+
_dict['report_configuration'] = self.report_configuration.to_dict()
|
|
91
96
|
# puts key-value pairs in additional_properties in the top level
|
|
92
97
|
if self.additional_properties is not None:
|
|
93
98
|
for _key, _value in self.additional_properties.items():
|
|
@@ -117,7 +122,8 @@ class CheckBuilder(BaseModel):
|
|
|
117
122
|
"suppress_form_emails": obj.get("suppress_form_emails"),
|
|
118
123
|
"sub_result": obj.get("sub_result"),
|
|
119
124
|
"consider": obj.get("consider"),
|
|
120
|
-
"us_driving_licence": UsDrivingLicenceBuilder.from_dict(obj["us_driving_licence"]) if obj.get("us_driving_licence") is not None else None
|
|
125
|
+
"us_driving_licence": UsDrivingLicenceBuilder.from_dict(obj["us_driving_licence"]) if obj.get("us_driving_licence") is not None else None,
|
|
126
|
+
"report_configuration": ReportConfiguration.from_dict(obj["report_configuration"]) if obj.get("report_configuration") is not None else None
|
|
121
127
|
})
|
|
122
128
|
# store additional fields in additional_properties
|
|
123
129
|
for _key in obj.keys():
|
|
@@ -19,6 +19,7 @@ import json
|
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from onfido.models.report_configuration import ReportConfiguration
|
|
22
23
|
from onfido.models.report_name import ReportName
|
|
23
24
|
from onfido.models.us_driving_licence_builder import UsDrivingLicenceBuilder
|
|
24
25
|
from typing import Optional, Set
|
|
@@ -36,8 +37,9 @@ class CheckRequest(BaseModel):
|
|
|
36
37
|
sub_result: Optional[StrictStr] = Field(default=None, description="Triggers responses for particular sub-results for sandbox Document reports.")
|
|
37
38
|
consider: Optional[List[ReportName]] = Field(default=None, description="Array of names of particular reports to return consider as their results. This is a feature available in sandbox testing")
|
|
38
39
|
us_driving_licence: Optional[UsDrivingLicenceBuilder] = None
|
|
40
|
+
report_configuration: Optional[ReportConfiguration] = None
|
|
39
41
|
additional_properties: Dict[str, Any] = {}
|
|
40
|
-
__properties: ClassVar[List[str]] = ["report_names", "document_ids", "applicant_provides_data", "asynchronous", "suppress_form_emails", "sub_result", "consider", "us_driving_licence"]
|
|
42
|
+
__properties: ClassVar[List[str]] = ["report_names", "document_ids", "applicant_provides_data", "asynchronous", "suppress_form_emails", "sub_result", "consider", "us_driving_licence", "report_configuration"]
|
|
41
43
|
|
|
42
44
|
model_config = ConfigDict(
|
|
43
45
|
populate_by_name=True,
|
|
@@ -83,6 +85,9 @@ class CheckRequest(BaseModel):
|
|
|
83
85
|
# override the default output from pydantic by calling `to_dict()` of us_driving_licence
|
|
84
86
|
if self.us_driving_licence:
|
|
85
87
|
_dict['us_driving_licence'] = self.us_driving_licence.to_dict()
|
|
88
|
+
# override the default output from pydantic by calling `to_dict()` of report_configuration
|
|
89
|
+
if self.report_configuration:
|
|
90
|
+
_dict['report_configuration'] = self.report_configuration.to_dict()
|
|
86
91
|
# puts key-value pairs in additional_properties in the top level
|
|
87
92
|
if self.additional_properties is not None:
|
|
88
93
|
for _key, _value in self.additional_properties.items():
|
|
@@ -107,7 +112,8 @@ class CheckRequest(BaseModel):
|
|
|
107
112
|
"suppress_form_emails": obj.get("suppress_form_emails"),
|
|
108
113
|
"sub_result": obj.get("sub_result"),
|
|
109
114
|
"consider": obj.get("consider"),
|
|
110
|
-
"us_driving_licence": UsDrivingLicenceBuilder.from_dict(obj["us_driving_licence"]) if obj.get("us_driving_licence") is not None else None
|
|
115
|
+
"us_driving_licence": UsDrivingLicenceBuilder.from_dict(obj["us_driving_licence"]) if obj.get("us_driving_licence") is not None else None,
|
|
116
|
+
"report_configuration": ReportConfiguration.from_dict(obj["report_configuration"]) if obj.get("report_configuration") is not None else None
|
|
111
117
|
})
|
|
112
118
|
# store additional fields in additional_properties
|
|
113
119
|
for _key in obj.keys():
|
|
@@ -85,10 +85,11 @@ class DocumentWithDriverVerificationReportAllOfProperties(BaseModel):
|
|
|
85
85
|
restricted_licence: Optional[StrictBool] = Field(default=None, description="True for **limited/restricted** driving license, including learner's permits")
|
|
86
86
|
raw_licence_category: Optional[StrictStr] = Field(default=None, description="Underlying, non-normalised, licence category (e.g. \"Junior operators license\")")
|
|
87
87
|
raw_vehicle_classes: Optional[StrictStr] = Field(default=None, description="Comma-separated vehicle classes that the user is qualified for")
|
|
88
|
+
manual_transmission_restriction: Optional[StrictBool] = Field(default=None, description="True if the user is not qualified to drive a manual transmission")
|
|
88
89
|
vehicle_class_details: Optional[List[DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner]] = Field(default=None, description="Detailed classes/categories information")
|
|
89
90
|
passenger_vehicle: Optional[DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle] = None
|
|
90
91
|
additional_properties: Dict[str, Any] = {}
|
|
91
|
-
__properties: ClassVar[List[str]] = ["date_of_birth", "date_of_expiry", "personal_number", "document_numbers", "document_type", "first_name", "middle_name", "last_name", "gender", "issuing_country", "nationality", "issuing_state", "issuing_date", "categorisation", "mrz_line1", "mrz_line2", "mrz_line3", "address", "place_of_birth", "spouse_name", "widow_name", "alias_name", "issuing_authority", "remarks", "civil_state", "expatriation", "father_name", "mother_name", "religion", "type_of_permit", "version_number", "document_subtype", "profession", "security_document_number", "tax_number", "nist_identity_evidence_strength", "has_issuance_confirmation", "real_id_compliance", "security_tier", "address_lines", "barcode", "nfc", "driving_licence_information", "document_classification", "extracted_data", "drivers_licence", "restricted_licence", "raw_licence_category", "raw_vehicle_classes", "vehicle_class_details", "passenger_vehicle"]
|
|
92
|
+
__properties: ClassVar[List[str]] = ["date_of_birth", "date_of_expiry", "personal_number", "document_numbers", "document_type", "first_name", "middle_name", "last_name", "gender", "issuing_country", "nationality", "issuing_state", "issuing_date", "categorisation", "mrz_line1", "mrz_line2", "mrz_line3", "address", "place_of_birth", "spouse_name", "widow_name", "alias_name", "issuing_authority", "remarks", "civil_state", "expatriation", "father_name", "mother_name", "religion", "type_of_permit", "version_number", "document_subtype", "profession", "security_document_number", "tax_number", "nist_identity_evidence_strength", "has_issuance_confirmation", "real_id_compliance", "security_tier", "address_lines", "barcode", "nfc", "driving_licence_information", "document_classification", "extracted_data", "drivers_licence", "restricted_licence", "raw_licence_category", "raw_vehicle_classes", "manual_transmission_restriction", "vehicle_class_details", "passenger_vehicle"]
|
|
92
93
|
|
|
93
94
|
@field_validator('nist_identity_evidence_strength')
|
|
94
95
|
def nist_identity_evidence_strength_validate_enum(cls, value):
|
|
@@ -270,6 +271,7 @@ class DocumentWithDriverVerificationReportAllOfProperties(BaseModel):
|
|
|
270
271
|
"restricted_licence": obj.get("restricted_licence"),
|
|
271
272
|
"raw_licence_category": obj.get("raw_licence_category"),
|
|
272
273
|
"raw_vehicle_classes": obj.get("raw_vehicle_classes"),
|
|
274
|
+
"manual_transmission_restriction": obj.get("manual_transmission_restriction"),
|
|
273
275
|
"vehicle_class_details": [DocumentWithDriverVerificationReportAllOfPropertiesAllOfVehicleClassDetailsInner.from_dict(_item) for _item in obj["vehicle_class_details"]] if obj.get("vehicle_class_details") is not None else None,
|
|
274
276
|
"passenger_vehicle": DocumentWithDriverVerificationReportAllOfPropertiesAllOfPassengerVehicle.from_dict(obj["passenger_vehicle"]) if obj.get("passenger_vehicle") is not None else None
|
|
275
277
|
})
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Onfido API v3.6
|
|
5
|
+
|
|
6
|
+
The Onfido API (v3.6)
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v3.6
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from onfido.models.report_configuration_facial_similarity import ReportConfigurationFacialSimilarity
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ReportConfiguration(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
Defines configuration options for facial similarity checks used to distinguish between onboarding and reverification scenarios.
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
facial_similarity_photo: Optional[ReportConfigurationFacialSimilarity] = None
|
|
31
|
+
facial_similarity_photo_fully_auto: Optional[ReportConfigurationFacialSimilarity] = None
|
|
32
|
+
facial_similarity_video: Optional[ReportConfigurationFacialSimilarity] = None
|
|
33
|
+
facial_similarity_motion: Optional[ReportConfigurationFacialSimilarity] = None
|
|
34
|
+
additional_properties: Dict[str, Any] = {}
|
|
35
|
+
__properties: ClassVar[List[str]] = ["facial_similarity_photo", "facial_similarity_photo_fully_auto", "facial_similarity_video", "facial_similarity_motion"]
|
|
36
|
+
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
populate_by_name=True,
|
|
39
|
+
validate_assignment=True,
|
|
40
|
+
protected_namespaces=(),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def to_str(self) -> str:
|
|
45
|
+
"""Returns the string representation of the model using alias"""
|
|
46
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
47
|
+
|
|
48
|
+
def to_json(self) -> str:
|
|
49
|
+
"""Returns the JSON representation of the model using alias"""
|
|
50
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
51
|
+
return json.dumps(self.to_dict())
|
|
52
|
+
|
|
53
|
+
@classmethod
|
|
54
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
55
|
+
"""Create an instance of ReportConfiguration from a JSON string"""
|
|
56
|
+
return cls.from_dict(json.loads(json_str))
|
|
57
|
+
|
|
58
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
59
|
+
"""Return the dictionary representation of the model using alias.
|
|
60
|
+
|
|
61
|
+
This has the following differences from calling pydantic's
|
|
62
|
+
`self.model_dump(by_alias=True)`:
|
|
63
|
+
|
|
64
|
+
* `None` is only added to the output dict for nullable fields that
|
|
65
|
+
were set at model initialization. Other fields with value `None`
|
|
66
|
+
are ignored.
|
|
67
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
|
68
|
+
"""
|
|
69
|
+
excluded_fields: Set[str] = set([
|
|
70
|
+
"additional_properties",
|
|
71
|
+
])
|
|
72
|
+
|
|
73
|
+
_dict = self.model_dump(
|
|
74
|
+
by_alias=True,
|
|
75
|
+
exclude=excluded_fields,
|
|
76
|
+
exclude_none=True,
|
|
77
|
+
)
|
|
78
|
+
# override the default output from pydantic by calling `to_dict()` of facial_similarity_photo
|
|
79
|
+
if self.facial_similarity_photo:
|
|
80
|
+
_dict['facial_similarity_photo'] = self.facial_similarity_photo.to_dict()
|
|
81
|
+
# override the default output from pydantic by calling `to_dict()` of facial_similarity_photo_fully_auto
|
|
82
|
+
if self.facial_similarity_photo_fully_auto:
|
|
83
|
+
_dict['facial_similarity_photo_fully_auto'] = self.facial_similarity_photo_fully_auto.to_dict()
|
|
84
|
+
# override the default output from pydantic by calling `to_dict()` of facial_similarity_video
|
|
85
|
+
if self.facial_similarity_video:
|
|
86
|
+
_dict['facial_similarity_video'] = self.facial_similarity_video.to_dict()
|
|
87
|
+
# override the default output from pydantic by calling `to_dict()` of facial_similarity_motion
|
|
88
|
+
if self.facial_similarity_motion:
|
|
89
|
+
_dict['facial_similarity_motion'] = self.facial_similarity_motion.to_dict()
|
|
90
|
+
# puts key-value pairs in additional_properties in the top level
|
|
91
|
+
if self.additional_properties is not None:
|
|
92
|
+
for _key, _value in self.additional_properties.items():
|
|
93
|
+
_dict[_key] = _value
|
|
94
|
+
|
|
95
|
+
return _dict
|
|
96
|
+
|
|
97
|
+
@classmethod
|
|
98
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
99
|
+
"""Create an instance of ReportConfiguration from a dict"""
|
|
100
|
+
if obj is None:
|
|
101
|
+
return None
|
|
102
|
+
|
|
103
|
+
if not isinstance(obj, dict):
|
|
104
|
+
return cls.model_validate(obj)
|
|
105
|
+
|
|
106
|
+
_obj = cls.model_validate({
|
|
107
|
+
"facial_similarity_photo": ReportConfigurationFacialSimilarity.from_dict(obj["facial_similarity_photo"]) if obj.get("facial_similarity_photo") is not None else None,
|
|
108
|
+
"facial_similarity_photo_fully_auto": ReportConfigurationFacialSimilarity.from_dict(obj["facial_similarity_photo_fully_auto"]) if obj.get("facial_similarity_photo_fully_auto") is not None else None,
|
|
109
|
+
"facial_similarity_video": ReportConfigurationFacialSimilarity.from_dict(obj["facial_similarity_video"]) if obj.get("facial_similarity_video") is not None else None,
|
|
110
|
+
"facial_similarity_motion": ReportConfigurationFacialSimilarity.from_dict(obj["facial_similarity_motion"]) if obj.get("facial_similarity_motion") is not None else None
|
|
111
|
+
})
|
|
112
|
+
# store additional fields in additional_properties
|
|
113
|
+
for _key in obj.keys():
|
|
114
|
+
if _key not in cls.__properties:
|
|
115
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
|
116
|
+
|
|
117
|
+
return _obj
|
|
118
|
+
|
|
119
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Onfido API v3.6
|
|
5
|
+
|
|
6
|
+
The Onfido API (v3.6)
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v3.6
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ReportConfigurationFacialSimilarity(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ReportConfigurationFacialSimilarity
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
use_case: Optional[StrictStr] = Field(default=None, description="You should set it to \"reverification\" on a post-onboarding scenario (e.g. ongoing authentication). ")
|
|
30
|
+
additional_properties: Dict[str, Any] = {}
|
|
31
|
+
__properties: ClassVar[List[str]] = ["use_case"]
|
|
32
|
+
|
|
33
|
+
@field_validator('use_case')
|
|
34
|
+
def use_case_validate_enum(cls, value):
|
|
35
|
+
"""Validates the enum"""
|
|
36
|
+
if value is None:
|
|
37
|
+
return value
|
|
38
|
+
|
|
39
|
+
if value not in set(['onboarding', 'reverification', 'unknown_default_open_api']):
|
|
40
|
+
raise ValueError("must be one of enum values ('onboarding', 'reverification', 'unknown_default_open_api')")
|
|
41
|
+
return value
|
|
42
|
+
|
|
43
|
+
model_config = ConfigDict(
|
|
44
|
+
populate_by_name=True,
|
|
45
|
+
validate_assignment=True,
|
|
46
|
+
protected_namespaces=(),
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def to_str(self) -> str:
|
|
51
|
+
"""Returns the string representation of the model using alias"""
|
|
52
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
53
|
+
|
|
54
|
+
def to_json(self) -> str:
|
|
55
|
+
"""Returns the JSON representation of the model using alias"""
|
|
56
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
57
|
+
return json.dumps(self.to_dict())
|
|
58
|
+
|
|
59
|
+
@classmethod
|
|
60
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
61
|
+
"""Create an instance of ReportConfigurationFacialSimilarity from a JSON string"""
|
|
62
|
+
return cls.from_dict(json.loads(json_str))
|
|
63
|
+
|
|
64
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
65
|
+
"""Return the dictionary representation of the model using alias.
|
|
66
|
+
|
|
67
|
+
This has the following differences from calling pydantic's
|
|
68
|
+
`self.model_dump(by_alias=True)`:
|
|
69
|
+
|
|
70
|
+
* `None` is only added to the output dict for nullable fields that
|
|
71
|
+
were set at model initialization. Other fields with value `None`
|
|
72
|
+
are ignored.
|
|
73
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
|
74
|
+
"""
|
|
75
|
+
excluded_fields: Set[str] = set([
|
|
76
|
+
"additional_properties",
|
|
77
|
+
])
|
|
78
|
+
|
|
79
|
+
_dict = self.model_dump(
|
|
80
|
+
by_alias=True,
|
|
81
|
+
exclude=excluded_fields,
|
|
82
|
+
exclude_none=True,
|
|
83
|
+
)
|
|
84
|
+
# puts key-value pairs in additional_properties in the top level
|
|
85
|
+
if self.additional_properties is not None:
|
|
86
|
+
for _key, _value in self.additional_properties.items():
|
|
87
|
+
_dict[_key] = _value
|
|
88
|
+
|
|
89
|
+
return _dict
|
|
90
|
+
|
|
91
|
+
@classmethod
|
|
92
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
93
|
+
"""Create an instance of ReportConfigurationFacialSimilarity from a dict"""
|
|
94
|
+
if obj is None:
|
|
95
|
+
return None
|
|
96
|
+
|
|
97
|
+
if not isinstance(obj, dict):
|
|
98
|
+
return cls.model_validate(obj)
|
|
99
|
+
|
|
100
|
+
_obj = cls.model_validate({
|
|
101
|
+
"use_case": obj.get("use_case")
|
|
102
|
+
})
|
|
103
|
+
# store additional fields in additional_properties
|
|
104
|
+
for _key in obj.keys():
|
|
105
|
+
if _key not in cls.__properties:
|
|
106
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
|
107
|
+
|
|
108
|
+
return _obj
|
|
109
|
+
|
|
110
|
+
|
|
@@ -224,6 +224,8 @@ onfido/models/proof_of_address_report.py
|
|
|
224
224
|
onfido/models/repeat_attempts_list.py
|
|
225
225
|
onfido/models/repeat_attempts_list_repeat_attempts_inner.py
|
|
226
226
|
onfido/models/report.py
|
|
227
|
+
onfido/models/report_configuration.py
|
|
228
|
+
onfido/models/report_configuration_facial_similarity.py
|
|
227
229
|
onfido/models/report_document.py
|
|
228
230
|
onfido/models/report_name.py
|
|
229
231
|
onfido/models/report_result.py
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "onfido-python"
|
|
24
|
-
VERSION = "5.
|
|
24
|
+
VERSION = "5.3.0"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -69,6 +69,11 @@ def test_schema_of_facial_similarity_report_is_valid(
|
|
|
69
69
|
applicant_id=applicant_id,
|
|
70
70
|
document_ids=[document_id],
|
|
71
71
|
report_names=[ReportName.FACIAL_SIMILARITY_PHOTO],
|
|
72
|
+
report_configuration={
|
|
73
|
+
'facial_similarity_photo': {
|
|
74
|
+
'use_case': 'reverification'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
72
77
|
).report_ids[0]
|
|
73
78
|
|
|
74
79
|
facial_similarity_report = repeat_request_until_status_changes(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_breakdown.py
RENAMED
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/device_intelligence_breakdown_device.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_age_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_compromised_document.py
RENAMED
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_comparison.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_consistency.py
RENAMED
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_data_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_image_integrity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_issuing_authority.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_police_record.py
RENAMED
|
File without changes
|
{onfido_python-5.1.0 → onfido_python-5.3.0}/onfido/models/document_breakdown_visual_authenticity.py
RENAMED
|
File without changes
|
|
File without changes
|