@trinsic/api 2.0.0-alpha2 → 2.0.0-alpha3
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 +5 -0
- package/dist/apis/NetworkApi.d.ts +4 -4
- package/dist/apis/NetworkApi.js +2 -2
- package/dist/esm/apis/NetworkApi.d.ts +4 -4
- package/dist/esm/apis/NetworkApi.js +2 -2
- package/dist/esm/models/AadhaarInput.d.ts +2 -2
- package/dist/esm/models/AadhaarInput.js +1 -1
- package/dist/esm/models/Address.d.ts +8 -8
- package/dist/esm/models/AttachmentAccessKeys.d.ts +4 -4
- package/dist/esm/models/BangladeshNationalIdInput.d.ts +4 -4
- package/dist/esm/models/BangladeshNationalIdInput.js +1 -1
- package/dist/esm/models/BrazilDigitalCnhInput.d.ts +3 -3
- package/dist/esm/models/CreateAdvancedProviderSessionRequest.d.ts +3 -3
- package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +1 -1
- package/dist/esm/models/CreateHostedProviderSessionResponse.d.ts +1 -1
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +3 -3
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +1 -1
- package/dist/esm/models/DocumentData.d.ts +6 -6
- package/dist/esm/models/DocumentData.js +2 -2
- package/dist/esm/models/DocumentScanAttachments.d.ts +1 -1
- package/dist/esm/models/GetSessionResultResponse.d.ts +1 -1
- package/dist/esm/models/HttpValidationProblemDetails.d.ts +5 -5
- package/dist/esm/models/IdentityData.d.ts +4 -4
- package/dist/esm/models/IndonesiaNikInput.d.ts +43 -0
- package/dist/esm/models/IndonesiaNikInput.js +48 -0
- package/dist/esm/models/IntegrationStep.d.ts +1 -1
- package/dist/esm/models/KenyaNidInput.d.ts +61 -0
- package/dist/esm/models/KenyaNidInput.js +58 -0
- package/dist/esm/models/KnownAddress.d.ts +8 -8
- package/dist/esm/models/KnownIdentityData.d.ts +1 -1
- package/dist/esm/models/KnownPersonData.d.ts +8 -8
- package/dist/esm/models/MexicoCurpInput.d.ts +31 -0
- package/dist/esm/models/MexicoCurpInput.js +40 -0
- package/dist/esm/models/NigeriaNinInput.d.ts +67 -0
- package/dist/esm/models/NigeriaNinInput.js +58 -0
- package/dist/esm/models/PersonData.d.ts +10 -10
- package/dist/esm/models/PersonData.js +1 -1
- package/dist/esm/models/PhilippineMatchInput.d.ts +5 -5
- package/dist/esm/models/PhilippineMatchInput.js +1 -1
- package/dist/esm/models/PhilippineQRInput.d.ts +2 -2
- package/dist/esm/models/ProblemDetails.d.ts +5 -5
- package/dist/esm/models/ProviderAttachments.d.ts +1 -1
- package/dist/esm/models/ProviderInfo.d.ts +1 -1
- package/dist/esm/models/ProviderInput.d.ts +41 -6
- package/dist/esm/models/ProviderInput.js +15 -0
- package/dist/esm/models/RecommendRequest.d.ts +10 -4
- package/dist/esm/models/RecommendRequest.js +2 -0
- package/dist/esm/models/RefreshStepContentRequest.d.ts +1 -1
- package/dist/esm/models/ResultCollection.d.ts +1 -1
- package/dist/esm/models/Session.d.ts +1 -1
- package/dist/esm/models/SouthAfricaNidInput.d.ts +49 -0
- package/dist/esm/models/SouthAfricaNidInput.js +52 -0
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/models/AadhaarInput.d.ts +2 -2
- package/dist/models/AadhaarInput.js +1 -1
- package/dist/models/Address.d.ts +8 -8
- package/dist/models/AttachmentAccessKeys.d.ts +4 -4
- package/dist/models/BangladeshNationalIdInput.d.ts +4 -4
- package/dist/models/BangladeshNationalIdInput.js +1 -1
- package/dist/models/BrazilDigitalCnhInput.d.ts +3 -3
- package/dist/models/CreateAdvancedProviderSessionRequest.d.ts +3 -3
- package/dist/models/CreateHostedProviderSessionRequest.d.ts +1 -1
- package/dist/models/CreateHostedProviderSessionResponse.d.ts +1 -1
- package/dist/models/CreateWidgetSessionRequest.d.ts +3 -3
- package/dist/models/CreateWidgetSessionResponse.d.ts +1 -1
- package/dist/models/DocumentData.d.ts +6 -6
- package/dist/models/DocumentData.js +2 -2
- package/dist/models/DocumentScanAttachments.d.ts +1 -1
- package/dist/models/GetSessionResultResponse.d.ts +1 -1
- package/dist/models/HttpValidationProblemDetails.d.ts +5 -5
- package/dist/models/IdentityData.d.ts +4 -4
- package/dist/models/IndonesiaNikInput.d.ts +43 -0
- package/dist/models/IndonesiaNikInput.js +54 -0
- package/dist/models/IntegrationStep.d.ts +1 -1
- package/dist/models/KenyaNidInput.d.ts +61 -0
- package/dist/models/KenyaNidInput.js +64 -0
- package/dist/models/KnownAddress.d.ts +8 -8
- package/dist/models/KnownIdentityData.d.ts +1 -1
- package/dist/models/KnownPersonData.d.ts +8 -8
- package/dist/models/MexicoCurpInput.d.ts +31 -0
- package/dist/models/MexicoCurpInput.js +46 -0
- package/dist/models/NigeriaNinInput.d.ts +67 -0
- package/dist/models/NigeriaNinInput.js +64 -0
- package/dist/models/PersonData.d.ts +10 -10
- package/dist/models/PersonData.js +1 -1
- package/dist/models/PhilippineMatchInput.d.ts +5 -5
- package/dist/models/PhilippineMatchInput.js +1 -1
- package/dist/models/PhilippineQRInput.d.ts +2 -2
- package/dist/models/ProblemDetails.d.ts +5 -5
- package/dist/models/ProviderAttachments.d.ts +1 -1
- package/dist/models/ProviderInfo.d.ts +1 -1
- package/dist/models/ProviderInput.d.ts +41 -6
- package/dist/models/ProviderInput.js +15 -0
- package/dist/models/RecommendRequest.d.ts +10 -4
- package/dist/models/RecommendRequest.js +2 -0
- package/dist/models/RefreshStepContentRequest.d.ts +1 -1
- package/dist/models/ResultCollection.d.ts +1 -1
- package/dist/models/Session.d.ts +1 -1
- package/dist/models/SouthAfricaNidInput.d.ts +49 -0
- package/dist/models/SouthAfricaNidInput.js +58 -0
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/package.json +1 -1
- package/src/apis/NetworkApi.ts +4 -4
- package/src/models/AadhaarInput.ts +3 -3
- package/src/models/Address.ts +8 -8
- package/src/models/AttachmentAccessKeys.ts +4 -4
- package/src/models/BangladeshNationalIdInput.ts +5 -5
- package/src/models/BrazilDigitalCnhInput.ts +3 -3
- package/src/models/CreateAdvancedProviderSessionRequest.ts +3 -3
- package/src/models/CreateHostedProviderSessionRequest.ts +1 -1
- package/src/models/CreateHostedProviderSessionResponse.ts +1 -1
- package/src/models/CreateWidgetSessionRequest.ts +3 -3
- package/src/models/CreateWidgetSessionResponse.ts +1 -1
- package/src/models/DocumentData.ts +8 -8
- package/src/models/DocumentScanAttachments.ts +1 -1
- package/src/models/GetSessionResultResponse.ts +1 -1
- package/src/models/HttpValidationProblemDetails.ts +5 -5
- package/src/models/IdentityData.ts +4 -4
- package/src/models/IndonesiaNikInput.ts +79 -0
- package/src/models/IntegrationStep.ts +1 -1
- package/src/models/KenyaNidInput.ts +105 -0
- package/src/models/KnownAddress.ts +8 -8
- package/src/models/KnownIdentityData.ts +1 -1
- package/src/models/KnownPersonData.ts +8 -8
- package/src/models/MexicoCurpInput.ts +61 -0
- package/src/models/NigeriaNinInput.ts +112 -0
- package/src/models/PersonData.ts +11 -11
- package/src/models/PhilippineMatchInput.ts +6 -6
- package/src/models/PhilippineQRInput.ts +2 -2
- package/src/models/ProblemDetails.ts +5 -5
- package/src/models/ProviderAttachments.ts +1 -1
- package/src/models/ProviderInfo.ts +1 -1
- package/src/models/ProviderInput.ts +76 -6
- package/src/models/RecommendRequest.ts +12 -4
- package/src/models/RefreshStepContentRequest.ts +1 -1
- package/src/models/ResultCollection.ts +1 -1
- package/src/models/Session.ts +1 -1
- package/src/models/SouthAfricaNidInput.ts +88 -0
- package/src/models/index.ts +5 -0
|
@@ -21,37 +21,37 @@ export interface DocumentData {
|
|
|
21
21
|
* @type {DocumentType}
|
|
22
22
|
* @memberof DocumentData
|
|
23
23
|
*/
|
|
24
|
-
type?: DocumentType;
|
|
24
|
+
type?: DocumentType | null;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof DocumentData
|
|
29
29
|
*/
|
|
30
|
-
number?: string;
|
|
30
|
+
number?: string | null;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {Date}
|
|
34
34
|
* @memberof DocumentData
|
|
35
35
|
*/
|
|
36
|
-
issueDate?: Date;
|
|
36
|
+
issueDate?: Date | null;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {Date}
|
|
40
40
|
* @memberof DocumentData
|
|
41
41
|
*/
|
|
42
|
-
expirationDate?: Date;
|
|
42
|
+
expirationDate?: Date | null;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof DocumentData
|
|
47
47
|
*/
|
|
48
|
-
issuingCountry?: string;
|
|
48
|
+
issuingCountry?: string | null;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof DocumentData
|
|
53
53
|
*/
|
|
54
|
-
issuingAuthority?: string;
|
|
54
|
+
issuingAuthority?: string | null;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Check if a given object implements the DocumentData interface.
|
|
@@ -47,8 +47,8 @@ function DocumentDataToJSON(value) {
|
|
|
47
47
|
return {
|
|
48
48
|
'type': (0, DocumentType_1.DocumentTypeToJSON)(value['type']),
|
|
49
49
|
'number': value['number'],
|
|
50
|
-
'issueDate': value['issueDate'] == null ? undefined : (
|
|
51
|
-
'expirationDate': value['expirationDate'] == null ? undefined : (
|
|
50
|
+
'issueDate': value['issueDate'] == null ? undefined : (value['issueDate'].toISOString().substring(0, 10)),
|
|
51
|
+
'expirationDate': value['expirationDate'] == null ? undefined : (value['expirationDate'].toISOString().substring(0, 10)),
|
|
52
52
|
'issuingCountry': value['issuingCountry'],
|
|
53
53
|
'issuingAuthority': value['issuingAuthority'],
|
|
54
54
|
};
|
|
@@ -28,7 +28,7 @@ export interface GetSessionResultResponse {
|
|
|
28
28
|
* @type {IdentityData}
|
|
29
29
|
* @memberof GetSessionResultResponse
|
|
30
30
|
*/
|
|
31
|
-
identityData?: IdentityData;
|
|
31
|
+
identityData?: IdentityData | null;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetSessionResultResponse interface.
|
|
@@ -20,31 +20,31 @@ export interface HttpValidationProblemDetails {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof HttpValidationProblemDetails
|
|
22
22
|
*/
|
|
23
|
-
type?: string;
|
|
23
|
+
type?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof HttpValidationProblemDetails
|
|
28
28
|
*/
|
|
29
|
-
title?: string;
|
|
29
|
+
title?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {number}
|
|
33
33
|
* @memberof HttpValidationProblemDetails
|
|
34
34
|
*/
|
|
35
|
-
status?: number;
|
|
35
|
+
status?: number | null;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof HttpValidationProblemDetails
|
|
40
40
|
*/
|
|
41
|
-
detail?: string;
|
|
41
|
+
detail?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof HttpValidationProblemDetails
|
|
46
46
|
*/
|
|
47
|
-
instance?: string;
|
|
47
|
+
instance?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {{ [key: string]: Array<string>; }}
|
|
@@ -23,25 +23,25 @@ export interface IdentityData {
|
|
|
23
23
|
* @type {string}
|
|
24
24
|
* @memberof IdentityData
|
|
25
25
|
*/
|
|
26
|
-
originatingProviderId?: string;
|
|
26
|
+
originatingProviderId?: string | null;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
29
29
|
* @type {PersonData}
|
|
30
30
|
* @memberof IdentityData
|
|
31
31
|
*/
|
|
32
|
-
person?: PersonData;
|
|
32
|
+
person?: PersonData | null;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
35
|
* @type {DocumentData}
|
|
36
36
|
* @memberof IdentityData
|
|
37
37
|
*/
|
|
38
|
-
document?: DocumentData;
|
|
38
|
+
document?: DocumentData | null;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {AttachmentAccessKeys}
|
|
42
42
|
* @memberof IdentityData
|
|
43
43
|
*/
|
|
44
|
-
attachmentAccessKeys?: AttachmentAccessKeys;
|
|
44
|
+
attachmentAccessKeys?: AttachmentAccessKeys | null;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Check if a given object implements the IdentityData interface.
|
|
@@ -0,0 +1,43 @@
|
|
|
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 IndonesiaNikInput
|
|
16
|
+
*/
|
|
17
|
+
export interface IndonesiaNikInput {
|
|
18
|
+
/**
|
|
19
|
+
* The user's full name
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IndonesiaNikInput
|
|
22
|
+
*/
|
|
23
|
+
fullName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The user's date of birth, in `YYYY-MM-DD` format
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof IndonesiaNikInput
|
|
28
|
+
*/
|
|
29
|
+
dateOfBirth: Date;
|
|
30
|
+
/**
|
|
31
|
+
* The user's Indonesia NIK ID number
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof IndonesiaNikInput
|
|
34
|
+
*/
|
|
35
|
+
nikIdNumber: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the IndonesiaNikInput interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfIndonesiaNikInput(value: object): value is IndonesiaNikInput;
|
|
41
|
+
export declare function IndonesiaNikInputFromJSON(json: any): IndonesiaNikInput;
|
|
42
|
+
export declare function IndonesiaNikInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndonesiaNikInput;
|
|
43
|
+
export declare function IndonesiaNikInputToJSON(value?: IndonesiaNikInput | null): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
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.instanceOfIndonesiaNikInput = instanceOfIndonesiaNikInput;
|
|
17
|
+
exports.IndonesiaNikInputFromJSON = IndonesiaNikInputFromJSON;
|
|
18
|
+
exports.IndonesiaNikInputFromJSONTyped = IndonesiaNikInputFromJSONTyped;
|
|
19
|
+
exports.IndonesiaNikInputToJSON = IndonesiaNikInputToJSON;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the IndonesiaNikInput interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfIndonesiaNikInput(value) {
|
|
24
|
+
if (!('fullName' in value) || value['fullName'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('nikIdNumber' in value) || value['nikIdNumber'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function IndonesiaNikInputFromJSON(json) {
|
|
33
|
+
return IndonesiaNikInputFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function IndonesiaNikInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'fullName': json['fullName'],
|
|
41
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
42
|
+
'nikIdNumber': json['nikIdNumber'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function IndonesiaNikInputToJSON(value) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'fullName': value['fullName'],
|
|
51
|
+
'dateOfBirth': ((value['dateOfBirth']).toISOString().substring(0, 10)),
|
|
52
|
+
'nikIdNumber': value['nikIdNumber'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 KenyaNidInput
|
|
16
|
+
*/
|
|
17
|
+
export interface KenyaNidInput {
|
|
18
|
+
/**
|
|
19
|
+
* The user's first name as it appears in their National ID
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof KenyaNidInput
|
|
22
|
+
*/
|
|
23
|
+
firstName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The user's middle name as it appears in their National ID (optional)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof KenyaNidInput
|
|
28
|
+
*/
|
|
29
|
+
middleName?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The user's middle name as it appears in their National ID (optional)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof KenyaNidInput
|
|
34
|
+
*/
|
|
35
|
+
lastName: string;
|
|
36
|
+
/**
|
|
37
|
+
* The user's date of birth, in `YYYY-MM-DD` format
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof KenyaNidInput
|
|
40
|
+
*/
|
|
41
|
+
dateOfBirth: Date;
|
|
42
|
+
/**
|
|
43
|
+
* The user's gender as it appears in their National ID (e.g., male, female)
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof KenyaNidInput
|
|
46
|
+
*/
|
|
47
|
+
gender: string;
|
|
48
|
+
/**
|
|
49
|
+
* The user's South Kenya National ID number
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof KenyaNidInput
|
|
52
|
+
*/
|
|
53
|
+
nationalIdNumber: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the KenyaNidInput interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfKenyaNidInput(value: object): value is KenyaNidInput;
|
|
59
|
+
export declare function KenyaNidInputFromJSON(json: any): KenyaNidInput;
|
|
60
|
+
export declare function KenyaNidInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KenyaNidInput;
|
|
61
|
+
export declare function KenyaNidInputToJSON(value?: KenyaNidInput | null): any;
|
|
@@ -0,0 +1,64 @@
|
|
|
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.instanceOfKenyaNidInput = instanceOfKenyaNidInput;
|
|
17
|
+
exports.KenyaNidInputFromJSON = KenyaNidInputFromJSON;
|
|
18
|
+
exports.KenyaNidInputFromJSONTyped = KenyaNidInputFromJSONTyped;
|
|
19
|
+
exports.KenyaNidInputToJSON = KenyaNidInputToJSON;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the KenyaNidInput interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfKenyaNidInput(value) {
|
|
24
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('lastName' in value) || value['lastName'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('dateOfBirth' in value) || value['dateOfBirth'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('gender' in value) || value['gender'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('nationalIdNumber' in value) || value['nationalIdNumber'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function KenyaNidInputFromJSON(json) {
|
|
37
|
+
return KenyaNidInputFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function KenyaNidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'firstName': json['firstName'],
|
|
45
|
+
'middleName': json['middleName'] == null ? undefined : json['middleName'],
|
|
46
|
+
'lastName': json['lastName'],
|
|
47
|
+
'dateOfBirth': (new Date(json['dateOfBirth'])),
|
|
48
|
+
'gender': json['gender'],
|
|
49
|
+
'nationalIdNumber': json['nationalIdNumber'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function KenyaNidInputToJSON(value) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'firstName': value['firstName'],
|
|
58
|
+
'middleName': value['middleName'],
|
|
59
|
+
'lastName': value['lastName'],
|
|
60
|
+
'dateOfBirth': ((value['dateOfBirth']).toISOString().substring(0, 10)),
|
|
61
|
+
'gender': value['gender'],
|
|
62
|
+
'nationalIdNumber': value['nationalIdNumber'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -20,50 +20,50 @@ export interface KnownAddress {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof KnownAddress
|
|
22
22
|
*/
|
|
23
|
-
line1?: string;
|
|
23
|
+
line1?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof KnownAddress
|
|
28
28
|
*/
|
|
29
|
-
line2?: string;
|
|
29
|
+
line2?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof KnownAddress
|
|
34
34
|
*/
|
|
35
|
-
line3?: string;
|
|
35
|
+
line3?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof KnownAddress
|
|
40
40
|
*/
|
|
41
|
-
city?: string;
|
|
41
|
+
city?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof KnownAddress
|
|
46
46
|
*/
|
|
47
|
-
subdivision?: string;
|
|
47
|
+
subdivision?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
* Deprecated. Use `Subdivision` instead.
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof KnownAddress
|
|
52
52
|
* @deprecated
|
|
53
53
|
*/
|
|
54
|
-
state?: string;
|
|
54
|
+
state?: string | null;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof KnownAddress
|
|
59
59
|
*/
|
|
60
|
-
postalCode?: string;
|
|
60
|
+
postalCode?: string | null;
|
|
61
61
|
/**
|
|
62
62
|
*
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof KnownAddress
|
|
65
65
|
*/
|
|
66
|
-
country?: string;
|
|
66
|
+
country?: string | null;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Check if a given object implements the KnownAddress interface.
|
|
@@ -21,49 +21,49 @@ export interface KnownPersonData {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof KnownPersonData
|
|
23
23
|
*/
|
|
24
|
-
givenName?: string;
|
|
24
|
+
givenName?: string | null;
|
|
25
25
|
/**
|
|
26
26
|
* Family (last) name of the individual
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof KnownPersonData
|
|
29
29
|
*/
|
|
30
|
-
familyName?: string;
|
|
30
|
+
familyName?: string | null;
|
|
31
31
|
/**
|
|
32
32
|
* Middle name of the individual
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof KnownPersonData
|
|
35
35
|
*/
|
|
36
|
-
middleName?: string;
|
|
36
|
+
middleName?: string | null;
|
|
37
37
|
/**
|
|
38
38
|
* Full name of the individual.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof KnownPersonData
|
|
41
41
|
*/
|
|
42
|
-
fullName?: string;
|
|
42
|
+
fullName?: string | null;
|
|
43
43
|
/**
|
|
44
44
|
* Suffix of the individual
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof KnownPersonData
|
|
47
47
|
*/
|
|
48
|
-
suffix?: string;
|
|
48
|
+
suffix?: string | null;
|
|
49
49
|
/**
|
|
50
50
|
* The phone number (with preceding + character and country code) of the individual being verified
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof KnownPersonData
|
|
53
53
|
*/
|
|
54
|
-
phoneNumber?: string;
|
|
54
|
+
phoneNumber?: string | null;
|
|
55
55
|
/**
|
|
56
56
|
* The address of the individual being verified
|
|
57
57
|
* @type {KnownAddress}
|
|
58
58
|
* @memberof KnownPersonData
|
|
59
59
|
*/
|
|
60
|
-
address?: KnownAddress;
|
|
60
|
+
address?: KnownAddress | null;
|
|
61
61
|
/**
|
|
62
62
|
* Date of birth of the individual, in the format "YYYY-MM-DD"
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof KnownPersonData
|
|
65
65
|
*/
|
|
66
|
-
dateOfBirth?: string;
|
|
66
|
+
dateOfBirth?: string | null;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Check if a given object implements the KnownPersonData interface.
|
|
@@ -0,0 +1,31 @@
|
|
|
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 MexicoCurpInput
|
|
16
|
+
*/
|
|
17
|
+
export interface MexicoCurpInput {
|
|
18
|
+
/**
|
|
19
|
+
* The user's CURP number
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof MexicoCurpInput
|
|
22
|
+
*/
|
|
23
|
+
curp: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the MexicoCurpInput interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfMexicoCurpInput(value: object): value is MexicoCurpInput;
|
|
29
|
+
export declare function MexicoCurpInputFromJSON(json: any): MexicoCurpInput;
|
|
30
|
+
export declare function MexicoCurpInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): MexicoCurpInput;
|
|
31
|
+
export declare function MexicoCurpInputToJSON(value?: MexicoCurpInput | null): any;
|
|
@@ -0,0 +1,46 @@
|
|
|
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.instanceOfMexicoCurpInput = instanceOfMexicoCurpInput;
|
|
17
|
+
exports.MexicoCurpInputFromJSON = MexicoCurpInputFromJSON;
|
|
18
|
+
exports.MexicoCurpInputFromJSONTyped = MexicoCurpInputFromJSONTyped;
|
|
19
|
+
exports.MexicoCurpInputToJSON = MexicoCurpInputToJSON;
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the MexicoCurpInput interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfMexicoCurpInput(value) {
|
|
24
|
+
if (!('curp' in value) || value['curp'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function MexicoCurpInputFromJSON(json) {
|
|
29
|
+
return MexicoCurpInputFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function MexicoCurpInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'curp': json['curp'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function MexicoCurpInputToJSON(value) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'curp': value['curp'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 NigeriaNinInput
|
|
16
|
+
*/
|
|
17
|
+
export interface NigeriaNinInput {
|
|
18
|
+
/**
|
|
19
|
+
* The user's first name as it appears in their National ID
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NigeriaNinInput
|
|
22
|
+
*/
|
|
23
|
+
firstName: string;
|
|
24
|
+
/**
|
|
25
|
+
* The user's middle name as it appears in their National ID (optional)
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NigeriaNinInput
|
|
28
|
+
*/
|
|
29
|
+
middleName?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* The user's last name as it appears in their National ID (optional)
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NigeriaNinInput
|
|
34
|
+
*/
|
|
35
|
+
lastName: string;
|
|
36
|
+
/**
|
|
37
|
+
* The user's phone number (optional)
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof NigeriaNinInput
|
|
40
|
+
*/
|
|
41
|
+
phoneNumber?: string | null;
|
|
42
|
+
/**
|
|
43
|
+
* The user's date of birth, in `YYYY-MM-DD` format
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof NigeriaNinInput
|
|
46
|
+
*/
|
|
47
|
+
dateOfBirth: Date;
|
|
48
|
+
/**
|
|
49
|
+
* The user's gender as it appears in their National ID (e.g., male, female)
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NigeriaNinInput
|
|
52
|
+
*/
|
|
53
|
+
gender?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* The user's South African National ID number
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof NigeriaNinInput
|
|
58
|
+
*/
|
|
59
|
+
nationalIdNumber: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the NigeriaNinInput interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfNigeriaNinInput(value: object): value is NigeriaNinInput;
|
|
65
|
+
export declare function NigeriaNinInputFromJSON(json: any): NigeriaNinInput;
|
|
66
|
+
export declare function NigeriaNinInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): NigeriaNinInput;
|
|
67
|
+
export declare function NigeriaNinInputToJSON(value?: NigeriaNinInput | null): any;
|