@trinsic/api 2.0.0-alpha2 → 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 +16 -3
- package/dist/apis/AttachmentsApi.d.ts +4 -4
- package/dist/apis/AttachmentsApi.js +2 -2
- package/dist/apis/NetworkApi.d.ts +32 -9
- package/dist/apis/NetworkApi.js +38 -4
- 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 +32 -9
- package/dist/esm/apis/NetworkApi.js +39 -5
- package/dist/esm/apis/SessionsApi.d.ts +8 -8
- package/dist/esm/apis/SessionsApi.js +4 -4
- 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 +13 -1
- package/dist/esm/models/CreateHostedProviderSessionResponse.js +7 -1
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +8 -7
- 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/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 +10 -4
- 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/IndonesiaNikInput.d.ts +43 -0
- package/dist/esm/models/IndonesiaNikInput.js +48 -0
- package/dist/esm/models/IntegrationLaunchMethod.d.ts +1 -1
- package/dist/esm/models/IntegrationLaunchMethod.js +1 -1
- 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/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/MexicoCurpInput.d.ts +31 -0
- package/dist/esm/models/MexicoCurpInput.js +40 -0
- package/dist/esm/models/MobileIdInput.d.ts +44 -0
- package/dist/esm/models/MobileIdInput.js +43 -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/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 +95 -14
- package/dist/esm/models/ProviderInput.js +35 -2
- package/dist/esm/models/RecommendRequest.d.ts +4 -21
- package/dist/esm/models/RecommendRequest.js +3 -8
- package/dist/esm/models/RecommendationInfo.d.ts +55 -0
- package/dist/esm/models/RecommendationInfo.js +44 -0
- package/dist/esm/models/RefreshStepContentRequest.d.ts +1 -1
- package/dist/esm/models/ResultCollection.d.ts +8 -2
- package/dist/esm/models/ResultCollection.js +3 -1
- package/dist/esm/models/Session.d.ts +1 -1
- package/dist/esm/models/SmartIdInput.d.ts +31 -0
- package/dist/esm/models/SmartIdInput.js +38 -0
- package/dist/esm/models/SouthAfricaNidInput.d.ts +49 -0
- package/dist/esm/models/SouthAfricaNidInput.js +52 -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 +16 -3
- package/dist/esm/models/index.js +16 -3
- 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 +13 -1
- package/dist/models/CreateHostedProviderSessionResponse.js +7 -1
- package/dist/models/CreateWidgetSessionRequest.d.ts +8 -7
- 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/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 +10 -4
- 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/IndonesiaNikInput.d.ts +43 -0
- package/dist/models/IndonesiaNikInput.js +54 -0
- package/dist/models/IntegrationLaunchMethod.d.ts +1 -1
- package/dist/models/IntegrationLaunchMethod.js +1 -1
- 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/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/MexicoCurpInput.d.ts +31 -0
- package/dist/models/MexicoCurpInput.js +46 -0
- package/dist/models/MobileIdInput.d.ts +44 -0
- package/dist/models/MobileIdInput.js +49 -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/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 +95 -14
- package/dist/models/ProviderInput.js +35 -2
- package/dist/models/RecommendRequest.d.ts +4 -21
- package/dist/models/RecommendRequest.js +3 -8
- package/dist/models/RecommendationInfo.d.ts +55 -0
- package/dist/models/RecommendationInfo.js +50 -0
- package/dist/models/RefreshStepContentRequest.d.ts +1 -1
- package/dist/models/ResultCollection.d.ts +8 -2
- package/dist/models/ResultCollection.js +3 -1
- package/dist/models/Session.d.ts +1 -1
- package/dist/models/SmartIdInput.d.ts +31 -0
- package/dist/models/SmartIdInput.js +44 -0
- package/dist/models/SouthAfricaNidInput.d.ts +49 -0
- package/dist/models/SouthAfricaNidInput.js +58 -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 +16 -3
- package/dist/models/index.js +16 -3
- package/package.json +1 -1
- package/src/apis/AttachmentsApi.ts +4 -4
- package/src/apis/NetworkApi.ts +62 -8
- package/src/apis/SessionsApi.ts +8 -8
- 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 +11 -11
- package/src/models/CreateAdvancedProviderSessionRequest.ts +29 -29
- package/src/models/CreateHostedProviderSessionRequest.ts +1 -1
- package/src/models/CreateHostedProviderSessionResponse.ts +24 -8
- package/src/models/CreateWidgetSessionRequest.ts +18 -17
- package/src/models/CreateWidgetSessionResponse.ts +22 -6
- 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 +12 -4
- package/src/models/IdinInput.ts +62 -0
- package/src/models/IndonesiaNikInput.ts +79 -0
- package/src/models/IntegrationLaunchMethod.ts +1 -1
- package/src/models/IntegrationStep.ts +1 -1
- package/src/models/KenyaNidInput.ts +105 -0
- package/src/models/Language.ts +51 -0
- package/src/models/ListProviderContractsResponse.ts +68 -0
- package/src/models/MexicoCurpInput.ts +61 -0
- package/src/models/MobileIdInput.ts +85 -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/ProviderContract.ts +235 -0
- package/src/models/ProviderInfo.ts +0 -8
- package/src/models/ProviderInformation.ts +4 -7
- package/src/models/ProviderInput.ts +182 -24
- package/src/models/RecommendRequest.ts +12 -29
- package/src/models/RecommendationInfo.ts +90 -0
- package/src/models/RefreshStepContentRequest.ts +1 -1
- package/src/models/ResultCollection.ts +10 -3
- package/src/models/Session.ts +8 -8
- package/src/models/SmartIdInput.ts +60 -0
- package/src/models/SouthAfricaNidInput.ts +88 -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 +16 -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,38 @@
|
|
|
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 SpidInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSpidInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SpidInputFromJSON(json) {
|
|
21
|
+
return SpidInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SpidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function SpidInputToJSON(value) {
|
|
32
|
+
if (value == null) {
|
|
33
|
+
return value;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'subProviderId': value['subProviderId'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
* Information about a sub-provider.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SubProviderMetadata
|
|
16
|
+
*/
|
|
17
|
+
export interface SubProviderMetadata {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the sub-provider.
|
|
20
|
+
*
|
|
21
|
+
* This cannot be used as a standalone Provider ID when creating a Session. It must
|
|
22
|
+
* be passed in via the Provider-specific input.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof SubProviderMetadata
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the sub-provider
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SubProviderMetadata
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Flavor text for the sub-provider
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SubProviderMetadata
|
|
37
|
+
*/
|
|
38
|
+
description: string;
|
|
39
|
+
/**
|
|
40
|
+
* A URL pointing to the logo on Trinsic's CDN.
|
|
41
|
+
*
|
|
42
|
+
* May be a PNG, JPG, or SVG image.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubProviderMetadata
|
|
45
|
+
*/
|
|
46
|
+
logoUrl: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the SubProviderMetadata interface.
|
|
50
|
+
*/
|
|
51
|
+
export declare function instanceOfSubProviderMetadata(value: object): value is SubProviderMetadata;
|
|
52
|
+
export declare function SubProviderMetadataFromJSON(json: any): SubProviderMetadata;
|
|
53
|
+
export declare function SubProviderMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubProviderMetadata;
|
|
54
|
+
export declare function SubProviderMetadataToJSON(value?: SubProviderMetadata | null): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 SubProviderMetadata interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSubProviderMetadata(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('logoUrl' in value) || value['logoUrl'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
export function SubProviderMetadataFromJSON(json) {
|
|
29
|
+
return SubProviderMetadataFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
export function SubProviderMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'id': json['id'],
|
|
37
|
+
'name': json['name'],
|
|
38
|
+
'description': json['description'],
|
|
39
|
+
'logoUrl': json['logoUrl'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function SubProviderMetadataToJSON(value) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'id': value['id'],
|
|
48
|
+
'name': value['name'],
|
|
49
|
+
'description': value['description'],
|
|
50
|
+
'logoUrl': value['logoUrl'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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 TrinsicTestDatabaseLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface TrinsicTestDatabaseLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The given name to use for the output of the test Session.
|
|
20
|
+
*
|
|
21
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
22
|
+
* from the user.
|
|
23
|
+
*
|
|
24
|
+
* Can be any non-empty value.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
27
|
+
*/
|
|
28
|
+
givenName?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* The family name to use for the output of the test Session.
|
|
31
|
+
*
|
|
32
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
33
|
+
* from the user.
|
|
34
|
+
*
|
|
35
|
+
* Can be any non-empty value.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
38
|
+
*/
|
|
39
|
+
familyName?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* A 6-digit code; must be "123456" for the Session to succeed.
|
|
42
|
+
*
|
|
43
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
44
|
+
* from the user.
|
|
45
|
+
*
|
|
46
|
+
* Any other value will cause the Session to fail.
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
49
|
+
*/
|
|
50
|
+
identityCode?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
* An optional selfie image, base64-encoded.
|
|
53
|
+
*
|
|
54
|
+
* Will replace the existing test selfie attachment output if provided.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
57
|
+
*/
|
|
58
|
+
selfieBase64?: string | null;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Check if a given object implements the TrinsicTestDatabaseLookupInput interface.
|
|
62
|
+
*/
|
|
63
|
+
export declare function instanceOfTrinsicTestDatabaseLookupInput(value: object): value is TrinsicTestDatabaseLookupInput;
|
|
64
|
+
export declare function TrinsicTestDatabaseLookupInputFromJSON(json: any): TrinsicTestDatabaseLookupInput;
|
|
65
|
+
export declare function TrinsicTestDatabaseLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestDatabaseLookupInput;
|
|
66
|
+
export declare function TrinsicTestDatabaseLookupInputToJSON(value?: TrinsicTestDatabaseLookupInput | null): 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
|
+
/**
|
|
15
|
+
* Check if a given object implements the TrinsicTestDatabaseLookupInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfTrinsicTestDatabaseLookupInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function TrinsicTestDatabaseLookupInputFromJSON(json) {
|
|
21
|
+
return TrinsicTestDatabaseLookupInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function TrinsicTestDatabaseLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
29
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
30
|
+
'identityCode': json['identityCode'] == null ? undefined : json['identityCode'],
|
|
31
|
+
'selfieBase64': json['selfieBase64'] == null ? undefined : json['selfieBase64'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function TrinsicTestDatabaseLookupInputToJSON(value) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'givenName': value['givenName'],
|
|
40
|
+
'familyName': value['familyName'],
|
|
41
|
+
'identityCode': value['identityCode'],
|
|
42
|
+
'selfieBase64': value['selfieBase64'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 TrinsicTestSubProvidersInput
|
|
16
|
+
*/
|
|
17
|
+
export interface TrinsicTestSubProvidersInput {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the specific IDP to invoke within the test federated provider.
|
|
20
|
+
*
|
|
21
|
+
* Valid options are `sub-provider-a` and `sub-provider-b`.
|
|
22
|
+
*
|
|
23
|
+
* If not specified, the user will be prompted to select one.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TrinsicTestSubProvidersInput
|
|
26
|
+
*/
|
|
27
|
+
subProviderId?: string | null;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the TrinsicTestSubProvidersInput interface.
|
|
31
|
+
*/
|
|
32
|
+
export declare function instanceOfTrinsicTestSubProvidersInput(value: object): value is TrinsicTestSubProvidersInput;
|
|
33
|
+
export declare function TrinsicTestSubProvidersInputFromJSON(json: any): TrinsicTestSubProvidersInput;
|
|
34
|
+
export declare function TrinsicTestSubProvidersInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestSubProvidersInput;
|
|
35
|
+
export declare function TrinsicTestSubProvidersInputToJSON(value?: TrinsicTestSubProvidersInput | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 TrinsicTestSubProvidersInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfTrinsicTestSubProvidersInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function TrinsicTestSubProvidersInputFromJSON(json) {
|
|
21
|
+
return TrinsicTestSubProvidersInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function TrinsicTestSubProvidersInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function TrinsicTestSubProvidersInputToJSON(value) {
|
|
32
|
+
if (value == null) {
|
|
33
|
+
return value;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'subProviderId': value['subProviderId'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -21,25 +21,32 @@ export * from './GetSessionResultRequest';
|
|
|
21
21
|
export * from './GetSessionResultResponse';
|
|
22
22
|
export * from './HttpValidationProblemDetails';
|
|
23
23
|
export * from './IdentityData';
|
|
24
|
+
export * from './IdinInput';
|
|
25
|
+
export * from './IndonesiaNikInput';
|
|
24
26
|
export * from './IntegrationCapability';
|
|
25
27
|
export * from './IntegrationLaunchMethod';
|
|
26
28
|
export * from './IntegrationStep';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
29
|
+
export * from './KenyaNidInput';
|
|
30
|
+
export * from './Language';
|
|
31
|
+
export * from './ListProviderContractsResponse';
|
|
30
32
|
export * from './ListProvidersResponse';
|
|
31
33
|
export * from './ListSessionsResponse';
|
|
34
|
+
export * from './MexicoCurpInput';
|
|
35
|
+
export * from './MobileIdInput';
|
|
36
|
+
export * from './NigeriaNinInput';
|
|
32
37
|
export * from './OrderDirection';
|
|
33
38
|
export * from './PersonData';
|
|
34
39
|
export * from './PhilippineMatchInput';
|
|
35
40
|
export * from './PhilippineQRInput';
|
|
36
41
|
export * from './ProblemDetails';
|
|
37
42
|
export * from './ProviderAttachments';
|
|
43
|
+
export * from './ProviderContract';
|
|
38
44
|
export * from './ProviderInfo';
|
|
39
45
|
export * from './ProviderInformation';
|
|
40
46
|
export * from './ProviderInput';
|
|
41
47
|
export * from './RecommendRequest';
|
|
42
48
|
export * from './RecommendResponse';
|
|
49
|
+
export * from './RecommendationInfo';
|
|
43
50
|
export * from './RefreshStepContentRequest';
|
|
44
51
|
export * from './RefreshStepContentResponse';
|
|
45
52
|
export * from './ResultCollection';
|
|
@@ -48,4 +55,10 @@ export * from './Session';
|
|
|
48
55
|
export * from './SessionErrorCode';
|
|
49
56
|
export * from './SessionOrdering';
|
|
50
57
|
export * from './Sex';
|
|
58
|
+
export * from './SmartIdInput';
|
|
59
|
+
export * from './SouthAfricaNidInput';
|
|
60
|
+
export * from './SpidInput';
|
|
51
61
|
export * from './StepRefreshInfo';
|
|
62
|
+
export * from './SubProviderMetadata';
|
|
63
|
+
export * from './TrinsicTestDatabaseLookupInput';
|
|
64
|
+
export * from './TrinsicTestSubProvidersInput';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -23,25 +23,32 @@ export * from './GetSessionResultRequest';
|
|
|
23
23
|
export * from './GetSessionResultResponse';
|
|
24
24
|
export * from './HttpValidationProblemDetails';
|
|
25
25
|
export * from './IdentityData';
|
|
26
|
+
export * from './IdinInput';
|
|
27
|
+
export * from './IndonesiaNikInput';
|
|
26
28
|
export * from './IntegrationCapability';
|
|
27
29
|
export * from './IntegrationLaunchMethod';
|
|
28
30
|
export * from './IntegrationStep';
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
31
|
+
export * from './KenyaNidInput';
|
|
32
|
+
export * from './Language';
|
|
33
|
+
export * from './ListProviderContractsResponse';
|
|
32
34
|
export * from './ListProvidersResponse';
|
|
33
35
|
export * from './ListSessionsResponse';
|
|
36
|
+
export * from './MexicoCurpInput';
|
|
37
|
+
export * from './MobileIdInput';
|
|
38
|
+
export * from './NigeriaNinInput';
|
|
34
39
|
export * from './OrderDirection';
|
|
35
40
|
export * from './PersonData';
|
|
36
41
|
export * from './PhilippineMatchInput';
|
|
37
42
|
export * from './PhilippineQRInput';
|
|
38
43
|
export * from './ProblemDetails';
|
|
39
44
|
export * from './ProviderAttachments';
|
|
45
|
+
export * from './ProviderContract';
|
|
40
46
|
export * from './ProviderInfo';
|
|
41
47
|
export * from './ProviderInformation';
|
|
42
48
|
export * from './ProviderInput';
|
|
43
49
|
export * from './RecommendRequest';
|
|
44
50
|
export * from './RecommendResponse';
|
|
51
|
+
export * from './RecommendationInfo';
|
|
45
52
|
export * from './RefreshStepContentRequest';
|
|
46
53
|
export * from './RefreshStepContentResponse';
|
|
47
54
|
export * from './ResultCollection';
|
|
@@ -50,4 +57,10 @@ export * from './Session';
|
|
|
50
57
|
export * from './SessionErrorCode';
|
|
51
58
|
export * from './SessionOrdering';
|
|
52
59
|
export * from './Sex';
|
|
60
|
+
export * from './SmartIdInput';
|
|
61
|
+
export * from './SouthAfricaNidInput';
|
|
62
|
+
export * from './SpidInput';
|
|
53
63
|
export * from './StepRefreshInfo';
|
|
64
|
+
export * from './SubProviderMetadata';
|
|
65
|
+
export * from './TrinsicTestDatabaseLookupInput';
|
|
66
|
+
export * from './TrinsicTestSubProvidersInput';
|
|
@@ -20,13 +20,13 @@ export interface AadhaarInput {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AadhaarInput
|
|
22
22
|
*/
|
|
23
|
-
fullName?: string;
|
|
23
|
+
fullName?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
* The user's date of birth, in `YYYY-MM-DD` format
|
|
26
26
|
* @type {Date}
|
|
27
27
|
* @memberof AadhaarInput
|
|
28
28
|
*/
|
|
29
|
-
dateOfBirth?: Date;
|
|
29
|
+
dateOfBirth?: Date | null;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the AadhaarInput interface.
|
|
@@ -41,6 +41,6 @@ function AadhaarInputToJSON(value) {
|
|
|
41
41
|
}
|
|
42
42
|
return {
|
|
43
43
|
'fullName': value['fullName'],
|
|
44
|
-
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (
|
|
44
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
45
45
|
};
|
|
46
46
|
}
|
package/dist/models/Address.d.ts
CHANGED
|
@@ -20,49 +20,49 @@ export interface Address {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof Address
|
|
22
22
|
*/
|
|
23
|
-
line1?: string;
|
|
23
|
+
line1?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof Address
|
|
28
28
|
*/
|
|
29
|
-
line2?: string;
|
|
29
|
+
line2?: string | null;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof Address
|
|
34
34
|
*/
|
|
35
|
-
line3?: string;
|
|
35
|
+
line3?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof Address
|
|
40
40
|
*/
|
|
41
|
-
city?: string;
|
|
41
|
+
city?: string | null;
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof Address
|
|
46
46
|
*/
|
|
47
|
-
subdivision?: string;
|
|
47
|
+
subdivision?: string | null;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof Address
|
|
52
52
|
*/
|
|
53
|
-
postalCode?: string;
|
|
53
|
+
postalCode?: string | null;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof Address
|
|
58
58
|
*/
|
|
59
|
-
country?: string;
|
|
59
|
+
country?: string | null;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof Address
|
|
64
64
|
*/
|
|
65
|
-
fullAddress?: string;
|
|
65
|
+
fullAddress?: string | null;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Check if a given object implements the Address interface.
|
|
@@ -21,25 +21,25 @@ export interface AttachmentAccessKeys {
|
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof AttachmentAccessKeys
|
|
23
23
|
*/
|
|
24
|
-
selfie?: string;
|
|
24
|
+
selfie?: string | null;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof AttachmentAccessKeys
|
|
29
29
|
*/
|
|
30
|
-
documentFront?: string;
|
|
30
|
+
documentFront?: string | null;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof AttachmentAccessKeys
|
|
35
35
|
*/
|
|
36
|
-
documentBack?: string;
|
|
36
|
+
documentBack?: string | null;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof AttachmentAccessKeys
|
|
41
41
|
*/
|
|
42
|
-
documentPortrait?: string;
|
|
42
|
+
documentPortrait?: string | null;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {ProviderAttachments}
|
|
@@ -20,25 +20,25 @@ export interface BangladeshNationalIdInput {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof BangladeshNationalIdInput
|
|
22
22
|
*/
|
|
23
|
-
nationalIdNumber?: string;
|
|
23
|
+
nationalIdNumber?: string | null;
|
|
24
24
|
/**
|
|
25
25
|
* The user's date of birth, in `YYYY-MM-DD` format
|
|
26
26
|
* @type {Date}
|
|
27
27
|
* @memberof BangladeshNationalIdInput
|
|
28
28
|
*/
|
|
29
|
-
dateOfBirth?: Date;
|
|
29
|
+
dateOfBirth?: Date | null;
|
|
30
30
|
/**
|
|
31
31
|
* The user's full name
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof BangladeshNationalIdInput
|
|
34
34
|
*/
|
|
35
|
-
name?: string;
|
|
35
|
+
name?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
* The base64-encoded bytes of the photo collected from the user
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof BangladeshNationalIdInput
|
|
40
40
|
*/
|
|
41
|
-
photoBase64?: string;
|
|
41
|
+
photoBase64?: string | null;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* Check if a given object implements the BangladeshNationalIdInput interface.
|
|
@@ -43,7 +43,7 @@ function BangladeshNationalIdInputToJSON(value) {
|
|
|
43
43
|
}
|
|
44
44
|
return {
|
|
45
45
|
'nationalIdNumber': value['nationalIdNumber'],
|
|
46
|
-
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (
|
|
46
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
47
47
|
'name': value['name'],
|
|
48
48
|
'photoBase64': value['photoBase64'],
|
|
49
49
|
};
|
|
@@ -32,7 +32,7 @@ export interface BrazilDigitalCnhInput {
|
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof BrazilDigitalCnhInput
|
|
34
34
|
*/
|
|
35
|
-
digitalCnhFile?: string;
|
|
35
|
+
digitalCnhFile?: string | null;
|
|
36
36
|
/**
|
|
37
37
|
* The MIME Type of the file contained in `DigitalCnhFile`.
|
|
38
38
|
*
|
|
@@ -40,13 +40,13 @@ export interface BrazilDigitalCnhInput {
|
|
|
40
40
|
* @type {string}
|
|
41
41
|
* @memberof BrazilDigitalCnhInput
|
|
42
42
|
*/
|
|
43
|
-
digitalCnhFileContentType?: string;
|
|
43
|
+
digitalCnhFileContentType?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
* The raw bytes of the image of the user's face, collected for biometric comparison.
|
|
46
46
|
* @type {string}
|
|
47
47
|
* @memberof BrazilDigitalCnhInput
|
|
48
48
|
*/
|
|
49
|
-
facialBiometryPhoto?: string;
|
|
49
|
+
facialBiometryPhoto?: string | null;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* Check if a given object implements the BrazilDigitalCnhInput interface.
|
|
@@ -28,7 +28,7 @@ export interface CreateAdvancedProviderSessionRequest {
|
|
|
28
28
|
* @type {ProviderInput}
|
|
29
29
|
* @memberof CreateAdvancedProviderSessionRequest
|
|
30
30
|
*/
|
|
31
|
-
providerInput?: ProviderInput;
|
|
31
|
+
providerInput?: ProviderInput | null;
|
|
32
32
|
/**
|
|
33
33
|
* The Redirect URL to which the user should be sent after the session is complete.
|
|
34
34
|
*
|
|
@@ -36,7 +36,7 @@ export interface CreateAdvancedProviderSessionRequest {
|
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof CreateAdvancedProviderSessionRequest
|
|
38
38
|
*/
|
|
39
|
-
redirectUrl?: string;
|
|
39
|
+
redirectUrl?: string | null;
|
|
40
40
|
/**
|
|
41
41
|
* The list of capabilities your integration supports. Capabilities are the core of Trinsic's whitelabel-with-optional-fallback offering.
|
|
42
42
|
*
|
|
@@ -72,7 +72,7 @@ export interface CreateAdvancedProviderSessionRequest {
|
|
|
72
72
|
* @type {boolean}
|
|
73
73
|
* @memberof CreateAdvancedProviderSessionRequest
|
|
74
74
|
*/
|
|
75
|
-
fallbackToHostedUI?: boolean;
|
|
75
|
+
fallbackToHostedUI?: boolean | null;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Check if a given object implements the CreateAdvancedProviderSessionRequest interface.
|
|
@@ -33,7 +33,7 @@ export interface CreateHostedProviderSessionRequest {
|
|
|
33
33
|
* @type {ProviderInput}
|
|
34
34
|
* @memberof CreateHostedProviderSessionRequest
|
|
35
35
|
*/
|
|
36
|
-
providerInput?: ProviderInput;
|
|
36
|
+
providerInput?: ProviderInput | null;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the CreateHostedProviderSessionRequest interface.
|
|
@@ -32,7 +32,19 @@ export interface CreateHostedProviderSessionResponse {
|
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof CreateHostedProviderSessionResponse
|
|
34
34
|
*/
|
|
35
|
-
launchUrl
|
|
35
|
+
launchUrl: string;
|
|
36
|
+
/**
|
|
37
|
+
* The `resultsAccessKey` for the Acceptance Session.
|
|
38
|
+
*
|
|
39
|
+
* This is an encrypted payload which contains the decryption key necessary to access the Session's Data Vault.
|
|
40
|
+
*
|
|
41
|
+
* Save this securely in your systems; it must be passed back with any API call which requires access to the Session's Data Vault.
|
|
42
|
+
*
|
|
43
|
+
* Trinsic cannot access a Session's Data Vault without this key.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof CreateHostedProviderSessionResponse
|
|
46
|
+
*/
|
|
47
|
+
resultsAccessKey: string;
|
|
36
48
|
}
|
|
37
49
|
/**
|
|
38
50
|
* Check if a given object implements the CreateHostedProviderSessionResponse interface.
|