onfido 2.9.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (378) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -4
  3. data/Gemfile +5 -4
  4. data/LICENSE +5 -7
  5. data/README.md +69 -51
  6. data/Rakefile +10 -0
  7. data/lib/onfido/api/default_api.rb +4233 -0
  8. data/lib/onfido/api_client.rb +431 -0
  9. data/lib/onfido/api_error.rb +58 -0
  10. data/lib/onfido/configuration.rb +420 -0
  11. data/lib/onfido/models/address.rb +422 -0
  12. data/lib/onfido/models/address_builder.rb +422 -0
  13. data/lib/onfido/models/address_shared.rb +415 -0
  14. data/lib/onfido/models/addresses_list.rb +216 -0
  15. data/lib/onfido/models/applicant.rb +390 -0
  16. data/lib/onfido/models/applicant_builder.rb +358 -0
  17. data/lib/onfido/models/applicant_create.rb +281 -0
  18. data/lib/onfido/models/applicant_request.rb +232 -0
  19. data/lib/onfido/models/applicant_response.rb +341 -0
  20. data/lib/onfido/models/applicant_shared.rb +246 -0
  21. data/lib/onfido/models/applicant_update.rb +267 -0
  22. data/lib/onfido/models/applicant_updater.rb +344 -0
  23. data/lib/onfido/models/applicants_list.rb +223 -0
  24. data/lib/onfido/models/check.rb +419 -0
  25. data/lib/onfido/models/check_builder.rb +360 -0
  26. data/lib/onfido/models/check_request.rb +301 -0
  27. data/lib/onfido/models/check_response.rb +350 -0
  28. data/lib/onfido/models/check_shared.rb +266 -0
  29. data/lib/onfido/models/checks_list.rb +223 -0
  30. data/lib/onfido/models/complete_task_builder.rb +221 -0
  31. data/lib/onfido/models/complete_task_data_builder.rb +106 -0
  32. data/lib/onfido/models/consent_item.rb +272 -0
  33. data/lib/onfido/models/consents_builder.rb +205 -0
  34. data/lib/onfido/models/country_codes.rb +289 -0
  35. data/lib/onfido/models/device_intelligence_breakdown.rb +223 -0
  36. data/lib/onfido/models/device_intelligence_breakdown_breakdown.rb +214 -0
  37. data/lib/onfido/models/device_intelligence_breakdown_breakdown_device.rb +215 -0
  38. data/lib/onfido/models/device_intelligence_breakdown_breakdown_device_breakdown.rb +232 -0
  39. data/lib/onfido/models/device_intelligence_breakdown_properties.rb +232 -0
  40. data/lib/onfido/models/device_intelligence_breakdown_properties_device.rb +468 -0
  41. data/lib/onfido/models/device_intelligence_breakdown_properties_geolocation.rb +257 -0
  42. data/lib/onfido/models/device_intelligence_breakdown_properties_ip.rb +245 -0
  43. data/lib/onfido/models/device_intelligence_report.rb +345 -0
  44. data/lib/onfido/models/document.rb +376 -0
  45. data/lib/onfido/models/document_breakdown.rb +286 -0
  46. data/lib/onfido/models/document_breakdown_age_validation.rb +224 -0
  47. data/lib/onfido/models/document_breakdown_age_validation_breakdown.rb +214 -0
  48. data/lib/onfido/models/document_breakdown_compromised_document.rb +224 -0
  49. data/lib/onfido/models/document_breakdown_compromised_document_breakdown.rb +223 -0
  50. data/lib/onfido/models/document_breakdown_data_comparison.rb +224 -0
  51. data/lib/onfido/models/document_breakdown_data_comparison_breakdown.rb +277 -0
  52. data/lib/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.rb +223 -0
  53. data/lib/onfido/models/document_breakdown_data_consistency.rb +224 -0
  54. data/lib/onfido/models/document_breakdown_data_consistency_breakdown.rb +295 -0
  55. data/lib/onfido/models/document_breakdown_data_validation.rb +224 -0
  56. data/lib/onfido/models/document_breakdown_data_validation_breakdown.rb +268 -0
  57. data/lib/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.rb +224 -0
  58. data/lib/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.rb +224 -0
  59. data/lib/onfido/models/document_breakdown_image_integrity.rb +224 -0
  60. data/lib/onfido/models/document_breakdown_image_integrity_breakdown.rb +241 -0
  61. data/lib/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.rb +224 -0
  62. data/lib/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.rb +224 -0
  63. data/lib/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.rb +224 -0
  64. data/lib/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.rb +224 -0
  65. data/lib/onfido/models/document_breakdown_issuing_authority.rb +224 -0
  66. data/lib/onfido/models/document_breakdown_issuing_authority_breakdown.rb +223 -0
  67. data/lib/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.rb +224 -0
  68. data/lib/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.rb +224 -0
  69. data/lib/onfido/models/document_breakdown_police_record.rb +215 -0
  70. data/lib/onfido/models/document_breakdown_visual_authenticity.rb +224 -0
  71. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown.rb +277 -0
  72. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.rb +224 -0
  73. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.rb +224 -0
  74. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.rb +224 -0
  75. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.rb +224 -0
  76. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_other.rb +224 -0
  77. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.rb +224 -0
  78. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.rb +224 -0
  79. data/lib/onfido/models/document_breakdown_visual_authenticity_breakdown_template.rb +224 -0
  80. data/lib/onfido/models/document_cdq_reasons.rb +285 -0
  81. data/lib/onfido/models/document_iq_reasons.rb +305 -0
  82. data/lib/onfido/models/document_odp_reasons.rb +245 -0
  83. data/lib/onfido/models/document_properties.rb +461 -0
  84. data/lib/onfido/models/document_properties_address_lines.rb +259 -0
  85. data/lib/onfido/models/document_properties_barcode_inner.rb +367 -0
  86. data/lib/onfido/models/document_properties_document_classification.rb +232 -0
  87. data/lib/onfido/models/document_properties_document_numbers_inner.rb +223 -0
  88. data/lib/onfido/models/document_properties_driving_licence_information.rb +241 -0
  89. data/lib/onfido/models/document_properties_extracted_data.rb +394 -0
  90. data/lib/onfido/models/document_properties_nfc.rb +322 -0
  91. data/lib/onfido/models/document_report.rb +354 -0
  92. data/lib/onfido/models/document_response.rb +272 -0
  93. data/lib/onfido/models/document_shared.rb +301 -0
  94. data/lib/onfido/models/document_types.rb +64 -0
  95. data/lib/onfido/models/document_video_report.rb +354 -0
  96. data/lib/onfido/models/document_video_with_address_information_report.rb +354 -0
  97. data/lib/onfido/models/document_with_address_information_report.rb +354 -0
  98. data/lib/onfido/models/document_with_driver_verification_report.rb +354 -0
  99. data/lib/onfido/models/document_with_driver_verification_report_all_of_properties.rb +529 -0
  100. data/lib/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.rb +236 -0
  101. data/lib/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.rb +245 -0
  102. data/lib/onfido/models/document_with_driving_licence_information_report.rb +354 -0
  103. data/lib/onfido/models/documents_list.rb +223 -0
  104. data/lib/onfido/models/error.rb +214 -0
  105. data/lib/onfido/models/error1.rb +224 -0
  106. data/lib/onfido/models/error_properties.rb +234 -0
  107. data/lib/onfido/models/error_properties1.rb +223 -0
  108. data/lib/onfido/models/extract_request.rb +222 -0
  109. data/lib/onfido/models/extraction.rb +233 -0
  110. data/lib/onfido/models/extraction_document_classification.rb +289 -0
  111. data/lib/onfido/models/extraction_extracted_data.rb +530 -0
  112. data/lib/onfido/models/facial_similarity_motion_breakdown.rb +232 -0
  113. data/lib/onfido/models/facial_similarity_motion_breakdown_face_comparison.rb +224 -0
  114. data/lib/onfido/models/facial_similarity_motion_breakdown_image_integrity.rb +224 -0
  115. data/lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.rb +223 -0
  116. data/lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.rb +224 -0
  117. data/lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.rb +224 -0
  118. data/lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.rb +224 -0
  119. data/lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.rb +223 -0
  120. data/lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.rb +224 -0
  121. data/lib/onfido/models/facial_similarity_motion_properties.rb +215 -0
  122. data/lib/onfido/models/facial_similarity_motion_report.rb +354 -0
  123. data/lib/onfido/models/facial_similarity_photo_breakdown.rb +232 -0
  124. data/lib/onfido/models/facial_similarity_photo_breakdown_face_comparison.rb +224 -0
  125. data/lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.rb +214 -0
  126. data/lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.rb +224 -0
  127. data/lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.rb +225 -0
  128. data/lib/onfido/models/facial_similarity_photo_breakdown_image_integrity.rb +224 -0
  129. data/lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.rb +223 -0
  130. data/lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.rb +224 -0
  131. data/lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.rb +224 -0
  132. data/lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.rb +224 -0
  133. data/lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.rb +214 -0
  134. data/lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.rb +224 -0
  135. data/lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.rb +215 -0
  136. data/lib/onfido/models/facial_similarity_photo_fully_auto_breakdown.rb +232 -0
  137. data/lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.rb +224 -0
  138. data/lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.rb +223 -0
  139. data/lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.rb +224 -0
  140. data/lib/onfido/models/facial_similarity_photo_fully_auto_properties.rb +215 -0
  141. data/lib/onfido/models/facial_similarity_photo_fully_auto_report.rb +354 -0
  142. data/lib/onfido/models/facial_similarity_photo_properties.rb +215 -0
  143. data/lib/onfido/models/facial_similarity_photo_report.rb +354 -0
  144. data/lib/onfido/models/facial_similarity_video_breakdown.rb +232 -0
  145. data/lib/onfido/models/facial_similarity_video_breakdown_face_comparison.rb +224 -0
  146. data/lib/onfido/models/facial_similarity_video_breakdown_image_integrity.rb +224 -0
  147. data/lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.rb +223 -0
  148. data/lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.rb +224 -0
  149. data/lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.rb +224 -0
  150. data/lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity.rb +224 -0
  151. data/lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.rb +223 -0
  152. data/lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.rb +224 -0
  153. data/lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.rb +224 -0
  154. data/lib/onfido/models/facial_similarity_video_properties.rb +215 -0
  155. data/lib/onfido/models/facial_similarity_video_report.rb +354 -0
  156. data/lib/onfido/models/id_number.rb +269 -0
  157. data/lib/onfido/models/id_photo.rb +289 -0
  158. data/lib/onfido/models/id_photo_response.rb +282 -0
  159. data/lib/onfido/models/id_photos_list.rb +223 -0
  160. data/lib/onfido/models/identity_enhanced_breakdown.rb +241 -0
  161. data/lib/onfido/models/identity_enhanced_breakdown_address.rb +224 -0
  162. data/lib/onfido/models/identity_enhanced_breakdown_address_breakdown.rb +232 -0
  163. data/lib/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.rb +224 -0
  164. data/lib/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.rb +214 -0
  165. data/lib/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.rb +224 -0
  166. data/lib/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.rb +224 -0
  167. data/lib/onfido/models/identity_enhanced_breakdown_date_of_birth.rb +224 -0
  168. data/lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.rb +223 -0
  169. data/lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.rb +224 -0
  170. data/lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.rb +224 -0
  171. data/lib/onfido/models/identity_enhanced_breakdown_mortality.rb +215 -0
  172. data/lib/onfido/models/identity_enhanced_breakdown_sources.rb +224 -0
  173. data/lib/onfido/models/identity_enhanced_breakdown_sources_breakdown.rb +214 -0
  174. data/lib/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.rb +224 -0
  175. data/lib/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.rb +214 -0
  176. data/lib/onfido/models/identity_enhanced_properties.rb +227 -0
  177. data/lib/onfido/models/identity_enhanced_properties_matched_addresses_inner.rb +227 -0
  178. data/lib/onfido/models/identity_enhanced_report.rb +354 -0
  179. data/lib/onfido/models/india_pan_report.rb +354 -0
  180. data/lib/onfido/models/india_pan_report_all_of_breakdown.rb +214 -0
  181. data/lib/onfido/models/india_pan_report_all_of_breakdown_device.rb +214 -0
  182. data/lib/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.rb +223 -0
  183. data/lib/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.rb +214 -0
  184. data/lib/onfido/models/india_pan_report_all_of_properties.rb +214 -0
  185. data/lib/onfido/models/india_pan_report_all_of_properties_device.rb +225 -0
  186. data/lib/onfido/models/known_faces_breakdown.rb +223 -0
  187. data/lib/onfido/models/known_faces_breakdown_image_integrity.rb +215 -0
  188. data/lib/onfido/models/known_faces_breakdown_previously_seen_faces.rb +215 -0
  189. data/lib/onfido/models/known_faces_properties.rb +217 -0
  190. data/lib/onfido/models/known_faces_properties_matches_inner.rb +255 -0
  191. data/lib/onfido/models/known_faces_report.rb +354 -0
  192. data/lib/onfido/models/live_photo.rb +289 -0
  193. data/lib/onfido/models/live_photo_response.rb +282 -0
  194. data/lib/onfido/models/live_photos_list.rb +223 -0
  195. data/lib/onfido/models/live_video.rb +287 -0
  196. data/lib/onfido/models/live_videos_list.rb +223 -0
  197. data/lib/onfido/models/location.rb +254 -0
  198. data/lib/onfido/models/location_builder.rb +254 -0
  199. data/lib/onfido/models/location_shared.rb +247 -0
  200. data/lib/onfido/models/motion_capture.rb +275 -0
  201. data/lib/onfido/models/motion_captures_list.rb +223 -0
  202. data/lib/onfido/models/photo_auto_reasons.rb +255 -0
  203. data/lib/onfido/models/photo_reasons.rb +255 -0
  204. data/lib/onfido/models/proof_of_address_breakdown.rb +232 -0
  205. data/lib/onfido/models/proof_of_address_breakdown_data_comparison.rb +224 -0
  206. data/lib/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.rb +232 -0
  207. data/lib/onfido/models/proof_of_address_breakdown_document_classification.rb +224 -0
  208. data/lib/onfido/models/proof_of_address_breakdown_document_classification_breakdown.rb +214 -0
  209. data/lib/onfido/models/proof_of_address_breakdown_image_integrity.rb +224 -0
  210. data/lib/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.rb +214 -0
  211. data/lib/onfido/models/proof_of_address_properties.rb +319 -0
  212. data/lib/onfido/models/proof_of_address_report.rb +354 -0
  213. data/lib/onfido/models/repeat_attempts_list.rb +292 -0
  214. data/lib/onfido/models/repeat_attempts_list_repeat_attempts_inner.rb +333 -0
  215. data/lib/onfido/models/report.rb +93 -0
  216. data/lib/onfido/models/report_document.rb +222 -0
  217. data/lib/onfido/models/report_name.rb +60 -0
  218. data/lib/onfido/models/report_result.rb +42 -0
  219. data/lib/onfido/models/report_shared.rb +329 -0
  220. data/lib/onfido/models/report_status.rb +44 -0
  221. data/lib/onfido/models/report_sub_result.rb +43 -0
  222. data/lib/onfido/models/reports_list.rb +223 -0
  223. data/lib/onfido/models/results_feedback.rb +279 -0
  224. data/lib/onfido/models/sdk_token.rb +229 -0
  225. data/lib/onfido/models/sdk_token_builder.rb +259 -0
  226. data/lib/onfido/models/sdk_token_request.rb +252 -0
  227. data/lib/onfido/models/sdk_token_response.rb +222 -0
  228. data/lib/onfido/models/task.rb +329 -0
  229. data/lib/onfido/models/task_item.rb +287 -0
  230. data/lib/onfido/models/timeline_file_reference.rb +239 -0
  231. data/lib/onfido/models/us_driving_licence_breakdown.rb +232 -0
  232. data/lib/onfido/models/us_driving_licence_breakdown_address.rb +224 -0
  233. data/lib/onfido/models/us_driving_licence_breakdown_address_breakdown.rb +259 -0
  234. data/lib/onfido/models/us_driving_licence_breakdown_document.rb +224 -0
  235. data/lib/onfido/models/us_driving_licence_breakdown_document_breakdown.rb +241 -0
  236. data/lib/onfido/models/us_driving_licence_breakdown_personal.rb +224 -0
  237. data/lib/onfido/models/us_driving_licence_breakdown_personal_breakdown.rb +322 -0
  238. data/lib/onfido/models/us_driving_licence_builder.rb +505 -0
  239. data/lib/onfido/models/us_driving_licence_report.rb +354 -0
  240. data/lib/onfido/models/us_driving_licence_shared.rb +499 -0
  241. data/lib/onfido/models/video_reasons.rb +245 -0
  242. data/lib/onfido/models/watchlist_aml_breakdown.rb +241 -0
  243. data/lib/onfido/models/watchlist_aml_breakdown_adverse_media.rb +215 -0
  244. data/lib/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.rb +215 -0
  245. data/lib/onfido/models/watchlist_aml_breakdown_politically_exposed_person.rb +215 -0
  246. data/lib/onfido/models/watchlist_aml_breakdown_sanction.rb +215 -0
  247. data/lib/onfido/models/watchlist_aml_properties.rb +217 -0
  248. data/lib/onfido/models/watchlist_aml_report.rb +354 -0
  249. data/lib/onfido/models/watchlist_enhanced_breakdown.rb +241 -0
  250. data/lib/onfido/models/watchlist_enhanced_properties.rb +217 -0
  251. data/lib/onfido/models/watchlist_enhanced_report.rb +354 -0
  252. data/lib/onfido/models/watchlist_monitor.rb +342 -0
  253. data/lib/onfido/models/watchlist_monitor_builder.rb +292 -0
  254. data/lib/onfido/models/watchlist_monitor_match.rb +225 -0
  255. data/lib/onfido/models/watchlist_monitor_matches_list.rb +223 -0
  256. data/lib/onfido/models/watchlist_monitor_matches_updater.rb +227 -0
  257. data/lib/onfido/models/watchlist_monitor_response.rb +254 -0
  258. data/lib/onfido/models/watchlist_monitor_shared.rb +285 -0
  259. data/lib/onfido/models/watchlist_monitors_list.rb +223 -0
  260. data/lib/onfido/models/watchlist_peps_only_report.rb +354 -0
  261. data/lib/onfido/models/watchlist_sanctions_only_report.rb +354 -0
  262. data/lib/onfido/models/watchlist_standard_breakdown.rb +232 -0
  263. data/lib/onfido/models/watchlist_standard_properties.rb +217 -0
  264. data/lib/onfido/models/watchlist_standard_report.rb +354 -0
  265. data/lib/onfido/models/webhook.rb +304 -0
  266. data/lib/onfido/models/webhook_builder.rb +274 -0
  267. data/lib/onfido/models/webhook_create.rb +222 -0
  268. data/lib/onfido/models/webhook_event.rb +214 -0
  269. data/lib/onfido/models/webhook_event_payload.rb +273 -0
  270. data/lib/onfido/models/webhook_event_payload_object.rb +260 -0
  271. data/lib/onfido/models/webhook_event_type.rb +56 -0
  272. data/lib/onfido/models/webhook_resend.rb +216 -0
  273. data/lib/onfido/models/webhook_response.rb +252 -0
  274. data/lib/onfido/models/webhook_shared.rb +249 -0
  275. data/lib/onfido/models/webhook_update.rb +215 -0
  276. data/lib/onfido/models/webhook_updater.rb +267 -0
  277. data/lib/onfido/models/webhooks_list.rb +223 -0
  278. data/lib/onfido/models/webhooks_resend_item.rb +261 -0
  279. data/lib/onfido/models/workflow_run.rb +416 -0
  280. data/lib/onfido/models/workflow_run_builder.rb +316 -0
  281. data/lib/onfido/models/workflow_run_request.rb +217 -0
  282. data/lib/onfido/models/workflow_run_response.rb +317 -0
  283. data/lib/onfido/models/workflow_run_response_error.rb +226 -0
  284. data/lib/onfido/models/workflow_run_shared.rb +296 -0
  285. data/lib/onfido/models/workflow_run_shared_link.rb +290 -0
  286. data/lib/onfido/version.rb +12 -2
  287. data/lib/onfido/webhook_event_verifier.rb +20 -0
  288. data/lib/onfido.rb +309 -25
  289. data/onfido.gemspec +42 -33
  290. data/spec/integrations/address_picker_spec.rb +16 -0
  291. data/spec/integrations/applicant_spec.rb +73 -95
  292. data/spec/integrations/check_spec.rb +60 -41
  293. data/spec/integrations/document_spec.rb +28 -57
  294. data/spec/integrations/extraction_spec.rb +27 -12
  295. data/spec/integrations/id_photo_spec.rb +55 -0
  296. data/spec/integrations/live_photo_spec.rb +28 -45
  297. data/spec/integrations/live_video_spec.rb +33 -19
  298. data/spec/integrations/media/sample_driving_licence.png +0 -0
  299. data/spec/integrations/media/sample_photo.png +0 -0
  300. data/spec/integrations/motion_capture_spec.rb +30 -24
  301. data/spec/integrations/report_schema_spec.rb +45 -0
  302. data/spec/integrations/report_spec.rb +34 -25
  303. data/spec/integrations/sdk_token_spec.rb +12 -10
  304. data/spec/integrations/tasks_spec.rb +45 -0
  305. data/spec/integrations/watchlist_monitor_spec.rb +73 -0
  306. data/spec/integrations/webhook_spec.rb +40 -88
  307. data/spec/integrations/workflow_run_output_spec.rb +117 -0
  308. data/spec/integrations/workflow_run_spec.rb +64 -34
  309. data/spec/shared_contexts/with_applicant.rb +24 -0
  310. data/spec/shared_contexts/with_check.rb +18 -0
  311. data/spec/shared_contexts/with_document.rb +13 -0
  312. data/spec/shared_contexts/with_live_photo.rb +18 -0
  313. data/spec/shared_contexts/with_onfido.rb +14 -0
  314. data/spec/shared_contexts/with_workflow_run.rb +19 -0
  315. data/spec/spec_helper.rb +73 -11
  316. data/spec/webhook_event_verifier_spec.rb +29 -0
  317. metadata +367 -157
  318. data/.github/workflows/gem-push.yml +0 -31
  319. data/.github/workflows/ruby.yml +0 -25
  320. data/.gitignore +0 -19
  321. data/.rspec +0 -2
  322. data/.rubocop.yml +0 -13
  323. data/lib/onfido/api.rb +0 -65
  324. data/lib/onfido/errors/connection_error.rb +0 -6
  325. data/lib/onfido/errors/onfido_error.rb +0 -30
  326. data/lib/onfido/errors/request_error.rb +0 -6
  327. data/lib/onfido/errors/server_error.rb +0 -6
  328. data/lib/onfido/options.rb +0 -38
  329. data/lib/onfido/resource.rb +0 -153
  330. data/lib/onfido/resources/address.rb +0 -9
  331. data/lib/onfido/resources/applicant.rb +0 -29
  332. data/lib/onfido/resources/check.rb +0 -28
  333. data/lib/onfido/resources/document.rb +0 -28
  334. data/lib/onfido/resources/extraction.rb +0 -11
  335. data/lib/onfido/resources/live_photo.rb +0 -27
  336. data/lib/onfido/resources/live_video.rb +0 -17
  337. data/lib/onfido/resources/monitor.rb +0 -32
  338. data/lib/onfido/resources/motion_capture.rb +0 -21
  339. data/lib/onfido/resources/report.rb +0 -21
  340. data/lib/onfido/resources/sdk_token.rb +0 -10
  341. data/lib/onfido/resources/webhook.rb +0 -40
  342. data/lib/onfido/resources/workflow_run.rb +0 -21
  343. data/spec/integrations/address_spec.rb +0 -13
  344. data/spec/integrations/monitor_spec.rb +0 -100
  345. data/spec/integrations/resource_spec.rb +0 -106
  346. data/spec/onfido/api_spec.rb +0 -22
  347. data/spec/onfido/connection_error_spec.rb +0 -20
  348. data/spec/onfido/options_spec.rb +0 -39
  349. data/spec/onfido/request_error_spec.rb +0 -36
  350. data/spec/support/fake_onfido_api.rb +0 -295
  351. data/spec/support/fixtures/4xx_response.json +0 -14
  352. data/spec/support/fixtures/addresses.json +0 -24
  353. data/spec/support/fixtures/applicant.json +0 -28
  354. data/spec/support/fixtures/applicants.json +0 -12
  355. data/spec/support/fixtures/check.json +0 -12
  356. data/spec/support/fixtures/checks.json +0 -16
  357. data/spec/support/fixtures/document.json +0 -10
  358. data/spec/support/fixtures/documents.json +0 -23
  359. data/spec/support/fixtures/extraction.json +0 -23
  360. data/spec/support/fixtures/live_photo.json +0 -9
  361. data/spec/support/fixtures/live_photos.json +0 -22
  362. data/spec/support/fixtures/live_video.json +0 -23
  363. data/spec/support/fixtures/live_videos.json +0 -27
  364. data/spec/support/fixtures/monitor.json +0 -8
  365. data/spec/support/fixtures/monitor_matches.json +0 -12
  366. data/spec/support/fixtures/monitors.json +0 -12
  367. data/spec/support/fixtures/motion_capture.json +0 -9
  368. data/spec/support/fixtures/motion_captures.json +0 -13
  369. data/spec/support/fixtures/not_scheduled_for_deletion_error.json +0 -7
  370. data/spec/support/fixtures/report.json +0 -10
  371. data/spec/support/fixtures/reports.json +0 -24
  372. data/spec/support/fixtures/sdk_token.json +0 -3
  373. data/spec/support/fixtures/signed_workflow_run.pdf +0 -0
  374. data/spec/support/fixtures/unexpected_error_format.json +0 -3
  375. data/spec/support/fixtures/webhook.json +0 -14
  376. data/spec/support/fixtures/webhooks.json +0 -31
  377. data/spec/support/fixtures/workflow_run.json +0 -20
  378. data/spec/support/fixtures/workflow_runs.json +0 -42
