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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b03d53ed3421393c49e333ca021e708b032361bc3c37e4abcdc8328be9482bd
|
|
4
|
+
data.tar.gz: 2e603a14881093ba79814494660ed427f30cc61cf7e980f557d381da1479f565
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7840c227b532d7450c8c271ba8af2f8f08c2bd4b36a9023379b8b1d0cd3b7ec9e81b86a389d04fa077caf05f45cdb3eeb42b64c4738786fdee0bfcf3d90b6b3a
|
|
7
|
+
data.tar.gz: ae7ba268795de19f3a1d6b36c1780fefb68210f65e8ba454b2a5c0bceb1f379cf6438c145ac8a4b5be162ff277f7462cce1cd2b3d1bbc6005f6a6791d409ddd0
|
data/README.md
CHANGED
|
@@ -37,8 +37,6 @@ end
|
|
|
37
37
|
attachments = TrinsicApi::AttachmentsApi.new
|
|
38
38
|
network = TrinsicApi::NetworkApi.new
|
|
39
39
|
sessions = TrinsicApi::SessionsApi.new
|
|
40
|
-
|
|
41
|
-
sessions.create_widget_session({})
|
|
42
40
|
```
|
|
43
41
|
|
|
44
42
|
You can find a full Ruby server example in the [samples](https://github.com/trinsic-id/sdk/tree/main/api-ruby/samples) folder.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# TrinsicApi::AadhaarAddress
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **care_of** | **String** | The address's care-of field. This indicates that mail should be delivered to an individual through another person or entity who is a known resident at the address. | [optional] |
|
|
8
|
+
| **country** | **String** | The address's country. This is usually formatted as an alpha-2 country code, but localized output may instead contain the country name as written on the document. | [optional] |
|
|
9
|
+
| **district** | **String** | The address's district. | [optional] |
|
|
10
|
+
| **house** | **String** | The identifier for the house address. | [optional] |
|
|
11
|
+
| **location** | **String** | The location or locality that helps identify where the address is within a city. | [optional] |
|
|
12
|
+
| **landmark** | **String** | A landmark near the address. | [optional] |
|
|
13
|
+
| **postal_code** | **String** | The address's postal code. | [optional] |
|
|
14
|
+
| **post_office** | **String** | The address's post office. | [optional] |
|
|
15
|
+
| **state** | **String** | The address's state or union territory. | [optional] |
|
|
16
|
+
| **street** | **String** | The address's street name. | [optional] |
|
|
17
|
+
| **subdistrict** | **String** | The address's subdistrict. | [optional] |
|
|
18
|
+
| **village_town_city** | **String** | The address's village/town/city. | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'trinsic_api'
|
|
24
|
+
|
|
25
|
+
instance = TrinsicApi::AadhaarAddress.new(
|
|
26
|
+
care_of: S/O: Priya Kumari,
|
|
27
|
+
country: IN,
|
|
28
|
+
district: Ludhiana,
|
|
29
|
+
house: 12,
|
|
30
|
+
location: Rajguru Nagar,
|
|
31
|
+
landmark: Near City Mall,
|
|
32
|
+
postal_code: 226010,
|
|
33
|
+
post_office: Rajguru Nagar,
|
|
34
|
+
state: Jammu and Kashmir,
|
|
35
|
+
street: MG Road,
|
|
36
|
+
subdistrict: Ludhiana,
|
|
37
|
+
village_town_city: Malota
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
data/docs/AadhaarClaims.md
CHANGED
|
@@ -7,18 +7,7 @@
|
|
|
7
7
|
| **name** | **String** | The full name. | [optional] |
|
|
8
8
|
| **date_of_birth** | **Date** | The date of birth. The format is YYYY-MM-DD. | [optional] |
|
|
9
9
|
| **gender** | **String** | The gender of the individual. Possible values: - M (Male) - F (Female) - T (Transgender) | [optional] |
|
|
10
|
-
| **
|
|
11
|
-
| **country** | **String** | The address's country. This is formatted as an alpha-2 country code. | [optional] |
|
|
12
|
-
| **district** | **String** | The address's district. | [optional] |
|
|
13
|
-
| **house** | **String** | The identifier for the house address. | [optional] |
|
|
14
|
-
| **location** | **String** | The location or locality that helps identify where the address is within a city. | [optional] |
|
|
15
|
-
| **landmark** | **String** | A landmark near the address. | [optional] |
|
|
16
|
-
| **postal_code** | **String** | The address's postal code. | [optional] |
|
|
17
|
-
| **post_office** | **String** | The address's post office. | [optional] |
|
|
18
|
-
| **state** | **String** | The address's state or union territory. | [optional] |
|
|
19
|
-
| **street** | **String** | The address's street name. | [optional] |
|
|
20
|
-
| **subdistrict** | **String** | The address's subdistrict. | [optional] |
|
|
21
|
-
| **village_town_city** | **String** | The address's village/town/city. | [optional] |
|
|
10
|
+
| **address** | [**AadhaarAddress**](AadhaarAddress.md) | The structured Indian address. | [optional] |
|
|
22
11
|
|
|
23
12
|
## Example
|
|
24
13
|
|
|
@@ -29,18 +18,7 @@ instance = TrinsicApi::AadhaarClaims.new(
|
|
|
29
18
|
name: Rajesh Kumar,
|
|
30
19
|
date_of_birth: Sun Aug 15 00:00:00 UTC 1943,
|
|
31
20
|
gender: M,
|
|
32
|
-
|
|
33
|
-
country: IN,
|
|
34
|
-
district: Ludhiana,
|
|
35
|
-
house: 12,
|
|
36
|
-
location: Rajguru Nagar,
|
|
37
|
-
landmark: Near City Mall,
|
|
38
|
-
postal_code: 226010,
|
|
39
|
-
post_office: Rajguru Nagar,
|
|
40
|
-
state: Jammu and Kashmir,
|
|
41
|
-
street: MG Road,
|
|
42
|
-
subdistrict: Ludhiana,
|
|
43
|
-
village_town_city: Malota
|
|
21
|
+
address: null
|
|
44
22
|
)
|
|
45
23
|
```
|
|
46
24
|
|
data/docs/AadhaarLanguage.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **language_code** | **String** | The language code for the localized claims. | [optional] |
|
|
8
|
-
| **language_name** | **String** | The language name for the localized claims. This is Trinsic
|
|
8
|
+
| **language_name** | **String** | The language name for the localized claims. This is Trinsic mapping the language from the code. The mapping comes from the spec, however, the code may not always reflect with the actual language used in the localized claims. Use this as a reference. Possible values: - Assamese (01) - Bengali (02) - Gujarati (05) - Hindi (06) - Kannada (07) - Malayalam (11) - Manipuri (12) - Marathi (13) - Oriya (15) - Punjabi (16) - Tamil (20) - Telugu (21) - Urdu (22) | [readonly] |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
@@ -6,16 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **language** | [**AadhaarLanguage**](AadhaarLanguage.md) | The language code for the localized claims. | [optional] |
|
|
8
8
|
| **name** | **String** | The full name. | [optional] |
|
|
9
|
-
| **
|
|
10
|
-
| **country** | **String** | The address's country. | [optional] |
|
|
11
|
-
| **district** | **String** | The address's district. | [optional] |
|
|
12
|
-
| **house** | **String** | The identifier for the house address. | [optional] |
|
|
13
|
-
| **location** | **String** | The location or locality that helps identify where the address is within a city. | [optional] |
|
|
14
|
-
| **landmark** | **String** | A landmark near the address. | [optional] |
|
|
15
|
-
| **postal_code** | **String** | The address's postal code. | [optional] |
|
|
16
|
-
| **state** | **String** | The address's state or union territory. | [optional] |
|
|
17
|
-
| **street** | **String** | The address's street name. | [optional] |
|
|
18
|
-
| **village_town_city** | **String** | The address's village/town/city. | [optional] |
|
|
9
|
+
| **address** | [**AadhaarAddress**](AadhaarAddress.md) | The structured address. | [optional] |
|
|
19
10
|
|
|
20
11
|
## Example
|
|
21
12
|
|
|
@@ -25,16 +16,7 @@ require 'trinsic_api'
|
|
|
25
16
|
instance = TrinsicApi::AadhaarLocalizedClaims.new(
|
|
26
17
|
language: null,
|
|
27
18
|
name: રાજેશ કુમાર,
|
|
28
|
-
|
|
29
|
-
country: ભારત,
|
|
30
|
-
district: અમદાવાદ,
|
|
31
|
-
house: 12,
|
|
32
|
-
location: નવરંગપુરા,
|
|
33
|
-
landmark: સિટી મોલ પાસે,
|
|
34
|
-
postal_code: 226010,
|
|
35
|
-
state: ગુજરાત,
|
|
36
|
-
street: મહાત્મા ગાંધી રોડ,
|
|
37
|
-
village_town_city: અમદાવાદ
|
|
19
|
+
address: null
|
|
38
20
|
)
|
|
39
21
|
```
|
|
40
22
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::AudkenniProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **national_register_id** | **String** | National Register ID number (kennitala) of the individual. Often written with a hyphen following the 6th digit (123456-1234). ID numbers are composed of ten digits. The first six of these are the individual’s date of birth in the format DDMMYY. The seventh and eighth digits are randomly chosen when the ID number is allocated, the ninth digit used to be a check digit (modulus (11) but this has been removed. The tenth indicates the century of the individual’s birth: ‘9’ for 1900–1999, ‘0’ for 2000 and beyond. | |
|
|
8
|
+
| **subject_id** | **String** | Unique identifier for the individual across Audkenni. It is recommended to use this identifier instead of using the national register ID directly. | |
|
|
9
|
+
| **name** | **String** | The full name of the individual. | |
|
|
10
|
+
| **date_of_birth** | **Date** | The date of birth of the individual as parsed from the National Register ID number. Is null if the date of birth could not be parsed, but should always be present | [optional] |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::AudkenniProviderOutput.new(
|
|
18
|
+
national_register_id: 0101303369,
|
|
19
|
+
subject_id: 2963785c-b8cc-490e-8d7e-054f7538383b,
|
|
20
|
+
name: Gervimaður Asía,
|
|
21
|
+
date_of_birth: Thu Jan 31 00:00:00 UTC 1980
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::BoliviaCiLookupInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **document_number** | **String** | The holder's CI (\"Cédula de Identidad\") number from the Bolivian identity card (\"carnet de identidad\"). This is the identifier assigned by the Servicio General de Identificación Personal (SEGIP) in the Registro Único de Identificación (RUI). Is entirely numeric values. Any non-alphanumeric characters (dots, hyphens, spaces, etc.) will be stripped before lookup. Published regulations do not define a fixed length; digit count may vary. | [optional] |
|
|
8
|
+
| **date_of_birth** | **Date** | The holder's date of birth. Must match the CI record. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::BoliviaCiLookupInput.new(
|
|
16
|
+
document_number: 123456789,
|
|
17
|
+
date_of_birth: Thu Mar 15 00:00:00 UTC 1990
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# TrinsicApi::BoliviaCiProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | Full name as it appears on the CI (Cédula de Identidad). | |
|
|
8
|
+
| **given_name** | **String** | Given name(s) of the holder as they appear on the CI (Cédula de Identidad). | |
|
|
9
|
+
| **family_name** | **String** | Family name(s) of the holder (paternal and maternal) as they appear on the CI (Cédula de Identidad). | |
|
|
10
|
+
| **date_of_birth** | **Date** | Date of birth as recorded in official Bolivian identity records (RUI — Registro Único de Identificación). | [optional] |
|
|
11
|
+
| **document_number** | **String** | The CI (Cédula de Identidad) document number for the matched record. The document is officially called the Cédula de Identidad and is commonly called carnet or carnet de identidad in Bolivia. This is the identifier assigned by the Servicio General de Identificación Personal (SEGIP) in the Registro Único de Identificación (RUI). The value is entirely numeric. There is no verification digit or other data encoded in the number. Published regulations do not define a fixed length; digit count may vary. | |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'trinsic_api'
|
|
17
|
+
|
|
18
|
+
instance = TrinsicApi::BoliviaCiProviderOutput.new(
|
|
19
|
+
full_name: María Mamani,
|
|
20
|
+
given_name: María,
|
|
21
|
+
family_name: Mamani,
|
|
22
|
+
date_of_birth: Thu Mar 15 00:00:00 UTC 1990,
|
|
23
|
+
document_number: 123456789
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/BrazilCpfCheckInput.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **cpf_number** | **String** | The user's 11-digit, numeric CPF Number | |
|
|
8
|
+
| **selfie_image** | **String** | The raw bytes of the selfie image collected from the user. | [optional] |
|
|
9
|
+
| **selfie_image_content_type** | **String** | The MIME Type of the file contained in `SelfieImage`. Must be one of `image/jpeg` or `image/png`. | [optional] |
|
|
8
10
|
|
|
9
11
|
## Example
|
|
10
12
|
|
|
@@ -12,7 +14,9 @@
|
|
|
12
14
|
require 'trinsic_api'
|
|
13
15
|
|
|
14
16
|
instance = TrinsicApi::BrazilCpfCheckInput.new(
|
|
15
|
-
cpf_number: null
|
|
17
|
+
cpf_number: null,
|
|
18
|
+
selfie_image: null,
|
|
19
|
+
selfie_image_content_type: null
|
|
16
20
|
)
|
|
17
21
|
```
|
|
18
22
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::ChinaResidentIdMatchInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | The person's full name in Chinese characters. | |
|
|
8
|
+
| **date_of_birth** | **Date** | The person's date of birth, in `YYYY-MM-DD` format. | |
|
|
9
|
+
| **national_id_number** | **String** | The person's 18-character PRC resident identity card number. | |
|
|
10
|
+
| **consent** | **Boolean** | Consent from the end user for verification of their data. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::ChinaResidentIdMatchInput.new(
|
|
18
|
+
full_name: null,
|
|
19
|
+
date_of_birth: null,
|
|
20
|
+
national_id_number: null,
|
|
21
|
+
consent: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::ChinaResidentIdMatchOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | The fullname of the individual in Chinese. | [optional] |
|
|
8
|
+
| **date_of_birth** | **Date** | The birthdate of the individual. | [optional] |
|
|
9
|
+
| **resident_id_number** | **String** | The Resident ID number from the People's Republic of China (PRC) ID card. The Resident ID number is an 18-digit number follows the format (AAAAAAYYYYMMDDXXX@): - Six digits (AAAAAA) are the area code of where the person was born or the area of first issuance for those who were born before the resident system was created. - Eight digits are the birthdate of the individual in YYYYMMDD format - Three digits are the order code assigned to individual. Males are assigned odd numbers and females even numbers. - Final digit is the checksum confirming the validity of the ID number's first 17 digits using ISO 7064:1983, MOD 11-2. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::ChinaResidentIdMatchOutput.new(
|
|
17
|
+
full_name: 陈明志,
|
|
18
|
+
date_of_birth: Thu Jan 31 00:00:00 UTC 1980,
|
|
19
|
+
resident_id_number: 110102198001318811
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ColombiaCcLookupInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **document_number** | **String** | The CC (Cédula de Ciudadanía, Citizenship Document) document number. Format: - Cédulas after 2004 use the NUIP (Número Único de Identificación Personal), which is 10 digits. Older documents may have fewer than 10 digits and are still valid. - In Colombia the number is often written with dots as thousands separators (e.g. 1.234.567.890). If dots, hyphens, spaces, or other non-alphanumeric characters are included, they will be sanitized before lookup. | [optional] |
|
|
8
|
+
| **issue_date** | **Date** | Document issue date, in `YYYY-MM-DD` format | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ColombiaCcLookupInput.new(
|
|
16
|
+
document_number: 1234567890,
|
|
17
|
+
issue_date: Fri Oct 31 00:00:00 UTC 2025
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# TrinsicApi::ColombiaCcProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | Full name as it appears on the CC. | |
|
|
8
|
+
| **given_name** | **String** | Given name(s) of the holder as they appear on the CC. | |
|
|
9
|
+
| **family_name** | **String** | Family name(s) of the holder as they appear on the CC. Space-separated when both paternal and maternal family names are present. | |
|
|
10
|
+
| **date_of_birth** | **Date** | Date of birth as recorded in the civil registry (Registraduría Nacional). | |
|
|
11
|
+
| **sex** | **String** | Sex of the holder as recorded in the civil registry (Registraduría Nacional). Possible values: - Male - Female - Unknown (when the sex is not recorded or cannot be confidently determined) | |
|
|
12
|
+
| **is_alive** | **Boolean** | Whether the person is reported as alive in Colombia's official civil registry (Registraduría Nacional). Used to detect identity fraud when the holder is deceased. | |
|
|
13
|
+
| **document_number** | **String** | The Cédula de Ciudadanía (CC) document number. This is the unique identifier assigned by the Registraduría Nacional when the person is first issued a CC. It does not change when the person renews or receives a new physical card; it remains the same for the individual for life. Cédulas issued after 2004 use the NUIP (Número Único de Identificación Personal), which is 10 digits. Older documents may have fewer than 10 digits and are still valid. | |
|
|
14
|
+
| **expedition_date** | **Date** | Date the CC was issued (fecha de expedición). Format: - yyyy-MM-dd | |
|
|
15
|
+
| **expedition_place** | [**ColombiaExpeditionPlace**](ColombiaExpeditionPlace.md) | Place where the CC was issued (lugar de expedición): municipality and department as recorded by the Registraduría Nacional. | |
|
|
16
|
+
| **array_name** | **Array<String>** | All names as they appear on the CC, as an array of strings. Format: - Order follows the civil registry: typically family name(s) first, then given name(s). | |
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'trinsic_api'
|
|
22
|
+
|
|
23
|
+
instance = TrinsicApi::ColombiaCcProviderOutput.new(
|
|
24
|
+
full_name: JUAN CARLOS PEREZ GOMEZ,
|
|
25
|
+
given_name: JUAN CARLOS,
|
|
26
|
+
family_name: PEREZ GOMEZ,
|
|
27
|
+
date_of_birth: Tue Jan 15 00:00:00 UTC 1985,
|
|
28
|
+
sex: Male,
|
|
29
|
+
is_alive: true,
|
|
30
|
+
document_number: 1234567890,
|
|
31
|
+
expedition_date: Tue Mar 10 00:00:00 UTC 2020,
|
|
32
|
+
expedition_place: null,
|
|
33
|
+
array_name: ["PEREZ","GOMEZ","JUAN","CARLOS"]
|
|
34
|
+
)
|
|
35
|
+
```
|
|
36
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ColombiaExpeditionPlace
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **municipality** | **String** | Municipality (municipio) where the CC was issued. This is the second-level administrative division in Colombia. | [optional] |
|
|
8
|
+
| **department** | **String** | Department (departamento) where the CC was issued. This is the first-level administrative division in Colombia. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ColombiaExpeditionPlace.new(
|
|
16
|
+
municipality: BOGOTA D.C.,
|
|
17
|
+
department: BOGOTA
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
| **sub** | **String** | The OpenID Connect (OIDC) subject identifier (sub). | [optional] |
|
|
14
14
|
| **age_verification** | [**ConnectIdAgeVerification**](ConnectIdAgeVerification.md) | The age verification claim and whether the individual meets the age requirement. | [optional] |
|
|
15
15
|
| **transaction** | **String** | The verification session's transaction number. This is a unique identifier assigned to a single ConnectID transaction flow. It can be used for audit purposes or to flag fraudulent activity. | [optional] |
|
|
16
|
-
| **beneficiary_account** | [**ConnectIdBeneficiaryAccount**](ConnectIdBeneficiaryAccount.md) | The beneficiary account that has been designated by the individual. | [optional] |
|
|
17
16
|
| **address** | [**ConnectIdAddress**](ConnectIdAddress.md) | The address. | [optional] |
|
|
18
17
|
|
|
19
18
|
## Example
|
|
@@ -31,7 +30,6 @@ instance = TrinsicApi::ConnectIdProviderOutput.new(
|
|
|
31
30
|
sub: abcdefg123456,
|
|
32
31
|
age_verification: null,
|
|
33
32
|
transaction: qaTTTTuhVnTck8zQlba4pFW2jo55555UfIoOEYv8sJq,
|
|
34
|
-
beneficiary_account: null,
|
|
35
33
|
address: null
|
|
36
34
|
)
|
|
37
35
|
```
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# TrinsicApi::CoteDIvoireNidLookup2ProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | Full name as returned by ONECI (National Civil Registry and Identification Office). | |
|
|
8
|
+
| **given_name** | **String** | Given name of the ID holder as returned by ONECI (National Civil Registry and Identification Office). | |
|
|
9
|
+
| **family_name** | **String** | Family name of the ID holder as returned by ONECI (National Civil Registry and Identification Office). | |
|
|
10
|
+
| **date_of_birth** | **Date** | Date of birth as returned by ONECI (National Civil Registry and Identification Office). | |
|
|
11
|
+
| **sex** | **String** | Sex of the ID holder as returned by ONECI (National Civil Registry and Identification Office). Possible values: - Male - Female | |
|
|
12
|
+
| **nationality** | **String** | Nationality as ISO 3166-1 alpha-2 country code (e.g. \"CI\" for Côte d'Ivoire). | |
|
|
13
|
+
| **address** | **String** | Address as returned from ONECI (National Civil Registry and Identification Office). Format is LOCALITY,COMMUNE: the locality (village, neighborhood, or sous-quartier) followed by the commune. Not a full street address. | [optional] |
|
|
14
|
+
| **document_number** | **String** | The document's own identifier (printed on the card; often labeled \"Immatriculation\" on older cards or \"Numéro CNI\" in post-2020 cards). On older cards this is usually one letter followed by 10 digits. On new cards it appears as 1 or 2 leading letters plus 9 digits. | [optional] |
|
|
15
|
+
| **national_id_number** | **String** | The NNI (Numéro National d'Identification): the person's 11-digit national ID, printed on the back of the new national id card and assigned by ONECI. It is always exactly 11 digits with no letters, and is semi-random, non-repetitive, and does not encode any extra data, such as date of birth, gender, or other readable attributes. | [optional] |
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```ruby
|
|
20
|
+
require 'trinsic_api'
|
|
21
|
+
|
|
22
|
+
instance = TrinsicApi::CoteDIvoireNidLookup2ProviderOutput.new(
|
|
23
|
+
full_name: Jean Dupont,
|
|
24
|
+
given_name: Jean,
|
|
25
|
+
family_name: Dupont,
|
|
26
|
+
date_of_birth: Sat Jan 01 00:00:00 UTC 2000,
|
|
27
|
+
sex: Male,
|
|
28
|
+
nationality: CI,
|
|
29
|
+
address: PLATEAU,ABIDJAN,
|
|
30
|
+
document_number: I001111111,
|
|
31
|
+
national_id_number: 12345678901
|
|
32
|
+
)
|
|
33
|
+
```
|
|
34
|
+
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
| **redirect_url** | **String** | The Redirect URL to which the user should be sent after the session is complete. This field is required for providers which employ a redirect-based flow. | [optional] |
|
|
10
10
|
| **capabilities** | [**Array<IntegrationCapability>**](IntegrationCapability.md) | The list of capabilities your integration supports. Capabilities are the core of Trinsic's whitelabel-with-optional-fallback offering. Most capabilities align with either an `IntegrationLaunchMethod` or an `IntegrationCollectionMethod`. The exception being refresh content to support updating the content of the launch method. For example, to support a basic redirect-based flow, you must include the `LaunchRedirect` and `CaptureRedirect` capabilities. To support a mobile deeplink / polling flow, you must include the `DeeplinkToMobile` and `PollForResults` capabilities. If `FallbackToHostedUi` is `true`, Trinsic will automatically fall back to a Trinsic-hosted UI to cover any gaps in your integration's capabilities. If `FallbackToHostedUi` is `false`, gaps in your integration's capabilities will result in an error during Session creation. Read more on how to integrate at <a href=\"https://docs.trinsic.id/docs/direct-provider-sessions\">the guide on Direct Provider Sessions</a> | |
|
|
11
11
|
| **fallback_to_hosted_ui** | **Boolean** | Whether the session should fall back to a Trinsic-hosted UI in certain instances. Specifically, fallback will occur if any of the following are true: - You attempted to launch a provider which requires a capability you did not express support for - In this case, Trinsic's hosted UI will perform the necessary capability - You attempted to launch a provider which requires input, and the input was either not provided or incomplete - In this case, Trinsic's hosted UI will collect the necessary input from the user If fallback occurs, the session's NextStep will always be LaunchBrowser, and the CollectionMethod will always be CaptureRedirect. If this field is set to `true`, you must also: 1. Set the `RedirectUrl` field to a non-empty value 2. Include the `LaunchBrowser` and `CaptureRedirect` capabilities in the `Capabilities` field | [optional] |
|
|
12
|
+
| **browser_languages** | **Array<String>** | Preferences for languages to show first if the session falls back to the Trinsic-hosted UI. If left empty, the Hosted UI defaults to the user's navigator languages. If no preferred language is available, the Hosted UI falls back to English. This only will be used if the session falls back to the Trinsic-hosted UI. | [optional] |
|
|
12
13
|
| **provider_input** | [**ProviderInput**](ProviderInput.md) | Provider-specific input for those providers which require it. | [optional] |
|
|
13
14
|
|
|
14
15
|
## Example
|
|
@@ -22,6 +23,7 @@ instance = TrinsicApi::CreateDirectProviderSessionRequest.new(
|
|
|
22
23
|
redirect_url: null,
|
|
23
24
|
capabilities: null,
|
|
24
25
|
fallback_to_hosted_ui: null,
|
|
26
|
+
browser_languages: null,
|
|
25
27
|
provider_input: null
|
|
26
28
|
)
|
|
27
29
|
```
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **provider** | **String** | The ID of the provider to launch | |
|
|
8
8
|
| **verification_profile_id** | **String** | The ID of the Verification Profile to use for this session. | |
|
|
9
9
|
| **redirect_url** | **String** | The Redirect URL to which the user should be sent after the session is complete. | |
|
|
10
|
+
| **browser_languages** | **Array<String>** | Preferences for languages to show first in the Hosted UI. If left empty, the Hosted UI defaults to the user's navigator languages. If no preferred language is available, the Hosted UI falls back to English. | [optional] |
|
|
10
11
|
| **provider_input** | [**ProviderInput**](ProviderInput.md) | Provider-specific input for those providers which require it. <b>Deprecated:</b> In the future, Hosted Provider Sessions will not accept input on creation, and will instead always redirect the user to a hosted interface to collect input. If you need to collect input from the user yourself, please use the Create Direct Session endpoint instead. | [optional] |
|
|
11
12
|
|
|
12
13
|
## Example
|
|
@@ -18,6 +19,7 @@ instance = TrinsicApi::CreateHostedProviderSessionRequest.new(
|
|
|
18
19
|
provider: null,
|
|
19
20
|
verification_profile_id: null,
|
|
20
21
|
redirect_url: null,
|
|
22
|
+
browser_languages: null,
|
|
21
23
|
provider_input: null
|
|
22
24
|
)
|
|
23
25
|
```
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **subject_identifier** | **String** | The subject identifier (sub) of the verified individual's MojeID account. This is a unique identifier that represents the
|
|
7
|
+
| **subject_identifier** | **String** | The subject identifier (sub) of the verified individual's MojeID account. This is a unique identifier that represents the individual within the MojeID system. | [optional] |
|
|
8
8
|
| **name** | **String** | The individual's full name. | [optional] |
|
|
9
9
|
| **given_name** | **String** | The individual's given (first) name. | [optional] |
|
|
10
10
|
| **family_name** | **String** | The individual's family (last) name. | [optional] |
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
| **social_security_number** | **String** | The individual's Ministry of Labour and Social Affairs identifier (Czech social security equivalent). | [optional] |
|
|
21
21
|
| **is_adult** | **Boolean** | The individual is an adult (18 years or older). | [optional] |
|
|
22
22
|
| **account_validated** | **Boolean** | The MojeID account has been validated. A validated account indicates the individual's identity has been verified to a higher level of assurance within the MojeID system. | [optional] |
|
|
23
|
+
| **isds_id** | **String** | The individual's ISDS identifier (Informační systém datových schránek — Czech data box system), used for official electronic communication with Czech government authorities. | [optional] |
|
|
24
|
+
| **is_student** | **Boolean** | Whether the individual is a student. | [optional] |
|
|
23
25
|
| **company_registration_number** | **String** | The individual's or organization's Czech Registration ID (ICO), the Czech company registration number. | [optional] |
|
|
24
26
|
| **tax_identification_number** | **String** | The individual's or organization's Danove Identifikacni Cislo (DIC), the Czech tax identification number. | [optional] |
|
|
25
27
|
| **nia_verified** | **Boolean** | The individual's identity has been verified through the Czech National Identity Authority (NIA). NIA verification indicates a higher level of identity assurance, typically involving government-issued credentials verified through the Czech eGovernment infrastructure. | [optional] |
|
|
@@ -50,6 +52,8 @@ instance = TrinsicApi::CzechMojeIdProviderOutput.new(
|
|
|
50
52
|
social_security_number: 7801011234,
|
|
51
53
|
is_adult: true,
|
|
52
54
|
account_validated: true,
|
|
55
|
+
isds_id: avxipbf,
|
|
56
|
+
is_student: false,
|
|
53
57
|
company_registration_number: 12345678,
|
|
54
58
|
tax_identification_number: CZ12345678,
|
|
55
59
|
nia_verified: true,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
8
|
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
9
|
| **date_of_birth** | **Date** | The date of birth of the verified individual | |
|
|
10
|
-
| **open_id2_identifier** | **String** | The OpenID 2.0 Identifier (\"openid2_id\") of the verified individual's MojeID account. This is an HTTPS URL which uniquely identifies the
|
|
10
|
+
| **open_id2_identifier** | **String** | The OpenID 2.0 Identifier (\"openid2_id\") of the verified individual's MojeID account. This is an HTTPS URL which uniquely identifies the individual within the MojeID system. | |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **document_type** | **String** | The document type from which the identity data was retrieved
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
10
|
-
| **time_to_live** | **Time** | The validity expiration timestamp for the verification document. This is parsed as a date-time value. Aadhaar may omit timezone information. | [optional] |
|
|
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] |
|
|
11
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] |
|
|
12
|
-
| **claims** | [**AadhaarClaims**](AadhaarClaims.md) | The claims extracted from the
|
|
13
|
-
| **localized_claims** | [**AadhaarLocalizedClaims**](AadhaarLocalizedClaims.md) | The localized claims extracted from the
|
|
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
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -19,12 +19,12 @@ require 'trinsic_api'
|
|
|
19
19
|
|
|
20
20
|
instance = TrinsicApi::DigilockerAadhaarProviderOutput.new(
|
|
21
21
|
document_type: ADHAR,
|
|
22
|
-
document_signature_validated: true,
|
|
23
22
|
timestamp: 2025-06-01T20:43:54.472+05:30,
|
|
24
23
|
time_to_live: null,
|
|
25
24
|
aadhaar_number_last_four: 1234,
|
|
26
25
|
claims: null,
|
|
27
|
-
localized_claims: null
|
|
26
|
+
localized_claims: null,
|
|
27
|
+
document_signature_validated: true
|
|
28
28
|
)
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ElSalvadorDuiLookupInput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **document_number** | **String** | The DUI (Documento Único de Identidad) number for the holder. Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit). The input will automatically be sanitized of dots, hyphens, spaces, or other non-alphanumeric characters before lookup. The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the algorithm is available in the public domain for those who seek it. | [optional] |
|
|
8
|
+
| **date_of_birth** | **Date** | The DUI holder's date of birth. Required to match the correct person in official records. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ElSalvadorDuiLookupInput.new(
|
|
16
|
+
document_number: 123456789,
|
|
17
|
+
date_of_birth: Fri Dec 01 00:00:00 UTC 1995
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::ElSalvadorDuiProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_name** | **String** | Full name as it appears on the DUI (Documento Único de Identidad), as returned by Verifik from official records administered by the Registro Nacional de las Personas Naturales (RNPN). | |
|
|
8
|
+
| **document_number** | **String** | The DUI (Documento Único de Identidad) document number as returned by Verifik for the matched record. Nine numeric digits after sanitization. Commonly printed as ########-# (hyphen before the final digit). The output will be stripped of the hyphen and will preserve leading zeros. The ninth digit is a check digit. This is not publicly documented by the Salvadoran government, but the algorithm is available in the public domain for those who seek it. | |
|
|
9
|
+
| **date_of_birth** | **Date** | The date of birth that was supplied for the lookup and confirmed as matching the DUI record. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::ElSalvadorDuiProviderOutput.new(
|
|
17
|
+
full_name: Juan Pérez,
|
|
18
|
+
document_number: 123456789,
|
|
19
|
+
date_of_birth: Fri Dec 01 00:00:00 UTC 1995
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::FaydaProviderAddress
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **region** | **String** | The region, which is the primary administrative division of the address. This attribute is only available if registered directly. | [optional] |
|
|
8
|
+
| **zone** | **String** | The zone, which is the administrative area within the region. This attribute is only available if registered directly. | [optional] |
|
|
9
|
+
| **woreda** | **String** | The woreda, which is the local district within the zone. This attribute is only available if registered directly. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::FaydaProviderAddress.new(
|
|
17
|
+
region: Addis Ababa,
|
|
18
|
+
zone: Bole,
|
|
19
|
+
woreda: 03
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|