trinsic_api 3.0.1 → 3.0.2.pre.preview

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.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/docs/AadhaarClaims.md +46 -0
  3. data/docs/AadhaarLanguage.md +20 -0
  4. data/docs/AadhaarLocalizedClaims.md +40 -0
  5. data/docs/AppleWalletInput.md +3 -1
  6. data/docs/ConnectIdAddress.md +26 -0
  7. data/docs/ConnectIdAgeVerification.md +20 -0
  8. data/docs/ConnectIdBeneficiaryAccount.md +24 -0
  9. data/docs/ConnectIdProviderOutput.md +38 -0
  10. data/docs/CzechMojeIdAddressOutput.md +28 -0
  11. data/docs/CzechMojeIdProviderOutput.md +62 -0
  12. data/docs/DigilockerAadhaarProviderOutput.md +30 -0
  13. data/docs/FaydaProviderOutput.md +7 -1
  14. data/docs/FinnishTrustNetworkProviderOutput.md +38 -0
  15. data/docs/FranceIdentiteInput.md +18 -0
  16. data/docs/FranceIdentiteProviderOutput.md +18 -0
  17. data/docs/FrejaIndirectProviderOutput.md +24 -0
  18. data/docs/FrejaProviderOutput.md +36 -8
  19. data/docs/GetProviderResponse.md +18 -0
  20. data/docs/GoogleWalletInput.md +3 -1
  21. data/docs/NigeriaNinLookup2ProviderOutput.md +40 -0
  22. data/docs/NorwegianBankIdProviderOutput.md +32 -0
  23. data/docs/OneIdProviderAddress.md +26 -0
  24. data/docs/OneIdProviderOutput.md +28 -0
  25. data/docs/OutputFrejaAddress.md +24 -0
  26. data/docs/OutputFrejaDocument.md +24 -0
  27. data/docs/PhilippinesDigitalNidProviderOutput.md +21 -1
  28. data/docs/PhilippinesPhysicalNidProviderOutput.md +17 -1
  29. data/docs/ProviderInput.md +6 -0
  30. data/docs/ProviderOutput.md +24 -2
  31. data/docs/ProvidersApi.md +70 -0
  32. data/docs/Raw18013DocumentRequest.md +20 -0
  33. data/docs/Raw18013RequestInput.md +18 -0
  34. data/docs/RecommendProvidersResponse.md +3 -1
  35. data/docs/SamsungWalletInput.md +18 -0
  36. data/docs/UkEvisaLookupInput.md +20 -0
  37. data/docs/UnitedKingdomEvisaProviderOutput.md +38 -0
  38. data/docs/VerificationProfileResponse.md +2 -0
  39. data/docs/VerificationProfilesApi.md +4 -0
  40. data/docs/YotiDeeplinkProviderOutput.md +40 -0
  41. data/lib/trinsic_api/api/providers_api.rb +63 -0
  42. data/lib/trinsic_api/api/verification_profiles_api.rb +6 -0
  43. data/lib/trinsic_api/models/aadhaar_claims.rb +376 -0
  44. data/lib/trinsic_api/models/aadhaar_language.rb +250 -0
  45. data/lib/trinsic_api/models/aadhaar_localized_claims.rb +343 -0
  46. data/lib/trinsic_api/models/apple_wallet_input.rb +16 -5
  47. data/lib/trinsic_api/models/connect_id_address.rb +266 -0
  48. data/lib/trinsic_api/models/connect_id_age_verification.rb +233 -0
  49. data/lib/trinsic_api/models/connect_id_beneficiary_account.rb +255 -0
  50. data/lib/trinsic_api/models/connect_id_provider_output.rb +333 -0
  51. data/lib/trinsic_api/models/czech_moje_id_address_output.rb +277 -0
  52. data/lib/trinsic_api/models/czech_moje_id_provider_output.rb +465 -0
  53. data/lib/trinsic_api/models/digilocker_aadhaar_provider_output.rb +305 -0
  54. data/lib/trinsic_api/models/fayda_provider_output.rb +38 -5
  55. data/lib/trinsic_api/models/finnish_trust_network_provider_output.rb +333 -0
  56. data/lib/trinsic_api/models/france_identite_input.rb +222 -0
  57. data/lib/trinsic_api/models/france_identite_provider_output.rb +239 -0
  58. data/lib/trinsic_api/models/freja_indirect_provider_output.rb +320 -0
  59. data/lib/trinsic_api/models/freja_provider_output.rb +185 -91
  60. data/lib/trinsic_api/models/get_provider_response.rb +238 -0
  61. data/lib/trinsic_api/models/google_wallet_input.rb +16 -5
  62. data/lib/trinsic_api/models/integration_step.rb +1 -1
  63. data/lib/trinsic_api/models/nigeria_nin_lookup2_provider_output.rb +392 -0
  64. data/lib/trinsic_api/models/norwegian_bank_id_provider_output.rb +300 -0
  65. data/lib/trinsic_api/models/one_id_provider_address.rb +266 -0
  66. data/lib/trinsic_api/models/one_id_provider_output.rb +278 -0
  67. data/lib/trinsic_api/models/output_freja_address.rb +255 -0
  68. data/lib/trinsic_api/models/output_freja_document.rb +255 -0
  69. data/lib/trinsic_api/models/philippines_digital_nid_provider_output.rb +114 -4
  70. data/lib/trinsic_api/models/philippines_physical_nid_provider_output.rb +92 -4
  71. data/lib/trinsic_api/models/provider_input.rb +34 -1
  72. data/lib/trinsic_api/models/provider_output.rb +127 -6
  73. data/lib/trinsic_api/models/raw18013_document_request.rb +276 -0
  74. data/lib/trinsic_api/models/raw18013_request_input.rb +259 -0
  75. data/lib/trinsic_api/models/recommend_providers_response.rb +33 -4
  76. data/lib/trinsic_api/models/samsung_wallet_input.rb +222 -0
  77. data/lib/trinsic_api/models/uk_evisa_lookup_input.rb +283 -0
  78. data/lib/trinsic_api/models/united_kingdom_evisa_provider_output.rb +333 -0
  79. data/lib/trinsic_api/models/verification_profile_response.rb +28 -1
  80. data/lib/trinsic_api/models/yoti_deeplink_provider_output.rb +344 -0
  81. data/lib/trinsic_api/version.rb +1 -1
  82. data/lib/trinsic_api.rb +27 -0
  83. data/spec/api/providers_api_spec.rb +12 -0
  84. data/spec/api/verification_profiles_api_spec.rb +2 -0
  85. data/spec/models/aadhaar_claims_spec.rb +120 -0
  86. data/spec/models/aadhaar_language_spec.rb +42 -0
  87. data/spec/models/aadhaar_localized_claims_spec.rb +102 -0
  88. data/spec/models/apple_wallet_input_spec.rb +6 -0
  89. data/spec/models/connect_id_address_spec.rb +60 -0
  90. data/spec/models/connect_id_age_verification_spec.rb +42 -0
  91. data/spec/models/connect_id_beneficiary_account_spec.rb +54 -0
  92. data/spec/models/connect_id_provider_output_spec.rb +96 -0
  93. data/spec/models/czech_moje_id_address_output_spec.rb +66 -0
  94. data/spec/models/czech_moje_id_provider_output_spec.rb +168 -0
  95. data/spec/models/digilocker_aadhaar_provider_output_spec.rb +72 -0
  96. data/spec/models/fayda_provider_output_spec.rb +18 -0
  97. data/spec/models/finnish_trust_network_provider_output_spec.rb +96 -0
  98. data/spec/models/france_identite_input_spec.rb +36 -0
  99. data/spec/models/france_identite_provider_output_spec.rb +36 -0
  100. data/spec/models/freja_indirect_provider_output_spec.rb +54 -0
  101. data/spec/models/freja_provider_output_spec.rb +88 -4
  102. data/spec/models/get_provider_response_spec.rb +36 -0
  103. data/spec/models/google_wallet_input_spec.rb +6 -0
  104. data/spec/models/nigeria_nin_lookup2_provider_output_spec.rb +102 -0
  105. data/spec/models/norwegian_bank_id_provider_output_spec.rb +78 -0
  106. data/spec/models/one_id_provider_address_spec.rb +60 -0
  107. data/spec/models/one_id_provider_output_spec.rb +66 -0
  108. data/spec/models/output_freja_address_spec.rb +54 -0
  109. data/spec/models/output_freja_document_spec.rb +54 -0
  110. data/spec/models/philippines_digital_nid_provider_output_spec.rb +60 -0
  111. data/spec/models/philippines_physical_nid_provider_output_spec.rb +48 -0
  112. data/spec/models/provider_input_spec.rb +18 -0
  113. data/spec/models/provider_output_spec.rb +66 -0
  114. data/spec/models/raw18013_document_request_spec.rb +42 -0
  115. data/spec/models/raw18013_request_input_spec.rb +36 -0
  116. data/spec/models/recommend_providers_response_spec.rb +6 -0
  117. data/spec/models/samsung_wallet_input_spec.rb +36 -0
  118. data/spec/models/uk_evisa_lookup_input_spec.rb +42 -0
  119. data/spec/models/united_kingdom_evisa_provider_output_spec.rb +96 -0
  120. data/spec/models/verification_profile_response_spec.rb +6 -0
  121. data/spec/models/yoti_deeplink_provider_output_spec.rb +102 -0
  122. metadata +230 -122
