trinsic_api 3.0.2.pre.preview → 3.1.0.pre.preview1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -2
- data/docs/AadhaarAddress.md +40 -0
- data/docs/AadhaarClaims.md +2 -24
- data/docs/AadhaarLanguage.md +1 -1
- data/docs/AadhaarLocalizedClaims.md +2 -20
- data/docs/AudkenniProviderOutput.md +24 -0
- data/docs/BoliviaCiLookupInput.md +20 -0
- data/docs/BoliviaCiProviderOutput.md +26 -0
- data/docs/BrazilCpfCheckInput.md +5 -1
- data/docs/ChinaResidentIdMatchInput.md +24 -0
- data/docs/ChinaResidentIdMatchOutput.md +22 -0
- data/docs/ColombiaCcLookupInput.md +20 -0
- data/docs/ColombiaCcProviderOutput.md +36 -0
- data/docs/ColombiaExpeditionPlace.md +20 -0
- data/docs/ConnectIdProviderOutput.md +0 -2
- data/docs/CoteDIvoireNidLookup2ProviderOutput.md +34 -0
- data/docs/CreateDirectProviderSessionRequest.md +2 -0
- data/docs/CreateHostedProviderSessionRequest.md +2 -0
- data/docs/CzechMojeIdProviderOutput.md +5 -1
- data/docs/CzechiaMojeIdProviderOutput.md +1 -1
- data/docs/DigilockerAadhaarProviderOutput.md +8 -8
- data/docs/ElSalvadorDuiLookupInput.md +20 -0
- data/docs/ElSalvadorDuiProviderOutput.md +22 -0
- data/docs/FaydaProviderAddress.md +22 -0
- data/docs/FaydaProviderOutput.md +14 -2
- data/docs/FinnishTrustNetworkProviderOutput.md +2 -2
- data/docs/FrejaProviderOutput.md +1 -1
- data/docs/FrenchNumeriqueGivenName.md +1 -1
- data/docs/FrenchNumeriqueProviderOutput.md +7 -7
- data/docs/GoogleWalletInput.md +1 -1
- data/docs/GuatemalaCuiLookupInput.md +18 -0
- data/docs/GuatemalaCuiProviderOutput.md +36 -0
- data/docs/IndiaPanLookupInput.md +18 -0
- data/docs/IndiaPanLookupProviderOutput.md +32 -0
- data/docs/IndiaPanStructuredNumber.md +28 -0
- data/docs/KenyaNidBiometric2Input.md +1 -1
- data/docs/KenyaNidLookup2Input.md +1 -1
- data/docs/KenyaNidLookup2ProviderOutput.md +1 -1
- data/docs/KenyaNidMatch2Input.md +1 -1
- data/docs/KoreaTelcoMatchInput.md +28 -0
- data/docs/KoreaTelcoMatchProviderOutput.md +22 -0
- data/docs/KoreaTelcoMatchSex.md +15 -0
- data/docs/LloydsSmartIdProviderOutput.md +2 -2
- data/docs/MdlOutput.md +2 -2
- data/docs/MitIdProviderOutput.md +5 -5
- data/docs/MobileCarrier.md +15 -0
- data/docs/MobileOperatingSystem.md +15 -0
- data/docs/NetherlandsIdinAddress.md +26 -0
- data/docs/NetherlandsIdinProviderOutput.md +36 -0
- data/docs/NorwegianBankIdProviderOutput.md +2 -2
- data/docs/PanamaCedulaLookupInput.md +20 -0
- data/docs/PanamaCedulaProviderOutput.md +32 -0
- data/docs/PeruDniProviderOutput.md +1 -1
- data/docs/PolandMobywatelMatchInput.md +32 -0
- data/docs/PolandMobywatelMatchProviderOutput.md +56 -0
- data/docs/PostOfficeEasyIdProviderOutput.md +2 -2
- data/docs/Provider.md +2 -0
- data/docs/ProviderInput.md +20 -0
- data/docs/ProviderOutput.md +34 -4
- data/docs/ProviderSupportedLanguage.md +20 -0
- data/docs/RecommendProviderInformation.md +3 -3
- data/docs/SessionsApi.md +0 -72
- data/docs/SignzyIndiaAadhaarFetchProviderOutput.md +40 -0
- data/docs/SingpassLoginProviderOutput.md +30 -0
- data/docs/SingpassMyInfoDescription.md +20 -0
- data/docs/SingpassMyInfoProviderOutput.md +20 -0
- data/docs/SingpassMyInfoRegisteredAddressOutput.md +36 -0
- data/docs/SingpassPersonalCatalog.md +64 -0
- data/docs/SingpassPhoneNumber.md +22 -0
- data/docs/SmartIdProviderOutput.md +1 -1
- data/docs/SwedenBankIdProviderOutput.md +3 -3
- data/docs/UnitedKingdomEvisaProviderOutput.md +1 -1
- data/docs/UsaCaliforniaDmvInput.md +18 -0
- data/docs/VerificationProfileResponse.md +2 -0
- data/docs/VerificationProfilesApi.md +72 -0
- data/docs/YotiDeeplinkProviderOutput.md +2 -2
- data/docs/YotiProviderOutput.md +2 -2
- data/lib/trinsic_api/api/providers_api.rb +1 -1
- data/lib/trinsic_api/api/redirect_uris_api.rb +1 -1
- data/lib/trinsic_api/api/sessions_api.rb +1 -65
- data/lib/trinsic_api/api/verification_profiles_api.rb +74 -4
- data/lib/trinsic_api/api_client.rb +7 -3
- data/lib/trinsic_api/api_error.rb +1 -1
- data/lib/trinsic_api/api_model_base.rb +88 -0
- data/lib/trinsic_api/configuration.rb +1 -1
- data/lib/trinsic_api/models/aadhaar_address.rb +271 -0
- data/lib/trinsic_api/models/aadhaar_claims.rb +11 -205
- data/lib/trinsic_api/models/aadhaar_input.rb +2 -75
- data/lib/trinsic_api/models/aadhaar_language.rb +3 -76
- data/lib/trinsic_api/models/aadhaar_localized_claims.rb +11 -183
- data/lib/trinsic_api/models/add_redirect_uri_request.rb +4 -77
- data/lib/trinsic_api/models/add_redirect_uri_response.rb +2 -75
- data/lib/trinsic_api/models/address.rb +2 -75
- data/lib/trinsic_api/models/apple_wallet_input.rb +2 -75
- data/lib/trinsic_api/models/apple_wallet_provider_output.rb +2 -75
- data/lib/trinsic_api/models/attachment_info.rb +2 -75
- data/lib/trinsic_api/models/attribute_availability.rb +1 -1
- data/lib/trinsic_api/models/audkenni_provider_output.rb +231 -0
- data/lib/trinsic_api/models/austria_handy_signatur_provider_output.rb +2 -75
- data/lib/trinsic_api/models/belgium_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/bolivia_ci_lookup_input.rb +160 -0
- data/lib/trinsic_api/models/bolivia_ci_provider_output.rb +258 -0
- data/lib/trinsic_api/models/brazil_cpf_check_input.rb +30 -81
- data/lib/trinsic_api/models/brazil_digital_cnh_input.rb +4 -77
- data/lib/trinsic_api/models/cancel_session_response.rb +2 -75
- data/lib/trinsic_api/models/china_resident_id_match_input.rb +284 -0
- data/lib/trinsic_api/models/china_resident_id_match_output.rb +172 -0
- data/lib/trinsic_api/models/colombia_cc_lookup_input.rb +160 -0
- data/lib/trinsic_api/models/colombia_cc_provider_output.rb +411 -0
- data/lib/trinsic_api/models/colombia_expedition_place.rb +161 -0
- data/lib/trinsic_api/models/connect_id_address.rb +2 -75
- data/lib/trinsic_api/models/connect_id_age_verification.rb +2 -75
- data/lib/trinsic_api/models/connect_id_provider_output.rb +3 -87
- data/lib/trinsic_api/models/contract_attachment.rb +2 -75
- data/lib/trinsic_api/models/contract_attribute.rb +2 -75
- data/lib/trinsic_api/models/cote_d_ivoire_nid_lookup2_input.rb +2 -75
- data/lib/trinsic_api/models/cote_d_ivoire_nid_lookup2_provider_output.rb +334 -0
- data/lib/trinsic_api/models/create_direct_provider_session_request.rb +18 -78
- data/lib/trinsic_api/models/create_direct_provider_session_response.rb +2 -75
- data/lib/trinsic_api/models/create_hosted_provider_session_request.rb +20 -80
- data/lib/trinsic_api/models/create_hosted_provider_session_response.rb +2 -75
- data/lib/trinsic_api/models/create_verification_profile_response.rb +2 -75
- data/lib/trinsic_api/models/czech_moje_id_address_output.rb +2 -75
- data/lib/trinsic_api/models/czech_moje_id_provider_output.rb +26 -77
- data/lib/trinsic_api/models/czechia_moje_id_provider_output.rb +3 -76
- data/lib/trinsic_api/models/digilocker_aadhaar_provider_output.rb +24 -97
- data/lib/trinsic_api/models/document_data.rb +2 -75
- data/lib/trinsic_api/models/document_type.rb +1 -1
- data/lib/trinsic_api/models/el_salvador_dui_lookup_input.rb +160 -0
- data/lib/trinsic_api/models/el_salvador_dui_provider_output.rb +220 -0
- data/lib/trinsic_api/models/estonia_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/fayda_provider_address.rb +171 -0
- data/lib/trinsic_api/models/fayda_provider_output.rb +74 -81
- data/lib/trinsic_api/models/finland_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/finnish_trust_network_provider_output.rb +4 -77
- data/lib/trinsic_api/models/france_identite_input.rb +2 -75
- data/lib/trinsic_api/models/france_identite_provider_output.rb +2 -75
- data/lib/trinsic_api/models/freja_indirect_provider_output.rb +2 -75
- data/lib/trinsic_api/models/freja_provider_output.rb +3 -76
- data/lib/trinsic_api/models/french_numerique_given_name.rb +3 -76
- data/lib/trinsic_api/models/french_numerique_nationality.rb +2 -75
- data/lib/trinsic_api/models/french_numerique_phone.rb +2 -75
- data/lib/trinsic_api/models/french_numerique_provider_output.rb +9 -82
- data/lib/trinsic_api/models/get_attachment_request.rb +4 -77
- data/lib/trinsic_api/models/get_attachment_response.rb +2 -75
- data/lib/trinsic_api/models/get_provider_response.rb +2 -75
- data/lib/trinsic_api/models/get_session_response.rb +2 -75
- data/lib/trinsic_api/models/get_session_result_request.rb +2 -75
- data/lib/trinsic_api/models/get_session_result_response.rb +2 -75
- data/lib/trinsic_api/models/google_wallet_input.rb +3 -76
- data/lib/trinsic_api/models/google_wallet_provider_output.rb +2 -75
- data/lib/trinsic_api/models/guatemala_cui_lookup_input.rb +149 -0
- data/lib/trinsic_api/models/guatemala_cui_provider_output.rb +395 -0
- data/lib/trinsic_api/models/identity_data.rb +2 -75
- data/lib/trinsic_api/models/idin_input.rb +2 -75
- data/lib/trinsic_api/models/india_pan_lookup_input.rb +174 -0
- data/lib/trinsic_api/models/india_pan_lookup_provider_output.rb +227 -0
- data/lib/trinsic_api/models/india_pan_structured_number.rb +284 -0
- data/lib/trinsic_api/models/indonesia_dukcapil_match_input.rb +2 -75
- data/lib/trinsic_api/models/indonesia_nik_input.rb +6 -79
- data/lib/trinsic_api/models/integration_capability.rb +1 -1
- data/lib/trinsic_api/models/integration_launch_method.rb +1 -1
- data/lib/trinsic_api/models/integration_step.rb +2 -75
- data/lib/trinsic_api/models/itsme_provider_output.rb +2 -75
- data/lib/trinsic_api/models/kenya_nid_biometric2_input.rb +3 -76
- data/lib/trinsic_api/models/kenya_nid_input.rb +10 -83
- data/lib/trinsic_api/models/kenya_nid_lookup2_address.rb +2 -75
- data/lib/trinsic_api/models/kenya_nid_lookup2_input.rb +3 -76
- data/lib/trinsic_api/models/kenya_nid_lookup2_provider_output.rb +3 -76
- data/lib/trinsic_api/models/kenya_nid_match2_input.rb +3 -76
- data/lib/trinsic_api/models/kenya_nid_match2_input_sex.rb +1 -1
- data/lib/trinsic_api/models/korea_telco_match_input.rb +340 -0
- data/lib/trinsic_api/models/korea_telco_match_provider_output.rb +220 -0
- data/lib/trinsic_api/models/korea_telco_match_sex.rb +40 -0
- data/lib/trinsic_api/models/la_wallet_provider_output.rb +2 -75
- data/lib/trinsic_api/models/latvia_eparaksts_mobile_provider_output.rb +2 -75
- data/lib/trinsic_api/models/latvia_eparaksts_provider_output.rb +2 -75
- data/lib/trinsic_api/models/list_providers_response.rb +2 -75
- data/lib/trinsic_api/models/list_redirect_uris_response.rb +2 -75
- data/lib/trinsic_api/models/list_sessions_response.rb +2 -75
- data/lib/trinsic_api/models/list_verification_profiles_response.rb +2 -75
- data/lib/trinsic_api/models/lithuania_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/lloyds_smart_id_provider_output.rb +4 -77
- data/lib/trinsic_api/models/match.rb +2 -75
- data/lib/trinsic_api/models/match_data.rb +2 -75
- data/lib/trinsic_api/models/mdl_exchange_mechanism.rb +1 -1
- data/lib/trinsic_api/models/mdl_output.rb +4 -77
- data/lib/trinsic_api/models/mdl_output_certificate_data.rb +2 -75
- data/lib/trinsic_api/models/mdl_output_field_data.rb +2 -75
- data/lib/trinsic_api/models/mdl_output_field_data_type.rb +1 -1
- data/lib/trinsic_api/models/mexico_curp_input.rb +4 -77
- data/lib/trinsic_api/models/mexico_curp_provider_output.rb +2 -75
- data/lib/trinsic_api/models/mit_id_provider_output.rb +7 -80
- data/lib/trinsic_api/models/mobile_carrier.rb +41 -0
- data/lib/trinsic_api/models/mobile_id_input.rb +2 -75
- data/lib/trinsic_api/models/mobile_id_language.rb +1 -1
- data/lib/trinsic_api/models/mobile_id_provider_output.rb +2 -75
- data/lib/trinsic_api/models/mobile_operating_system.rb +41 -0
- data/lib/trinsic_api/models/netherlands_idin_address.rb +273 -0
- data/lib/trinsic_api/models/netherlands_idin_provider_output.rb +377 -0
- data/lib/trinsic_api/models/nigeria_nin_biometric2_input.rb +2 -75
- data/lib/trinsic_api/models/nigeria_nin_input.rb +8 -81
- data/lib/trinsic_api/models/nigeria_nin_lookup2_input.rb +2 -75
- data/lib/trinsic_api/models/nigeria_nin_lookup2_provider_output.rb +2 -75
- data/lib/trinsic_api/models/nigeria_nin_match2_input.rb +2 -75
- data/lib/trinsic_api/models/nigeria_nin_match2_input_sex.rb +1 -1
- data/lib/trinsic_api/models/norwegian_bank_id_provider_output.rb +4 -77
- data/lib/trinsic_api/models/one_id_provider_address.rb +2 -75
- data/lib/trinsic_api/models/one_id_provider_output.rb +2 -75
- data/lib/trinsic_api/models/order_direction.rb +1 -1
- data/lib/trinsic_api/models/output_freja_address.rb +2 -75
- data/lib/trinsic_api/models/output_freja_document.rb +2 -75
- data/lib/trinsic_api/models/panama_cedula_lookup_input.rb +160 -0
- data/lib/trinsic_api/models/panama_cedula_provider_output.rb +307 -0
- data/lib/trinsic_api/models/person_data.rb +2 -75
- data/lib/trinsic_api/models/peru_dni_address.rb +2 -75
- data/lib/trinsic_api/models/peru_dni_lookup_input.rb +2 -75
- data/lib/trinsic_api/models/peru_dni_provider_output.rb +3 -76
- data/lib/trinsic_api/models/philippine_match_input.rb +2 -75
- data/lib/trinsic_api/models/philippine_qr_input.rb +2 -75
- data/lib/trinsic_api/models/philippines_digital_nid_provider_output.rb +2 -75
- data/lib/trinsic_api/models/philippines_physical_nid_provider_output.rb +2 -75
- data/lib/trinsic_api/models/poland_edo_app_provider_output.rb +2 -75
- data/lib/trinsic_api/models/poland_mobywatel_match_input.rb +226 -0
- data/lib/trinsic_api/models/poland_mobywatel_match_provider_output.rb +359 -0
- data/lib/trinsic_api/models/poland_moje_id_provider_output.rb +2 -75
- data/lib/trinsic_api/models/portugal_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/post_office_easy_id_provider_output.rb +4 -77
- data/lib/trinsic_api/models/problem_details.rb +2 -75
- data/lib/trinsic_api/models/provider.rb +16 -76
- data/lib/trinsic_api/models/provider_health.rb +1 -1
- data/lib/trinsic_api/models/provider_input.rb +113 -76
- data/lib/trinsic_api/models/provider_output.rb +190 -98
- data/lib/trinsic_api/models/provider_supported_language.rb +176 -0
- data/lib/trinsic_api/models/raw18013_document_request.rb +4 -77
- data/lib/trinsic_api/models/raw18013_request_input.rb +2 -75
- data/lib/trinsic_api/models/recommend_provider_health_option.rb +1 -1
- data/lib/trinsic_api/models/recommend_provider_information.rb +2 -75
- data/lib/trinsic_api/models/recommend_providers_request.rb +2 -75
- data/lib/trinsic_api/models/recommend_providers_response.rb +2 -75
- data/lib/trinsic_api/models/recommendation_info.rb +2 -75
- data/lib/trinsic_api/models/redirect_uri_response.rb +4 -77
- data/lib/trinsic_api/models/refresh_step_content_request.rb +4 -77
- data/lib/trinsic_api/models/refresh_step_content_response.rb +2 -75
- data/lib/trinsic_api/models/result_collection.rb +2 -75
- data/lib/trinsic_api/models/result_collection_method.rb +1 -1
- data/lib/trinsic_api/models/samsung_wallet_input.rb +2 -75
- data/lib/trinsic_api/models/samsung_wallet_provider_output.rb +2 -75
- data/lib/trinsic_api/models/serbia_id_card_provider_output.rb +2 -75
- data/lib/trinsic_api/models/session.rb +2 -75
- data/lib/trinsic_api/models/session_error_code.rb +1 -1
- data/lib/trinsic_api/models/session_ordering.rb +1 -1
- data/lib/trinsic_api/models/sex.rb +1 -1
- data/lib/trinsic_api/models/signzy_india_aadhaar_fetch_provider_output.rb +305 -0
- data/lib/trinsic_api/models/{connect_id_beneficiary_account.rb → singpass_login_provider_output.rb} +71 -110
- data/lib/trinsic_api/models/singpass_my_info_description.rb +160 -0
- data/lib/trinsic_api/models/singpass_my_info_provider_output.rb +161 -0
- data/lib/trinsic_api/models/{http_validation_problem_details.rb → singpass_my_info_registered_address_output.rb} +91 -126
- data/lib/trinsic_api/models/singpass_personal_catalog.rb +403 -0
- data/lib/trinsic_api/models/singpass_phone_number.rb +172 -0
- data/lib/trinsic_api/models/smart_id_input.rb +2 -75
- data/lib/trinsic_api/models/smart_id_provider_output.rb +3 -76
- data/lib/trinsic_api/models/south_africa_nid_biometric2_input.rb +2 -75
- data/lib/trinsic_api/models/south_africa_nid_input.rb +8 -81
- data/lib/trinsic_api/models/south_africa_nid_lookup2_input.rb +2 -75
- data/lib/trinsic_api/models/south_africa_nid_match2_input.rb +2 -75
- data/lib/trinsic_api/models/south_africa_nid_match2_input_sex.rb +1 -1
- data/lib/trinsic_api/models/spid_billing_information.rb +2 -75
- data/lib/trinsic_api/models/spid_input.rb +2 -75
- data/lib/trinsic_api/models/spid_provider_output.rb +2 -75
- data/lib/trinsic_api/models/step_refresh_info.rb +2 -75
- data/lib/trinsic_api/models/sub_provider_metadata.rb +2 -75
- data/lib/trinsic_api/models/submit_native_challenge_response_request.rb +6 -79
- data/lib/trinsic_api/models/submit_native_challenge_response_response.rb +2 -75
- data/lib/trinsic_api/models/sweden_bank_id_provider_output.rb +5 -78
- data/lib/trinsic_api/models/trinsic_test_database_lookup_input.rb +2 -75
- data/lib/trinsic_api/models/trinsic_test_sub_providers_input.rb +2 -75
- data/lib/trinsic_api/models/uganda_nid_match2_input.rb +2 -75
- data/lib/trinsic_api/models/uk_evisa_lookup_input.rb +4 -77
- data/lib/trinsic_api/models/united_kingdom_evisa_provider_output.rb +3 -76
- data/lib/trinsic_api/models/usa_california_dmv_input.rb +149 -0
- data/lib/trinsic_api/models/verification_profile_response.rb +14 -76
- data/lib/trinsic_api/models/yoti_deeplink_provider_output.rb +4 -77
- data/lib/trinsic_api/models/yoti_document_details.rb +2 -75
- data/lib/trinsic_api/models/yoti_provider_output.rb +4 -77
- data/lib/trinsic_api/models/yoti_structured_postal_address.rb +2 -75
- data/lib/trinsic_api/models/zimbabwe_nid_lookup2_input.rb +2 -75
- data/lib/trinsic_api/version.rb +2 -2
- data/lib/trinsic_api.rb +40 -5
- data/spec/api/providers_api_spec.rb +1 -1
- data/spec/api/redirect_uris_api_spec.rb +1 -1
- data/spec/api/sessions_api_spec.rb +1 -13
- data/spec/api/verification_profiles_api_spec.rb +14 -1
- data/spec/models/aadhaar_address_spec.rb +102 -0
- data/spec/models/aadhaar_claims_spec.rb +3 -69
- data/spec/models/aadhaar_input_spec.rb +2 -2
- data/spec/models/aadhaar_language_spec.rb +2 -2
- data/spec/models/aadhaar_localized_claims_spec.rb +3 -57
- data/spec/models/add_redirect_uri_request_spec.rb +2 -2
- data/spec/models/add_redirect_uri_response_spec.rb +2 -2
- data/spec/models/address_spec.rb +2 -2
- data/spec/models/apple_wallet_input_spec.rb +2 -2
- data/spec/models/apple_wallet_provider_output_spec.rb +2 -2
- data/spec/models/attachment_info_spec.rb +2 -2
- data/spec/models/attribute_availability_spec.rb +2 -2
- data/spec/models/{create_widget_session_request_spec.rb → audkenni_provider_output_spec.rb} +11 -11
- data/spec/models/austria_handy_signatur_provider_output_spec.rb +2 -2
- data/spec/models/belgium_id_card_provider_output_spec.rb +2 -2
- data/spec/models/bolivia_ci_lookup_input_spec.rb +42 -0
- data/spec/models/bolivia_ci_provider_output_spec.rb +60 -0
- data/spec/models/brazil_cpf_check_input_spec.rb +14 -2
- data/spec/models/brazil_digital_cnh_input_spec.rb +2 -2
- data/spec/models/cancel_session_response_spec.rb +2 -2
- data/spec/models/{connect_id_beneficiary_account_spec.rb → china_resident_id_match_input_spec.rb} +11 -11
- data/spec/models/china_resident_id_match_output_spec.rb +48 -0
- data/spec/models/colombia_cc_lookup_input_spec.rb +42 -0
- data/spec/models/colombia_cc_provider_output_spec.rb +90 -0
- data/spec/models/colombia_expedition_place_spec.rb +42 -0
- data/spec/models/connect_id_address_spec.rb +2 -2
- data/spec/models/connect_id_age_verification_spec.rb +2 -2
- data/spec/models/connect_id_provider_output_spec.rb +2 -8
- data/spec/models/contract_attachment_spec.rb +2 -2
- data/spec/models/contract_attribute_spec.rb +2 -2
- data/spec/models/cote_d_ivoire_nid_lookup2_input_spec.rb +2 -2
- data/spec/models/cote_d_ivoire_nid_lookup2_provider_output_spec.rb +84 -0
- data/spec/models/create_direct_provider_session_request_spec.rb +8 -2
- data/spec/models/create_direct_provider_session_response_spec.rb +2 -2
- data/spec/models/create_hosted_provider_session_request_spec.rb +8 -2
- data/spec/models/create_hosted_provider_session_response_spec.rb +2 -2
- data/spec/models/create_verification_profile_response_spec.rb +2 -2
- data/spec/models/czech_moje_id_address_output_spec.rb +2 -2
- data/spec/models/czech_moje_id_provider_output_spec.rb +14 -2
- data/spec/models/czechia_moje_id_provider_output_spec.rb +2 -2
- data/spec/models/digilocker_aadhaar_provider_output_spec.rb +8 -8
- data/spec/models/document_data_spec.rb +2 -2
- data/spec/models/document_type_spec.rb +2 -2
- data/spec/models/el_salvador_dui_lookup_input_spec.rb +42 -0
- data/spec/models/{create_widget_session_response_spec.rb → el_salvador_dui_provider_output_spec.rb} +10 -10
- data/spec/models/estonia_id_card_provider_output_spec.rb +2 -2
- data/spec/models/fayda_provider_address_spec.rb +48 -0
- data/spec/models/fayda_provider_output_spec.rb +38 -2
- data/spec/models/finland_id_card_provider_output_spec.rb +2 -2
- data/spec/models/finnish_trust_network_provider_output_spec.rb +2 -2
- data/spec/models/france_identite_input_spec.rb +2 -2
- data/spec/models/france_identite_provider_output_spec.rb +2 -2
- data/spec/models/freja_indirect_provider_output_spec.rb +2 -2
- data/spec/models/freja_provider_output_spec.rb +2 -2
- data/spec/models/french_numerique_given_name_spec.rb +2 -2
- data/spec/models/french_numerique_nationality_spec.rb +2 -2
- data/spec/models/french_numerique_phone_spec.rb +2 -2
- data/spec/models/french_numerique_provider_output_spec.rb +2 -2
- data/spec/models/get_attachment_request_spec.rb +2 -2
- data/spec/models/get_attachment_response_spec.rb +2 -2
- data/spec/models/get_provider_response_spec.rb +2 -2
- data/spec/models/get_session_response_spec.rb +2 -2
- data/spec/models/get_session_result_request_spec.rb +2 -2
- data/spec/models/get_session_result_response_spec.rb +2 -2
- data/spec/models/google_wallet_input_spec.rb +2 -2
- data/spec/models/google_wallet_provider_output_spec.rb +2 -2
- data/spec/models/guatemala_cui_lookup_input_spec.rb +36 -0
- data/spec/models/guatemala_cui_provider_output_spec.rb +90 -0
- data/spec/models/identity_data_spec.rb +2 -2
- data/spec/models/idin_input_spec.rb +2 -2
- data/spec/models/india_pan_lookup_input_spec.rb +36 -0
- data/spec/models/india_pan_lookup_provider_output_spec.rb +78 -0
- data/spec/models/india_pan_structured_number_spec.rb +66 -0
- data/spec/models/indonesia_dukcapil_match_input_spec.rb +2 -2
- data/spec/models/indonesia_nik_input_spec.rb +2 -2
- data/spec/models/integration_capability_spec.rb +2 -2
- data/spec/models/integration_launch_method_spec.rb +2 -2
- data/spec/models/integration_step_spec.rb +2 -2
- data/spec/models/itsme_provider_output_spec.rb +2 -2
- data/spec/models/kenya_nid_biometric2_input_spec.rb +2 -2
- data/spec/models/kenya_nid_input_spec.rb +2 -2
- data/spec/models/kenya_nid_lookup2_address_spec.rb +2 -2
- data/spec/models/kenya_nid_lookup2_input_spec.rb +2 -2
- data/spec/models/kenya_nid_lookup2_provider_output_spec.rb +2 -2
- data/spec/models/kenya_nid_match2_input_sex_spec.rb +2 -2
- data/spec/models/kenya_nid_match2_input_spec.rb +2 -2
- data/spec/models/{http_validation_problem_details_spec.rb → korea_telco_match_input_spec.rb} +13 -13
- data/spec/models/korea_telco_match_provider_output_spec.rb +48 -0
- data/spec/models/korea_telco_match_sex_spec.rb +30 -0
- data/spec/models/la_wallet_provider_output_spec.rb +2 -2
- data/spec/models/latvia_eparaksts_mobile_provider_output_spec.rb +2 -2
- data/spec/models/latvia_eparaksts_provider_output_spec.rb +2 -2
- data/spec/models/list_providers_response_spec.rb +2 -2
- data/spec/models/list_redirect_uris_response_spec.rb +2 -2
- data/spec/models/list_sessions_response_spec.rb +2 -2
- data/spec/models/list_verification_profiles_response_spec.rb +2 -2
- data/spec/models/lithuania_id_card_provider_output_spec.rb +2 -2
- data/spec/models/lloyds_smart_id_provider_output_spec.rb +2 -2
- data/spec/models/match_data_spec.rb +2 -2
- data/spec/models/match_spec.rb +2 -2
- data/spec/models/mdl_exchange_mechanism_spec.rb +2 -2
- data/spec/models/mdl_output_certificate_data_spec.rb +2 -2
- data/spec/models/mdl_output_field_data_spec.rb +2 -2
- data/spec/models/mdl_output_field_data_type_spec.rb +2 -2
- data/spec/models/mdl_output_spec.rb +2 -2
- data/spec/models/mexico_curp_input_spec.rb +2 -2
- data/spec/models/mexico_curp_provider_output_spec.rb +2 -2
- data/spec/models/mit_id_provider_output_spec.rb +2 -2
- data/spec/models/mobile_carrier_spec.rb +30 -0
- data/spec/models/mobile_id_input_spec.rb +2 -2
- data/spec/models/mobile_id_language_spec.rb +2 -2
- data/spec/models/mobile_id_provider_output_spec.rb +2 -2
- data/spec/models/mobile_operating_system_spec.rb +30 -0
- data/spec/models/netherlands_idin_address_spec.rb +60 -0
- data/spec/models/netherlands_idin_provider_output_spec.rb +90 -0
- data/spec/models/nigeria_nin_biometric2_input_spec.rb +2 -2
- data/spec/models/nigeria_nin_input_spec.rb +2 -2
- data/spec/models/nigeria_nin_lookup2_input_spec.rb +2 -2
- data/spec/models/nigeria_nin_lookup2_provider_output_spec.rb +2 -2
- data/spec/models/nigeria_nin_match2_input_sex_spec.rb +2 -2
- data/spec/models/nigeria_nin_match2_input_spec.rb +2 -2
- data/spec/models/norwegian_bank_id_provider_output_spec.rb +2 -2
- data/spec/models/one_id_provider_address_spec.rb +2 -2
- data/spec/models/one_id_provider_output_spec.rb +2 -2
- data/spec/models/order_direction_spec.rb +2 -2
- data/spec/models/output_freja_address_spec.rb +2 -2
- data/spec/models/output_freja_document_spec.rb +2 -2
- data/spec/models/panama_cedula_lookup_input_spec.rb +42 -0
- data/spec/models/panama_cedula_provider_output_spec.rb +78 -0
- data/spec/models/person_data_spec.rb +2 -2
- data/spec/models/peru_dni_address_spec.rb +2 -2
- data/spec/models/peru_dni_lookup_input_spec.rb +2 -2
- data/spec/models/peru_dni_provider_output_spec.rb +2 -2
- data/spec/models/philippine_match_input_spec.rb +2 -2
- data/spec/models/philippine_qr_input_spec.rb +2 -2
- data/spec/models/philippines_digital_nid_provider_output_spec.rb +2 -2
- data/spec/models/philippines_physical_nid_provider_output_spec.rb +2 -2
- data/spec/models/poland_edo_app_provider_output_spec.rb +2 -2
- data/spec/models/poland_mobywatel_match_input_spec.rb +78 -0
- data/spec/models/poland_mobywatel_match_provider_output_spec.rb +150 -0
- data/spec/models/poland_moje_id_provider_output_spec.rb +2 -2
- data/spec/models/portugal_id_card_provider_output_spec.rb +2 -2
- data/spec/models/post_office_easy_id_provider_output_spec.rb +2 -2
- data/spec/models/problem_details_spec.rb +2 -2
- data/spec/models/provider_health_spec.rb +2 -2
- data/spec/models/provider_input_spec.rb +62 -2
- data/spec/models/provider_output_spec.rb +96 -6
- data/spec/models/provider_spec.rb +8 -2
- data/spec/models/provider_supported_language_spec.rb +42 -0
- data/spec/models/raw18013_document_request_spec.rb +2 -2
- data/spec/models/raw18013_request_input_spec.rb +2 -2
- data/spec/models/recommend_provider_health_option_spec.rb +2 -2
- data/spec/models/recommend_provider_information_spec.rb +2 -2
- data/spec/models/recommend_providers_request_spec.rb +2 -2
- data/spec/models/recommend_providers_response_spec.rb +2 -2
- data/spec/models/recommendation_info_spec.rb +2 -2
- data/spec/models/redirect_uri_response_spec.rb +2 -2
- data/spec/models/refresh_step_content_request_spec.rb +2 -2
- data/spec/models/refresh_step_content_response_spec.rb +2 -2
- data/spec/models/result_collection_method_spec.rb +2 -2
- data/spec/models/result_collection_spec.rb +2 -2
- data/spec/models/samsung_wallet_input_spec.rb +2 -2
- data/spec/models/samsung_wallet_provider_output_spec.rb +2 -2
- data/spec/models/serbia_id_card_provider_output_spec.rb +2 -2
- data/spec/models/session_error_code_spec.rb +2 -2
- data/spec/models/session_ordering_spec.rb +2 -2
- data/spec/models/session_spec.rb +2 -2
- data/spec/models/sex_spec.rb +2 -2
- data/spec/models/signzy_india_aadhaar_fetch_provider_output_spec.rb +102 -0
- data/spec/models/singpass_login_provider_output_spec.rb +72 -0
- data/spec/models/singpass_my_info_description_spec.rb +42 -0
- data/spec/models/singpass_my_info_provider_output_spec.rb +42 -0
- data/spec/models/singpass_my_info_registered_address_output_spec.rb +90 -0
- data/spec/models/singpass_personal_catalog_spec.rb +174 -0
- data/spec/models/singpass_phone_number_spec.rb +48 -0
- data/spec/models/smart_id_input_spec.rb +2 -2
- data/spec/models/smart_id_provider_output_spec.rb +2 -2
- data/spec/models/south_africa_nid_biometric2_input_spec.rb +2 -2
- data/spec/models/south_africa_nid_input_spec.rb +2 -2
- data/spec/models/south_africa_nid_lookup2_input_spec.rb +2 -2
- data/spec/models/south_africa_nid_match2_input_sex_spec.rb +2 -2
- data/spec/models/south_africa_nid_match2_input_spec.rb +2 -2
- data/spec/models/spid_billing_information_spec.rb +2 -2
- data/spec/models/spid_input_spec.rb +2 -2
- data/spec/models/spid_provider_output_spec.rb +2 -2
- data/spec/models/step_refresh_info_spec.rb +2 -2
- data/spec/models/sub_provider_metadata_spec.rb +2 -2
- data/spec/models/submit_native_challenge_response_request_spec.rb +2 -2
- data/spec/models/submit_native_challenge_response_response_spec.rb +2 -2
- data/spec/models/sweden_bank_id_provider_output_spec.rb +2 -2
- data/spec/models/trinsic_test_database_lookup_input_spec.rb +2 -2
- data/spec/models/trinsic_test_sub_providers_input_spec.rb +2 -2
- data/spec/models/uganda_nid_match2_input_spec.rb +2 -2
- data/spec/models/uk_evisa_lookup_input_spec.rb +2 -2
- data/spec/models/united_kingdom_evisa_provider_output_spec.rb +2 -2
- data/spec/models/usa_california_dmv_input_spec.rb +36 -0
- data/spec/models/verification_profile_response_spec.rb +8 -2
- data/spec/models/yoti_deeplink_provider_output_spec.rb +2 -2
- data/spec/models/yoti_document_details_spec.rb +2 -2
- data/spec/models/yoti_provider_output_spec.rb +2 -2
- data/spec/models/yoti_structured_postal_address_spec.rb +2 -2
- data/spec/models/zimbabwe_nid_lookup2_input_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- data/trinsic_api.gemspec +1 -1
- metadata +299 -162
- data/docs/ConnectIdBeneficiaryAccount.md +0 -24
- data/docs/CreateWidgetSessionRequest.md +0 -24
- data/docs/CreateWidgetSessionResponse.md +0 -22
- data/docs/HttpValidationProblemDetails.md +0 -28
- data/lib/trinsic_api/models/create_widget_session_request.rb +0 -273
- data/lib/trinsic_api/models/create_widget_session_response.rb +0 -292
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# TrinsicApi::PanamaCedulaProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | Full name from Tribunal Electoral records. | |
|
|
8
|
+
| **given_name** | **String** | Given name(s) from Tribunal Electoral records. | |
|
|
9
|
+
| **family_name** | **String** | Family name(s) from Tribunal Electoral records. | |
|
|
10
|
+
| **date_of_birth** | **Date** | Verified date of birth from Tribunal Electoral records. | [optional] |
|
|
11
|
+
| **document_number** | **String** | The matched personal identity cédula (Cédula de Identidad Personal) number from Tribunal Electoral records. On output, Trinsic applies the same normalization as for lookup input. Structure is always {firstSegment}-{libro}-{tomo}: libro is one to four digits and tomo is one to six digits, separated by hyphens. Citizen category and format: - Born in Panama format: {province}-{libro}-{tomo} ({province} is official code 1 through 13). Examples 8-1234-12345, 4-56-789, 12-12-12345. - Panamanian born abroad format: PE-{libro}-{tomo}. Example PE-1234-12345. - Foreign national with cédula format: E-{libro}-{tomo}. Examples E-1234-12345, E-8-102017. - Naturalized citizen format: N-{libro}-{tomo}. Example N-1234-12345. - Pre-2006 civil registry (AV) format: {province}AV-{libro}-{tomo}. Example 10AV-1234-12345. - Indigenous (PI) format: {province}PI-{libro}-{tomo}. Example 1PI-1234-12345. | |
|
|
12
|
+
| **nationality_or_residence_type** | **String** | Inferred from DocumentNumber. Values are nationality or residence category. Possible values: - BornInPanama - ForeignNational - BornAbroad - Naturalized - LegacyNumber - Indigenous - Unknown (we were unable to determine the category) | |
|
|
13
|
+
| **subdivision_of_origin** | **String** | ISO 3166-2 principal subdivision code. Only available for BornInPanama, LegacyNumber, and Indigenous. Possible values, matching cédula province digits 1–13: 1. PA-1 - Bocas del Toro 2. PA-2 - Coclé 3. PA-3 - Colón 4. PA-4 - Chiriquí 5. PA-5 - Darién 6. PA-6 - Herrera 7. PA-7 - Los Santos 8. PA-8 - Panamá 9. PA-9 - Veraguas 10. PA-KY - Guna Yala 11. PA-EM - Emberá 12. PA-NB - Ngäbe-Buglé 13. PA-10 - Panamá Oeste | [optional] |
|
|
14
|
+
| **subdivision_of_origin_name** | **String** | Subdivision display name from the ISO 3166-2 registry, when available. | [optional] |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'trinsic_api'
|
|
20
|
+
|
|
21
|
+
instance = TrinsicApi::PanamaCedulaProviderOutput.new(
|
|
22
|
+
full_name: Juan Pérez,
|
|
23
|
+
given_name: Juan,
|
|
24
|
+
family_name: Pérez,
|
|
25
|
+
date_of_birth: Mon Mar 02 00:00:00 UTC 1992,
|
|
26
|
+
document_number: 8-1234-12345,
|
|
27
|
+
nationality_or_residence_type: BornInPanama,
|
|
28
|
+
subdivision_of_origin: PA-8,
|
|
29
|
+
subdivision_of_origin_name: Panamá
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **array_name** | **Array<String>** | All names that appear on DNI, as an array of strings. Format: - All uppercase - Ordered by paternal family name, then maternal family name, then given names. | |
|
|
9
9
|
| **civil_status** | **String** | Marital status as it appears on the DNI. This field is not always available. Valid values: - \"Single\" - \"Married\" - \"Divorced\" - \"Widowed\" | [optional] |
|
|
10
10
|
| **date_of_birth** | **Date** | Date of birth as it appears on the DNI. This field is not always available. | [optional] |
|
|
11
|
-
| **document_number** | **String** | The
|
|
11
|
+
| **document_number** | **String** | The individual's National Identity Document number (Documento Nacional de Identidad or DNI). Format: - 8 digits - Does NOT include verification digit. On the DNI card, a ninth digit appears next to the first eight. It is 0-9 or A-K. This is NOT included in the DNI number when returned from Peru's database. - Does NOT include dots or hyphens | |
|
|
12
12
|
| **document_type** | **String** | Should always be \"DNI\". | |
|
|
13
13
|
| **expedition_date** | **Date** | Date that the DNI was issued. This field is not always available. Format: - yyyy-MM-dd | [optional] |
|
|
14
14
|
| **expiration_date** | **Date** | Date that the DNI will expire. DNI expires every 8 years, unless the citizen is >= 60 years old, in which case it never expires. This field is not always available. Format: - yyyy-MM-dd | [optional] |
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# TrinsicApi::PolandMobywatelMatchInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **given_name** | **String** | Given name as it appears on mobile ID (mDowód). | [optional] |
|
|
8
|
+
| **family_name** | **String** | Current legal family name (nazwisko) as it appears on mobile ID (mDowód). In Poland the current legal family name (nazwisko) is a separate idea from your birth family name (nazwisko rodowe). They often match, but they can differ after marriage, adoption, or a court-ordered change. | [optional] |
|
|
9
|
+
| **date_of_birth** | **String** | Date of birth as it appears on mobile ID (mDowód). | [optional] |
|
|
10
|
+
| **nationality** | **String** | Nationality as it appears on mobile ID (mDowód). | [optional] |
|
|
11
|
+
| **personal_number** | **String** | Polish national identification number (PESEL) as it appears on mobile ID (mDowód). NOTE: The provided example value is a randomly generated, but valid PESEL number that does not correspond to a real person. | [optional] |
|
|
12
|
+
| **expiration_date** | **String** | Document expiration date as it appears on mobile ID (mDowód). | [optional] |
|
|
13
|
+
| **selfie_bytes** | **String** | The raw bytes of the selfie image collected from the user. | [optional] |
|
|
14
|
+
| **selfie_image_mime_type** | **String** | The MIME Type of the file contained in SelfieBytes. Only JPEG or PNG formats are supported. | [optional] |
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```ruby
|
|
19
|
+
require 'trinsic_api'
|
|
20
|
+
|
|
21
|
+
instance = TrinsicApi::PolandMobywatelMatchInput.new(
|
|
22
|
+
given_name: Jan,
|
|
23
|
+
family_name: Kowalski,
|
|
24
|
+
date_of_birth: 1980-10-20,
|
|
25
|
+
nationality: PL,
|
|
26
|
+
personal_number: 80102005992,
|
|
27
|
+
expiration_date: 2030-12-31,
|
|
28
|
+
selfie_bytes: null,
|
|
29
|
+
selfie_image_mime_type: null
|
|
30
|
+
)
|
|
31
|
+
```
|
|
32
|
+
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# TrinsicApi::PolandMobywatelMatchProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **given_name** | **String** | Given name as provided by the individual. | [optional] |
|
|
8
|
+
| **family_name** | **String** | Current legal family name (nazwisko) as provided by the individual. In Poland the current legal family name (nazwisko) is a separate concept from your birth family name (nazwisko rodowe). They often match, but they can differ after marriage, adoption, or a court-ordered change. | [optional] |
|
|
9
|
+
| **nationality** | **String** | Nationality as provided by the individual. | [optional] |
|
|
10
|
+
| **date_of_birth** | **Date** | Date of birth as provided by the individual. | [optional] |
|
|
11
|
+
| **personal_number** | **String** | Personal number (PESEL) as provided by the individual. | [optional] |
|
|
12
|
+
| **expiration_date** | **Date** | Expiration date as provided by the individual. | [optional] |
|
|
13
|
+
| **is_match_for_given_names** | **Boolean** | True when the provided given name matches mObywatel wallet data. | [optional] |
|
|
14
|
+
| **is_match_for_family_name** | **Boolean** | True when the provided family name matches mObywatel wallet data. | [optional] |
|
|
15
|
+
| **is_match_for_expiration_date** | **Boolean** | True when the provided document expiration date matches mObywatel wallet data. | [optional] |
|
|
16
|
+
| **is_match_for_personal_number** | **Boolean** | True when the provided personal number (PESEL) matches mObywatel wallet data. | [optional] |
|
|
17
|
+
| **is_match_for_nationality** | **Boolean** | True when the provided nationality matches mObywatel wallet data. | [optional] |
|
|
18
|
+
| **is_match_for_birth_date** | **Boolean** | True when the provided birth date matches mObywatel wallet data. | [optional] |
|
|
19
|
+
| **is_match_for_selfie** | **Boolean** | True when the face in the provided selfie matches the face in the document photo in mObywatel wallet. | [optional] |
|
|
20
|
+
| **is_not_too_similar_to_document_portrait** | **Boolean** | True when the uploaded face and wallet portrait are not suspiciously identical. Often fails when using a document photo as a selfie. | [optional] |
|
|
21
|
+
| **is_not_different_face** | **Boolean** | True when no other person's face has been used to verify this document (good). False when another person's face has been used to verify this document (possible fraud). | [optional] |
|
|
22
|
+
| **is_single_face** | **Boolean** | True when exactly one face was detected on the selfie image (good). False when multiple faces were detected on the selfie image (ambiguous result). | [optional] |
|
|
23
|
+
| **is_over_age** | **Boolean** | True when the individual's age in digital wallet is over 18. | [optional] |
|
|
24
|
+
| **is_age_estimation_match_for_selfie** | **Boolean** | True when the individual's age estimated from the selfie matches the individual's age in digital wallet. | [optional] |
|
|
25
|
+
| **age_estimation_threshold** | **Integer** | Number of years allowed between the individual's age in digital wallet and the individual's age estimated from the selfie. | [optional] |
|
|
26
|
+
| **estimated_age_from_selfie** | **Integer** | Estimated age from the selfie, if provided. | [optional] |
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
require 'trinsic_api'
|
|
32
|
+
|
|
33
|
+
instance = TrinsicApi::PolandMobywatelMatchProviderOutput.new(
|
|
34
|
+
given_name: Jan,
|
|
35
|
+
family_name: Kowalski,
|
|
36
|
+
nationality: PL,
|
|
37
|
+
date_of_birth: Mon Oct 20 00:00:00 UTC 1980,
|
|
38
|
+
personal_number: 80102005992,
|
|
39
|
+
expiration_date: Tue Dec 31 00:00:00 UTC 2030,
|
|
40
|
+
is_match_for_given_names: true,
|
|
41
|
+
is_match_for_family_name: true,
|
|
42
|
+
is_match_for_expiration_date: true,
|
|
43
|
+
is_match_for_personal_number: true,
|
|
44
|
+
is_match_for_nationality: true,
|
|
45
|
+
is_match_for_birth_date: true,
|
|
46
|
+
is_match_for_selfie: true,
|
|
47
|
+
is_not_too_similar_to_document_portrait: true,
|
|
48
|
+
is_not_different_face: true,
|
|
49
|
+
is_single_face: true,
|
|
50
|
+
is_over_age: true,
|
|
51
|
+
is_age_estimation_match_for_selfie: true,
|
|
52
|
+
age_estimation_threshold: 4,
|
|
53
|
+
estimated_age_from_selfie: 35
|
|
54
|
+
)
|
|
55
|
+
```
|
|
56
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **remember_me_id** | **String** |
|
|
7
|
+
| **remember_me_id** | **String** | A Yoti-generated unique ID for this individual, consistent across repeat shares and different for each Relying Party. | [optional] |
|
|
8
8
|
| **email** | **String** | The email address of the individual | [optional] |
|
|
9
9
|
| **given_name** | **String** | The given name of the individual. This can correspond to first and middle names in English. | [optional] |
|
|
10
10
|
| **family_name** | **String** | The family name of the individual | [optional] |
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| **date_of_birth** | **Date** | The date of birth of the individual. Unverified date of birth may be safe to use. For example, Aadhaar card provides date of birth, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
13
13
|
| **gender** | **String** | The gender of the individual. Depending on the source or country, gender may not be verified. This is a setting that can be configured while setting up scopes. Unverified gender may be safe to use. For example, Aadhaar card provides gender, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". In some countries Possible values: - \"MALE\" - \"FEMALE\" - \"TRANSGENDER\" - \"OTHER\" | [optional] |
|
|
14
14
|
| **nationality** | **String** | The nationality of the individual as a ISO alpha-3 code | [optional] |
|
|
15
|
-
| **mobile_number** | **String** | The mobile phone number of the individual. This number was verified with a one time password (OTP) during the
|
|
15
|
+
| **mobile_number** | **String** | The mobile phone number of the individual. This number was verified with a one time password (OTP) during the individual's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the individual's identity. | [optional] |
|
|
16
16
|
| **structured_postal_address** | [**YotiStructuredPostalAddress**](YotiStructuredPostalAddress.md) | A structured postal address for the individual that comes from the underlying document or can be manually added. In the case of being manually added, the address is considered \"unverified\". Unverified addresses may be safe to use. For example, Aadhaar card provides an address, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
17
17
|
| **postal_address** | **String** | The whole address for the individual that comes from the underlying document or can be manually added. In the case of being manually added, the address is considered \"unverified\". The format of this will be different for each country. Refer to `StructuredPostalAddress` for a detailed version of the address. | [optional] |
|
|
18
18
|
| **document_details** | [**YotiDocumentDetails**](YotiDocumentDetails.md) | The details of the underlying document used to help create the Yoti credential | [optional] |
|
data/docs/Provider.md
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
| **requires_input** | **Boolean** | Relevant to Hosted Provider Sessions and Direct Provider Sessions. If `true`, this Provider requires provider-specific input on Session creation. If this input is not provided, Trinsic's Hosted UI will be invoked to collect the input from the user. | |
|
|
22
22
|
| **has_trinsic_interface** | **Boolean** | Whether there exists a Trinsic-hosted UI for this Provider. This is `true` for any Provider which is not a simple, OIDC-like redirect flow. | |
|
|
23
23
|
| **supports_direct_provider_sessions** | **Boolean** | Whether this Provider can be fully whitelabeled/OEMed through the Direct Provider Sessions API. If `false`, the Provider may still be launched through Direct Provider Sessions; however, it will necessarily require a Trinsic-hosted UI to function. | |
|
|
24
|
+
| **supported_languages** | [**Array<ProviderSupportedLanguage>**](ProviderSupportedLanguage.md) | Languages supported by this Provider's Trinsic-hosted UI, as BCP 47 language codes. | [optional] |
|
|
24
25
|
| **available_attributes** | [**Array<ContractAttribute>**](ContractAttribute.md) | Information about the user attributes that this Provider will return in verification results. | [optional] |
|
|
25
26
|
| **available_attachments** | [**Array<ContractAttachment>**](ContractAttachment.md) | Information about the attachments that this Provider will return in verification results. | [optional] |
|
|
26
27
|
| **sub_providers** | [**Array<SubProviderMetadata>**](SubProviderMetadata.md) | Metadata about the sub-providers which are available for this Provider in the current Environment. For example, Italy's SPID is a Provider which aggregates access to multiple sub-providers. | [optional] |
|
|
@@ -50,6 +51,7 @@ instance = TrinsicApi::Provider.new(
|
|
|
50
51
|
requires_input: false,
|
|
51
52
|
has_trinsic_interface: true,
|
|
52
53
|
supports_direct_provider_sessions: true,
|
|
54
|
+
supported_languages: null,
|
|
53
55
|
available_attributes: null,
|
|
54
56
|
available_attachments: null,
|
|
55
57
|
sub_providers: null,
|
data/docs/ProviderInput.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **kenya_nid_match_biometric_2** | [**KenyaNidBiometric2Input**](KenyaNidBiometric2Input.md) | Input for the `kenya-nid-match-biometric-2` provider | [optional] |
|
|
8
8
|
| **indonesia_nik_lookup** | [**IndonesiaNikInput**](IndonesiaNikInput.md) | Input for the `indonesia-nik-lookup` provider | [optional] |
|
|
9
|
+
| **china_resident_id_match** | [**ChinaResidentIdMatchInput**](ChinaResidentIdMatchInput.md) | Input for the `china-resident-id-match` provider | [optional] |
|
|
9
10
|
| **indonesia_dukcapil_match** | [**IndonesiaDukcapilMatchInput**](IndonesiaDukcapilMatchInput.md) | Input for the `indonesia-dukcapil-match` provider | [optional] |
|
|
10
11
|
| **mexico_curp_lookup** | [**MexicoCurpInput**](MexicoCurpInput.md) | Input for the `mexico-curp-lookup` provider | [optional] |
|
|
11
12
|
| **south_africa_nid_lookup** | [**SouthAfricaNidInput**](SouthAfricaNidInput.md) | Input for the `south-africa-nid-lookup` provider | [optional] |
|
|
@@ -23,6 +24,8 @@
|
|
|
23
24
|
| **nigeria_nin_match_biometric_2** | [**NigeriaNinBiometric2Input**](NigeriaNinBiometric2Input.md) | Input for the `nigeria-nin-match-biometric-2` provider | [optional] |
|
|
24
25
|
| **nigeria_nin_lookup** | [**NigeriaNinInput**](NigeriaNinInput.md) | Input for the `nigeria-nin-lookup` provider | [optional] |
|
|
25
26
|
| **india_digilocker_aadhaar_match** | [**AadhaarInput**](AadhaarInput.md) | Input for the `india-digilocker-aadhaar-match` provider | [optional] |
|
|
27
|
+
| **india_pan_lookup** | [**IndiaPanLookupInput**](IndiaPanLookupInput.md) | Input for the `india-pan-lookup` provider | [optional] |
|
|
28
|
+
| **korea_telco_match** | [**KoreaTelcoMatchInput**](KoreaTelcoMatchInput.md) | Input for the `korea-telco-match` provider | [optional] |
|
|
26
29
|
| **brazil_cpf_lookup** | [**BrazilCpfCheckInput**](BrazilCpfCheckInput.md) | Input for the `brazil-cpf-lookup` provider | [optional] |
|
|
27
30
|
| **brazil_digital_cnh** | [**BrazilDigitalCnhInput**](BrazilDigitalCnhInput.md) | Input for the `brazil-digital-cnh` provider | [optional] |
|
|
28
31
|
| **philippines_philsys_match** | [**PhilippineMatchInput**](PhilippineMatchInput.md) | Input for the `philippines-philsys-match` provider | [optional] |
|
|
@@ -36,8 +39,15 @@
|
|
|
36
39
|
| **apple_wallet** | [**AppleWalletInput**](AppleWalletInput.md) | Input for the `apple-wallet` provider | [optional] |
|
|
37
40
|
| **samsung_wallet** | [**SamsungWalletInput**](SamsungWalletInput.md) | Input for the `samsung-wallet` provider | [optional] |
|
|
38
41
|
| **france_identite** | [**FranceIdentiteInput**](FranceIdentiteInput.md) | Input for the `france-identite` provider | [optional] |
|
|
42
|
+
| **poland_mobywatel_match** | [**PolandMobywatelMatchInput**](PolandMobywatelMatchInput.md) | Input for the `poland-mobywatel-match` provider | [optional] |
|
|
43
|
+
| **bolivia_ci_lookup** | [**BoliviaCiLookupInput**](BoliviaCiLookupInput.md) | Input for the `bolivia-ci-lookup` provider | [optional] |
|
|
44
|
+
| **colombia_cc_lookup** | [**ColombiaCcLookupInput**](ColombiaCcLookupInput.md) | Input for the `colombia-cc-lookup` provider | [optional] |
|
|
45
|
+
| **el_salvador_dui_lookup** | [**ElSalvadorDuiLookupInput**](ElSalvadorDuiLookupInput.md) | Input for the `el-salvador-dui-lookup` provider | [optional] |
|
|
46
|
+
| **guatemala_cui_lookup** | [**GuatemalaCuiLookupInput**](GuatemalaCuiLookupInput.md) | Input for the `guatemala-cui-lookup` provider | [optional] |
|
|
47
|
+
| **panama_cedula_lookup** | [**PanamaCedulaLookupInput**](PanamaCedulaLookupInput.md) | Input for the `panama-cedula-lookup` provider | [optional] |
|
|
39
48
|
| **peru_dni_lookup** | [**PeruDniLookupInput**](PeruDniLookupInput.md) | Input for the `peru-dni-lookup` provider | [optional] |
|
|
40
49
|
| **uk_evisa_lookup** | [**UkEvisaLookupInput**](UkEvisaLookupInput.md) | Input for the `uk-evisa-lookup` provider | [optional] |
|
|
50
|
+
| **usa_california_dmv** | [**UsaCaliforniaDmvInput**](UsaCaliforniaDmvInput.md) | Input for the `usa-california-dmv` provider | [optional] |
|
|
41
51
|
| **trinsic_test_database_lookup** | [**TrinsicTestDatabaseLookupInput**](TrinsicTestDatabaseLookupInput.md) | *TEST MODE ONLY.* Input for the `trinsic-test-database-lookup` provider | [optional] |
|
|
42
52
|
| **trinsic_test_sub_providers** | [**TrinsicTestSubProvidersInput**](TrinsicTestSubProvidersInput.md) | *TEST MODE ONLY.* Input for the `trinsic-test-sub-providers` provider | [optional] |
|
|
43
53
|
|
|
@@ -49,6 +59,7 @@ require 'trinsic_api'
|
|
|
49
59
|
instance = TrinsicApi::ProviderInput.new(
|
|
50
60
|
kenya_nid_match_biometric_2: null,
|
|
51
61
|
indonesia_nik_lookup: null,
|
|
62
|
+
china_resident_id_match: null,
|
|
52
63
|
indonesia_dukcapil_match: null,
|
|
53
64
|
mexico_curp_lookup: null,
|
|
54
65
|
south_africa_nid_lookup: null,
|
|
@@ -66,6 +77,8 @@ instance = TrinsicApi::ProviderInput.new(
|
|
|
66
77
|
nigeria_nin_match_biometric_2: null,
|
|
67
78
|
nigeria_nin_lookup: null,
|
|
68
79
|
india_digilocker_aadhaar_match: null,
|
|
80
|
+
india_pan_lookup: null,
|
|
81
|
+
korea_telco_match: null,
|
|
69
82
|
brazil_cpf_lookup: null,
|
|
70
83
|
brazil_digital_cnh: null,
|
|
71
84
|
philippines_philsys_match: null,
|
|
@@ -79,8 +92,15 @@ instance = TrinsicApi::ProviderInput.new(
|
|
|
79
92
|
apple_wallet: null,
|
|
80
93
|
samsung_wallet: null,
|
|
81
94
|
france_identite: null,
|
|
95
|
+
poland_mobywatel_match: null,
|
|
96
|
+
bolivia_ci_lookup: null,
|
|
97
|
+
colombia_cc_lookup: null,
|
|
98
|
+
el_salvador_dui_lookup: null,
|
|
99
|
+
guatemala_cui_lookup: null,
|
|
100
|
+
panama_cedula_lookup: null,
|
|
82
101
|
peru_dni_lookup: null,
|
|
83
102
|
uk_evisa_lookup: null,
|
|
103
|
+
usa_california_dmv: null,
|
|
84
104
|
trinsic_test_database_lookup: null,
|
|
85
105
|
trinsic_test_sub_providers: null
|
|
86
106
|
)
|
data/docs/ProviderOutput.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **audkenni** | [**AudkenniProviderOutput**](AudkenniProviderOutput.md) | Exposed properties for the `audkenni` provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
7
8
|
| **a_at_handy_signatur_login** | [**AustriaHandySignaturProviderOutput**](AustriaHandySignaturProviderOutput.md) | Exposed properties for the `a-at-handy-signatur-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
8
9
|
| **a_be_id_login** | [**BelgiumIdCardProviderOutput**](BelgiumIdCardProviderOutput.md) | Exposed properties for the `a-be-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
9
10
|
| **a_edoapp_eid_login** | [**PolandEdoAppProviderOutput**](PolandEdoAppProviderOutput.md) | Exposed properties for the `a-edoapp-eid-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
@@ -16,11 +17,15 @@
|
|
|
16
17
|
| **a_lv_eparaksts_mobile_login** | [**LatviaEparakstsMobileProviderOutput**](LatviaEparakstsMobileProviderOutput.md) | Exposed properties for the `a-lv-eparaksts-mobile-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
17
18
|
| **a_mojeid** | [**CzechiaMojeIdProviderOutput**](CzechiaMojeIdProviderOutput.md) | Exposed properties for the `a-mojeid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
18
19
|
| **a_pl_mojeid_login** | [**PolandMojeIdProviderOutput**](PolandMojeIdProviderOutput.md) | Exposed properties for the `a-pl-mojeid-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
19
|
-
| **australia_connect_id** | [**ConnectIdProviderOutput**](ConnectIdProviderOutput.md) | Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
20
|
-
| **czech_republic_mojeid** | [**CzechMojeIdProviderOutput**](CzechMojeIdProviderOutput.md) | Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
21
20
|
| **a_pt_id_login** | [**PortugalIdCardProviderOutput**](PortugalIdCardProviderOutput.md) | Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
22
21
|
| **a_rs_id_login** | [**SerbiaIdCardProviderOutput**](SerbiaIdCardProviderOutput.md) | Exposed properties for the `a-rs-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
23
22
|
| **apple_wallet** | [**AppleWalletProviderOutput**](AppleWalletProviderOutput.md) | Exposed properties for the `apple-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
23
|
+
| **australia_connect_id** | [**ConnectIdProviderOutput**](ConnectIdProviderOutput.md) | Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
24
|
+
| **bolivia_ci_lookup** | [**BoliviaCiProviderOutput**](BoliviaCiProviderOutput.md) | Exposed properties for the `bolivia-ci-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
25
|
+
| **colombia_cc_lookup** | [**ColombiaCcProviderOutput**](ColombiaCcProviderOutput.md) | Exposed properties for the `colombia-cc-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
26
|
+
| **cote_divoire_nid_lookup_2** | [**CoteDIvoireNidLookup2ProviderOutput**](CoteDIvoireNidLookup2ProviderOutput.md) | Exposed properties for the `cote-divoire-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
27
|
+
| **el_salvador_dui_lookup** | [**ElSalvadorDuiProviderOutput**](ElSalvadorDuiProviderOutput.md) | Exposed properties for the `el-salvador-dui-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
28
|
+
| **czech_republic_mojeid** | [**CzechMojeIdProviderOutput**](CzechMojeIdProviderOutput.md) | Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
24
29
|
| **denmark_mitid** | [**MitIdProviderOutput**](MitIdProviderOutput.md) | Exposed properties for the `denmark-mitid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
25
30
|
| **ethiopia_fayda** | [**FaydaProviderOutput**](FaydaProviderOutput.md) | Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
26
31
|
| **finnish_trust_network** | [**FinnishTrustNetworkProviderOutput**](FinnishTrustNetworkProviderOutput.md) | Exposed properties for the `finnish-trust-network` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
@@ -28,9 +33,15 @@
|
|
|
28
33
|
| **france_identite_numerique** | [**FrenchNumeriqueProviderOutput**](FrenchNumeriqueProviderOutput.md) | Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
29
34
|
| **freja** | [**FrejaProviderOutput**](FrejaProviderOutput.md) | Exposed properties for the `freja` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
30
35
|
| **google_wallet** | [**GoogleWalletProviderOutput**](GoogleWalletProviderOutput.md) | Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
36
|
+
| **guatemala_cui_lookup** | [**GuatemalaCuiProviderOutput**](GuatemalaCuiProviderOutput.md) | Exposed properties for the `guatemala-cui-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
37
|
+
| **panama_cedula_lookup** | [**PanamaCedulaProviderOutput**](PanamaCedulaProviderOutput.md) | Exposed properties for the `panama-cedula-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
31
38
|
| **india_digilocker_aadhaar** | [**DigilockerAadhaarProviderOutput**](DigilockerAadhaarProviderOutput.md) | Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
39
|
+
| **india_digilocker_aadhaar_fetch** | [**SignzyIndiaAadhaarFetchProviderOutput**](SignzyIndiaAadhaarFetchProviderOutput.md) | Exposed properties for the `india-digilocker-aadhaar-fetch` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
40
|
+
| **india_pan_lookup** | [**IndiaPanLookupProviderOutput**](IndiaPanLookupProviderOutput.md) | Exposed properties for the `india-pan-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
41
|
+
| **china_resident_id_match** | [**ChinaResidentIdMatchOutput**](ChinaResidentIdMatchOutput.md) | Exposed properties for the `china-resident-id-match` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
32
42
|
| **italy_spid** | [**SpidProviderOutput**](SpidProviderOutput.md) | Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
33
43
|
| **kenya_nid_lookup_2** | [**KenyaNidLookup2ProviderOutput**](KenyaNidLookup2ProviderOutput.md) | Exposed properties for the `kenya-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
44
|
+
| **korea_telco_match** | [**KoreaTelcoMatchProviderOutput**](KoreaTelcoMatchProviderOutput.md) | Exposed properties for the `korea-telco-match` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
34
45
|
| **lloyds_smart_id** | [**LloydsSmartIdProviderOutput**](LloydsSmartIdProviderOutput.md) | Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
35
46
|
| **mexico_curp_lookup** | [**MexicoCurpProviderOutput**](MexicoCurpProviderOutput.md) | Exposed properties for the `mexico-curp-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
36
47
|
| **mobile_id** | [**MobileIdProviderOutput**](MobileIdProviderOutput.md) | Exposed properties for the `mobile-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
@@ -40,12 +51,16 @@
|
|
|
40
51
|
| **norway_bankid** | [**NorwegianBankIdProviderOutput**](NorwegianBankIdProviderOutput.md) | Exposed properties for the `norway-bankid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
41
52
|
| **philippines_digital_national_id_qr** | [**PhilippinesDigitalNidProviderOutput**](PhilippinesDigitalNidProviderOutput.md) | Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
42
53
|
| **philippines_physical_national_id_qr** | [**PhilippinesPhysicalNidProviderOutput**](PhilippinesPhysicalNidProviderOutput.md) | Exposed properties for the `philippines-physical-national-id-qr` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
54
|
+
| **poland_mobywatel_match** | [**PolandMobywatelMatchProviderOutput**](PolandMobywatelMatchProviderOutput.md) | Exposed properties for the `poland-mobywatel-match` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
43
55
|
| **post_office_easyid** | [**PostOfficeEasyIdProviderOutput**](PostOfficeEasyIdProviderOutput.md) | Exposed properties for the `post-office-easyid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
44
56
|
| **samsung_wallet** | [**SamsungWalletProviderOutput**](SamsungWalletProviderOutput.md) | Exposed properties for the `samsung-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
57
|
+
| **singpass_login** | [**SingpassLoginProviderOutput**](SingpassLoginProviderOutput.md) | Exposed properties for the `singpass-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
58
|
+
| **singpass_myinfo** | [**SingpassMyInfoProviderOutput**](SingpassMyInfoProviderOutput.md) | Exposed properties for the `singpass-myinfo` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
45
59
|
| **smart_id** | [**SmartIdProviderOutput**](SmartIdProviderOutput.md) | Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
46
60
|
| **uk_evisa_lookup** | [**UnitedKingdomEvisaProviderOutput**](UnitedKingdomEvisaProviderOutput.md) | Exposed properties for the `uk-evisa-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
47
61
|
| **sweden_bankid** | [**SwedenBankIdProviderOutput**](SwedenBankIdProviderOutput.md) | Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
48
62
|
| **usa_louisiana_wallet** | [**LaWalletProviderOutput**](LaWalletProviderOutput.md) | Exposed properties for the `usa-louisiana-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
63
|
+
| **netherlands_idin** | [**NetherlandsIdinProviderOutput**](NetherlandsIdinProviderOutput.md) | Exposed properties for the `netherlands-idin` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
49
64
|
| **yoti** | [**YotiProviderOutput**](YotiProviderOutput.md) | Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
50
65
|
| **yoti_deeplink** | [**YotiDeeplinkProviderOutput**](YotiDeeplinkProviderOutput.md) | Exposed properties for the `yoti-deeplink` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
51
66
|
|
|
@@ -55,6 +70,7 @@
|
|
|
55
70
|
require 'trinsic_api'
|
|
56
71
|
|
|
57
72
|
instance = TrinsicApi::ProviderOutput.new(
|
|
73
|
+
audkenni: null,
|
|
58
74
|
a_at_handy_signatur_login: null,
|
|
59
75
|
a_be_id_login: null,
|
|
60
76
|
a_edoapp_eid_login: null,
|
|
@@ -67,11 +83,15 @@ instance = TrinsicApi::ProviderOutput.new(
|
|
|
67
83
|
a_lv_eparaksts_mobile_login: null,
|
|
68
84
|
a_mojeid: null,
|
|
69
85
|
a_pl_mojeid_login: null,
|
|
70
|
-
australia_connect_id: null,
|
|
71
|
-
czech_republic_mojeid: null,
|
|
72
86
|
a_pt_id_login: null,
|
|
73
87
|
a_rs_id_login: null,
|
|
74
88
|
apple_wallet: null,
|
|
89
|
+
australia_connect_id: null,
|
|
90
|
+
bolivia_ci_lookup: null,
|
|
91
|
+
colombia_cc_lookup: null,
|
|
92
|
+
cote_divoire_nid_lookup_2: null,
|
|
93
|
+
el_salvador_dui_lookup: null,
|
|
94
|
+
czech_republic_mojeid: null,
|
|
75
95
|
denmark_mitid: null,
|
|
76
96
|
ethiopia_fayda: null,
|
|
77
97
|
finnish_trust_network: null,
|
|
@@ -79,9 +99,15 @@ instance = TrinsicApi::ProviderOutput.new(
|
|
|
79
99
|
france_identite_numerique: null,
|
|
80
100
|
freja: null,
|
|
81
101
|
google_wallet: null,
|
|
102
|
+
guatemala_cui_lookup: null,
|
|
103
|
+
panama_cedula_lookup: null,
|
|
82
104
|
india_digilocker_aadhaar: null,
|
|
105
|
+
india_digilocker_aadhaar_fetch: null,
|
|
106
|
+
india_pan_lookup: null,
|
|
107
|
+
china_resident_id_match: null,
|
|
83
108
|
italy_spid: null,
|
|
84
109
|
kenya_nid_lookup_2: null,
|
|
110
|
+
korea_telco_match: null,
|
|
85
111
|
lloyds_smart_id: null,
|
|
86
112
|
mexico_curp_lookup: null,
|
|
87
113
|
mobile_id: null,
|
|
@@ -91,12 +117,16 @@ instance = TrinsicApi::ProviderOutput.new(
|
|
|
91
117
|
norway_bankid: null,
|
|
92
118
|
philippines_digital_national_id_qr: null,
|
|
93
119
|
philippines_physical_national_id_qr: null,
|
|
120
|
+
poland_mobywatel_match: null,
|
|
94
121
|
post_office_easyid: null,
|
|
95
122
|
samsung_wallet: null,
|
|
123
|
+
singpass_login: null,
|
|
124
|
+
singpass_myinfo: null,
|
|
96
125
|
smart_id: null,
|
|
97
126
|
uk_evisa_lookup: null,
|
|
98
127
|
sweden_bankid: null,
|
|
99
128
|
usa_louisiana_wallet: null,
|
|
129
|
+
netherlands_idin: null,
|
|
100
130
|
yoti: null,
|
|
101
131
|
yoti_deeplink: null
|
|
102
132
|
)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ProviderSupportedLanguage
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **code** | **String** | BCP 47 language code. | |
|
|
8
|
+
| **label** | **String** | Human-readable display label for the language. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ProviderSupportedLanguage.new(
|
|
16
|
+
code: en,
|
|
17
|
+
label: English
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -26,9 +26,9 @@ instance = TrinsicApi::RecommendProviderInformation.new(
|
|
|
26
26
|
subtext: dmv.ca.gov,
|
|
27
27
|
health: online | offline,
|
|
28
28
|
sub_providers: null,
|
|
29
|
-
regions:
|
|
30
|
-
countries:
|
|
31
|
-
subdivisions:
|
|
29
|
+
regions: Europe,
|
|
30
|
+
countries: US,
|
|
31
|
+
subdivisions: US-CA
|
|
32
32
|
)
|
|
33
33
|
```
|
|
34
34
|
|
data/docs/SessionsApi.md
CHANGED
|
@@ -7,7 +7,6 @@ All URIs are relative to *https://api.trinsic.id*
|
|
|
7
7
|
| [**cancel_session**](SessionsApi.md#cancel_session) | **POST** /api/v1/sessions/{sessionId}/cancel | Cancel Session |
|
|
8
8
|
| [**create_direct_provider_session**](SessionsApi.md#create_direct_provider_session) | **POST** /api/v1/sessions/provider/direct | Create Direct Provider Session |
|
|
9
9
|
| [**create_hosted_provider_session**](SessionsApi.md#create_hosted_provider_session) | **POST** /api/v1/sessions/provider/hosted | Create Hosted Provider Session |
|
|
10
|
-
| [**create_widget_session**](SessionsApi.md#create_widget_session) | **POST** /api/v1/sessions/widget | Create Widget Session |
|
|
11
10
|
| [**get_attachment**](SessionsApi.md#get_attachment) | **POST** /api/v1/sessions/{sessionId}/attachments/{attachmentId}/get | Get Attachment |
|
|
12
11
|
| [**get_session**](SessionsApi.md#get_session) | **GET** /api/v1/sessions/{sessionId} | Get Session |
|
|
13
12
|
| [**get_session_result**](SessionsApi.md#get_session_result) | **POST** /api/v1/sessions/{sessionId}/results | Get Session Results |
|
|
@@ -229,77 +228,6 @@ end
|
|
|
229
228
|
- **Accept**: text/plain, application/json, text/json, application/problem+json
|
|
230
229
|
|
|
231
230
|
|
|
232
|
-
## create_widget_session
|
|
233
|
-
|
|
234
|
-
> <CreateWidgetSessionResponse> create_widget_session(opts)
|
|
235
|
-
|
|
236
|
-
Create Widget Session
|
|
237
|
-
|
|
238
|
-
Verify a user's identity using Trinsic's hosted Widget flow.
|
|
239
|
-
|
|
240
|
-
### Examples
|
|
241
|
-
|
|
242
|
-
```ruby
|
|
243
|
-
require 'time'
|
|
244
|
-
require 'trinsic_api'
|
|
245
|
-
# setup authorization
|
|
246
|
-
TrinsicApi.configure do |config|
|
|
247
|
-
# Configure Bearer authorization: Bearer
|
|
248
|
-
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
249
|
-
end
|
|
250
|
-
|
|
251
|
-
api_instance = TrinsicApi::SessionsApi.new
|
|
252
|
-
opts = {
|
|
253
|
-
create_widget_session_request: TrinsicApi::CreateWidgetSessionRequest.new({verification_profile_id: 'verification_profile_id_example'}) # CreateWidgetSessionRequest |
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
begin
|
|
257
|
-
# Create Widget Session
|
|
258
|
-
result = api_instance.create_widget_session(opts)
|
|
259
|
-
p result
|
|
260
|
-
rescue TrinsicApi::ApiError => e
|
|
261
|
-
puts "Error when calling SessionsApi->create_widget_session: #{e}"
|
|
262
|
-
end
|
|
263
|
-
```
|
|
264
|
-
|
|
265
|
-
#### Using the create_widget_session_with_http_info variant
|
|
266
|
-
|
|
267
|
-
This returns an Array which contains the response data, status code and headers.
|
|
268
|
-
|
|
269
|
-
> <Array(<CreateWidgetSessionResponse>, Integer, Hash)> create_widget_session_with_http_info(opts)
|
|
270
|
-
|
|
271
|
-
```ruby
|
|
272
|
-
begin
|
|
273
|
-
# Create Widget Session
|
|
274
|
-
data, status_code, headers = api_instance.create_widget_session_with_http_info(opts)
|
|
275
|
-
p status_code # => 2xx
|
|
276
|
-
p headers # => { ... }
|
|
277
|
-
p data # => <CreateWidgetSessionResponse>
|
|
278
|
-
rescue TrinsicApi::ApiError => e
|
|
279
|
-
puts "Error when calling SessionsApi->create_widget_session_with_http_info: #{e}"
|
|
280
|
-
end
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
### Parameters
|
|
284
|
-
|
|
285
|
-
| Name | Type | Description | Notes |
|
|
286
|
-
| ---- | ---- | ----------- | ----- |
|
|
287
|
-
| **create_widget_session_request** | [**CreateWidgetSessionRequest**](CreateWidgetSessionRequest.md) | | [optional] |
|
|
288
|
-
|
|
289
|
-
### Return type
|
|
290
|
-
|
|
291
|
-
[**CreateWidgetSessionResponse**](CreateWidgetSessionResponse.md)
|
|
292
|
-
|
|
293
|
-
### Authorization
|
|
294
|
-
|
|
295
|
-
[Bearer](../README.md#Bearer)
|
|
296
|
-
|
|
297
|
-
### HTTP request headers
|
|
298
|
-
|
|
299
|
-
- **Content-Type**: application/json, text/json, application/*+json
|
|
300
|
-
- **Accept**: text/plain, application/json, text/json, application/problem+json
|
|
301
|
-
|
|
302
|
-
|
|
303
231
|
## get_attachment
|
|
304
232
|
|
|
305
233
|
> <GetAttachmentResponse> get_attachment(session_id, attachment_id, opts)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# TrinsicApi::SignzyIndiaAadhaarFetchProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **document_type** | **String** | The document type from which the identity data was retrieved. | [optional] |
|
|
8
|
+
| **timestamp** | **Time** | The timestamp when the signed document was generated and verified. | [optional] |
|
|
9
|
+
| **time_to_live** | **Time** | The validity expiration timestamp for the verification document. | [optional] |
|
|
10
|
+
| **aadhaar_number_last_four** | **String** | The Aadhaar number (UID) value for the individual. This is only the last four digits of the Aadhaar number. | [optional] |
|
|
11
|
+
| **claims** | [**AadhaarClaims**](AadhaarClaims.md) | The claims extracted from the Aadhaar document. | [optional] |
|
|
12
|
+
| **localized_claims** | [**AadhaarLocalizedClaims**](AadhaarLocalizedClaims.md) | The localized claims extracted from the Aadhaar document. | [optional] |
|
|
13
|
+
| **document_signature_validated** | **Boolean** | Whether our own validation of the Aadhaar document signature and certificate chain succeeded. When the signed document (e.g. Digilocker XML) is available, we validate it using the standard CCA/SafeScrypt chain. When the document is not returned, the signature cannot be validated and this is false. Some providers (e.g. Signzy) also supply a separate DSC validation indicator in the webhook payload; that is independent of this flag, which reflects only our validation. | |
|
|
14
|
+
| **digilocker_id** | **String** | DigiLocker's 36-character stable account identifier. This identifier is deemed safe to use to reference the individual. *Note, the format is not guaranteed to be a UUID. | [optional] |
|
|
15
|
+
| **issuer_id** | **String** | The identifier for the issuer of the DigiLocker document. | [optional] |
|
|
16
|
+
| **issuer** | **String** | Issuer name for the DigiLocker document. | [optional] |
|
|
17
|
+
| **mobile_phone** | **String** | The individual's mobile phone number from DigiLocker's account details. | [optional] |
|
|
18
|
+
| **scope** | **Array<String>** | DigiLocker consent scopes that the individual actually consented to for this session. Included in provider output so customers can verify what was granted: the customer does not control these—the individual chooses scopes in the DigiLocker consent UI, and there is no way to pre-select or enforce them. This is a common source of error (e.g. the individual skips a scope), so surfacing the granted scopes lets customers confirm the session had the expected consent. | |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'trinsic_api'
|
|
24
|
+
|
|
25
|
+
instance = TrinsicApi::SignzyIndiaAadhaarFetchProviderOutput.new(
|
|
26
|
+
document_type: ADHAR,
|
|
27
|
+
timestamp: 2025-06-01T20:43:54.472+05:30,
|
|
28
|
+
time_to_live: null,
|
|
29
|
+
aadhaar_number_last_four: 1234,
|
|
30
|
+
claims: null,
|
|
31
|
+
localized_claims: null,
|
|
32
|
+
document_signature_validated: true,
|
|
33
|
+
digilocker_id: 9b2d5f6e-3c4a-4d7f-a1e2-8f6b9c0d1a2e,
|
|
34
|
+
issuer_id: in.gov.uidai,
|
|
35
|
+
issuer: Unique Identification Authority of India (UIDAI),
|
|
36
|
+
mobile_phone: 7981112222,
|
|
37
|
+
scope: ["file.partners/PANCR","userdetails","email","files.issueddocs","picture"]
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# TrinsicApi::SingpassLoginProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **sub** | **String** | The Singpass subject identifier. This is a public identifier which is globally unique across the Singpass system. | [optional] |
|
|
8
|
+
| **account_type** | **String** | The Singpass account type for this user. Possible values: - foreign (Singpass Foreign Account (SFA) holders) - standard (Singapore Citizens, Permanent Residents, or FIN holders) | [optional] |
|
|
9
|
+
| **identity_number** | **String** | The Unique Identifier Number (UINFIN) for the user. The number can be either the National Registration Identity Card or Foreign Identification Number (NRIC/FIN). Follows the format @xxxxxxx#: - @ is the status of the holder. - Singapore citizens and permanent residents born before 1 January 2000 are assigned the letter \"S\". - Singapore citizens and permanent residents born on or after 1 January 2000 are assigned the letter \"T\". - Foreigners issued with long-term passes before 1 January 2000 are assigned the letter \"F\". - Foreigners issued with long-term passes from 1 January 2000 to 31 December 2021 are assigned the letter \"G\". - Foreigners issued with long-term passes on or after 1 January 2022 are assigned the letter \"M\". - xxxxxxx is seven digit serial number. - # is the checksum letter. | [optional] |
|
|
10
|
+
| **country_of_issuance** | **String** | The individual's identity country of issuance. | [optional] |
|
|
11
|
+
| **name** | **String** | The individual's principal name. | [optional] |
|
|
12
|
+
| **email** | **String** | The individual's email address. | [optional] |
|
|
13
|
+
| **mobile_number** | **String** | The individual's mobile number. For Singpass Foreign Account (SFA) users, this will always be null. | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'trinsic_api'
|
|
19
|
+
|
|
20
|
+
instance = TrinsicApi::SingpassLoginProviderOutput.new(
|
|
21
|
+
sub: e3f1c2d4-8a9b-4c2d-b3f1-9a8b7c6d5e4f,
|
|
22
|
+
account_type: standard,
|
|
23
|
+
identity_number: S1234567A,
|
|
24
|
+
country_of_issuance: SG,
|
|
25
|
+
name: Lim Wei Ming,
|
|
26
|
+
email: wei.ming.lim@example.sg,
|
|
27
|
+
mobile_number: +6591234567
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::SingpassMyInfoDescription
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **code** | **String** | The code for the following description. | [optional] |
|
|
8
|
+
| **description** | **String** | The full description of the field. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::SingpassMyInfoDescription.new(
|
|
16
|
+
code: P1Pass,
|
|
17
|
+
description: Employment Pass
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::SingpassMyInfoProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **sub** | **String** | The Singpass subject identifier. | [optional] |
|
|
8
|
+
| **person_info** | [**SingpassPersonalCatalog**](SingpassPersonalCatalog.md) | The MyInfo personal catalog. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::SingpassMyInfoProviderOutput.new(
|
|
16
|
+
sub: e3f1c2d4-8a9b-4c2d-b3f1-9a8b7c6d5e4f,
|
|
17
|
+
person_info: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|