metadata CHANGED
@@ -1,203 +1,434 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onfido
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Onfido
7
+ - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rspec
14
+ name: faraday
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '3.1'
20
- type: :development
19
+ version: 1.0.1
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '3.0'
23
+ type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 1.0.1
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '3.1'
32
+ version: '3.0'
27
33
  - !ruby/object:Gem::Dependency
28
- name: rspec-its
34
+ name: faraday-multipart
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - "~>"
37
+ - - ">="
32
38
  - !ruby/object:Gem::Version
33
- version: '1.2'
34
- type: :development
39
+ version: '0'
40
+ type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - "~>"
44
+ - - ">="
39
45
  - !ruby/object:Gem::Version
40
- version: '1.2'
46
+ version: '0'
41
47
  - !ruby/object:Gem::Dependency
42
- name: rubocop
48
+ name: marcel
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
46
52
  - !ruby/object:Gem::Version
47
- version: '1.11'
48
- type: :development
53
+ version: '0'
54
+ type: :runtime
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
51
57
  requirements:
52
- - - "~>"
58
+ - - ">="
53
59
  - !ruby/object:Gem::Version
54
- version: '1.11'
60
+ version: '0'
55
61
  - !ruby/object:Gem::Dependency
56
- name: sinatra
62
+ name: openssl
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
- - - "~>"
65
+ - - ">="
60
66
  - !ruby/object:Gem::Version