@@ -19,10 +19,42 @@ module TrinsicApi
19
19
  # The PhilSys Card Number (PCN). Every citizen or resident alien registered in PhilSys has a PhilSys Number (PSN). This number is tokenized into a card number to protect the PSN. The PhilSys Card Number is 12 characters long, and often is written in octets with dashes in between.
20
20
  attr_accessor :philsys_card_number
21
21
 
22
+ # The given (first) name of the individual.
23
+ attr_accessor :given_name
24
+
25
+ # The middle name of the individual.
26
+ attr_accessor :middle_name
27
+
28
+ # The family (last) name of the individual.
29
+ attr_accessor :family_name
30
+
31
+ # The date of birth of the individual.
32
+ attr_accessor :date_of_birth
33
+
34
+ # The name suffix of the individual (e.g. Jr., III).
35
+ attr_accessor :suffix
36
+
37
+ # The sex of the individual. Possible values: - Male - Female
38
+ attr_accessor :sex
39
+
40
+ # The place of birth of the individual as recorded on the PhilSys credential.
41
+ attr_accessor :place_of_birth
42
+
43
+ # The date the document was issued.
44
+ attr_accessor :document_issue_date
45
+
22
46
  # Attribute mapping from ruby-style variable name to JSON key.
23
47
  def self.attribute_map
