@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.
Files changed (143) hide show
  1. package/.openapi-generator/FILES +13 -5
  2. package/lib/esm/apis/ConnectionsApi.js +5 -2
  3. package/lib/esm/apis/OrganisationsApi.js +5 -2
  4. package/lib/esm/apis/SecurityRightsApi.js +5 -2
  5. package/lib/esm/apis/TenantsApi.js +5 -2
  6. package/lib/esm/apis/VerifiablePresentationsApi.js +49 -4
  7. package/lib/esm/models/{VaultMeta.js → ATOMGenesisRequest.js} +9 -12
  8. package/lib/esm/models/AttachmentsFolderResponse.js +3 -2
  9. package/lib/esm/models/ClassificationNodesResponse.js +3 -3
  10. package/lib/esm/models/ClientTaskQueueResponse.js +3 -2
  11. package/lib/esm/models/ConnectionsResponse.js +3 -2
  12. package/lib/esm/models/DelegationInvitationsResponse.js +3 -2
  13. package/lib/esm/models/EventActivityFeedResponse.js +3 -3
  14. package/lib/esm/models/EventFeedResponse.js +3 -3
  15. package/lib/esm/models/InvitationsResponse.js +3 -2
  16. package/lib/esm/models/ItemTemplatesResponse.js +3 -2
  17. package/lib/esm/models/ItemsResponse.js +3 -2
  18. package/lib/esm/models/SharesIncomingResponse.js +3 -2
  19. package/lib/esm/models/SharesOutgoingResponse.js +3 -2
  20. package/lib/esm/models/ShreIntentListResponse.js +3 -2
  21. package/lib/esm/models/VCCreateCredentialTypeDto.js +2 -0
  22. package/lib/esm/models/VCCredentialTypeModelDto.js +3 -0
  23. package/lib/esm/models/VCCredentialTypeModelDtoSchema.js +3 -0
  24. package/lib/esm/models/VCCredentialTypeSchemaDto.js +3 -0
  25. package/lib/esm/models/VCCredentialVerificationResultResponseDto.js +3 -3
  26. package/lib/esm/models/{VCErrorResponseModel.js → VCErrorResponseDto.js} +6 -6
  27. package/lib/esm/models/{VCErrorsResponseModelDto.js → VCErrorsResponseDto.js} +9 -9
  28. package/lib/esm/models/VCIdTokenVerificationOptionsDto.js +52 -0
  29. package/lib/esm/models/{VCPresentationResponseVerificationResultResponseDto.js → VCIdTokenVerificationResultResponseDto.js} +10 -10
  30. package/lib/esm/models/VCOldPresentationRequestResponseVerificationResultResponseDto.js +61 -0
  31. package/lib/esm/models/VCPresentationDefinitionToSchemaModel.js +6 -0
  32. package/lib/esm/models/VCPresentationRequestResponseVerificationOptionsDto.js +58 -0
  33. package/lib/esm/models/VCPresentationRequestResponseVerificationResultResponseDto.js +73 -0
  34. package/lib/esm/models/VCPresentationRequestSubmissionModelDto.js +3 -3
  35. package/lib/esm/models/VCPresentationRequestSubmissionModelDtoVerificationResult.js +39 -0
  36. package/lib/esm/models/VCPresentationRequestUpdateSubmissionDto.js +3 -3
  37. package/lib/esm/models/VCPresentationRequestUpdateVerificationResultRequestDto.js +73 -0
  38. package/lib/esm/models/VCPresentationRequestVerificationResultResponseDto.js +3 -3
  39. package/lib/esm/models/VCPresentationVerificationOptionsDto.js +52 -0
  40. package/lib/esm/models/VCPresentationVerificationResultResponseDto.js +3 -3
  41. package/lib/esm/models/VCRequestVerificationOptionsDto.js +51 -0
  42. package/lib/esm/models/VCUpdateCredentialTypeDto.js +2 -0
  43. package/lib/esm/models/VCVerifyPresentationRequestResponsePayloadDto.js +4 -0
  44. package/lib/esm/models/VaultCollectionReport.js +67 -0
  45. package/lib/esm/models/index.js +13 -5
  46. package/lib/types/apis/ConnectionsApi.d.ts +2 -1
  47. package/lib/types/apis/OrganisationsApi.d.ts +2 -1
  48. package/lib/types/apis/SecurityRightsApi.d.ts +2 -1
  49. package/lib/types/apis/TenantsApi.d.ts +2 -1
  50. package/lib/types/apis/VerifiablePresentationsApi.d.ts +20 -5
  51. package/lib/types/models/ATOMGenesisRequest.d.ts +31 -0
  52. package/lib/types/models/AttachmentsFolderResponse.d.ts +3 -2
  53. package/lib/types/models/ClassificationNodesResponse.d.ts +3 -3
  54. package/lib/types/models/ClientTaskQueueResponse.d.ts +3 -2
  55. package/lib/types/models/ConnectionsResponse.d.ts +3 -2
  56. package/lib/types/models/DelegationInvitationsResponse.d.ts +3 -2
  57. package/lib/types/models/EventActivityFeedResponse.d.ts +3 -3
  58. package/lib/types/models/EventFeedResponse.d.ts +3 -3
  59. package/lib/types/models/InvitationsResponse.d.ts +3 -2
  60. package/lib/types/models/ItemTemplatesResponse.d.ts +3 -2
  61. package/lib/types/models/ItemsResponse.d.ts +3 -2
  62. package/lib/types/models/SharesIncomingResponse.d.ts +3 -2
  63. package/lib/types/models/SharesOutgoingResponse.d.ts +3 -2
  64. package/lib/types/models/ShreIntentListResponse.d.ts +3 -2
  65. package/lib/types/models/VCCreateCredentialTypeDto.d.ts +6 -0
  66. package/lib/types/models/VCCredentialTypeModelDto.d.ts +6 -0
  67. package/lib/types/models/VCCredentialTypeModelDtoSchema.d.ts +6 -0
  68. package/lib/types/models/VCCredentialTypeSchemaDto.d.ts +6 -0
  69. package/lib/types/models/VCCredentialVerificationResultResponseDto.d.ts +2 -2
  70. package/lib/types/models/VCErrorResponseDto.d.ts +61 -0
  71. package/lib/types/models/VCErrorsResponseDto.d.ts +32 -0
  72. package/lib/types/models/VCIdTokenVerificationOptionsDto.d.ts +41 -0
  73. package/lib/types/models/VCIdTokenVerificationResultResponseDto.d.ts +56 -0
  74. package/lib/types/models/VCOldPresentationRequestResponseVerificationResultResponseDto.d.ts +56 -0
  75. package/lib/types/models/VCPresentationDefinitionToSchemaModel.d.ts +12 -0
  76. package/lib/types/models/VCPresentationRequestResponseVerificationOptionsDto.d.ts +59 -0
  77. package/lib/types/models/VCPresentationRequestResponseVerificationResultResponseDto.d.ts +77 -0
  78. package/lib/types/models/VCPresentationRequestSubmissionModelDto.d.ts +3 -3
  79. package/lib/types/models/VCPresentationRequestSubmissionModelDtoVerificationResult.d.ts +22 -0
  80. package/lib/types/models/VCPresentationRequestUpdateSubmissionDto.d.ts +3 -3
  81. package/lib/types/models/VCPresentationRequestUpdateVerificationResultRequestDto.d.ts +77 -0
  82. package/lib/types/models/VCPresentationRequestVerificationResultResponseDto.d.ts +2 -2
  83. package/lib/types/models/VCPresentationVerificationOptionsDto.d.ts +41 -0
  84. package/lib/types/models/VCPresentationVerificationResultResponseDto.d.ts +2 -2
  85. package/lib/types/models/VCRequestVerificationOptionsDto.d.ts +40 -0
  86. package/lib/types/models/VCUpdateCredentialTypeDto.d.ts +6 -0
  87. package/lib/types/models/VCVerifyPresentationRequestResponsePayloadDto.d.ts +7 -0
  88. package/lib/types/models/VaultCollectionReport.d.ts +79 -0
  89. package/lib/types/models/index.d.ts +13 -5
  90. package/lib/umd/apis/ConnectionsApi.js +5 -2
  91. package/lib/umd/apis/OrganisationsApi.js +5 -2
  92. package/lib/umd/apis/SecurityRightsApi.js +5 -2
  93. package/lib/umd/apis/TenantsApi.js +5 -2
  94. package/lib/umd/apis/VerifiablePresentationsApi.js +48 -3
  95. package/lib/umd/models/ATOMGenesisRequest.js +50 -0
  96. package/lib/umd/models/AttachmentsFolderResponse.js +3 -2
  97. package/lib/umd/models/ClassificationNodesResponse.js +3 -3
  98. package/lib/umd/models/ClientTaskQueueResponse.js +3 -2
  99. package/lib/umd/models/ConnectionsResponse.js +3 -2
  100. package/lib/umd/models/DelegationInvitationsResponse.js +3 -2
  101. package/lib/umd/models/EventActivityFeedResponse.js +3 -3
  102. package/lib/umd/models/EventFeedResponse.js +3 -3
  103. package/lib/umd/models/InvitationsResponse.js +3 -2
  104. package/lib/umd/models/ItemTemplatesResponse.js +3 -2
  105. package/lib/umd/models/ItemsResponse.js +3 -2
  106. package/lib/umd/models/SharesIncomingResponse.js +3 -2
  107. package/lib/umd/models/SharesOutgoingResponse.js +3 -2
  108. package/lib/umd/models/ShreIntentListResponse.js +3 -2
  109. package/lib/umd/models/VCCreateCredentialTypeDto.js +2 -0
  110. package/lib/umd/models/VCCredentialTypeModelDto.js +3 -0
  111. package/lib/umd/models/VCCredentialTypeModelDtoSchema.js +3 -0
  112. package/lib/umd/models/VCCredentialTypeSchemaDto.js +3 -0
  113. package/lib/umd/models/VCCredentialVerificationResultResponseDto.js +3 -3
  114. package/lib/umd/models/{VCErrorResponseModel.js → VCErrorResponseDto.js} +11 -11
  115. package/lib/umd/models/VCErrorsResponseDto.js +51 -0
  116. package/lib/umd/models/VCIdTokenVerificationOptionsDto.js +59 -0
  117. package/lib/umd/models/{VCPresentationResponseVerificationResultResponseDto.js → VCIdTokenVerificationResultResponseDto.js} +15 -15
  118. package/lib/umd/models/VCOldPresentationRequestResponseVerificationResultResponseDto.js +68 -0
  119. package/lib/umd/models/VCPresentationDefinitionToSchemaModel.js +6 -0
  120. package/lib/umd/models/VCPresentationRequestResponseVerificationOptionsDto.js +65 -0
  121. package/lib/umd/models/VCPresentationRequestResponseVerificationResultResponseDto.js +80 -0
  122. package/lib/umd/models/VCPresentationRequestSubmissionModelDto.js +3 -3
  123. package/lib/umd/models/VCPresentationRequestSubmissionModelDtoVerificationResult.js +45 -0
  124. package/lib/umd/models/VCPresentationRequestUpdateSubmissionDto.js +3 -3
  125. package/lib/umd/models/VCPresentationRequestUpdateVerificationResultRequestDto.js +80 -0
  126. package/lib/umd/models/VCPresentationRequestVerificationResultResponseDto.js +3 -3
  127. package/lib/umd/models/VCPresentationVerificationOptionsDto.js +59 -0
  128. package/lib/umd/models/VCPresentationVerificationResultResponseDto.js +3 -3
  129. package/lib/umd/models/VCRequestVerificationOptionsDto.js +58 -0
  130. package/lib/umd/models/VCUpdateCredentialTypeDto.js +2 -0
  131. package/lib/umd/models/VCVerifyPresentationRequestResponsePayloadDto.js +4 -0
  132. package/lib/umd/models/VaultCollectionReport.js +74 -0
  133. package/lib/umd/models/index.js +13 -5
  134. package/package.json +1 -1
  135. package/lib/esm/models/VCPresentationRequestUpdateVerificationResultDto.js +0 -60
  136. package/lib/types/models/VCErrorResponseModel.d.ts +0 -61
  137. package/lib/types/models/VCErrorsResponseModelDto.d.ts +0 -32
  138. package/lib/types/models/VCPresentationRequestUpdateVerificationResultDto.d.ts +0 -55
  139. package/lib/types/models/VCPresentationResponseVerificationResultResponseDto.d.ts +0 -56
  140. package/lib/types/models/VaultMeta.d.ts +0 -37
  141. package/lib/umd/models/VCErrorsResponseModelDto.js +0 -51
  142. package/lib/umd/models/VCPresentationRequestUpdateVerificationResultDto.js +0 -67
  143. package/lib/umd/models/VaultMeta.js +0 -53