61
- version: '1.4'
62
- type: :development
67
+ version: '0'
68
+ type: :runtime
63
69
  prerelease: false
64
70
  version_requirements: !ruby/object:Gem::Requirement
65
71
  requirements:
66
- - - "~>"
72
+ - - ">="
67
73
  - !ruby/object:Gem::Version
68
- version: '1.4'
74
+ version: '0'
69
75
  - !ruby/object:Gem::Dependency
70
- name: webmock
76
+ name: rspec
71
77
  requirement: !ruby/object:Gem::Requirement
72
78
  requirements:
73
79
  - - "~>"
74
80
  - !ruby/object:Gem::Version
75
- version: '3.0'
81
+ version: '3.6'
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: 3.6.0
76
85
  type: :development
77
86
  prerelease: false
78
87
  version_requirements: !ruby/object:Gem::Requirement
79
88
  requirements:
80
89
  - - "~>"
81
90
  - !ruby/object:Gem::Version
82
- version: '3.0'
83
- - !ruby/object:Gem::Dependency
84
- name: rack
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: 1.6.0
90
- type: :runtime
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
91
+ version: '3.6'
94
92
  - - ">="
95
93
  - !ruby/object:Gem::Version
96
- version: 1.6.0
94
+ version: 3.6.0
97
95
  - !ruby/object:Gem::Dependency