24
48
  {
25
- :'philsys_card_number' => :'philsysCardNumber'
49
+ :'philsys_card_number' => :'philsysCardNumber',
50
+ :'given_name' => :'givenName',
51
+ :'middle_name' => :'middleName',
52
+ :'family_name' => :'familyName',
53
+ :'date_of_birth' => :'dateOfBirth',
54
+ :'suffix' => :'suffix',
55
+ :'sex' => :'sex',
56
+ :'place_of_birth' => :'placeOfBirth',
57
+ :'document_issue_date' => :'documentIssueDate'
26
58
  }
27
59
  end
28
60
 
@@ -39,13 +71,29 @@ module TrinsicApi
39
71
  # Attribute type mapping.
40
72
  def self.openapi_types
41
73
  {
42
- :'philsys_card_number' => :'String'
74
+ :'philsys_card_number' => :'String',
75
+ :'given_name' => :'String',
76
+ :'middle_name' => :'String',
77
+ :'family_name' => :'String',
78
+ :'date_of_birth' => :'Date',
79
+ :'suffix' => :'String',
80
+ :'sex' => :'String',
81
+ :'place_of_birth' => :'String',
82
+ :'document_issue_date' => :'Date'
43
83
  }
44
84
  end
45
85
 
46
86
  # List of attributes with nullable: true
47
87
  def self.openapi_nullable
48
88
  Set.new([
89
+ :'given_name',
90
+ :'middle_name',
91
+ :'family_name',
92
+ :'date_of_birth',
93
+ :'suffix',
94
+ :'sex',
95
+ :'place_of_birth',
96
+ :'document_issue_date'
49
97
  ])
50
98
  end
51
99
 
@@ -70,6 +118,38 @@ module TrinsicApi
70
118
  else
71
119
  self.philsys_card_number = nil
72
120
  end
121
+
122
+ if attributes.key?(:'given_name')
123
+ self.given_name = attributes[:'given_name']
124
+ end
125
+
126
+ if attributes.key?(:'middle_name')
127
+ self.middle_name = attributes[:'middle_name']
128
+ end
129
+
130
+ if attributes.key?(:'family_name')
131
+ self.family_name = attributes[:'family_name']
132
+ end
133
+
134
+ if attributes.key?(:'date_of_birth')
135
+ self.date_of_birth = attributes[:'date_of_birth']
136
+ end
137
+
138
+ if attributes.key?(:'suffix')
139
+ self.suffix = attributes[:'suffix']
140
+ end
141
+
142
+ if attributes.key?(:'sex')
143
+ self.sex = attributes[:'sex']
144
+ end
145
+
146
+ if attributes.key?(:'place_of_birth')
147
+ self.place_of_birth = attributes[:'place_of_birth']
148
+ end
149
+
150
+ if attributes.key?(:'document_issue_date')
151
+ self.document_issue_date = attributes[:'document_issue_date']
152
+ end
73
153
  end
74
154
 
75
155
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -107,7 +187,15 @@ module TrinsicApi
107
187
  def ==(o)
108
188
  return true if self.equal?(o)
109
189
  self.class == o.class &&
110
- philsys_card_number == o.philsys_card_number
190
+ philsys_card_number == o.philsys_card_number &&
191
+ given_name == o.given_name &&
192
+ middle_name == o.middle_name &&
193
+ family_name == o.family_name &&
194
+ date_of_birth == o.date_of_birth &&
195
+ suffix == o.suffix &&
196
+ sex == o.sex &&
197
+ place_of_birth == o.place_of_birth &&
198
+ document_issue_date == o.document_issue_date
111
199
  end
112
200
 
113
201
  # @see the `==` method
@@ -119,7 +207,7 @@ module TrinsicApi
119
207
  # Calculates hash code according to all attributes.
120
208
  # @return [Integer] Hash code
121
209
  def hash
122
- [philsys_card_number].hash
210
+ [philsys_card_number, given_name, middle_name, family_name, date_of_birth, suffix, sex, place_of_birth, document_issue_date].hash
123
211
  end
124
212
 
125
213
  # Builds the object from hash
@@ -105,9 +105,18 @@ module TrinsicApi
105
105
  # Input for the `apple-wallet` provider
106
106
  attr_accessor :apple_wallet
107
107
 
108
+ # Input for the `samsung-wallet` provider
109
+ attr_accessor :samsung_wallet
110
+
111
+ # Input for the `france-identite` provider
112
+ attr_accessor :france_identite
113
+
108
114
  # Input for the `peru-dni-lookup` provider
109
115
  attr_accessor :peru_dni_lookup
110
116
 
117
+ # Input for the `uk-evisa-lookup` provider
118
+ attr_accessor :uk_evisa_lookup
119
+
111
120
  # *TEST MODE ONLY.* Input for the `trinsic-test-database-lookup` provider
112
121
  attr_accessor :trinsic_test_database_lookup
