@trinsic/api 3.0.0 → 3.0.2-preview1
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.
- package/.openapi-generator/FILES +29 -0
- package/dist/apis/ProvidersApi.d.ts +28 -1
- package/dist/apis/ProvidersApi.js +37 -0
- package/dist/apis/VerificationProfilesApi.d.ts +6 -2
- package/dist/apis/VerificationProfilesApi.js +8 -2
- package/dist/esm/apis/ProvidersApi.d.ts +28 -1
- package/dist/esm/apis/ProvidersApi.js +38 -1
- package/dist/esm/apis/VerificationProfilesApi.d.ts +6 -2
- package/dist/esm/apis/VerificationProfilesApi.js +8 -2
- package/dist/esm/models/AadhaarClaims.d.ts +125 -0
- package/dist/esm/models/AadhaarClaims.js +69 -0
- package/dist/esm/models/AadhaarLanguage.d.ts +55 -0
- package/dist/esm/models/AadhaarLanguage.js +44 -0
- package/dist/esm/models/AadhaarLocalizedClaims.d.ts +99 -0
- package/dist/esm/models/AadhaarLocalizedClaims.js +64 -0
- package/dist/esm/models/AppleWalletInput.d.ts +13 -0
- package/dist/esm/models/AppleWalletInput.js +3 -0
- package/dist/esm/models/ConnectIdAddress.d.ts +58 -0
- package/dist/esm/models/ConnectIdAddress.js +49 -0
- package/dist/esm/models/ConnectIdAgeVerification.d.ts +38 -0
- package/dist/esm/models/ConnectIdAgeVerification.js +43 -0
- package/dist/esm/models/ConnectIdBeneficiaryAccount.d.ts +52 -0
- package/dist/esm/models/ConnectIdBeneficiaryAccount.js +47 -0
- package/dist/esm/models/ConnectIdProviderOutput.d.ts +97 -0
- package/dist/esm/models/ConnectIdProviderOutput.js +64 -0
- package/dist/esm/models/CzechMojeIdAddressOutput.d.ts +62 -0
- package/dist/esm/models/CzechMojeIdAddressOutput.js +51 -0
- package/dist/esm/models/CzechMojeIdProviderOutput.d.ts +177 -0
- package/dist/esm/models/CzechMojeIdProviderOutput.js +86 -0
- package/dist/esm/models/DigilockerAadhaarProviderOutput.d.ts +82 -0
- package/dist/esm/models/DigilockerAadhaarProviderOutput.js +57 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +20 -0
- package/dist/esm/models/FaydaProviderOutput.js +6 -0
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.d.ts +123 -0
- package/dist/esm/models/FinnishTrustNetworkProviderOutput.js +61 -0
- package/dist/esm/models/FranceIdentiteInput.d.ts +35 -0
- package/dist/esm/models/FranceIdentiteInput.js +42 -0
- package/dist/esm/models/FranceIdentiteProviderOutput.d.ts +33 -0
- package/dist/esm/models/FranceIdentiteProviderOutput.js +44 -0
- package/dist/esm/models/FrejaIndirectProviderOutput.d.ts +53 -0
- package/dist/esm/models/FrejaIndirectProviderOutput.js +55 -0
- package/dist/esm/models/FrejaProviderOutput.d.ts +103 -11
- package/dist/esm/models/FrejaProviderOutput.js +38 -16
- package/dist/esm/models/GetProviderResponse.d.ts +33 -0
- package/dist/esm/models/GetProviderResponse.js +44 -0
- package/dist/esm/models/GoogleWalletInput.d.ts +11 -0
- package/dist/esm/models/GoogleWalletInput.js +3 -0
- package/dist/esm/models/IntegrationStep.d.ts +1 -1
- package/dist/esm/models/KenyaNidLookup2Address.d.ts +90 -0
- package/dist/esm/models/KenyaNidLookup2Address.js +49 -0
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
- package/dist/esm/models/KenyaNidLookup2ProviderOutput.js +74 -0
- package/dist/esm/models/NigeriaNinLookup2ProviderOutput.d.ts +112 -0
- package/dist/esm/models/NigeriaNinLookup2ProviderOutput.js +69 -0
- package/dist/esm/models/NorwegianBankIdProviderOutput.d.ts +97 -0
- package/dist/esm/models/NorwegianBankIdProviderOutput.js +55 -0
- package/dist/esm/models/OneIdProviderAddress.d.ts +56 -0
- package/dist/esm/models/OneIdProviderAddress.js +49 -0
- package/dist/esm/models/OneIdProviderOutput.d.ts +63 -0
- package/dist/esm/models/OneIdProviderOutput.js +52 -0
- package/dist/esm/models/OutputFrejaAddress.d.ts +50 -0
- package/dist/esm/models/OutputFrejaAddress.js +47 -0
- package/dist/esm/models/OutputFrejaDocument.d.ts +56 -0
- package/dist/esm/models/OutputFrejaDocument.js +47 -0
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.d.ts +64 -0
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +20 -0
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.d.ts +54 -1
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +16 -0
- package/dist/esm/models/ProviderInput.d.ts +21 -0
- package/dist/esm/models/ProviderInput.js +9 -0
- package/dist/esm/models/ProviderOutput.d.ts +89 -3
- package/dist/esm/models/ProviderOutput.js +38 -2
- package/dist/esm/models/Raw18013DocumentRequest.d.ts +60 -0
- package/dist/esm/models/Raw18013DocumentRequest.js +47 -0
- package/dist/esm/models/Raw18013RequestInput.d.ts +38 -0
- package/dist/esm/models/Raw18013RequestInput.js +44 -0
- package/dist/esm/models/RecommendProvidersResponse.d.ts +6 -0
- package/dist/esm/models/RecommendProvidersResponse.js +4 -0
- package/dist/esm/models/SamsungWalletInput.d.ts +37 -0
- package/dist/esm/models/SamsungWalletInput.js +42 -0
- package/dist/esm/models/UkEvisaLookupInput.d.ts +38 -0
- package/dist/esm/models/UkEvisaLookupInput.js +47 -0
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.d.ts +106 -0
- package/dist/esm/models/UnitedKingdomEvisaProviderOutput.js +61 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/esm/models/VerificationProfileResponse.js +4 -0
- package/dist/esm/models/YotiDeeplinkProviderOutput.d.ts +112 -0
- package/dist/esm/models/YotiDeeplinkProviderOutput.js +65 -0
- package/dist/esm/models/index.d.ts +29 -0
- package/dist/esm/models/index.js +29 -0
- package/dist/models/AadhaarClaims.d.ts +125 -0
- package/dist/models/AadhaarClaims.js +76 -0
- package/dist/models/AadhaarLanguage.d.ts +55 -0
- package/dist/models/AadhaarLanguage.js +51 -0
- package/dist/models/AadhaarLocalizedClaims.d.ts +99 -0
- package/dist/models/AadhaarLocalizedClaims.js +71 -0
- package/dist/models/AppleWalletInput.d.ts +13 -0
- package/dist/models/AppleWalletInput.js +3 -0
- package/dist/models/ConnectIdAddress.d.ts +58 -0
- package/dist/models/ConnectIdAddress.js +56 -0
- package/dist/models/ConnectIdAgeVerification.d.ts +38 -0
- package/dist/models/ConnectIdAgeVerification.js +50 -0
- package/dist/models/ConnectIdBeneficiaryAccount.d.ts +52 -0
- package/dist/models/ConnectIdBeneficiaryAccount.js +54 -0
- package/dist/models/ConnectIdProviderOutput.d.ts +97 -0
- package/dist/models/ConnectIdProviderOutput.js +71 -0
- package/dist/models/CzechMojeIdAddressOutput.d.ts +62 -0
- package/dist/models/CzechMojeIdAddressOutput.js +58 -0
- package/dist/models/CzechMojeIdProviderOutput.d.ts +177 -0
- package/dist/models/CzechMojeIdProviderOutput.js +93 -0
- package/dist/models/DigilockerAadhaarProviderOutput.d.ts +82 -0
- package/dist/models/DigilockerAadhaarProviderOutput.js +64 -0
- package/dist/models/FaydaProviderOutput.d.ts +20 -0
- package/dist/models/FaydaProviderOutput.js +6 -0
- package/dist/models/FinnishTrustNetworkProviderOutput.d.ts +123 -0
- package/dist/models/FinnishTrustNetworkProviderOutput.js +68 -0
- package/dist/models/FranceIdentiteInput.d.ts +35 -0
- package/dist/models/FranceIdentiteInput.js +49 -0
- package/dist/models/FranceIdentiteProviderOutput.d.ts +33 -0
- package/dist/models/FranceIdentiteProviderOutput.js +51 -0
- package/dist/models/FrejaIndirectProviderOutput.d.ts +53 -0
- package/dist/models/FrejaIndirectProviderOutput.js +62 -0
- package/dist/models/FrejaProviderOutput.d.ts +103 -11
- package/dist/models/FrejaProviderOutput.js +38 -16
- package/dist/models/GetProviderResponse.d.ts +33 -0
- package/dist/models/GetProviderResponse.js +51 -0
- package/dist/models/GoogleWalletInput.d.ts +11 -0
- package/dist/models/GoogleWalletInput.js +3 -0
- package/dist/models/IntegrationStep.d.ts +1 -1
- package/dist/models/KenyaNidLookup2Address.d.ts +90 -0
- package/dist/models/KenyaNidLookup2Address.js +56 -0
- package/dist/models/KenyaNidLookup2ProviderOutput.d.ts +114 -0
- package/dist/models/KenyaNidLookup2ProviderOutput.js +81 -0
- package/dist/models/NigeriaNinLookup2ProviderOutput.d.ts +112 -0
- package/dist/models/NigeriaNinLookup2ProviderOutput.js +76 -0
- package/dist/models/NorwegianBankIdProviderOutput.d.ts +97 -0
- package/dist/models/NorwegianBankIdProviderOutput.js +62 -0
- package/dist/models/OneIdProviderAddress.d.ts +56 -0
- package/dist/models/OneIdProviderAddress.js +56 -0
- package/dist/models/OneIdProviderOutput.d.ts +63 -0
- package/dist/models/OneIdProviderOutput.js +59 -0
- package/dist/models/OutputFrejaAddress.d.ts +50 -0
- package/dist/models/OutputFrejaAddress.js +54 -0
- package/dist/models/OutputFrejaDocument.d.ts +56 -0
- package/dist/models/OutputFrejaDocument.js +54 -0
- package/dist/models/PhilippinesDigitalNidProviderOutput.d.ts +64 -0
- package/dist/models/PhilippinesDigitalNidProviderOutput.js +20 -0
- package/dist/models/PhilippinesPhysicalNidProviderOutput.d.ts +54 -1
- package/dist/models/PhilippinesPhysicalNidProviderOutput.js +16 -0
- package/dist/models/ProviderInput.d.ts +21 -0
- package/dist/models/ProviderInput.js +9 -0
- package/dist/models/ProviderOutput.d.ts +89 -3
- package/dist/models/ProviderOutput.js +38 -2
- package/dist/models/Raw18013DocumentRequest.d.ts +60 -0
- package/dist/models/Raw18013DocumentRequest.js +54 -0
- package/dist/models/Raw18013RequestInput.d.ts +38 -0
- package/dist/models/Raw18013RequestInput.js +51 -0
- package/dist/models/RecommendProvidersResponse.d.ts +6 -0
- package/dist/models/RecommendProvidersResponse.js +4 -0
- package/dist/models/SamsungWalletInput.d.ts +37 -0
- package/dist/models/SamsungWalletInput.js +49 -0
- package/dist/models/UkEvisaLookupInput.d.ts +38 -0
- package/dist/models/UkEvisaLookupInput.js +54 -0
- package/dist/models/UnitedKingdomEvisaProviderOutput.d.ts +106 -0
- package/dist/models/UnitedKingdomEvisaProviderOutput.js +68 -0
- package/dist/models/VerificationProfileResponse.d.ts +6 -0
- package/dist/models/VerificationProfileResponse.js +4 -0
- package/dist/models/YotiDeeplinkProviderOutput.d.ts +112 -0
- package/dist/models/YotiDeeplinkProviderOutput.js +72 -0
- package/dist/models/index.d.ts +29 -0
- package/dist/models/index.js +29 -0
- package/package.json +1 -1
- package/src/apis/ProvidersApi.ts +66 -0
- package/src/apis/VerificationProfilesApi.ts +15 -3
- package/src/models/AadhaarClaims.ts +186 -0
- package/src/models/AadhaarLanguage.ts +90 -0
- package/src/models/AadhaarLocalizedClaims.ts +161 -0
- package/src/models/AppleWalletInput.ts +21 -0
- package/src/models/ConnectIdAddress.ts +99 -0
- package/src/models/ConnectIdAgeVerification.ts +73 -0
- package/src/models/ConnectIdBeneficiaryAccount.ts +91 -0
- package/src/models/ConnectIdProviderOutput.ts +169 -0
- package/src/models/CzechMojeIdAddressOutput.ts +105 -0
- package/src/models/CzechMojeIdProviderOutput.ts +261 -0
- package/src/models/DigilockerAadhaarProviderOutput.ts +141 -0
- package/src/models/FaydaProviderOutput.ts +26 -0
- package/src/models/FinnishTrustNetworkProviderOutput.ts +176 -0
- package/src/models/FranceIdentiteInput.ts +75 -0
- package/src/models/FranceIdentiteProviderOutput.ts +74 -0
- package/src/models/FrejaIndirectProviderOutput.ts +96 -0
- package/src/models/FrejaProviderOutput.ts +152 -23
- package/src/models/GetProviderResponse.ts +74 -0
- package/src/models/GoogleWalletInput.ts +19 -0
- package/src/models/IntegrationStep.ts +1 -1
- package/src/models/KenyaNidLookup2Address.ts +131 -0
- package/src/models/KenyaNidLookup2ProviderOutput.ts +180 -0
- package/src/models/NigeriaNinLookup2ProviderOutput.ts +170 -0
- package/src/models/NorwegianBankIdProviderOutput.ts +144 -0
- package/src/models/OneIdProviderAddress.ts +97 -0
- package/src/models/OneIdProviderOutput.ts +113 -0
- package/src/models/OutputFrejaAddress.ts +89 -0
- package/src/models/OutputFrejaDocument.ts +95 -0
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +84 -0
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +70 -1
- package/src/models/ProviderInput.ts +45 -0
- package/src/models/ProviderOutput.ts +187 -5
- package/src/models/Raw18013DocumentRequest.ts +93 -0
- package/src/models/Raw18013RequestInput.ts +79 -0
- package/src/models/RecommendProvidersResponse.ts +9 -0
- package/src/models/SamsungWalletInput.ts +77 -0
- package/src/models/UkEvisaLookupInput.ts +75 -0
- package/src/models/UnitedKingdomEvisaProviderOutput.ts +159 -0
- package/src/models/VerificationProfileResponse.ts +9 -0
- package/src/models/YotiDeeplinkProviderOutput.ts +180 -0
- package/src/models/index.ts +29 -0
|
@@ -27,6 +27,13 @@ import {
|
|
|
27
27
|
FrenchNumeriqueProviderOutputToJSON,
|
|
28
28
|
FrenchNumeriqueProviderOutputToJSONTyped,
|
|
29
29
|
} from './FrenchNumeriqueProviderOutput';
|
|
30
|
+
import type { DigilockerAadhaarProviderOutput } from './DigilockerAadhaarProviderOutput';
|
|
31
|
+
import {
|
|
32
|
+
DigilockerAadhaarProviderOutputFromJSON,
|
|
33
|
+
DigilockerAadhaarProviderOutputFromJSONTyped,
|
|
34
|
+
DigilockerAadhaarProviderOutputToJSON,
|
|
35
|
+
DigilockerAadhaarProviderOutputToJSONTyped,
|
|
36
|
+
} from './DigilockerAadhaarProviderOutput';
|
|
30
37
|
import type { GoogleWalletProviderOutput } from './GoogleWalletProviderOutput';
|
|
31
38
|
import {
|
|
32
39
|
GoogleWalletProviderOutputFromJSON,
|
|
@@ -55,6 +62,13 @@ import {
|
|
|
55
62
|
MitIdProviderOutputToJSON,
|
|
56
63
|
MitIdProviderOutputToJSONTyped,
|
|
57
64
|
} from './MitIdProviderOutput';
|
|
65
|
+
import type { NorwegianBankIdProviderOutput } from './NorwegianBankIdProviderOutput';
|
|
66
|
+
import {
|
|
67
|
+
NorwegianBankIdProviderOutputFromJSON,
|
|
68
|
+
NorwegianBankIdProviderOutputFromJSONTyped,
|
|
69
|
+
NorwegianBankIdProviderOutputToJSON,
|
|
70
|
+
NorwegianBankIdProviderOutputToJSONTyped,
|
|
71
|
+
} from './NorwegianBankIdProviderOutput';
|
|
58
72
|
import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
|
|
59
73
|
import {
|
|
60
74
|
PhilippinesDigitalNidProviderOutputFromJSON,
|
|
@@ -83,6 +97,13 @@ import {
|
|
|
83
97
|
LaWalletProviderOutputToJSON,
|
|
84
98
|
LaWalletProviderOutputToJSONTyped,
|
|
85
99
|
} from './LaWalletProviderOutput';
|
|
100
|
+
import type { YotiDeeplinkProviderOutput } from './YotiDeeplinkProviderOutput';
|
|
101
|
+
import {
|
|
102
|
+
YotiDeeplinkProviderOutputFromJSON,
|
|
103
|
+
YotiDeeplinkProviderOutputFromJSONTyped,
|
|
104
|
+
YotiDeeplinkProviderOutputToJSON,
|
|
105
|
+
YotiDeeplinkProviderOutputToJSONTyped,
|
|
106
|
+
} from './YotiDeeplinkProviderOutput';
|
|
86
107
|
import type { PostOfficeEasyIdProviderOutput } from './PostOfficeEasyIdProviderOutput';
|
|
87
108
|
import {
|
|
88
109
|
PostOfficeEasyIdProviderOutputFromJSON,
|
|
@@ -90,6 +111,13 @@ import {
|
|
|
90
111
|
PostOfficeEasyIdProviderOutputToJSON,
|
|
91
112
|
PostOfficeEasyIdProviderOutputToJSONTyped,
|
|
92
113
|
} from './PostOfficeEasyIdProviderOutput';
|
|
114
|
+
import type { FinnishTrustNetworkProviderOutput } from './FinnishTrustNetworkProviderOutput';
|
|
115
|
+
import {
|
|
116
|
+
FinnishTrustNetworkProviderOutputFromJSON,
|
|
117
|
+
FinnishTrustNetworkProviderOutputFromJSONTyped,
|
|
118
|
+
FinnishTrustNetworkProviderOutputToJSON,
|
|
119
|
+
FinnishTrustNetworkProviderOutputToJSONTyped,
|
|
120
|
+
} from './FinnishTrustNetworkProviderOutput';
|
|
93
121
|
import type { LithuaniaIdCardProviderOutput } from './LithuaniaIdCardProviderOutput';
|
|
94
122
|
import {
|
|
95
123
|
LithuaniaIdCardProviderOutputFromJSON,
|
|
@@ -97,6 +125,20 @@ import {
|
|
|
97
125
|
LithuaniaIdCardProviderOutputToJSON,
|
|
98
126
|
LithuaniaIdCardProviderOutputToJSONTyped,
|
|
99
127
|
} from './LithuaniaIdCardProviderOutput';
|
|
128
|
+
import type { FranceIdentiteProviderOutput } from './FranceIdentiteProviderOutput';
|
|
129
|
+
import {
|
|
130
|
+
FranceIdentiteProviderOutputFromJSON,
|
|
131
|
+
FranceIdentiteProviderOutputFromJSONTyped,
|
|
132
|
+
FranceIdentiteProviderOutputToJSON,
|
|
133
|
+
FranceIdentiteProviderOutputToJSONTyped,
|
|
134
|
+
} from './FranceIdentiteProviderOutput';
|
|
135
|
+
import type { NigeriaNinLookup2ProviderOutput } from './NigeriaNinLookup2ProviderOutput';
|
|
136
|
+
import {
|
|
137
|
+
NigeriaNinLookup2ProviderOutputFromJSON,
|
|
138
|
+
NigeriaNinLookup2ProviderOutputFromJSONTyped,
|
|
139
|
+
NigeriaNinLookup2ProviderOutputToJSON,
|
|
140
|
+
NigeriaNinLookup2ProviderOutputToJSONTyped,
|
|
141
|
+
} from './NigeriaNinLookup2ProviderOutput';
|
|
100
142
|
import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
|
|
101
143
|
import {
|
|
102
144
|
PeruDniProviderOutputFromJSON,
|
|
@@ -111,6 +153,20 @@ import {
|
|
|
111
153
|
FinlandIdCardProviderOutputToJSON,
|
|
112
154
|
FinlandIdCardProviderOutputToJSONTyped,
|
|
113
155
|
} from './FinlandIdCardProviderOutput';
|
|
156
|
+
import type { ConnectIdProviderOutput } from './ConnectIdProviderOutput';
|
|
157
|
+
import {
|
|
158
|
+
ConnectIdProviderOutputFromJSON,
|
|
159
|
+
ConnectIdProviderOutputFromJSONTyped,
|
|
160
|
+
ConnectIdProviderOutputToJSON,
|
|
161
|
+
ConnectIdProviderOutputToJSONTyped,
|
|
162
|
+
} from './ConnectIdProviderOutput';
|
|
163
|
+
import type { CzechMojeIdProviderOutput } from './CzechMojeIdProviderOutput';
|
|
164
|
+
import {
|
|
165
|
+
CzechMojeIdProviderOutputFromJSON,
|
|
166
|
+
CzechMojeIdProviderOutputFromJSONTyped,
|
|
167
|
+
CzechMojeIdProviderOutputToJSON,
|
|
168
|
+
CzechMojeIdProviderOutputToJSONTyped,
|
|
169
|
+
} from './CzechMojeIdProviderOutput';
|
|
114
170
|
import type { CzechiaMojeIdProviderOutput } from './CzechiaMojeIdProviderOutput';
|
|
115
171
|
import {
|
|
116
172
|
CzechiaMojeIdProviderOutputFromJSON,
|
|
@@ -202,6 +258,13 @@ import {
|
|
|
202
258
|
BelgiumIdCardProviderOutputToJSON,
|
|
203
259
|
BelgiumIdCardProviderOutputToJSONTyped,
|
|
204
260
|
} from './BelgiumIdCardProviderOutput';
|
|
261
|
+
import type { FrejaIndirectProviderOutput } from './FrejaIndirectProviderOutput';
|
|
262
|
+
import {
|
|
263
|
+
FrejaIndirectProviderOutputFromJSON,
|
|
264
|
+
FrejaIndirectProviderOutputFromJSONTyped,
|
|
265
|
+
FrejaIndirectProviderOutputToJSON,
|
|
266
|
+
FrejaIndirectProviderOutputToJSONTyped,
|
|
267
|
+
} from './FrejaIndirectProviderOutput';
|
|
205
268
|
import type { LloydsSmartIdProviderOutput } from './LloydsSmartIdProviderOutput';
|
|
206
269
|
import {
|
|
207
270
|
LloydsSmartIdProviderOutputFromJSON,
|
|
@@ -209,6 +272,20 @@ import {
|
|
|
209
272
|
LloydsSmartIdProviderOutputToJSON,
|
|
210
273
|
LloydsSmartIdProviderOutputToJSONTyped,
|
|
211
274
|
} from './LloydsSmartIdProviderOutput';
|
|
275
|
+
import type { OneIdProviderOutput } from './OneIdProviderOutput';
|
|
276
|
+
import {
|
|
277
|
+
OneIdProviderOutputFromJSON,
|
|
278
|
+
OneIdProviderOutputFromJSONTyped,
|
|
279
|
+
OneIdProviderOutputToJSON,
|
|
280
|
+
OneIdProviderOutputToJSONTyped,
|
|
281
|
+
} from './OneIdProviderOutput';
|
|
282
|
+
import type { KenyaNidLookup2ProviderOutput } from './KenyaNidLookup2ProviderOutput';
|
|
283
|
+
import {
|
|
284
|
+
KenyaNidLookup2ProviderOutputFromJSON,
|
|
285
|
+
KenyaNidLookup2ProviderOutputFromJSONTyped,
|
|
286
|
+
KenyaNidLookup2ProviderOutputToJSON,
|
|
287
|
+
KenyaNidLookup2ProviderOutputToJSONTyped,
|
|
288
|
+
} from './KenyaNidLookup2ProviderOutput';
|
|
212
289
|
import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
|
|
213
290
|
import {
|
|
214
291
|
LatviaEparakstsMobileProviderOutputFromJSON,
|
|
@@ -237,6 +314,13 @@ import {
|
|
|
237
314
|
SwedenBankIdProviderOutputToJSON,
|
|
238
315
|
SwedenBankIdProviderOutputToJSONTyped,
|
|
239
316
|
} from './SwedenBankIdProviderOutput';
|
|
317
|
+
import type { UnitedKingdomEvisaProviderOutput } from './UnitedKingdomEvisaProviderOutput';
|
|
318
|
+
import {
|
|
319
|
+
UnitedKingdomEvisaProviderOutputFromJSON,
|
|
320
|
+
UnitedKingdomEvisaProviderOutputFromJSONTyped,
|
|
321
|
+
UnitedKingdomEvisaProviderOutputToJSON,
|
|
322
|
+
UnitedKingdomEvisaProviderOutputToJSONTyped,
|
|
323
|
+
} from './UnitedKingdomEvisaProviderOutput';
|
|
240
324
|
|
|
241
325
|
/**
|
|
242
326
|
*
|
|
@@ -275,11 +359,12 @@ export interface ProviderOutput {
|
|
|
275
359
|
*/
|
|
276
360
|
aFiIdLogin?: FinlandIdCardProviderOutput | null;
|
|
277
361
|
/**
|
|
278
|
-
* Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData
|
|
279
|
-
*
|
|
362
|
+
* Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData
|
|
363
|
+
* model.
|
|
364
|
+
* @type {FrejaIndirectProviderOutput}
|
|
280
365
|
* @memberof ProviderOutput
|
|
281
366
|
*/
|
|
282
|
-
aFrejaEidLogin?:
|
|
367
|
+
aFrejaEidLogin?: FrejaIndirectProviderOutput | null;
|
|
283
368
|
/**
|
|
284
369
|
* Exposed properties for the `a-itsme-login` Provider which do not directly map to the normalized IdentityData model.
|
|
285
370
|
* @type {ItsmeProviderOutput}
|
|
@@ -316,6 +401,18 @@ export interface ProviderOutput {
|
|
|
316
401
|
* @memberof ProviderOutput
|
|
317
402
|
*/
|
|
318
403
|
aPlMojeidLogin?: PolandMojeIdProviderOutput | null;
|
|
404
|
+
/**
|
|
405
|
+
* Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
|
|
406
|
+
* @type {ConnectIdProviderOutput}
|
|
407
|
+
* @memberof ProviderOutput
|
|
408
|
+
*/
|
|
409
|
+
australiaConnectId?: ConnectIdProviderOutput | null;
|
|
410
|
+
/**
|
|
411
|
+
* Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
|
|
412
|
+
* @type {CzechMojeIdProviderOutput}
|
|
413
|
+
* @memberof ProviderOutput
|
|
414
|
+
*/
|
|
415
|
+
czechRepublicMojeid?: CzechMojeIdProviderOutput | null;
|
|
319
416
|
/**
|
|
320
417
|
* Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model.
|
|
321
418
|
* @type {PortugalIdCardProviderOutput}
|
|
@@ -346,24 +443,55 @@ export interface ProviderOutput {
|
|
|
346
443
|
* @memberof ProviderOutput
|
|
347
444
|
*/
|
|
348
445
|
ethiopiaFayda?: FaydaProviderOutput | null;
|
|
446
|
+
/**
|
|
447
|
+
* Exposed properties for the `finnish-trust-network` Provider which do not directly map to the normalized IdentityData model.
|
|
448
|
+
* @type {FinnishTrustNetworkProviderOutput}
|
|
449
|
+
* @memberof ProviderOutput
|
|
450
|
+
*/
|
|
451
|
+
finnishTrustNetwork?: FinnishTrustNetworkProviderOutput | null;
|
|
452
|
+
/**
|
|
453
|
+
* Exposed properties for the `france-identite` Provider which do not directly map to the normalized IdentityData model.
|
|
454
|
+
* @type {FranceIdentiteProviderOutput}
|
|
455
|
+
* @memberof ProviderOutput
|
|
456
|
+
*/
|
|
457
|
+
franceIdentite?: FranceIdentiteProviderOutput | null;
|
|
349
458
|
/**
|
|
350
459
|
* Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
|
|
351
460
|
* @type {FrenchNumeriqueProviderOutput}
|
|
352
461
|
* @memberof ProviderOutput
|
|
353
462
|
*/
|
|
354
463
|
franceIdentiteNumerique?: FrenchNumeriqueProviderOutput | null;
|
|
464
|
+
/**
|
|
465
|
+
* Exposed properties for the `freja` Provider which do not directly map to the normalized IdentityData
|
|
466
|
+
* model.
|
|
467
|
+
* @type {FrejaProviderOutput}
|
|
468
|
+
* @memberof ProviderOutput
|
|
469
|
+
*/
|
|
470
|
+
freja?: FrejaProviderOutput | null;
|
|
355
471
|
/**
|
|
356
472
|
* Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model.
|
|
357
473
|
* @type {GoogleWalletProviderOutput}
|
|
358
474
|
* @memberof ProviderOutput
|
|
359
475
|
*/
|
|
360
476
|
googleWallet?: GoogleWalletProviderOutput | null;
|
|
477
|
+
/**
|
|
478
|
+
* Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model.
|
|
479
|
+
* @type {DigilockerAadhaarProviderOutput}
|
|
480
|
+
* @memberof ProviderOutput
|
|
481
|
+
*/
|
|
482
|
+
indiaDigilockerAadhaar?: DigilockerAadhaarProviderOutput | null;
|
|
361
483
|
/**
|
|
362
484
|
* Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
|
|
363
485
|
* @type {SpidProviderOutput}
|
|
364
486
|
* @memberof ProviderOutput
|
|
365
487
|
*/
|
|
366
488
|
italySpid?: SpidProviderOutput | null;
|
|
489
|
+
/**
|
|
490
|
+
* Exposed properties for the `kenya-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
491
|
+
* @type {KenyaNidLookup2ProviderOutput}
|
|
492
|
+
* @memberof ProviderOutput
|
|
493
|
+
*/
|
|
494
|
+
kenyaNidLookup2?: KenyaNidLookup2ProviderOutput | null;
|
|
367
495
|
/**
|
|
368
496
|
* Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model.
|
|
369
497
|
* @type {LloydsSmartIdProviderOutput}
|
|
@@ -382,12 +510,30 @@ export interface ProviderOutput {
|
|
|
382
510
|
* @memberof ProviderOutput
|
|
383
511
|
*/
|
|
384
512
|
mobileId?: MobileIdProviderOutput | null;
|
|
513
|
+
/**
|
|
514
|
+
* Exposed properties for the `nigeria-nin-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
515
|
+
* @type {NigeriaNinLookup2ProviderOutput}
|
|
516
|
+
* @memberof ProviderOutput
|
|
517
|
+
*/
|
|
518
|
+
nigeriaNinLookup2?: NigeriaNinLookup2ProviderOutput | null;
|
|
519
|
+
/**
|
|
520
|
+
* Exposed properties for the `oneid` Provider which do not directly map to the normalized IdentityData model.
|
|
521
|
+
* @type {OneIdProviderOutput}
|
|
522
|
+
* @memberof ProviderOutput
|
|
523
|
+
*/
|
|
524
|
+
oneid?: OneIdProviderOutput | null;
|
|
385
525
|
/**
|
|
386
526
|
* Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
387
527
|
* @type {PeruDniProviderOutput}
|
|
388
528
|
* @memberof ProviderOutput
|
|
389
529
|
*/
|
|
390
530
|
peruDniLookup?: PeruDniProviderOutput | null;
|
|
531
|
+
/**
|
|
532
|
+
* Exposed properties for the `norway-bankid` Provider which do not directly map to the normalized IdentityData model.
|
|
533
|
+
* @type {NorwegianBankIdProviderOutput}
|
|
534
|
+
* @memberof ProviderOutput
|
|
535
|
+
*/
|
|
536
|
+
norwayBankid?: NorwegianBankIdProviderOutput | null;
|
|
391
537
|
/**
|
|
392
538
|
* Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
|
|
393
539
|
* @type {PhilippinesDigitalNidProviderOutput}
|
|
@@ -418,6 +564,12 @@ export interface ProviderOutput {
|
|
|
418
564
|
* @memberof ProviderOutput
|
|
419
565
|
*/
|
|
420
566
|
smartId?: SmartIdProviderOutput | null;
|
|
567
|
+
/**
|
|
568
|
+
* Exposed properties for the `uk-evisa-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
569
|
+
* @type {UnitedKingdomEvisaProviderOutput}
|
|
570
|
+
* @memberof ProviderOutput
|
|
571
|
+
*/
|
|
572
|
+
ukEvisaLookup?: UnitedKingdomEvisaProviderOutput | null;
|
|
421
573
|
/**
|
|
422
574
|
* Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model.
|
|
423
575
|
* @type {SwedenBankIdProviderOutput}
|
|
@@ -436,6 +588,12 @@ export interface ProviderOutput {
|
|
|
436
588
|
* @memberof ProviderOutput
|
|
437
589
|
*/
|
|
438
590
|
yoti?: YotiProviderOutput | null;
|
|
591
|
+
/**
|
|
592
|
+
* Exposed properties for the `yoti-deeplink` Provider which do not directly map to the normalized IdentityData model.
|
|
593
|
+
* @type {YotiDeeplinkProviderOutput}
|
|
594
|
+
* @memberof ProviderOutput
|
|
595
|
+
*/
|
|
596
|
+
yotiDeeplink?: YotiDeeplinkProviderOutput | null;
|
|
439
597
|
}
|
|
440
598
|
|
|
441
599
|
/**
|
|
@@ -460,33 +618,45 @@ export function ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
460
618
|
'aEdoappEidLogin': json['a-edoapp-eid-login'] == null ? undefined : PolandEdoAppProviderOutputFromJSON(json['a-edoapp-eid-login']),
|
|
461
619
|
'aEeWebEidLogin': json['a-ee-web-eid-login'] == null ? undefined : EstoniaIdCardProviderOutputFromJSON(json['a-ee-web-eid-login']),
|
|
462
620
|
'aFiIdLogin': json['a-fi-id-login'] == null ? undefined : FinlandIdCardProviderOutputFromJSON(json['a-fi-id-login']),
|
|
463
|
-
'aFrejaEidLogin': json['a-freja-eid-login'] == null ? undefined :
|
|
621
|
+
'aFrejaEidLogin': json['a-freja-eid-login'] == null ? undefined : FrejaIndirectProviderOutputFromJSON(json['a-freja-eid-login']),
|
|
464
622
|
'aItsmeLogin': json['a-itsme-login'] == null ? undefined : ItsmeProviderOutputFromJSON(json['a-itsme-login']),
|
|
465
623
|
'aLtIdLogin': json['a-lt-id-login'] == null ? undefined : LithuaniaIdCardProviderOutputFromJSON(json['a-lt-id-login']),
|
|
466
624
|
'aLvEparakstsIdLogin': json['a-lv-eparaksts-id-login'] == null ? undefined : LatviaEparakstsProviderOutputFromJSON(json['a-lv-eparaksts-id-login']),
|
|
467
625
|
'aLvEparakstsMobileLogin': json['a-lv-eparaksts-mobile-login'] == null ? undefined : LatviaEparakstsMobileProviderOutputFromJSON(json['a-lv-eparaksts-mobile-login']),
|
|
468
626
|
'aMojeid': json['a-mojeid'] == null ? undefined : CzechiaMojeIdProviderOutputFromJSON(json['a-mojeid']),
|
|
469
627
|
'aPlMojeidLogin': json['a-pl-mojeid-login'] == null ? undefined : PolandMojeIdProviderOutputFromJSON(json['a-pl-mojeid-login']),
|
|
628
|
+
'australiaConnectId': json['australia-connect-id'] == null ? undefined : ConnectIdProviderOutputFromJSON(json['australia-connect-id']),
|
|
629
|
+
'czechRepublicMojeid': json['czech-republic-mojeid'] == null ? undefined : CzechMojeIdProviderOutputFromJSON(json['czech-republic-mojeid']),
|
|
470
630
|
'aPtIdLogin': json['a-pt-id-login'] == null ? undefined : PortugalIdCardProviderOutputFromJSON(json['a-pt-id-login']),
|
|
471
631
|
'aRsIdLogin': json['a-rs-id-login'] == null ? undefined : SerbiaIdCardProviderOutputFromJSON(json['a-rs-id-login']),
|
|
472
632
|
'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletProviderOutputFromJSON(json['apple-wallet']),
|
|
473
633
|
'denmarkMitid': json['denmark-mitid'] == null ? undefined : MitIdProviderOutputFromJSON(json['denmark-mitid']),
|
|
474
634
|
'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
|
|
635
|
+
'finnishTrustNetwork': json['finnish-trust-network'] == null ? undefined : FinnishTrustNetworkProviderOutputFromJSON(json['finnish-trust-network']),
|
|
636
|
+
'franceIdentite': json['france-identite'] == null ? undefined : FranceIdentiteProviderOutputFromJSON(json['france-identite']),
|
|
475
637
|
'franceIdentiteNumerique': json['france-identite-numerique'] == null ? undefined : FrenchNumeriqueProviderOutputFromJSON(json['france-identite-numerique']),
|
|
638
|
+
'freja': json['freja'] == null ? undefined : FrejaProviderOutputFromJSON(json['freja']),
|
|
476
639
|
'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletProviderOutputFromJSON(json['google-wallet']),
|
|
640
|
+
'indiaDigilockerAadhaar': json['india-digilocker-aadhaar'] == null ? undefined : DigilockerAadhaarProviderOutputFromJSON(json['india-digilocker-aadhaar']),
|
|
477
641
|
'italySpid': json['italy-spid'] == null ? undefined : SpidProviderOutputFromJSON(json['italy-spid']),
|
|
642
|
+
'kenyaNidLookup2': json['kenya-nid-lookup-2'] == null ? undefined : KenyaNidLookup2ProviderOutputFromJSON(json['kenya-nid-lookup-2']),
|
|
478
643
|
'lloydsSmartId': json['lloyds-smart-id'] == null ? undefined : LloydsSmartIdProviderOutputFromJSON(json['lloyds-smart-id']),
|
|
479
644
|
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpProviderOutputFromJSON(json['mexico-curp-lookup']),
|
|
480
645
|
'mobileId': json['mobile-id'] == null ? undefined : MobileIdProviderOutputFromJSON(json['mobile-id']),
|
|
646
|
+
'nigeriaNinLookup2': json['nigeria-nin-lookup-2'] == null ? undefined : NigeriaNinLookup2ProviderOutputFromJSON(json['nigeria-nin-lookup-2']),
|
|
647
|
+
'oneid': json['oneid'] == null ? undefined : OneIdProviderOutputFromJSON(json['oneid']),
|
|
481
648
|
'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniProviderOutputFromJSON(json['peru-dni-lookup']),
|
|
649
|
+
'norwayBankid': json['norway-bankid'] == null ? undefined : NorwegianBankIdProviderOutputFromJSON(json['norway-bankid']),
|
|
482
650
|
'philippinesDigitalNationalIdQr': json['philippines-digital-national-id-qr'] == null ? undefined : PhilippinesDigitalNidProviderOutputFromJSON(json['philippines-digital-national-id-qr']),
|
|
483
651
|
'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippinesPhysicalNidProviderOutputFromJSON(json['philippines-physical-national-id-qr']),
|
|
484
652
|
'postOfficeEasyid': json['post-office-easyid'] == null ? undefined : PostOfficeEasyIdProviderOutputFromJSON(json['post-office-easyid']),
|
|
485
653
|
'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletProviderOutputFromJSON(json['samsung-wallet']),
|
|
486
654
|
'smartId': json['smart-id'] == null ? undefined : SmartIdProviderOutputFromJSON(json['smart-id']),
|
|
655
|
+
'ukEvisaLookup': json['uk-evisa-lookup'] == null ? undefined : UnitedKingdomEvisaProviderOutputFromJSON(json['uk-evisa-lookup']),
|
|
487
656
|
'swedenBankid': json['sweden-bankid'] == null ? undefined : SwedenBankIdProviderOutputFromJSON(json['sweden-bankid']),
|
|
488
657
|
'usaLouisianaWallet': json['usa-louisiana-wallet'] == null ? undefined : LaWalletProviderOutputFromJSON(json['usa-louisiana-wallet']),
|
|
489
658
|
'yoti': json['yoti'] == null ? undefined : YotiProviderOutputFromJSON(json['yoti']),
|
|
659
|
+
'yotiDeeplink': json['yoti-deeplink'] == null ? undefined : YotiDeeplinkProviderOutputFromJSON(json['yoti-deeplink']),
|
|
490
660
|
};
|
|
491
661
|
}
|
|
492
662
|
|
|
@@ -506,33 +676,45 @@ export function ProviderOutputToJSONTyped(value?: ProviderOutput | null, ignoreD
|
|
|
506
676
|
'a-edoapp-eid-login': PolandEdoAppProviderOutputToJSON(value['aEdoappEidLogin']),
|
|
507
677
|
'a-ee-web-eid-login': EstoniaIdCardProviderOutputToJSON(value['aEeWebEidLogin']),
|
|
508
678
|
'a-fi-id-login': FinlandIdCardProviderOutputToJSON(value['aFiIdLogin']),
|
|
509
|
-
'a-freja-eid-login':
|
|
679
|
+
'a-freja-eid-login': FrejaIndirectProviderOutputToJSON(value['aFrejaEidLogin']),
|
|
510
680
|
'a-itsme-login': ItsmeProviderOutputToJSON(value['aItsmeLogin']),
|
|
511
681
|
'a-lt-id-login': LithuaniaIdCardProviderOutputToJSON(value['aLtIdLogin']),
|
|
512
682
|
'a-lv-eparaksts-id-login': LatviaEparakstsProviderOutputToJSON(value['aLvEparakstsIdLogin']),
|
|
513
683
|
'a-lv-eparaksts-mobile-login': LatviaEparakstsMobileProviderOutputToJSON(value['aLvEparakstsMobileLogin']),
|
|
514
684
|
'a-mojeid': CzechiaMojeIdProviderOutputToJSON(value['aMojeid']),
|
|
515
685
|
'a-pl-mojeid-login': PolandMojeIdProviderOutputToJSON(value['aPlMojeidLogin']),
|
|
686
|
+
'australia-connect-id': ConnectIdProviderOutputToJSON(value['australiaConnectId']),
|
|
687
|
+
'czech-republic-mojeid': CzechMojeIdProviderOutputToJSON(value['czechRepublicMojeid']),
|
|
516
688
|
'a-pt-id-login': PortugalIdCardProviderOutputToJSON(value['aPtIdLogin']),
|
|
517
689
|
'a-rs-id-login': SerbiaIdCardProviderOutputToJSON(value['aRsIdLogin']),
|
|
518
690
|
'apple-wallet': AppleWalletProviderOutputToJSON(value['appleWallet']),
|
|
519
691
|
'denmark-mitid': MitIdProviderOutputToJSON(value['denmarkMitid']),
|
|
520
692
|
'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
|
|
693
|
+
'finnish-trust-network': FinnishTrustNetworkProviderOutputToJSON(value['finnishTrustNetwork']),
|
|
694
|
+
'france-identite': FranceIdentiteProviderOutputToJSON(value['franceIdentite']),
|
|
521
695
|
'france-identite-numerique': FrenchNumeriqueProviderOutputToJSON(value['franceIdentiteNumerique']),
|
|
696
|
+
'freja': FrejaProviderOutputToJSON(value['freja']),
|
|
522
697
|
'google-wallet': GoogleWalletProviderOutputToJSON(value['googleWallet']),
|
|
698
|
+
'india-digilocker-aadhaar': DigilockerAadhaarProviderOutputToJSON(value['indiaDigilockerAadhaar']),
|
|
523
699
|
'italy-spid': SpidProviderOutputToJSON(value['italySpid']),
|
|
700
|
+
'kenya-nid-lookup-2': KenyaNidLookup2ProviderOutputToJSON(value['kenyaNidLookup2']),
|
|
524
701
|
'lloyds-smart-id': LloydsSmartIdProviderOutputToJSON(value['lloydsSmartId']),
|
|
525
702
|
'mexico-curp-lookup': MexicoCurpProviderOutputToJSON(value['mexicoCurpLookup']),
|
|
526
703
|
'mobile-id': MobileIdProviderOutputToJSON(value['mobileId']),
|
|
704
|
+
'nigeria-nin-lookup-2': NigeriaNinLookup2ProviderOutputToJSON(value['nigeriaNinLookup2']),
|
|
705
|
+
'oneid': OneIdProviderOutputToJSON(value['oneid']),
|
|
527
706
|
'peru-dni-lookup': PeruDniProviderOutputToJSON(value['peruDniLookup']),
|
|
707
|
+
'norway-bankid': NorwegianBankIdProviderOutputToJSON(value['norwayBankid']),
|
|
528
708
|
'philippines-digital-national-id-qr': PhilippinesDigitalNidProviderOutputToJSON(value['philippinesDigitalNationalIdQr']),
|
|
529
709
|
'philippines-physical-national-id-qr': PhilippinesPhysicalNidProviderOutputToJSON(value['philippinesPhysicalNationalIdQr']),
|
|
530
710
|
'post-office-easyid': PostOfficeEasyIdProviderOutputToJSON(value['postOfficeEasyid']),
|
|
531
711
|
'samsung-wallet': SamsungWalletProviderOutputToJSON(value['samsungWallet']),
|
|
532
712
|
'smart-id': SmartIdProviderOutputToJSON(value['smartId']),
|
|
713
|
+
'uk-evisa-lookup': UnitedKingdomEvisaProviderOutputToJSON(value['ukEvisaLookup']),
|
|
533
714
|
'sweden-bankid': SwedenBankIdProviderOutputToJSON(value['swedenBankid']),
|
|
534
715
|
'usa-louisiana-wallet': LaWalletProviderOutputToJSON(value['usaLouisianaWallet']),
|
|
535
716
|
'yoti': YotiProviderOutputToJSON(value['yoti']),
|
|
717
|
+
'yoti-deeplink': YotiDeeplinkProviderOutputToJSON(value['yotiDeeplink']),
|
|
536
718
|
};
|
|
537
719
|
}
|
|
538
720
|
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface Raw18013DocumentRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface Raw18013DocumentRequest {
|
|
22
|
+
/**
|
|
23
|
+
* The type of the document being requested, as defined by ISO specifications 18013-5, 18013-7, 23220-2, or a similar or related standard.
|
|
24
|
+
*
|
|
25
|
+
* Common values:
|
|
26
|
+
* - "org.iso.18013.5.1.mDL" -- a Mobile Driver's License
|
|
27
|
+
* - "eu.europa.ec.eudi.pid.1" -- an EUDI Wallet PID
|
|
28
|
+
* - "com.google.wallet.idcard.1" -- a Google Wallet ID Pass
|
|
29
|
+
* - "org.iso.23220.photoid.1" -- a generic ISO 23220-2 compliant Photo ID (used by Apple Wallet's ID Pass)
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof Raw18013DocumentRequest
|
|
32
|
+
*/
|
|
33
|
+
documentType: string;
|
|
34
|
+
/**
|
|
35
|
+
* The namespaces and attributes (PII) to request from the document.
|
|
36
|
+
*
|
|
37
|
+
* This is a map of (nameSpaceName -> (attributeName -> willRetain)), where:
|
|
38
|
+
*
|
|
39
|
+
* - nameSpaceName is the name of a NameSpace within the document
|
|
40
|
+
* - attributeName is the name of a specific attribute within the NameSpace
|
|
41
|
+
* - willRetain indicates, to the Wallet, whether you as the Relying Party intend to retain the data for longer than the scope of the transaction
|
|
42
|
+
*
|
|
43
|
+
* Common namespace values:
|
|
44
|
+
* - "org.iso.18013.5.1" -- the primary namespace of a Mobile Driver's License or a Google Wallet ID Pass
|
|
45
|
+
* - "org.iso.18013.5.1.aamva" -- the secondary, AAMVA-defined namespace of a Mobile Driver's License
|
|
46
|
+
* - "eu.europa.ec.eudi.pid.1" -- the primary namespace of an EUDI Wallet PID
|
|
47
|
+
* - "org.iso.23220.1" -- the primary namespace of an ISO 23220-2 credential or an Apple Wallet ID Pass
|
|
48
|
+
* @type {{ [key: string]: { [key: string]: boolean; }; }}
|
|
49
|
+
* @memberof Raw18013DocumentRequest
|
|
50
|
+
*/
|
|
51
|
+
nameSpaces: { [key: string]: { [key: string]: boolean; }; };
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the Raw18013DocumentRequest interface.
|
|
56
|
+
*/
|
|
57
|
+
export function instanceOfRaw18013DocumentRequest(value: object): value is Raw18013DocumentRequest {
|
|
58
|
+
if (!('documentType' in value) || value['documentType'] === undefined) return false;
|
|
59
|
+
if (!('nameSpaces' in value) || value['nameSpaces'] === undefined) return false;
|
|
60
|
+
return true;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function Raw18013DocumentRequestFromJSON(json: any): Raw18013DocumentRequest {
|
|
64
|
+
return Raw18013DocumentRequestFromJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function Raw18013DocumentRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): Raw18013DocumentRequest {
|
|
68
|
+
if (json == null) {
|
|
69
|
+
return json;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
|
|
73
|
+
'documentType': json['documentType'],
|
|
74
|
+
'nameSpaces': json['nameSpaces'],
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function Raw18013DocumentRequestToJSON(json: any): Raw18013DocumentRequest {
|
|
79
|
+
return Raw18013DocumentRequestToJSONTyped(json, false);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export function Raw18013DocumentRequestToJSONTyped(value?: Raw18013DocumentRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
83
|
+
if (value == null) {
|
|
84
|
+
return value;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
return {
|
|
88
|
+
|
|
89
|
+
'documentType': value['documentType'],
|
|
90
|
+
'nameSpaces': value['nameSpaces'],
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Raw18013DocumentRequest } from './Raw18013DocumentRequest';
|
|
17
|
+
import {
|
|
18
|
+
Raw18013DocumentRequestFromJSON,
|
|
19
|
+
Raw18013DocumentRequestFromJSONTyped,
|
|
20
|
+
Raw18013DocumentRequestToJSON,
|
|
21
|
+
Raw18013DocumentRequestToJSONTyped,
|
|
22
|
+
} from './Raw18013DocumentRequest';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* A raw 18013-7 exchange request.
|
|
26
|
+
*
|
|
27
|
+
* Use this to specify a raw 18013-7 exchange against an arbitrary document type, namespace, and set of fields.
|
|
28
|
+
* @export
|
|
29
|
+
* @interface Raw18013RequestInput
|
|
30
|
+
*/
|
|
31
|
+
export interface Raw18013RequestInput {
|
|
32
|
+
/**
|
|
33
|
+
* A collection of requests for specific document(s), any of which may be used to satisfy the verification.
|
|
34
|
+
*
|
|
35
|
+
* At least one request must be provided.
|
|
36
|
+
* No more than 10 requests may be provided.
|
|
37
|
+
* @type {Array<Raw18013DocumentRequest>}
|
|
38
|
+
* @memberof Raw18013RequestInput
|
|
39
|
+
*/
|
|
40
|
+
documentRequests: Array<Raw18013DocumentRequest>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the Raw18013RequestInput interface.
|
|
45
|
+
*/
|
|
46
|
+
export function instanceOfRaw18013RequestInput(value: object): value is Raw18013RequestInput {
|
|
47
|
+
if (!('documentRequests' in value) || value['documentRequests'] === undefined) return false;
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function Raw18013RequestInputFromJSON(json: any): Raw18013RequestInput {
|
|
52
|
+
return Raw18013RequestInputFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function Raw18013RequestInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): Raw18013RequestInput {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
|
|
61
|
+
'documentRequests': ((json['documentRequests'] as Array<any>).map(Raw18013DocumentRequestFromJSON)),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export function Raw18013RequestInputToJSON(json: any): Raw18013RequestInput {
|
|
66
|
+
return Raw18013RequestInputToJSONTyped(json, false);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function Raw18013RequestInputToJSONTyped(value?: Raw18013RequestInput | null, ignoreDiscriminator: boolean = false): any {
|
|
70
|
+
if (value == null) {
|
|
71
|
+
return value;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'documentRequests': ((value['documentRequests'] as Array<any>).map(Raw18013DocumentRequestToJSON)),
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -33,6 +33,12 @@ export interface RecommendProvidersResponse {
|
|
|
33
33
|
* @memberof RecommendProvidersResponse
|
|
34
34
|
*/
|
|
35
35
|
recommendedProviders: Array<RecommendProviderInformation>;
|
|
36
|
+
/**
|
|
37
|
+
* All Providers available to your Verification Profile which are not in `recommendedProviders`
|
|
38
|
+
* @type {Array<RecommendProviderInformation>}
|
|
39
|
+
* @memberof RecommendProvidersResponse
|
|
40
|
+
*/
|
|
41
|
+
remainder: Array<RecommendProviderInformation>;
|
|
36
42
|
}
|
|
37
43
|
|
|
38
44
|
/**
|
|
@@ -40,6 +46,7 @@ export interface RecommendProvidersResponse {
|
|
|
40
46
|
*/
|
|
41
47
|
export function instanceOfRecommendProvidersResponse(value: object): value is RecommendProvidersResponse {
|
|
42
48
|
if (!('recommendedProviders' in value) || value['recommendedProviders'] === undefined) return false;
|
|
49
|
+
if (!('remainder' in value) || value['remainder'] === undefined) return false;
|
|
43
50
|
return true;
|
|
44
51
|
}
|
|
45
52
|
|
|
@@ -54,6 +61,7 @@ export function RecommendProvidersResponseFromJSONTyped(json: any, ignoreDiscrim
|
|
|
54
61
|
return {
|
|
55
62
|
|
|
56
63
|
'recommendedProviders': ((json['recommendedProviders'] as Array<any>).map(RecommendProviderInformationFromJSON)),
|
|
64
|
+
'remainder': ((json['remainder'] as Array<any>).map(RecommendProviderInformationFromJSON)),
|
|
57
65
|
};
|
|
58
66
|
}
|
|
59
67
|
|
|
@@ -69,6 +77,7 @@ export function RecommendProvidersResponseToJSONTyped(value?: RecommendProviders
|
|
|
69
77
|
return {
|
|
70
78
|
|
|
71
79
|
'recommendedProviders': ((value['recommendedProviders'] as Array<any>).map(RecommendProviderInformationToJSON)),
|
|
80
|
+
'remainder': ((value['remainder'] as Array<any>).map(RecommendProviderInformationToJSON)),
|
|
72
81
|
};
|
|
73
82
|
}
|
|
74
83
|
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Raw18013RequestInput } from './Raw18013RequestInput';
|
|
17
|
+
import {
|
|
18
|
+
Raw18013RequestInputFromJSON,
|
|
19
|
+
Raw18013RequestInputFromJSONTyped,
|
|
20
|
+
Raw18013RequestInputToJSON,
|
|
21
|
+
Raw18013RequestInputToJSONTyped,
|
|
22
|
+
} from './Raw18013RequestInput';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface SamsungWalletInput
|
|
28
|
+
*/
|
|
29
|
+
export interface SamsungWalletInput {
|
|
30
|
+
/**
|
|
31
|
+
* **Preview feature: not suitable for production use cases**
|
|
32
|
+
*
|
|
33
|
+
* The raw 18013-7 exchange request to use for this verification.
|
|
34
|
+
*
|
|
35
|
+
* If set, this overrides any default configuration on your Verification Profile.
|
|
36
|
+
* @type {Raw18013RequestInput}
|
|
37
|
+
* @memberof SamsungWalletInput
|
|
38
|
+
*/
|
|
39
|
+
previewRaw18013Request?: Raw18013RequestInput | null;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the SamsungWalletInput interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfSamsungWalletInput(value: object): value is SamsungWalletInput {
|
|
46
|
+
return true;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function SamsungWalletInputFromJSON(json: any): SamsungWalletInput {
|
|
50
|
+
return SamsungWalletInputFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function SamsungWalletInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SamsungWalletInput {
|
|
54
|
+
if (json == null) {
|
|
55
|
+
return json;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
|
|
59
|
+
'previewRaw18013Request': json['preview_raw18013Request'] == null ? undefined : Raw18013RequestInputFromJSON(json['preview_raw18013Request']),
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function SamsungWalletInputToJSON(json: any): SamsungWalletInput {
|
|
64
|
+
return SamsungWalletInputToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function SamsungWalletInputToJSONTyped(value?: SamsungWalletInput | null, ignoreDiscriminator: boolean = false): any {
|
|
68
|
+
if (value == null) {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
return {
|
|
73
|
+
|
|
74
|
+
'preview_raw18013Request': Raw18013RequestInputToJSON(value['previewRaw18013Request']),
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|