98
- name: rest-client
96
+ name: rspec-its
99
97
  requirement: !ruby/object:Gem::Requirement
100
98
  requirements:
101
99
  - - "~>"
102
100
  - !ruby/object:Gem::Version
103
- version: '2.0'
104
- type: :runtime
101
+ version: '1.2'
102
+ type: :development
105
103
  prerelease: false
106
104
  version_requirements: !ruby/object:Gem::Requirement
107
105
  requirements:
108
106
  - - "~>"
109
107
  - !ruby/object:Gem::Version
110
- version: '2.0'
111
- description: A thin wrapper for Onfido's API. This gem only supports v3 of the Onfido
112
- API. Refer to Onfido's API documentation for details of the expected requests and
113
- responses.
108
+ version: '1.2'
109
+ description: Ruby Library for the Onfido API
114
110
  email:
115
- - engineering@onfido.com
111
+ - ''
116
112
  executables: []
117
113
  extensions: []
118
114
  extra_rdoc_files: []
119
115
  files:
120
- - ".github/workflows/gem-push.yml"
121
- - ".github/workflows/ruby.yml"
122
- - ".gitignore"
123
- - ".rspec"
124
- - ".rubocop.yml"
125
116
  - CHANGELOG.md
126
117
  - Gemfile
127
118
  - LICENSE
