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,487 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Trinsic API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.13.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module TrinsicApi
|
|
17
|
+
# Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
class FrenchNumeriqueProviderOutput
|
|
19
|
+
# Given name information including the full given name and its structured components (first name and middle name(s)).
|
|
20
|
+
attr_accessor :given_name
|
|
21
|
+
|
|
22
|
+
# 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.
|
|
23
|
+
attr_accessor :family_name
|
|
24
|
+
|
|
25
|
+
# 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\").
|
|
26
|
+
attr_accessor :preferred_surname
|
|
27
|
+
|
|
28
|
+
# Date of birth in YYYY-MM-DD format, as recorded on the user's French identity document.
|
|
29
|
+
attr_accessor :birthdate
|
|
30
|
+
|
|
31
|
+
# Nationality information with ISO 3166 alpha-3 code and French label. The label is provided in French (e.g., \"Française\" for French nationality).
|
|
32
|
+
attr_accessor :nationality
|
|
33
|
+
|
|
34
|
+
# Sex - \"Male\" or \"Female\".
|
|
35
|
+
attr_accessor :sex
|
|
36
|
+
|
|
37
|
+
# 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.
|
|
38
|
+
attr_accessor :majority
|
|
39
|
+
|
|
40
|
+
# Phone number information including the full phone number and its structured components (country prefix and national number).
|
|
41
|
+
attr_accessor :phone_number
|
|
42
|
+
|
|
43
|
+
# Whether the phone number has been verified by the provider.
|
|
44
|
+
attr_accessor :phone_number_verified
|
|
45
|
+
|
|
46
|
+
# Email address registered in the user's digital identity account.
|
|
47
|
+
attr_accessor :email
|
|
48
|
+
|
|
49
|
+
# Whether the email address has been verified by the provider.
|
|
50
|
+
attr_accessor :email_verified
|
|
51
|
+
|
|
52
|
+
# 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
|
|
53
|
+
attr_accessor :birthplace
|
|
54
|
+
|
|
55
|
+
# Name of the birthplace commune (municipality). If applicable, this includes the full name of the arrondissement (borough).
|
|
56
|
+
attr_accessor :birthplace_label
|
|
57
|
+
|
|
58
|
+
# 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
|
|
59
|
+
attr_accessor :birth_country
|
|
60
|
+
|
|
61
|
+
# Birth country as an ISO 3166 alpha-3 code.
|
|
62
|
+
attr_accessor :birth_country_iso
|
|
63
|
+
|
|
64
|
+
# Label of the birth country, in English.
|
|
65
|
+
attr_accessor :birth_country_label
|
|
66
|
+
|
|
67
|
+
# 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
|
|
68
|
+
attr_accessor :birth_department
|
|
69
|
+
|
|
70
|
+
# Date when the user's digital identity was created.
|
|
71
|
+
attr_accessor :digital_identity_creation_date
|
|
72
|
+
|
|
73
|
+
# 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.
|
|
74
|
+
attr_accessor :digital_identity_expiration_date
|
|
75
|
+
|
|
76
|
+
# Type of identity document used for verification. Can be \"ID_CARD\", \"PASSPORT\", or \"RESIDENCE_PERMIT\".
|
|
77
|
+
attr_accessor :identity_document_type
|
|
78
|
+
|
|
79
|
+
# Identity document number as it appears on the ID Card, Passport or Residence Permit.
|
|
80
|
+
attr_accessor :identity_document_number
|
|
81
|
+
|
|
82
|
+
# Date when the identity document was issued.
|
|
83
|
+
attr_accessor :identity_document_emitting_date
|
|
84
|
+
|
|
85
|
+
# Date when the identity document expires.
|
|
86
|
+
attr_accessor :identity_document_expiration_date
|
|
87
|
+
|
|
88
|
+
# Country that issued the identity document (ISO 3166 alpha-3 code).
|
|
89
|
+
attr_accessor :identity_document_emitting_country
|
|
90
|
+
|
|
91
|
+
# Machine Readable Zone (MRZ) data from the ID Card, Passport or Residence Permit.
|
|
92
|
+
attr_accessor :identity_document_mrz
|
|
93
|
+
|
|
94
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
95
|
+
def self.attribute_map
|
|
96
|
+
{
|
|
97
|
+
:'given_name' => :'givenName',
|
|
98
|
+
:'family_name' => :'familyName',
|
|
99
|
+
:'preferred_surname' => :'preferredSurname',
|
|
100
|
+
:'birthdate' => :'birthdate',
|
|
101
|
+
:'nationality' => :'nationality',
|
|
102
|
+
:'sex' => :'sex',
|
|
103
|
+
:'majority' => :'majority',
|
|
104
|
+
:'phone_number' => :'phoneNumber',
|
|
105
|
+
:'phone_number_verified' => :'phoneNumberVerified',
|
|
106
|
+
:'email' => :'email',
|
|
107
|
+
:'email_verified' => :'emailVerified',
|
|
108
|
+
:'birthplace' => :'birthplace',
|
|
109
|
+
:'birthplace_label' => :'birthplaceLabel',
|
|
110
|
+
:'birth_country' => :'birthCountry',
|
|
111
|
+
:'birth_country_iso' => :'birthCountryIso',
|
|
112
|
+
:'birth_country_label' => :'birthCountryLabel',
|
|
113
|
+
:'birth_department' => :'birthDepartment',
|
|
114
|
+
:'digital_identity_creation_date' => :'digitalIdentityCreationDate',
|
|
115
|
+
:'digital_identity_expiration_date' => :'digitalIdentityExpirationDate',
|
|
116
|
+
:'identity_document_type' => :'identityDocumentType',
|
|
117
|
+
:'identity_document_number' => :'identityDocumentNumber',
|
|
118
|
+
:'identity_document_emitting_date' => :'identityDocumentEmittingDate',
|
|
119
|
+
:'identity_document_expiration_date' => :'identityDocumentExpirationDate',
|
|
120
|
+
:'identity_document_emitting_country' => :'identityDocumentEmittingCountry',
|
|
121
|
+
:'identity_document_mrz' => :'identityDocumentMrz'
|
|
122
|
+
}
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Returns attribute mapping this model knows about
|
|
126
|
+
def self.acceptable_attribute_map
|
|
127
|
+
attribute_map
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# Returns all the JSON keys this model knows about
|
|
131
|
+
def self.acceptable_attributes
|
|
132
|
+
acceptable_attribute_map.values
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Attribute type mapping.
|
|
136
|
+
def self.openapi_types
|
|
137
|
+
{
|
|
138
|
+
:'given_name' => :'FrenchNumeriqueGivenName',
|
|
139
|
+
:'family_name' => :'String',
|
|
140
|
+
:'preferred_surname' => :'String',
|
|
141
|
+
:'birthdate' => :'String',
|
|
142
|
+
:'nationality' => :'FrenchNumeriqueNationality',
|
|
143
|
+
:'sex' => :'String',
|
|
144
|
+
:'majority' => :'Boolean',
|
|
145
|
+
:'phone_number' => :'FrenchNumeriquePhone',
|
|
146
|
+
:'phone_number_verified' => :'Boolean',
|
|
147
|
+
:'email' => :'String',
|
|
148
|
+
:'email_verified' => :'Boolean',
|
|
149
|
+
:'birthplace' => :'String',
|
|
150
|
+
:'birthplace_label' => :'String',
|
|
151
|
+
:'birth_country' => :'String',
|
|
152
|
+
:'birth_country_iso' => :'String',
|
|
153
|
+
:'birth_country_label' => :'String',
|
|
154
|
+
:'birth_department' => :'String',
|
|
155
|
+
:'digital_identity_creation_date' => :'Date',
|
|
156
|
+
:'digital_identity_expiration_date' => :'Date',
|
|
157
|
+
:'identity_document_type' => :'String',
|
|
158
|
+
:'identity_document_number' => :'String',
|
|
159
|
+
:'identity_document_emitting_date' => :'Date',
|
|
160
|
+
:'identity_document_expiration_date' => :'Date',
|
|
161
|
+
:'identity_document_emitting_country' => :'String',
|
|
162
|
+
:'identity_document_mrz' => :'String'
|
|
163
|
+
}
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# List of attributes with nullable: true
|
|
167
|
+
def self.openapi_nullable
|
|
168
|
+
Set.new([
|
|
169
|
+
:'given_name',
|
|
170
|
+
:'family_name',
|
|
171
|
+
:'preferred_surname',
|
|
172
|
+
:'birthdate',
|
|
173
|
+
:'nationality',
|
|
174
|
+
:'sex',
|
|
175
|
+
:'majority',
|
|
176
|
+
:'phone_number',
|
|
177
|
+
:'phone_number_verified',
|
|
178
|
+
:'email',
|
|
179
|
+
:'email_verified',
|
|
180
|
+
:'birthplace',
|
|
181
|
+
:'birthplace_label',
|
|
182
|
+
:'birth_country',
|
|
183
|
+
:'birth_country_iso',
|
|
184
|
+
:'birth_country_label',
|
|
185
|
+
:'birth_department',
|
|
186
|
+
:'digital_identity_creation_date',
|
|
187
|
+
:'digital_identity_expiration_date',
|
|
188
|
+
:'identity_document_type',
|
|
189
|
+
:'identity_document_number',
|
|
190
|
+
:'identity_document_emitting_date',
|
|
191
|
+
:'identity_document_expiration_date',
|
|
192
|
+
:'identity_document_emitting_country',
|
|
193
|
+
:'identity_document_mrz'
|
|
194
|
+
])
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# Initializes the object
|
|
198
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
199
|
+
def initialize(attributes = {})
|
|
200
|
+
if (!attributes.is_a?(Hash))
|
|
201
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::FrenchNumeriqueProviderOutput` initialize method"
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
205
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
206
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
207
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
208
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::FrenchNumeriqueProviderOutput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
209
|
+
end
|
|
210
|
+
h[k.to_sym] = v
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
if attributes.key?(:'given_name')
|
|
214
|
+
self.given_name = attributes[:'given_name']
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
if attributes.key?(:'family_name')
|
|
218
|
+
self.family_name = attributes[:'family_name']
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
if attributes.key?(:'preferred_surname')
|
|
222
|
+
self.preferred_surname = attributes[:'preferred_surname']
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
if attributes.key?(:'birthdate')
|
|
226
|
+
self.birthdate = attributes[:'birthdate']
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
if attributes.key?(:'nationality')
|
|
230
|
+
self.nationality = attributes[:'nationality']
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
if attributes.key?(:'sex')
|
|
234
|
+
self.sex = attributes[:'sex']
|
|
235
|
+
end
|
|
236
|
+
|
|
237
|
+
if attributes.key?(:'majority')
|
|
238
|
+
self.majority = attributes[:'majority']
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
if attributes.key?(:'phone_number')
|
|
242
|
+
self.phone_number = attributes[:'phone_number']
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
if attributes.key?(:'phone_number_verified')
|
|
246
|
+
self.phone_number_verified = attributes[:'phone_number_verified']
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
if attributes.key?(:'email')
|
|
250
|
+
self.email = attributes[:'email']
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
if attributes.key?(:'email_verified')
|
|
254
|
+
self.email_verified = attributes[:'email_verified']
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
if attributes.key?(:'birthplace')
|
|
258
|
+
self.birthplace = attributes[:'birthplace']
|
|
259
|
+
end
|
|
260
|
+
|
|
261
|
+
if attributes.key?(:'birthplace_label')
|
|
262
|
+
self.birthplace_label = attributes[:'birthplace_label']
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
if attributes.key?(:'birth_country')
|
|
266
|
+
self.birth_country = attributes[:'birth_country']
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
if attributes.key?(:'birth_country_iso')
|
|
270
|
+
self.birth_country_iso = attributes[:'birth_country_iso']
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
if attributes.key?(:'birth_country_label')
|
|
274
|
+
self.birth_country_label = attributes[:'birth_country_label']
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
if attributes.key?(:'birth_department')
|
|
278
|
+
self.birth_department = attributes[:'birth_department']
|
|
279
|
+
end
|
|
280
|
+
|
|
281
|
+
if attributes.key?(:'digital_identity_creation_date')
|
|
282
|
+
self.digital_identity_creation_date = attributes[:'digital_identity_creation_date']
|
|
283
|
+
end
|
|
284
|
+
|
|
285
|
+
if attributes.key?(:'digital_identity_expiration_date')
|
|
286
|
+
self.digital_identity_expiration_date = attributes[:'digital_identity_expiration_date']
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
if attributes.key?(:'identity_document_type')
|
|
290
|
+
self.identity_document_type = attributes[:'identity_document_type']
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
if attributes.key?(:'identity_document_number')
|
|
294
|
+
self.identity_document_number = attributes[:'identity_document_number']
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
if attributes.key?(:'identity_document_emitting_date')
|
|
298
|
+
self.identity_document_emitting_date = attributes[:'identity_document_emitting_date']
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
if attributes.key?(:'identity_document_expiration_date')
|
|
302
|
+
self.identity_document_expiration_date = attributes[:'identity_document_expiration_date']
|
|
303
|
+
end
|
|
304
|
+
|
|
305
|
+
if attributes.key?(:'identity_document_emitting_country')
|
|
306
|
+
self.identity_document_emitting_country = attributes[:'identity_document_emitting_country']
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
if attributes.key?(:'identity_document_mrz')
|
|
310
|
+
self.identity_document_mrz = attributes[:'identity_document_mrz']
|
|
311
|
+
end
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
315
|
+
# @return Array for valid properties with the reasons
|
|
316
|
+
def list_invalid_properties
|
|
317
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
318
|
+
invalid_properties = Array.new
|
|
319
|
+
invalid_properties
|
|
320
|
+
end
|
|
321
|
+
|
|
322
|
+
# Check to see if the all the properties in the model are valid
|
|
323
|
+
# @return true if the model is valid
|
|
324
|
+
def valid?
|
|
325
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
326
|
+
true
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
# Checks equality by comparing each attribute.
|
|
330
|
+
# @param [Object] Object to be compared
|
|
331
|
+
def ==(o)
|
|
332
|
+
return true if self.equal?(o)
|
|
333
|
+
self.class == o.class &&
|
|
334
|
+
given_name == o.given_name &&
|
|
335
|
+
family_name == o.family_name &&
|
|
336
|
+
preferred_surname == o.preferred_surname &&
|
|
337
|
+
birthdate == o.birthdate &&
|
|
338
|
+
nationality == o.nationality &&
|
|
339
|
+
sex == o.sex &&
|
|
340
|
+
majority == o.majority &&
|
|
341
|
+
phone_number == o.phone_number &&
|
|
342
|
+
phone_number_verified == o.phone_number_verified &&
|
|
343
|
+
email == o.email &&
|
|
344
|
+
email_verified == o.email_verified &&
|
|
345
|
+
birthplace == o.birthplace &&
|
|
346
|
+
birthplace_label == o.birthplace_label &&
|
|
347
|
+
birth_country == o.birth_country &&
|
|
348
|
+
birth_country_iso == o.birth_country_iso &&
|
|
349
|
+
birth_country_label == o.birth_country_label &&
|
|
350
|
+
birth_department == o.birth_department &&
|
|
351
|
+
digital_identity_creation_date == o.digital_identity_creation_date &&
|
|
352
|
+
digital_identity_expiration_date == o.digital_identity_expiration_date &&
|
|
353
|
+
identity_document_type == o.identity_document_type &&
|
|
354
|
+
identity_document_number == o.identity_document_number &&
|
|
355
|
+
identity_document_emitting_date == o.identity_document_emitting_date &&
|
|
356
|
+
identity_document_expiration_date == o.identity_document_expiration_date &&
|
|
357
|
+
identity_document_emitting_country == o.identity_document_emitting_country &&
|
|
358
|
+
identity_document_mrz == o.identity_document_mrz
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
# @see the `==` method
|
|
362
|
+
# @param [Object] Object to be compared
|
|
363
|
+
def eql?(o)
|
|
364
|
+
self == o
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
# Calculates hash code according to all attributes.
|
|
368
|
+
# @return [Integer] Hash code
|
|
369
|
+
def hash
|
|
370
|
+
[given_name, family_name, preferred_surname, birthdate, nationality, sex, majority, phone_number, phone_number_verified, email, email_verified, birthplace, birthplace_label, birth_country, birth_country_iso, birth_country_label, birth_department, digital_identity_creation_date, digital_identity_expiration_date, identity_document_type, identity_document_number, identity_document_emitting_date, identity_document_expiration_date, identity_document_emitting_country, identity_document_mrz].hash
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
# Builds the object from hash
|
|
374
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
375
|
+
# @return [Object] Returns the model itself
|
|
376
|
+
def self.build_from_hash(attributes)
|
|
377
|
+
return nil unless attributes.is_a?(Hash)
|
|
378
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
379
|
+
transformed_hash = {}
|
|
380
|
+
openapi_types.each_pair do |key, type|
|
|
381
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
382
|
+
transformed_hash["#{key}"] = nil
|
|
383
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
384
|
+
# check to ensure the input is an array given that the attribute
|
|
385
|
+
# is documented as an array but the input is not
|
|
386
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
387
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
388
|
+
end
|
|
389
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
390
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
391
|
+
end
|
|
392
|
+
end
|
|
393
|
+
new(transformed_hash)
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
# Deserializes the data based on type
|
|
397
|
+
# @param string type Data type
|
|
398
|
+
# @param string value Value to be deserialized
|
|
399
|
+
# @return [Object] Deserialized data
|
|
400
|
+
def self._deserialize(type, value)
|
|
401
|
+
case type.to_sym
|
|
402
|
+
when :Time
|
|
403
|
+
Time.parse(value)
|
|
404
|
+
when :Date
|
|
405
|
+
Date.parse(value)
|
|
406
|
+
when :String
|
|
407
|
+
value.to_s
|
|
408
|
+
when :Integer
|
|
409
|
+
value.to_i
|
|
410
|
+
when :Float
|
|
411
|
+
value.to_f
|
|
412
|
+
when :Boolean
|
|
413
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
414
|
+
true
|
|
415
|
+
else
|
|
416
|
+
false
|
|
417
|
+
end
|
|
418
|
+
when :Object
|
|
419
|
+
# generic object (usually a Hash), return directly
|
|
420
|
+
value
|
|
421
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
422
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
423
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
424
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
425
|
+
k_type = Regexp.last_match[:k_type]
|
|
426
|
+
v_type = Regexp.last_match[:v_type]
|
|
427
|
+
{}.tap do |hash|
|
|
428
|
+
value.each do |k, v|
|
|
429
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
430
|
+
end
|
|
431
|
+
end
|
|
432
|
+
else # model
|
|
433
|
+
# models (e.g. Pet) or oneOf
|
|
434
|
+
klass = TrinsicApi.const_get(type)
|
|
435
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
436
|
+
end
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
# Returns the string representation of the object
|
|
440
|
+
# @return [String] String presentation of the object
|
|
441
|
+
def to_s
|
|
442
|
+
to_hash.to_s
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
446
|
+
# @return [Hash] Returns the object in the form of hash
|
|
447
|
+
def to_body
|
|
448
|
+
to_hash
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
# Returns the object in the form of hash
|
|
452
|
+
# @return [Hash] Returns the object in the form of hash
|
|
453
|
+
def to_hash
|
|
454
|
+
hash = {}
|
|
455
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
456
|
+
value = self.send(attr)
|
|
457
|
+
if value.nil?
|
|
458
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
459
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
460
|
+
end
|
|
461
|
+
|
|
462
|
+
hash[param] = _to_hash(value)
|
|
463
|
+
end
|
|
464
|
+
hash
|
|
465
|
+
end
|
|
466
|
+
|
|
467
|
+
# Outputs non-array value in the form of hash
|
|
468
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
469
|
+
# @param [Object] value Any valid value
|
|
470
|
+
# @return [Hash] Returns the value in the form of hash
|
|
471
|
+
def _to_hash(value)
|
|
472
|
+
if value.is_a?(Array)
|
|
473
|
+
value.compact.map { |v| _to_hash(v) }
|
|
474
|
+
elsif value.is_a?(Hash)
|
|
475
|
+
{}.tap do |hash|
|
|
476
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
477
|
+
end
|
|
478
|
+
elsif value.respond_to? :to_hash
|
|
479
|
+
value.to_hash
|
|
480
|
+
else
|
|
481
|
+
value
|
|
482
|
+
end
|
|
483
|
+
end
|
|
484
|
+
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
end
|
|
@@ -15,17 +15,13 @@ require 'time'
|
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
17
|
class GetAttachmentRequest
|
|
18
|
-
# The
|
|
19
|
-
attr_accessor :
|
|
20
|
-
|
|
21
|
-
# The ID of the Acceptance Session for which the Attachment is being requested.
|
|
22
|
-
attr_accessor :session_id
|
|
18
|
+
# The Results Access Key for the Session associated with the Attachment being retrieved. This is returned during Session creation.
|
|
19
|
+
attr_accessor :results_access_key
|
|
23
20
|
|
|
24
21
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
25
22
|
def self.attribute_map
|
|
26
23
|
{
|
|
27
|
-
:'
|
|
28
|
-
:'session_id' => :'sessionId'
|
|
24
|
+
:'results_access_key' => :'resultsAccessKey'
|
|
29
25
|
}
|
|
30
26
|
end
|
|
31
27
|
|
|
@@ -42,8 +38,7 @@ module TrinsicApi
|
|
|
42
38
|
# Attribute type mapping.
|
|
43
39
|
def self.openapi_types
|
|
44
40
|
{
|
|
45
|
-
:'
|
|
46
|
-
:'session_id' => :'String'
|
|
41
|
+
:'results_access_key' => :'String'
|
|
47
42
|
}
|
|
48
43
|
end
|
|
49
44
|
|
|
@@ -69,16 +64,10 @@ module TrinsicApi
|
|
|
69
64
|
h[k.to_sym] = v
|
|
70
65
|
}
|
|
71
66
|
|
|
72
|
-
if attributes.key?(:'
|
|
73
|
-
self.
|
|
74
|
-
else
|
|
75
|
-
self.attachment_access_key = nil
|
|
76
|
-
end
|
|
77
|
-
|
|
78
|
-
if attributes.key?(:'session_id')
|
|
79
|
-
self.session_id = attributes[:'session_id']
|
|
67
|
+
if attributes.key?(:'results_access_key')
|
|
68
|
+
self.results_access_key = attributes[:'results_access_key']
|
|
80
69
|
else
|
|
81
|
-
self.
|
|
70
|
+
self.results_access_key = nil
|
|
82
71
|
end
|
|
83
72
|
end
|
|
84
73
|
|
|
@@ -87,16 +76,12 @@ module TrinsicApi
|
|
|
87
76
|
def list_invalid_properties
|
|
88
77
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
89
78
|
invalid_properties = Array.new
|
|
90
|
-
if @
|
|
91
|
-
invalid_properties.push('invalid value for "
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
if @attachment_access_key.to_s.length < 1
|
|
95
|
-
invalid_properties.push('invalid value for "attachment_access_key", the character length must be great than or equal to 1.')
|
|
79
|
+
if @results_access_key.nil?
|
|
80
|
+
invalid_properties.push('invalid value for "results_access_key", results_access_key cannot be nil.')
|
|
96
81
|
end
|
|
97
82
|
|
|
98
|
-
if @
|
|
99
|
-
invalid_properties.push('invalid value for "
|
|
83
|
+
if @results_access_key.to_s.length < 1
|
|
84
|
+
invalid_properties.push('invalid value for "results_access_key", the character length must be great than or equal to 1.')
|
|
100
85
|
end
|
|
101
86
|
|
|
102
87
|
invalid_properties
|
|
@@ -106,34 +91,23 @@ module TrinsicApi
|
|
|
106
91
|
# @return true if the model is valid
|
|
107
92
|
def valid?
|
|
108
93
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
109
|
-
return false if @
|
|
110
|
-
return false if @
|
|
111
|
-
return false if @session_id.nil?
|
|
94
|
+
return false if @results_access_key.nil?
|
|
95
|
+
return false if @results_access_key.to_s.length < 1
|
|
112
96
|
true
|
|
113
97
|
end
|
|
114
98
|
|
|
115
99
|
# Custom attribute writer method with validation
|
|
116
|
-
# @param [Object]
|
|
117
|
-
def
|
|
118
|
-
if
|
|
119
|
-
fail ArgumentError, '
|
|
100
|
+
# @param [Object] results_access_key Value to be assigned
|
|
101
|
+
def results_access_key=(results_access_key)
|
|
102
|
+
if results_access_key.nil?
|
|
103
|
+
fail ArgumentError, 'results_access_key cannot be nil'
|
|
120
104
|
end
|
|
121
105
|
|
|
122
|
-
if
|
|
123
|
-
fail ArgumentError, 'invalid value for "
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
@attachment_access_key = attachment_access_key
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
# Custom attribute writer method with validation
|
|
130
|
-
# @param [Object] session_id Value to be assigned
|
|
131
|
-
def session_id=(session_id)
|
|
132
|
-
if session_id.nil?
|
|
133
|
-
fail ArgumentError, 'session_id cannot be nil'
|
|
106
|
+
if results_access_key.to_s.length < 1
|
|
107
|
+
fail ArgumentError, 'invalid value for "results_access_key", the character length must be great than or equal to 1.'
|
|
134
108
|
end
|
|
135
109
|
|
|
136
|
-
@
|
|
110
|
+
@results_access_key = results_access_key
|
|
137
111
|
end
|
|
138
112
|
|
|
139
113
|
# Checks equality by comparing each attribute.
|
|
@@ -141,8 +115,7 @@ module TrinsicApi
|
|
|
141
115
|
def ==(o)
|
|
142
116
|
return true if self.equal?(o)
|
|
143
117
|
self.class == o.class &&
|
|
144
|
-
|
|
145
|
-
session_id == o.session_id
|
|
118
|
+
results_access_key == o.results_access_key
|
|
146
119
|
end
|
|
147
120
|
|
|
148
121
|
# @see the `==` method
|
|
@@ -154,7 +127,7 @@ module TrinsicApi
|
|
|
154
127
|
# Calculates hash code according to all attributes.
|
|
155
128
|
# @return [Integer] Hash code
|
|
156
129
|
def hash
|
|
157
|
-
[
|
|
130
|
+
[results_access_key].hash
|
|
158
131
|
end
|
|
159
132
|
|
|
160
133
|
# Builds the object from hash
|