@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
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
* Exposed properties for the `philippines-physical-national-id-qr` Provider which do not directly map to the
|
|
13
|
+
* Exposed properties for the `philippines-physical-national-id-qr` Provider which do not directly map to the
|
|
14
|
+
* normalized IdentityData model.
|
|
14
15
|
* @export
|
|
15
16
|
* @interface PhilippinesPhysicalNidProviderOutput
|
|
16
17
|
*/
|
|
@@ -22,6 +23,58 @@ export interface PhilippinesPhysicalNidProviderOutput {
|
|
|
22
23
|
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
23
24
|
*/
|
|
24
25
|
philsysCardNumber: string;
|
|
26
|
+
/**
|
|
27
|
+
* The given (first) name of the individual.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
30
|
+
*/
|
|
31
|
+
givenName?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
* The middle name of the individual.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
36
|
+
*/
|
|
37
|
+
middleName?: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* The family (last) name of the individual.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
42
|
+
*/
|
|
43
|
+
familyName?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
* The date of birth of the individual.
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
48
|
+
*/
|
|
49
|
+
dateOfBirth?: Date | null;
|
|
50
|
+
/**
|
|
51
|
+
* The name suffix of the individual (e.g. Jr., III).
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
54
|
+
*/
|
|
55
|
+
suffix?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* The sex of the individual.
|
|
58
|
+
*
|
|
59
|
+
* Possible values:
|
|
60
|
+
* - Male
|
|
61
|
+
* - Female
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
64
|
+
*/
|
|
65
|
+
sex?: string | null;
|
|
66
|
+
/**
|
|
67
|
+
* The place of birth of the individual as recorded on the PhilSys credential.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
70
|
+
*/
|
|
71
|
+
placeOfBirth?: string | null;
|
|
72
|
+
/**
|
|
73
|
+
* The date the document was issued.
|
|
74
|
+
* @type {Date}
|
|
75
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
76
|
+
*/
|
|
77
|
+
documentIssueDate?: Date | null;
|
|
25
78
|
}
|
|
26
79
|
/**
|
|
27
80
|
* Check if a given object implements the PhilippinesPhysicalNidProviderOutput interface.
|
|
@@ -28,6 +28,14 @@ export function PhilippinesPhysicalNidProviderOutputFromJSONTyped(json, ignoreDi
|
|
|
28
28
|
}
|
|
29
29
|
return {
|
|
30
30
|
'philsysCardNumber': json['philsysCardNumber'],
|
|
31
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
32
|
+
'middleName': json['middleName'] == null ? undefined : json['middleName'],
|
|
33
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
34
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
35
|
+
'suffix': json['suffix'] == null ? undefined : json['suffix'],
|
|
36
|
+
'sex': json['sex'] == null ? undefined : json['sex'],
|
|
37
|
+
'placeOfBirth': json['placeOfBirth'] == null ? undefined : json['placeOfBirth'],
|
|
38
|
+
'documentIssueDate': json['documentIssueDate'] == null ? undefined : (new Date(json['documentIssueDate'])),
|
|
31
39
|
};
|
|
32
40
|
}
|
|
33
41
|
export function PhilippinesPhysicalNidProviderOutputToJSON(json) {
|
|
@@ -39,5 +47,13 @@ export function PhilippinesPhysicalNidProviderOutputToJSONTyped(value, ignoreDis
|
|
|
39
47
|
}
|
|
40
48
|
return {
|
|
41
49
|
'philsysCardNumber': value['philsysCardNumber'],
|
|
50
|
+
'givenName': value['givenName'],
|
|
51
|
+
'middleName': value['middleName'],
|
|
52
|
+
'familyName': value['familyName'],
|
|
53
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
54
|
+
'suffix': value['suffix'],
|
|
55
|
+
'sex': value['sex'],
|
|
56
|
+
'placeOfBirth': value['placeOfBirth'],
|
|
57
|
+
'documentIssueDate': value['documentIssueDate'] == null ? undefined : (value['documentIssueDate'].toISOString().substring(0, 10)),
|
|
42
58
|
};
|
|
43
59
|
}
|
|
@@ -29,6 +29,7 @@ import type { NigeriaNinMatch2Input } from './NigeriaNinMatch2Input';
|
|
|
29
29
|
import type { IndonesiaNikInput } from './IndonesiaNikInput';
|
|
30
30
|
import type { CoteDIvoireNidLookup2Input } from './CoteDIvoireNidLookup2Input';
|
|
31
31
|
import type { IdinInput } from './IdinInput';
|
|
32
|
+
import type { UkEvisaLookupInput } from './UkEvisaLookupInput';
|
|
32
33
|
import type { AppleWalletInput } from './AppleWalletInput';
|
|
33
34
|
import type { MexicoCurpInput } from './MexicoCurpInput';
|
|
34
35
|
import type { NigeriaNinLookup2Input } from './NigeriaNinLookup2Input';
|
|
@@ -36,7 +37,9 @@ import type { TrinsicTestSubProvidersInput } from './TrinsicTestSubProvidersInpu
|
|
|
36
37
|
import type { SpidInput } from './SpidInput';
|
|
37
38
|
import type { SouthAfricaNidInput } from './SouthAfricaNidInput';
|
|
38
39
|
import type { NigeriaNinInput } from './NigeriaNinInput';
|
|
40
|
+
import type { SamsungWalletInput } from './SamsungWalletInput';
|
|
39
41
|
import type { SouthAfricaNidMatch2Input } from './SouthAfricaNidMatch2Input';
|
|
42
|
+
import type { FranceIdentiteInput } from './FranceIdentiteInput';
|
|
40
43
|
import type { GoogleWalletInput } from './GoogleWalletInput';
|
|
41
44
|
import type { TrinsicTestDatabaseLookupInput } from './TrinsicTestDatabaseLookupInput';
|
|
42
45
|
import type { SouthAfricaNidLookup2Input } from './SouthAfricaNidLookup2Input';
|
|
@@ -227,12 +230,30 @@ export interface ProviderInput {
|
|
|
227
230
|
* @memberof ProviderInput
|
|
228
231
|
*/
|
|
229
232
|
appleWallet?: AppleWalletInput | null;
|
|
233
|
+
/**
|
|
234
|
+
* Input for the `samsung-wallet` provider
|
|
235
|
+
* @type {SamsungWalletInput}
|
|
236
|
+
* @memberof ProviderInput
|
|
237
|
+
*/
|
|
238
|
+
samsungWallet?: SamsungWalletInput | null;
|
|
239
|
+
/**
|
|
240
|
+
* Input for the `france-identite` provider
|
|
241
|
+
* @type {FranceIdentiteInput}
|
|
242
|
+
* @memberof ProviderInput
|
|
243
|
+
*/
|
|
244
|
+
franceIdentite?: FranceIdentiteInput | null;
|
|
230
245
|
/**
|
|
231
246
|
* Input for the `peru-dni-lookup` provider
|
|
232
247
|
* @type {PeruDniLookupInput}
|
|
233
248
|
* @memberof ProviderInput
|
|
234
249
|
*/
|
|
235
250
|
peruDniLookup?: PeruDniLookupInput | null;
|
|
251
|
+
/**
|
|
252
|
+
* Input for the `uk-evisa-lookup` provider
|
|
253
|
+
* @type {UkEvisaLookupInput}
|
|
254
|
+
* @memberof ProviderInput
|
|
255
|
+
*/
|
|
256
|
+
ukEvisaLookup?: UkEvisaLookupInput | null;
|
|
236
257
|
/**
|
|
237
258
|
* *TEST MODE ONLY.*
|
|
238
259
|
*
|
|
@@ -31,6 +31,7 @@ import { NigeriaNinMatch2InputFromJSON, NigeriaNinMatch2InputToJSON, } from './N
|
|
|
31
31
|
import { IndonesiaNikInputFromJSON, IndonesiaNikInputToJSON, } from './IndonesiaNikInput';
|
|
32
32
|
import { CoteDIvoireNidLookup2InputFromJSON, CoteDIvoireNidLookup2InputToJSON, } from './CoteDIvoireNidLookup2Input';
|
|
33
33
|
import { IdinInputFromJSON, IdinInputToJSON, } from './IdinInput';
|
|
34
|
+
import { UkEvisaLookupInputFromJSON, UkEvisaLookupInputToJSON, } from './UkEvisaLookupInput';
|
|
34
35
|
import { AppleWalletInputFromJSON, AppleWalletInputToJSON, } from './AppleWalletInput';
|
|
35
36
|
import { MexicoCurpInputFromJSON, MexicoCurpInputToJSON, } from './MexicoCurpInput';
|
|
36
37
|
import { NigeriaNinLookup2InputFromJSON, NigeriaNinLookup2InputToJSON, } from './NigeriaNinLookup2Input';
|
|
@@ -38,7 +39,9 @@ import { TrinsicTestSubProvidersInputFromJSON, TrinsicTestSubProvidersInputToJSO
|
|
|
38
39
|
import { SpidInputFromJSON, SpidInputToJSON, } from './SpidInput';
|
|
39
40
|
import { SouthAfricaNidInputFromJSON, SouthAfricaNidInputToJSON, } from './SouthAfricaNidInput';
|
|
40
41
|
import { NigeriaNinInputFromJSON, NigeriaNinInputToJSON, } from './NigeriaNinInput';
|
|
42
|
+
import { SamsungWalletInputFromJSON, SamsungWalletInputToJSON, } from './SamsungWalletInput';
|
|
41
43
|
import { SouthAfricaNidMatch2InputFromJSON, SouthAfricaNidMatch2InputToJSON, } from './SouthAfricaNidMatch2Input';
|
|
44
|
+
import { FranceIdentiteInputFromJSON, FranceIdentiteInputToJSON, } from './FranceIdentiteInput';
|
|
42
45
|
import { GoogleWalletInputFromJSON, GoogleWalletInputToJSON, } from './GoogleWalletInput';
|
|
43
46
|
import { TrinsicTestDatabaseLookupInputFromJSON, TrinsicTestDatabaseLookupInputToJSON, } from './TrinsicTestDatabaseLookupInput';
|
|
44
47
|
import { SouthAfricaNidLookup2InputFromJSON, SouthAfricaNidLookup2InputToJSON, } from './SouthAfricaNidLookup2Input';
|
|
@@ -87,7 +90,10 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
87
90
|
'italySpid': json['italy-spid'] == null ? undefined : SpidInputFromJSON(json['italy-spid']),
|
|
88
91
|
'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletInputFromJSON(json['google-wallet']),
|
|
89
92
|
'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletInputFromJSON(json['apple-wallet']),
|
|
93
|
+
'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletInputFromJSON(json['samsung-wallet']),
|
|
94
|
+
'franceIdentite': json['france-identite'] == null ? undefined : FranceIdentiteInputFromJSON(json['france-identite']),
|
|
90
95
|
'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniLookupInputFromJSON(json['peru-dni-lookup']),
|
|
96
|
+
'ukEvisaLookup': json['uk-evisa-lookup'] == null ? undefined : UkEvisaLookupInputFromJSON(json['uk-evisa-lookup']),
|
|
91
97
|
'trinsicTestDatabaseLookup': json['trinsic-test-database-lookup'] == null ? undefined : TrinsicTestDatabaseLookupInputFromJSON(json['trinsic-test-database-lookup']),
|
|
92
98
|
'trinsicTestSubProviders': json['trinsic-test-sub-providers'] == null ? undefined : TrinsicTestSubProvidersInputFromJSON(json['trinsic-test-sub-providers']),
|
|
93
99
|
};
|
|
@@ -130,7 +136,10 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
130
136
|
'italy-spid': SpidInputToJSON(value['italySpid']),
|
|
131
137
|
'google-wallet': GoogleWalletInputToJSON(value['googleWallet']),
|
|
132
138
|
'apple-wallet': AppleWalletInputToJSON(value['appleWallet']),
|
|
139
|
+
'samsung-wallet': SamsungWalletInputToJSON(value['samsungWallet']),
|
|
140
|
+
'france-identite': FranceIdentiteInputToJSON(value['franceIdentite']),
|
|
133
141
|
'peru-dni-lookup': PeruDniLookupInputToJSON(value['peruDniLookup']),
|
|
142
|
+
'uk-evisa-lookup': UkEvisaLookupInputToJSON(value['ukEvisaLookup']),
|
|
134
143
|
'trinsic-test-database-lookup': TrinsicTestDatabaseLookupInputToJSON(value['trinsicTestDatabaseLookup']),
|
|
135
144
|
'trinsic-test-sub-providers': TrinsicTestSubProvidersInputToJSON(value['trinsicTestSubProviders']),
|
|
136
145
|
};
|
|
@@ -11,18 +11,26 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FrejaProviderOutput } from './FrejaProviderOutput';
|
|
13
13
|
import type { FrenchNumeriqueProviderOutput } from './FrenchNumeriqueProviderOutput';
|
|
14
|
+
import type { DigilockerAadhaarProviderOutput } from './DigilockerAadhaarProviderOutput';
|
|
14
15
|
import type { GoogleWalletProviderOutput } from './GoogleWalletProviderOutput';
|
|
15
16
|
import type { SmartIdProviderOutput } from './SmartIdProviderOutput';
|
|
16
17
|
import type { LatviaEparakstsProviderOutput } from './LatviaEparakstsProviderOutput';
|
|
17
18
|
import type { MitIdProviderOutput } from './MitIdProviderOutput';
|
|
19
|
+
import type { NorwegianBankIdProviderOutput } from './NorwegianBankIdProviderOutput';
|
|
18
20
|
import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
|
|
19
21
|
import type { PolandEdoAppProviderOutput } from './PolandEdoAppProviderOutput';
|
|
20
22
|
import type { PortugalIdCardProviderOutput } from './PortugalIdCardProviderOutput';
|
|
21
23
|
import type { LaWalletProviderOutput } from './LaWalletProviderOutput';
|
|
24
|
+
import type { YotiDeeplinkProviderOutput } from './YotiDeeplinkProviderOutput';
|
|
22
25
|
import type { PostOfficeEasyIdProviderOutput } from './PostOfficeEasyIdProviderOutput';
|
|
26
|
+
import type { FinnishTrustNetworkProviderOutput } from './FinnishTrustNetworkProviderOutput';
|
|
23
27
|
import type { LithuaniaIdCardProviderOutput } from './LithuaniaIdCardProviderOutput';
|
|
28
|
+
import type { FranceIdentiteProviderOutput } from './FranceIdentiteProviderOutput';
|
|
29
|
+
import type { NigeriaNinLookup2ProviderOutput } from './NigeriaNinLookup2ProviderOutput';
|
|
24
30
|
import type { PeruDniProviderOutput } from './PeruDniProviderOutput';
|
|
25
31
|
import type { FinlandIdCardProviderOutput } from './FinlandIdCardProviderOutput';
|
|
32
|
+
import type { ConnectIdProviderOutput } from './ConnectIdProviderOutput';
|
|
33
|
+
import type { CzechMojeIdProviderOutput } from './CzechMojeIdProviderOutput';
|
|
26
34
|
import type { CzechiaMojeIdProviderOutput } from './CzechiaMojeIdProviderOutput';
|
|
27
35
|
import type { ItsmeProviderOutput } from './ItsmeProviderOutput';
|
|
28
36
|
import type { FaydaProviderOutput } from './FaydaProviderOutput';
|
|
@@ -36,11 +44,15 @@ import type { SpidProviderOutput } from './SpidProviderOutput';
|
|
|
36
44
|
import type { AppleWalletProviderOutput } from './AppleWalletProviderOutput';
|
|
37
45
|
import type { MobileIdProviderOutput } from './MobileIdProviderOutput';
|
|
38
46
|
import type { BelgiumIdCardProviderOutput } from './BelgiumIdCardProviderOutput';
|
|
47
|
+
import type { FrejaIndirectProviderOutput } from './FrejaIndirectProviderOutput';
|
|
39
48
|
import type { LloydsSmartIdProviderOutput } from './LloydsSmartIdProviderOutput';
|
|
49
|
+
import type { OneIdProviderOutput } from './OneIdProviderOutput';
|
|
50
|
+
import type { KenyaNidLookup2ProviderOutput } from './KenyaNidLookup2ProviderOutput';
|
|
40
51
|
import type { LatviaEparakstsMobileProviderOutput } from './LatviaEparakstsMobileProviderOutput';
|
|
41
52
|
import type { SamsungWalletProviderOutput } from './SamsungWalletProviderOutput';
|
|
42
53
|
import type { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
|
|
43
54
|
import type { SwedenBankIdProviderOutput } from './SwedenBankIdProviderOutput';
|
|
55
|
+
import type { UnitedKingdomEvisaProviderOutput } from './UnitedKingdomEvisaProviderOutput';
|
|
44
56
|
/**
|
|
45
57
|
*
|
|
46
58
|
* @export
|
|
@@ -78,11 +90,12 @@ export interface ProviderOutput {
|
|
|
78
90
|
*/
|
|
79
91
|
aFiIdLogin?: FinlandIdCardProviderOutput | null;
|
|
80
92
|
/**
|
|
81
|
-
* Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData
|
|
82
|
-
*
|
|
93
|
+
* Exposed properties for the `a-freja-eid-login` Provider which do not directly map to the normalized IdentityData
|
|
94
|
+
* model.
|
|
95
|
+
* @type {FrejaIndirectProviderOutput}
|
|
83
96
|
* @memberof ProviderOutput
|
|
84
97
|
*/
|
|
85
|
-
aFrejaEidLogin?:
|
|
98
|
+
aFrejaEidLogin?: FrejaIndirectProviderOutput | null;
|
|
86
99
|
/**
|
|
87
100
|
* Exposed properties for the `a-itsme-login` Provider which do not directly map to the normalized IdentityData model.
|
|
88
101
|
* @type {ItsmeProviderOutput}
|
|
@@ -119,6 +132,18 @@ export interface ProviderOutput {
|
|
|
119
132
|
* @memberof ProviderOutput
|
|
120
133
|
*/
|
|
121
134
|
aPlMojeidLogin?: PolandMojeIdProviderOutput | null;
|
|
135
|
+
/**
|
|
136
|
+
* Exposed properties for the `australia-connect-id` Provider which do not directly map to the normalized IdentityData model.
|
|
137
|
+
* @type {ConnectIdProviderOutput}
|
|
138
|
+
* @memberof ProviderOutput
|
|
139
|
+
*/
|
|
140
|
+
australiaConnectId?: ConnectIdProviderOutput | null;
|
|
141
|
+
/**
|
|
142
|
+
* Exposed properties for the `czech-moje-id` Provider which do not directly map to the normalized IdentityData model.
|
|
143
|
+
* @type {CzechMojeIdProviderOutput}
|
|
144
|
+
* @memberof ProviderOutput
|
|
145
|
+
*/
|
|
146
|
+
czechRepublicMojeid?: CzechMojeIdProviderOutput | null;
|
|
122
147
|
/**
|
|
123
148
|
* Exposed properties for the `a-pt-id-login` Provider which do not directly map to the normalized IdentityData model.
|
|
124
149
|
* @type {PortugalIdCardProviderOutput}
|
|
@@ -149,24 +174,55 @@ export interface ProviderOutput {
|
|
|
149
174
|
* @memberof ProviderOutput
|
|
150
175
|
*/
|
|
151
176
|
ethiopiaFayda?: FaydaProviderOutput | null;
|
|
177
|
+
/**
|
|
178
|
+
* Exposed properties for the `finnish-trust-network` Provider which do not directly map to the normalized IdentityData model.
|
|
179
|
+
* @type {FinnishTrustNetworkProviderOutput}
|
|
180
|
+
* @memberof ProviderOutput
|
|
181
|
+
*/
|
|
182
|
+
finnishTrustNetwork?: FinnishTrustNetworkProviderOutput | null;
|
|
183
|
+
/**
|
|
184
|
+
* Exposed properties for the `france-identite` Provider which do not directly map to the normalized IdentityData model.
|
|
185
|
+
* @type {FranceIdentiteProviderOutput}
|
|
186
|
+
* @memberof ProviderOutput
|
|
187
|
+
*/
|
|
188
|
+
franceIdentite?: FranceIdentiteProviderOutput | null;
|
|
152
189
|
/**
|
|
153
190
|
* Exposed properties for the `france-identite-numerique` Provider which do not directly map to the normalized IdentityData model.
|
|
154
191
|
* @type {FrenchNumeriqueProviderOutput}
|
|
155
192
|
* @memberof ProviderOutput
|
|
156
193
|
*/
|
|
157
194
|
franceIdentiteNumerique?: FrenchNumeriqueProviderOutput | null;
|
|
195
|
+
/**
|
|
196
|
+
* Exposed properties for the `freja` Provider which do not directly map to the normalized IdentityData
|
|
197
|
+
* model.
|
|
198
|
+
* @type {FrejaProviderOutput}
|
|
199
|
+
* @memberof ProviderOutput
|
|
200
|
+
*/
|
|
201
|
+
freja?: FrejaProviderOutput | null;
|
|
158
202
|
/**
|
|
159
203
|
* Exposed properties for the `google-wallet` Provider which do not directly map to the normalized IdentityData model.
|
|
160
204
|
* @type {GoogleWalletProviderOutput}
|
|
161
205
|
* @memberof ProviderOutput
|
|
162
206
|
*/
|
|
163
207
|
googleWallet?: GoogleWalletProviderOutput | null;
|
|
208
|
+
/**
|
|
209
|
+
* Exposed properties for the `india-digilocker-aadhaar` Provider which do not directly map to the normalized IdentityData model.
|
|
210
|
+
* @type {DigilockerAadhaarProviderOutput}
|
|
211
|
+
* @memberof ProviderOutput
|
|
212
|
+
*/
|
|
213
|
+
indiaDigilockerAadhaar?: DigilockerAadhaarProviderOutput | null;
|
|
164
214
|
/**
|
|
165
215
|
* Exposed properties for the `italy-spid` Provider which do not directly map to the normalized IdentityData model.
|
|
166
216
|
* @type {SpidProviderOutput}
|
|
167
217
|
* @memberof ProviderOutput
|
|
168
218
|
*/
|
|
169
219
|
italySpid?: SpidProviderOutput | null;
|
|
220
|
+
/**
|
|
221
|
+
* Exposed properties for the `kenya-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
222
|
+
* @type {KenyaNidLookup2ProviderOutput}
|
|
223
|
+
* @memberof ProviderOutput
|
|
224
|
+
*/
|
|
225
|
+
kenyaNidLookup2?: KenyaNidLookup2ProviderOutput | null;
|
|
170
226
|
/**
|
|
171
227
|
* Exposed properties for the `lloyds-smart-id` Provider which do not directly map to the normalized IdentityData model.
|
|
172
228
|
* @type {LloydsSmartIdProviderOutput}
|
|
@@ -185,12 +241,30 @@ export interface ProviderOutput {
|
|
|
185
241
|
* @memberof ProviderOutput
|
|
186
242
|
*/
|
|
187
243
|
mobileId?: MobileIdProviderOutput | null;
|
|
244
|
+
/**
|
|
245
|
+
* Exposed properties for the `nigeria-nin-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
246
|
+
* @type {NigeriaNinLookup2ProviderOutput}
|
|
247
|
+
* @memberof ProviderOutput
|
|
248
|
+
*/
|
|
249
|
+
nigeriaNinLookup2?: NigeriaNinLookup2ProviderOutput | null;
|
|
250
|
+
/**
|
|
251
|
+
* Exposed properties for the `oneid` Provider which do not directly map to the normalized IdentityData model.
|
|
252
|
+
* @type {OneIdProviderOutput}
|
|
253
|
+
* @memberof ProviderOutput
|
|
254
|
+
*/
|
|
255
|
+
oneid?: OneIdProviderOutput | null;
|
|
188
256
|
/**
|
|
189
257
|
* Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
190
258
|
* @type {PeruDniProviderOutput}
|
|
191
259
|
* @memberof ProviderOutput
|
|
192
260
|
*/
|
|
193
261
|
peruDniLookup?: PeruDniProviderOutput | null;
|
|
262
|
+
/**
|
|
263
|
+
* Exposed properties for the `norway-bankid` Provider which do not directly map to the normalized IdentityData model.
|
|
264
|
+
* @type {NorwegianBankIdProviderOutput}
|
|
265
|
+
* @memberof ProviderOutput
|
|
266
|
+
*/
|
|
267
|
+
norwayBankid?: NorwegianBankIdProviderOutput | null;
|
|
194
268
|
/**
|
|
195
269
|
* Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
|
|
196
270
|
* @type {PhilippinesDigitalNidProviderOutput}
|
|
@@ -221,6 +295,12 @@ export interface ProviderOutput {
|
|
|
221
295
|
* @memberof ProviderOutput
|
|
222
296
|
*/
|
|
223
297
|
smartId?: SmartIdProviderOutput | null;
|
|
298
|
+
/**
|
|
299
|
+
* Exposed properties for the `uk-evisa-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
300
|
+
* @type {UnitedKingdomEvisaProviderOutput}
|
|
301
|
+
* @memberof ProviderOutput
|
|
302
|
+
*/
|
|
303
|
+
ukEvisaLookup?: UnitedKingdomEvisaProviderOutput | null;
|
|
224
304
|
/**
|
|
225
305
|
* Exposed properties for the `sweden-bankid` Provider which do not directly map to the normalized IdentityData model.
|
|
226
306
|
* @type {SwedenBankIdProviderOutput}
|
|
@@ -239,6 +319,12 @@ export interface ProviderOutput {
|
|
|
239
319
|
* @memberof ProviderOutput
|
|
240
320
|
*/
|
|
241
321
|
yoti?: YotiProviderOutput | null;
|
|
322
|
+
/**
|
|
323
|
+
* Exposed properties for the `yoti-deeplink` Provider which do not directly map to the normalized IdentityData model.
|
|
324
|
+
* @type {YotiDeeplinkProviderOutput}
|
|
325
|
+
* @memberof ProviderOutput
|
|
326
|
+
*/
|
|
327
|
+
yotiDeeplink?: YotiDeeplinkProviderOutput | null;
|
|
242
328
|
}
|
|
243
329
|
/**
|
|
244
330
|
* Check if a given object implements the ProviderOutput interface.
|
|
@@ -13,18 +13,26 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import { FrejaProviderOutputFromJSON, FrejaProviderOutputToJSON, } from './FrejaProviderOutput';
|
|
15
15
|
import { FrenchNumeriqueProviderOutputFromJSON, FrenchNumeriqueProviderOutputToJSON, } from './FrenchNumeriqueProviderOutput';
|
|
16
|
+
import { DigilockerAadhaarProviderOutputFromJSON, DigilockerAadhaarProviderOutputToJSON, } from './DigilockerAadhaarProviderOutput';
|
|
16
17
|
import { GoogleWalletProviderOutputFromJSON, GoogleWalletProviderOutputToJSON, } from './GoogleWalletProviderOutput';
|
|
17
18
|
import { SmartIdProviderOutputFromJSON, SmartIdProviderOutputToJSON, } from './SmartIdProviderOutput';
|
|
18
19
|
import { LatviaEparakstsProviderOutputFromJSON, LatviaEparakstsProviderOutputToJSON, } from './LatviaEparakstsProviderOutput';
|
|
19
20
|
import { MitIdProviderOutputFromJSON, MitIdProviderOutputToJSON, } from './MitIdProviderOutput';
|
|
21
|
+
import { NorwegianBankIdProviderOutputFromJSON, NorwegianBankIdProviderOutputToJSON, } from './NorwegianBankIdProviderOutput';
|
|
20
22
|
import { PhilippinesDigitalNidProviderOutputFromJSON, PhilippinesDigitalNidProviderOutputToJSON, } from './PhilippinesDigitalNidProviderOutput';
|
|
21
23
|
import { PolandEdoAppProviderOutputFromJSON, PolandEdoAppProviderOutputToJSON, } from './PolandEdoAppProviderOutput';
|
|
22
24
|
import { PortugalIdCardProviderOutputFromJSON, PortugalIdCardProviderOutputToJSON, } from './PortugalIdCardProviderOutput';
|
|
23
25
|
import { LaWalletProviderOutputFromJSON, LaWalletProviderOutputToJSON, } from './LaWalletProviderOutput';
|
|
26
|
+
import { YotiDeeplinkProviderOutputFromJSON, YotiDeeplinkProviderOutputToJSON, } from './YotiDeeplinkProviderOutput';
|
|
24
27
|
import { PostOfficeEasyIdProviderOutputFromJSON, PostOfficeEasyIdProviderOutputToJSON, } from './PostOfficeEasyIdProviderOutput';
|
|
28
|
+
import { FinnishTrustNetworkProviderOutputFromJSON, FinnishTrustNetworkProviderOutputToJSON, } from './FinnishTrustNetworkProviderOutput';
|
|
25
29
|
import { LithuaniaIdCardProviderOutputFromJSON, LithuaniaIdCardProviderOutputToJSON, } from './LithuaniaIdCardProviderOutput';
|
|
30
|
+
import { FranceIdentiteProviderOutputFromJSON, FranceIdentiteProviderOutputToJSON, } from './FranceIdentiteProviderOutput';
|
|
31
|
+
import { NigeriaNinLookup2ProviderOutputFromJSON, NigeriaNinLookup2ProviderOutputToJSON, } from './NigeriaNinLookup2ProviderOutput';
|
|
26
32
|
import { PeruDniProviderOutputFromJSON, PeruDniProviderOutputToJSON, } from './PeruDniProviderOutput';
|
|
27
33
|
import { FinlandIdCardProviderOutputFromJSON, FinlandIdCardProviderOutputToJSON, } from './FinlandIdCardProviderOutput';
|
|
34
|
+
import { ConnectIdProviderOutputFromJSON, ConnectIdProviderOutputToJSON, } from './ConnectIdProviderOutput';
|
|
35
|
+
import { CzechMojeIdProviderOutputFromJSON, CzechMojeIdProviderOutputToJSON, } from './CzechMojeIdProviderOutput';
|
|
28
36
|
import { CzechiaMojeIdProviderOutputFromJSON, CzechiaMojeIdProviderOutputToJSON, } from './CzechiaMojeIdProviderOutput';
|
|
29
37
|
import { ItsmeProviderOutputFromJSON, ItsmeProviderOutputToJSON, } from './ItsmeProviderOutput';
|
|
30
38
|
import { FaydaProviderOutputFromJSON, FaydaProviderOutputToJSON, } from './FaydaProviderOutput';
|
|
@@ -38,11 +46,15 @@ import { SpidProviderOutputFromJSON, SpidProviderOutputToJSON, } from './SpidPro
|
|
|
38
46
|
import { AppleWalletProviderOutputFromJSON, AppleWalletProviderOutputToJSON, } from './AppleWalletProviderOutput';
|
|
39
47
|
import { MobileIdProviderOutputFromJSON, MobileIdProviderOutputToJSON, } from './MobileIdProviderOutput';
|
|
40
48
|
import { BelgiumIdCardProviderOutputFromJSON, BelgiumIdCardProviderOutputToJSON, } from './BelgiumIdCardProviderOutput';
|
|
49
|
+
import { FrejaIndirectProviderOutputFromJSON, FrejaIndirectProviderOutputToJSON, } from './FrejaIndirectProviderOutput';
|
|
41
50
|
import { LloydsSmartIdProviderOutputFromJSON, LloydsSmartIdProviderOutputToJSON, } from './LloydsSmartIdProviderOutput';
|
|
51
|
+
import { OneIdProviderOutputFromJSON, OneIdProviderOutputToJSON, } from './OneIdProviderOutput';
|
|
52
|
+
import { KenyaNidLookup2ProviderOutputFromJSON, KenyaNidLookup2ProviderOutputToJSON, } from './KenyaNidLookup2ProviderOutput';
|
|
42
53
|
import { LatviaEparakstsMobileProviderOutputFromJSON, LatviaEparakstsMobileProviderOutputToJSON, } from './LatviaEparakstsMobileProviderOutput';
|
|
43
54
|
import { SamsungWalletProviderOutputFromJSON, SamsungWalletProviderOutputToJSON, } from './SamsungWalletProviderOutput';
|
|
44
55
|
import { PhilippinesPhysicalNidProviderOutputFromJSON, PhilippinesPhysicalNidProviderOutputToJSON, } from './PhilippinesPhysicalNidProviderOutput';
|
|
45
56
|
import { SwedenBankIdProviderOutputFromJSON, SwedenBankIdProviderOutputToJSON, } from './SwedenBankIdProviderOutput';
|
|
57
|
+
import { UnitedKingdomEvisaProviderOutputFromJSON, UnitedKingdomEvisaProviderOutputToJSON, } from './UnitedKingdomEvisaProviderOutput';
|
|
46
58
|
/**
|
|
47
59
|
* Check if a given object implements the ProviderOutput interface.
|
|
48
60
|
*/
|
|
@@ -62,33 +74,45 @@ export function ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
62
74
|
'aEdoappEidLogin': json['a-edoapp-eid-login'] == null ? undefined : PolandEdoAppProviderOutputFromJSON(json['a-edoapp-eid-login']),
|
|
63
75
|
'aEeWebEidLogin': json['a-ee-web-eid-login'] == null ? undefined : EstoniaIdCardProviderOutputFromJSON(json['a-ee-web-eid-login']),
|
|
64
76
|
'aFiIdLogin': json['a-fi-id-login'] == null ? undefined : FinlandIdCardProviderOutputFromJSON(json['a-fi-id-login']),
|
|
65
|
-
'aFrejaEidLogin': json['a-freja-eid-login'] == null ? undefined :
|
|
77
|
+
'aFrejaEidLogin': json['a-freja-eid-login'] == null ? undefined : FrejaIndirectProviderOutputFromJSON(json['a-freja-eid-login']),
|
|
66
78
|
'aItsmeLogin': json['a-itsme-login'] == null ? undefined : ItsmeProviderOutputFromJSON(json['a-itsme-login']),
|
|
67
79
|
'aLtIdLogin': json['a-lt-id-login'] == null ? undefined : LithuaniaIdCardProviderOutputFromJSON(json['a-lt-id-login']),
|
|
68
80
|
'aLvEparakstsIdLogin': json['a-lv-eparaksts-id-login'] == null ? undefined : LatviaEparakstsProviderOutputFromJSON(json['a-lv-eparaksts-id-login']),
|
|
69
81
|
'aLvEparakstsMobileLogin': json['a-lv-eparaksts-mobile-login'] == null ? undefined : LatviaEparakstsMobileProviderOutputFromJSON(json['a-lv-eparaksts-mobile-login']),
|
|
70
82
|
'aMojeid': json['a-mojeid'] == null ? undefined : CzechiaMojeIdProviderOutputFromJSON(json['a-mojeid']),
|
|
71
83
|
'aPlMojeidLogin': json['a-pl-mojeid-login'] == null ? undefined : PolandMojeIdProviderOutputFromJSON(json['a-pl-mojeid-login']),
|
|
84
|
+
'australiaConnectId': json['australia-connect-id'] == null ? undefined : ConnectIdProviderOutputFromJSON(json['australia-connect-id']),
|
|
85
|
+
'czechRepublicMojeid': json['czech-republic-mojeid'] == null ? undefined : CzechMojeIdProviderOutputFromJSON(json['czech-republic-mojeid']),
|
|
72
86
|
'aPtIdLogin': json['a-pt-id-login'] == null ? undefined : PortugalIdCardProviderOutputFromJSON(json['a-pt-id-login']),
|
|
73
87
|
'aRsIdLogin': json['a-rs-id-login'] == null ? undefined : SerbiaIdCardProviderOutputFromJSON(json['a-rs-id-login']),
|
|
74
88
|
'appleWallet': json['apple-wallet'] == null ? undefined : AppleWalletProviderOutputFromJSON(json['apple-wallet']),
|
|
75
89
|
'denmarkMitid': json['denmark-mitid'] == null ? undefined : MitIdProviderOutputFromJSON(json['denmark-mitid']),
|
|
76
90
|
'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
|
|
91
|
+
'finnishTrustNetwork': json['finnish-trust-network'] == null ? undefined : FinnishTrustNetworkProviderOutputFromJSON(json['finnish-trust-network']),
|
|
92
|
+
'franceIdentite': json['france-identite'] == null ? undefined : FranceIdentiteProviderOutputFromJSON(json['france-identite']),
|
|
77
93
|
'franceIdentiteNumerique': json['france-identite-numerique'] == null ? undefined : FrenchNumeriqueProviderOutputFromJSON(json['france-identite-numerique']),
|
|
94
|
+
'freja': json['freja'] == null ? undefined : FrejaProviderOutputFromJSON(json['freja']),
|
|
78
95
|
'googleWallet': json['google-wallet'] == null ? undefined : GoogleWalletProviderOutputFromJSON(json['google-wallet']),
|
|
96
|
+
'indiaDigilockerAadhaar': json['india-digilocker-aadhaar'] == null ? undefined : DigilockerAadhaarProviderOutputFromJSON(json['india-digilocker-aadhaar']),
|
|
79
97
|
'italySpid': json['italy-spid'] == null ? undefined : SpidProviderOutputFromJSON(json['italy-spid']),
|
|
98
|
+
'kenyaNidLookup2': json['kenya-nid-lookup-2'] == null ? undefined : KenyaNidLookup2ProviderOutputFromJSON(json['kenya-nid-lookup-2']),
|
|
80
99
|
'lloydsSmartId': json['lloyds-smart-id'] == null ? undefined : LloydsSmartIdProviderOutputFromJSON(json['lloyds-smart-id']),
|
|
81
100
|
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpProviderOutputFromJSON(json['mexico-curp-lookup']),
|
|
82
101
|
'mobileId': json['mobile-id'] == null ? undefined : MobileIdProviderOutputFromJSON(json['mobile-id']),
|
|
102
|
+
'nigeriaNinLookup2': json['nigeria-nin-lookup-2'] == null ? undefined : NigeriaNinLookup2ProviderOutputFromJSON(json['nigeria-nin-lookup-2']),
|
|
103
|
+
'oneid': json['oneid'] == null ? undefined : OneIdProviderOutputFromJSON(json['oneid']),
|
|
83
104
|
'peruDniLookup': json['peru-dni-lookup'] == null ? undefined : PeruDniProviderOutputFromJSON(json['peru-dni-lookup']),
|
|
105
|
+
'norwayBankid': json['norway-bankid'] == null ? undefined : NorwegianBankIdProviderOutputFromJSON(json['norway-bankid']),
|
|
84
106
|
'philippinesDigitalNationalIdQr': json['philippines-digital-national-id-qr'] == null ? undefined : PhilippinesDigitalNidProviderOutputFromJSON(json['philippines-digital-national-id-qr']),
|
|
85
107
|
'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippinesPhysicalNidProviderOutputFromJSON(json['philippines-physical-national-id-qr']),
|
|
86
108
|
'postOfficeEasyid': json['post-office-easyid'] == null ? undefined : PostOfficeEasyIdProviderOutputFromJSON(json['post-office-easyid']),
|
|
87
109
|
'samsungWallet': json['samsung-wallet'] == null ? undefined : SamsungWalletProviderOutputFromJSON(json['samsung-wallet']),
|
|
88
110
|
'smartId': json['smart-id'] == null ? undefined : SmartIdProviderOutputFromJSON(json['smart-id']),
|
|
111
|
+
'ukEvisaLookup': json['uk-evisa-lookup'] == null ? undefined : UnitedKingdomEvisaProviderOutputFromJSON(json['uk-evisa-lookup']),
|
|
89
112
|
'swedenBankid': json['sweden-bankid'] == null ? undefined : SwedenBankIdProviderOutputFromJSON(json['sweden-bankid']),
|
|
90
113
|
'usaLouisianaWallet': json['usa-louisiana-wallet'] == null ? undefined : LaWalletProviderOutputFromJSON(json['usa-louisiana-wallet']),
|
|
91
114
|
'yoti': json['yoti'] == null ? undefined : YotiProviderOutputFromJSON(json['yoti']),
|
|
115
|
+
'yotiDeeplink': json['yoti-deeplink'] == null ? undefined : YotiDeeplinkProviderOutputFromJSON(json['yoti-deeplink']),
|
|
92
116
|
};
|
|
93
117
|
}
|
|
94
118
|
export function ProviderOutputToJSON(json) {
|
|
@@ -104,32 +128,44 @@ export function ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
104
128
|
'a-edoapp-eid-login': PolandEdoAppProviderOutputToJSON(value['aEdoappEidLogin']),
|
|
105
129
|
'a-ee-web-eid-login': EstoniaIdCardProviderOutputToJSON(value['aEeWebEidLogin']),
|
|
106
130
|
'a-fi-id-login': FinlandIdCardProviderOutputToJSON(value['aFiIdLogin']),
|
|
107
|
-
'a-freja-eid-login':
|
|
131
|
+
'a-freja-eid-login': FrejaIndirectProviderOutputToJSON(value['aFrejaEidLogin']),
|
|
108
132
|
'a-itsme-login': ItsmeProviderOutputToJSON(value['aItsmeLogin']),
|
|
109
133
|
'a-lt-id-login': LithuaniaIdCardProviderOutputToJSON(value['aLtIdLogin']),
|
|
110
134
|
'a-lv-eparaksts-id-login': LatviaEparakstsProviderOutputToJSON(value['aLvEparakstsIdLogin']),
|
|
111
135
|
'a-lv-eparaksts-mobile-login': LatviaEparakstsMobileProviderOutputToJSON(value['aLvEparakstsMobileLogin']),
|
|
112
136
|
'a-mojeid': CzechiaMojeIdProviderOutputToJSON(value['aMojeid']),
|
|
113
137
|
'a-pl-mojeid-login': PolandMojeIdProviderOutputToJSON(value['aPlMojeidLogin']),
|
|
138
|
+
'australia-connect-id': ConnectIdProviderOutputToJSON(value['australiaConnectId']),
|
|
139
|
+
'czech-republic-mojeid': CzechMojeIdProviderOutputToJSON(value['czechRepublicMojeid']),
|
|
114
140
|
'a-pt-id-login': PortugalIdCardProviderOutputToJSON(value['aPtIdLogin']),
|
|
115
141
|
'a-rs-id-login': SerbiaIdCardProviderOutputToJSON(value['aRsIdLogin']),
|
|
116
142
|
'apple-wallet': AppleWalletProviderOutputToJSON(value['appleWallet']),
|
|
117
143
|
'denmark-mitid': MitIdProviderOutputToJSON(value['denmarkMitid']),
|
|
118
144
|
'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
|
|
145
|
+
'finnish-trust-network': FinnishTrustNetworkProviderOutputToJSON(value['finnishTrustNetwork']),
|
|
146
|
+
'france-identite': FranceIdentiteProviderOutputToJSON(value['franceIdentite']),
|
|
119
147
|
'france-identite-numerique': FrenchNumeriqueProviderOutputToJSON(value['franceIdentiteNumerique']),
|
|
148
|
+
'freja': FrejaProviderOutputToJSON(value['freja']),
|
|
120
149
|
'google-wallet': GoogleWalletProviderOutputToJSON(value['googleWallet']),
|
|
150
|
+
'india-digilocker-aadhaar': DigilockerAadhaarProviderOutputToJSON(value['indiaDigilockerAadhaar']),
|
|
121
151
|
'italy-spid': SpidProviderOutputToJSON(value['italySpid']),
|
|
152
|
+
'kenya-nid-lookup-2': KenyaNidLookup2ProviderOutputToJSON(value['kenyaNidLookup2']),
|
|
122
153
|
'lloyds-smart-id': LloydsSmartIdProviderOutputToJSON(value['lloydsSmartId']),
|
|
123
154
|
'mexico-curp-lookup': MexicoCurpProviderOutputToJSON(value['mexicoCurpLookup']),
|
|
124
155
|
'mobile-id': MobileIdProviderOutputToJSON(value['mobileId']),
|
|
156
|
+
'nigeria-nin-lookup-2': NigeriaNinLookup2ProviderOutputToJSON(value['nigeriaNinLookup2']),
|
|
157
|
+
'oneid': OneIdProviderOutputToJSON(value['oneid']),
|
|
125
158
|
'peru-dni-lookup': PeruDniProviderOutputToJSON(value['peruDniLookup']),
|
|
159
|
+
'norway-bankid': NorwegianBankIdProviderOutputToJSON(value['norwayBankid']),
|
|
126
160
|
'philippines-digital-national-id-qr': PhilippinesDigitalNidProviderOutputToJSON(value['philippinesDigitalNationalIdQr']),
|
|
127
161
|
'philippines-physical-national-id-qr': PhilippinesPhysicalNidProviderOutputToJSON(value['philippinesPhysicalNationalIdQr']),
|
|
128
162
|
'post-office-easyid': PostOfficeEasyIdProviderOutputToJSON(value['postOfficeEasyid']),
|
|
129
163
|
'samsung-wallet': SamsungWalletProviderOutputToJSON(value['samsungWallet']),
|
|
130
164
|
'smart-id': SmartIdProviderOutputToJSON(value['smartId']),
|
|
165
|
+
'uk-evisa-lookup': UnitedKingdomEvisaProviderOutputToJSON(value['ukEvisaLookup']),
|
|
131
166
|
'sweden-bankid': SwedenBankIdProviderOutputToJSON(value['swedenBankid']),
|
|
132
167
|
'usa-louisiana-wallet': LaWalletProviderOutputToJSON(value['usaLouisianaWallet']),
|
|
133
168
|
'yoti': YotiProviderOutputToJSON(value['yoti']),
|
|
169
|
+
'yoti-deeplink': YotiDeeplinkProviderOutputToJSON(value['yotiDeeplink']),
|
|
134
170
|
};
|
|
135
171
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Raw18013DocumentRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface Raw18013DocumentRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The type of the document being requested, as defined by ISO specifications 18013-5, 18013-7, 23220-2, or a similar or related standard.
|
|
20
|
+
*
|
|
21
|
+
* Common values:
|
|
22
|
+
* - "org.iso.18013.5.1.mDL" -- a Mobile Driver's License
|
|
23
|
+
* - "eu.europa.ec.eudi.pid.1" -- an EUDI Wallet PID
|
|
24
|
+
* - "com.google.wallet.idcard.1" -- a Google Wallet ID Pass
|
|
25
|
+
* - "org.iso.23220.photoid.1" -- a generic ISO 23220-2 compliant Photo ID (used by Apple Wallet's ID Pass)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Raw18013DocumentRequest
|
|
28
|
+
*/
|
|
29
|
+
documentType: string;
|
|
30
|
+
/**
|
|
31
|
+
* The namespaces and attributes (PII) to request from the document.
|
|
32
|
+
*
|
|
33
|
+
* This is a map of (nameSpaceName -> (attributeName -> willRetain)), where:
|
|
34
|
+
*
|
|
35
|
+
* - nameSpaceName is the name of a NameSpace within the document
|
|
36
|
+
* - attributeName is the name of a specific attribute within the NameSpace
|
|
37
|
+
* - willRetain indicates, to the Wallet, whether you as the Relying Party intend to retain the data for longer than the scope of the transaction
|
|
38
|
+
*
|
|
39
|
+
* Common namespace values:
|
|
40
|
+
* - "org.iso.18013.5.1" -- the primary namespace of a Mobile Driver's License or a Google Wallet ID Pass
|
|
41
|
+
* - "org.iso.18013.5.1.aamva" -- the secondary, AAMVA-defined namespace of a Mobile Driver's License
|
|
42
|
+
* - "eu.europa.ec.eudi.pid.1" -- the primary namespace of an EUDI Wallet PID
|
|
43
|
+
* - "org.iso.23220.1" -- the primary namespace of an ISO 23220-2 credential or an Apple Wallet ID Pass
|
|
44
|
+
* @type {{ [key: string]: { [key: string]: boolean; }; }}
|
|
45
|
+
* @memberof Raw18013DocumentRequest
|
|
46
|
+
*/
|
|
47
|
+
nameSpaces: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
[key: string]: boolean;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the Raw18013DocumentRequest interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfRaw18013DocumentRequest(value: object): value is Raw18013DocumentRequest;
|
|
57
|
+
export declare function Raw18013DocumentRequestFromJSON(json: any): Raw18013DocumentRequest;
|
|
58
|
+
export declare function Raw18013DocumentRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): Raw18013DocumentRequest;
|
|
59
|
+
export declare function Raw18013DocumentRequestToJSON(json: any): Raw18013DocumentRequest;
|
|
60
|
+
export declare function Raw18013DocumentRequestToJSONTyped(value?: Raw18013DocumentRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
* Check if a given object implements the Raw18013DocumentRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfRaw18013DocumentRequest(value) {
|
|
18
|
+
if (!('documentType' in value) || value['documentType'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('nameSpaces' in value) || value['nameSpaces'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function Raw18013DocumentRequestFromJSON(json) {
|
|
25
|
+
return Raw18013DocumentRequestFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function Raw18013DocumentRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'documentType': json['documentType'],
|
|
33
|
+
'nameSpaces': json['nameSpaces'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function Raw18013DocumentRequestToJSON(json) {
|
|
37
|
+
return Raw18013DocumentRequestToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function Raw18013DocumentRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'documentType': value['documentType'],
|
|
45
|
+
'nameSpaces': value['nameSpaces'],
|
|
46
|
+
};
|
|
47
|
+
}
|