128
119
  - README.md
120
+ - Rakefile
129
121
  - lib/onfido.rb
130
- - lib/onfido/api.rb
131
- - lib/onfido/errors/connection_error.rb
132
- - lib/onfido/errors/onfido_error.rb
133
- - lib/onfido/errors/request_error.rb
134
- - lib/onfido/errors/server_error.rb
135
- - lib/onfido/options.rb
136
- - lib/onfido/resource.rb
137
- - lib/onfido/resources/address.rb
138
- - lib/onfido/resources/applicant.rb
139
- - lib/onfido/resources/check.rb
140
- - lib/onfido/resources/document.rb
141
- - lib/onfido/resources/extraction.rb
142
- - lib/onfido/resources/live_photo.rb
143
- - lib/onfido/resources/live_video.rb
144
- - lib/onfido/resources/monitor.rb
145
- - lib/onfido/resources/motion_capture.rb
146
- - lib/onfido/resources/report.rb
147
- - lib/onfido/resources/sdk_token.rb
148
- - lib/onfido/resources/webhook.rb
149
- - lib/onfido/resources/workflow_run.rb
122
+ - lib/onfido/api/default_api.rb
123
+ - lib/onfido/api_client.rb
124
+ - lib/onfido/api_error.rb
125
+ - lib/onfido/configuration.rb
126
+ - lib/onfido/models/address.rb
127
+ - lib/onfido/models/address_builder.rb
128
+ - lib/onfido/models/address_shared.rb
129
+ - lib/onfido/models/addresses_list.rb
130
+ - lib/onfido/models/applicant.rb
131
+ - lib/onfido/models/applicant_builder.rb
132
+ - lib/onfido/models/applicant_create.rb
133
+ - lib/onfido/models/applicant_request.rb
134
+ - lib/onfido/models/applicant_response.rb
135
+ - lib/onfido/models/applicant_shared.rb
136
+ - lib/onfido/models/applicant_update.rb
137
+ - lib/onfido/models/applicant_updater.rb
138
+ - lib/onfido/models/applicants_list.rb
139
+ - lib/onfido/models/check.rb
140
+ - lib/onfido/models/check_builder.rb
141
+ - lib/onfido/models/check_request.rb
142
+ - lib/onfido/models/check_response.rb
143
+ - lib/onfido/models/check_shared.rb
144
+ - lib/onfido/models/checks_list.rb
145
+ - lib/onfido/models/complete_task_builder.rb
146
+ - lib/onfido/models/complete_task_data_builder.rb
147
+ - lib/onfido/models/consent_item.rb
148
+ - lib/onfido/models/consents_builder.rb
149
+ - lib/onfido/models/country_codes.rb
150
+ - lib/onfido/models/device_intelligence_breakdown.rb
151
+ - lib/onfido/models/device_intelligence_breakdown_breakdown.rb
152
+ - lib/onfido/models/device_intelligence_breakdown_breakdown_device.rb
153
+ - lib/onfido/models/device_intelligence_breakdown_breakdown_device_breakdown.rb
154
+ - lib/onfido/models/device_intelligence_breakdown_properties.rb
155
+ - lib/onfido/models/device_intelligence_breakdown_properties_device.rb
156
+ - lib/onfido/models/device_intelligence_breakdown_properties_geolocation.rb
157
+ - lib/onfido/models/device_intelligence_breakdown_properties_ip.rb
158
+ - lib/onfido/models/device_intelligence_report.rb
159
+ - lib/onfido/models/document.rb
160
+ - lib/onfido/models/document_breakdown.rb
161
+ - lib/onfido/models/document_breakdown_age_validation.rb
162
+ - lib/onfido/models/document_breakdown_age_validation_breakdown.rb
163
+ - lib/onfido/models/document_breakdown_compromised_document.rb
164
+ - lib/onfido/models/document_breakdown_compromised_document_breakdown.rb
165
+ - lib/onfido/models/document_breakdown_data_comparison.rb
166
+ - lib/onfido/models/document_breakdown_data_comparison_breakdown.rb
167
+ - lib/onfido/models/document_breakdown_data_comparison_breakdown_issuing_country.rb
168
+ - lib/onfido/models/document_breakdown_data_consistency.rb
169
+ - lib/onfido/models/document_breakdown_data_consistency_breakdown.rb
170
+ - lib/onfido/models/document_breakdown_data_validation.rb
171
+ - lib/onfido/models/document_breakdown_data_validation_breakdown.rb
172
+ - lib/onfido/models/document_breakdown_data_validation_breakdown_document_expiration.rb
173
+ - lib/onfido/models/document_breakdown_data_validation_breakdown_expiry_date.rb
174
+ - lib/onfido/models/document_breakdown_image_integrity.rb
175
+ - lib/onfido/models/document_breakdown_image_integrity_breakdown.rb
176
+ - lib/onfido/models/document_breakdown_image_integrity_breakdown_colour_picture.rb
177
+ - lib/onfido/models/document_breakdown_image_integrity_breakdown_conclusive_document_quality.rb
178
+ - lib/onfido/models/document_breakdown_image_integrity_breakdown_image_quality.rb
179
+ - lib/onfido/models/document_breakdown_image_integrity_breakdown_supported_document.rb
180
+ - lib/onfido/models/document_breakdown_issuing_authority.rb
181
+ - lib/onfido/models/document_breakdown_issuing_authority_breakdown.rb
182
+ - lib/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_active_authentication.rb
183
+ - lib/onfido/models/document_breakdown_issuing_authority_breakdown_nfc_passive_authentication.rb
184
+ - lib/onfido/models/document_breakdown_police_record.rb
185
+ - lib/onfido/models/document_breakdown_visual_authenticity.rb
186
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown.rb
187
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_digital_tampering.rb
188
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_face_detection.rb
189
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_fonts.rb
190
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_original_document_present.rb
191
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_other.rb
192
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_picture_face_integrity.rb
193
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_security_features.rb
194
+ - lib/onfido/models/document_breakdown_visual_authenticity_breakdown_template.rb
195
+ - lib/onfido/models/document_cdq_reasons.rb
196
+ - lib/onfido/models/document_iq_reasons.rb
197
+ - lib/onfido/models/document_odp_reasons.rb
198
+ - lib/onfido/models/document_properties.rb
199
+ - lib/onfido/models/document_properties_address_lines.rb
200
+ - lib/onfido/models/document_properties_barcode_inner.rb
201
+ - lib/onfido/models/document_properties_document_classification.rb
202
+ - lib/onfido/models/document_properties_document_numbers_inner.rb
203
+ - lib/onfido/models/document_properties_driving_licence_information.rb
204
+ - lib/onfido/models/document_properties_extracted_data.rb
205
+ - lib/onfido/models/document_properties_nfc.rb
206
+ - lib/onfido/models/document_report.rb
207
+ - lib/onfido/models/document_response.rb
208
+ - lib/onfido/models/document_shared.rb
209
+ - lib/onfido/models/document_types.rb
210
+ - lib/onfido/models/document_video_report.rb
211
+ - lib/onfido/models/document_video_with_address_information_report.rb
212
+ - lib/onfido/models/document_with_address_information_report.rb
213
+ - lib/onfido/models/document_with_driver_verification_report.rb
214
+ - lib/onfido/models/document_with_driver_verification_report_all_of_properties.rb
215
+ - lib/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_passenger_vehicle.rb
216
+ - lib/onfido/models/document_with_driver_verification_report_all_of_properties_all_of_vehicle_class_details_inner.rb
217
+ - lib/onfido/models/document_with_driving_licence_information_report.rb
218
+ - lib/onfido/models/documents_list.rb
219
+ - lib/onfido/models/error.rb
220
+ - lib/onfido/models/error1.rb
221
+ - lib/onfido/models/error_properties.rb
222
+ - lib/onfido/models/error_properties1.rb
223
+ - lib/onfido/models/extract_request.rb
224
+ - lib/onfido/models/extraction.rb
225
+ - lib/onfido/models/extraction_document_classification.rb
226
+ - lib/onfido/models/extraction_extracted_data.rb
227
+ - lib/onfido/models/facial_similarity_motion_breakdown.rb
228
+ - lib/onfido/models/facial_similarity_motion_breakdown_face_comparison.rb
229
+ - lib/onfido/models/facial_similarity_motion_breakdown_image_integrity.rb
230
+ - lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown.rb
231
+ - lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_face_detected.rb
232
+ - lib/onfido/models/facial_similarity_motion_breakdown_image_integrity_breakdown_source_integrity.rb
233
+ - lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity.rb
234
+ - lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown.rb
235
+ - lib/onfido/models/facial_similarity_motion_breakdown_visual_authenticity_breakdown_spoofing_detection.rb
236
+ - lib/onfido/models/facial_similarity_motion_properties.rb
237
+ - lib/onfido/models/facial_similarity_motion_report.rb
238
+ - lib/onfido/models/facial_similarity_photo_breakdown.rb
239
+ - lib/onfido/models/facial_similarity_photo_breakdown_face_comparison.rb
240
+ - lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown.rb
241
+ - lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match.rb
242
+ - lib/onfido/models/facial_similarity_photo_breakdown_face_comparison_breakdown_face_match_properties.rb
243
+ - lib/onfido/models/facial_similarity_photo_breakdown_image_integrity.rb
244
+ - lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown.rb
245
+ - lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_face_detected.rb
246
+ - lib/onfido/models/facial_similarity_photo_breakdown_image_integrity_breakdown_source_integrity.rb
247
+ - lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity.rb
248
+ - lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown.rb
249
+ - lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection.rb
250
+ - lib/onfido/models/facial_similarity_photo_breakdown_visual_authenticity_breakdown_spoofing_detection_properties.rb
251
+ - lib/onfido/models/facial_similarity_photo_fully_auto_breakdown.rb
252
+ - lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity.rb
253
+ - lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown.rb
254
+ - lib/onfido/models/facial_similarity_photo_fully_auto_breakdown_image_integrity_breakdown_source_integrity.rb
255
+ - lib/onfido/models/facial_similarity_photo_fully_auto_properties.rb
256
+ - lib/onfido/models/facial_similarity_photo_fully_auto_report.rb
257
+ - lib/onfido/models/facial_similarity_photo_properties.rb
258
+ - lib/onfido/models/facial_similarity_photo_report.rb
259
+ - lib/onfido/models/facial_similarity_video_breakdown.rb
260
+ - lib/onfido/models/facial_similarity_video_breakdown_face_comparison.rb
261
+ - lib/onfido/models/facial_similarity_video_breakdown_image_integrity.rb
262
+ - lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown.rb
263
+ - lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_face_detected.rb
264
+ - lib/onfido/models/facial_similarity_video_breakdown_image_integrity_breakdown_source_integrity.rb
265
+ - lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity.rb
266
+ - lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown.rb
267
+ - lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_liveness_detected.rb
268
+ - lib/onfido/models/facial_similarity_video_breakdown_visual_authenticity_breakdown_spoofing_detection.rb
269
+ - lib/onfido/models/facial_similarity_video_properties.rb
270
+ - lib/onfido/models/facial_similarity_video_report.rb
271
+ - lib/onfido/models/id_number.rb
272
+ - lib/onfido/models/id_photo.rb
273
+ - lib/onfido/models/id_photo_response.rb
274
+ - lib/onfido/models/id_photos_list.rb
275
+ - lib/onfido/models/identity_enhanced_breakdown.rb
276
+ - lib/onfido/models/identity_enhanced_breakdown_address.rb
277
+ - lib/onfido/models/identity_enhanced_breakdown_address_breakdown.rb
278
+ - lib/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies.rb
279
+ - lib/onfido/models/identity_enhanced_breakdown_address_breakdown_credit_agencies_properties.rb
280
+ - lib/onfido/models/identity_enhanced_breakdown_address_breakdown_telephone_database.rb
281
+ - lib/onfido/models/identity_enhanced_breakdown_address_breakdown_voting_register.rb
282
+ - lib/onfido/models/identity_enhanced_breakdown_date_of_birth.rb
283
+ - lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown.rb
284
+ - lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_credit_agencies.rb
285
+ - lib/onfido/models/identity_enhanced_breakdown_date_of_birth_breakdown_voting_register.rb
286
+ - lib/onfido/models/identity_enhanced_breakdown_mortality.rb
287
+ - lib/onfido/models/identity_enhanced_breakdown_sources.rb
288
+ - lib/onfido/models/identity_enhanced_breakdown_sources_breakdown.rb
289
+ - lib/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources.rb
290
+ - lib/onfido/models/identity_enhanced_breakdown_sources_breakdown_total_sources_properties.rb
291
+ - lib/onfido/models/identity_enhanced_properties.rb
292
+ - lib/onfido/models/identity_enhanced_properties_matched_addresses_inner.rb
293
+ - lib/onfido/models/identity_enhanced_report.rb
294
+ - lib/onfido/models/india_pan_report.rb
295
+ - lib/onfido/models/india_pan_report_all_of_breakdown.rb
296
+ - lib/onfido/models/india_pan_report_all_of_breakdown_device.rb
297
+ - lib/onfido/models/india_pan_report_all_of_breakdown_device_breakdown.rb
298
+ - lib/onfido/models/india_pan_report_all_of_breakdown_device_breakdown_pan_valid.rb
299
+ - lib/onfido/models/india_pan_report_all_of_properties.rb
300
+ - lib/onfido/models/india_pan_report_all_of_properties_device.rb
301
+ - lib/onfido/models/known_faces_breakdown.rb
302
+ - lib/onfido/models/known_faces_breakdown_image_integrity.rb
303
+ - lib/onfido/models/known_faces_breakdown_previously_seen_faces.rb
304
+ - lib/onfido/models/known_faces_properties.rb
305
+ - lib/onfido/models/known_faces_properties_matches_inner.rb
306
+ - lib/onfido/models/known_faces_report.rb
307
+ - lib/onfido/models/live_photo.rb
308
+ - lib/onfido/models/live_photo_response.rb
309
+ - lib/onfido/models/live_photos_list.rb
310
+ - lib/onfido/models/live_video.rb
311
+ - lib/onfido/models/live_videos_list.rb
312
+ - lib/onfido/models/location.rb
313
+ - lib/onfido/models/location_builder.rb
314
+ - lib/onfido/models/location_shared.rb
315
+ - lib/onfido/models/motion_capture.rb
316
+ - lib/onfido/models/motion_captures_list.rb
317
+ - lib/onfido/models/photo_auto_reasons.rb
318
+ - lib/onfido/models/photo_reasons.rb
319
+ - lib/onfido/models/proof_of_address_breakdown.rb
320
+ - lib/onfido/models/proof_of_address_breakdown_data_comparison.rb
321
+ - lib/onfido/models/proof_of_address_breakdown_data_comparison_breakdown.rb
322
+ - lib/onfido/models/proof_of_address_breakdown_document_classification.rb
323
+ - lib/onfido/models/proof_of_address_breakdown_document_classification_breakdown.rb
324
+ - lib/onfido/models/proof_of_address_breakdown_image_integrity.rb
325
+ - lib/onfido/models/proof_of_address_breakdown_image_integrity_breakdown.rb
326
+ - lib/onfido/models/proof_of_address_properties.rb
327
+ - lib/onfido/models/proof_of_address_report.rb
328
+ - lib/onfido/models/repeat_attempts_list.rb
329
+ - lib/onfido/models/repeat_attempts_list_repeat_attempts_inner.rb
330
+ - lib/onfido/models/report.rb
331
+ - lib/onfido/models/report_document.rb
332
+ - lib/onfido/models/report_name.rb
333
+ - lib/onfido/models/report_result.rb
334
+ - lib/onfido/models/report_shared.rb
335
+ - lib/onfido/models/report_status.rb
336
+ - lib/onfido/models/report_sub_result.rb
337
+ - lib/onfido/models/reports_list.rb
338
+ - lib/onfido/models/results_feedback.rb
339
+ - lib/onfido/models/sdk_token.rb
340
+ - lib/onfido/models/sdk_token_builder.rb
341
+ - lib/onfido/models/sdk_token_request.rb
342
+ - lib/onfido/models/sdk_token_response.rb
343
+ - lib/onfido/models/task.rb
344
+ - lib/onfido/models/task_item.rb
345
+ - lib/onfido/models/timeline_file_reference.rb
346
+ - lib/onfido/models/us_driving_licence_breakdown.rb
347
+ - lib/onfido/models/us_driving_licence_breakdown_address.rb
348
+ - lib/onfido/models/us_driving_licence_breakdown_address_breakdown.rb
349
+ - lib/onfido/models/us_driving_licence_breakdown_document.rb
350
+ - lib/onfido/models/us_driving_licence_breakdown_document_breakdown.rb
351
+ - lib/onfido/models/us_driving_licence_breakdown_personal.rb
352
+ - lib/onfido/models/us_driving_licence_breakdown_personal_breakdown.rb
353
+ - lib/onfido/models/us_driving_licence_builder.rb
354
+ - lib/onfido/models/us_driving_licence_report.rb
355
+ - lib/onfido/models/us_driving_licence_shared.rb
356
+ - lib/onfido/models/video_reasons.rb
357
+ - lib/onfido/models/watchlist_aml_breakdown.rb
358
+ - lib/onfido/models/watchlist_aml_breakdown_adverse_media.rb
359
+ - lib/onfido/models/watchlist_aml_breakdown_legal_and_regulatory_warnings.rb
360
+ - lib/onfido/models/watchlist_aml_breakdown_politically_exposed_person.rb
361
+ - lib/onfido/models/watchlist_aml_breakdown_sanction.rb
362
+ - lib/onfido/models/watchlist_aml_properties.rb
363
+ - lib/onfido/models/watchlist_aml_report.rb
364
+ - lib/onfido/models/watchlist_enhanced_breakdown.rb
365
+ - lib/onfido/models/watchlist_enhanced_properties.rb
366
+ - lib/onfido/models/watchlist_enhanced_report.rb
367
+ - lib/onfido/models/watchlist_monitor.rb
368
+ - lib/onfido/models/watchlist_monitor_builder.rb
369
+ - lib/onfido/models/watchlist_monitor_match.rb
370
+ - lib/onfido/models/watchlist_monitor_matches_list.rb
371
+ - lib/onfido/models/watchlist_monitor_matches_updater.rb
372
+ - lib/onfido/models/watchlist_monitor_response.rb
373
+ - lib/onfido/models/watchlist_monitor_shared.rb
374
+ - lib/onfido/models/watchlist_monitors_list.rb
375
+ - lib/onfido/models/watchlist_peps_only_report.rb
376
+ - lib/onfido/models/watchlist_sanctions_only_report.rb
377
+ - lib/onfido/models/watchlist_standard_breakdown.rb
378
+ - lib/onfido/models/watchlist_standard_properties.rb
379
+ - lib/onfido/models/watchlist_standard_report.rb
380
+ - lib/onfido/models/webhook.rb
381
+ - lib/onfido/models/webhook_builder.rb
382
+ - lib/onfido/models/webhook_create.rb
383
+ - lib/onfido/models/webhook_event.rb
384
+ - lib/onfido/models/webhook_event_payload.rb
385
+ - lib/onfido/models/webhook_event_payload_object.rb
386
+ - lib/onfido/models/webhook_event_type.rb
387
+ - lib/onfido/models/webhook_resend.rb
388
+ - lib/onfido/models/webhook_response.rb
389
+ - lib/onfido/models/webhook_shared.rb
390
+ - lib/onfido/models/webhook_update.rb
391
+ - lib/onfido/models/webhook_updater.rb
392
+ - lib/onfido/models/webhooks_list.rb
393
+ - lib/onfido/models/webhooks_resend_item.rb
394
+ - lib/onfido/models/workflow_run.rb
395
+ - lib/onfido/models/workflow_run_builder.rb
396
+ - lib/onfido/models/workflow_run_request.rb
397
+ - lib/onfido/models/workflow_run_response.rb
398
+ - lib/onfido/models/workflow_run_response_error.rb
399
+ - lib/onfido/models/workflow_run_shared.rb
400
+ - lib/onfido/models/workflow_run_shared_link.rb
150
401
  - lib/onfido/version.rb
