@meeco/svx-api-sdk 1.0.0-develop.20230901133029.648bf91 → 1.0.0-develop.20230907123837.3e65718
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 +12 -5
- package/lib/esm/apis/ConnectionsApi.js +5 -2
- package/lib/esm/apis/VerifiablePresentationsApi.js +4 -4
- 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/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/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 +12 -5
- package/lib/types/apis/ConnectionsApi.d.ts +2 -1
- package/lib/types/apis/VerifiablePresentationsApi.d.ts +5 -5
- 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/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/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 +12 -5
- package/lib/umd/apis/ConnectionsApi.js +5 -2
- package/lib/umd/apis/VerifiablePresentationsApi.js +3 -3
- 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/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/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 +12 -5
- package/package.json +1 -1
- package/lib/esm/models/VCPresentationRequestUpdateVerificationResultDto.js +0 -60
- package/lib/esm/models/VaultMeta.js +0 -46
- 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
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* SVX API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.14.0
|
|
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 VaultCollectionReport interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVaultCollectionReport(value) {
|
|
18
|
+
let isInstance = true;
|
|
19
|
+
isInstance = isInstance && "order_by" in value;
|
|
20
|
+
isInstance = isInstance && "order" in value;
|
|
21
|
+
isInstance = isInstance && "order_from_params" in value;
|
|
22
|
+
isInstance = isInstance && "per_page" in value;
|
|
23
|
+
isInstance = isInstance && "per_page_from_params" in value;
|
|
24
|
+
isInstance = isInstance && "current_cursor" in value;
|
|
25
|
+
isInstance = isInstance && "records_count" in value;
|
|
26
|
+
isInstance = isInstance && "page" in value;
|
|
27
|
+
isInstance = isInstance && "page_count" in value;
|
|
28
|
+
return isInstance;
|
|
29
|
+
}
|
|
30
|
+
export function VaultCollectionReportFromJSON(json) {
|
|
31
|
+
return VaultCollectionReportFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function VaultCollectionReportFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if ((json === undefined) || (json === null)) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'order_by': json['order_by'],
|
|
39
|
+
'order': json['order'],
|
|
40
|
+
'order_from_params': json['order_from_params'],
|
|
41
|
+
'per_page': json['per_page'],
|
|
42
|
+
'per_page_from_params': json['per_page_from_params'],
|
|
43
|
+
'current_cursor': json['current_cursor'],
|
|
44
|
+
'records_count': json['records_count'],
|
|
45
|
+
'page': json['page'],
|
|
46
|
+
'page_count': json['page_count'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export function VaultCollectionReportToJSON(value) {
|
|
50
|
+
if (value === undefined) {
|
|
51
|
+
return undefined;
|
|
52
|
+
}
|
|
53
|
+
if (value === null) {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'order_by': value.order_by,
|
|
58
|
+
'order': value.order,
|
|
59
|
+
'order_from_params': value.order_from_params,
|
|
60
|
+
'per_page': value.per_page,
|
|
61
|
+
'per_page_from_params': value.per_page_from_params,
|
|
62
|
+
'current_cursor': value.current_cursor,
|
|
63
|
+
'records_count': value.records_count,
|
|
64
|
+
'page': value.page,
|
|
65
|
+
'page_count': value.page_count,
|
|
66
|
+
};
|
|
67
|
+
}
|
package/lib/esm/models/index.js
CHANGED
|
@@ -285,15 +285,18 @@ export * from './VCCredentialTypeStyleDto';
|
|
|
285
285
|
export * from './VCCredentialTypesResponseDto';
|
|
286
286
|
export * from './VCCredentialVerificationResultResponseDto';
|
|
287
287
|
export * from './VCDatabase';
|
|
288
|
-
export * from './
|
|
289
|
-
export * from './
|
|
288
|
+
export * from './VCErrorResponseDto';
|
|
289
|
+
export * from './VCErrorsResponseDto';
|
|
290
290
|
export * from './VCGenerateCredentialDto';
|
|
291
291
|
export * from './VCGenerateCredentialPayloadDto';
|
|
292
292
|
export * from './VCGeneratePresentationDto';
|
|
293
293
|
export * from './VCGeneratePresentationPayloadDto';
|
|
294
294
|
export * from './VCHealthCheck';
|
|
295
|
+
export * from './VCIdTokenVerificationOptionsDto';
|
|
296
|
+
export * from './VCIdTokenVerificationResultResponseDto';
|
|
295
297
|
export * from './VCInputDescriptorsDto';
|
|
296
298
|
export * from './VCMeta';
|
|
299
|
+
export * from './VCOldPresentationRequestResponseVerificationResultResponseDto';
|
|
297
300
|
export * from './VCOrganizationResponseDto';
|
|
298
301
|
export * from './VCPaginatedCredentialsResponseDto';
|
|
299
302
|
export * from './VCPaginatedPresentationDefinitionsResponseDto';
|
|
@@ -307,17 +310,21 @@ export * from './VCPresentationRequestCreateSubmissionDto';
|
|
|
307
310
|
export * from './VCPresentationRequestIdTokenResponseDto';
|
|
308
311
|
export * from './VCPresentationRequestModelDto';
|
|
309
312
|
export * from './VCPresentationRequestResponseDto';
|
|
313
|
+
export * from './VCPresentationRequestResponseVerificationOptionsDto';
|
|
314
|
+
export * from './VCPresentationRequestResponseVerificationResultResponseDto';
|
|
310
315
|
export * from './VCPresentationRequestSubmissionModelDto';
|
|
316
|
+
export * from './VCPresentationRequestSubmissionModelDtoVerificationResult';
|
|
311
317
|
export * from './VCPresentationRequestSubmissionResponseDto';
|
|
312
318
|
export * from './VCPresentationRequestSubmissionsResponseDto';
|
|
313
319
|
export * from './VCPresentationRequestTokenPropertiesModelDto';
|
|
314
320
|
export * from './VCPresentationRequestTokensModelDto';
|
|
315
321
|
export * from './VCPresentationRequestUpdateSubmissionDto';
|
|
316
322
|
export * from './VCPresentationRequestUpdateSubmissionPayloadDto';
|
|
317
|
-
export * from './
|
|
323
|
+
export * from './VCPresentationRequestUpdateVerificationResultRequestDto';
|
|
318
324
|
export * from './VCPresentationRequestVerificationResultResponseDto';
|
|
319
|
-
export * from './
|
|
325
|
+
export * from './VCPresentationVerificationOptionsDto';
|
|
320
326
|
export * from './VCPresentationVerificationResultResponseDto';
|
|
327
|
+
export * from './VCRequestVerificationOptionsDto';
|
|
321
328
|
export * from './VCRequiredCredentials';
|
|
322
329
|
export * from './VCSchemaJSONResponseDto';
|
|
323
330
|
export * from './VCSchemaResponseDto';
|
|
@@ -363,6 +370,7 @@ export * from './VaultClassificationNode';
|
|
|
363
370
|
export * from './VaultClassificationNodeAttributes';
|
|
364
371
|
export * from './VaultClassificationNodeAttributesWithDeletion';
|
|
365
372
|
export * from './VaultClientTask';
|
|
373
|
+
export * from './VaultCollectionReport';
|
|
366
374
|
export * from './VaultCompactAttachment';
|
|
367
375
|
export * from './VaultCompactShareIntent';
|
|
368
376
|
export * from './VaultCompactSlot';
|
|
@@ -403,7 +411,6 @@ export * from './VaultItemTemplate';
|
|
|
403
411
|
export * from './VaultItemTemplateClassificationRequest';
|
|
404
412
|
export * from './VaultItemTemplateResponse';
|
|
405
413
|
export * from './VaultMeResponse';
|
|
406
|
-
export * from './VaultMeta';
|
|
407
414
|
export * from './VaultNestedSlotAttributes';
|
|
408
415
|
export * from './VaultOrganization';
|
|
409
416
|
export * from './VaultOrganizationMember';
|
|
@@ -14,6 +14,7 @@ import type { AcceptInvitationsRequest, AcceptInvitationsRequest1, ConnectionsRe
|
|
|
14
14
|
export interface ConnectionsGetRequest {
|
|
15
15
|
nextPageAfter?: string;
|
|
16
16
|
perPage?: number;
|
|
17
|
+
page?: number;
|
|
17
18
|
delegation?: string;
|
|
18
19
|
meecoDelegationId?: string;
|
|
19
20
|
meecoOrganisationId?: string;
|
|
@@ -88,7 +89,7 @@ export declare class ConnectionsApi extends runtime.BaseAPI {
|
|
|
88
89
|
/**
|
|
89
90
|
* Get connections
|
|
90
91
|
*/
|
|
91
|
-
connectionsGet(nextPageAfter?: string, perPage?: number, delegation?: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConnectionsResponse>;
|
|
92
|
+
connectionsGet(nextPageAfter?: string, perPage?: number, page?: number, delegation?: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ConnectionsResponse>;
|
|
92
93
|
/**
|
|
93
94
|
* Deletes a connection. A backend to backend call to the keystore will automatically delete the corresponding keystore delegation if applicable.
|
|
94
95
|
* Delete Connection
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { VCCreatePresentationDefinitionPayloadDto, VCCreatePresentationRequestIdTokenRequestDto, VCCreatePresentationRequestPayloadDto, VCGeneratePresentationPayloadDto, VCPaginatedPresentationDefinitionsResponseDto, VCPaginatedPresentationRequestResponseDto, VCPresentationDefinitionJsonResponseDto, VCPresentationDefinitionResponseDto, VCPresentationRequestCreateSubmissionDto, VCPresentationRequestIdTokenResponseDto, VCPresentationRequestResponseDto, VCPresentationRequestSubmissionResponseDto, VCPresentationRequestSubmissionsResponseDto, VCPresentationRequestUpdateSubmissionPayloadDto, VCPresentationRequestVerificationResultResponseDto,
|
|
13
|
+
import type { VCCreatePresentationDefinitionPayloadDto, VCCreatePresentationRequestIdTokenRequestDto, VCCreatePresentationRequestPayloadDto, VCGeneratePresentationPayloadDto, VCPaginatedPresentationDefinitionsResponseDto, VCPaginatedPresentationRequestResponseDto, VCPresentationDefinitionJsonResponseDto, VCPresentationDefinitionResponseDto, VCPresentationRequestCreateSubmissionDto, VCPresentationRequestIdTokenResponseDto, VCPresentationRequestResponseDto, VCPresentationRequestResponseVerificationResultResponseDto, VCPresentationRequestSubmissionResponseDto, VCPresentationRequestSubmissionsResponseDto, VCPresentationRequestUpdateSubmissionPayloadDto, VCPresentationRequestVerificationResultResponseDto, VCPresentationVerificationResultResponseDto, VCUnsignedPresentationResponseDto, VCUpdatePresentationRequestPayloadDto, VCVerifyPresentationRequestPayloadDto, VCVerifyPresentationRequestResponsePayloadDto, VCVerifySignedPresentationRequestPayloadDto } from '../models';
|
|
14
14
|
export interface OidcPresentationsRequestsGetRequest {
|
|
15
15
|
status?: OidcPresentationsRequestsGetStatusEnum;
|
|
16
16
|
search?: string;
|
|
@@ -217,15 +217,15 @@ export declare class VerifiablePresentationsApi extends runtime.BaseAPI {
|
|
|
217
217
|
*/
|
|
218
218
|
oidcPresentationsRequestsVerifyPost(vCVerifyPresentationRequestPayloadDto: VCVerifyPresentationRequestPayloadDto, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VCPresentationRequestVerificationResultResponseDto>;
|
|
219
219
|
/**
|
|
220
|
-
* <h4>Requires the following security rights:</h4><ul><li><code>vc:org:manage</code></li></ul><br /><p>Verify a Presentation Request Submission</p><p><b>Checks performed:</b><ul><li>Presentation Request Submission Presentation Request</li><li>Presentation Request Submission Id Token</li><li>Presentation Request Submission VP Token</li><li>Signature for all of the above</li><li>Format for all of the above</li><li>Expiration for all of the above</li><li>Revocation status for credentials within vp token</li><li>Presentation_definition uri match credential schema uri within vp token</li></ul></p>
|
|
220
|
+
* <h4>Requires the following security rights:</h4><ul><li><code>vc:org:manage</code></li></ul><br /><p>Verify a Presentation Request Submission</p><p><b>Checks performed:</b><ul><li>Presentation Request Submission Presentation Request</li><li>Presentation Request Submission Id Token</li><li>Presentation Request Submission VP Token</li><li>Signature for all of the above</li><li>Format for all of the above</li><li>Expiration for all of the above</li><li>Revocation status for credentials within vp token</li><li>Presentation_definition uri match credential schema uri within vp token</li></ul></p><p><b>Verification options</b></p><p>Certain set of checks is executed against each presentation request response attribute separately. Depending on the use-case some of those checks might not be necessary and could be disabled. To see the list of available check options - look at the schema of the verification options. If verification options were not provided all available checks will be executed. </p><p>Imagine expiration of the verifiable presentation is not relevant to our use-case. We can skip that check so no errors or wranings related to it would appear. Here is verification options payload example:</p><pre><code>{ <br /> \"presentation_request_response\": { ... }, <br /> \"options\": { <br /> \"vp_token\": { <br /> \"checks\": [\"format\", \"signature\", \"nonce\"], <br /> } <br /> }, <br />} <br /></code></pre><p>However, <b>some of the checks are mandatory</b>. If checks list includes <b>format</b> or <b>signature</b> option - it cannnot be taken out. Every other check is optional.</p>
|
|
221
221
|
* Verify a Presentation Request Submission
|
|
222
222
|
*/
|
|
223
|
-
oidcPresentationsResponseVerifyPostRaw(requestParameters: OidcPresentationsResponseVerifyPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
223
|
+
oidcPresentationsResponseVerifyPostRaw(requestParameters: OidcPresentationsResponseVerifyPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VCPresentationRequestResponseVerificationResultResponseDto>>;
|
|
224
224
|
/**
|
|
225
|
-
* <h4>Requires the following security rights:</h4><ul><li><code>vc:org:manage</code></li></ul><br /><p>Verify a Presentation Request Submission</p><p><b>Checks performed:</b><ul><li>Presentation Request Submission Presentation Request</li><li>Presentation Request Submission Id Token</li><li>Presentation Request Submission VP Token</li><li>Signature for all of the above</li><li>Format for all of the above</li><li>Expiration for all of the above</li><li>Revocation status for credentials within vp token</li><li>Presentation_definition uri match credential schema uri within vp token</li></ul></p>
|
|
225
|
+
* <h4>Requires the following security rights:</h4><ul><li><code>vc:org:manage</code></li></ul><br /><p>Verify a Presentation Request Submission</p><p><b>Checks performed:</b><ul><li>Presentation Request Submission Presentation Request</li><li>Presentation Request Submission Id Token</li><li>Presentation Request Submission VP Token</li><li>Signature for all of the above</li><li>Format for all of the above</li><li>Expiration for all of the above</li><li>Revocation status for credentials within vp token</li><li>Presentation_definition uri match credential schema uri within vp token</li></ul></p><p><b>Verification options</b></p><p>Certain set of checks is executed against each presentation request response attribute separately. Depending on the use-case some of those checks might not be necessary and could be disabled. To see the list of available check options - look at the schema of the verification options. If verification options were not provided all available checks will be executed. </p><p>Imagine expiration of the verifiable presentation is not relevant to our use-case. We can skip that check so no errors or wranings related to it would appear. Here is verification options payload example:</p><pre><code>{ <br /> \"presentation_request_response\": { ... }, <br /> \"options\": { <br /> \"vp_token\": { <br /> \"checks\": [\"format\", \"signature\", \"nonce\"], <br /> } <br /> }, <br />} <br /></code></pre><p>However, <b>some of the checks are mandatory</b>. If checks list includes <b>format</b> or <b>signature</b> option - it cannnot be taken out. Every other check is optional.</p>
|
|
226
226
|
* Verify a Presentation Request Submission
|
|
227
227
|
*/
|
|
228
|
-
oidcPresentationsResponseVerifyPost(vCVerifyPresentationRequestResponsePayloadDto: VCVerifyPresentationRequestResponsePayloadDto, meecoOrganisationID?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
228
|
+
oidcPresentationsResponseVerifyPost(vCVerifyPresentationRequestResponsePayloadDto: VCVerifyPresentationRequestResponsePayloadDto, meecoOrganisationID?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VCPresentationRequestResponseVerificationResultResponseDto>;
|
|
229
229
|
/**
|
|
230
230
|
* <h4>Requires no security rights</h4><br />Generate id_token for request submission based on the Wallet information and the verifiable presentation token
|
|
231
231
|
* Generate id_token for presentation request submission
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultAttachmentsFolder } from './VaultAttachmentsFolder';
|
|
13
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -30,10 +31,10 @@ export interface AttachmentsFolderResponse {
|
|
|
30
31
|
attachments_folders: Array<VaultAttachmentsFolder>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof AttachmentsFolderResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the AttachmentsFolderResponse interface.
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultClassificationNode } from './VaultClassificationNode';
|
|
13
|
-
import type {
|
|
13
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -31,10 +31,10 @@ export interface ClassificationNodesResponse {
|
|
|
31
31
|
classification_nodes: Array<VaultClassificationNode>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
35
35
|
* @memberof ClassificationNodesResponse
|
|
36
36
|
*/
|
|
37
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the ClassificationNodesResponse interface.
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { VaultClientTask } from './VaultClientTask';
|
|
13
|
+
import type { VaultCollectionReport } from './VaultCollectionReport';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -30,10 +31,10 @@ export interface ClientTaskQueueResponse {
|
|
|
30
31
|
client_tasks: Array<VaultClientTask>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
|
-
* @type {
|
|
34
|
+
* @type {VaultCollectionReport}
|
|
34
35
|
* @memberof ClientTaskQueueResponse
|
|
35
36
|
*/
|
|
36
|
-
meta:
|
|
37
|
+
meta: VaultCollectionReport;
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* Check if a given object implements the ClientTaskQueueResponse 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 { 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}
|
|
@@ -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;
|