113
122
 
@@ -147,7 +156,10 @@ module TrinsicApi
147
156
  :'italy_spid' => :'italy-spid',
148
157
  :'google_wallet' => :'google-wallet',
149
158
  :'apple_wallet' => :'apple-wallet',
159
+ :'samsung_wallet' => :'samsung-wallet',
160
+ :'france_identite' => :'france-identite',
150
161
  :'peru_dni_lookup' => :'peru-dni-lookup',
162
+ :'uk_evisa_lookup' => :'uk-evisa-lookup',
151
163
  :'trinsic_test_database_lookup' => :'trinsic-test-database-lookup',
152
164
  :'trinsic_test_sub_providers' => :'trinsic-test-sub-providers'
153
165
  }
@@ -196,7 +208,10 @@ module TrinsicApi
196
208
  :'italy_spid' => :'SpidInput',
197
209
  :'google_wallet' => :'GoogleWalletInput',
198
210
  :'apple_wallet' => :'AppleWalletInput',
211
+ :'samsung_wallet' => :'SamsungWalletInput',
212
+ :'france_identite' => :'FranceIdentiteInput',
199
213
  :'peru_dni_lookup' => :'PeruDniLookupInput',
214
+ :'uk_evisa_lookup' => :'UkEvisaLookupInput',
200
215
  :'trinsic_test_database_lookup' => :'TrinsicTestDatabaseLookupInput',
201
216
  :'trinsic_test_sub_providers' => :'TrinsicTestSubProvidersInput'
202
217
  }
@@ -235,7 +250,10 @@ module TrinsicApi
235
250
  :'italy_spid',
236
251
  :'google_wallet',
237
252
  :'apple_wallet',
253
+ :'samsung_wallet',
254
+ :'france_identite',
238
255
  :'peru_dni_lookup',
256
+ :'uk_evisa_lookup',
239
257
  :'trinsic_test_database_lookup',
240
258
  :'trinsic_test_sub_providers'
241
259
  ])
@@ -377,10 +395,22 @@ module TrinsicApi
377
395
  self.apple_wallet = attributes[:'apple_wallet']
378
396
  end
379
397
 
398
+ if attributes.key?(:'samsung_wallet')
399
+ self.samsung_wallet = attributes[:'samsung_wallet']
400
+ end
401
+
402
+ if attributes.key?(:'france_identite')
403
+ self.france_identite = attributes[:'france_identite']
404
+ end
405
+
380
406
  if attributes.key?(:'peru_dni_lookup')
381
407
  self.peru_dni_lookup = attributes[:'peru_dni_lookup']
382
408
  end
383
409
 
410
+ if attributes.key?(:'uk_evisa_lookup')
411
+ self.uk_evisa_lookup = attributes[:'uk_evisa_lookup']
412
+ end
413
+
384
414
  if attributes.key?(:'trinsic_test_database_lookup')
385
415
  self.trinsic_test_database_lookup = attributes[:'trinsic_test_database_lookup']
386
416
  end
@@ -440,7 +470,10 @@ module TrinsicApi
440
470
  italy_spid == o.italy_spid &&
441
471
  google_wallet == o.google_wallet &&
442
472
  apple_wallet == o.apple_wallet &&
473
+ samsung_wallet == o.samsung_wallet &&
474
+ france_identite == o.france_identite &&
443
475
  peru_dni_lookup == o.peru_dni_lookup &&
476
+ uk_evisa_lookup == o.uk_evisa_lookup &&
444
477
  trinsic_test_database_lookup == o.trinsic_test_database_lookup &&
445
478
  trinsic_test_sub_providers == o.trinsic_test_sub_providers
446
479
  end
@@ -454,7 +487,7 @@ module TrinsicApi
454
487
  # Calculates hash code according to all attributes.
455
488
  # @return [Integer] Hash code
456
489
  def hash
457
- [kenya_nid_match_biometric_2, indonesia_nik_lookup, indonesia_dukcapil_match, mexico_curp_lookup, south_africa_nid_lookup, kenya_nid_lookup, kenya_nid_match_2, kenya_nid_lookup_2, south_africa_nid_lookup_2, south_africa_nid_match_2, south_africa_nid_match_biometric_2, nigeria_nin_lookup_2, cote_divoire_nid_lookup_2, zimbabwe_nid_lookup_2, nigeria_nin_match_2, uganda_nid_match_2, nigeria_nin_match_biometric_2, nigeria_nin_lookup, india_digilocker_aadhaar_match, brazil_cpf_lookup, brazil_digital_cnh, philippines_philsys_match, philippines_physical_national_id_qr, philippines_digital_national_id_qr, smart_id, mobile_id, netherlands_idin, italy_spid, google_wallet, apple_wallet, peru_dni_lookup, trinsic_test_database_lookup, trinsic_test_sub_providers].hash
490
+ [kenya_nid_match_biometric_2, indonesia_nik_lookup, indonesia_dukcapil_match, mexico_curp_lookup, south_africa_nid_lookup, kenya_nid_lookup, kenya_nid_match_2, kenya_nid_lookup_2, south_africa_nid_lookup_2, south_africa_nid_match_2, south_africa_nid_match_biometric_2, nigeria_nin_lookup_2, cote_divoire_nid_lookup_2, zimbabwe_nid_lookup_2, nigeria_nin_match_2, uganda_nid_match_2, nigeria_nin_match_biometric_2, nigeria_nin_lookup, india_digilocker_aadhaar_match, brazil_cpf_lookup, brazil_digital_cnh, philippines_philsys_match, philippines_physical_national_id_qr, philippines_digital_national_id_qr, smart_id, mobile_id, netherlands_idin, italy_spid, google_wallet, apple_wallet, samsung_wallet, france_identite, peru_dni_lookup, uk_evisa_lookup, trinsic_test_database_lookup, trinsic_test_sub_providers].hash
458
491
  end