402
+ - lib/onfido/webhook_event_verifier.rb
151
403
  - onfido.gemspec
152
- - spec/integrations/address_spec.rb
404
+ - spec/integrations/address_picker_spec.rb
153
405
  - spec/integrations/applicant_spec.rb
154
406
  - spec/integrations/check_spec.rb
155
407
  - spec/integrations/document_spec.rb
156
408
  - spec/integrations/extraction_spec.rb
409
+ - spec/integrations/id_photo_spec.rb
157
410
  - spec/integrations/live_photo_spec.rb
158
411
  - spec/integrations/live_video_spec.rb
159
- - spec/integrations/monitor_spec.rb
412
+ - spec/integrations/media/sample_driving_licence.png
413
+ - spec/integrations/media/sample_photo.png
160
414
  - spec/integrations/motion_capture_spec.rb
415
+ - spec/integrations/report_schema_spec.rb
161
416
  - spec/integrations/report_spec.rb
162
- - spec/integrations/resource_spec.rb
163
417
  - spec/integrations/sdk_token_spec.rb
418
+ - spec/integrations/tasks_spec.rb
419
+ - spec/integrations/watchlist_monitor_spec.rb
164
420
  - spec/integrations/webhook_spec.rb
421
+ - spec/integrations/workflow_run_output_spec.rb
165
422
  - spec/integrations/workflow_run_spec.rb
