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
@@ -0,0 +1,530 @@
1
+ =begin
2
+ #Onfido API v3.6
3
+
4
+ #The Onfido API (v3.6)
5
+
6
+ The version of the OpenAPI document: v3.6
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.6.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Onfido
17
+ class ExtractionExtractedData
18
+ # The official document number.
19
+ attr_accessor :document_number
20
+
21
+ # First name.
22
+ attr_accessor :first_name
23
+
24
+ # Last name.
25
+ attr_accessor :last_name
26
+
27
+ # Full name.
28
+ attr_accessor :full_name
29
+
30
+ # Spouse name (French documents only).
31
+ attr_accessor :spouse_name
32
+
33
+ # Widow name (French documents only).
34
+ attr_accessor :widow_name
35
+
36
+ # Alias name (French documents only).
37
+ attr_accessor :alias_name
38
+
39
+ # Gender (Valid values are Male and Female).
40
+ attr_accessor :gender
41
+
42
+ # Date of birth in YYYY-MM-DD format.
43
+ attr_accessor :date_of_birth
44
+
45
+ # Date of expiry in YYYY-MM-DD format.
46
+ attr_accessor :date_of_expiry
47
+
48
+ # Date of expiry in YYYY-MM-DD format.
49
+ attr_accessor :expiry_date
50
+
51
+ # Nationality in 3-letter ISO code.
52
+ attr_accessor :nationality
53
+
54
+ # Line 1 of the MRZ code.
55
+ attr_accessor :mrz_line_1
56
+
57
+ # Line 2 of the MRZ code.
58
+ attr_accessor :mrz_line_2
59
+
60
+ # Line 3 of the MRZ code.
61
+ attr_accessor :mrz_line_3
62
+
63
+ # Line 1 of the address.
64
+ attr_accessor :address_1
65
+
66
+ # Line 2 of the address.
67
+ attr_accessor :address_2
68
+
69
+ # Line 3 of the address.
70
+ attr_accessor :address_3
71
+
72
+ # Line 4 of the address.
73
+ attr_accessor :address_4
74
+
75
+ # Line 5 of the address.
76
+ attr_accessor :address_5
77
+
78
+ # Issuing authority.
79
+ attr_accessor :issuing_authority
80
+
81
+ # Document country in 3-letter ISO code.
82
+ attr_accessor :issuing_country
83
+
84
+ # Type of document.
85
+ attr_accessor :document_type
86
+
87
+ # Place of birth.
88
+ attr_accessor :place_of_birth
89
+
90
+ # The state that issued the document.
91
+ attr_accessor :issuing_state
92
+
93
+ # Issuing date in YYYY-MM-DD format.
94
+ attr_accessor :issuing_date
95
+
96
+ # The owner's unique identification number.
97
+ attr_accessor :personal_number
98
+
99
+ class EnumAttributeValidator
100
+ attr_reader :datatype
101
+ attr_reader :allowable_values
102
+
103
+ def initialize(datatype, allowable_values)
104
+ @allowable_values = allowable_values.map do |value|
105
+ case datatype.to_s
106
+ when /Integer/i
107
+ value.to_i
108
+ when /Float/i
109
+ value.to_f
110
+ else
111
+ value
112
+ end
113
+ end
114
+ end
115
+
116
+ def valid?(value)
117
+ !value || allowable_values.include?(value)
118
+ end
119
+ end
120
+
121
+ # Attribute mapping from ruby-style variable name to JSON key.
122
+ def self.attribute_map
123
+ {
124
+ :'document_number' => :'document_number',
125
+ :'first_name' => :'first_name',
126
+ :'last_name' => :'last_name',
127
+ :'full_name' => :'full_name',
128
+ :'spouse_name' => :'spouse_name',
129
+ :'widow_name' => :'widow_name',
130
+ :'alias_name' => :'alias_name',
131
+ :'gender' => :'gender',
132
+ :'date_of_birth' => :'date_of_birth',
133
+ :'date_of_expiry' => :'date_of_expiry',
134
+ :'expiry_date' => :'expiry_date',
135
+ :'nationality' => :'nationality',
136
+ :'mrz_line_1' => :'mrz_line_1',
137
+ :'mrz_line_2' => :'mrz_line_2',
138
+ :'mrz_line_3' => :'mrz_line_3',
139
+ :'address_1' => :'address_1',
140
+ :'address_2' => :'address_2',
141
+ :'address_3' => :'address_3',
142
+ :'address_4' => :'address_4',
143
+ :'address_5' => :'address_5',
144
+ :'issuing_authority' => :'issuing_authority',
145
+ :'issuing_country' => :'issuing_country',
146
+ :'document_type' => :'document_type',
147
+ :'place_of_birth' => :'place_of_birth',
148
+ :'issuing_state' => :'issuing_state',
149
+ :'issuing_date' => :'issuing_date',
150
+ :'personal_number' => :'personal_number'
151
+ }
152
+ end
153
+
154
+ # Returns all the JSON keys this model knows about
155
+ def self.acceptable_attributes
156
+ attribute_map.values
157
+ end
158
+
159
+ # Attribute type mapping.
160
+ def self.openapi_types
161
+ {
162
+ :'document_number' => :'String',
163
+ :'first_name' => :'String',
164
+ :'last_name' => :'String',
165
+ :'full_name' => :'String',
166
+ :'spouse_name' => :'String',
167
+ :'widow_name' => :'String',
168
+ :'alias_name' => :'String',
169
+ :'gender' => :'String',
170
+ :'date_of_birth' => :'Date',
171
+ :'date_of_expiry' => :'Date',
172
+ :'expiry_date' => :'Date',
173
+ :'nationality' => :'String',
174
+ :'mrz_line_1' => :'String',
175
+ :'mrz_line_2' => :'String',
176
+ :'mrz_line_3' => :'String',
177
+ :'address_1' => :'String',
178
+ :'address_2' => :'String',
179
+ :'address_3' => :'String',
180
+ :'address_4' => :'String',
181
+ :'address_5' => :'String',
182
+ :'issuing_authority' => :'String',
183
+ :'issuing_country' => :'CountryCodes',
184
+ :'document_type' => :'DocumentTypes',
185
+ :'place_of_birth' => :'String',
186
+ :'issuing_state' => :'String',
187
+ :'issuing_date' => :'Date',
188
+ :'personal_number' => :'String'
189
+ }
190
+ end
191
+
192
+ # List of attributes with nullable: true
193
+ def self.openapi_nullable
194
+ Set.new([
195
+ ])
196
+ end
197
+
198
+ # Initializes the object
199
+ # @param [Hash] attributes Model attributes in the form of hash
200
+ def initialize(attributes = {})
201
+ if (!attributes.is_a?(Hash))
202
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Onfido::ExtractionExtractedData` initialize method"
203
+ end
204
+
205
+ # check to see if the attribute exists and convert string to symbol for hash key
206
+ attributes = attributes.each_with_object({}) { |(k, v), h|
207
+ if (!self.class.attribute_map.key?(k.to_sym))
208
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Onfido::ExtractionExtractedData`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
209
+ end
210
+ h[k.to_sym] = v
211
+ }
212
+
213
+ if attributes.key?(:'document_number')
214
+ self.document_number = attributes[:'document_number']
215
+ end
216
+
217
+ if attributes.key?(:'first_name')
218
+ self.first_name = attributes[:'first_name']
219
+ end
220
+
221
+ if attributes.key?(:'last_name')
222
+ self.last_name = attributes[:'last_name']
223
+ end
224
+
225
+ if attributes.key?(:'full_name')
226
+ self.full_name = attributes[:'full_name']
227
+ end
228
+
229
+ if attributes.key?(:'spouse_name')
230
+ self.spouse_name = attributes[:'spouse_name']
231
+ end
232
+
233
+ if attributes.key?(:'widow_name')
234
+ self.widow_name = attributes[:'widow_name']
235
+ end
236
+
237
+ if attributes.key?(:'alias_name')
238
+ self.alias_name = attributes[:'alias_name']
239
+ end
240
+
241
+ if attributes.key?(:'gender')
242
+ self.gender = attributes[:'gender']
243
+ end
244
+
245
+ if attributes.key?(:'date_of_birth')
246
+ self.date_of_birth = attributes[:'date_of_birth']
247
+ end
248
+
249
+ if attributes.key?(:'date_of_expiry')
250
+ self.date_of_expiry = attributes[:'date_of_expiry']
251
+ end
252
+
253
+ if attributes.key?(:'expiry_date')
254
+ self.expiry_date = attributes[:'expiry_date']
255
+ end
256
+
257
+ if attributes.key?(:'nationality')
258
+ self.nationality = attributes[:'nationality']
259
+ end
260
+
261
+ if attributes.key?(:'mrz_line_1')
262
+ self.mrz_line_1 = attributes[:'mrz_line_1']
263
+ end
264
+
265
+ if attributes.key?(:'mrz_line_2')
266
+ self.mrz_line_2 = attributes[:'mrz_line_2']
267
+ end
268
+
269
+ if attributes.key?(:'mrz_line_3')
270
+ self.mrz_line_3 = attributes[:'mrz_line_3']
271
+ end
272
+
273
+ if attributes.key?(:'address_1')
274
+ self.address_1 = attributes[:'address_1']
275
+ end
276
+
277
+ if attributes.key?(:'address_2')
278
+ self.address_2 = attributes[:'address_2']
279
+ end
280
+
281
+ if attributes.key?(:'address_3')
282
+ self.address_3 = attributes[:'address_3']
283
+ end
284
+
285
+ if attributes.key?(:'address_4')
286
+ self.address_4 = attributes[:'address_4']
287
+ end
288
+
289
+ if attributes.key?(:'address_5')
290
+ self.address_5 = attributes[:'address_5']
291
+ end
292
+
293
+ if attributes.key?(:'issuing_authority')
294
+ self.issuing_authority = attributes[:'issuing_authority']
295
+ end
296
+
297
+ if attributes.key?(:'issuing_country')
298
+ self.issuing_country = attributes[:'issuing_country']
299
+ end
300
+
301
+ if attributes.key?(:'document_type')
302
+ self.document_type = attributes[:'document_type']
303
+ end
304
+
305
+ if attributes.key?(:'place_of_birth')
306
+ self.place_of_birth = attributes[:'place_of_birth']
307
+ end
308
+
309
+ if attributes.key?(:'issuing_state')
310
+ self.issuing_state = attributes[:'issuing_state']
311
+ end
312
+
313
+ if attributes.key?(:'issuing_date')
314
+ self.issuing_date = attributes[:'issuing_date']
315
+ end
316
+
317
+ if attributes.key?(:'personal_number')
318
+ self.personal_number = attributes[:'personal_number']
319
+ end
320
+ end
321
+
322
+ # Show invalid properties with the reasons. Usually used together with valid?
323
+ # @return Array for valid properties with the reasons
324
+ def list_invalid_properties
325
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
326
+ invalid_properties = Array.new
327
+ pattern = Regexp.new(/^[A-Z]{3}$/)
328
+ if !@nationality.nil? && @nationality !~ pattern
329
+ invalid_properties.push("invalid value for \"nationality\", must conform to the pattern #{pattern}.")
330
+ end
331
+
332
+ invalid_properties
333
+ end
334
+
335
+ # Check to see if the all the properties in the model are valid
336
+ # @return true if the model is valid
337
+ def valid?
338
+ warn '[DEPRECATED] the `valid?` method is obsolete'
339
+ gender_validator = EnumAttributeValidator.new('String', ["Male", "Female", "unknown_default_open_api"])
340
+ return false unless gender_validator.valid?(@gender)
341
+ return false if !@nationality.nil? && @nationality !~ Regexp.new(/^[A-Z]{3}$/)
342
+ true
343
+ end
344
+
345
+ # Custom attribute writer method checking allowed values (enum).
346
+ # @param [Object] gender Object to be assigned
347
+ def gender=(gender)
348
+ validator = EnumAttributeValidator.new('String', ["Male", "Female", "unknown_default_open_api"])
349
+ unless validator.valid?(gender)
350
+ fail ArgumentError, "invalid value for \"gender\", must be one of #{validator.allowable_values}."
351
+ end
352
+ @gender = gender
353
+ end
354
+
355
+ # Custom attribute writer method with validation
356
+ # @param [Object] nationality Value to be assigned
357
+ def nationality=(nationality)
358
+ if nationality.nil?
359
+ fail ArgumentError, 'nationality cannot be nil'
360
+ end
361
+
362
+ pattern = Regexp.new(/^[A-Z]{3}$/)
363
+ if nationality !~ pattern
364
+ fail ArgumentError, "invalid value for \"nationality\", must conform to the pattern #{pattern}."
365
+ end
366
+
367
+ @nationality = nationality
368
+ end
369
+
370
+ # Checks equality by comparing each attribute.
371
+ # @param [Object] Object to be compared
372
+ def ==(o)
373
+ return true if self.equal?(o)
374
+ self.class == o.class &&
375
+ document_number == o.document_number &&
376
+ first_name == o.first_name &&
377
+ last_name == o.last_name &&
378
+ full_name == o.full_name &&
379
+ spouse_name == o.spouse_name &&
380
+ widow_name == o.widow_name &&
381
+ alias_name == o.alias_name &&
382
+ gender == o.gender &&
383
+ date_of_birth == o.date_of_birth &&
384
+ date_of_expiry == o.date_of_expiry &&
385
+ expiry_date == o.expiry_date &&
386
+ nationality == o.nationality &&
387
+ mrz_line_1 == o.mrz_line_1 &&
388
+ mrz_line_2 == o.mrz_line_2 &&
389
+ mrz_line_3 == o.mrz_line_3 &&
390
+ address_1 == o.address_1 &&
391
+ address_2 == o.address_2 &&
392
+ address_3 == o.address_3 &&
393
+ address_4 == o.address_4 &&
394
+ address_5 == o.address_5 &&
395
+ issuing_authority == o.issuing_authority &&
396
+ issuing_country == o.issuing_country &&
397
+ document_type == o.document_type &&
398
+ place_of_birth == o.place_of_birth &&
399
+ issuing_state == o.issuing_state &&
400
+ issuing_date == o.issuing_date &&
401
+ personal_number == o.personal_number
402
+ end
403
+
404
+ # @see the `==` method
405
+ # @param [Object] Object to be compared
406
+ def eql?(o)
407
+ self == o
408
+ end
409
+
410
+ # Calculates hash code according to all attributes.
411
+ # @return [Integer] Hash code
412
+ def hash
413
+ [document_number, first_name, last_name, full_name, spouse_name, widow_name, alias_name, gender, date_of_birth, date_of_expiry, expiry_date, nationality, mrz_line_1, mrz_line_2, mrz_line_3, address_1, address_2, address_3, address_4, address_5, issuing_authority, issuing_country, document_type, place_of_birth, issuing_state, issuing_date, personal_number].hash
414
+ end
415
+
416
+ # Builds the object from hash
417
+ # @param [Hash] attributes Model attributes in the form of hash
418
+ # @return [Object] Returns the model itself
419
+ def self.build_from_hash(attributes)
420
+ return nil unless attributes.is_a?(Hash)
421
+ attributes = attributes.transform_keys(&:to_sym)
422
+ transformed_hash = {}
423
+ openapi_types.each_pair do |key, type|
424
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
425
+ transformed_hash["#{key}"] = nil
426
+ elsif type =~ /\AArray<(.*)>/i
427
+ # check to ensure the input is an array given that the attribute
428
+ # is documented as an array but the input is not
429
+ if attributes[attribute_map[key]].is_a?(Array)
430
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
431
+ end
432
+ elsif !attributes[attribute_map[key]].nil?
433
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
434
+ end
435
+ end
436
+ new(transformed_hash)
437
+ end
438
+
439
+ # Deserializes the data based on type
440
+ # @param string type Data type
441
+ # @param string value Value to be deserialized
442
+ # @return [Object] Deserialized data
443
+ def self._deserialize(type, value)
444
+ case type.to_sym
445
+ when :Time
446
+ Time.parse(value)
447
+ when :Date
448
+ Date.parse(value)
449
+ when :String
450
+ value.to_s
451
+ when :Integer
452
+ value.to_i
453
+ when :Float
454
+ value.to_f
455
+ when :Boolean
456
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
457
+ true
458
+ else
459
+ false
460
+ end
461
+ when :Object
462
+ # generic object (usually a Hash), return directly
463
+ value
464
+ when /\AArray<(?<inner_type>.+)>\z/
465
+ inner_type = Regexp.last_match[:inner_type]
466
+ value.map { |v| _deserialize(inner_type, v) }
467
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
468
+ k_type = Regexp.last_match[:k_type]
469
+ v_type = Regexp.last_match[:v_type]
470
+ {}.tap do |hash|
471
+ value.each do |k, v|
472
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
473
+ end
474
+ end
475
+ else # model
476
+ # models (e.g. Pet) or oneOf
477
+ klass = Onfido.const_get(type)
478
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
479
+ end
480
+ end
481
+
482
+ # Returns the string representation of the object
483
+ # @return [String] String presentation of the object
484
+ def to_s
485
+ to_hash.to_s
486
+ end
487
+
488
+ # to_body is an alias to to_hash (backward compatibility)
489
+ # @return [Hash] Returns the object in the form of hash
490
+ def to_body
491
+ to_hash
492
+ end
493
+
494
+ # Returns the object in the form of hash
495
+ # @return [Hash] Returns the object in the form of hash
496
+ def to_hash
497
+ hash = {}
498
+ self.class.attribute_map.each_pair do |attr, param|
499
+ value = self.send(attr)
500
+ if value.nil?
501
+ is_nullable = self.class.openapi_nullable.include?(attr)
502
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
503
+ end
504
+
505
+ hash[param] = _to_hash(value)
506
+ end
507
+ hash
508
+ end
509
+
510
+ # Outputs non-array value in the form of hash
511
+ # For object, use to_hash. Otherwise, just return the value
512
+ # @param [Object] value Any valid value
513
+ # @return [Hash] Returns the value in the form of hash
514
+ def _to_hash(value)
515
+ if value.is_a?(Array)
516
+ value.compact.map { |v| _to_hash(v) }
517
+ elsif value.is_a?(Hash)
518
+ {}.tap do |hash|
519
+ value.each { |k, v| hash[k] = _to_hash(v) }
520
+ end
521
+ elsif value.respond_to? :to_hash
522
+ value.to_hash
523
+ else
524
+ value
525
+ end
526
+ end
527
+
528
+ end
529
+
530
+ end