@@ -0,0 +1,77 @@
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 { VCIdTokenVerificationResultResponseDto } from './VCIdTokenVerificationResultResponseDto';
13
+ import type { VCPresentationRequestVerificationResultResponseDto } from './VCPresentationRequestVerificationResultResponseDto';
14
+ import type { VCPresentationVerificationResultResponseDto } from './VCPresentationVerificationResultResponseDto';
15
+ import type { VCVerificationCheckResponseDto } from './VCVerificationCheckResponseDto';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface VCPresentationRequestResponseVerificationResultResponseDto
20
+ */
21
+ export interface VCPresentationRequestResponseVerificationResultResponseDto {
22
+ /**
23
+ *
24
+ * @type {Array<string>}
25
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
26
+ */
27
+ checks: Array<VCPresentationRequestResponseVerificationResultResponseDtoChecksEnum>;
28
+ /**
29
+ *
30
+ * @type {Array<VCVerificationCheckResponseDto>}
31
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
32
+ */
33
+ warnings: Array<VCVerificationCheckResponseDto>;
34
+ /**
35
+ *
36
+ * @type {Array<VCVerificationCheckResponseDto>}
37
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
38
+ */
39
+ errors: Array<VCVerificationCheckResponseDto>;
40
+ /**
41
+ *
42
+ * @type {VCPresentationRequestVerificationResultResponseDto}
43
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
44
+ */
45
+ request: VCPresentationRequestVerificationResultResponseDto;
46
+ /**
47
+ *
48
+ * @type {VCIdTokenVerificationResultResponseDto}
49
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
50
+ */
51
+ id_token: VCIdTokenVerificationResultResponseDto;
52
+ /**
53
+ *
54
+ * @type {VCPresentationVerificationResultResponseDto}
55
+ * @memberof VCPresentationRequestResponseVerificationResultResponseDto
56
+ */
57
+ vp_token: VCPresentationVerificationResultResponseDto;
58
+ }
59
+ /**
60
+ * @export
61
+ */
62
+ export declare const VCPresentationRequestResponseVerificationResultResponseDtoChecksEnum: {
63
+ readonly Format: "format";
64
+ readonly Signature: "signature";
65
+ readonly Expiration: "expiration";
66
+ readonly Nonce: "nonce";
67
+ readonly Schema: "schema";
68
+ readonly RevocationStatus: "revocation_status";
69
+ };
70
+ export type VCPresentationRequestResponseVerificationResultResponseDtoChecksEnum = typeof VCPresentationRequestResponseVerificationResultResponseDtoChecksEnum[keyof typeof VCPresentationRequestResponseVerificationResultResponseDtoChecksEnum];
71
+ /**
72
+ * Check if a given object implements the VCPresentationRequestResponseVerificationResultResponseDto interface.
73
+ */
74
+ export declare function instanceOfVCPresentationRequestResponseVerificationResultResponseDto(value: object): boolean;
75
+ export declare function VCPresentationRequestResponseVerificationResultResponseDtoFromJSON(json: any): VCPresentationRequestResponseVerificationResultResponseDto;
76
+ export declare function VCPresentationRequestResponseVerificationResultResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCPresentationRequestResponseVerificationResultResponseDto;
77
+ export declare function VCPresentationRequestResponseVerificationResultResponseDtoToJSON(value?: VCPresentationRequestResponseVerificationResultResponseDto | null): any;
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { VCPresentationRequestUpdateVerificationResultDto } from './VCPresentationRequestUpdateVerificationResultDto';
12
+ import type { VCPresentationRequestSubmissionModelDtoVerificationResult } from './VCPresentationRequestSubmissionModelDtoVerificationResult';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -66,10 +66,10 @@ export interface VCPresentationRequestSubmissionModelDto {
66
66
  created_at: Date;
67
67
  /**
68
68
  *
69
- * @type {VCPresentationRequestUpdateVerificationResultDto}
69
+ * @type {VCPresentationRequestSubmissionModelDtoVerificationResult}
70
70
  * @memberof VCPresentationRequestSubmissionModelDto
71
71
  */
72
- verification_result: VCPresentationRequestUpdateVerificationResultDto;
72
+ verification_result: VCPresentationRequestSubmissionModelDtoVerificationResult;
73
73
  /**
74
74
  *
75
75
  * @type {Date}
@@ -0,0 +1,22 @@
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 { VCOldPresentationRequestResponseVerificationResultResponseDto } from './VCOldPresentationRequestResponseVerificationResultResponseDto';
13
+ import { VCPresentationRequestResponseVerificationResultResponseDto } from './VCPresentationRequestResponseVerificationResultResponseDto';
14
+ /**
15
+ * @type VCPresentationRequestSubmissionModelDtoVerificationResult
16
+ *
17
+ * @export
18
+ */
19
+ export type VCPresentationRequestSubmissionModelDtoVerificationResult = VCOldPresentationRequestResponseVerificationResultResponseDto | VCPresentationRequestResponseVerificationResultResponseDto;
20
+ export declare function VCPresentationRequestSubmissionModelDtoVerificationResultFromJSON(json: any): VCPresentationRequestSubmissionModelDtoVerificationResult;
21
+ export declare function VCPresentationRequestSubmissionModelDtoVerificationResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCPresentationRequestSubmissionModelDtoVerificationResult;
22
+ export declare function VCPresentationRequestSubmissionModelDtoVerificationResultToJSON(value?: VCPresentationRequestSubmissionModelDtoVerificationResult | null): any;
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { VCPresentationRequestUpdateVerificationResultDto } from './VCPresentationRequestUpdateVerificationResultDto';
12
+ import type { VCPresentationRequestUpdateVerificationResultRequestDto } from './VCPresentationRequestUpdateVerificationResultRequestDto';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -24,10 +24,10 @@ export interface VCPresentationRequestUpdateSubmissionDto {
24
24
  status: VCPresentationRequestUpdateSubmissionDtoStatusEnum;
25
25
  /**
26
26
  *
27
- * @type {VCPresentationRequestUpdateVerificationResultDto}
27
+ * @type {VCPresentationRequestUpdateVerificationResultRequestDto}
28
28
  * @memberof VCPresentationRequestUpdateSubmissionDto
29
29
  */
30
- verification_result: VCPresentationRequestUpdateVerificationResultDto;
30
+ verification_result: VCPresentationRequestUpdateVerificationResultRequestDto;
31
31
  }
32
32
  /**
33
33
  * @export
@@ -0,0 +1,77 @@
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 { VCIdTokenVerificationResultResponseDto } from './VCIdTokenVerificationResultResponseDto';
13
+ import type { VCPresentationRequestVerificationResultResponseDto } from './VCPresentationRequestVerificationResultResponseDto';
14
+ import type { VCPresentationVerificationResultResponseDto } from './VCPresentationVerificationResultResponseDto';
15
+ import type { VCVerificationCheckResponseDto } from './VCVerificationCheckResponseDto';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface VCPresentationRequestUpdateVerificationResultRequestDto
20
+ */
21
+ export interface VCPresentationRequestUpdateVerificationResultRequestDto {
22
+ /**
23
+ *
24
+ * @type {Array<string>}
25
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
26
+ */
27
+ checks: Array<VCPresentationRequestUpdateVerificationResultRequestDtoChecksEnum>;
28
+ /**
29
+ *
30
+ * @type {Array<VCVerificationCheckResponseDto>}
31
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
32
+ */
33
+ warnings: Array<VCVerificationCheckResponseDto>;
34
+ /**
35
+ *
36
+ * @type {Array<VCVerificationCheckResponseDto>}
37
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
38
+ */
39
+ errors: Array<VCVerificationCheckResponseDto>;
40
+ /**
41
+ *
42
+ * @type {VCPresentationRequestVerificationResultResponseDto}
43
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
44
+ */
45
+ request: VCPresentationRequestVerificationResultResponseDto;
46
+ /**
47
+ *
48
+ * @type {VCIdTokenVerificationResultResponseDto}
49
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
50
+ */
51
+ id_token: VCIdTokenVerificationResultResponseDto;
52
+ /**
53
+ *
54
+ * @type {VCPresentationVerificationResultResponseDto}
55
+ * @memberof VCPresentationRequestUpdateVerificationResultRequestDto
56
+ */
57
+ vp_token: VCPresentationVerificationResultResponseDto;
58
+ }
59
+ /**
60
+ * @export
61
+ */
62
+ export declare const VCPresentationRequestUpdateVerificationResultRequestDtoChecksEnum: {
63
+ readonly Format: "format";
64
+ readonly Signature: "signature";
65
+ readonly Expiration: "expiration";
66
+ readonly Nonce: "nonce";
67
+ readonly Schema: "schema";
68
+ readonly RevocationStatus: "revocation_status";
69
+ };
70
+ export type VCPresentationRequestUpdateVerificationResultRequestDtoChecksEnum = typeof VCPresentationRequestUpdateVerificationResultRequestDtoChecksEnum[keyof typeof VCPresentationRequestUpdateVerificationResultRequestDtoChecksEnum];
71
+ /**
72
+ * Check if a given object implements the VCPresentationRequestUpdateVerificationResultRequestDto interface.
73
+ */
74
+ export declare function instanceOfVCPresentationRequestUpdateVerificationResultRequestDto(value: object): boolean;
75
+ export declare function VCPresentationRequestUpdateVerificationResultRequestDtoFromJSON(json: any): VCPresentationRequestUpdateVerificationResultRequestDto;
76
+ export declare function VCPresentationRequestUpdateVerificationResultRequestDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCPresentationRequestUpdateVerificationResultRequestDto;
77
+ export declare function VCPresentationRequestUpdateVerificationResultRequestDtoToJSON(value?: VCPresentationRequestUpdateVerificationResultRequestDto | null): any;
@@ -45,12 +45,12 @@ export interface VCPresentationRequestVerificationResultResponseDto {
45
45
  * @export
46
46
  */
47
47
  export declare const VCPresentationRequestVerificationResultResponseDtoChecksEnum: {
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 VCPresentationRequestVerificationResultResponseDtoChecksEnum = typeof VCPresentationRequestVerificationResultResponseDtoChecksEnum[keyof typeof VCPresentationRequestVerificationResultResponseDtoChecksEnum];
56
56
  /**
@@ -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 VCPresentationVerificationOptionsDto
16
+ */
17
+ export interface VCPresentationVerificationOptionsDto {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof VCPresentationVerificationOptionsDto
22
+ */
23
+ checks?: Array<VCPresentationVerificationOptionsDtoChecksEnum>;
24
+ }
25
+ /**
26
+ * @export
27
+ */
28
+ export declare const VCPresentationVerificationOptionsDtoChecksEnum: {
29
+ readonly Format: "format";
30
+ readonly Signature: "signature";
31
+ readonly Expiration: "expiration";
32
+ readonly Nonce: "nonce";
33
+ };
34
+ export type VCPresentationVerificationOptionsDtoChecksEnum = typeof VCPresentationVerificationOptionsDtoChecksEnum[keyof typeof VCPresentationVerificationOptionsDtoChecksEnum];
35
+ /**
36
+ * Check if a given object implements the VCPresentationVerificationOptionsDto interface.
37
+ */
38
+ export declare function instanceOfVCPresentationVerificationOptionsDto(value: object): boolean;
39
+ export declare function VCPresentationVerificationOptionsDtoFromJSON(json: any): VCPresentationVerificationOptionsDto;
40
+ export declare function VCPresentationVerificationOptionsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCPresentationVerificationOptionsDto;
41
+ export declare function VCPresentationVerificationOptionsDtoToJSON(value?: VCPresentationVerificationOptionsDto | null): any;
@@ -46,12 +46,12 @@ export interface VCPresentationVerificationResultResponseDto {
46
46
  * @export
47
47
  */
48
48
  export declare const VCPresentationVerificationResultResponseDtoChecksEnum: {
49
- readonly Signature: "signature";
50
49
  readonly Format: "format";
50
+ readonly Signature: "signature";
51
51
  readonly Expiration: "expiration";
52
+ readonly Nonce: "nonce";
52
53
  readonly Schema: "schema";
53
54
  readonly RevocationStatus: "revocation_status";
54
- readonly ResponseMatchRequest: "response_match_request";
55
55
  };
56
56
  export type VCPresentationVerificationResultResponseDtoChecksEnum = typeof VCPresentationVerificationResultResponseDtoChecksEnum[keyof typeof VCPresentationVerificationResultResponseDtoChecksEnum];
57
57
  /**
@@ -0,0 +1,40 @@
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 VCRequestVerificationOptionsDto
16
+ */
17
+ export interface VCRequestVerificationOptionsDto {
18
+ /**
19
+ *
20
+ * @type {Array<string>}
21
+ * @memberof VCRequestVerificationOptionsDto
22
+ */
23
+ checks?: Array<VCRequestVerificationOptionsDtoChecksEnum>;
24
+ }
25
+ /**
26
+ * @export
27
+ */
28
+ export declare const VCRequestVerificationOptionsDtoChecksEnum: {
29
+ readonly Format: "format";
30
+ readonly Signature: "signature";
31
+ readonly Expiration: "expiration";
32
+ };
33
+ export type VCRequestVerificationOptionsDtoChecksEnum = typeof VCRequestVerificationOptionsDtoChecksEnum[keyof typeof VCRequestVerificationOptionsDtoChecksEnum];
34
+ /**
35
+ * Check if a given object implements the VCRequestVerificationOptionsDto interface.
36
+ */
37
+ export declare function instanceOfVCRequestVerificationOptionsDto(value: object): boolean;
38
+ export declare function VCRequestVerificationOptionsDtoFromJSON(json: any): VCRequestVerificationOptionsDto;
39
+ export declare function VCRequestVerificationOptionsDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): VCRequestVerificationOptionsDto;
40
+ export declare function VCRequestVerificationOptionsDtoToJSON(value?: VCRequestVerificationOptionsDto | null): any;
@@ -23,6 +23,12 @@ export interface VCUpdateCredentialTypeDto {
23
23
  * @memberof VCUpdateCredentialTypeDto
24
24
  */
25
25
  name: string;
26
+ /**
27
+ *
28
+ * @type {Array<string>}
29
+ * @memberof VCUpdateCredentialTypeDto
30
+ */
31
+ type?: Array<string>;
26
32
  /**
27
33
  *
28
34
  * @type {VCCreateCredentialTypeStyleDto}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { VCPresentationRequestResponseVerificationOptionsDto } from './VCPresentationRequestResponseVerificationOptionsDto';
12
13
  import type { VCVerifyPresentationRequestResponseDto } from './VCVerifyPresentationRequestResponseDto';
13
14
  /**
14
15
  *
@@ -22,6 +23,12 @@ export interface VCVerifyPresentationRequestResponsePayloadDto {
22
23
  * @memberof VCVerifyPresentationRequestResponsePayloadDto
23
24
  */
24
25
  presentation_request_response: VCVerifyPresentationRequestResponseDto;
26
+ /**
27
+ *
28
+ * @type {VCPresentationRequestResponseVerificationOptionsDto}
29
+ * @memberof VCVerifyPresentationRequestResponsePayloadDto
30
+ */
31
+ options?: VCPresentationRequestResponseVerificationOptionsDto;
25
32
  }
26
33
  /**
27
34
  * Check if a given object implements the VCVerifyPresentationRequestResponsePayloadDto interface.
@@ -0,0 +1,79 @@
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 VaultCollectionReport
16
+ */
17
+ export interface VaultCollectionReport {
18
+ /**
19
+ * name of the field by which the collection is sorted. Present in both modes: cursor-based pagination and in page-based pagination.
20
+ * @type {string}
21
+ * @memberof VaultCollectionReport
22
+ */
23
+ order_by: string | null;
24
+ /**
25
+ * asc or desc. Present in both modes: cursor-based pagination and in page-based pagination.
26
+ * @type {string}
27
+ * @memberof VaultCollectionReport
28
+ */
29
+ order: string | null;
30
+ /**
31
+ * a boolean value showing whether order is a default value or is coming from input parameters. Present in both modes: cursor-based pagination and in page-based pagination.
32
+ * @type {boolean}
33
+ * @memberof VaultCollectionReport
34
+ */
35
+ order_from_params: boolean | null;
36
+ /**
37
+ * number of items per page. Present in both modes: cursor-based pagination and in page-based pagination.
38
+ * @type {number}
39
+ * @memberof VaultCollectionReport
40
+ */
41
+ per_page: number | null;
42
+ /**
43
+ * a boolean value showing whether per_page is a default value or is coming from input parameters. Present in both modes: cursor-based pagination and in page-based pagination.
44
+ * @type {boolean}
45
+ * @memberof VaultCollectionReport
46
+ */
47
+ per_page_from_params: boolean | null;
48
+ /**
49
+ * the cursor used to retrieve the current page. Present only in cursor-based mode: cursor-based pagination and in page-based pagination.
50
+ * @type {string}
51
+ * @memberof VaultCollectionReport
52
+ */
53
+ current_cursor: string | null;
54
+ /**
55
+ * number of all records. Calculated only in page-based pagination.
56
+ * @type {number}
57
+ * @memberof VaultCollectionReport
58
+ */
59
+ records_count: number | null;
60
+ /**
61
+ * present only in page-base mode, shows the current page.
62
+ * @type {number}
63
+ * @memberof VaultCollectionReport
64
+ */
65
+ page: number | null;
66
+ /**
67
+ * present only in page-base mode, shows the number of all pages with the given per_page value.
68
+ * @type {number}
69
+ * @memberof VaultCollectionReport
70
+ */
71
+ page_count: number | null;
72
+ }
73
+ /**
74
+ * Check if a given object implements the VaultCollectionReport interface.
75
+ */
76
+ export declare function instanceOfVaultCollectionReport(value: object): boolean;
77
+ export declare function VaultCollectionReportFromJSON(json: any): VaultCollectionReport;
78
+ export declare function VaultCollectionReportFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultCollectionReport;
79
+ export declare function VaultCollectionReportToJSON(value?: VaultCollectionReport | null): any;
@@ -14,6 +14,7 @@ export * from './ATOMComponent';
14
14
  export * from './ATOMCreateOrUpdateOrgRequest';
15
15
  export * from './ATOMCreateOrUpdateTenantRequest';
16
16
  export * from './ATOMError';
17
+ export * from './ATOMGenesisRequest';
17
18
  export * from './ATOMNewAgentRequest';
18
19
  export * from './ATOMOneAgent';
19
20
  export * from './ATOMOneOrg';
@@ -283,15 +284,18 @@ export * from './VCCredentialTypeStyleDto';
283
284
  export * from './VCCredentialTypesResponseDto';
284
285
  export * from './VCCredentialVerificationResultResponseDto';
285
286
  export * from './VCDatabase';
286
- export * from './VCErrorResponseModel';
287
- export * from './VCErrorsResponseModelDto';
287
+ export * from './VCErrorResponseDto';
288
+ export * from './VCErrorsResponseDto';
288
289
  export * from './VCGenerateCredentialDto';
289
290
  export * from './VCGenerateCredentialPayloadDto';
290
291
  export * from './VCGeneratePresentationDto';
291
292
  export * from './VCGeneratePresentationPayloadDto';
292
293
  export * from './VCHealthCheck';
294
+ export * from './VCIdTokenVerificationOptionsDto';
295
+ export * from './VCIdTokenVerificationResultResponseDto';
293
296
  export * from './VCInputDescriptorsDto';
294
297
  export * from './VCMeta';
298
+ export * from './VCOldPresentationRequestResponseVerificationResultResponseDto';
295
299
  export * from './VCOrganizationResponseDto';
296
300
  export * from './VCPaginatedCredentialsResponseDto';
297
301
  export * from './VCPaginatedPresentationDefinitionsResponseDto';
@@ -305,17 +309,21 @@ export * from './VCPresentationRequestCreateSubmissionDto';
305
309
  export * from './VCPresentationRequestIdTokenResponseDto';
306
310
  export * from './VCPresentationRequestModelDto';
307
311
  export * from './VCPresentationRequestResponseDto';
312
+ export * from './VCPresentationRequestResponseVerificationOptionsDto';
313
+ export * from './VCPresentationRequestResponseVerificationResultResponseDto';
308
314
  export * from './VCPresentationRequestSubmissionModelDto';
315
+ export * from './VCPresentationRequestSubmissionModelDtoVerificationResult';
309
316
  export * from './VCPresentationRequestSubmissionResponseDto';
310
317
  export * from './VCPresentationRequestSubmissionsResponseDto';
311
318
  export * from './VCPresentationRequestTokenPropertiesModelDto';
312
319
  export * from './VCPresentationRequestTokensModelDto';
313
320
  export * from './VCPresentationRequestUpdateSubmissionDto';
314
321
  export * from './VCPresentationRequestUpdateSubmissionPayloadDto';
315
- export * from './VCPresentationRequestUpdateVerificationResultDto';
322
+ export * from './VCPresentationRequestUpdateVerificationResultRequestDto';
316
323
  export * from './VCPresentationRequestVerificationResultResponseDto';
317
- export * from './VCPresentationResponseVerificationResultResponseDto';
324
+ export * from './VCPresentationVerificationOptionsDto';
318
325
  export * from './VCPresentationVerificationResultResponseDto';
326
+ export * from './VCRequestVerificationOptionsDto';
319
327
  export * from './VCRequiredCredentials';
320
328
  export * from './VCSchemaJSONResponseDto';
321
329
  export * from './VCSchemaResponseDto';
@@ -361,6 +369,7 @@ export * from './VaultClassificationNode';
361
369
  export * from './VaultClassificationNodeAttributes';
362
370
  export * from './VaultClassificationNodeAttributesWithDeletion';
363
371
  export * from './VaultClientTask';
372
+ export * from './VaultCollectionReport';
364
373
  export * from './VaultCompactAttachment';
365
374
  export * from './VaultCompactShareIntent';
366
375
  export * from './VaultCompactSlot';
@@ -401,7 +410,6 @@ export * from './VaultItemTemplate';
401
410
  export * from './VaultItemTemplateClassificationRequest';
402
411
  export * from './VaultItemTemplateResponse';
403
412
  export * from './VaultMeResponse';
404
- export * from './VaultMeta';
405
413
  export * from './VaultNestedSlotAttributes';
406
414
  export * from './VaultOrganization';
407
415
  export * from './VaultOrganizationMember';
@@ -64,6 +64,9 @@ class ConnectionsApi extends runtime.BaseAPI {
64
64
  if (requestParameters.perPage !== undefined) {
65
65
  queryParameters['per_page'] = requestParameters.perPage;
66
66
  }
67
+ if (requestParameters.page !== undefined) {
68
+ queryParameters['page'] = requestParameters.page;
69
+ }
67
70
  if (requestParameters.delegation !== undefined) {
68
71
  queryParameters['delegation'] = requestParameters.delegation;
69
72
  }
@@ -93,9 +96,9 @@ class ConnectionsApi extends runtime.BaseAPI {
93
96
  /**
94
97
  * Get connections
95
98
  */
96
- connectionsGet(nextPageAfter, perPage, delegation, meecoDelegationId, meecoOrganisationId, initOverrides) {
99
+ connectionsGet(nextPageAfter, perPage, page, delegation, meecoDelegationId, meecoOrganisationId, initOverrides) {
97
100
  return __awaiter(this, void 0, void 0, function* () {
98
- const response = yield this.connectionsGetRaw({ nextPageAfter: nextPageAfter, perPage: perPage, delegation: delegation, meecoDelegationId: meecoDelegationId, meecoOrganisationId: meecoOrganisationId }, initOverrides);
101
+ const response = yield this.connectionsGetRaw({ nextPageAfter: nextPageAfter, perPage: perPage, page: page, delegation: delegation, meecoDelegationId: meecoDelegationId, meecoOrganisationId: meecoOrganisationId }, initOverrides);
99
102
  return yield response.value();
100
103
  });
101
104
  }
@@ -456,6 +456,9 @@ class OrganisationsApi extends runtime.BaseAPI {
456
456
  if (requestParameters.status !== undefined) {
457
457
  queryParameters['status'] = requestParameters.status;
458
458
  }
459
+ if (requestParameters.email !== undefined) {
460
+ queryParameters['email'] = requestParameters.email;
461
+ }
459
462
  if (requestParameters.perPage !== undefined) {
460
463
  queryParameters['per_page'] = requestParameters.perPage;
461
464
  }
@@ -489,9 +492,9 @@ class OrganisationsApi extends runtime.BaseAPI {
489
492
  * List admins of an organisation. It is also possible to request a list of archived admins of the organisation, that is, users who used to have organisation security rights for the given organisation, but do not have them now. In order to execute this action the current user must have * security right `atom:org:list_org_admins` for the organisation with the ID in parameter `org_id` or * security right `atom:tenant:list_admins_of_all_orgs_of_tenant` for the parent tenant of the organisation `org_id` or * global security right `atom:global:list_admins_of_all_orgs
490
493
  * List admins of an organisation
491
494
  */
492
- orgsOrgIdAdminsGet(orgId, status, perPage, page, order, nextPageAfter, initOverrides) {
495
+ orgsOrgIdAdminsGet(orgId, status, email, perPage, page, order, nextPageAfter, initOverrides) {
493
496
  return __awaiter(this, void 0, void 0, function* () {
494
- const response = yield this.orgsOrgIdAdminsGetRaw({ orgId: orgId, status: status, perPage: perPage, page: page, order: order, nextPageAfter: nextPageAfter }, initOverrides);
497
+ const response = yield this.orgsOrgIdAdminsGetRaw({ orgId: orgId, status: status, email: email, perPage: perPage, page: page, order: order, nextPageAfter: nextPageAfter }, initOverrides);
495
498
  return yield response.value();
496
499
  });
497
500
  }
@@ -139,6 +139,9 @@ class SecurityRightsApi extends runtime.BaseAPI {
139
139
  globalAdminsGetRaw(requestParameters, initOverrides) {
140
140
  return __awaiter(this, void 0, void 0, function* () {
141
141
  const queryParameters = {};
142
+ if (requestParameters.email !== undefined) {
143
+ queryParameters['email'] = requestParameters.email;
144
+ }
142
145
  if (requestParameters.status !== undefined) {
143
146
  queryParameters['status'] = requestParameters.status;
144
147
  }
@@ -175,9 +178,9 @@ class SecurityRightsApi extends runtime.BaseAPI {
175
178
  * List all users with global security rights. It is also possible to request a list of archived global admins, that is, users who used to have global security rights, but do not have them now. In order to execute this action the current user must have \"security right `atom:global:assign_global_sr_to_user`.
176
179
  * List all users with global security rights
177
180
  */
178
- globalAdminsGet(status, perPage, order, page, nextPageAfter, initOverrides) {
181
+ globalAdminsGet(email, status, perPage, order, page, nextPageAfter, initOverrides) {
179
182
  return __awaiter(this, void 0, void 0, function* () {
180
- const response = yield this.globalAdminsGetRaw({ status: status, perPage: perPage, order: order, page: page, nextPageAfter: nextPageAfter }, initOverrides);
183
+ const response = yield this.globalAdminsGetRaw({ email: email, status: status, perPage: perPage, order: order, page: page, nextPageAfter: nextPageAfter }, initOverrides);
181
184
  return yield response.value();
182
185
  });
183
186
  }
@@ -344,6 +344,9 @@ class TenantsApi extends runtime.BaseAPI {
344
344
  if (requestParameters.status !== undefined) {
345
345
  queryParameters['status'] = requestParameters.status;
346
346
  }
347
+ if (requestParameters.email !== undefined) {
348
+ queryParameters['email'] = requestParameters.email;
349
+ }
347
350
  if (requestParameters.perPage !== undefined) {
348
351
  queryParameters['per_page'] = requestParameters.perPage;
349
352
  }
@@ -377,9 +380,9 @@ class TenantsApi extends runtime.BaseAPI {
377
380
  * List admins of a tenant. In order to execute this action the current user must have In order to execute this action the current user must have security right `atom:tenant:list_tenant_admins` for the tenant with the ID in parameter `tenant_id`
378
381
  * List admins of a tenant
379
382
  */
380
- tenantsTenantIdAdminsGet(tenantId, status, perPage, order, page, nextPageAfter, initOverrides) {
383
+ tenantsTenantIdAdminsGet(tenantId, status, email, perPage, order, page, nextPageAfter, initOverrides) {
381
384
  return __awaiter(this, void 0, void 0, function* () {
382
- const response = yield this.tenantsTenantIdAdminsGetRaw({ tenantId: tenantId, status: status, perPage: perPage, order: order, page: page, nextPageAfter: nextPageAfter }, initOverrides);
385
+ const response = yield this.tenantsTenantIdAdminsGetRaw({ tenantId: tenantId, status: status, email: email, perPage: perPage, order: order, page: page, nextPageAfter: nextPageAfter }, initOverrides);
383
386
  return yield response.value();
384
387
  });
385
388
  }