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,31 +14,37 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
-
class
|
|
18
|
-
# The
|
|
17
|
+
class Provider
|
|
18
|
+
# The unique identifier of the provider
|
|
19
19
|
attr_accessor :id
|
|
20
20
|
|
|
21
|
-
# The
|
|
21
|
+
# The display name of the provider
|
|
22
22
|
attr_accessor :name
|
|
23
23
|
|
|
24
|
+
# The URL of the provider's logo
|
|
25
|
+
attr_accessor :logo_url
|
|
26
|
+
|
|
24
27
|
# The Provider's subtext recommended to be shown next to the name. This is flavor text, not a full, human-readable description of the provider.
|
|
25
28
|
attr_accessor :subtext
|
|
26
29
|
|
|
27
|
-
#
|
|
30
|
+
# A description of the provider's capabilities
|
|
28
31
|
attr_accessor :description
|
|
29
32
|
|
|
30
|
-
#
|
|
31
|
-
attr_accessor :logo_url
|
|
32
|
-
|
|
33
|
-
# Whether the Provider is available for use in your App. If `false`, you will need to contact Trinsic to enable this Provider for your App.
|
|
34
|
-
attr_accessor :available
|
|
35
|
-
|
|
36
|
-
# The geographies within the Regions the Provider is available.
|
|
33
|
+
# Geographic regions where this provider operates
|
|
37
34
|
attr_accessor :geography
|
|
38
35
|
|
|
39
|
-
#
|
|
36
|
+
# Specific regions supported by this provider
|
|
40
37
|
attr_accessor :regions
|
|
41
38
|
|
|
39
|
+
# The countries where this Provider is available (as alpha-2 ISO codes).
|
|
40
|
+
attr_accessor :countries
|
|
41
|
+
|
|
42
|
+
# The subdivisions (states, provinces, etc.) where this Provider is available (as alpha-2 ISO codes).
|
|
43
|
+
attr_accessor :subdivisions
|
|
44
|
+
|
|
45
|
+
# Whether this provider is licensed for use by your organization
|
|
46
|
+
attr_accessor :licensed
|
|
47
|
+
|
|
42
48
|
# Relevant only to Direct Provider Sessions. The `LaunchMethod` which must be supported to launch the Provider Session in Direct Provider Sessions.
|
|
43
49
|
attr_accessor :launch_method
|
|
44
50
|
|
|
@@ -57,23 +63,23 @@ module TrinsicApi
|
|
|
57
63
|
# Whether there exists a Trinsic-hosted UI for this Provider. This is `true` for any Provider which is not a simple, OIDC-like redirect flow.
|
|
58
64
|
attr_accessor :has_trinsic_interface
|
|
59
65
|
|
|
60
|
-
# Whether this Provider can be fully whitelabeled/OEMed through the Direct Provider Sessions API. If `false`, the Provider may still be launched through Direct Provider Sessions; however, it will necessarily require a Trinsic-hosted UI to function.
|
|
61
|
-
attr_accessor :supports_advanced_provider_sessions
|
|
62
|
-
|
|
63
66
|
# Whether this Provider can be fully whitelabeled/OEMed through the Direct Provider Sessions API. If `false`, the Provider may still be launched through Direct Provider Sessions; however, it will necessarily require a Trinsic-hosted UI to function.
|
|
64
67
|
attr_accessor :supports_direct_provider_sessions
|
|
65
68
|
|
|
66
|
-
# Information about the
|
|
67
|
-
attr_accessor :
|
|
69
|
+
# Information about the user attributes that this Provider will return in verification results.
|
|
70
|
+
attr_accessor :available_attributes
|
|
68
71
|
|
|
69
|
-
# Information about the
|
|
70
|
-
attr_accessor :
|
|
72
|
+
# Information about the attachments that this Provider will return in verification results.
|
|
73
|
+
attr_accessor :available_attachments
|
|
71
74
|
|
|
72
|
-
# Metadata about the sub-providers which are available for this Provider. For example, Italy's SPID is a Provider which aggregates access to multiple sub-providers.
|
|
75
|
+
# Metadata about the sub-providers which are available for this Provider in the current Environment. For example, Italy's SPID is a Provider which aggregates access to multiple sub-providers.
|
|
73
76
|
attr_accessor :sub_providers
|
|
74
77
|
|
|
75
|
-
# The health for
|
|
76
|
-
attr_accessor :
|
|
78
|
+
# The health for a provider in the live environment
|
|
79
|
+
attr_accessor :live_health
|
|
80
|
+
|
|
81
|
+
# The health for a provider in the test environment
|
|
82
|
+
attr_accessor :test_health
|
|
77
83
|
|
|
78
84
|
class EnumAttributeValidator
|
|
79
85
|
attr_reader :datatype
|
|
@@ -102,24 +108,26 @@ module TrinsicApi
|
|
|
102
108
|
{
|
|
103
109
|
:'id' => :'id',
|
|
104
110
|
:'name' => :'name',
|
|
111
|
+
:'logo_url' => :'logoUrl',
|
|
105
112
|
:'subtext' => :'subtext',
|
|
106
113
|
:'description' => :'description',
|
|
107
|
-
:'logo_url' => :'logoUrl',
|
|
108
|
-
:'available' => :'available',
|
|
109
114
|
:'geography' => :'geography',
|
|
110
115
|
:'regions' => :'regions',
|
|
116
|
+
:'countries' => :'countries',
|
|
117
|
+
:'subdivisions' => :'subdivisions',
|
|
118
|
+
:'licensed' => :'licensed',
|
|
111
119
|
:'launch_method' => :'launchMethod',
|
|
112
120
|
:'collection_method' => :'collectionMethod',
|
|
113
121
|
:'results_may_be_delayed_after_redirect' => :'resultsMayBeDelayedAfterRedirect',
|
|
114
122
|
:'has_refreshable_content' => :'hasRefreshableContent',
|
|
115
123
|
:'requires_input' => :'requiresInput',
|
|
116
124
|
:'has_trinsic_interface' => :'hasTrinsicInterface',
|
|
117
|
-
:'supports_advanced_provider_sessions' => :'supportsAdvancedProviderSessions',
|
|
118
125
|
:'supports_direct_provider_sessions' => :'supportsDirectProviderSessions',
|
|
119
|
-
:'
|
|
120
|
-
:'
|
|
126
|
+
:'available_attributes' => :'availableAttributes',
|
|
127
|
+
:'available_attachments' => :'availableAttachments',
|
|
121
128
|
:'sub_providers' => :'subProviders',
|
|
122
|
-
:'
|
|
129
|
+
:'live_health' => :'liveHealth',
|
|
130
|
+
:'test_health' => :'testHealth'
|
|
123
131
|
}
|
|
124
132
|
end
|
|
125
133
|
|
|
@@ -138,32 +146,34 @@ module TrinsicApi
|
|
|
138
146
|
{
|
|
139
147
|
:'id' => :'String',
|
|
140
148
|
:'name' => :'String',
|
|
149
|
+
:'logo_url' => :'String',
|
|
141
150
|
:'subtext' => :'String',
|
|
142
151
|
:'description' => :'String',
|
|
143
|
-
:'logo_url' => :'String',
|
|
144
|
-
:'available' => :'Boolean',
|
|
145
152
|
:'geography' => :'Array<String>',
|
|
146
153
|
:'regions' => :'Array<String>',
|
|
154
|
+
:'countries' => :'Array<String>',
|
|
155
|
+
:'subdivisions' => :'Array<String>',
|
|
156
|
+
:'licensed' => :'Boolean',
|
|
147
157
|
:'launch_method' => :'IntegrationLaunchMethod',
|
|
148
158
|
:'collection_method' => :'ResultCollectionMethod',
|
|
149
159
|
:'results_may_be_delayed_after_redirect' => :'Boolean',
|
|
150
160
|
:'has_refreshable_content' => :'Boolean',
|
|
151
161
|
:'requires_input' => :'Boolean',
|
|
152
162
|
:'has_trinsic_interface' => :'Boolean',
|
|
153
|
-
:'supports_advanced_provider_sessions' => :'Boolean',
|
|
154
163
|
:'supports_direct_provider_sessions' => :'Boolean',
|
|
155
|
-
:'
|
|
156
|
-
:'
|
|
164
|
+
:'available_attributes' => :'Array<ContractAttribute>',
|
|
165
|
+
:'available_attachments' => :'Array<ContractAttachment>',
|
|
157
166
|
:'sub_providers' => :'Array<SubProviderMetadata>',
|
|
158
|
-
:'
|
|
167
|
+
:'live_health' => :'ProviderHealth',
|
|
168
|
+
:'test_health' => :'ProviderHealth'
|
|
159
169
|
}
|
|
160
170
|
end
|
|
161
171
|
|
|
162
172
|
# List of attributes with nullable: true
|
|
163
173
|
def self.openapi_nullable
|
|
164
174
|
Set.new([
|
|
165
|
-
:'
|
|
166
|
-
:'
|
|
175
|
+
:'available_attributes',
|
|
176
|
+
:'available_attachments',
|
|
167
177
|
:'sub_providers',
|
|
168
178
|
])
|
|
169
179
|
end
|
|
@@ -172,14 +182,14 @@ module TrinsicApi
|
|
|
172
182
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
173
183
|
def initialize(attributes = {})
|
|
174
184
|
if (!attributes.is_a?(Hash))
|
|
175
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::
|
|
185
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::Provider` initialize method"
|
|
176
186
|
end
|
|
177
187
|
|
|
178
188
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
179
189
|
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
180
190
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
181
191
|
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
182
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::
|
|
192
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::Provider`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
183
193
|
end
|
|
184
194
|
h[k.to_sym] = v
|
|
185
195
|
}
|
|
@@ -196,6 +206,12 @@ module TrinsicApi
|
|
|
196
206
|
self.name = nil
|
|
197
207
|
end
|
|
198
208
|
|
|
209
|
+
if attributes.key?(:'logo_url')
|
|
210
|
+
self.logo_url = attributes[:'logo_url']
|
|
211
|
+
else
|
|
212
|
+
self.logo_url = nil
|
|
213
|
+
end
|
|
214
|
+
|
|
199
215
|
if attributes.key?(:'subtext')
|
|
200
216
|
self.subtext = attributes[:'subtext']
|
|
201
217
|
else
|
|
@@ -208,18 +224,6 @@ module TrinsicApi
|
|
|
208
224
|
self.description = nil
|
|
209
225
|
end
|
|
210
226
|
|
|
211
|
-
if attributes.key?(:'logo_url')
|
|
212
|
-
self.logo_url = attributes[:'logo_url']
|
|
213
|
-
else
|
|
214
|
-
self.logo_url = nil
|
|
215
|
-
end
|
|
216
|
-
|
|
217
|
-
if attributes.key?(:'available')
|
|
218
|
-
self.available = attributes[:'available']
|
|
219
|
-
else
|
|
220
|
-
self.available = nil
|
|
221
|
-
end
|
|
222
|
-
|
|
223
227
|
if attributes.key?(:'geography')
|
|
224
228
|
if (value = attributes[:'geography']).is_a?(Array)
|
|
225
229
|
self.geography = value
|
|
@@ -236,6 +240,28 @@ module TrinsicApi
|
|
|
236
240
|
self.regions = nil
|
|
237
241
|
end
|
|
238
242
|
|
|
243
|
+
if attributes.key?(:'countries')
|
|
244
|
+
if (value = attributes[:'countries']).is_a?(Array)
|
|
245
|
+
self.countries = value
|
|
246
|
+
end
|
|
247
|
+
else
|
|
248
|
+
self.countries = nil
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
if attributes.key?(:'subdivisions')
|
|
252
|
+
if (value = attributes[:'subdivisions']).is_a?(Array)
|
|
253
|
+
self.subdivisions = value
|
|
254
|
+
end
|
|
255
|
+
else
|
|
256
|
+
self.subdivisions = nil
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
if attributes.key?(:'licensed')
|
|
260
|
+
self.licensed = attributes[:'licensed']
|
|
261
|
+
else
|
|
262
|
+
self.licensed = nil
|
|
263
|
+
end
|
|
264
|
+
|
|
239
265
|
if attributes.key?(:'launch_method')
|
|
240
266
|
self.launch_method = attributes[:'launch_method']
|
|
241
267
|
else
|
|
@@ -272,27 +298,21 @@ module TrinsicApi
|
|
|
272
298
|
self.has_trinsic_interface = nil
|
|
273
299
|
end
|
|
274
300
|
|
|
275
|
-
if attributes.key?(:'supports_advanced_provider_sessions')
|
|
276
|
-
self.supports_advanced_provider_sessions = attributes[:'supports_advanced_provider_sessions']
|
|
277
|
-
else
|
|
278
|
-
self.supports_advanced_provider_sessions = nil
|
|
279
|
-
end
|
|
280
|
-
|
|
281
301
|
if attributes.key?(:'supports_direct_provider_sessions')
|
|
282
302
|
self.supports_direct_provider_sessions = attributes[:'supports_direct_provider_sessions']
|
|
283
303
|
else
|
|
284
304
|
self.supports_direct_provider_sessions = nil
|
|
285
305
|
end
|
|
286
306
|
|
|
287
|
-
if attributes.key?(:'
|
|
288
|
-
if (value = attributes[:'
|
|
289
|
-
self.
|
|
307
|
+
if attributes.key?(:'available_attributes')
|
|
308
|
+
if (value = attributes[:'available_attributes']).is_a?(Array)
|
|
309
|
+
self.available_attributes = value
|
|
290
310
|
end
|
|
291
311
|
end
|
|
292
312
|
|
|
293
|
-
if attributes.key?(:'
|
|
294
|
-
if (value = attributes[:'
|
|
295
|
-
self.
|
|
313
|
+
if attributes.key?(:'available_attachments')
|
|
314
|
+
if (value = attributes[:'available_attachments']).is_a?(Array)
|
|
315
|
+
self.available_attachments = value
|
|
296
316
|
end
|
|
297
317
|
end
|
|
298
318
|
|
|
@@ -302,10 +322,16 @@ module TrinsicApi
|
|
|
302
322
|
end
|
|
303
323
|
end
|
|
304
324
|
|
|
305
|
-
if attributes.key?(:'
|
|
306
|
-
self.
|
|
325
|
+
if attributes.key?(:'live_health')
|
|
326
|
+
self.live_health = attributes[:'live_health']
|
|
327
|
+
else
|
|
328
|
+
self.live_health = nil
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
if attributes.key?(:'test_health')
|
|
332
|
+
self.test_health = attributes[:'test_health']
|
|
307
333
|
else
|
|
308
|
-
self.
|
|
334
|
+
self.test_health = nil
|
|
309
335
|
end
|
|
310
336
|
end
|
|
311
337
|
|
|
@@ -322,6 +348,10 @@ module TrinsicApi
|
|
|
322
348
|
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
323
349
|
end
|
|
324
350
|
|
|
351
|
+
if @logo_url.nil?
|
|
352
|
+
invalid_properties.push('invalid value for "logo_url", logo_url cannot be nil.')
|
|
353
|
+
end
|
|
354
|
+
|
|
325
355
|
if @subtext.nil?
|
|
326
356
|
invalid_properties.push('invalid value for "subtext", subtext cannot be nil.')
|
|
327
357
|
end
|
|
@@ -330,14 +360,6 @@ module TrinsicApi
|
|
|
330
360
|
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
|
331
361
|
end
|
|
332
362
|
|
|
333
|
-
if @logo_url.nil?
|
|
334
|
-
invalid_properties.push('invalid value for "logo_url", logo_url cannot be nil.')
|
|
335
|
-
end
|
|
336
|
-
|
|
337
|
-
if @available.nil?
|
|
338
|
-
invalid_properties.push('invalid value for "available", available cannot be nil.')
|
|
339
|
-
end
|
|
340
|
-
|
|
341
363
|
if @geography.nil?
|
|
342
364
|
invalid_properties.push('invalid value for "geography", geography cannot be nil.')
|
|
343
365
|
end
|
|
@@ -346,6 +368,18 @@ module TrinsicApi
|
|
|
346
368
|
invalid_properties.push('invalid value for "regions", regions cannot be nil.')
|
|
347
369
|
end
|
|
348
370
|
|
|
371
|
+
if @countries.nil?
|
|
372
|
+
invalid_properties.push('invalid value for "countries", countries cannot be nil.')
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
if @subdivisions.nil?
|
|
376
|
+
invalid_properties.push('invalid value for "subdivisions", subdivisions cannot be nil.')
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
if @licensed.nil?
|
|
380
|
+
invalid_properties.push('invalid value for "licensed", licensed cannot be nil.')
|
|
381
|
+
end
|
|
382
|
+
|
|
349
383
|
if @launch_method.nil?
|
|
350
384
|
invalid_properties.push('invalid value for "launch_method", launch_method cannot be nil.')
|
|
351
385
|
end
|
|
@@ -370,16 +404,16 @@ module TrinsicApi
|
|
|
370
404
|
invalid_properties.push('invalid value for "has_trinsic_interface", has_trinsic_interface cannot be nil.')
|
|
371
405
|
end
|
|
372
406
|
|
|
373
|
-
if @supports_advanced_provider_sessions.nil?
|
|
374
|
-
invalid_properties.push('invalid value for "supports_advanced_provider_sessions", supports_advanced_provider_sessions cannot be nil.')
|
|
375
|
-
end
|
|
376
|
-
|
|
377
407
|
if @supports_direct_provider_sessions.nil?
|
|
378
408
|
invalid_properties.push('invalid value for "supports_direct_provider_sessions", supports_direct_provider_sessions cannot be nil.')
|
|
379
409
|
end
|
|
380
410
|
|
|
381
|
-
if @
|
|
382
|
-
invalid_properties.push('invalid value for "
|
|
411
|
+
if @live_health.nil?
|
|
412
|
+
invalid_properties.push('invalid value for "live_health", live_health cannot be nil.')
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
if @test_health.nil?
|
|
416
|
+
invalid_properties.push('invalid value for "test_health", test_health cannot be nil.')
|
|
383
417
|
end
|
|
384
418
|
|
|
385
419
|
invalid_properties
|
|
@@ -391,21 +425,23 @@ module TrinsicApi
|
|
|
391
425
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
392
426
|
return false if @id.nil?
|
|
393
427
|
return false if @name.nil?
|
|
428
|
+
return false if @logo_url.nil?
|
|
394
429
|
return false if @subtext.nil?
|
|
395
430
|
return false if @description.nil?
|
|
396
|
-
return false if @logo_url.nil?
|
|
397
|
-
return false if @available.nil?
|
|
398
431
|
return false if @geography.nil?
|
|
399
432
|
return false if @regions.nil?
|
|
433
|
+
return false if @countries.nil?
|
|
434
|
+
return false if @subdivisions.nil?
|
|
435
|
+
return false if @licensed.nil?
|
|
400
436
|
return false if @launch_method.nil?
|
|
401
437
|
return false if @collection_method.nil?
|
|
402
438
|
return false if @results_may_be_delayed_after_redirect.nil?
|
|
403
439
|
return false if @has_refreshable_content.nil?
|
|
404
440
|
return false if @requires_input.nil?
|
|
405
441
|
return false if @has_trinsic_interface.nil?
|
|
406
|
-
return false if @supports_advanced_provider_sessions.nil?
|
|
407
442
|
return false if @supports_direct_provider_sessions.nil?
|
|
408
|
-
return false if @
|
|
443
|
+
return false if @live_health.nil?
|
|
444
|
+
return false if @test_health.nil?
|
|
409
445
|
true
|
|
410
446
|
end
|
|
411
447
|
|
|
@@ -429,6 +465,16 @@ module TrinsicApi
|
|
|
429
465
|
@name = name
|
|
430
466
|
end
|
|
431
467
|
|
|
468
|
+
# Custom attribute writer method with validation
|
|
469
|
+
# @param [Object] logo_url Value to be assigned
|
|
470
|
+
def logo_url=(logo_url)
|
|
471
|
+
if logo_url.nil?
|
|
472
|
+
fail ArgumentError, 'logo_url cannot be nil'
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
@logo_url = logo_url
|
|
476
|
+
end
|
|
477
|
+
|
|
432
478
|
# Custom attribute writer method with validation
|
|
433
479
|
# @param [Object] subtext Value to be assigned
|
|
434
480
|
def subtext=(subtext)
|
|
@@ -449,26 +495,6 @@ module TrinsicApi
|
|
|
449
495
|
@description = description
|
|
450
496
|
end
|
|
451
497
|
|
|
452
|
-
# Custom attribute writer method with validation
|
|
453
|
-
# @param [Object] logo_url Value to be assigned
|
|
454
|
-
def logo_url=(logo_url)
|
|
455
|
-
if logo_url.nil?
|
|
456
|
-
fail ArgumentError, 'logo_url cannot be nil'
|
|
457
|
-
end
|
|
458
|
-
|
|
459
|
-
@logo_url = logo_url
|
|
460
|
-
end
|
|
461
|
-
|
|
462
|
-
# Custom attribute writer method with validation
|
|
463
|
-
# @param [Object] available Value to be assigned
|
|
464
|
-
def available=(available)
|
|
465
|
-
if available.nil?
|
|
466
|
-
fail ArgumentError, 'available cannot be nil'
|
|
467
|
-
end
|
|
468
|
-
|
|
469
|
-
@available = available
|
|
470
|
-
end
|
|
471
|
-
|
|
472
498
|
# Custom attribute writer method with validation
|
|
473
499
|
# @param [Object] geography Value to be assigned
|
|
474
500
|
def geography=(geography)
|
|
@@ -489,6 +515,36 @@ module TrinsicApi
|
|
|
489
515
|
@regions = regions
|
|
490
516
|
end
|
|
491
517
|
|
|
518
|
+
# Custom attribute writer method with validation
|
|
519
|
+
# @param [Object] countries Value to be assigned
|
|
520
|
+
def countries=(countries)
|
|
521
|
+
if countries.nil?
|
|
522
|
+
fail ArgumentError, 'countries cannot be nil'
|
|
523
|
+
end
|
|
524
|
+
|
|
525
|
+
@countries = countries
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
# Custom attribute writer method with validation
|
|
529
|
+
# @param [Object] subdivisions Value to be assigned
|
|
530
|
+
def subdivisions=(subdivisions)
|
|
531
|
+
if subdivisions.nil?
|
|
532
|
+
fail ArgumentError, 'subdivisions cannot be nil'
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
@subdivisions = subdivisions
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
# Custom attribute writer method with validation
|
|
539
|
+
# @param [Object] licensed Value to be assigned
|
|
540
|
+
def licensed=(licensed)
|
|
541
|
+
if licensed.nil?
|
|
542
|
+
fail ArgumentError, 'licensed cannot be nil'
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
@licensed = licensed
|
|
546
|
+
end
|
|
547
|
+
|
|
492
548
|
# Custom attribute writer method with validation
|
|
493
549
|
# @param [Object] launch_method Value to be assigned
|
|
494
550
|
def launch_method=(launch_method)
|
|
@@ -549,16 +605,6 @@ module TrinsicApi
|
|
|
549
605
|
@has_trinsic_interface = has_trinsic_interface
|
|
550
606
|
end
|
|
551
607
|
|
|
552
|
-
# Custom attribute writer method with validation
|
|
553
|
-
# @param [Object] supports_advanced_provider_sessions Value to be assigned
|
|
554
|
-
def supports_advanced_provider_sessions=(supports_advanced_provider_sessions)
|
|
555
|
-
if supports_advanced_provider_sessions.nil?
|
|
556
|
-
fail ArgumentError, 'supports_advanced_provider_sessions cannot be nil'
|
|
557
|
-
end
|
|
558
|
-
|
|
559
|
-
@supports_advanced_provider_sessions = supports_advanced_provider_sessions
|
|
560
|
-
end
|
|
561
|
-
|
|
562
608
|
# Custom attribute writer method with validation
|
|
563
609
|
# @param [Object] supports_direct_provider_sessions Value to be assigned
|
|
564
610
|
def supports_direct_provider_sessions=(supports_direct_provider_sessions)
|
|
@@ -570,13 +616,23 @@ module TrinsicApi
|
|
|
570
616
|
end
|
|
571
617
|
|
|
572
618
|
# Custom attribute writer method with validation
|
|
573
|
-
# @param [Object]
|
|
574
|
-
def
|
|
575
|
-
if
|
|
576
|
-
fail ArgumentError, '
|
|
619
|
+
# @param [Object] live_health Value to be assigned
|
|
620
|
+
def live_health=(live_health)
|
|
621
|
+
if live_health.nil?
|
|
622
|
+
fail ArgumentError, 'live_health cannot be nil'
|
|
577
623
|
end
|
|
578
624
|
|
|
579
|
-
@
|
|
625
|
+
@live_health = live_health
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
# Custom attribute writer method with validation
|
|
629
|
+
# @param [Object] test_health Value to be assigned
|
|
630
|
+
def test_health=(test_health)
|
|
631
|
+
if test_health.nil?
|
|
632
|
+
fail ArgumentError, 'test_health cannot be nil'
|
|
633
|
+
end
|
|
634
|
+
|
|
635
|
+
@test_health = test_health
|
|
580
636
|
end
|
|
581
637
|
|
|
582
638
|
# Checks equality by comparing each attribute.
|
|
@@ -586,24 +642,26 @@ module TrinsicApi
|
|
|
586
642
|
self.class == o.class &&
|
|
587
643
|
id == o.id &&
|
|
588
644
|
name == o.name &&
|
|
645
|
+
logo_url == o.logo_url &&
|
|
589
646
|
subtext == o.subtext &&
|
|
590
647
|
description == o.description &&
|
|
591
|
-
logo_url == o.logo_url &&
|
|
592
|
-
available == o.available &&
|
|
593
648
|
geography == o.geography &&
|
|
594
649
|
regions == o.regions &&
|
|
650
|
+
countries == o.countries &&
|
|
651
|
+
subdivisions == o.subdivisions &&
|
|
652
|
+
licensed == o.licensed &&
|
|
595
653
|
launch_method == o.launch_method &&
|
|
596
654
|
collection_method == o.collection_method &&
|
|
597
655
|
results_may_be_delayed_after_redirect == o.results_may_be_delayed_after_redirect &&
|
|
598
656
|
has_refreshable_content == o.has_refreshable_content &&
|
|
599
657
|
requires_input == o.requires_input &&
|
|
600
658
|
has_trinsic_interface == o.has_trinsic_interface &&
|
|
601
|
-
supports_advanced_provider_sessions == o.supports_advanced_provider_sessions &&
|
|
602
659
|
supports_direct_provider_sessions == o.supports_direct_provider_sessions &&
|
|
603
|
-
|
|
604
|
-
|
|
660
|
+
available_attributes == o.available_attributes &&
|
|
661
|
+
available_attachments == o.available_attachments &&
|
|
605
662
|
sub_providers == o.sub_providers &&
|
|
606
|
-
|
|
663
|
+
live_health == o.live_health &&
|
|
664
|
+
test_health == o.test_health
|
|
607
665
|
end
|
|
608
666
|
|
|
609
667
|
# @see the `==` method
|
|
@@ -615,7 +673,7 @@ module TrinsicApi
|
|
|
615
673
|
# Calculates hash code according to all attributes.
|
|
616
674
|
# @return [Integer] Hash code
|
|
617
675
|
def hash
|
|
618
|
-
[id, name, subtext, description,
|
|
676
|
+
[id, name, logo_url, subtext, description, geography, regions, countries, subdivisions, licensed, launch_method, collection_method, results_may_be_delayed_after_redirect, has_refreshable_content, requires_input, has_trinsic_interface, supports_direct_provider_sessions, available_attributes, available_attachments, sub_providers, live_health, test_health].hash
|
|
619
677
|
end
|
|
620
678
|
|
|
621
679
|
# Builds the object from hash
|