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
|
@@ -14,30 +14,27 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
# Exposed properties for the `a-be-id-login` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
class BelgiumIdCardProviderOutput
|
|
19
|
+
# The first name of the verified individual
|
|
20
|
+
attr_accessor :first_name
|
|
20
21
|
|
|
21
|
-
# The
|
|
22
|
-
attr_accessor :
|
|
23
|
-
|
|
24
|
-
# The user's full name
|
|
25
|
-
attr_accessor :name
|
|
22
|
+
# The last name of the verified individual
|
|
23
|
+
attr_accessor :last_name
|
|
26
24
|
|
|
27
|
-
# The
|
|
28
|
-
attr_accessor :
|
|
25
|
+
# The date of birth of the verified individual
|
|
26
|
+
attr_accessor :date_of_birth
|
|
29
27
|
|
|
30
|
-
# The
|
|
31
|
-
attr_accessor :
|
|
28
|
+
# 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.
|
|
29
|
+
attr_accessor :national_register_number
|
|
32
30
|
|
|
33
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
34
32
|
def self.attribute_map
|
|
35
33
|
{
|
|
36
|
-
:'
|
|
34
|
+
:'first_name' => :'firstName',
|
|
35
|
+
:'last_name' => :'lastName',
|
|
37
36
|
:'date_of_birth' => :'dateOfBirth',
|
|
38
|
-
:'
|
|
39
|
-
:'photo_byes' => :'photoByes',
|
|
40
|
-
:'photo_image_mime_type' => :'photoImageMimeType'
|
|
37
|
+
:'national_register_number' => :'nationalRegisterNumber'
|
|
41
38
|
}
|
|
42
39
|
end
|
|
43
40
|
|
|
@@ -54,19 +51,16 @@ module TrinsicApi
|
|
|
54
51
|
# Attribute type mapping.
|
|
55
52
|
def self.openapi_types
|
|
56
53
|
{
|
|
57
|
-
:'
|
|
54
|
+
:'first_name' => :'String',
|
|
55
|
+
:'last_name' => :'String',
|
|
58
56
|
:'date_of_birth' => :'Date',
|
|
59
|
-
:'
|
|
60
|
-
:'photo_byes' => :'String',
|
|
61
|
-
:'photo_image_mime_type' => :'String'
|
|
57
|
+
:'national_register_number' => :'String'
|
|
62
58
|
}
|
|
63
59
|
end
|
|
64
60
|
|
|
65
61
|
# List of attributes with nullable: true
|
|
66
62
|
def self.openapi_nullable
|
|
67
63
|
Set.new([
|
|
68
|
-
:'photo_byes',
|
|
69
|
-
:'photo_image_mime_type'
|
|
70
64
|
])
|
|
71
65
|
end
|
|
72
66
|
|
|
@@ -74,22 +68,28 @@ module TrinsicApi
|
|
|
74
68
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
75
69
|
def initialize(attributes = {})
|
|
76
70
|
if (!attributes.is_a?(Hash))
|
|
77
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
|
71
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::BelgiumIdCardProviderOutput` initialize method"
|
|
78
72
|
end
|
|
79
73
|
|
|
80
74
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
81
75
|
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
82
76
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
83
77
|
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
84
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
|
78
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::BelgiumIdCardProviderOutput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
85
79
|
end
|
|
86
80
|
h[k.to_sym] = v
|
|
87
81
|
}
|
|
88
82
|
|
|
89
|
-
if attributes.key?(:'
|
|
90
|
-
self.
|
|
83
|
+
if attributes.key?(:'first_name')
|
|
84
|
+
self.first_name = attributes[:'first_name']
|
|
85
|
+
else
|
|
86
|
+
self.first_name = nil
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
if attributes.key?(:'last_name')
|
|
90
|
+
self.last_name = attributes[:'last_name']
|
|
91
91
|
else
|
|
92
|
-
self.
|
|
92
|
+
self.last_name = nil
|
|
93
93
|
end
|
|
94
94
|
|
|
95
95
|
if attributes.key?(:'date_of_birth')
|
|
@@ -98,18 +98,10 @@ module TrinsicApi
|
|
|
98
98
|
self.date_of_birth = nil
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
if attributes.key?(:'
|
|
102
|
-
self.
|
|
101
|
+
if attributes.key?(:'national_register_number')
|
|
102
|
+
self.national_register_number = attributes[:'national_register_number']
|
|
103
103
|
else
|
|
104
|
-
self.
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
if attributes.key?(:'photo_byes')
|
|
108
|
-
self.photo_byes = attributes[:'photo_byes']
|
|
109
|
-
end
|
|
110
|
-
|
|
111
|
-
if attributes.key?(:'photo_image_mime_type')
|
|
112
|
-
self.photo_image_mime_type = attributes[:'photo_image_mime_type']
|
|
104
|
+
self.national_register_number = nil
|
|
113
105
|
end
|
|
114
106
|
end
|
|
115
107
|
|
|
@@ -118,32 +110,20 @@ module TrinsicApi
|
|
|
118
110
|
def list_invalid_properties
|
|
119
111
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
120
112
|
invalid_properties = Array.new
|
|
121
|
-
if @
|
|
122
|
-
invalid_properties.push('invalid value for "
|
|
123
|
-
end
|
|
124
|
-
|
|
125
|
-
if @national_id_number.to_s.length > 17
|
|
126
|
-
invalid_properties.push('invalid value for "national_id_number", the character length must be smaller than or equal to 17.')
|
|
113
|
+
if @first_name.nil?
|
|
114
|
+
invalid_properties.push('invalid value for "first_name", first_name cannot be nil.')
|
|
127
115
|
end
|
|
128
116
|
|
|
129
|
-
if @
|
|
130
|
-
invalid_properties.push('invalid value for "
|
|
117
|
+
if @last_name.nil?
|
|
118
|
+
invalid_properties.push('invalid value for "last_name", last_name cannot be nil.')
|
|
131
119
|
end
|
|
132
120
|
|
|
133
121
|
if @date_of_birth.nil?
|
|
134
122
|
invalid_properties.push('invalid value for "date_of_birth", date_of_birth cannot be nil.')
|
|
135
123
|
end
|
|
136
124
|
|
|
137
|
-
if @
|
|
138
|
-
invalid_properties.push('invalid value for "
|
|
139
|
-
end
|
|
140
|
-
|
|
141
|
-
if @name.to_s.length > 80
|
|
142
|
-
invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 80.')
|
|
143
|
-
end
|
|
144
|
-
|
|
145
|
-
if @name.to_s.length < 1
|
|
146
|
-
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
|
125
|
+
if @national_register_number.nil?
|
|
126
|
+
invalid_properties.push('invalid value for "national_register_number", national_register_number cannot be nil.')
|
|
147
127
|
end
|
|
148
128
|
|
|
149
129
|
invalid_properties
|
|
@@ -153,32 +133,31 @@ module TrinsicApi
|
|
|
153
133
|
# @return true if the model is valid
|
|
154
134
|
def valid?
|
|
155
135
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
156
|
-
return false if @
|
|
157
|
-
return false if @
|
|
158
|
-
return false if @national_id_number.to_s.length < 10
|
|
136
|
+
return false if @first_name.nil?
|
|
137
|
+
return false if @last_name.nil?
|
|
159
138
|
return false if @date_of_birth.nil?
|
|
160
|
-
return false if @
|
|
161
|
-
return false if @name.to_s.length > 80
|
|
162
|
-
return false if @name.to_s.length < 1
|
|
139
|
+
return false if @national_register_number.nil?
|
|
163
140
|
true
|
|
164
141
|
end
|
|
165
142
|
|
|
166
143
|
# Custom attribute writer method with validation
|
|
167
|
-
# @param [Object]
|
|
168
|
-
def
|
|
169
|
-
if
|
|
170
|
-
fail ArgumentError, '
|
|
144
|
+
# @param [Object] first_name Value to be assigned
|
|
145
|
+
def first_name=(first_name)
|
|
146
|
+
if first_name.nil?
|
|
147
|
+
fail ArgumentError, 'first_name cannot be nil'
|
|
171
148
|
end
|
|
172
149
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
end
|
|
150
|
+
@first_name = first_name
|
|
151
|
+
end
|
|
176
152
|
|
|
177
|
-
|
|
178
|
-
|
|
153
|
+
# Custom attribute writer method with validation
|
|
154
|
+
# @param [Object] last_name Value to be assigned
|
|
155
|
+
def last_name=(last_name)
|
|
156
|
+
if last_name.nil?
|
|
157
|
+
fail ArgumentError, 'last_name cannot be nil'
|
|
179
158
|
end
|
|
180
159
|
|
|
181
|
-
@
|
|
160
|
+
@last_name = last_name
|
|
182
161
|
end
|
|
183
162
|
|
|
184
163
|
# Custom attribute writer method with validation
|
|
@@ -192,21 +171,13 @@ module TrinsicApi
|
|
|
192
171
|
end
|
|
193
172
|
|
|
194
173
|
# Custom attribute writer method with validation
|
|
195
|
-
# @param [Object]
|
|
196
|
-
def
|
|
197
|
-
if
|
|
198
|
-
fail ArgumentError, '
|
|
199
|
-
end
|
|
200
|
-
|
|
201
|
-
if name.to_s.length > 80
|
|
202
|
-
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 80.'
|
|
203
|
-
end
|
|
204
|
-
|
|
205
|
-
if name.to_s.length < 1
|
|
206
|
-
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
|
174
|
+
# @param [Object] national_register_number Value to be assigned
|
|
175
|
+
def national_register_number=(national_register_number)
|
|
176
|
+
if national_register_number.nil?
|
|
177
|
+
fail ArgumentError, 'national_register_number cannot be nil'
|
|
207
178
|
end
|
|
208
179
|
|
|
209
|
-
@
|
|
180
|
+
@national_register_number = national_register_number
|
|
210
181
|
end
|
|
211
182
|
|
|
212
183
|
# Checks equality by comparing each attribute.
|
|
@@ -214,11 +185,10 @@ module TrinsicApi
|
|
|
214
185
|
def ==(o)
|
|
215
186
|
return true if self.equal?(o)
|
|
216
187
|
self.class == o.class &&
|
|
217
|
-
|
|
188
|
+
first_name == o.first_name &&
|
|
189
|
+
last_name == o.last_name &&
|
|
218
190
|
date_of_birth == o.date_of_birth &&
|
|
219
|
-
|
|
220
|
-
photo_byes == o.photo_byes &&
|
|
221
|
-
photo_image_mime_type == o.photo_image_mime_type
|
|
191
|
+
national_register_number == o.national_register_number
|
|
222
192
|
end
|
|
223
193
|
|
|
224
194
|
# @see the `==` method
|
|
@@ -230,7 +200,7 @@ module TrinsicApi
|
|
|
230
200
|
# Calculates hash code according to all attributes.
|
|
231
201
|
# @return [Integer] Hash code
|
|
232
202
|
def hash
|
|
233
|
-
[
|
|
203
|
+
[first_name, last_name, date_of_birth, national_register_number].hash
|
|
234
204
|
end
|
|
235
205
|
|
|
236
206
|
# Builds the object from hash
|
|
@@ -14,17 +14,14 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
-
# Information about an
|
|
18
|
-
class
|
|
19
|
-
# The
|
|
20
|
-
attr_accessor :
|
|
17
|
+
# Information about an attachment that a Provider may return in verification results.
|
|
18
|
+
class ContractAttachment
|
|
19
|
+
# 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.
|
|
20
|
+
attr_accessor :type
|
|
21
21
|
|
|
22
|
-
# Indicates when this
|
|
22
|
+
# Indicates when this attachment will be present in verification results.
|
|
23
23
|
attr_accessor :outputted
|
|
24
24
|
|
|
25
|
-
# A human-readable description of the identifier, written by Trinsic.
|
|
26
|
-
attr_accessor :description
|
|
27
|
-
|
|
28
25
|
class EnumAttributeValidator
|
|
29
26
|
attr_reader :datatype
|
|
30
27
|
attr_reader :allowable_values
|
|
@@ -50,9 +47,8 @@ module TrinsicApi
|
|
|
50
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
51
48
|
def self.attribute_map
|
|
52
49
|
{
|
|
53
|
-
:'
|
|
54
|
-
:'outputted' => :'outputted'
|
|
55
|
-
:'description' => :'description'
|
|
50
|
+
:'type' => :'type',
|
|
51
|
+
:'outputted' => :'outputted'
|
|
56
52
|
}
|
|
57
53
|
end
|
|
58
54
|
|
|
@@ -69,9 +65,8 @@ module TrinsicApi
|
|
|
69
65
|
# Attribute type mapping.
|
|
70
66
|
def self.openapi_types
|
|
71
67
|
{
|
|
72
|
-
:'
|
|
73
|
-
:'outputted' => :'
|
|
74
|
-
:'description' => :'String'
|
|
68
|
+
:'type' => :'String',
|
|
69
|
+
:'outputted' => :'AttributeAvailability'
|
|
75
70
|
}
|
|
76
71
|
end
|
|
77
72
|
|
|
@@ -85,22 +80,22 @@ module TrinsicApi
|
|
|
85
80
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
86
81
|
def initialize(attributes = {})
|
|
87
82
|
if (!attributes.is_a?(Hash))
|
|
88
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
|
83
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::ContractAttachment` initialize method"
|
|
89
84
|
end
|
|
90
85
|
|
|
91
86
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
92
87
|
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
93
88
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
94
89
|
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
95
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
|
90
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ContractAttachment`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
96
91
|
end
|
|
97
92
|
h[k.to_sym] = v
|
|
98
93
|
}
|
|
99
94
|
|
|
100
|
-
if attributes.key?(:'
|
|
101
|
-
self.
|
|
95
|
+
if attributes.key?(:'type')
|
|
96
|
+
self.type = attributes[:'type']
|
|
102
97
|
else
|
|
103
|
-
self.
|
|
98
|
+
self.type = nil
|
|
104
99
|
end
|
|
105
100
|
|
|
106
101
|
if attributes.key?(:'outputted')
|
|
@@ -108,12 +103,6 @@ module TrinsicApi
|
|
|
108
103
|
else
|
|
109
104
|
self.outputted = nil
|
|
110
105
|
end
|
|
111
|
-
|
|
112
|
-
if attributes.key?(:'description')
|
|
113
|
-
self.description = attributes[:'description']
|
|
114
|
-
else
|
|
115
|
-
self.description = nil
|
|
116
|
-
end
|
|
117
106
|
end
|
|
118
107
|
|
|
119
108
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -121,18 +110,14 @@ module TrinsicApi
|
|
|
121
110
|
def list_invalid_properties
|
|
122
111
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
123
112
|
invalid_properties = Array.new
|
|
124
|
-
if @
|
|
125
|
-
invalid_properties.push('invalid value for "
|
|
113
|
+
if @type.nil?
|
|
114
|
+
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
|
126
115
|
end
|
|
127
116
|
|
|
128
117
|
if @outputted.nil?
|
|
129
118
|
invalid_properties.push('invalid value for "outputted", outputted cannot be nil.')
|
|
130
119
|
end
|
|
131
120
|
|
|
132
|
-
if @description.nil?
|
|
133
|
-
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
|
134
|
-
end
|
|
135
|
-
|
|
136
121
|
invalid_properties
|
|
137
122
|
end
|
|
138
123
|
|
|
@@ -140,20 +125,19 @@ module TrinsicApi
|
|
|
140
125
|
# @return true if the model is valid
|
|
141
126
|
def valid?
|
|
142
127
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
143
|
-
return false if @
|
|
128
|
+
return false if @type.nil?
|
|
144
129
|
return false if @outputted.nil?
|
|
145
|
-
return false if @description.nil?
|
|
146
130
|
true
|
|
147
131
|
end
|
|
148
132
|
|
|
149
133
|
# Custom attribute writer method with validation
|
|
150
|
-
# @param [Object]
|
|
151
|
-
def
|
|
152
|
-
if
|
|
153
|
-
fail ArgumentError, '
|
|
134
|
+
# @param [Object] type Value to be assigned
|
|
135
|
+
def type=(type)
|
|
136
|
+
if type.nil?
|
|
137
|
+
fail ArgumentError, 'type cannot be nil'
|
|
154
138
|
end
|
|
155
139
|
|
|
156
|
-
@
|
|
140
|
+
@type = type
|
|
157
141
|
end
|
|
158
142
|
|
|
159
143
|
# Custom attribute writer method with validation
|
|
@@ -166,24 +150,13 @@ module TrinsicApi
|
|
|
166
150
|
@outputted = outputted
|
|
167
151
|
end
|
|
168
152
|
|
|
169
|
-
# Custom attribute writer method with validation
|
|
170
|
-
# @param [Object] description Value to be assigned
|
|
171
|
-
def description=(description)
|
|
172
|
-
if description.nil?
|
|
173
|
-
fail ArgumentError, 'description cannot be nil'
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
@description = description
|
|
177
|
-
end
|
|
178
|
-
|
|
179
153
|
# Checks equality by comparing each attribute.
|
|
180
154
|
# @param [Object] Object to be compared
|
|
181
155
|
def ==(o)
|
|
182
156
|
return true if self.equal?(o)
|
|
183
157
|
self.class == o.class &&
|
|
184
|
-
|
|
185
|
-
outputted == o.outputted
|
|
186
|
-
description == o.description
|
|
158
|
+
type == o.type &&
|
|
159
|
+
outputted == o.outputted
|
|
187
160
|
end
|
|
188
161
|
|
|
189
162
|
# @see the `==` method
|
|
@@ -195,7 +168,7 @@ module TrinsicApi
|
|
|
195
168
|
# Calculates hash code according to all attributes.
|
|
196
169
|
# @return [Integer] Hash code
|
|
197
170
|
def hash
|
|
198
|
-
[
|
|
171
|
+
[type, outputted].hash
|
|
199
172
|
end
|
|
200
173
|
|
|
201
174
|
# Builds the object from hash
|
|
@@ -14,15 +14,12 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
-
# Information about
|
|
18
|
-
class
|
|
19
|
-
# The
|
|
20
|
-
attr_accessor :name
|
|
21
|
-
|
|
22
|
-
# The scope of the field as it appears in verification results.
|
|
17
|
+
# Information about an attribute that a Provider may return in verification results.
|
|
18
|
+
class ContractAttribute
|
|
19
|
+
# The scope of the attribute as it appears in verification results.
|
|
23
20
|
attr_accessor :scope
|
|
24
21
|
|
|
25
|
-
# Indicates when this
|
|
22
|
+
# Indicates when this attribute will be present in verification results.
|
|
26
23
|
attr_accessor :outputted
|
|
27
24
|
|
|
28
25
|
class EnumAttributeValidator
|
|
@@ -50,7 +47,6 @@ module TrinsicApi
|
|
|
50
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
51
48
|
def self.attribute_map
|
|
52
49
|
{
|
|
53
|
-
:'name' => :'name',
|
|
54
50
|
:'scope' => :'scope',
|
|
55
51
|
:'outputted' => :'outputted'
|
|
56
52
|
}
|
|
@@ -69,9 +65,8 @@ module TrinsicApi
|
|
|
69
65
|
# Attribute type mapping.
|
|
70
66
|
def self.openapi_types
|
|
71
67
|
{
|
|
72
|
-
:'name' => :'String',
|
|
73
68
|
:'scope' => :'String',
|
|
74
|
-
:'outputted' => :'
|
|
69
|
+
:'outputted' => :'AttributeAvailability'
|
|
75
70
|
}
|
|
76
71
|
end
|
|
77
72
|
|
|
@@ -85,24 +80,18 @@ module TrinsicApi
|
|
|
85
80
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
86
81
|
def initialize(attributes = {})
|
|
87
82
|
if (!attributes.is_a?(Hash))
|
|
88
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
|
83
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::ContractAttribute` initialize method"
|
|
89
84
|
end
|
|
90
85
|
|
|
91
86
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
92
87
|
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
93
88
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
94
89
|
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
95
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
|
90
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::ContractAttribute`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
96
91
|
end
|
|
97
92
|
h[k.to_sym] = v
|
|
98
93
|
}
|
|
99
94
|
|
|
100
|
-
if attributes.key?(:'name')
|
|
101
|
-
self.name = attributes[:'name']
|
|
102
|
-
else
|
|
103
|
-
self.name = nil
|
|
104
|
-
end
|
|
105
|
-
|
|
106
95
|
if attributes.key?(:'scope')
|
|
107
96
|
self.scope = attributes[:'scope']
|
|
108
97
|
else
|
|
@@ -121,10 +110,6 @@ module TrinsicApi
|
|
|
121
110
|
def list_invalid_properties
|
|
122
111
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
123
112
|
invalid_properties = Array.new
|
|
124
|
-
if @name.nil?
|
|
125
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
126
|
-
end
|
|
127
|
-
|
|
128
113
|
if @scope.nil?
|
|
129
114
|
invalid_properties.push('invalid value for "scope", scope cannot be nil.')
|
|
130
115
|
end
|
|
@@ -140,22 +125,11 @@ module TrinsicApi
|
|
|
140
125
|
# @return true if the model is valid
|
|
141
126
|
def valid?
|
|
142
127
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
143
|
-
return false if @name.nil?
|
|
144
128
|
return false if @scope.nil?
|
|
145
129
|
return false if @outputted.nil?
|
|
146
130
|
true
|
|
147
131
|
end
|
|
148
132
|
|
|
149
|
-
# Custom attribute writer method with validation
|
|
150
|
-
# @param [Object] name Value to be assigned
|
|
151
|
-
def name=(name)
|
|
152
|
-
if name.nil?
|
|
153
|
-
fail ArgumentError, 'name cannot be nil'
|
|
154
|
-
end
|
|
155
|
-
|
|
156
|
-
@name = name
|
|
157
|
-
end
|
|
158
|
-
|
|
159
133
|
# Custom attribute writer method with validation
|
|
160
134
|
# @param [Object] scope Value to be assigned
|
|
161
135
|
def scope=(scope)
|
|
@@ -181,7 +155,6 @@ module TrinsicApi
|
|
|
181
155
|
def ==(o)
|
|
182
156
|
return true if self.equal?(o)
|
|
183
157
|
self.class == o.class &&
|
|
184
|
-
name == o.name &&
|
|
185
158
|
scope == o.scope &&
|
|
186
159
|
outputted == o.outputted
|
|
187
160
|
end
|
|
@@ -195,7 +168,7 @@ module TrinsicApi
|
|
|
195
168
|
# Calculates hash code according to all attributes.
|
|
196
169
|
# @return [Integer] Hash code
|
|
197
170
|
def hash
|
|
198
|
-
[
|
|
171
|
+
[scope, outputted].hash
|
|
199
172
|
end
|
|
200
173
|
|
|
201
174
|
# Builds the object from hash
|