@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
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
export * from './AadhaarClaims';
|
|
1
2
|
export * from './AadhaarInput';
|
|
3
|
+
export * from './AadhaarLanguage';
|
|
4
|
+
export * from './AadhaarLocalizedClaims';
|
|
2
5
|
export * from './AddRedirectUriRequest';
|
|
3
6
|
export * from './AddRedirectUriResponse';
|
|
4
7
|
export * from './Address';
|
|
@@ -11,6 +14,10 @@ export * from './BelgiumIdCardProviderOutput';
|
|
|
11
14
|
export * from './BrazilCpfCheckInput';
|
|
12
15
|
export * from './BrazilDigitalCnhInput';
|
|
13
16
|
export * from './CancelSessionResponse';
|
|
17
|
+
export * from './ConnectIdAddress';
|
|
18
|
+
export * from './ConnectIdAgeVerification';
|
|
19
|
+
export * from './ConnectIdBeneficiaryAccount';
|
|
20
|
+
export * from './ConnectIdProviderOutput';
|
|
14
21
|
export * from './ContractAttachment';
|
|
15
22
|
export * from './ContractAttribute';
|
|
16
23
|
export * from './CoteDIvoireNidLookup2Input';
|
|
@@ -21,12 +28,19 @@ export * from './CreateHostedProviderSessionResponse';
|
|
|
21
28
|
export * from './CreateVerificationProfileResponse';
|
|
22
29
|
export * from './CreateWidgetSessionRequest';
|
|
23
30
|
export * from './CreateWidgetSessionResponse';
|
|
31
|
+
export * from './CzechMojeIdAddressOutput';
|
|
32
|
+
export * from './CzechMojeIdProviderOutput';
|
|
24
33
|
export * from './CzechiaMojeIdProviderOutput';
|
|
34
|
+
export * from './DigilockerAadhaarProviderOutput';
|
|
25
35
|
export * from './DocumentData';
|
|
26
36
|
export * from './DocumentType';
|
|
27
37
|
export * from './EstoniaIdCardProviderOutput';
|
|
28
38
|
export * from './FaydaProviderOutput';
|
|
29
39
|
export * from './FinlandIdCardProviderOutput';
|
|
40
|
+
export * from './FinnishTrustNetworkProviderOutput';
|
|
41
|
+
export * from './FranceIdentiteInput';
|
|
42
|
+
export * from './FranceIdentiteProviderOutput';
|
|
43
|
+
export * from './FrejaIndirectProviderOutput';
|
|
30
44
|
export * from './FrejaProviderOutput';
|
|
31
45
|
export * from './FrenchNumeriqueGivenName';
|
|
32
46
|
export * from './FrenchNumeriqueNationality';
|
|
@@ -34,6 +48,7 @@ export * from './FrenchNumeriquePhone';
|
|
|
34
48
|
export * from './FrenchNumeriqueProviderOutput';
|
|
35
49
|
export * from './GetAttachmentRequest';
|
|
36
50
|
export * from './GetAttachmentResponse';
|
|
51
|
+
export * from './GetProviderResponse';
|
|
37
52
|
export * from './GetSessionResponse';
|
|
38
53
|
export * from './GetSessionResultRequest';
|
|
39
54
|
export * from './GetSessionResultResponse';
|
|
@@ -50,7 +65,9 @@ export * from './IntegrationStep';
|
|
|
50
65
|
export * from './ItsmeProviderOutput';
|
|
51
66
|
export * from './KenyaNidBiometric2Input';
|
|
52
67
|
export * from './KenyaNidInput';
|
|
68
|
+
export * from './KenyaNidLookup2Address';
|
|
53
69
|
export * from './KenyaNidLookup2Input';
|
|
70
|
+
export * from './KenyaNidLookup2ProviderOutput';
|
|
54
71
|
export * from './KenyaNidMatch2Input';
|
|
55
72
|
export * from './KenyaNidMatch2InputSex';
|
|
56
73
|
export * from './LaWalletProviderOutput';
|
|
@@ -78,9 +95,15 @@ export * from './MobileIdProviderOutput';
|
|
|
78
95
|
export * from './NigeriaNinBiometric2Input';
|
|
79
96
|
export * from './NigeriaNinInput';
|
|
80
97
|
export * from './NigeriaNinLookup2Input';
|
|
98
|
+
export * from './NigeriaNinLookup2ProviderOutput';
|
|
81
99
|
export * from './NigeriaNinMatch2Input';
|
|
82
100
|
export * from './NigeriaNinMatch2InputSex';
|
|
101
|
+
export * from './NorwegianBankIdProviderOutput';
|
|
102
|
+
export * from './OneIdProviderAddress';
|
|
103
|
+
export * from './OneIdProviderOutput';
|
|
83
104
|
export * from './OrderDirection';
|
|
105
|
+
export * from './OutputFrejaAddress';
|
|
106
|
+
export * from './OutputFrejaDocument';
|
|
84
107
|
export * from './PersonData';
|
|
85
108
|
export * from './PeruDniAddress';
|
|
86
109
|
export * from './PeruDniLookupInput';
|
|
@@ -98,6 +121,8 @@ export * from './Provider';
|
|
|
98
121
|
export * from './ProviderHealth';
|
|
99
122
|
export * from './ProviderInput';
|
|
100
123
|
export * from './ProviderOutput';
|
|
124
|
+
export * from './Raw18013DocumentRequest';
|
|
125
|
+
export * from './Raw18013RequestInput';
|
|
101
126
|
export * from './RecommendProviderHealthOption';
|
|
102
127
|
export * from './RecommendProviderInformation';
|
|
103
128
|
export * from './RecommendProvidersRequest';
|
|
@@ -108,6 +133,7 @@ export * from './RefreshStepContentRequest';
|
|
|
108
133
|
export * from './RefreshStepContentResponse';
|
|
109
134
|
export * from './ResultCollection';
|
|
110
135
|
export * from './ResultCollectionMethod';
|
|
136
|
+
export * from './SamsungWalletInput';
|
|
111
137
|
export * from './SamsungWalletProviderOutput';
|
|
112
138
|
export * from './SerbiaIdCardProviderOutput';
|
|
113
139
|
export * from './Session';
|
|
@@ -132,7 +158,10 @@ export * from './SwedenBankIdProviderOutput';
|
|
|
132
158
|
export * from './TrinsicTestDatabaseLookupInput';
|
|
133
159
|
export * from './TrinsicTestSubProvidersInput';
|
|
134
160
|
export * from './UgandaNidMatch2Input';
|
|
161
|
+
export * from './UkEvisaLookupInput';
|
|
162
|
+
export * from './UnitedKingdomEvisaProviderOutput';
|
|
135
163
|
export * from './VerificationProfileResponse';
|
|
164
|
+
export * from './YotiDeeplinkProviderOutput';
|
|
136
165
|
export * from './YotiDocumentDetails';
|
|
137
166
|
export * from './YotiProviderOutput';
|
|
138
167
|
export * from './YotiStructuredPostalAddress';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
+
export * from './AadhaarClaims';
|
|
3
4
|
export * from './AadhaarInput';
|
|
5
|
+
export * from './AadhaarLanguage';
|
|
6
|
+
export * from './AadhaarLocalizedClaims';
|
|
4
7
|
export * from './AddRedirectUriRequest';
|
|
5
8
|
export * from './AddRedirectUriResponse';
|
|
6
9
|
export * from './Address';
|
|
@@ -13,6 +16,10 @@ export * from './BelgiumIdCardProviderOutput';
|
|
|
13
16
|
export * from './BrazilCpfCheckInput';
|
|
14
17
|
export * from './BrazilDigitalCnhInput';
|
|
15
18
|
export * from './CancelSessionResponse';
|
|
19
|
+
export * from './ConnectIdAddress';
|
|
20
|
+
export * from './ConnectIdAgeVerification';
|
|
21
|
+
export * from './ConnectIdBeneficiaryAccount';
|
|
22
|
+
export * from './ConnectIdProviderOutput';
|
|
16
23
|
export * from './ContractAttachment';
|
|
17
24
|
export * from './ContractAttribute';
|
|
18
25
|
export * from './CoteDIvoireNidLookup2Input';
|
|
@@ -23,12 +30,19 @@ export * from './CreateHostedProviderSessionResponse';
|
|
|
23
30
|
export * from './CreateVerificationProfileResponse';
|
|
24
31
|
export * from './CreateWidgetSessionRequest';
|
|
25
32
|
export * from './CreateWidgetSessionResponse';
|
|
33
|
+
export * from './CzechMojeIdAddressOutput';
|
|
34
|
+
export * from './CzechMojeIdProviderOutput';
|
|
26
35
|
export * from './CzechiaMojeIdProviderOutput';
|
|
36
|
+
export * from './DigilockerAadhaarProviderOutput';
|
|
27
37
|
export * from './DocumentData';
|
|
28
38
|
export * from './DocumentType';
|
|
29
39
|
export * from './EstoniaIdCardProviderOutput';
|
|
30
40
|
export * from './FaydaProviderOutput';
|
|
31
41
|
export * from './FinlandIdCardProviderOutput';
|
|
42
|
+
export * from './FinnishTrustNetworkProviderOutput';
|
|
43
|
+
export * from './FranceIdentiteInput';
|
|
44
|
+
export * from './FranceIdentiteProviderOutput';
|
|
45
|
+
export * from './FrejaIndirectProviderOutput';
|
|
32
46
|
export * from './FrejaProviderOutput';
|
|
33
47
|
export * from './FrenchNumeriqueGivenName';
|
|
34
48
|
export * from './FrenchNumeriqueNationality';
|
|
@@ -36,6 +50,7 @@ export * from './FrenchNumeriquePhone';
|
|
|
36
50
|
export * from './FrenchNumeriqueProviderOutput';
|
|
37
51
|
export * from './GetAttachmentRequest';
|
|
38
52
|
export * from './GetAttachmentResponse';
|
|
53
|
+
export * from './GetProviderResponse';
|
|
39
54
|
export * from './GetSessionResponse';
|
|
40
55
|
export * from './GetSessionResultRequest';
|
|
41
56
|
export * from './GetSessionResultResponse';
|
|
@@ -52,7 +67,9 @@ export * from './IntegrationStep';
|
|
|
52
67
|
export * from './ItsmeProviderOutput';
|
|
53
68
|
export * from './KenyaNidBiometric2Input';
|
|
54
69
|
export * from './KenyaNidInput';
|
|
70
|
+
export * from './KenyaNidLookup2Address';
|
|
55
71
|
export * from './KenyaNidLookup2Input';
|
|
72
|
+
export * from './KenyaNidLookup2ProviderOutput';
|
|
56
73
|
export * from './KenyaNidMatch2Input';
|
|
57
74
|
export * from './KenyaNidMatch2InputSex';
|
|
58
75
|
export * from './LaWalletProviderOutput';
|
|
@@ -80,9 +97,15 @@ export * from './MobileIdProviderOutput';
|
|
|
80
97
|
export * from './NigeriaNinBiometric2Input';
|
|
81
98
|
export * from './NigeriaNinInput';
|
|
82
99
|
export * from './NigeriaNinLookup2Input';
|
|
100
|
+
export * from './NigeriaNinLookup2ProviderOutput';
|
|
83
101
|
export * from './NigeriaNinMatch2Input';
|
|
84
102
|
export * from './NigeriaNinMatch2InputSex';
|
|
103
|
+
export * from './NorwegianBankIdProviderOutput';
|
|
104
|
+
export * from './OneIdProviderAddress';
|
|
105
|
+
export * from './OneIdProviderOutput';
|
|
85
106
|
export * from './OrderDirection';
|
|
107
|
+
export * from './OutputFrejaAddress';
|
|
108
|
+
export * from './OutputFrejaDocument';
|
|
86
109
|
export * from './PersonData';
|
|
87
110
|
export * from './PeruDniAddress';
|
|
88
111
|
export * from './PeruDniLookupInput';
|
|
@@ -100,6 +123,8 @@ export * from './Provider';
|
|
|
100
123
|
export * from './ProviderHealth';
|
|
101
124
|
export * from './ProviderInput';
|
|
102
125
|
export * from './ProviderOutput';
|
|
126
|
+
export * from './Raw18013DocumentRequest';
|
|
127
|
+
export * from './Raw18013RequestInput';
|
|
103
128
|
export * from './RecommendProviderHealthOption';
|
|
104
129
|
export * from './RecommendProviderInformation';
|
|
105
130
|
export * from './RecommendProvidersRequest';
|
|
@@ -110,6 +135,7 @@ export * from './RefreshStepContentRequest';
|
|
|
110
135
|
export * from './RefreshStepContentResponse';
|
|
111
136
|
export * from './ResultCollection';
|
|
112
137
|
export * from './ResultCollectionMethod';
|
|
138
|
+
export * from './SamsungWalletInput';
|
|
113
139
|
export * from './SamsungWalletProviderOutput';
|
|
114
140
|
export * from './SerbiaIdCardProviderOutput';
|
|
115
141
|
export * from './Session';
|
|
@@ -134,7 +160,10 @@ export * from './SwedenBankIdProviderOutput';
|
|
|
134
160
|
export * from './TrinsicTestDatabaseLookupInput';
|
|
135
161
|
export * from './TrinsicTestSubProvidersInput';
|
|
136
162
|
export * from './UgandaNidMatch2Input';
|
|
163
|
+
export * from './UkEvisaLookupInput';
|
|
164
|
+
export * from './UnitedKingdomEvisaProviderOutput';
|
|
137
165
|
export * from './VerificationProfileResponse';
|
|
166
|
+
export * from './YotiDeeplinkProviderOutput';
|
|
138
167
|
export * from './YotiDocumentDetails';
|
|
139
168
|
export * from './YotiProviderOutput';
|
|
140
169
|
export * from './YotiStructuredPostalAddress';
|
|
@@ -0,0 +1,125 @@
|
|
|
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 AadhaarClaims
|
|
16
|
+
*/
|
|
17
|
+
export interface AadhaarClaims {
|
|
18
|
+
/**
|
|
19
|
+
* The full name.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AadhaarClaims
|
|
22
|
+
*/
|
|
23
|
+
name?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The date of birth.
|
|
26
|
+
*
|
|
27
|
+
* The format is YYYY-MM-DD.
|
|
28
|
+
* @type {Date}
|
|
29
|
+
* @memberof AadhaarClaims
|
|
30
|
+
*/
|
|
31
|
+
dateOfBirth?: Date | null;
|
|
32
|
+
/**
|
|
33
|
+
* The gender of the individual.
|
|
34
|
+
*
|
|
35
|
+
* Possible values:
|
|
36
|
+
* - M (Male)
|
|
37
|
+
* - F (Female)
|
|
38
|
+
* - T (Transgender)
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AadhaarClaims
|
|
41
|
+
*/
|
|
42
|
+
gender?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* The address's care-of field. This indicates that mail should be delivered to an individual through another person or entity who is a known resident at the address.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AadhaarClaims
|
|
47
|
+
*/
|
|
48
|
+
careOf?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* The address's country.
|
|
51
|
+
*
|
|
52
|
+
* This is formatted as an alpha-2 country code.
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof AadhaarClaims
|
|
55
|
+
*/
|
|
56
|
+
country?: string | null;
|
|
57
|
+
/**
|
|
58
|
+
* The address's district.
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof AadhaarClaims
|
|
61
|
+
*/
|
|
62
|
+
district?: string | null;
|
|
63
|
+
/**
|
|
64
|
+
* The identifier for the house address.
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AadhaarClaims
|
|
67
|
+
*/
|
|
68
|
+
house?: string | null;
|
|
69
|
+
/**
|
|
70
|
+
* The location or locality that helps identify where the address is within a city.
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof AadhaarClaims
|
|
73
|
+
*/
|
|
74
|
+
location?: string | null;
|
|
75
|
+
/**
|
|
76
|
+
* A landmark near the address.
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof AadhaarClaims
|
|
79
|
+
*/
|
|
80
|
+
landmark?: string | null;
|
|
81
|
+
/**
|
|
82
|
+
* The address's postal code.
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof AadhaarClaims
|
|
85
|
+
*/
|
|
86
|
+
postalCode?: string | null;
|
|
87
|
+
/**
|
|
88
|
+
* The address's post office.
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof AadhaarClaims
|
|
91
|
+
*/
|
|
92
|
+
postOffice?: string | null;
|
|
93
|
+
/**
|
|
94
|
+
* The address's state or union territory.
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof AadhaarClaims
|
|
97
|
+
*/
|
|
98
|
+
state?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* The address's street name.
|
|
101
|
+
* @type {string}
|
|
102
|
+
* @memberof AadhaarClaims
|
|
103
|
+
*/
|
|
104
|
+
street?: string | null;
|
|
105
|
+
/**
|
|
106
|
+
* The address's subdistrict.
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof AadhaarClaims
|
|
109
|
+
*/
|
|
110
|
+
subdistrict?: string | null;
|
|
111
|
+
/**
|
|
112
|
+
* The address's village/town/city.
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof AadhaarClaims
|
|
115
|
+
*/
|
|
116
|
+
villageTownCity?: string | null;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Check if a given object implements the AadhaarClaims interface.
|
|
120
|
+
*/
|
|
121
|
+
export declare function instanceOfAadhaarClaims(value: object): value is AadhaarClaims;
|
|
122
|
+
export declare function AadhaarClaimsFromJSON(json: any): AadhaarClaims;
|
|
123
|
+
export declare function AadhaarClaimsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AadhaarClaims;
|
|
124
|
+
export declare function AadhaarClaimsToJSON(json: any): AadhaarClaims;
|
|
125
|
+
export declare function AadhaarClaimsToJSONTyped(value?: AadhaarClaims | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAadhaarClaims = instanceOfAadhaarClaims;
|
|
17
|
+
exports.AadhaarClaimsFromJSON = AadhaarClaimsFromJSON;
|
|
18
|
+
exports.AadhaarClaimsFromJSONTyped = AadhaarClaimsFromJSONTyped;
|
|
19
|
+
exports.AadhaarClaimsToJSON = AadhaarClaimsToJSON;
|
|
20
|
+
exports.AadhaarClaimsToJSONTyped = AadhaarClaimsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AadhaarClaims interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAadhaarClaims(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function AadhaarClaimsFromJSON(json) {
|
|
28
|
+
return AadhaarClaimsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function AadhaarClaimsFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
37
|
+
'gender': json['gender'] == null ? undefined : json['gender'],
|
|
38
|
+
'careOf': json['careOf'] == null ? undefined : json['careOf'],
|
|
39
|
+
'country': json['country'] == null ? undefined : json['country'],
|
|
40
|
+
'district': json['district'] == null ? undefined : json['district'],
|
|
41
|
+
'house': json['house'] == null ? undefined : json['house'],
|
|
42
|
+
'location': json['location'] == null ? undefined : json['location'],
|
|
43
|
+
'landmark': json['landmark'] == null ? undefined : json['landmark'],
|
|
44
|
+
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
45
|
+
'postOffice': json['postOffice'] == null ? undefined : json['postOffice'],
|
|
46
|
+
'state': json['state'] == null ? undefined : json['state'],
|
|
47
|
+
'street': json['street'] == null ? undefined : json['street'],
|
|
48
|
+
'subdistrict': json['subdistrict'] == null ? undefined : json['subdistrict'],
|
|
49
|
+
'villageTownCity': json['villageTownCity'] == null ? undefined : json['villageTownCity'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function AadhaarClaimsToJSON(json) {
|
|
53
|
+
return AadhaarClaimsToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function AadhaarClaimsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'name': value['name'],
|
|
61
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
62
|
+
'gender': value['gender'],
|
|
63
|
+
'careOf': value['careOf'],
|
|
64
|
+
'country': value['country'],
|
|
65
|
+
'district': value['district'],
|
|
66
|
+
'house': value['house'],
|
|
67
|
+
'location': value['location'],
|
|
68
|
+
'landmark': value['landmark'],
|
|
69
|
+
'postalCode': value['postalCode'],
|
|
70
|
+
'postOffice': value['postOffice'],
|
|
71
|
+
'state': value['state'],
|
|
72
|
+
'street': value['street'],
|
|
73
|
+
'subdistrict': value['subdistrict'],
|
|
74
|
+
'villageTownCity': value['villageTownCity'],
|
|
75
|
+
};
|
|
76
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
* The language used for the localized claims.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AadhaarLanguage
|
|
16
|
+
*/
|
|
17
|
+
export interface AadhaarLanguage {
|
|
18
|
+
/**
|
|
19
|
+
* The language code for the localized claims.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AadhaarLanguage
|
|
22
|
+
*/
|
|
23
|
+
languageCode?: string | null;
|
|
24
|
+
/**
|
|
25
|
+
* The language name for the localized claims.
|
|
26
|
+
*
|
|
27
|
+
* This is Trinsic attempting to map the language from the code. This is based on the spec, however, the language code may be inaccurate with the actual language used.
|
|
28
|
+
* Use this as a reference.
|
|
29
|
+
* Possible values:
|
|
30
|
+
* - Assamese (01)
|
|
31
|
+
* - Bengali (02)
|
|
32
|
+
* - Gujarati (05)
|
|
33
|
+
* - Hindi (06)
|
|
34
|
+
* - Kannada (07)
|
|
35
|
+
* - Malayalam (11)
|
|
36
|
+
* - Manipuri (12)
|
|
37
|
+
* - Marathi (13)
|
|
38
|
+
* - Oriya (15)
|
|
39
|
+
* - Punjabi (16)
|
|
40
|
+
* - Tamil (20)
|
|
41
|
+
* - Telugu (21)
|
|
42
|
+
* - Urdu (22)
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof AadhaarLanguage
|
|
45
|
+
*/
|
|
46
|
+
readonly languageName: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the AadhaarLanguage interface.
|
|
50
|
+
*/
|
|
51
|
+
export declare function instanceOfAadhaarLanguage(value: object): value is AadhaarLanguage;
|
|
52
|
+
export declare function AadhaarLanguageFromJSON(json: any): AadhaarLanguage;
|
|
53
|
+
export declare function AadhaarLanguageFromJSONTyped(json: any, ignoreDiscriminator: boolean): AadhaarLanguage;
|
|
54
|
+
export declare function AadhaarLanguageToJSON(json: any): AadhaarLanguage;
|
|
55
|
+
export declare function AadhaarLanguageToJSONTyped(value?: Omit<AadhaarLanguage, 'languageName'> | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAadhaarLanguage = instanceOfAadhaarLanguage;
|
|
17
|
+
exports.AadhaarLanguageFromJSON = AadhaarLanguageFromJSON;
|
|
18
|
+
exports.AadhaarLanguageFromJSONTyped = AadhaarLanguageFromJSONTyped;
|
|
19
|
+
exports.AadhaarLanguageToJSON = AadhaarLanguageToJSON;
|
|
20
|
+
exports.AadhaarLanguageToJSONTyped = AadhaarLanguageToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AadhaarLanguage interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAadhaarLanguage(value) {
|
|
25
|
+
if (!('languageName' in value) || value['languageName'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function AadhaarLanguageFromJSON(json) {
|
|
30
|
+
return AadhaarLanguageFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function AadhaarLanguageFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
38
|
+
'languageName': json['languageName'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function AadhaarLanguageToJSON(json) {
|
|
42
|
+
return AadhaarLanguageToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function AadhaarLanguageToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'languageCode': value['languageCode'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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
|
+
import type { AadhaarLanguage } from './AadhaarLanguage';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AadhaarLocalizedClaims
|
|
17
|
+
*/
|
|
18
|
+
export interface AadhaarLocalizedClaims {
|
|
19
|
+
/**
|
|
20
|
+
* The language code for the localized claims.
|
|
21
|
+
* @type {AadhaarLanguage}
|
|
22
|
+
* @memberof AadhaarLocalizedClaims
|
|
23
|
+
*/
|
|
24
|
+
language?: AadhaarLanguage | null;
|
|
25
|
+
/**
|
|
26
|
+
* The full name.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof AadhaarLocalizedClaims
|
|
29
|
+
*/
|
|
30
|
+
name?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* The address's care-of field. This indicates that mail should be delivered to an individual through another person or entity who is a known resident at the address.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof AadhaarLocalizedClaims
|
|
35
|
+
*/
|
|
36
|
+
careOf?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* The address's country.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof AadhaarLocalizedClaims
|
|
41
|
+
*/
|
|
42
|
+
country?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* The address's district.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AadhaarLocalizedClaims
|
|
47
|
+
*/
|
|
48
|
+
district?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* The identifier for the house address.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof AadhaarLocalizedClaims
|
|
53
|
+
*/
|
|
54
|
+
house?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* The location or locality that helps identify where the address is within a city.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof AadhaarLocalizedClaims
|
|
59
|
+
*/
|
|
60
|
+
location?: string | null;
|
|
61
|
+
/**
|
|
62
|
+
* A landmark near the address.
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof AadhaarLocalizedClaims
|
|
65
|
+
*/
|
|
66
|
+
landmark?: string | null;
|
|
67
|
+
/**
|
|
68
|
+
* The address's postal code.
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof AadhaarLocalizedClaims
|
|
71
|
+
*/
|
|
72
|
+
postalCode?: string | null;
|
|
73
|
+
/**
|
|
74
|
+
* The address's state or union territory.
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof AadhaarLocalizedClaims
|
|
77
|
+
*/
|
|
78
|
+
state?: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* The address's street name.
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof AadhaarLocalizedClaims
|
|
83
|
+
*/
|
|
84
|
+
street?: string | null;
|
|
85
|
+
/**
|
|
86
|
+
* The address's village/town/city.
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof AadhaarLocalizedClaims
|
|
89
|
+
*/
|
|
90
|
+
villageTownCity?: string | null;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Check if a given object implements the AadhaarLocalizedClaims interface.
|
|
94
|
+
*/
|
|
95
|
+
export declare function instanceOfAadhaarLocalizedClaims(value: object): value is AadhaarLocalizedClaims;
|
|
96
|
+
export declare function AadhaarLocalizedClaimsFromJSON(json: any): AadhaarLocalizedClaims;
|
|
97
|
+
export declare function AadhaarLocalizedClaimsFromJSONTyped(json: any, ignoreDiscriminator: boolean): AadhaarLocalizedClaims;
|
|
98
|
+
export declare function AadhaarLocalizedClaimsToJSON(json: any): AadhaarLocalizedClaims;
|
|
99
|
+
export declare function AadhaarLocalizedClaimsToJSONTyped(value?: AadhaarLocalizedClaims | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAadhaarLocalizedClaims = instanceOfAadhaarLocalizedClaims;
|
|
17
|
+
exports.AadhaarLocalizedClaimsFromJSON = AadhaarLocalizedClaimsFromJSON;
|
|
18
|
+
exports.AadhaarLocalizedClaimsFromJSONTyped = AadhaarLocalizedClaimsFromJSONTyped;
|
|
19
|
+
exports.AadhaarLocalizedClaimsToJSON = AadhaarLocalizedClaimsToJSON;
|
|
20
|
+
exports.AadhaarLocalizedClaimsToJSONTyped = AadhaarLocalizedClaimsToJSONTyped;
|
|
21
|
+
const AadhaarLanguage_1 = require("./AadhaarLanguage");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AadhaarLocalizedClaims interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAadhaarLocalizedClaims(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function AadhaarLocalizedClaimsFromJSON(json) {
|
|
29
|
+
return AadhaarLocalizedClaimsFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function AadhaarLocalizedClaimsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'language': json['language'] == null ? undefined : (0, AadhaarLanguage_1.AadhaarLanguageFromJSON)(json['language']),
|
|
37
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
38
|
+
'careOf': json['careOf'] == null ? undefined : json['careOf'],
|
|
39
|
+
'country': json['country'] == null ? undefined : json['country'],
|
|
40
|
+
'district': json['district'] == null ? undefined : json['district'],
|
|
41
|
+
'house': json['house'] == null ? undefined : json['house'],
|
|
42
|
+
'location': json['location'] == null ? undefined : json['location'],
|
|
43
|
+
'landmark': json['landmark'] == null ? undefined : json['landmark'],
|
|
44
|
+
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
45
|
+
'state': json['state'] == null ? undefined : json['state'],
|
|
46
|
+
'street': json['street'] == null ? undefined : json['street'],
|
|
47
|
+
'villageTownCity': json['villageTownCity'] == null ? undefined : json['villageTownCity'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function AadhaarLocalizedClaimsToJSON(json) {
|
|
51
|
+
return AadhaarLocalizedClaimsToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function AadhaarLocalizedClaimsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'language': (0, AadhaarLanguage_1.AadhaarLanguageToJSON)(value['language']),
|
|
59
|
+
'name': value['name'],
|
|
60
|
+
'careOf': value['careOf'],
|
|
61
|
+
'country': value['country'],
|
|
62
|
+
'district': value['district'],
|
|
63
|
+
'house': value['house'],
|
|
64
|
+
'location': value['location'],
|
|
65
|
+
'landmark': value['landmark'],
|
|
66
|
+
'postalCode': value['postalCode'],
|
|
67
|
+
'state': value['state'],
|
|
68
|
+
'street': value['street'],
|
|
69
|
+
'villageTownCity': value['villageTownCity'],
|
|
70
|
+
};
|
|
71
|
+
}
|