onfido-python 5.3.0__tar.gz → 5.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (342) hide show
  1. {onfido_python-5.3.0 → onfido_python-5.5.0}/PKG-INFO +2 -2
  2. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/__init__.py +7 -3
  3. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/api/default_api.py +286 -2
  4. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/api_client.py +3 -3
  5. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/configuration.py +3 -3
  6. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/exceptions.py +2 -2
  7. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/__init__.py +6 -2
  8. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/address.py +2 -2
  9. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/address_builder.py +2 -2
  10. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/address_shared.py +2 -2
  11. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/addresses_list.py +2 -2
  12. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant.py +2 -2
  13. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_builder.py +2 -2
  14. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_consent.py +2 -2
  15. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_consent_builder.py +2 -2
  16. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_consent_name.py +2 -2
  17. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_create.py +2 -2
  18. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_request.py +2 -2
  19. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_response.py +2 -2
  20. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_shared.py +2 -2
  21. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_update.py +2 -2
  22. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicant_updater.py +2 -2
  23. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/applicants_list.py +2 -2
  24. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check.py +2 -2
  25. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check_builder.py +2 -2
  26. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check_request.py +2 -2
  27. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check_response.py +2 -2
  28. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check_shared.py +2 -2
  29. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/check_status.py +2 -2
  30. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/checks_list.py +2 -2
  31. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/complete_task_builder.py +2 -2
  32. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/complete_task_data_builder.py +2 -2
  33. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/country_codes.py +2 -2
  34. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown.py +2 -2
  35. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_breakdown.py +2 -2
  36. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_device.py +2 -2
  37. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_device_breakdown.py +2 -2
  38. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_properties.py +2 -2
  39. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_properties_device.py +2 -2
  40. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_properties_geolocation.py +2 -2
  41. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_breakdown_properties_ip.py +2 -2
  42. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_properties.py +2 -2
  43. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/device_intelligence_report.py +2 -2
  44. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document.py +2 -2
  45. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown.py +2 -2
  46. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_age_validation.py +2 -2
  47. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_age_validation_breakdown.py +2 -2
  48. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_compromised_document.py +2 -2
  49. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_compromised_document_breakdown.py +2 -2
  50. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_comparison.py +2 -2
  51. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_comparison_breakdown.py +2 -2
  52. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.py +2 -2
  53. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_consistency.py +2 -2
  54. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_consistency_breakdown.py +2 -2
  55. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_validation.py +2 -2
  56. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_validation_breakdown.py +2 -2
  57. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.py +2 -2
  58. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.py +2 -2
  59. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity.py +2 -2
  60. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity_breakdown.py +2 -2
  61. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.py +2 -2
  62. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.py +2 -2
  63. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.py +2 -2
  64. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.py +2 -2
  65. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_issuing_authority.py +2 -2
  66. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_issuing_authority_breakdown.py +2 -2
  67. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.py +2 -2
  68. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.py +2 -2
  69. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_police_record.py +2 -2
  70. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity.py +2 -2
  71. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown.py +2 -2
  72. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.py +2 -2
  73. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.py +2 -2
  74. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.py +2 -2
  75. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.py +2 -2
  76. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_other.py +2 -2
  77. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.py +2 -2
  78. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.py +2 -2
  79. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_breakdown_visual_authenticity_breakdown_template.py +2 -2
  80. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_cdq_reasons.py +2 -2
  81. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_iq_reasons.py +2 -2
  82. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_odp_reasons.py +2 -2
  83. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties.py +2 -2
  84. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_address_lines.py +2 -2
  85. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_barcode_inner.py +2 -2
  86. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_document_classification.py +2 -2
  87. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_document_numbers_inner.py +2 -2
  88. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_driving_licence_information_item.py +2 -2
  89. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_extracted_data.py +2 -2
  90. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_properties_nfc.py +2 -2
  91. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_report.py +2 -2
  92. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_report_shared.py +2 -2
  93. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_response.py +2 -2
  94. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_shared.py +2 -2
  95. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_types.py +2 -2
  96. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_video_report.py +2 -2
  97. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_video_with_address_information_report.py +2 -2
  98. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_address_information_report.py +2 -2
  99. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_driver_verification_report.py +2 -2
  100. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_driver_verification_report_all_of_properties.py +2 -2
  101. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.py +2 -2
  102. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.py +2 -2
  103. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/document_with_driving_licence_information_report.py +2 -2
  104. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/documents_list.py +2 -2
  105. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/error.py +2 -2
  106. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/error1.py +2 -2
  107. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/error_properties.py +2 -2
  108. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/error_properties1.py +2 -2
  109. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/extract_request.py +2 -2
  110. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/extraction.py +2 -2
  111. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/extraction_document_classification.py +2 -2
  112. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/extraction_extracted_data.py +2 -2
  113. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown.py +2 -2
  114. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_face_comparison.py +2 -2
  115. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity.py +2 -2
  116. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.py +2 -2
  117. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.py +2 -2
  118. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.py +2 -2
  119. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.py +2 -2
  120. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.py +2 -2
  121. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.py +2 -2
  122. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_properties.py +2 -2
  123. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_motion_report.py +2 -2
  124. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown.py +2 -2
  125. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison.py +2 -2
  126. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.py +2 -2
  127. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.py +2 -2
  128. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.py +2 -2
  129. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity.py +2 -2
  130. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.py +2 -2
  131. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.py +2 -2
  132. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.py +2 -2
  133. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.py +2 -2
  134. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.py +2 -2
  135. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.py +2 -2
  136. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.py +2 -2
  137. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown.py +2 -2
  138. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.py +2 -2
  139. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.py +2 -2
  140. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.py +2 -2
  141. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_properties.py +2 -2
  142. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_fully_auto_report.py +2 -2
  143. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_properties.py +2 -2
  144. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_photo_report.py +2 -2
  145. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_report_media.py +2 -2
  146. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_report_shared.py +2 -2
  147. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown.py +2 -2
  148. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_face_comparison.py +2 -2
  149. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_image_integrity.py +2 -2
  150. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.py +2 -2
  151. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.py +2 -2
  152. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.py +2 -2
  153. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity.py +2 -2
  154. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.py +2 -2
  155. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.py +2 -2
  156. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.py +2 -2
  157. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_properties.py +2 -2
  158. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/facial_similarity_video_report.py +2 -2
  159. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/id_number.py +2 -2
  160. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/id_photo.py +2 -2
  161. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/id_photo_response.py +2 -2
  162. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/id_photos_list.py +2 -2
  163. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown.py +15 -4
  164. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address.py +2 -2
  165. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address_breakdown.py +2 -2
  166. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.py +2 -2
  167. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.py +2 -2
  168. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.py +2 -2
  169. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.py +2 -2
  170. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_date_of_birth.py +2 -2
  171. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.py +2 -2
  172. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.py +2 -2
  173. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.py +2 -2
  174. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_mortality.py +2 -2
  175. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_sources.py +2 -2
  176. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown.py +2 -2
  177. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.py +2 -2
  178. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.py +2 -2
  179. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_properties.py +2 -2
  180. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_properties_matched_addresses_inner.py +2 -2
  181. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/identity_enhanced_report.py +2 -2
  182. onfido_python-5.5.0/onfido/models/idr_ssn_breakdown.py +106 -0
  183. onfido_python-5.5.0/onfido/models/idr_ssn_breakdown_breakdown.py +110 -0
  184. onfido_python-5.5.0/onfido/models/idr_ssn_breakdown_breakdown_full_match.py +102 -0
  185. onfido_python-5.5.0/onfido/models/idr_ssn_breakdown_breakdown_last4_digits_match.py +102 -0
  186. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report.py +2 -2
  187. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_breakdown.py +2 -2
  188. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_breakdown_device.py +2 -2
  189. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.py +2 -2
  190. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.py +2 -2
  191. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_properties.py +2 -2
  192. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/india_pan_report_all_of_properties_device.py +2 -2
  193. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_breakdown.py +2 -2
  194. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_breakdown_image_integrity.py +2 -2
  195. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_breakdown_previously_seen_faces.py +2 -2
  196. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_properties.py +2 -2
  197. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_properties_matches_inner.py +2 -2
  198. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/known_faces_report.py +2 -2
  199. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/live_photo.py +2 -2
  200. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/live_photo_response.py +2 -2
  201. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/live_photos_list.py +2 -2
  202. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/live_video.py +2 -2
  203. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/live_videos_list.py +2 -2
  204. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/location.py +2 -2
  205. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/location_builder.py +2 -2
  206. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/location_shared.py +2 -2
  207. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/motion_capture.py +2 -2
  208. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/motion_captures_list.py +2 -2
  209. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/photo_auto_reasons.py +2 -2
  210. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/photo_reasons.py +2 -2
  211. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown.py +2 -2
  212. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_data_comparison.py +2 -2
  213. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.py +2 -2
  214. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_document_classification.py +2 -2
  215. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_document_classification_breakdown.py +2 -2
  216. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_image_integrity.py +2 -2
  217. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.py +2 -2
  218. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_properties.py +2 -2
  219. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/proof_of_address_report.py +2 -2
  220. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/repeat_attempts_list.py +2 -2
  221. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/repeat_attempts_list_repeat_attempts_inner.py +2 -2
  222. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report.py +2 -2
  223. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_configuration.py +2 -2
  224. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_configuration_facial_similarity.py +2 -2
  225. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_document.py +2 -2
  226. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_name.py +2 -2
  227. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_result.py +2 -2
  228. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_shared.py +2 -2
  229. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_status.py +2 -2
  230. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/report_sub_result.py +2 -2
  231. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/reports_list.py +2 -2
  232. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/results_feedback.py +2 -2
  233. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/sdk_token.py +2 -2
  234. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/sdk_token_builder.py +2 -2
  235. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/sdk_token_request.py +2 -2
  236. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/sdk_token_response.py +2 -2
  237. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/task.py +2 -2
  238. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/task_item.py +2 -2
  239. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/timeline_file_reference.py +2 -2
  240. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown.py +2 -2
  241. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_address.py +2 -2
  242. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_address_breakdown.py +2 -2
  243. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_document.py +2 -2
  244. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_document_breakdown.py +2 -2
  245. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_personal.py +2 -2
  246. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_breakdown_personal_breakdown.py +2 -2
  247. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_builder.py +2 -2
  248. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_report.py +2 -2
  249. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/us_driving_licence_shared.py +2 -2
  250. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/video_reasons.py +2 -2
  251. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_breakdown.py +2 -2
  252. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_breakdown_adverse_media.py +2 -2
  253. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.py +2 -2
  254. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_breakdown_politically_exposed_person.py +2 -2
  255. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_breakdown_sanction.py +2 -2
  256. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_properties.py +2 -2
  257. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_aml_report.py +2 -2
  258. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_breakdown.py +2 -2
  259. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties.py +2 -2
  260. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner.py +2 -2
  261. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_address_inner.py +2 -2
  262. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_alias_inner.py +2 -2
  263. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_associate_inner.py +2 -2
  264. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_attribute_inner.py +2 -2
  265. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner.py +2 -2
  266. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_event_inner_source.py +2 -2
  267. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_properties_records_inner_source_inner.py +2 -2
  268. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_enhanced_report.py +2 -2
  269. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor.py +2 -2
  270. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_builder.py +2 -2
  271. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_match.py +2 -2
  272. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_matches_list.py +2 -2
  273. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_matches_updater.py +2 -2
  274. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_response.py +2 -2
  275. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitor_shared.py +2 -2
  276. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_monitors_list.py +2 -2
  277. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_peps_only_report.py +2 -2
  278. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_sanctions_only_report.py +2 -2
  279. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_standard_breakdown.py +2 -2
  280. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_standard_properties.py +2 -2
  281. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/watchlist_standard_report.py +2 -2
  282. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook.py +2 -2
  283. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_builder.py +2 -2
  284. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_create.py +2 -2
  285. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event.py +2 -2
  286. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_object_status.py +2 -2
  287. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_payload.py +2 -2
  288. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_payload_object.py +2 -2
  289. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_payload_resource.py +2 -2
  290. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_resource_type.py +2 -2
  291. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_event_type.py +2 -2
  292. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_resend.py +2 -2
  293. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_response.py +2 -2
  294. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_shared.py +2 -2
  295. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_update.py +2 -2
  296. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhook_updater.py +2 -2
  297. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhooks_list.py +2 -2
  298. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/webhooks_resend_item.py +2 -2
  299. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run.py +2 -2
  300. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_builder.py +2 -2
  301. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_error.py +2 -2
  302. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_link.py +2 -2
  303. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_request.py +2 -2
  304. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_response.py +2 -2
  305. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_shared.py +2 -2
  306. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/models/workflow_run_status.py +2 -2
  307. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/rest.py +2 -2
  308. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido_python.egg-info/PKG-INFO +2 -2
  309. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido_python.egg-info/SOURCES.txt +5 -0
  310. {onfido_python-5.3.0 → onfido_python-5.5.0}/pyproject.toml +7 -5
  311. {onfido_python-5.3.0 → onfido_python-5.5.0}/setup.py +4 -4
  312. onfido_python-5.5.0/tests/test_advanced_electronic_signatures.py +70 -0
  313. {onfido_python-5.3.0 → onfido_python-5.5.0}/LICENSE +0 -0
  314. {onfido_python-5.3.0 → onfido_python-5.5.0}/README.md +0 -0
  315. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/api/__init__.py +0 -0
  316. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/api_response.py +0 -0
  317. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/py.typed +0 -0
  318. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido/webhook_event_verifier.py +0 -0
  319. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido_python.egg-info/dependency_links.txt +0 -0
  320. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido_python.egg-info/requires.txt +0 -0
  321. {onfido_python-5.3.0 → onfido_python-5.5.0}/onfido_python.egg-info/top_level.txt +0 -0
  322. {onfido_python-5.3.0 → onfido_python-5.5.0}/setup.cfg +0 -0
  323. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_address_picker.py +0 -0
  324. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_applicants.py +0 -0
  325. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_checks.py +0 -0
  326. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_classic_webhook_event_verification.py +0 -0
  327. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_documents.py +0 -0
  328. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_extraction.py +0 -0
  329. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_id_photos.py +0 -0
  330. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_live_photos.py +0 -0
  331. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_live_video.py +0 -0
  332. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_motion_capture.py +0 -0
  333. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_qualified_electronic_signatures.py +0 -0
  334. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_report_schemas.py +0 -0
  335. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_reports.py +0 -0
  336. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_sdk_token.py +0 -0
  337. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_studio_webhook_event_verification.py +0 -0
  338. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_tasks.py +0 -0
  339. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_watchlist_monitor.py +0 -0
  340. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_webhooks.py +0 -0
  341. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_workflow_run_outputs.py +0 -0
  342. {onfido_python-5.3.0 → onfido_python-5.5.0}/tests/test_workflow_runs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: onfido-python