166
- - spec/onfido/api_spec.rb
167
- - spec/onfido/connection_error_spec.rb
168
- - spec/onfido/options_spec.rb
169
- - spec/onfido/request_error_spec.rb
423
+ - spec/shared_contexts/with_applicant.rb
424
+ - spec/shared_contexts/with_check.rb
425
+ - spec/shared_contexts/with_document.rb
426
+ - spec/shared_contexts/with_live_photo.rb
427
+ - spec/shared_contexts/with_onfido.rb
428
+ - spec/shared_contexts/with_workflow_run.rb
170
429
  - spec/spec_helper.rb
171
- - spec/support/fake_onfido_api.rb
172
- - spec/support/fixtures/4xx_response.json
173
- - spec/support/fixtures/addresses.json
174
- - spec/support/fixtures/applicant.json
175
- - spec/support/fixtures/applicants.json
176
- - spec/support/fixtures/check.json
177
- - spec/support/fixtures/checks.json
178
- - spec/support/fixtures/document.json
179
- - spec/support/fixtures/documents.json
180
- - spec/support/fixtures/extraction.json
181
- - spec/support/fixtures/live_photo.json
182
- - spec/support/fixtures/live_photos.json
183
- - spec/support/fixtures/live_video.json
184
- - spec/support/fixtures/live_videos.json
185
- - spec/support/fixtures/monitor.json
186
- - spec/support/fixtures/monitor_matches.json
187
- - spec/support/fixtures/monitors.json
188
- - spec/support/fixtures/motion_capture.json
189
- - spec/support/fixtures/motion_captures.json
190
- - spec/support/fixtures/not_scheduled_for_deletion_error.json
191
- - spec/support/fixtures/report.json
192
- - spec/support/fixtures/reports.json
193
- - spec/support/fixtures/sdk_token.json
194
- - spec/support/fixtures/signed_workflow_run.pdf
195
- - spec/support/fixtures/unexpected_error_format.json
196
- - spec/support/fixtures/webhook.json
197
- - spec/support/fixtures/webhooks.json
198
- - spec/support/fixtures/workflow_run.json
199
- - spec/support/fixtures/workflow_runs.json
200
- homepage: http://github.com/onfido/onfido-ruby
430
+ - spec/webhook_event_verifier_spec.rb
431
+ homepage: https://github.com/onfido/onfido-ruby
201
432
  licenses:
