@meeco/svx-api-sdk 1.0.0-develop.20230810153330.3fa2721
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 +457 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +19 -0
- package/lib/esm/apis/ClassificationsApi.js +172 -0
- package/lib/esm/apis/ConnectionsApi.js +553 -0
- package/lib/esm/apis/DIDsApi.js +256 -0
- package/lib/esm/apis/DelegationsApi.js +465 -0
- package/lib/esm/apis/EventsApi.js +121 -0
- package/lib/esm/apis/HelpersApi.js +230 -0
- package/lib/esm/apis/ItemsApi.js +1123 -0
- package/lib/esm/apis/KeysApi.js +538 -0
- package/lib/esm/apis/MetricsApi.js +161 -0
- package/lib/esm/apis/OrganisationsApi.js +956 -0
- package/lib/esm/apis/SecurityRightsApi.js +383 -0
- package/lib/esm/apis/SharesApi.js +788 -0
- package/lib/esm/apis/TenantsApi.js +670 -0
- package/lib/esm/apis/UsersApi.js +1085 -0
- package/lib/esm/apis/VerifiableCredentialsApi.js +904 -0
- package/lib/esm/apis/VerifiablePresentationsApi.js +970 -0
- package/lib/esm/apis/index.js +18 -0
- package/lib/esm/index.js +5 -0
- package/lib/esm/models/ATOMActiveAndArchivedOrgList.js +47 -0
- package/lib/esm/models/ATOMAdmin.js +44 -0
- package/lib/esm/models/ATOMAgentList.js +44 -0
- package/lib/esm/models/ATOMAgentToken.js +43 -0
- package/lib/esm/models/ATOMApplicationVersion.js +44 -0
- package/lib/esm/models/ATOMAssignSecurityRightsRequest.js +43 -0
- package/lib/esm/models/ATOMAuthorizationResponse.js +47 -0
- package/lib/esm/models/ATOMBlobInfo.js +59 -0
- package/lib/esm/models/ATOMBlobInfoResponse.js +44 -0
- package/lib/esm/models/ATOMBlobPublicInfo.js +55 -0
- package/lib/esm/models/ATOMBlobPublicInfoResponse.js +44 -0
- package/lib/esm/models/ATOMBlobUploadUrlRequest.js +46 -0
- package/lib/esm/models/ATOMComponent.js +49 -0
- package/lib/esm/models/ATOMCreateOrUpdateOrgRequest.js +66 -0
- package/lib/esm/models/ATOMCreateOrUpdateTenantRequest.js +68 -0
- package/lib/esm/models/ATOMError.js +52 -0
- package/lib/esm/models/ATOMNewAgentRequest.js +48 -0
- package/lib/esm/models/ATOMOneAgent.js +44 -0
- package/lib/esm/models/ATOMOneOrg.js +44 -0
- package/lib/esm/models/ATOMOneTenant.js +44 -0
- package/lib/esm/models/ATOMOneUser.js +44 -0
- package/lib/esm/models/ATOMOrg.js +81 -0
- package/lib/esm/models/ATOMOrgAgent.js +51 -0
- package/lib/esm/models/ATOMOrgDescription.js +46 -0
- package/lib/esm/models/ATOMOrgIdAndName.js +58 -0
- package/lib/esm/models/ATOMOrgList.js +44 -0
- package/lib/esm/models/ATOMPaginatedAdminList.js +49 -0
- package/lib/esm/models/ATOMPaginatedOrgList.js +49 -0
- package/lib/esm/models/ATOMPaginatedTenantList.js +49 -0
- package/lib/esm/models/ATOMPublicKey.js +43 -0
- package/lib/esm/models/ATOMRedeemInvitationRequest.js +46 -0
- package/lib/esm/models/ATOMSecurityRightGroupSpec.js +46 -0
- package/lib/esm/models/ATOMSecurityRightInRegistry.js +47 -0
- package/lib/esm/models/ATOMSecurityRightSpec.js +48 -0
- package/lib/esm/models/ATOMSecurityRightSpecInRegistry.js +55 -0
- package/lib/esm/models/ATOMSecurityRights.js +43 -0
- package/lib/esm/models/ATOMSecurityRightsGroup.js +47 -0
- package/lib/esm/models/ATOMSecurityRightsOfUser.js +52 -0
- package/lib/esm/models/ATOMSecurityRightsRegistry.js +44 -0
- package/lib/esm/models/ATOMSrt.js +43 -0
- package/lib/esm/models/ATOMTenant.js +77 -0
- package/lib/esm/models/ATOMTenantDescription.js +46 -0
- package/lib/esm/models/ATOMTenantIdAndName.js +52 -0
- package/lib/esm/models/ATOMTenantInJwtForWhoAmI.js +52 -0
- package/lib/esm/models/ATOMUpdateOrgAgentRequest.js +46 -0
- package/lib/esm/models/ATOMUser.js +52 -0
- package/lib/esm/models/ATOMWhoAmI.js +64 -0
- package/lib/esm/models/AcceptInvitationParams.js +49 -0
- package/lib/esm/models/AcceptInvitationPublicKey.js +45 -0
- package/lib/esm/models/AcceptInvitationsRequest.js +47 -0
- package/lib/esm/models/AcceptInvitationsRequest1.js +45 -0
- package/lib/esm/models/ApplicationsGet200Response.js +44 -0
- package/lib/esm/models/ApplicationsGet200ResponseApplicationsInner.js +73 -0
- package/lib/esm/models/ApplicationsIdGet200Response.js +44 -0
- package/lib/esm/models/ApplicationsIdPutRequest.js +44 -0
- package/lib/esm/models/ApplicationsIdPutRequestApplication.js +46 -0
- package/lib/esm/models/ApplicationsPost201Response.js +44 -0
- package/lib/esm/models/ApplicationsPost201ResponseApplication.js +52 -0
- package/lib/esm/models/ApplicationsPostRequest.js +44 -0
- package/lib/esm/models/ApplicationsPostRequestApplication.js +49 -0
- package/lib/esm/models/AttachmentsFolderResponse.js +50 -0
- package/lib/esm/models/ChildPublicKeyForConnection.js +45 -0
- package/lib/esm/models/ClassificationNodeResponse.js +44 -0
- package/lib/esm/models/ClassificationNodesPost201Response.js +44 -0
- package/lib/esm/models/ClassificationNodesPostRequest.js +44 -0
- package/lib/esm/models/ClassificationNodesPostRequestClassificationNode.js +53 -0
- package/lib/esm/models/ClassificationNodesResponse.js +51 -0
- package/lib/esm/models/ClientTaskQueueResponse.js +50 -0
- package/lib/esm/models/ClientTaskQueueResponse1.js +44 -0
- package/lib/esm/models/ConnectionsResponse.js +50 -0
- package/lib/esm/models/CreateChildUserParams.js +47 -0
- package/lib/esm/models/CreateChildUserResponse.js +48 -0
- package/lib/esm/models/CreateDeleteReconfigureSharesRequest.js +51 -0
- package/lib/esm/models/CreateDeleteReconfigureSharesServiceResponse.js +50 -0
- package/lib/esm/models/CreateSessionResponseSession.js +43 -0
- package/lib/esm/models/DelegationInvitationsResponse.js +50 -0
- package/lib/esm/models/DidIdentifierGet200Response.js +39 -0
- package/lib/esm/models/DirectAttachment.js +44 -0
- package/lib/esm/models/EventActivityFeedResponse.js +51 -0
- package/lib/esm/models/EventFeedResponse.js +50 -0
- package/lib/esm/models/GetItemSharesResponse.js +44 -0
- package/lib/esm/models/GetItemSharesResponseSharesInner.js +49 -0
- package/lib/esm/models/IDNApp.js +61 -0
- package/lib/esm/models/IDNAppSignal.js +49 -0
- package/lib/esm/models/IDNComponent.js +49 -0
- package/lib/esm/models/IDNCreateDidDto.js +51 -0
- package/lib/esm/models/IDNCreateDidDtoDidDocument.js +65 -0
- package/lib/esm/models/IDNCreateDidDtoOptions.js +47 -0
- package/lib/esm/models/IDNDIDCreateResultDto.js +52 -0
- package/lib/esm/models/IDNDIDDeactivateResultDto.js +52 -0
- package/lib/esm/models/IDNDIDDocumentMetadataDto.js +57 -0
- package/lib/esm/models/IDNDIDMetadataDto.js +47 -0
- package/lib/esm/models/IDNDIDResolutionMetadataDto.js +57 -0
- package/lib/esm/models/IDNDIDResolutionResultDto.js +55 -0
- package/lib/esm/models/IDNDIDUpdateResultDto.js +52 -0
- package/lib/esm/models/IDNDIDUrlMetadataDto.js +54 -0
- package/lib/esm/models/IDNData.js +47 -0
- package/lib/esm/models/IDNDatabase.js +52 -0
- package/lib/esm/models/IDNDeactivateDidDto.js +54 -0
- package/lib/esm/models/IDNDidDocumentDto.js +65 -0
- package/lib/esm/models/IDNDidDocumentMetadata.js +50 -0
- package/lib/esm/models/IDNDidOwner.js +72 -0
- package/lib/esm/models/IDNDidRegistrationMetadata.js +45 -0
- package/lib/esm/models/IDNDidState.js +59 -0
- package/lib/esm/models/IDNErrorResponseModel.js +58 -0
- package/lib/esm/models/IDNErrorsResponseModelDto.js +44 -0
- package/lib/esm/models/IDNHealthCheck.js +49 -0
- package/lib/esm/models/IDNLedgerResult.js +46 -0
- package/lib/esm/models/IDNMetadata.js +49 -0
- package/lib/esm/models/IDNOperation.js +47 -0
- package/lib/esm/models/IDNOptionsDto.js +47 -0
- package/lib/esm/models/IDNPaginatedDidOwnerResultDto.js +52 -0
- package/lib/esm/models/IDNPayload.js +50 -0
- package/lib/esm/models/IDNPublicKeyJWK.js +45 -0
- package/lib/esm/models/IDNReqSignature.js +46 -0
- package/lib/esm/models/IDNResult.js +56 -0
- package/lib/esm/models/IDNSecret.js +43 -0
- package/lib/esm/models/IDNSigningRequest.js +46 -0
- package/lib/esm/models/IDNSigningRequestType.js +52 -0
- package/lib/esm/models/IDNStatusDto.js +56 -0
- package/lib/esm/models/IDNTxn.js +51 -0
- package/lib/esm/models/IDNTxnMetadata.js +47 -0
- package/lib/esm/models/IDNUpdateDidDto.js +57 -0
- package/lib/esm/models/IDNValue.js +45 -0
- package/lib/esm/models/IDNVersionDto.js +44 -0
- package/lib/esm/models/IDNlinks.js +52 -0
- package/lib/esm/models/IDNmeta.js +64 -0
- package/lib/esm/models/IDNverificationMethodTemplate.js +50 -0
- package/lib/esm/models/IDPAcceptDIDInvitationPayloadDto.js +48 -0
- package/lib/esm/models/IDPAcceptInviteNewUserDto.js +52 -0
- package/lib/esm/models/IDPApp.js +61 -0
- package/lib/esm/models/IDPAppSignal.js +49 -0
- package/lib/esm/models/IDPAuthorisationRequestDto.js +46 -0
- package/lib/esm/models/IDPAuthorisationRequestResponseDto.js +46 -0
- package/lib/esm/models/IDPAuthorisationSiopSessionRequestDto.js +46 -0
- package/lib/esm/models/IDPAuthorisationSiopSessionRequestPayloadDto.js +44 -0
- package/lib/esm/models/IDPClientModelDto.js +73 -0
- package/lib/esm/models/IDPClientResponseDto.js +44 -0
- package/lib/esm/models/IDPClientsResponseDto.js +44 -0
- package/lib/esm/models/IDPComponent.js +49 -0
- package/lib/esm/models/IDPCreateClientDto.js +70 -0
- package/lib/esm/models/IDPCreateClientPayloadDto.js +44 -0
- package/lib/esm/models/IDPCreateInvitationDto.js +58 -0
- package/lib/esm/models/IDPCreateInvitationPayloadDto.js +44 -0
- package/lib/esm/models/IDPDatabase.js +52 -0
- package/lib/esm/models/IDPEndUserInvitationResponseDto.js +44 -0
- package/lib/esm/models/IDPEndUserInvitationResponseModelDto.js +78 -0
- package/lib/esm/models/IDPEndUserInvitationsResponseDto.js +48 -0
- package/lib/esm/models/IDPEndUserResponseDto.js +44 -0
- package/lib/esm/models/IDPEndUserResponseModelDto.js +55 -0
- package/lib/esm/models/IDPEndUsersResponseDto.js +48 -0
- package/lib/esm/models/IDPErrorResponseDto.js +49 -0
- package/lib/esm/models/IDPErrorResponseModel.js +58 -0
- package/lib/esm/models/IDPErrorsResponseModelDto.js +44 -0
- package/lib/esm/models/IDPForgotPasswordDto.js +43 -0
- package/lib/esm/models/IDPGenerateShortLivedAccessTokenDto.js +43 -0
- package/lib/esm/models/IDPGenerateShortLivedAccessTokenPayloadDto.js +44 -0
- package/lib/esm/models/IDPHealthCheck.js +49 -0
- package/lib/esm/models/IDPInvitationResponseDto.js +44 -0
- package/lib/esm/models/IDPInvitationResponseModelDto.js +106 -0
- package/lib/esm/models/IDPInvitationsResponseDto.js +48 -0
- package/lib/esm/models/IDPJoinedTenantDto.js +61 -0
- package/lib/esm/models/IDPLoginRequestDto.js +46 -0
- package/lib/esm/models/IDPMeta.js +71 -0
- package/lib/esm/models/IDPResetPasswordDto.js +46 -0
- package/lib/esm/models/IDPStatusDto.js +56 -0
- package/lib/esm/models/IDPUpdateClientDto.js +49 -0
- package/lib/esm/models/IDPUpdateClientPayloadDto.js +44 -0
- package/lib/esm/models/IDPUpdatePasswordDto.js +49 -0
- package/lib/esm/models/IDPUpdatePasswordPayloadDto.js +44 -0
- package/lib/esm/models/IDPUpdateUserDto.js +45 -0
- package/lib/esm/models/IDPUpdateUserPayloadDto.js +44 -0
- package/lib/esm/models/IDPUserDto.js +70 -0
- package/lib/esm/models/IDPUserResponseDto.js +44 -0
- package/lib/esm/models/IDPVersionDto.js +44 -0
- package/lib/esm/models/IDPWhoAmIResponseModelDto.js +56 -0
- package/lib/esm/models/InvitationRejectedResponse.js +44 -0
- package/lib/esm/models/InvitationResponse.js +44 -0
- package/lib/esm/models/InvitationWithShareIntentsResponse.js +51 -0
- package/lib/esm/models/InvitationsResponse.js +50 -0
- package/lib/esm/models/ItemSharesUpdateResponse.js +44 -0
- package/lib/esm/models/ItemTemplatesResponse.js +66 -0
- package/lib/esm/models/ItemsResponse.js +66 -0
- package/lib/esm/models/KeystoreComponent.js +46 -0
- package/lib/esm/models/KeystoreDataEncryptionKey.js +46 -0
- package/lib/esm/models/KeystoreDataEncryptionKeyResponse.js +44 -0
- package/lib/esm/models/KeystoreDelegation.js +73 -0
- package/lib/esm/models/KeystoreDelegationResponse.js +44 -0
- package/lib/esm/models/KeystoreDelegationWithPivateDekExternalIdResponse.js +47 -0
- package/lib/esm/models/KeystoreErr.js +58 -0
- package/lib/esm/models/KeystoreErrorsResponse.js +44 -0
- package/lib/esm/models/KeystoreExternalAdmissionTokens.js +46 -0
- package/lib/esm/models/KeystoreKbcSessionResponse.js +48 -0
- package/lib/esm/models/KeystoreKeyEncryptionKey.js +46 -0
- package/lib/esm/models/KeystoreKeyEncryptionKeyResponse.js +44 -0
- package/lib/esm/models/KeystoreKeypair.js +55 -0
- package/lib/esm/models/KeystoreKeypairResponse.js +44 -0
- package/lib/esm/models/KeystorePassphraseDerivationArtefact.js +49 -0
- package/lib/esm/models/KeystorePassphraseDerivationArtefactResponse.js +44 -0
- package/lib/esm/models/KeystoreSession.js +55 -0
- package/lib/esm/models/KeystoreSessionResponse.js +44 -0
- package/lib/esm/models/KeystoreSessionValidity.js +43 -0
- package/lib/esm/models/KeystoreSrpChallenge.js +46 -0
- package/lib/esm/models/KeystoreUser.js +46 -0
- package/lib/esm/models/KeystoreUserImported.js +49 -0
- package/lib/esm/models/KeystoreUserInfo.js +52 -0
- package/lib/esm/models/KeystoreUserQueuedForDeletion.js +46 -0
- package/lib/esm/models/KeystoreUserResponse.js +44 -0
- package/lib/esm/models/KeystoreUsernameResponse.js +46 -0
- package/lib/esm/models/KeystoreWellKnownRecaptchaResponse.js +43 -0
- package/lib/esm/models/ListOfReconfigureShareParams.js +44 -0
- package/lib/esm/models/ParentPublicKeyForConnection.js +45 -0
- package/lib/esm/models/PostAttachmentDirectUploadUrlBlobRequest.js +47 -0
- package/lib/esm/models/PostAttachmentDirectUploadUrlRequest.js +44 -0
- package/lib/esm/models/PostConnection.js +47 -0
- package/lib/esm/models/PostConnectionPublicKey.js +45 -0
- package/lib/esm/models/PostConnectionsRequest.js +47 -0
- package/lib/esm/models/PostCreateAttachmentBlobRequest.js +49 -0
- package/lib/esm/models/PostCreateAttachmentRequest.js +44 -0
- package/lib/esm/models/PostDataEncryptionKeysRequest.js +43 -0
- package/lib/esm/models/PostDelegationInvitationsRequest.js +47 -0
- package/lib/esm/models/PostInvitation.js +57 -0
- package/lib/esm/models/PostInvitationPublicKey.js +45 -0
- package/lib/esm/models/PostInvitationsRequest.js +49 -0
- package/lib/esm/models/PostItemEncryptRequest.js +44 -0
- package/lib/esm/models/PostItemEncryptRequestSlotsInner.js +47 -0
- package/lib/esm/models/PostItemSharesRequest.js +44 -0
- package/lib/esm/models/PostItemSharesRequestShare.js +62 -0
- package/lib/esm/models/PostItemTemplateRequest.js +56 -0
- package/lib/esm/models/PostItemTemplateRequestSlotAttributes.js +49 -0
- package/lib/esm/models/PostItemsRequest.js +50 -0
- package/lib/esm/models/PostItemsRequestItem.js +54 -0
- package/lib/esm/models/PostKeyEncryptionKeyRequest.js +43 -0
- package/lib/esm/models/PostKeypairsRequest.js +49 -0
- package/lib/esm/models/PostPassphraseDerivationArtefactRequest.js +46 -0
- package/lib/esm/models/PutItemSharesClientTasksRequest.js +47 -0
- package/lib/esm/models/PutItemSharesRequest.js +50 -0
- package/lib/esm/models/PutItemSharesRequestShareDeksInner.js +45 -0
- package/lib/esm/models/PutItemSharesRequestShareSlotValuesInner.js +51 -0
- package/lib/esm/models/PutItemsRequest.js +44 -0
- package/lib/esm/models/PutItemsRequestItem.js +49 -0
- package/lib/esm/models/PutKeypairsRequest.js +45 -0
- package/lib/esm/models/PutMeRequest.js +44 -0
- package/lib/esm/models/PutMeRequestUser.js +53 -0
- package/lib/esm/models/PutSharesRequestShare.js +47 -0
- package/lib/esm/models/PutTasksRequest.js +44 -0
- package/lib/esm/models/ReconfigureShareParamsInner.js +47 -0
- package/lib/esm/models/ReconfigureSharesResponse.js +44 -0
- package/lib/esm/models/ShareIntentParam.js +65 -0
- package/lib/esm/models/ShareIntentRequest.js +44 -0
- package/lib/esm/models/ShareIntentResponse.js +44 -0
- package/lib/esm/models/ShareIntentsResponse.js +44 -0
- package/lib/esm/models/SharesIncomingResponse.js +50 -0
- package/lib/esm/models/SharesOutgoingResponse.js +50 -0
- package/lib/esm/models/ShreIntentListResponse.js +50 -0
- package/lib/esm/models/UpdateDelegationsRequest.js +43 -0
- package/lib/esm/models/VCApp.js +61 -0
- package/lib/esm/models/VCAppSignal.js +49 -0
- package/lib/esm/models/VCComponent.js +49 -0
- package/lib/esm/models/VCCreateCredentialTypeDto.js +54 -0
- package/lib/esm/models/VCCreateCredentialTypeExternalIssuerDto.js +47 -0
- package/lib/esm/models/VCCreateCredentialTypePayloadDto.js +44 -0
- package/lib/esm/models/VCCreateCredentialTypeStyleDto.js +49 -0
- package/lib/esm/models/VCCreatePresentationDefinitionDto.js +50 -0
- package/lib/esm/models/VCCreatePresentationDefinitionPayloadDto.js +44 -0
- package/lib/esm/models/VCCreatePresentationRequestDto.js +77 -0
- package/lib/esm/models/VCCreatePresentationRequestIdTokenRequestDto.js +48 -0
- package/lib/esm/models/VCCreatePresentationRequestPayloadDto.js +44 -0
- package/lib/esm/models/VCCreateSchemaDto.js +50 -0
- package/lib/esm/models/VCCreateSchemaPayloadDto.js +44 -0
- package/lib/esm/models/VCCredentialJSONSchemaPayloadDto.js +69 -0
- package/lib/esm/models/VCCredentialModelDto.js +86 -0
- package/lib/esm/models/VCCredentialResponseDto.js +44 -0
- package/lib/esm/models/VCCredentialTypeExternalIssuerDto.js +49 -0
- package/lib/esm/models/VCCredentialTypeModelDto.js +70 -0
- package/lib/esm/models/VCCredentialTypeModelDtoExternalIssuer.js +49 -0
- package/lib/esm/models/VCCredentialTypeModelDtoSchema.js +46 -0
- package/lib/esm/models/VCCredentialTypeModelDtoStyle.js +49 -0
- package/lib/esm/models/VCCredentialTypeResponseDto.js +44 -0
- package/lib/esm/models/VCCredentialTypeSchemaDto.js +46 -0
- package/lib/esm/models/VCCredentialTypeStyleDto.js +49 -0
- package/lib/esm/models/VCCredentialTypesResponseDto.js +52 -0
- package/lib/esm/models/VCCredentialVerificationResultResponseDto.js +64 -0
- package/lib/esm/models/VCDatabase.js +52 -0
- package/lib/esm/models/VCErrorResponseModel.js +58 -0
- package/lib/esm/models/VCErrorsResponseModelDto.js +44 -0
- package/lib/esm/models/VCGenerateCredentialDto.js +54 -0
- package/lib/esm/models/VCGenerateCredentialPayloadDto.js +44 -0
- package/lib/esm/models/VCGeneratePresentationDto.js +54 -0
- package/lib/esm/models/VCGeneratePresentationPayloadDto.js +44 -0
- package/lib/esm/models/VCHealthCheck.js +49 -0
- package/lib/esm/models/VCInputDescriptorsDto.js +52 -0
- package/lib/esm/models/VCMeta.js +71 -0
- package/lib/esm/models/VCOrganizationResponseDto.js +52 -0
- package/lib/esm/models/VCPaginatedCredentialsResponseDto.js +48 -0
- package/lib/esm/models/VCPaginatedPresentationDefinitionsResponseDto.js +48 -0
- package/lib/esm/models/VCPaginatedPresentationRequestResponseDto.js +48 -0
- package/lib/esm/models/VCPresentationDefinitionDto.js +52 -0
- package/lib/esm/models/VCPresentationDefinitionJsonResponseDto.js +44 -0
- package/lib/esm/models/VCPresentationDefinitionModelDto.js +71 -0
- package/lib/esm/models/VCPresentationDefinitionResponseDto.js +44 -0
- package/lib/esm/models/VCPresentationDefinitionToSchemaModel.js +49 -0
- package/lib/esm/models/VCPresentationRequestCreateSubmissionDto.js +48 -0
- package/lib/esm/models/VCPresentationRequestIdTokenResponseDto.js +49 -0
- package/lib/esm/models/VCPresentationRequestModelDto.js +95 -0
- package/lib/esm/models/VCPresentationRequestResponseDto.js +44 -0
- package/lib/esm/models/VCPresentationRequestSubmissionModelDto.js +79 -0
- package/lib/esm/models/VCPresentationRequestSubmissionResponseDto.js +44 -0
- package/lib/esm/models/VCPresentationRequestSubmissionsResponseDto.js +44 -0
- package/lib/esm/models/VCPresentationRequestTokenPropertiesModelDto.js +76 -0
- package/lib/esm/models/VCPresentationRequestTokensModelDto.js +46 -0
- package/lib/esm/models/VCPresentationRequestUpdateSubmissionDto.js +55 -0
- package/lib/esm/models/VCPresentationRequestUpdateSubmissionPayloadDto.js +44 -0
- package/lib/esm/models/VCPresentationRequestUpdateVerificationResultDto.js +60 -0
- package/lib/esm/models/VCPresentationRequestVerificationResultResponseDto.js +64 -0
- package/lib/esm/models/VCPresentationResponseVerificationResultResponseDto.js +61 -0
- package/lib/esm/models/VCPresentationVerificationResultResponseDto.js +65 -0
- package/lib/esm/models/VCRequiredCredentials.js +49 -0
- package/lib/esm/models/VCSchemaJSONResponseDto.js +61 -0
- package/lib/esm/models/VCSchemaResponseDto.js +44 -0
- package/lib/esm/models/VCSchemaResponseModelDto.js +64 -0
- package/lib/esm/models/VCSchemasResponseDto.js +48 -0
- package/lib/esm/models/VCShemasDto.js +43 -0
- package/lib/esm/models/VCStatusDto.js +56 -0
- package/lib/esm/models/VCUnsignedCredentialModelDto.js +47 -0
- package/lib/esm/models/VCUnsignedCredentialModelDtoMetadata.js +44 -0
- package/lib/esm/models/VCUnsignedCredentialResponseDto.js +44 -0
- package/lib/esm/models/VCUnsignedPresentationModelDto.js +43 -0
- package/lib/esm/models/VCUnsignedPresentationResponseDto.js +44 -0
- package/lib/esm/models/VCUpdateCredentialStatusRequestDto.js +47 -0
- package/lib/esm/models/VCUpdateCredentialStatusRequestStatusDto.js +60 -0
- package/lib/esm/models/VCUpdateCredentialTypeDto.js +51 -0
- package/lib/esm/models/VCUpdateCredentialTypePayloadDto.js +44 -0
- package/lib/esm/models/VCUpdatePresentationRequestDto.js +52 -0
- package/lib/esm/models/VCUpdatePresentationRequestPayloadDto.js +44 -0
- package/lib/esm/models/VCUpdateSchemaDto.js +46 -0
- package/lib/esm/models/VCUpdateSchemaPayloadDto.js +44 -0
- package/lib/esm/models/VCVerificationCheckResponseDto.js +49 -0
- package/lib/esm/models/VCVerifyPresentationRequestDto.js +43 -0
- package/lib/esm/models/VCVerifyPresentationRequestPayloadDto.js +44 -0
- package/lib/esm/models/VCVerifyPresentationRequestResponseDto.js +51 -0
- package/lib/esm/models/VCVerifyPresentationRequestResponsePayloadDto.js +44 -0
- package/lib/esm/models/VCVerifySignedCredentialRequestDto.js +43 -0
- package/lib/esm/models/VCVerifySignedCredentialRequestPayloadDto.js +44 -0
- package/lib/esm/models/VCVerifySignedPresentationRequestDto.js +43 -0
- package/lib/esm/models/VCVerifySignedPresentationRequestPayloadDto.js +44 -0
- package/lib/esm/models/VCVersionDto.js +44 -0
- package/lib/esm/models/VaultActivity.js +82 -0
- package/lib/esm/models/VaultAdmissionToken.js +49 -0
- package/lib/esm/models/VaultAdmissionTokenResponse.js +44 -0
- package/lib/esm/models/VaultAssociation.js +58 -0
- package/lib/esm/models/VaultAssociationResponse.js +44 -0
- package/lib/esm/models/VaultAttachment.js +66 -0
- package/lib/esm/models/VaultAttachmentDirectUploadUrl.js +49 -0
- package/lib/esm/models/VaultAttachmentDirectUploadUrlResponse.js +44 -0
- package/lib/esm/models/VaultAttachmentResponse.js +44 -0
- package/lib/esm/models/VaultAttachmentsFolder.js +60 -0
- package/lib/esm/models/VaultAttachmentsFolderResponse.js +44 -0
- package/lib/esm/models/VaultClassificationNode.js +70 -0
- package/lib/esm/models/VaultClassificationNodeAttributes.js +57 -0
- package/lib/esm/models/VaultClassificationNodeAttributesWithDeletion.js +59 -0
- package/lib/esm/models/VaultClientTask.js +81 -0
- package/lib/esm/models/VaultCompactAttachment.js +54 -0
- package/lib/esm/models/VaultCompactShareIntent.js +70 -0
- package/lib/esm/models/VaultCompactSlot.js +49 -0
- package/lib/esm/models/VaultComponent.js +46 -0
- package/lib/esm/models/VaultConnection.js +48 -0
- package/lib/esm/models/VaultConnectionResponse.js +44 -0
- package/lib/esm/models/VaultConnectionResponseWithCreatedSharesReport.js +51 -0
- package/lib/esm/models/VaultConnectionsByRoles.js +49 -0
- package/lib/esm/models/VaultCreateOrganizationServiceResponse.js +48 -0
- package/lib/esm/models/VaultCreateSessionResponse.js +44 -0
- package/lib/esm/models/VaultCreatedShareReport.js +52 -0
- package/lib/esm/models/VaultDelegationInvitation.js +73 -0
- package/lib/esm/models/VaultDelegationInvitationResponse.js +44 -0
- package/lib/esm/models/VaultDeletionQueueItemResponse.js +44 -0
- package/lib/esm/models/VaultDirectAttachment.js +59 -0
- package/lib/esm/models/VaultEncryptedSlotValue.js +51 -0
- package/lib/esm/models/VaultErr.js +58 -0
- package/lib/esm/models/VaultErrorsResponse.js +44 -0
- package/lib/esm/models/VaultGetShareResponse.js +44 -0
- package/lib/esm/models/VaultGlobalAttachmentsReport.js +52 -0
- package/lib/esm/models/VaultGlobalAttachmentsReportResponse.js +44 -0
- package/lib/esm/models/VaultGlobalConnectionsReport.js +56 -0
- package/lib/esm/models/VaultGlobalConnectionsReportResponse.js +48 -0
- package/lib/esm/models/VaultGlobalSharesReport.js +49 -0
- package/lib/esm/models/VaultGlobalUsersReport.js +52 -0
- package/lib/esm/models/VaultGlobalUsersReportResponse.js +44 -0
- package/lib/esm/models/VaultImage.js +49 -0
- package/lib/esm/models/VaultInvitation.js +139 -0
- package/lib/esm/models/VaultInvitationAcceptedResponse.js +51 -0
- package/lib/esm/models/VaultInvitationConfirmedResponse.js +51 -0
- package/lib/esm/models/VaultItem.js +94 -0
- package/lib/esm/models/VaultItemReport.js +48 -0
- package/lib/esm/models/VaultItemReportItems.js +49 -0
- package/lib/esm/models/VaultItemReportResponse.js +44 -0
- package/lib/esm/models/VaultItemReportSlots.js +49 -0
- package/lib/esm/models/VaultItemResponse.js +60 -0
- package/lib/esm/models/VaultItemTemplate.js +79 -0
- package/lib/esm/models/VaultItemTemplateClassificationRequest.js +46 -0
- package/lib/esm/models/VaultItemTemplateResponse.js +60 -0
- package/lib/esm/models/VaultMeResponse.js +51 -0
- package/lib/esm/models/VaultMeta.js +46 -0
- package/lib/esm/models/VaultNestedSlotAttributes.js +74 -0
- package/lib/esm/models/VaultOrganization.js +81 -0
- package/lib/esm/models/VaultOrganizationMember.js +59 -0
- package/lib/esm/models/VaultOrganizationResponse.js +44 -0
- package/lib/esm/models/VaultOwnConnectionData.js +105 -0
- package/lib/esm/models/VaultRedirectResponse.js +43 -0
- package/lib/esm/models/VaultRemoteFile.js +52 -0
- package/lib/esm/models/VaultService.js +78 -0
- package/lib/esm/models/VaultServiceUser.js +55 -0
- package/lib/esm/models/VaultSessionResumeResponse.js +51 -0
- package/lib/esm/models/VaultSessionTypeAndUserAccessToken.js +54 -0
- package/lib/esm/models/VaultShare.js +91 -0
- package/lib/esm/models/VaultShareIntent.js +89 -0
- package/lib/esm/models/VaultShareWithItemData.js +67 -0
- package/lib/esm/models/VaultSharesCreateResponse.js +44 -0
- package/lib/esm/models/VaultSlot.js +123 -0
- package/lib/esm/models/VaultSlotAttributesInItemCreation.js +64 -0
- package/lib/esm/models/VaultSlotResponse.js +44 -0
- package/lib/esm/models/VaultSystemClassificationNode.js +64 -0
- package/lib/esm/models/VaultSystemClassificationScheme.js +65 -0
- package/lib/esm/models/VaultSystemItemTemplate.js +63 -0
- package/lib/esm/models/VaultSystemTemplateSlot.js +52 -0
- package/lib/esm/models/VaultTheOtherConnectedUserData.js +99 -0
- package/lib/esm/models/VaultThumbnail.js +58 -0
- package/lib/esm/models/VaultUser.js +87 -0
- package/lib/esm/models/VaultUserAccessToken.js +55 -0
- package/lib/esm/models/VaultUserAttachmentsReport.js +52 -0
- package/lib/esm/models/VaultUserAttachmentsReportResponse.js +44 -0
- package/lib/esm/models/VaultUserConnectionsReport.js +57 -0
- package/lib/esm/models/VaultUserConnectionsReportConnectionsGrantingDelegationAccessToYourAccount.js +47 -0
- package/lib/esm/models/VaultUserConnectionsReportConnectionsWithDelegationAccessToOtherUsers.js +47 -0
- package/lib/esm/models/VaultUserConnectionsReportResponse.js +44 -0
- package/lib/esm/models/VaultUserQueuedForDeletion.js +46 -0
- package/lib/esm/models/index.js +438 -0
- package/lib/esm/runtime.js +322 -0
- package/lib/types/apis/ClassificationsApi.d.ts +67 -0
- package/lib/types/apis/ConnectionsApi.d.ts +200 -0
- package/lib/types/apis/DIDsApi.d.ts +92 -0
- package/lib/types/apis/DelegationsApi.d.ts +171 -0
- package/lib/types/apis/EventsApi.d.ts +50 -0
- package/lib/types/apis/HelpersApi.d.ts +96 -0
- package/lib/types/apis/ItemsApi.d.ts +413 -0
- package/lib/types/apis/KeysApi.d.ts +198 -0
- package/lib/types/apis/MetricsApi.d.ts +64 -0
- package/lib/types/apis/OrganisationsApi.d.ts +354 -0
- package/lib/types/apis/SecurityRightsApi.d.ts +155 -0
- package/lib/types/apis/SharesApi.d.ts +285 -0
- package/lib/types/apis/TenantsApi.d.ts +265 -0
- package/lib/types/apis/UsersApi.d.ts +397 -0
- package/lib/types/apis/VerifiableCredentialsApi.d.ts +358 -0
- package/lib/types/apis/VerifiablePresentationsApi.d.ts +369 -0
- package/lib/types/apis/index.d.ts +16 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/models/ATOMActiveAndArchivedOrgList.d.ts +38 -0
- package/lib/types/models/ATOMAdmin.d.ts +32 -0
- package/lib/types/models/ATOMAgentList.d.ts +32 -0
- package/lib/types/models/ATOMAgentToken.d.ts +31 -0
- package/lib/types/models/ATOMApplicationVersion.d.ts +32 -0
- package/lib/types/models/ATOMAssignSecurityRightsRequest.d.ts +31 -0
- package/lib/types/models/ATOMAuthorizationResponse.d.ts +38 -0
- package/lib/types/models/ATOMBlobInfo.d.ts +67 -0
- package/lib/types/models/ATOMBlobInfoResponse.d.ts +32 -0
- package/lib/types/models/ATOMBlobPublicInfo.d.ts +55 -0
- package/lib/types/models/ATOMBlobPublicInfoResponse.d.ts +32 -0
- package/lib/types/models/ATOMBlobUploadUrlRequest.d.ts +37 -0
- package/lib/types/models/ATOMComponent.d.ts +43 -0
- package/lib/types/models/ATOMCreateOrUpdateOrgRequest.d.ts +97 -0
- package/lib/types/models/ATOMCreateOrUpdateTenantRequest.d.ts +103 -0
- package/lib/types/models/ATOMError.d.ts +49 -0
- package/lib/types/models/ATOMNewAgentRequest.d.ts +43 -0
- package/lib/types/models/ATOMOneAgent.d.ts +32 -0
- package/lib/types/models/ATOMOneOrg.d.ts +32 -0
- package/lib/types/models/ATOMOneTenant.d.ts +32 -0
- package/lib/types/models/ATOMOneUser.d.ts +32 -0
- package/lib/types/models/ATOMOrg.d.ts +133 -0
- package/lib/types/models/ATOMOrgAgent.d.ts +49 -0
- package/lib/types/models/ATOMOrgDescription.d.ts +37 -0
- package/lib/types/models/ATOMOrgIdAndName.d.ts +61 -0
- package/lib/types/models/ATOMOrgList.d.ts +32 -0
- package/lib/types/models/ATOMPaginatedAdminList.d.ts +44 -0
- package/lib/types/models/ATOMPaginatedOrgList.d.ts +44 -0
- package/lib/types/models/ATOMPaginatedTenantList.d.ts +44 -0
- package/lib/types/models/ATOMPublicKey.d.ts +31 -0
- package/lib/types/models/ATOMRedeemInvitationRequest.d.ts +37 -0
- package/lib/types/models/ATOMSecurityRightGroupSpec.d.ts +37 -0
- package/lib/types/models/ATOMSecurityRightInRegistry.d.ts +38 -0
- package/lib/types/models/ATOMSecurityRightSpec.d.ts +43 -0
- package/lib/types/models/ATOMSecurityRightSpecInRegistry.d.ts +55 -0
- package/lib/types/models/ATOMSecurityRights.d.ts +31 -0
- package/lib/types/models/ATOMSecurityRightsGroup.d.ts +38 -0
- package/lib/types/models/ATOMSecurityRightsOfUser.d.ts +46 -0
- package/lib/types/models/ATOMSecurityRightsRegistry.d.ts +32 -0
- package/lib/types/models/ATOMSrt.d.ts +31 -0
- package/lib/types/models/ATOMTenant.d.ts +121 -0
- package/lib/types/models/ATOMTenantDescription.d.ts +37 -0
- package/lib/types/models/ATOMTenantIdAndName.d.ts +49 -0
- package/lib/types/models/ATOMTenantInJwtForWhoAmI.d.ts +49 -0
- package/lib/types/models/ATOMUpdateOrgAgentRequest.d.ts +37 -0
- package/lib/types/models/ATOMUser.d.ts +55 -0
- package/lib/types/models/ATOMWhoAmI.d.ts +70 -0
- package/lib/types/models/AcceptInvitationParams.d.ts +49 -0
- package/lib/types/models/AcceptInvitationPublicKey.d.ts +37 -0
- package/lib/types/models/AcceptInvitationsRequest.d.ts +39 -0
- package/lib/types/models/AcceptInvitationsRequest1.d.ts +37 -0
- package/lib/types/models/ApplicationsGet200Response.d.ts +32 -0
- package/lib/types/models/ApplicationsGet200ResponseApplicationsInner.d.ts +91 -0
- package/lib/types/models/ApplicationsIdGet200Response.d.ts +32 -0
- package/lib/types/models/ApplicationsIdPutRequest.d.ts +32 -0
- package/lib/types/models/ApplicationsIdPutRequestApplication.d.ts +37 -0
- package/lib/types/models/ApplicationsPost201Response.d.ts +32 -0
- package/lib/types/models/ApplicationsPost201ResponseApplication.d.ts +49 -0
- package/lib/types/models/ApplicationsPostRequest.d.ts +32 -0
- package/lib/types/models/ApplicationsPostRequestApplication.d.ts +43 -0
- package/lib/types/models/AttachmentsFolderResponse.d.ts +44 -0
- package/lib/types/models/ChildPublicKeyForConnection.d.ts +37 -0
- package/lib/types/models/ClassificationNodeResponse.d.ts +32 -0
- package/lib/types/models/ClassificationNodesPost201Response.d.ts +32 -0
- package/lib/types/models/ClassificationNodesPostRequest.d.ts +32 -0
- package/lib/types/models/ClassificationNodesPostRequestClassificationNode.d.ts +61 -0
- package/lib/types/models/ClassificationNodesResponse.d.ts +45 -0
- package/lib/types/models/ClientTaskQueueResponse.d.ts +44 -0
- package/lib/types/models/ClientTaskQueueResponse1.d.ts +32 -0
- package/lib/types/models/ConnectionsResponse.d.ts +44 -0
- package/lib/types/models/CreateChildUserParams.d.ts +39 -0
- package/lib/types/models/CreateChildUserResponse.d.ts +39 -0
- package/lib/types/models/CreateDeleteReconfigureSharesRequest.d.ts +51 -0
- package/lib/types/models/CreateDeleteReconfigureSharesServiceResponse.d.ts +44 -0
- package/lib/types/models/CreateSessionResponseSession.d.ts +31 -0
- package/lib/types/models/DelegationInvitationsResponse.d.ts +44 -0
- package/lib/types/models/DidIdentifierGet200Response.d.ts +22 -0
- package/lib/types/models/DirectAttachment.d.ts +32 -0
- package/lib/types/models/EventActivityFeedResponse.d.ts +45 -0
- package/lib/types/models/EventFeedResponse.d.ts +44 -0
- package/lib/types/models/GetItemSharesResponse.d.ts +32 -0
- package/lib/types/models/GetItemSharesResponseSharesInner.d.ts +49 -0
- package/lib/types/models/IDNApp.d.ts +67 -0
- package/lib/types/models/IDNAppSignal.d.ts +43 -0
- package/lib/types/models/IDNComponent.d.ts +43 -0
- package/lib/types/models/IDNCreateDidDto.d.ts +51 -0
- package/lib/types/models/IDNCreateDidDtoDidDocument.d.ts +97 -0
- package/lib/types/models/IDNCreateDidDtoOptions.d.ts +43 -0
- package/lib/types/models/IDNDIDCreateResultDto.d.ts +52 -0
- package/lib/types/models/IDNDIDDeactivateResultDto.d.ts +52 -0
- package/lib/types/models/IDNDIDDocumentMetadataDto.d.ts +73 -0
- package/lib/types/models/IDNDIDMetadataDto.d.ts +43 -0
- package/lib/types/models/IDNDIDResolutionMetadataDto.d.ts +69 -0
- package/lib/types/models/IDNDIDResolutionResultDto.d.ts +52 -0
- package/lib/types/models/IDNDIDUpdateResultDto.d.ts +52 -0
- package/lib/types/models/IDNDIDUrlMetadataDto.d.ts +62 -0
- package/lib/types/models/IDNData.d.ts +43 -0
- package/lib/types/models/IDNDatabase.d.ts +49 -0
- package/lib/types/models/IDNDeactivateDidDto.d.ts +57 -0
- package/lib/types/models/IDNDidDocumentDto.d.ts +97 -0
- package/lib/types/models/IDNDidDocumentMetadata.d.ts +50 -0
- package/lib/types/models/IDNDidOwner.d.ts +82 -0
- package/lib/types/models/IDNDidRegistrationMetadata.d.ts +37 -0
- package/lib/types/models/IDNDidState.d.ts +71 -0
- package/lib/types/models/IDNErrorResponseModel.d.ts +61 -0
- package/lib/types/models/IDNErrorsResponseModelDto.d.ts +32 -0
- package/lib/types/models/IDNHealthCheck.d.ts +43 -0
- package/lib/types/models/IDNLedgerResult.d.ts +38 -0
- package/lib/types/models/IDNMetadata.d.ts +49 -0
- package/lib/types/models/IDNOperation.d.ts +43 -0
- package/lib/types/models/IDNOptionsDto.d.ts +43 -0
- package/lib/types/models/IDNPaginatedDidOwnerResultDto.d.ts +46 -0
- package/lib/types/models/IDNPayload.d.ts +50 -0
- package/lib/types/models/IDNPublicKeyJWK.d.ts +37 -0
- package/lib/types/models/IDNReqSignature.d.ts +38 -0
- package/lib/types/models/IDNResult.d.ts +64 -0
- package/lib/types/models/IDNSecret.d.ts +31 -0
- package/lib/types/models/IDNSigningRequest.d.ts +38 -0
- package/lib/types/models/IDNSigningRequestType.d.ts +56 -0
- package/lib/types/models/IDNStatusDto.d.ts +53 -0
- package/lib/types/models/IDNTxn.d.ts +51 -0
- package/lib/types/models/IDNTxnMetadata.d.ts +43 -0
- package/lib/types/models/IDNUpdateDidDto.d.ts +63 -0
- package/lib/types/models/IDNValue.d.ts +37 -0
- package/lib/types/models/IDNVersionDto.d.ts +32 -0
- package/lib/types/models/IDNlinks.d.ts +55 -0
- package/lib/types/models/IDNmeta.d.ts +73 -0
- package/lib/types/models/IDNverificationMethodTemplate.d.ts +50 -0
- package/lib/types/models/IDPAcceptDIDInvitationPayloadDto.d.ts +43 -0
- package/lib/types/models/IDPAcceptInviteNewUserDto.d.ts +49 -0
- package/lib/types/models/IDPApp.d.ts +67 -0
- package/lib/types/models/IDPAppSignal.d.ts +43 -0
- package/lib/types/models/IDPAuthorisationRequestDto.d.ts +37 -0
- package/lib/types/models/IDPAuthorisationRequestResponseDto.d.ts +37 -0
- package/lib/types/models/IDPAuthorisationSiopSessionRequestDto.d.ts +37 -0
- package/lib/types/models/IDPAuthorisationSiopSessionRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPClientModelDto.d.ts +91 -0
- package/lib/types/models/IDPClientResponseDto.d.ts +32 -0
- package/lib/types/models/IDPClientsResponseDto.d.ts +32 -0
- package/lib/types/models/IDPComponent.d.ts +43 -0
- package/lib/types/models/IDPCreateClientDto.d.ts +81 -0
- package/lib/types/models/IDPCreateClientPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPCreateInvitationDto.d.ts +64 -0
- package/lib/types/models/IDPCreateInvitationPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPDatabase.d.ts +49 -0
- package/lib/types/models/IDPEndUserInvitationResponseDto.d.ts +32 -0
- package/lib/types/models/IDPEndUserInvitationResponseModelDto.d.ts +94 -0
- package/lib/types/models/IDPEndUserInvitationsResponseDto.d.ts +39 -0
- package/lib/types/models/IDPEndUserResponseDto.d.ts +32 -0
- package/lib/types/models/IDPEndUserResponseModelDto.d.ts +55 -0
- package/lib/types/models/IDPEndUsersResponseDto.d.ts +39 -0
- package/lib/types/models/IDPErrorResponseDto.d.ts +43 -0
- package/lib/types/models/IDPErrorResponseModel.d.ts +61 -0
- package/lib/types/models/IDPErrorsResponseModelDto.d.ts +32 -0
- package/lib/types/models/IDPForgotPasswordDto.d.ts +31 -0
- package/lib/types/models/IDPGenerateShortLivedAccessTokenDto.d.ts +31 -0
- package/lib/types/models/IDPGenerateShortLivedAccessTokenPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPHealthCheck.d.ts +43 -0
- package/lib/types/models/IDPInvitationResponseDto.d.ts +32 -0
- package/lib/types/models/IDPInvitationResponseModelDto.d.ts +147 -0
- package/lib/types/models/IDPInvitationsResponseDto.d.ts +39 -0
- package/lib/types/models/IDPJoinedTenantDto.d.ts +67 -0
- package/lib/types/models/IDPLoginRequestDto.d.ts +37 -0
- package/lib/types/models/IDPMeta.d.ts +81 -0
- package/lib/types/models/IDPResetPasswordDto.d.ts +37 -0
- package/lib/types/models/IDPStatusDto.d.ts +53 -0
- package/lib/types/models/IDPUpdateClientDto.d.ts +49 -0
- package/lib/types/models/IDPUpdateClientPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPUpdatePasswordDto.d.ts +43 -0
- package/lib/types/models/IDPUpdatePasswordPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPUpdateUserDto.d.ts +37 -0
- package/lib/types/models/IDPUpdateUserPayloadDto.d.ts +32 -0
- package/lib/types/models/IDPUserDto.d.ts +85 -0
- package/lib/types/models/IDPUserResponseDto.d.ts +32 -0
- package/lib/types/models/IDPVersionDto.d.ts +32 -0
- package/lib/types/models/IDPWhoAmIResponseModelDto.d.ts +56 -0
- package/lib/types/models/InvitationRejectedResponse.d.ts +32 -0
- package/lib/types/models/InvitationResponse.d.ts +32 -0
- package/lib/types/models/InvitationWithShareIntentsResponse.d.ts +45 -0
- package/lib/types/models/InvitationsResponse.d.ts +44 -0
- package/lib/types/models/ItemSharesUpdateResponse.d.ts +32 -0
- package/lib/types/models/ItemTemplatesResponse.d.ts +72 -0
- package/lib/types/models/ItemsResponse.d.ts +72 -0
- package/lib/types/models/KeystoreComponent.d.ts +37 -0
- package/lib/types/models/KeystoreDataEncryptionKey.d.ts +37 -0
- package/lib/types/models/KeystoreDataEncryptionKeyResponse.d.ts +32 -0
- package/lib/types/models/KeystoreDelegation.d.ts +91 -0
- package/lib/types/models/KeystoreDelegationResponse.d.ts +32 -0
- package/lib/types/models/KeystoreDelegationWithPivateDekExternalIdResponse.d.ts +38 -0
- package/lib/types/models/KeystoreErr.d.ts +61 -0
- package/lib/types/models/KeystoreErrorsResponse.d.ts +32 -0
- package/lib/types/models/KeystoreExternalAdmissionTokens.d.ts +37 -0
- package/lib/types/models/KeystoreKbcSessionResponse.d.ts +39 -0
- package/lib/types/models/KeystoreKeyEncryptionKey.d.ts +37 -0
- package/lib/types/models/KeystoreKeyEncryptionKeyResponse.d.ts +32 -0
- package/lib/types/models/KeystoreKeypair.d.ts +55 -0
- package/lib/types/models/KeystoreKeypairResponse.d.ts +32 -0
- package/lib/types/models/KeystorePassphraseDerivationArtefact.d.ts +43 -0
- package/lib/types/models/KeystorePassphraseDerivationArtefactResponse.d.ts +32 -0
- package/lib/types/models/KeystoreSession.d.ts +55 -0
- package/lib/types/models/KeystoreSessionResponse.d.ts +32 -0
- package/lib/types/models/KeystoreSessionValidity.d.ts +31 -0
- package/lib/types/models/KeystoreSrpChallenge.d.ts +37 -0
- package/lib/types/models/KeystoreUser.d.ts +37 -0
- package/lib/types/models/KeystoreUserImported.d.ts +43 -0
- package/lib/types/models/KeystoreUserInfo.d.ts +49 -0
- package/lib/types/models/KeystoreUserQueuedForDeletion.d.ts +37 -0
- package/lib/types/models/KeystoreUserResponse.d.ts +32 -0
- package/lib/types/models/KeystoreUsernameResponse.d.ts +37 -0
- package/lib/types/models/KeystoreWellKnownRecaptchaResponse.d.ts +31 -0
- package/lib/types/models/ListOfReconfigureShareParams.d.ts +32 -0
- package/lib/types/models/ParentPublicKeyForConnection.d.ts +37 -0
- package/lib/types/models/PostAttachmentDirectUploadUrlBlobRequest.d.ts +43 -0
- package/lib/types/models/PostAttachmentDirectUploadUrlRequest.d.ts +32 -0
- package/lib/types/models/PostConnection.d.ts +43 -0
- package/lib/types/models/PostConnectionPublicKey.d.ts +37 -0
- package/lib/types/models/PostConnectionsRequest.d.ts +39 -0
- package/lib/types/models/PostCreateAttachmentBlobRequest.d.ts +49 -0
- package/lib/types/models/PostCreateAttachmentRequest.d.ts +32 -0
- package/lib/types/models/PostDataEncryptionKeysRequest.d.ts +31 -0
- package/lib/types/models/PostDelegationInvitationsRequest.d.ts +43 -0
- package/lib/types/models/PostInvitation.d.ts +73 -0
- package/lib/types/models/PostInvitationPublicKey.d.ts +37 -0
- package/lib/types/models/PostInvitationsRequest.d.ts +45 -0
- package/lib/types/models/PostItemEncryptRequest.d.ts +32 -0
- package/lib/types/models/PostItemEncryptRequestSlotsInner.d.ts +43 -0
- package/lib/types/models/PostItemSharesRequest.d.ts +32 -0
- package/lib/types/models/PostItemSharesRequestShare.d.ts +92 -0
- package/lib/types/models/PostItemTemplateRequest.d.ts +68 -0
- package/lib/types/models/PostItemTemplateRequestSlotAttributes.d.ts +49 -0
- package/lib/types/models/PostItemsRequest.d.ts +44 -0
- package/lib/types/models/PostItemsRequestItem.d.ts +57 -0
- package/lib/types/models/PostKeyEncryptionKeyRequest.d.ts +31 -0
- package/lib/types/models/PostKeypairsRequest.d.ts +49 -0
- package/lib/types/models/PostPassphraseDerivationArtefactRequest.d.ts +37 -0
- package/lib/types/models/PutItemSharesClientTasksRequest.d.ts +43 -0
- package/lib/types/models/PutItemSharesRequest.d.ts +46 -0
- package/lib/types/models/PutItemSharesRequestShareDeksInner.d.ts +37 -0
- package/lib/types/models/PutItemSharesRequestShareSlotValuesInner.d.ts +55 -0
- package/lib/types/models/PutItemsRequest.d.ts +32 -0
- package/lib/types/models/PutItemsRequestItem.d.ts +45 -0
- package/lib/types/models/PutKeypairsRequest.d.ts +37 -0
- package/lib/types/models/PutMeRequest.d.ts +32 -0
- package/lib/types/models/PutMeRequestUser.d.ts +61 -0
- package/lib/types/models/PutSharesRequestShare.d.ts +43 -0
- package/lib/types/models/PutTasksRequest.d.ts +32 -0
- package/lib/types/models/ReconfigureShareParamsInner.d.ts +43 -0
- package/lib/types/models/ReconfigureSharesResponse.d.ts +32 -0
- package/lib/types/models/ShareIntentParam.d.ts +84 -0
- package/lib/types/models/ShareIntentRequest.d.ts +32 -0
- package/lib/types/models/ShareIntentResponse.d.ts +32 -0
- package/lib/types/models/ShareIntentsResponse.d.ts +32 -0
- package/lib/types/models/SharesIncomingResponse.d.ts +44 -0
- package/lib/types/models/SharesOutgoingResponse.d.ts +44 -0
- package/lib/types/models/ShreIntentListResponse.d.ts +44 -0
- package/lib/types/models/UpdateDelegationsRequest.d.ts +31 -0
- package/lib/types/models/VCApp.d.ts +67 -0
- package/lib/types/models/VCAppSignal.d.ts +43 -0
- package/lib/types/models/VCComponent.d.ts +43 -0
- package/lib/types/models/VCCreateCredentialTypeDto.d.ts +51 -0
- package/lib/types/models/VCCreateCredentialTypeExternalIssuerDto.d.ts +43 -0
- package/lib/types/models/VCCreateCredentialTypePayloadDto.d.ts +32 -0
- package/lib/types/models/VCCreateCredentialTypeStyleDto.d.ts +43 -0
- package/lib/types/models/VCCreatePresentationDefinitionDto.d.ts +44 -0
- package/lib/types/models/VCCreatePresentationDefinitionPayloadDto.d.ts +32 -0
- package/lib/types/models/VCCreatePresentationRequestDto.d.ts +105 -0
- package/lib/types/models/VCCreatePresentationRequestIdTokenRequestDto.d.ts +43 -0
- package/lib/types/models/VCCreatePresentationRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/VCCreateSchemaDto.d.ts +44 -0
- package/lib/types/models/VCCreateSchemaPayloadDto.d.ts +32 -0
- package/lib/types/models/VCCredentialJSONSchemaPayloadDto.d.ts +76 -0
- package/lib/types/models/VCCredentialModelDto.d.ts +111 -0
- package/lib/types/models/VCCredentialResponseDto.d.ts +32 -0
- package/lib/types/models/VCCredentialTypeExternalIssuerDto.d.ts +43 -0
- package/lib/types/models/VCCredentialTypeModelDto.d.ts +82 -0
- package/lib/types/models/VCCredentialTypeModelDtoExternalIssuer.d.ts +43 -0
- package/lib/types/models/VCCredentialTypeModelDtoSchema.d.ts +37 -0
- package/lib/types/models/VCCredentialTypeModelDtoStyle.d.ts +43 -0
- package/lib/types/models/VCCredentialTypeResponseDto.d.ts +32 -0
- package/lib/types/models/VCCredentialTypeSchemaDto.d.ts +37 -0
- package/lib/types/models/VCCredentialTypeStyleDto.d.ts +43 -0
- package/lib/types/models/VCCredentialTypesResponseDto.d.ts +46 -0
- package/lib/types/models/VCCredentialVerificationResultResponseDto.d.ts +62 -0
- package/lib/types/models/VCDatabase.d.ts +49 -0
- package/lib/types/models/VCErrorResponseModel.d.ts +61 -0
- package/lib/types/models/VCErrorsResponseModelDto.d.ts +32 -0
- package/lib/types/models/VCGenerateCredentialDto.d.ts +55 -0
- package/lib/types/models/VCGenerateCredentialPayloadDto.d.ts +32 -0
- package/lib/types/models/VCGeneratePresentationDto.d.ts +55 -0
- package/lib/types/models/VCGeneratePresentationPayloadDto.d.ts +32 -0
- package/lib/types/models/VCHealthCheck.d.ts +43 -0
- package/lib/types/models/VCInputDescriptorsDto.d.ts +50 -0
- package/lib/types/models/VCMeta.d.ts +81 -0
- package/lib/types/models/VCOrganizationResponseDto.d.ts +49 -0
- package/lib/types/models/VCPaginatedCredentialsResponseDto.d.ts +39 -0
- package/lib/types/models/VCPaginatedPresentationDefinitionsResponseDto.d.ts +39 -0
- package/lib/types/models/VCPaginatedPresentationRequestResponseDto.d.ts +39 -0
- package/lib/types/models/VCPresentationDefinitionDto.d.ts +50 -0
- package/lib/types/models/VCPresentationDefinitionJsonResponseDto.d.ts +32 -0
- package/lib/types/models/VCPresentationDefinitionModelDto.d.ts +86 -0
- package/lib/types/models/VCPresentationDefinitionResponseDto.d.ts +32 -0
- package/lib/types/models/VCPresentationDefinitionToSchemaModel.d.ts +43 -0
- package/lib/types/models/VCPresentationRequestCreateSubmissionDto.d.ts +43 -0
- package/lib/types/models/VCPresentationRequestIdTokenResponseDto.d.ts +43 -0
- package/lib/types/models/VCPresentationRequestModelDto.d.ts +121 -0
- package/lib/types/models/VCPresentationRequestResponseDto.d.ts +32 -0
- package/lib/types/models/VCPresentationRequestSubmissionModelDto.d.ts +95 -0
- package/lib/types/models/VCPresentationRequestSubmissionResponseDto.d.ts +32 -0
- package/lib/types/models/VCPresentationRequestSubmissionsResponseDto.d.ts +32 -0
- package/lib/types/models/VCPresentationRequestTokenPropertiesModelDto.d.ts +97 -0
- package/lib/types/models/VCPresentationRequestTokensModelDto.d.ts +37 -0
- package/lib/types/models/VCPresentationRequestUpdateSubmissionDto.d.ts +47 -0
- package/lib/types/models/VCPresentationRequestUpdateSubmissionPayloadDto.d.ts +32 -0
- package/lib/types/models/VCPresentationRequestUpdateVerificationResultDto.d.ts +55 -0
- package/lib/types/models/VCPresentationRequestVerificationResultResponseDto.d.ts +62 -0
- package/lib/types/models/VCPresentationResponseVerificationResultResponseDto.d.ts +56 -0
- package/lib/types/models/VCPresentationVerificationResultResponseDto.d.ts +63 -0
- package/lib/types/models/VCRequiredCredentials.d.ts +49 -0
- package/lib/types/models/VCSchemaJSONResponseDto.d.ts +67 -0
- package/lib/types/models/VCSchemaResponseDto.d.ts +32 -0
- package/lib/types/models/VCSchemaResponseModelDto.d.ts +73 -0
- package/lib/types/models/VCSchemasResponseDto.d.ts +39 -0
- package/lib/types/models/VCShemasDto.d.ts +31 -0
- package/lib/types/models/VCStatusDto.d.ts +53 -0
- package/lib/types/models/VCUnsignedCredentialModelDto.d.ts +38 -0
- package/lib/types/models/VCUnsignedCredentialModelDtoMetadata.d.ts +32 -0
- package/lib/types/models/VCUnsignedCredentialResponseDto.d.ts +32 -0
- package/lib/types/models/VCUnsignedPresentationModelDto.d.ts +31 -0
- package/lib/types/models/VCUnsignedPresentationResponseDto.d.ts +32 -0
- package/lib/types/models/VCUpdateCredentialStatusRequestDto.d.ts +38 -0
- package/lib/types/models/VCUpdateCredentialStatusRequestStatusDto.d.ts +53 -0
- package/lib/types/models/VCUpdateCredentialTypeDto.d.ts +45 -0
- package/lib/types/models/VCUpdateCredentialTypePayloadDto.d.ts +32 -0
- package/lib/types/models/VCUpdatePresentationRequestDto.d.ts +45 -0
- package/lib/types/models/VCUpdatePresentationRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/VCUpdateSchemaDto.d.ts +37 -0
- package/lib/types/models/VCUpdateSchemaPayloadDto.d.ts +32 -0
- package/lib/types/models/VCVerificationCheckResponseDto.d.ts +43 -0
- package/lib/types/models/VCVerifyPresentationRequestDto.d.ts +31 -0
- package/lib/types/models/VCVerifyPresentationRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/VCVerifyPresentationRequestResponseDto.d.ts +49 -0
- package/lib/types/models/VCVerifyPresentationRequestResponsePayloadDto.d.ts +32 -0
- package/lib/types/models/VCVerifySignedCredentialRequestDto.d.ts +31 -0
- package/lib/types/models/VCVerifySignedCredentialRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/VCVerifySignedPresentationRequestDto.d.ts +31 -0
- package/lib/types/models/VCVerifySignedPresentationRequestPayloadDto.d.ts +32 -0
- package/lib/types/models/VCVersionDto.d.ts +32 -0
- package/lib/types/models/VaultActivity.d.ts +109 -0
- package/lib/types/models/VaultAdmissionToken.d.ts +43 -0
- package/lib/types/models/VaultAdmissionTokenResponse.d.ts +32 -0
- package/lib/types/models/VaultAssociation.d.ts +61 -0
- package/lib/types/models/VaultAssociationResponse.d.ts +32 -0
- package/lib/types/models/VaultAttachment.d.ts +79 -0
- package/lib/types/models/VaultAttachmentDirectUploadUrl.d.ts +43 -0
- package/lib/types/models/VaultAttachmentDirectUploadUrlResponse.d.ts +32 -0
- package/lib/types/models/VaultAttachmentResponse.d.ts +32 -0
- package/lib/types/models/VaultAttachmentsFolder.d.ts +73 -0
- package/lib/types/models/VaultAttachmentsFolderResponse.d.ts +32 -0
- package/lib/types/models/VaultClassificationNode.d.ts +86 -0
- package/lib/types/models/VaultClassificationNodeAttributes.d.ts +76 -0
- package/lib/types/models/VaultClassificationNodeAttributesWithDeletion.d.ts +82 -0
- package/lib/types/models/VaultClientTask.d.ts +103 -0
- package/lib/types/models/VaultCompactAttachment.d.ts +55 -0
- package/lib/types/models/VaultCompactShareIntent.d.ts +79 -0
- package/lib/types/models/VaultCompactSlot.d.ts +45 -0
- package/lib/types/models/VaultComponent.d.ts +37 -0
- package/lib/types/models/VaultConnection.d.ts +40 -0
- package/lib/types/models/VaultConnectionResponse.d.ts +32 -0
- package/lib/types/models/VaultConnectionResponseWithCreatedSharesReport.d.ts +45 -0
- package/lib/types/models/VaultConnectionsByRoles.d.ts +43 -0
- package/lib/types/models/VaultCreateOrganizationServiceResponse.d.ts +39 -0
- package/lib/types/models/VaultCreateSessionResponse.d.ts +32 -0
- package/lib/types/models/VaultCreatedShareReport.d.ts +49 -0
- package/lib/types/models/VaultDelegationInvitation.d.ts +83 -0
- package/lib/types/models/VaultDelegationInvitationResponse.d.ts +32 -0
- package/lib/types/models/VaultDeletionQueueItemResponse.d.ts +32 -0
- package/lib/types/models/VaultDirectAttachment.d.ts +62 -0
- package/lib/types/models/VaultEncryptedSlotValue.d.ts +49 -0
- package/lib/types/models/VaultErr.d.ts +61 -0
- package/lib/types/models/VaultErrorsResponse.d.ts +32 -0
- package/lib/types/models/VaultGetShareResponse.d.ts +32 -0
- package/lib/types/models/VaultGlobalAttachmentsReport.d.ts +49 -0
- package/lib/types/models/VaultGlobalAttachmentsReportResponse.d.ts +32 -0
- package/lib/types/models/VaultGlobalConnectionsReport.d.ts +56 -0
- package/lib/types/models/VaultGlobalConnectionsReportResponse.d.ts +39 -0
- package/lib/types/models/VaultGlobalSharesReport.d.ts +43 -0
- package/lib/types/models/VaultGlobalUsersReport.d.ts +49 -0
- package/lib/types/models/VaultGlobalUsersReportResponse.d.ts +32 -0
- package/lib/types/models/VaultImage.d.ts +43 -0
- package/lib/types/models/VaultInvitation.d.ts +217 -0
- package/lib/types/models/VaultInvitationAcceptedResponse.d.ts +45 -0
- package/lib/types/models/VaultInvitationConfirmedResponse.d.ts +45 -0
- package/lib/types/models/VaultItem.d.ts +133 -0
- package/lib/types/models/VaultItemReport.d.ts +39 -0
- package/lib/types/models/VaultItemReportItems.d.ts +43 -0
- package/lib/types/models/VaultItemReportResponse.d.ts +32 -0
- package/lib/types/models/VaultItemReportSlots.d.ts +43 -0
- package/lib/types/models/VaultItemResponse.d.ts +60 -0
- package/lib/types/models/VaultItemTemplate.d.ts +103 -0
- package/lib/types/models/VaultItemTemplateClassificationRequest.d.ts +37 -0
- package/lib/types/models/VaultItemTemplateResponse.d.ts +60 -0
- package/lib/types/models/VaultMeResponse.d.ts +50 -0
- package/lib/types/models/VaultMeta.d.ts +37 -0
- package/lib/types/models/VaultNestedSlotAttributes.d.ts +122 -0
- package/lib/types/models/VaultOrganization.d.ts +100 -0
- package/lib/types/models/VaultOrganizationMember.d.ts +57 -0
- package/lib/types/models/VaultOrganizationResponse.d.ts +32 -0
- package/lib/types/models/VaultOwnConnectionData.d.ts +140 -0
- package/lib/types/models/VaultRedirectResponse.d.ts +31 -0
- package/lib/types/models/VaultRemoteFile.d.ts +49 -0
- package/lib/types/models/VaultService.d.ts +94 -0
- package/lib/types/models/VaultServiceUser.d.ts +55 -0
- package/lib/types/models/VaultSessionResumeResponse.d.ts +45 -0
- package/lib/types/models/VaultSessionTypeAndUserAccessToken.d.ts +46 -0
- package/lib/types/models/VaultShare.d.ts +145 -0
- package/lib/types/models/VaultShareIntent.d.ts +116 -0
- package/lib/types/models/VaultShareWithItemData.d.ts +73 -0
- package/lib/types/models/VaultSharesCreateResponse.d.ts +32 -0
- package/lib/types/models/VaultSlot.d.ts +177 -0
- package/lib/types/models/VaultSlotAttributesInItemCreation.d.ts +92 -0
- package/lib/types/models/VaultSlotResponse.d.ts +32 -0
- package/lib/types/models/VaultSystemClassificationNode.d.ts +74 -0
- package/lib/types/models/VaultSystemClassificationScheme.d.ts +74 -0
- package/lib/types/models/VaultSystemItemTemplate.d.ts +69 -0
- package/lib/types/models/VaultSystemTemplateSlot.d.ts +49 -0
- package/lib/types/models/VaultTheOtherConnectedUserData.d.ts +128 -0
- package/lib/types/models/VaultThumbnail.d.ts +61 -0
- package/lib/types/models/VaultUser.d.ts +113 -0
- package/lib/types/models/VaultUserAccessToken.d.ts +55 -0
- package/lib/types/models/VaultUserAttachmentsReport.d.ts +49 -0
- package/lib/types/models/VaultUserAttachmentsReportResponse.d.ts +32 -0
- package/lib/types/models/VaultUserConnectionsReport.d.ts +57 -0
- package/lib/types/models/VaultUserConnectionsReportConnectionsGrantingDelegationAccessToYourAccount.d.ts +38 -0
- package/lib/types/models/VaultUserConnectionsReportConnectionsWithDelegationAccessToOtherUsers.d.ts +38 -0
- package/lib/types/models/VaultUserConnectionsReportResponse.d.ts +32 -0
- package/lib/types/models/VaultUserQueuedForDeletion.d.ts +37 -0
- package/lib/types/models/index.d.ts +436 -0
- package/lib/types/runtime.d.ts +182 -0
- package/lib/umd/apis/ClassificationsApi.js +199 -0
- package/lib/umd/apis/ConnectionsApi.js +580 -0
- package/lib/umd/apis/DIDsApi.js +283 -0
- package/lib/umd/apis/DelegationsApi.js +492 -0
- package/lib/umd/apis/EventsApi.js +148 -0
- package/lib/umd/apis/HelpersApi.js +257 -0
- package/lib/umd/apis/ItemsApi.js +1150 -0
- package/lib/umd/apis/KeysApi.js +565 -0
- package/lib/umd/apis/MetricsApi.js +188 -0
- package/lib/umd/apis/OrganisationsApi.js +983 -0
- package/lib/umd/apis/SecurityRightsApi.js +410 -0
- package/lib/umd/apis/SharesApi.js +815 -0
- package/lib/umd/apis/TenantsApi.js +697 -0
- package/lib/umd/apis/UsersApi.js +1112 -0
- package/lib/umd/apis/VerifiableCredentialsApi.js +931 -0
- package/lib/umd/apis/VerifiablePresentationsApi.js +997 -0
- package/lib/umd/apis/index.js +34 -0
- package/lib/umd/index.js +21 -0
- package/lib/umd/models/ATOMActiveAndArchivedOrgList.js +54 -0
- package/lib/umd/models/ATOMAdmin.js +51 -0
- package/lib/umd/models/ATOMAgentList.js +51 -0
- package/lib/umd/models/ATOMAgentToken.js +50 -0
- package/lib/umd/models/ATOMApplicationVersion.js +51 -0
- package/lib/umd/models/ATOMAssignSecurityRightsRequest.js +50 -0
- package/lib/umd/models/ATOMAuthorizationResponse.js +54 -0
- package/lib/umd/models/ATOMBlobInfo.js +66 -0
- package/lib/umd/models/ATOMBlobInfoResponse.js +51 -0
- package/lib/umd/models/ATOMBlobPublicInfo.js +62 -0
- package/lib/umd/models/ATOMBlobPublicInfoResponse.js +51 -0
- package/lib/umd/models/ATOMBlobUploadUrlRequest.js +53 -0
- package/lib/umd/models/ATOMComponent.js +56 -0
- package/lib/umd/models/ATOMCreateOrUpdateOrgRequest.js +73 -0
- package/lib/umd/models/ATOMCreateOrUpdateTenantRequest.js +75 -0
- package/lib/umd/models/ATOMError.js +59 -0
- package/lib/umd/models/ATOMNewAgentRequest.js +55 -0
- package/lib/umd/models/ATOMOneAgent.js +51 -0
- package/lib/umd/models/ATOMOneOrg.js +51 -0
- package/lib/umd/models/ATOMOneTenant.js +51 -0
- package/lib/umd/models/ATOMOneUser.js +51 -0
- package/lib/umd/models/ATOMOrg.js +88 -0
- package/lib/umd/models/ATOMOrgAgent.js +58 -0
- package/lib/umd/models/ATOMOrgDescription.js +53 -0
- package/lib/umd/models/ATOMOrgIdAndName.js +65 -0
- package/lib/umd/models/ATOMOrgList.js +51 -0
- package/lib/umd/models/ATOMPaginatedAdminList.js +56 -0
- package/lib/umd/models/ATOMPaginatedOrgList.js +56 -0
- package/lib/umd/models/ATOMPaginatedTenantList.js +56 -0
- package/lib/umd/models/ATOMPublicKey.js +50 -0
- package/lib/umd/models/ATOMRedeemInvitationRequest.js +53 -0
- package/lib/umd/models/ATOMSecurityRightGroupSpec.js +53 -0
- package/lib/umd/models/ATOMSecurityRightInRegistry.js +54 -0
- package/lib/umd/models/ATOMSecurityRightSpec.js +55 -0
- package/lib/umd/models/ATOMSecurityRightSpecInRegistry.js +62 -0
- package/lib/umd/models/ATOMSecurityRights.js +50 -0
- package/lib/umd/models/ATOMSecurityRightsGroup.js +54 -0
- package/lib/umd/models/ATOMSecurityRightsOfUser.js +59 -0
- package/lib/umd/models/ATOMSecurityRightsRegistry.js +51 -0
- package/lib/umd/models/ATOMSrt.js +50 -0
- package/lib/umd/models/ATOMTenant.js +84 -0
- package/lib/umd/models/ATOMTenantDescription.js +53 -0
- package/lib/umd/models/ATOMTenantIdAndName.js +59 -0
- package/lib/umd/models/ATOMTenantInJwtForWhoAmI.js +59 -0
- package/lib/umd/models/ATOMUpdateOrgAgentRequest.js +53 -0
- package/lib/umd/models/ATOMUser.js +59 -0
- package/lib/umd/models/ATOMWhoAmI.js +71 -0
- package/lib/umd/models/AcceptInvitationParams.js +56 -0
- package/lib/umd/models/AcceptInvitationPublicKey.js +52 -0
- package/lib/umd/models/AcceptInvitationsRequest.js +54 -0
- package/lib/umd/models/AcceptInvitationsRequest1.js +52 -0
- package/lib/umd/models/ApplicationsGet200Response.js +51 -0
- package/lib/umd/models/ApplicationsGet200ResponseApplicationsInner.js +80 -0
- package/lib/umd/models/ApplicationsIdGet200Response.js +51 -0
- package/lib/umd/models/ApplicationsIdPutRequest.js +51 -0
- package/lib/umd/models/ApplicationsIdPutRequestApplication.js +53 -0
- package/lib/umd/models/ApplicationsPost201Response.js +51 -0
- package/lib/umd/models/ApplicationsPost201ResponseApplication.js +59 -0
- package/lib/umd/models/ApplicationsPostRequest.js +51 -0
- package/lib/umd/models/ApplicationsPostRequestApplication.js +56 -0
- package/lib/umd/models/AttachmentsFolderResponse.js +57 -0
- package/lib/umd/models/ChildPublicKeyForConnection.js +52 -0
- package/lib/umd/models/ClassificationNodeResponse.js +51 -0
- package/lib/umd/models/ClassificationNodesPost201Response.js +51 -0
- package/lib/umd/models/ClassificationNodesPostRequest.js +51 -0
- package/lib/umd/models/ClassificationNodesPostRequestClassificationNode.js +60 -0
- package/lib/umd/models/ClassificationNodesResponse.js +58 -0
- package/lib/umd/models/ClientTaskQueueResponse.js +57 -0
- package/lib/umd/models/ClientTaskQueueResponse1.js +51 -0
- package/lib/umd/models/ConnectionsResponse.js +57 -0
- package/lib/umd/models/CreateChildUserParams.js +54 -0
- package/lib/umd/models/CreateChildUserResponse.js +55 -0
- package/lib/umd/models/CreateDeleteReconfigureSharesRequest.js +58 -0
- package/lib/umd/models/CreateDeleteReconfigureSharesServiceResponse.js +57 -0
- package/lib/umd/models/CreateSessionResponseSession.js +50 -0
- package/lib/umd/models/DelegationInvitationsResponse.js +57 -0
- package/lib/umd/models/DidIdentifierGet200Response.js +45 -0
- package/lib/umd/models/DirectAttachment.js +51 -0
- package/lib/umd/models/EventActivityFeedResponse.js +58 -0
- package/lib/umd/models/EventFeedResponse.js +57 -0
- package/lib/umd/models/GetItemSharesResponse.js +51 -0
- package/lib/umd/models/GetItemSharesResponseSharesInner.js +56 -0
- package/lib/umd/models/IDNApp.js +68 -0
- package/lib/umd/models/IDNAppSignal.js +56 -0
- package/lib/umd/models/IDNComponent.js +56 -0
- package/lib/umd/models/IDNCreateDidDto.js +58 -0
- package/lib/umd/models/IDNCreateDidDtoDidDocument.js +72 -0
- package/lib/umd/models/IDNCreateDidDtoOptions.js +54 -0
- package/lib/umd/models/IDNDIDCreateResultDto.js +59 -0
- package/lib/umd/models/IDNDIDDeactivateResultDto.js +59 -0
- package/lib/umd/models/IDNDIDDocumentMetadataDto.js +64 -0
- package/lib/umd/models/IDNDIDMetadataDto.js +54 -0
- package/lib/umd/models/IDNDIDResolutionMetadataDto.js +64 -0
- package/lib/umd/models/IDNDIDResolutionResultDto.js +62 -0
- package/lib/umd/models/IDNDIDUpdateResultDto.js +59 -0
- package/lib/umd/models/IDNDIDUrlMetadataDto.js +61 -0
- package/lib/umd/models/IDNData.js +54 -0
- package/lib/umd/models/IDNDatabase.js +59 -0
- package/lib/umd/models/IDNDeactivateDidDto.js +61 -0
- package/lib/umd/models/IDNDidDocumentDto.js +72 -0
- package/lib/umd/models/IDNDidDocumentMetadata.js +57 -0
- package/lib/umd/models/IDNDidOwner.js +79 -0
- package/lib/umd/models/IDNDidRegistrationMetadata.js +52 -0
- package/lib/umd/models/IDNDidState.js +66 -0
- package/lib/umd/models/IDNErrorResponseModel.js +65 -0
- package/lib/umd/models/IDNErrorsResponseModelDto.js +51 -0
- package/lib/umd/models/IDNHealthCheck.js +56 -0
- package/lib/umd/models/IDNLedgerResult.js +53 -0
- package/lib/umd/models/IDNMetadata.js +56 -0
- package/lib/umd/models/IDNOperation.js +54 -0
- package/lib/umd/models/IDNOptionsDto.js +54 -0
- package/lib/umd/models/IDNPaginatedDidOwnerResultDto.js +59 -0
- package/lib/umd/models/IDNPayload.js +57 -0
- package/lib/umd/models/IDNPublicKeyJWK.js +52 -0
- package/lib/umd/models/IDNReqSignature.js +53 -0
- package/lib/umd/models/IDNResult.js +63 -0
- package/lib/umd/models/IDNSecret.js +50 -0
- package/lib/umd/models/IDNSigningRequest.js +53 -0
- package/lib/umd/models/IDNSigningRequestType.js +59 -0
- package/lib/umd/models/IDNStatusDto.js +63 -0
- package/lib/umd/models/IDNTxn.js +58 -0
- package/lib/umd/models/IDNTxnMetadata.js +54 -0
- package/lib/umd/models/IDNUpdateDidDto.js +64 -0
- package/lib/umd/models/IDNValue.js +52 -0
- package/lib/umd/models/IDNVersionDto.js +51 -0
- package/lib/umd/models/IDNlinks.js +59 -0
- package/lib/umd/models/IDNmeta.js +71 -0
- package/lib/umd/models/IDNverificationMethodTemplate.js +57 -0
- package/lib/umd/models/IDPAcceptDIDInvitationPayloadDto.js +55 -0
- package/lib/umd/models/IDPAcceptInviteNewUserDto.js +59 -0
- package/lib/umd/models/IDPApp.js +68 -0
- package/lib/umd/models/IDPAppSignal.js +56 -0
- package/lib/umd/models/IDPAuthorisationRequestDto.js +53 -0
- package/lib/umd/models/IDPAuthorisationRequestResponseDto.js +53 -0
- package/lib/umd/models/IDPAuthorisationSiopSessionRequestDto.js +53 -0
- package/lib/umd/models/IDPAuthorisationSiopSessionRequestPayloadDto.js +51 -0
- package/lib/umd/models/IDPClientModelDto.js +80 -0
- package/lib/umd/models/IDPClientResponseDto.js +51 -0
- package/lib/umd/models/IDPClientsResponseDto.js +51 -0
- package/lib/umd/models/IDPComponent.js +56 -0
- package/lib/umd/models/IDPCreateClientDto.js +77 -0
- package/lib/umd/models/IDPCreateClientPayloadDto.js +51 -0
- package/lib/umd/models/IDPCreateInvitationDto.js +65 -0
- package/lib/umd/models/IDPCreateInvitationPayloadDto.js +51 -0
- package/lib/umd/models/IDPDatabase.js +59 -0
- package/lib/umd/models/IDPEndUserInvitationResponseDto.js +51 -0
- package/lib/umd/models/IDPEndUserInvitationResponseModelDto.js +85 -0
- package/lib/umd/models/IDPEndUserInvitationsResponseDto.js +55 -0
- package/lib/umd/models/IDPEndUserResponseDto.js +51 -0
- package/lib/umd/models/IDPEndUserResponseModelDto.js +62 -0
- package/lib/umd/models/IDPEndUsersResponseDto.js +55 -0
- package/lib/umd/models/IDPErrorResponseDto.js +56 -0
- package/lib/umd/models/IDPErrorResponseModel.js +65 -0
- package/lib/umd/models/IDPErrorsResponseModelDto.js +51 -0
- package/lib/umd/models/IDPForgotPasswordDto.js +50 -0
- package/lib/umd/models/IDPGenerateShortLivedAccessTokenDto.js +50 -0
- package/lib/umd/models/IDPGenerateShortLivedAccessTokenPayloadDto.js +51 -0
- package/lib/umd/models/IDPHealthCheck.js +56 -0
- package/lib/umd/models/IDPInvitationResponseDto.js +51 -0
- package/lib/umd/models/IDPInvitationResponseModelDto.js +113 -0
- package/lib/umd/models/IDPInvitationsResponseDto.js +55 -0
- package/lib/umd/models/IDPJoinedTenantDto.js +68 -0
- package/lib/umd/models/IDPLoginRequestDto.js +53 -0
- package/lib/umd/models/IDPMeta.js +78 -0
- package/lib/umd/models/IDPResetPasswordDto.js +53 -0
- package/lib/umd/models/IDPStatusDto.js +63 -0
- package/lib/umd/models/IDPUpdateClientDto.js +56 -0
- package/lib/umd/models/IDPUpdateClientPayloadDto.js +51 -0
- package/lib/umd/models/IDPUpdatePasswordDto.js +56 -0
- package/lib/umd/models/IDPUpdatePasswordPayloadDto.js +51 -0
- package/lib/umd/models/IDPUpdateUserDto.js +52 -0
- package/lib/umd/models/IDPUpdateUserPayloadDto.js +51 -0
- package/lib/umd/models/IDPUserDto.js +77 -0
- package/lib/umd/models/IDPUserResponseDto.js +51 -0
- package/lib/umd/models/IDPVersionDto.js +51 -0
- package/lib/umd/models/IDPWhoAmIResponseModelDto.js +63 -0
- package/lib/umd/models/InvitationRejectedResponse.js +51 -0
- package/lib/umd/models/InvitationResponse.js +51 -0
- package/lib/umd/models/InvitationWithShareIntentsResponse.js +58 -0
- package/lib/umd/models/InvitationsResponse.js +57 -0
- package/lib/umd/models/ItemSharesUpdateResponse.js +51 -0
- package/lib/umd/models/ItemTemplatesResponse.js +73 -0
- package/lib/umd/models/ItemsResponse.js +73 -0
- package/lib/umd/models/KeystoreComponent.js +53 -0
- package/lib/umd/models/KeystoreDataEncryptionKey.js +53 -0
- package/lib/umd/models/KeystoreDataEncryptionKeyResponse.js +51 -0
- package/lib/umd/models/KeystoreDelegation.js +80 -0
- package/lib/umd/models/KeystoreDelegationResponse.js +51 -0
- package/lib/umd/models/KeystoreDelegationWithPivateDekExternalIdResponse.js +54 -0
- package/lib/umd/models/KeystoreErr.js +65 -0
- package/lib/umd/models/KeystoreErrorsResponse.js +51 -0
- package/lib/umd/models/KeystoreExternalAdmissionTokens.js +53 -0
- package/lib/umd/models/KeystoreKbcSessionResponse.js +55 -0
- package/lib/umd/models/KeystoreKeyEncryptionKey.js +53 -0
- package/lib/umd/models/KeystoreKeyEncryptionKeyResponse.js +51 -0
- package/lib/umd/models/KeystoreKeypair.js +62 -0
- package/lib/umd/models/KeystoreKeypairResponse.js +51 -0
- package/lib/umd/models/KeystorePassphraseDerivationArtefact.js +56 -0
- package/lib/umd/models/KeystorePassphraseDerivationArtefactResponse.js +51 -0
- package/lib/umd/models/KeystoreSession.js +62 -0
- package/lib/umd/models/KeystoreSessionResponse.js +51 -0
- package/lib/umd/models/KeystoreSessionValidity.js +50 -0
- package/lib/umd/models/KeystoreSrpChallenge.js +53 -0
- package/lib/umd/models/KeystoreUser.js +53 -0
- package/lib/umd/models/KeystoreUserImported.js +56 -0
- package/lib/umd/models/KeystoreUserInfo.js +59 -0
- package/lib/umd/models/KeystoreUserQueuedForDeletion.js +53 -0
- package/lib/umd/models/KeystoreUserResponse.js +51 -0
- package/lib/umd/models/KeystoreUsernameResponse.js +53 -0
- package/lib/umd/models/KeystoreWellKnownRecaptchaResponse.js +50 -0
- package/lib/umd/models/ListOfReconfigureShareParams.js +51 -0
- package/lib/umd/models/ParentPublicKeyForConnection.js +52 -0
- package/lib/umd/models/PostAttachmentDirectUploadUrlBlobRequest.js +54 -0
- package/lib/umd/models/PostAttachmentDirectUploadUrlRequest.js +51 -0
- package/lib/umd/models/PostConnection.js +54 -0
- package/lib/umd/models/PostConnectionPublicKey.js +52 -0
- package/lib/umd/models/PostConnectionsRequest.js +54 -0
- package/lib/umd/models/PostCreateAttachmentBlobRequest.js +56 -0
- package/lib/umd/models/PostCreateAttachmentRequest.js +51 -0
- package/lib/umd/models/PostDataEncryptionKeysRequest.js +50 -0
- package/lib/umd/models/PostDelegationInvitationsRequest.js +54 -0
- package/lib/umd/models/PostInvitation.js +64 -0
- package/lib/umd/models/PostInvitationPublicKey.js +52 -0
- package/lib/umd/models/PostInvitationsRequest.js +56 -0
- package/lib/umd/models/PostItemEncryptRequest.js +51 -0
- package/lib/umd/models/PostItemEncryptRequestSlotsInner.js +54 -0
- package/lib/umd/models/PostItemSharesRequest.js +51 -0
- package/lib/umd/models/PostItemSharesRequestShare.js +69 -0
- package/lib/umd/models/PostItemTemplateRequest.js +63 -0
- package/lib/umd/models/PostItemTemplateRequestSlotAttributes.js +56 -0
- package/lib/umd/models/PostItemsRequest.js +57 -0
- package/lib/umd/models/PostItemsRequestItem.js +61 -0
- package/lib/umd/models/PostKeyEncryptionKeyRequest.js +50 -0
- package/lib/umd/models/PostKeypairsRequest.js +56 -0
- package/lib/umd/models/PostPassphraseDerivationArtefactRequest.js +53 -0
- package/lib/umd/models/PutItemSharesClientTasksRequest.js +54 -0
- package/lib/umd/models/PutItemSharesRequest.js +57 -0
- package/lib/umd/models/PutItemSharesRequestShareDeksInner.js +52 -0
- package/lib/umd/models/PutItemSharesRequestShareSlotValuesInner.js +58 -0
- package/lib/umd/models/PutItemsRequest.js +51 -0
- package/lib/umd/models/PutItemsRequestItem.js +56 -0
- package/lib/umd/models/PutKeypairsRequest.js +52 -0
- package/lib/umd/models/PutMeRequest.js +51 -0
- package/lib/umd/models/PutMeRequestUser.js +60 -0
- package/lib/umd/models/PutSharesRequestShare.js +54 -0
- package/lib/umd/models/PutTasksRequest.js +51 -0
- package/lib/umd/models/ReconfigureShareParamsInner.js +54 -0
- package/lib/umd/models/ReconfigureSharesResponse.js +51 -0
- package/lib/umd/models/ShareIntentParam.js +72 -0
- package/lib/umd/models/ShareIntentRequest.js +51 -0
- package/lib/umd/models/ShareIntentResponse.js +51 -0
- package/lib/umd/models/ShareIntentsResponse.js +51 -0
- package/lib/umd/models/SharesIncomingResponse.js +57 -0
- package/lib/umd/models/SharesOutgoingResponse.js +57 -0
- package/lib/umd/models/ShreIntentListResponse.js +57 -0
- package/lib/umd/models/UpdateDelegationsRequest.js +50 -0
- package/lib/umd/models/VCApp.js +68 -0
- package/lib/umd/models/VCAppSignal.js +56 -0
- package/lib/umd/models/VCComponent.js +56 -0
- package/lib/umd/models/VCCreateCredentialTypeDto.js +61 -0
- package/lib/umd/models/VCCreateCredentialTypeExternalIssuerDto.js +54 -0
- package/lib/umd/models/VCCreateCredentialTypePayloadDto.js +51 -0
- package/lib/umd/models/VCCreateCredentialTypeStyleDto.js +56 -0
- package/lib/umd/models/VCCreatePresentationDefinitionDto.js +57 -0
- package/lib/umd/models/VCCreatePresentationDefinitionPayloadDto.js +51 -0
- package/lib/umd/models/VCCreatePresentationRequestDto.js +84 -0
- package/lib/umd/models/VCCreatePresentationRequestIdTokenRequestDto.js +55 -0
- package/lib/umd/models/VCCreatePresentationRequestPayloadDto.js +51 -0
- package/lib/umd/models/VCCreateSchemaDto.js +57 -0
- package/lib/umd/models/VCCreateSchemaPayloadDto.js +51 -0
- package/lib/umd/models/VCCredentialJSONSchemaPayloadDto.js +76 -0
- package/lib/umd/models/VCCredentialModelDto.js +93 -0
- package/lib/umd/models/VCCredentialResponseDto.js +51 -0
- package/lib/umd/models/VCCredentialTypeExternalIssuerDto.js +56 -0
- package/lib/umd/models/VCCredentialTypeModelDto.js +77 -0
- package/lib/umd/models/VCCredentialTypeModelDtoExternalIssuer.js +56 -0
- package/lib/umd/models/VCCredentialTypeModelDtoSchema.js +53 -0
- package/lib/umd/models/VCCredentialTypeModelDtoStyle.js +56 -0
- package/lib/umd/models/VCCredentialTypeResponseDto.js +51 -0
- package/lib/umd/models/VCCredentialTypeSchemaDto.js +53 -0
- package/lib/umd/models/VCCredentialTypeStyleDto.js +56 -0
- package/lib/umd/models/VCCredentialTypesResponseDto.js +59 -0
- package/lib/umd/models/VCCredentialVerificationResultResponseDto.js +71 -0
- package/lib/umd/models/VCDatabase.js +59 -0
- package/lib/umd/models/VCErrorResponseModel.js +65 -0
- package/lib/umd/models/VCErrorsResponseModelDto.js +51 -0
- package/lib/umd/models/VCGenerateCredentialDto.js +61 -0
- package/lib/umd/models/VCGenerateCredentialPayloadDto.js +51 -0
- package/lib/umd/models/VCGeneratePresentationDto.js +61 -0
- package/lib/umd/models/VCGeneratePresentationPayloadDto.js +51 -0
- package/lib/umd/models/VCHealthCheck.js +56 -0
- package/lib/umd/models/VCInputDescriptorsDto.js +59 -0
- package/lib/umd/models/VCMeta.js +78 -0
- package/lib/umd/models/VCOrganizationResponseDto.js +59 -0
- package/lib/umd/models/VCPaginatedCredentialsResponseDto.js +55 -0
- package/lib/umd/models/VCPaginatedPresentationDefinitionsResponseDto.js +55 -0
- package/lib/umd/models/VCPaginatedPresentationRequestResponseDto.js +55 -0
- package/lib/umd/models/VCPresentationDefinitionDto.js +59 -0
- package/lib/umd/models/VCPresentationDefinitionJsonResponseDto.js +51 -0
- package/lib/umd/models/VCPresentationDefinitionModelDto.js +78 -0
- package/lib/umd/models/VCPresentationDefinitionResponseDto.js +51 -0
- package/lib/umd/models/VCPresentationDefinitionToSchemaModel.js +56 -0
- package/lib/umd/models/VCPresentationRequestCreateSubmissionDto.js +55 -0
- package/lib/umd/models/VCPresentationRequestIdTokenResponseDto.js +56 -0
- package/lib/umd/models/VCPresentationRequestModelDto.js +102 -0
- package/lib/umd/models/VCPresentationRequestResponseDto.js +51 -0
- package/lib/umd/models/VCPresentationRequestSubmissionModelDto.js +86 -0
- package/lib/umd/models/VCPresentationRequestSubmissionResponseDto.js +51 -0
- package/lib/umd/models/VCPresentationRequestSubmissionsResponseDto.js +51 -0
- package/lib/umd/models/VCPresentationRequestTokenPropertiesModelDto.js +83 -0
- package/lib/umd/models/VCPresentationRequestTokensModelDto.js +53 -0
- package/lib/umd/models/VCPresentationRequestUpdateSubmissionDto.js +62 -0
- package/lib/umd/models/VCPresentationRequestUpdateSubmissionPayloadDto.js +51 -0
- package/lib/umd/models/VCPresentationRequestUpdateVerificationResultDto.js +67 -0
- package/lib/umd/models/VCPresentationRequestVerificationResultResponseDto.js +71 -0
- package/lib/umd/models/VCPresentationResponseVerificationResultResponseDto.js +68 -0
- package/lib/umd/models/VCPresentationVerificationResultResponseDto.js +72 -0
- package/lib/umd/models/VCRequiredCredentials.js +56 -0
- package/lib/umd/models/VCSchemaJSONResponseDto.js +68 -0
- package/lib/umd/models/VCSchemaResponseDto.js +51 -0
- package/lib/umd/models/VCSchemaResponseModelDto.js +71 -0
- package/lib/umd/models/VCSchemasResponseDto.js +55 -0
- package/lib/umd/models/VCShemasDto.js +50 -0
- package/lib/umd/models/VCStatusDto.js +63 -0
- package/lib/umd/models/VCUnsignedCredentialModelDto.js +54 -0
- package/lib/umd/models/VCUnsignedCredentialModelDtoMetadata.js +51 -0
- package/lib/umd/models/VCUnsignedCredentialResponseDto.js +51 -0
- package/lib/umd/models/VCUnsignedPresentationModelDto.js +50 -0
- package/lib/umd/models/VCUnsignedPresentationResponseDto.js +51 -0
- package/lib/umd/models/VCUpdateCredentialStatusRequestDto.js +54 -0
- package/lib/umd/models/VCUpdateCredentialStatusRequestStatusDto.js +67 -0
- package/lib/umd/models/VCUpdateCredentialTypeDto.js +58 -0
- package/lib/umd/models/VCUpdateCredentialTypePayloadDto.js +51 -0
- package/lib/umd/models/VCUpdatePresentationRequestDto.js +59 -0
- package/lib/umd/models/VCUpdatePresentationRequestPayloadDto.js +51 -0
- package/lib/umd/models/VCUpdateSchemaDto.js +53 -0
- package/lib/umd/models/VCUpdateSchemaPayloadDto.js +51 -0
- package/lib/umd/models/VCVerificationCheckResponseDto.js +56 -0
- package/lib/umd/models/VCVerifyPresentationRequestDto.js +50 -0
- package/lib/umd/models/VCVerifyPresentationRequestPayloadDto.js +51 -0
- package/lib/umd/models/VCVerifyPresentationRequestResponseDto.js +58 -0
- package/lib/umd/models/VCVerifyPresentationRequestResponsePayloadDto.js +51 -0
- package/lib/umd/models/VCVerifySignedCredentialRequestDto.js +50 -0
- package/lib/umd/models/VCVerifySignedCredentialRequestPayloadDto.js +51 -0
- package/lib/umd/models/VCVerifySignedPresentationRequestDto.js +50 -0
- package/lib/umd/models/VCVerifySignedPresentationRequestPayloadDto.js +51 -0
- package/lib/umd/models/VCVersionDto.js +51 -0
- package/lib/umd/models/VaultActivity.js +89 -0
- package/lib/umd/models/VaultAdmissionToken.js +56 -0
- package/lib/umd/models/VaultAdmissionTokenResponse.js +51 -0
- package/lib/umd/models/VaultAssociation.js +65 -0
- package/lib/umd/models/VaultAssociationResponse.js +51 -0
- package/lib/umd/models/VaultAttachment.js +73 -0
- package/lib/umd/models/VaultAttachmentDirectUploadUrl.js +56 -0
- package/lib/umd/models/VaultAttachmentDirectUploadUrlResponse.js +51 -0
- package/lib/umd/models/VaultAttachmentResponse.js +51 -0
- package/lib/umd/models/VaultAttachmentsFolder.js +67 -0
- package/lib/umd/models/VaultAttachmentsFolderResponse.js +51 -0
- package/lib/umd/models/VaultClassificationNode.js +77 -0
- package/lib/umd/models/VaultClassificationNodeAttributes.js +64 -0
- package/lib/umd/models/VaultClassificationNodeAttributesWithDeletion.js +66 -0
- package/lib/umd/models/VaultClientTask.js +88 -0
- package/lib/umd/models/VaultCompactAttachment.js +61 -0
- package/lib/umd/models/VaultCompactShareIntent.js +77 -0
- package/lib/umd/models/VaultCompactSlot.js +56 -0
- package/lib/umd/models/VaultComponent.js +53 -0
- package/lib/umd/models/VaultConnection.js +55 -0
- package/lib/umd/models/VaultConnectionResponse.js +51 -0
- package/lib/umd/models/VaultConnectionResponseWithCreatedSharesReport.js +58 -0
- package/lib/umd/models/VaultConnectionsByRoles.js +56 -0
- package/lib/umd/models/VaultCreateOrganizationServiceResponse.js +55 -0
- package/lib/umd/models/VaultCreateSessionResponse.js +51 -0
- package/lib/umd/models/VaultCreatedShareReport.js +59 -0
- package/lib/umd/models/VaultDelegationInvitation.js +80 -0
- package/lib/umd/models/VaultDelegationInvitationResponse.js +51 -0
- package/lib/umd/models/VaultDeletionQueueItemResponse.js +51 -0
- package/lib/umd/models/VaultDirectAttachment.js +66 -0
- package/lib/umd/models/VaultEncryptedSlotValue.js +58 -0
- package/lib/umd/models/VaultErr.js +65 -0
- package/lib/umd/models/VaultErrorsResponse.js +51 -0
- package/lib/umd/models/VaultGetShareResponse.js +51 -0
- package/lib/umd/models/VaultGlobalAttachmentsReport.js +59 -0
- package/lib/umd/models/VaultGlobalAttachmentsReportResponse.js +51 -0
- package/lib/umd/models/VaultGlobalConnectionsReport.js +63 -0
- package/lib/umd/models/VaultGlobalConnectionsReportResponse.js +55 -0
- package/lib/umd/models/VaultGlobalSharesReport.js +56 -0
- package/lib/umd/models/VaultGlobalUsersReport.js +59 -0
- package/lib/umd/models/VaultGlobalUsersReportResponse.js +51 -0
- package/lib/umd/models/VaultImage.js +56 -0
- package/lib/umd/models/VaultInvitation.js +146 -0
- package/lib/umd/models/VaultInvitationAcceptedResponse.js +58 -0
- package/lib/umd/models/VaultInvitationConfirmedResponse.js +58 -0
- package/lib/umd/models/VaultItem.js +101 -0
- package/lib/umd/models/VaultItemReport.js +55 -0
- package/lib/umd/models/VaultItemReportItems.js +56 -0
- package/lib/umd/models/VaultItemReportResponse.js +51 -0
- package/lib/umd/models/VaultItemReportSlots.js +56 -0
- package/lib/umd/models/VaultItemResponse.js +67 -0
- package/lib/umd/models/VaultItemTemplate.js +86 -0
- package/lib/umd/models/VaultItemTemplateClassificationRequest.js +53 -0
- package/lib/umd/models/VaultItemTemplateResponse.js +67 -0
- package/lib/umd/models/VaultMeResponse.js +58 -0
- package/lib/umd/models/VaultMeta.js +53 -0
- package/lib/umd/models/VaultNestedSlotAttributes.js +81 -0
- package/lib/umd/models/VaultOrganization.js +88 -0
- package/lib/umd/models/VaultOrganizationMember.js +66 -0
- package/lib/umd/models/VaultOrganizationResponse.js +51 -0
- package/lib/umd/models/VaultOwnConnectionData.js +112 -0
- package/lib/umd/models/VaultRedirectResponse.js +50 -0
- package/lib/umd/models/VaultRemoteFile.js +59 -0
- package/lib/umd/models/VaultService.js +85 -0
- package/lib/umd/models/VaultServiceUser.js +62 -0
- package/lib/umd/models/VaultSessionResumeResponse.js +58 -0
- package/lib/umd/models/VaultSessionTypeAndUserAccessToken.js +61 -0
- package/lib/umd/models/VaultShare.js +98 -0
- package/lib/umd/models/VaultShareIntent.js +96 -0
- package/lib/umd/models/VaultShareWithItemData.js +74 -0
- package/lib/umd/models/VaultSharesCreateResponse.js +51 -0
- package/lib/umd/models/VaultSlot.js +130 -0
- package/lib/umd/models/VaultSlotAttributesInItemCreation.js +71 -0
- package/lib/umd/models/VaultSlotResponse.js +51 -0
- package/lib/umd/models/VaultSystemClassificationNode.js +71 -0
- package/lib/umd/models/VaultSystemClassificationScheme.js +72 -0
- package/lib/umd/models/VaultSystemItemTemplate.js +70 -0
- package/lib/umd/models/VaultSystemTemplateSlot.js +59 -0
- package/lib/umd/models/VaultTheOtherConnectedUserData.js +106 -0
- package/lib/umd/models/VaultThumbnail.js +65 -0
- package/lib/umd/models/VaultUser.js +94 -0
- package/lib/umd/models/VaultUserAccessToken.js +62 -0
- package/lib/umd/models/VaultUserAttachmentsReport.js +59 -0
- package/lib/umd/models/VaultUserAttachmentsReportResponse.js +51 -0
- package/lib/umd/models/VaultUserConnectionsReport.js +64 -0
- package/lib/umd/models/VaultUserConnectionsReportConnectionsGrantingDelegationAccessToYourAccount.js +54 -0
- package/lib/umd/models/VaultUserConnectionsReportConnectionsWithDelegationAccessToOtherUsers.js +54 -0
- package/lib/umd/models/VaultUserConnectionsReportResponse.js +51 -0
- package/lib/umd/models/VaultUserQueuedForDeletion.js +53 -0
- package/lib/umd/models/index.js +454 -0
- package/lib/umd/runtime.js +338 -0
- package/package.json +31 -0
- package/tsconfig.esm.json +10 -0
- package/tsconfig.types.json +9 -0
- package/tsconfig.umd.json +8 -0
|
@@ -0,0 +1,285 @@
|
|
|
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.12.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 * as runtime from '../runtime';
|
|
13
|
+
import type { CreateDeleteReconfigureSharesRequest, CreateDeleteReconfigureSharesServiceResponse, GetItemSharesResponse, ItemSharesUpdateResponse, ListOfReconfigureShareParams, PostItemEncryptRequest, PostItemSharesRequest, PutItemSharesRequest, ReconfigureSharesResponse, ShareIntentRequest, ShareIntentResponse, ShareIntentsResponse, SharesIncomingResponse, SharesOutgoingResponse, ShreIntentListResponse, VaultGetShareResponse, VaultItemResponse, VaultShareWithItemData, VaultSharesCreateResponse } from '../models';
|
|
14
|
+
export interface IncomingSharesGetRequest {
|
|
15
|
+
nextPageAfter?: string;
|
|
16
|
+
perPage?: number;
|
|
17
|
+
order?: string;
|
|
18
|
+
ownConnectionId?: string;
|
|
19
|
+
acceptanceRequired?: string;
|
|
20
|
+
shareIds?: string;
|
|
21
|
+
meecoDelegationId?: string;
|
|
22
|
+
meecoOrganisationId?: string;
|
|
23
|
+
}
|
|
24
|
+
export interface IncomingSharesIdAcceptPutRequest {
|
|
25
|
+
id: string;
|
|
26
|
+
meecoDelegationId?: string;
|
|
27
|
+
meecoOrganisationId?: string;
|
|
28
|
+
}
|
|
29
|
+
export interface IncomingSharesIdGetRequest {
|
|
30
|
+
id: string;
|
|
31
|
+
meecoDelegationId?: string;
|
|
32
|
+
meecoOrganisationId?: string;
|
|
33
|
+
}
|
|
34
|
+
export interface IncomingSharesIdItemGetRequest {
|
|
35
|
+
id: string;
|
|
36
|
+
meecoDelegationId?: string;
|
|
37
|
+
meecoOrganisationId?: string;
|
|
38
|
+
}
|
|
39
|
+
export interface InvitationsInvitationIdShareIntentsPostRequest {
|
|
40
|
+
invitationId: string;
|
|
41
|
+
meecoDelegationId?: string;
|
|
42
|
+
meecoOrganisationId?: string;
|
|
43
|
+
shareIntentRequest?: ShareIntentRequest;
|
|
44
|
+
}
|
|
45
|
+
export interface ItemsIdEncryptPostRequest {
|
|
46
|
+
id: string;
|
|
47
|
+
meecoDelegationId?: string;
|
|
48
|
+
meecoOrganisationId?: string;
|
|
49
|
+
postItemEncryptRequest?: PostItemEncryptRequest;
|
|
50
|
+
}
|
|
51
|
+
export interface ItemsIdSharesGetRequest {
|
|
52
|
+
id: string;
|
|
53
|
+
meecoDelegationId?: string;
|
|
54
|
+
meecoOrganisationId?: string;
|
|
55
|
+
}
|
|
56
|
+
export interface ItemsIdSharesPostRequest {
|
|
57
|
+
id: string;
|
|
58
|
+
meecoDelegationId?: string;
|
|
59
|
+
meecoOrganisationId?: string;
|
|
60
|
+
postItemSharesRequest?: PostItemSharesRequest;
|
|
61
|
+
}
|
|
62
|
+
export interface ItemsIdSharesPutRequest {
|
|
63
|
+
id: string;
|
|
64
|
+
meecoDelegationId?: string;
|
|
65
|
+
meecoOrganisationId?: string;
|
|
66
|
+
putItemSharesRequest?: PutItemSharesRequest;
|
|
67
|
+
}
|
|
68
|
+
export interface OutgoingSharesGetRequest {
|
|
69
|
+
nextPageAfter?: string;
|
|
70
|
+
perPage?: number;
|
|
71
|
+
order?: string;
|
|
72
|
+
ownConnectionId?: string;
|
|
73
|
+
itemIds?: Array<string>;
|
|
74
|
+
meecoDelegationId?: string;
|
|
75
|
+
meecoOrganisationId?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface OutgoingSharesIdGetRequest {
|
|
78
|
+
id: string;
|
|
79
|
+
meecoDelegationId?: string;
|
|
80
|
+
meecoOrganisationId?: string;
|
|
81
|
+
}
|
|
82
|
+
export interface ShareIntentsGetRequest {
|
|
83
|
+
meecoDelegationId?: string;
|
|
84
|
+
meecoOrganisationId?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface ShareIntentsIdDeleteRequest {
|
|
87
|
+
id: string;
|
|
88
|
+
meecoDelegationId?: string;
|
|
89
|
+
meecoOrganisationId?: string;
|
|
90
|
+
}
|
|
91
|
+
export interface ShareIntentsIdGetRequest {
|
|
92
|
+
id: string;
|
|
93
|
+
meecoDelegationId?: string;
|
|
94
|
+
meecoOrganisationId?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface SharesIdDeleteRequest {
|
|
97
|
+
id: string;
|
|
98
|
+
meecoDelegationId?: string;
|
|
99
|
+
meecoOrganisationId?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface SharesPatchRequest {
|
|
102
|
+
meecoDelegationId?: string;
|
|
103
|
+
meecoOrganisationId?: string;
|
|
104
|
+
createDeleteReconfigureSharesRequest?: CreateDeleteReconfigureSharesRequest;
|
|
105
|
+
}
|
|
106
|
+
export interface SharesPutRequest {
|
|
107
|
+
meecoDelegationId?: string;
|
|
108
|
+
meecoOrganisationId?: string;
|
|
109
|
+
listOfReconfigureShareParams?: ListOfReconfigureShareParams;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
*/
|
|
114
|
+
export declare class SharesApi extends runtime.BaseAPI {
|
|
115
|
+
/**
|
|
116
|
+
* Read incoming shares as the recipient. Only share records are fetched. Shared items and slots appear in the main feed of users\'s items. Some shares require that the recipient accepts the terms of the share. This behavior is controled by field `acceptance_required`. By default all incoming shares are fetched, but you can also specify parameter `acceptance_required=acceptance_required` in order to only read shares which require acceptance. Other possible states are: * `acceptance_not_required` * `accepted` * `rejected` The `encrypted_dek` for a share slot may be null for the following reasons: 1. If the state is `acceptance_required` the `encrypted_dek` is intentionally hidden until accepted 2. If the slot has been re-encrypted via `POST /items/{id}/encrypt`, a null `encrypted_dek` means the slot is encrypted with the current user\'s DEK instead
|
|
117
|
+
* Read incoming shares
|
|
118
|
+
*/
|
|
119
|
+
incomingSharesGetRaw(requestParameters: IncomingSharesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SharesIncomingResponse>>;
|
|
120
|
+
/**
|
|
121
|
+
* Read incoming shares as the recipient. Only share records are fetched. Shared items and slots appear in the main feed of users\'s items. Some shares require that the recipient accepts the terms of the share. This behavior is controled by field `acceptance_required`. By default all incoming shares are fetched, but you can also specify parameter `acceptance_required=acceptance_required` in order to only read shares which require acceptance. Other possible states are: * `acceptance_not_required` * `accepted` * `rejected` The `encrypted_dek` for a share slot may be null for the following reasons: 1. If the state is `acceptance_required` the `encrypted_dek` is intentionally hidden until accepted 2. If the slot has been re-encrypted via `POST /items/{id}/encrypt`, a null `encrypted_dek` means the slot is encrypted with the current user\'s DEK instead
|
|
122
|
+
* Read incoming shares
|
|
123
|
+
*/
|
|
124
|
+
incomingSharesGet(nextPageAfter?: string, perPage?: number, order?: string, ownConnectionId?: string, acceptanceRequired?: string, shareIds?: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SharesIncomingResponse>;
|
|
125
|
+
/**
|
|
126
|
+
* Accept share terms. Some shares require that the recipient accepts the terms of the share. Until the terms are not accepted the share DEK is hidden. Via this endpoint a recipient can accept terms of a share.
|
|
127
|
+
* Accept share terms
|
|
128
|
+
*/
|
|
129
|
+
incomingSharesIdAcceptPutRaw(requestParameters: IncomingSharesIdAcceptPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultGetShareResponse>>;
|
|
130
|
+
/**
|
|
131
|
+
* Accept share terms. Some shares require that the recipient accepts the terms of the share. Until the terms are not accepted the share DEK is hidden. Via this endpoint a recipient can accept terms of a share.
|
|
132
|
+
* Accept share terms
|
|
133
|
+
*/
|
|
134
|
+
incomingSharesIdAcceptPut(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultGetShareResponse>;
|
|
135
|
+
/**
|
|
136
|
+
* Read an incoming share as the recipient. Only a share record is fetched. The item and slots created for the current user (receiver) according to this share are not served. To retrieve the share with the item and slot records created for the share recipient use `GET /incoming_shares/{id}/item`.
|
|
137
|
+
* Read an incoming share
|
|
138
|
+
*/
|
|
139
|
+
incomingSharesIdGetRaw(requestParameters: IncomingSharesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultGetShareResponse>>;
|
|
140
|
+
/**
|
|
141
|
+
* Read an incoming share as the recipient. Only a share record is fetched. The item and slots created for the current user (receiver) according to this share are not served. To retrieve the share with the item and slot records created for the share recipient use `GET /incoming_shares/{id}/item`.
|
|
142
|
+
* Read an incoming share
|
|
143
|
+
*/
|
|
144
|
+
incomingSharesIdGet(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultGetShareResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* Read an incoming share together with shared item, slots, and other associated data. One and the same item can be shared to a recipient via different shares. This endpoint renders the shared item in both cases, whether the item has been shared via the current share or via a different share of the same item. In case the shared item has been shared via the current share then field `item_shared_via_another_share_id` is `NULL`. If the item has been shared via a different share field `item_shared_via_another_share_id` contains the ID of that share and the client is advised to re-run the call with this ID.
|
|
147
|
+
* Read an incoming share together with the shared item and slots
|
|
148
|
+
*/
|
|
149
|
+
incomingSharesIdItemGetRaw(requestParameters: IncomingSharesIdItemGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultShareWithItemData>>;
|
|
150
|
+
/**
|
|
151
|
+
* Read an incoming share together with shared item, slots, and other associated data. One and the same item can be shared to a recipient via different shares. This endpoint renders the shared item in both cases, whether the item has been shared via the current share or via a different share of the same item. In case the shared item has been shared via the current share then field `item_shared_via_another_share_id` is `NULL`. If the item has been shared via a different share field `item_shared_via_another_share_id` contains the ID of that share and the client is advised to re-run the call with this ID.
|
|
152
|
+
* Read an incoming share together with the shared item and slots
|
|
153
|
+
*/
|
|
154
|
+
incomingSharesIdItemGet(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultShareWithItemData>;
|
|
155
|
+
/**
|
|
156
|
+
* Creating share intent is part of the Single Step Connection and Sharing flow. The Single Step Connection and Sharing flow allows to create a connection to a user and share an item in one go. The main steps of the Single Step Connection and Sharing flow are as follows: 1. The share sender creates a regular invitation with `POST /invitations` 2. The share sender creates a share intent linking it to the invitation 3. The share recipient accepts the invitation via `POST /connections`, just like any regular invitation 4. The vault creates a connection between the sender and the recipient, and creates a share In addition to `invitation_id` the share intent contains all the data needed to create the share once the invitation is accepted: 1. `encrypted_dek` - Data encryption key for the shared data. The key is encrypted with the token PDK (see below for more details). 2. `item_id` - ID of the item that will be shared. Identical to `item_id` in `POST /items/{id}/shares` 3. `slot_id` - ID of the slot that will be shared. Present if only one slot will be shared. `NULL` if all slots of the item are to be shared. Identical to `slot_id` in `POST /items/{id}/shares` 4. `slot_values` - Encrypted slot data in the same format used in `POST /items/{id}/shares`. The data is encrypted with the share DEK. 5. `onsharing_permitted` - Sharing mode of the share. Identical to `onsharing_permitted` in `POST /items/{id}/shares` 6. `expires_at` - Expiration date of the share. Slot data in a regular share is initially encrypted with a dedicated share DEK. This share DEK is encrypted with the public key of the share recipient, taken from the connection record between the two users. In case of a share intent there is no connection yet, and no recipient public key is available yet, so there is a different workflow. There is still a dedicated share DEK, and it is stored right in the share intent record in the encrypted form. How exactly it is encrypted depends on which invitation workflow, simple invitation workflow or multistep invitation workflow. In the simple invitation flow the sender generates a short passphrase, derives a DEK from this short passphrase, and uses this derived DEK to encrypt the share DEK. In the multistep invitation flow the key exchange looks as follows: 1. The sender generates a share DEK 2. The sender encrypts share data with that DEK 3. The sender encrypts the share DEK with their private DEK. At this stage no one but the sender can decrypt this share DEK 4. After the recipient accepts the invitation, the sender confirms the invitation. At this stage the connection record is created abd both public keys are available. When confirming the invitation, the sender decrypts the share DEK with their private DEK, re-encrypts it with the public key of the recipient, and shares created from these share intents contain this version of the DEK encrypted with the public key of the recipient.
|
|
157
|
+
* Create one or more share intents
|
|
158
|
+
*/
|
|
159
|
+
invitationsInvitationIdShareIntentsPostRaw(requestParameters: InvitationsInvitationIdShareIntentsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ShareIntentsResponse>>;
|
|
160
|
+
/**
|
|
161
|
+
* Creating share intent is part of the Single Step Connection and Sharing flow. The Single Step Connection and Sharing flow allows to create a connection to a user and share an item in one go. The main steps of the Single Step Connection and Sharing flow are as follows: 1. The share sender creates a regular invitation with `POST /invitations` 2. The share sender creates a share intent linking it to the invitation 3. The share recipient accepts the invitation via `POST /connections`, just like any regular invitation 4. The vault creates a connection between the sender and the recipient, and creates a share In addition to `invitation_id` the share intent contains all the data needed to create the share once the invitation is accepted: 1. `encrypted_dek` - Data encryption key for the shared data. The key is encrypted with the token PDK (see below for more details). 2. `item_id` - ID of the item that will be shared. Identical to `item_id` in `POST /items/{id}/shares` 3. `slot_id` - ID of the slot that will be shared. Present if only one slot will be shared. `NULL` if all slots of the item are to be shared. Identical to `slot_id` in `POST /items/{id}/shares` 4. `slot_values` - Encrypted slot data in the same format used in `POST /items/{id}/shares`. The data is encrypted with the share DEK. 5. `onsharing_permitted` - Sharing mode of the share. Identical to `onsharing_permitted` in `POST /items/{id}/shares` 6. `expires_at` - Expiration date of the share. Slot data in a regular share is initially encrypted with a dedicated share DEK. This share DEK is encrypted with the public key of the share recipient, taken from the connection record between the two users. In case of a share intent there is no connection yet, and no recipient public key is available yet, so there is a different workflow. There is still a dedicated share DEK, and it is stored right in the share intent record in the encrypted form. How exactly it is encrypted depends on which invitation workflow, simple invitation workflow or multistep invitation workflow. In the simple invitation flow the sender generates a short passphrase, derives a DEK from this short passphrase, and uses this derived DEK to encrypt the share DEK. In the multistep invitation flow the key exchange looks as follows: 1. The sender generates a share DEK 2. The sender encrypts share data with that DEK 3. The sender encrypts the share DEK with their private DEK. At this stage no one but the sender can decrypt this share DEK 4. After the recipient accepts the invitation, the sender confirms the invitation. At this stage the connection record is created abd both public keys are available. When confirming the invitation, the sender decrypts the share DEK with their private DEK, re-encrypts it with the public key of the recipient, and shares created from these share intents contain this version of the DEK encrypted with the public key of the recipient.
|
|
162
|
+
* Create one or more share intents
|
|
163
|
+
*/
|
|
164
|
+
invitationsInvitationIdShareIntentsPost(invitationId: string, meecoDelegationId?: string, meecoOrganisationId?: string, shareIntentRequest?: ShareIntentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ShareIntentsResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* Re-encrypt share data Data in shared slots is initially encrypted with the share DEK. The share DEK is encrypted with the public key of the share recipient. When processing a share the client application is expected to decrypt the slot data as well as `encrypted_value_verification_key` and re-encrypt with them private DEK with this endpoint.
|
|
167
|
+
* Re-encrypt share data
|
|
168
|
+
*/
|
|
169
|
+
itemsIdEncryptPostRaw(requestParameters: ItemsIdEncryptPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultItemResponse>>;
|
|
170
|
+
/**
|
|
171
|
+
* Re-encrypt share data Data in shared slots is initially encrypted with the share DEK. The share DEK is encrypted with the public key of the share recipient. When processing a share the client application is expected to decrypt the slot data as well as `encrypted_value_verification_key` and re-encrypt with them private DEK with this endpoint.
|
|
172
|
+
* Re-encrypt share data
|
|
173
|
+
*/
|
|
174
|
+
itemsIdEncryptPost(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, postItemEncryptRequest?: PostItemEncryptRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultItemResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* Updating all shares of one item is done by the item owner in one go. A share DEK is encrypted with a public key of the recipient. In order to update shares the owner needs a public key of the recipient of each share. But some shares may be created by users different from the owner, and thus the owner might have no connection to recipients of those shares, and no access to those shares. This problem is solved by * Putting a public key of the recipient and an identification of the keypair to which the public key belongs into each share record. * Providing a list of all public keys and share IDs for all shares of the given item via this endpoint Getting this list is the first step in updating all shares of the item.
|
|
177
|
+
* Prepare an update of all shares of one item
|
|
178
|
+
*/
|
|
179
|
+
itemsIdSharesGetRaw(requestParameters: ItemsIdSharesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetItemSharesResponse>>;
|
|
180
|
+
/**
|
|
181
|
+
* Updating all shares of one item is done by the item owner in one go. A share DEK is encrypted with a public key of the recipient. In order to update shares the owner needs a public key of the recipient of each share. But some shares may be created by users different from the owner, and thus the owner might have no connection to recipients of those shares, and no access to those shares. This problem is solved by * Putting a public key of the recipient and an identification of the keypair to which the public key belongs into each share record. * Providing a list of all public keys and share IDs for all shares of the given item via this endpoint Getting this list is the first step in updating all shares of the item.
|
|
182
|
+
* Prepare an update of all shares of one item
|
|
183
|
+
*/
|
|
184
|
+
itemsIdSharesGet(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetItemSharesResponse>;
|
|
185
|
+
/**
|
|
186
|
+
* Share your item with connected users. Each share can be a share of all slots of the item, in that case `slot_id` is `NULL`, or it can be a share of just one slot. In this case `slot_id` references one of the slots of the item. There are 3 users involved in each share: * owner - the owner of the shared item * sender - the user who shares data. Can be the owner or one of the recipients * recipient - the user who recieves the shared data. Whether a non-owner may on-share a shared slot is defined in field `onsharing_permitted`. Only the owner of the item can set `onsharing_permitted` to `true`. If `onsharing_permitted` is `false`, the recipient may on-share the item, but when that recipient creates an on-share, `onsharing_permitted` in that on-share is forced to be `false`. In other words, the depth of on-sharing in limited to 3: OWNER ==> RECIPIENT AND SENDER ==> RECIPIENT Some shares require that the recipient accepts the terms of the share. Until the terms are not accepted the share DEK is hidden. Data in slots is initially encrypted with the DEK in field `encrypted_dek`. The DEK in `encrypted_dek` is encrypted with the public key of the share recipient. When processing a share the client application is expected to decrypt the slot data and re-encrypt with the private DEK. A public key of the recipient is needed to encrypt the share DEK. Updating all shares of the same item is performed by the owner in one go. In a situation when a share has been created by a recipient, not the owner, and there is no connection between the owner and the recipient, the owner has no access to a public key of the recipient. In order to address this problem when a share is created we also add fields `public_key` and `keypair_external_id` from the connection record between the recipient and the sender. `keypair_external_id` identifies the keypair that the public key belongs to. When a recipient of a share on-shares the data with someone else, nothing prevents him/her to encrypt some other data instead of the original data. We need a way to enforce integrity of on-shares. We do this with help of HMAC - hash-based message authentication code obtained by running a cryptographic hash function over the data and a shared secret key. Two fields in each slot are used for this purpose: * `encrypted_value_verification_key` - is a value verification key encrypted in the same way as the value itself: with the share DEK * `value_verification_hash` - the result of the HMAC function run on the slot value using `encrypted_value_verification_key`. `value_verification_hash` is stored as-is, unencrypted. Only the owner of the data may send `encrypted_value_verification_key` when creating or updating the share. When other senders create a share, `encrypted_value_verification_key` must be `NULL`. `value_verification_hash` may and should be sent by every sender, owner or not, because `value_verification_hash` must be re-encrypted with the share DEK for each share. If the sender replaces `encrypted_value_verification_key` and/or the slot value, this will break the client-side verification against `encrypted_value_verification_key`. Field `encrypted_value` may be `NULL`. If `encrypted_value` is `NULL`, then `encrypted_value_verification_key` and `value_verification_hash` may also be `NULL`. If `encrypted_value` is present, then `encrypted_value_verification_key` and `value_verification_hash` are mandatory.
|
|
187
|
+
* Share your item with connected users
|
|
188
|
+
*/
|
|
189
|
+
itemsIdSharesPostRaw(requestParameters: ItemsIdSharesPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultSharesCreateResponse>>;
|
|
190
|
+
/**
|
|
191
|
+
* Share your item with connected users. Each share can be a share of all slots of the item, in that case `slot_id` is `NULL`, or it can be a share of just one slot. In this case `slot_id` references one of the slots of the item. There are 3 users involved in each share: * owner - the owner of the shared item * sender - the user who shares data. Can be the owner or one of the recipients * recipient - the user who recieves the shared data. Whether a non-owner may on-share a shared slot is defined in field `onsharing_permitted`. Only the owner of the item can set `onsharing_permitted` to `true`. If `onsharing_permitted` is `false`, the recipient may on-share the item, but when that recipient creates an on-share, `onsharing_permitted` in that on-share is forced to be `false`. In other words, the depth of on-sharing in limited to 3: OWNER ==> RECIPIENT AND SENDER ==> RECIPIENT Some shares require that the recipient accepts the terms of the share. Until the terms are not accepted the share DEK is hidden. Data in slots is initially encrypted with the DEK in field `encrypted_dek`. The DEK in `encrypted_dek` is encrypted with the public key of the share recipient. When processing a share the client application is expected to decrypt the slot data and re-encrypt with the private DEK. A public key of the recipient is needed to encrypt the share DEK. Updating all shares of the same item is performed by the owner in one go. In a situation when a share has been created by a recipient, not the owner, and there is no connection between the owner and the recipient, the owner has no access to a public key of the recipient. In order to address this problem when a share is created we also add fields `public_key` and `keypair_external_id` from the connection record between the recipient and the sender. `keypair_external_id` identifies the keypair that the public key belongs to. When a recipient of a share on-shares the data with someone else, nothing prevents him/her to encrypt some other data instead of the original data. We need a way to enforce integrity of on-shares. We do this with help of HMAC - hash-based message authentication code obtained by running a cryptographic hash function over the data and a shared secret key. Two fields in each slot are used for this purpose: * `encrypted_value_verification_key` - is a value verification key encrypted in the same way as the value itself: with the share DEK * `value_verification_hash` - the result of the HMAC function run on the slot value using `encrypted_value_verification_key`. `value_verification_hash` is stored as-is, unencrypted. Only the owner of the data may send `encrypted_value_verification_key` when creating or updating the share. When other senders create a share, `encrypted_value_verification_key` must be `NULL`. `value_verification_hash` may and should be sent by every sender, owner or not, because `value_verification_hash` must be re-encrypted with the share DEK for each share. If the sender replaces `encrypted_value_verification_key` and/or the slot value, this will break the client-side verification against `encrypted_value_verification_key`. Field `encrypted_value` may be `NULL`. If `encrypted_value` is `NULL`, then `encrypted_value_verification_key` and `value_verification_hash` may also be `NULL`. If `encrypted_value` is present, then `encrypted_value_verification_key` and `value_verification_hash` are mandatory.
|
|
192
|
+
* Share your item with connected users
|
|
193
|
+
*/
|
|
194
|
+
itemsIdSharesPost(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, postItemSharesRequest?: PostItemSharesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultSharesCreateResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* Updating all shares of one item is done by the item owner in one go. Before calling this endpoint the client application is expected to retrieve the list of shares IDs and public keys via `GET /items/{id}/shares`. The POST body of this endpoint contains * a list of share DEKs encrypted with public keys of share recipients * a list of slot values for each slot and each share, each encrypted with the DEK of the share that the slot belongs to * Optionally: a list of completed `ClientTask` tasks When a recipient of a share on-shares the data with someone else, nothing prevents him/her to encrypt some other data instead of the original data. We need a way to enforce integrity of on-shares. We do this with help of HMAC - hash-based message authentication code obtained by running a cryptographic hash function over the data and a shared secret key. Two fields in each slot are used for this purpose: * `encrypted_value_verification_key` - is a value verification key encrypted in the same way as the value itself: with the share DEK * `value_verification_hash` - the result of the HMAC function run on the slot value using `encrypted_value_verification_key`. `value_verification_hash` is stored as-is, unencrypted. Only the owner of the data may send `encrypted_value_verification_key` when creating or updating the share. When other senders create a share, `encrypted_value_verification_key` must be `NULL`. `value_verification_hash` may and should be sent by every sender, owner or not, because `value_verification_hash` must be re-encrypted with the share DEK for each share. If the sender replaces `encrypted_value_verification_key` and/or the slot value, this will break the client-side verification against `encrypted_value_verification_key`. Field `encrypted_value` may be `NULL`. If `encrypted_value` is `NULL`, then `encrypted_value_verification_key` and `value_verification_hash` may also be `NULL`. If `encrypted_value` is present, then `encrypted_value_verification_key` and `value_verification_hash` are mandatory.
|
|
197
|
+
* Update all shares of one item
|
|
198
|
+
*/
|
|
199
|
+
itemsIdSharesPutRaw(requestParameters: ItemsIdSharesPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ItemSharesUpdateResponse>>;
|
|
200
|
+
/**
|
|
201
|
+
* Updating all shares of one item is done by the item owner in one go. Before calling this endpoint the client application is expected to retrieve the list of shares IDs and public keys via `GET /items/{id}/shares`. The POST body of this endpoint contains * a list of share DEKs encrypted with public keys of share recipients * a list of slot values for each slot and each share, each encrypted with the DEK of the share that the slot belongs to * Optionally: a list of completed `ClientTask` tasks When a recipient of a share on-shares the data with someone else, nothing prevents him/her to encrypt some other data instead of the original data. We need a way to enforce integrity of on-shares. We do this with help of HMAC - hash-based message authentication code obtained by running a cryptographic hash function over the data and a shared secret key. Two fields in each slot are used for this purpose: * `encrypted_value_verification_key` - is a value verification key encrypted in the same way as the value itself: with the share DEK * `value_verification_hash` - the result of the HMAC function run on the slot value using `encrypted_value_verification_key`. `value_verification_hash` is stored as-is, unencrypted. Only the owner of the data may send `encrypted_value_verification_key` when creating or updating the share. When other senders create a share, `encrypted_value_verification_key` must be `NULL`. `value_verification_hash` may and should be sent by every sender, owner or not, because `value_verification_hash` must be re-encrypted with the share DEK for each share. If the sender replaces `encrypted_value_verification_key` and/or the slot value, this will break the client-side verification against `encrypted_value_verification_key`. Field `encrypted_value` may be `NULL`. If `encrypted_value` is `NULL`, then `encrypted_value_verification_key` and `value_verification_hash` may also be `NULL`. If `encrypted_value` is present, then `encrypted_value_verification_key` and `value_verification_hash` are mandatory.
|
|
202
|
+
* Update all shares of one item
|
|
203
|
+
*/
|
|
204
|
+
itemsIdSharesPut(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, putItemSharesRequest?: PutItemSharesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ItemSharesUpdateResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Read outgoing shares. That is, all shares the current user has created, including on-shares. Only share records are fetched.
|
|
207
|
+
* Read outgoing shares
|
|
208
|
+
*/
|
|
209
|
+
outgoingSharesGetRaw(requestParameters: OutgoingSharesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<SharesOutgoingResponse>>;
|
|
210
|
+
/**
|
|
211
|
+
* Read outgoing shares. That is, all shares the current user has created, including on-shares. Only share records are fetched.
|
|
212
|
+
* Read outgoing shares
|
|
213
|
+
*/
|
|
214
|
+
outgoingSharesGet(nextPageAfter?: string, perPage?: number, order?: string, ownConnectionId?: string, itemIds?: Array<string>, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<SharesOutgoingResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* Read an outgoing share as the sender. Only a share record is fetched.
|
|
217
|
+
* Read an outgoing share
|
|
218
|
+
*/
|
|
219
|
+
outgoingSharesIdGetRaw(requestParameters: OutgoingSharesIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultGetShareResponse>>;
|
|
220
|
+
/**
|
|
221
|
+
* Read an outgoing share as the sender. Only a share record is fetched.
|
|
222
|
+
* Read an outgoing share
|
|
223
|
+
*/
|
|
224
|
+
outgoingSharesIdGet(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultGetShareResponse>;
|
|
225
|
+
/**
|
|
226
|
+
* share intents the user has created
|
|
227
|
+
* View share intents the user has created
|
|
228
|
+
*/
|
|
229
|
+
shareIntentsGetRaw(requestParameters: ShareIntentsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ShreIntentListResponse>>;
|
|
230
|
+
/**
|
|
231
|
+
* share intents the user has created
|
|
232
|
+
* View share intents the user has created
|
|
233
|
+
*/
|
|
234
|
+
shareIntentsGet(meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ShreIntentListResponse>;
|
|
235
|
+
/**
|
|
236
|
+
* Delete a share intent
|
|
237
|
+
* Delete a share intent
|
|
238
|
+
*/
|
|
239
|
+
shareIntentsIdDeleteRaw(requestParameters: ShareIntentsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
240
|
+
/**
|
|
241
|
+
* Delete a share intent
|
|
242
|
+
* Delete a share intent
|
|
243
|
+
*/
|
|
244
|
+
shareIntentsIdDelete(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
245
|
+
/**
|
|
246
|
+
* Read an share intent
|
|
247
|
+
* View a share intent
|
|
248
|
+
*/
|
|
249
|
+
shareIntentsIdGetRaw(requestParameters: ShareIntentsIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ShareIntentResponse>>;
|
|
250
|
+
/**
|
|
251
|
+
* Read an share intent
|
|
252
|
+
* View a share intent
|
|
253
|
+
*/
|
|
254
|
+
shareIntentsIdGet(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ShareIntentResponse>;
|
|
255
|
+
/**
|
|
256
|
+
* Delete a share. Both the owner of the shared data and the recipient of the share may delete it.
|
|
257
|
+
* Delete a share
|
|
258
|
+
*/
|
|
259
|
+
sharesIdDeleteRaw(requestParameters: SharesIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
260
|
+
/**
|
|
261
|
+
* Delete a share. Both the owner of the shared data and the recipient of the share may delete it.
|
|
262
|
+
* Delete a share
|
|
263
|
+
*/
|
|
264
|
+
sharesIdDelete(id: string, meecoDelegationId?: string, meecoOrganisationId?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
265
|
+
/**
|
|
266
|
+
* This endpoint allows to perform three operations in one go: 1. share your item with connected users. The ID of the item is in field `item_to_share_id`, and the share data is in `shares_to_create` 2. delete existing shares by submitting a list of share IDs in field `shares_to_delete` 3. change expiration and the on-sharing configuration of a list of shares (reconfiguring shares) by submitting a list of params in field `shares_to_reconfigure` This endpoint is transactional, that is, if a 4xx response is returned and the error comes from one of these three actions (deletion of shares, reconfiguration of shares, creation of new share are), no other action will be executed. Each operation is optional. In order to skip creation of new shares set `item_to_share_id` to `NULL`.To read more about each operation please refer to the documentation of the following endpoints: 1. sharing your item with connected users: `POST /items/{id}/shares` 2. deletion of shares: `DELETE /shares/{id}` 3. reconfiguring shares: `PUT /shares`
|
|
267
|
+
* Create shares of an item, re-configure shares, delete shares
|
|
268
|
+
*/
|
|
269
|
+
sharesPatchRaw(requestParameters: SharesPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateDeleteReconfigureSharesServiceResponse>>;
|
|
270
|
+
/**
|
|
271
|
+
* This endpoint allows to perform three operations in one go: 1. share your item with connected users. The ID of the item is in field `item_to_share_id`, and the share data is in `shares_to_create` 2. delete existing shares by submitting a list of share IDs in field `shares_to_delete` 3. change expiration and the on-sharing configuration of a list of shares (reconfiguring shares) by submitting a list of params in field `shares_to_reconfigure` This endpoint is transactional, that is, if a 4xx response is returned and the error comes from one of these three actions (deletion of shares, reconfiguration of shares, creation of new share are), no other action will be executed. Each operation is optional. In order to skip creation of new shares set `item_to_share_id` to `NULL`.To read more about each operation please refer to the documentation of the following endpoints: 1. sharing your item with connected users: `POST /items/{id}/shares` 2. deletion of shares: `DELETE /shares/{id}` 3. reconfiguring shares: `PUT /shares`
|
|
272
|
+
* Create shares of an item, re-configure shares, delete shares
|
|
273
|
+
*/
|
|
274
|
+
sharesPatch(meecoDelegationId?: string, meecoOrganisationId?: string, createDeleteReconfigureSharesRequest?: CreateDeleteReconfigureSharesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateDeleteReconfigureSharesServiceResponse>;
|
|
275
|
+
/**
|
|
276
|
+
* This endpoint permits changing settings of an existing share: * `expires_at` * `onsharing_permitted` `onsharing_permitted` can be changed by the owner of the shared item only. If it is `true`, the recipient may on-share the item, but when that recipient creates an on-share, `onsharing_permitted` in that on-share is forced to be `false`. In other words, the depth of on-sharing in limited to 3: OWNER ==> RECIPIENT AND SENDER ==> RECIPIENT If the owner of the item changes `onsharing_permitted` from `true` to `false` and there are existing on-shares, those on-shares are deleted. Changing share expiration may be done by any share sender, both the owner of the item and a recipient, but there are 2 rules: * If the owner changes expiration to an ealier moment, expiration of all on-shares is also changed * A recipient of a share may not change expiration of his/her on-share to a timestamp earlier than the expiration of the share that the recipient has received.
|
|
277
|
+
* Modify expiration and on-sharing of a share
|
|
278
|
+
*/
|
|
279
|
+
sharesPutRaw(requestParameters: SharesPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ReconfigureSharesResponse>>;
|
|
280
|
+
/**
|
|
281
|
+
* This endpoint permits changing settings of an existing share: * `expires_at` * `onsharing_permitted` `onsharing_permitted` can be changed by the owner of the shared item only. If it is `true`, the recipient may on-share the item, but when that recipient creates an on-share, `onsharing_permitted` in that on-share is forced to be `false`. In other words, the depth of on-sharing in limited to 3: OWNER ==> RECIPIENT AND SENDER ==> RECIPIENT If the owner of the item changes `onsharing_permitted` from `true` to `false` and there are existing on-shares, those on-shares are deleted. Changing share expiration may be done by any share sender, both the owner of the item and a recipient, but there are 2 rules: * If the owner changes expiration to an ealier moment, expiration of all on-shares is also changed * A recipient of a share may not change expiration of his/her on-share to a timestamp earlier than the expiration of the share that the recipient has received.
|
|
282
|
+
* Modify expiration and on-sharing of a share
|
|
283
|
+
*/
|
|
284
|
+
sharesPut(meecoDelegationId?: string, meecoOrganisationId?: string, listOfReconfigureShareParams?: ListOfReconfigureShareParams, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ReconfigureSharesResponse>;
|
|
285
|
+
}
|
|
@@ -0,0 +1,265 @@
|
|
|
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.12.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 * as runtime from '../runtime';
|
|
13
|
+
import type { ATOMAdmin, ATOMAssignSecurityRightsRequest, ATOMCreateOrUpdateTenantRequest, ATOMOneTenant, ATOMPaginatedAdminList, ATOMPaginatedTenantList } from '../models';
|
|
14
|
+
export interface TenantsGetRequest {
|
|
15
|
+
status?: TenantsGetStatusEnum;
|
|
16
|
+
perPage?: number;
|
|
17
|
+
order?: TenantsGetOrderEnum;
|
|
18
|
+
page?: number;
|
|
19
|
+
nextPageAfter?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface TenantsIdArchivePostRequest {
|
|
22
|
+
id: string;
|
|
23
|
+
}
|
|
24
|
+
export interface TenantsIdDeleteRequest {
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
27
|
+
export interface TenantsIdGetRequest {
|
|
28
|
+
id: string;
|
|
29
|
+
}
|
|
30
|
+
export interface TenantsIdPutRequest {
|
|
31
|
+
id: string;
|
|
32
|
+
aTOMCreateOrUpdateTenantRequest: ATOMCreateOrUpdateTenantRequest;
|
|
33
|
+
}
|
|
34
|
+
export interface TenantsIdRestorePostRequest {
|
|
35
|
+
id: string;
|
|
36
|
+
}
|
|
37
|
+
export interface TenantsPostRequest {
|
|
38
|
+
aTOMCreateOrUpdateTenantRequest: ATOMCreateOrUpdateTenantRequest;
|
|
39
|
+
}
|
|
40
|
+
export interface TenantsTenantIdAdminsGetRequest {
|
|
41
|
+
tenantId: string;
|
|
42
|
+
status?: TenantsTenantIdAdminsGetStatusEnum;
|
|
43
|
+
perPage?: number;
|
|
44
|
+
order?: TenantsTenantIdAdminsGetOrderEnum;
|
|
45
|
+
page?: number;
|
|
46
|
+
nextPageAfter?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface TenantsTenantIdAdminsIdArchivePostRequest {
|
|
49
|
+
tenantId: string;
|
|
50
|
+
id: string;
|
|
51
|
+
}
|
|
52
|
+
export interface TenantsTenantIdAdminsIdDeleteRequest {
|
|
53
|
+
tenantId: string;
|
|
54
|
+
id: string;
|
|
55
|
+
}
|
|
56
|
+
export interface TenantsTenantIdAdminsIdGetRequest {
|
|
57
|
+
tenantId: string;
|
|
58
|
+
id: string;
|
|
59
|
+
}
|
|
60
|
+
export interface TenantsTenantIdAdminsIdRestorePostRequest {
|
|
61
|
+
tenantId: string;
|
|
62
|
+
id: string;
|
|
63
|
+
}
|
|
64
|
+
export interface TenantsTenantIdAdminsTenantAdminIdSecurityRightsPostRequest {
|
|
65
|
+
tenantId: string;
|
|
66
|
+
tenantAdminId: string;
|
|
67
|
+
aTOMAssignSecurityRightsRequest: ATOMAssignSecurityRightsRequest;
|
|
68
|
+
}
|
|
69
|
+
export interface TenantsTenantIdSecurityRightsPostRequest {
|
|
70
|
+
tenantId: string;
|
|
71
|
+
aTOMAssignSecurityRightsRequest: ATOMAssignSecurityRightsRequest;
|
|
72
|
+
}
|
|
73
|
+
export interface TenantsTenantIdSecurityRightsSecurityRightsDeleteRequest {
|
|
74
|
+
tenantId: string;
|
|
75
|
+
securityRights: string;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
export declare class TenantsApi extends runtime.BaseAPI {
|
|
81
|
+
/**
|
|
82
|
+
* List all tenants. In order to execute this action the current user must have security right `atom:global:view_all_tenants`.
|
|
83
|
+
* List all tenants
|
|
84
|
+
*/
|
|
85
|
+
tenantsGetRaw(requestParameters: TenantsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMPaginatedTenantList>>;
|
|
86
|
+
/**
|
|
87
|
+
* List all tenants. In order to execute this action the current user must have security right `atom:global:view_all_tenants`.
|
|
88
|
+
* List all tenants
|
|
89
|
+
*/
|
|
90
|
+
tenantsGet(status?: TenantsGetStatusEnum, perPage?: number, order?: TenantsGetOrderEnum, page?: number, nextPageAfter?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMPaginatedTenantList>;
|
|
91
|
+
/**
|
|
92
|
+
* Archive a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
93
|
+
* Archive a tenant
|
|
94
|
+
*/
|
|
95
|
+
tenantsIdArchivePostRaw(requestParameters: TenantsIdArchivePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMOneTenant>>;
|
|
96
|
+
/**
|
|
97
|
+
* Archive a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
98
|
+
* Archive a tenant
|
|
99
|
+
*/
|
|
100
|
+
tenantsIdArchivePost(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMOneTenant>;
|
|
101
|
+
/**
|
|
102
|
+
* Delete a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
103
|
+
* Delete a tenant
|
|
104
|
+
*/
|
|
105
|
+
tenantsIdDeleteRaw(requestParameters: TenantsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
106
|
+
/**
|
|
107
|
+
* Delete a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
108
|
+
* Delete a tenant
|
|
109
|
+
*/
|
|
110
|
+
tenantsIdDelete(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
111
|
+
/**
|
|
112
|
+
* Show a tenant. In order to execute this action the current user must have either global security right `atom:global:view_all_tenants` or tenant security right `atom:tenant:view_tenant`.
|
|
113
|
+
* Show a tenant
|
|
114
|
+
*/
|
|
115
|
+
tenantsIdGetRaw(requestParameters: TenantsIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
116
|
+
/**
|
|
117
|
+
* Show a tenant. In order to execute this action the current user must have either global security right `atom:global:view_all_tenants` or tenant security right `atom:tenant:view_tenant`.
|
|
118
|
+
* Show a tenant
|
|
119
|
+
*/
|
|
120
|
+
tenantsIdGet(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
121
|
+
/**
|
|
122
|
+
* Update a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`. It is possible to modify 3 fields: * `name` * `logo_url` * `color`
|
|
123
|
+
* Update a tenant
|
|
124
|
+
*/
|
|
125
|
+
tenantsIdPutRaw(requestParameters: TenantsIdPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMOneTenant>>;
|
|
126
|
+
/**
|
|
127
|
+
* Update a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`. It is possible to modify 3 fields: * `name` * `logo_url` * `color`
|
|
128
|
+
* Update a tenant
|
|
129
|
+
*/
|
|
130
|
+
tenantsIdPut(id: string, aTOMCreateOrUpdateTenantRequest: ATOMCreateOrUpdateTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMOneTenant>;
|
|
131
|
+
/**
|
|
132
|
+
* Restore a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
133
|
+
* Restore a tenant
|
|
134
|
+
*/
|
|
135
|
+
tenantsIdRestorePostRaw(requestParameters: TenantsIdRestorePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMOneTenant>>;
|
|
136
|
+
/**
|
|
137
|
+
* Restore a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
138
|
+
* Restore a tenant
|
|
139
|
+
*/
|
|
140
|
+
tenantsIdRestorePost(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMOneTenant>;
|
|
141
|
+
/**
|
|
142
|
+
* Create a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
143
|
+
* Create a tenant
|
|
144
|
+
*/
|
|
145
|
+
tenantsPostRaw(requestParameters: TenantsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMOneTenant>>;
|
|
146
|
+
/**
|
|
147
|
+
* Create a tenant. In order to execute this action the current user must have security right `atom:global:create_tenant`.
|
|
148
|
+
* Create a tenant
|
|
149
|
+
*/
|
|
150
|
+
tenantsPost(aTOMCreateOrUpdateTenantRequest: ATOMCreateOrUpdateTenantRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMOneTenant>;
|
|
151
|
+
/**
|
|
152
|
+
* 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` or global security right `atom:global:add_tenant_admin`
|
|
153
|
+
* List admins of a tenant
|
|
154
|
+
*/
|
|
155
|
+
tenantsTenantIdAdminsGetRaw(requestParameters: TenantsTenantIdAdminsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMPaginatedAdminList>>;
|
|
156
|
+
/**
|
|
157
|
+
* 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` or global security right `atom:global:add_tenant_admin`
|
|
158
|
+
* List admins of a tenant
|
|
159
|
+
*/
|
|
160
|
+
tenantsTenantIdAdminsGet(tenantId: string, status?: TenantsTenantIdAdminsGetStatusEnum, perPage?: number, order?: TenantsTenantIdAdminsGetOrderEnum, page?: number, nextPageAfter?: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMPaginatedAdminList>;
|
|
161
|
+
/**
|
|
162
|
+
* Remove a user from admins of the given tenant, and put the admin into the registry of former admins of that tenant. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:add_tenant_admin` * `atom:global:add_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin` * `atom:tenant:assign_tenant_sr_to_tenant_admin`
|
|
163
|
+
* Archive a tenant admin
|
|
164
|
+
*/
|
|
165
|
+
tenantsTenantIdAdminsIdArchivePostRaw(requestParameters: TenantsTenantIdAdminsIdArchivePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
166
|
+
/**
|
|
167
|
+
* Remove a user from admins of the given tenant, and put the admin into the registry of former admins of that tenant. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:add_tenant_admin` * `atom:global:add_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin` * `atom:tenant:assign_tenant_sr_to_tenant_admin`
|
|
168
|
+
* Archive a tenant admin
|
|
169
|
+
*/
|
|
170
|
+
tenantsTenantIdAdminsIdArchivePost(tenantId: string, id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
171
|
+
/**
|
|
172
|
+
* Remove tenant admin privileges from a tenant admin. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:add_tenant_admin` * `atom:global:add_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin` * `atom:tenant:assign_tenant_sr_to_tenant_admin`
|
|
173
|
+
* Remove a user from tenant admins
|
|
174
|
+
*/
|
|
175
|
+
tenantsTenantIdAdminsIdDeleteRaw(requestParameters: TenantsTenantIdAdminsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
176
|
+
/**
|
|
177
|
+
* Remove tenant admin privileges from a tenant admin. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:add_tenant_admin` * `atom:global:add_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin` * `atom:tenant:assign_tenant_sr_to_tenant_admin`
|
|
178
|
+
* Remove a user from tenant admins
|
|
179
|
+
*/
|
|
180
|
+
tenantsTenantIdAdminsIdDelete(tenantId: string, id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
181
|
+
/**
|
|
182
|
+
* Show an admin of a given tenant 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` or global security right `atom:global:add_tenant_admin`
|
|
183
|
+
* Show an admin of a given tenant
|
|
184
|
+
*/
|
|
185
|
+
tenantsTenantIdAdminsIdGetRaw(requestParameters: TenantsTenantIdAdminsIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMAdmin>>;
|
|
186
|
+
/**
|
|
187
|
+
* Show an admin of a given tenant 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` or global security right `atom:global:add_tenant_admin`
|
|
188
|
+
* Show an admin of a given tenant
|
|
189
|
+
*/
|
|
190
|
+
tenantsTenantIdAdminsIdGet(tenantId: string, id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMAdmin>;
|
|
191
|
+
/**
|
|
192
|
+
* Reinstate an archived user and make him/her a tenant admin again. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:assign_tenant_sr_to_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin`
|
|
193
|
+
* Restore an archived tenant admin
|
|
194
|
+
*/
|
|
195
|
+
tenantsTenantIdAdminsIdRestorePostRaw(requestParameters: TenantsTenantIdAdminsIdRestorePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMAdmin>>;
|
|
196
|
+
/**
|
|
197
|
+
* Reinstate an archived user and make him/her a tenant admin again. In order to execute this action the current user must have one of the following security rights: * `atom:tenant:assign_tenant_sr_to_tenant_admin` * `atom:global:assign_tenant_sr_to_tenant_admin`
|
|
198
|
+
* Restore an archived tenant admin
|
|
199
|
+
*/
|
|
200
|
+
tenantsTenantIdAdminsIdRestorePost(tenantId: string, id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMAdmin>;
|
|
201
|
+
/**
|
|
202
|
+
* Assign tenant security rights to a user. The user we are assigning security rights to does not need to be known by ATOM. In order to execute this action the current user must have security right `atom:tenant:assign_tenant_sr_to_tenant_admin` for the tenant with the ID in parameter `tenant_id`.
|
|
203
|
+
* Assign tenant security rights to a tenant admin
|
|
204
|
+
*/
|
|
205
|
+
tenantsTenantIdAdminsTenantAdminIdSecurityRightsPostRaw(requestParameters: TenantsTenantIdAdminsTenantAdminIdSecurityRightsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
206
|
+
/**
|
|
207
|
+
* Assign tenant security rights to a user. The user we are assigning security rights to does not need to be known by ATOM. In order to execute this action the current user must have security right `atom:tenant:assign_tenant_sr_to_tenant_admin` for the tenant with the ID in parameter `tenant_id`.
|
|
208
|
+
* Assign tenant security rights to a tenant admin
|
|
209
|
+
*/
|
|
210
|
+
tenantsTenantIdAdminsTenantAdminIdSecurityRightsPost(tenantId: string, tenantAdminId: string, aTOMAssignSecurityRightsRequest: ATOMAssignSecurityRightsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
211
|
+
/**
|
|
212
|
+
* Add security rights to a tenant. In order to execute this action the current user must have security right `atom:global:assign_sr_to_tenant`.
|
|
213
|
+
* Add security rights to a tenant
|
|
214
|
+
*/
|
|
215
|
+
tenantsTenantIdSecurityRightsPostRaw(requestParameters: TenantsTenantIdSecurityRightsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ATOMOneTenant>>;
|
|
216
|
+
/**
|
|
217
|
+
* Add security rights to a tenant. In order to execute this action the current user must have security right `atom:global:assign_sr_to_tenant`.
|
|
218
|
+
* Add security rights to a tenant
|
|
219
|
+
*/
|
|
220
|
+
tenantsTenantIdSecurityRightsPost(tenantId: string, aTOMAssignSecurityRightsRequest: ATOMAssignSecurityRightsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ATOMOneTenant>;
|
|
221
|
+
/**
|
|
222
|
+
* Remove security rights from a tenant. In order to execute this action the current user must have security right `atom:global:assign_sr_to_tenant`.
|
|
223
|
+
* Remove security rights from a tenant
|
|
224
|
+
*/
|
|
225
|
+
tenantsTenantIdSecurityRightsSecurityRightsDeleteRaw(requestParameters: TenantsTenantIdSecurityRightsSecurityRightsDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
226
|
+
/**
|
|
227
|
+
* Remove security rights from a tenant. In order to execute this action the current user must have security right `atom:global:assign_sr_to_tenant`.
|
|
228
|
+
* Remove security rights from a tenant
|
|
229
|
+
*/
|
|
230
|
+
tenantsTenantIdSecurityRightsSecurityRightsDelete(tenantId: string, securityRights: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* @export
|
|
234
|
+
*/
|
|
235
|
+
export declare const TenantsGetStatusEnum: {
|
|
236
|
+
readonly Active: "active";
|
|
237
|
+
readonly Archived: "archived";
|
|
238
|
+
readonly All: "all";
|
|
239
|
+
};
|
|
240
|
+
export type TenantsGetStatusEnum = typeof TenantsGetStatusEnum[keyof typeof TenantsGetStatusEnum];
|
|
241
|
+
/**
|
|
242
|
+
* @export
|
|
243
|
+
*/
|
|
244
|
+
export declare const TenantsGetOrderEnum: {
|
|
245
|
+
readonly Asc: "asc";
|
|
246
|
+
readonly Desc: "desc";
|
|
247
|
+
};
|
|
248
|
+
export type TenantsGetOrderEnum = typeof TenantsGetOrderEnum[keyof typeof TenantsGetOrderEnum];
|
|
249
|
+
/**
|
|
250
|
+
* @export
|
|
251
|
+
*/
|
|
252
|
+
export declare const TenantsTenantIdAdminsGetStatusEnum: {
|
|
253
|
+
readonly Active: "active";
|
|
254
|
+
readonly Archived: "archived";
|
|
255
|
+
readonly All: "all";
|
|
256
|
+
};
|
|
257
|
+
export type TenantsTenantIdAdminsGetStatusEnum = typeof TenantsTenantIdAdminsGetStatusEnum[keyof typeof TenantsTenantIdAdminsGetStatusEnum];
|
|
258
|
+
/**
|
|
259
|
+
* @export
|
|
260
|
+
*/
|
|
261
|
+
export declare const TenantsTenantIdAdminsGetOrderEnum: {
|
|
262
|
+
readonly Asc: "asc";
|
|
263
|
+
readonly Desc: "desc";
|
|
264
|
+
};
|
|
265
|
+
export type TenantsTenantIdAdminsGetOrderEnum = typeof TenantsTenantIdAdminsGetOrderEnum[keyof typeof TenantsTenantIdAdminsGetOrderEnum];
|