@trinsic/api 2.0.0-alpha3 → 2.0.0
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 +11 -3
- package/dist/apis/AttachmentsApi.d.ts +4 -4
- package/dist/apis/AttachmentsApi.js +2 -2
- package/dist/apis/NetworkApi.d.ts +28 -5
- package/dist/apis/NetworkApi.js +36 -2
- package/dist/apis/SessionsApi.d.ts +8 -8
- package/dist/apis/SessionsApi.js +4 -4
- package/dist/esm/apis/AttachmentsApi.d.ts +4 -4
- package/dist/esm/apis/AttachmentsApi.js +2 -2
- package/dist/esm/apis/NetworkApi.d.ts +28 -5
- package/dist/esm/apis/NetworkApi.js +37 -3
- package/dist/esm/apis/SessionsApi.d.ts +8 -8
- package/dist/esm/apis/SessionsApi.js +4 -4
- package/dist/esm/models/CreateHostedProviderSessionResponse.d.ts +13 -1
- package/dist/esm/models/CreateHostedProviderSessionResponse.js +7 -1
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +6 -5
- package/dist/esm/models/CreateWidgetSessionRequest.js +3 -3
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +13 -1
- package/dist/esm/models/CreateWidgetSessionResponse.js +7 -1
- package/dist/esm/models/IdentityData.d.ts +6 -0
- package/dist/esm/models/IdentityData.js +2 -0
- package/dist/esm/models/IdinInput.d.ts +33 -0
- package/dist/esm/models/IdinInput.js +38 -0
- package/dist/esm/models/IntegrationLaunchMethod.d.ts +1 -1
- package/dist/esm/models/IntegrationLaunchMethod.js +1 -1
- package/dist/esm/models/Language.d.ts +26 -0
- package/dist/esm/models/Language.js +42 -0
- package/dist/esm/models/ListProviderContractsResponse.d.ts +32 -0
- package/dist/esm/models/ListProviderContractsResponse.js +41 -0
- package/dist/esm/models/MobileIdInput.d.ts +44 -0
- package/dist/esm/models/MobileIdInput.js +43 -0
- package/dist/esm/models/ProviderContract.d.ts +146 -0
- package/dist/esm/models/ProviderContract.js +97 -0
- package/dist/esm/models/ProviderInfo.d.ts +0 -6
- package/dist/esm/models/ProviderInfo.js +0 -2
- package/dist/esm/models/ProviderInformation.d.ts +4 -4
- package/dist/esm/models/ProviderInformation.js +1 -5
- package/dist/esm/models/ProviderInput.d.ts +62 -16
- package/dist/esm/models/ProviderInput.js +23 -5
- package/dist/esm/models/RecommendRequest.d.ts +4 -27
- package/dist/esm/models/RecommendRequest.js +3 -10
- package/dist/esm/models/RecommendationInfo.d.ts +55 -0
- package/dist/esm/models/RecommendationInfo.js +44 -0
- package/dist/esm/models/ResultCollection.d.ts +8 -2
- package/dist/esm/models/ResultCollection.js +3 -1
- package/dist/esm/models/SmartIdInput.d.ts +31 -0
- package/dist/esm/models/SmartIdInput.js +38 -0
- package/dist/esm/models/SpidInput.d.ts +33 -0
- package/dist/esm/models/SpidInput.js +38 -0
- package/dist/esm/models/SubProviderMetadata.d.ts +54 -0
- package/dist/esm/models/SubProviderMetadata.js +52 -0
- package/dist/esm/models/TrinsicTestDatabaseLookupInput.d.ts +66 -0
- package/dist/esm/models/TrinsicTestDatabaseLookupInput.js +44 -0
- package/dist/esm/models/TrinsicTestSubProvidersInput.d.ts +35 -0
- package/dist/esm/models/TrinsicTestSubProvidersInput.js +38 -0
- package/dist/esm/models/index.d.ts +11 -3
- package/dist/esm/models/index.js +11 -3
- package/dist/models/CreateHostedProviderSessionResponse.d.ts +13 -1
- package/dist/models/CreateHostedProviderSessionResponse.js +7 -1
- package/dist/models/CreateWidgetSessionRequest.d.ts +6 -5
- package/dist/models/CreateWidgetSessionRequest.js +3 -3
- package/dist/models/CreateWidgetSessionResponse.d.ts +13 -1
- package/dist/models/CreateWidgetSessionResponse.js +7 -1
- package/dist/models/IdentityData.d.ts +6 -0
- package/dist/models/IdentityData.js +2 -0
- package/dist/models/IdinInput.d.ts +33 -0
- package/dist/models/IdinInput.js +44 -0
- package/dist/models/IntegrationLaunchMethod.d.ts +1 -1
- package/dist/models/IntegrationLaunchMethod.js +1 -1
- package/dist/models/Language.d.ts +26 -0
- package/dist/models/Language.js +49 -0
- package/dist/models/ListProviderContractsResponse.d.ts +32 -0
- package/dist/models/ListProviderContractsResponse.js +47 -0
- package/dist/models/MobileIdInput.d.ts +44 -0
- package/dist/models/MobileIdInput.js +49 -0
- package/dist/models/ProviderContract.d.ts +146 -0
- package/dist/models/ProviderContract.js +103 -0
- package/dist/models/ProviderInfo.d.ts +0 -6
- package/dist/models/ProviderInfo.js +0 -2
- package/dist/models/ProviderInformation.d.ts +4 -4
- package/dist/models/ProviderInformation.js +1 -5
- package/dist/models/ProviderInput.d.ts +62 -16
- package/dist/models/ProviderInput.js +23 -5
- package/dist/models/RecommendRequest.d.ts +4 -27
- package/dist/models/RecommendRequest.js +3 -10
- package/dist/models/RecommendationInfo.d.ts +55 -0
- package/dist/models/RecommendationInfo.js +50 -0
- package/dist/models/ResultCollection.d.ts +8 -2
- package/dist/models/ResultCollection.js +3 -1
- package/dist/models/SmartIdInput.d.ts +31 -0
- package/dist/models/SmartIdInput.js +44 -0
- package/dist/models/SpidInput.d.ts +33 -0
- package/dist/models/SpidInput.js +44 -0
- package/dist/models/SubProviderMetadata.d.ts +54 -0
- package/dist/models/SubProviderMetadata.js +58 -0
- package/dist/models/TrinsicTestDatabaseLookupInput.d.ts +66 -0
- package/dist/models/TrinsicTestDatabaseLookupInput.js +50 -0
- package/dist/models/TrinsicTestSubProvidersInput.d.ts +35 -0
- package/dist/models/TrinsicTestSubProvidersInput.js +44 -0
- package/dist/models/index.d.ts +11 -3
- package/dist/models/index.js +11 -3
- package/package.json +1 -1
- package/src/apis/AttachmentsApi.ts +4 -4
- package/src/apis/NetworkApi.ts +58 -4
- package/src/apis/SessionsApi.ts +8 -8
- package/src/models/BrazilDigitalCnhInput.ts +8 -8
- package/src/models/CreateAdvancedProviderSessionRequest.ts +26 -26
- package/src/models/CreateHostedProviderSessionResponse.ts +24 -8
- package/src/models/CreateWidgetSessionRequest.ts +16 -15
- package/src/models/CreateWidgetSessionResponse.ts +22 -6
- package/src/models/IdentityData.ts +8 -0
- package/src/models/IdinInput.ts +62 -0
- package/src/models/IntegrationLaunchMethod.ts +1 -1
- package/src/models/Language.ts +51 -0
- package/src/models/ListProviderContractsResponse.ts +68 -0
- package/src/models/MobileIdInput.ts +85 -0
- package/src/models/ProviderContract.ts +235 -0
- package/src/models/ProviderInfo.ts +0 -8
- package/src/models/ProviderInformation.ts +4 -7
- package/src/models/ProviderInput.ts +128 -40
- package/src/models/RecommendRequest.ts +12 -37
- package/src/models/RecommendationInfo.ts +90 -0
- package/src/models/ResultCollection.ts +10 -3
- package/src/models/Session.ts +7 -7
- package/src/models/SmartIdInput.ts +60 -0
- package/src/models/SpidInput.ts +62 -0
- package/src/models/StepRefreshInfo.ts +2 -2
- package/src/models/SubProviderMetadata.ts +93 -0
- package/src/models/TrinsicTestDatabaseLookupInput.ts +101 -0
- package/src/models/TrinsicTestSubProvidersInput.ts +64 -0
- package/src/models/index.ts +11 -3
- package/dist/esm/models/KnownAddress.d.ts +0 -74
- package/dist/esm/models/KnownAddress.js +0 -52
- package/dist/esm/models/KnownIdentityData.d.ts +0 -34
- package/dist/esm/models/KnownIdentityData.js +0 -39
- package/dist/esm/models/KnownPersonData.d.ts +0 -74
- package/dist/esm/models/KnownPersonData.js +0 -53
- package/dist/models/KnownAddress.d.ts +0 -74
- package/dist/models/KnownAddress.js +0 -58
- package/dist/models/KnownIdentityData.d.ts +0 -34
- package/dist/models/KnownIdentityData.js +0 -45
- package/dist/models/KnownPersonData.d.ts +0 -74
- package/dist/models/KnownPersonData.js +0 -59
- package/src/models/KnownAddress.ts +0 -117
- package/src/models/KnownIdentityData.ts +0 -69
- package/src/models/KnownPersonData.ts +0 -123
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
* Information about a sub-provider.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SubProviderMetadata
|
|
20
|
+
*/
|
|
21
|
+
export interface SubProviderMetadata {
|
|
22
|
+
/**
|
|
23
|
+
* The ID of the sub-provider.
|
|
24
|
+
*
|
|
25
|
+
* This cannot be used as a standalone Provider ID when creating a Session. It must
|
|
26
|
+
* be passed in via the Provider-specific input.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SubProviderMetadata
|
|
29
|
+
*/
|
|
30
|
+
id: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the sub-provider
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SubProviderMetadata
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Flavor text for the sub-provider
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof SubProviderMetadata
|
|
41
|
+
*/
|
|
42
|
+
description: string;
|
|
43
|
+
/**
|
|
44
|
+
* A URL pointing to the logo on Trinsic's CDN.
|
|
45
|
+
*
|
|
46
|
+
* May be a PNG, JPG, or SVG image.
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof SubProviderMetadata
|
|
49
|
+
*/
|
|
50
|
+
logoUrl: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the SubProviderMetadata interface.
|
|
55
|
+
*/
|
|
56
|
+
export function instanceOfSubProviderMetadata(value: object): value is SubProviderMetadata {
|
|
57
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
58
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
59
|
+
if (!('description' in value) || value['description'] === undefined) return false;
|
|
60
|
+
if (!('logoUrl' in value) || value['logoUrl'] === undefined) return false;
|
|
61
|
+
return true;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function SubProviderMetadataFromJSON(json: any): SubProviderMetadata {
|
|
65
|
+
return SubProviderMetadataFromJSONTyped(json, false);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function SubProviderMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubProviderMetadata {
|
|
69
|
+
if (json == null) {
|
|
70
|
+
return json;
|
|
71
|
+
}
|
|
72
|
+
return {
|
|
73
|
+
|
|
74
|
+
'id': json['id'],
|
|
75
|
+
'name': json['name'],
|
|
76
|
+
'description': json['description'],
|
|
77
|
+
'logoUrl': json['logoUrl'],
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function SubProviderMetadataToJSON(value?: SubProviderMetadata | null): any {
|
|
82
|
+
if (value == null) {
|
|
83
|
+
return value;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
|
|
87
|
+
'id': value['id'],
|
|
88
|
+
'name': value['name'],
|
|
89
|
+
'description': value['description'],
|
|
90
|
+
'logoUrl': value['logoUrl'],
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface TrinsicTestDatabaseLookupInput
|
|
20
|
+
*/
|
|
21
|
+
export interface TrinsicTestDatabaseLookupInput {
|
|
22
|
+
/**
|
|
23
|
+
* The given name to use for the output of the test Session.
|
|
24
|
+
*
|
|
25
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
26
|
+
* from the user.
|
|
27
|
+
*
|
|
28
|
+
* Can be any non-empty value.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
31
|
+
*/
|
|
32
|
+
givenName?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
* The family name to use for the output of the test Session.
|
|
35
|
+
*
|
|
36
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
37
|
+
* from the user.
|
|
38
|
+
*
|
|
39
|
+
* Can be any non-empty value.
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
42
|
+
*/
|
|
43
|
+
familyName?: string | null;
|
|
44
|
+
/**
|
|
45
|
+
* A 6-digit code; must be "123456" for the Session to succeed.
|
|
46
|
+
*
|
|
47
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
48
|
+
* from the user.
|
|
49
|
+
*
|
|
50
|
+
* Any other value will cause the Session to fail.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
53
|
+
*/
|
|
54
|
+
identityCode?: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* An optional selfie image, base64-encoded.
|
|
57
|
+
*
|
|
58
|
+
* Will replace the existing test selfie attachment output if provided.
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
61
|
+
*/
|
|
62
|
+
selfieBase64?: string | null;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Check if a given object implements the TrinsicTestDatabaseLookupInput interface.
|
|
67
|
+
*/
|
|
68
|
+
export function instanceOfTrinsicTestDatabaseLookupInput(value: object): value is TrinsicTestDatabaseLookupInput {
|
|
69
|
+
return true;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function TrinsicTestDatabaseLookupInputFromJSON(json: any): TrinsicTestDatabaseLookupInput {
|
|
73
|
+
return TrinsicTestDatabaseLookupInputFromJSONTyped(json, false);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function TrinsicTestDatabaseLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestDatabaseLookupInput {
|
|
77
|
+
if (json == null) {
|
|
78
|
+
return json;
|
|
79
|
+
}
|
|
80
|
+
return {
|
|
81
|
+
|
|
82
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
83
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
84
|
+
'identityCode': json['identityCode'] == null ? undefined : json['identityCode'],
|
|
85
|
+
'selfieBase64': json['selfieBase64'] == null ? undefined : json['selfieBase64'],
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function TrinsicTestDatabaseLookupInputToJSON(value?: TrinsicTestDatabaseLookupInput | null): any {
|
|
90
|
+
if (value == null) {
|
|
91
|
+
return value;
|
|
92
|
+
}
|
|
93
|
+
return {
|
|
94
|
+
|
|
95
|
+
'givenName': value['givenName'],
|
|
96
|
+
'familyName': value['familyName'],
|
|
97
|
+
'identityCode': value['identityCode'],
|
|
98
|
+
'selfieBase64': value['selfieBase64'],
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface TrinsicTestSubProvidersInput
|
|
20
|
+
*/
|
|
21
|
+
export interface TrinsicTestSubProvidersInput {
|
|
22
|
+
/**
|
|
23
|
+
* The ID of the specific IDP to invoke within the test federated provider.
|
|
24
|
+
*
|
|
25
|
+
* Valid options are `sub-provider-a` and `sub-provider-b`.
|
|
26
|
+
*
|
|
27
|
+
* If not specified, the user will be prompted to select one.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof TrinsicTestSubProvidersInput
|
|
30
|
+
*/
|
|
31
|
+
subProviderId?: string | null;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Check if a given object implements the TrinsicTestSubProvidersInput interface.
|
|
36
|
+
*/
|
|
37
|
+
export function instanceOfTrinsicTestSubProvidersInput(value: object): value is TrinsicTestSubProvidersInput {
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export function TrinsicTestSubProvidersInputFromJSON(json: any): TrinsicTestSubProvidersInput {
|
|
42
|
+
return TrinsicTestSubProvidersInputFromJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function TrinsicTestSubProvidersInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestSubProvidersInput {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
|
|
51
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function TrinsicTestSubProvidersInputToJSON(value?: TrinsicTestSubProvidersInput | null): any {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
|
|
61
|
+
'subProviderId': value['subProviderId'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
package/src/models/index.ts
CHANGED
|
@@ -23,17 +23,18 @@ export * from './GetSessionResultRequest';
|
|
|
23
23
|
export * from './GetSessionResultResponse';
|
|
24
24
|
export * from './HttpValidationProblemDetails';
|
|
25
25
|
export * from './IdentityData';
|
|
26
|
+
export * from './IdinInput';
|
|
26
27
|
export * from './IndonesiaNikInput';
|
|
27
28
|
export * from './IntegrationCapability';
|
|
28
29
|
export * from './IntegrationLaunchMethod';
|
|
29
30
|
export * from './IntegrationStep';
|
|
30
31
|
export * from './KenyaNidInput';
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './KnownPersonData';
|
|
32
|
+
export * from './Language';
|
|
33
|
+
export * from './ListProviderContractsResponse';
|
|
34
34
|
export * from './ListProvidersResponse';
|
|
35
35
|
export * from './ListSessionsResponse';
|
|
36
36
|
export * from './MexicoCurpInput';
|
|
37
|
+
export * from './MobileIdInput';
|
|
37
38
|
export * from './NigeriaNinInput';
|
|
38
39
|
export * from './OrderDirection';
|
|
39
40
|
export * from './PersonData';
|
|
@@ -41,11 +42,13 @@ export * from './PhilippineMatchInput';
|
|
|
41
42
|
export * from './PhilippineQRInput';
|
|
42
43
|
export * from './ProblemDetails';
|
|
43
44
|
export * from './ProviderAttachments';
|
|
45
|
+
export * from './ProviderContract';
|
|
44
46
|
export * from './ProviderInfo';
|
|
45
47
|
export * from './ProviderInformation';
|
|
46
48
|
export * from './ProviderInput';
|
|
47
49
|
export * from './RecommendRequest';
|
|
48
50
|
export * from './RecommendResponse';
|
|
51
|
+
export * from './RecommendationInfo';
|
|
49
52
|
export * from './RefreshStepContentRequest';
|
|
50
53
|
export * from './RefreshStepContentResponse';
|
|
51
54
|
export * from './ResultCollection';
|
|
@@ -54,5 +57,10 @@ export * from './Session';
|
|
|
54
57
|
export * from './SessionErrorCode';
|
|
55
58
|
export * from './SessionOrdering';
|
|
56
59
|
export * from './Sex';
|
|
60
|
+
export * from './SmartIdInput';
|
|
57
61
|
export * from './SouthAfricaNidInput';
|
|
62
|
+
export * from './SpidInput';
|
|
58
63
|
export * from './StepRefreshInfo';
|
|
64
|
+
export * from './SubProviderMetadata';
|
|
65
|
+
export * from './TrinsicTestDatabaseLookupInput';
|
|
66
|
+
export * from './TrinsicTestSubProvidersInput';
|
|
@@ -1,74 +0,0 @@
|
|
|
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
|
-
* Address information for an individual
|
|
14
|
-
* @export
|
|
15
|
-
* @interface KnownAddress
|
|
16
|
-
*/
|
|
17
|
-
export interface KnownAddress {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof KnownAddress
|
|
22
|
-
*/
|
|
23
|
-
line1?: string | null;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof KnownAddress
|
|
28
|
-
*/
|
|
29
|
-
line2?: string | null;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof KnownAddress
|
|
34
|
-
*/
|
|
35
|
-
line3?: string | null;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof KnownAddress
|
|
40
|
-
*/
|
|
41
|
-
city?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof KnownAddress
|
|
46
|
-
*/
|
|
47
|
-
subdivision?: string | null;
|
|
48
|
-
/**
|
|
49
|
-
* Deprecated. Use `Subdivision` instead.
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof KnownAddress
|
|
52
|
-
* @deprecated
|
|
53
|
-
*/
|
|
54
|
-
state?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof KnownAddress
|
|
59
|
-
*/
|
|
60
|
-
postalCode?: string | null;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof KnownAddress
|
|
65
|
-
*/
|
|
66
|
-
country?: string | null;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Check if a given object implements the KnownAddress interface.
|
|
70
|
-
*/
|
|
71
|
-
export declare function instanceOfKnownAddress(value: object): value is KnownAddress;
|
|
72
|
-
export declare function KnownAddressFromJSON(json: any): KnownAddress;
|
|
73
|
-
export declare function KnownAddressFromJSONTyped(json: any, ignoreDiscriminator: boolean): KnownAddress;
|
|
74
|
-
export declare function KnownAddressToJSON(value?: KnownAddress | null): any;
|
|
@@ -1,52 +0,0 @@
|
|
|
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 KnownAddress interface.
|
|
16
|
-
*/
|
|
17
|
-
export function instanceOfKnownAddress(value) {
|
|
18
|
-
return true;
|
|
19
|
-
}
|
|
20
|
-
export function KnownAddressFromJSON(json) {
|
|
21
|
-
return KnownAddressFromJSONTyped(json, false);
|
|
22
|
-
}
|
|
23
|
-
export function KnownAddressFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if (json == null) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
return {
|
|
28
|
-
'line1': json['line1'] == null ? undefined : json['line1'],
|
|
29
|
-
'line2': json['line2'] == null ? undefined : json['line2'],
|
|
30
|
-
'line3': json['line3'] == null ? undefined : json['line3'],
|
|
31
|
-
'city': json['city'] == null ? undefined : json['city'],
|
|
32
|
-
'subdivision': json['subdivision'] == null ? undefined : json['subdivision'],
|
|
33
|
-
'state': json['state'] == null ? undefined : json['state'],
|
|
34
|
-
'postalCode': json['postalCode'] == null ? undefined : json['postalCode'],
|
|
35
|
-
'country': json['country'] == null ? undefined : json['country'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
export function KnownAddressToJSON(value) {
|
|
39
|
-
if (value == null) {
|
|
40
|
-
return value;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'line1': value['line1'],
|
|
44
|
-
'line2': value['line2'],
|
|
45
|
-
'line3': value['line3'],
|
|
46
|
-
'city': value['city'],
|
|
47
|
-
'subdivision': value['subdivision'],
|
|
48
|
-
'state': value['state'],
|
|
49
|
-
'postalCode': value['postalCode'],
|
|
50
|
-
'country': value['country'],
|
|
51
|
-
};
|
|
52
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
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 { KnownPersonData } from './KnownPersonData';
|
|
13
|
-
/**
|
|
14
|
-
* Known identity data of an individual being verified.
|
|
15
|
-
*
|
|
16
|
-
* Provide this to Trinsic during Session creation to enable improved identity provider selection recommendations.
|
|
17
|
-
* @export
|
|
18
|
-
* @interface KnownIdentityData
|
|
19
|
-
*/
|
|
20
|
-
export interface KnownIdentityData {
|
|
21
|
-
/**
|
|
22
|
-
* Known identity data specific to the person being verified
|
|
23
|
-
* @type {KnownPersonData}
|
|
24
|
-
* @memberof KnownIdentityData
|
|
25
|
-
*/
|
|
26
|
-
person?: KnownPersonData | null;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the KnownIdentityData interface.
|
|
30
|
-
*/
|
|
31
|
-
export declare function instanceOfKnownIdentityData(value: object): value is KnownIdentityData;
|
|
32
|
-
export declare function KnownIdentityDataFromJSON(json: any): KnownIdentityData;
|
|
33
|
-
export declare function KnownIdentityDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): KnownIdentityData;
|
|
34
|
-
export declare function KnownIdentityDataToJSON(value?: KnownIdentityData | null): any;
|
|
@@ -1,39 +0,0 @@
|
|
|
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 { KnownPersonDataFromJSON, KnownPersonDataToJSON, } from './KnownPersonData';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the KnownIdentityData interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfKnownIdentityData(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function KnownIdentityDataFromJSON(json) {
|
|
22
|
-
return KnownIdentityDataFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function KnownIdentityDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
-
if (json == null) {
|
|
26
|
-
return json;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
'person': json['person'] == null ? undefined : KnownPersonDataFromJSON(json['person']),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
export function KnownIdentityDataToJSON(value) {
|
|
33
|
-
if (value == null) {
|
|
34
|
-
return value;
|
|
35
|
-
}
|
|
36
|
-
return {
|
|
37
|
-
'person': KnownPersonDataToJSON(value['person']),
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
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 { KnownAddress } from './KnownAddress';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface KnownPersonData
|
|
17
|
-
*/
|
|
18
|
-
export interface KnownPersonData {
|
|
19
|
-
/**
|
|
20
|
-
* Given (first) name of the individual
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof KnownPersonData
|
|
23
|
-
*/
|
|
24
|
-
givenName?: string | null;
|
|
25
|
-
/**
|
|
26
|
-
* Family (last) name of the individual
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof KnownPersonData
|
|
29
|
-
*/
|
|
30
|
-
familyName?: string | null;
|
|
31
|
-
/**
|
|
32
|
-
* Middle name of the individual
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof KnownPersonData
|
|
35
|
-
*/
|
|
36
|
-
middleName?: string | null;
|
|
37
|
-
/**
|
|
38
|
-
* Full name of the individual.
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof KnownPersonData
|
|
41
|
-
*/
|
|
42
|
-
fullName?: string | null;
|
|
43
|
-
/**
|
|
44
|
-
* Suffix of the individual
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof KnownPersonData
|
|
47
|
-
*/
|
|
48
|
-
suffix?: string | null;
|
|
49
|
-
/**
|
|
50
|
-
* The phone number (with preceding + character and country code) of the individual being verified
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof KnownPersonData
|
|
53
|
-
*/
|
|
54
|
-
phoneNumber?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
* The address of the individual being verified
|
|
57
|
-
* @type {KnownAddress}
|
|
58
|
-
* @memberof KnownPersonData
|
|
59
|
-
*/
|
|
60
|
-
address?: KnownAddress | null;
|
|
61
|
-
/**
|
|
62
|
-
* Date of birth of the individual, in the format "YYYY-MM-DD"
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof KnownPersonData
|
|
65
|
-
*/
|
|
66
|
-
dateOfBirth?: string | null;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Check if a given object implements the KnownPersonData interface.
|
|
70
|
-
*/
|
|
71
|
-
export declare function instanceOfKnownPersonData(value: object): value is KnownPersonData;
|
|
72
|
-
export declare function KnownPersonDataFromJSON(json: any): KnownPersonData;
|
|
73
|
-
export declare function KnownPersonDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): KnownPersonData;
|
|
74
|
-
export declare function KnownPersonDataToJSON(value?: KnownPersonData | null): any;
|
|
@@ -1,53 +0,0 @@
|
|
|
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 { KnownAddressFromJSON, KnownAddressToJSON, } from './KnownAddress';
|
|
15
|
-
/**
|
|
16
|
-
* Check if a given object implements the KnownPersonData interface.
|
|
17
|
-
*/
|
|
18
|
-
export function instanceOfKnownPersonData(value) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
export function KnownPersonDataFromJSON(json) {
|
|
22
|
-
return KnownPersonDataFromJSONTyped(json, false);
|
|
23
|
-
}
|
|
24
|
-
export function KnownPersonDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
-
if (json == null) {
|
|
26
|
-
return json;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
30
|
-
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
31
|
-
'middleName': json['middleName'] == null ? undefined : json['middleName'],
|
|
32
|
-
'fullName': json['fullName'] == null ? undefined : json['fullName'],
|
|
33
|
-
'suffix': json['suffix'] == null ? undefined : json['suffix'],
|
|
34
|
-
'phoneNumber': json['phoneNumber'] == null ? undefined : json['phoneNumber'],
|
|
35
|
-
'address': json['address'] == null ? undefined : KnownAddressFromJSON(json['address']),
|
|
36
|
-
'dateOfBirth': json['dateOfBirth'] == null ? undefined : json['dateOfBirth'],
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
export function KnownPersonDataToJSON(value) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'givenName': value['givenName'],
|
|
45
|
-
'familyName': value['familyName'],
|
|
46
|
-
'middleName': value['middleName'],
|
|
47
|
-
'fullName': value['fullName'],
|
|
48
|
-
'suffix': value['suffix'],
|
|
49
|
-
'phoneNumber': value['phoneNumber'],
|
|
50
|
-
'address': KnownAddressToJSON(value['address']),
|
|
51
|
-
'dateOfBirth': value['dateOfBirth'],
|
|
52
|
-
};
|
|
53
|
-
}
|