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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e8700fa626534030afbd2bed1a1788e18834f90c336f7a5775f752cecac6f85
|
|
4
|
+
data.tar.gz: 4201908f78124944e6e7cf85f84ef6d7b40dd6d101b53c8d145366f909499a5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b419ebaba6453aacc6ba66a57bae7db062783b78df9453696ab25de7e056d7b80f35ef98bb385b62c4a1ca187d85915c5a07e0016ad1e643917347c5e58d405
|
|
7
|
+
data.tar.gz: '089535c16e197a444328df2b93564e3eb8f99e505375638b75437812fee27bace2f53fbaedb656df4c61c245fe56a880c6ec66856a7391d11d154fdebad723d6'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::AddRedirectUriRequest
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
```ruby
|
|
12
12
|
require 'trinsic_api'
|
|
13
13
|
|
|
14
|
-
instance = TrinsicApi::
|
|
14
|
+
instance = TrinsicApi::AddRedirectUriRequest.new(
|
|
15
15
|
uri: null
|
|
16
16
|
)
|
|
17
17
|
```
|
data/docs/Address.md
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
| **line2** | **String** | | [optional] |
|
|
9
9
|
| **line3** | **String** | | [optional] |
|
|
10
10
|
| **city** | **String** | | [optional] |
|
|
11
|
-
| **subdivision** | **String** |
|
|
11
|
+
| **subdivision** | **String** | The subdivision code of the address. Subdivision refers to a state, province, or other similar division of a country. Examples include \"CA\" for California, \"QC\" for Québec, \"MD\" for Madrid, or \"NSW\" for New South Wales. | [optional] |
|
|
12
12
|
| **postal_code** | **String** | | [optional] |
|
|
13
13
|
| **country** | **String** | | [optional] |
|
|
14
|
-
| **full_address** | **String** |
|
|
14
|
+
| **full_address** | **String** | The full address as a single string | [optional] |
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# TrinsicApi::AppleWalletProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **raw_mdl_output** | [**MdlOutput**](MdlOutput.md) | The raw output of the mDL exchange performed through Apple Wallet. | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'trinsic_api'
|
|
13
|
+
|
|
14
|
+
instance = TrinsicApi::AppleWalletProviderOutput.new(
|
|
15
|
+
raw_mdl_output: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::AttachmentInfo
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | The unique identifier of the Attachment. Pass this to the `GetAttachment` endpoint, along with the Session ID and the `resultsAccessKey` for said Session. | |
|
|
8
|
+
| **type** | **String** | The type of the Attachment. Possible values: - \"selfie\" - \"document_front\" - \"document_back\" - \"document_portrait\" - \"document_signature\" - \"document_scan_report\" Additional attachment types may be defined for specific Providers. | |
|
|
9
|
+
| **content_type** | **String** | The MIME type of the attachment's contents; eg, \"image/jpeg\" or \"application/pdf\". | |
|
|
10
|
+
| **size_bytes** | **Integer** | The size in bytes of the attachment. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::AttachmentInfo.new(
|
|
18
|
+
id: null,
|
|
19
|
+
type: null,
|
|
20
|
+
content_type: null,
|
|
21
|
+
size_bytes: null
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# TrinsicApi::
|
|
1
|
+
# TrinsicApi::AttributeAvailability
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
```ruby
|
|
11
11
|
require 'trinsic_api'
|
|
12
12
|
|
|
13
|
-
instance = TrinsicApi::
|
|
13
|
+
instance = TrinsicApi::AttributeAvailability.new()
|
|
14
14
|
```
|
|
15
15
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::AustriaHandySignaturProviderOutput
|
|
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
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::AustriaHandySignaturProviderOutput.new(
|
|
16
|
+
first_name: John,
|
|
17
|
+
last_name: Doe
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::BelgiumIdCardProviderOutput
|
|
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_register_number** | **String** | The Belgian National Register Number (\"Rijksregisternummer\") of the verified individual. This is an 11-digit number in the format YYMMDDXXXCC, where: - YYMMDD represents the individual's date of birth (year, month, day). - XXX is a sequential birth number, odd for males and even for females. - CC is a checksum, calculated with the equation: 97 - (YYMMDDXXX mod 97) For births in the year 2000 or later, the digit '2' is prepended to the first 9 digits during checksum calculation. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::BelgiumIdCardProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
national_register_number: 83122412413
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ContractAttachment
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **type** | **String** | The type of the attachment as it appears in verification results. Possible values: - \"selfie\" - \"document_front\" - \"document_back\" - \"document_portrait\" - \"document_signature\" - \"document_scan_report\" Additional attachment types may be defined for specific Providers. | |
|
|
8
|
+
| **outputted** | [**AttributeAvailability**](AttributeAvailability.md) | Indicates when this attachment will be present in verification results. | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ContractAttachment.new(
|
|
16
|
+
type: document_portrait,
|
|
17
|
+
outputted: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::ContractAttribute
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **scope** | **String** | The scope of the attribute as it appears in verification results. | |
|
|
8
|
+
| **outputted** | [**AttributeAvailability**](AttributeAvailability.md) | Indicates when this attribute will be present in verification results. | |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::ContractAttribute.new(
|
|
16
|
+
scope: person.givenName,
|
|
17
|
+
outputted: null
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# TrinsicApi::CoteDIvoireNidLookup2Input
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id_number** | **String** | The user's National ID number (NNI) or document number | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'trinsic_api'
|
|
13
|
+
|
|
14
|
+
instance = TrinsicApi::CoteDIvoireNidLookup2Input.new(
|
|
15
|
+
id_number: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::CzechiaMojeIdProviderOutput
|
|
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
|
+
| **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 user within the MojeID system. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::CzechiaMojeIdProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
open_id2_identifier: https://tpalts3.mojeid.regtest.nic.cz/#jjczaJE2Hfsg
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/DocumentData.md
CHANGED
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **type** | [**DocumentType**](DocumentType.md) |
|
|
8
|
-
| **number** | **String** |
|
|
9
|
-
| **issue_date** | **Date** |
|
|
10
|
-
| **expiration_date** | **Date** |
|
|
11
|
-
| **issuing_country** | **String** |
|
|
12
|
-
| **
|
|
7
|
+
| **type** | [**DocumentType**](DocumentType.md) | The type of the document. | [optional] |
|
|
8
|
+
| **number** | **String** | The primary identifying number of the document. | [optional] |
|
|
9
|
+
| **issue_date** | **Date** | The date the document was issued. | [optional] |
|
|
10
|
+
| **expiration_date** | **Date** | The date the document expires. | [optional] |
|
|
11
|
+
| **issuing_country** | **String** | The ISO 3166-1 alpha-2 country code of the country that issued the document. | [optional] |
|
|
12
|
+
| **issuing_subdivision** | **String** | The ISO 3166-2 subdivision code of the issuing authority which issued the document. This is always in the form {CountryCode}-{SubdivisionCode}, where CountryCode is 2 letters and SubdivisionCode is 1-3 alphanumeric characters. | [optional] |
|
|
13
|
+
| **issuing_authority** | **String** | The name of the authority which issued the document. | [optional] |
|
|
13
14
|
|
|
14
15
|
## Example
|
|
15
16
|
|
|
@@ -18,10 +19,11 @@ require 'trinsic_api'
|
|
|
18
19
|
|
|
19
20
|
instance = TrinsicApi::DocumentData.new(
|
|
20
21
|
type: null,
|
|
21
|
-
number:
|
|
22
|
-
issue_date:
|
|
23
|
-
expiration_date:
|
|
24
|
-
issuing_country:
|
|
22
|
+
number: D1234567,
|
|
23
|
+
issue_date: Wed Jan 15 00:00:00 UTC 2025,
|
|
24
|
+
expiration_date: Tue Jan 15 00:00:00 UTC 2030,
|
|
25
|
+
issuing_country: US,
|
|
26
|
+
issuing_subdivision: US-NY,
|
|
25
27
|
issuing_authority: null
|
|
26
28
|
)
|
|
27
29
|
```
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::EstoniaIdCardProviderOutput
|
|
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
|
+
| **personal_identification_code** | **String** | The 11-digit Estonian personal identification code (\"isikukood\") of the verified individual. This is in the format GYYMMDDSSSC, where: - G combines the century and sex of birth - YYMMDD is the date of birth within the given century - SSS is a serial number distinguishing people born on the same date - C is a checksum digit If G is odd, the individual is male. If G is even, the individual is female. If G is 1 or 2, the individual was born in the 19th century (1800-1899). If G is 3 or 4, the individual was born in the 20th century (1900-1999). If G is 5 or 6, the individual was born in the 21st century (2000-2099). If G is 7 or 8, the individual was born in the 22nd century (2100-2199). | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::EstoniaIdCardProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
personal_identification_code: 39006301234
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
data/docs/FaydaProviderOutput.md
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::FinlandIdCardProviderOutput
|
|
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
|
+
| **personal_identification_code** | **String** | The 11-digit Finnish Personal Identification Code (Henkilötunnus) of the verified individual. This is in the format DDMMYYCZZZQ, where: - DDMMYY is the date of birth - C is a symbol which determines the century of birth - ZZZ is an individual number, indicating gender - Q is a checksum character If ZZZ is even, the individual is female. If ZZZ is odd, the individual is male. If C is '+', the individual was born in the 19th century (1800-1899). If C is '-', 'U', 'V', 'W', 'X', or 'Y', the individual was born in the 20th century (1900-1999). If C is 'A', 'B', 'C', 'D', 'E', or 'F', the individual was born in the 21st century (2000-2099). | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::FinlandIdCardProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
21
|
+
personal_identification_code: 300690-543X
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# TrinsicApi::FrejaProviderOutput
|
|
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
|
+
| **personal_number** | **String** | The value returned by Freja in the \"ssn\" field. The actual value of this field depends on the country of origin used to create the Freja credential. It is typically a Social Security Number, National Identification Number, or equivalent personal identifier. | |
|
|
10
|
+
| **personal_number_country** | **String** | The 2-digit ISO country code of the country which issued the personal number. | |
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```ruby
|
|
15
|
+
require 'trinsic_api'
|
|
16
|
+
|
|
17
|
+
instance = TrinsicApi::FrejaProviderOutput.new(
|
|
18
|
+
first_name: John,
|
|
19
|
+
last_name: Doe,
|
|
20
|
+
personal_number: 200003276624,
|
|
21
|
+
personal_number_country: SE
|
|
22
|
+
)
|
|
23
|
+
```
|
|
24
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::FrenchNumeriqueGivenName
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_given_name** | **String** | Full given name(s) as recorded on the user's French identity document. If the user has multiple given names, they are separated by a single space. | [optional] |
|
|
8
|
+
| **first_name** | **String** | First/primary given name (premier prénom). | [optional] |
|
|
9
|
+
| **middle_name** | **String** | Middle name(s) (prénoms secondaires), separated by spaces if multiple. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::FrenchNumeriqueGivenName.new(
|
|
17
|
+
full_given_name: Jean Pierre,
|
|
18
|
+
first_name: Jean,
|
|
19
|
+
middle_name: Pierre
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# TrinsicApi::FrenchNumeriqueNationality
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **code** | **String** | ISO 3166 alpha-3 country code. | [optional] |
|
|
8
|
+
| **label** | **String** | Nationality label in French. | [optional] |
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
require 'trinsic_api'
|
|
14
|
+
|
|
15
|
+
instance = TrinsicApi::FrenchNumeriqueNationality.new(
|
|
16
|
+
code: FRA,
|
|
17
|
+
label: Française
|
|
18
|
+
)
|
|
19
|
+
```
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# TrinsicApi::FrenchNumeriquePhone
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **full_phone_number** | **String** | Full phone number including country prefix. | [optional] |
|
|
8
|
+
| **country_prefix** | **String** | International country calling code including the plus sign. | [optional] |
|
|
9
|
+
| **national_number** | **String** | National phone number without the country prefix. | [optional] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'trinsic_api'
|
|
15
|
+
|
|
16
|
+
instance = TrinsicApi::FrenchNumeriquePhone.new(
|
|
17
|
+
full_phone_number: +33606060606,
|
|
18
|
+
country_prefix: +33,
|
|
19
|
+
national_number: 601020304
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# TrinsicApi::FrenchNumeriqueProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **given_name** | [**FrenchNumeriqueGivenName**](FrenchNumeriqueGivenName.md) | Given name information including the full given name and its structured components (first name and middle name(s)). | [optional] |
|
|
8
|
+
| **family_name** | **String** | Birth name (nom de naissance) as recorded on the user's French identity document. In France, this is the family name given at birth and may differ from the usage name. | [optional] |
|
|
9
|
+
| **preferred_surname** | **String** | Usage surname (\"nom d'usage\") - according to French law, this is the surname used in daily life. This is typically a married name or other preferred surname, as opposed to FamilyName which is the birth surname (\"nom de naissance\"). | [optional] |
|
|
10
|
+
| **birthdate** | **String** | Date of birth in YYYY-MM-DD format, as recorded on the user's French identity document. | [optional] |
|
|
11
|
+
| **nationality** | [**FrenchNumeriqueNationality**](FrenchNumeriqueNationality.md) | Nationality information with ISO 3166 alpha-3 code and French label. The label is provided in French (e.g., \"Française\" for French nationality). | [optional] |
|
|
12
|
+
| **sex** | **String** | Sex - \"Male\" or \"Female\". | [optional] |
|
|
13
|
+
| **majority** | **Boolean** | Majority status (majorité) indicating whether the user has reached the French age of legal majority (18 years old). This value is computed by the provider from the user's birthdate. | [optional] |
|
|
14
|
+
| **phone_number** | [**FrenchNumeriquePhone**](FrenchNumeriquePhone.md) | Phone number information including the full phone number and its structured components (country prefix and national number). | [optional] |
|
|
15
|
+
| **phone_number_verified** | **Boolean** | Whether the phone number has been verified by the provider. | [optional] |
|
|
16
|
+
| **email** | **String** | Email address registered in the user's digital identity account. | [optional] |
|
|
17
|
+
| **email_verified** | **Boolean** | Whether the email address has been verified by the provider. | [optional] |
|
|
18
|
+
| **birthplace** | **String** | National Institute of Statistics and Economic Studies (INSEE) official geographic code (COG) of the birthplace. This is a 5-digit French administrative code identifying the commune (municipality) of birth. For births in metropolitan France, the first two digits represent the department. See: https://www.insee.fr/fr/information/2560452 | [optional] |
|
|
19
|
+
| **birthplace_label** | **String** | Name of the birthplace commune (municipality). If applicable, this includes the full name of the arrondissement (borough). | [optional] |
|
|
20
|
+
| **birth_country** | **String** | National Institute of Statistics and Economic Studies (INSEE) official geographic code (COG) for the user's country of birth. LaPoste returns this as a 5-character numeric string. This is a country/territory COG, so it always starts with \"99\" (99xxx). France is coded as 99100. See full list here: https://www.insee.fr/fr/information/2560452 | [optional] |
|
|
21
|
+
| **birth_country_iso** | **String** | Birth country as an ISO 3166 alpha-3 code. | [optional] |
|
|
22
|
+
| **birth_country_label** | **String** | Label of the birth country, in English. | [optional] |
|
|
23
|
+
| **birth_department** | **String** | Number of the department of birth (e.g., \"75\" for Paris, \"2A\" for Corse-du-Sud). See full list here: https://en.wikipedia.org/wiki/Departments_of_France | [optional] |
|
|
24
|
+
| **digital_identity_creation_date** | **Date** | Date when the user's digital identity was created. | [optional] |
|
|
25
|
+
| **digital_identity_expiration_date** | **Date** | Date when the digital identity expires. It is valid for 5 years from the date of identity verification. Users are notified ~1 month before and must re-verify identity via the app or in-person at La Poste. After expiration, the identity is deactivated but can be renewed within 1 year; otherwise deleted. | [optional] |
|
|
26
|
+
| **identity_document_type** | **String** | Type of identity document used for verification. Can be \"ID_CARD\", \"PASSPORT\", or \"RESIDENCE_PERMIT\". | [optional] |
|
|
27
|
+
| **identity_document_number** | **String** | Identity document number as it appears on the ID Card, Passport or Residence Permit. | [optional] |
|
|
28
|
+
| **identity_document_emitting_date** | **Date** | Date when the identity document was issued. | [optional] |
|
|
29
|
+
| **identity_document_expiration_date** | **Date** | Date when the identity document expires. | [optional] |
|
|
30
|
+
| **identity_document_emitting_country** | **String** | Country that issued the identity document (ISO 3166 alpha-3 code). | [optional] |
|
|
31
|
+
| **identity_document_mrz** | **String** | Machine Readable Zone (MRZ) data from the ID Card, Passport or Residence Permit. | [optional] |
|
|
32
|
+
|
|
33
|
+
## Example
|
|
34
|
+
|
|
35
|
+
```ruby
|
|
36
|
+
require 'trinsic_api'
|
|
37
|
+
|
|
38
|
+
instance = TrinsicApi::FrenchNumeriqueProviderOutput.new(
|
|
39
|
+
given_name: null,
|
|
40
|
+
family_name: Dupont,
|
|
41
|
+
preferred_surname: Martin,
|
|
42
|
+
birthdate: 1990-01-15,
|
|
43
|
+
nationality: null,
|
|
44
|
+
sex: Male,
|
|
45
|
+
majority: true,
|
|
46
|
+
phone_number: null,
|
|
47
|
+
phone_number_verified: true,
|
|
48
|
+
email: jean.dupont@example.fr,
|
|
49
|
+
email_verified: true,
|
|
50
|
+
birthplace: 75056,
|
|
51
|
+
birthplace_label: PARIS-9E-ARRONDISSEMENT,
|
|
52
|
+
birth_country: 99100,
|
|
53
|
+
birth_country_iso: FRA,
|
|
54
|
+
birth_country_label: France,
|
|
55
|
+
birth_department: 75,
|
|
56
|
+
digital_identity_creation_date: Thu Jun 15 00:00:00 UTC 2023,
|
|
57
|
+
digital_identity_expiration_date: Thu Jun 15 00:00:00 UTC 2028,
|
|
58
|
+
identity_document_type: PASSPORT,
|
|
59
|
+
identity_document_number: 51RF501150,
|
|
60
|
+
identity_document_emitting_date: Wed Mar 24 00:00:00 UTC 2021,
|
|
61
|
+
identity_document_expiration_date: Mon Mar 24 00:00:00 UTC 2031,
|
|
62
|
+
identity_document_emitting_country: FRA,
|
|
63
|
+
identity_document_mrz: P<FRASPECIMEN<<NATACHA<<<<<<<<<<<<<<<<<<<<<<<<<51RF501150FRA7307122F2203242<<<<<<<<<<<<<<<02
|
|
64
|
+
)
|
|
65
|
+
```
|
|
66
|
+
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **session_id** | **String** | The ID of the Acceptance Session for which the Attachment is being requested. | |
|
|
7
|
+
| **results_access_key** | **String** | The Results Access Key for the Session associated with the Attachment being retrieved. This is returned during Session creation. | |
|
|
9
8
|
|
|
10
9
|
## Example
|
|
11
10
|
|
|
@@ -13,8 +12,7 @@
|
|
|
13
12
|
require 'trinsic_api'
|
|
14
13
|
|
|
15
14
|
instance = TrinsicApi::GetAttachmentRequest.new(
|
|
16
|
-
|
|
17
|
-
session_id: 00000000-0000-0000-0000-000000000000
|
|
15
|
+
results_access_key: null
|
|
18
16
|
)
|
|
19
17
|
```
|
|
20
18
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# TrinsicApi::GoogleWalletProviderOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **raw_mdl_output** | [**MdlOutput**](MdlOutput.md) | The raw output of the mDL exchange performed through Google Wallet. | |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'trinsic_api'
|
|
13
|
+
|
|
14
|
+
instance = TrinsicApi::GoogleWalletProviderOutput.new(
|
|
15
|
+
raw_mdl_output: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
data/docs/IdentityData.md
CHANGED
|
@@ -4,14 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **originating_provider_id** | **String** |
|
|
8
|
-
| **originating_sub_provider_id** | **String** |
|
|
9
|
-
| **person** | [**PersonData**](PersonData.md) |
|
|
10
|
-
| **document** | [**DocumentData**](DocumentData.md) |
|
|
11
|
-
| **match** | [**MatchData**](MatchData.md) |
|
|
12
|
-
| **
|
|
13
|
-
| **provider_output** | [**ProviderOutput**](ProviderOutput.md) |
|
|
14
|
-
| **identifiers** | [**Array<Identifier>**](Identifier.md) | | |
|
|
7
|
+
| **originating_provider_id** | **String** | The ID of the provider from which this data originated (eg \"yoti\", \"clear\") | [optional] |
|
|
8
|
+
| **originating_sub_provider_id** | **String** | The sub-provider ID of the provider from which this data originated (eg \"rabo\", \"poste-italiane\") This is applicable only to federated Identity Providers such as SPID and IDIN. | [optional] |
|
|
9
|
+
| **person** | [**PersonData**](PersonData.md) | Identity data of the individual who was verified | [optional] |
|
|
10
|
+
| **document** | [**DocumentData**](DocumentData.md) | Identity data of the document involved in verification, if relevant | [optional] |
|
|
11
|
+
| **match** | [**MatchData**](MatchData.md) | Match results for the data being matched against. This applies to Providers which operate based on matching data / biometrics against a government database, returning match scores or results as opposed to the data itself. | [optional] |
|
|
12
|
+
| **attachments** | [**Array<AttachmentInfo>**](AttachmentInfo.md) | Information for each attachment included with this set of identity data. Use the Attachments API to fetch an attachment by its ID for a given Session. | |
|
|
13
|
+
| **provider_output** | [**ProviderOutput**](ProviderOutput.md) | Provider-specific output data that doesn't fit the standard identity data schema. The structure of this object varies by provider. | [optional] |
|
|
15
14
|
|
|
16
15
|
## Example
|
|
17
16
|
|
|
@@ -24,9 +23,8 @@ instance = TrinsicApi::IdentityData.new(
|
|
|
24
23
|
person: null,
|
|
25
24
|
document: null,
|
|
26
25
|
match: null,
|
|
27
|
-
|
|
28
|
-
provider_output: null
|
|
29
|
-
identifiers: null
|
|
26
|
+
attachments: null,
|
|
27
|
+
provider_output: null
|
|
30
28
|
)
|
|
31
29
|
```
|
|
32
30
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# TrinsicApi::ItsmeProviderOutput
|
|
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
|
+
| **hashed_national_register_number** | **String** | The hashed version of the Belgian National Register Number of the verified individual. By default, itsme does not return the raw National Register Number of the individual; instead, only a hashed version is returned. Your account must be approved by itsme to receive the raw, unhashed National Register Number. | [optional] |
|
|
11
|
+
| **national_register_number** | **String** | The raw (not hashed) Belgian National Register Number (\"Rijksregisternummer\") of the verified individual. Only returned if your account has been explicitly authorized to receive it by itsme; by law, this data is considered sensitive personal data. This is an 11-digit number in the format YYMMDDXXXCC, where: - YYMMDD represents the individual's date of birth (year, month, day). - XXX is a sequential birth number, odd for females and even for males. - CC is a checksum, calculated with the equation: 97 - (YYMMDDXXX mod 97) For births in the year 2000 or later, the digit '2' is prepended to the first 9 digits during checksum calculation. | [optional] |
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```ruby
|
|
16
|
+
require 'trinsic_api'
|
|
17
|
+
|
|
18
|
+
instance = TrinsicApi::ItsmeProviderOutput.new(
|
|
19
|
+
first_name: John,
|
|
20
|
+
last_name: Doe,
|
|
21
|
+
date_of_birth: Tue Dec 10 00:00:00 UTC 1985,
|
|
22
|
+
hashed_national_register_number: 5d17e158243dff0bd79fbfd06b27b80d04a40a6a0425e1bbb474c7634a2918f7,
|
|
23
|
+
national_register_number: 83122412413
|
|
24
|
+
)
|
|
25
|
+
```
|
|
26
|
+
|
data/docs/KenyaNidMatch2Input.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
| **family_name** | **String** | The user's last name as it appears in their National ID | [optional] |
|
|
10
10
|
| **middle_name** | **String** | The user's middle name as it appears in their National ID (optional) | [optional] |
|
|
11
11
|
| **date_of_birth** | **Date** | The user's date of birth, in `YYYY-MM-DD` format | [optional] |
|
|
12
|
-
| **sex** | [**
|
|
12
|
+
| **sex** | [**KenyaNidMatch2InputSex**](KenyaNidMatch2InputSex.md) | The user's sex as it appears in their National ID | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|