trinsic_api 2.3.0.pre.alpha2 → 3.0.0
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/docs/{EnvironmentRedirectUrisAddRequest.md → AddRedirectUriRequest.md} +2 -2
- data/docs/Address.md +2 -2
- data/docs/AppleWalletProviderOutput.md +18 -0
- data/docs/AttachmentInfo.md +24 -0
- data/docs/{MdlFieldDataType.md → AttributeAvailability.md} +2 -2
- data/docs/AustriaHandySignaturProviderOutput.md +20 -0
- data/docs/BelgiumIdCardProviderOutput.md +24 -0
- data/docs/ContractAttachment.md +20 -0
- data/docs/ContractAttribute.md +20 -0
- data/docs/CoteDIvoireNidLookup2Input.md +18 -0
- data/docs/CzechiaMojeIdProviderOutput.md +24 -0
- data/docs/DocumentData.md +12 -10
- data/docs/EstoniaIdCardProviderOutput.md +24 -0
- data/docs/FaydaProviderOutput.md +1 -1
- data/docs/FinlandIdCardProviderOutput.md +24 -0
- data/docs/FrejaProviderOutput.md +24 -0
- data/docs/FrenchNumeriqueGivenName.md +22 -0
- data/docs/FrenchNumeriqueNationality.md +20 -0
- data/docs/FrenchNumeriquePhone.md +22 -0
- data/docs/FrenchNumeriqueProviderOutput.md +66 -0
- data/docs/GetAttachmentRequest.md +2 -4
- data/docs/GoogleWalletProviderOutput.md +18 -0
- data/docs/IdentityData.md +9 -11
- data/docs/ItsmeProviderOutput.md +26 -0
- data/docs/KenyaNidMatch2Input.md +1 -1
- data/docs/{Language.md → KenyaNidMatch2InputSex.md} +2 -2
- data/docs/LaWalletProviderOutput.md +52 -0
- data/docs/LatviaEparakstsMobileProviderOutput.md +22 -0
- data/docs/LatviaEparakstsProviderOutput.md +22 -0
- data/docs/ListProvidersResponse.md +1 -1
- data/docs/{ListEnvironmentRedirectUrisResponse.md → ListRedirectUrisResponse.md} +2 -2
- data/docs/LithuaniaIdCardProviderOutput.md +24 -0
- data/docs/LloydsSmartIdProviderOutput.md +40 -0
- data/docs/Match.md +2 -2
- data/docs/MatchData.md +12 -10
- data/docs/MdlOutput.md +24 -0
- data/docs/MdlOutputCertificateData.md +26 -0
- data/docs/{ExternalMdlFieldData.md → MdlOutputFieldData.md} +3 -3
- data/docs/{FieldAvailability.md → MdlOutputFieldDataType.md} +2 -2
- data/docs/MexicoCurpProviderOutput.md +1 -1
- data/docs/MitIdProviderOutput.md +38 -0
- data/docs/MobileIdInput.md +1 -1
- data/docs/{SexV1.md → MobileIdLanguage.md} +2 -2
- data/docs/MobileIdProviderOutput.md +34 -0
- data/docs/NigeriaNinBiometric2Input.md +22 -0
- data/docs/NigeriaNinLookup2Input.md +18 -0
- data/docs/NigeriaNinMatch2Input.md +30 -0
- data/docs/NigeriaNinMatch2InputSex.md +15 -0
- data/docs/PersonData.md +10 -10
- data/docs/PeruDniAddress.md +22 -0
- data/docs/PeruDniLookupInput.md +18 -0
- data/docs/PeruDniProviderOutput.md +48 -0
- data/docs/PhilippinesDigitalNidProviderOutput.md +2 -2
- data/docs/PhilippinesPhysicalNidProviderOutput.md +2 -2
- data/docs/PolandEdoAppProviderOutput.md +24 -0
- data/docs/PolandMojeIdProviderOutput.md +22 -0
- data/docs/PortugalIdCardProviderOutput.md +24 -0
- data/docs/PostOfficeEasyIdProviderOutput.md +40 -0
- data/docs/{ProviderContract.md → Provider.md} +29 -25
- data/docs/ProviderInput.md +50 -32
- data/docs/ProviderOutput.md +61 -7
- data/docs/ProvidersApi.md +79 -0
- data/docs/RecommendProviderHealthOption.md +15 -0
- data/docs/{ProviderInformation.md → RecommendProviderInformation.md} +14 -14
- data/docs/{RecommendRequest.md → RecommendProvidersRequest.md} +3 -3
- data/docs/RecommendProvidersResponse.md +18 -0
- data/docs/{EnvironmentRedirectUrisApi.md → RedirectUrisApi.md} +21 -21
- data/docs/SamsungWalletProviderOutput.md +18 -0
- data/docs/SerbiaIdCardProviderOutput.md +24 -0
- data/docs/SessionsApi.md +149 -1
- data/docs/SmartIdInput.md +0 -2
- data/docs/SmartIdProviderOutput.md +42 -0
- data/docs/SouthAfricaNidBiometric2Input.md +22 -0
- data/docs/SouthAfricaNidMatch2Input.md +30 -0
- data/docs/SouthAfricaNidMatch2InputSex.md +15 -0
- data/docs/SpidProviderOutput.md +45 -25
- data/docs/SubProviderMetadata.md +0 -2
- data/docs/SwedenBankIdProviderOutput.md +42 -0
- data/docs/UgandaNidMatch2Input.md +22 -0
- data/docs/VerificationProfileResponse.md +3 -1
- data/docs/VerificationProfilesApi.md +3 -1
- data/docs/YotiDocumentDetails.md +26 -0
- data/docs/YotiProviderOutput.md +40 -0
- data/docs/YotiStructuredPostalAddress.md +56 -0
- data/docs/ZimbabweNidLookup2Input.md +18 -0
- data/lib/trinsic_api/api/providers_api.rb +82 -0
- data/lib/trinsic_api/api/{environment_redirect_uris_api.rb → redirect_uris_api.rb} +28 -28
- data/lib/trinsic_api/api/sessions_api.rb +142 -2
- data/lib/trinsic_api/api/verification_profiles_api.rb +3 -0
- data/lib/trinsic_api/models/{environment_redirect_uris_add_request.rb → add_redirect_uri_request.rb} +12 -3
- data/lib/trinsic_api/models/address.rb +3 -0
- data/lib/trinsic_api/models/apple_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/attachment_info.rb +319 -0
- data/lib/trinsic_api/models/{field_availability.rb → attribute_availability.rb} +3 -3
- data/lib/trinsic_api/models/austria_handy_signatur_provider_output.rb +266 -0
- data/lib/trinsic_api/models/{bangladesh_nid_input.rb → belgium_id_card_provider_output.rb} +60 -90
- data/lib/trinsic_api/models/{contract_identifier_field.rb → contract_attachment.rb} +25 -52
- data/lib/trinsic_api/models/{contract_field.rb → contract_attribute.rb} +8 -35
- data/lib/trinsic_api/models/cote_d_ivoire_nid_lookup2_input.rb +222 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_response.rb → czechia_moje_id_provider_output.rb} +85 -52
- data/lib/trinsic_api/models/document_data.rb +18 -1
- data/lib/trinsic_api/models/estonia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/fayda_provider_output.rb +1 -0
- data/lib/trinsic_api/models/finland_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/freja_provider_output.rb +320 -0
- data/lib/trinsic_api/models/french_numerique_given_name.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_nationality.rb +234 -0
- data/lib/trinsic_api/models/french_numerique_phone.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_provider_output.rb +487 -0
- data/lib/trinsic_api/models/get_attachment_request.rb +22 -49
- data/lib/trinsic_api/models/google_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/identity_data.rb +30 -33
- data/lib/trinsic_api/models/itsme_provider_output.rb +315 -0
- data/lib/trinsic_api/models/kenya_nid_match2_input.rb +1 -1
- data/lib/trinsic_api/models/{sex_v1.rb → kenya_nid_match2_input_sex.rb} +4 -6
- data/lib/trinsic_api/models/la_wallet_provider_output.rb +682 -0
- data/lib/trinsic_api/models/latvia_eparaksts_mobile_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{create_mdl_exchange_response.rb → latvia_eparaksts_provider_output.rb} +53 -52
- data/lib/trinsic_api/models/list_providers_response.rb +2 -2
- data/lib/trinsic_api/models/{list_environment_redirect_uris_response.rb → list_redirect_uris_response.rb} +3 -3
- data/lib/trinsic_api/models/lithuania_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/lloyds_smart_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/match.rb +2 -0
- data/lib/trinsic_api/models/match_data.rb +23 -1
- data/lib/trinsic_api/models/{mdl_identity_data.rb → mdl_output.rb} +35 -8
- data/lib/trinsic_api/models/{mdl_certificate_data.rb → mdl_output_certificate_data.rb} +4 -4
- data/lib/trinsic_api/models/{external_mdl_field_data.rb → mdl_output_field_data.rb} +4 -4
- data/lib/trinsic_api/models/{mdl_field_data_type.rb → mdl_output_field_data_type.rb} +5 -4
- data/lib/trinsic_api/models/mexico_curp_provider_output.rb +1 -0
- data/lib/trinsic_api/models/mit_id_provider_output.rb +333 -0
- data/lib/trinsic_api/models/mobile_id_input.rb +1 -1
- data/lib/trinsic_api/models/{language.rb → mobile_id_language.rb} +3 -3
- data/lib/trinsic_api/models/mobile_id_provider_output.rb +311 -0
- data/lib/trinsic_api/models/nigeria_nin_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/{provider_attachments.rb → nigeria_nin_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/models/{recommend_response.rb → nigeria_nin_match2_input.rb} +94 -82
- data/lib/trinsic_api/models/nigeria_nin_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/person_data.rb +7 -0
- data/lib/trinsic_api/models/{identifier.rb → peru_dni_address.rb} +53 -49
- data/lib/trinsic_api/models/peru_dni_lookup_input.rb +222 -0
- data/lib/trinsic_api/models/peru_dni_provider_output.rb +518 -0
- data/lib/trinsic_api/models/philippines_digital_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/philippines_physical_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/poland_edo_app_provider_output.rb +320 -0
- data/lib/trinsic_api/models/poland_moje_id_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_request.rb → portugal_id_card_provider_output.rb} +69 -68
- data/lib/trinsic_api/models/post_office_easy_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/{provider_contract.rb → provider.rb} +183 -125
- data/lib/trinsic_api/models/provider_input.rb +223 -124
- data/lib/trinsic_api/models/provider_output.rb +317 -15
- data/lib/trinsic_api/models/recommend_provider_health_option.rb +41 -0
- data/lib/trinsic_api/models/{provider_information.rb → recommend_provider_information.rb} +79 -73
- data/lib/trinsic_api/models/{recommend_request.rb → recommend_providers_request.rb} +27 -5
- data/lib/trinsic_api/models/{list_provider_contracts_response.rb → recommend_providers_response.rb} +20 -21
- data/lib/trinsic_api/models/redirect_uri_response.rb +9 -0
- data/lib/trinsic_api/models/samsung_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/serbia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/smart_id_input.rb +1 -12
- data/lib/trinsic_api/models/smart_id_provider_output.rb +355 -0
- data/lib/trinsic_api/models/south_africa_nid_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input.rb +310 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/spid_provider_output.rb +131 -20
- data/lib/trinsic_api/models/sub_provider_metadata.rb +1 -28
- data/lib/trinsic_api/models/{provider_info.rb → sweden_bank_id_provider_output.rb} +121 -153
- data/lib/trinsic_api/models/uganda_nid_match2_input.rb +244 -0
- data/lib/trinsic_api/models/verification_profile_response.rb +31 -4
- data/lib/trinsic_api/models/yoti_document_details.rb +266 -0
- data/lib/trinsic_api/models/yoti_provider_output.rb +344 -0
- data/lib/trinsic_api/models/yoti_structured_postal_address.rb +431 -0
- data/lib/trinsic_api/models/{document_scan_attachments.rb → zimbabwe_nid_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/version.rb +1 -1
- data/lib/trinsic_api.rb +63 -30
- data/spec/api/providers_api_spec.rb +47 -0
- data/spec/api/{environment_redirect_uris_api_spec.rb → redirect_uris_api_spec.rb} +10 -10
- data/spec/api/sessions_api_spec.rb +27 -1
- data/spec/api/verification_profiles_api_spec.rb +1 -0
- data/spec/models/{environment_redirect_uris_add_request_spec.rb → add_redirect_uri_request_spec.rb} +6 -6
- data/spec/models/{list_provider_contracts_response_spec.rb → apple_wallet_provider_output_spec.rb} +7 -7
- data/spec/models/attachment_info_spec.rb +54 -0
- data/spec/models/{mdl_field_data_type_spec.rb → attribute_availability_spec.rb} +6 -6
- data/spec/models/austria_handy_signatur_provider_output_spec.rb +42 -0
- data/spec/models/{finalize_mdl_exchange_response_spec.rb → belgium_id_card_provider_output_spec.rb} +10 -10
- data/spec/models/contract_attachment_spec.rb +42 -0
- data/spec/models/contract_attribute_spec.rb +42 -0
- data/spec/models/cote_d_ivoire_nid_lookup2_input_spec.rb +36 -0
- data/spec/models/czechia_moje_id_provider_output_spec.rb +54 -0
- data/spec/models/document_data_spec.rb +6 -0
- data/spec/models/estonia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/finland_id_card_provider_output_spec.rb +54 -0
- data/spec/models/freja_provider_output_spec.rb +54 -0
- data/spec/models/french_numerique_given_name_spec.rb +48 -0
- data/spec/models/french_numerique_nationality_spec.rb +42 -0
- data/spec/models/{contract_identifier_field_spec.rb → french_numerique_phone_spec.rb} +9 -9
- data/spec/models/french_numerique_provider_output_spec.rb +180 -0
- data/spec/models/get_attachment_request_spec.rb +1 -7
- data/spec/models/google_wallet_provider_output_spec.rb +36 -0
- data/spec/models/identity_data_spec.rb +1 -7
- data/spec/models/{bangladesh_nid_input_spec.rb → itsme_provider_output_spec.rb} +11 -11
- data/spec/models/{sex_v1_spec.rb → kenya_nid_match2_input_sex_spec.rb} +6 -6
- data/spec/models/la_wallet_provider_output_spec.rb +138 -0
- data/spec/models/latvia_eparaksts_mobile_provider_output_spec.rb +48 -0
- data/spec/models/latvia_eparaksts_provider_output_spec.rb +48 -0
- data/spec/models/{list_environment_redirect_uris_response_spec.rb → list_redirect_uris_response_spec.rb} +6 -6
- data/spec/models/lithuania_id_card_provider_output_spec.rb +54 -0
- data/spec/models/lloyds_smart_id_provider_output_spec.rb +102 -0
- data/spec/models/match_data_spec.rb +6 -0
- data/spec/models/{mdl_certificate_data_spec.rb → mdl_output_certificate_data_spec.rb} +6 -6
- data/spec/models/{external_mdl_field_data_spec.rb → mdl_output_field_data_spec.rb} +6 -6
- data/spec/models/{field_availability_spec.rb → mdl_output_field_data_type_spec.rb} +6 -6
- data/spec/models/{mdl_identity_data_spec.rb → mdl_output_spec.rb} +12 -6
- data/spec/models/mit_id_provider_output_spec.rb +96 -0
- data/spec/models/{language_spec.rb → mobile_id_language_spec.rb} +6 -6
- data/spec/models/{create_mdl_exchange_request_spec.rb → mobile_id_provider_output_spec.rb} +20 -14
- data/spec/models/nigeria_nin_biometric2_input_spec.rb +48 -0
- data/spec/models/{document_scan_attachments_spec.rb → nigeria_nin_lookup2_input_spec.rb} +7 -7
- data/spec/models/nigeria_nin_match2_input_sex_spec.rb +30 -0
- data/spec/models/{provider_info_spec.rb → nigeria_nin_match2_input_spec.rb} +13 -13
- data/spec/models/{identifier_spec.rb → peru_dni_address_spec.rb} +9 -9
- data/spec/models/{provider_attachments_spec.rb → peru_dni_lookup_input_spec.rb} +7 -7
- data/spec/models/peru_dni_provider_output_spec.rb +126 -0
- data/spec/models/{finalize_mdl_exchange_request_spec.rb → poland_edo_app_provider_output_spec.rb} +10 -10
- data/spec/models/{create_mdl_exchange_response_spec.rb → poland_moje_id_provider_output_spec.rb} +9 -9
- data/spec/models/portugal_id_card_provider_output_spec.rb +54 -0
- data/spec/models/post_office_easy_id_provider_output_spec.rb +102 -0
- data/spec/models/provider_input_spec.rb +70 -16
- data/spec/models/provider_output_spec.rb +164 -2
- data/spec/models/{provider_contract_spec.rb → provider_spec.rb} +28 -16
- data/spec/models/recommend_provider_health_option_spec.rb +30 -0
- data/spec/models/{provider_information_spec.rb → recommend_provider_information_spec.rb} +11 -11
- data/spec/models/{recommend_request_spec.rb → recommend_providers_request_spec.rb} +6 -6
- data/spec/models/recommend_providers_response_spec.rb +36 -0
- data/spec/models/samsung_wallet_provider_output_spec.rb +36 -0
- data/spec/models/serbia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/smart_id_input_spec.rb +0 -6
- data/spec/models/smart_id_provider_output_spec.rb +108 -0
- data/spec/models/south_africa_nid_biometric2_input_spec.rb +48 -0
- data/spec/models/south_africa_nid_match2_input_sex_spec.rb +30 -0
- data/spec/models/{attachment_access_keys_spec.rb → south_africa_nid_match2_input_spec.rb} +18 -12
- data/spec/models/spid_provider_output_spec.rb +61 -1
- data/spec/models/sub_provider_metadata_spec.rb +0 -6
- data/spec/models/sweden_bank_id_provider_output_spec.rb +108 -0
- data/spec/models/{contract_field_spec.rb → uganda_nid_match2_input_spec.rb} +9 -9
- data/spec/models/verification_profile_response_spec.rb +6 -0
- data/spec/models/yoti_document_details_spec.rb +60 -0
- data/spec/models/yoti_provider_output_spec.rb +102 -0
- data/spec/models/yoti_structured_postal_address_spec.rb +150 -0
- data/spec/models/zimbabwe_nid_lookup2_input_spec.rb +36 -0
- metadata +254 -122
- data/docs/AttachmentAccessKeys.md +0 -28
- data/docs/AttachmentsApi.md +0 -79
- data/docs/BangladeshNidInput.md +0 -26
- data/docs/ContractField.md +0 -22
- data/docs/ContractIdentifierField.md +0 -22
- data/docs/CreateMdlExchangeRequest.md +0 -32
- data/docs/CreateMdlExchangeResponse.md +0 -22
- data/docs/DocumentScanAttachments.md +0 -18
- data/docs/FinalizeMdlExchangeRequest.md +0 -24
- data/docs/FinalizeMdlExchangeResponse.md +0 -24
- data/docs/Identifier.md +0 -22
- data/docs/ListProviderContractsResponse.md +0 -18
- data/docs/MdlApi.md +0 -151
- data/docs/MdlCertificateData.md +0 -26
- data/docs/MdlIdentityData.md +0 -22
- data/docs/NetworkApi.md +0 -223
- data/docs/ProviderAttachments.md +0 -18
- data/docs/ProviderInfo.md +0 -30
- data/docs/RecommendResponse.md +0 -22
- data/lib/trinsic_api/api/attachments_api.rb +0 -86
- data/lib/trinsic_api/api/mdl_api.rb +0 -150
- data/lib/trinsic_api/api/network_api.rb +0 -215
- data/lib/trinsic_api/models/attachment_access_keys.rb +0 -287
- data/lib/trinsic_api/models/create_mdl_exchange_request.rb +0 -404
- data/spec/api/attachments_api_spec.rb +0 -47
- data/spec/api/mdl_api_spec.rb +0 -59
- data/spec/api/network_api_spec.rb +0 -72
- data/spec/models/recommend_response_spec.rb +0 -48
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# TrinsicApi::PeruDniProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **address** | [**PeruDniAddress**](PeruDniAddress.md) | Information about the general area in which the DNI holder resides. This field is not always available. | [optional] |
|
|
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
|
+
| **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
|
+
| **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 user'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
|
+
| **document_type** | **String** | Should always be \"DNI\". | |
|
|
13
|
+
| **expedition_date** | **Date** | Date that the DNI was issued. This field is not always available. Format: - yyyy-MM-dd | [optional] |
|
|
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] |
|
|
15
|
+
| **first_name** | **String** | Given names as they appear on DNI. Format: - All uppercase - Space-separated - Will include all given names | |
|
|
16
|
+
| **full_name** | **String** | All names as they appear on DNI. Format: - All uppercase - Space-separated - Will include all names, given and family - Ordered by given names first, then paternal family name, then maternal family name | |
|
|
17
|
+
| **last_name** | **String** | Family names as they appear on DNI. Format: - All uppercase - Will include all family names - Ordered by paternal family name first, then maternal family name | |
|
|
18
|
+
| **maternal_last_name** | **String** | Maternal last name as it appears on DNI. Format: - All uppercase | |
|
|
19
|
+
| **paternal_last_name** | **String** | Paternal last name as it appears on DNI. Format: - All uppercase | |
|
|
20
|
+
| **sex** | **String** | Sex as it appears on DNI. This field is not always available. Values: - \"Male\" - \"Female\" | [optional] |
|
|
21
|
+
| **ubigeo_reniec** | **String** | In Peru, geographical locations have an official geographical code called UBIGEO, from the spanish \"UBIcación GEOgráfica\" (Geographic Location). This is an administrative geocode, is different from a postal code (which Peru also has) and is used to specifically delineate the administrative region, province and district hierarchy. There are two coding systems for UBIGEO: one from INEI (National Institute of Statistics and Informatics) and another from RENIEC (National Registry of Identification and Civil Status). The two coding systems are similar but are not 100% the same (some numbers will map to different geographic locations). This field follows the coding system from RENIEC. This field is not always available. Format: - Always 6 digits - First two digits represent region - Middle two are province - Last two are district Given the example 081304, that would correspond to: - 08 - Cusco Region - 0813 - Urubamba Province - 081304 - Machupicchu District | [optional] |
|
|
22
|
+
| **verification_digit** | **String** | The final (ninth) digit of the DNI, which serves as a checksum over the first eight digits. This field is not always available. Format: - Single character - Either 0-9 or A-K Read more here: https://elcomercio.pe/mag/respuestas/cual-es-el-digito-verificador-de-mi-dni-documento-nacional-de-identidad-reniec-peru-nnda-nnlt-noticia/ | [optional] |
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```ruby
|
|
27
|
+
require 'trinsic_api'
|
|
28
|
+
|
|
29
|
+
instance = TrinsicApi::PeruDniProviderOutput.new(
|
|
30
|
+
address: null,
|
|
31
|
+
array_name: ["QUISPE","MAMANI","JUAN","CARLOS"],
|
|
32
|
+
civil_status: Single,
|
|
33
|
+
date_of_birth: Thu Jan 14 00:00:00 UTC 1999,
|
|
34
|
+
document_number: 19050215,
|
|
35
|
+
document_type: DNI,
|
|
36
|
+
expedition_date: Tue Jan 14 00:00:00 UTC 2025,
|
|
37
|
+
expiration_date: Fri Jan 14 00:00:00 UTC 2033,
|
|
38
|
+
first_name: JUAN CARLOS,
|
|
39
|
+
full_name: JUAN CARLOS QUISPE MAMANI,
|
|
40
|
+
last_name: QUISPE MAMANI,
|
|
41
|
+
maternal_last_name: MAMANI,
|
|
42
|
+
paternal_last_name: QUISPE,
|
|
43
|
+
sex: Male,
|
|
44
|
+
ubigeo_reniec: 081304,
|
|
45
|
+
verification_digit: 7
|
|
46
|
+
)
|
|
47
|
+
```
|
|
48
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **philsys_card_number** | **String** | The PhilSys card number. | |
|
|
7
|
+
| **philsys_card_number** | **String** | The PhilSys Card Number (PCN). Every citizen or resident alien registered in PhilSys has a PhilSys Number (PSN). This number is tokenized into a card number to protect the PSN. The PhilSys Card Number is 12 characters long, and often is written in octets with dashes in between. | |
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
require 'trinsic_api'
|
|
13
13
|
|
|
14
14
|
instance = TrinsicApi::PhilippinesDigitalNidProviderOutput.new(
|
|
15
|
-
philsys_card_number:
|
|
15
|
+
philsys_card_number: 1234-5678-9101-1213
|
|
16
16
|
)
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **philsys_card_number** | **String** | The PhilSys card number. | |
|
|
7
|
+
| **philsys_card_number** | **String** | The PhilSys Card Number (PCN). Every citizen or resident alien registered in PhilSys has a PhilSys Number (PSN). This number is tokenized into a card number to protect the PSN. The PhilSys Card Number is 12 characters long, and often is written in octets with dashes in between. | |
|
|
8
8
|
|
|
9
9
|
## Example
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
require 'trinsic_api'
|
|
13
13
|
|
|
14
14
|
instance = TrinsicApi::PhilippinesPhysicalNidProviderOutput.new(
|
|
15
|
-
philsys_card_number:
|
|
15
|
+
philsys_card_number: 1234-5678-9101-1213
|
|
16
16
|
)
|
|
17
17
|
```
|
|
18
18
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::PolandEdoAppProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **date_of_birth** | **Date** | The date of birth of the verified individual | |
|
|
10
|
+
| **national_identification_number** | **String** | The 11-digit Polish national identification number (PESEL) of the verified individual. This is in the format YYMMDDZZZGQ, where: - YYMMDD is the date of birth - ZZZ is a unique identifier - G is sex (even for females, odd for males) - Q is a checksum digit The year of birth encoded in this identifier assumes a default year of birth in the 20th century. If the year of birth is in the range [1800, 1899], the month portion is incremented by 80. If the year of birth is in the range [2000, 2099] the month portion is incremented by 20. If the year of birth is in the range [2100, 2199], the month portion is incremented by 40. If the year of birth is in the range [2200, 2299], the month portion is incremented by 60. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::PolandEdoAppProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
national_identification_number: 90063014513
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::PolandMojeIdProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **national_identification_number** | **String** | The 11-digit Polish national identification number (PESEL) of the verified individual. This is in the format YYMMDDZZZGQ, where: - YYMMDD is the date of birth - ZZZ is a unique identifier - G is sex (even for females, odd for males) - Q is a checksum digit The year of birth encoded in this identifier assumes a default year of birth in the 20th century. If the year of birth is in the range [1800, 1899], the month portion is incremented by 80. If the year of birth is in the range [2000, 2099] the month portion is incremented by 20. If the year of birth is in the range [2100, 2199], the month portion is incremented by 40. If the year of birth is in the range [2200, 2299], the month portion is incremented by 60. | |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::PolandMojeIdProviderOutput.new(
|
|
17
|
+
first_name: John,
|
|
18
|
+
last_name: Doe,
|
|
19
|
+
national_identification_number: 90063014513
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::PortugalIdCardProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | The first name of the verified individual | |
|
|
8
|
+
| **last_name** | **String** | The last name of the verified individual | |
|
|
9
|
+
| **date_of_birth** | **Date** | The date of birth of the verified individual | |
|
|
10
|
+
| **civil_identification_number** | **String** | The 8-digit Portuguese Civil Identification Number (número de identificação civil) of the verified individual. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::PortugalIdCardProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
civil_identification_number: 12345678
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# TrinsicApi::PostOfficeEasyIdProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **remember_me_id** | **String** | The unique id for your service of the individual. This is not shared between different services so if the user logs into a different service, the user will have a new id for the other service. | [optional] |
|
|
8
|
+
| **email** | **String** | The email address of the individual | [optional] |
|
|
9
|
+
| **given_name** | **String** | The given name of the individual. This can correspond to first and middle names in English. | [optional] |
|
|
10
|
+
| **family_name** | **String** | The family name of the individual | [optional] |
|
|
11
|
+
| **full_name** | **String** | Full name of the individual which is composed of the given and family name. Unverified full name may be safe to use. For example, Aadhaar card provides full name, but due to certain limitations of verifying Aadhaar, Yoti is unable to verify this property so it is listed as \"unverified\". | [optional] |
|
|
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
|
+
| **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
|
+
| **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 user's registration with Yoti. In some cases, Yoti may do additional checks against its sources to confirm the user's identity. | [optional] |
|
|
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
|
+
| **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
|
+
| **document_details** | [**YotiDocumentDetails**](YotiDocumentDetails.md) | The details of the underlying document used to help create the Yoti credential | [optional] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'trinsic_api'
|
|
24
|
+
|
|
25
|
+
instance = TrinsicApi::PostOfficeEasyIdProviderOutput.new(
|
|
26
|
+
remember_me_id: 9f63ff98-e1e3-433c-9b86-7c697d0b4e5f,
|
|
27
|
+
email: johndoe@example.com,
|
|
28
|
+
given_name: John Alvin,
|
|
29
|
+
family_name: Doe,
|
|
30
|
+
full_name: John Alvin Doe,
|
|
31
|
+
date_of_birth: Thu Jan 31 00:00:00 UTC 1985,
|
|
32
|
+
gender: MALE,
|
|
33
|
+
nationality: GBR,
|
|
34
|
+
mobile_number: +447777123456,
|
|
35
|
+
structured_postal_address: null,
|
|
36
|
+
postal_address: 6th Floor, 107 Leadenhall St, London, EC3A 4AF,
|
|
37
|
+
document_details: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -1,56 +1,60 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::Provider
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **id** | **String** | The
|
|
8
|
-
| **name** | **String** | The
|
|
7
|
+
| **id** | **String** | The unique identifier of the provider | |
|
|
8
|
+
| **name** | **String** | The display name of the provider | |
|
|
9
|
+
| **logo_url** | **String** | The URL of the provider's logo | |
|
|
9
10
|
| **subtext** | **String** | The Provider's subtext recommended to be shown next to the name. This is flavor text, not a full, human-readable description of the provider. | |
|
|
10
|
-
| **description** | **String** |
|
|
11
|
-
| **
|
|
12
|
-
| **
|
|
13
|
-
| **
|
|
14
|
-
| **
|
|
11
|
+
| **description** | **String** | A description of the provider's capabilities | [readonly] |
|
|
12
|
+
| **geography** | **Array<String>** | Geographic regions where this provider operates | |
|
|
13
|
+
| **regions** | **Array<String>** | Specific regions supported by this provider | |
|
|
14
|
+
| **countries** | **Array<String>** | The countries where this Provider is available (as alpha-2 ISO codes). | |
|
|
15
|
+
| **subdivisions** | **Array<String>** | The subdivisions (states, provinces, etc.) where this Provider is available (as alpha-2 ISO codes). | |
|
|
16
|
+
| **licensed** | **Boolean** | Whether this provider is licensed for use by your organization | |
|
|
15
17
|
| **launch_method** | [**IntegrationLaunchMethod**](IntegrationLaunchMethod.md) | Relevant only to Direct Provider Sessions. The `LaunchMethod` which must be supported to launch the Provider Session in Direct Provider Sessions. | |
|
|
16
18
|
| **collection_method** | [**ResultCollectionMethod**](ResultCollectionMethod.md) | Relevant only to Direct Provider Sessions. The `CollectionMethod` which must be supported to launch the Provider Session in Direct Provider Sessions. | |
|
|
17
19
|
| **results_may_be_delayed_after_redirect** | **Boolean** | If `true`, then the results for this Provider may not be available immediately after the user is redirected back to your application. In this case, the `GetSessionResults` API must be called until results are available. This is an uncommon scenario, and only applies to Providers which cannot guarantee the availability of results immediately after the user is redirected back to your application. | |
|
|
18
20
|
| **has_refreshable_content** | **Boolean** | Relevant only to Direct Provider Sessions. Whether the Provider requires the `RefreshStepContent` capability. For example, Samsung Wallet's deep links expire every 30 seconds, and must be refreshed periodically for a resilient user flow. | |
|
|
19
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. | |
|
|
20
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. | |
|
|
21
|
-
| **supports_advanced_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. | |
|
|
22
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. | |
|
|
23
|
-
| **
|
|
24
|
-
| **
|
|
25
|
-
| **sub_providers** | [**Array<SubProviderMetadata>**](SubProviderMetadata.md) | Metadata about the sub-providers which are available for this Provider. For example, Italy's SPID is a Provider which aggregates access to multiple sub-providers. | [optional] |
|
|
26
|
-
| **
|
|
24
|
+
| **available_attributes** | [**Array<ContractAttribute>**](ContractAttribute.md) | Information about the user attributes that this Provider will return in verification results. | [optional] |
|
|
25
|
+
| **available_attachments** | [**Array<ContractAttachment>**](ContractAttachment.md) | Information about the attachments that this Provider will return in verification results. | [optional] |
|
|
26
|
+
| **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] |
|
|
27
|
+
| **live_health** | [**ProviderHealth**](ProviderHealth.md) | The health for a provider in the live environment | |
|
|
28
|
+
| **test_health** | [**ProviderHealth**](ProviderHealth.md) | The health for a provider in the test environment | |
|
|
27
29
|
|
|
28
30
|
## Example
|
|
29
31
|
|
|
30
32
|
```ruby
|
|
31
33
|
require 'trinsic_api'
|
|
32
34
|
|
|
33
|
-
instance = TrinsicApi::
|
|
34
|
-
id:
|
|
35
|
-
name:
|
|
35
|
+
instance = TrinsicApi::Provider.new(
|
|
36
|
+
id: yoti,
|
|
37
|
+
name: Yoti,
|
|
38
|
+
logo_url: https://cdn.trinsic.id/providers/yoti.png,
|
|
36
39
|
subtext: dmv.ca.gov,
|
|
37
|
-
description:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
description: Identity verification via government ID and biometrics,
|
|
41
|
+
geography: ["Global"],
|
|
42
|
+
regions: ["Europe"],
|
|
43
|
+
countries: ["US","CA"],
|
|
44
|
+
subdivisions: ["US-CA","US-TX"],
|
|
45
|
+
licensed: true,
|
|
42
46
|
launch_method: null,
|
|
43
47
|
collection_method: null,
|
|
44
48
|
results_may_be_delayed_after_redirect: false,
|
|
45
49
|
has_refreshable_content: false,
|
|
46
50
|
requires_input: false,
|
|
47
51
|
has_trinsic_interface: true,
|
|
48
|
-
supports_advanced_provider_sessions: true,
|
|
49
52
|
supports_direct_provider_sessions: true,
|
|
50
|
-
|
|
51
|
-
|
|
53
|
+
available_attributes: null,
|
|
54
|
+
available_attachments: null,
|
|
52
55
|
sub_providers: null,
|
|
53
|
-
|
|
56
|
+
live_health: null,
|
|
57
|
+
test_health: null
|
|
54
58
|
)
|
|
55
59
|
```
|
|
56
60
|
|
data/docs/ProviderInput.md
CHANGED
|
@@ -4,28 +4,37 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
7
|
+
| **kenya_nid_match_biometric_2** | [**KenyaNidBiometric2Input**](KenyaNidBiometric2Input.md) | Input for the `kenya-nid-match-biometric-2` provider | [optional] |
|
|
8
|
+
| **indonesia_nik_lookup** | [**IndonesiaNikInput**](IndonesiaNikInput.md) | Input for the `indonesia-nik-lookup` provider | [optional] |
|
|
9
9
|
| **indonesia_dukcapil_match** | [**IndonesiaDukcapilMatchInput**](IndonesiaDukcapilMatchInput.md) | Input for the `indonesia-dukcapil-match` provider | [optional] |
|
|
10
|
-
| **
|
|
11
|
-
| **
|
|
12
|
-
| **
|
|
13
|
-
| **
|
|
14
|
-
| **
|
|
15
|
-
| **
|
|
16
|
-
| **
|
|
17
|
-
| **
|
|
18
|
-
| **
|
|
19
|
-
| **
|
|
10
|
+
| **mexico_curp_lookup** | [**MexicoCurpInput**](MexicoCurpInput.md) | Input for the `mexico-curp-lookup` provider | [optional] |
|
|
11
|
+
| **south_africa_nid_lookup** | [**SouthAfricaNidInput**](SouthAfricaNidInput.md) | Input for the `south-africa-nid-lookup` provider | [optional] |
|
|
12
|
+
| **kenya_nid_lookup** | [**KenyaNidInput**](KenyaNidInput.md) | Input for the `kenya-nid-lookup` provider | [optional] |
|
|
13
|
+
| **kenya_nid_match_2** | [**KenyaNidMatch2Input**](KenyaNidMatch2Input.md) | Input for the `kenya-nid-match-2` provider | [optional] |
|
|
14
|
+
| **kenya_nid_lookup_2** | [**KenyaNidLookup2Input**](KenyaNidLookup2Input.md) | Input for the `kenya-nid-lookup-2` provider | [optional] |
|
|
15
|
+
| **south_africa_nid_lookup_2** | [**SouthAfricaNidLookup2Input**](SouthAfricaNidLookup2Input.md) | Input for the `south-africa-nid-lookup-2` provider | [optional] |
|
|
16
|
+
| **south_africa_nid_match_2** | [**SouthAfricaNidMatch2Input**](SouthAfricaNidMatch2Input.md) | Input for the `south-africa-nid-match-2` provider | [optional] |
|
|
17
|
+
| **south_africa_nid_match_biometric_2** | [**SouthAfricaNidBiometric2Input**](SouthAfricaNidBiometric2Input.md) | Input for the `south-africa-nid-match-biometric-2` provider | [optional] |
|
|
18
|
+
| **nigeria_nin_lookup_2** | [**NigeriaNinLookup2Input**](NigeriaNinLookup2Input.md) | Input for the `nigeria-nin-lookup-2` provider | [optional] |
|
|
19
|
+
| **cote_divoire_nid_lookup_2** | [**CoteDIvoireNidLookup2Input**](CoteDIvoireNidLookup2Input.md) | Input for the `cote-divoire-nid-lookup-2` provider | [optional] |
|
|
20
|
+
| **zimbabwe_nid_lookup_2** | [**ZimbabweNidLookup2Input**](ZimbabweNidLookup2Input.md) | Input for the `zimbabwe-nid-lookup-2` provider | [optional] |
|
|
21
|
+
| **nigeria_nin_match_2** | [**NigeriaNinMatch2Input**](NigeriaNinMatch2Input.md) | Input for the `nigeria-nin-match-2` provider | [optional] |
|
|
22
|
+
| **uganda_nid_match_2** | [**UgandaNidMatch2Input**](UgandaNidMatch2Input.md) | Input for the `uganda-nid-match-2` provider | [optional] |
|
|
23
|
+
| **nigeria_nin_match_biometric_2** | [**NigeriaNinBiometric2Input**](NigeriaNinBiometric2Input.md) | Input for the `nigeria-nin-match-biometric-2` provider | [optional] |
|
|
24
|
+
| **nigeria_nin_lookup** | [**NigeriaNinInput**](NigeriaNinInput.md) | Input for the `nigeria-nin-lookup` provider | [optional] |
|
|
25
|
+
| **india_digilocker_aadhaar_match** | [**AadhaarInput**](AadhaarInput.md) | Input for the `india-digilocker-aadhaar-match` provider | [optional] |
|
|
26
|
+
| **brazil_cpf_lookup** | [**BrazilCpfCheckInput**](BrazilCpfCheckInput.md) | Input for the `brazil-cpf-lookup` provider | [optional] |
|
|
20
27
|
| **brazil_digital_cnh** | [**BrazilDigitalCnhInput**](BrazilDigitalCnhInput.md) | Input for the `brazil-digital-cnh` provider | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
28
|
+
| **philippines_philsys_match** | [**PhilippineMatchInput**](PhilippineMatchInput.md) | Input for the `philippines-philsys-match` provider | [optional] |
|
|
29
|
+
| **philippines_physical_national_id_qr** | [**PhilippineQRInput**](PhilippineQRInput.md) | Input for the `philippines-physical-national-id-qr` provider | [optional] |
|
|
30
|
+
| **philippines_digital_national_id_qr** | [**PhilippineQRInput**](PhilippineQRInput.md) | Input for the `philippines-digital-national-id-qr` provider | [optional] |
|
|
23
31
|
| **smart_id** | [**SmartIdInput**](SmartIdInput.md) | Input for the `smart-id` provider | [optional] |
|
|
24
32
|
| **mobile_id** | [**MobileIdInput**](MobileIdInput.md) | Input for the `mobile-id` provider | [optional] |
|
|
25
|
-
| **
|
|
26
|
-
| **
|
|
33
|
+
| **netherlands_idin** | [**IdinInput**](IdinInput.md) | Input for the `netherlands-idin` provider | [optional] |
|
|
34
|
+
| **italy_spid** | [**SpidInput**](SpidInput.md) | Input for the `italy-spid` provider | [optional] |
|
|
27
35
|
| **google_wallet** | [**GoogleWalletInput**](GoogleWalletInput.md) | Input for the `google-wallet` provider | [optional] |
|
|
28
36
|
| **apple_wallet** | [**AppleWalletInput**](AppleWalletInput.md) | Input for the `apple-wallet` provider | [optional] |
|
|
37
|
+
| **peru_dni_lookup** | [**PeruDniLookupInput**](PeruDniLookupInput.md) | Input for the `peru-dni-lookup` provider | [optional] |
|
|
29
38
|
| **trinsic_test_database_lookup** | [**TrinsicTestDatabaseLookupInput**](TrinsicTestDatabaseLookupInput.md) | *TEST MODE ONLY.* Input for the `trinsic-test-database-lookup` provider | [optional] |
|
|
30
39
|
| **trinsic_test_sub_providers** | [**TrinsicTestSubProvidersInput**](TrinsicTestSubProvidersInput.md) | *TEST MODE ONLY.* Input for the `trinsic-test-sub-providers` provider | [optional] |
|
|
31
40
|
|
|
@@ -35,28 +44,37 @@
|
|
|
35
44
|
require 'trinsic_api'
|
|
36
45
|
|
|
37
46
|
instance = TrinsicApi::ProviderInput.new(
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
kenya_nid_match_biometric_2: null,
|
|
48
|
+
indonesia_nik_lookup: null,
|
|
40
49
|
indonesia_dukcapil_match: null,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
mexico_curp_lookup: null,
|
|
51
|
+
south_africa_nid_lookup: null,
|
|
52
|
+
kenya_nid_lookup: null,
|
|
53
|
+
kenya_nid_match_2: null,
|
|
54
|
+
kenya_nid_lookup_2: null,
|
|
55
|
+
south_africa_nid_lookup_2: null,
|
|
56
|
+
south_africa_nid_match_2: null,
|
|
57
|
+
south_africa_nid_match_biometric_2: null,
|
|
58
|
+
nigeria_nin_lookup_2: null,
|
|
59
|
+
cote_divoire_nid_lookup_2: null,
|
|
60
|
+
zimbabwe_nid_lookup_2: null,
|
|
61
|
+
nigeria_nin_match_2: null,
|
|
62
|
+
uganda_nid_match_2: null,
|
|
63
|
+
nigeria_nin_match_biometric_2: null,
|
|
64
|
+
nigeria_nin_lookup: null,
|
|
65
|
+
india_digilocker_aadhaar_match: null,
|
|
66
|
+
brazil_cpf_lookup: null,
|
|
51
67
|
brazil_digital_cnh: null,
|
|
52
|
-
|
|
53
|
-
|
|
68
|
+
philippines_philsys_match: null,
|
|
69
|
+
philippines_physical_national_id_qr: null,
|
|
70
|
+
philippines_digital_national_id_qr: null,
|
|
54
71
|
smart_id: null,
|
|
55
72
|
mobile_id: null,
|
|
56
|
-
|
|
57
|
-
|
|
73
|
+
netherlands_idin: null,
|
|
74
|
+
italy_spid: null,
|
|
58
75
|
google_wallet: null,
|
|
59
76
|
apple_wallet: null,
|
|
77
|
+
peru_dni_lookup: null,
|
|
60
78
|
trinsic_test_database_lookup: null,
|
|
61
79
|
trinsic_test_sub_providers: null
|
|
62
80
|
)
|
data/docs/ProviderOutput.md
CHANGED
|
@@ -4,11 +4,38 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **
|
|
9
|
-
| **
|
|
10
|
-
| **
|
|
11
|
-
| **
|
|
7
|
+
| **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
|
+
| **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
|
+
| **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] |
|
|
10
|
+
| **a_ee_web_eid_login** | [**EstoniaIdCardProviderOutput**](EstoniaIdCardProviderOutput.md) | Exposed properties for the `a-ee-web-eid-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
11
|
+
| **a_fi_id_login** | [**FinlandIdCardProviderOutput**](FinlandIdCardProviderOutput.md) | Exposed properties for the `a-fi-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
12
|
+
| **a_freja_eid_login** | [**FrejaProviderOutput**](FrejaProviderOutput.md) | Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
13
|
+
| **a_itsme_login** | [**ItsmeProviderOutput**](ItsmeProviderOutput.md) | Exposed properties for the `a-itsme-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
14
|
+
| **a_lt_id_login** | [**LithuaniaIdCardProviderOutput**](LithuaniaIdCardProviderOutput.md) | Exposed properties for the `a-lt-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
15
|
+
| **a_lv_eparaksts_id_login** | [**LatviaEparakstsProviderOutput**](LatviaEparakstsProviderOutput.md) | Exposed properties for the `a-lv-eparaksts-id-login` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
16
|
+
| **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
|
+
| **a_mojeid** | [**CzechiaMojeIdProviderOutput**](CzechiaMojeIdProviderOutput.md) | Exposed properties for the `a-mojeid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
18
|
+
| **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
|
+
| **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] |
|
|
20
|
+
| **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] |
|
|
21
|
+
| **apple_wallet** | [**AppleWalletProviderOutput**](AppleWalletProviderOutput.md) | Exposed properties for the `apple-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
22
|
+
| **denmark_mitid** | [**MitIdProviderOutput**](MitIdProviderOutput.md) | Exposed properties for the `denmark-mitid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
23
|
+
| **ethiopia_fayda** | [**FaydaProviderOutput**](FaydaProviderOutput.md) | Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
24
|
+
| **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] |
|
|
25
|
+
| **google_wallet** | [**GoogleWalletProviderOutput**](GoogleWalletProviderOutput.md) | Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
26
|
+
| **italy_spid** | [**SpidProviderOutput**](SpidProviderOutput.md) | Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
27
|
+
| **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] |
|
|
28
|
+
| **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] |
|
|
29
|
+
| **mobile_id** | [**MobileIdProviderOutput**](MobileIdProviderOutput.md) | Exposed properties for the `mobile-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
30
|
+
| **peru_dni_lookup** | [**PeruDniProviderOutput**](PeruDniProviderOutput.md) | Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
31
|
+
| **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] |
|
|
32
|
+
| **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] |
|
|
33
|
+
| **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] |
|
|
34
|
+
| **samsung_wallet** | [**SamsungWalletProviderOutput**](SamsungWalletProviderOutput.md) | Exposed properties for the `samsung-wallet` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
35
|
+
| **smart_id** | [**SmartIdProviderOutput**](SmartIdProviderOutput.md) | Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
36
|
+
| **sweden_bankid** | [**SwedenBankIdProviderOutput**](SwedenBankIdProviderOutput.md) | Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
37
|
+
| **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] |
|
|
38
|
+
| **yoti** | [**YotiProviderOutput**](YotiProviderOutput.md) | Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model. | [optional] |
|
|
12
39
|
|
|
13
40
|
## Example
|
|
14
41
|
|
|
@@ -16,11 +43,38 @@
|
|
|
16
43
|
require 'trinsic_api'
|
|
17
44
|
|
|
18
45
|
instance = TrinsicApi::ProviderOutput.new(
|
|
46
|
+
a_at_handy_signatur_login: null,
|
|
47
|
+
a_be_id_login: null,
|
|
48
|
+
a_edoapp_eid_login: null,
|
|
49
|
+
a_ee_web_eid_login: null,
|
|
50
|
+
a_fi_id_login: null,
|
|
51
|
+
a_freja_eid_login: null,
|
|
52
|
+
a_itsme_login: null,
|
|
53
|
+
a_lt_id_login: null,
|
|
54
|
+
a_lv_eparaksts_id_login: null,
|
|
55
|
+
a_lv_eparaksts_mobile_login: null,
|
|
56
|
+
a_mojeid: null,
|
|
57
|
+
a_pl_mojeid_login: null,
|
|
58
|
+
a_pt_id_login: null,
|
|
59
|
+
a_rs_id_login: null,
|
|
60
|
+
apple_wallet: null,
|
|
61
|
+
denmark_mitid: null,
|
|
62
|
+
ethiopia_fayda: null,
|
|
63
|
+
france_identite_numerique: null,
|
|
64
|
+
google_wallet: null,
|
|
19
65
|
italy_spid: null,
|
|
66
|
+
lloyds_smart_id: null,
|
|
20
67
|
mexico_curp_lookup: null,
|
|
21
|
-
|
|
68
|
+
mobile_id: null,
|
|
69
|
+
peru_dni_lookup: null,
|
|
70
|
+
philippines_digital_national_id_qr: null,
|
|
22
71
|
philippines_physical_national_id_qr: null,
|
|
23
|
-
|
|
72
|
+
post_office_easyid: null,
|
|
73
|
+
samsung_wallet: null,
|
|
74
|
+
smart_id: null,
|
|
75
|
+
sweden_bankid: null,
|
|
76
|
+
usa_louisiana_wallet: null,
|
|
77
|
+
yoti: null
|
|
24
78
|
)
|
|
25
79
|
```
|
|
26
80
|
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# TrinsicApi::ProvidersApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://api.trinsic.id*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------ | ------------ | ----------- |
|
|
7
|
+
| [**list_providers**](ProvidersApi.md#list_providers) | **GET** /api/v1/providers | List Providers |
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## list_providers
|
|
11
|
+
|
|
12
|
+
> <ListProvidersResponse> list_providers(opts)
|
|
13
|
+
|
|
14
|
+
List Providers
|
|
15
|
+
|
|
16
|
+
List all identity providers available to your Organization, including their license status.
|
|
17
|
+
|
|
18
|
+
### Examples
|
|
19
|
+
|
|
20
|
+
```ruby
|
|
21
|
+
require 'time'
|
|
22
|
+
require 'trinsic_api'
|
|
23
|
+
# setup authorization
|
|
24
|
+
TrinsicApi.configure do |config|
|
|
25
|
+
# Configure Bearer authorization: Bearer
|
|
26
|
+
config.access_token = 'YOUR_BEARER_TOKEN'
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
api_instance = TrinsicApi::ProvidersApi.new
|
|
30
|
+
opts = {
|
|
31
|
+
licensed: true # Boolean | Filter by license status. If not specified, returns all providers.
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
# List Providers
|
|
36
|
+
result = api_instance.list_providers(opts)
|
|
37
|
+
p result
|
|
38
|
+
rescue TrinsicApi::ApiError => e
|
|
39
|
+
puts "Error when calling ProvidersApi->list_providers: #{e}"
|
|
40
|
+
end
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
#### Using the list_providers_with_http_info variant
|
|
44
|
+
|
|
45
|
+
This returns an Array which contains the response data, status code and headers.
|
|
46
|
+
|
|
47
|
+
> <Array(<ListProvidersResponse>, Integer, Hash)> list_providers_with_http_info(opts)
|
|
48
|
+
|
|
49
|
+
```ruby
|
|
50
|
+
begin
|
|
51
|
+
# List Providers
|
|
52
|
+
data, status_code, headers = api_instance.list_providers_with_http_info(opts)
|
|
53
|
+
p status_code # => 2xx
|
|
54
|
+
p headers # => { ... }
|
|
55
|
+
p data # => <ListProvidersResponse>
|
|
56
|
+
rescue TrinsicApi::ApiError => e
|
|
57
|
+
puts "Error when calling ProvidersApi->list_providers_with_http_info: #{e}"
|
|
58
|
+
end
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Parameters
|
|
62
|
+
|
|
63
|
+
| Name | Type | Description | Notes |
|
|
64
|
+
| ---- | ---- | ----------- | ----- |
|
|
65
|
+
| **licensed** | **Boolean** | Filter by license status. If not specified, returns all providers. | [optional] |
|
|
66
|
+
|
|
67
|
+
### Return type
|
|
68
|
+
|
|
69
|
+
[**ListProvidersResponse**](ListProvidersResponse.md)
|
|
70
|
+
|
|
71
|
+
### Authorization
|
|
72
|
+
|
|
73
|
+
[Bearer](../README.md#Bearer)
|
|
74
|
+
|
|
75
|
+
### HTTP request headers
|
|
76
|
+
|
|
77
|
+
- **Content-Type**: Not defined
|
|
78
|
+
- **Accept**: text/plain, application/json, text/json, application/problem+json
|
|
79
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# TrinsicApi::RecommendProviderHealthOption
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
|
|
8
|
+
## Example
|
|
9
|
+
|
|
10
|
+
```ruby
|
|
11
|
+
require 'trinsic_api'
|
|
12
|
+
|
|
13
|
+
instance = TrinsicApi::RecommendProviderHealthOption.new()
|
|
14
|
+
```
|
|
15
|
+
|