202
433
  - MIT
203
434
  metadata: {}
@@ -209,63 +440,42 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
440
  requirements:
210
441
  - - ">="
211
442
  - !ruby/object:Gem::Version
212
- version: 2.4.0
443
+ version: '2.7'
213
444
  required_rubygems_version: !ruby/object:Gem::Requirement
214
445
  requirements:
215
446
  - - ">="
216
447
  - !ruby/object:Gem::Version
217
448
  version: '0'
218
449
  requirements: []
219
- rubygems_version: 3.0.3.1
450
+ rubygems_version: 3.1.6
220
451
  signing_key:
221
452
  specification_version: 4
222
- summary: A wrapper for Onfido API
453
+ summary: The official Ruby library for integrating with the Onfido API.
223
454
  test_files:
224
- - spec/integrations/address_spec.rb
225
- - spec/integrations/applicant_spec.rb
226
- - spec/integrations/check_spec.rb
455
+ - spec/integrations/address_picker_spec.rb
456
+ - spec/integrations/report_schema_spec.rb
227
457
  - spec/integrations/document_spec.rb
228
458
  - spec/integrations/extraction_spec.rb
229
- - spec/integrations/live_photo_spec.rb
230
- - spec/integrations/live_video_spec.rb
231
- - spec/integrations/monitor_spec.rb
232
- - spec/integrations/motion_capture_spec.rb
233
459
  - spec/integrations/report_spec.rb
234
- - spec/integrations/resource_spec.rb
235
- - spec/integrations/sdk_token_spec.rb
460
+ - spec/integrations/motion_capture_spec.rb
461
+ - spec/integrations/tasks_spec.rb
236
462
  - spec/integrations/webhook_spec.rb
463
+ - spec/integrations/media/sample_photo.png
464
+ - spec/integrations/media/sample_driving_licence.png
465
+ - spec/integrations/check_spec.rb
466
+ - spec/integrations/live_video_spec.rb
467
+ - spec/integrations/sdk_token_spec.rb
468
+ - spec/integrations/live_photo_spec.rb
469
+ - spec/integrations/watchlist_monitor_spec.rb
470
+ - spec/integrations/id_photo_spec.rb
471
+ - spec/integrations/workflow_run_output_spec.rb
237
472
  - spec/integrations/workflow_run_spec.rb
238
- - spec/onfido/api_spec.rb
239
- - spec/onfido/connection_error_spec.rb
240
- - spec/onfido/options_spec.rb
241
- - spec/onfido/request_error_spec.rb
473
+ - spec/integrations/applicant_spec.rb
474
+ - spec/shared_contexts/with_onfido.rb
475
+ - spec/shared_contexts/with_applicant.rb
476
+ - spec/shared_contexts/with_workflow_run.rb
477
+ - spec/shared_contexts/with_document.rb
478
+ - spec/shared_contexts/with_check.rb
479
+ - spec/shared_contexts/with_live_photo.rb
242
480
  - spec/spec_helper.rb
243
- - spec/support/fake_onfido_api.rb
244
- - spec/support/fixtures/4xx_response.json
245
- - spec/support/fixtures/addresses.json
246
- - spec/support/fixtures/applicant.json
247
- - spec/support/fixtures/applicants.json
248
- - spec/support/fixtures/check.json
249
- - spec/support/fixtures/checks.json
250
- - spec/support/fixtures/document.json
251
- - spec/support/fixtures/documents.json
252
- - spec/support/fixtures/extraction.json
253
- - spec/support/fixtures/live_photo.json
254
- - spec/support/fixtures/live_photos.json
255
- - spec/support/fixtures/live_video.json
256
- - spec/support/fixtures/live_videos.json
257
- - spec/support/fixtures/monitor.json
258
- - spec/support/fixtures/monitor_matches.json
259
- - spec/support/fixtures/monitors.json
260
- - spec/support/fixtures/motion_capture.json
261
- - spec/support/fixtures/motion_captures.json
262
- - spec/support/fixtures/not_scheduled_for_deletion_error.json
263
- - spec/support/fixtures/report.json
264
- - spec/support/fixtures/reports.json
265
- - spec/support/fixtures/sdk_token.json
266
- - spec/support/fixtures/signed_workflow_run.pdf
267
- - spec/support/fixtures/unexpected_error_format.json
268
- - spec/support/fixtures/webhook.json
269
- - spec/support/fixtures/webhooks.json
270
- - spec/support/fixtures/workflow_run.json
271
- - spec/support/fixtures/workflow_runs.json
481
+ - spec/webhook_event_verifier_spec.rb
@@ -1,31 +0,0 @@
1
- name: Ruby Gem
2
-
3
- on:
4
- release:
5
- types: [published]
6
-
7
- jobs:
8
- build:
9
- name: Build + Publish
10
- runs-on: ubuntu-latest
11
- permissions:
12
- contents: read
13
- packages: write
14
-
15
- steps:
16
- - uses: actions/checkout@v2
17
- - name: Set up Ruby 2.6
18
- uses: ruby/setup-ruby@v1
19
- with:
20
- ruby-version: 2.6
21
-
22
- - name: Publish to RubyGems
23
- run: |
24
- mkdir -p $HOME/.gem
25
- touch $HOME/.gem/credentials
26
- chmod 0600 $HOME/.gem/credentials
27
- printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
28
- gem build *.gemspec
29
- gem push *.gem
30
- env:
31
- GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"