3
- Version: 5.3.0
3
+ Version: 5.5.0
4
4
  Summary: Python library for the Onfido API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -23,5 +23,5 @@ Dynamic: license-file
23
23
  Dynamic: requires-dist
24
24
  Dynamic: summary
25
25
 
26
- The Onfido API (v3.6)
26
+ The Onfido Public API (v3.6)
27
27
 
@@ -3,9 +3,9 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- Onfido API v3.6
6
+ Onfido Public API v3.6
7
7
 
8
- The Onfido API (v3.6)
8
+ The Onfido Public API (v3.6)
9
9
 
10
10
  The version of the OpenAPI document: v3.6
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "5.3.0"
17
+ __version__ = "5.5.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from onfido.api.default_api import DefaultApi
@@ -205,6 +205,10 @@ from onfido.models.identity_enhanced_breakdown_sources_breakdown_total_sources_p
205
205
  from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
206
206
  from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
207
207
  from onfido.models.identity_enhanced_report import IdentityEnhancedReport
208
+ from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
209
+ from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
210
+ from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
211
+ from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
208
212
  from onfido.models.india_pan_report import IndiaPanReport
209
213
  from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
210
214
  from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -3062,6 +3062,290 @@ class DefaultApi:
3062
3062
 
3063
3063
 
