@trinsic/api 2.2.0 → 2.3.0-alpha1
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 -0
- package/dist/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
- package/dist/apis/EnvironmentRedirectUrisApi.js +145 -0
- package/dist/apis/VerificationProfilesApi.d.ts +117 -0
- package/dist/apis/VerificationProfilesApi.js +183 -0
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/esm/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
- package/dist/esm/apis/EnvironmentRedirectUrisApi.js +141 -0
- package/dist/esm/apis/VerificationProfilesApi.d.ts +117 -0
- package/dist/esm/apis/VerificationProfilesApi.js +179 -0
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.js +2 -0
- package/dist/esm/models/AddRedirectUriResponse.d.ts +32 -0
- package/dist/esm/models/AddRedirectUriResponse.js +43 -0
- package/dist/esm/models/ContractField.d.ts +7 -0
- package/dist/esm/models/ContractField.js +4 -0
- package/dist/esm/models/ContractIdentifierField.d.ts +45 -0
- package/dist/esm/models/ContractIdentifierField.js +52 -0
- package/dist/esm/models/CreateVerificationProfileResponse.d.ts +32 -0
- package/dist/esm/models/CreateVerificationProfileResponse.js +43 -0
- package/dist/esm/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
- package/dist/esm/models/EnvironmentRedirectUrisAddRequest.js +43 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +35 -0
- package/dist/esm/models/FaydaProviderOutput.js +41 -0
- package/dist/esm/models/Identifier.d.ts +44 -0
- package/dist/esm/models/Identifier.js +51 -0
- package/dist/esm/models/IdentityData.d.ts +14 -0
- package/dist/esm/models/IdentityData.js +8 -0
- package/dist/esm/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
- package/dist/esm/models/ListEnvironmentRedirectUrisResponse.js +48 -0
- package/dist/esm/models/ListVerificationProfilesResponse.d.ts +39 -0
- package/dist/esm/models/ListVerificationProfilesResponse.js +48 -0
- package/dist/esm/models/MexicoCurpProviderOutput.d.ts +44 -0
- package/dist/esm/models/MexicoCurpProviderOutput.js +41 -0
- package/dist/esm/models/ProviderContract.d.ts +7 -0
- package/dist/esm/models/ProviderContract.js +3 -0
- package/dist/esm/models/ProviderOutput.d.ts +47 -0
- package/dist/esm/models/ProviderOutput.js +48 -0
- package/dist/esm/models/RedirectUriResponse.d.ts +38 -0
- package/dist/esm/models/RedirectUriResponse.js +47 -0
- package/dist/esm/models/SpidBillingInformation.d.ts +48 -0
- package/dist/esm/models/SpidBillingInformation.js +51 -0
- package/dist/esm/models/SpidInput.d.ts +11 -0
- package/dist/esm/models/SpidInput.js +2 -0
- package/dist/esm/models/SpidProviderOutput.d.ts +62 -0
- package/dist/esm/models/SpidProviderOutput.js +50 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +62 -0
- package/dist/esm/models/VerificationProfileResponse.js +63 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/models/AddRedirectUriResponse.d.ts +32 -0
- package/dist/models/AddRedirectUriResponse.js +50 -0
- package/dist/models/ContractField.d.ts +7 -0
- package/dist/models/ContractField.js +4 -0
- package/dist/models/ContractIdentifierField.d.ts +45 -0
- package/dist/models/ContractIdentifierField.js +59 -0
- package/dist/models/CreateVerificationProfileResponse.d.ts +32 -0
- package/dist/models/CreateVerificationProfileResponse.js +50 -0
- package/dist/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
- package/dist/models/EnvironmentRedirectUrisAddRequest.js +50 -0
- package/dist/models/FaydaProviderOutput.d.ts +35 -0
- package/dist/models/FaydaProviderOutput.js +48 -0
- package/dist/models/Identifier.d.ts +44 -0
- package/dist/models/Identifier.js +58 -0
- package/dist/models/IdentityData.d.ts +14 -0
- package/dist/models/IdentityData.js +8 -0
- package/dist/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
- package/dist/models/ListEnvironmentRedirectUrisResponse.js +55 -0
- package/dist/models/ListVerificationProfilesResponse.d.ts +39 -0
- package/dist/models/ListVerificationProfilesResponse.js +55 -0
- package/dist/models/MexicoCurpProviderOutput.d.ts +44 -0
- package/dist/models/MexicoCurpProviderOutput.js +48 -0
- package/dist/models/ProviderContract.d.ts +7 -0
- package/dist/models/ProviderContract.js +3 -0
- package/dist/models/ProviderOutput.d.ts +47 -0
- package/dist/models/ProviderOutput.js +55 -0
- package/dist/models/RedirectUriResponse.d.ts +38 -0
- package/dist/models/RedirectUriResponse.js +54 -0
- package/dist/models/SpidBillingInformation.d.ts +48 -0
- package/dist/models/SpidBillingInformation.js +58 -0
- package/dist/models/SpidInput.d.ts +11 -0
- package/dist/models/SpidInput.js +2 -0
- package/dist/models/SpidProviderOutput.d.ts +62 -0
- package/dist/models/SpidProviderOutput.js +57 -0
- package/dist/models/VerificationProfileResponse.d.ts +62 -0
- package/dist/models/VerificationProfileResponse.js +70 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/package.json +1 -1
- package/src/apis/EnvironmentRedirectUrisApi.ts +235 -0
- package/src/apis/VerificationProfilesApi.ts +294 -0
- package/src/apis/index.ts +2 -0
- package/src/models/AddRedirectUriResponse.ts +66 -0
- package/src/models/ContractField.ts +10 -0
- package/src/models/ContractIdentifierField.ts +94 -0
- package/src/models/CreateVerificationProfileResponse.ts +66 -0
- package/src/models/EnvironmentRedirectUrisAddRequest.ts +66 -0
- package/src/models/FaydaProviderOutput.ts +68 -0
- package/src/models/Identifier.ts +84 -0
- package/src/models/IdentityData.ts +31 -0
- package/src/models/ListEnvironmentRedirectUrisResponse.ts +83 -0
- package/src/models/ListVerificationProfilesResponse.ts +83 -0
- package/src/models/MexicoCurpProviderOutput.ts +77 -0
- package/src/models/ProviderContract.ts +15 -0
- package/src/models/ProviderOutput.ts +103 -0
- package/src/models/RedirectUriResponse.ts +75 -0
- package/src/models/SpidBillingInformation.ts +88 -0
- package/src/models/SpidInput.ts +13 -0
- package/src/models/SpidProviderOutput.ts +110 -0
- package/src/models/VerificationProfileResponse.ts +111 -0
- package/src/models/index.ts +14 -0
|
@@ -0,0 +1,63 @@
|
|
|
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 VerificationProfileResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVerificationProfileResponse(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('alias' in value) || value['alias'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('brandName' in value) || value['brandName'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('logoUrl' in value) || value['logoUrl'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('primaryColor' in value) || value['primaryColor'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('enabledProviders' in value) || value['enabledProviders'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
export function VerificationProfileResponseFromJSON(json) {
|
|
33
|
+
return VerificationProfileResponseFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function VerificationProfileResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'id': json['id'],
|
|
41
|
+
'alias': json['alias'],
|
|
42
|
+
'brandName': json['brandName'],
|
|
43
|
+
'logoUrl': json['logoUrl'],
|
|
44
|
+
'primaryColor': json['primaryColor'],
|
|
45
|
+
'enabledProviders': json['enabledProviders'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export function VerificationProfileResponseToJSON(json) {
|
|
49
|
+
return VerificationProfileResponseToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
export function VerificationProfileResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'id': value['id'],
|
|
57
|
+
'alias': value['alias'],
|
|
58
|
+
'brandName': value['brandName'],
|
|
59
|
+
'logoUrl': value['logoUrl'],
|
|
60
|
+
'primaryColor': value['primaryColor'],
|
|
61
|
+
'enabledProviders': value['enabledProviders'],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './AadhaarInput';
|
|
2
|
+
export * from './AddRedirectUriResponse';
|
|
2
3
|
export * from './Address';
|
|
3
4
|
export * from './AppleWalletInput';
|
|
4
5
|
export * from './AttachmentAccessKeys';
|
|
@@ -7,18 +8,22 @@ export * from './BrazilCpfCheckInput';
|
|
|
7
8
|
export * from './BrazilDigitalCnhInput';
|
|
8
9
|
export * from './CancelSessionResponse';
|
|
9
10
|
export * from './ContractField';
|
|
11
|
+
export * from './ContractIdentifierField';
|
|
10
12
|
export * from './CreateDirectProviderSessionRequest';
|
|
11
13
|
export * from './CreateDirectProviderSessionResponse';
|
|
12
14
|
export * from './CreateHostedProviderSessionRequest';
|
|
13
15
|
export * from './CreateHostedProviderSessionResponse';
|
|
14
16
|
export * from './CreateMdlExchangeRequest';
|
|
15
17
|
export * from './CreateMdlExchangeResponse';
|
|
18
|
+
export * from './CreateVerificationProfileResponse';
|
|
16
19
|
export * from './CreateWidgetSessionRequest';
|
|
17
20
|
export * from './CreateWidgetSessionResponse';
|
|
18
21
|
export * from './DocumentData';
|
|
19
22
|
export * from './DocumentScanAttachments';
|
|
20
23
|
export * from './DocumentType';
|
|
24
|
+
export * from './EnvironmentRedirectUrisAddRequest';
|
|
21
25
|
export * from './ExternalMdlFieldData';
|
|
26
|
+
export * from './FaydaProviderOutput';
|
|
22
27
|
export * from './FieldAvailability';
|
|
23
28
|
export * from './FinalizeMdlExchangeRequest';
|
|
24
29
|
export * from './FinalizeMdlExchangeResponse';
|
|
@@ -29,6 +34,7 @@ export * from './GetSessionResultRequest';
|
|
|
29
34
|
export * from './GetSessionResultResponse';
|
|
30
35
|
export * from './GoogleWalletInput';
|
|
31
36
|
export * from './HttpValidationProblemDetails';
|
|
37
|
+
export * from './Identifier';
|
|
32
38
|
export * from './IdentityData';
|
|
33
39
|
export * from './IdinInput';
|
|
34
40
|
export * from './IndonesiaDukcapilMatchInput';
|
|
@@ -38,9 +44,11 @@ export * from './IntegrationLaunchMethod';
|
|
|
38
44
|
export * from './IntegrationStep';
|
|
39
45
|
export * from './KenyaNidInput';
|
|
40
46
|
export * from './Language';
|
|
47
|
+
export * from './ListEnvironmentRedirectUrisResponse';
|
|
41
48
|
export * from './ListProviderContractsResponse';
|
|
42
49
|
export * from './ListProvidersResponse';
|
|
43
50
|
export * from './ListSessionsResponse';
|
|
51
|
+
export * from './ListVerificationProfilesResponse';
|
|
44
52
|
export * from './Match';
|
|
45
53
|
export * from './MatchData';
|
|
46
54
|
export * from './MdlCertificateData';
|
|
@@ -48,6 +56,7 @@ export * from './MdlExchangeMechanism';
|
|
|
48
56
|
export * from './MdlFieldDataType';
|
|
49
57
|
export * from './MdlIdentityData';
|
|
50
58
|
export * from './MexicoCurpInput';
|
|
59
|
+
export * from './MexicoCurpProviderOutput';
|
|
51
60
|
export * from './MobileIdInput';
|
|
52
61
|
export * from './NigeriaNinInput';
|
|
53
62
|
export * from './OrderDirection';
|
|
@@ -61,9 +70,11 @@ export * from './ProviderHealth';
|
|
|
61
70
|
export * from './ProviderInfo';
|
|
62
71
|
export * from './ProviderInformation';
|
|
63
72
|
export * from './ProviderInput';
|
|
73
|
+
export * from './ProviderOutput';
|
|
64
74
|
export * from './RecommendRequest';
|
|
65
75
|
export * from './RecommendResponse';
|
|
66
76
|
export * from './RecommendationInfo';
|
|
77
|
+
export * from './RedirectUriResponse';
|
|
67
78
|
export * from './RefreshStepContentRequest';
|
|
68
79
|
export * from './RefreshStepContentResponse';
|
|
69
80
|
export * from './ResultCollection';
|
|
@@ -74,10 +85,13 @@ export * from './SessionOrdering';
|
|
|
74
85
|
export * from './Sex';
|
|
75
86
|
export * from './SmartIdInput';
|
|
76
87
|
export * from './SouthAfricaNidInput';
|
|
88
|
+
export * from './SpidBillingInformation';
|
|
77
89
|
export * from './SpidInput';
|
|
90
|
+
export * from './SpidProviderOutput';
|
|
78
91
|
export * from './StepRefreshInfo';
|
|
79
92
|
export * from './SubProviderMetadata';
|
|
80
93
|
export * from './SubmitNativeChallengeResponseRequest';
|
|
81
94
|
export * from './SubmitNativeChallengeResponseResponse';
|
|
82
95
|
export * from './TrinsicTestDatabaseLookupInput';
|
|
83
96
|
export * from './TrinsicTestSubProvidersInput';
|
|
97
|
+
export * from './VerificationProfileResponse';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export * from './AadhaarInput';
|
|
4
|
+
export * from './AddRedirectUriResponse';
|
|
4
5
|
export * from './Address';
|
|
5
6
|
export * from './AppleWalletInput';
|
|
6
7
|
export * from './AttachmentAccessKeys';
|
|
@@ -9,18 +10,22 @@ export * from './BrazilCpfCheckInput';
|
|
|
9
10
|
export * from './BrazilDigitalCnhInput';
|
|
10
11
|
export * from './CancelSessionResponse';
|
|
11
12
|
export * from './ContractField';
|
|
13
|
+
export * from './ContractIdentifierField';
|
|
12
14
|
export * from './CreateDirectProviderSessionRequest';
|
|
13
15
|
export * from './CreateDirectProviderSessionResponse';
|
|
14
16
|
export * from './CreateHostedProviderSessionRequest';
|
|
15
17
|
export * from './CreateHostedProviderSessionResponse';
|
|
16
18
|
export * from './CreateMdlExchangeRequest';
|
|
17
19
|
export * from './CreateMdlExchangeResponse';
|
|
20
|
+
export * from './CreateVerificationProfileResponse';
|
|
18
21
|
export * from './CreateWidgetSessionRequest';
|
|
19
22
|
export * from './CreateWidgetSessionResponse';
|
|
20
23
|
export * from './DocumentData';
|
|
21
24
|
export * from './DocumentScanAttachments';
|
|
22
25
|
export * from './DocumentType';
|
|
26
|
+
export * from './EnvironmentRedirectUrisAddRequest';
|
|
23
27
|
export * from './ExternalMdlFieldData';
|
|
28
|
+
export * from './FaydaProviderOutput';
|
|
24
29
|
export * from './FieldAvailability';
|
|
25
30
|
export * from './FinalizeMdlExchangeRequest';
|
|
26
31
|
export * from './FinalizeMdlExchangeResponse';
|
|
@@ -31,6 +36,7 @@ export * from './GetSessionResultRequest';
|
|
|
31
36
|
export * from './GetSessionResultResponse';
|
|
32
37
|
export * from './GoogleWalletInput';
|
|
33
38
|
export * from './HttpValidationProblemDetails';
|
|
39
|
+
export * from './Identifier';
|
|
34
40
|
export * from './IdentityData';
|
|
35
41
|
export * from './IdinInput';
|
|
36
42
|
export * from './IndonesiaDukcapilMatchInput';
|
|
@@ -40,9 +46,11 @@ export * from './IntegrationLaunchMethod';
|
|
|
40
46
|
export * from './IntegrationStep';
|
|
41
47
|
export * from './KenyaNidInput';
|
|
42
48
|
export * from './Language';
|
|
49
|
+
export * from './ListEnvironmentRedirectUrisResponse';
|
|
43
50
|
export * from './ListProviderContractsResponse';
|
|
44
51
|
export * from './ListProvidersResponse';
|
|
45
52
|
export * from './ListSessionsResponse';
|
|
53
|
+
export * from './ListVerificationProfilesResponse';
|
|
46
54
|
export * from './Match';
|
|
47
55
|
export * from './MatchData';
|
|
48
56
|
export * from './MdlCertificateData';
|
|
@@ -50,6 +58,7 @@ export * from './MdlExchangeMechanism';
|
|
|
50
58
|
export * from './MdlFieldDataType';
|
|
51
59
|
export * from './MdlIdentityData';
|
|
52
60
|
export * from './MexicoCurpInput';
|
|
61
|
+
export * from './MexicoCurpProviderOutput';
|
|
53
62
|
export * from './MobileIdInput';
|
|
54
63
|
export * from './NigeriaNinInput';
|
|
55
64
|
export * from './OrderDirection';
|
|
@@ -63,9 +72,11 @@ export * from './ProviderHealth';
|
|
|
63
72
|
export * from './ProviderInfo';
|
|
64
73
|
export * from './ProviderInformation';
|
|
65
74
|
export * from './ProviderInput';
|
|
75
|
+
export * from './ProviderOutput';
|
|
66
76
|
export * from './RecommendRequest';
|
|
67
77
|
export * from './RecommendResponse';
|
|
68
78
|
export * from './RecommendationInfo';
|
|
79
|
+
export * from './RedirectUriResponse';
|
|
69
80
|
export * from './RefreshStepContentRequest';
|
|
70
81
|
export * from './RefreshStepContentResponse';
|
|
71
82
|
export * from './ResultCollection';
|
|
@@ -76,10 +87,13 @@ export * from './SessionOrdering';
|
|
|
76
87
|
export * from './Sex';
|
|
77
88
|
export * from './SmartIdInput';
|
|
78
89
|
export * from './SouthAfricaNidInput';
|
|
90
|
+
export * from './SpidBillingInformation';
|
|
79
91
|
export * from './SpidInput';
|
|
92
|
+
export * from './SpidProviderOutput';
|
|
80
93
|
export * from './StepRefreshInfo';
|
|
81
94
|
export * from './SubProviderMetadata';
|
|
82
95
|
export * from './SubmitNativeChallengeResponseRequest';
|
|
83
96
|
export * from './SubmitNativeChallengeResponseResponse';
|
|
84
97
|
export * from './TrinsicTestDatabaseLookupInput';
|
|
85
98
|
export * from './TrinsicTestSubProvidersInput';
|
|
99
|
+
export * from './VerificationProfileResponse';
|
|
@@ -0,0 +1,32 @@
|
|
|
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 AddRedirectUriResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface AddRedirectUriResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AddRedirectUriResponse
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the AddRedirectUriResponse interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfAddRedirectUriResponse(value: object): value is AddRedirectUriResponse;
|
|
29
|
+
export declare function AddRedirectUriResponseFromJSON(json: any): AddRedirectUriResponse;
|
|
30
|
+
export declare function AddRedirectUriResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AddRedirectUriResponse;
|
|
31
|
+
export declare function AddRedirectUriResponseToJSON(json: any): AddRedirectUriResponse;
|
|
32
|
+
export declare function AddRedirectUriResponseToJSONTyped(value?: AddRedirectUriResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfAddRedirectUriResponse = instanceOfAddRedirectUriResponse;
|
|
17
|
+
exports.AddRedirectUriResponseFromJSON = AddRedirectUriResponseFromJSON;
|
|
18
|
+
exports.AddRedirectUriResponseFromJSONTyped = AddRedirectUriResponseFromJSONTyped;
|
|
19
|
+
exports.AddRedirectUriResponseToJSON = AddRedirectUriResponseToJSON;
|
|
20
|
+
exports.AddRedirectUriResponseToJSONTyped = AddRedirectUriResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AddRedirectUriResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAddRedirectUriResponse(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function AddRedirectUriResponseFromJSON(json) {
|
|
30
|
+
return AddRedirectUriResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function AddRedirectUriResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'id': json['id'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function AddRedirectUriResponseToJSON(json) {
|
|
41
|
+
return AddRedirectUriResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function AddRedirectUriResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -20,8 +20,15 @@ export interface ContractField {
|
|
|
20
20
|
* The name of the field as it appears in verification results.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ContractField
|
|
23
|
+
* @deprecated
|
|
23
24
|
*/
|
|
24
25
|
name: string;
|
|
26
|
+
/**
|
|
27
|
+
* The scope of the field as it appears in verification results.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof ContractField
|
|
30
|
+
*/
|
|
31
|
+
scope: string;
|
|
25
32
|
/**
|
|
26
33
|
* Indicates when this field will be present in verification results.
|
|
27
34
|
* @type {FieldAvailability}
|
|
@@ -25,6 +25,8 @@ const FieldAvailability_1 = require("./FieldAvailability");
|
|
|
25
25
|
function instanceOfContractField(value) {
|
|
26
26
|
if (!('name' in value) || value['name'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
+
if (!('scope' in value) || value['scope'] === undefined)
|
|
29
|
+
return false;
|
|
28
30
|
if (!('outputted' in value) || value['outputted'] === undefined)
|
|
29
31
|
return false;
|
|
30
32
|
return true;
|
|
@@ -38,6 +40,7 @@ function ContractFieldFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
40
|
}
|
|
39
41
|
return {
|
|
40
42
|
'name': json['name'],
|
|
43
|
+
'scope': json['scope'],
|
|
41
44
|
'outputted': (0, FieldAvailability_1.FieldAvailabilityFromJSON)(json['outputted']),
|
|
42
45
|
};
|
|
43
46
|
}
|
|
@@ -50,6 +53,7 @@ function ContractFieldToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
50
53
|
}
|
|
51
54
|
return {
|
|
52
55
|
'name': value['name'],
|
|
56
|
+
'scope': value['scope'],
|
|
53
57
|
'outputted': (0, FieldAvailability_1.FieldAvailabilityToJSON)(value['outputted']),
|
|
54
58
|
};
|
|
55
59
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { FieldAvailability } from './FieldAvailability';
|
|
13
|
+
/**
|
|
14
|
+
* Information about an identifier a Provider returns in verification results.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ContractIdentifierField
|
|
17
|
+
*/
|
|
18
|
+
export interface ContractIdentifierField {
|
|
19
|
+
/**
|
|
20
|
+
* The scope of the identifier as it appears in verification results.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ContractIdentifierField
|
|
23
|
+
*/
|
|
24
|
+
scope: string;
|
|
25
|
+
/**
|
|
26
|
+
* Indicates when this field will be present in verification results.
|
|
27
|
+
* @type {FieldAvailability}
|
|
28
|
+
* @memberof ContractIdentifierField
|
|
29
|
+
*/
|
|
30
|
+
outputted: FieldAvailability;
|
|
31
|
+
/**
|
|
32
|
+
* A human-readable description of the identifier, written by Trinsic.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ContractIdentifierField
|
|
35
|
+
*/
|
|
36
|
+
description: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ContractIdentifierField interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfContractIdentifierField(value: object): value is ContractIdentifierField;
|
|
42
|
+
export declare function ContractIdentifierFieldFromJSON(json: any): ContractIdentifierField;
|
|
43
|
+
export declare function ContractIdentifierFieldFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContractIdentifierField;
|
|
44
|
+
export declare function ContractIdentifierFieldToJSON(json: any): ContractIdentifierField;
|
|
45
|
+
export declare function ContractIdentifierFieldToJSONTyped(value?: ContractIdentifierField | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,59 @@
|
|
|
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.instanceOfContractIdentifierField = instanceOfContractIdentifierField;
|
|
17
|
+
exports.ContractIdentifierFieldFromJSON = ContractIdentifierFieldFromJSON;
|
|
18
|
+
exports.ContractIdentifierFieldFromJSONTyped = ContractIdentifierFieldFromJSONTyped;
|
|
19
|
+
exports.ContractIdentifierFieldToJSON = ContractIdentifierFieldToJSON;
|
|
20
|
+
exports.ContractIdentifierFieldToJSONTyped = ContractIdentifierFieldToJSONTyped;
|
|
21
|
+
const FieldAvailability_1 = require("./FieldAvailability");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ContractIdentifierField interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfContractIdentifierField(value) {
|
|
26
|
+
if (!('scope' in value) || value['scope'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('outputted' in value) || value['outputted'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function ContractIdentifierFieldFromJSON(json) {
|
|
35
|
+
return ContractIdentifierFieldFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function ContractIdentifierFieldFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'scope': json['scope'],
|
|
43
|
+
'outputted': (0, FieldAvailability_1.FieldAvailabilityFromJSON)(json['outputted']),
|
|
44
|
+
'description': json['description'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function ContractIdentifierFieldToJSON(json) {
|
|
48
|
+
return ContractIdentifierFieldToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function ContractIdentifierFieldToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'scope': value['scope'],
|
|
56
|
+
'outputted': (0, FieldAvailability_1.FieldAvailabilityToJSON)(value['outputted']),
|
|
57
|
+
'description': value['description'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 CreateVerificationProfileResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateVerificationProfileResponse {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the verification profile
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateVerificationProfileResponse
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the CreateVerificationProfileResponse interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfCreateVerificationProfileResponse(value: object): value is CreateVerificationProfileResponse;
|
|
29
|
+
export declare function CreateVerificationProfileResponseFromJSON(json: any): CreateVerificationProfileResponse;
|
|
30
|
+
export declare function CreateVerificationProfileResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateVerificationProfileResponse;
|
|
31
|
+
export declare function CreateVerificationProfileResponseToJSON(json: any): CreateVerificationProfileResponse;
|
|
32
|
+
export declare function CreateVerificationProfileResponseToJSONTyped(value?: CreateVerificationProfileResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfCreateVerificationProfileResponse = instanceOfCreateVerificationProfileResponse;
|
|
17
|
+
exports.CreateVerificationProfileResponseFromJSON = CreateVerificationProfileResponseFromJSON;
|
|
18
|
+
exports.CreateVerificationProfileResponseFromJSONTyped = CreateVerificationProfileResponseFromJSONTyped;
|
|
19
|
+
exports.CreateVerificationProfileResponseToJSON = CreateVerificationProfileResponseToJSON;
|
|
20
|
+
exports.CreateVerificationProfileResponseToJSONTyped = CreateVerificationProfileResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CreateVerificationProfileResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCreateVerificationProfileResponse(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function CreateVerificationProfileResponseFromJSON(json) {
|
|
30
|
+
return CreateVerificationProfileResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function CreateVerificationProfileResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'id': json['id'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function CreateVerificationProfileResponseToJSON(json) {
|
|
41
|
+
return CreateVerificationProfileResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function CreateVerificationProfileResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 EnvironmentRedirectUrisAddRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface EnvironmentRedirectUrisAddRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EnvironmentRedirectUrisAddRequest
|
|
22
|
+
*/
|
|
23
|
+
uri: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the EnvironmentRedirectUrisAddRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfEnvironmentRedirectUrisAddRequest(value: object): value is EnvironmentRedirectUrisAddRequest;
|
|
29
|
+
export declare function EnvironmentRedirectUrisAddRequestFromJSON(json: any): EnvironmentRedirectUrisAddRequest;
|
|
30
|
+
export declare function EnvironmentRedirectUrisAddRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EnvironmentRedirectUrisAddRequest;
|
|
31
|
+
export declare function EnvironmentRedirectUrisAddRequestToJSON(json: any): EnvironmentRedirectUrisAddRequest;
|
|
32
|
+
export declare function EnvironmentRedirectUrisAddRequestToJSONTyped(value?: EnvironmentRedirectUrisAddRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfEnvironmentRedirectUrisAddRequest = instanceOfEnvironmentRedirectUrisAddRequest;
|
|
17
|
+
exports.EnvironmentRedirectUrisAddRequestFromJSON = EnvironmentRedirectUrisAddRequestFromJSON;
|
|
18
|
+
exports.EnvironmentRedirectUrisAddRequestFromJSONTyped = EnvironmentRedirectUrisAddRequestFromJSONTyped;
|
|
19
|
+
exports.EnvironmentRedirectUrisAddRequestToJSON = EnvironmentRedirectUrisAddRequestToJSON;
|
|
20
|
+
exports.EnvironmentRedirectUrisAddRequestToJSONTyped = EnvironmentRedirectUrisAddRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the EnvironmentRedirectUrisAddRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfEnvironmentRedirectUrisAddRequest(value) {
|
|
25
|
+
if (!('uri' in value) || value['uri'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function EnvironmentRedirectUrisAddRequestFromJSON(json) {
|
|
30
|
+
return EnvironmentRedirectUrisAddRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function EnvironmentRedirectUrisAddRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'uri': json['uri'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function EnvironmentRedirectUrisAddRequestToJSON(json) {
|
|
41
|
+
return EnvironmentRedirectUrisAddRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function EnvironmentRedirectUrisAddRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'uri': value['uri'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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 FaydaProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface FaydaProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* A unique eKYC identifying token used to match the original eKYC token received from the provider when the user was initially registered.
|
|
20
|
+
*
|
|
21
|
+
* Since Fayda does not return identifying data, it is the responsibility of the relying party to keep the unique user token received from Fayda when
|
|
22
|
+
* the user was initially registered to do a comparison of the subs to verify that it is the same person.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof FaydaProviderOutput
|
|
25
|
+
*/
|
|
26
|
+
sub?: string | null;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the FaydaProviderOutput interface.
|
|
30
|
+
*/
|
|
31
|
+
export declare function instanceOfFaydaProviderOutput(value: object): value is FaydaProviderOutput;
|
|
32
|
+
export declare function FaydaProviderOutputFromJSON(json: any): FaydaProviderOutput;
|
|
33
|
+
export declare function FaydaProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): FaydaProviderOutput;
|
|
34
|
+
export declare function FaydaProviderOutputToJSON(json: any): FaydaProviderOutput;
|
|
35
|
+
export declare function FaydaProviderOutputToJSONTyped(value?: FaydaProviderOutput | null, ignoreDiscriminator?: boolean): any;
|