trinsic_api 3.1.0.pre.preview1 → 3.1.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/AgeOverOutput.md +20 -0
- data/docs/AppleWalletProviderOutput.md +2 -0
- data/docs/EudiAgeVerificationCredential.md +22 -0
- data/docs/EudiPidCredential.md +70 -0
- data/docs/FranceIdentiteProviderOutput.md +4 -0
- data/docs/GoogleWalletIdPassCredential.md +40 -0
- data/docs/GoogleWalletProviderOutput.md +4 -0
- data/docs/Iso180132BiometricDataBlockProduct.md +20 -0
- data/docs/Iso180132BiometricGroupTemplate.md +18 -0
- data/docs/Iso180132BiometricTemplate.md +24 -0
- data/docs/Iso180132BiometricTemplateHeader.md +36 -0
- data/docs/Iso180132BiometricValidityPeriod.md +20 -0
- data/docs/Iso180135AamvaDomesticDrivingPrivilege.md +22 -0
- data/docs/Iso180135AamvaDomesticVehicleClass.md +24 -0
- data/docs/Iso180135AamvaDomesticVehicleEndorsement.md +20 -0
- data/docs/Iso180135AamvaDomesticVehicleRestriction.md +20 -0
- data/docs/Iso180135AamvaNamespaceOutput.md +70 -0
- data/docs/Iso180135AamvaWeightRange.md +20 -0
- data/docs/Iso180135DrivingPrivilege.md +24 -0
- data/docs/Iso180135DrivingPrivilegeCode.md +22 -0
- data/docs/Iso180135MobileDriversLicenseCredential.md +20 -0
- data/docs/Iso180135StandardNamespaceOutput.md +86 -0
- data/docs/SamsungWalletProviderOutput.md +2 -0
- data/lib/trinsic_api/models/age_over_output.rb +193 -0
- data/lib/trinsic_api/models/apple_wallet_provider_output.rb +12 -1
- data/lib/trinsic_api/models/eudi_age_verification_credential.rb +174 -0
- data/lib/trinsic_api/models/eudi_pid_credential.rb +438 -0
- data/lib/trinsic_api/models/france_identite_provider_output.rb +23 -1
- data/lib/trinsic_api/models/google_wallet_id_pass_credential.rb +273 -0
- data/lib/trinsic_api/models/google_wallet_provider_output.rb +23 -1
- data/lib/trinsic_api/models/iso180132_biometric_data_block_product.rb +193 -0
- data/lib/trinsic_api/models/iso180132_biometric_group_template.rb +168 -0
- data/lib/trinsic_api/models/iso180132_biometric_template.rb +231 -0
- data/lib/trinsic_api/models/iso180132_biometric_template_header.rb +297 -0
- data/lib/trinsic_api/models/iso180132_biometric_validity_period.rb +193 -0
- data/lib/trinsic_api/models/iso180135_aamva_domestic_driving_privilege.rb +176 -0
- data/lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_class.rb +215 -0
- data/lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_endorsement.rb +177 -0
- data/lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_restriction.rb +177 -0
- data/lib/trinsic_api/models/iso180135_aamva_namespace_output.rb +438 -0
- data/lib/trinsic_api/models/iso180135_aamva_weight_range.rb +177 -0
- data/lib/trinsic_api/models/iso180135_driving_privilege.rb +201 -0
- data/lib/trinsic_api/models/iso180135_driving_privilege_code.rb +188 -0
- data/lib/trinsic_api/models/iso180135_mobile_drivers_license_credential.rb +161 -0
- data/lib/trinsic_api/models/iso180135_standard_namespace_output.rb +528 -0
- data/lib/trinsic_api/models/samsung_wallet_provider_output.rb +12 -1
- data/lib/trinsic_api/version.rb +1 -1
- data/lib/trinsic_api.rb +19 -0
- data/spec/models/age_over_output_spec.rb +42 -0
- data/spec/models/apple_wallet_provider_output_spec.rb +6 -0
- data/spec/models/eudi_age_verification_credential_spec.rb +48 -0
- data/spec/models/eudi_pid_credential_spec.rb +192 -0
- data/spec/models/france_identite_provider_output_spec.rb +12 -0
- data/spec/models/google_wallet_id_pass_credential_spec.rb +102 -0
- data/spec/models/google_wallet_provider_output_spec.rb +12 -0
- data/spec/models/iso180132_biometric_data_block_product_spec.rb +42 -0
- data/spec/models/iso180132_biometric_group_template_spec.rb +36 -0
- data/spec/models/iso180132_biometric_template_header_spec.rb +90 -0
- data/spec/models/iso180132_biometric_template_spec.rb +54 -0
- data/spec/models/iso180132_biometric_validity_period_spec.rb +42 -0
- data/spec/models/iso180135_aamva_domestic_driving_privilege_spec.rb +48 -0
- data/spec/models/iso180135_aamva_domestic_vehicle_class_spec.rb +54 -0
- data/spec/models/iso180135_aamva_domestic_vehicle_endorsement_spec.rb +42 -0
- data/spec/models/iso180135_aamva_domestic_vehicle_restriction_spec.rb +42 -0
- data/spec/models/iso180135_aamva_namespace_output_spec.rb +192 -0
- data/spec/models/iso180135_aamva_weight_range_spec.rb +42 -0
- data/spec/models/iso180135_driving_privilege_code_spec.rb +48 -0
- data/spec/models/iso180135_driving_privilege_spec.rb +54 -0
- data/spec/models/iso180135_mobile_drivers_license_credential_spec.rb +42 -0
- data/spec/models/iso180135_standard_namespace_output_spec.rb +240 -0
- data/spec/models/samsung_wallet_provider_output_spec.rb +6 -0
- metadata +78 -2
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Trinsic API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.21.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for TrinsicApi::Iso180135StandardNamespaceOutput
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe TrinsicApi::Iso180135StandardNamespaceOutput do
|
|
21
|
+
#let(:instance) { TrinsicApi::Iso180135StandardNamespaceOutput.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of Iso180135StandardNamespaceOutput' do
|
|
24
|
+
it 'should create an instance of Iso180135StandardNamespaceOutput' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(TrinsicApi::Iso180135StandardNamespaceOutput)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test attribute "given_name"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
describe 'test attribute "given_name_national_character"' do
|
|
37
|
+
it 'should work' do
|
|
38
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
describe 'test attribute "family_name"' do
|
|
43
|
+
it 'should work' do
|
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe 'test attribute "family_name_national_character"' do
|
|
49
|
+
it 'should work' do
|
|
50
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
describe 'test attribute "date_of_birth"' do
|
|
55
|
+
it 'should work' do
|
|
56
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe 'test attribute "issue_date"' do
|
|
61
|
+
it 'should work' do
|
|
62
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
describe 'test attribute "expiry_date"' do
|
|
67
|
+
it 'should work' do
|
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
describe 'test attribute "issuing_country"' do
|
|
73
|
+
it 'should work' do
|
|
74
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
describe 'test attribute "issuing_authority"' do
|
|
79
|
+
it 'should work' do
|
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
describe 'test attribute "issuing_jurisdiction"' do
|
|
85
|
+
it 'should work' do
|
|
86
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
90
|
+
describe 'test attribute "nationality"' do
|
|
91
|
+
it 'should work' do
|
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
describe 'test attribute "document_number"' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
describe 'test attribute "driving_privileges"' do
|
|
103
|
+
it 'should work' do
|
|
104
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
+
end
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
describe 'test attribute "un_distinguishing_sign"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
describe 'test attribute "administrative_number"' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
describe 'test attribute "sex"' do
|
|
121
|
+
it 'should work' do
|
|
122
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
describe 'test attribute "height_centimeters"' do
|
|
127
|
+
it 'should work' do
|
|
128
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
describe 'test attribute "weight_kilograms"' do
|
|
133
|
+
it 'should work' do
|
|
134
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
describe 'test attribute "eye_color"' do
|
|
139
|
+
it 'should work' do
|
|
140
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
141
|
+
end
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
describe 'test attribute "hair_color"' do
|
|
145
|
+
it 'should work' do
|
|
146
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
147
|
+
end
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
describe 'test attribute "birth_place"' do
|
|
151
|
+
it 'should work' do
|
|
152
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
describe 'test attribute "resident_address"' do
|
|
157
|
+
it 'should work' do
|
|
158
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
describe 'test attribute "resident_city"' do
|
|
163
|
+
it 'should work' do
|
|
164
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
describe 'test attribute "resident_state"' do
|
|
169
|
+
it 'should work' do
|
|
170
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
describe 'test attribute "resident_postal_code"' do
|
|
175
|
+
it 'should work' do
|
|
176
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
177
|
+
end
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
describe 'test attribute "resident_country"' do
|
|
181
|
+
it 'should work' do
|
|
182
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
183
|
+
end
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
describe 'test attribute "portrait_capture_date"' do
|
|
187
|
+
it 'should work' do
|
|
188
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
189
|
+
end
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
describe 'test attribute "age_in_years"' do
|
|
193
|
+
it 'should work' do
|
|
194
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
195
|
+
end
|
|
196
|
+
end
|
|
197
|
+
|
|
198
|
+
describe 'test attribute "age_birth_year"' do
|
|
199
|
+
it 'should work' do
|
|
200
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
describe 'test attribute "age_over"' do
|
|
205
|
+
it 'should work' do
|
|
206
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
207
|
+
end
|
|
208
|
+
end
|
|
209
|
+
|
|
210
|
+
describe 'test attribute "biometric_template_face"' do
|
|
211
|
+
it 'should work' do
|
|
212
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
213
|
+
end
|
|
214
|
+
end
|
|
215
|
+
|
|
216
|
+
describe 'test attribute "biometric_template_voice"' do
|
|
217
|
+
it 'should work' do
|
|
218
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
219
|
+
end
|
|
220
|
+
end
|
|
221
|
+
|
|
222
|
+
describe 'test attribute "biometric_template_finger"' do
|
|
223
|
+
it 'should work' do
|
|
224
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
describe 'test attribute "biometric_template_iris"' do
|
|
229
|
+
it 'should work' do
|
|
230
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
231
|
+
end
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
describe 'test attribute "biometric_template_retina"' do
|
|
235
|
+
it 'should work' do
|
|
236
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
237
|
+
end
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
end
|
|
@@ -27,6 +27,12 @@ describe TrinsicApi::SamsungWalletProviderOutput do
|
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
+
describe 'test attribute "mobile_drivers_license"' do
|
|
31
|
+
it 'should work' do
|
|
32
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
30
36
|
describe 'test attribute "raw_mdl_output"' do
|
|
31
37
|
it 'should work' do
|
|
32
38
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trinsic_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trinsic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -69,6 +69,7 @@ files:
|
|
|
69
69
|
- docs/AddRedirectUriRequest.md
|
|
70
70
|
- docs/AddRedirectUriResponse.md
|
|
71
71
|
- docs/Address.md
|
|
72
|
+
- docs/AgeOverOutput.md
|
|
72
73
|
- docs/AppleWalletInput.md
|
|
73
74
|
- docs/AppleWalletProviderOutput.md
|
|
74
75
|
- docs/AttachmentInfo.md
|
|
@@ -107,6 +108,8 @@ files:
|
|
|
107
108
|
- docs/ElSalvadorDuiLookupInput.md
|
|
108
109
|
- docs/ElSalvadorDuiProviderOutput.md
|
|
109
110
|
- docs/EstoniaIdCardProviderOutput.md
|
|
111
|
+
- docs/EudiAgeVerificationCredential.md
|
|
112
|
+
- docs/EudiPidCredential.md
|
|
110
113
|
- docs/FaydaProviderAddress.md
|
|
111
114
|
- docs/FaydaProviderOutput.md
|
|
112
115
|
- docs/FinlandIdCardProviderOutput.md
|
|
@@ -125,6 +128,7 @@ files:
|
|
|
125
128
|
- docs/GetSessionResponse.md
|
|
126
129
|
- docs/GetSessionResultRequest.md
|
|
127
130
|
- docs/GetSessionResultResponse.md
|
|
131
|
+
- docs/GoogleWalletIdPassCredential.md
|
|
128
132
|
- docs/GoogleWalletInput.md
|
|
129
133
|
- docs/GoogleWalletProviderOutput.md
|
|
130
134
|
- docs/GuatemalaCuiLookupInput.md
|
|
@@ -139,6 +143,21 @@ files:
|
|
|
139
143
|
- docs/IntegrationCapability.md
|
|
140
144
|
- docs/IntegrationLaunchMethod.md
|
|
141
145
|
- docs/IntegrationStep.md
|
|
146
|
+
- docs/Iso180132BiometricDataBlockProduct.md
|
|
147
|
+
- docs/Iso180132BiometricGroupTemplate.md
|
|
148
|
+
- docs/Iso180132BiometricTemplate.md
|
|
149
|
+
- docs/Iso180132BiometricTemplateHeader.md
|
|
150
|
+
- docs/Iso180132BiometricValidityPeriod.md
|
|
151
|
+
- docs/Iso180135AamvaDomesticDrivingPrivilege.md
|
|
152
|
+
- docs/Iso180135AamvaDomesticVehicleClass.md
|
|
153
|
+
- docs/Iso180135AamvaDomesticVehicleEndorsement.md
|
|
154
|
+
- docs/Iso180135AamvaDomesticVehicleRestriction.md
|
|
155
|
+
- docs/Iso180135AamvaNamespaceOutput.md
|
|
156
|
+
- docs/Iso180135AamvaWeightRange.md
|
|
157
|
+
- docs/Iso180135DrivingPrivilege.md
|
|
158
|
+
- docs/Iso180135DrivingPrivilegeCode.md
|
|
159
|
+
- docs/Iso180135MobileDriversLicenseCredential.md
|
|
160
|
+
- docs/Iso180135StandardNamespaceOutput.md
|
|
142
161
|
- docs/ItsmeProviderOutput.md
|
|
143
162
|
- docs/KenyaNidBiometric2Input.md
|
|
144
163
|
- docs/KenyaNidInput.md
|
|
@@ -285,6 +304,7 @@ files:
|
|
|
285
304
|
- lib/trinsic_api/models/add_redirect_uri_request.rb
|
|
286
305
|
- lib/trinsic_api/models/add_redirect_uri_response.rb
|
|
287
306
|
- lib/trinsic_api/models/address.rb
|
|
307
|
+
- lib/trinsic_api/models/age_over_output.rb
|
|
288
308
|
- lib/trinsic_api/models/apple_wallet_input.rb
|
|
289
309
|
- lib/trinsic_api/models/apple_wallet_provider_output.rb
|
|
290
310
|
- lib/trinsic_api/models/attachment_info.rb
|
|
@@ -323,6 +343,8 @@ files:
|
|
|
323
343
|
- lib/trinsic_api/models/el_salvador_dui_lookup_input.rb
|
|
324
344
|
- lib/trinsic_api/models/el_salvador_dui_provider_output.rb
|
|
325
345
|
- lib/trinsic_api/models/estonia_id_card_provider_output.rb
|
|
346
|
+
- lib/trinsic_api/models/eudi_age_verification_credential.rb
|
|
347
|
+
- lib/trinsic_api/models/eudi_pid_credential.rb
|
|
326
348
|
- lib/trinsic_api/models/fayda_provider_address.rb
|
|
327
349
|
- lib/trinsic_api/models/fayda_provider_output.rb
|
|
328
350
|
- lib/trinsic_api/models/finland_id_card_provider_output.rb
|
|
@@ -341,6 +363,7 @@ files:
|
|
|
341
363
|
- lib/trinsic_api/models/get_session_response.rb
|
|
342
364
|
- lib/trinsic_api/models/get_session_result_request.rb
|
|
343
365
|
- lib/trinsic_api/models/get_session_result_response.rb
|
|
366
|
+
- lib/trinsic_api/models/google_wallet_id_pass_credential.rb
|
|
344
367
|
- lib/trinsic_api/models/google_wallet_input.rb
|
|
345
368
|
- lib/trinsic_api/models/google_wallet_provider_output.rb
|
|
346
369
|
- lib/trinsic_api/models/guatemala_cui_lookup_input.rb
|
|
@@ -355,6 +378,21 @@ files:
|
|
|
355
378
|
- lib/trinsic_api/models/integration_capability.rb
|
|
356
379
|
- lib/trinsic_api/models/integration_launch_method.rb
|
|
357
380
|
- lib/trinsic_api/models/integration_step.rb
|
|
381
|
+
- lib/trinsic_api/models/iso180132_biometric_data_block_product.rb
|
|
382
|
+
- lib/trinsic_api/models/iso180132_biometric_group_template.rb
|
|
383
|
+
- lib/trinsic_api/models/iso180132_biometric_template.rb
|
|
384
|
+
- lib/trinsic_api/models/iso180132_biometric_template_header.rb
|
|
385
|
+
- lib/trinsic_api/models/iso180132_biometric_validity_period.rb
|
|
386
|
+
- lib/trinsic_api/models/iso180135_aamva_domestic_driving_privilege.rb
|
|
387
|
+
- lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_class.rb
|
|
388
|
+
- lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_endorsement.rb
|
|
389
|
+
- lib/trinsic_api/models/iso180135_aamva_domestic_vehicle_restriction.rb
|
|
390
|
+
- lib/trinsic_api/models/iso180135_aamva_namespace_output.rb
|
|
391
|
+
- lib/trinsic_api/models/iso180135_aamva_weight_range.rb
|
|
392
|
+
- lib/trinsic_api/models/iso180135_driving_privilege.rb
|
|
393
|
+
- lib/trinsic_api/models/iso180135_driving_privilege_code.rb
|
|
394
|
+
- lib/trinsic_api/models/iso180135_mobile_drivers_license_credential.rb
|
|
395
|
+
- lib/trinsic_api/models/iso180135_standard_namespace_output.rb
|
|
358
396
|
- lib/trinsic_api/models/itsme_provider_output.rb
|
|
359
397
|
- lib/trinsic_api/models/kenya_nid_biometric2_input.rb
|
|
360
398
|
- lib/trinsic_api/models/kenya_nid_input.rb
|
|
@@ -492,6 +530,7 @@ files:
|
|
|
492
530
|
- spec/models/add_redirect_uri_request_spec.rb
|
|
493
531
|
- spec/models/add_redirect_uri_response_spec.rb
|
|
494
532
|
- spec/models/address_spec.rb
|
|
533
|
+
- spec/models/age_over_output_spec.rb
|
|
495
534
|
- spec/models/apple_wallet_input_spec.rb
|
|
496
535
|
- spec/models/apple_wallet_provider_output_spec.rb
|
|
497
536
|
- spec/models/attachment_info_spec.rb
|
|
@@ -530,6 +569,8 @@ files:
|
|
|
530
569
|
- spec/models/el_salvador_dui_lookup_input_spec.rb
|
|
531
570
|
- spec/models/el_salvador_dui_provider_output_spec.rb
|
|
532
571
|
- spec/models/estonia_id_card_provider_output_spec.rb
|
|
572
|
+
- spec/models/eudi_age_verification_credential_spec.rb
|
|
573
|
+
- spec/models/eudi_pid_credential_spec.rb
|
|
533
574
|
- spec/models/fayda_provider_address_spec.rb
|
|
534
575
|
- spec/models/fayda_provider_output_spec.rb
|
|
535
576
|
- spec/models/finland_id_card_provider_output_spec.rb
|
|
@@ -548,6 +589,7 @@ files:
|
|
|
548
589
|
- spec/models/get_session_response_spec.rb
|
|
549
590
|
- spec/models/get_session_result_request_spec.rb
|
|
550
591
|
- spec/models/get_session_result_response_spec.rb
|
|
592
|
+
- spec/models/google_wallet_id_pass_credential_spec.rb
|
|
551
593
|
- spec/models/google_wallet_input_spec.rb
|
|
552
594
|
- spec/models/google_wallet_provider_output_spec.rb
|
|
553
595
|
- spec/models/guatemala_cui_lookup_input_spec.rb
|
|
@@ -562,6 +604,21 @@ files:
|
|
|
562
604
|
- spec/models/integration_capability_spec.rb
|
|
563
605
|
- spec/models/integration_launch_method_spec.rb
|
|
564
606
|
- spec/models/integration_step_spec.rb
|
|
607
|
+
- spec/models/iso180132_biometric_data_block_product_spec.rb
|
|
608
|
+
- spec/models/iso180132_biometric_group_template_spec.rb
|
|
609
|
+
- spec/models/iso180132_biometric_template_header_spec.rb
|
|
610
|
+
- spec/models/iso180132_biometric_template_spec.rb
|
|
611
|
+
- spec/models/iso180132_biometric_validity_period_spec.rb
|
|
612
|
+
- spec/models/iso180135_aamva_domestic_driving_privilege_spec.rb
|
|
613
|
+
- spec/models/iso180135_aamva_domestic_vehicle_class_spec.rb
|
|
614
|
+
- spec/models/iso180135_aamva_domestic_vehicle_endorsement_spec.rb
|
|
615
|
+
- spec/models/iso180135_aamva_domestic_vehicle_restriction_spec.rb
|
|
616
|
+
- spec/models/iso180135_aamva_namespace_output_spec.rb
|
|
617
|
+
- spec/models/iso180135_aamva_weight_range_spec.rb
|
|
618
|
+
- spec/models/iso180135_driving_privilege_code_spec.rb
|
|
619
|
+
- spec/models/iso180135_driving_privilege_spec.rb
|
|
620
|
+
- spec/models/iso180135_mobile_drivers_license_credential_spec.rb
|
|
621
|
+
- spec/models/iso180135_standard_namespace_output_spec.rb
|
|
565
622
|
- spec/models/itsme_provider_output_spec.rb
|
|
566
623
|
- spec/models/kenya_nid_biometric2_input_spec.rb
|
|
567
624
|
- spec/models/kenya_nid_input_spec.rb
|
|
@@ -717,6 +774,7 @@ test_files:
|
|
|
717
774
|
- spec/api/sessions_api_spec.rb
|
|
718
775
|
- spec/api/providers_api_spec.rb
|
|
719
776
|
- spec/models/cote_d_ivoire_nid_lookup2_input_spec.rb
|
|
777
|
+
- spec/models/iso180135_aamva_domestic_driving_privilege_spec.rb
|
|
720
778
|
- spec/models/session_ordering_spec.rb
|
|
721
779
|
- spec/models/digilocker_aadhaar_provider_output_spec.rb
|
|
722
780
|
- spec/models/yoti_structured_postal_address_spec.rb
|
|
@@ -724,6 +782,7 @@ test_files:
|
|
|
724
782
|
- spec/models/output_freja_document_spec.rb
|
|
725
783
|
- spec/models/poland_mobywatel_match_provider_output_spec.rb
|
|
726
784
|
- spec/models/recommendation_info_spec.rb
|
|
785
|
+
- spec/models/iso180135_driving_privilege_code_spec.rb
|
|
727
786
|
- spec/models/sex_spec.rb
|
|
728
787
|
- spec/models/kenya_nid_match2_input_sex_spec.rb
|
|
729
788
|
- spec/models/colombia_cc_provider_output_spec.rb
|
|
@@ -749,17 +808,22 @@ test_files:
|
|
|
749
808
|
- spec/models/raw18013_request_input_spec.rb
|
|
750
809
|
- spec/models/nigeria_nin_lookup2_input_spec.rb
|
|
751
810
|
- spec/models/create_hosted_provider_session_response_spec.rb
|
|
811
|
+
- spec/models/iso180132_biometric_group_template_spec.rb
|
|
812
|
+
- spec/models/iso180132_biometric_template_spec.rb
|
|
752
813
|
- spec/models/netherlands_idin_provider_output_spec.rb
|
|
753
814
|
- spec/models/estonia_id_card_provider_output_spec.rb
|
|
754
815
|
- spec/models/get_provider_response_spec.rb
|
|
816
|
+
- spec/models/iso180135_mobile_drivers_license_credential_spec.rb
|
|
755
817
|
- spec/models/attribute_availability_spec.rb
|
|
756
818
|
- spec/models/google_wallet_provider_output_spec.rb
|
|
757
819
|
- spec/models/uk_evisa_lookup_input_spec.rb
|
|
758
820
|
- spec/models/provider_output_spec.rb
|
|
759
821
|
- spec/models/create_hosted_provider_session_request_spec.rb
|
|
760
822
|
- spec/models/poland_mobywatel_match_input_spec.rb
|
|
823
|
+
- spec/models/iso180135_aamva_domestic_vehicle_restriction_spec.rb
|
|
761
824
|
- spec/models/address_spec.rb
|
|
762
825
|
- spec/models/samsung_wallet_input_spec.rb
|
|
826
|
+
- spec/models/age_over_output_spec.rb
|
|
763
827
|
- spec/models/mdl_exchange_mechanism_spec.rb
|
|
764
828
|
- spec/models/spid_provider_output_spec.rb
|
|
765
829
|
- spec/models/aadhaar_address_spec.rb
|
|
@@ -790,6 +854,8 @@ test_files:
|
|
|
790
854
|
- spec/models/provider_spec.rb
|
|
791
855
|
- spec/models/recommend_providers_response_spec.rb
|
|
792
856
|
- spec/models/step_refresh_info_spec.rb
|
|
857
|
+
- spec/models/eudi_age_verification_credential_spec.rb
|
|
858
|
+
- spec/models/eudi_pid_credential_spec.rb
|
|
793
859
|
- spec/models/philippines_physical_nid_provider_output_spec.rb
|
|
794
860
|
- spec/models/attachment_info_spec.rb
|
|
795
861
|
- spec/models/audkenni_provider_output_spec.rb
|
|
@@ -810,6 +876,7 @@ test_files:
|
|
|
810
876
|
- spec/models/mobile_operating_system_spec.rb
|
|
811
877
|
- spec/models/czech_moje_id_provider_output_spec.rb
|
|
812
878
|
- spec/models/colombia_cc_lookup_input_spec.rb
|
|
879
|
+
- spec/models/iso180132_biometric_data_block_product_spec.rb
|
|
813
880
|
- spec/models/order_direction_spec.rb
|
|
814
881
|
- spec/models/netherlands_idin_address_spec.rb
|
|
815
882
|
- spec/models/mdl_output_certificate_data_spec.rb
|
|
@@ -817,6 +884,7 @@ test_files:
|
|
|
817
884
|
- spec/models/latvia_eparaksts_provider_output_spec.rb
|
|
818
885
|
- spec/models/raw18013_document_request_spec.rb
|
|
819
886
|
- spec/models/singpass_login_provider_output_spec.rb
|
|
887
|
+
- spec/models/iso180135_aamva_domestic_vehicle_endorsement_spec.rb
|
|
820
888
|
- spec/models/bolivia_ci_provider_output_spec.rb
|
|
821
889
|
- spec/models/norwegian_bank_id_provider_output_spec.rb
|
|
822
890
|
- spec/models/kenya_nid_biometric2_input_spec.rb
|
|
@@ -828,6 +896,7 @@ test_files:
|
|
|
828
896
|
- spec/models/document_type_spec.rb
|
|
829
897
|
- spec/models/nigeria_nin_match2_input_sex_spec.rb
|
|
830
898
|
- spec/models/finland_id_card_provider_output_spec.rb
|
|
899
|
+
- spec/models/iso180132_biometric_validity_period_spec.rb
|
|
831
900
|
- spec/models/mexico_curp_input_spec.rb
|
|
832
901
|
- spec/models/provider_health_spec.rb
|
|
833
902
|
- spec/models/add_redirect_uri_response_spec.rb
|
|
@@ -866,8 +935,10 @@ test_files:
|
|
|
866
935
|
- spec/models/el_salvador_dui_lookup_input_spec.rb
|
|
867
936
|
- spec/models/create_direct_provider_session_request_spec.rb
|
|
868
937
|
- spec/models/result_collection_method_spec.rb
|
|
938
|
+
- spec/models/iso180135_driving_privilege_spec.rb
|
|
869
939
|
- spec/models/french_numerique_given_name_spec.rb
|
|
870
940
|
- spec/models/nigeria_nin_match2_input_spec.rb
|
|
941
|
+
- spec/models/iso180135_aamva_domestic_vehicle_class_spec.rb
|
|
871
942
|
- spec/models/peru_dni_lookup_input_spec.rb
|
|
872
943
|
- spec/models/apple_wallet_provider_output_spec.rb
|
|
873
944
|
- spec/models/portugal_id_card_provider_output_spec.rb
|
|
@@ -883,9 +954,11 @@ test_files:
|
|
|
883
954
|
- spec/models/identity_data_spec.rb
|
|
884
955
|
- spec/models/post_office_easy_id_provider_output_spec.rb
|
|
885
956
|
- spec/models/yoti_document_details_spec.rb
|
|
957
|
+
- spec/models/iso180132_biometric_template_header_spec.rb
|
|
886
958
|
- spec/models/sub_provider_metadata_spec.rb
|
|
887
959
|
- spec/models/idin_input_spec.rb
|
|
888
960
|
- spec/models/usa_california_dmv_input_spec.rb
|
|
961
|
+
- spec/models/iso180135_aamva_namespace_output_spec.rb
|
|
889
962
|
- spec/models/el_salvador_dui_provider_output_spec.rb
|
|
890
963
|
- spec/models/lloyds_smart_id_provider_output_spec.rb
|
|
891
964
|
- spec/models/brazil_cpf_check_input_spec.rb
|
|
@@ -895,6 +968,7 @@ test_files:
|
|
|
895
968
|
- spec/models/signzy_india_aadhaar_fetch_provider_output_spec.rb
|
|
896
969
|
- spec/models/bolivia_ci_lookup_input_spec.rb
|
|
897
970
|
- spec/models/india_pan_lookup_provider_output_spec.rb
|
|
971
|
+
- spec/models/iso180135_aamva_weight_range_spec.rb
|
|
898
972
|
- spec/models/spid_input_spec.rb
|
|
899
973
|
- spec/models/aadhaar_claims_spec.rb
|
|
900
974
|
- spec/models/korea_telco_match_sex_spec.rb
|
|
@@ -903,6 +977,8 @@ test_files:
|
|
|
903
977
|
- spec/models/india_pan_lookup_input_spec.rb
|
|
904
978
|
- spec/models/nigeria_nin_biometric2_input_spec.rb
|
|
905
979
|
- spec/models/south_africa_nid_match2_input_spec.rb
|
|
980
|
+
- spec/models/iso180135_standard_namespace_output_spec.rb
|
|
981
|
+
- spec/models/google_wallet_id_pass_credential_spec.rb
|
|
906
982
|
- spec/models/french_numerique_nationality_spec.rb
|
|
907
983
|
- spec/models/austria_handy_signatur_provider_output_spec.rb
|
|
908
984
|
- spec/models/cote_d_ivoire_nid_lookup2_provider_output_spec.rb
|