459
492
 
460
493
  # Builds the object from hash
@@ -51,6 +51,12 @@ module TrinsicApi
51
51
  # Exposed properties for the `a-pl-mojeid-login` Provider which do not directly map to the normalized IdentityData model.
52
52
  attr_accessor :a_pl_mojeid_login
53
53
 
54
+ # Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
55
+ attr_accessor :australia_connect_id
56
+
57
+ # Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
58
+ attr_accessor :czech_republic_mojeid
59
+
54
60
  # Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model.
55
61
  attr_accessor :a_pt_id_login
56
62
 
@@ -66,12 +72,24 @@ module TrinsicApi
66
72
  # Exposed properties for the `ethiopia-fayda` Provider which do not directly map to the normalized IdentityData model.
67
73
  attr_accessor :ethiopia_fayda
68
74
 
75
+ # Exposed properties for the `finnish-trust-network` Provider which do not directly map to the normalized IdentityData model.
76
+ attr_accessor :finnish_trust_network
77
+
78
+ # Exposed properties for the `france-identite` Provider which do not directly map to the normalized IdentityData model.
79
+ attr_accessor :france_identite
80
+
69
81
  # Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
70
82
  attr_accessor :france_identite_numerique
71
83
 
84
+ # Exposed properties for the `freja` Provider which do not directly map to the normalized IdentityData model.
85
+ attr_accessor :freja
86
+
72
87
  # Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model.
73
88
  attr_accessor :google_wallet
74
89
 
90
+ # Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model.
91
+ attr_accessor :india_digilocker_aadhaar
92
+
75
93
  # Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
76
94
  attr_accessor :italy_spid
77
95
 
@@ -87,9 +105,18 @@ module TrinsicApi
87
105
  # Exposed properties for the `mobile-id` Provider which do not directly map to the normalized IdentityData model.
88
106
  attr_accessor :mobile_id
89
107
 
108
+ # Exposed properties for the `nigeria-nin-lookup-2` Provider which do not directly map to the normalized IdentityData model.
109
+ attr_accessor :nigeria_nin_lookup_2
110
+
111
+ # Exposed properties for the `oneid` Provider which do not directly map to the normalized IdentityData model.
112
+ attr_accessor :oneid
113
+
90
114
  # Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
91
115
  attr_accessor :peru_dni_lookup
92
116
 
117
+ # Exposed properties for the `norway-bankid` Provider which do not directly map to the normalized IdentityData model.
118
+ attr_accessor :norway_bankid
119
+
93
120
  # Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
94
121
  attr_accessor :philippines_digital_national_id_qr
95
122
 
@@ -105,6 +132,9 @@ module TrinsicApi
105
132
  # Exposed properties for the `smart-id` Provider which do not directly map to the normalized IdentityData model.
106
133
  attr_accessor :smart_id
107
134
 
135
+ # Exposed properties for the `uk-evisa-lookup` Provider which do not directly map to the normalized IdentityData model.
136
+ attr_accessor :uk_evisa_lookup
137
+
108
138
  # Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model.
109
139
  attr_accessor :sweden_bankid
110
140
 
@@ -114,6 +144,9 @@ module TrinsicApi
114
144
  # Exposed properties for the `yoti` Provider which do not directly map to the normalized IdentityData model.
115
145
  attr_accessor :yoti
116
146
 
147
+ # Exposed properties for the `yoti-deeplink` Provider which do not directly map to the normalized IdentityData model.
148
+ attr_accessor :yoti_deeplink
149
+
117
150
  # Attribute mapping from ruby-style variable name to JSON key.
118
151
  def self.attribute_map