3064
3064
 
3065
+ @validate_call
3066
+ def download_aes_document(
3067
+ self,
3068
+ workflow_run_id: Annotated[StrictStr, Field(description="The unique identifier of the Workflow Run for which you want to retrieve the signed document.")],
3069
+ id: Annotated[StrictStr, Field(description="The unique identifier of the file which you want to retrieve.")],
3070
+ _request_timeout: Union[
3071
+ None,
3072
+ Annotated[StrictFloat, Field(gt=0)],
3073
+ Tuple[
3074
+ Annotated[StrictFloat, Field(gt=0)],
3075
+ Annotated[StrictFloat, Field(gt=0)]
3076
+ ]
3077
+ ] = None,
3078
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3079
+ _content_type: Optional[StrictStr] = None,
3080
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3081
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3082
+ ) -> bytearray:
3083
+ """Retrieves the signed document or signing transaction receipt
3084
+
3085
+ Retrieves the signed document or signing transaction receipt depending on the id provided.
3086
+
3087
+ :param workflow_run_id: The unique identifier of the Workflow Run for which you want to retrieve the signed document. (required)
3088
+ :type workflow_run_id: str
3089
+ :param id: The unique identifier of the file which you want to retrieve. (required)
3090
+ :type id: str
3091
+ :param _request_timeout: timeout setting for this request. If one
3092
+ number provided, it will be total request
3093
+ timeout. It can also be a pair (tuple) of
3094
+ (connection, read) timeouts.
3095
+ :type _request_timeout: int, tuple(int, int), optional
3096
+ :param _request_auth: set to override the auth_settings for an a single
3097
+ request; this effectively ignores the
3098
+ authentication in the spec for a single request.
3099
+ :type _request_auth: dict, optional
3100
+ :param _content_type: force content-type for the request.
3101
+ :type _content_type: str, Optional
3102
+ :param _headers: set to override the headers for a single
3103
+ request; this effectively ignores the headers
3104
+ in the spec for a single request.
3105
+ :type _headers: dict, optional
3106
+ :param _host_index: set to override the host_index for a single
3107
+ request; this effectively ignores the host_index
3108
+ in the spec for a single request.
3109
+ :type _host_index: int, optional
3110
+ :return: Returns the result object.
3111
+ """ # noqa: E501
3112
+
3113
+ _param = self._download_aes_document_serialize(
3114
+ workflow_run_id=workflow_run_id,
3115
+ id=id,
3116
+ _request_auth=_request_auth,
3117
+ _content_type=_content_type,
3118
+ _headers=_headers,
3119
+ _host_index=_host_index
3120
+ )
3121
+
3122
+ _response_types_map: Dict[str, Optional[str]] = {
3123
+ '302': None,
3124
+ '200': "bytearray",
3125
+ }
3126
+ response_data = self.api_client.call_api(
3127
+ *_param,
3128
+ _request_timeout=_request_timeout
3129
+ )
3130
+ response_data.read()
3131
+ return self.api_client.response_deserialize(
3132
+ response_data=response_data,
3133
+ response_types_map=_response_types_map,
3134
+ ).data
3135
+
3136
+
3137
+ @validate_call
3138
+ def download_aes_document_with_http_info(
3139
+ self,
3140
+ workflow_run_id: Annotated[StrictStr, Field(description="The unique identifier of the Workflow Run for which you want to retrieve the signed document.")],
3141
+ id: Annotated[StrictStr, Field(description="The unique identifier of the file which you want to retrieve.")],
3142
+ _request_timeout: Union[
3143
+ None,
3144
+ Annotated[StrictFloat, Field(gt=0)],
3145
+ Tuple[
3146
+ Annotated[StrictFloat, Field(gt=0)],
3147
+ Annotated[StrictFloat, Field(gt=0)]
3148
+ ]
3149
+ ] = None,
3150
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3151
+ _content_type: Optional[StrictStr] = None,
3152
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3153
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3154
+ ) -> ApiResponse[bytearray]:
3155
+ """Retrieves the signed document or signing transaction receipt
3156
+
3157
+ Retrieves the signed document or signing transaction receipt depending on the id provided.
3158
+
3159
+ :param workflow_run_id: The unique identifier of the Workflow Run for which you want to retrieve the signed document. (required)
3160
+ :type workflow_run_id: str
3161
+ :param id: The unique identifier of the file which you want to retrieve. (required)
3162
+ :type id: str
3163
+ :param _request_timeout: timeout setting for this request. If one
3164
+ number provided, it will be total request
3165
+ timeout. It can also be a pair (tuple) of
3166
+ (connection, read) timeouts.
3167
+ :type _request_timeout: int, tuple(int, int), optional
3168
+ :param _request_auth: set to override the auth_settings for an a single
3169
+ request; this effectively ignores the
3170
+ authentication in the spec for a single request.
3171
+ :type _request_auth: dict, optional
3172
+ :param _content_type: force content-type for the request.
3173
+ :type _content_type: str, Optional
3174
+ :param _headers: set to override the headers for a single
3175
+ request; this effectively ignores the headers
3176
+ in the spec for a single request.
3177
+ :type _headers: dict, optional
3178
+ :param _host_index: set to override the host_index for a single
3179
+ request; this effectively ignores the host_index
3180
+ in the spec for a single request.
3181
+ :type _host_index: int, optional
3182
+ :return: Returns the result object.
3183
+ """ # noqa: E501
3184
+
3185
+ _param = self._download_aes_document_serialize(
3186
+ workflow_run_id=workflow_run_id,
3187
+ id=id,
3188
+ _request_auth=_request_auth,
3189
+ _content_type=_content_type,
3190
+ _headers=_headers,
3191
+ _host_index=_host_index
3192
+ )
3193
+
3194
+ _response_types_map: Dict[str, Optional[str]] = {
3195
+ '302': None,
3196
+ '200': "bytearray",
3197
+ }
3198
+ response_data = self.api_client.call_api(
3199
+ *_param,
3200
+ _request_timeout=_request_timeout
3201
+ )
3202
+ response_data.read()
3203
+ return self.api_client.response_deserialize(
3204
+ response_data=response_data,
3205
+ response_types_map=_response_types_map,
3206
+ )
3207
+
3208
+
3209
+ @validate_call
3210
+ def download_aes_document_without_preload_content(
3211
+ self,
3212
+ workflow_run_id: Annotated[StrictStr, Field(description="The unique identifier of the Workflow Run for which you want to retrieve the signed document.")],
3213
+ id: Annotated[StrictStr, Field(description="The unique identifier of the file which you want to retrieve.")],
3214
+ _request_timeout: Union[
3215
+ None,
3216
+ Annotated[StrictFloat, Field(gt=0)],
3217
+ Tuple[
3218
+ Annotated[StrictFloat, Field(gt=0)],
3219
+ Annotated[StrictFloat, Field(gt=0)]
3220
+ ]
3221
+ ] = None,
3222
+ _request_auth: Optional[Dict[StrictStr, Any]] = None,
3223
+ _content_type: Optional[StrictStr] = None,
3224
+ _headers: Optional[Dict[StrictStr, Any]] = None,
3225
+ _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3226
+ ) -> RESTResponseType:
3227
+ """Retrieves the signed document or signing transaction receipt
3228
+
3229
+ Retrieves the signed document or signing transaction receipt depending on the id provided.
3230
+
3231
+ :param workflow_run_id: The unique identifier of the Workflow Run for which you want to retrieve the signed document. (required)
3232
+ :type workflow_run_id: str
3233
+ :param id: The unique identifier of the file which you want to retrieve. (required)
3234
+ :type id: str
3235
+ :param _request_timeout: timeout setting for this request. If one
3236
+ number provided, it will be total request
3237
+ timeout. It can also be a pair (tuple) of
3238
+ (connection, read) timeouts.
3239
+ :type _request_timeout: int, tuple(int, int), optional
3240
+ :param _request_auth: set to override the auth_settings for an a single
3241
+ request; this effectively ignores the
3242
+ authentication in the spec for a single request.
3243
+ :type _request_auth: dict, optional
3244
+ :param _content_type: force content-type for the request.
3245
+ :type _content_type: str, Optional
3246
+ :param _headers: set to override the headers for a single
3247
+ request; this effectively ignores the headers
3248
+ in the spec for a single request.
3249
+ :type _headers: dict, optional
3250
+ :param _host_index: set to override the host_index for a single
3251
+ request; this effectively ignores the host_index
3252
+ in the spec for a single request.
3253
+ :type _host_index: int, optional
3254
+ :return: Returns the result object.
3255
+ """ # noqa: E501
3256
+
3257
+ _param = self._download_aes_document_serialize(
3258
+ workflow_run_id=workflow_run_id,
3259
+ id=id,
3260
+ _request_auth=_request_auth,
3261
+ _content_type=_content_type,
3262
+ _headers=_headers,
3263
+ _host_index=_host_index
3264
+ )
3265
+
3266
+ _response_types_map: Dict[str, Optional[str]] = {
3267
+ '302': None,
3268
+ '200': "bytearray",
3269
+ }
3270
+ response_data = self.api_client.call_api(
3271
+ *_param,
3272
+ _request_timeout=_request_timeout
3273
+ )
3274
+ return response_data.response
3275
+
3276
+
3277
+ def _download_aes_document_serialize(
3278
+ self,
3279
+ workflow_run_id,
3280
+ id,
3281
+ _request_auth,
3282
+ _content_type,
3283
+ _headers,
3284
+ _host_index,
3285
+ ) -> RequestSerialized:
3286
+
3287
+ _host = None
3288
+
3289
+ _collection_formats: Dict[str, str] = {
3290
+ }
3291
+
3292
+ _path_params: Dict[str, str] = {}
3293
+ _query_params: List[Tuple[str, str]] = []
3294
+ _header_params: Dict[str, Optional[str]] = _headers or {}
3295
+ _form_params: List[Tuple[str, str]] = []
3296
+ _files: Dict[
3297
+ str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
3298
+ ] = {}
3299
+ _body_params: Optional[bytes] = None
3300
+
3301
+ # process the path parameters
3302
+ # process the query parameters
3303
+ if workflow_run_id is not None:
3304
+
3305
+ _query_params.append(('workflow_run_id', workflow_run_id))
3306
+
3307
+ if id is not None:
3308
+
3309
+ _query_params.append(('id', id))
3310
+
3311
+ # process the header parameters
3312
+ # process the form parameters
3313
+ # process the body parameter
3314
+
3315
+
3316
+ # set the HTTP header `Accept`
3317
+ if 'Accept' not in _header_params:
3318
+ _header_params['Accept'] = self.api_client.select_header_accept(
3319
+ [
3320
+ 'application/pdf',
3321
+ 'application/json'
3322
+ ]
3323
+ )
3324
+
3325
+
3326
+ # authentication setting
3327
+ _auth_settings: List[str] = [
3328
+ 'Token'
3329
+ ]
3330
+
3331
+ return self.api_client.param_serialize(
3332
+ method='GET',
3333
+ resource_path='/advanced_electronic_signature/documents',
3334
+ path_params=_path_params,
3335
+ query_params=_query_params,
3336
+ header_params=_header_params,
3337
+ body=_body_params,
3338
+ post_params=_form_params,
3339
+ files=_files,
3340
+ auth_settings=_auth_settings,
3341
+ collection_formats=_collection_formats,
3342
+ _host=_host,
3343
+ _request_auth=_request_auth
3344
+ )
3345
+
3346
+
3347
+
3348
+
3065
3349
  @validate_call
