@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
|
@@ -0,0 +1,33 @@
|
|
|
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 { Provider } from './Provider';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetProviderResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GetProviderResponse {
|
|
19
|
+
/**
|
|
20
|
+
* The provider available to this organization
|
|
21
|
+
* @type {Provider}
|
|
22
|
+
* @memberof GetProviderResponse
|
|
23
|
+
*/
|
|
24
|
+
provider: Provider;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the GetProviderResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfGetProviderResponse(value: object): value is GetProviderResponse;
|
|
30
|
+
export declare function GetProviderResponseFromJSON(json: any): GetProviderResponse;
|
|
31
|
+
export declare function GetProviderResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetProviderResponse;
|
|
32
|
+
export declare function GetProviderResponseToJSON(json: any): GetProviderResponse;
|
|
33
|
+
export declare function GetProviderResponseToJSONTyped(value?: GetProviderResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
import { ProviderFromJSON, ProviderToJSON, } from './Provider';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the GetProviderResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfGetProviderResponse(value) {
|
|
19
|
+
if (!('provider' in value) || value['provider'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function GetProviderResponseFromJSON(json) {
|
|
24
|
+
return GetProviderResponseFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function GetProviderResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'provider': ProviderFromJSON(json['provider']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function GetProviderResponseToJSON(json) {
|
|
35
|
+
return GetProviderResponseToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function GetProviderResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'provider': ProviderToJSON(value['provider']),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { MdlExchangeMechanism } from './MdlExchangeMechanism';
|
|
13
|
+
import type { Raw18013RequestInput } from './Raw18013RequestInput';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -24,6 +25,16 @@ export interface GoogleWalletInput {
|
|
|
24
25
|
* @memberof GoogleWalletInput
|
|
25
26
|
*/
|
|
26
27
|
exchangeMechanism?: MdlExchangeMechanism | null;
|
|
28
|
+
/**
|
|
29
|
+
* **Preview feature: not suitable for production use cases**
|
|
30
|
+
*
|
|
31
|
+
* The raw 18013-7 exchange request to use for this verification.
|
|
32
|
+
*
|
|
33
|
+
* If set, this overrides any default configuration on your Verification Profile.
|
|
34
|
+
* @type {Raw18013RequestInput}
|
|
35
|
+
* @memberof GoogleWalletInput
|
|
36
|
+
*/
|
|
37
|
+
previewRaw18013Request?: Raw18013RequestInput | null;
|
|
27
38
|
}
|
|
28
39
|
/**
|
|
29
40
|
* Check if a given object implements the GoogleWalletInput interface.
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
import { MdlExchangeMechanismFromJSON, MdlExchangeMechanismToJSON, } from './MdlExchangeMechanism';
|
|
15
|
+
import { Raw18013RequestInputFromJSON, Raw18013RequestInputToJSON, } from './Raw18013RequestInput';
|
|
15
16
|
/**
|
|
16
17
|
* Check if a given object implements the GoogleWalletInput interface.
|
|
17
18
|
*/
|
|
@@ -27,6 +28,7 @@ export function GoogleWalletInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
27
28
|
}
|
|
28
29
|
return {
|
|
29
30
|
'exchangeMechanism': json['exchangeMechanism'] == null ? undefined : MdlExchangeMechanismFromJSON(json['exchangeMechanism']),
|
|
31
|
+
'previewRaw18013Request': json['preview_raw18013Request'] == null ? undefined : Raw18013RequestInputFromJSON(json['preview_raw18013Request']),
|
|
30
32
|
};
|
|
31
33
|
}
|
|
32
34
|
export function GoogleWalletInputToJSON(json) {
|
|
@@ -38,5 +40,6 @@ export function GoogleWalletInputToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
38
40
|
}
|
|
39
41
|
return {
|
|
40
42
|
'exchangeMechanism': MdlExchangeMechanismToJSON(value['exchangeMechanism']),
|
|
43
|
+
'preview_raw18013Request': Raw18013RequestInputToJSON(value['previewRaw18013Request']),
|
|
41
44
|
};
|
|
42
45
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import type { StepRefreshInfo } from './StepRefreshInfo';
|
|
13
13
|
import type { IntegrationLaunchMethod } from './IntegrationLaunchMethod';
|
|
14
14
|
/**
|
|
15
|
-
* A step to perform in the process of executing
|
|
15
|
+
* A step to perform in the process of executing a Direct Provider Session
|
|
16
16
|
* @export
|
|
17
17
|
* @interface IntegrationStep
|
|
18
18
|
*/
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
* Represents a Kenya address as stored in the IPRS (Integrated Population Registration System) database.
|
|
14
|
+
*
|
|
15
|
+
* The structure reflects the pre-2010 provincial administration system: District > Division > Location.
|
|
16
|
+
* Since the 2010 constitutional change to counties, these legacy administrative divisions are still
|
|
17
|
+
* maintained in IPRS records for historical continuity.
|
|
18
|
+
*
|
|
19
|
+
* The raw address from IPRS is a newline-separated string with labeled administrative components.
|
|
20
|
+
* Example format:
|
|
21
|
+
*
|
|
22
|
+
* ```
|
|
23
|
+
* P O BOX 41842 NAIROBI
|
|
24
|
+
* PARLIAMENT BUILDINGS
|
|
25
|
+
* LOCATION - CITY SQUARE
|
|
26
|
+
* DIVISION - CENTRAL
|
|
27
|
+
* DISTRICT - NAIROBI
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* The first lines contain informal address details (village, P.O. Box) while the suffixed lines
|
|
31
|
+
* contain official administrative designations prefixed with labels like "LOCATION -", "DIVISION -", "DISTRICT -".
|
|
32
|
+
* @export
|
|
33
|
+
* @interface KenyaNidLookup2Address
|
|
34
|
+
*/
|
|
35
|
+
export interface KenyaNidLookup2Address {
|
|
36
|
+
/**
|
|
37
|
+
* The district where the person resides.
|
|
38
|
+
*
|
|
39
|
+
* This is the highest level of the pre-2010 administrative hierarchy stored in IPRS. Districts were
|
|
40
|
+
* the primary administrative units under Kenya's provincial system before the change to counties in 2010.
|
|
41
|
+
* Districts roughly correspond to sub-counties in the current administrative structure.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof KenyaNidLookup2Address
|
|
44
|
+
*/
|
|
45
|
+
district?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* The division within the district.
|
|
48
|
+
*
|
|
49
|
+
* This is the second level of the pre-2010 administrative hierarchy. Divisions were administrative
|
|
50
|
+
* units between districts and locations.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof KenyaNidLookup2Address
|
|
53
|
+
*/
|
|
54
|
+
division?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* The location within the division.
|
|
57
|
+
*
|
|
58
|
+
* This is the third level of the pre-2010 administrative hierarchy. Locations were the smallest
|
|
59
|
+
* administrative units.
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof KenyaNidLookup2Address
|
|
62
|
+
*/
|
|
63
|
+
location?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
* Additional address lines that appear before the structured administrative parts.
|
|
66
|
+
*
|
|
67
|
+
* May include P.O. Box (format: "P O BOX [number] [location]"), village names, estate names,
|
|
68
|
+
* or other informal locality information.
|
|
69
|
+
* @type {Array<string>}
|
|
70
|
+
* @memberof KenyaNidLookup2Address
|
|
71
|
+
*/
|
|
72
|
+
additionalLines?: Array<string> | null;
|
|
73
|
+
/**
|
|
74
|
+
* The raw, unparsed address string as returned from IPRS (Integrated Population Registration System).
|
|
75
|
+
*
|
|
76
|
+
* This preserves the original newline-separated format containing both informal address components
|
|
77
|
+
* (village, P.O. Box) and labeled administrative divisions (LOCATION, DIVISION, DISTRICT).
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof KenyaNidLookup2Address
|
|
80
|
+
*/
|
|
81
|
+
raw?: string | null;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Check if a given object implements the KenyaNidLookup2Address interface.
|
|
85
|
+
*/
|
|
86
|
+
export declare function instanceOfKenyaNidLookup2Address(value: object): value is KenyaNidLookup2Address;
|
|
87
|
+
export declare function KenyaNidLookup2AddressFromJSON(json: any): KenyaNidLookup2Address;
|
|
88
|
+
export declare function KenyaNidLookup2AddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): KenyaNidLookup2Address;
|
|
89
|
+
export declare function KenyaNidLookup2AddressToJSON(json: any): KenyaNidLookup2Address;
|
|
90
|
+
export declare function KenyaNidLookup2AddressToJSONTyped(value?: KenyaNidLookup2Address | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
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 KenyaNidLookup2Address interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfKenyaNidLookup2Address(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function KenyaNidLookup2AddressFromJSON(json) {
|
|
21
|
+
return KenyaNidLookup2AddressFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function KenyaNidLookup2AddressFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'district': json['district'] == null ? undefined : json['district'],
|
|
29
|
+
'division': json['division'] == null ? undefined : json['division'],
|
|
30
|
+
'location': json['location'] == null ? undefined : json['location'],
|
|
31
|
+
'additionalLines': json['additionalLines'] == null ? undefined : json['additionalLines'],
|
|
32
|
+
'raw': json['raw'] == null ? undefined : json['raw'],
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function KenyaNidLookup2AddressToJSON(json) {
|
|
36
|
+
return KenyaNidLookup2AddressToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function KenyaNidLookup2AddressToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'district': value['district'],
|
|
44
|
+
'division': value['division'],
|
|
45
|
+
'location': value['location'],
|
|
46
|
+
'additionalLines': value['additionalLines'],
|
|
47
|
+
'raw': value['raw'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
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 { KenyaNidLookup2Address } from './KenyaNidLookup2Address';
|
|
13
|
+
/**
|
|
14
|
+
* Exposed properties for the `kenya-nid-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface KenyaNidLookup2ProviderOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface KenyaNidLookup2ProviderOutput {
|
|
19
|
+
/**
|
|
20
|
+
* The first name (given name) of the ID holder as recorded in IPRS.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
23
|
+
*/
|
|
24
|
+
firstName: string;
|
|
25
|
+
/**
|
|
26
|
+
* The surname (family name) of the ID holder as recorded in IPRS.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
29
|
+
*/
|
|
30
|
+
surname: string;
|
|
31
|
+
/**
|
|
32
|
+
* The other name (middle name) of the ID holder as recorded in IPRS.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
35
|
+
*/
|
|
36
|
+
otherName?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* The sex of the ID holder as recorded on the National ID.
|
|
39
|
+
*
|
|
40
|
+
* Possible values:
|
|
41
|
+
* - Male
|
|
42
|
+
* - Female
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
45
|
+
*/
|
|
46
|
+
sex: string;
|
|
47
|
+
/**
|
|
48
|
+
* The date of birth of the ID holder as recorded in IPRS.
|
|
49
|
+
* @type {Date}
|
|
50
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
51
|
+
*/
|
|
52
|
+
dateOfBirth?: Date | null;
|
|
53
|
+
/**
|
|
54
|
+
* Citizenship status as recorded in the IPRS civil registry database.
|
|
55
|
+
*
|
|
56
|
+
* For the Kenya National ID lookup, this value will always be "Kenyan" as the National ID is only
|
|
57
|
+
* issued to Kenyan citizens. Non-citizens residing in Kenya are issued different identification
|
|
58
|
+
* documents (Alien ID cards, refugee documentation, etc.) which are not supported by this provider.
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
61
|
+
*/
|
|
62
|
+
citizenship: string;
|
|
63
|
+
/**
|
|
64
|
+
* The Kenya National ID Number (Nambari ya Kitambulisho).
|
|
65
|
+
*
|
|
66
|
+
* This is the primary unique identifier for Kenyan citizens in all government systems, issued by
|
|
67
|
+
* the National Registration Bureau (NRB). The format is 1 to 9 numeric digits (regex: /^[0-9]{1,9}$/).
|
|
68
|
+
* This number is assigned upon first registration at age 18 (or upon naturalization for new citizens)
|
|
69
|
+
* and remains constant for life.
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
72
|
+
*/
|
|
73
|
+
idNumber: string;
|
|
74
|
+
/**
|
|
75
|
+
* The physical card serial number printed on the Kenya National ID card.
|
|
76
|
+
*
|
|
77
|
+
* This is distinct from the ID Number and serves as a card issuance tracking identifier maintained
|
|
78
|
+
* by IPRS. This value changes each time a new physical card is issued (loss, damage, renewal).
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
81
|
+
*/
|
|
82
|
+
serialNumber: string;
|
|
83
|
+
/**
|
|
84
|
+
* The date the National ID was issued by the National Registration Bureau (NRB).
|
|
85
|
+
* @type {Date}
|
|
86
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
87
|
+
*/
|
|
88
|
+
dateOfIssue?: Date | null;
|
|
89
|
+
/**
|
|
90
|
+
* Place of birth as recorded in Kenya's civil registry (IPRS).
|
|
91
|
+
*
|
|
92
|
+
* This is structured according to Kenya's pre-2010 administrative hierarchy (District > Division > Location).
|
|
93
|
+
* @type {KenyaNidLookup2Address}
|
|
94
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
95
|
+
*/
|
|
96
|
+
placeOfBirth?: KenyaNidLookup2Address | null;
|
|
97
|
+
/**
|
|
98
|
+
* Current residence address as registered in IPRS.
|
|
99
|
+
*
|
|
100
|
+
* This represents the address on file at the time of ID registration or last update, structured
|
|
101
|
+
* according to Kenya's pre-2010 administrative hierarchy (District > Division > Location).
|
|
102
|
+
* @type {KenyaNidLookup2Address}
|
|
103
|
+
* @memberof KenyaNidLookup2ProviderOutput
|
|
104
|
+
*/
|
|
105
|
+
placeOfResidence?: KenyaNidLookup2Address | null;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Check if a given object implements the KenyaNidLookup2ProviderOutput interface.
|
|
109
|
+
*/
|
|
110
|
+
export declare function instanceOfKenyaNidLookup2ProviderOutput(value: object): value is KenyaNidLookup2ProviderOutput;
|
|
111
|
+
export declare function KenyaNidLookup2ProviderOutputFromJSON(json: any): KenyaNidLookup2ProviderOutput;
|
|
112
|
+
export declare function KenyaNidLookup2ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KenyaNidLookup2ProviderOutput;
|
|
113
|
+
export declare function KenyaNidLookup2ProviderOutputToJSON(json: any): KenyaNidLookup2ProviderOutput;
|
|
114
|
+
export declare function KenyaNidLookup2ProviderOutputToJSONTyped(value?: KenyaNidLookup2ProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
import { KenyaNidLookup2AddressFromJSON, KenyaNidLookup2AddressToJSON, } from './KenyaNidLookup2Address';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the KenyaNidLookup2ProviderOutput interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfKenyaNidLookup2ProviderOutput(value) {
|
|
19
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('surname' in value) || value['surname'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('sex' in value) || value['sex'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('citizenship' in value) || value['citizenship'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('idNumber' in value) || value['idNumber'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('serialNumber' in value) || value['serialNumber'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
export function KenyaNidLookup2ProviderOutputFromJSON(json) {
|
|
34
|
+
return KenyaNidLookup2ProviderOutputFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function KenyaNidLookup2ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'firstName': json['firstName'],
|
|
42
|
+
'surname': json['surname'],
|
|
43
|
+
'otherName': json['otherName'] == null ? undefined : json['otherName'],
|
|
44
|
+
'sex': json['sex'],
|
|
45
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
46
|
+
'citizenship': json['citizenship'],
|
|
47
|
+
'idNumber': json['idNumber'],
|
|
48
|
+
'serialNumber': json['serialNumber'],
|
|
49
|
+
'dateOfIssue': json['dateOfIssue'] == null ? undefined : (new Date(json['dateOfIssue'])),
|
|
50
|
+
'placeOfBirth': json['placeOfBirth'] == null ? undefined : KenyaNidLookup2AddressFromJSON(json['placeOfBirth']),
|
|
51
|
+
'placeOfResidence': json['placeOfResidence'] == null ? undefined : KenyaNidLookup2AddressFromJSON(json['placeOfResidence']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export function KenyaNidLookup2ProviderOutputToJSON(json) {
|
|
55
|
+
return KenyaNidLookup2ProviderOutputToJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
export function KenyaNidLookup2ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
58
|
+
if (value == null) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
'firstName': value['firstName'],
|
|
63
|
+
'surname': value['surname'],
|
|
64
|
+
'otherName': value['otherName'],
|
|
65
|
+
'sex': value['sex'],
|
|
66
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
67
|
+
'citizenship': value['citizenship'],
|
|
68
|
+
'idNumber': value['idNumber'],
|
|
69
|
+
'serialNumber': value['serialNumber'],
|
|
70
|
+
'dateOfIssue': value['dateOfIssue'] == null ? undefined : (value['dateOfIssue'].toISOString().substring(0, 10)),
|
|
71
|
+
'placeOfBirth': KenyaNidLookup2AddressToJSON(value['placeOfBirth']),
|
|
72
|
+
'placeOfResidence': KenyaNidLookup2AddressToJSON(value['placeOfResidence']),
|
|
73
|
+
};
|
|
74
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
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
|
+
* Exposed properties for the `nigeria-nin-lookup-2` Provider which do not directly map to the normalized IdentityData model.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NigeriaNinLookup2ProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface NigeriaNinLookup2ProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The first name (given name) of the ID holder.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
firstName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The middle name of the ID holder.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
28
|
+
*/
|
|
29
|
+
middleName?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The surname (family name) of the ID holder.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
surname: string;
|
|
36
|
+
/**
|
|
37
|
+
* The sex of the ID holder.
|
|
38
|
+
*
|
|
39
|
+
* Possible values:
|
|
40
|
+
* - Male
|
|
41
|
+
* - Female
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
44
|
+
*/
|
|
45
|
+
sex?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
* The date of birth of the ID holder.
|
|
48
|
+
* @type {Date}
|
|
49
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
50
|
+
*/
|
|
51
|
+
dateOfBirth?: Date | null;
|
|
52
|
+
/**
|
|
53
|
+
* Country of birth as an ISO 3166-1 alpha-2 code.
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
56
|
+
*/
|
|
57
|
+
birthCountry?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
* National Identification Number (NIN).
|
|
60
|
+
*
|
|
61
|
+
* This is a unique, permanent identifier assigned by the National Identity Management Commission
|
|
62
|
+
* upon enrollment.
|
|
63
|
+
*
|
|
64
|
+
* Format: 11 numeric digits (regex: /^[0-9]{11}$/). The digits are validated using the Verhoeff
|
|
65
|
+
* algorithm, meaning the last digit serves as a check digit.
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
68
|
+
*/
|
|
69
|
+
nationalIdentityNumber: string;
|
|
70
|
+
/**
|
|
71
|
+
* Phone number registered with the National Identity Management Commission.
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
74
|
+
*/
|
|
75
|
+
phoneNumber?: string | null;
|
|
76
|
+
/**
|
|
77
|
+
* Email address registered with the National Identity Management Commission.
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
80
|
+
*/
|
|
81
|
+
email?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
* Full residential address as a single string, normalized to lowercase without delimiters.
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
86
|
+
*/
|
|
87
|
+
address?: string | null;
|
|
88
|
+
/**
|
|
89
|
+
* Local Government Area of residence.
|
|
90
|
+
*
|
|
91
|
+
* Nigeria is divided into 774 Local Government Areas (LGAs), which are the third-tier
|
|
92
|
+
* administrative divisions below states and the Federal Capital Territory. LGAs are roughly
|
|
93
|
+
* equivalent to counties or municipalities in other countries.
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
96
|
+
*/
|
|
97
|
+
localGovernmentArea?: string | null;
|
|
98
|
+
/**
|
|
99
|
+
* State of residence.
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof NigeriaNinLookup2ProviderOutput
|
|
102
|
+
*/
|
|
103
|
+
state?: string | null;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Check if a given object implements the NigeriaNinLookup2ProviderOutput interface.
|
|
107
|
+
*/
|
|
108
|
+
export declare function instanceOfNigeriaNinLookup2ProviderOutput(value: object): value is NigeriaNinLookup2ProviderOutput;
|
|
109
|
+
export declare function NigeriaNinLookup2ProviderOutputFromJSON(json: any): NigeriaNinLookup2ProviderOutput;
|
|
110
|
+
export declare function NigeriaNinLookup2ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): NigeriaNinLookup2ProviderOutput;
|
|
111
|
+
export declare function NigeriaNinLookup2ProviderOutputToJSON(json: any): NigeriaNinLookup2ProviderOutput;
|
|
112
|
+
export declare function NigeriaNinLookup2ProviderOutputToJSONTyped(value?: NigeriaNinLookup2ProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
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 NigeriaNinLookup2ProviderOutput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfNigeriaNinLookup2ProviderOutput(value) {
|
|
18
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('surname' in value) || value['surname'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('nationalIdentityNumber' in value) || value['nationalIdentityNumber'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function NigeriaNinLookup2ProviderOutputFromJSON(json) {
|
|
27
|
+
return NigeriaNinLookup2ProviderOutputFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function NigeriaNinLookup2ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'firstName': json['firstName'],
|
|
35
|
+
'middleName': json['middleName'] == null ? undefined : json['middleName'],
|
|
36
|
+
'surname': json['surname'],
|
|
37
|
+
'sex': json['sex'] == null ? undefined : json['sex'],
|
|
38
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
39
|
+
'birthCountry': json['birthCountry'] == null ? undefined : json['birthCountry'],
|
|
40
|
+
'nationalIdentityNumber': json['nationalIdentityNumber'],
|
|
41
|
+
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
42
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
43
|
+
'address': json['address'] == null ? undefined : json['address'],
|
|
44
|
+
'localGovernmentArea': json['localGovernmentArea'] == null ? undefined : json['localGovernmentArea'],
|
|
45
|
+
'state': json['state'] == null ? undefined : json['state'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export function NigeriaNinLookup2ProviderOutputToJSON(json) {
|
|
49
|
+
return NigeriaNinLookup2ProviderOutputToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
export function NigeriaNinLookup2ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'firstName': value['firstName'],
|
|
57
|
+
'middleName': value['middleName'],
|
|
58
|
+
'surname': value['surname'],
|
|
59
|
+
'sex': value['sex'],
|
|
60
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
61
|
+
'birthCountry': value['birthCountry'],
|
|
62
|
+
'nationalIdentityNumber': value['nationalIdentityNumber'],
|
|
63
|
+
'phoneNumber': value['phoneNumber'],
|
|
64
|
+
'email': value['email'],
|
|
65
|
+
'address': value['address'],
|
|
66
|
+
'localGovernmentArea': value['localGovernmentArea'],
|
|
67
|
+
'state': value['state'],
|
|
68
|
+
};
|
|
69
|
+
}
|