119
152
  {
@@ -129,27 +162,38 @@ module TrinsicApi
129
162
  :'a_lv_eparaksts_mobile_login' => :'a-lv-eparaksts-mobile-login',
130
163
  :'a_mojeid' => :'a-mojeid',
131
164
  :'a_pl_mojeid_login' => :'a-pl-mojeid-login',
165
+ :'australia_connect_id' => :'australia-connect-id',
166
+ :'czech_republic_mojeid' => :'czech-republic-mojeid',
132
167
  :'a_pt_id_login' => :'a-pt-id-login',
133
168
  :'a_rs_id_login' => :'a-rs-id-login',
134
169
  :'apple_wallet' => :'apple-wallet',
135
170
  :'denmark_mitid' => :'denmark-mitid',
136
171
  :'ethiopia_fayda' => :'ethiopia-fayda',
172
+ :'finnish_trust_network' => :'finnish-trust-network',
173
+ :'france_identite' => :'france-identite',
137
174
  :'france_identite_numerique' => :'france-identite-numerique',
175
+ :'freja' => :'freja',
138
176
  :'google_wallet' => :'google-wallet',
177
+ :'india_digilocker_aadhaar' => :'india-digilocker-aadhaar',
139
178
  :'italy_spid' => :'italy-spid',
140
179
  :'kenya_nid_lookup_2' => :'kenya-nid-lookup-2',
141
180
  :'lloyds_smart_id' => :'lloyds-smart-id',
142
181
  :'mexico_curp_lookup' => :'mexico-curp-lookup',
143
182
  :'mobile_id' => :'mobile-id',
183
+ :'nigeria_nin_lookup_2' => :'nigeria-nin-lookup-2',
184
+ :'oneid' => :'oneid',
144
185
  :'peru_dni_lookup' => :'peru-dni-lookup',
186
+ :'norway_bankid' => :'norway-bankid',
145
187
  :'philippines_digital_national_id_qr' => :'philippines-digital-national-id-qr',
146
188
  :'philippines_physical_national_id_qr' => :'philippines-physical-national-id-qr',
147
189
  :'post_office_easyid' => :'post-office-easyid',
148
190
  :'samsung_wallet' => :'samsung-wallet',
149
191
  :'smart_id' => :'smart-id',
192
+ :'uk_evisa_lookup' => :'uk-evisa-lookup',
150
193
  :'sweden_bankid' => :'sweden-bankid',
151
194
  :'usa_louisiana_wallet' => :'usa-louisiana-wallet',
152
- :'yoti' => :'yoti'
195
+ :'yoti' => :'yoti',
196
+ :'yoti_deeplink' => :'yoti-deeplink'
153
197
  }
154
198
  end
155
199
 
@@ -171,34 +215,45 @@ module TrinsicApi
171
215
  :'a_edoapp_eid_login' => :'PolandEdoAppProviderOutput',
172
216
  :'a_ee_web_eid_login' => :'EstoniaIdCardProviderOutput',
173
217
  :'a_fi_id_login' => :'FinlandIdCardProviderOutput',
174
- :'a_freja_eid_login' => :'FrejaProviderOutput',
218
+ :'a_freja_eid_login' => :'FrejaIndirectProviderOutput',
175
219
  :'a_itsme_login' => :'ItsmeProviderOutput',
176
220
  :'a_lt_id_login' => :'LithuaniaIdCardProviderOutput',
177
221
  :'a_lv_eparaksts_id_login' => :'LatviaEparakstsProviderOutput',
178
222
  :'a_lv_eparaksts_mobile_login' => :'LatviaEparakstsMobileProviderOutput',
179
223
  :'a_mojeid' => :'CzechiaMojeIdProviderOutput',
180
224
  :'a_pl_mojeid_login' => :'PolandMojeIdProviderOutput',
225
+ :'australia_connect_id' => :'ConnectIdProviderOutput',
226
+ :'czech_republic_mojeid' => :'CzechMojeIdProviderOutput',
181
227
  :'a_pt_id_login' => :'PortugalIdCardProviderOutput',
182
228
  :'a_rs_id_login' => :'SerbiaIdCardProviderOutput',
183
229
  :'apple_wallet' => :'AppleWalletProviderOutput',
184
230
  :'denmark_mitid' => :'MitIdProviderOutput',
185
231
  :'ethiopia_fayda' => :'FaydaProviderOutput',
232
+ :'finnish_trust_network' => :'FinnishTrustNetworkProviderOutput',
233
+ :'france_identite' => :'FranceIdentiteProviderOutput',
186
234
  :'france_identite_numerique' => :'FrenchNumeriqueProviderOutput',
235
+ :'freja' => :'FrejaProviderOutput',
187
236
  :'google_wallet' => :'GoogleWalletProviderOutput',
237
+ :'india_digilocker_aadhaar' => :'DigilockerAadhaarProviderOutput',
188
238
  :'italy_spid' => :'SpidProviderOutput',
189
239
  :'kenya_nid_lookup_2' => :'KenyaNidLookup2ProviderOutput',
190
240
  :'lloyds_smart_id' => :'LloydsSmartIdProviderOutput',
191
241
  :'mexico_curp_lookup' => :'MexicoCurpProviderOutput',
192
242
  :'mobile_id' => :'MobileIdProviderOutput',
243
+ :'nigeria_nin_lookup_2' => :'NigeriaNinLookup2ProviderOutput',
244
+ :'oneid' => :'OneIdProviderOutput',
193
245
  :'peru_dni_lookup' => :'PeruDniProviderOutput',
246
+ :'norway_bankid' => :'NorwegianBankIdProviderOutput',
194
247
  :'philippines_digital_national_id_qr' => :'PhilippinesDigitalNidProviderOutput',
195
248
  :'philippines_physical_national_id_qr' => :'PhilippinesPhysicalNidProviderOutput',
196
249
  :'post_office_easyid' => :'PostOfficeEasyIdProviderOutput',
197
250
  :'samsung_wallet' => :'SamsungWalletProviderOutput',
198
251
  :'smart_id' => :'SmartIdProviderOutput',
252
+ :'uk_evisa_lookup' => :'UnitedKingdomEvisaProviderOutput',
199
253
  :'sweden_bankid' => :'SwedenBankIdProviderOutput',