3066
3350
  def download_check(
3067
3351
  self,
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -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.3.0'
93
+ self.user_agent = 'onfido-python/5.5.0'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -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.3.0".\
504
+ "SDK Package Version: 5.5.0".\
505
505
  format(env=sys.platform, pyversion=sys.version)
506
506
 
507
507
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -2,9 +2,9 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- Onfido API v3.6
5
+ Onfido Public API v3.6
6
6
 
7
- The Onfido API (v3.6)
7
+ The Onfido Public API (v3.6)
8
8
 
9
9
  The version of the OpenAPI document: v3.6
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -188,6 +188,10 @@ from onfido.models.identity_enhanced_breakdown_sources_breakdown_total_sources_p
188
188
  from onfido.models.identity_enhanced_properties import IdentityEnhancedProperties
189
189
  from onfido.models.identity_enhanced_properties_matched_addresses_inner import IdentityEnhancedPropertiesMatchedAddressesInner
190
190
  from onfido.models.identity_enhanced_report import IdentityEnhancedReport
191
+ from onfido.models.idr_ssn_breakdown import IdrSsnBreakdown
192
+ from onfido.models.idr_ssn_breakdown_breakdown import IdrSsnBreakdownBreakdown
193
+ from onfido.models.idr_ssn_breakdown_breakdown_full_match import IdrSsnBreakdownBreakdownFullMatch
194
+ from onfido.models.idr_ssn_breakdown_breakdown_last4_digits_match import IdrSsnBreakdownBreakdownLast4DigitsMatch
191
195
  from onfido.models.india_pan_report import IndiaPanReport
192
196
  from onfido.models.india_pan_report_all_of_breakdown import IndiaPanReportAllOfBreakdown
193
197
  from onfido.models.india_pan_report_all_of_breakdown_device import IndiaPanReportAllOfBreakdownDevice
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -1,9 +1,9 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Onfido API v3.6
4
+ Onfido Public API v3.6
5
5
 
6
- The Onfido API (v3.6)
6
+ The Onfido Public API (v3.6)
7
7
 
8
8
  The version of the OpenAPI document: v3.6
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)