From d8d84e6f94469338df7d247bbef8956270875032 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Thu, 12 Sep 2024 11:52:19 +0000 Subject: [PATCH] chore(release): release 6.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [6.1.0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/compare/v6.0.1...v6.1.0) (2024-09-12) ### Bug Fixes * bitstring improvement and test coverage ([#270](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/270)) ([dce65b5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/dce65b56affd5ed2a17d5d82dbab3efcfb8475bb)) * external build update for new generated code ([#264](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/264)) ([460102a](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/460102ac442a2b7aa41f73d91a7f1301b9686db7)) * main branchname in semantic release config ([#279](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/279)) ([a6a72ff](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/a6a72ff6f9ce61f383485202cf2349f473bbd1f4)) * make mediator updateable in the nextjs demo ([#262](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/262)) ([99df3c0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/99df3c042cf722c9137bcd576e1ac71c44bea6db)) * nextjs demo safeBody ([#263](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/263)) ([0d09ea7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/0d09ea79d9c044a9b672b0543b1c1a4bf08e4d70)) * noble-ciphers dependency ([#284](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/284)) ([fabcc2c](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/fabcc2c636b237414ad4d0b27717c9994bd1b9ca)) * package dependencies found by mixmix ([#273](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/273)) ([#275](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/275)) ([82a50d3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/82a50d36f80116f8047b6e83b9efb82690de97d6)) * rollup is not a optionalDependency, and is not included in our m… ([#269](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/269)) ([9ea9d42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/9ea9d424eb95627fdfe90c7f6337b04b9afd47ac)) * update code-owners ([#281](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/281)) ([b8409af](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/b8409af57ed0bb987499ad5cfb1cbbef14e22b53)) ### Features * Connectionless presentation ([#272](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/272)) ([d43ec60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/d43ec604b24b2b5b18a80d714a7188223f58a4bb)) * decoupling JWT from Pollux and adding KID header to JWTs ([#271](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/271)) ([8a1ed3f](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/8a1ed3fb7d3df5e627c1bdaf56434ca799ab01f7)) * errors introducing error codes and refactoring Apollo errors ([#265](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/265)) ([f99c565](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/f99c565c8c0d2f97e78c8bba6a64e07e22d5a0b6)) --- CHANGELOG.md | 22 ++ docs/sdk/README.md | 32 ++- docs/sdk/classes/Agent.md | 84 +++--- docs/sdk/classes/AnonCredsCredential.md | 38 +-- docs/sdk/classes/ApiImpl.md | 114 ++++++++ docs/sdk/classes/Apollo.md | 20 +- docs/sdk/classes/BasicMediatorHandler.md | 24 +- docs/sdk/classes/BasicMessage.md | 18 +- docs/sdk/classes/Castor.md | 20 +- docs/sdk/classes/ConnectionsManager.md | 46 +-- docs/sdk/classes/DIDCommWrapper.md | 34 +-- .../Domain.AgentError.BackupVersionError.md | 2 +- ...in.AgentError.CannotFindDIDKeyPairIndex.md | 2 +- ...main.AgentError.CannotFindDIDPrivateKey.md | 2 +- .../Domain.AgentError.CannotFindLinkSecret.md | 2 +- .../Domain.AgentError.FailedToOnboardError.md | 2 +- ...AgentError.InvalidBasicMessageBodyError.md | 2 +- ...n.AgentError.InvalidCredentialBodyError.md | 2 +- ...ain.AgentError.InvalidCredentialFormats.md | 2 +- ...ntError.InvalidIssueCredentialBodyError.md | 2 +- ...rror.InvalidIssueCredentialMessageError.md | 2 +- ...entError.InvalidMediationGrantBodyError.md | 2 +- ...Error.InvalidMediationGrantMessageError.md | 2 +- .../Domain.AgentError.InvalidMessageError.md | 2 +- ...ntError.InvalidOfferCredentialBodyError.md | 2 +- ...rror.InvalidOfferCredentialMessageError.md | 2 +- ...Error.InvalidPickupDeliveryMessageError.md | 2 +- ...AgentError.InvalidPresentationBodyError.md | 2 +- ...ntError.InvalidPresentationMessageError.md | 2 +- ...Error.InvalidProposeCredentialBodyError.md | 2 +- ...ror.InvalidProposePresentationBodyError.md | 2 +- ....InvalidProposePresentationMessageError.md | 2 +- ...r.InvalidProposedCredentialMessageError.md | 2 +- ...Error.InvalidRequestCredentialBodyError.md | 2 +- ...or.InvalidRequestCredentialMessageError.md | 2 +- ...ror.InvalidRequestPresentationBodyError.md | 2 +- ....InvalidRequestPresentationMessageError.md | 2 +- .../Domain.AgentError.InvalidStepError.md | 2 +- .../Domain.AgentError.InvalidURLError.md | 2 +- ....AgentError.InvitationHasNoFromDIDError.md | 2 +- ...ain.AgentError.InvitationIsInvalidError.md | 2 +- ...Domain.AgentError.KeyNotExportableError.md | 2 +- ....AgentError.MediationRequestFailedError.md | 2 +- ...Domain.AgentError.NoConnectionOpenError.md | 2 +- ...ain.AgentError.NoHandshakeResponseError.md | 2 +- ...ain.AgentError.NoMediatorAvailableError.md | 2 +- ....AgentError.NoValidServiceEndpointError.md | 2 +- ...ror.OfferDoesntProvideEnoughInformation.md | 2 +- .../Domain.AgentError.UnhandledCredential.md | 2 +- ...AgentError.UnhandledPresentationRequest.md | 2 +- ...n.AgentError.UnknownCredentialBodyError.md | 2 +- ...n.AgentError.UnknownInvitationTypeError.md | 2 +- ...ntError.UnknownPrismOnboardingTypeError.md | 2 +- ...in.AgentError.UnsupportedAttachmentType.md | 2 +- docs/sdk/classes/Domain.AlsoKnownAs.md | 4 +- .../Domain.AnoncredsPresentationOptions.md | 2 +- ...nvalidPrivateKey.md => Domain.ApiError.md} | 67 +++-- docs/sdk/classes/Domain.ApiResponse.md | 111 ++++++++ ...d => Domain.ApolloError.ApolloLibError.md} | 52 ++-- ....ApolloError.CouldNotParseMessageString.md | 30 +- ...n.ApolloError.ECPublicKeyInitialization.md | 180 ------------ ...omain.ApolloError.InvalidDerivationPath.md | 26 +- .../Domain.ApolloError.InvalidKeyCurve.md | 27 +- .../Domain.ApolloError.InvalidKeyType.md | 27 +- ...ain.ApolloError.KeyInitializationError.md} | 52 ++-- .../Domain.ApolloError.KeyRestoratonFailed.md | 22 +- ...Domain.ApolloError.MissingKeyParameters.md | 26 +- ...Domain.ApolloError.MnemonicLengthError.md} | 56 ++-- ...> Domain.ApolloError.MnemonicWordError.md} | 52 ++-- docs/sdk/classes/Domain.AssertionMethod.md | 6 +- .../classes/Domain.AttachmentDescriptor.md | 22 +- docs/sdk/classes/Domain.Authentication.md | 6 +- .../classes/Domain.CapabilityDelegation.md | 6 +- .../classes/Domain.CapabilityInvocation.md | 6 +- ...omain.CastorError.ExpectedCompressedKey.md | 2 +- ...in.CastorError.InitialStateOfDIDChanged.md | 2 +- .../Domain.CastorError.InvalidDIDString.md | 2 +- .../Domain.CastorError.InvalidJWKKeysError.md | 2 +- .../Domain.CastorError.InvalidKeyError.md | 2 +- .../Domain.CastorError.InvalidLongFormDID.md | 2 +- .../Domain.CastorError.InvalidPeerDIDError.md | 2 +- ...in.CastorError.InvalidPublicKeyEncoding.md | 2 +- ...storError.MethodIdIsDoesNotSatisfyRegex.md | 2 +- ...ain.CastorError.NotPossibleToResolveDID.md | 2 +- ...rror.md => Domain.CommonError.SDKError.md} | 55 ++-- .../Domain.CommonError.UnknownError.md | 180 ++++++++++++ docs/sdk/classes/Domain.Controller.md | 4 +- docs/sdk/classes/Domain.Credential.md | 24 +- docs/sdk/classes/Domain.CredentialMetadata.md | 14 +- docs/sdk/classes/Domain.DID.md | 22 +- docs/sdk/classes/Domain.DIDDocument.md | 23 +- docs/sdk/classes/Domain.DIDPair.md | 8 +- docs/sdk/classes/Domain.DIDResolver.md | 4 +- docs/sdk/classes/Domain.DIDUrl.md | 18 +- docs/sdk/classes/Domain.DerivableKey.md | 2 +- docs/sdk/classes/Domain.HttpResponse.md | 69 ----- .../classes/Domain.JWTPresentationOptions.md | 12 +- docs/sdk/classes/Domain.Key.md | 30 +- docs/sdk/classes/Domain.KeyAgreement.md | 6 +- docs/sdk/classes/Domain.KeyPair.md | 6 +- docs/sdk/classes/Domain.LinkSecret.md | 10 +- ...in.MercuryError.CouldNotResolveDIDError.md | 2 +- .../Domain.MercuryError.DidCommError.md | 2 +- ...omain.MercuryError.FromFieldNotSetError.md | 2 +- .../Domain.MercuryError.InvalidURLError.md | 2 +- ...ryError.MessageAttachmentWithoutIDError.md | 2 +- ...ercuryError.MessageInvalidBodyDataError.md | 2 +- ...main.MercuryError.NoDIDReceiverSetError.md | 2 +- ...ain.MercuryError.NoRecipientDIDSetError.md | 2 +- ...Domain.MercuryError.NoSenderDIDSetError.md | 2 +- ...n.MercuryError.NoValidServiceFoundError.md | 2 +- ...MercuryError.UnknownAttachmentDataError.md | 2 +- ...MercuryError.UnknownPackingMessageError.md | 2 +- .../Domain.MercuryError.UrlSessionError.md | 6 +- docs/sdk/classes/Domain.Message-1.md | 71 ++--- .../Domain.PlutoError.BackupNotFoundError.md | 2 +- ...Domain.PlutoError.CredentialNotStorable.md | 2 +- ...main.PlutoError.DatabaseConnectionError.md | 2 +- .../Domain.PlutoError.DatabaseContextError.md | 2 +- ...lutoError.DatabaseServiceAlreadyRunning.md | 2 +- ...n.PlutoError.DidPairIsNotPersistedError.md | 2 +- ...PlutoError.HolderDIDAlreadyPairingError.md | 2 +- ...n.PlutoError.InvalidCredentialJsonError.md | 2 +- ...Error.InvalidHolderDIDNotPersistedError.md | 2 +- ...utoError.MessageMissingFromOrToDIDError.md | 2 +- ...Domain.PlutoError.PrivateKeyNotStorable.md | 2 +- ...lutoError.RestoreCredentialInvalidError.md | 2 +- ...omain.PlutoError.RestoreJWKInvalidError.md | 2 +- ...omain.PlutoError.RestoreKeyInvalidError.md | 2 +- .../Domain.PlutoError.RestoreNotFoundError.md | 2 +- .../Domain.PlutoError.StoreDeleteError.md | 2 +- .../Domain.PlutoError.StoreInsertError.md | 2 +- .../Domain.PlutoError.StoreNotEmptyError.md | 2 +- .../Domain.PlutoError.StoreQueryFailed.md | 2 +- .../Domain.PlutoError.StoreUpdateError.md | 2 +- ...n.PlutoError.UnknownCredentialTypeError.md | 2 +- ...uxError.CredentialRevocationTypeInvalid.md | 2 +- ....PolluxError.CredentialTypeNotSupported.md | 2 +- ...main.PolluxError.InvalidCredentialError.md | 2 +- ...ain.PolluxError.InvalidCredentialStatus.md | 2 +- ...olluxError.InvalidDescriptorFormatError.md | 2 +- .../Domain.PolluxError.InvalidJWTString.md | 2 +- ...rror.InvalidPresentationDefinitionError.md | 2 +- ...in.PolluxError.InvalidPresentationError.md | 2 +- ...olluxError.InvalidPresentationProofArgs.md | 2 +- ...uxError.InvalidRevocationStatusResponse.md | 2 +- ...nvalidRevocationStatusResponseSignature.md | 2 +- ...olluxError.InvalidVerifyCredentialError.md | 4 +- ...in.PolluxError.InvalidVerifyFormatError.md | 4 +- ...in.PolluxError.NoDomainOrChallengeFound.md | 2 +- ... => Domain.PolluxError.RevocationError.md} | 57 ++-- ...omain.PresentationDefinitionRequestType.md | 6 +- .../sdk/classes/Domain.PresentationOptions.md | 8 +- docs/sdk/classes/Domain.PrismDID.md | 10 +- docs/sdk/classes/Domain.PrivateKey.md | 38 +-- docs/sdk/classes/Domain.PublicKey.md | 32 +-- docs/sdk/classes/Domain.Service.md | 10 +- docs/sdk/classes/Domain.ServiceEndpoint.md | 8 +- docs/sdk/classes/Domain.Services.md | 4 +- docs/sdk/classes/Domain.SignableKey.md | 2 +- docs/sdk/classes/Domain.VerifiableKey.md | 2 +- docs/sdk/classes/Domain.VerificationMethod.md | 14 +- .../sdk/classes/Domain.VerificationMethods.md | 4 +- docs/sdk/classes/HandshakeRequest.md | 51 +--- docs/sdk/classes/IssueCredential.md | 28 +- docs/sdk/classes/JWTCredential.md | 68 ++--- docs/sdk/classes/MediatorHandler.md | 16 +- docs/sdk/classes/Mercury.md | 28 +- docs/sdk/classes/OfferCredential.md | 26 +- docs/sdk/classes/OutOfBandInvitation.md | 73 +++-- docs/sdk/classes/PeerDID-1.md | 6 +- docs/sdk/classes/PeerDIDService.md | 20 +- docs/sdk/classes/Pluto-1.md | 72 ++--- docs/sdk/classes/Pollux.md | 123 ++++++--- docs/sdk/classes/Presentation.md | 24 +- docs/sdk/classes/ProposePresentation.md | 24 +- docs/sdk/classes/PublicMediatorStore.md | 8 +- docs/sdk/classes/RequestPresentation.md | 26 +- docs/sdk/classes/Store.md | 26 +- .../enums/AnonCredsCredentialProperties.md | 20 +- docs/sdk/enums/Domain.AttachmentFormats.md | 20 +- docs/sdk/enums/Domain.CredentialStatusType.md | 2 +- docs/sdk/enums/Domain.CredentialType.md | 10 +- docs/sdk/enums/Domain.Curve.md | 6 +- docs/sdk/enums/Domain.DescriptorItemFormat.md | 4 +- docs/sdk/enums/Domain.InputLimitDisclosure.md | 4 +- docs/sdk/enums/Domain.JWTProofPurpose.md | 2 +- docs/sdk/enums/Domain.JWTProofType.md | 6 +- .../Domain.JWTRevocationStatusPurpose.md | 4 +- ...omain.JWTVerifiableCredentialProperties.md | 18 +- ...ain.JWTVerifiablePresentationProperties.md | 16 +- docs/sdk/enums/Domain.JWT_ALG.md | 6 +- docs/sdk/enums/Domain.KeyProperties.md | 22 +- docs/sdk/enums/Domain.KeyTypes.md | 6 +- docs/sdk/enums/Domain.KeyUsage.md | 16 +- docs/sdk/enums/Domain.MessageDirection.md | 4 +- docs/sdk/enums/Domain.RevocationType.md | 2 +- ...ain.SDJWTVerifiableCredentialProperties.md | 22 +- docs/sdk/enums/Domain.Usage.md | 16 +- .../Domain.W3CVerifiableCredentialContext.md | 4 +- .../Domain.W3CVerifiableCredentialType.md | 6 +- docs/sdk/enums/ListenerKey.md | 6 +- docs/sdk/enums/ProtocolType.md | 261 ++++++++++++++++++ docs/sdk/interfaces/AgentCredentials.md | 18 +- .../sdk/interfaces/AgentDIDHigherFunctions.md | 6 +- docs/sdk/interfaces/AgentInvitations.md | 10 +- docs/sdk/interfaces/AgentMessageEvents.md | 6 +- docs/sdk/interfaces/BasicMessageBody.md | 2 +- .../interfaces/ConnectionsManagerInterface.md | 32 +-- docs/sdk/interfaces/CredentialBody.md | 6 +- docs/sdk/interfaces/DIDCommProtocol.md | 4 +- docs/sdk/interfaces/Domain.Api.md | 36 ++- docs/sdk/interfaces/Domain.Apollo.md | 10 +- .../sdk/interfaces/Domain.AttachmentBase64.md | 2 +- .../sdk/interfaces/Domain.AttachmentHeader.md | 2 +- .../interfaces/Domain.AttachmentJsonData.md | 21 -- docs/sdk/interfaces/Domain.AttachmentJws.md | 6 +- .../interfaces/Domain.AttachmentJwsData.md | 4 +- .../interfaces/Domain.AttachmentLinkData.md | 4 +- docs/sdk/interfaces/Domain.Castor.md | 12 +- .../Domain.CredentialIssueOptions.md | 6 +- .../Domain.CredentialRequestOptions.md | 6 +- .../interfaces/Domain.ExportableKey.Common.md | 2 +- .../interfaces/Domain.ExportableKey.JWK.md | 2 +- .../interfaces/Domain.ExportableKey.PEM.md | 2 +- docs/sdk/interfaces/Domain.JWK.Base.md | 20 +- docs/sdk/interfaces/Domain.JWK.EC.md | 28 +- docs/sdk/interfaces/Domain.JWK.OCT.md | 22 +- docs/sdk/interfaces/Domain.JWK.OKP.md | 26 +- docs/sdk/interfaces/Domain.JWK.RSA.md | 38 +-- docs/sdk/interfaces/Domain.JWT.DecodedObj.md | 54 ++++ docs/sdk/interfaces/Domain.JWT.Header.md | 36 +++ .../interfaces/Domain.JWTRevocationStatus.md | 10 +- .../Domain.JWTStatusListResponse.md | 14 +- docs/sdk/interfaces/Domain.KeyCurve.md | 4 +- docs/sdk/interfaces/Domain.KeyRestoration.md | 4 +- docs/sdk/interfaces/Domain.Mediator.md | 6 +- docs/sdk/interfaces/Domain.Mercury.md | 8 +- docs/sdk/interfaces/Domain.Pluto-1.md | 56 ++-- docs/sdk/interfaces/Domain.Pluto.Storable.md | 2 +- docs/sdk/interfaces/Domain.Pollux-1.md | 28 +- ...eatePresentationProof.options.Anoncreds.md | 2 +- ...lux.createPresentationProof.options.JWT.md | 4 +- ...x.createPresentationProof.options.SDJWT.md | 4 +- ...resentationSubmission.options.Anoncreds.md | 2 +- ...erifyPresentationSubmission.options.JWT.md | 2 +- ...ifyPresentationSubmission.options.SDJWT.md | 2 +- .../interfaces/Domain.ProvableCredential.md | 4 +- docs/sdk/interfaces/Domain.PublicKeyJWK.md | 8 +- docs/sdk/interfaces/Domain.Seed.md | 2 +- docs/sdk/interfaces/Domain.SeedWords.md | 4 +- docs/sdk/interfaces/Domain.Signature.md | 2 +- .../interfaces/Domain.StorableCredential.md | 2 +- docs/sdk/interfaces/Domain.StorableKey-1.md | 6 +- ...omain.VerifiableCredentialTypeContainer.md | 4 +- .../Domain.W3CVerifiableCredentialData.md | 4 +- docs/sdk/interfaces/HandshakeRequestBody.md | 6 +- docs/sdk/interfaces/IssueCredentialBody.md | 10 +- docs/sdk/interfaces/MediationGrantBody.md | 2 +- .../interfaces/MediationKeysUpdateListBody.md | 2 +- docs/sdk/interfaces/MediatorStore.md | 4 +- docs/sdk/interfaces/OfferCredentialBody.md | 12 +- docs/sdk/interfaces/ParsedCredentialFormat.md | 2 +- docs/sdk/interfaces/PeerDID.PrivateKey.md | 4 +- docs/sdk/interfaces/PeerDIDEncoded.md | 4 +- docs/sdk/interfaces/PickupAttachment.md | 4 +- docs/sdk/interfaces/PickupReceivedBody.md | 2 +- docs/sdk/interfaces/PickupRequestBody.md | 4 +- docs/sdk/interfaces/Pluto.Store.md | 10 +- docs/sdk/interfaces/PresentationBody.md | 4 +- .../PrismOnboardingInvitationBody.md | 6 +- docs/sdk/interfaces/PrismRevocationBody.md | 4 +- docs/sdk/interfaces/ProofTypes.md | 6 +- docs/sdk/interfaces/ProposeCredentialBody.md | 8 +- .../sdk/interfaces/RequestPresentationBody.md | 8 +- docs/sdk/modules.md | 12 +- docs/sdk/modules/Domain.ApiError.md | 11 - docs/sdk/modules/Domain.ApolloError.md | 10 +- docs/sdk/modules/Domain.Backup.md | 16 +- docs/sdk/modules/Domain.Backup.v0_0_1.md | 14 +- docs/sdk/modules/Domain.CommonError.md | 3 +- docs/sdk/modules/Domain.ExportableKey.md | 4 +- docs/sdk/modules/Domain.ImportableKey.md | 2 +- docs/sdk/modules/Domain.JWK.md | 4 +- docs/sdk/modules/Domain.JWT.md | 78 ++++++ docs/sdk/modules/Domain.Message.Attachment.md | 2 +- docs/sdk/modules/Domain.PEM.md | 4 +- docs/sdk/modules/Domain.Pluto.md | 2 +- .../Domain.Pollux.createPresentationProof.md | 4 +- ...ain.Pollux.verifyPresentationSubmission.md | 4 +- docs/sdk/modules/Domain.PolluxError.md | 1 + docs/sdk/modules/Domain.StorableKey.md | 2 +- docs/sdk/modules/Domain.md | 146 ++++++---- docs/sdk/modules/Pluto.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 296 files changed, 2536 insertions(+), 1797 deletions(-) create mode 100644 docs/sdk/classes/ApiImpl.md rename docs/sdk/classes/{Domain.ApolloError.InvalidPrivateKey.md => Domain.ApiError.md} (54%) create mode 100644 docs/sdk/classes/Domain.ApiResponse.md rename docs/sdk/classes/{Domain.ApolloError.MissingChainCode.md => Domain.ApolloError.ApolloLibError.md} (51%) delete mode 100644 docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md rename docs/sdk/classes/{Domain.ApolloError.InvalidHashingAlgorithm.md => Domain.ApolloError.KeyInitializationError.md} (50%) rename docs/sdk/classes/{Domain.ApolloError.InvalidMnemonicWord.md => Domain.ApolloError.MnemonicLengthError.md} (51%) rename docs/sdk/classes/{Domain.ApolloError.MissingPrivateKey.md => Domain.ApolloError.MnemonicWordError.md} (52%) rename docs/sdk/classes/{Domain.CommonError.SomethingWentWrongError.md => Domain.CommonError.SDKError.md} (55%) create mode 100644 docs/sdk/classes/Domain.CommonError.UnknownError.md delete mode 100644 docs/sdk/classes/Domain.HttpResponse.md rename docs/sdk/classes/{Domain.ApiError.InvalidRequestPath.md => Domain.PolluxError.RevocationError.md} (58%) create mode 100644 docs/sdk/enums/ProtocolType.md delete mode 100644 docs/sdk/interfaces/Domain.AttachmentJsonData.md create mode 100644 docs/sdk/interfaces/Domain.JWT.DecodedObj.md create mode 100644 docs/sdk/interfaces/Domain.JWT.Header.md delete mode 100644 docs/sdk/modules/Domain.ApiError.md create mode 100644 docs/sdk/modules/Domain.JWT.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ebc376d..fbd498d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [6.1.0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/compare/v6.0.1...v6.1.0) (2024-09-12) + + +### Bug Fixes + +* bitstring improvement and test coverage ([#270](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/270)) ([dce65b5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/dce65b56affd5ed2a17d5d82dbab3efcfb8475bb)) +* external build update for new generated code ([#264](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/264)) ([460102a](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/460102ac442a2b7aa41f73d91a7f1301b9686db7)) +* main branchname in semantic release config ([#279](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/279)) ([a6a72ff](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/a6a72ff6f9ce61f383485202cf2349f473bbd1f4)) +* make mediator updateable in the nextjs demo ([#262](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/262)) ([99df3c0](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/99df3c042cf722c9137bcd576e1ac71c44bea6db)) +* nextjs demo safeBody ([#263](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/263)) ([0d09ea7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/0d09ea79d9c044a9b672b0543b1c1a4bf08e4d70)) +* noble-ciphers dependency ([#284](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/284)) ([fabcc2c](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/fabcc2c636b237414ad4d0b27717c9994bd1b9ca)) +* package dependencies found by mixmix ([#273](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/273)) ([#275](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/275)) ([82a50d3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/82a50d36f80116f8047b6e83b9efb82690de97d6)) +* rollup is not a optionalDependency, and is not included in our m… ([#269](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/269)) ([9ea9d42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/9ea9d424eb95627fdfe90c7f6337b04b9afd47ac)) +* update code-owners ([#281](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/281)) ([b8409af](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/b8409af57ed0bb987499ad5cfb1cbbef14e22b53)) + + +### Features + +* Connectionless presentation ([#272](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/272)) ([d43ec60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/d43ec604b24b2b5b18a80d714a7188223f58a4bb)) +* decoupling JWT from Pollux and adding KID header to JWTs ([#271](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/271)) ([8a1ed3f](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/8a1ed3fb7d3df5e627c1bdaf56434ca799ab01f7)) +* errors introducing error codes and refactoring Apollo errors ([#265](https://github.com/hyperledger/identus-edge-agent-sdk-ts/issues/265)) ([f99c565](https://github.com/hyperledger/identus-edge-agent-sdk-ts/commit/f99c565c8c0d2f97e78c8bba6a64e07e22d5a0b6)) + # [4.0.0](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/compare/v3.1.0...v4.0.0) (2024-02-02) * fix: removing terser to allow an unminified build that is easier to d… by @elribonazo in https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/pull/127 diff --git a/docs/sdk/README.md b/docs/sdk/README.md index 0e2d6e4fe..c080e4cf6 100644 --- a/docs/sdk/README.md +++ b/docs/sdk/README.md @@ -2,7 +2,7 @@ # Identus TypeScript SDK -[![Coverage Status](https://coveralls.io/repos/github/input-output-hk/atala-prism-wallet-sdk-ts/badge.svg?branch=master)](https://coveralls.io/github/input-output-hk/atala-prism-wallet-sdk-ts?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/hyperledger/identus-edge-agent-sdk-ts/badge.svg?branch=master)](https://coveralls.io/github/hyperledger/identus-edge-agent-sdk-ts?branch=master) --- @@ -11,18 +11,19 @@ verifiable data and digital identity. Built on Cardano, as a distributed ledger, it offers core infrastructure for issuing DIDs (Decentralized identifiers) and verifiable credentials, alongside tools and frameworks to help expand your ecosystem. The complete platform is separated into multiple repositories: - * [Cloud Agent](https://github.com/hyperledger/identus-cloud-agent) - Repo that contains the Cloud Agent that provides self-sovereign identity services to build products and solutions. -* [Mediator](https://github.com/input-output-hk/atala-prism-mediator) - Repo for the DIDComm V2 Mediator. -* [Edge Agent SDK TS](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) - Repo for the Typescript version of the SDK. -* [Edge Agent SDK Swift](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift) - Repo for the Swift version of the SDK. -* [Edge Agent SDK KMP](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm) - Repo for the Kotlin Multi-Platform version of the SDK. -* +* [Mediator](https://github.com/input-output-hk/identus-prism-mediator) - Repo for the DIDComm V2 Mediator. +* [Edge Agent SDK TS](https://github.com/hyperledger/identus-edge-agent-sdk-ts) - Repo for the Typescript version of the SDK. + +We also have edge agents for other platforms: +* [Edge Agent SDK Swift](https://github.com/hyperledger/identus-edge-agent-sdk-swift) - Repo for the Swift version of the SDK. +* [Edge Agent SDK KMP](https://github.com/hyperledger/identus-edge-agent-sdk-kmp) - Repo for the Kotlin Multi-Platform version of the SDK. + ## SDK Overview - Apollo: Provides a suite of necessary cryptographic operations. - Castor: Provides a suite of operations to create, manage and resolve decentralized identifiers. -- Pollux: Provides a suite of operations for handling [verifiable credentials](https://github.com/input-output-hk/atala-prism-docs/blob/master/documentation/docs/concepts/glossary.md#verifiable-credentials). +- Pollux: Provides a suite of operations for handling [verifiable credentials](https://github.com/hyperledger/identus-docs/blob/master/documentation/docs/concepts/glossary.md#verifiable-credentials). - Mercury: Provides a suite of operations for handling DIDComm V2 messages. - Pluto: Provides an interface for storage operations in a portable, storage-agnostic manner. - Agent: A component using all other building blocks, provides basic edge agent capabilities, including implementing DIDComm V2 protocols. @@ -35,7 +36,7 @@ This repository includes a browser and a Node.js demo application, and also a st You can install and use this library in browsers and nodejs. ```bash -npm i @atala/prism-wallet-sdk --save +npm i @hyperledger/identus-edge-agent-sdk --save ``` or with yarn @@ -55,10 +56,10 @@ This repository contains compiles typescript code and some rust dependencies for Clone the repository ``` -git clone git@github.com:input-output-hk/atala-prism-wallet-sdk-ts.git --recruse-submodules +git clone git@github.com:hyperledger/identus-edge-agent-sdk-ts.git --recruse-submodules ``` -To be able to run the demos, we have to build `prism-wallet-sdk`. +To be able to run the demos, we have to build `identus-edge-agent-sdk-ts`. From the repository root run: ```bash @@ -88,13 +89,14 @@ Browser NextJS ```bash cd demos/next npm i -npm run build # becuase Error: ENOENT: no such file or directory, open '/.../atala-prism-wallet-sdk-ts/demos/next/.next/BUILD_ID'] +npm run build # becuase Error: ENOENT: no such file or directory, open '/.../identus-edge-agent-sdk-ts/demos/next/.next/BUILD_ID'] npm run start ``` ### Implementing storage for the SDK -This SDK exposes Pluto, a storage interface that should be implemented by the user, in the most appropriate way for a particular use case. - -We don't provide a default implementation out of the box at the moment, but we do provide a couple of demo implementations that can be used to get started with demos and testing. +This SDK exposes Pluto, which manages data schemas, migrations for you, but requires a Pluto.Store which needs to be implemented by the user, as this is particular to your use case. Provided demo implementations are intentionally oversimplified and **should not** be used in production. + +Example community implementations: +- [atala-community-projects/pluto-encrypted](https://github.com/atala-community-projects/pluto-encrypted): InMemory, IndexDB, LevelDB, as well as a test-suite to help you build your own. diff --git a/docs/sdk/classes/Agent.md b/docs/sdk/classes/Agent.md index 6b2a513a7..22b6dba26 100644 --- a/docs/sdk/classes/Agent.md +++ b/docs/sdk/classes/Agent.md @@ -97,7 +97,7 @@ Creates an instance of Agent. #### Defined in -[src/edge-agent/Agent.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L84) +[src/edge-agent/Agent.ts:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L82) ## Properties @@ -107,7 +107,7 @@ Creates an instance of Agent. #### Defined in -[src/edge-agent/Agent.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L64) +[src/edge-agent/Agent.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L62) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L65) +[src/edge-agent/Agent.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L63) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L66) +[src/edge-agent/Agent.ts:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L64) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L92) +[src/edge-agent/Agent.ts:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L90) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:85](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L85) +[src/edge-agent/Agent.ts:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L83) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L62) +[src/edge-agent/Agent.ts:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L60) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L86) +[src/edge-agent/Agent.ts:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L84) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L90) +[src/edge-agent/Agent.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L88) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L89) +[src/edge-agent/Agent.ts:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L87) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L88) +[src/edge-agent/Agent.ts:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L86) ___ @@ -207,17 +207,17 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L87) +[src/edge-agent/Agent.ts:85](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L85) ___ ### pollux -• `Private` **pollux**: [`Pollux`](Pollux.md) +• `Readonly` **pollux**: [`Pollux`](Pollux.md) #### Defined in -[src/edge-agent/Agent.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L68) +[src/edge-agent/Agent.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L66) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L91) +[src/edge-agent/Agent.ts:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L89) ___ @@ -239,7 +239,7 @@ Agent state #### Defined in -[src/edge-agent/Agent.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L61) +[src/edge-agent/Agent.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L59) ## Accessors @@ -255,7 +255,7 @@ Get current mediator DID if available or null #### Defined in -[src/edge-agent/Agent.ts:220](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L220) +[src/edge-agent/Agent.ts:218](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L218) ## Methods @@ -289,7 +289,7 @@ Asyncronously accept a didcomm v2 invitation, will create a pair between the Age #### Defined in -[src/edge-agent/Agent.ts:444](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L444) +[src/edge-agent/Agent.ts:442](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L442) ___ @@ -318,7 +318,7 @@ Handle an invitation to create a connection #### Defined in -[src/edge-agent/Agent.ts:397](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L397) +[src/edge-agent/Agent.ts:395](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L395) ___ @@ -341,7 +341,7 @@ Add an event listener to get notified from an Event "MESSAGE" #### Defined in -[src/edge-agent/Agent.ts:491](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L491) +[src/edge-agent/Agent.ts:489](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L489) ___ @@ -370,7 +370,7 @@ Asyncronously Create a new PeerDID #### Defined in -[src/edge-agent/Agent.ts:369](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L369) +[src/edge-agent/Agent.ts:367](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L367) ___ @@ -400,7 +400,7 @@ Asyncronously create a new PrismDID #### Defined in -[src/edge-agent/Agent.ts:349](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L349) +[src/edge-agent/Agent.ts:347](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L347) ___ @@ -431,7 +431,7 @@ instance of the presentation which we can share with the verifier. #### Defined in -[src/edge-agent/Agent.ts:542](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L542) +[src/edge-agent/Agent.ts:540](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L540) ___ @@ -463,7 +463,7 @@ Initiate the Presentation and presentationSubmission #### Defined in -[src/edge-agent/Agent.ts:594](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L594) +[src/edge-agent/Agent.ts:592](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L592) ___ @@ -515,7 +515,7 @@ Initiate a PresentationRequest from the SDK, to create oob Verification Requests #### Defined in -[src/edge-agent/Agent.ts:578](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L578) +[src/edge-agent/Agent.ts:576](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L576) ___ @@ -539,7 +539,7 @@ ___ #### Defined in -[src/edge-agent/Agent.ts:137](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L137) +[src/edge-agent/Agent.ts:135](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L135) ___ @@ -567,7 +567,7 @@ Asyncronously parse an invitation from a valid json string #### Defined in -[src/edge-agent/Agent.ts:386](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L386) +[src/edge-agent/Agent.ts:384](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L384) ___ @@ -595,7 +595,7 @@ Asyncronously parse an out of band invitation from a URI as the oob come in form #### Defined in -[src/edge-agent/Agent.ts:431](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L431) +[src/edge-agent/Agent.ts:429](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L429) ___ @@ -623,7 +623,7 @@ Asyncronously parse a prismOnboarding invitation from a string #### Defined in -[src/edge-agent/Agent.ts:420](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L420) +[src/edge-agent/Agent.ts:418](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L418) ___ @@ -651,7 +651,7 @@ Asyncronously prepare a request credential message from a valid offerCredential #### Defined in -[src/edge-agent/Agent.ts:513](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L513) +[src/edge-agent/Agent.ts:511](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L511) ___ @@ -679,7 +679,7 @@ Extract the verifiableCredential object from the Issue credential message asyncr #### Defined in -[src/edge-agent/Agent.ts:526](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L526) +[src/edge-agent/Agent.ts:524](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L524) ___ @@ -706,7 +706,7 @@ Remove event listener, used by stop procedure #### Defined in -[src/edge-agent/Agent.ts:502](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L502) +[src/edge-agent/Agent.ts:500](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L500) ___ @@ -736,7 +736,7 @@ Anoncreds will really need to be disclosed as the fields are encoded. #### Defined in -[src/edge-agent/Agent.ts:268](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L268) +[src/edge-agent/Agent.ts:266](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L266) ___ @@ -758,7 +758,7 @@ Asyncronously send a didcomm Message #### Defined in -[src/edge-agent/Agent.ts:472](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L472) +[src/edge-agent/Agent.ts:470](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L470) ___ @@ -787,7 +787,7 @@ Asyncronously sign a message with a DID #### Defined in -[src/edge-agent/Agent.ts:409](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L409) +[src/edge-agent/Agent.ts:407](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L407) ___ @@ -805,7 +805,7 @@ Asyncronously start the agent #### Defined in -[src/edge-agent/Agent.ts:283](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L283) +[src/edge-agent/Agent.ts:281](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L281) ___ @@ -827,7 +827,7 @@ Start fetching for new messages in such way that it can be stopped at any point #### Defined in -[src/edge-agent/Agent.ts:455](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L455) +[src/edge-agent/Agent.ts:453](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L453) ___ @@ -845,7 +845,7 @@ Asyncronously stop the agent and any side task that is running #### Defined in -[src/edge-agent/Agent.ts:330](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L330) +[src/edge-agent/Agent.ts:328](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L328) ___ @@ -861,7 +861,7 @@ Stops fetching messages #### Defined in -[src/edge-agent/Agent.ts:462](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L462) +[src/edge-agent/Agent.ts:460](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L460) ___ @@ -881,7 +881,7 @@ Asyncronously get all verifiable credentials #### Defined in -[src/edge-agent/Agent.ts:481](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L481) +[src/edge-agent/Agent.ts:479](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L479) ___ @@ -912,7 +912,7 @@ allowing default instantiation, omitting all but the absolute necessary paramete #### Defined in -[src/edge-agent/Agent.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L155) +[src/edge-agent/Agent.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L153) ___ @@ -943,4 +943,4 @@ Mainly for testing purposes but instantiating the Agent from a ConnectionManager #### Defined in -[src/edge-agent/Agent.ts:237](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/Agent.ts#L237) +[src/edge-agent/Agent.ts:235](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/Agent.ts#L235) diff --git a/docs/sdk/classes/AnonCredsCredential.md b/docs/sdk/classes/AnonCredsCredential.md index 739a9a052..136ee7d13 100644 --- a/docs/sdk/classes/AnonCredsCredential.md +++ b/docs/sdk/classes/AnonCredsCredential.md @@ -71,7 +71,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L30) +[src/pollux/models/AnonCredsVerifiableCredential.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L30) ## Properties @@ -85,7 +85,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L26) +[src/pollux/models/AnonCredsVerifiableCredential.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L26) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L28) +[src/pollux/models/AnonCredsVerifiableCredential.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L28) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L27) +[src/pollux/models/AnonCredsVerifiableCredential.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L27) ___ @@ -130,7 +130,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L17) ## Accessors @@ -148,7 +148,7 @@ Credential.claims #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L64) +[src/pollux/models/AnonCredsVerifiableCredential.ts:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L64) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L71) +[src/pollux/models/AnonCredsVerifiableCredential.ts:71](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L71) ___ @@ -180,7 +180,7 @@ Credential.id #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L49) +[src/pollux/models/AnonCredsVerifiableCredential.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L49) ___ @@ -198,7 +198,7 @@ Credential.issuer #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L75) +[src/pollux/models/AnonCredsVerifiableCredential.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L75) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L87) +[src/pollux/models/AnonCredsVerifiableCredential.ts:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L87) ___ @@ -226,7 +226,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L79) +[src/pollux/models/AnonCredsVerifiableCredential.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L79) ___ @@ -244,7 +244,7 @@ Credential.subject #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L83) +[src/pollux/models/AnonCredsVerifiableCredential.ts:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L83) ## Methods @@ -268,7 +268,7 @@ Credential.subject #### Defined in -[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L19) ___ @@ -286,7 +286,7 @@ this is ProvableCredential #### Defined in -[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L23) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L31) ___ @@ -322,7 +322,7 @@ this is StorableCredential #### Defined in -[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L27) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:105](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L105) +[src/pollux/models/AnonCredsVerifiableCredential.ts:105](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L105) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L91) +[src/pollux/models/AnonCredsVerifiableCredential.ts:91](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L91) ___ @@ -383,4 +383,4 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:115](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L115) +[src/pollux/models/AnonCredsVerifiableCredential.ts:115](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L115) diff --git a/docs/sdk/classes/ApiImpl.md b/docs/sdk/classes/ApiImpl.md new file mode 100644 index 000000000..69fa02239 --- /dev/null +++ b/docs/sdk/classes/ApiImpl.md @@ -0,0 +1,114 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / ApiImpl + +# Class: ApiImpl + +Implement API using built in fetch + +## Implements + +- [`Api`](../interfaces/Domain.Api.md) + +## Table of contents + +### Constructors + +- [constructor](ApiImpl.md#constructor) + +### Methods + +- [includeBody](ApiImpl.md#includebody) +- [parseResponse](ApiImpl.md#parseresponse) +- [request](ApiImpl.md#request) + +## Constructors + +### constructor + +• **new ApiImpl**(): [`ApiImpl`](ApiImpl.md) + +#### Returns + +[`ApiImpl`](ApiImpl.md) + +## Methods + +### includeBody + +▸ **includeBody**(`method`): `boolean` + +should `body` be included in the request + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `method` | [`HttpMethod`](../modules/Domain.md#httpmethod) | + +#### Returns + +`boolean` + +#### Defined in + +[src/edge-agent/helpers/FetchApi.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/helpers/FetchApi.ts#L55) + +___ + +### parseResponse + +▸ **parseResponse**(`response`): `Promise`\<`any`\> + +attempt to convert response to JSON +or return as string + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `response` | `Response` | + +#### Returns + +`Promise`\<`any`\> + +#### Defined in + +[src/edge-agent/helpers/FetchApi.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/helpers/FetchApi.ts#L66) + +___ + +### request + +▸ **request**\<`T`\>(`method`, `urlStr`, `urlParameters?`, `httpHeaders?`, `body?`): `Promise`\<[`ApiResponse`](Domain.ApiResponse.md)\<`T`\>\> + +make a request +return an ApiResponse on any 2xx status +throw ApiError otherwise + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `method` | [`HttpMethod`](../modules/Domain.md#httpmethod) | +| `urlStr` | `string` | +| `urlParameters` | `Map`\<`string`, `string`\> | +| `httpHeaders` | `Map`\<`string`, `string`\> | +| `body?` | `string` \| `Record`\<`string`, `any`\> | + +#### Returns + +`Promise`\<[`ApiResponse`](Domain.ApiResponse.md)\<`T`\>\> + +#### Implementation of + +[Api](../interfaces/Domain.Api.md).[request](../interfaces/Domain.Api.md#request) + +#### Defined in + +[src/edge-agent/helpers/FetchApi.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/helpers/FetchApi.ts#L7) diff --git a/docs/sdk/classes/Apollo.md b/docs/sdk/classes/Apollo.md index 8ed8cd330..c30904b65 100644 --- a/docs/sdk/classes/Apollo.md +++ b/docs/sdk/classes/Apollo.md @@ -120,7 +120,7 @@ export enum KeyProperties { #### Defined in -[src/apollo/Apollo.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L119) +[src/apollo/Apollo.ts:115](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L115) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/apollo/Apollo.ts:118](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L118) +[src/apollo/Apollo.ts:114](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L114) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/apollo/Apollo.ts:120](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L120) +[src/apollo/Apollo.ts:116](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L116) ## Methods @@ -217,7 +217,7 @@ Calling this function just generates a new random privateKey for that curve #### Defined in -[src/apollo/Apollo.ts:329](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L329) +[src/apollo/Apollo.ts:321](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L321) ___ @@ -255,7 +255,7 @@ Create an EC Key with secp256k1 curve #### Defined in -[src/apollo/Apollo.ts:215](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L215) +[src/apollo/Apollo.ts:209](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L209) ___ @@ -283,7 +283,7 @@ This function creates a random mnemonic phrase whose usage is as a seed for gene #### Defined in -[src/apollo/Apollo.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L135) +[src/apollo/Apollo.ts:131](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L131) ___ @@ -317,7 +317,7 @@ This function creates a random mnemonic phrase and seed. #### Defined in -[src/apollo/Apollo.ts:186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L186) +[src/apollo/Apollo.ts:180](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L180) ___ @@ -352,7 +352,7 @@ This function takes mnemonics and passphrases and creates a seed object to gener #### Defined in -[src/apollo/Apollo.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L153) +[src/apollo/Apollo.ts:149](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L149) ___ @@ -384,7 +384,7 @@ if the restoration process fails #### Defined in -[src/apollo/Apollo.ts:465](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L465) +[src/apollo/Apollo.ts:445](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L445) ___ @@ -416,4 +416,4 @@ if the restoration process fails, this method throws an error #### Defined in -[src/apollo/Apollo.ts:480](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/apollo/Apollo.ts#L480) +[src/apollo/Apollo.ts:460](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/apollo/Apollo.ts#L460) diff --git a/docs/sdk/classes/BasicMediatorHandler.md b/docs/sdk/classes/BasicMediatorHandler.md index f39963f55..eff75c137 100644 --- a/docs/sdk/classes/BasicMediatorHandler.md +++ b/docs/sdk/classes/BasicMediatorHandler.md @@ -56,7 +56,7 @@ Creates an instance of BasicMediatorHandler. #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L41) +[src/edge-agent/mediator/BasicMediatorHandler.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L41) ## Properties @@ -73,7 +73,7 @@ established and recorded we don't need to mediate again with the same mediator #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L31) +[src/edge-agent/mediator/BasicMediatorHandler.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L31) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L42) +[src/edge-agent/mediator/BasicMediatorHandler.ts:42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L42) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L43) +[src/edge-agent/mediator/BasicMediatorHandler.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L43) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L44) +[src/edge-agent/mediator/BasicMediatorHandler.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L44) ## Methods @@ -136,7 +136,7 @@ exchange the mediation protocol messages between the user and the mediator until #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L96) +[src/edge-agent/mediator/BasicMediatorHandler.ts:96](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L96) ___ @@ -158,7 +158,7 @@ Will asyncronously fetch the first mediator stored in database and set it as def #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L77) +[src/edge-agent/mediator/BasicMediatorHandler.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L77) ___ @@ -190,7 +190,7 @@ and also listen for incomming unread messages with existing protocols. #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:196](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L196) +[src/edge-agent/mediator/BasicMediatorHandler.ts:196](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L196) ___ @@ -220,7 +220,7 @@ we need to parse those and return the user a list of messages it can read and de #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:166](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L166) +[src/edge-agent/mediator/BasicMediatorHandler.ts:166](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L166) ___ @@ -248,7 +248,7 @@ Asyncronously notify the current mediator that one or multiple message ID's have #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:251](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L251) +[src/edge-agent/mediator/BasicMediatorHandler.ts:251](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L251) ___ @@ -276,7 +276,7 @@ Asyncronously update the mediator with the new keyList, used during the mediatio #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L145) +[src/edge-agent/mediator/BasicMediatorHandler.ts:145](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L145) ___ @@ -303,4 +303,4 @@ instance. #### Defined in -[src/edge-agent/mediator/BasicMediatorHandler.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/BasicMediatorHandler.ts#L57) +[src/edge-agent/mediator/BasicMediatorHandler.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/BasicMediatorHandler.ts#L57) diff --git a/docs/sdk/classes/BasicMessage.md b/docs/sdk/classes/BasicMessage.md index 92370256f..b5724f4d9 100644 --- a/docs/sdk/classes/BasicMessage.md +++ b/docs/sdk/classes/BasicMessage.md @@ -42,7 +42,7 @@ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L10) +[src/edge-agent/protocols/other/BasicMessage.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L10) ## Properties @@ -52,7 +52,7 @@ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L11) +[src/edge-agent/protocols/other/BasicMessage.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L11) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L12) +[src/edge-agent/protocols/other/BasicMessage.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L12) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L14) +[src/edge-agent/protocols/other/BasicMessage.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L14) ___ @@ -82,17 +82,17 @@ ___ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L13) +[src/edge-agent/protocols/other/BasicMessage.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L13) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommBasicMessage` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommBasicMessage` #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L8) +[src/edge-agent/protocols/other/BasicMessage.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L8) ## Methods @@ -106,7 +106,7 @@ ___ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L17) +[src/edge-agent/protocols/other/BasicMessage.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L17) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[src/edge-agent/protocols/other/BasicMessage.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/other/BasicMessage.ts#L30) +[src/edge-agent/protocols/other/BasicMessage.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/other/BasicMessage.ts#L30) diff --git a/docs/sdk/classes/Castor.md b/docs/sdk/classes/Castor.md index 2949d703c..de63be7ca 100644 --- a/docs/sdk/classes/Castor.md +++ b/docs/sdk/classes/Castor.md @@ -54,7 +54,7 @@ Creates an instance of Castor as soon as a valid cryptographic interface is prov #### Defined in -[src/castor/Castor.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L66) +[src/castor/Castor.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L66) ## Properties @@ -64,7 +64,7 @@ Creates an instance of Castor as soon as a valid cryptographic interface is prov #### Defined in -[src/castor/Castor.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L56) +[src/castor/Castor.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L56) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/castor/Castor.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L57) +[src/castor/Castor.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L57) ## Methods @@ -115,7 +115,7 @@ const peerDid = await castor.createPeerDID( #### Defined in -[src/castor/Castor.ts:207](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L207) +[src/castor/Castor.ts:205](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L205) ___ @@ -164,7 +164,7 @@ const prismDid = await castor.createPrismDID( #### Defined in -[src/castor/Castor.ts:121](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L121) +[src/castor/Castor.ts:121](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L121) ___ @@ -186,7 +186,7 @@ Extracts the verificationMethods from an array of CoreProperties inside a DID Do #### Defined in -[src/castor/Castor.ts:250](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L250) +[src/castor/Castor.ts:248](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L248) ___ @@ -213,7 +213,7 @@ Returns ecnumbasis from a valid DID and its related publicKey #### Defined in -[src/castor/Castor.ts:409](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L409) +[src/castor/Castor.ts:407](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L407) ___ @@ -250,7 +250,7 @@ const parsedPrismDid = castor.parseDID( #### Defined in -[src/castor/Castor.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L91) +[src/castor/Castor.ts:91](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L91) ___ @@ -288,7 +288,7 @@ const didDocument = await castor.resolveDID("did:prism:123456") #### Defined in -[src/castor/Castor.ts:232](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L232) +[src/castor/Castor.ts:230](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L230) ___ @@ -340,4 +340,4 @@ const isValid = castor.verifySignature( #### Defined in -[src/castor/Castor.ts:294](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/castor/Castor.ts#L294) +[src/castor/Castor.ts:292](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/castor/Castor.ts#L292) diff --git a/docs/sdk/classes/ConnectionsManager.md b/docs/sdk/classes/ConnectionsManager.md index 8079e5f5f..9164a2aec 100644 --- a/docs/sdk/classes/ConnectionsManager.md +++ b/docs/sdk/classes/ConnectionsManager.md @@ -75,7 +75,7 @@ Creates an instance of ConnectionsManager. #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L69) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:69](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L69) ## Properties @@ -89,7 +89,7 @@ Creates an instance of ConnectionsManager. #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L73) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L73) ___ @@ -102,7 +102,7 @@ Cancellable task used to listen for new messages, stopping the Agent should also #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L48) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L48) ___ @@ -120,7 +120,7 @@ despite they run asyncronously when the Edge agent stops #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L40) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L40) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L70) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L70) ___ @@ -147,7 +147,7 @@ for now when new messages arrive or didcomm connections are established in order #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L57) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L57) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L74) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L74) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L71) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:71](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L71) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L76) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L76) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L75) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L75) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L72) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L72) ## Accessors @@ -231,7 +231,7 @@ ___ #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L81) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L81) ## Methods @@ -259,7 +259,7 @@ Asyncronously add a didPair (didcomm connection) into pluto #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:187](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L187) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L187) ___ @@ -287,7 +287,7 @@ Asyncronously wait for a message response just by waiting for new messages that #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:120](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L120) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:120](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L120) ___ @@ -309,7 +309,7 @@ Find the specified did pair connection index #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:211](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L211) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:211](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L211) ___ @@ -336,7 +336,7 @@ This method replaces awaitMessages() #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L131) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:131](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L131) ___ @@ -364,7 +364,7 @@ Asyncronously establish mediator with a mediator by providing the Host DID #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:242](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L242) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:242](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L242) ___ @@ -393,7 +393,7 @@ this but just means the connection will be removed from the current storage #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:228](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L228) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:228](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L228) ___ @@ -421,7 +421,7 @@ Asyncronously store a message and send it as didcomm message through the mercury #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:253](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L253) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:253](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L253) ___ @@ -443,7 +443,7 @@ Asyncronously start fetching new messages #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:264](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L264) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:264](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L264) ___ @@ -466,7 +466,7 @@ setting that one as default during the Agent start #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L92) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L92) ___ @@ -486,7 +486,7 @@ Stops all the running events #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L104) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L104) ___ @@ -502,4 +502,4 @@ Asyncronously stop fetching messages #### Defined in -[src/edge-agent/connectionsManager/ConnectionsManager.ts:302](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/connectionsManager/ConnectionsManager.ts#L302) +[src/edge-agent/connectionsManager/ConnectionsManager.ts:302](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/connectionsManager/ConnectionsManager.ts#L302) diff --git a/docs/sdk/classes/DIDCommWrapper.md b/docs/sdk/classes/DIDCommWrapper.md index 29ea55b8c..847a428ba 100644 --- a/docs/sdk/classes/DIDCommWrapper.md +++ b/docs/sdk/classes/DIDCommWrapper.md @@ -54,7 +54,7 @@ #### Defined in -[src/mercury/didcomm/Wrapper.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L24) +[src/mercury/didcomm/Wrapper.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L25) ## Properties @@ -64,7 +64,7 @@ #### Defined in -[src/mercury/didcomm/Wrapper.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L25) +[src/mercury/didcomm/Wrapper.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L26) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L26) +[src/mercury/didcomm/Wrapper.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L27) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L21) +[src/mercury/didcomm/Wrapper.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L22) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L27) +[src/mercury/didcomm/Wrapper.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L28) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L22) +[src/mercury/didcomm/Wrapper.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L23) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L20) +[src/mercury/didcomm/Wrapper.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L21) ## Methods @@ -134,7 +134,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L55) +[src/mercury/didcomm/Wrapper.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L56) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:71](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L71) +[src/mercury/didcomm/Wrapper.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L72) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:233](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L233) +[src/mercury/didcomm/Wrapper.ts:230](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L230) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:249](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L249) +[src/mercury/didcomm/Wrapper.ts:246](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L246) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:189](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L189) +[src/mercury/didcomm/Wrapper.ts:186](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L186) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:171](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L171) +[src/mercury/didcomm/Wrapper.ts:168](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L168) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:220](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L220) +[src/mercury/didcomm/Wrapper.ts:217](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L217) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L155) +[src/mercury/didcomm/Wrapper.ts:152](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L152) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L117) +[src/mercury/didcomm/Wrapper.ts:114](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L114) ___ @@ -318,4 +318,4 @@ ___ #### Defined in -[src/mercury/didcomm/Wrapper.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/didcomm/Wrapper.ts#L33) +[src/mercury/didcomm/Wrapper.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/didcomm/Wrapper.ts#L34) diff --git a/docs/sdk/classes/Domain.AgentError.BackupVersionError.md b/docs/sdk/classes/Domain.AgentError.BackupVersionError.md index 106382c91..36a2e81b3 100644 --- a/docs/sdk/classes/Domain.AgentError.BackupVersionError.md +++ b/docs/sdk/classes/Domain.AgentError.BackupVersionError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:235](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L235) +[src/domain/models/errors/Agent.ts:235](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L235) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md b/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md index cc17a237d..1e96e04c5 100644 --- a/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md +++ b/docs/sdk/classes/Domain.AgentError.CannotFindDIDKeyPairIndex.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L14) +[src/domain/models/errors/Agent.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.CannotFindDIDPrivateKey.md b/docs/sdk/classes/Domain.AgentError.CannotFindDIDPrivateKey.md index f14bea7e5..e46aee3a1 100644 --- a/docs/sdk/classes/Domain.AgentError.CannotFindDIDPrivateKey.md +++ b/docs/sdk/classes/Domain.AgentError.CannotFindDIDPrivateKey.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L20) +[src/domain/models/errors/Agent.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.CannotFindLinkSecret.md b/docs/sdk/classes/Domain.AgentError.CannotFindLinkSecret.md index b75def2d0..99f9c1c4c 100644 --- a/docs/sdk/classes/Domain.AgentError.CannotFindLinkSecret.md +++ b/docs/sdk/classes/Domain.AgentError.CannotFindLinkSecret.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L26) +[src/domain/models/errors/Agent.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.FailedToOnboardError.md b/docs/sdk/classes/Domain.AgentError.FailedToOnboardError.md index 06903d2a4..54b832879 100644 --- a/docs/sdk/classes/Domain.AgentError.FailedToOnboardError.md +++ b/docs/sdk/classes/Domain.AgentError.FailedToOnboardError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L73) +[src/domain/models/errors/Agent.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L73) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidBasicMessageBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidBasicMessageBodyError.md index 5bc8ae69c..8b83fa3ce 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidBasicMessageBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidBasicMessageBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L155) +[src/domain/models/errors/Agent.ts:155](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L155) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidCredentialBodyError.md index b69a9f1fb..05274d6b2 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidCredentialBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L130) +[src/domain/models/errors/Agent.ts:130](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L130) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidCredentialFormats.md b/docs/sdk/classes/Domain.AgentError.InvalidCredentialFormats.md index 5768e74ff..7308bc2b8 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidCredentialFormats.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidCredentialFormats.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:188](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L188) +[src/domain/models/errors/Agent.ts:188](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L188) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md index e08d28da0..03350181a 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L135) +[src/domain/models/errors/Agent.ts:135](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L135) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialMessageError.md index 18abc45bb..ad050197d 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidIssueCredentialMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L99) +[src/domain/models/errors/Agent.ts:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L99) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantBodyError.md index f788d9be5..f2bb93518 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L176) +[src/domain/models/errors/Agent.ts:176](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L176) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md index a67e06299..fc0b06fb3 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidMediationGrantMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L124) +[src/domain/models/errors/Agent.ts:124](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L124) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidMessageError.md index 6c9d1d4d6..9ab83de40 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L8) +[src/domain/models/errors/Agent.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialBodyError.md index 1f2ffda69..ed7f4c769 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:170](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L170) +[src/domain/models/errors/Agent.ts:170](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L170) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md index d19df414b..a51244fa7 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidOfferCredentialMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L88) +[src/domain/models/errors/Agent.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L88) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidPickupDeliveryMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidPickupDeliveryMessageError.md index 0e1791320..e36f43a95 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidPickupDeliveryMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidPickupDeliveryMessageError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L78) +[src/domain/models/errors/Agent.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L78) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidPresentationBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidPresentationBodyError.md index 1b8be22a3..faae1c43f 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidPresentationBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidPresentationBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:160](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L160) +[src/domain/models/errors/Agent.ts:160](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L160) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidPresentationMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidPresentationMessageError.md index 1e42154a3..e314843de 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidPresentationMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidPresentationMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:109](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L109) +[src/domain/models/errors/Agent.ts:109](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L109) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md index 50daabf9a..750cca502 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidProposeCredentialBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:165](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L165) +[src/domain/models/errors/Agent.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L165) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md index ea81a96a3..be1d7898f 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L150) +[src/domain/models/errors/Agent.ts:150](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L150) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationMessageError.md index 4cfa710f7..ea0c985d7 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidProposePresentationMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L119) +[src/domain/models/errors/Agent.ts:119](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L119) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidProposedCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidProposedCredentialMessageError.md index a7b12ece2..5d4852fe0 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidProposedCredentialMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidProposedCredentialMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L94) +[src/domain/models/errors/Agent.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L94) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialBodyError.md index b97d4a07f..f4157c0ef 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:140](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L140) +[src/domain/models/errors/Agent.ts:140](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L140) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialMessageError.md index 902f08037..1b11a07ef 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidRequestCredentialMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L104) +[src/domain/models/errors/Agent.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L104) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationBodyError.md b/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationBodyError.md index 93d46b283..707ed34f4 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationBodyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L145) +[src/domain/models/errors/Agent.ts:145](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L145) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationMessageError.md b/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationMessageError.md index 388b748b0..310f34dad 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationMessageError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidRequestPresentationMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L114) +[src/domain/models/errors/Agent.ts:114](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L114) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidStepError.md b/docs/sdk/classes/Domain.AgentError.InvalidStepError.md index 532dae994..611df217e 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidStepError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidStepError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:204](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L204) +[src/domain/models/errors/Agent.ts:204](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L204) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvalidURLError.md b/docs/sdk/classes/Domain.AgentError.InvalidURLError.md index 39d483aae..da7783a5a 100644 --- a/docs/sdk/classes/Domain.AgentError.InvalidURLError.md +++ b/docs/sdk/classes/Domain.AgentError.InvalidURLError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L2) +[src/domain/models/errors/Agent.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvitationHasNoFromDIDError.md b/docs/sdk/classes/Domain.AgentError.InvitationHasNoFromDIDError.md index b13b85223..fd5e3dd42 100644 --- a/docs/sdk/classes/Domain.AgentError.InvitationHasNoFromDIDError.md +++ b/docs/sdk/classes/Domain.AgentError.InvitationHasNoFromDIDError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L32) +[src/domain/models/errors/Agent.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.InvitationIsInvalidError.md b/docs/sdk/classes/Domain.AgentError.InvitationIsInvalidError.md index 6c871e62e..801a70231 100644 --- a/docs/sdk/classes/Domain.AgentError.InvitationIsInvalidError.md +++ b/docs/sdk/classes/Domain.AgentError.InvitationIsInvalidError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L44) +[src/domain/models/errors/Agent.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.KeyNotExportableError.md b/docs/sdk/classes/Domain.AgentError.KeyNotExportableError.md index 0e52227ad..4ea6b9b5d 100644 --- a/docs/sdk/classes/Domain.AgentError.KeyNotExportableError.md +++ b/docs/sdk/classes/Domain.AgentError.KeyNotExportableError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:229](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L229) +[src/domain/models/errors/Agent.ts:229](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L229) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md b/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md index 497138852..7be1f0399 100644 --- a/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md +++ b/docs/sdk/classes/Domain.AgentError.MediationRequestFailedError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L199) +[src/domain/models/errors/Agent.ts:199](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L199) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md b/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md index b4a1f88be..e4622703d 100644 --- a/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md +++ b/docs/sdk/classes/Domain.AgentError.NoConnectionOpenError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L50) +[src/domain/models/errors/Agent.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoHandshakeResponseError.md b/docs/sdk/classes/Domain.AgentError.NoHandshakeResponseError.md index 59f5676cc..f44fc5e29 100644 --- a/docs/sdk/classes/Domain.AgentError.NoHandshakeResponseError.md +++ b/docs/sdk/classes/Domain.AgentError.NoHandshakeResponseError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L56) +[src/domain/models/errors/Agent.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoMediatorAvailableError.md b/docs/sdk/classes/Domain.AgentError.NoMediatorAvailableError.md index c7344fcc4..2cb95c7d0 100644 --- a/docs/sdk/classes/Domain.AgentError.NoMediatorAvailableError.md +++ b/docs/sdk/classes/Domain.AgentError.NoMediatorAvailableError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:193](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L193) +[src/domain/models/errors/Agent.ts:193](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L193) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md b/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md index 36918bccf..b8c527f89 100644 --- a/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md +++ b/docs/sdk/classes/Domain.AgentError.NoValidServiceEndpointError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L38) +[src/domain/models/errors/Agent.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.OfferDoesntProvideEnoughInformation.md b/docs/sdk/classes/Domain.AgentError.OfferDoesntProvideEnoughInformation.md index ec3c991f4..383722ec4 100644 --- a/docs/sdk/classes/Domain.AgentError.OfferDoesntProvideEnoughInformation.md +++ b/docs/sdk/classes/Domain.AgentError.OfferDoesntProvideEnoughInformation.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L83) +[src/domain/models/errors/Agent.ts:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L83) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnhandledCredential.md b/docs/sdk/classes/Domain.AgentError.UnhandledCredential.md index 09debbe2f..d92445e2c 100644 --- a/docs/sdk/classes/Domain.AgentError.UnhandledCredential.md +++ b/docs/sdk/classes/Domain.AgentError.UnhandledCredential.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:217](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L217) +[src/domain/models/errors/Agent.ts:217](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L217) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md b/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md index e1289c2fb..70cec53c3 100644 --- a/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md +++ b/docs/sdk/classes/Domain.AgentError.UnhandledPresentationRequest.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:223](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L223) +[src/domain/models/errors/Agent.ts:223](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L223) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md b/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md index d24e37044..b7c29e9b5 100644 --- a/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md +++ b/docs/sdk/classes/Domain.AgentError.UnknownCredentialBodyError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L182) +[src/domain/models/errors/Agent.ts:182](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L182) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md b/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md index 6da76e19c..7c66b491d 100644 --- a/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md +++ b/docs/sdk/classes/Domain.AgentError.UnknownInvitationTypeError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L62) +[src/domain/models/errors/Agent.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L62) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnknownPrismOnboardingTypeError.md b/docs/sdk/classes/Domain.AgentError.UnknownPrismOnboardingTypeError.md index 4b542ef40..4f6df7f1e 100644 --- a/docs/sdk/classes/Domain.AgentError.UnknownPrismOnboardingTypeError.md +++ b/docs/sdk/classes/Domain.AgentError.UnknownPrismOnboardingTypeError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L68) +[src/domain/models/errors/Agent.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L68) ## Properties diff --git a/docs/sdk/classes/Domain.AgentError.UnsupportedAttachmentType.md b/docs/sdk/classes/Domain.AgentError.UnsupportedAttachmentType.md index 8c61a2ccb..63c78cb1c 100644 --- a/docs/sdk/classes/Domain.AgentError.UnsupportedAttachmentType.md +++ b/docs/sdk/classes/Domain.AgentError.UnsupportedAttachmentType.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Agent.ts:211](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Agent.ts#L211) +[src/domain/models/errors/Agent.ts:211](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Agent.ts#L211) ## Properties diff --git a/docs/sdk/classes/Domain.AlsoKnownAs.md b/docs/sdk/classes/Domain.AlsoKnownAs.md index f0f7ff8f5..1abbe4d9c 100644 --- a/docs/sdk/classes/Domain.AlsoKnownAs.md +++ b/docs/sdk/classes/Domain.AlsoKnownAs.md @@ -32,7 +32,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L49) +[src/domain/models/DIDDocument.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L49) ## Properties @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/DIDDocument.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L49) +[src/domain/models/DIDDocument.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L49) diff --git a/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md b/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md index f4c7c25e1..85b2ec93a 100644 --- a/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md +++ b/docs/sdk/classes/Domain.AnoncredsPresentationOptions.md @@ -28,4 +28,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:428](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L428) +[src/domain/models/VerifiableCredential.ts:428](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L428) diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md b/docs/sdk/classes/Domain.ApiError.md similarity index 54% rename from docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md rename to docs/sdk/classes/Domain.ApiError.md index 870336848..e606ffa22 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidPrivateKey.md +++ b/docs/sdk/classes/Domain.ApiError.md @@ -1,49 +1,54 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / InvalidPrivateKey +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / ApiError -# Class: InvalidPrivateKey +# Class: ApiError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidPrivateKey +[Domain](../modules/Domain.md).ApiError ## Hierarchy - `Error` - ↳ **`InvalidPrivateKey`** + ↳ **`ApiError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.InvalidPrivateKey.md#constructor) +- [constructor](Domain.ApiError.md#constructor) ### Properties -- [cause](Domain.ApolloError.InvalidPrivateKey.md#cause) -- [message](Domain.ApolloError.InvalidPrivateKey.md#message) -- [name](Domain.ApolloError.InvalidPrivateKey.md#name) -- [stack](Domain.ApolloError.InvalidPrivateKey.md#stack) -- [prepareStackTrace](Domain.ApolloError.InvalidPrivateKey.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.InvalidPrivateKey.md#stacktracelimit) +- [body](Domain.ApiError.md#body) +- [cause](Domain.ApiError.md#cause) +- [message](Domain.ApiError.md#message) +- [name](Domain.ApiError.md#name) +- [stack](Domain.ApiError.md#stack) +- [status](Domain.ApiError.md#status) +- [statusText](Domain.ApiError.md#statustext) +- [prepareStackTrace](Domain.ApiError.md#preparestacktrace) +- [stackTraceLimit](Domain.ApiError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.InvalidPrivateKey.md#capturestacktrace) +- [captureStackTrace](Domain.ApiError.md#capturestacktrace) ## Constructors ### constructor -• **new InvalidPrivateKey**(`message?`): [`InvalidPrivateKey`](Domain.ApolloError.InvalidPrivateKey.md) +• **new ApiError**(`status`, `statusText`, `body`): [`ApiError`](Domain.ApiError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `status` | `number` | +| `statusText` | `string` | +| `body` | `any` | #### Returns -[`InvalidPrivateKey`](Domain.ApolloError.InvalidPrivateKey.md) +[`ApiError`](Domain.ApiError.md) #### Overrides @@ -51,10 +56,20 @@ Error.constructor #### Defined in -[src/domain/models/errors/Apollo.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L17) +[src/domain/models/Api.ts:52](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L52) ## Properties +### body + +• `Readonly` **body**: `any` + +#### Defined in + +[src/domain/models/Api.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L55) + +___ + ### cause • `Optional` **cause**: `unknown` @@ -111,6 +126,26 @@ node_modules/typescript/lib/lib.es5.d.ts:1055 ___ +### status + +• `Readonly` **status**: `number` + +#### Defined in + +[src/domain/models/Api.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L53) + +___ + +### statusText + +• `Readonly` **statusText**: `string` + +#### Defined in + +[src/domain/models/Api.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L54) + +___ + ### prepareStackTrace ▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any` diff --git a/docs/sdk/classes/Domain.ApiResponse.md b/docs/sdk/classes/Domain.ApiResponse.md new file mode 100644 index 000000000..32d6c7786 --- /dev/null +++ b/docs/sdk/classes/Domain.ApiResponse.md @@ -0,0 +1,111 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / ApiResponse + +# Class: ApiResponse\ + +[Domain](../modules/Domain.md).ApiResponse + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | `unknown` | + +## Table of contents + +### Constructors + +- [constructor](Domain.ApiResponse.md#constructor) + +### Properties + +- [body](Domain.ApiResponse.md#body) +- [headers](Domain.ApiResponse.md#headers) +- [status](Domain.ApiResponse.md#status) +- [statusText](Domain.ApiResponse.md#statustext) + +### Accessors + +- [httpStatus](Domain.ApiResponse.md#httpstatus) + +## Constructors + +### constructor + +• **new ApiResponse**\<`T`\>(`body`, `status`, `statusText?`, `headersInit?`): [`ApiResponse`](Domain.ApiResponse.md)\<`T`\> + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | `unknown` | + +#### Parameters + +| Name | Type | Default value | +| :------ | :------ | :------ | +| `body` | `T` | `undefined` | +| `status` | `number` | `undefined` | +| `statusText` | `string` | `"OK"` | +| `headersInit` | `Record`\<`string`, `any`\> | `{}` | + +#### Returns + +[`ApiResponse`](Domain.ApiResponse.md)\<`T`\> + +#### Defined in + +[src/domain/models/Api.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L37) + +## Properties + +### body + +• `Readonly` **body**: `T` + +#### Defined in + +[src/domain/models/Api.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L38) + +___ + +### headers + +• `Readonly` **headers**: `Headers` + +#### Defined in + +[src/domain/models/Api.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L35) + +___ + +### status + +• `Readonly` **status**: `number` + +#### Defined in + +[src/domain/models/Api.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L39) + +___ + +### statusText + +• `Readonly` **statusText**: `string` = `"OK"` + +#### Defined in + +[src/domain/models/Api.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L40) + +## Accessors + +### httpStatus + +• `get` **httpStatus**(): `number` + +#### Returns + +`number` + +#### Defined in + +[src/domain/models/Api.ts:46](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L46) diff --git a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md b/docs/sdk/classes/Domain.ApolloError.ApolloLibError.md similarity index 51% rename from docs/sdk/classes/Domain.ApolloError.MissingChainCode.md rename to docs/sdk/classes/Domain.ApolloError.ApolloLibError.md index 3dbdb13d5..cedba2fe6 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingChainCode.md +++ b/docs/sdk/classes/Domain.ApolloError.ApolloLibError.md @@ -1,57 +1,59 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / MissingChainCode +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / ApolloLibError -# Class: MissingChainCode +# Class: ApolloLibError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MissingChainCode +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).ApolloLibError + +thrown when Apollo library returns unexpected result ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) - ↳ **`MissingChainCode`** + ↳ **`ApolloLibError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.MissingChainCode.md#constructor) +- [constructor](Domain.ApolloError.ApolloLibError.md#constructor) ### Properties -- [cause](Domain.ApolloError.MissingChainCode.md#cause) -- [message](Domain.ApolloError.MissingChainCode.md#message) -- [name](Domain.ApolloError.MissingChainCode.md#name) -- [stack](Domain.ApolloError.MissingChainCode.md#stack) -- [prepareStackTrace](Domain.ApolloError.MissingChainCode.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.MissingChainCode.md#stacktracelimit) +- [cause](Domain.ApolloError.ApolloLibError.md#cause) +- [message](Domain.ApolloError.ApolloLibError.md#message) +- [name](Domain.ApolloError.ApolloLibError.md#name) +- [stack](Domain.ApolloError.ApolloLibError.md#stack) +- [prepareStackTrace](Domain.ApolloError.ApolloLibError.md#preparestacktrace) +- [stackTraceLimit](Domain.ApolloError.ApolloLibError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.MissingChainCode.md#capturestacktrace) +- [captureStackTrace](Domain.ApolloError.ApolloLibError.md#capturestacktrace) ## Constructors ### constructor -• **new MissingChainCode**(`message?`): [`MissingChainCode`](Domain.ApolloError.MissingChainCode.md) +• **new ApolloLibError**(`message`): [`ApolloLibError`](Domain.ApolloError.ApolloLibError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `message` | `string` | #### Returns -[`MissingChainCode`](Domain.ApolloError.MissingChainCode.md) +[`ApolloLibError`](Domain.ApolloError.ApolloLibError.md) #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L82) +[src/domain/models/errors/Apollo.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L104) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md b/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md index ee439d577..aa01b0d40 100644 --- a/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md +++ b/docs/sdk/classes/Domain.ApolloError.CouldNotParseMessageString.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).CouldNotParseMessageString +// ?? + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`CouldNotParseMessageString`** @@ -33,13 +35,7 @@ ### constructor -• **new CouldNotParseMessageString**(`message?`): [`CouldNotParseMessageString`](Domain.ApolloError.CouldNotParseMessageString.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `message?` | `string` | +• **new CouldNotParseMessageString**(): [`CouldNotParseMessageString`](Domain.ApolloError.CouldNotParseMessageString.md) #### Returns @@ -47,11 +43,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L11) +[src/domain/models/errors/Apollo.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L26) ## Properties @@ -61,7 +57,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +71,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +85,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +99,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +134,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +148,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +175,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md b/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md deleted file mode 100644 index 20a07cfa6..000000000 --- a/docs/sdk/classes/Domain.ApolloError.ECPublicKeyInitialization.md +++ /dev/null @@ -1,180 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / ECPublicKeyInitialization - -# Class: ECPublicKeyInitialization - -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).ECPublicKeyInitialization - -## Hierarchy - -- `Error` - - ↳ **`ECPublicKeyInitialization`** - -## Table of contents - -### Constructors - -- [constructor](Domain.ApolloError.ECPublicKeyInitialization.md#constructor) - -### Properties - -- [cause](Domain.ApolloError.ECPublicKeyInitialization.md#cause) -- [message](Domain.ApolloError.ECPublicKeyInitialization.md#message) -- [name](Domain.ApolloError.ECPublicKeyInitialization.md#name) -- [stack](Domain.ApolloError.ECPublicKeyInitialization.md#stack) -- [prepareStackTrace](Domain.ApolloError.ECPublicKeyInitialization.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.ECPublicKeyInitialization.md#stacktracelimit) - -### Methods - -- [captureStackTrace](Domain.ApolloError.ECPublicKeyInitialization.md#capturestacktrace) - -## Constructors - -### constructor - -• **new ECPublicKeyInitialization**(): [`ECPublicKeyInitialization`](Domain.ApolloError.ECPublicKeyInitialization.md) - -#### Returns - -[`ECPublicKeyInitialization`](Domain.ApolloError.ECPublicKeyInitialization.md) - -#### Overrides - -Error.constructor - -#### Defined in - -[src/domain/models/errors/Apollo.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L47) - -## Properties - -### cause - -• `Optional` **cause**: `unknown` - -#### Inherited from - -Error.cause - -#### Defined in - -node_modules/typescript/lib/lib.es2022.error.d.ts:26 - -___ - -### message - -• **message**: `string` - -#### Inherited from - -Error.message - -#### Defined in - -node_modules/typescript/lib/lib.es5.d.ts:1054 - -___ - -### name - -• **name**: `string` - -#### Inherited from - -Error.name - -#### Defined in - -node_modules/typescript/lib/lib.es5.d.ts:1053 - -___ - -### stack - -• `Optional` **stack**: `string` - -#### Inherited from - -Error.stack - -#### Defined in - -node_modules/typescript/lib/lib.es5.d.ts:1055 - -___ - -### prepareStackTrace - -▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any` - -Optional override for formatting stack traces - -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - -#### Type declaration - -▸ (`err`, `stackTraces`): `any` - -##### Parameters - -| Name | Type | -| :------ | :------ | -| `err` | `Error` | -| `stackTraces` | `CallSite`[] | - -##### Returns - -`any` - -#### Inherited from - -Error.prepareStackTrace - -#### Defined in - -node_modules/@types/node/globals.d.ts:27 - -___ - -### stackTraceLimit - -▪ `Static` **stackTraceLimit**: `number` - -#### Inherited from - -Error.stackTraceLimit - -#### Defined in - -node_modules/@types/node/globals.d.ts:29 - -## Methods - -### captureStackTrace - -▸ **captureStackTrace**(`targetObject`, `constructorOpt?`): `void` - -Create .stack property on a target object - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `targetObject` | `object` | -| `constructorOpt?` | `Function` | - -#### Returns - -`void` - -#### Inherited from - -Error.captureStackTrace - -#### Defined in - -node_modules/@types/node/globals.d.ts:20 diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md b/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md index f4c408257..8b65cf623 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidDerivationPath.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidDerivationPath +thrown when failing to create a DerivationPath + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`InvalidDerivationPath`** @@ -33,13 +35,13 @@ ### constructor -• **new InvalidDerivationPath**(`message?`): [`InvalidDerivationPath`](Domain.ApolloError.InvalidDerivationPath.md) +• **new InvalidDerivationPath**(`message`): [`InvalidDerivationPath`](Domain.ApolloError.InvalidDerivationPath.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `message` | `string` | #### Returns @@ -47,11 +49,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L40) +[src/domain/models/errors/Apollo.ts:95](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L95) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md b/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md index 9b711a370..c85411a3b 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidKeyCurve.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidKeyCurve +thrown when given Key Curve is not supported + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`InvalidKeyCurve`** @@ -33,14 +35,13 @@ ### constructor -• **new InvalidKeyCurve**(`invalidKeyCurve`, `validKeyCurves`): [`InvalidKeyCurve`](Domain.ApolloError.InvalidKeyCurve.md) +• **new InvalidKeyCurve**(`keyCurve?`): [`InvalidKeyCurve`](Domain.ApolloError.InvalidKeyCurve.md) #### Parameters | Name | Type | | :------ | :------ | -| `invalidKeyCurve` | `string` | -| `validKeyCurves` | `string`[] | +| `keyCurve?` | `string` | #### Returns @@ -48,11 +49,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L31) +[src/domain/models/errors/Apollo.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L57) ## Properties @@ -62,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -76,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -90,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -104,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -139,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -153,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -180,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md b/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md index 74df4fcfa..8872eb619 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md +++ b/docs/sdk/classes/Domain.ApolloError.InvalidKeyType.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidKeyType +thrown when give Key Type is not supported + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`InvalidKeyType`** @@ -33,14 +35,13 @@ ### constructor -• **new InvalidKeyType**(`invalidKeyType`, `validKeyTypes`): [`InvalidKeyType`](Domain.ApolloError.InvalidKeyType.md) +• **new InvalidKeyType**(`keyType?`): [`InvalidKeyType`](Domain.ApolloError.InvalidKeyType.md) #### Parameters | Name | Type | | :------ | :------ | -| `invalidKeyType` | `string` | -| `validKeyTypes` | `string`[] | +| `keyType?` | `string` | #### Returns @@ -48,11 +49,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L55) +[src/domain/models/errors/Apollo.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L68) ## Properties @@ -62,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -76,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -90,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -104,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -139,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -153,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -180,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.md b/docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md similarity index 50% rename from docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.md rename to docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md index f6caaf00f..e97c4b264 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidHashingAlgorithm.md +++ b/docs/sdk/classes/Domain.ApolloError.KeyInitializationError.md @@ -1,57 +1,59 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / InvalidHashingAlgorithm +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / KeyInitializationError -# Class: InvalidHashingAlgorithm +# Class: KeyInitializationError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidHashingAlgorithm +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).KeyInitializationError + +thrown when failing to create a key ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) - ↳ **`InvalidHashingAlgorithm`** + ↳ **`KeyInitializationError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.InvalidHashingAlgorithm.md#constructor) +- [constructor](Domain.ApolloError.KeyInitializationError.md#constructor) ### Properties -- [cause](Domain.ApolloError.InvalidHashingAlgorithm.md#cause) -- [message](Domain.ApolloError.InvalidHashingAlgorithm.md#message) -- [name](Domain.ApolloError.InvalidHashingAlgorithm.md#name) -- [stack](Domain.ApolloError.InvalidHashingAlgorithm.md#stack) -- [prepareStackTrace](Domain.ApolloError.InvalidHashingAlgorithm.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.InvalidHashingAlgorithm.md#stacktracelimit) +- [cause](Domain.ApolloError.KeyInitializationError.md#cause) +- [message](Domain.ApolloError.KeyInitializationError.md#message) +- [name](Domain.ApolloError.KeyInitializationError.md#name) +- [stack](Domain.ApolloError.KeyInitializationError.md#stack) +- [prepareStackTrace](Domain.ApolloError.KeyInitializationError.md#preparestacktrace) +- [stackTraceLimit](Domain.ApolloError.KeyInitializationError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.InvalidHashingAlgorithm.md#capturestacktrace) +- [captureStackTrace](Domain.ApolloError.KeyInitializationError.md#capturestacktrace) ## Constructors ### constructor -• **new InvalidHashingAlgorithm**(`message?`): [`InvalidHashingAlgorithm`](Domain.ApolloError.InvalidHashingAlgorithm.md) +• **new KeyInitializationError**(`message`): [`KeyInitializationError`](Domain.ApolloError.KeyInitializationError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `message` | `string` | #### Returns -[`InvalidHashingAlgorithm`](Domain.ApolloError.InvalidHashingAlgorithm.md) +[`KeyInitializationError`](Domain.ApolloError.KeyInitializationError.md) #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L23) +[src/domain/models/errors/Apollo.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L88) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md b/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md index 94dd1f872..607e2815d 100644 --- a/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md +++ b/docs/sdk/classes/Domain.ApolloError.KeyRestoratonFailed.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).KeyRestoratonFailed +thrown when Key recovery fails during restoration attempt + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`KeyRestoratonFailed`** @@ -47,11 +49,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L70) +[src/domain/models/errors/Apollo.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L48) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md b/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md index a0b3c469a..eaf21d3dd 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md +++ b/docs/sdk/classes/Domain.ApolloError.MissingKeyParameters.md @@ -4,9 +4,11 @@ [Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MissingKeyParameters +thrown when expected parameter is missing for Key operation + ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) ↳ **`MissingKeyParameters`** @@ -33,13 +35,13 @@ ### constructor -• **new MissingKeyParameters**(`missing`): [`MissingKeyParameters`](Domain.ApolloError.MissingKeyParameters.md) +• **new MissingKeyParameters**(`...missing`): [`MissingKeyParameters`](Domain.ApolloError.MissingKeyParameters.md) #### Parameters | Name | Type | | :------ | :------ | -| `missing` | `string`[] | +| `...missing` | `string`[] | #### Returns @@ -47,11 +49,11 @@ #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L64) +[src/domain/models/errors/Apollo.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L79) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md b/docs/sdk/classes/Domain.ApolloError.MnemonicLengthError.md similarity index 51% rename from docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md rename to docs/sdk/classes/Domain.ApolloError.MnemonicLengthError.md index eaaf00ab6..983952a86 100644 --- a/docs/sdk/classes/Domain.ApolloError.InvalidMnemonicWord.md +++ b/docs/sdk/classes/Domain.ApolloError.MnemonicLengthError.md @@ -1,57 +1,53 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / InvalidMnemonicWord +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / MnemonicLengthError -# Class: InvalidMnemonicWord +# Class: MnemonicLengthError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).InvalidMnemonicWord +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MnemonicLengthError + +thrown when the number of Mnemonic words is different to expected ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) - ↳ **`InvalidMnemonicWord`** + ↳ **`MnemonicLengthError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.InvalidMnemonicWord.md#constructor) +- [constructor](Domain.ApolloError.MnemonicLengthError.md#constructor) ### Properties -- [cause](Domain.ApolloError.InvalidMnemonicWord.md#cause) -- [message](Domain.ApolloError.InvalidMnemonicWord.md#message) -- [name](Domain.ApolloError.InvalidMnemonicWord.md#name) -- [stack](Domain.ApolloError.InvalidMnemonicWord.md#stack) -- [prepareStackTrace](Domain.ApolloError.InvalidMnemonicWord.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.InvalidMnemonicWord.md#stacktracelimit) +- [cause](Domain.ApolloError.MnemonicLengthError.md#cause) +- [message](Domain.ApolloError.MnemonicLengthError.md#message) +- [name](Domain.ApolloError.MnemonicLengthError.md#name) +- [stack](Domain.ApolloError.MnemonicLengthError.md#stack) +- [prepareStackTrace](Domain.ApolloError.MnemonicLengthError.md#preparestacktrace) +- [stackTraceLimit](Domain.ApolloError.MnemonicLengthError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.InvalidMnemonicWord.md#capturestacktrace) +- [captureStackTrace](Domain.ApolloError.MnemonicLengthError.md#capturestacktrace) ## Constructors ### constructor -• **new InvalidMnemonicWord**(`message?`): [`InvalidMnemonicWord`](Domain.ApolloError.InvalidMnemonicWord.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `message?` | `string` | +• **new MnemonicLengthError**(): [`MnemonicLengthError`](Domain.ApolloError.MnemonicLengthError.md) #### Returns -[`InvalidMnemonicWord`](Domain.ApolloError.InvalidMnemonicWord.md) +[`MnemonicLengthError`](Domain.ApolloError.MnemonicLengthError.md) #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L5) +[src/domain/models/errors/Apollo.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L19) ## Properties @@ -61,7 +57,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +71,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +85,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +99,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +134,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +148,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +175,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md b/docs/sdk/classes/Domain.ApolloError.MnemonicWordError.md similarity index 52% rename from docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md rename to docs/sdk/classes/Domain.ApolloError.MnemonicWordError.md index 79c5ff45c..025a4155e 100644 --- a/docs/sdk/classes/Domain.ApolloError.MissingPrivateKey.md +++ b/docs/sdk/classes/Domain.ApolloError.MnemonicWordError.md @@ -1,57 +1,59 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / MissingPrivateKey +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApolloError](../modules/Domain.ApolloError.md) / MnemonicWordError -# Class: MissingPrivateKey +# Class: MnemonicWordError -[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MissingPrivateKey +[Domain](../modules/Domain.md).[ApolloError](../modules/Domain.ApolloError.md).MnemonicWordError + +thrown when at least one Mnemonic word does not match in the wordlist ## Hierarchy -- `Error` +- [`SDKError`](Domain.CommonError.SDKError.md) - ↳ **`MissingPrivateKey`** + ↳ **`MnemonicWordError`** ## Table of contents ### Constructors -- [constructor](Domain.ApolloError.MissingPrivateKey.md#constructor) +- [constructor](Domain.ApolloError.MnemonicWordError.md#constructor) ### Properties -- [cause](Domain.ApolloError.MissingPrivateKey.md#cause) -- [message](Domain.ApolloError.MissingPrivateKey.md#message) -- [name](Domain.ApolloError.MissingPrivateKey.md#name) -- [stack](Domain.ApolloError.MissingPrivateKey.md#stack) -- [prepareStackTrace](Domain.ApolloError.MissingPrivateKey.md#preparestacktrace) -- [stackTraceLimit](Domain.ApolloError.MissingPrivateKey.md#stacktracelimit) +- [cause](Domain.ApolloError.MnemonicWordError.md#cause) +- [message](Domain.ApolloError.MnemonicWordError.md#message) +- [name](Domain.ApolloError.MnemonicWordError.md#name) +- [stack](Domain.ApolloError.MnemonicWordError.md#stack) +- [prepareStackTrace](Domain.ApolloError.MnemonicWordError.md#preparestacktrace) +- [stackTraceLimit](Domain.ApolloError.MnemonicWordError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApolloError.MissingPrivateKey.md#capturestacktrace) +- [captureStackTrace](Domain.ApolloError.MnemonicWordError.md#capturestacktrace) ## Constructors ### constructor -• **new MissingPrivateKey**(`message?`): [`MissingPrivateKey`](Domain.ApolloError.MissingPrivateKey.md) +• **new MnemonicWordError**(`words?`): [`MnemonicWordError`](Domain.ApolloError.MnemonicWordError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `words?` | `string`[] | #### Returns -[`MissingPrivateKey`](Domain.ApolloError.MissingPrivateKey.md) +[`MnemonicWordError`](Domain.ApolloError.MnemonicWordError.md) #### Overrides -Error.constructor +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) #### Defined in -[src/domain/models/errors/Apollo.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Apollo.ts#L76) +[src/domain/models/errors/Apollo.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Apollo.ts#L10) ## Properties @@ -61,7 +63,7 @@ Error.constructor #### Inherited from -Error.cause +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) #### Defined in @@ -75,7 +77,7 @@ ___ #### Inherited from -Error.message +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) #### Defined in @@ -89,7 +91,7 @@ ___ #### Inherited from -Error.name +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) #### Defined in @@ -103,7 +105,7 @@ ___ #### Inherited from -Error.stack +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) #### Defined in @@ -138,7 +140,7 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces #### Inherited from -Error.prepareStackTrace +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) #### Defined in @@ -152,7 +154,7 @@ ___ #### Inherited from -Error.stackTraceLimit +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) #### Defined in @@ -179,7 +181,7 @@ Create .stack property on a target object #### Inherited from -Error.captureStackTrace +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) #### Defined in diff --git a/docs/sdk/classes/Domain.AssertionMethod.md b/docs/sdk/classes/Domain.AssertionMethod.md index 113d017db..76b72fa1c 100644 --- a/docs/sdk/classes/Domain.AssertionMethod.md +++ b/docs/sdk/classes/Domain.AssertionMethod.md @@ -34,7 +34,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L72) +[src/domain/models/DIDDocument.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L72) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L73) +[src/domain/models/DIDDocument.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L73) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L74) +[src/domain/models/DIDDocument.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L74) diff --git a/docs/sdk/classes/Domain.AttachmentDescriptor.md b/docs/sdk/classes/Domain.AttachmentDescriptor.md index a412d56e8..854ad1fc2 100644 --- a/docs/sdk/classes/Domain.AttachmentDescriptor.md +++ b/docs/sdk/classes/Domain.AttachmentDescriptor.md @@ -54,7 +54,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L41) +[src/domain/models/MessageAttachment.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L43) ## Properties @@ -64,7 +64,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L48) +[src/domain/models/MessageAttachment.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L50) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L42) +[src/domain/models/MessageAttachment.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L44) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L49) +[src/domain/models/MessageAttachment.ts:51](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L51) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L45) +[src/domain/models/MessageAttachment.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L47) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L46) +[src/domain/models/MessageAttachment.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L48) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L44) +[src/domain/models/MessageAttachment.ts:46](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L46) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L47) +[src/domain/models/MessageAttachment.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L49) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L43) +[src/domain/models/MessageAttachment.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L45) ## Accessors @@ -148,7 +148,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L52) +[src/domain/models/MessageAttachment.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L54) ## Methods @@ -181,4 +181,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L56) +[src/domain/models/MessageAttachment.ts:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L58) diff --git a/docs/sdk/classes/Domain.Authentication.md b/docs/sdk/classes/Domain.Authentication.md index e937ffda0..4f047ce79 100644 --- a/docs/sdk/classes/Domain.Authentication.md +++ b/docs/sdk/classes/Domain.Authentication.md @@ -34,7 +34,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L65) +[src/domain/models/DIDDocument.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L65) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L66) +[src/domain/models/DIDDocument.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L66) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L67) +[src/domain/models/DIDDocument.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L67) diff --git a/docs/sdk/classes/Domain.CapabilityDelegation.md b/docs/sdk/classes/Domain.CapabilityDelegation.md index 6dfe4fcea..f886e68d3 100644 --- a/docs/sdk/classes/Domain.CapabilityDelegation.md +++ b/docs/sdk/classes/Domain.CapabilityDelegation.md @@ -34,7 +34,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L93) +[src/domain/models/DIDDocument.ts:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L93) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L94) +[src/domain/models/DIDDocument.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L94) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L95) +[src/domain/models/DIDDocument.ts:95](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L95) diff --git a/docs/sdk/classes/Domain.CapabilityInvocation.md b/docs/sdk/classes/Domain.CapabilityInvocation.md index c2db94de0..df6fe5b89 100644 --- a/docs/sdk/classes/Domain.CapabilityInvocation.md +++ b/docs/sdk/classes/Domain.CapabilityInvocation.md @@ -34,7 +34,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L86) +[src/domain/models/DIDDocument.ts:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L86) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L87) +[src/domain/models/DIDDocument.ts:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L87) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L88) +[src/domain/models/DIDDocument.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L88) diff --git a/docs/sdk/classes/Domain.CastorError.ExpectedCompressedKey.md b/docs/sdk/classes/Domain.CastorError.ExpectedCompressedKey.md index ed5c4836d..9a00ba631 100644 --- a/docs/sdk/classes/Domain.CastorError.ExpectedCompressedKey.md +++ b/docs/sdk/classes/Domain.CastorError.ExpectedCompressedKey.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L20) +[src/domain/models/errors/Castor.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InitialStateOfDIDChanged.md b/docs/sdk/classes/Domain.CastorError.InitialStateOfDIDChanged.md index 50d9ec55f..f60fc9652 100644 --- a/docs/sdk/classes/Domain.CastorError.InitialStateOfDIDChanged.md +++ b/docs/sdk/classes/Domain.CastorError.InitialStateOfDIDChanged.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L32) +[src/domain/models/errors/Castor.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidDIDString.md b/docs/sdk/classes/Domain.CastorError.InvalidDIDString.md index 47f654088..a4908d9ec 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidDIDString.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidDIDString.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L26) +[src/domain/models/errors/Castor.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidJWKKeysError.md b/docs/sdk/classes/Domain.CastorError.InvalidJWKKeysError.md index 8288168be..4f78abe9f 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidJWKKeysError.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidJWKKeysError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L44) +[src/domain/models/errors/Castor.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidKeyError.md b/docs/sdk/classes/Domain.CastorError.InvalidKeyError.md index 1e5ea00d0..c56fd50e3 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidKeyError.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidKeyError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L50) +[src/domain/models/errors/Castor.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidLongFormDID.md b/docs/sdk/classes/Domain.CastorError.InvalidLongFormDID.md index 374d9b89f..67d9d5757 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidLongFormDID.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidLongFormDID.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L2) +[src/domain/models/errors/Castor.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidPeerDIDError.md b/docs/sdk/classes/Domain.CastorError.InvalidPeerDIDError.md index 65b338a74..d2bfebba0 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidPeerDIDError.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidPeerDIDError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L56) +[src/domain/models/errors/Castor.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.InvalidPublicKeyEncoding.md b/docs/sdk/classes/Domain.CastorError.InvalidPublicKeyEncoding.md index 9c3281305..f6e5c692a 100644 --- a/docs/sdk/classes/Domain.CastorError.InvalidPublicKeyEncoding.md +++ b/docs/sdk/classes/Domain.CastorError.InvalidPublicKeyEncoding.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L14) +[src/domain/models/errors/Castor.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.MethodIdIsDoesNotSatisfyRegex.md b/docs/sdk/classes/Domain.CastorError.MethodIdIsDoesNotSatisfyRegex.md index a4331db89..08c7adce6 100644 --- a/docs/sdk/classes/Domain.CastorError.MethodIdIsDoesNotSatisfyRegex.md +++ b/docs/sdk/classes/Domain.CastorError.MethodIdIsDoesNotSatisfyRegex.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L8) +[src/domain/models/errors/Castor.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.CastorError.NotPossibleToResolveDID.md b/docs/sdk/classes/Domain.CastorError.NotPossibleToResolveDID.md index 0597dc132..bdb591b29 100644 --- a/docs/sdk/classes/Domain.CastorError.NotPossibleToResolveDID.md +++ b/docs/sdk/classes/Domain.CastorError.NotPossibleToResolveDID.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Castor.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Castor.ts#L38) +[src/domain/models/errors/Castor.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Castor.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md b/docs/sdk/classes/Domain.CommonError.SDKError.md similarity index 55% rename from docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md rename to docs/sdk/classes/Domain.CommonError.SDKError.md index 5241d480c..1a8dbd2de 100644 --- a/docs/sdk/classes/Domain.CommonError.SomethingWentWrongError.md +++ b/docs/sdk/classes/Domain.CommonError.SDKError.md @@ -1,49 +1,72 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [CommonError](../modules/Domain.CommonError.md) / SomethingWentWrongError +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [CommonError](../modules/Domain.CommonError.md) / SDKError -# Class: SomethingWentWrongError +# Class: SDKError -[Domain](../modules/Domain.md).[CommonError](../modules/Domain.CommonError.md).SomethingWentWrongError +[Domain](../modules/Domain.md).[CommonError](../modules/Domain.CommonError.md).SDKError ## Hierarchy - `Error` - ↳ **`SomethingWentWrongError`** + ↳ **`SDKError`** + + ↳↳ [`MnemonicWordError`](Domain.ApolloError.MnemonicWordError.md) + + ↳↳ [`MnemonicLengthError`](Domain.ApolloError.MnemonicLengthError.md) + + ↳↳ [`CouldNotParseMessageString`](Domain.ApolloError.CouldNotParseMessageString.md) + + ↳↳ [`KeyRestoratonFailed`](Domain.ApolloError.KeyRestoratonFailed.md) + + ↳↳ [`InvalidKeyCurve`](Domain.ApolloError.InvalidKeyCurve.md) + + ↳↳ [`InvalidKeyType`](Domain.ApolloError.InvalidKeyType.md) + + ↳↳ [`MissingKeyParameters`](Domain.ApolloError.MissingKeyParameters.md) + + ↳↳ [`KeyInitializationError`](Domain.ApolloError.KeyInitializationError.md) + + ↳↳ [`InvalidDerivationPath`](Domain.ApolloError.InvalidDerivationPath.md) + + ↳↳ [`ApolloLibError`](Domain.ApolloError.ApolloLibError.md) + + ↳↳ [`UnknownError`](Domain.CommonError.UnknownError.md) ## Table of contents ### Constructors -- [constructor](Domain.CommonError.SomethingWentWrongError.md#constructor) +- [constructor](Domain.CommonError.SDKError.md#constructor) ### Properties -- [cause](Domain.CommonError.SomethingWentWrongError.md#cause) -- [message](Domain.CommonError.SomethingWentWrongError.md#message) -- [name](Domain.CommonError.SomethingWentWrongError.md#name) -- [stack](Domain.CommonError.SomethingWentWrongError.md#stack) -- [prepareStackTrace](Domain.CommonError.SomethingWentWrongError.md#preparestacktrace) -- [stackTraceLimit](Domain.CommonError.SomethingWentWrongError.md#stacktracelimit) +- [cause](Domain.CommonError.SDKError.md#cause) +- [message](Domain.CommonError.SDKError.md#message) +- [name](Domain.CommonError.SDKError.md#name) +- [stack](Domain.CommonError.SDKError.md#stack) +- [prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) +- [stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.CommonError.SomethingWentWrongError.md#capturestacktrace) +- [captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) ## Constructors ### constructor -• **new SomethingWentWrongError**(`message?`): [`SomethingWentWrongError`](Domain.CommonError.SomethingWentWrongError.md) +• **new SDKError**(`code`, `message`): [`SDKError`](Domain.CommonError.SDKError.md) #### Parameters | Name | Type | | :------ | :------ | -| `message?` | `string` | +| `code` | `number` | +| `message` | `string` | #### Returns -[`SomethingWentWrongError`](Domain.CommonError.SomethingWentWrongError.md) +[`SDKError`](Domain.CommonError.SDKError.md) #### Overrides @@ -51,7 +74,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Common.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Common.ts#L3) +[src/domain/models/errors/Common.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Common.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.CommonError.UnknownError.md b/docs/sdk/classes/Domain.CommonError.UnknownError.md new file mode 100644 index 000000000..f09b84aad --- /dev/null +++ b/docs/sdk/classes/Domain.CommonError.UnknownError.md @@ -0,0 +1,180 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [CommonError](../modules/Domain.CommonError.md) / UnknownError + +# Class: UnknownError + +[Domain](../modules/Domain.md).[CommonError](../modules/Domain.CommonError.md).UnknownError + +## Hierarchy + +- [`SDKError`](Domain.CommonError.SDKError.md) + + ↳ **`UnknownError`** + +## Table of contents + +### Constructors + +- [constructor](Domain.CommonError.UnknownError.md#constructor) + +### Properties + +- [cause](Domain.CommonError.UnknownError.md#cause) +- [message](Domain.CommonError.UnknownError.md#message) +- [name](Domain.CommonError.UnknownError.md#name) +- [stack](Domain.CommonError.UnknownError.md#stack) +- [prepareStackTrace](Domain.CommonError.UnknownError.md#preparestacktrace) +- [stackTraceLimit](Domain.CommonError.UnknownError.md#stacktracelimit) + +### Methods + +- [captureStackTrace](Domain.CommonError.UnknownError.md#capturestacktrace) + +## Constructors + +### constructor + +• **new UnknownError**(): [`UnknownError`](Domain.CommonError.UnknownError.md) + +#### Returns + +[`UnknownError`](Domain.CommonError.UnknownError.md) + +#### Overrides + +[SDKError](Domain.CommonError.SDKError.md).[constructor](Domain.CommonError.SDKError.md#constructor) + +#### Defined in + +[src/domain/models/errors/Common.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Common.ts#L9) + +## Properties + +### cause + +• `Optional` **cause**: `unknown` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[cause](Domain.CommonError.SDKError.md#cause) + +#### Defined in + +node_modules/typescript/lib/lib.es2022.error.d.ts:26 + +___ + +### message + +• **message**: `string` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[message](Domain.CommonError.SDKError.md#message) + +#### Defined in + +node_modules/typescript/lib/lib.es5.d.ts:1054 + +___ + +### name + +• **name**: `string` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[name](Domain.CommonError.SDKError.md#name) + +#### Defined in + +node_modules/typescript/lib/lib.es5.d.ts:1053 + +___ + +### stack + +• `Optional` **stack**: `string` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[stack](Domain.CommonError.SDKError.md#stack) + +#### Defined in + +node_modules/typescript/lib/lib.es5.d.ts:1055 + +___ + +### prepareStackTrace + +▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any` + +Optional override for formatting stack traces + +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + +#### Type declaration + +▸ (`err`, `stackTraces`): `any` + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `err` | `Error` | +| `stackTraces` | `CallSite`[] | + +##### Returns + +`any` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[prepareStackTrace](Domain.CommonError.SDKError.md#preparestacktrace) + +#### Defined in + +node_modules/@types/node/globals.d.ts:27 + +___ + +### stackTraceLimit + +▪ `Static` **stackTraceLimit**: `number` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[stackTraceLimit](Domain.CommonError.SDKError.md#stacktracelimit) + +#### Defined in + +node_modules/@types/node/globals.d.ts:29 + +## Methods + +### captureStackTrace + +▸ **captureStackTrace**(`targetObject`, `constructorOpt?`): `void` + +Create .stack property on a target object + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `targetObject` | `object` | +| `constructorOpt?` | `Function` | + +#### Returns + +`void` + +#### Inherited from + +[SDKError](Domain.CommonError.SDKError.md).[captureStackTrace](Domain.CommonError.SDKError.md#capturestacktrace) + +#### Defined in + +node_modules/@types/node/globals.d.ts:20 diff --git a/docs/sdk/classes/Domain.Controller.md b/docs/sdk/classes/Domain.Controller.md index 8e13abfec..10a055ae0 100644 --- a/docs/sdk/classes/Domain.Controller.md +++ b/docs/sdk/classes/Domain.Controller.md @@ -32,7 +32,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L53) +[src/domain/models/DIDDocument.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L53) ## Properties @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/DIDDocument.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L53) +[src/domain/models/DIDDocument.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L53) diff --git a/docs/sdk/classes/Domain.Credential.md b/docs/sdk/classes/Domain.Credential.md index 4635fe813..983619293 100644 --- a/docs/sdk/classes/Domain.Credential.md +++ b/docs/sdk/classes/Domain.Credential.md @@ -61,7 +61,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/Credential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L14) +[src/domain/models/Credential.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L14) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L9) +[src/domain/models/Credential.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L9) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L11) +[src/domain/models/Credential.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L11) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L12) +[src/domain/models/Credential.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L12) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L15) +[src/domain/models/Credential.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L15) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L10) +[src/domain/models/Credential.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L10) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L13) +[src/domain/models/Credential.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L13) ___ @@ -138,7 +138,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L17) ## Methods @@ -158,7 +158,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L19) ___ @@ -172,7 +172,7 @@ this is ProvableCredential #### Defined in -[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L23) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L31) ___ @@ -200,4 +200,4 @@ this is StorableCredential #### Defined in -[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L27) diff --git a/docs/sdk/classes/Domain.CredentialMetadata.md b/docs/sdk/classes/Domain.CredentialMetadata.md index 80b729a09..5657c3de6 100644 --- a/docs/sdk/classes/Domain.CredentialMetadata.md +++ b/docs/sdk/classes/Domain.CredentialMetadata.md @@ -49,7 +49,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/CredentialMetadata.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L7) +[src/domain/models/CredentialMetadata.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L7) ## Properties @@ -59,7 +59,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/CredentialMetadata.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L10) +[src/domain/models/CredentialMetadata.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L10) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/domain/models/CredentialMetadata.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L9) +[src/domain/models/CredentialMetadata.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L9) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/domain/models/CredentialMetadata.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L8) +[src/domain/models/CredentialMetadata.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L8) ___ @@ -96,7 +96,7 @@ should be unique across all items. #### Defined in -[src/domain/models/CredentialMetadata.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L5) +[src/domain/models/CredentialMetadata.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L5) ## Methods @@ -118,7 +118,7 @@ Check the CredentialType of this Metadata #### Defined in -[src/domain/models/CredentialMetadata.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L19) +[src/domain/models/CredentialMetadata.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L19) ___ @@ -136,4 +136,4 @@ JSON #### Defined in -[src/domain/models/CredentialMetadata.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/CredentialMetadata.ts#L28) +[src/domain/models/CredentialMetadata.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/CredentialMetadata.ts#L28) diff --git a/docs/sdk/classes/Domain.DID.md b/docs/sdk/classes/Domain.DID.md index 92ec8d6d7..8d73ab2d9 100644 --- a/docs/sdk/classes/Domain.DID.md +++ b/docs/sdk/classes/Domain.DID.md @@ -53,7 +53,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/DID.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L10) +[src/domain/models/DID.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L10) ## Properties @@ -63,7 +63,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/DID.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L7) +[src/domain/models/DID.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L7) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/domain/models/DID.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L8) +[src/domain/models/DID.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L8) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/domain/models/DID.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L6) +[src/domain/models/DID.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L6) ___ @@ -100,7 +100,7 @@ should be unique across all items. #### Defined in -[src/domain/models/DID.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L5) +[src/domain/models/DID.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L5) ## Methods @@ -114,7 +114,7 @@ should be unique across all items. #### Defined in -[src/domain/models/DID.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L17) +[src/domain/models/DID.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L17) ___ @@ -136,7 +136,7 @@ parse value into a DID #### Defined in -[src/domain/models/DID.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L26) +[src/domain/models/DID.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L26) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[src/domain/models/DID.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L47) +[src/domain/models/DID.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L47) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/domain/models/DID.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L70) +[src/domain/models/DID.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L70) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/domain/models/DID.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L75) +[src/domain/models/DID.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L75) ___ @@ -216,4 +216,4 @@ ___ #### Defined in -[src/domain/models/DID.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DID.ts#L65) +[src/domain/models/DID.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DID.ts#L65) diff --git a/docs/sdk/classes/Domain.DIDDocument.md b/docs/sdk/classes/Domain.DIDDocument.md index 7f98d233f..6e29175e6 100644 --- a/docs/sdk/classes/Domain.DIDDocument.md +++ b/docs/sdk/classes/Domain.DIDDocument.md @@ -18,6 +18,7 @@ ### Accessors - [services](Domain.DIDDocument.md#services) +- [verificationMethods](Domain.DIDDocument.md#verificationmethods) ## Constructors @@ -38,7 +39,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L112) +[src/domain/models/DIDDocument.ts:112](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L112) ## Properties @@ -48,7 +49,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L114) +[src/domain/models/DIDDocument.ts:114](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L114) ___ @@ -58,7 +59,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L113) +[src/domain/models/DIDDocument.ts:113](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L113) ## Accessors @@ -72,4 +73,18 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L117) +[src/domain/models/DIDDocument.ts:117](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L117) + +___ + +### verificationMethods + +• `get` **verificationMethods**(): [`VerificationMethod`](Domain.VerificationMethod.md)[] + +#### Returns + +[`VerificationMethod`](Domain.VerificationMethod.md)[] + +#### Defined in + +[src/domain/models/DIDDocument.ts:126](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L126) diff --git a/docs/sdk/classes/Domain.DIDPair.md b/docs/sdk/classes/Domain.DIDPair.md index bc798a4ca..4fbac44ab 100644 --- a/docs/sdk/classes/Domain.DIDPair.md +++ b/docs/sdk/classes/Domain.DIDPair.md @@ -36,7 +36,7 @@ #### Defined in -[src/domain/models/DIDPair.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDPair.ts#L4) +[src/domain/models/DIDPair.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDPair.ts#L4) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/domain/models/DIDPair.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDPair.ts#L5) +[src/domain/models/DIDPair.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDPair.ts#L5) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/DIDPair.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDPair.ts#L7) +[src/domain/models/DIDPair.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDPair.ts#L7) ___ @@ -66,4 +66,4 @@ ___ #### Defined in -[src/domain/models/DIDPair.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDPair.ts#L6) +[src/domain/models/DIDPair.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDPair.ts#L6) diff --git a/docs/sdk/classes/Domain.DIDResolver.md b/docs/sdk/classes/Domain.DIDResolver.md index 533b9af24..e0af2b120 100644 --- a/docs/sdk/classes/Domain.DIDResolver.md +++ b/docs/sdk/classes/Domain.DIDResolver.md @@ -36,7 +36,7 @@ #### Defined in -[src/domain/models/DIDResolver.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDResolver.ts#L4) +[src/domain/models/DIDResolver.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDResolver.ts#L4) ## Methods @@ -56,4 +56,4 @@ #### Defined in -[src/domain/models/DIDResolver.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDResolver.ts#L5) +[src/domain/models/DIDResolver.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDResolver.ts#L5) diff --git a/docs/sdk/classes/Domain.DIDUrl.md b/docs/sdk/classes/Domain.DIDUrl.md index e07b10438..91eb7d3e1 100644 --- a/docs/sdk/classes/Domain.DIDUrl.md +++ b/docs/sdk/classes/Domain.DIDUrl.md @@ -45,7 +45,7 @@ #### Defined in -[src/domain/models/DIDUrl.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L9) +[src/domain/models/DIDUrl.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L9) ## Properties @@ -55,7 +55,7 @@ #### Defined in -[src/domain/models/DIDUrl.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L4) +[src/domain/models/DIDUrl.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L4) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L7) +[src/domain/models/DIDUrl.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L7) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L6) +[src/domain/models/DIDUrl.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L6) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L5) +[src/domain/models/DIDUrl.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L5) ## Methods @@ -99,7 +99,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L35) +[src/domain/models/DIDUrl.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L35) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L25) +[src/domain/models/DIDUrl.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L25) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L29) +[src/domain/models/DIDUrl.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L29) ___ @@ -141,4 +141,4 @@ ___ #### Defined in -[src/domain/models/DIDUrl.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDUrl.ts#L21) +[src/domain/models/DIDUrl.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDUrl.ts#L21) diff --git a/docs/sdk/classes/Domain.DerivableKey.md b/docs/sdk/classes/Domain.DerivableKey.md index b1ccb048d..355c9b84b 100644 --- a/docs/sdk/classes/Domain.DerivableKey.md +++ b/docs/sdk/classes/Domain.DerivableKey.md @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/keyManagement/DerivableKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/DerivableKey.ts#L4) +[src/domain/models/keyManagement/DerivableKey.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/DerivableKey.ts#L4) diff --git a/docs/sdk/classes/Domain.HttpResponse.md b/docs/sdk/classes/Domain.HttpResponse.md deleted file mode 100644 index 17828769e..000000000 --- a/docs/sdk/classes/Domain.HttpResponse.md +++ /dev/null @@ -1,69 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / HttpResponse - -# Class: HttpResponse\ - -[Domain](../modules/Domain.md).HttpResponse - -## Type parameters - -| Name | -| :------ | -| `T` | - -## Table of contents - -### Constructors - -- [constructor](Domain.HttpResponse.md#constructor) - -### Properties - -- [body](Domain.HttpResponse.md#body) -- [httpStatus](Domain.HttpResponse.md#httpstatus) - -## Constructors - -### constructor - -• **new HttpResponse**\<`T`\>(`body`, `httpStatus`): [`HttpResponse`](Domain.HttpResponse.md)\<`T`\> - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `body` | `T` | -| `httpStatus` | `number` | - -#### Returns - -[`HttpResponse`](Domain.HttpResponse.md)\<`T`\> - -#### Defined in - -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Api.ts#L4) - -## Properties - -### body - -• **body**: `T` - -#### Defined in - -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Api.ts#L4) - -___ - -### httpStatus - -• **httpStatus**: `number` - -#### Defined in - -[src/domain/models/Api.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Api.ts#L4) diff --git a/docs/sdk/classes/Domain.JWTPresentationOptions.md b/docs/sdk/classes/Domain.JWTPresentationOptions.md index 96b6e3ec0..36a769fed 100644 --- a/docs/sdk/classes/Domain.JWTPresentationOptions.md +++ b/docs/sdk/classes/Domain.JWTPresentationOptions.md @@ -41,7 +41,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:438](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L438) +[src/domain/models/VerifiableCredential.ts:438](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L438) ## Properties @@ -51,7 +51,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:434](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L434) +[src/domain/models/VerifiableCredential.ts:434](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L434) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:435](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L435) +[src/domain/models/VerifiableCredential.ts:435](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L435) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:436](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L436) +[src/domain/models/VerifiableCredential.ts:436](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L436) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:432](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L432) +[src/domain/models/VerifiableCredential.ts:432](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L432) ___ @@ -91,4 +91,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:433](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L433) +[src/domain/models/VerifiableCredential.ts:433](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L433) diff --git a/docs/sdk/classes/Domain.Key.md b/docs/sdk/classes/Domain.Key.md index 40ee7e54e..318611254 100644 --- a/docs/sdk/classes/Domain.Key.md +++ b/docs/sdk/classes/Domain.Key.md @@ -60,7 +60,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L146) +[src/domain/models/keyManagement/Key.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L153) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L148) +[src/domain/models/keyManagement/Key.ts:155](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L155) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:147](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L147) +[src/domain/models/keyManagement/Key.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L154) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L149) +[src/domain/models/keyManagement/Key.ts:156](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L156) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L145) +[src/domain/models/keyManagement/Key.ts:152](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L152) ## Accessors @@ -121,7 +121,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L158) +[src/domain/models/keyManagement/Key.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L165) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L153) +[src/domain/models/keyManagement/Key.ts:160](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L160) ## Methods @@ -149,7 +149,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L180) +[src/domain/models/keyManagement/Key.ts:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L187) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L151) +[src/domain/models/keyManagement/Key.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L158) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L184) +[src/domain/models/keyManagement/Key.ts:191](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L191) ___ @@ -209,7 +209,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:188](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L188) +[src/domain/models/keyManagement/Key.ts:195](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L195) ___ @@ -223,7 +223,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L164) +[src/domain/models/keyManagement/Key.ts:171](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L171) ___ @@ -237,7 +237,7 @@ this is All #### Defined in -[src/domain/models/keyManagement/Key.ts:168](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L168) +[src/domain/models/keyManagement/Key.ts:175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L175) ___ @@ -251,7 +251,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L172) +[src/domain/models/keyManagement/Key.ts:179](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L179) ___ @@ -265,4 +265,4 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L176) +[src/domain/models/keyManagement/Key.ts:183](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L183) diff --git a/docs/sdk/classes/Domain.KeyAgreement.md b/docs/sdk/classes/Domain.KeyAgreement.md index 585f32ff9..25d70d004 100644 --- a/docs/sdk/classes/Domain.KeyAgreement.md +++ b/docs/sdk/classes/Domain.KeyAgreement.md @@ -34,7 +34,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L79) +[src/domain/models/DIDDocument.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L79) ## Properties @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L80) +[src/domain/models/DIDDocument.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L80) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L81) +[src/domain/models/DIDDocument.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L81) diff --git a/docs/sdk/classes/Domain.KeyPair.md b/docs/sdk/classes/Domain.KeyPair.md index 64bf98296..0fafc2cc5 100644 --- a/docs/sdk/classes/Domain.KeyPair.md +++ b/docs/sdk/classes/Domain.KeyPair.md @@ -37,7 +37,7 @@ #### Defined in -[src/domain/models/KeyPair.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyPair.ts#L10) +[src/domain/models/KeyPair.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyPair.ts#L10) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/domain/models/KeyPair.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyPair.ts#L9) +[src/domain/models/KeyPair.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyPair.ts#L9) ## Accessors @@ -61,4 +61,4 @@ ___ #### Defined in -[src/domain/models/KeyPair.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyPair.ts#L5) +[src/domain/models/KeyPair.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyPair.ts#L5) diff --git a/docs/sdk/classes/Domain.LinkSecret.md b/docs/sdk/classes/Domain.LinkSecret.md index 2d1a53143..5f53b2fe4 100644 --- a/docs/sdk/classes/Domain.LinkSecret.md +++ b/docs/sdk/classes/Domain.LinkSecret.md @@ -43,7 +43,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/LinkSecret.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/LinkSecret.ts#L8) +[src/domain/models/LinkSecret.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/LinkSecret.ts#L8) ## Properties @@ -53,7 +53,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/LinkSecret.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/LinkSecret.ts#L10) +[src/domain/models/LinkSecret.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/LinkSecret.ts#L10) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/domain/models/LinkSecret.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/LinkSecret.ts#L9) +[src/domain/models/LinkSecret.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/LinkSecret.ts#L9) ___ @@ -80,7 +80,7 @@ should be unique across all items. #### Defined in -[src/domain/models/LinkSecret.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/LinkSecret.ts#L6) +[src/domain/models/LinkSecret.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/LinkSecret.ts#L6) ___ @@ -90,4 +90,4 @@ ___ #### Defined in -[src/domain/models/LinkSecret.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/LinkSecret.ts#L4) +[src/domain/models/LinkSecret.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/LinkSecret.ts#L4) diff --git a/docs/sdk/classes/Domain.MercuryError.CouldNotResolveDIDError.md b/docs/sdk/classes/Domain.MercuryError.CouldNotResolveDIDError.md index 76ebb7c78..dc63f866d 100644 --- a/docs/sdk/classes/Domain.MercuryError.CouldNotResolveDIDError.md +++ b/docs/sdk/classes/Domain.MercuryError.CouldNotResolveDIDError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L62) +[src/domain/models/errors/Mercury.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L62) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.DidCommError.md b/docs/sdk/classes/Domain.MercuryError.DidCommError.md index d9915ac88..b771448bc 100644 --- a/docs/sdk/classes/Domain.MercuryError.DidCommError.md +++ b/docs/sdk/classes/Domain.MercuryError.DidCommError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L68) +[src/domain/models/errors/Mercury.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L68) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.FromFieldNotSetError.md b/docs/sdk/classes/Domain.MercuryError.FromFieldNotSetError.md index 65d2f13c4..2c191e3ad 100644 --- a/docs/sdk/classes/Domain.MercuryError.FromFieldNotSetError.md +++ b/docs/sdk/classes/Domain.MercuryError.FromFieldNotSetError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L32) +[src/domain/models/errors/Mercury.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.InvalidURLError.md b/docs/sdk/classes/Domain.MercuryError.InvalidURLError.md index 086c4f13b..ed832a689 100644 --- a/docs/sdk/classes/Domain.MercuryError.InvalidURLError.md +++ b/docs/sdk/classes/Domain.MercuryError.InvalidURLError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L2) +[src/domain/models/errors/Mercury.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.MessageAttachmentWithoutIDError.md b/docs/sdk/classes/Domain.MercuryError.MessageAttachmentWithoutIDError.md index 384e962dd..9599be307 100644 --- a/docs/sdk/classes/Domain.MercuryError.MessageAttachmentWithoutIDError.md +++ b/docs/sdk/classes/Domain.MercuryError.MessageAttachmentWithoutIDError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L44) +[src/domain/models/errors/Mercury.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.MessageInvalidBodyDataError.md b/docs/sdk/classes/Domain.MercuryError.MessageInvalidBodyDataError.md index c44ec2375..695a9850c 100644 --- a/docs/sdk/classes/Domain.MercuryError.MessageInvalidBodyDataError.md +++ b/docs/sdk/classes/Domain.MercuryError.MessageInvalidBodyDataError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L50) +[src/domain/models/errors/Mercury.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.NoDIDReceiverSetError.md b/docs/sdk/classes/Domain.MercuryError.NoDIDReceiverSetError.md index 5a406af76..580522bca 100644 --- a/docs/sdk/classes/Domain.MercuryError.NoDIDReceiverSetError.md +++ b/docs/sdk/classes/Domain.MercuryError.NoDIDReceiverSetError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L20) +[src/domain/models/errors/Mercury.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.NoRecipientDIDSetError.md b/docs/sdk/classes/Domain.MercuryError.NoRecipientDIDSetError.md index e108ec1c0..42d65e7f0 100644 --- a/docs/sdk/classes/Domain.MercuryError.NoRecipientDIDSetError.md +++ b/docs/sdk/classes/Domain.MercuryError.NoRecipientDIDSetError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L14) +[src/domain/models/errors/Mercury.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.NoSenderDIDSetError.md b/docs/sdk/classes/Domain.MercuryError.NoSenderDIDSetError.md index 72462c876..ecd60161c 100644 --- a/docs/sdk/classes/Domain.MercuryError.NoSenderDIDSetError.md +++ b/docs/sdk/classes/Domain.MercuryError.NoSenderDIDSetError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L8) +[src/domain/models/errors/Mercury.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.NoValidServiceFoundError.md b/docs/sdk/classes/Domain.MercuryError.NoValidServiceFoundError.md index 8f7efc9ed..02e1a8202 100644 --- a/docs/sdk/classes/Domain.MercuryError.NoValidServiceFoundError.md +++ b/docs/sdk/classes/Domain.MercuryError.NoValidServiceFoundError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L26) +[src/domain/models/errors/Mercury.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.UnknownAttachmentDataError.md b/docs/sdk/classes/Domain.MercuryError.UnknownAttachmentDataError.md index a77e3ff47..3853b5064 100644 --- a/docs/sdk/classes/Domain.MercuryError.UnknownAttachmentDataError.md +++ b/docs/sdk/classes/Domain.MercuryError.UnknownAttachmentDataError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L38) +[src/domain/models/errors/Mercury.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.UnknownPackingMessageError.md b/docs/sdk/classes/Domain.MercuryError.UnknownPackingMessageError.md index f7ddec52e..a8be88328 100644 --- a/docs/sdk/classes/Domain.MercuryError.UnknownPackingMessageError.md +++ b/docs/sdk/classes/Domain.MercuryError.UnknownPackingMessageError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L56) +[src/domain/models/errors/Mercury.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.MercuryError.UrlSessionError.md b/docs/sdk/classes/Domain.MercuryError.UrlSessionError.md index 99dfbb7a8..f4f0738ff 100644 --- a/docs/sdk/classes/Domain.MercuryError.UrlSessionError.md +++ b/docs/sdk/classes/Domain.MercuryError.UrlSessionError.md @@ -55,7 +55,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Mercury.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L77) +[src/domain/models/errors/Mercury.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L77) ## Properties @@ -79,7 +79,7 @@ ___ #### Defined in -[src/domain/models/errors/Mercury.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L75) +[src/domain/models/errors/Mercury.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L75) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/domain/models/errors/Mercury.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Mercury.ts#L74) +[src/domain/models/errors/Mercury.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Mercury.ts#L74) ___ diff --git a/docs/sdk/classes/Domain.Message-1.md b/docs/sdk/classes/Domain.Message-1.md index 549a9d63d..89f052246 100644 --- a/docs/sdk/classes/Domain.Message-1.md +++ b/docs/sdk/classes/Domain.Message-1.md @@ -38,7 +38,6 @@ define properties a Domain object must implement to be compatible with Pluto ### Accessors - [credentialFormat](Domain.Message-1.md#credentialformat) -- [safeBody](Domain.Message-1.md#safebody) ### Methods @@ -56,16 +55,16 @@ define properties a Domain object must implement to be compatible with Pluto | Name | Type | Default value | | :------ | :------ | :------ | -| `body` | `string` | `undefined` | +| `body` | `string` \| `JsonObj`\<`any`\> | `undefined` | | `id` | `string` | `undefined` | | `piuri` | `string` | `undefined` | | `from?` | [`DID`](Domain.DID.md) | `undefined` | | `to?` | [`DID`](Domain.DID.md) | `undefined` | | `attachments` | [`AttachmentDescriptor`](Domain.AttachmentDescriptor.md)[] | `[]` | | `thid?` | `string` | `undefined` | -| `extraHeaders` | `Record`\<`string`, `any`\> | `{}` | -| `createdTime` | `string` | `undefined` | -| `expiresTimePlus` | `string` | `undefined` | +| `extraHeaders` | `JsonObj`\<`any`\> | `{}` | +| `createdTime` | `number` | `undefined` | +| `expiresTimePlus` | `number` | `undefined` | | `ack` | `string`[] | `[]` | | `direction` | [`MessageDirection`](../enums/Domain.MessageDirection.md) | `MessageDirection.RECEIVED` | | `fromPrior?` | `string` | `undefined` | @@ -77,7 +76,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/Message.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L24) +[src/domain/models/Message.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L25) ## Properties @@ -87,7 +86,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/Message.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L39) +[src/domain/models/Message.ts:36](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L36) ___ @@ -97,27 +96,27 @@ ___ #### Defined in -[src/domain/models/Message.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L30) +[src/domain/models/Message.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L31) ___ ### body -• `Readonly` **body**: `string` +• `Readonly` **body**: `JsonObj`\<`any`\> #### Defined in -[src/domain/models/Message.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L25) +[src/domain/models/Message.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L23) ___ ### createdTime -• `Readonly` **createdTime**: `string` +• `Readonly` **createdTime**: `number` #### Defined in -[src/domain/models/Message.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L34) +[src/domain/models/Message.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L34) ___ @@ -127,27 +126,27 @@ ___ #### Defined in -[src/domain/models/Message.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L40) +[src/domain/models/Message.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L37) ___ ### expiresTimePlus -• `Readonly` **expiresTimePlus**: `string` +• `Readonly` **expiresTimePlus**: `number` #### Defined in -[src/domain/models/Message.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L35) +[src/domain/models/Message.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L35) ___ ### extraHeaders -• `Readonly` **extraHeaders**: `Record`\<`string`, `any`\> = `{}` +• `Readonly` **extraHeaders**: `JsonObj`\<`any`\> = `{}` #### Defined in -[src/domain/models/Message.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L32) +[src/domain/models/Message.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L33) ___ @@ -157,7 +156,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:28](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L28) +[src/domain/models/Message.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L29) ___ @@ -167,7 +166,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L41) +[src/domain/models/Message.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L38) ___ @@ -177,7 +176,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L26) +[src/domain/models/Message.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L27) ___ @@ -187,7 +186,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L27) +[src/domain/models/Message.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L28) ___ @@ -197,7 +196,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L42) +[src/domain/models/Message.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L39) ___ @@ -207,7 +206,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L31) +[src/domain/models/Message.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L32) ___ @@ -217,7 +216,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L29) +[src/domain/models/Message.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L30) ___ @@ -234,7 +233,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Message.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L22) +[src/domain/models/Message.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L22) ## Accessors @@ -248,21 +247,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Message.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L55) - -___ - -### safeBody - -• `get` **safeBody**(): `any` - -#### Returns - -`any` - -#### Defined in - -[src/domain/models/Message.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L47) +[src/domain/models/Message.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L45) ## Methods @@ -282,7 +267,7 @@ ___ #### Defined in -[src/domain/models/Message.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L80) +[src/domain/models/Message.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L70) ___ @@ -302,7 +287,7 @@ data is AttachmentBase64 #### Defined in -[src/domain/models/Message.ts:169](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L169) +[src/domain/models/Message.ts:166](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L166) ___ @@ -322,4 +307,4 @@ data is AttachmentJsonData #### Defined in -[src/domain/models/Message.ts:173](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L173) +[src/domain/models/Message.ts:170](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L170) diff --git a/docs/sdk/classes/Domain.PlutoError.BackupNotFoundError.md b/docs/sdk/classes/Domain.PlutoError.BackupNotFoundError.md index 9359a6d19..b0f4d2805 100644 --- a/docs/sdk/classes/Domain.PlutoError.BackupNotFoundError.md +++ b/docs/sdk/classes/Domain.PlutoError.BackupNotFoundError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L110) +[src/domain/models/errors/Pluto.ts:110](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L110) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md b/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md index f09c3a9fb..1786a3ac0 100644 --- a/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md +++ b/docs/sdk/classes/Domain.PlutoError.CredentialNotStorable.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L44) +[src/domain/models/errors/Pluto.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.DatabaseConnectionError.md b/docs/sdk/classes/Domain.PlutoError.DatabaseConnectionError.md index bd50a89a9..a9304f1e9 100644 --- a/docs/sdk/classes/Domain.PlutoError.DatabaseConnectionError.md +++ b/docs/sdk/classes/Domain.PlutoError.DatabaseConnectionError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L2) +[src/domain/models/errors/Pluto.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.DatabaseContextError.md b/docs/sdk/classes/Domain.PlutoError.DatabaseContextError.md index 89f041fbf..0d4633fb4 100644 --- a/docs/sdk/classes/Domain.PlutoError.DatabaseContextError.md +++ b/docs/sdk/classes/Domain.PlutoError.DatabaseContextError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L8) +[src/domain/models/errors/Pluto.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.DatabaseServiceAlreadyRunning.md b/docs/sdk/classes/Domain.PlutoError.DatabaseServiceAlreadyRunning.md index 17b39c111..11d53f66a 100644 --- a/docs/sdk/classes/Domain.PlutoError.DatabaseServiceAlreadyRunning.md +++ b/docs/sdk/classes/Domain.PlutoError.DatabaseServiceAlreadyRunning.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L14) +[src/domain/models/errors/Pluto.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.DidPairIsNotPersistedError.md b/docs/sdk/classes/Domain.PlutoError.DidPairIsNotPersistedError.md index 5d72cfbdd..47fd1545b 100644 --- a/docs/sdk/classes/Domain.PlutoError.DidPairIsNotPersistedError.md +++ b/docs/sdk/classes/Domain.PlutoError.DidPairIsNotPersistedError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L80) +[src/domain/models/errors/Pluto.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L80) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.HolderDIDAlreadyPairingError.md b/docs/sdk/classes/Domain.PlutoError.HolderDIDAlreadyPairingError.md index 0a53fbd28..c12cb224b 100644 --- a/docs/sdk/classes/Domain.PlutoError.HolderDIDAlreadyPairingError.md +++ b/docs/sdk/classes/Domain.PlutoError.HolderDIDAlreadyPairingError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L86) +[src/domain/models/errors/Pluto.ts:86](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L86) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.InvalidCredentialJsonError.md b/docs/sdk/classes/Domain.PlutoError.InvalidCredentialJsonError.md index 88c73ed80..c71cec4e9 100644 --- a/docs/sdk/classes/Domain.PlutoError.InvalidCredentialJsonError.md +++ b/docs/sdk/classes/Domain.PlutoError.InvalidCredentialJsonError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L56) +[src/domain/models/errors/Pluto.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.InvalidHolderDIDNotPersistedError.md b/docs/sdk/classes/Domain.PlutoError.InvalidHolderDIDNotPersistedError.md index eb550626f..6ea80402c 100644 --- a/docs/sdk/classes/Domain.PlutoError.InvalidHolderDIDNotPersistedError.md +++ b/docs/sdk/classes/Domain.PlutoError.InvalidHolderDIDNotPersistedError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L68) +[src/domain/models/errors/Pluto.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L68) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.MessageMissingFromOrToDIDError.md b/docs/sdk/classes/Domain.PlutoError.MessageMissingFromOrToDIDError.md index 7818382dc..15b36c3ca 100644 --- a/docs/sdk/classes/Domain.PlutoError.MessageMissingFromOrToDIDError.md +++ b/docs/sdk/classes/Domain.PlutoError.MessageMissingFromOrToDIDError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L74) +[src/domain/models/errors/Pluto.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L74) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.PrivateKeyNotStorable.md b/docs/sdk/classes/Domain.PlutoError.PrivateKeyNotStorable.md index 632313db4..cfd5262a1 100644 --- a/docs/sdk/classes/Domain.PlutoError.PrivateKeyNotStorable.md +++ b/docs/sdk/classes/Domain.PlutoError.PrivateKeyNotStorable.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L62) +[src/domain/models/errors/Pluto.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L62) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.RestoreCredentialInvalidError.md b/docs/sdk/classes/Domain.PlutoError.RestoreCredentialInvalidError.md index f2948f4c7..e4611f2bd 100644 --- a/docs/sdk/classes/Domain.PlutoError.RestoreCredentialInvalidError.md +++ b/docs/sdk/classes/Domain.PlutoError.RestoreCredentialInvalidError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L92) +[src/domain/models/errors/Pluto.ts:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L92) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.RestoreJWKInvalidError.md b/docs/sdk/classes/Domain.PlutoError.RestoreJWKInvalidError.md index 81a0f2063..d93351d3d 100644 --- a/docs/sdk/classes/Domain.PlutoError.RestoreJWKInvalidError.md +++ b/docs/sdk/classes/Domain.PlutoError.RestoreJWKInvalidError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L98) +[src/domain/models/errors/Pluto.ts:98](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L98) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.RestoreKeyInvalidError.md b/docs/sdk/classes/Domain.PlutoError.RestoreKeyInvalidError.md index f4f3913e8..5b6357317 100644 --- a/docs/sdk/classes/Domain.PlutoError.RestoreKeyInvalidError.md +++ b/docs/sdk/classes/Domain.PlutoError.RestoreKeyInvalidError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L104) +[src/domain/models/errors/Pluto.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L104) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.RestoreNotFoundError.md b/docs/sdk/classes/Domain.PlutoError.RestoreNotFoundError.md index 696f3bfa1..1ef7842d9 100644 --- a/docs/sdk/classes/Domain.PlutoError.RestoreNotFoundError.md +++ b/docs/sdk/classes/Domain.PlutoError.RestoreNotFoundError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L116) +[src/domain/models/errors/Pluto.ts:116](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L116) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md b/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md index 00bd6bd10..35863505a 100644 --- a/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md +++ b/docs/sdk/classes/Domain.PlutoError.StoreDeleteError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L38) +[src/domain/models/errors/Pluto.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreInsertError.md b/docs/sdk/classes/Domain.PlutoError.StoreInsertError.md index 68d6556ab..bac4ee0ba 100644 --- a/docs/sdk/classes/Domain.PlutoError.StoreInsertError.md +++ b/docs/sdk/classes/Domain.PlutoError.StoreInsertError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L20) +[src/domain/models/errors/Pluto.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreNotEmptyError.md b/docs/sdk/classes/Domain.PlutoError.StoreNotEmptyError.md index 864beaeb8..5e72a64a5 100644 --- a/docs/sdk/classes/Domain.PlutoError.StoreNotEmptyError.md +++ b/docs/sdk/classes/Domain.PlutoError.StoreNotEmptyError.md @@ -45,7 +45,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:122](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L122) +[src/domain/models/errors/Pluto.ts:122](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L122) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md b/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md index a1fe3ddf6..0e67270bd 100644 --- a/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md +++ b/docs/sdk/classes/Domain.PlutoError.StoreQueryFailed.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L26) +[src/domain/models/errors/Pluto.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.StoreUpdateError.md b/docs/sdk/classes/Domain.PlutoError.StoreUpdateError.md index 458cde497..203483bb2 100644 --- a/docs/sdk/classes/Domain.PlutoError.StoreUpdateError.md +++ b/docs/sdk/classes/Domain.PlutoError.StoreUpdateError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L32) +[src/domain/models/errors/Pluto.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.PlutoError.UnknownCredentialTypeError.md b/docs/sdk/classes/Domain.PlutoError.UnknownCredentialTypeError.md index 064134ea7..998cf869a 100644 --- a/docs/sdk/classes/Domain.PlutoError.UnknownCredentialTypeError.md +++ b/docs/sdk/classes/Domain.PlutoError.UnknownCredentialTypeError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pluto.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pluto.ts#L50) +[src/domain/models/errors/Pluto.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pluto.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.CredentialRevocationTypeInvalid.md b/docs/sdk/classes/Domain.PolluxError.CredentialRevocationTypeInvalid.md index b500702a0..b2c35b908 100644 --- a/docs/sdk/classes/Domain.PolluxError.CredentialRevocationTypeInvalid.md +++ b/docs/sdk/classes/Domain.PolluxError.CredentialRevocationTypeInvalid.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L20) +[src/domain/models/errors/Pollux.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L20) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md b/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md index 20b449036..2c3c3956f 100644 --- a/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md +++ b/docs/sdk/classes/Domain.PolluxError.CredentialTypeNotSupported.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L44) +[src/domain/models/errors/Pollux.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L44) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md b/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md index d2203567a..40b8737cb 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidCredentialError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L2) +[src/domain/models/errors/Pollux.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L2) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidCredentialStatus.md b/docs/sdk/classes/Domain.PolluxError.InvalidCredentialStatus.md index c081f34f5..073d03c16 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidCredentialStatus.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidCredentialStatus.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L26) +[src/domain/models/errors/Pollux.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L26) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md b/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md index bb40848f4..6666ecba9 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidDescriptorFormatError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L80) +[src/domain/models/errors/Pollux.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L80) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md b/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md index e61ec0cc7..fbdd98296 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidJWTString.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L8) +[src/domain/models/errors/Pollux.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L8) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationDefinitionError.md b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationDefinitionError.md index c959eff65..1595118c2 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationDefinitionError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationDefinitionError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L50) +[src/domain/models/errors/Pollux.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L50) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md index 93c117f76..078841cee 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationError.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L74) +[src/domain/models/errors/Pollux.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L74) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationProofArgs.md b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationProofArgs.md index 0caa17a50..161eced14 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidPresentationProofArgs.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidPresentationProofArgs.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L14) +[src/domain/models/errors/Pollux.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L14) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponse.md b/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponse.md index e3bc55416..a3f5867aa 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponse.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponse.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L32) +[src/domain/models/errors/Pollux.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L32) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponseSignature.md b/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponseSignature.md index 63cac5642..121a8be85 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponseSignature.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidRevocationStatusResponseSignature.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L38) +[src/domain/models/errors/Pollux.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L38) ## Properties diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md index fdaff2c14..c4b678e2f 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyCredentialError.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L68) +[src/domain/models/errors/Pollux.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L68) ## Properties @@ -105,7 +105,7 @@ ___ #### Defined in -[src/domain/models/errors/Pollux.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L68) +[src/domain/models/errors/Pollux.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L68) ___ diff --git a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md index a1898b132..56c6edb1f 100644 --- a/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md +++ b/docs/sdk/classes/Domain.PolluxError.InvalidVerifyFormatError.md @@ -52,7 +52,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L62) +[src/domain/models/errors/Pollux.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L62) ## Properties @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/errors/Pollux.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L62) +[src/domain/models/errors/Pollux.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L62) ___ diff --git a/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md b/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md index 752849408..aa0717e6d 100644 --- a/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md +++ b/docs/sdk/classes/Domain.PolluxError.NoDomainOrChallengeFound.md @@ -51,7 +51,7 @@ Error.constructor #### Defined in -[src/domain/models/errors/Pollux.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Pollux.ts#L56) +[src/domain/models/errors/Pollux.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/errors/Pollux.ts#L56) ## Properties diff --git a/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md b/docs/sdk/classes/Domain.PolluxError.RevocationError.md similarity index 58% rename from docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md rename to docs/sdk/classes/Domain.PolluxError.RevocationError.md index 072e57690..2ea4c1435 100644 --- a/docs/sdk/classes/Domain.ApiError.InvalidRequestPath.md +++ b/docs/sdk/classes/Domain.PolluxError.RevocationError.md @@ -1,57 +1,80 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [ApiError](../modules/Domain.ApiError.md) / InvalidRequestPath +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [PolluxError](../modules/Domain.PolluxError.md) / RevocationError -# Class: InvalidRequestPath +# Class: RevocationError -[Domain](../modules/Domain.md).[ApiError](../modules/Domain.ApiError.md).InvalidRequestPath +[Domain](../modules/Domain.md).[PolluxError](../modules/Domain.PolluxError.md).RevocationError + +general Revocation error, message should contain details ## Hierarchy - `Error` - ↳ **`InvalidRequestPath`** + ↳ **`RevocationError`** ## Table of contents ### Constructors -- [constructor](Domain.ApiError.InvalidRequestPath.md#constructor) +- [constructor](Domain.PolluxError.RevocationError.md#constructor) ### Properties -- [cause](Domain.ApiError.InvalidRequestPath.md#cause) -- [message](Domain.ApiError.InvalidRequestPath.md#message) -- [name](Domain.ApiError.InvalidRequestPath.md#name) -- [stack](Domain.ApiError.InvalidRequestPath.md#stack) -- [prepareStackTrace](Domain.ApiError.InvalidRequestPath.md#preparestacktrace) -- [stackTraceLimit](Domain.ApiError.InvalidRequestPath.md#stacktracelimit) +- [cause](Domain.PolluxError.RevocationError.md#cause) +- [message](Domain.PolluxError.RevocationError.md#message) +- [name](Domain.PolluxError.RevocationError.md#name) +- [stack](Domain.PolluxError.RevocationError.md#stack) +- [prepareStackTrace](Domain.PolluxError.RevocationError.md#preparestacktrace) +- [stackTraceLimit](Domain.PolluxError.RevocationError.md#stacktracelimit) ### Methods -- [captureStackTrace](Domain.ApiError.InvalidRequestPath.md#capturestacktrace) +- [captureStackTrace](Domain.PolluxError.RevocationError.md#capturestacktrace) ## Constructors ### constructor -• **new InvalidRequestPath**(`path`): [`InvalidRequestPath`](Domain.ApiError.InvalidRequestPath.md) +• **new RevocationError**(`message?`): [`RevocationError`](Domain.PolluxError.RevocationError.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `message?` | `string` | + +#### Returns + +[`RevocationError`](Domain.PolluxError.RevocationError.md) + +#### Inherited from + +Error.constructor + +#### Defined in + +node_modules/typescript/lib/lib.es5.d.ts:1059 + +• **new RevocationError**(`message?`, `options?`): [`RevocationError`](Domain.PolluxError.RevocationError.md) #### Parameters | Name | Type | | :------ | :------ | -| `path` | `string` | +| `message?` | `string` | +| `options?` | `ErrorOptions` | #### Returns -[`InvalidRequestPath`](Domain.ApiError.InvalidRequestPath.md) +[`RevocationError`](Domain.PolluxError.RevocationError.md) -#### Overrides +#### Inherited from Error.constructor #### Defined in -[src/domain/models/errors/Api.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/errors/Api.ts#L2) +node_modules/typescript/lib/lib.es5.d.ts:1059 ## Properties diff --git a/docs/sdk/classes/Domain.PresentationDefinitionRequestType.md b/docs/sdk/classes/Domain.PresentationDefinitionRequestType.md index 0b71419d7..510242974 100644 --- a/docs/sdk/classes/Domain.PresentationDefinitionRequestType.md +++ b/docs/sdk/classes/Domain.PresentationDefinitionRequestType.md @@ -48,7 +48,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L184) +[src/domain/models/VerifiableCredential.ts:184](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L184) ## Properties @@ -58,7 +58,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L184) +[src/domain/models/VerifiableCredential.ts:184](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L184) ## Methods @@ -84,4 +84,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L186) +[src/domain/models/VerifiableCredential.ts:186](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L186) diff --git a/docs/sdk/classes/Domain.PresentationOptions.md b/docs/sdk/classes/Domain.PresentationOptions.md index 176de1d3c..0baef9623 100644 --- a/docs/sdk/classes/Domain.PresentationOptions.md +++ b/docs/sdk/classes/Domain.PresentationOptions.md @@ -38,7 +38,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:407](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L407) +[src/domain/models/VerifiableCredential.ts:407](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L407) ## Properties @@ -48,7 +48,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:408](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L408) +[src/domain/models/VerifiableCredential.ts:408](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L408) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:409](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L409) +[src/domain/models/VerifiableCredential.ts:409](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L409) ## Accessors @@ -72,4 +72,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:414](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L414) +[src/domain/models/VerifiableCredential.ts:414](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L414) diff --git a/docs/sdk/classes/Domain.PrismDID.md b/docs/sdk/classes/Domain.PrismDID.md index 3c3f54588..329d9c4d0 100644 --- a/docs/sdk/classes/Domain.PrismDID.md +++ b/docs/sdk/classes/Domain.PrismDID.md @@ -40,7 +40,7 @@ #### Defined in -[src/domain/models/PrismDID.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/PrismDID.ts#L6) +[src/domain/models/PrismDID.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/PrismDID.ts#L6) ## Properties @@ -50,7 +50,7 @@ #### Defined in -[src/domain/models/PrismDID.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/PrismDID.ts#L9) +[src/domain/models/PrismDID.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/PrismDID.ts#L9) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[src/domain/models/PrismDID.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/PrismDID.ts#L7) +[src/domain/models/PrismDID.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/PrismDID.ts#L7) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/domain/models/PrismDID.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/PrismDID.ts#L8) +[src/domain/models/PrismDID.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/PrismDID.ts#L8) ## Methods @@ -90,4 +90,4 @@ ___ #### Defined in -[src/domain/models/PrismDID.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/PrismDID.ts#L12) +[src/domain/models/PrismDID.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/PrismDID.ts#L12) diff --git a/docs/sdk/classes/Domain.PrivateKey.md b/docs/sdk/classes/Domain.PrivateKey.md index a172f8be1..0be76eaf5 100644 --- a/docs/sdk/classes/Domain.PrivateKey.md +++ b/docs/sdk/classes/Domain.PrivateKey.md @@ -77,7 +77,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/domain/models/keyManagement/Key.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L146) +[src/domain/models/keyManagement/Key.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L153) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L148) +[src/domain/models/keyManagement/Key.ts:155](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L155) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:147](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L147) +[src/domain/models/keyManagement/Key.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L154) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L149) +[src/domain/models/keyManagement/Key.ts:156](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L156) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L145) +[src/domain/models/keyManagement/Key.ts:152](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L152) ___ @@ -157,7 +157,7 @@ should be unique across all items. #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PrivateKey.ts#L9) +[src/domain/models/keyManagement/PrivateKey.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PrivateKey.ts#L9) ## Accessors @@ -175,7 +175,7 @@ Key.alg #### Defined in -[src/domain/models/keyManagement/Key.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L158) +[src/domain/models/keyManagement/Key.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L165) ___ @@ -193,7 +193,7 @@ Key.curve #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PrivateKey.ts#L11) +[src/domain/models/keyManagement/PrivateKey.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PrivateKey.ts#L11) ___ @@ -211,7 +211,7 @@ Only applicable for HD keys #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PrivateKey.ts#L23) +[src/domain/models/keyManagement/PrivateKey.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PrivateKey.ts#L23) ___ @@ -225,7 +225,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PrivateKey.ts#L30) +[src/domain/models/keyManagement/PrivateKey.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PrivateKey.ts#L30) ## Methods @@ -243,7 +243,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L180) +[src/domain/models/keyManagement/Key.ts:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L187) ___ @@ -261,7 +261,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L151) +[src/domain/models/keyManagement/Key.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L158) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L184) +[src/domain/models/keyManagement/Key.ts:191](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L191) ___ @@ -315,7 +315,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:188](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L188) +[src/domain/models/keyManagement/Key.ts:195](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L195) ___ @@ -333,7 +333,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L164) +[src/domain/models/keyManagement/Key.ts:171](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L171) ___ @@ -351,7 +351,7 @@ this is All #### Defined in -[src/domain/models/keyManagement/Key.ts:168](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L168) +[src/domain/models/keyManagement/Key.ts:175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L175) ___ @@ -369,7 +369,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L172) +[src/domain/models/keyManagement/Key.ts:179](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L179) ___ @@ -387,7 +387,7 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L176) +[src/domain/models/keyManagement/Key.ts:183](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L183) ___ @@ -401,4 +401,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/PrivateKey.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PrivateKey.ts#L7) +[src/domain/models/keyManagement/PrivateKey.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PrivateKey.ts#L7) diff --git a/docs/sdk/classes/Domain.PublicKey.md b/docs/sdk/classes/Domain.PublicKey.md index d7fe3d18f..ef45b1a8f 100644 --- a/docs/sdk/classes/Domain.PublicKey.md +++ b/docs/sdk/classes/Domain.PublicKey.md @@ -67,7 +67,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L146) +[src/domain/models/keyManagement/Key.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L153) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L148) +[src/domain/models/keyManagement/Key.ts:155](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L155) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:147](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L147) +[src/domain/models/keyManagement/Key.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L154) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L149) +[src/domain/models/keyManagement/Key.ts:156](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L156) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L145) +[src/domain/models/keyManagement/Key.ts:152](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L152) ## Accessors @@ -148,7 +148,7 @@ Key.alg #### Defined in -[src/domain/models/keyManagement/Key.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L158) +[src/domain/models/keyManagement/Key.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L165) ___ @@ -166,7 +166,7 @@ Key.curve #### Defined in -[src/domain/models/keyManagement/Key.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L153) +[src/domain/models/keyManagement/Key.ts:160](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L160) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/PublicKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/PublicKey.ts#L4) +[src/domain/models/keyManagement/PublicKey.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/PublicKey.ts#L4) ## Methods @@ -198,7 +198,7 @@ this is VerifiableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:180](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L180) +[src/domain/models/keyManagement/Key.ts:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L187) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L151) +[src/domain/models/keyManagement/Key.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L158) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:184](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L184) +[src/domain/models/keyManagement/Key.ts:191](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L191) ___ @@ -270,7 +270,7 @@ this is T #### Defined in -[src/domain/models/keyManagement/Key.ts:188](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L188) +[src/domain/models/keyManagement/Key.ts:195](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L195) ___ @@ -288,7 +288,7 @@ this is DerivableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L164) +[src/domain/models/keyManagement/Key.ts:171](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L171) ___ @@ -306,7 +306,7 @@ this is All #### Defined in -[src/domain/models/keyManagement/Key.ts:168](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L168) +[src/domain/models/keyManagement/Key.ts:175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L175) ___ @@ -324,7 +324,7 @@ this is SignableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:172](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L172) +[src/domain/models/keyManagement/Key.ts:179](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L179) ___ @@ -342,4 +342,4 @@ this is StorableKey #### Defined in -[src/domain/models/keyManagement/Key.ts:176](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L176) +[src/domain/models/keyManagement/Key.ts:183](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L183) diff --git a/docs/sdk/classes/Domain.Service.md b/docs/sdk/classes/Domain.Service.md index 0a81463ab..3161d5984 100644 --- a/docs/sdk/classes/Domain.Service.md +++ b/docs/sdk/classes/Domain.Service.md @@ -40,7 +40,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L37) +[src/domain/models/DIDDocument.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L37) ## Properties @@ -50,7 +50,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L38) +[src/domain/models/DIDDocument.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L38) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L40) +[src/domain/models/DIDDocument.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L40) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L39) +[src/domain/models/DIDDocument.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L39) ## Accessors @@ -84,4 +84,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L43) +[src/domain/models/DIDDocument.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L43) diff --git a/docs/sdk/classes/Domain.ServiceEndpoint.md b/docs/sdk/classes/Domain.ServiceEndpoint.md index 69d41fcab..6d6743a42 100644 --- a/docs/sdk/classes/Domain.ServiceEndpoint.md +++ b/docs/sdk/classes/Domain.ServiceEndpoint.md @@ -36,7 +36,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L6) +[src/domain/models/DIDDocument.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L6) ## Properties @@ -46,7 +46,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L8) +[src/domain/models/DIDDocument.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L8) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L9) +[src/domain/models/DIDDocument.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L9) ___ @@ -66,4 +66,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L7) +[src/domain/models/DIDDocument.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L7) diff --git a/docs/sdk/classes/Domain.Services.md b/docs/sdk/classes/Domain.Services.md index 118fe1292..f83815bee 100644 --- a/docs/sdk/classes/Domain.Services.md +++ b/docs/sdk/classes/Domain.Services.md @@ -32,7 +32,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L61) +[src/domain/models/DIDDocument.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L61) ## Properties @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/DIDDocument.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L61) +[src/domain/models/DIDDocument.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L61) diff --git a/docs/sdk/classes/Domain.SignableKey.md b/docs/sdk/classes/Domain.SignableKey.md index e5063f9e1..383fdcb86 100644 --- a/docs/sdk/classes/Domain.SignableKey.md +++ b/docs/sdk/classes/Domain.SignableKey.md @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/keyManagement/SignableKey.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/SignableKey.ts#L2) +[src/domain/models/keyManagement/SignableKey.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/SignableKey.ts#L2) diff --git a/docs/sdk/classes/Domain.VerifiableKey.md b/docs/sdk/classes/Domain.VerifiableKey.md index f9714ed4b..fb9439a38 100644 --- a/docs/sdk/classes/Domain.VerifiableKey.md +++ b/docs/sdk/classes/Domain.VerifiableKey.md @@ -43,4 +43,4 @@ #### Defined in -[src/domain/models/keyManagement/VerifiableKey.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/VerifiableKey.ts#L2) +[src/domain/models/keyManagement/VerifiableKey.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/VerifiableKey.ts#L2) diff --git a/docs/sdk/classes/Domain.VerificationMethod.md b/docs/sdk/classes/Domain.VerificationMethod.md index 5920a6d10..8a62a77c5 100644 --- a/docs/sdk/classes/Domain.VerificationMethod.md +++ b/docs/sdk/classes/Domain.VerificationMethod.md @@ -44,7 +44,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L14) +[src/domain/models/DIDDocument.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L14) ## Properties @@ -54,7 +54,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L16) +[src/domain/models/DIDDocument.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L16) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L15) +[src/domain/models/DIDDocument.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L15) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L18) +[src/domain/models/DIDDocument.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L18) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L19) +[src/domain/models/DIDDocument.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L17) +[src/domain/models/DIDDocument.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L17) ## Methods @@ -114,4 +114,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L22) +[src/domain/models/DIDDocument.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L22) diff --git a/docs/sdk/classes/Domain.VerificationMethods.md b/docs/sdk/classes/Domain.VerificationMethods.md index c8ececcd7..7a2f2385b 100644 --- a/docs/sdk/classes/Domain.VerificationMethods.md +++ b/docs/sdk/classes/Domain.VerificationMethods.md @@ -32,7 +32,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L57) +[src/domain/models/DIDDocument.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L57) ## Properties @@ -42,4 +42,4 @@ #### Defined in -[src/domain/models/DIDDocument.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L57) +[src/domain/models/DIDDocument.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L57) diff --git a/docs/sdk/classes/HandshakeRequest.md b/docs/sdk/classes/HandshakeRequest.md index d7df1bb7a..23441e382 100644 --- a/docs/sdk/classes/HandshakeRequest.md +++ b/docs/sdk/classes/HandshakeRequest.md @@ -22,7 +22,6 @@ - [makeMessage](HandshakeRequest.md#makemessage) - [fromMessage](HandshakeRequest.md#frommessage) - [fromOutOfBand](HandshakeRequest.md#fromoutofband) -- [isHandShakeBody](HandshakeRequest.md#ishandshakebody) - [safeParseBody](HandshakeRequest.md#safeparsebody) ## Constructors @@ -47,7 +46,7 @@ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L12) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L13) ## Properties @@ -57,7 +56,7 @@ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L13) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L14) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L14) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L15) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L17) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L18) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L16) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L17) ___ @@ -97,17 +96,17 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L15) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L16) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommconnectionRequest` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommconnectionRequest` #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L10) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L11) ## Methods @@ -121,7 +120,7 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L20) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L21) ___ @@ -142,7 +141,7 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L82) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L59) ___ @@ -163,41 +162,19 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L101) - -___ - -### isHandShakeBody - -▸ **isHandShakeBody**(`type`, `body`): body is HandshakeRequestBody - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `type` | `ProtocolType` | -| `body` | `any` | - -#### Returns - -body is HandshakeRequestBody - -#### Defined in - -[src/edge-agent/protocols/connection/HandshakeRequest.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L33) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L76) ___ ### safeParseBody -▸ **safeParseBody**(`body`, `type`): [`HandshakeRequestBody`](../interfaces/HandshakeRequestBody.md) +▸ **safeParseBody**(`msg`): [`HandshakeRequestBody`](../interfaces/HandshakeRequestBody.md) #### Parameters | Name | Type | | :------ | :------ | -| `body` | `string` | -| `type` | `ProtocolType` | +| `msg` | [`Message`](Domain.Message-1.md) | #### Returns @@ -205,4 +182,4 @@ ___ #### Defined in -[src/edge-agent/protocols/connection/HandshakeRequest.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/connection/HandshakeRequest.ts#L41) +[src/edge-agent/protocols/connection/HandshakeRequest.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/connection/HandshakeRequest.ts#L34) diff --git a/docs/sdk/classes/IssueCredential.md b/docs/sdk/classes/IssueCredential.md index 3f5d708af..aa7e366fe 100644 --- a/docs/sdk/classes/IssueCredential.md +++ b/docs/sdk/classes/IssueCredential.md @@ -49,7 +49,7 @@ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L14) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L15) ## Properties @@ -59,7 +59,7 @@ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L16) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L17) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L15) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L16) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L17) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L18) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L20) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L21) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L19) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L20) ___ @@ -109,17 +109,17 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L18) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L19) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommIssueCredential` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommIssueCredential` #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L12) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L13) ## Methods @@ -133,7 +133,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L36) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L37) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L23) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L24) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L96) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L88) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L49) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L50) ___ @@ -216,4 +216,4 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/IssueCredential.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L80) +[src/edge-agent/protocols/issueCredential/IssueCredential.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/IssueCredential.ts#L72) diff --git a/docs/sdk/classes/JWTCredential.md b/docs/sdk/classes/JWTCredential.md index 29276ebc4..dca341fc1 100644 --- a/docs/sdk/classes/JWTCredential.md +++ b/docs/sdk/classes/JWTCredential.md @@ -87,7 +87,7 @@ define properties a Domain object must implement to be compatible with Pluto #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L34) +[src/pollux/models/JWTVerifiableCredential.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L34) • **new JWTCredential**(`payload`, `revoked?`): [`JWTCredential`](JWTCredential.md) @@ -108,7 +108,7 @@ Credential.constructor #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L35) +[src/pollux/models/JWTVerifiableCredential.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L35) ## Properties @@ -122,7 +122,7 @@ Credential.constructor #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L30) +[src/pollux/models/JWTVerifiableCredential.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L30) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L32) +[src/pollux/models/JWTVerifiableCredential.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L32) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L31) +[src/pollux/models/JWTVerifiableCredential.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L31) ___ @@ -171,7 +171,7 @@ should be unique across all items. #### Defined in -[src/domain/models/Credential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L17) +[src/domain/models/Credential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L17) ## Accessors @@ -185,7 +185,7 @@ should be unique across all items. #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:335](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L335) +[src/pollux/models/JWTVerifiableCredential.ts:335](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L335) ___ @@ -203,7 +203,7 @@ Credential.claims #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:292](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L292) +[src/pollux/models/JWTVerifiableCredential.ts:292](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L292) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:301](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L301) +[src/pollux/models/JWTVerifiableCredential.ts:301](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L301) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:305](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L305) +[src/pollux/models/JWTVerifiableCredential.ts:305](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L305) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:309](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L309) +[src/pollux/models/JWTVerifiableCredential.ts:309](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L309) ___ @@ -259,7 +259,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:313](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L313) +[src/pollux/models/JWTVerifiableCredential.ts:313](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L313) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:317](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L317) +[src/pollux/models/JWTVerifiableCredential.ts:317](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L317) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:321](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L321) +[src/pollux/models/JWTVerifiableCredential.ts:321](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L321) ___ @@ -305,7 +305,7 @@ Credential.id #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:268](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L268) +[src/pollux/models/JWTVerifiableCredential.ts:268](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L268) ___ @@ -319,7 +319,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:264](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L264) +[src/pollux/models/JWTVerifiableCredential.ts:264](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L264) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:328](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L328) +[src/pollux/models/JWTVerifiableCredential.ts:328](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L328) ___ @@ -351,7 +351,7 @@ Credential.issuer #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:342](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L342) +[src/pollux/models/JWTVerifiableCredential.ts:342](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L342) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:349](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L349) +[src/pollux/models/JWTVerifiableCredential.ts:349](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L349) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:361](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L361) +[src/pollux/models/JWTVerifiableCredential.ts:361](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L361) ___ @@ -397,7 +397,7 @@ Credential.subject #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:353](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L353) +[src/pollux/models/JWTVerifiableCredential.ts:353](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L353) ___ @@ -411,7 +411,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:369](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L369) +[src/pollux/models/JWTVerifiableCredential.ts:369](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L369) ___ @@ -425,7 +425,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:373](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L373) +[src/pollux/models/JWTVerifiableCredential.ts:373](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L373) ___ @@ -439,7 +439,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:276](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L276) +[src/pollux/models/JWTVerifiableCredential.ts:276](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L276) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:284](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L284) +[src/pollux/models/JWTVerifiableCredential.ts:284](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L284) ## Methods @@ -477,7 +477,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L19) +[src/domain/models/Credential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L19) ___ @@ -497,7 +497,7 @@ payload is JWTCredentialPayload #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:182](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L182) +[src/pollux/models/JWTVerifiableCredential.ts:182](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L182) ___ @@ -515,7 +515,7 @@ this is ProvableCredential #### Defined in -[src/domain/models/Credential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L23) +[src/domain/models/Credential.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L23) ___ @@ -533,7 +533,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L31) +[src/domain/models/Credential.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L31) ___ @@ -551,7 +551,7 @@ this is StorableCredential #### Defined in -[src/domain/models/Credential.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L27) +[src/domain/models/Credential.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L27) ___ @@ -569,7 +569,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:377](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L377) +[src/pollux/models/JWTVerifiableCredential.ts:377](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L377) ___ @@ -598,7 +598,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:412](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L412) +[src/pollux/models/JWTVerifiableCredential.ts:412](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L412) ___ @@ -616,7 +616,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:394](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L394) +[src/pollux/models/JWTVerifiableCredential.ts:394](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L394) ___ @@ -637,4 +637,4 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:178](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L178) +[src/pollux/models/JWTVerifiableCredential.ts:178](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L178) diff --git a/docs/sdk/classes/MediatorHandler.md b/docs/sdk/classes/MediatorHandler.md index b7db2d391..7909ad725 100644 --- a/docs/sdk/classes/MediatorHandler.md +++ b/docs/sdk/classes/MediatorHandler.md @@ -44,7 +44,7 @@ #### Defined in -[src/edge-agent/types/index.ts:173](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L173) +[src/edge-agent/types/index.ts:173](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L173) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:171](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L171) +[src/edge-agent/types/index.ts:171](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L171) ## Methods @@ -74,7 +74,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:177](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L177) +[src/edge-agent/types/index.ts:177](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L177) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:175](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L175) +[src/edge-agent/types/index.ts:175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L175) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:187](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L187) +[src/edge-agent/types/index.ts:187](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L187) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:181](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L181) +[src/edge-agent/types/index.ts:181](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L181) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:185](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L185) +[src/edge-agent/types/index.ts:185](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L185) ___ @@ -170,4 +170,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L179) +[src/edge-agent/types/index.ts:179](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L179) diff --git a/docs/sdk/classes/Mercury.md b/docs/sdk/classes/Mercury.md index 3ecdfc795..29e50eb10 100644 --- a/docs/sdk/classes/Mercury.md +++ b/docs/sdk/classes/Mercury.md @@ -62,7 +62,7 @@ Creates an instance of Mercury. #### Defined in -[src/mercury/Mercury.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L29) +[src/mercury/Mercury.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L29) ## Properties @@ -72,7 +72,7 @@ Creates an instance of Mercury. #### Defined in -[src/mercury/Mercury.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L32) +[src/mercury/Mercury.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L32) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L30) +[src/mercury/Mercury.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L30) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L31) +[src/mercury/Mercury.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L31) ## Methods @@ -112,7 +112,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L186) +[src/mercury/Mercury.ts:186](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L186) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:177](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L177) +[src/mercury/Mercury.ts:177](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L177) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L101) +[src/mercury/Mercury.ts:101](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L101) ___ @@ -179,7 +179,7 @@ did is undefined #### Defined in -[src/mercury/Mercury.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L142) +[src/mercury/Mercury.ts:142](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L142) ___ @@ -206,7 +206,7 @@ message object is invalid. #### Defined in -[src/mercury/Mercury.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L42) +[src/mercury/Mercury.ts:42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L42) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L158) +[src/mercury/Mercury.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L158) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[src/mercury/Mercury.ts:199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L199) +[src/mercury/Mercury.ts:199](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L199) ___ @@ -282,7 +282,7 @@ Asynchronously sends a given message and returns the response data. #### Defined in -[src/mercury/Mercury.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L70) +[src/mercury/Mercury.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L70) ___ @@ -310,7 +310,7 @@ Asynchronously sends a given message and returns the response message object. #### Defined in -[src/mercury/Mercury.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L130) +[src/mercury/Mercury.ts:130](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L130) ___ @@ -337,4 +337,4 @@ function may throw an error if the string is not a valid message representation. #### Defined in -[src/mercury/Mercury.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/Mercury.ts#L58) +[src/mercury/Mercury.ts:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/Mercury.ts#L58) diff --git a/docs/sdk/classes/OfferCredential.md b/docs/sdk/classes/OfferCredential.md index c2701aa25..769c36c2e 100644 --- a/docs/sdk/classes/OfferCredential.md +++ b/docs/sdk/classes/OfferCredential.md @@ -48,7 +48,7 @@ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L14) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L14) ## Properties @@ -58,7 +58,7 @@ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L16) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L15) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L17) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L20) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L20) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L19) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L19) ___ @@ -108,17 +108,17 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L18) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L18) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommOfferCredential` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommOfferCredential` #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L12) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L12) ## Methods @@ -132,7 +132,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L29) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L29) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L86) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L80) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L59) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L59) ___ @@ -202,4 +202,4 @@ ___ #### Defined in -[src/edge-agent/protocols/issueCredential/OfferCredential.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L42) +[src/edge-agent/protocols/issueCredential/OfferCredential.ts:42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/issueCredential/OfferCredential.ts#L42) diff --git a/docs/sdk/classes/OutOfBandInvitation.md b/docs/sdk/classes/OutOfBandInvitation.md index 583bb86bf..52a1aa3eb 100644 --- a/docs/sdk/classes/OutOfBandInvitation.md +++ b/docs/sdk/classes/OutOfBandInvitation.md @@ -10,29 +10,36 @@ ### Properties +- [attachments](OutOfBandInvitation.md#attachments) - [body](OutOfBandInvitation.md#body) +- [expiration](OutOfBandInvitation.md#expiration) - [from](OutOfBandInvitation.md#from) - [id](OutOfBandInvitation.md#id) - [type](OutOfBandInvitation.md#type) +### Accessors + +- [isExpired](OutOfBandInvitation.md#isexpired) + ### Methods -- [parseOutOfBandInvitationFromJson](OutOfBandInvitation.md#parseoutofbandinvitationfromjson) - [parsePrismOnboardingInvitationFromJson](OutOfBandInvitation.md#parseprismonboardinginvitationfromjson) ## Constructors ### constructor -• **new OutOfBandInvitation**(`body`, `from`, `id?`): [`OutOfBandInvitation`](OutOfBandInvitation.md) +• **new OutOfBandInvitation**(`body`, `from`, `id?`, `attachments?`, `expiration?`): [`OutOfBandInvitation`](OutOfBandInvitation.md) #### Parameters -| Name | Type | -| :------ | :------ | -| `body` | [`HandshakeRequestBody`](../interfaces/HandshakeRequestBody.md) | -| `from` | `string` | -| `id` | `string` | +| Name | Type | Default value | +| :------ | :------ | :------ | +| `body` | [`HandshakeRequestBody`](../interfaces/HandshakeRequestBody.md) | `undefined` | +| `from` | `string` | `undefined` | +| `id` | `string` | `undefined` | +| `attachments` | [`AttachmentDescriptor`](Domain.AttachmentDescriptor.md)[] | `[]` | +| `expiration` | ``null`` \| `number` | `null` | #### Returns @@ -40,17 +47,37 @@ #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L12) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L12) ## Properties +### attachments + +• **attachments**: [`AttachmentDescriptor`](Domain.AttachmentDescriptor.md)[] = `[]` + +#### Defined in + +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L16) + +___ + ### body • **body**: [`HandshakeRequestBody`](../interfaces/HandshakeRequestBody.md) #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L13) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L13) + +___ + +### expiration + +• **expiration**: ``null`` \| `number` = `null` + +#### Defined in + +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L17) ___ @@ -60,7 +87,7 @@ ___ #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L14) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L14) ___ @@ -70,39 +97,33 @@ ___ #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L15) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L15) ___ ### type -• **type**: `ProtocolType` = `ProtocolType.Didcomminvitation` +• **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.Didcomminvitation` #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L10) - -## Methods - -### parseOutOfBandInvitationFromJson +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L10) -▸ **parseOutOfBandInvitationFromJson**(`json`): [`OutOfBandInvitation`](OutOfBandInvitation.md) +## Accessors -#### Parameters +### isExpired -| Name | Type | -| :------ | :------ | -| `json` | `string` | +• `get` **isExpired**(): `boolean` #### Returns -[`OutOfBandInvitation`](OutOfBandInvitation.md) +`boolean` #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L39) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L20) -___ +## Methods ### parsePrismOnboardingInvitationFromJson @@ -120,4 +141,4 @@ ___ #### Defined in -[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L18) +[src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/invitation/v2/OutOfBandInvitation.ts#L28) diff --git a/docs/sdk/classes/PeerDID-1.md b/docs/sdk/classes/PeerDID-1.md index 370d750bb..b726dfdbe 100644 --- a/docs/sdk/classes/PeerDID-1.md +++ b/docs/sdk/classes/PeerDID-1.md @@ -32,7 +32,7 @@ #### Defined in -[src/peer-did/PeerDID.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L31) +[src/peer-did/PeerDID.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L31) ## Properties @@ -42,7 +42,7 @@ #### Defined in -[src/peer-did/PeerDID.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L32) +[src/peer-did/PeerDID.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L32) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:33](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L33) +[src/peer-did/PeerDID.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L33) diff --git a/docs/sdk/classes/PeerDIDService.md b/docs/sdk/classes/PeerDIDService.md index f92d78d4c..b1de59571 100644 --- a/docs/sdk/classes/PeerDIDService.md +++ b/docs/sdk/classes/PeerDIDService.md @@ -46,7 +46,7 @@ Provides functionality to transfrom peerDIDServices from our interfaces into DID #### Defined in -[src/peer-did/PeerDID.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L53) +[src/peer-did/PeerDID.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L53) ## Properties @@ -56,7 +56,7 @@ Provides functionality to transfrom peerDIDServices from our interfaces into DID #### Defined in -[src/peer-did/PeerDID.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L51) +[src/peer-did/PeerDID.ts:51](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L51) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L50) +[src/peer-did/PeerDID.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L50) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L49) +[src/peer-did/PeerDID.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L49) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L48) +[src/peer-did/PeerDID.ts:48](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L48) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L68) +[src/peer-did/PeerDID.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L68) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L66) +[src/peer-did/PeerDID.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L66) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L65) +[src/peer-did/PeerDID.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L65) ## Methods @@ -139,7 +139,7 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L75) +[src/peer-did/PeerDID.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L75) ___ @@ -159,4 +159,4 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L89) +[src/peer-did/PeerDID.ts:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L89) diff --git a/docs/sdk/classes/Pluto-1.md b/docs/sdk/classes/Pluto-1.md index 5befd636c..577ae1bc2 100644 --- a/docs/sdk/classes/Pluto-1.md +++ b/docs/sdk/classes/Pluto-1.md @@ -76,7 +76,7 @@ preferred underlying storage technology, most appropriate for your use case. #### Defined in -[src/pluto/Pluto.ts:109](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L109) +[src/pluto/Pluto.ts:109](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L109) ## Properties @@ -86,7 +86,7 @@ preferred underlying storage technology, most appropriate for your use case. #### Defined in -[src/pluto/Pluto.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L106) +[src/pluto/Pluto.ts:106](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L106) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:107](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L107) +[src/pluto/Pluto.ts:107](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L107) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:111](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L111) +[src/pluto/Pluto.ts:111](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L111) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L110) +[src/pluto/Pluto.ts:110](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L110) ## Methods @@ -149,7 +149,7 @@ Backups * #### Defined in -[src/pluto/Pluto.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L124) +[src/pluto/Pluto.ts:124](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L124) ___ @@ -175,7 +175,7 @@ Delete a previously stored messages #### Defined in -[src/pluto/Pluto.ts:132](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L132) +[src/pluto/Pluto.ts:132](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L132) ___ @@ -195,7 +195,7 @@ Retrieve all the stored credentials #### Defined in -[src/pluto/Pluto.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L146) +[src/pluto/Pluto.ts:146](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L146) ___ @@ -215,7 +215,7 @@ Retrieve all stored DID pairs (DIDComm connections). #### Defined in -[src/pluto/Pluto.ts:330](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L330) +[src/pluto/Pluto.ts:326](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L326) ___ @@ -235,7 +235,7 @@ Mediators * #### Defined in -[src/pluto/Pluto.ts:382](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L382) +[src/pluto/Pluto.ts:378](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L378) ___ @@ -255,7 +255,7 @@ Retrieve all stored DIDComm messages. #### Defined in -[src/pluto/Pluto.ts:311](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L311) +[src/pluto/Pluto.ts:307](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L307) ___ @@ -275,7 +275,7 @@ Retrieve all stored Peer DIDs. #### Defined in -[src/pluto/Pluto.ts:268](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L268) +[src/pluto/Pluto.ts:262](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L262) ___ @@ -295,7 +295,7 @@ Retrieve all stored PRISM DIDs. #### Defined in -[src/pluto/Pluto.ts:229](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L229) +[src/pluto/Pluto.ts:224](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L224) ___ @@ -321,7 +321,7 @@ Fetch the Credential Metadata by its name #### Defined in -[src/pluto/Pluto.ts:167](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L167) +[src/pluto/Pluto.ts:167](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L167) ___ @@ -347,7 +347,7 @@ Retrieve available private keys for a given DID. #### Defined in -[src/pluto/Pluto.ts:189](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L189) +[src/pluto/Pluto.ts:189](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L189) ___ @@ -373,7 +373,7 @@ Retrieve the stored link secret by its name #### Defined in -[src/pluto/Pluto.ts:178](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L178) +[src/pluto/Pluto.ts:178](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L178) ___ @@ -399,7 +399,7 @@ Retrieve a DIDComm message by ID. #### Defined in -[src/pluto/Pluto.ts:307](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L307) +[src/pluto/Pluto.ts:303](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L303) ___ @@ -425,7 +425,7 @@ Retrieve a DID pair containing a given DID as either host or receiver. #### Defined in -[src/pluto/Pluto.ts:338](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L338) +[src/pluto/Pluto.ts:334](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L334) ___ @@ -451,7 +451,7 @@ Retrieve a DID pair by a given pair name. #### Defined in -[src/pluto/Pluto.ts:355](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L355) +[src/pluto/Pluto.ts:351](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L351) ___ @@ -471,7 +471,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:241](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L241) +[src/pluto/Pluto.ts:236](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L236) ___ @@ -491,7 +491,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:366](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L366) +[src/pluto/Pluto.ts:362](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L362) ___ @@ -517,7 +517,7 @@ ___ #### Defined in -[src/pluto/Pluto.ts:436](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L436) +[src/pluto/Pluto.ts:432](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L432) ___ @@ -551,7 +551,7 @@ load the given data into the store #### Defined in -[src/pluto/Pluto.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L128) +[src/pluto/Pluto.ts:128](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L128) ___ @@ -577,7 +577,7 @@ Revoke a Credential #### Defined in -[src/pluto/Pluto.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L151) +[src/pluto/Pluto.ts:151](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L151) ___ @@ -597,7 +597,7 @@ Pluto initialise function #### Defined in -[src/pluto/Pluto.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L117) +[src/pluto/Pluto.ts:117](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L117) ___ @@ -623,7 +623,7 @@ Credentials * #### Defined in -[src/pluto/Pluto.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L142) +[src/pluto/Pluto.ts:142](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L142) ___ @@ -649,7 +649,7 @@ Credential Metadata * #### Defined in -[src/pluto/Pluto.ts:163](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L163) +[src/pluto/Pluto.ts:163](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L163) ___ @@ -677,7 +677,7 @@ DIDs * #### Defined in -[src/pluto/Pluto.ts:199](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L199) +[src/pluto/Pluto.ts:199](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L199) ___ @@ -705,7 +705,7 @@ DID Pairs * #### Defined in -[src/pluto/Pluto.ts:318](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L318) +[src/pluto/Pluto.ts:314](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L314) ___ @@ -731,7 +731,7 @@ LinkSecret * #### Defined in -[src/pluto/Pluto.ts:174](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L174) +[src/pluto/Pluto.ts:174](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L174) ___ @@ -757,7 +757,7 @@ Store a mediator information. #### Defined in -[src/pluto/Pluto.ts:418](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L418) +[src/pluto/Pluto.ts:414](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L414) ___ @@ -783,7 +783,7 @@ Messages * #### Defined in -[src/pluto/Pluto.ts:299](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L299) +[src/pluto/Pluto.ts:293](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L293) ___ @@ -809,7 +809,7 @@ Store an array of DIDComm messages #### Defined in -[src/pluto/Pluto.ts:303](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L303) +[src/pluto/Pluto.ts:297](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L297) ___ @@ -836,7 +836,7 @@ Peer DIDs * #### Defined in -[src/pluto/Pluto.ts:259](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L259) +[src/pluto/Pluto.ts:254](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L254) ___ @@ -864,7 +864,7 @@ Prism DIDs * #### Defined in -[src/pluto/Pluto.ts:218](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L218) +[src/pluto/Pluto.ts:213](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L213) ___ @@ -890,4 +890,4 @@ PrivateKeys * #### Defined in -[src/pluto/Pluto.ts:185](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L185) +[src/pluto/Pluto.ts:185](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L185) diff --git a/docs/sdk/classes/Pollux.md b/docs/sdk/classes/Pollux.md index f30eb06f7..4aa832fec 100644 --- a/docs/sdk/classes/Pollux.md +++ b/docs/sdk/classes/Pollux.md @@ -23,6 +23,7 @@ Pollux - [JWT](Pollux.md#jwt) - [SDJWT](Pollux.md#sdjwt) - [\_anoncreds](Pollux.md#_anoncreds) +- [\_jwe](Pollux.md#_jwe) - [\_pako](Pollux.md#_pako) - [api](Pollux.md#api) - [apollo](Pollux.md#apollo) @@ -31,6 +32,7 @@ Pollux ### Accessors - [anoncreds](Pollux.md#anoncreds) +- [jwe](Pollux.md#jwe) ### Methods @@ -46,6 +48,7 @@ Pollux - [fetchCredentialDefinition](Pollux.md#fetchcredentialdefinition) - [fetchRevocationRegistry](Pollux.md#fetchrevocationregistry) - [fetchSchema](Pollux.md#fetchschema) +- [getSigningKid](Pollux.md#getsigningkid) - [isCredentialRevoked](Pollux.md#iscredentialrevoked) - [isOfferPayload](Pollux.md#isofferpayload) - [isPresentationDefinitionRequestType](Pollux.md#ispresentationdefinitionrequesttype) @@ -82,7 +85,7 @@ Pollux #### Defined in -[src/pollux/Pollux.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L75) +[src/pollux/Pollux.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L76) ## Properties @@ -92,7 +95,7 @@ Pollux #### Defined in -[src/pollux/Pollux.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L79) +[src/pollux/Pollux.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L80) ___ @@ -102,7 +105,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L80) +[src/pollux/Pollux.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L81) ___ @@ -112,7 +115,17 @@ ___ #### Defined in -[src/pollux/Pollux.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L72) +[src/pollux/Pollux.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L72) + +___ + +### \_jwe + +• `Private` **\_jwe**: `undefined` \| `__module` + +#### Defined in + +[src/pollux/Pollux.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L73) ___ @@ -122,7 +135,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L73) +[src/pollux/Pollux.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L74) ___ @@ -132,7 +145,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L78) +[src/pollux/Pollux.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L79) ___ @@ -142,7 +155,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L76) +[src/pollux/Pollux.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L77) ___ @@ -152,7 +165,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L77) +[src/pollux/Pollux.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L78) ## Accessors @@ -166,7 +179,21 @@ ___ #### Defined in -[src/pollux/Pollux.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L84) +[src/pollux/Pollux.ts:85](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L85) + +___ + +### jwe + +• `get` **jwe**(): `__module` + +#### Returns + +`__module` + +#### Defined in + +[src/pollux/Pollux.ts:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L92) ## Methods @@ -188,7 +215,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:396](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L396) +[src/pollux/Pollux.ts:401](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L401) ___ @@ -210,7 +237,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:332](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L332) +[src/pollux/Pollux.ts:333](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L333) ___ @@ -244,7 +271,7 @@ Creates a PresentationDefinitionRequest object for oob Verifications #### Defined in -[src/pollux/Pollux.ts:467](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L467) +[src/pollux/Pollux.ts:472](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L472) ___ @@ -276,7 +303,7 @@ dependent on the CredentialType #### Defined in -[src/pollux/Pollux.ts:1051](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L1051) +[src/pollux/Pollux.ts:1074](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L1074) ___ @@ -308,7 +335,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:416](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L416) +[src/pollux/Pollux.ts:421](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L421) ___ @@ -328,7 +355,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:174](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L174) +[src/pollux/Pollux.ts:183](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L183) ___ @@ -348,7 +375,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:165](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L165) +[src/pollux/Pollux.ts:173](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L173) ___ @@ -368,7 +395,7 @@ credentialStatus is JWTRevocationStatus #### Defined in -[src/pollux/Pollux.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L158) +[src/pollux/Pollux.ts:166](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L166) ___ @@ -388,7 +415,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L151) +[src/pollux/Pollux.ts:159](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L159) ___ @@ -410,7 +437,7 @@ handle the retrieval of a Credential Definition #### Defined in -[src/pollux/Pollux.ts:965](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L965) +[src/pollux/Pollux.ts:994](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L994) ___ @@ -430,7 +457,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:282](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L282) +[src/pollux/Pollux.ts:286](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L286) ___ @@ -452,7 +479,33 @@ handle the retrieval of a Schema definition #### Defined in -[src/pollux/Pollux.ts:985](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L985) +[src/pollux/Pollux.ts:1011](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L1011) + +___ + +### getSigningKid + +▸ **getSigningKid**(`did`, `privateKey`): `Promise`\<`undefined` \| `string`\> + +try to match the privateKey with a dids verificationMethod +returning the relevant key id + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `did` | [`DID`](Domain.DID.md) | +| `privateKey` | [`PrivateKey`](Domain.PrivateKey.md) | + +#### Returns + +`Promise`\<`undefined` \| `string`\> + +kid (key identifier) + +#### Defined in + +[src/pollux/Pollux.ts:1175](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L1175) ___ @@ -476,7 +529,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:299](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L299) +[src/pollux/Pollux.ts:300](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L300) ___ @@ -503,7 +556,7 @@ offer is CredentialOfferJWTBasePayload #### Defined in -[src/pollux/Pollux.ts:836](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L836) +[src/pollux/Pollux.ts:857](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L857) ___ @@ -530,7 +583,7 @@ request is PresentationDefinitionRequest\ #### Defined in -[src/pollux/Pollux.ts:324](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L324) +[src/pollux/Pollux.ts:325](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L325) ___ @@ -558,7 +611,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:997](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L997) +[src/pollux/Pollux.ts:1020](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L1020) ___ @@ -585,7 +638,7 @@ data is PresentationSubmission\ #### Defined in -[src/pollux/Pollux.ts:461](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L461) +[src/pollux/Pollux.ts:466](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L466) ___ @@ -616,7 +669,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:884](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L884) +[src/pollux/Pollux.ts:905](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L905) ___ @@ -642,7 +695,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L91) +[src/pollux/Pollux.ts:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L99) ___ @@ -656,7 +709,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:832](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L832) +[src/pollux/Pollux.ts:837](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L837) ___ @@ -684,7 +737,7 @@ options is Response #### Defined in -[src/pollux/Pollux.ts:613](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L613) +[src/pollux/Pollux.ts:618](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L618) ___ @@ -713,7 +766,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/pollux/Pollux.ts:797](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L797) +[src/pollux/Pollux.ts:802](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L802) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options`): `Promise`\<`boolean`\> @@ -734,7 +787,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/pollux/Pollux.ts:798](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L798) +[src/pollux/Pollux.ts:803](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L803) ___ @@ -755,7 +808,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:766](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L766) +[src/pollux/Pollux.ts:771](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L771) ___ @@ -776,7 +829,7 @@ ___ #### Defined in -[src/pollux/Pollux.ts:623](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L623) +[src/pollux/Pollux.ts:628](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L628) ___ @@ -797,4 +850,4 @@ ___ #### Defined in -[src/pollux/Pollux.ts:211](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/Pollux.ts#L211) +[src/pollux/Pollux.ts:215](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/Pollux.ts#L215) diff --git a/docs/sdk/classes/Presentation.md b/docs/sdk/classes/Presentation.md index 6cd5f37b9..a94a887b5 100644 --- a/docs/sdk/classes/Presentation.md +++ b/docs/sdk/classes/Presentation.md @@ -47,7 +47,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L13) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L13) ## Properties @@ -57,7 +57,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L15) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L14) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L19) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L18) ___ @@ -107,17 +107,17 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L17) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommPresentation` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommPresentation` #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L11) ## Methods @@ -131,7 +131,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L22) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L22) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L35) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L35) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/Presentation.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/Presentation.ts#L63) +[src/edge-agent/protocols/proofPresentation/Presentation.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/Presentation.ts#L55) diff --git a/docs/sdk/classes/ProposePresentation.md b/docs/sdk/classes/ProposePresentation.md index 6e55b9979..3308a8f4a 100644 --- a/docs/sdk/classes/ProposePresentation.md +++ b/docs/sdk/classes/ProposePresentation.md @@ -47,7 +47,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L13) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L13) ## Properties @@ -57,7 +57,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L15) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L12) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L19) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L18) ___ @@ -107,17 +107,17 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L17) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommProposePresentation` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommProposePresentation` #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L11) ## Methods @@ -131,7 +131,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L29) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L29) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L42) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L42) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L73) +[src/edge-agent/protocols/proofPresentation/ProposePresentation.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/ProposePresentation.ts#L63) diff --git a/docs/sdk/classes/PublicMediatorStore.md b/docs/sdk/classes/PublicMediatorStore.md index 9109c5b09..83d09665c 100644 --- a/docs/sdk/classes/PublicMediatorStore.md +++ b/docs/sdk/classes/PublicMediatorStore.md @@ -48,7 +48,7 @@ Creates an instance of PublicMediatorStore. #### Defined in -[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) +[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) ## Properties @@ -58,7 +58,7 @@ Creates an instance of PublicMediatorStore. #### Defined in -[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) +[src/edge-agent/mediator/PlutoMediatorStore.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/PlutoMediatorStore.ts#L20) ## Methods @@ -80,7 +80,7 @@ Asyncronously fetch all the mediators from storage #### Defined in -[src/edge-agent/mediator/PlutoMediatorStore.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/PlutoMediatorStore.ts#L40) +[src/edge-agent/mediator/PlutoMediatorStore.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/PlutoMediatorStore.ts#L40) ___ @@ -108,4 +108,4 @@ Stores a mediator asyncronously in pluto #### Defined in -[src/edge-agent/mediator/PlutoMediatorStore.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/mediator/PlutoMediatorStore.ts#L29) +[src/edge-agent/mediator/PlutoMediatorStore.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/mediator/PlutoMediatorStore.ts#L29) diff --git a/docs/sdk/classes/RequestPresentation.md b/docs/sdk/classes/RequestPresentation.md index a5220cba0..8c718c89a 100644 --- a/docs/sdk/classes/RequestPresentation.md +++ b/docs/sdk/classes/RequestPresentation.md @@ -51,7 +51,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L14) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L14) ## Properties @@ -61,7 +61,7 @@ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L16) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L16) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L12) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L12) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L17) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L17) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L20) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L20) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L19) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L19) ___ @@ -111,17 +111,17 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L18) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L18) ___ ### type -▪ `Static` **type**: `ProtocolType` = `ProtocolType.DidcommRequestPresentation` +▪ `Static` **type**: [`ProtocolType`](../enums/ProtocolType.md) = `ProtocolType.DidcommRequestPresentation` #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L11) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L11) ## Accessors @@ -135,7 +135,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L30) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L30) ## Methods @@ -149,7 +149,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L34) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L34) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L47) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L47) ___ @@ -189,4 +189,4 @@ ___ #### Defined in -[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L77) +[src/edge-agent/protocols/proofPresentation/RequestPresentation.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/proofPresentation/RequestPresentation.ts#L67) diff --git a/docs/sdk/classes/Store.md b/docs/sdk/classes/Store.md index ab6843b3d..75f92152f 100644 --- a/docs/sdk/classes/Store.md +++ b/docs/sdk/classes/Store.md @@ -52,7 +52,7 @@ #### Defined in -[src/pluto/rxdb/Store.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L14) +[src/pluto/rxdb/Store.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L14) ## Properties @@ -62,7 +62,7 @@ #### Defined in -[src/pluto/rxdb/Store.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L12) +[src/pluto/rxdb/Store.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L12) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L16) +[src/pluto/rxdb/Store.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L15) +[src/pluto/rxdb/Store.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L15) ## Accessors @@ -96,7 +96,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L25) +[src/pluto/rxdb/Store.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L25) ## Methods @@ -112,7 +112,7 @@ Use with caution, this will remove all entries from database #### Defined in -[src/pluto/rxdb/Store.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L98) +[src/pluto/rxdb/Store.ts:98](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L98) ___ @@ -129,7 +129,7 @@ and then destroy the database itself. #### Defined in -[src/pluto/rxdb/Store.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L110) +[src/pluto/rxdb/Store.ts:110](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L110) ___ @@ -156,7 +156,7 @@ Deleting a row in the Store #### Defined in -[src/pluto/rxdb/Store.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L61) +[src/pluto/rxdb/Store.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L61) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/pluto/rxdb/Store.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L73) +[src/pluto/rxdb/Store.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L73) ___ @@ -203,7 +203,7 @@ Persist new data in the Store. #### Defined in -[src/pluto/rxdb/Store.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L90) +[src/pluto/rxdb/Store.ts:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L90) ___ @@ -259,7 +259,7 @@ search for all models in TableOne #### Defined in -[src/pluto/rxdb/Store.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L82) +[src/pluto/rxdb/Store.ts:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L82) ___ @@ -279,7 +279,7 @@ Start the database and build collections #### Defined in -[src/pluto/rxdb/Store.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L36) +[src/pluto/rxdb/Store.ts:36](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L36) ___ @@ -312,4 +312,4 @@ Updating a new row in the Store #### Defined in -[src/pluto/rxdb/Store.ts:47](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/rxdb/Store.ts#L47) +[src/pluto/rxdb/Store.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/rxdb/Store.ts#L47) diff --git a/docs/sdk/enums/AnonCredsCredentialProperties.md b/docs/sdk/enums/AnonCredsCredentialProperties.md index 116aa0760..ed0fcdd1f 100644 --- a/docs/sdk/enums/AnonCredsCredentialProperties.md +++ b/docs/sdk/enums/AnonCredsCredentialProperties.md @@ -25,7 +25,7 @@ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L14) +[src/pollux/models/AnonCredsVerifiableCredential.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L14) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L12) +[src/pollux/models/AnonCredsVerifiableCredential.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L12) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L9) +[src/pollux/models/AnonCredsVerifiableCredential.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L9) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L10) +[src/pollux/models/AnonCredsVerifiableCredential.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L10) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L18) +[src/pollux/models/AnonCredsVerifiableCredential.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L18) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L13) +[src/pollux/models/AnonCredsVerifiableCredential.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L13) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L15) +[src/pollux/models/AnonCredsVerifiableCredential.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L15) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L16) +[src/pollux/models/AnonCredsVerifiableCredential.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L16) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L11) +[src/pollux/models/AnonCredsVerifiableCredential.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L11) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L17) +[src/pollux/models/AnonCredsVerifiableCredential.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L17) diff --git a/docs/sdk/enums/Domain.AttachmentFormats.md b/docs/sdk/enums/Domain.AttachmentFormats.md index c08f62484..b5a03bf36 100644 --- a/docs/sdk/enums/Domain.AttachmentFormats.md +++ b/docs/sdk/enums/Domain.AttachmentFormats.md @@ -27,7 +27,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L89) +[src/domain/models/MessageAttachment.ts:102](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L102) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L87) +[src/domain/models/MessageAttachment.ts:100](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L100) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L91) +[src/domain/models/MessageAttachment.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L104) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L90) +[src/domain/models/MessageAttachment.ts:103](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L103) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L88) +[src/domain/models/MessageAttachment.ts:101](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L101) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L96) +[src/domain/models/MessageAttachment.ts:109](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L109) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L94) +[src/domain/models/MessageAttachment.ts:107](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L107) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L92) +[src/domain/models/MessageAttachment.ts:105](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L105) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L93) +[src/domain/models/MessageAttachment.ts:106](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L106) ___ @@ -117,4 +117,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L95) +[src/domain/models/MessageAttachment.ts:108](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L108) diff --git a/docs/sdk/enums/Domain.CredentialStatusType.md b/docs/sdk/enums/Domain.CredentialStatusType.md index b45a00f68..4b0359285 100644 --- a/docs/sdk/enums/Domain.CredentialStatusType.md +++ b/docs/sdk/enums/Domain.CredentialStatusType.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:279](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L279) +[src/domain/models/VerifiableCredential.ts:279](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L279) diff --git a/docs/sdk/enums/Domain.CredentialType.md b/docs/sdk/enums/Domain.CredentialType.md index 0977d7f63..e1223422a 100644 --- a/docs/sdk/enums/Domain.CredentialType.md +++ b/docs/sdk/enums/Domain.CredentialType.md @@ -22,7 +22,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L7) +[src/domain/models/VerifiableCredential.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L7) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L4) +[src/domain/models/VerifiableCredential.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L4) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L5) +[src/domain/models/VerifiableCredential.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L5) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L8) +[src/domain/models/VerifiableCredential.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L8) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L6) +[src/domain/models/VerifiableCredential.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L6) diff --git a/docs/sdk/enums/Domain.Curve.md b/docs/sdk/enums/Domain.Curve.md index 3621d7af1..e09b0f711 100644 --- a/docs/sdk/enums/Domain.Curve.md +++ b/docs/sdk/enums/Domain.Curve.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/keyManagement/Curve.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Curve.ts#L3) +[src/domain/models/keyManagement/Curve.ts:3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Curve.ts#L3) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Curve.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Curve.ts#L4) +[src/domain/models/keyManagement/Curve.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Curve.ts#L4) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/Curve.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Curve.ts#L2) +[src/domain/models/keyManagement/Curve.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Curve.ts#L2) diff --git a/docs/sdk/enums/Domain.DescriptorItemFormat.md b/docs/sdk/enums/Domain.DescriptorItemFormat.md index 328ffcdfd..7d77c6c70 100644 --- a/docs/sdk/enums/Domain.DescriptorItemFormat.md +++ b/docs/sdk/enums/Domain.DescriptorItemFormat.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L19) +[src/domain/models/VerifiableCredential.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L19) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L20) +[src/domain/models/VerifiableCredential.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L20) diff --git a/docs/sdk/enums/Domain.InputLimitDisclosure.md b/docs/sdk/enums/Domain.InputLimitDisclosure.md index 816fe080d..6cd1a984f 100644 --- a/docs/sdk/enums/Domain.InputLimitDisclosure.md +++ b/docs/sdk/enums/Domain.InputLimitDisclosure.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L14) +[src/domain/models/VerifiableCredential.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L14) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L13) +[src/domain/models/VerifiableCredential.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L13) diff --git a/docs/sdk/enums/Domain.JWTProofPurpose.md b/docs/sdk/enums/Domain.JWTProofPurpose.md index b05e95241..dabbf51ab 100644 --- a/docs/sdk/enums/Domain.JWTProofPurpose.md +++ b/docs/sdk/enums/Domain.JWTProofPurpose.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:302](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L302) +[src/domain/models/VerifiableCredential.ts:302](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L302) diff --git a/docs/sdk/enums/Domain.JWTProofType.md b/docs/sdk/enums/Domain.JWTProofType.md index c1a293351..b335daab3 100644 --- a/docs/sdk/enums/Domain.JWTProofType.md +++ b/docs/sdk/enums/Domain.JWTProofType.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:297](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L297) +[src/domain/models/VerifiableCredential.ts:297](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L297) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:296](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L296) +[src/domain/models/VerifiableCredential.ts:296](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L296) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:298](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L298) +[src/domain/models/VerifiableCredential.ts:298](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L298) diff --git a/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md b/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md index 913cb84ce..b2705a93f 100644 --- a/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md +++ b/docs/sdk/enums/Domain.JWTRevocationStatusPurpose.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:274](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L274) +[src/domain/models/VerifiableCredential.ts:274](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L274) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:275](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L275) +[src/domain/models/VerifiableCredential.ts:275](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L275) diff --git a/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md b/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md index b59a01bc9..22bee1c48 100644 --- a/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md +++ b/docs/sdk/enums/Domain.JWTVerifiableCredentialProperties.md @@ -26,7 +26,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L54) +[src/domain/models/VerifiableCredential.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L54) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L53) +[src/domain/models/VerifiableCredential.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L53) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L49) +[src/domain/models/VerifiableCredential.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L49) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L51) +[src/domain/models/VerifiableCredential.ts:51](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L51) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L52) +[src/domain/models/VerifiableCredential.ts:52](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L52) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L57) +[src/domain/models/VerifiableCredential.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L57) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L50) +[src/domain/models/VerifiableCredential.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L50) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L56) +[src/domain/models/VerifiableCredential.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L56) ___ @@ -106,4 +106,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L55) +[src/domain/models/VerifiableCredential.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L55) diff --git a/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md b/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md index 7b21de8ed..a1a7cb9b2 100644 --- a/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md +++ b/docs/sdk/enums/Domain.JWTVerifiablePresentationProperties.md @@ -25,7 +25,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L63) +[src/domain/models/VerifiableCredential.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L63) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L66) +[src/domain/models/VerifiableCredential.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L66) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L65) +[src/domain/models/VerifiableCredential.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L65) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L61) +[src/domain/models/VerifiableCredential.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L61) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:62](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L62) +[src/domain/models/VerifiableCredential.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L62) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:64](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L64) +[src/domain/models/VerifiableCredential.ts:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L64) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L67) +[src/domain/models/VerifiableCredential.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L67) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L68) +[src/domain/models/VerifiableCredential.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L68) diff --git a/docs/sdk/enums/Domain.JWT_ALG.md b/docs/sdk/enums/Domain.JWT_ALG.md index 8cb48a6e3..063807da2 100644 --- a/docs/sdk/enums/Domain.JWT_ALG.md +++ b/docs/sdk/enums/Domain.JWT_ALG.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:458](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L458) +[src/domain/models/VerifiableCredential.ts:458](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L458) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:459](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L459) +[src/domain/models/VerifiableCredential.ts:459](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L459) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:460](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L460) +[src/domain/models/VerifiableCredential.ts:460](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L460) diff --git a/docs/sdk/enums/Domain.KeyProperties.md b/docs/sdk/enums/Domain.KeyProperties.md index a75efbd5b..a97c692c1 100644 --- a/docs/sdk/enums/Domain.KeyProperties.md +++ b/docs/sdk/enums/Domain.KeyProperties.md @@ -30,7 +30,7 @@ The 'algorithm' corresponds to the cryptographic algorithm associated with the k #### Defined in -[src/domain/models/KeyProperties.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L5) +[src/domain/models/KeyProperties.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L5) ___ @@ -47,7 +47,7 @@ const chainCode = Buffer.from(props[KeyProperties.chainCode], "hex"); #### Defined in -[src/domain/models/KeyProperties.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L30) +[src/domain/models/KeyProperties.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L30) ___ @@ -59,7 +59,7 @@ The 'curve' represents the elliptic curve used for an elliptic-curve key. #### Defined in -[src/domain/models/KeyProperties.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L10) +[src/domain/models/KeyProperties.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L10) ___ @@ -71,7 +71,7 @@ The 'curvePointX' represents the x-coordinate of a curve point for an elliptic-c #### Defined in -[src/domain/models/KeyProperties.ts:51](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L51) +[src/domain/models/KeyProperties.ts:51](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L51) ___ @@ -83,7 +83,7 @@ The 'curvePointY' represents the y-coordinate of a curve point for an elliptic-c #### Defined in -[src/domain/models/KeyProperties.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L56) +[src/domain/models/KeyProperties.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L56) ___ @@ -95,7 +95,7 @@ The 'derivationPath' refers to the path used to derive a key in a hierarchical d #### Defined in -[src/domain/models/KeyProperties.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L40) +[src/domain/models/KeyProperties.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L40) ___ @@ -107,7 +107,7 @@ The 'derivationSchema' corresponds to derivationSchema used. #### Defined in -[src/domain/models/KeyProperties.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L20) +[src/domain/models/KeyProperties.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L20) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/domain/models/KeyProperties.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L41) +[src/domain/models/KeyProperties.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L41) ___ @@ -129,7 +129,7 @@ The 'rawKey' refers to the raw binary form of the key. #### Defined in -[src/domain/models/KeyProperties.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L35) +[src/domain/models/KeyProperties.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L35) ___ @@ -141,7 +141,7 @@ The 'seed' corresponds to the seed value from which a key is derived. #### Defined in -[src/domain/models/KeyProperties.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L15) +[src/domain/models/KeyProperties.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L15) ___ @@ -153,4 +153,4 @@ The 'type' denotes the type of the key. #### Defined in -[src/domain/models/KeyProperties.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/KeyProperties.ts#L46) +[src/domain/models/KeyProperties.ts:46](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/KeyProperties.ts#L46) diff --git a/docs/sdk/enums/Domain.KeyTypes.md b/docs/sdk/enums/Domain.KeyTypes.md index cd41be389..58cce2750 100644 --- a/docs/sdk/enums/Domain.KeyTypes.md +++ b/docs/sdk/enums/Domain.KeyTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/keyManagement/KeyTypes.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/KeyTypes.ts#L3) +[src/domain/models/keyManagement/KeyTypes.ts:3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/KeyTypes.ts#L3) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/KeyTypes.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/KeyTypes.ts#L2) +[src/domain/models/keyManagement/KeyTypes.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/KeyTypes.ts#L2) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/KeyTypes.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/KeyTypes.ts#L4) +[src/domain/models/keyManagement/KeyTypes.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/KeyTypes.ts#L4) diff --git a/docs/sdk/enums/Domain.KeyUsage.md b/docs/sdk/enums/Domain.KeyUsage.md index d38bab20e..320551afb 100644 --- a/docs/sdk/enums/Domain.KeyUsage.md +++ b/docs/sdk/enums/Domain.KeyUsage.md @@ -25,7 +25,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L18) +[src/domain/models/keyManagement/Key.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L18) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L21) +[src/domain/models/keyManagement/Key.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L21) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L20) +[src/domain/models/keyManagement/Key.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L20) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L16) +[src/domain/models/keyManagement/Key.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L16) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L17) +[src/domain/models/keyManagement/Key.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L17) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L15) +[src/domain/models/keyManagement/Key.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L15) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:19](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L19) +[src/domain/models/keyManagement/Key.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L19) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L14) +[src/domain/models/keyManagement/Key.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L14) diff --git a/docs/sdk/enums/Domain.MessageDirection.md b/docs/sdk/enums/Domain.MessageDirection.md index d3e0c5e02..1fa594946 100644 --- a/docs/sdk/enums/Domain.MessageDirection.md +++ b/docs/sdk/enums/Domain.MessageDirection.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/Message.ts:18](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L18) +[src/domain/models/Message.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L18) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/Message.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L17) +[src/domain/models/Message.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L17) diff --git a/docs/sdk/enums/Domain.RevocationType.md b/docs/sdk/enums/Domain.RevocationType.md index d46d94407..882d15409 100644 --- a/docs/sdk/enums/Domain.RevocationType.md +++ b/docs/sdk/enums/Domain.RevocationType.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:284](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L284) +[src/domain/models/VerifiableCredential.ts:284](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L284) diff --git a/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md b/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md index dcf20ba68..c1e447421 100644 --- a/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md +++ b/docs/sdk/enums/Domain.SDJWTVerifiableCredentialProperties.md @@ -28,7 +28,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L44) +[src/domain/models/VerifiableCredential.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L44) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L43) +[src/domain/models/VerifiableCredential.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L43) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L40) +[src/domain/models/VerifiableCredential.ts:40](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L40) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L45) +[src/domain/models/VerifiableCredential.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L45) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L39) +[src/domain/models/VerifiableCredential.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L39) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:35](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L35) +[src/domain/models/VerifiableCredential.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L35) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L37) +[src/domain/models/VerifiableCredential.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L37) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L38) +[src/domain/models/VerifiableCredential.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L38) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L42) +[src/domain/models/VerifiableCredential.ts:42](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L42) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L36) +[src/domain/models/VerifiableCredential.ts:36](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L36) ___ @@ -128,4 +128,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L41) +[src/domain/models/VerifiableCredential.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L41) diff --git a/docs/sdk/enums/Domain.Usage.md b/docs/sdk/enums/Domain.Usage.md index 49b2a7314..e4bc35007 100644 --- a/docs/sdk/enums/Domain.Usage.md +++ b/docs/sdk/enums/Domain.Usage.md @@ -25,7 +25,7 @@ #### Defined in -[src/domain/models/keyManagement/Key.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L112) +[src/domain/models/keyManagement/Key.ts:119](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L119) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L114) +[src/domain/models/keyManagement/Key.ts:121](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L121) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:115](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L115) +[src/domain/models/keyManagement/Key.ts:122](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L122) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:111](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L111) +[src/domain/models/keyManagement/Key.ts:118](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L118) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:116](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L116) +[src/domain/models/keyManagement/Key.ts:123](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L123) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L110) +[src/domain/models/keyManagement/Key.ts:117](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L117) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:113](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L113) +[src/domain/models/keyManagement/Key.ts:120](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L120) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:117](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L117) +[src/domain/models/keyManagement/Key.ts:124](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L124) diff --git a/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md b/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md index 6bff4626f..7720b3089 100644 --- a/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md +++ b/docs/sdk/enums/Domain.W3CVerifiableCredentialContext.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L24) +[src/domain/models/VerifiableCredential.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L24) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L25) +[src/domain/models/VerifiableCredential.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L25) diff --git a/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md b/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md index cddc91db2..1dbc6057b 100644 --- a/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md +++ b/docs/sdk/enums/Domain.W3CVerifiableCredentialType.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L30) +[src/domain/models/VerifiableCredential.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L29) +[src/domain/models/VerifiableCredential.ts:29](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L29) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:31](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L31) +[src/domain/models/VerifiableCredential.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L31) diff --git a/docs/sdk/enums/ListenerKey.md b/docs/sdk/enums/ListenerKey.md index 851c60dc3..84e07a8e4 100644 --- a/docs/sdk/enums/ListenerKey.md +++ b/docs/sdk/enums/ListenerKey.md @@ -18,7 +18,7 @@ #### Defined in -[src/edge-agent/types/index.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L128) +[src/edge-agent/types/index.ts:128](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L128) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:127](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L127) +[src/edge-agent/types/index.ts:127](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L127) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L129) +[src/edge-agent/types/index.ts:129](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L129) diff --git a/docs/sdk/enums/ProtocolType.md b/docs/sdk/enums/ProtocolType.md new file mode 100644 index 000000000..455d522a2 --- /dev/null +++ b/docs/sdk/enums/ProtocolType.md @@ -0,0 +1,261 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / ProtocolType + +# Enumeration: ProtocolType + +## Table of contents + +### Enumeration Members + +- [DidcommBasicMessage](ProtocolType.md#didcommbasicmessage) +- [DidcommCredentialPreview](ProtocolType.md#didcommcredentialpreview) +- [DidcommIssueCredential](ProtocolType.md#didcommissuecredential) +- [DidcommMediationDeny](ProtocolType.md#didcommmediationdeny) +- [DidcommMediationGrant](ProtocolType.md#didcommmediationgrant) +- [DidcommMediationKeysUpdate](ProtocolType.md#didcommmediationkeysupdate) +- [DidcommMediationRequest](ProtocolType.md#didcommmediationrequest) +- [DidcommOfferCredential](ProtocolType.md#didcommoffercredential) +- [DidcommPresentation](ProtocolType.md#didcommpresentation) +- [DidcommProposeCredential](ProtocolType.md#didcommproposecredential) +- [DidcommProposePresentation](ProtocolType.md#didcommproposepresentation) +- [DidcommRequestCredential](ProtocolType.md#didcommrequestcredential) +- [DidcommRequestPresentation](ProtocolType.md#didcommrequestpresentation) +- [DidcommconnectionRequest](ProtocolType.md#didcommconnectionrequest) +- [DidcommconnectionResponse](ProtocolType.md#didcommconnectionresponse) +- [Didcomminvitation](ProtocolType.md#didcomminvitation) +- [LiveDeliveryChange](ProtocolType.md#livedeliverychange) +- [PickupDelivery](ProtocolType.md#pickupdelivery) +- [PickupReceived](ProtocolType.md#pickupreceived) +- [PickupRequest](ProtocolType.md#pickuprequest) +- [PickupStatus](ProtocolType.md#pickupstatus) +- [PrismOnboarding](ProtocolType.md#prismonboarding) +- [PrismRevocation](ProtocolType.md#prismrevocation) + +## Enumeration Members + +### DidcommBasicMessage + +• **DidcommBasicMessage** = ``"https://didcomm.org/basicmessage/2.0/message"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L2) + +___ + +### DidcommCredentialPreview + +• **DidcommCredentialPreview** = ``"https://didcomm.org/issue-credential/3.0/credential-preview"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L10) + +___ + +### DidcommIssueCredential + +• **DidcommIssueCredential** = ``"https://didcomm.org/issue-credential/3.0/issue-credential"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L11) + +___ + +### DidcommMediationDeny + +• **DidcommMediationDeny** = ``"https://didcomm.org/coordinate-mediation/2.0/mediate-deny"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L5) + +___ + +### DidcommMediationGrant + +• **DidcommMediationGrant** = ``"https://didcomm.org/coordinate-mediation/2.0/mediate-grant"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L4) + +___ + +### DidcommMediationKeysUpdate + +• **DidcommMediationKeysUpdate** = ``"https://didcomm.org/coordinate-mediation/2.0/keylist-update"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L6) + +___ + +### DidcommMediationRequest + +• **DidcommMediationRequest** = ``"https://didcomm.org/coordinate-mediation/2.0/mediate-request"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L3) + +___ + +### DidcommOfferCredential + +• **DidcommOfferCredential** = ``"https://didcomm.org/issue-credential/3.0/offer-credential"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L12) + +___ + +### DidcommPresentation + +• **DidcommPresentation** = ``"https://didcomm.atalaprism.io/present-proof/3.0/presentation"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L7) + +___ + +### DidcommProposeCredential + +• **DidcommProposeCredential** = ``"https://didcomm.org/issue-credential/3.0/propose-credential"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L13) + +___ + +### DidcommProposePresentation + +• **DidcommProposePresentation** = ``"https://didcomm.atalaprism.io/present-proof/3.0/propose-presentation"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L9) + +___ + +### DidcommRequestCredential + +• **DidcommRequestCredential** = ``"https://didcomm.org/issue-credential/3.0/request-credential"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L14) + +___ + +### DidcommRequestPresentation + +• **DidcommRequestPresentation** = ``"https://didcomm.atalaprism.io/present-proof/3.0/request-presentation"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L8) + +___ + +### DidcommconnectionRequest + +• **DidcommconnectionRequest** = ``"https://atalaprism.io/mercury/connections/1.0/request"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L15) + +___ + +### DidcommconnectionResponse + +• **DidcommconnectionResponse** = ``"https://atalaprism.io/mercury/connections/1.0/response"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L16) + +___ + +### Didcomminvitation + +• **Didcomminvitation** = ``"https://didcomm.org/out-of-band/2.0/invitation"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L17) + +___ + +### LiveDeliveryChange + +• **LiveDeliveryChange** = ``"https://didcomm.org/messagepickup/3.0/live-delivery-change"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L23) + +___ + +### PickupDelivery + +• **PickupDelivery** = ``"https://didcomm.org/messagepickup/3.0/delivery"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L20) + +___ + +### PickupReceived + +• **PickupReceived** = ``"https://didcomm.org/messagepickup/3.0/messages-received"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L22) + +___ + +### PickupRequest + +• **PickupRequest** = ``"https://didcomm.org/messagepickup/3.0/delivery-request"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L19) + +___ + +### PickupStatus + +• **PickupStatus** = ``"https://didcomm.org/messagepickup/3.0/status"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L21) + +___ + +### PrismOnboarding + +• **PrismOnboarding** = ``"https://atalaprism.io/did-request"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L18) + +___ + +### PrismRevocation + +• **PrismRevocation** = ``"https://atalaprism.io/revocation_notification/1.0/revoke"`` + +#### Defined in + +[src/edge-agent/protocols/ProtocolTypes.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/ProtocolTypes.ts#L24) diff --git a/docs/sdk/interfaces/AgentCredentials.md b/docs/sdk/interfaces/AgentCredentials.md index 3d0d0bf52..5f836f1d7 100644 --- a/docs/sdk/interfaces/AgentCredentials.md +++ b/docs/sdk/interfaces/AgentCredentials.md @@ -44,7 +44,7 @@ #### Defined in -[src/edge-agent/types/index.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L63) +[src/edge-agent/types/index.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L63) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L60) +[src/edge-agent/types/index.ts:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L60) ## Methods @@ -91,7 +91,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L79) +[src/edge-agent/types/index.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L79) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L84) +[src/edge-agent/types/index.ts:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L84) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L74) +[src/edge-agent/types/index.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L74) ▸ **initiatePresentationRequest**(`type`, `toDID`, `claims`): `Promise`\<[`RequestPresentation`](../classes/RequestPresentation.md)\> @@ -151,7 +151,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L76) +[src/edge-agent/types/index.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L76) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L67) +[src/edge-agent/types/index.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L67) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L70) +[src/edge-agent/types/index.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L70) ___ @@ -205,4 +205,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:72](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L72) +[src/edge-agent/types/index.ts:72](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L72) diff --git a/docs/sdk/interfaces/AgentDIDHigherFunctions.md b/docs/sdk/interfaces/AgentDIDHigherFunctions.md index c3340864e..e0553adde 100644 --- a/docs/sdk/interfaces/AgentDIDHigherFunctions.md +++ b/docs/sdk/interfaces/AgentDIDHigherFunctions.md @@ -33,7 +33,7 @@ #### Defined in -[src/edge-agent/types/index.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L90) +[src/edge-agent/types/index.ts:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L90) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:95](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L95) +[src/edge-agent/types/index.ts:95](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L95) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L88) +[src/edge-agent/types/index.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L88) diff --git a/docs/sdk/interfaces/AgentInvitations.md b/docs/sdk/interfaces/AgentInvitations.md index 694eede63..725032d9c 100644 --- a/docs/sdk/interfaces/AgentInvitations.md +++ b/docs/sdk/interfaces/AgentInvitations.md @@ -35,7 +35,7 @@ #### Defined in -[src/edge-agent/types/index.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L104) +[src/edge-agent/types/index.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L104) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:108](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L108) +[src/edge-agent/types/index.ts:108](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L108) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:106](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L106) +[src/edge-agent/types/index.ts:106](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L106) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:112](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L112) +[src/edge-agent/types/index.ts:112](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L112) ___ @@ -116,4 +116,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L110) +[src/edge-agent/types/index.ts:110](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L110) diff --git a/docs/sdk/interfaces/AgentMessageEvents.md b/docs/sdk/interfaces/AgentMessageEvents.md index c6a780e70..25bf0057f 100644 --- a/docs/sdk/interfaces/AgentMessageEvents.md +++ b/docs/sdk/interfaces/AgentMessageEvents.md @@ -29,7 +29,7 @@ #### Defined in -[src/edge-agent/types/index.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L133) +[src/edge-agent/types/index.ts:133](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L133) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:135](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L135) +[src/edge-agent/types/index.ts:135](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L135) ___ @@ -71,4 +71,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:134](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L134) +[src/edge-agent/types/index.ts:134](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L134) diff --git a/docs/sdk/interfaces/BasicMessageBody.md b/docs/sdk/interfaces/BasicMessageBody.md index 461356dfb..4d9d67264 100644 --- a/docs/sdk/interfaces/BasicMessageBody.md +++ b/docs/sdk/interfaces/BasicMessageBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/edge-agent/protocols/types.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L70) +[src/edge-agent/protocols/types.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L70) diff --git a/docs/sdk/interfaces/ConnectionsManagerInterface.md b/docs/sdk/interfaces/ConnectionsManagerInterface.md index aff966040..44ce74cfd 100644 --- a/docs/sdk/interfaces/ConnectionsManagerInterface.md +++ b/docs/sdk/interfaces/ConnectionsManagerInterface.md @@ -38,7 +38,7 @@ #### Defined in -[src/edge-agent/types/index.ts:145](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L145) +[src/edge-agent/types/index.ts:145](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L145) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L149) +[src/edge-agent/types/index.ts:149](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L149) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L142) +[src/edge-agent/types/index.ts:142](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L142) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:146](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L146) +[src/edge-agent/types/index.ts:146](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L146) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:143](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L143) +[src/edge-agent/types/index.ts:143](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L143) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:147](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L147) +[src/edge-agent/types/index.ts:147](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L147) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:144](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L144) +[src/edge-agent/types/index.ts:144](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L144) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L150) +[src/edge-agent/types/index.ts:150](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L150) ## Methods @@ -128,7 +128,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:152](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L152) +[src/edge-agent/types/index.ts:152](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L152) ___ @@ -148,7 +148,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L154) +[src/edge-agent/types/index.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L154) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:155](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L155) +[src/edge-agent/types/index.ts:155](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L155) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:161](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L161) +[src/edge-agent/types/index.ts:161](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L161) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L153) +[src/edge-agent/types/index.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L153) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:159](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L159) +[src/edge-agent/types/index.ts:159](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L159) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:160](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L160) +[src/edge-agent/types/index.ts:160](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L160) ___ @@ -256,4 +256,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L151) +[src/edge-agent/types/index.ts:151](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L151) diff --git a/docs/sdk/interfaces/CredentialBody.md b/docs/sdk/interfaces/CredentialBody.md index c484d036e..03c7e6d5e 100644 --- a/docs/sdk/interfaces/CredentialBody.md +++ b/docs/sdk/interfaces/CredentialBody.md @@ -28,7 +28,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L7) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L5) +[src/edge-agent/protocols/types.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L5) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L6) diff --git a/docs/sdk/interfaces/DIDCommProtocol.md b/docs/sdk/interfaces/DIDCommProtocol.md index 07f61b8ca..a394e78cb 100644 --- a/docs/sdk/interfaces/DIDCommProtocol.md +++ b/docs/sdk/interfaces/DIDCommProtocol.md @@ -33,7 +33,7 @@ #### Defined in -[src/mercury/DIDCommProtocol.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/DIDCommProtocol.ts#L4) +[src/mercury/DIDCommProtocol.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/DIDCommProtocol.ts#L4) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/mercury/DIDCommProtocol.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/mercury/DIDCommProtocol.ts#L14) +[src/mercury/DIDCommProtocol.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/mercury/DIDCommProtocol.ts#L14) diff --git a/docs/sdk/interfaces/Domain.Api.md b/docs/sdk/interfaces/Domain.Api.md index f31a52aa8..b145d63b1 100644 --- a/docs/sdk/interfaces/Domain.Api.md +++ b/docs/sdk/interfaces/Domain.Api.md @@ -4,31 +4,27 @@ [Domain](../modules/Domain.md).Api -## Table of contents +Api Dependency + +## Implemented by -### Properties +- [`ApiImpl`](../classes/ApiImpl.md) -- [client](Domain.Api.md#client) +## Table of contents ### Methods - [request](Domain.Api.md#request) -## Properties - -### client - -• `Optional` **client**: `AxiosStatic` - -#### Defined in - -[src/domain/models/Api.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Api.ts#L8) - ## Methods ### request -▸ **request**\<`T`\>(`httpMethod`, `url`, `urlParameters`, `httpHeaders`, `body`): `Promise`\<[`HttpResponse`](../classes/Domain.HttpResponse.md)\<`T`\>\> +▸ **request**\<`T`\>(`httpMethod`, `url`, `urlParameters?`, `httpHeaders?`, `body?`): `Promise`\<[`ApiResponse`](../classes/Domain.ApiResponse.md)\<`T`\>\> + +make a request +return an ApiResponse on any 2xx status +throw ApiError otherwise #### Type parameters @@ -40,16 +36,16 @@ | Name | Type | | :------ | :------ | -| `httpMethod` | `string` | +| `httpMethod` | [`HttpMethod`](../modules/Domain.md#httpmethod) | | `url` | `string` | -| `urlParameters` | `Map`\<`string`, `string`\> | -| `httpHeaders` | `Map`\<`string`, `string`\> | -| `body` | `any` | +| `urlParameters?` | `Map`\<`string`, `string`\> | +| `httpHeaders?` | `Map`\<`string`, `string`\> | +| `body?` | `string` \| `Record`\<`string`, `any`\> | #### Returns -`Promise`\<[`HttpResponse`](../classes/Domain.HttpResponse.md)\<`T`\>\> +`Promise`\<[`ApiResponse`](../classes/Domain.ApiResponse.md)\<`T`\>\> #### Defined in -[src/domain/models/Api.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Api.ts#L10) +[src/domain/models/Api.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L25) diff --git a/docs/sdk/interfaces/Domain.Apollo.md b/docs/sdk/interfaces/Domain.Apollo.md index 2bd4acc89..93adf00af 100644 --- a/docs/sdk/interfaces/Domain.Apollo.md +++ b/docs/sdk/interfaces/Domain.Apollo.md @@ -36,7 +36,7 @@ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Apollo.ts#L10) +[src/domain/buildingBlocks/Apollo.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Apollo.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:13](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Apollo.ts#L13) +[src/domain/buildingBlocks/Apollo.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Apollo.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Apollo.ts#L7) +[src/domain/buildingBlocks/Apollo.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Apollo.ts#L7) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Apollo.ts#L9) +[src/domain/buildingBlocks/Apollo.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Apollo.ts#L9) ___ @@ -111,4 +111,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Apollo.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Apollo.ts#L8) +[src/domain/buildingBlocks/Apollo.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Apollo.ts#L8) diff --git a/docs/sdk/interfaces/Domain.AttachmentBase64.md b/docs/sdk/interfaces/Domain.AttachmentBase64.md index 5c6a55e6a..8c4a8989e 100644 --- a/docs/sdk/interfaces/Domain.AttachmentBase64.md +++ b/docs/sdk/interfaces/Domain.AttachmentBase64.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:20](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L20) +[src/domain/models/MessageAttachment.ts:20](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L20) diff --git a/docs/sdk/interfaces/Domain.AttachmentHeader.md b/docs/sdk/interfaces/Domain.AttachmentHeader.md index a03000323..218518a0b 100644 --- a/docs/sdk/interfaces/Domain.AttachmentHeader.md +++ b/docs/sdk/interfaces/Domain.AttachmentHeader.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L5) +[src/domain/models/MessageAttachment.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L5) diff --git a/docs/sdk/interfaces/Domain.AttachmentJsonData.md b/docs/sdk/interfaces/Domain.AttachmentJsonData.md deleted file mode 100644 index a1fd771d8..000000000 --- a/docs/sdk/interfaces/Domain.AttachmentJsonData.md +++ /dev/null @@ -1,21 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / AttachmentJsonData - -# Interface: AttachmentJsonData - -[Domain](../modules/Domain.md).AttachmentJsonData - -## Table of contents - -### Properties - -- [data](Domain.AttachmentJsonData.md#data) - -## Properties - -### data - -• **data**: `string` - -#### Defined in - -[src/domain/models/MessageAttachment.ts:29](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L29) diff --git a/docs/sdk/interfaces/Domain.AttachmentJws.md b/docs/sdk/interfaces/Domain.AttachmentJws.md index f373b34e0..930e5e323 100644 --- a/docs/sdk/interfaces/Domain.AttachmentJws.md +++ b/docs/sdk/interfaces/Domain.AttachmentJws.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L9) +[src/domain/models/MessageAttachment.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L10) +[src/domain/models/MessageAttachment.ts:10](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L10) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L11) +[src/domain/models/MessageAttachment.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L11) diff --git a/docs/sdk/interfaces/Domain.AttachmentJwsData.md b/docs/sdk/interfaces/Domain.AttachmentJwsData.md index 55f82fe56..3c6a1a2c7 100644 --- a/docs/sdk/interfaces/Domain.AttachmentJwsData.md +++ b/docs/sdk/interfaces/Domain.AttachmentJwsData.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L15) +[src/domain/models/MessageAttachment.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L15) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L16) +[src/domain/models/MessageAttachment.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L16) diff --git a/docs/sdk/interfaces/Domain.AttachmentLinkData.md b/docs/sdk/interfaces/Domain.AttachmentLinkData.md index 2f01dc678..eb85df578 100644 --- a/docs/sdk/interfaces/Domain.AttachmentLinkData.md +++ b/docs/sdk/interfaces/Domain.AttachmentLinkData.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/MessageAttachment.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L25) +[src/domain/models/MessageAttachment.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L25) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/MessageAttachment.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L24) +[src/domain/models/MessageAttachment.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L24) diff --git a/docs/sdk/interfaces/Domain.Castor.md b/docs/sdk/interfaces/Domain.Castor.md index 0579600ed..c1fca8768 100644 --- a/docs/sdk/interfaces/Domain.Castor.md +++ b/docs/sdk/interfaces/Domain.Castor.md @@ -38,7 +38,7 @@ #### Defined in -[src/domain/buildingBlocks/Castor.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L11) +[src/domain/buildingBlocks/Castor.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L11) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L6) +[src/domain/buildingBlocks/Castor.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L6) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L21) +[src/domain/buildingBlocks/Castor.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L21) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L5) +[src/domain/buildingBlocks/Castor.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L5) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:15](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L15) +[src/domain/buildingBlocks/Castor.ts:15](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L15) ___ @@ -143,4 +143,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Castor.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Castor.ts#L16) +[src/domain/buildingBlocks/Castor.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Castor.ts#L16) diff --git a/docs/sdk/interfaces/Domain.CredentialIssueOptions.md b/docs/sdk/interfaces/Domain.CredentialIssueOptions.md index 2f679ba52..5136177ab 100644 --- a/docs/sdk/interfaces/Domain.CredentialIssueOptions.md +++ b/docs/sdk/interfaces/Domain.CredentialIssueOptions.md @@ -24,7 +24,7 @@ #### Defined in -[src/domain/models/Credential.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L68) +[src/domain/models/Credential.ts:68](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L68) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L67) +[src/domain/models/Credential.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L67) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[src/domain/models/Credential.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L66) +[src/domain/models/Credential.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L66) diff --git a/docs/sdk/interfaces/Domain.CredentialRequestOptions.md b/docs/sdk/interfaces/Domain.CredentialRequestOptions.md index c1e417acd..d256d4c3f 100644 --- a/docs/sdk/interfaces/Domain.CredentialRequestOptions.md +++ b/docs/sdk/interfaces/Domain.CredentialRequestOptions.md @@ -24,7 +24,7 @@ #### Defined in -[src/domain/models/Credential.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L60) +[src/domain/models/Credential.ts:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L60) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/domain/models/Credential.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L59) +[src/domain/models/Credential.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L59) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[src/domain/models/Credential.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L61) +[src/domain/models/Credential.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L61) diff --git a/docs/sdk/interfaces/Domain.ExportableKey.Common.md b/docs/sdk/interfaces/Domain.ExportableKey.Common.md index 88992176d..a1fafcaed 100644 --- a/docs/sdk/interfaces/Domain.ExportableKey.Common.md +++ b/docs/sdk/interfaces/Domain.ExportableKey.Common.md @@ -25,4 +25,4 @@ #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L27) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L28) diff --git a/docs/sdk/interfaces/Domain.ExportableKey.JWK.md b/docs/sdk/interfaces/Domain.ExportableKey.JWK.md index 41d6ad7f4..e62114e5c 100644 --- a/docs/sdk/interfaces/Domain.ExportableKey.JWK.md +++ b/docs/sdk/interfaces/Domain.ExportableKey.JWK.md @@ -24,4 +24,4 @@ #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L34) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L35) diff --git a/docs/sdk/interfaces/Domain.ExportableKey.PEM.md b/docs/sdk/interfaces/Domain.ExportableKey.PEM.md index 8d5cd69b7..23678f97d 100644 --- a/docs/sdk/interfaces/Domain.ExportableKey.PEM.md +++ b/docs/sdk/interfaces/Domain.ExportableKey.PEM.md @@ -24,4 +24,4 @@ #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L40) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L41) diff --git a/docs/sdk/interfaces/Domain.JWK.Base.md b/docs/sdk/interfaces/Domain.JWK.Base.md index acf23f0bb..053739c15 100644 --- a/docs/sdk/interfaces/Domain.JWK.Base.md +++ b/docs/sdk/interfaces/Domain.JWK.Base.md @@ -43,7 +43,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L30) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L32) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L34) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L36) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L38) +[src/domain/models/keyManagement/exportable/JWK.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L39) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L40) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L42) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L44) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L46) +[src/domain/models/keyManagement/exportable/JWK.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L47) ___ @@ -133,4 +133,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L48) +[src/domain/models/keyManagement/exportable/JWK.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L49) diff --git a/docs/sdk/interfaces/Domain.JWK.EC.md b/docs/sdk/interfaces/Domain.JWK.EC.md index 085aef4ad..88e31f1d7 100644 --- a/docs/sdk/interfaces/Domain.JWK.EC.md +++ b/docs/sdk/interfaces/Domain.JWK.EC.md @@ -41,7 +41,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L30) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L57) +[src/domain/models/keyManagement/exportable/JWK.ts:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L58) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L59) +[src/domain/models/keyManagement/exportable/JWK.ts:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L60) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L32) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L34) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L36) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L55) +[src/domain/models/keyManagement/exportable/JWK.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L56) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L40) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L61) +[src/domain/models/keyManagement/exportable/JWK.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L62) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L42) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -169,7 +169,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L44) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L46) +[src/domain/models/keyManagement/exportable/JWK.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L47) ___ @@ -197,7 +197,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L48) +[src/domain/models/keyManagement/exportable/JWK.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L49) ___ @@ -207,4 +207,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L63) +[src/domain/models/keyManagement/exportable/JWK.ts:64](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L64) diff --git a/docs/sdk/interfaces/Domain.JWK.OCT.md b/docs/sdk/interfaces/Domain.JWK.OCT.md index 187b29ee3..a612f4712 100644 --- a/docs/sdk/interfaces/Domain.JWK.OCT.md +++ b/docs/sdk/interfaces/Domain.JWK.OCT.md @@ -38,7 +38,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L30) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L32) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L70) +[src/domain/models/keyManagement/exportable/JWK.ts:71](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L71) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L34) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L36) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:68](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L68) +[src/domain/models/keyManagement/exportable/JWK.ts:69](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L69) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L40) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L42) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L44) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L46) +[src/domain/models/keyManagement/exportable/JWK.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L47) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L48) +[src/domain/models/keyManagement/exportable/JWK.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L49) diff --git a/docs/sdk/interfaces/Domain.JWK.OKP.md b/docs/sdk/interfaces/Domain.JWK.OKP.md index 30b8f4bc3..205a7a200 100644 --- a/docs/sdk/interfaces/Domain.JWK.OKP.md +++ b/docs/sdk/interfaces/Domain.JWK.OKP.md @@ -40,7 +40,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L30) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L77) +[src/domain/models/keyManagement/exportable/JWK.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L78) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L79) +[src/domain/models/keyManagement/exportable/JWK.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L80) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L32) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L34) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L36) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L75) +[src/domain/models/keyManagement/exportable/JWK.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L76) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L40) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L81) +[src/domain/models/keyManagement/exportable/JWK.ts:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L82) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L42) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -168,7 +168,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L44) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L46) +[src/domain/models/keyManagement/exportable/JWK.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L47) ___ @@ -196,4 +196,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L48) +[src/domain/models/keyManagement/exportable/JWK.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L49) diff --git a/docs/sdk/interfaces/Domain.JWK.RSA.md b/docs/sdk/interfaces/Domain.JWK.RSA.md index b4d79605a..6f44108b9 100644 --- a/docs/sdk/interfaces/Domain.JWK.RSA.md +++ b/docs/sdk/interfaces/Domain.JWK.RSA.md @@ -46,7 +46,7 @@ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L30) +[src/domain/models/keyManagement/exportable/JWK.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L31) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L87) +[src/domain/models/keyManagement/exportable/JWK.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L88) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L88) +[src/domain/models/keyManagement/exportable/JWK.ts:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L89) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L89) +[src/domain/models/keyManagement/exportable/JWK.ts:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L90) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L90) +[src/domain/models/keyManagement/exportable/JWK.ts:91](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L91) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L32) +[src/domain/models/keyManagement/exportable/JWK.ts:33](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L33) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L34) +[src/domain/models/keyManagement/exportable/JWK.ts:35](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L35) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:36](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L36) +[src/domain/models/keyManagement/exportable/JWK.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L37) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:86](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L86) +[src/domain/models/keyManagement/exportable/JWK.ts:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L87) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:91](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L91) +[src/domain/models/keyManagement/exportable/JWK.ts:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L92) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L92) +[src/domain/models/keyManagement/exportable/JWK.ts:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L93) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:97](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L97) +[src/domain/models/keyManagement/exportable/JWK.ts:98](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L98) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:98](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L98) +[src/domain/models/keyManagement/exportable/JWK.ts:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L99) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L99) +[src/domain/models/keyManagement/exportable/JWK.ts:100](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L100) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:40](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L40) +[src/domain/models/keyManagement/exportable/JWK.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L41) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:42](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L42) +[src/domain/models/keyManagement/exportable/JWK.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L43) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L44) +[src/domain/models/keyManagement/exportable/JWK.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L45) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:46](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L46) +[src/domain/models/keyManagement/exportable/JWK.ts:47](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L47) ___ @@ -262,4 +262,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:48](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L48) +[src/domain/models/keyManagement/exportable/JWK.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L49) diff --git a/docs/sdk/interfaces/Domain.JWT.DecodedObj.md b/docs/sdk/interfaces/Domain.JWT.DecodedObj.md new file mode 100644 index 000000000..b19246974 --- /dev/null +++ b/docs/sdk/interfaces/Domain.JWT.DecodedObj.md @@ -0,0 +1,54 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [JWT](../modules/Domain.JWT.md) / DecodedObj + +# Interface: DecodedObj + +[Domain](../modules/Domain.md).[JWT](../modules/Domain.JWT.md).DecodedObj + +## Table of contents + +### Properties + +- [data](Domain.JWT.DecodedObj.md#data) +- [header](Domain.JWT.DecodedObj.md#header) +- [payload](Domain.JWT.DecodedObj.md#payload) +- [signature](Domain.JWT.DecodedObj.md#signature) + +## Properties + +### data + +• **data**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:19](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L19) + +___ + +### header + +• **header**: [`Header`](Domain.JWT.Header.md) + +#### Defined in + +[src/domain/utils/JWT.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L16) + +___ + +### payload + +• **payload**: `JWTPayload` + +#### Defined in + +[src/domain/utils/JWT.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L17) + +___ + +### signature + +• **signature**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L18) diff --git a/docs/sdk/interfaces/Domain.JWT.Header.md b/docs/sdk/interfaces/Domain.JWT.Header.md new file mode 100644 index 000000000..c2128e059 --- /dev/null +++ b/docs/sdk/interfaces/Domain.JWT.Header.md @@ -0,0 +1,36 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](../modules/Domain.md) / [JWT](../modules/Domain.JWT.md) / Header + +# Interface: Header + +[Domain](../modules/Domain.md).[JWT](../modules/Domain.JWT.md).Header + +## Indexable + +▪ [key: `string`]: `any` + +## Table of contents + +### Properties + +- [alg](Domain.JWT.Header.md#alg) +- [typ](Domain.JWT.Header.md#typ) + +## Properties + +### alg + +• **alg**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L9) + +___ + +### typ + +• **typ**: `string` + +#### Defined in + +[src/domain/utils/JWT.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L8) diff --git a/docs/sdk/interfaces/Domain.JWTRevocationStatus.md b/docs/sdk/interfaces/Domain.JWTRevocationStatus.md index 31b1c4926..1fd955a96 100644 --- a/docs/sdk/interfaces/Domain.JWTRevocationStatus.md +++ b/docs/sdk/interfaces/Domain.JWTRevocationStatus.md @@ -32,7 +32,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:290](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L290) +[src/domain/models/VerifiableCredential.ts:290](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L290) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:292](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L292) +[src/domain/models/VerifiableCredential.ts:292](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L292) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:289](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L289) +[src/domain/models/VerifiableCredential.ts:289](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L289) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:288](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L288) +[src/domain/models/VerifiableCredential.ts:288](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L288) ___ @@ -76,4 +76,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:291](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L291) +[src/domain/models/VerifiableCredential.ts:291](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L291) diff --git a/docs/sdk/interfaces/Domain.JWTStatusListResponse.md b/docs/sdk/interfaces/Domain.JWTStatusListResponse.md index 43545ba2e..fbe2c980a 100644 --- a/docs/sdk/interfaces/Domain.JWTStatusListResponse.md +++ b/docs/sdk/interfaces/Domain.JWTStatusListResponse.md @@ -24,7 +24,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:306](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L306) +[src/domain/models/VerifiableCredential.ts:306](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L306) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:317](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L317) +[src/domain/models/VerifiableCredential.ts:317](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L317) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:315](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L315) +[src/domain/models/VerifiableCredential.ts:315](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L315) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:316](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L316) +[src/domain/models/VerifiableCredential.ts:316](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L316) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:314](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L314) +[src/domain/models/VerifiableCredential.ts:314](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L314) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:323](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L323) +[src/domain/models/VerifiableCredential.ts:323](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L323) ___ @@ -105,4 +105,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:310](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L310) +[src/domain/models/VerifiableCredential.ts:310](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L310) diff --git a/docs/sdk/interfaces/Domain.KeyCurve.md b/docs/sdk/interfaces/Domain.KeyCurve.md index a704cff08..5f75c14f2 100644 --- a/docs/sdk/interfaces/Domain.KeyCurve.md +++ b/docs/sdk/interfaces/Domain.KeyCurve.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/keyManagement/KeyCurve.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/KeyCurve.ts#L4) +[src/domain/models/keyManagement/KeyCurve.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/KeyCurve.ts#L4) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/KeyCurve.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/KeyCurve.ts#L5) +[src/domain/models/keyManagement/KeyCurve.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/KeyCurve.ts#L5) diff --git a/docs/sdk/interfaces/Domain.KeyRestoration.md b/docs/sdk/interfaces/Domain.KeyRestoration.md index f0428fcf7..661fe1a7c 100644 --- a/docs/sdk/interfaces/Domain.KeyRestoration.md +++ b/docs/sdk/interfaces/Domain.KeyRestoration.md @@ -43,7 +43,7 @@ if the restoration process fails #### Defined in -[src/domain/protocols/KeyRestoration.ts:14](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/protocols/KeyRestoration.ts#L14) +[src/domain/protocols/KeyRestoration.ts:14](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/protocols/KeyRestoration.ts#L14) ___ @@ -71,4 +71,4 @@ if the restoration process fails, this method throws an error #### Defined in -[src/domain/protocols/KeyRestoration.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/protocols/KeyRestoration.ts#L23) +[src/domain/protocols/KeyRestoration.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/protocols/KeyRestoration.ts#L23) diff --git a/docs/sdk/interfaces/Domain.Mediator.md b/docs/sdk/interfaces/Domain.Mediator.md index fe8c3cf40..7de020937 100644 --- a/docs/sdk/interfaces/Domain.Mediator.md +++ b/docs/sdk/interfaces/Domain.Mediator.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/Mediator.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Mediator.ts#L4) +[src/domain/models/Mediator.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Mediator.ts#L4) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/Mediator.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Mediator.ts#L6) +[src/domain/models/Mediator.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Mediator.ts#L6) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/Mediator.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Mediator.ts#L5) +[src/domain/models/Mediator.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Mediator.ts#L5) diff --git a/docs/sdk/interfaces/Domain.Mercury.md b/docs/sdk/interfaces/Domain.Mercury.md index 11470ed2e..cf7630029 100644 --- a/docs/sdk/interfaces/Domain.Mercury.md +++ b/docs/sdk/interfaces/Domain.Mercury.md @@ -35,7 +35,7 @@ #### Defined in -[src/domain/buildingBlocks/Mercury.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Mercury.ts#L4) +[src/domain/buildingBlocks/Mercury.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Mercury.ts#L4) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Mercury.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Mercury.ts#L6) +[src/domain/buildingBlocks/Mercury.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Mercury.ts#L6) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Mercury.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Mercury.ts#L7) +[src/domain/buildingBlocks/Mercury.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Mercury.ts#L7) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Mercury.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Mercury.ts#L5) +[src/domain/buildingBlocks/Mercury.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Mercury.ts#L5) diff --git a/docs/sdk/interfaces/Domain.Pluto-1.md b/docs/sdk/interfaces/Domain.Pluto-1.md index f99ab3016..75790ce50 100644 --- a/docs/sdk/interfaces/Domain.Pluto-1.md +++ b/docs/sdk/interfaces/Domain.Pluto-1.md @@ -59,7 +59,7 @@ create a Backup object from the stored data #### Defined in -[src/domain/buildingBlocks/Pluto.ts:44](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L44) +[src/domain/buildingBlocks/Pluto.ts:44](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L44) ___ @@ -81,7 +81,7 @@ Delete a previously stored messages #### Defined in -[src/domain/buildingBlocks/Pluto.ts:179](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L179) +[src/domain/buildingBlocks/Pluto.ts:179](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L179) ___ @@ -97,7 +97,7 @@ Retrieve all the stored credentials #### Defined in -[src/domain/buildingBlocks/Pluto.ts:159](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L159) +[src/domain/buildingBlocks/Pluto.ts:159](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L159) ___ @@ -113,7 +113,7 @@ Retrieve all stored DID pairs (DIDComm connections). #### Defined in -[src/domain/buildingBlocks/Pluto.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L129) +[src/domain/buildingBlocks/Pluto.ts:129](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L129) ___ @@ -129,7 +129,7 @@ Retrieve all stored mediators. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L154) +[src/domain/buildingBlocks/Pluto.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L154) ___ @@ -145,7 +145,7 @@ Retrieve all stored DIDComm messages. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:144](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L144) +[src/domain/buildingBlocks/Pluto.ts:144](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L144) ___ @@ -161,7 +161,7 @@ Retrieve all stored Peer DIDs. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L119) +[src/domain/buildingBlocks/Pluto.ts:119](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L119) ___ @@ -177,7 +177,7 @@ Retrieve all stored PRISM DIDs. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:114](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L114) +[src/domain/buildingBlocks/Pluto.ts:114](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L114) ___ @@ -199,7 +199,7 @@ Fetch the Credential Metadata by its name #### Defined in -[src/domain/buildingBlocks/Pluto.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L61) +[src/domain/buildingBlocks/Pluto.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L61) ___ @@ -221,7 +221,7 @@ Retrieve available private keys for a given DID. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L124) +[src/domain/buildingBlocks/Pluto.ts:124](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L124) ___ @@ -243,7 +243,7 @@ Retrieve the stored link secret by its name #### Defined in -[src/domain/buildingBlocks/Pluto.ts:164](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L164) +[src/domain/buildingBlocks/Pluto.ts:164](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L164) ___ @@ -265,7 +265,7 @@ Retrieve a DIDComm message by ID. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:149](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L149) +[src/domain/buildingBlocks/Pluto.ts:149](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L149) ___ @@ -287,7 +287,7 @@ Retrieve a DID pair containing a given DID as either host or receiver. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:134](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L134) +[src/domain/buildingBlocks/Pluto.ts:134](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L134) ___ @@ -309,7 +309,7 @@ Retrieve a DID pair by a given pair name. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:139](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L139) +[src/domain/buildingBlocks/Pluto.ts:139](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L139) ___ @@ -339,7 +339,7 @@ load the given data into the store #### Defined in -[src/domain/buildingBlocks/Pluto.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L50) +[src/domain/buildingBlocks/Pluto.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L50) ___ @@ -361,7 +361,7 @@ Revoke a Credential #### Defined in -[src/domain/buildingBlocks/Pluto.ts:174](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L174) +[src/domain/buildingBlocks/Pluto.ts:174](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L174) ___ @@ -377,7 +377,7 @@ Pluto initialise function #### Defined in -[src/domain/buildingBlocks/Pluto.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L39) +[src/domain/buildingBlocks/Pluto.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L39) ___ @@ -399,7 +399,7 @@ Store a Credential into the Database #### Defined in -[src/domain/buildingBlocks/Pluto.ts:109](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L109) +[src/domain/buildingBlocks/Pluto.ts:109](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L109) ___ @@ -421,7 +421,7 @@ Store the Credential Metadata #### Defined in -[src/domain/buildingBlocks/Pluto.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L55) +[src/domain/buildingBlocks/Pluto.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L55) ___ @@ -446,7 +446,7 @@ with optional private key(s) and alias #### Defined in -[src/domain/buildingBlocks/Pluto.ts:67](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L67) +[src/domain/buildingBlocks/Pluto.ts:67](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L67) ___ @@ -470,7 +470,7 @@ Store a named pair of DIDs representing a DIDComm connection. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L84) +[src/domain/buildingBlocks/Pluto.ts:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L84) ___ @@ -492,7 +492,7 @@ Store a new linkSecret #### Defined in -[src/domain/buildingBlocks/Pluto.ts:169](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L169) +[src/domain/buildingBlocks/Pluto.ts:169](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L169) ___ @@ -514,7 +514,7 @@ Store a mediator information. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:104](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L104) +[src/domain/buildingBlocks/Pluto.ts:104](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L104) ___ @@ -536,7 +536,7 @@ Store a DIDComm message. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L89) +[src/domain/buildingBlocks/Pluto.ts:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L89) ___ @@ -558,7 +558,7 @@ Store an array of DIDComm messages #### Defined in -[src/domain/buildingBlocks/Pluto.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L94) +[src/domain/buildingBlocks/Pluto.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L94) ___ @@ -585,7 +585,7 @@ use storeDID instead #### Defined in -[src/domain/buildingBlocks/Pluto.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L79) +[src/domain/buildingBlocks/Pluto.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L79) ___ @@ -613,7 +613,7 @@ use storeDID instead #### Defined in -[src/domain/buildingBlocks/Pluto.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L73) +[src/domain/buildingBlocks/Pluto.ts:73](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L73) ___ @@ -635,4 +635,4 @@ Store a list of private keys with its metadata and a reference to the DID it bel #### Defined in -[src/domain/buildingBlocks/Pluto.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L99) +[src/domain/buildingBlocks/Pluto.ts:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L99) diff --git a/docs/sdk/interfaces/Domain.Pluto.Storable.md b/docs/sdk/interfaces/Domain.Pluto.Storable.md index 465aca7f1..1fee96f0f 100644 --- a/docs/sdk/interfaces/Domain.Pluto.Storable.md +++ b/docs/sdk/interfaces/Domain.Pluto.Storable.md @@ -34,4 +34,4 @@ should be unique across all items. #### Defined in -[src/domain/buildingBlocks/Pluto.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L22) +[src/domain/buildingBlocks/Pluto.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L22) diff --git a/docs/sdk/interfaces/Domain.Pollux-1.md b/docs/sdk/interfaces/Domain.Pollux-1.md index 13bd84e16..76477a168 100644 --- a/docs/sdk/interfaces/Domain.Pollux-1.md +++ b/docs/sdk/interfaces/Domain.Pollux-1.md @@ -49,7 +49,7 @@ handle Credential related tasks #### Defined in -[src/domain/buildingBlocks/Pollux.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L56) +[src/domain/buildingBlocks/Pollux.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L56) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L58) +[src/domain/buildingBlocks/Pollux.ts:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L58) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L52) +[src/domain/buildingBlocks/Pollux.ts:52](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L52) ## Methods @@ -131,7 +131,7 @@ Creates a PresentationDefinitionRequest object for oob Verifications #### Defined in -[src/domain/buildingBlocks/Pollux.ts:107](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L107) +[src/domain/buildingBlocks/Pollux.ts:107](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L107) ___ @@ -159,7 +159,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:124](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L124) +[src/domain/buildingBlocks/Pollux.ts:124](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L124) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options`): `Promise`\<`string`\> @@ -177,7 +177,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:125](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L125) +[src/domain/buildingBlocks/Pollux.ts:125](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L125) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options`): `Promise`\<`string`\> @@ -195,7 +195,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:126](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L126) +[src/domain/buildingBlocks/Pollux.ts:126](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L126) ▸ **createPresentationProof**(`presentationRequest`, `credential`, `options?`): `Promise`\<`any`\> @@ -213,7 +213,7 @@ dependent on the CredentialType #### Defined in -[src/domain/buildingBlocks/Pollux.ts:127](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L127) +[src/domain/buildingBlocks/Pollux.ts:127](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L127) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:70](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L70) +[src/domain/buildingBlocks/Pollux.ts:70](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L70) ▸ **createPresentationSubmission**(`presentationDefinition`, `credential`, `privateKey`): `Promise`\<`PresentationType`\> @@ -253,7 +253,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L75) +[src/domain/buildingBlocks/Pollux.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L75) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:63](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L63) +[src/domain/buildingBlocks/Pollux.ts:63](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L63) ___ @@ -305,7 +305,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L88) +[src/domain/buildingBlocks/Pollux.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L88) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options?`): `Promise`\<`boolean`\> @@ -322,7 +322,7 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:92](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L92) +[src/domain/buildingBlocks/Pollux.ts:92](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L92) ▸ **verifyPresentationSubmission**(`presentationSubmission`, `options?`): `Promise`\<`boolean`\> @@ -339,4 +339,4 @@ true if the submission is valid or false if it is not #### Defined in -[src/domain/buildingBlocks/Pollux.ts:96](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L96) +[src/domain/buildingBlocks/Pollux.ts:96](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L96) diff --git a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md index cb3317c5d..5c8336e8c 100644 --- a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md +++ b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.Anoncreds.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:150](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L150) +[src/domain/buildingBlocks/Pollux.ts:150](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L150) diff --git a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md index 2aa49c6d0..8a1820ef4 100644 --- a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md +++ b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.JWT.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:153](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L153) +[src/domain/buildingBlocks/Pollux.ts:153](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L153) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:154](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L154) +[src/domain/buildingBlocks/Pollux.ts:154](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L154) diff --git a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.SDJWT.md b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.SDJWT.md index 372c9b98d..33bd18692 100644 --- a/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.SDJWT.md +++ b/docs/sdk/interfaces/Domain.Pollux.createPresentationProof.options.SDJWT.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:157](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L157) +[src/domain/buildingBlocks/Pollux.ts:157](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L157) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:158](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L158) +[src/domain/buildingBlocks/Pollux.ts:158](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L158) diff --git a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.Anoncreds.md b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.Anoncreds.md index bb01795c0..366ff84dd 100644 --- a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.Anoncreds.md +++ b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.Anoncreds.md @@ -22,4 +22,4 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:136](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L136) +[src/domain/buildingBlocks/Pollux.ts:136](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L136) diff --git a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md index b7e9f5496..4d23aa9d2 100644 --- a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md +++ b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.JWT.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:139](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L139) +[src/domain/buildingBlocks/Pollux.ts:139](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L139) diff --git a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.SDJWT.md b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.SDJWT.md index 020dec0f0..6bf76a685 100644 --- a/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.SDJWT.md +++ b/docs/sdk/interfaces/Domain.Pollux.verifyPresentationSubmission.options.SDJWT.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:142](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L142) +[src/domain/buildingBlocks/Pollux.ts:142](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L142) diff --git a/docs/sdk/interfaces/Domain.ProvableCredential.md b/docs/sdk/interfaces/Domain.ProvableCredential.md index adf01f302..7709e512d 100644 --- a/docs/sdk/interfaces/Domain.ProvableCredential.md +++ b/docs/sdk/interfaces/Domain.ProvableCredential.md @@ -27,7 +27,7 @@ #### Defined in -[src/domain/models/Credential.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L38) +[src/domain/models/Credential.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L38) ___ @@ -41,4 +41,4 @@ ___ #### Defined in -[src/domain/models/Credential.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L39) +[src/domain/models/Credential.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L39) diff --git a/docs/sdk/interfaces/Domain.PublicKeyJWK.md b/docs/sdk/interfaces/Domain.PublicKeyJWK.md index 27dbee632..de8cda6a3 100644 --- a/docs/sdk/interfaces/Domain.PublicKeyJWK.md +++ b/docs/sdk/interfaces/Domain.PublicKeyJWK.md @@ -21,7 +21,7 @@ #### Defined in -[src/domain/models/DIDDocument.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L128) +[src/domain/models/DIDDocument.ts:137](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L137) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:130](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L130) +[src/domain/models/DIDDocument.ts:139](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L139) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:131](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L131) +[src/domain/models/DIDDocument.ts:140](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L140) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L129) +[src/domain/models/DIDDocument.ts:138](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L138) diff --git a/docs/sdk/interfaces/Domain.Seed.md b/docs/sdk/interfaces/Domain.Seed.md index 2539aa3ef..76dd6b543 100644 --- a/docs/sdk/interfaces/Domain.Seed.md +++ b/docs/sdk/interfaces/Domain.Seed.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/Seed.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Seed.ts#L2) +[src/domain/models/Seed.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Seed.ts#L2) diff --git a/docs/sdk/interfaces/Domain.SeedWords.md b/docs/sdk/interfaces/Domain.SeedWords.md index 850c40a00..39e660be6 100644 --- a/docs/sdk/interfaces/Domain.SeedWords.md +++ b/docs/sdk/interfaces/Domain.SeedWords.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/SeedWords.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/SeedWords.ts#L5) +[src/domain/models/SeedWords.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/SeedWords.ts#L5) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/SeedWords.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/SeedWords.ts#L6) +[src/domain/models/SeedWords.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/SeedWords.ts#L6) diff --git a/docs/sdk/interfaces/Domain.Signature.md b/docs/sdk/interfaces/Domain.Signature.md index 3eda0d5b5..4f6f0bd17 100644 --- a/docs/sdk/interfaces/Domain.Signature.md +++ b/docs/sdk/interfaces/Domain.Signature.md @@ -18,4 +18,4 @@ #### Defined in -[src/domain/models/Signature.ts:2](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Signature.ts#L2) +[src/domain/models/Signature.ts:2](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Signature.ts#L2) diff --git a/docs/sdk/interfaces/Domain.StorableCredential.md b/docs/sdk/interfaces/Domain.StorableCredential.md index b887bd82e..4c937525e 100644 --- a/docs/sdk/interfaces/Domain.StorableCredential.md +++ b/docs/sdk/interfaces/Domain.StorableCredential.md @@ -41,4 +41,4 @@ #### Defined in -[src/domain/models/Credential.ts:43](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Credential.ts#L43) +[src/domain/models/Credential.ts:43](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Credential.ts#L43) diff --git a/docs/sdk/interfaces/Domain.StorableKey-1.md b/docs/sdk/interfaces/Domain.StorableKey-1.md index 05f4ef5fe..2cbb0e794 100644 --- a/docs/sdk/interfaces/Domain.StorableKey-1.md +++ b/docs/sdk/interfaces/Domain.StorableKey-1.md @@ -20,7 +20,7 @@ #### Defined in -[src/domain/models/keyManagement/StorableKey.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/StorableKey.ts#L5) +[src/domain/models/keyManagement/StorableKey.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/StorableKey.ts#L5) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/StorableKey.ts:4](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/StorableKey.ts#L4) +[src/domain/models/keyManagement/StorableKey.ts:4](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/StorableKey.ts#L4) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/StorableKey.ts:3](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/StorableKey.ts#L3) +[src/domain/models/keyManagement/StorableKey.ts:3](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/StorableKey.ts#L3) diff --git a/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md b/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md index c700716d9..15765a543 100644 --- a/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md +++ b/docs/sdk/interfaces/Domain.VerifiableCredentialTypeContainer.md @@ -19,7 +19,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L76) +[src/domain/models/VerifiableCredential.ts:76](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L76) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:77](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L77) +[src/domain/models/VerifiableCredential.ts:77](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L77) diff --git a/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md b/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md index a96aa9a6d..baa0091da 100644 --- a/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md +++ b/docs/sdk/interfaces/Domain.W3CVerifiableCredentialData.md @@ -25,7 +25,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:268](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L268) +[src/domain/models/VerifiableCredential.ts:268](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L268) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:269](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L269) +[src/domain/models/VerifiableCredential.ts:269](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L269) diff --git a/docs/sdk/interfaces/HandshakeRequestBody.md b/docs/sdk/interfaces/HandshakeRequestBody.md index 33fcd5d59..28e53ddad 100644 --- a/docs/sdk/interfaces/HandshakeRequestBody.md +++ b/docs/sdk/interfaces/HandshakeRequestBody.md @@ -18,7 +18,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:90](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L90) +[src/edge-agent/protocols/types.ts:90](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L90) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:89](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L89) +[src/edge-agent/protocols/types.ts:89](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L89) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:88](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L88) +[src/edge-agent/protocols/types.ts:88](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L88) diff --git a/docs/sdk/interfaces/IssueCredentialBody.md b/docs/sdk/interfaces/IssueCredentialBody.md index a60804d6c..737fa0c5d 100644 --- a/docs/sdk/interfaces/IssueCredentialBody.md +++ b/docs/sdk/interfaces/IssueCredentialBody.md @@ -30,7 +30,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L7) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L5) +[src/edge-agent/protocols/types.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L5) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L6) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L11) +[src/edge-agent/protocols/types.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L11) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:12](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L12) +[src/edge-agent/protocols/types.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L12) diff --git a/docs/sdk/interfaces/MediationGrantBody.md b/docs/sdk/interfaces/MediationGrantBody.md index 1ba345466..d88fae21b 100644 --- a/docs/sdk/interfaces/MediationGrantBody.md +++ b/docs/sdk/interfaces/MediationGrantBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/edge-agent/protocols/types.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L21) +[src/edge-agent/protocols/types.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L21) diff --git a/docs/sdk/interfaces/MediationKeysUpdateListBody.md b/docs/sdk/interfaces/MediationKeysUpdateListBody.md index f28228159..87fb7bbe9 100644 --- a/docs/sdk/interfaces/MediationKeysUpdateListBody.md +++ b/docs/sdk/interfaces/MediationKeysUpdateListBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/edge-agent/protocols/types.ts:38](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L38) +[src/edge-agent/protocols/types.ts:38](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L38) diff --git a/docs/sdk/interfaces/MediatorStore.md b/docs/sdk/interfaces/MediatorStore.md index 84cb09c37..b2ca762e6 100644 --- a/docs/sdk/interfaces/MediatorStore.md +++ b/docs/sdk/interfaces/MediatorStore.md @@ -25,7 +25,7 @@ #### Defined in -[src/edge-agent/types/index.ts:167](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L167) +[src/edge-agent/types/index.ts:167](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L167) ___ @@ -45,4 +45,4 @@ ___ #### Defined in -[src/edge-agent/types/index.ts:165](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/types/index.ts#L165) +[src/edge-agent/types/index.ts:165](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/types/index.ts#L165) diff --git a/docs/sdk/interfaces/OfferCredentialBody.md b/docs/sdk/interfaces/OfferCredentialBody.md index 86e1dc888..08cf686a8 100644 --- a/docs/sdk/interfaces/OfferCredentialBody.md +++ b/docs/sdk/interfaces/OfferCredentialBody.md @@ -31,7 +31,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L7) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L25) +[src/edge-agent/protocols/types.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L25) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L5) +[src/edge-agent/protocols/types.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L5) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L6) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:27](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L27) +[src/edge-agent/protocols/types.ts:27](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L27) ___ @@ -89,4 +89,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L26) +[src/edge-agent/protocols/types.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L26) diff --git a/docs/sdk/interfaces/ParsedCredentialFormat.md b/docs/sdk/interfaces/ParsedCredentialFormat.md index 005de0ef9..5829bab4c 100644 --- a/docs/sdk/interfaces/ParsedCredentialFormat.md +++ b/docs/sdk/interfaces/ParsedCredentialFormat.md @@ -22,4 +22,4 @@ #### Defined in -[src/edge-agent/protocols/types.ts:34](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L34) +[src/edge-agent/protocols/types.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L34) diff --git a/docs/sdk/interfaces/PeerDID.PrivateKey.md b/docs/sdk/interfaces/PeerDID.PrivateKey.md index e4b8ca9b0..ab8efeec3 100644 --- a/docs/sdk/interfaces/PeerDID.PrivateKey.md +++ b/docs/sdk/interfaces/PeerDID.PrivateKey.md @@ -21,7 +21,7 @@ Instance of a KeyCurve #### Defined in -[src/peer-did/PeerDID.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L11) +[src/peer-did/PeerDID.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L11) ___ @@ -33,4 +33,4 @@ Value as Uint8Array, buffer like #### Defined in -[src/peer-did/PeerDID.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L17) +[src/peer-did/PeerDID.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L17) diff --git a/docs/sdk/interfaces/PeerDIDEncoded.md b/docs/sdk/interfaces/PeerDIDEncoded.md index 9fc1d388a..84e5fb648 100644 --- a/docs/sdk/interfaces/PeerDIDEncoded.md +++ b/docs/sdk/interfaces/PeerDIDEncoded.md @@ -25,7 +25,7 @@ #### Defined in -[src/peer-did/PeerDID.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L23) +[src/peer-did/PeerDID.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L23) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[src/peer-did/PeerDID.ts:22](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/peer-did/PeerDID.ts#L22) +[src/peer-did/PeerDID.ts:22](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/peer-did/PeerDID.ts#L22) diff --git a/docs/sdk/interfaces/PickupAttachment.md b/docs/sdk/interfaces/PickupAttachment.md index b88407526..1c16d2664 100644 --- a/docs/sdk/interfaces/PickupAttachment.md +++ b/docs/sdk/interfaces/PickupAttachment.md @@ -17,7 +17,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L54) +[src/edge-agent/protocols/types.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L54) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L55) +[src/edge-agent/protocols/types.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L55) diff --git a/docs/sdk/interfaces/PickupReceivedBody.md b/docs/sdk/interfaces/PickupReceivedBody.md index ee05b4505..78bee86f1 100644 --- a/docs/sdk/interfaces/PickupReceivedBody.md +++ b/docs/sdk/interfaces/PickupReceivedBody.md @@ -16,4 +16,4 @@ #### Defined in -[src/edge-agent/protocols/types.ts:45](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L45) +[src/edge-agent/protocols/types.ts:45](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L45) diff --git a/docs/sdk/interfaces/PickupRequestBody.md b/docs/sdk/interfaces/PickupRequestBody.md index d81652b27..9820fd5c8 100644 --- a/docs/sdk/interfaces/PickupRequestBody.md +++ b/docs/sdk/interfaces/PickupRequestBody.md @@ -17,7 +17,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L50) +[src/edge-agent/protocols/types.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L50) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:49](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L49) +[src/edge-agent/protocols/types.ts:49](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L49) diff --git a/docs/sdk/interfaces/Pluto.Store.md b/docs/sdk/interfaces/Pluto.Store.md index 58030fada..7dda0089c 100644 --- a/docs/sdk/interfaces/Pluto.Store.md +++ b/docs/sdk/interfaces/Pluto.Store.md @@ -39,7 +39,7 @@ Deleting a row in the Store #### Defined in -[src/pluto/Pluto.ts:101](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L101) +[src/pluto/Pluto.ts:101](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L101) ___ @@ -68,7 +68,7 @@ Persist new data in the Store. #### Defined in -[src/pluto/Pluto.ts:87](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L87) +[src/pluto/Pluto.ts:87](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L87) ___ @@ -120,7 +120,7 @@ search for all models in TableOne #### Defined in -[src/pluto/Pluto.ts:79](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L79) +[src/pluto/Pluto.ts:79](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L79) ___ @@ -137,7 +137,7 @@ Will be called first before any usage, if provided. #### Defined in -[src/pluto/Pluto.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L50) +[src/pluto/Pluto.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L50) ___ @@ -166,4 +166,4 @@ Updating a new row in the Store #### Defined in -[src/pluto/Pluto.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pluto/Pluto.ts#L94) +[src/pluto/Pluto.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pluto/Pluto.ts#L94) diff --git a/docs/sdk/interfaces/PresentationBody.md b/docs/sdk/interfaces/PresentationBody.md index 505bf0ae3..1fae3e036 100644 --- a/docs/sdk/interfaces/PresentationBody.md +++ b/docs/sdk/interfaces/PresentationBody.md @@ -23,7 +23,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L66) +[src/edge-agent/protocols/types.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L66) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L65) +[src/edge-agent/protocols/types.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L65) diff --git a/docs/sdk/interfaces/PrismOnboardingInvitationBody.md b/docs/sdk/interfaces/PrismOnboardingInvitationBody.md index 2210f8739..4fbe55ffb 100644 --- a/docs/sdk/interfaces/PrismOnboardingInvitationBody.md +++ b/docs/sdk/interfaces/PrismOnboardingInvitationBody.md @@ -18,7 +18,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:61](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L61) +[src/edge-agent/protocols/types.ts:61](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L61) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:60](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L60) +[src/edge-agent/protocols/types.ts:60](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L60) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L59) +[src/edge-agent/protocols/types.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L59) diff --git a/docs/sdk/interfaces/PrismRevocationBody.md b/docs/sdk/interfaces/PrismRevocationBody.md index 13cc61657..5ddcfaaaa 100644 --- a/docs/sdk/interfaces/PrismRevocationBody.md +++ b/docs/sdk/interfaces/PrismRevocationBody.md @@ -17,7 +17,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L17) +[src/edge-agent/protocols/types.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L17) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L16) +[src/edge-agent/protocols/types.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L16) diff --git a/docs/sdk/interfaces/ProofTypes.md b/docs/sdk/interfaces/ProofTypes.md index c3b0fb1ed..fa684a1f5 100644 --- a/docs/sdk/interfaces/ProofTypes.md +++ b/docs/sdk/interfaces/ProofTypes.md @@ -18,7 +18,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:82](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L82) +[src/edge-agent/protocols/types.ts:82](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L82) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L81) +[src/edge-agent/protocols/types.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L81) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:83](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L83) +[src/edge-agent/protocols/types.ts:83](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L83) diff --git a/docs/sdk/interfaces/ProposeCredentialBody.md b/docs/sdk/interfaces/ProposeCredentialBody.md index 6596d5465..e69ed5b2d 100644 --- a/docs/sdk/interfaces/ProposeCredentialBody.md +++ b/docs/sdk/interfaces/ProposeCredentialBody.md @@ -29,7 +29,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:7](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L7) +[src/edge-agent/protocols/types.ts:7](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L7) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:30](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L30) +[src/edge-agent/protocols/types.ts:30](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L30) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:5](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L5) +[src/edge-agent/protocols/types.ts:5](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L5) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L6) +[src/edge-agent/protocols/types.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L6) diff --git a/docs/sdk/interfaces/RequestPresentationBody.md b/docs/sdk/interfaces/RequestPresentationBody.md index a6603a74f..374a383a4 100644 --- a/docs/sdk/interfaces/RequestPresentationBody.md +++ b/docs/sdk/interfaces/RequestPresentationBody.md @@ -29,7 +29,7 @@ #### Defined in -[src/edge-agent/protocols/types.ts:66](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L66) +[src/edge-agent/protocols/types.ts:66](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L66) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:65](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L65) +[src/edge-agent/protocols/types.ts:65](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L65) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:75](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L75) +[src/edge-agent/protocols/types.ts:75](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L75) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:74](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L74) +[src/edge-agent/protocols/types.ts:74](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L74) diff --git a/docs/sdk/modules.md b/docs/sdk/modules.md index 47881b01b..e4bafa7b3 100644 --- a/docs/sdk/modules.md +++ b/docs/sdk/modules.md @@ -18,11 +18,13 @@ - [AnonCredsCredentialProperties](enums/AnonCredsCredentialProperties.md) - [ListenerKey](enums/ListenerKey.md) +- [ProtocolType](enums/ProtocolType.md) ### Classes - [Agent](classes/Agent.md) - [AnonCredsCredential](classes/AnonCredsCredential.md) +- [ApiImpl](classes/ApiImpl.md) - [Apollo](classes/Apollo.md) - [BasicMediatorHandler](classes/BasicMediatorHandler.md) - [BasicMessage](classes/BasicMessage.md) @@ -102,7 +104,7 @@ Re-exports [KeyProperties](enums/Domain.KeyProperties.md) #### Defined in -[src/edge-agent/protocols/types.ts:93](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L93) +[src/edge-agent/protocols/types.ts:93](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L93) ___ @@ -112,7 +114,7 @@ ___ #### Defined in -[src/edge-agent/protocols/types.ts:78](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/edge-agent/protocols/types.ts#L78) +[src/edge-agent/protocols/types.ts:78](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/edge-agent/protocols/types.ts#L78) ## Variables @@ -122,7 +124,7 @@ ___ #### Defined in -[src/pollux/models/AnonCredsVerifiableCredential.ts:21](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/AnonCredsVerifiableCredential.ts#L21) +[src/pollux/models/AnonCredsVerifiableCredential.ts:21](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/AnonCredsVerifiableCredential.ts#L21) ___ @@ -132,7 +134,7 @@ ___ #### Defined in -[src/pollux/models/JWTVerifiableCredential.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/models/JWTVerifiableCredential.ts#L23) +[src/pollux/models/JWTVerifiableCredential.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/models/JWTVerifiableCredential.ts#L23) ## Functions @@ -159,4 +161,4 @@ request is PresentationDefinitionRequest\ #### Defined in -[src/pollux/utils/claims.ts:69](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/pollux/utils/claims.ts#L69) +[src/pollux/utils/claims.ts:69](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/pollux/utils/claims.ts#L69) diff --git a/docs/sdk/modules/Domain.ApiError.md b/docs/sdk/modules/Domain.ApiError.md deleted file mode 100644 index c18e7dab2..000000000 --- a/docs/sdk/modules/Domain.ApiError.md +++ /dev/null @@ -1,11 +0,0 @@ -[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](Domain.md) / ApiError - -# Namespace: ApiError - -[Domain](Domain.md).ApiError - -## Table of contents - -### Classes - -- [InvalidRequestPath](../classes/Domain.ApiError.InvalidRequestPath.md) diff --git a/docs/sdk/modules/Domain.ApolloError.md b/docs/sdk/modules/Domain.ApolloError.md index ae4c97b13..1244db459 100644 --- a/docs/sdk/modules/Domain.ApolloError.md +++ b/docs/sdk/modules/Domain.ApolloError.md @@ -8,15 +8,13 @@ ### Classes +- [ApolloLibError](../classes/Domain.ApolloError.ApolloLibError.md) - [CouldNotParseMessageString](../classes/Domain.ApolloError.CouldNotParseMessageString.md) -- [ECPublicKeyInitialization](../classes/Domain.ApolloError.ECPublicKeyInitialization.md) - [InvalidDerivationPath](../classes/Domain.ApolloError.InvalidDerivationPath.md) -- [InvalidHashingAlgorithm](../classes/Domain.ApolloError.InvalidHashingAlgorithm.md) - [InvalidKeyCurve](../classes/Domain.ApolloError.InvalidKeyCurve.md) - [InvalidKeyType](../classes/Domain.ApolloError.InvalidKeyType.md) -- [InvalidMnemonicWord](../classes/Domain.ApolloError.InvalidMnemonicWord.md) -- [InvalidPrivateKey](../classes/Domain.ApolloError.InvalidPrivateKey.md) +- [KeyInitializationError](../classes/Domain.ApolloError.KeyInitializationError.md) - [KeyRestoratonFailed](../classes/Domain.ApolloError.KeyRestoratonFailed.md) -- [MissingChainCode](../classes/Domain.ApolloError.MissingChainCode.md) - [MissingKeyParameters](../classes/Domain.ApolloError.MissingKeyParameters.md) -- [MissingPrivateKey](../classes/Domain.ApolloError.MissingPrivateKey.md) +- [MnemonicLengthError](../classes/Domain.ApolloError.MnemonicLengthError.md) +- [MnemonicWordError](../classes/Domain.ApolloError.MnemonicWordError.md) diff --git a/docs/sdk/modules/Domain.Backup.md b/docs/sdk/modules/Domain.Backup.md index 156e381c8..c9dedfe58 100644 --- a/docs/sdk/modules/Domain.Backup.md +++ b/docs/sdk/modules/Domain.Backup.md @@ -30,7 +30,7 @@ All supported backup schemas #### Defined in -[src/domain/backup/index.ts:6](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/index.ts#L6) +[src/domain/backup/index.ts:6](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/index.ts#L6) ___ @@ -40,11 +40,11 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L39) +[src/domain/backup/v0_0_1.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L39) -[src/domain/backup/v0_0_1.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L50) +[src/domain/backup/v0_0_1.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L50) -[src/domain/backup/v0_0_1.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L52) +[src/domain/backup/v0_0_1.ts:52](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L52) ## Variables @@ -54,7 +54,7 @@ ___ #### Defined in -[src/domain/backup/index.ts:8](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/index.ts#L8) +[src/domain/backup/index.ts:8](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/index.ts#L8) ___ @@ -64,8 +64,8 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:39](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L39) +[src/domain/backup/v0_0_1.ts:39](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L39) -[src/domain/backup/v0_0_1.ts:50](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L50) +[src/domain/backup/v0_0_1.ts:50](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L50) -[src/domain/backup/v0_0_1.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L52) +[src/domain/backup/v0_0_1.ts:52](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L52) diff --git a/docs/sdk/modules/Domain.Backup.v0_0_1.md b/docs/sdk/modules/Domain.Backup.v0_0_1.md index 2858fad81..3f9d2caac 100644 --- a/docs/sdk/modules/Domain.Backup.v0_0_1.md +++ b/docs/sdk/modules/Domain.Backup.v0_0_1.md @@ -24,7 +24,7 @@ #### Defined in -[src/domain/backup/v0_0_1.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L53) +[src/domain/backup/v0_0_1.ts:53](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L53) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:54](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L54) +[src/domain/backup/v0_0_1.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L54) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:55](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L55) +[src/domain/backup/v0_0_1.ts:55](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L55) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:56](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L56) +[src/domain/backup/v0_0_1.ts:56](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L56) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:59](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L59) +[src/domain/backup/v0_0_1.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L59) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:57](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L57) +[src/domain/backup/v0_0_1.ts:57](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L57) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/domain/backup/v0_0_1.ts:58](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/backup/v0_0_1.ts#L58) +[src/domain/backup/v0_0_1.ts:58](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/backup/v0_0_1.ts#L58) diff --git a/docs/sdk/modules/Domain.CommonError.md b/docs/sdk/modules/Domain.CommonError.md index 1b072f243..d916c8d92 100644 --- a/docs/sdk/modules/Domain.CommonError.md +++ b/docs/sdk/modules/Domain.CommonError.md @@ -8,4 +8,5 @@ ### Classes -- [SomethingWentWrongError](../classes/Domain.CommonError.SomethingWentWrongError.md) +- [SDKError](../classes/Domain.CommonError.SDKError.md) +- [UnknownError](../classes/Domain.CommonError.UnknownError.md) diff --git a/docs/sdk/modules/Domain.ExportableKey.md b/docs/sdk/modules/Domain.ExportableKey.md index dc9743664..8a81bf770 100644 --- a/docs/sdk/modules/Domain.ExportableKey.md +++ b/docs/sdk/modules/Domain.ExportableKey.md @@ -30,7 +30,7 @@ Declaration merge to contain key conversion functions #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L24) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L25) ## Functions @@ -64,4 +64,4 @@ object with exportable functions #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:53](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L53) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:54](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L54) diff --git a/docs/sdk/modules/Domain.ImportableKey.md b/docs/sdk/modules/Domain.ImportableKey.md index 225d462aa..046fd0b28 100644 --- a/docs/sdk/modules/Domain.ImportableKey.md +++ b/docs/sdk/modules/Domain.ImportableKey.md @@ -47,4 +47,4 @@ object with importable functions #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:76](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L76) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L81) diff --git a/docs/sdk/modules/Domain.JWK.md b/docs/sdk/modules/Domain.JWK.md index bd0662d56..0d9e82b2e 100644 --- a/docs/sdk/modules/Domain.JWK.md +++ b/docs/sdk/modules/Domain.JWK.md @@ -33,7 +33,7 @@ based on https://www.iana.org/assignments/jose/jose.xhtml #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L17) +[src/domain/models/keyManagement/exportable/JWK.ts:18](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L18) ## Functions @@ -56,4 +56,4 @@ create a JWK from a given Key #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:110](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L110) +[src/domain/models/keyManagement/exportable/JWK.ts:111](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L111) diff --git a/docs/sdk/modules/Domain.JWT.md b/docs/sdk/modules/Domain.JWT.md new file mode 100644 index 000000000..db4f331cd --- /dev/null +++ b/docs/sdk/modules/Domain.JWT.md @@ -0,0 +1,78 @@ +[@atala/prism-wallet-sdk](../README.md) / [Exports](../modules.md) / [Domain](Domain.md) / JWT + +# Namespace: JWT + +[Domain](Domain.md).JWT + +## Table of contents + +### Interfaces + +- [DecodedObj](../interfaces/Domain.JWT.DecodedObj.md) +- [Header](../interfaces/Domain.JWT.Header.md) + +### Type Aliases + +- [Payload](Domain.JWT.md#payload) + +### Functions + +- [decode](Domain.JWT.md#decode) +- [sign](Domain.JWT.md#sign) + +## Type Aliases + +### Payload + +Ƭ **Payload**: `JWTPayload` + +#### Defined in + +[src/domain/utils/JWT.ts:13](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L13) + +## Functions + +### decode + +▸ **decode**(`jws`): [`DecodedObj`](../interfaces/Domain.JWT.DecodedObj.md) + +decode a JWT into its parts + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `jws` | `string` | + +#### Returns + +[`DecodedObj`](../interfaces/Domain.JWT.DecodedObj.md) + +#### Defined in + +[src/domain/utils/JWT.ts:62](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L62) + +___ + +### sign + +▸ **sign**(`issuer`, `privateKey`, `payload`, `header?`): `Promise`\<`string`\> + +Creates a signed JWT + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `issuer` | [`DID`](../classes/Domain.DID.md) | +| `privateKey` | [`PrivateKey`](../classes/Domain.PrivateKey.md) | +| `payload` | `Partial`\<`JWTPayload`\> | +| `header?` | `Partial`\<[`Header`](../interfaces/Domain.JWT.Header.md)\> | + +#### Returns + +`Promise`\<`string`\> + +#### Defined in + +[src/domain/utils/JWT.ts:31](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/utils/JWT.ts#L31) diff --git a/docs/sdk/modules/Domain.Message.Attachment.md b/docs/sdk/modules/Domain.Message.Attachment.md index c43f1ab99..019d435dd 100644 --- a/docs/sdk/modules/Domain.Message.Attachment.md +++ b/docs/sdk/modules/Domain.Message.Attachment.md @@ -30,4 +30,4 @@ Get the presumed JSON from the attachment #### Defined in -[src/domain/models/Message.ts:186](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/Message.ts#L186) +[src/domain/models/Message.ts:190](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Message.ts#L190) diff --git a/docs/sdk/modules/Domain.PEM.md b/docs/sdk/modules/Domain.PEM.md index 665c281b1..7cc0f7dc7 100644 --- a/docs/sdk/modules/Domain.PEM.md +++ b/docs/sdk/modules/Domain.PEM.md @@ -32,7 +32,7 @@ create a PEM from a Key #### Defined in -[src/domain/models/keyManagement/exportable/PEM.ts:41](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/PEM.ts#L41) +[src/domain/models/keyManagement/exportable/PEM.ts:41](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/PEM.ts#L41) ___ @@ -55,4 +55,4 @@ create a Uint8Array from a PEM #### Defined in -[src/domain/models/keyManagement/exportable/PEM.ts:17](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/PEM.ts#L17) +[src/domain/models/keyManagement/exportable/PEM.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/PEM.ts#L17) diff --git a/docs/sdk/modules/Domain.Pluto.md b/docs/sdk/modules/Domain.Pluto.md index e725d04f5..953efaf8a 100644 --- a/docs/sdk/modules/Domain.Pluto.md +++ b/docs/sdk/modules/Domain.Pluto.md @@ -26,4 +26,4 @@ #### Defined in -[src/domain/buildingBlocks/Pluto.ts:25](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pluto.ts#L25) +[src/domain/buildingBlocks/Pluto.ts:25](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pluto.ts#L25) diff --git a/docs/sdk/modules/Domain.Pollux.createPresentationProof.md b/docs/sdk/modules/Domain.Pollux.createPresentationProof.md index a75749c1d..c6b6a8480 100644 --- a/docs/sdk/modules/Domain.Pollux.createPresentationProof.md +++ b/docs/sdk/modules/Domain.Pollux.createPresentationProof.md @@ -22,6 +22,6 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:147](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L147) +[src/domain/buildingBlocks/Pollux.ts:147](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L147) -[src/domain/buildingBlocks/Pollux.ts:148](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L148) +[src/domain/buildingBlocks/Pollux.ts:148](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L148) diff --git a/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md b/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md index f665b18f8..f80e8ae4b 100644 --- a/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md +++ b/docs/sdk/modules/Domain.Pollux.verifyPresentationSubmission.md @@ -22,6 +22,6 @@ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:132](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L132) +[src/domain/buildingBlocks/Pollux.ts:132](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L132) -[src/domain/buildingBlocks/Pollux.ts:133](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L133) +[src/domain/buildingBlocks/Pollux.ts:133](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L133) diff --git a/docs/sdk/modules/Domain.PolluxError.md b/docs/sdk/modules/Domain.PolluxError.md index fda1494ad..c77dcbff4 100644 --- a/docs/sdk/modules/Domain.PolluxError.md +++ b/docs/sdk/modules/Domain.PolluxError.md @@ -22,3 +22,4 @@ - [InvalidVerifyCredentialError](../classes/Domain.PolluxError.InvalidVerifyCredentialError.md) - [InvalidVerifyFormatError](../classes/Domain.PolluxError.InvalidVerifyFormatError.md) - [NoDomainOrChallengeFound](../classes/Domain.PolluxError.NoDomainOrChallengeFound.md) +- [RevocationError](../classes/Domain.PolluxError.RevocationError.md) diff --git a/docs/sdk/modules/Domain.StorableKey.md b/docs/sdk/modules/Domain.StorableKey.md index 14980c8c6..cd18f1d7f 100644 --- a/docs/sdk/modules/Domain.StorableKey.md +++ b/docs/sdk/modules/Domain.StorableKey.md @@ -35,4 +35,4 @@ Nomenclature: #### Defined in -[src/domain/models/keyManagement/StorableKey.ts:26](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/StorableKey.ts#L26) +[src/domain/models/keyManagement/StorableKey.ts:26](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/StorableKey.ts#L26) diff --git a/docs/sdk/modules/Domain.md b/docs/sdk/modules/Domain.md index 963eb08e2..7dde905e6 100644 --- a/docs/sdk/modules/Domain.md +++ b/docs/sdk/modules/Domain.md @@ -7,7 +7,6 @@ ### Namespaces - [AgentError](Domain.AgentError.md) -- [ApiError](Domain.ApiError.md) - [ApolloError](Domain.ApolloError.md) - [Backup](Domain.Backup.md) - [CastorError](Domain.CastorError.md) @@ -15,6 +14,7 @@ - [ExportableKey](Domain.ExportableKey.md) - [ImportableKey](Domain.ImportableKey.md) - [JWK](Domain.JWK.md) +- [JWT](Domain.JWT.md) - [MercuryError](Domain.MercuryError.md) - [Message](Domain.Message.md) - [PEM](Domain.PEM.md) @@ -52,6 +52,8 @@ - [AlsoKnownAs](../classes/Domain.AlsoKnownAs.md) - [AnoncredsPresentationOptions](../classes/Domain.AnoncredsPresentationOptions.md) +- [ApiError](../classes/Domain.ApiError.md) +- [ApiResponse](../classes/Domain.ApiResponse.md) - [AssertionMethod](../classes/Domain.AssertionMethod.md) - [AttachmentDescriptor](../classes/Domain.AttachmentDescriptor.md) - [Authentication](../classes/Domain.Authentication.md) @@ -66,7 +68,6 @@ - [DIDResolver](../classes/Domain.DIDResolver.md) - [DIDUrl](../classes/Domain.DIDUrl.md) - [DerivableKey](../classes/Domain.DerivableKey.md) -- [HttpResponse](../classes/Domain.HttpResponse.md) - [JWTPresentationOptions](../classes/Domain.JWTPresentationOptions.md) - [Key](../classes/Domain.Key.md) - [KeyAgreement](../classes/Domain.KeyAgreement.md) @@ -92,7 +93,6 @@ - [Apollo](../interfaces/Domain.Apollo.md) - [AttachmentBase64](../interfaces/Domain.AttachmentBase64.md) - [AttachmentHeader](../interfaces/Domain.AttachmentHeader.md) -- [AttachmentJsonData](../interfaces/Domain.AttachmentJsonData.md) - [AttachmentJws](../interfaces/Domain.AttachmentJws.md) - [AttachmentJwsData](../interfaces/Domain.AttachmentJwsData.md) - [AttachmentLinkData](../interfaces/Domain.AttachmentLinkData.md) @@ -124,6 +124,7 @@ - [AnoncredsPresentationClaims](Domain.md#anoncredspresentationclaims) - [AnoncredsPresentationSubmission](Domain.md#anoncredspresentationsubmission) - [AttachmentData](Domain.md#attachmentdata) +- [AttachmentJsonData](Domain.md#attachmentjsondata) - [AttributeType](Domain.md#attributetype) - [Claims](Domain.md#claims) - [CredentialOfferJWTBasePayload](Domain.md#credentialofferjwtbasepayload) @@ -135,6 +136,7 @@ - [DescriptorItem](Domain.md#descriptoritem) - [ExportableKey](Domain.md#exportablekey) - [Hasher](Domain.md#hasher) +- [HttpMethod](Domain.md#httpmethod) - [InputConstraints](Domain.md#inputconstraints) - [InputDescriptor](Domain.md#inputdescriptor) - [InputField](Domain.md#inputfield) @@ -193,7 +195,7 @@ #### Defined in -[src/domain/models/VerifiableCredential.ts:111](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L111) +[src/domain/models/VerifiableCredential.ts:111](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L111) ___ @@ -210,7 +212,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:100](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L100) +[src/domain/models/VerifiableCredential.ts:100](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L100) ___ @@ -220,17 +222,27 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:215](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L215) +[src/domain/models/VerifiableCredential.ts:215](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L215) ___ ### AttachmentData -Ƭ **AttachmentData**: [`AttachmentJsonData`](../interfaces/Domain.AttachmentJsonData.md) \| [`AttachmentLinkData`](../interfaces/Domain.AttachmentLinkData.md) \| [`AttachmentBase64`](../interfaces/Domain.AttachmentBase64.md) \| [`AttachmentJwsData`](../interfaces/Domain.AttachmentJwsData.md) \| [`AttachmentJws`](../interfaces/Domain.AttachmentJws.md) \| [`AttachmentHeader`](../interfaces/Domain.AttachmentHeader.md) +Ƭ **AttachmentData**: [`AttachmentJsonData`](Domain.md#attachmentjsondata) \| [`AttachmentLinkData`](../interfaces/Domain.AttachmentLinkData.md) \| [`AttachmentBase64`](../interfaces/Domain.AttachmentBase64.md) \| [`AttachmentJwsData`](../interfaces/Domain.AttachmentJwsData.md) \| [`AttachmentJws`](../interfaces/Domain.AttachmentJws.md) \| [`AttachmentHeader`](../interfaces/Domain.AttachmentHeader.md) #### Defined in -[src/domain/models/MessageAttachment.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/MessageAttachment.ts#L32) +[src/domain/models/MessageAttachment.ts:34](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L34) + +___ + +### AttachmentJsonData + +Ƭ **AttachmentJsonData**: \{ `json`: `any` } \| \{ `data`: `any` } + +#### Defined in + +[src/domain/models/MessageAttachment.ts:28](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/MessageAttachment.ts#L28) ___ @@ -240,7 +252,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:81](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L81) +[src/domain/models/VerifiableCredential.ts:81](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L81) ___ @@ -256,7 +268,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:84](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L84) +[src/domain/models/VerifiableCredential.ts:84](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L84) ___ @@ -274,7 +286,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L16) +[src/domain/buildingBlocks/Pollux.ts:16](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L16) ___ @@ -294,7 +306,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L23) +[src/domain/buildingBlocks/Pollux.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L23) ___ @@ -304,7 +316,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:32](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L32) +[src/domain/buildingBlocks/Pollux.ts:32](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L32) ___ @@ -321,7 +333,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:9](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L9) +[src/domain/buildingBlocks/Pollux.ts:9](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L9) ___ @@ -331,7 +343,7 @@ ___ #### Defined in -[src/domain/models/DIDDocument.ts:99](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/DIDDocument.ts#L99) +[src/domain/models/DIDDocument.ts:99](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/DIDDocument.ts#L99) ___ @@ -348,7 +360,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:151](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L151) +[src/domain/models/VerifiableCredential.ts:151](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L151) ___ @@ -367,7 +379,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:198](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L198) +[src/domain/models/VerifiableCredential.ts:198](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L198) ___ @@ -380,9 +392,9 @@ Default is all #### Defined in -[src/domain/models/keyManagement/exportable/ExportableKey.ts:11](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L11) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:12](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L12) -[src/domain/models/keyManagement/exportable/ExportableKey.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/ExportableKey.ts#L23) +[src/domain/models/keyManagement/exportable/ExportableKey.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/ExportableKey.ts#L24) ___ @@ -407,7 +419,17 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:373](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L373) +[src/domain/models/VerifiableCredential.ts:373](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L373) + +___ + +### HttpMethod + +Ƭ **HttpMethod**: ``"DELETE"`` \| ``"GET"`` \| ``"POST"`` \| ``"PUT"`` + +#### Defined in + +[src/domain/models/Api.ts:1](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/Api.ts#L1) ___ @@ -424,7 +446,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:138](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L138) +[src/domain/models/VerifiableCredential.ts:138](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L138) ___ @@ -444,7 +466,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:143](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L143) +[src/domain/models/VerifiableCredential.ts:143](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L143) ___ @@ -465,7 +487,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:129](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L129) +[src/domain/models/VerifiableCredential.ts:129](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L129) ___ @@ -485,7 +507,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:120](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L120) +[src/domain/models/VerifiableCredential.ts:120](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L120) ___ @@ -497,9 +519,9 @@ JWK #### Defined in -[src/domain/models/keyManagement/exportable/JWK.ts:10](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L10) +[src/domain/models/keyManagement/exportable/JWK.ts:11](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L11) -[src/domain/models/keyManagement/exportable/JWK.ts:16](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/exportable/JWK.ts#L16) +[src/domain/models/keyManagement/exportable/JWK.ts:17](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/exportable/JWK.ts#L17) ___ @@ -522,7 +544,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:335](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L335) +[src/domain/models/VerifiableCredential.ts:335](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L335) ___ @@ -543,7 +565,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:377](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L377) +[src/domain/models/VerifiableCredential.ts:377](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L377) ___ @@ -562,7 +584,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:385](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L385) +[src/domain/models/VerifiableCredential.ts:385](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L385) ___ @@ -572,7 +594,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:384](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L384) +[src/domain/models/VerifiableCredential.ts:384](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L384) ___ @@ -590,7 +612,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:94](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L94) +[src/domain/models/VerifiableCredential.ts:94](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L94) ___ @@ -612,7 +634,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:347](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L347) +[src/domain/models/VerifiableCredential.ts:347](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L347) ___ @@ -632,7 +654,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:206](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L206) +[src/domain/models/VerifiableCredential.ts:206](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L206) ___ @@ -642,7 +664,7 @@ ___ #### Defined in -[src/domain/models/index.ts:23](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/index.ts#L23) +[src/domain/models/index.ts:23](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/index.ts#L23) ___ @@ -652,7 +674,7 @@ ___ #### Defined in -[src/domain/models/WordList.ts:1](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/WordList.ts#L1) +[src/domain/models/WordList.ts:1](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/WordList.ts#L1) ___ @@ -662,7 +684,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:80](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L80) +[src/domain/models/VerifiableCredential.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L80) ___ @@ -672,7 +694,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:157](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L157) +[src/domain/models/VerifiableCredential.ts:157](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L157) ___ @@ -688,7 +710,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:105](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L105) +[src/domain/models/VerifiableCredential.ts:105](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L105) ___ @@ -708,7 +730,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:173](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L173) +[src/domain/models/VerifiableCredential.ts:173](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L173) ___ @@ -724,7 +746,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:194](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L194) +[src/domain/models/VerifiableCredential.ts:194](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L194) ___ @@ -746,7 +768,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:159](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L159) +[src/domain/models/VerifiableCredential.ts:159](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L159) ___ @@ -762,7 +784,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:392](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L392) +[src/domain/models/VerifiableCredential.ts:392](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L392) ___ @@ -781,7 +803,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:396](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L396) +[src/domain/models/VerifiableCredential.ts:396](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L396) ___ @@ -797,7 +819,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:228](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L228) +[src/domain/models/VerifiableCredential.ts:228](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L228) ___ @@ -817,7 +839,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:219](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L219) +[src/domain/models/VerifiableCredential.ts:219](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L219) ___ @@ -837,7 +859,7 @@ ___ #### Defined in -[src/domain/buildingBlocks/Pollux.ts:37](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/buildingBlocks/Pollux.ts#L37) +[src/domain/buildingBlocks/Pollux.ts:37](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/buildingBlocks/Pollux.ts#L37) ___ @@ -861,7 +883,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:374](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L374) +[src/domain/models/VerifiableCredential.ts:374](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L374) ___ @@ -886,7 +908,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:375](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L375) +[src/domain/models/VerifiableCredential.ts:375](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L375) ___ @@ -927,7 +949,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:232](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L232) +[src/domain/models/VerifiableCredential.ts:232](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L232) ___ @@ -946,7 +968,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:358](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L358) +[src/domain/models/VerifiableCredential.ts:358](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L358) ___ @@ -963,7 +985,7 @@ ___ #### Defined in -[src/domain/models/VerifiableCredential.ts:369](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/VerifiableCredential.ts#L369) +[src/domain/models/VerifiableCredential.ts:369](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/VerifiableCredential.ts#L369) ## Functions @@ -983,7 +1005,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:119](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L119) +[src/domain/models/keyManagement/Key.ts:126](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L126) ___ @@ -1004,7 +1026,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:128](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L128) +[src/domain/models/keyManagement/Key.ts:135](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L135) ___ @@ -1024,7 +1046,7 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:24](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L24) +[src/domain/models/keyManagement/Key.ts:24](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L24) ___ @@ -1044,19 +1066,23 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:73](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L73) +[src/domain/models/keyManagement/Key.ts:80](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L80) ___ ### getUsageId -▸ **getUsageId**(`index`): `string` +▸ **getUsageId**(`keyUsage`, `index?`): `string` + +create an identifier for keys within a DID Document +should be unique within the Document #### Parameters -| Name | Type | -| :------ | :------ | -| `index` | [`Usage`](../enums/Domain.Usage.md) | +| Name | Type | Default value | Description | +| :------ | :------ | :------ | :------ | +| `keyUsage` | [`Usage`](../enums/Domain.Usage.md) | `undefined` | maps to a prefix word | +| `index` | `number` | `0` | occurrence of this keyUsage | #### Returns @@ -1064,4 +1090,4 @@ ___ #### Defined in -[src/domain/models/keyManagement/Key.ts:52](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts/blob/1ffdae52df023bad4ba1a76cf6d76793dfc29b80/src/domain/models/keyManagement/Key.ts#L52) +[src/domain/models/keyManagement/Key.ts:59](https://github.com/hyperledger/identus-edge-agent-sdk-ts/blob/47157819fe5d19bccc5fcc542e98f32706bff6c2/src/domain/models/keyManagement/Key.ts#L59) diff --git a/docs/sdk/modules/Pluto.md b/docs/sdk/modules/Pluto.md index 810ccdd06..425a27806 100644 --- a/docs/sdk/modules/Pluto.md +++ b/docs/sdk/modules/Pluto.md @@ -6,7 +6,7 @@ Pluto implementation Structure: - Pluto class is an orchestration layer -- Repositories handle mapping Domain `<->` Storable Models +- Repositories handle mapping Domain <-> Storable Models - Models suggest db structure - Store abstracts db implementation diff --git a/package-lock.json b/package-lock.json index f10bae1ab..cd4ceff56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b7e3119e5..facef68a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/identus-edge-agent-sdk", - "version": "3.1.0", + "version": "6.1.0", "description": "Identus SDK - Typescript", "main": "./index.cjs", "module": "./index.mjs",