200
254
  :'usa_louisiana_wallet' => :'LaWalletProviderOutput',
201
- :'yoti' => :'YotiProviderOutput'
255
+ :'yoti' => :'YotiProviderOutput',
256
+ :'yoti_deeplink' => :'YotiDeeplinkProviderOutput'
202
257
  }
203
258
  end
204
259
 
@@ -217,27 +272,38 @@ module TrinsicApi
217
272
  :'a_lv_eparaksts_mobile_login',
218
273
  :'a_mojeid',
219
274
  :'a_pl_mojeid_login',
275
+ :'australia_connect_id',
276
+ :'czech_republic_mojeid',
220
277
  :'a_pt_id_login',
221
278
  :'a_rs_id_login',
222
279
  :'apple_wallet',
223
280
  :'denmark_mitid',
224
281
  :'ethiopia_fayda',
282
+ :'finnish_trust_network',
283
+ :'france_identite',
225
284
  :'france_identite_numerique',
285
+ :'freja',
226
286
  :'google_wallet',
287
+ :'india_digilocker_aadhaar',
227
288
  :'italy_spid',
228
289
  :'kenya_nid_lookup_2',
229
290
  :'lloyds_smart_id',
230
291
  :'mexico_curp_lookup',
231
292
  :'mobile_id',
293
+ :'nigeria_nin_lookup_2',
294
+ :'oneid',
232
295
  :'peru_dni_lookup',
296
+ :'norway_bankid',
233
297
  :'philippines_digital_national_id_qr',
234
298
  :'philippines_physical_national_id_qr',
235
299
  :'post_office_easyid',
236
300
  :'samsung_wallet',
237
301
  :'smart_id',
302
+ :'uk_evisa_lookup',
238
303
  :'sweden_bankid',
239
304
  :'usa_louisiana_wallet',
240
- :'yoti'
305
+ :'yoti',
306
+ :'yoti_deeplink'
241
307
  ])
242
308
  end
243
309
 
@@ -305,6 +371,14 @@ module TrinsicApi
305
371
  self.a_pl_mojeid_login = attributes[:'a_pl_mojeid_login']
306
372
  end
307
373
 
374
+ if attributes.key?(:'australia_connect_id')
375
+ self.australia_connect_id = attributes[:'australia_connect_id']
376
+ end
377
+
378
+ if attributes.key?(:'czech_republic_mojeid')
379
+ self.czech_republic_mojeid = attributes[:'czech_republic_mojeid']
380
+ end
381
+
308
382
  if attributes.key?(:'a_pt_id_login')
309
383
  self.a_pt_id_login = attributes[:'a_pt_id_login']
310
384
  end
@@ -325,14 +399,30 @@ module TrinsicApi
325
399
  self.ethiopia_fayda = attributes[:'ethiopia_fayda']
326
400
  end
327
401
 
402
+ if attributes.key?(:'finnish_trust_network')
403
+ self.finnish_trust_network = attributes[:'finnish_trust_network']
404
+ end
405
+
406
+ if attributes.key?(:'france_identite')
407
+ self.france_identite = attributes[:'france_identite']
408
+ end
409
+
328
410
  if attributes.key?(:'france_identite_numerique')
329
411
  self.france_identite_numerique = attributes[:'france_identite_numerique']
330
412
  end
331
413
 
414
+ if attributes.key?(:'freja')
415
+ self.freja = attributes[:'freja']
416
+ end
417
+
332
418
  if attributes.key?(:'google_wallet')
333
419
  self.google_wallet = attributes[:'google_wallet']
334
420
  end
335
421
 
422
+ if attributes.key?(:'india_digilocker_aadhaar')
423
+ self.india_digilocker_aadhaar = attributes[:'india_digilocker_aadhaar']
424
+ end
425
+
336
426
  if attributes.key?(:'italy_spid')
337
427
  self.italy_spid = attributes[:'italy_spid']
338
428
  end
@@ -353,10 +443,22 @@ module TrinsicApi
353
443
  self.mobile_id = attributes[:'mobile_id']
354
444
  end
355
445
 
446
+ if attributes.key?(:'nigeria_nin_lookup_2')
447
+ self.nigeria_nin_lookup_2 = attributes[:'nigeria_nin_lookup_2']
448
+ end
449
+
450
+ if attributes.key?(:'oneid')
451
+ self.oneid = attributes[:'oneid']
452
+ end
453
+
356
454
  if attributes.key?(:'peru_dni_lookup')
357
455
  self.peru_dni_lookup = attributes[:'peru_dni_lookup']
358
456
  end
359
457
 
458
+ if attributes.key?(:'norway_bankid')
459
+ self.norway_bankid = attributes[:'norway_bankid']
460
+ end
461
+
360
462
  if attributes.key?(:'philippines_digital_national_id_qr')
361
463
  self.philippines_digital_national_id_qr = attributes[:'philippines_digital_national_id_qr']
362
464
  end
@@ -377,6 +479,10 @@ module TrinsicApi
377
479
  self.smart_id = attributes[:'smart_id']
378
480
  end
379
481
 
482
+ if attributes.key?(:'uk_evisa_lookup')
483
+ self.uk_evisa_lookup = attributes[:'uk_evisa_lookup']
484
+ end
485
+
380
486
  if attributes.key?(:'sweden_bankid')
