@meeco/svx-api-sdk 1.0.0-develop.20230901133029.648bf91 → 1.0.0-develop.20230914124325.546f9f7
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 +13 -5
- package/lib/esm/apis/ConnectionsApi.js +5 -2
- package/lib/esm/apis/OrganisationsApi.js +5 -2
- package/lib/esm/apis/SecurityRightsApi.js +5 -2
- package/lib/esm/apis/TenantsApi.js +5 -2
- package/lib/esm/apis/VerifiablePresentationsApi.js +49 -4
- package/lib/esm/models/{VaultMeta.js → ATOMGenesisRequest.js} +9 -12
- package/lib/esm/models/AttachmentsFolderResponse.js +3 -2
- package/lib/esm/models/ClassificationNodesResponse.js +3 -3
- package/lib/esm/models/ClientTaskQueueResponse.js +3 -2
- package/lib/esm/models/ConnectionsResponse.js +3 -2
- package/lib/esm/models/DelegationInvitationsResponse.js +3 -2
- package/lib/esm/models/EventActivityFeedResponse.js +3 -3
- package/lib/esm/models/EventFeedResponse.js +3 -3
- package/lib/esm/models/InvitationsResponse.js +3 -2
- package/lib/esm/models/ItemTemplatesResponse.js +3 -2
- package/lib/esm/models/ItemsResponse.js +3 -2
- package/lib/esm/models/SharesIncomingResponse.js +3 -2
- package/lib/esm/models/SharesOutgoingResponse.js +3 -2
- package/lib/esm/models/ShreIntentListResponse.js +3 -2
- package/lib/esm/models/VCCreateCredentialTypeDto.js +2 -0
- package/lib/esm/models/VCCredentialTypeModelDto.js +3 -0
- package/lib/esm/models/VCCredentialTypeModelDtoSchema.js +3 -0
- package/lib/esm/models/VCCredentialTypeSchemaDto.js +3 -0
- package/lib/esm/models/VCCredentialVerificationResultResponseDto.js +3 -3
- package/lib/esm/models/{VCErrorResponseModel.js → VCErrorResponseDto.js} +6 -6
- package/lib/esm/models/{VCErrorsResponseModelDto.js → VCErrorsResponseDto.js} +9 -9
- package/lib/esm/models/VCIdTokenVerificationOptionsDto.js +52 -0
- package/lib/esm/models/{VCPresentationResponseVerificationResultResponseDto.js → VCIdTokenVerificationResultResponseDto.js} +10 -10
- package/lib/esm/models/VCOldPresentationRequestResponseVerificationResultResponseDto.js +61 -0
- package/lib/esm/models/VCPresentationDefinitionToSchemaModel.js +6 -0
- package/lib/esm/models/VCPresentationRequestResponseVerificationOptionsDto.js +58 -0
- package/lib/esm/models/VCPresentationRequestResponseVerificationResultResponseDto.js +73 -0
- package/lib/esm/models/VCPresentationRequestSubmissionModelDto.js +3 -3
- package/lib/esm/models/VCPresentationRequestSubmissionModelDtoVerificationResult.js +39 -0
- package/lib/esm/models/VCPresentationRequestUpdateSubmissionDto.js +3 -3
- package/lib/esm/models/VCPresentationRequestUpdateVerificationResultRequestDto.js +73 -0
- package/lib/esm/models/VCPresentationRequestVerificationResultResponseDto.js +3 -3
- package/lib/esm/models/VCPresentationVerificationOptionsDto.js +52 -0
- package/lib/esm/models/VCPresentationVerificationResultResponseDto.js +3 -3
- package/lib/esm/models/VCRequestVerificationOptionsDto.js +51 -0
- package/lib/esm/models/VCUpdateCredentialTypeDto.js +2 -0
- package/lib/esm/models/VCVerifyPresentationRequestResponsePayloadDto.js +4 -0
- package/lib/esm/models/VaultCollectionReport.js +67 -0
- package/lib/esm/models/index.js +13 -5
- package/lib/types/apis/ConnectionsApi.d.ts +2 -1
- package/lib/types/apis/OrganisationsApi.d.ts +2 -1
- package/lib/types/apis/SecurityRightsApi.d.ts +2 -1
- package/lib/types/apis/TenantsApi.d.ts +2 -1
- package/lib/types/apis/VerifiablePresentationsApi.d.ts +20 -5
- package/lib/types/models/ATOMGenesisRequest.d.ts +31 -0
- package/lib/types/models/AttachmentsFolderResponse.d.ts +3 -2
- package/lib/types/models/ClassificationNodesResponse.d.ts +3 -3
- package/lib/types/models/ClientTaskQueueResponse.d.ts +3 -2
- package/lib/types/models/ConnectionsResponse.d.ts +3 -2
- package/lib/types/models/DelegationInvitationsResponse.d.ts +3 -2
- package/lib/types/models/EventActivityFeedResponse.d.ts +3 -3
- package/lib/types/models/EventFeedResponse.d.ts +3 -3
- package/lib/types/models/InvitationsResponse.d.ts +3 -2
- package/lib/types/models/ItemTemplatesResponse.d.ts +3 -2
- package/lib/types/models/ItemsResponse.d.ts +3 -2
- package/lib/types/models/SharesIncomingResponse.d.ts +3 -2
- package/lib/types/models/SharesOutgoingResponse.d.ts +3 -2
- package/lib/types/models/ShreIntentListResponse.d.ts +3 -2
- package/lib/types/models/VCCreateCredentialTypeDto.d.ts +6 -0
- package/lib/types/models/VCCredentialTypeModelDto.d.ts +6 -0
- package/lib/types/models/VCCredentialTypeModelDtoSchema.d.ts +6 -0
- package/lib/types/models/VCCredentialTypeSchemaDto.d.ts +6 -0
- package/lib/types/models/VCCredentialVerificationResultResponseDto.d.ts +2 -2
- package/lib/types/models/VCErrorResponseDto.d.ts +61 -0
- package/lib/types/models/VCErrorsResponseDto.d.ts +32 -0
- package/lib/types/models/VCIdTokenVerificationOptionsDto.d.ts +41 -0
- package/lib/types/models/VCIdTokenVerificationResultResponseDto.d.ts +56 -0
- package/lib/types/models/VCOldPresentationRequestResponseVerificationResultResponseDto.d.ts +56 -0
- package/lib/types/models/VCPresentationDefinitionToSchemaModel.d.ts +12 -0
- package/lib/types/models/VCPresentationRequestResponseVerificationOptionsDto.d.ts +59 -0
- package/lib/types/models/VCPresentationRequestResponseVerificationResultResponseDto.d.ts +77 -0
- package/lib/types/models/VCPresentationRequestSubmissionModelDto.d.ts +3 -3
- package/lib/types/models/VCPresentationRequestSubmissionModelDtoVerificationResult.d.ts +22 -0
- package/lib/types/models/VCPresentationRequestUpdateSubmissionDto.d.ts +3 -3
- package/lib/types/models/VCPresentationRequestUpdateVerificationResultRequestDto.d.ts +77 -0
- package/lib/types/models/VCPresentationRequestVerificationResultResponseDto.d.ts +2 -2
- package/lib/types/models/VCPresentationVerificationOptionsDto.d.ts +41 -0
- package/lib/types/models/VCPresentationVerificationResultResponseDto.d.ts +2 -2
- package/lib/types/models/VCRequestVerificationOptionsDto.d.ts +40 -0
- package/lib/types/models/VCUpdateCredentialTypeDto.d.ts +6 -0
- package/lib/types/models/VCVerifyPresentationRequestResponsePayloadDto.d.ts +7 -0
- package/lib/types/models/VaultCollectionReport.d.ts +79 -0
- package/lib/types/models/index.d.ts +13 -5
- package/lib/umd/apis/ConnectionsApi.js +5 -2
- package/lib/umd/apis/OrganisationsApi.js +5 -2
- package/lib/umd/apis/SecurityRightsApi.js +5 -2
- package/lib/umd/apis/TenantsApi.js +5 -2
- package/lib/umd/apis/VerifiablePresentationsApi.js +48 -3
- package/lib/umd/models/ATOMGenesisRequest.js +50 -0
- package/lib/umd/models/AttachmentsFolderResponse.js +3 -2
- package/lib/umd/models/ClassificationNodesResponse.js +3 -3
- package/lib/umd/models/ClientTaskQueueResponse.js +3 -2
- package/lib/umd/models/ConnectionsResponse.js +3 -2
- package/lib/umd/models/DelegationInvitationsResponse.js +3 -2
- package/lib/umd/models/EventActivityFeedResponse.js +3 -3
- package/lib/umd/models/EventFeedResponse.js +3 -3
- package/lib/umd/models/InvitationsResponse.js +3 -2
- package/lib/umd/models/ItemTemplatesResponse.js +3 -2
- package/lib/umd/models/ItemsResponse.js +3 -2
- package/lib/umd/models/SharesIncomingResponse.js +3 -2
- package/lib/umd/models/SharesOutgoingResponse.js +3 -2
- package/lib/umd/models/ShreIntentListResponse.js +3 -2
- package/lib/umd/models/VCCreateCredentialTypeDto.js +2 -0
- package/lib/umd/models/VCCredentialTypeModelDto.js +3 -0
- package/lib/umd/models/VCCredentialTypeModelDtoSchema.js +3 -0
- package/lib/umd/models/VCCredentialTypeSchemaDto.js +3 -0
- package/lib/umd/models/VCCredentialVerificationResultResponseDto.js +3 -3
- package/lib/umd/models/{VCErrorResponseModel.js → VCErrorResponseDto.js} +11 -11
- package/lib/umd/models/VCErrorsResponseDto.js +51 -0
- package/lib/umd/models/VCIdTokenVerificationOptionsDto.js +59 -0
- package/lib/umd/models/{VCPresentationResponseVerificationResultResponseDto.js → VCIdTokenVerificationResultResponseDto.js} +15 -15
- package/lib/umd/models/VCOldPresentationRequestResponseVerificationResultResponseDto.js +68 -0
- package/lib/umd/models/VCPresentationDefinitionToSchemaModel.js +6 -0
- package/lib/umd/models/VCPresentationRequestResponseVerificationOptionsDto.js +65 -0
- package/lib/umd/models/VCPresentationRequestResponseVerificationResultResponseDto.js +80 -0
- package/lib/umd/models/VCPresentationRequestSubmissionModelDto.js +3 -3
- package/lib/umd/models/VCPresentationRequestSubmissionModelDtoVerificationResult.js +45 -0
- package/lib/umd/models/VCPresentationRequestUpdateSubmissionDto.js +3 -3
- package/lib/umd/models/VCPresentationRequestUpdateVerificationResultRequestDto.js +80 -0
- package/lib/umd/models/VCPresentationRequestVerificationResultResponseDto.js +3 -3
- package/lib/umd/models/VCPresentationVerificationOptionsDto.js +59 -0
- package/lib/umd/models/VCPresentationVerificationResultResponseDto.js +3 -3
- package/lib/umd/models/VCRequestVerificationOptionsDto.js +58 -0
- package/lib/umd/models/VCUpdateCredentialTypeDto.js +2 -0
- package/lib/umd/models/VCVerifyPresentationRequestResponsePayloadDto.js +4 -0
- package/lib/umd/models/VaultCollectionReport.js +74 -0
- package/lib/umd/models/index.js +13 -5
- package/package.json +1 -1
- package/lib/esm/models/VCPresentationRequestUpdateVerificationResultDto.js +0 -60
- package/lib/types/models/VCErrorResponseModel.d.ts +0 -61
- package/lib/types/models/VCErrorsResponseModelDto.d.ts +0 -32
- package/lib/types/models/VCPresentationRequestUpdateVerificationResultDto.d.ts +0 -55
- package/lib/types/models/VCPresentationResponseVerificationResultResponseDto.d.ts +0 -56
- package/lib/types/models/VaultMeta.d.ts +0 -37
- package/lib/umd/models/VCErrorsResponseModelDto.js +0 -51
- package/lib/umd/models/VCPresentationRequestUpdateVerificationResultDto.js +0 -67
- package/lib/umd/models/VaultMeta.js +0 -53
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultConnection } from './VaultConnection';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -24,10 +25,10 @@ export interface ConnectionsResponse {
|
|
|
24
25
|
connections: Array<VaultConnection>;
|
|
25
26
|
/**
|
|
26
27
|
*
|
|
27
|
-
* @type {
|
|
28
|
+
* @type {VaultCollectionReport}
|
|
28
29
|
* @memberof ConnectionsResponse
|
|
29
30
|
*/
|
|
30
|
-
meta:
|
|
31
|
+
meta: VaultCollectionReport;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
34
|
* @type {string}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultDelegationInvitation } from './VaultDelegationInvitation';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -30,10 +31,10 @@ export interface DelegationInvitationsResponse {
|
|
|
30
31
|
delegation_invitations: Array<VaultDelegationInvitation>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof DelegationInvitationsResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the DelegationInvitationsResponse interface.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultActivity } from './VaultActivity';
|
|
13
|
-
import type {
|
|
13
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -31,10 +31,10 @@ export interface EventActivityFeedResponse {
|
|
|
31
31
|
activities: Array<VaultActivity>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
35
35
|
* @memberof EventActivityFeedResponse
|
|
36
36
|
*/
|
|
37
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the EventActivityFeedResponse interface.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -30,10 +30,10 @@ export interface EventFeedResponse {
|
|
|
30
30
|
events: Array<object>;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {VaultCollectionReport}
|
|
34
34
|
* @memberof EventFeedResponse
|
|
35
35
|
*/
|
|
36
|
-
meta:
|
|
36
|
+
meta: VaultCollectionReport;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Check if a given object implements the EventFeedResponse interface.
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultInvitation } from './VaultInvitation';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -30,10 +31,10 @@ export interface InvitationsResponse {
|
|
|
30
31
|
invitations: Array<VaultInvitation>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof InvitationsResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the InvitationsResponse interface.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultAttachment } from './VaultAttachment';
|
|
13
13
|
import type { VaultClassificationNode } from './VaultClassificationNode';
|
|
14
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
14
15
|
import type { VaultItemTemplate } from './VaultItemTemplate';
|
|
15
16
|
import type { VaultSlot } from './VaultSlot';
|
|
16
17
|
import type { VaultThumbnail } from './VaultThumbnail';
|
|
@@ -58,10 +59,10 @@ export interface ItemTemplatesResponse {
|
|
|
58
59
|
item_templates: Array<VaultItemTemplate>;
|
|
59
60
|
/**
|
|
60
61
|
*
|
|
61
|
-
* @type {
|
|
62
|
+
* @type {VaultCollectionReport}
|
|
62
63
|
* @memberof ItemTemplatesResponse
|
|
63
64
|
*/
|
|
64
|
-
meta:
|
|
65
|
+
meta: VaultCollectionReport;
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Check if a given object implements the ItemTemplatesResponse interface.
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultAttachment } from './VaultAttachment';
|
|
13
13
|
import type { VaultClassificationNode } from './VaultClassificationNode';
|
|
14
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
14
15
|
import type { VaultItem } from './VaultItem';
|
|
15
16
|
import type { VaultSlot } from './VaultSlot';
|
|
16
17
|
import type { VaultThumbnail } from './VaultThumbnail';
|
|
@@ -58,10 +59,10 @@ export interface ItemsResponse {
|
|
|
58
59
|
items: Array<VaultItem>;
|
|
59
60
|
/**
|
|
60
61
|
*
|
|
61
|
-
* @type {
|
|
62
|
+
* @type {VaultCollectionReport}
|
|
62
63
|
* @memberof ItemsResponse
|
|
63
64
|
*/
|
|
64
|
-
meta:
|
|
65
|
+
meta: VaultCollectionReport;
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Check if a given object implements the ItemsResponse interface.
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultShare } from './VaultShare';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -30,10 +31,10 @@ export interface SharesIncomingResponse {
|
|
|
30
31
|
shares: Array<VaultShare>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof SharesIncomingResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the SharesIncomingResponse interface.
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultShare } from './VaultShare';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -30,10 +31,10 @@ export interface SharesOutgoingResponse {
|
|
|
30
31
|
shares: Array<VaultShare>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof SharesOutgoingResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the SharesOutgoingResponse interface.
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
12
13
|
import type { VaultShareIntent } from './VaultShareIntent';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
@@ -30,10 +31,10 @@ export interface ShreIntentListResponse {
|
|
|
30
31
|
share_intents: Array<VaultShareIntent>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof ShreIntentListResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the ShreIntentListResponse interface.
|
|
@@ -23,6 +23,12 @@ export interface VCCreateCredentialTypeDto {
|
|
|
23
23
|
* @memberof VCCreateCredentialTypeDto
|
|
24
24
|
*/
|
|
25
25
|
name: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<string>}
|
|
29
|
+
* @memberof VCCreateCredentialTypeDto
|
|
30
|
+
*/
|
|
31
|
+
type?: Array<string>;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {string}
|
|
@@ -27,6 +27,12 @@ export interface VCCredentialTypeModelDtoSchema {
|
|
|
27
27
|
* @memberof VCCredentialTypeModelDtoSchema
|
|
28
28
|
*/
|
|
29
29
|
schema_url: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VCCredentialTypeModelDtoSchema
|
|
34
|
+
*/
|
|
35
|
+
name: string;
|
|
30
36
|
}
|
|
31
37
|
/**
|
|
32
38
|
* Check if a given object implements the VCCredentialTypeModelDtoSchema interface.
|
|
@@ -27,6 +27,12 @@ export interface VCCredentialTypeSchemaDto {
|
|
|
27
27
|
* @memberof VCCredentialTypeSchemaDto
|
|
28
28
|
*/
|
|
29
29
|
schema_url: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof VCCredentialTypeSchemaDto
|
|
34
|
+
*/
|
|
35
|
+
name: string;
|
|
30
36
|
}
|
|
31
37
|
/**
|
|
32
38
|
* Check if a given object implements the VCCredentialTypeSchemaDto interface.
|
|
@@ -45,12 +45,12 @@ export interface VCCredentialVerificationResultResponseDto {
|
|
|
45
45
|
* @export
|
|
46
46
|
*/
|
|
47
47
|
export declare const VCCredentialVerificationResultResponseDtoChecksEnum: {
|
|
48
|
-
readonly Signature: "signature";
|
|
49
48
|
readonly Format: "format";
|
|
49
|
+
readonly Signature: "signature";
|
|
50
50
|
readonly Expiration: "expiration";
|
|
51
|
+
readonly Nonce: "nonce";
|
|
51
52
|
readonly Schema: "schema";
|
|
52
53
|
readonly RevocationStatus: "revocation_status";
|
|
53
|
-
readonly ResponseMatchRequest: "response_match_request";
|
|
54
54
|
};
|
|
55
55
|
export type VCCredentialVerificationResultResponseDtoChecksEnum = typeof VCCredentialVerificationResultResponseDtoChecksEnum[keyof typeof VCCredentialVerificationResultResponseDtoChecksEnum];
|
|
56
56
|
/**
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 VCErrorResponseDto
|
|
16
|
+
*/
|
|
17
|
+
export interface VCErrorResponseDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VCErrorResponseDto
|
|
22
|
+
*/
|
|
23
|
+
error: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @memberof VCErrorResponseDto
|
|
28
|
+
*/
|
|
29
|
+
message: object;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof VCErrorResponseDto
|
|
34
|
+
*/
|
|
35
|
+
http_code: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {object}
|
|
39
|
+
* @memberof VCErrorResponseDto
|
|
40
|
+
*/
|
|
41
|
+
extra_info: object;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof VCErrorResponseDto
|
|
46
|
+
*/
|
|
47
|
+
requested_language: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof VCErrorResponseDto
|
|
52
|
+
*/
|
|
53
|
+
message_in_requested_language: boolean;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the VCErrorResponseDto interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfVCErrorResponseDto(value: object): boolean;
|
|
59
|
+
export declare function VCErrorResponseDtoFromJSON(json: any): VCErrorResponseDto;
|
|
60
|
+
export declare function VCErrorResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCErrorResponseDto;
|
|
61
|
+
export declare function VCErrorResponseDtoToJSON(value?: VCErrorResponseDto | null): any;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 { VCErrorResponseDto } from './VCErrorResponseDto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VCErrorsResponseDto
|
|
17
|
+
*/
|
|
18
|
+
export interface VCErrorsResponseDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<VCErrorResponseDto>}
|
|
22
|
+
* @memberof VCErrorsResponseDto
|
|
23
|
+
*/
|
|
24
|
+
errors: Array<VCErrorResponseDto>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the VCErrorsResponseDto interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfVCErrorsResponseDto(value: object): boolean;
|
|
30
|
+
export declare function VCErrorsResponseDtoFromJSON(json: any): VCErrorsResponseDto;
|
|
31
|
+
export declare function VCErrorsResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCErrorsResponseDto;
|
|
32
|
+
export declare function VCErrorsResponseDtoToJSON(value?: VCErrorsResponseDto | null): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 VCIdTokenVerificationOptionsDto
|
|
16
|
+
*/
|
|
17
|
+
export interface VCIdTokenVerificationOptionsDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof VCIdTokenVerificationOptionsDto
|
|
22
|
+
*/
|
|
23
|
+
checks?: Array<VCIdTokenVerificationOptionsDtoChecksEnum>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const VCIdTokenVerificationOptionsDtoChecksEnum: {
|
|
29
|
+
readonly Format: "format";
|
|
30
|
+
readonly Signature: "signature";
|
|
31
|
+
readonly Expiration: "expiration";
|
|
32
|
+
readonly Nonce: "nonce";
|
|
33
|
+
};
|
|
34
|
+
export type VCIdTokenVerificationOptionsDtoChecksEnum = typeof VCIdTokenVerificationOptionsDtoChecksEnum[keyof typeof VCIdTokenVerificationOptionsDtoChecksEnum];
|
|
35
|
+
/**
|
|
36
|
+
* Check if a given object implements the VCIdTokenVerificationOptionsDto interface.
|
|
37
|
+
*/
|
|
38
|
+
export declare function instanceOfVCIdTokenVerificationOptionsDto(value: object): boolean;
|
|
39
|
+
export declare function VCIdTokenVerificationOptionsDtoFromJSON(json: any): VCIdTokenVerificationOptionsDto;
|
|
40
|
+
export declare function VCIdTokenVerificationOptionsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCIdTokenVerificationOptionsDto;
|
|
41
|
+
export declare function VCIdTokenVerificationOptionsDtoToJSON(value?: VCIdTokenVerificationOptionsDto | null): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 { VCVerificationCheckResponseDto } from './VCVerificationCheckResponseDto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VCIdTokenVerificationResultResponseDto
|
|
17
|
+
*/
|
|
18
|
+
export interface VCIdTokenVerificationResultResponseDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof VCIdTokenVerificationResultResponseDto
|
|
23
|
+
*/
|
|
24
|
+
checks: Array<VCIdTokenVerificationResultResponseDtoChecksEnum>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<VCVerificationCheckResponseDto>}
|
|
28
|
+
* @memberof VCIdTokenVerificationResultResponseDto
|
|
29
|
+
*/
|
|
30
|
+
warnings: Array<VCVerificationCheckResponseDto>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<VCVerificationCheckResponseDto>}
|
|
34
|
+
* @memberof VCIdTokenVerificationResultResponseDto
|
|
35
|
+
*/
|
|
36
|
+
errors: Array<VCVerificationCheckResponseDto>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const VCIdTokenVerificationResultResponseDtoChecksEnum: {
|
|
42
|
+
readonly Format: "format";
|
|
43
|
+
readonly Signature: "signature";
|
|
44
|
+
readonly Expiration: "expiration";
|
|
45
|
+
readonly Nonce: "nonce";
|
|
46
|
+
readonly Schema: "schema";
|
|
47
|
+
readonly RevocationStatus: "revocation_status";
|
|
48
|
+
};
|
|
49
|
+
export type VCIdTokenVerificationResultResponseDtoChecksEnum = typeof VCIdTokenVerificationResultResponseDtoChecksEnum[keyof typeof VCIdTokenVerificationResultResponseDtoChecksEnum];
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the VCIdTokenVerificationResultResponseDto interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfVCIdTokenVerificationResultResponseDto(value: object): boolean;
|
|
54
|
+
export declare function VCIdTokenVerificationResultResponseDtoFromJSON(json: any): VCIdTokenVerificationResultResponseDto;
|
|
55
|
+
export declare function VCIdTokenVerificationResultResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCIdTokenVerificationResultResponseDto;
|
|
56
|
+
export declare function VCIdTokenVerificationResultResponseDtoToJSON(value?: VCIdTokenVerificationResultResponseDto | null): any;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 { VCVerificationCheckResponseDto } from './VCVerificationCheckResponseDto';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VCOldPresentationRequestResponseVerificationResultResponseDto
|
|
17
|
+
*/
|
|
18
|
+
export interface VCOldPresentationRequestResponseVerificationResultResponseDto {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<string>}
|
|
22
|
+
* @memberof VCOldPresentationRequestResponseVerificationResultResponseDto
|
|
23
|
+
*/
|
|
24
|
+
checks: Array<VCOldPresentationRequestResponseVerificationResultResponseDtoChecksEnum>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<VCVerificationCheckResponseDto>}
|
|
28
|
+
* @memberof VCOldPresentationRequestResponseVerificationResultResponseDto
|
|
29
|
+
*/
|
|
30
|
+
warnings: Array<VCVerificationCheckResponseDto>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<VCVerificationCheckResponseDto>}
|
|
34
|
+
* @memberof VCOldPresentationRequestResponseVerificationResultResponseDto
|
|
35
|
+
*/
|
|
36
|
+
errors: Array<VCVerificationCheckResponseDto>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const VCOldPresentationRequestResponseVerificationResultResponseDtoChecksEnum: {
|
|
42
|
+
readonly Format: "format";
|
|
43
|
+
readonly Signature: "signature";
|
|
44
|
+
readonly Expiration: "expiration";
|
|
45
|
+
readonly Nonce: "nonce";
|
|
46
|
+
readonly Schema: "schema";
|
|
47
|
+
readonly RevocationStatus: "revocation_status";
|
|
48
|
+
};
|
|
49
|
+
export type VCOldPresentationRequestResponseVerificationResultResponseDtoChecksEnum = typeof VCOldPresentationRequestResponseVerificationResultResponseDtoChecksEnum[keyof typeof VCOldPresentationRequestResponseVerificationResultResponseDtoChecksEnum];
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the VCOldPresentationRequestResponseVerificationResultResponseDto interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfVCOldPresentationRequestResponseVerificationResultResponseDto(value: object): boolean;
|
|
54
|
+
export declare function VCOldPresentationRequestResponseVerificationResultResponseDtoFromJSON(json: any): VCOldPresentationRequestResponseVerificationResultResponseDto;
|
|
55
|
+
export declare function VCOldPresentationRequestResponseVerificationResultResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCOldPresentationRequestResponseVerificationResultResponseDto;
|
|
56
|
+
export declare function VCOldPresentationRequestResponseVerificationResultResponseDtoToJSON(value?: VCOldPresentationRequestResponseVerificationResultResponseDto | null): any;
|
|
@@ -33,6 +33,18 @@ export interface VCPresentationDefinitionToSchemaModel {
|
|
|
33
33
|
* @memberof VCPresentationDefinitionToSchemaModel
|
|
34
34
|
*/
|
|
35
35
|
issuer_id: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof VCPresentationDefinitionToSchemaModel
|
|
40
|
+
*/
|
|
41
|
+
schema_name: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof VCPresentationDefinitionToSchemaModel
|
|
46
|
+
*/
|
|
47
|
+
schema_version: string;
|
|
36
48
|
}
|
|
37
49
|
/**
|
|
38
50
|
* Check if a given object implements the VCPresentationDefinitionToSchemaModel interface.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SVX API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 { VCIdTokenVerificationOptionsDto } from './VCIdTokenVerificationOptionsDto';
|
|
13
|
+
import type { VCPresentationVerificationOptionsDto } from './VCPresentationVerificationOptionsDto';
|
|
14
|
+
import type { VCRequestVerificationOptionsDto } from './VCRequestVerificationOptionsDto';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface VCPresentationRequestResponseVerificationOptionsDto
|
|
19
|
+
*/
|
|
20
|
+
export interface VCPresentationRequestResponseVerificationOptionsDto {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<string>}
|
|
24
|
+
* @memberof VCPresentationRequestResponseVerificationOptionsDto
|
|
25
|
+
*/
|
|
26
|
+
checks?: VCPresentationRequestResponseVerificationOptionsDtoChecksEnum;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {VCRequestVerificationOptionsDto}
|
|
30
|
+
* @memberof VCPresentationRequestResponseVerificationOptionsDto
|
|
31
|
+
*/
|
|
32
|
+
request?: VCRequestVerificationOptionsDto;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {VCIdTokenVerificationOptionsDto}
|
|
36
|
+
* @memberof VCPresentationRequestResponseVerificationOptionsDto
|
|
37
|
+
*/
|
|
38
|
+
id_token?: VCIdTokenVerificationOptionsDto;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {VCPresentationVerificationOptionsDto}
|
|
42
|
+
* @memberof VCPresentationRequestResponseVerificationOptionsDto
|
|
43
|
+
*/
|
|
44
|
+
vp_token?: VCPresentationVerificationOptionsDto;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @export
|
|
48
|
+
*/
|
|
49
|
+
export declare const VCPresentationRequestResponseVerificationOptionsDtoChecksEnum: {
|
|
50
|
+
readonly Format: "format";
|
|
51
|
+
};
|
|
52
|
+
export type VCPresentationRequestResponseVerificationOptionsDtoChecksEnum = typeof VCPresentationRequestResponseVerificationOptionsDtoChecksEnum[keyof typeof VCPresentationRequestResponseVerificationOptionsDtoChecksEnum];
|
|
53
|
+
/**
|
|
54
|
+
* Check if a given object implements the VCPresentationRequestResponseVerificationOptionsDto interface.
|
|
55
|
+
*/
|
|
56
|
+
export declare function instanceOfVCPresentationRequestResponseVerificationOptionsDto(value: object): boolean;
|
|
57
|
+
export declare function VCPresentationRequestResponseVerificationOptionsDtoFromJSON(json: any): VCPresentationRequestResponseVerificationOptionsDto;
|
|
58
|
+
export declare function VCPresentationRequestResponseVerificationOptionsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCPresentationRequestResponseVerificationOptionsDto;
|
|
59
|
+
export declare function VCPresentationRequestResponseVerificationOptionsDtoToJSON(value?: VCPresentationRequestResponseVerificationOptionsDto | null): any;
|