381
487
  self.sweden_bankid = attributes[:'sweden_bankid']
382
488
  end
@@ -388,6 +494,10 @@ module TrinsicApi
388
494
  if attributes.key?(:'yoti')
389
495
  self.yoti = attributes[:'yoti']
390
496
  end
497
+
498
+ if attributes.key?(:'yoti_deeplink')
499
+ self.yoti_deeplink = attributes[:'yoti_deeplink']
500
+ end
391
501
  end
392
502
 
393
503
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -422,27 +532,38 @@ module TrinsicApi
422
532
  a_lv_eparaksts_mobile_login == o.a_lv_eparaksts_mobile_login &&
423
533
  a_mojeid == o.a_mojeid &&
424
534
  a_pl_mojeid_login == o.a_pl_mojeid_login &&
535
+ australia_connect_id == o.australia_connect_id &&
536
+ czech_republic_mojeid == o.czech_republic_mojeid &&
425
537
  a_pt_id_login == o.a_pt_id_login &&
426
538
  a_rs_id_login == o.a_rs_id_login &&
427
539
  apple_wallet == o.apple_wallet &&
428
540
  denmark_mitid == o.denmark_mitid &&
429
541
  ethiopia_fayda == o.ethiopia_fayda &&
542
+ finnish_trust_network == o.finnish_trust_network &&
543
+ france_identite == o.france_identite &&
430
544
  france_identite_numerique == o.france_identite_numerique &&
545
+ freja == o.freja &&
431
546
  google_wallet == o.google_wallet &&
547
+ india_digilocker_aadhaar == o.india_digilocker_aadhaar &&
432
548
  italy_spid == o.italy_spid &&
433
549
  kenya_nid_lookup_2 == o.kenya_nid_lookup_2 &&
434
550
  lloyds_smart_id == o.lloyds_smart_id &&
435
551
  mexico_curp_lookup == o.mexico_curp_lookup &&
436
552
  mobile_id == o.mobile_id &&
553
+ nigeria_nin_lookup_2 == o.nigeria_nin_lookup_2 &&
554
+ oneid == o.oneid &&
437
555
  peru_dni_lookup == o.peru_dni_lookup &&
556
+ norway_bankid == o.norway_bankid &&
438
557
  philippines_digital_national_id_qr == o.philippines_digital_national_id_qr &&
439
558
  philippines_physical_national_id_qr == o.philippines_physical_national_id_qr &&
440
559
  post_office_easyid == o.post_office_easyid &&
441
560
  samsung_wallet == o.samsung_wallet &&
442
561
  smart_id == o.smart_id &&
562
+ uk_evisa_lookup == o.uk_evisa_lookup &&
443
563
  sweden_bankid == o.sweden_bankid &&
444
564
  usa_louisiana_wallet == o.usa_louisiana_wallet &&
445
- yoti == o.yoti
565
+ yoti == o.yoti &&
566
+ yoti_deeplink == o.yoti_deeplink
446
567
  end
447
568
 
448
569
  # @see the `==` method
@@ -454,7 +575,7 @@ module TrinsicApi
454
575
  # Calculates hash code according to all attributes.
455
576
  # @return [Integer] Hash code
456
577
  def hash
457
- [a_at_handy_signatur_login, a_be_id_login, a_edoapp_eid_login, a_ee_web_eid_login, a_fi_id_login, a_freja_eid_login, a_itsme_login, a_lt_id_login, a_lv_eparaksts_id_login, a_lv_eparaksts_mobile_login, a_mojeid, a_pl_mojeid_login, a_pt_id_login, a_rs_id_login, apple_wallet, denmark_mitid, ethiopia_fayda, france_identite_numerique, google_wallet, italy_spid, kenya_nid_lookup_2, lloyds_smart_id, mexico_curp_lookup, mobile_id, peru_dni_lookup, philippines_digital_national_id_qr, philippines_physical_national_id_qr, post_office_easyid, samsung_wallet, smart_id, sweden_bankid, usa_louisiana_wallet, yoti].hash
578
+ [a_at_handy_signatur_login, a_be_id_login, a_edoapp_eid_login, a_ee_web_eid_login, a_fi_id_login, a_freja_eid_login, a_itsme_login, a_lt_id_login, a_lv_eparaksts_id_login, a_lv_eparaksts_mobile_login, a_mojeid, a_pl_mojeid_login, australia_connect_id, czech_republic_mojeid, a_pt_id_login, a_rs_id_login, apple_wallet, denmark_mitid, ethiopia_fayda, finnish_trust_network, france_identite, france_identite_numerique, freja, google_wallet, india_digilocker_aadhaar, italy_spid, kenya_nid_lookup_2, lloyds_smart_id, mexico_curp_lookup, mobile_id, nigeria_nin_lookup_2, oneid, peru_dni_lookup, norway_bankid, philippines_digital_national_id_qr, philippines_physical_national_id_qr, post_office_easyid, samsung_wallet, smart_id, uk_evisa_lookup, sweden_bankid, usa_louisiana_wallet, yoti, yoti_deeplink].hash
458
579
  end
459
580
 
460
581
  # Builds the object from hash